.mobLoginBox{
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 99999;
}
.main{
    width: 90% !important;
    background: #FFFFFF;
    border: #E5E5E5 1px solid;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
}

.closeLoginBox{
    width: 100%;
    text-align: right;
    color: #333;
    font-size: 30px;
    padding: 10px 10px 0 0;
    line-height: 20px;
    cursor: pointer;
    box-sizing: border-box;
}

.login_head{
    display: flex;
    width: 86%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-bottom: #eee 1px solid;
}
.login_head div {
    height: 40px;
    line-height: 30px;
    margin-right: 30px;
}
.login_head i {width: 1px;background: #e0e6ed;height: 25px;}
.active {
    border-bottom: #282828 1px solid;
    color: #282828;
    font-weight: bold;
}
.nodes {display: none;}
.order-login-line {
    display: block;
    position: relative;
    text-align: center;
    font-size: 14px;
    color: #666;
    margin: 20px 0;
}
.order-login-line::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10%;
    background: #666;
    width: 20%;
    height: 1px;
}
.order-login-line::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10%;
    background: #666;
    width: 20%;
    height: 1px;
}

p[class^="img_icon"] {background: url(https://www.in-en.com/mobile/images/home_icon.png) no-repeat center;background-size: 25px;}
p.img_icon2 {background-image: url(https://www.in-en.com/mobile/images/shangji_icon.png);}
p.img_icon3 {background-image: url(https://www.in-en.com/mobile/images/zhanhui_icon.png);}
p.img_icon4 {background-image: url(https://www.in-en.com/mobile/images/my_icon.png) !important;}

.list-inp, .list-inp2 {
    background: #FFFFFF;
    width: 86%;
    margin: 0 auto 18px;
    padding: 0;
}
.list-inp div {
    width: auto;
    height: auto;
    line-height: unset;
    font-size: unset;
    padding-top: 0;
}
.list-inp input[type="text"],
.list-inp input[type="password"],
.list-inp2 input[type="password"],
.list-inp input[type="number"],
.list-inp input[type="tel"],
.list-inp input[type="email"] {
    background: url(https://m.in-en.com/images/login-zh.png) no-repeat 10px center;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding-left: 40px;
    font-size: 15px;
    border: 1px #dbd7d7 solid;
    background-size: 20px;
    outline: none;
    box-sizing: border-box;
    border-radius: 4px;
}
.list-inp input[type="tel"]{
    padding-left: 25px;
    box-sizing: border-box;
}
.list-inp2 input[type="password"]{
    background: url(https://m.in-en.com/images/login-mm.png) no-repeat 10px center;
    background-size: 20px;
}

.list-inp .userPhone{
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px #dbd7d7 solid;
    padding-left: 10px;
    border-radius: 4px;
}
.userPhone span{
    display: flex;
    align-items: center;
    padding-right: 12px;
    border-right: 1px solid #f5f5f5;
    color: #595757;
    width: 74px;
    height: 42px;
}
.userPhone span i{
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #ccc;
    margin-left: 10px;
    margin-top: 2px;
}
.list-inp input[type="tel"]{
    padding-left: 12px;
    border: none;
    background: unset;
    box-sizing: border-box;
}
.yzmCon{
    width: 86%;
    margin: 0 auto;
    border: 1px #dbd7d7 solid;
    padding: 7px 0 7px 10px;
    margin-bottom: 18px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.yzmCon input{
    width: 180px !important;
    margin-top: 0 !important;
    font-size: 15px !important;
}
.yzmCon img{
    width: auto;
}
.yzmCon #ccaptcha{
    display: flex;
    align-items: center;
}

.dxYamCon div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px #dbd7d7 solid;
    border-radius: 4px;
}
.dxYamCon div input{border-bottom: none !important;width: 58% !important;}
.dxYamCon div span{padding-right: 5px;}
.dxYamCon div span a{
    color: #333;
    font-size: 14px;
}
.dxYamCon div span a:hover{
    text-decoration: unset;
}

@media (min-width: 320px) and (max-width: 365px){
    .yzmCon input{
        width: 102px !important;
    }
    .dxYamCon div input{
        width: 56% !important;
    }
}

.nodes .slideVer{
    width: 80%;
    margin: 0 auto;
    margin-top: 15px;
}
.slideVer .layui-input-block{
    margin: 0;
}
.slideVer .slider-item{
    height: 40px;
    line-height: 40px;
}
.slideVer .slider-item .slider-btn{
    height: 100%;
    background: url("https://gtimg.in-en.com/pc_rev/login/images/t3.png") no-repeat center #fff;
}
.layui-layer-content{
    display: none;
}

.list-btn{
    width: 86%;
    margin: 20px auto 0;
    padding: 0;
}
.btn-green{
    width: 100%;
    background: #07913A;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    display: block;
    line-height: 44px;
    border: none;
    border-radius: 4px;
    text-align: center;
    letter-spacing: 2px;
}

.cont90{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 15px;
    box-sizing: border-box;
}
.forget li{
    line-height: unset;
    padding-top: 0;
}
.login-wjmm{
    margin-top: 20px;
}
.login-wjmm, .login-ljzc{
    color: #a4a3a3;
    font-size: 14px;
    text-align: center;
}
.login-wjmm a {
    color: #a4a3a3;
}
.login-ljzc{
    padding-top: 0;
    margin-top: 8px;
}
.login-ljzc a {
    color: #03a67b;
}


.ui-toast {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    padding: 3px 16px;
    background: #000000;
    opacity: 0.8;
    color: #FFFFFF;
    border-radius: 6px;
    position: fixed;
    z-index: 99999;
    top: 41%;
    left: 50% !important;
    transform: translate(-50%, -50%);
    font-size: 14px;
    display: none;
}