.sy-reg-login-wrap {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 999;
}

.sy-reg-login-wrap .maks {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
}

.sy-reg-login-wrap .sy-login {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 520px;
    height: 347px;
    background: #FFFFFF;
    border-radius: 4px;
    z-index: 999;
    padding-left: 15px;
    box-sizing: border-box;
}

.sy-reg-login-wrap .close {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 20px;
    height: 20px;
}

.sy-reg-login-wrap .scanCode-login {
    width: 220px;

}

.sy-reg-login-wrap .scanCode-login .qrcode {
    position: relative;
    width: 115px;
    height: 115px;
    background: #FFFFFF;
    border: 3px solid #000000;
    margin: 0 auto;
}

.sy-reg-login-wrap .scanCode-login .qrcode .login-qrcode-wrap {
    width: 107px;
    height: 107px;
}

.sy-reg-login-wrap .scanCode-login .qrcode-tips {
    margin-top: 16px;
}

.sy-reg-login-wrap .scanCode-login .qrcode-tips .title {
    font-weight: bold;
    font-size: 14px;
    color: #222222;
    line-height: 16px;
    text-align: center;
}

.sy-reg-login-wrap .scanCode-login .qrcode-tips .desc {
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    margin: 0 auto;

    margin-bottom: 24px;
    text-align: center;
}

.sy-reg-login-wrap .scanCode-login .qrcode-tips .tip {
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
}

.sy-reg-login-wrap .scanCode-login .qrcode-tips .tip .download {
    color: #FF8A00;
}

.sy-reg-login-wrap .scanCode-login .concat-service {
    position: absolute;
    bottom: 14px;
    left: 15px;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
}

.sy-reg-login-wrap .scanCode-login .concat-service .zhiCustomBtn {
    color: #FF8A00;
}

.sy-reg-login-wrap .login-form {
    margin-left: 36px;
}

.sy-reg-login-wrap .login-form .sy-tabs-wrap {}

.sy-reg-login-wrap .login-form .sy-tabs-wrap .tabs-item,
.sy-reg-login-wrap .sy-register .sy-tabs-wrap .tabs-item {
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    position: relative;
    margin-right: 12px;
}

.sy-reg-login-wrap .login-form .sy-tabs-wrap .tabs-item.acitve,
.sy-reg-login-wrap .sy-register .sy-tabs-wrap .tabs-item.acitve {
    font-weight: bold;
    font-size: 16px;

}

.sy-reg-login-wrap .login-form .sy-tabs-wrap .tabs-item:after {
    content: '';
    display: none;
    width: 36px;
    height: 4px;
    background: #FF8A00;
    border-radius: 2px;
    position: absolute;
    bottom: -7px;
    left: 0;
}

.sy-reg-login-wrap .login-form .sy-tabs-wrap .tabs-item.acitve:after {
    display: block;
}

.sy-reg-login-wrap .login-form .form {
    width: 224px;
    background: #FFFFFF;
    border-radius: 1px;
    margin-top: 30px;
}

.sy-reg-login-wrap .login-form .form .sy-common {
    width: 100%;

}

.sy-reg-login-wrap .login-form .form .sy-common .form-item {
    width: 100%;
    height: 32px;
    background: #FFFFFF;
    border-radius: 1px;
    border: 1px solid #d2d8de;
    margin-bottom: 13px;
    padding-left: 9px;
    box-sizing: border-box;
}

.sy-reg-login-wrap .login-form .form .sy-common .form-item .input {
    display: flex;
    width: 100%;
    height: 100%;
    padding-left: 14px;
    box-sizing: border-box;

}

.sy-reg-login-wrap .login-form .form .sy-common .form-item .input input {
    font-weight: 400;
    font-size: 12px;
    color: #222222;
}

.sy-reg-login-wrap .login-form .form .sy-common .form-item .label {
    font-size: 12px;
    color: #666;
}

.sy-reg-login-wrap .sendCode{
    /* width: 64px; */
    padding: 0 4px;
    height: 100%;
    box-sizing: border-box;
    background: #EBEBEB;
    border-radius: 1px;
    font-weight: 400;
    font-size: 12px;
    color: #222222;
}

.sy-reg-login-wrap .user-agreement {
    font-size: 10px;
    color: #333;
}

.sy-reg-login-wrap .user-agreement .radio {
    width: 11px;
    height: 11px;
    background: #e9eef1;
    border-radius: 1px;
    margin-right: 5px;
}

.sy-reg-login-wrap .user-agreement .radio.act {
    background: url(//images.sooyooj.com/20240508/4vFzvDwuC1W6RDvW.png) no-repeat;
    background-size: 100% 100%;
}

.sy-reg-login-wrap .login-form .btn {
    width: 100%;
    height: 32px;
    background: linear-gradient(90deg, #FFAE00 0%, #FF8A00 100%);
    box-shadow: 0px 6px 12px 0px rgba(255, 162, 0, 0.4);
    border-radius: 3px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
    margin-top: 13px;
    margin-bottom: 16px;
}

.sy-reg-login-wrap .login-form .register {
    color: #FF8A00;
    font-size: 12px;
    position: relative;
    margin-right: 33px;
}

.sy-reg-login-wrap .login-form .forgot-password {
    color: #999999;
    font-size: 12px;
}

.sy-reg-login-wrap .login-form .register::after {
    content: '';
    display: block;
    width: 1px;
    height: 9px;
    background: #D2D8DE;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.sy-reg-login-wrap .login-form .other-login {
    margin-top: 28px;
}

.sy-reg-login-wrap .login-form .other-login .item {
    width: 84px;
    height: 24px;
    background: #E2F5EC;
    border-radius: 12px;
    font-size: 12px;
}

.sy-reg-login-wrap .login-form .other-login .item .icon {
    width: 13px;
    height: 13px;
    margin-right: 5px;
}

.sy-reg-login-wrap .login-form .other-login .WeChat {
    color: #2FB477;
}

.sy-reg-login-wrap .login-form .other-login .QQ {
    color: #50A1F4;
}

/* register */
.sy-reg-login-wrap .sy-register {
    width: 490px;
    height: 440px;
    background: #FFFFFF;
    border-radius: 0px 3px 3px 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 999;
}

.sy-reg-login-wrap .sy-register .cover {
    width: 50%;
    position: relative;
}

.sy-reg-login-wrap .sy-register .concat-service {
    position: absolute;
    bottom: 14px;
    left: 15px;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
}

.sy-reg-login-wrap .sy-register .concat-service .zhiCustomBtn {
    text-decoration: underline;
}

.sy-reg-login-wrap .sy-register .register-box {
    padding: 27px 20px;
    box-sizing: border-box;
}

.sy-reg-login-wrap .sy-register .sy-tabs-wrap {
    margin-bottom: 13px;
}

.sy-reg-login-wrap .sy-register .form .form-item {
    padding-left: 10px;
    width: 212px;
    height: 28px;
    background: #FFFFFF;
    border-radius: 1px;
    border: 1px solid #D2D8DE;
}

.sy-reg-login-wrap .sy-register .form .form-item input {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #BBBBBB;
    width: 100%;
}

.sy-reg-login-wrap .sy-register .auth-box .btn {
    width: 100%;
    height: 28px;
    background: linear-gradient(90deg, #FFAE00 0%, #FF8A00 100%);
    box-shadow: 0px 6px 12px 0px rgba(255, 162, 0, 0.4);
    border-radius: 3px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
}

.sy-reg-login-wrap .sy-register .auth-box .tip {
    font-weight: 400;
    font-size: 12px;
    color: #FF8A00;
    text-align: center;
}

.scanCode-login .qrcode .tips {
    position: absolute;
    left: -3px;
    top: -3px;
    right: -3px;
    bottom: -3px;
    font-size: 14px;
    color: #222;
    font-weight: bold;
    background-color: rgba(255, 255, 255, .8);
    z-index: 200;
}

.page-wrap-toast {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-wrap-toast .content {
    width: 420px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 30px 30px 40px;
    box-sizing: border-box;
    position: relative;
}

.page-wrap-toast .title {
    font-size: 18px;
    font-weight: bold;
    color: #222222;
    margin-bottom: 12px;
}

.page-wrap-toast .userlist .item {
    width: 100%;
    padding: 13px 14px;
    box-sizing: border-box;
    border-bottom: 1px solid #DCE1E5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.page-wrap-toast .userlist .item .item-info .img {
    width: 54px;
    height: 54px;
    overflow: hidden;
    margin-right: 14px;
}

.page-wrap-toast .userlist .item .item-info .img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.page-wrap-toast .userlist .item .item-info .value p {
    color: #222222;
    font-size: 16px;
    margin-bottom: 7px;
}

.page-wrap-toast .userlist .item .item-info .value p:last-child {
    font-size: 14px;
    color: #999999;
}

.page-wrap-toast .userlist .item .checkout {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #B0B0B0;
    padding: 2px;
    box-sizing: border-box;


}

.page-wrap-toast .userlist .item .checkout span {
    display: none;
}

.page-wrap-toast .userlist .item.active .checkout {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #FF8A00;


}

.page-wrap-toast .userlist .item.active .checkout span {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    background: #FF8A00;
}

.page-wrap-toast .userlist {
    width: 100%;
    height: 280px;
    overflow-y: auto;
    background: #F0F3F6;
    border-radius: 6px;

}

.page-wrap-toast .item:last-child {
    border-bottom: none;
}

.page-wrap-toast .btn {
    margin-top: 28px;
    width: 100%;
    height: 48px;
    background: linear-gradient(90deg, #FFAE00 0%, #FF8A00 100%);
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}

.page-wrap-toast .otherbtn {
    text-align: center;
    color: #FF8A00;
    font-size: 16px;
    margin-top: 15px;
    cursor: pointer;
}

.page-wrap-toast .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 17px;
    height: 17px;
    cursor: pointer;

}


.page-wrap-toast .title {
    font-size: 18px;
    font-weight: bold;
    color: #222222;
    margin-bottom: 12px;
}

.page-wrap-toast .info {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 23px;
}

.page-wrap-toast .input-wrap {
    width: 100%;
    height: 48px;
    border: 1px solid #D2D8DE;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;




}

.page-wrap-toast .input-wrap input {
    display: block;
    outline: none;
    border: none;
    width: 100%;
    color: #222222;
    height: 100%;
    line-height: 48px;
    padding-left: 13px;
    font-size: 14px;
    box-sizing: border-box;
}

.page-wrap-toast .input-wrap .code {
    width: 98px;
    height: 44px;
    background: #EBEBEB;
    border-radius: 2px;
    position: absolute;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    color: #222222;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
    cursor: pointer;
}

.page-wrap-toast .bind-info-title {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 12px;
}

.page-wrap-toast .value p {
    color: #666666;
    font-size: 12px;
    margin-bottom: 12px;
}

.page-wrap-toast .btn {
    margin-top: 28px;
    width: 100%;
    height: 48px;
    background: linear-gradient(90deg, #FFAE00 0%, #FF8A00 100%);
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}

.page-wrap-toast .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 17px;
    height: 17px;
    cursor: pointer;
}
.swiperUserBox {
    position: absolute;
    top: 112px;
    left: 16%;
    width: 308px;
    height: 314px;
    z-index: 30;
    background: url(//images.sooyooj.com/20240719/P8OAgapb72dkOfJs.png) no-repeat;
    background-size: 100% 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.swiperUserBox .logintabs {
    margin-top: 19px;
    width: 100%;
    border-bottom: 1px solid #BFBFBF;
}

.swiperUserBox .logintabs li {
    width: 56px;
    padding: 6px 0;
    box-sizing: border-box;
    color: #3C3C3C;
    font-size: 14px;
    text-align: center;
}

.swiperUserBox .logintabs li.active {
    border-bottom: 3px solid #FF5C23;
    margin-bottom: -1px;
    color: #FF5C23;
    font-weight: bold;
}

.swiperUserBox .user-common {
    width: 240px;
    height: 69px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #E4E4E4;
    padding: 5px 10px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 26px;
}

.swiperUserBox .user-common input {
    display: block;
    height: 28px;
    background: #FFFFFF;
    padding-left: 9px;
    box-sizing: border-box;
}

.swiperUserBox .user-common label {
    font-size: 14px;
    color: #3c3c3c;
}

.swiperUserBox .user-common p {
    width: 198px;
    text-align: left;
    font-size: 12px;
    color: #3C3C3C;
}
.swiperUserBox .user-common .inputs:nth-child(1) {
   border-bottom: 1px solid #D8D8D8;
   padding: 1px 0;
   box-sizing: border-box;
}
.swiperUserBox .user-common .inputs .icon{
    width: 16px;
    height: 16px;
}
.swiperUserBox .user-common .inputs .forget{
    font-size: 10px;
    color: #8D8D8D;
    line-height: 14px;
}

.swiperUserBox .user-common label {
    display: block;
    text-align: right;
}



.swiperUserBox .btns {
    width: 240px;
    height: 40px;
    background: #FFA90D;
    box-shadow: 0px 1px 0px 0px #FF9900;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    margin: 14px auto;

}
.swiperUserBox .tips{

font-size: 12px;
color: #3C3C3C;
margin: 0 auto;
text-align: center;
margin-top: 12px;
}
.swiperUserBox .tips span{
    color: #FF5C23; 
}

.swiperUserBox .user-agreement {
    font-size: 12px;
    color: #333;
    margin-top: 10px;
}

.swiperUserBox .user-agreement .radio {
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 1px;
    margin-right: 5px;
}

.swiperUserBox .user-agreement .radio.act {
    background-image: url(//images.sooyooj.com/20240625/Kc69pWeQomzP1YHT.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.color {
    color: #FF5C23;
}

.swiperUserBox .otherLogin {
    margin-top: 12px;
}

.swiperUserBox .otherLogin span {
    color: #3C3C3C;
    font-size: 12px;
}

.swiperUserBox .otherLogin .icon {
    margin-right: 12px;
}

.swiperUserBox .otherLogin .icon.scode {
    margin-right: 0;
}

.swiperUserBox .otherLogin p {
    font-size: 12px;
    color: #000000;
    margin-left: 4px;
}

.swiperUserBox .phone-other input {
    width: 100%;
}

.swiperUserBox .phone-other .inputs {
    position: relative;
}

.swiperUserBox .phone-other .inputs .codebtn {
    z-index: 1;
    height: 20px;
    background: #FF5C23;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    padding: 0 5px;
    box-sizing: border-box;
}

.swiperUserBox .scanCodeLogin {
    position: relative;
}

.swiperUserBox .scanCodeLogin .backt {
    position: absolute;
    left: 0px;
    top: 18px;
    width: 22px;
    height: 22px;
}

.swiperUserBox .scanCodeLogin .codeimg {
    width: 132px;
    height: 132px;
    margin: 18px auto 6px;
    position: relative;
    background-color: rgb(255, 255, 255);

}

.swiperUserBox .scanCodeLogin .codeimg .tips {
    position: absolute;
    left: -3px;
    top: -3px;
    right: -3px;
    bottom: -3px;
    font-size: 14px;
    color: #222;
    font-weight: bold;
    background-color: rgba(255, 255, 255, .8);
    z-index: 200;
}

.swiperUserBox .scanCodeLogin .text {
    font-size: 12px;
    color: #3c3c3c;
    margin-bottom: 12px;
}

.swiperUserBox .scanCodeLogin .codetext {
    /* padding: 0 22px; */
    font-size: 12px;
    line-height: 16px;
    color: #888888;
    text-align: center;
    margin-bottom: 12px;
}

.swiperUserBox .logintrue {
    width: 100%;
    padding: 15px 16px;
    box-sizing: border-box;
}

.swiperUserBox .userIconAndInfo .usericon {
    width: 88px;
    height: 88px;
    margin-right: 12px;
}

.swiperUserBox .userIconAndInfo .usericon img {
    border-radius: 50%;
}

.swiperUserBox .userIconAndInfo .info {}

.swiperUserBox .userIconAndInfo .info .name {
    font-weight: bold;
    font-size: 14px;
    color: #3C3C3C;
    margin-bottom: 4px;
}

.swiperUserBox .userIconAndInfo .info .name .checkOut {
    font-size: 12px;
    color: #FF7A00;
    margin-left: 6px;
}

.swiperUserBox .userIconAndInfo .info .num {
    font-size: 12px;
    color: #3C3C3C;
    margin-bottom: 10px;
}

.swiperUserBox .userIconAndInfo .info .pointBox {}

.swiperUserBox .userIconAndInfo .info .pointBox .signin {
    width: 44px;
    height: 20px;
    background: #FF7A00;
    border-radius: 4px;
    font-size: 12px;
    color: #FFFFFF;
    margin-right: 14px;
    text-align: center;
    line-height: 20px;
}

.swiperUserBox .userIconAndInfo .info .pointBox p {
    font-size: 12px;
    color: #3C3C3C;
}

.swiperUserBox .progressBar {
    width: 100%;
    height: 18px;
    background: rgba(228, 166, 121, 0.38);
    border-radius: 9px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 18px;
}

.swiperUserBox .progressBar .lv {
    width: 46px;
    height: 12px;
    background: #E58642;
    border-radius: 9px;
    font-weight: bold;
    font-size: 10px;
    color: #fff;
}

.swiperUserBox .progressBar .lv .imgbox {
    margin-left: -6px;
    width: 18px;
    height: 16px;
}

.swiperUserBox .progressBar .line {
    height: 8px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-left: 5px;
    position: relative;
}

.swiperUserBox .progressBar .line .plan {
    position: absolute;
    left: 0px;
    top: 50%;
    height: 6px;
    border-radius: 4px; 
    transform: translateY(-50%);
    width: 1%;
    background: #FF7A00;
}

.swiperUserBox .recentGame {
    margin-top: 12px;
}

.swiperUserBox .recentGame .title-tol {
    font-weight: bold;
    font-size: 12px;
    color: #333333;
}
.swiperUserBox .recentGame .recentgame-wrap .nolist {
   width: 100%;
   text-align: center;
   margin-top: 30px;
}

.swiperUserBox .recentGame .recentGameItem {
    margin-top: 7px;
}

.swiperUserBox .recentGame .recentGameItem .arrow {
    width: 9px;
    height: 9px;
}

.swiperUserBox .recentGame .recentGameItem .gameicon {
    width: 17px;
    height: 17px;
    border-radius: 3px;
    margin-right: 6px;
}

.swiperUserBox .recentGame .recentGameItem span {
    font-size: 12px;
    color: #3C3C3C;
}

.swiperUserBox .recentGame .recentGameItem .gamename {
    width: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiperUserBox .recentGame .recentGameItem .servename {
    width: 58px;
    margin-left: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiperUserBox .recentGame .recentGameItem .recommendgame {
    display: block;
    width: 61px;
    height: 17px;
    background: url(//images.sooyooj.com/20240612/QuaT7HSUpebmKhXF.png) no-repeat;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 17px;
    margin-left: 19px;
    padding-left: 4px;
}