input,
textarea,
select {
  border: none;
  font-size: 100%;
  font-family: inherit; }

input:focus,
textarea:focus,
select:focus {
  outline: none; }
html, body {
    min-width: 1024px;
}
/*登录*/
.dn{ display: none;}
.bg{ background-color: rgb(235, 235, 235); font-size: 12px;font-family: 微软雅黑;}
.fr{ float: right; }
/* 清除浮动*/
.fix {
  *zoom: 1; }

.fix:after {
  display: table;
  content: '';
  clear: both; }
.log_wrap{    
    height: 100%;
    width: 100%;    
    background-size: cover !important;
    color: #fff;
    background: url(../img/icon/login_bg.jpg) no-repeat;
}

.log_logo{ width: 100px; margin:40px auto 20px auto;  }
.log_logo img{ text-align: center; width: 100%; }

.log_box-wrap{ 
    height: 440px;
    padding: 80px 12%;
}
.log_box{ 
    width: 400px;
    padding: 30px 20px 80px 20px;
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
    text-align: center;  }
.log_box .title{
    line-height: 72px;
    font-size: 34px;
    color: #434b58;
}
.log_inpt-box{ 
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.log_box .inpt{
    border: 0;
    background: transparent url(../img/icon/user.png) left center no-repeat;
    background-size:20px;
    padding-left: 7%;
    border-radius: 0;
    border-bottom: 1px solid #e9edf0;
    color: #333;
    width: 92%;
    height: 54px;
    font-size: 14px;
}
.log-verify{
    border: 0;
    background: transparent url(../img/icon/shouquan.png) left center no-repeat;
    padding-left: 7%;
    border-radius: 0;
    border-bottom: 1px solid #e9edf0;
    color: #333;
    width: 66%;
    height: 54px;
    font-size: 14px;
}
.log_box .log-password{
    background: transparent url(../img/icon/mima.png) left center no-repeat;
    /*background-size: 5%;*/
    background-size:20px;
}

.form-inpt-warn {
    position: absolute;
    left: 0;
    color: #ff0000;
    font-size: 12px;
}
.tp60{ top:60px; }


.log_submit{ width: 100%; margin-top:30px;  }
.log_submit a:hover{ color: #fff; }
.btn-y{
  display: block;
  border-radius: 6px;
  vertical-align: top;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  width: 120px;
  background: #60aae7;
  color: #f0fbff;
  width: 100%;
}
.apply_for{
    line-height: 20px;
    height: 20px;
    text-align: left;
    margin-top: 20px;
}
.apply_for a{
    color: #00adef;
    font-size: 14px;
}
