input[type="text"],
input[type="password"] {
  
    padding-left: 10px;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.nav_tabLeft>span{
    color: #666666;
    font-size: 24px;
}
.nav_tabLeft>a{
    width:76px;
    height:30px;
    border:1px solid rgba(0,140,214,1);
    border-radius:15px;
    line-height: 30px;
    text-align: center;
    color: #008CD6 !important;
    font-size: 12px;
    margin-left: 20px;
}
#login_content {
    width: 100%;
    height: 600px;
    background: url("/images/loginBack-fa0756b777ecad3dff05db3cae74918f.jpg") no-repeat;
    background-size: 100% 100%;
    padding-top: 80px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.login_enter {
    -webkit-box-pack: flex-end;
    -ms-flex-pack:end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.detail_login {
    margin: 0 50px 0 0;
    width: 400px;
    /* height: 400px; */
    background-color: #ffffff;
}

.layui-tab-title {
    border-bottom: none;
    padding-top: 35px;
    height: auto;
}

.layui-tab-title li {
    padding: 0;
    min-width: auto;
    font-size: 20px;
    line-height: 20px;
    margin-left: 75px;
    color: #333333;

}

.layui-tab-brief>.layui-tab-title .layui-this {
    color: #008CD6;
}

.layui-tab-title .layui-this:after {
    display: none;
}

.login_user {
    /* height: 393px; */
    padding: 30px;
    padding-bottom:0; 
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.layui-tab-item {
    height: 100%;
}



.account_passwordBox {
    border-bottom: 1px solid #999999;
}

.inputBox {
   width: 100%;
   height: 48px;
   line-height: 48px;
   border:1px solid rgba(230,230,230,1);
    border-radius:5px;
    margin-bottom: 20px;
}

    
.inputBox>span {
   margin-left: 13px;
    display: inline-block;
    text-align: right;
}

.remember_own{
    margin-bottom: 20px;
}
.remember_own>input[type="checkbox"] {
    margin-right: 10px;
    vertical-align: middle;
    background: #fff;
}

button {
    width: 340px;
    height: 48px;
    color: #fff;
    background:linear-gradient(135deg,rgba(52,174,255,1),rgba(64,126,255,1));
    border-radius:24px;
    font-size:18px;
    font-weight:bold;
    border: none;
    cursor: pointer;
    margin-bottom: 30px;
    margin-top: 30px;
}

.other_enter {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #666666;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
}
.other_enter>a,.other_enter>a:hover{
    color: #666666;
}
.other_enter>a>img{
    margin-right: 6px;
}
.other_enter>a:nth-of-type(1){
    margin-right: 20px;
}
.other_enter .free_registration {
    float: right;
    color: #008CD6;
    font-size: 14px;
}
.other_enter .free_registration:hover{
    color: #008CD6;
}


.captcha_box{
    margin-bottom: 10px;
    /* display: none; */
}
.captcha_text{
    height: 48px;
    line-height: 48px;
    border:1px solid rgba(230,230,230,1) !important;
    border-radius:5px;
    float: left;
}
.captcha_box>a{
    height: 48px;
    line-height: 48px;
    margin-left: 20px;
    display: inline-block;
    float: left;
}

/*
nc验证*
 */
.nc_wrapper{
    width: 340px !important;
}
.sm-pop-inner{
    margin-top: -10px;
}