.mobLoginBox,
.weiXinBox{
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 999999;
}
.mainConBox{
    width: 92% !important;
    background: #FFFFFF;
    border: #E5E5E5 1px solid;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0 38px;
    box-sizing: border-box;
}

.closeLoginBox{
    position: absolute;
    right: 0;
    bottom: -45px;
    left: 0;
    width: 26px;
    height: 44px;
    margin: 0 auto;
    cursor: pointer;
}
.closeLoginBox:before{
    display: block;
    background: #fff;
    width: 2px;
    height: 18px;
    margin: 0 auto;
    content: "";
}
.closeLoginBox button{
    width: 26px;
    height: 26px;
    text-align: center;
    background: transparent;
    padding: 0;
    border-radius: 100%;
    outline: 0;
    border: none;
    cursor: pointer;
}
.closeLoginBox button img{
    width: 100%;
}

.login_head{
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 0 0;
    height: 85px;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
}
.login_head b{
    width: 100%;
    letter-spacing: 1px;
    font-size: 20px;
    color: #313131;
}

.login-body{
    width: 100%;
    margin: 0 auto;
}
.listInpBox, .listInpBox2 {
    width: 100%;
    height: 42px;
    margin-bottom: 24px;
    padding: 0 !important;
}
.listInpBox .userPhone,
.listInpBox .phoneCode{
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.userPhone span{
    background: #fcfcfc;
    width: 60px;
    line-height: 40px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    color: #616161;
}
.listInpBox input,
.phoneCode input{
    background: #fcfcfc;
    width: calc(100% - 65px);
    height: 100%;
    padding: 0 20px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    font-size: 14px;
    color: #616161;
    box-sizing: border-box;
}
.phoneCode input{
    width: calc(100% - 120px);
}
.phoneCode span{
    display: inline-block;
    width: 115px;
    height: 100%;
}
.phoneCode span a,
.btn-green{
    display: inline-block;
    /*background: #38a2f6;*/
    background: #07913A;
    width: 115px;
    height: 100%;
    text-align: center;
    line-height: 42px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.phoneCode span a{
    font-size: 13px;
}
.phoneCode span a:active,
.phoneCode span a:visited,
.phoneCode span a:hover{
    color: #fff;
}
.btn-green{
    width: 100%;
    margin-bottom: 24px;
}
.login-body .agree{
    width: 100%;
    line-height: 18px;
    text-align: center;
    font-size: 13px;
    color: #ccc;
}
.login-body .agree a{
    color: #8fa4b2;
}


/*账号*/
.accounts .listInpBox div,
.accounts .listInpBox2 div{
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.accounts .listInpBox #username_login,
.accounts .listInpBox2 #password_login{
    background: #fcfcfc;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    font-size: 14px;
    color: #616161;
    box-sizing: border-box;
}
.otherLogin{
    width: 100%;
    margin-top: 15px;
    margin-bottom: 12px;
}
.sns_login{
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
    font-size: 13px;
    color: #ccc;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sns_login img{
    width: 16px;
    margin-left: 10px;
    transform: rotate(0deg);
    transition: transform 0.5s; /* 可选：使旋转更加平滑 */
}
.sns_login img.rotated{
    transform: rotate(180deg);
}
.login-oauth{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.login-oauth a{
    width: 30px;
    height: 30px;
    margin: 0 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.login-oauth a img{
    width: 26px;
}
/*.login-oauth a img.accPaw,*/
/*.login-oauth a img.mobCode{*/
/*    width: 24px;*/
/*}*/
.login-oauth a img.mobCode{
    display: none;
}
.accounts .agree{
    width: 100%;
    line-height: 18px;
    text-align: center;
    font-size: 13px;
    color: #ccc;
}
.accounts .agree a{
    color: #8fa4b2;
}



.weiXinMain,
.weiXinPhone{
    width: 80% !important;
    background-color: #FFFFFF;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
}

.avatarNick{
    width: 100%;
    padding: 30px 20px 15px 20px;
    box-sizing: border-box;
    box-sizing: border-box;
}
.avatarNick h1{
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #333;
}
.wxAvatarBox{
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    position: relative;
}
.wxAvatarBox img{
    width: 40px;
    height: 40px;
    border-radius: 5px;
}
.wxAvatarBox #avatar-picker{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.wxAvatarBox #avatar-picker div:nth-child(2){
    width: 40px !important;
    height: 40px !important;
    left: 50% !important;
    transform: translate(-50%, 0);
    opacity: 0;
}
.wxAvatarBox #avatar-picker .webuploader-pick {
    position: unset;
    display: unset;
    cursor: pointer;
    width: unset;
    height: unset;
    min-width: unset;
    min-height: unset;
}
.nickNameBox{
    width: 100%;
    margin-top: 20px;
    border-radius: unset;
}
.nickNameBox input{
    border: none;
    outline: none;

    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #ffff;
    border-bottom: 1px solid #E5E5E5;
    font-size: 15px;
    color: #595757;
    border-radius: unset;
    box-sizing: border-box;
}
.nickNameBox input::placeholder{
    color: #999;
}
.confirmBtn{
    width: 100%;
    margin-top: 15px;
    border-top: 1px solid #E5E5E5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.confirmBtn a{
    display: inline-block;
    width: 50%;
    font-size: 15px;
    color: #333;
    text-align: center;
    line-height: 45px;
    box-sizing: border-box;
}
.confirmBtn a.weiXinTx{
    border-right: 1px solid #E5E5E5;
}
.confirmBtn a.nextStep{
    color: #999;
}

.weiXinNameBox{
    width: 100%;
    background-color: #E5E5E5;
    padding: 8px 0;
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 999999;
    box-sizing: border-box;
}
.nickNameCon{
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
    padding: 8px 0;
    cursor: pointer;
    box-sizing: border-box;
}
.nickNameCon p{
    width: 100%;
    color: #999;
    text-align: center;
    font-size: 13px;
}
.nickNameCon li{
    width: 100%;
    color: #333;
    text-align: center;
    font-size: 13px;
    margin-top: 5px;
}

.weiXinPhone{
    padding: 25px 20px 0 20px;
    box-sizing: border-box;
}
.weiXinPhone h1{
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #333;
}
.weiXinPhone .login-body{
    margin-top: 20px;
    padding-bottom: 0;
}
.weiXinPhone .wxBindBox .userPhone{
    height: 40px;
}
.weiXinPhone .wxBindBox,
.weiXinPhone .wxBindBox{
    width: 100%;
    height: 42px;
    margin-bottom: 20px;
}
.weiXinPhone .phoneCode span a,
.weiXinPhone .btn-green{
    background-color: #b5b5b5;
}
.weiXinPhone .btn-green{
    line-height: 42px;
    padding: 0;
}
























.ui-toast{
    height: auto;
    line-height: unset;
    overflow: hidden;
    padding: 7px 16px;
    background: #000000;
    opacity: 0.8;
    color: #FFFFFF;
    border-radius: 6px;
    position: fixed;
    z-index: 9999999;
    top: 41%;
    left: 50% !important;
    transform: translate(-50%, -50%);
    font-size: 14px;
    display: none;
}
