.nav .nLi {
    width: 102px;
    display: flex;
    justify-content: center;
}

.nav .nLi .nav-columns-fonts a {
    padding: revert;
}

.hd-logo a img {
    width: 198px;
    height: 44px;
    margin-left: 6px;
    margin-top: 0;
}

/* 世界杯侧边栏导航 */
.word-cup-fixed-side-box {
    position: fixed;
    right: 38px;
    top: 188px;
    width: 96px;
    height: 476px;
    /* height: 163px; */
    background: #9A1032;
    border-radius: 56px 56px 28px 28px;
    z-index: 900;
    transition: all .3s;
}

.word-cup-side-top-icon {
    width: 64px;
    display: block;
    margin: -62px auto 0;
}

.word-cup-side-list {
    color: #4E4E4E;
    font-size: 14px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    border-radius: 20px;
    /* width: 66px; */
    margin: 0 auto;
    cursor: pointer;
    font-weight: bold;
    position: relative;
}

.word-cup-side-line-2 {
    display: block;
    margin: 0 auto;
}

.word-cup-side-list-arrow {
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    width: 14px;
}

.word-cup-side-list-arrow2 {
    left: unset;
    right: 4px;
    transform: translateY(-50%) rotate(180deg);
}

.word-cup-side-list:nth-child(2) {
    margin-top: 14px;
}

.word-cup-side-line {
    /* width: 40px; */
    height: 6px;
    margin: 0 auto;
}

.word-cup-side-list-chosed {
    /* background: #FFFFFF; */
    color: #9A1032;
    cursor: unset;
}

.word-cup-side-top-line-box {
    width: 100%;
    height: 20px;
    background: #9A1032;
    position: relative;
    z-index: 2;
    border-radius: 0 0 20px 20px;
    margin-bottom: -10px;
    margin-top: 4px;
}

.word-cup-side-top-line-box2 {
    border-radius: 14px 14px 0 0;
    margin-top: -10px;
    margin-bottom: unset;
    padding-top: 10px;
}

.word-cup-side-line-1 {
    height: 10px;
}

.word-cup-side-list-box {
    background: #FFFFFF;
    padding: 17px 0;
    width: 88px;
    margin: 0 auto;
}

.word-cup-side-list-box2 {
    padding: 20px 0 14px;
}

.word-cup-switch-hide-icon {
    font-size: 14px;
    color: #4E4E4E;
    margin-right: 4px;
}

.word-cup-side-top-line-box3 {
    background: #FFFFFF;
    width: 88px;
    margin: -4px auto 0;
    padding: 0 0 16px;
    border-radius: 0 0 28px 28px;
}

#sideShowMode {
    transition: all .5s;
    overflow: hidden;
}

#sideHideMode {
    transition: all .5s;
    overflow: hidden;
}

/* 新增国家区号 */
.country-code-show {
    width: auto;
    height: 14px;
    border-right: #9C9C9C 1px solid;
    position: absolute;
    left: 42px;
    top: 18px;
    z-index: 2;
    cursor: pointer;
    padding-right: 8px;
}

.country-code-fonts {
    font-size: 14px;
    color: #303030;
}

.country-code-show .country-code-icon {
    font-size: 14px;
    color: #9C9C9C;
    margin-left: 4px;
}

.country-code-right {
    padding-left: 118px;
}

.country-code-box {
    display: none;
    position: absolute;
    width: 100%;
    top: 52px;
    left: 0;
    padding: 10px 0;
    z-index: 9;
    max-height: 224px;
    overflow-y: auto;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    background: #FFFFFF;
}

.country-code-list {
    height: 38px;
    padding: 0 10px;
    cursor: pointer;
}

.country-code-list:hover {
    background: linear-gradient(to right, #78BDF2, #167BFF);
    color: #FFFFFF;
}

.country-code-list:hover .country-code-list-fonts {
    color: #FFFFFF;
}

.country-code-list-fonts {
    color: #303030;
    font-size: 14px;
    line-height: 30px;
}

.step-body {
    position: relative;
}

.hide-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 8;
    top: 0;
    left: 0;
}

#closeIcon {
    bottom: unset;
    width: unset;
    left: unset;
    margin-left: unset;
}

.cursor {
    cursor: pointer;
}

.cancel-btn {
    border-right: #E4E6ED 1px solid;
    color: #939293;
}

.msg-info-btn {
    width: 50%;
    text-align: center;
    padding: 12px 0;
    cursor: pointer;
    font-size: 16px;
}

#subBtn {
    color: #303030;
}

.loading-new {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    border-radius: 8px;
    width: 375px;
}

#nav #tyGames a img:last-child {
    margin-left: -26px;
}

/* layer-msg样式优化 */
body .layui-layer-msg {
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .2);
    border-radius: 6px;
    height: auto;
}

body .game-line-bg {
    box-shadow: unset;
}

.spaced {
    letter-spacing: 0.42em;
    position: relative;
    left: 3px;
}


#NotLoginTrialPop {
    display: none;
}

#NotLoginNoTrialPop {
    display: none;
}

#LoginTrialPop {
    display: none;
}

.trial-game {
    width: 350px;
    height: 250px;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.trial-line-alert {
    height: 20px;
    background: linear-gradient(270deg, #E78800 0%, #FDBA00 100%);
    width: 100%;
}

.trial-game-recaptch {
    width: 400px;
    height: 425px;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.trial-game-recaptch-error {
    height: 440px;
}

.trial-game-recaptch-success {
    background: #FFFFFF;
}

.trial-line-alert-recaptch {
    height: 10px;
    background: linear-gradient(270deg, #5380FF 0%, #5380FF 100%);
    width: 100%;
}

.trial-line-alert-recaptch-error {
    background: linear-gradient(270deg, #FF5D39 0%, #FF5D39 100%);
}

.trial-line-alert-recaptch-success {
    background: linear-gradient(270deg, #3AC522 0%, #3AC522 100%);
}


.trial-line {
    height: 20px;
    background: linear-gradient(270deg, #167BFF 0%, #78BDF2 100%);
    width: 100%;
}

.trial-title-wrapper-recaptch {
    background: rgba(255, 255, 255, 0.39);
    opacity: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    top: -15px;
}


.trial-title-wrapper-recaptch-error {
    top: -7px;
    margin-bottom: 10px;
}

.trial-title-wrapper-recaptch-success {
    top: -125px;
}

.trial-title-wrapper {
    height: 150px;
    background: rgba(255, 255, 255, 0.39);
    opacity: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    /* padding: 15px 0px; */
}

.trial-alert {
    width: 30px;
}

.trial-rectangle {
    width: 5px;
    height: 22px;
}

.trial-title-text {
    width: 100%;
    gap: 5px;
}

.trial-title {
    font-size: 22px;
    font-family: PingFang HK;
    font-weight: 600;
    line-height: 30px;
    color: #303030;
    opacity: 1;
}

.trial-desc {
    font-size: 16px;
    font-family: PingFang;
    font-weight: 400;
    line-height: 24px;
    color: #7C8591;
    opacity: 1;
}

.trial-desc-loggedin {
    color: #E90619
}

.no-trial-btns {
    height: 63px;
    background: rgba(255, 255, 255, 0.39);
    opacity: 1;
    width: 100%;
    border-top: 1px solid rgba(168, 179, 195, 0.14);
    font-size: 18px;
    font-family: SF Pro Text;
    font-weight: 400;
    line-height: 26px;
    color: #A8B3C3;
    display: flex;
    align-items: center;
    justify-content: space-around;
}


.trial-btn {
    height: 63px;
    background: rgba(255, 255, 255, 0.39);
    opacity: 1;
    width: 100%;
    border-top: 1px solid rgba(168, 179, 195, 0.14);
    font-size: 18px;
    font-family: SF Pro Text;
    font-weight: 400;
    line-height: 26px;
    color: #A8B3C3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-trial-btn {
    width: 50%;
    height: 100%;
}

.trial-solid-color {
    font-family: 蘋方-簡;
    font-weight: 500;
    line-height: 26px;
    color: #464646;
}


.trial-game-notrial {
    width: 350px;
    height: 185px;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}


.btns-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(168, 179, 195, 0.14);
}

.login-btn {
    color: #303030;
    border-left: 1px solid rgba(168, 179, 195, 0.14);
}


.authenticators::placeholder {
    color: black;
}

/* new register style */
.login-in-content {
    width: 1220px;
    /* height: calc(100vh - 110px); */
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.register-login-input {
    width: 460px;
    height: 450px;
    margin: 0 auto;
    text-align: center;
    background: rgba(255, 255, 255, .2);
    border-radius: 10px;
}

.register-login-input input,
.login-title {
    display: inline-block;
    outline: none;
    border: none;
}

.login-title {
    margin-top: 48px;
}

.register-login-input input {
    width: 220px;
    height: 46px;
    float: left;
    /* color: #ffffff; */
    /* color: black; */
    margin-left: 18px;
    /*line-height: 52px;*/
    background: rgba(255, 255, 255, 0);
}

.register-login-input input::-webkit-input-placeholder {
    color: #A3AAB0;
    font-size: 14px;
}

.login-box {
    width: 310px;
    height: 46px;
    /* background: rgba(255,255,255,.4); */
    background: #F7F8FA;
    border-radius: 23px;
    overflow: hidden;
    margin: 24px auto 0;
    display: flex;
    align-items: center;
}

.login-box img {
    float: left;
    margin-top: 0px;
    margin-left: 17px;
    width: 21px;
}

::-webkit-input-placeholder {
    color: #999999;
    font-size: 14px;
}

::-moz-placeholder {
    color: #999999;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #999999;
    font-size: 14px;
}

.clear-btn,
.dis-btn {
    display: inline-block;
    width: 18px;
    height: 52px;
    float: right;
    margin-right: 10px;
    /* background: url("../images/login/clear-btn.png")right 18px no-repeat; */
}

.dis-btn {
    /* background: url("../images/login/display-pwd2.png")right 20px no-repeat; */
}

.show-pwd {
    background: url("../images/reg-login/pwd-show.png")right 20px no-repeat;
}

.hide-pwd {
    background: url("../images/reg-login/pwd-hide.png")right 20px no-repeat;
}

.register-login-input .login-btn {
    float: unset;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    width: 380px;
    height: 52px;
    border-radius: 5px;
    color: #FFFFFF;
    margin: 89px auto 0;
    background: linear-gradient(270deg, #177CFE, #76BBF2);
}

.reg-title {
    height: 85px;
    font-family: PingFang SC;
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 7px;
    background: linear-gradient(0deg, #60AEEC 0%, #177CFE 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
}

.auth-switch {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.aut-switch-circle {
    width: 41px;
    height: 41px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(139, 145, 159, 0.1);
    border-radius: 50%;
    border: 1px solid #EBEBEB;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.img-carousel-frame {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-body {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.img-carousel-body {
    flex-direction: column;
    justify-content: flex-start;
}


.imgSlider {
    position: relative;
    width: 100%;
    user-select: none;
    touch-action: pan-y;
    position: relative;
    display: flex;
    flex-direction: column;
}

.imgSlider img {
    poiner-events: none;
}

.imgSlider-list {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    border-radius: 10px 0 0 10px;
}

.imgSlider-list.grab {
    cursor: grab;
}

.imgSlider-list.grabbing {
    cursor: grabbing;
}

.imgSlider-track {
    display: flex;
    border-radius: 10px 0 0 10px;
}

.slideWindow {
    width: 100%;
    flex-shrink: 0;
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0 0 10px;
}

.imgSlider-arrows {
    margin-top: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;

    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, 0);
}

.toggleSwitch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 24px;
    margin: 30px;
}

.toggleSwitch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggleSwitchSlider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.toggleSwitchSlider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 3px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    top: 1px;
}

input:checked+.icon::before {
    font-family: "FontAwesome";
    content: "\f00c";
    transform: rotate(45deg);
    padding-top: 5px;
}

.toggle {
    font-family: "FontAwesome";
    font-style: normal !important;
}

.dev-footer {
    margin-top: 71px;
    color: #4e4a46;
}

input+.icon::before {
    font-family: "FontAwesome";
    content: "\f00d";
    padding-top: 5px;
}

.toggleSwitchSlider.w-color:before {
    background-color: #a37eba;
}

.toggleSwitchSlider.w-color {
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked+.toggleSwitchSlider.w-color {
    background-color: #ccc;
}

input:checked+.toggleSwitchSlider.icon {
    background-color: #a37eba;
}

.toggleSwitchSlider.icon:before {
    background-color: #ffe05d;
}

.toggleSwitchSlider.icon:after {
    background-color: #e2df23;
}

input:checked+.toggleSwitchSlider {
    background-color: #2196f3;
}

input:checked+.toggleSwitchSlider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    transition-delay: 9999s;
}

/* Rounded imgSliders */
.toggleSwitchSlider.round {
    border-radius: 30px;
}

.toggleSwitchSlider.round:before {
    border-radius: 50%;
}

.disabled-toggle {
    opacity: 0.5;
    cursor: default;
}


.placeholderColor::placeholder {
    color: #444444;
    font-weight: bold;
}


.refreshCaptchaIcon {
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.refreshCaptchaIcon.down {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

#registerLoginName:-webkit-autofill,
#registerLoginName:-webkit-autofill:hover,
#registerLoginName:-webkit-autofill:focus,
#registerLoginName:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #F7F8FA inset !important;
    /* Chrome, Safari */
    -moz-box-shadow: 0 0 0 30px #F7F8FA inset !important;
    /* Firefox */
    box-shadow: 0 0 0 30px #F7F8FA inset !important;
    /* Standard syntax */
}

/* header:join agent */
.join-agent-header {
    width: 1920px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    height: 280px;
    background: url(/assets/abc2024/images/join-agent-header-bg.webp) center top no-repeat;
    background-size: 1920px auto;
}

.join-agent-left {
    width: 400px;
    margin-top: 14px;
}

.join-agent-center {
    width: 544px;
    margin-left: 56px;
}

.join-agent-center-fonts-box {
    margin-top: 32px;
}

.join-agent-center-fonts {
    color: #2992FE;
    font-family: YouSheBiaoTiHei;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.join-agent-center-fonts-img {
    height: 114px;
}

.join-agent-center-icon-box {
    margin: 14px auto 0;
    display: flex;
    justify-content: center;
}

.join-agent-center-icon-list-box {
    color: #666;
    font-family: "PingFang SC";
    font-size: 10px;
    font-weight: 500;
}

.join-agent-center-icon-list-box:not(:first-child) {
    margin-left: 20px;
}

.join-agent-center-icon-list-top {
    display: flex;
    width: 22px;
    height: 22px;
    padding: 3px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 0.5px solid #66C6F8;
    background: linear-gradient(319deg, #1268F0 -1.9%, #296BCB 52.62%, #ADD1E2 105%), linear-gradient(137deg, #33C4FA 14.52%, #0572FA 83.15%);
    background-blend-mode: soft-light, normal;
    box-shadow: 0px 1px 1.3px 0px rgba(67, 116, 183, 0.40);
    margin: 0 auto 2px;
}

.join-agent-center-list-icon {
    height: 16px;
}

.nav .sub .join-agent-right {
    margin-left: 46px;
    width: 154px;
    height: 40px;
    border-radius: 32px;
    background: linear-gradient(90deg, #78BDF2 0%, #167BFF 100%);
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "PingFang SC";
    font-size: 16px;
    font-weight: 500;
    margin-top: 120px;
    text-decoration: none;
    transition: all .3s;
}

.join-agent-right:hover {
    transform: scale(1.04);
}

.zanzhuSub {
    width: 1920px !important;
}

/* new maintenancing */
.maintenancing-activated-new {
    width: 100%;
    text-align: center;
}

.maintenancing-activated-line-1 {
    color: #FFFFFF;
    font-family: "PingFang SC";
    font-size: 18px;
    font-weight: 500;
}

.maintenancing-activated-new-icon {
    height: 16px;
    margin-right: 6px;
}

.maintenancing-activated-line-2 {
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 14px;
    font-weight: 400;
    height: 14px;
    line-height: 14px;
}

.no-activated-box {
    width: 100%;
    text-align: center;
}

.no-activated-box .maintenancing-activated-line-1 {
    font-size: 14px;
}

.no-activated-box .maintenancing-activated-new-icon {
    height: 14px;
    margin-right: 4px;
}

.no-activated-box .maintenancing-activated-line-2 {
    font-size: 12px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.pre-maintenancing-activated-new {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    /* width: calc(100% - 48px); */
    width: 74%;
    height: 32px;
    border-radius: 5px;
    border: 0.5px solid var(--Color-6, #1D9DFC);
    background: #FFF
}

.pre-maintenancing-activated-new-short {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    /* width: calc(100% - 48px); */
    width: 90%;
    height: 32px;
    border-radius: 5px;
    border: 0.5px solid var(--Color-6, #1D9DFC);
    background: #FFF
}

.pre-mainteivated-line {
    color: #303030;
    font-family: "PingFang SC";
    font-size: 14px;
    font-weight: 400;
    width: calc(100% - 4px);
    overflow: hidden;
    white-space: nowrap;
}

.pre-mainteivated-img {
    width: 14px;
    margin: 0 4px 0 6px;
}

.hot-game-switch-list-mask {
    z-index: 2;
}

.overlay-bg-none {
    background: unset;
    top: 26px;
    height: 32px;
}

/* 首次登陆修改密码弹框 */
#firstModifyPwd {
    width: 400px;
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 901;
    background: #FFFFFF;
    border-radius: 10px;
}

#firstModifyPwd .modify-info-text {
    color: #7C8591;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 14px;
    font-weight: 400;
}

#firstModifyPwd .msg-info-content {
    overflow: unset;
    text-overflow: unset;
    white-space: unset;
}

.modify-info-text:last-child {
    margin-top: 14px;
}

.first-modify-input-box {
    margin: 20px auto 0;
    width: 364px;
    height: 50px;
    border-radius: 100px;
    background: #F7F8FA;
    color: var(--Color-8, #A8B3C3);
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
}

.first-modify-input,
.first-modify-input-text {
    color: var(--Color-8, #A8B3C3);
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
}

.first-modify-input-icon {
    width: 16px;
    margin: 0 12px 0 18px;
}

.first-modify-input-text {
    width: 70px;
    margin-right: 18px;
}

.first-modify-input {
    width: 186px;
    outline: none;
    background: #F7F8FA;
    border: none;
}

.first-modify-btn {
    margin: 50px auto 40px;
    width: 364px;
    height: 50px;
    border-radius: 25px;
    background: var(--Linear, linear-gradient(90deg, #76BCF3 0.03%, #177CFF 99.99%));
    box-shadow: 0px 4px 10px 0px rgba(54, 158, 255, 0.30);
    color: #FFF;
    text-shadow: 0px 4px 6px rgba(120, 189, 242, 0.50);
    font-family: "PingFang SC";
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.nav .nLi .cp-columns .cp-columns-1 {
    margin: 12px auto 0;
    height: 32px !important;
}
.nav .nLi .ty-columns img:first-child {
    height: 28px;
}
.popup-wrap{
    width: 320px;
    display: flex !important;
    flex-direction: column;
    text-align: left;
    justify-content: left;
    font-weight: 400 !important;
}
.popup-wrap div:nth-child(2){
    margin-top: 5px;
    margin-left: 10px;
    font-weight: 400 !important;
}
.popup-wrap div:nth-child(3){
    margin-top: 5px;
    margin-left: 10px;
    font-weight: 400 !important;
}