
.page-wrap{
  width:100%;
  height:100vh;
  position: relative;
  background: url('../../images/login-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
    display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.logintit{ position: relative;   padding: 20px 5%; text-align: center; font-size: 26px; font-weight: bold; color: #333;}
.login_wrap{
    width: 420px;
    background: rgba(254,254,254,.9); box-shadow: 5px 5px 10px rgba(0,0,0,.2);
    border-radius: 8px;
    position: relative;
    box-sizing: content-box;
    padding:27px 46px;
    padding-top: 10px;
    
 
}
.login_wrap .item{
   float: left;
}
.item_img{
    width: 420px;
    height:428px;
    margin-right:120px;
}
.item_img img{
    width:100%;
}
.controls input{ line-height: 50px; height: 50px;}
/* login */
.login_container{
    width:100%;
}
.w_login_tablist{
    overflow: hidden;

}
.w_login_tablist li{
    float: left;
    text-align: center;
    font-size: 30px;
    font-family: MicrosoftYaHei;
    color: #343C60;
    padding: 20px 0;
    cursor: pointer;

}
.w_login_tablist .on{
    color:#4297FC;
}
.w_login_ext{
    font-size:14px;
    font-family:MicrosoftYaHei;
    color:#7F859C;
    margin-bottom: 20px;
    text-align: center;
}
.w_login_ext span{
    color:#1890FF;
    cursor: pointer;
}
.content_wrap ul li{
    margin-bottom: 38px;
}
.content_wrap ul .username_box, .content_wrap ul .password_box {
    width: 440px;
   height: 68px;
   background: #FFFFFF;
   border: 1px solid #C5CDEB;
   border-radius: 4px;
   position: relative;
}
.content_wrap ul .username_box input, .content_wrap ul .password_box input {
    width: 437px;
    border-radius: 4px;
    border: none;
    height: 66px;
    line-height: 66px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #343C60;
    padding-left: 20px;
    padding-right: 80px;
}
.forget_password{
    cursor: pointer;
    color: #7F859C;
}
.username_icon{
    position: absolute;
    right:20px;
    top:10px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../../images/user.png) no-repeat center;
    background-size:20px 20px;
}
.password_icon{
    position: absolute;
    right:20px;
    top:10px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background:  url(../../images/pass.png) no-repeat center;
    background-size:20px 20px;
}
.w_login_tips{
    overflow: hidden;
}
.w_login_tips span{
    font-size:14px;
    font-family:MicrosoftYaHei;
    color:#7F859C;
    cursor: pointer;
}
.login_tips_icon,.register_tips_icon{
    float: left;
    display: inline-block;
    padding-top:3px;
    margin-right: 8px;
    cursor: pointer;
}
.login_tips_icon img,.register_tips_icon img{
    width: 14px;
    margin-top: -7px;
}
.w_login_button,.w_register_button{
    width: 440px;
    height: 68px;
    line-height: 68px;
    background: #4297FC;
    border-radius: 6px;
    font-size:24px;
    font-family:MicrosoftYaHei;
    color:rgba(255,255,255,1);
    margin-top: 20px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 25px;
}
.w_login_tabCont>div{display:none;}
.w_login_tabCont>div.active{display:block;}
input::-webkit-input-placeholder {
    color: #C5CDEB;
}
input:focus{
  /* outline:none; */
}