html {
    font-size: -webkit-calc(100vw / 3.75);
    font-size: calc(100vw / 3.75);
}

.cdk_center_page .header {
    margin: 0;
}

.cdk_center_page .header a {
    display: none;
}

.center_content {
    width: 100%;
    padding: 15px;
}

.center_content .title {
    margin-bottom: 0.08rem;
}

.login_line {
    font-size: 0.12rem;
}

.exchange_div {
    width: 3.44rem;
    height: 1.82rem;
    margin-top: 0.14rem;
    width: 100%;
    background-image: url("https://static.steambig.com/game_release/c20230523_7.png");
    background-size: 4.5rem auto;
}

.exchange_div input {
    margin-top: 0.3rem;
    height: 0.36rem;
    width: 2.17rem;
    font-size: 0.12rem;
}

.exchange_div button {
    margin-top: 0.28rem;
    width: 1.2rem;
    height: 0.37rem;
    font-size: 0.14rem;
}

.more_box {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}

.game_vip {
    width: 3.2rem;
    height: 2.12rem;
    background-image: url("https://static.steambig.com/game_release/c20230523_9.png");
    background-size: 3.4rem auto;
    padding: 0.08rem 0.09rem;
    flex-wrap: wrap;
}

.game_vip .img_item {
    width: 0.92rem;
    height: 0.87rem;
    margin-right: 0.09rem;
    margin-bottom: 0;
}

.game_vip .img_item:nth-last-child(2) {
    display: block;
}

.game_vip .img_item:nth-child(3n +3) {
    margin-right: 0;
}

.more_box button {
    width: 1.4rem;
    height: 0.4rem;
    font-size: 0.14rem;
    background-size: auto 100%;
}

.more_box button:after {
    background-size: auto 100%;
}

.more_box button .menu {
    width: 1.04rem;
    height: 0.24rem;
    font-size: 0.12rem;
    right: -0.3rem;
}

.down_link {
    display: block;
    margin: 0.15rem auto 0.07rem;
    color: rgba(96, 255, 247, 1);
    text-decoration-line: underline;
    width: 1.95rem;
    line-height: 0.17rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    font-weight: normal;
    font-size: 0.12rem;
}

#loginModal .modal-dialog {
    width: 3.45rem;
}

#loginModal .modal-content {
    padding: 0.24rem;
}

#loginModal .top {
    margin-bottom: 0.93rem;
}

#loginModal .login_div {
    flex-wrap: wrap;
}

#loginModal .login_div form {
    width: 100%;
    display: none;
}

#loginModal .login_div form.show {
    display: block;
}

#loginModal .login_div form p {
    margin-bottom: 0.12rem;
}

#loginModal .login_div form p label {
    font-size: 0.14rem;
    margin-bottom: 0.08rem;
    line-height: 0.25rem;
}

#loginModal .login_div form p input {
    height: 0.36rem;
    font-size: 0.14rem;
    width: 100%;
}

#loginModal .login_div form .submit {
    width: 100%;
    height: 0.36rem;
    font-size: 0.14rem;
    margin: 0.46rem 0 0.21rem;
}

#loginModal .login_div form p .sendCode {
    width: 0.83rem;
    height: 0.36rem;
    font-size: 0.12rem;
    margin-left: 0.08rem;
}

#loginModal .login_div {
    position: relative;
}

#loginModal .login_div .change_btn {
    cursor: pointer;
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    background: url('../images/change.png') center center no-repeat;
    background-size: 0.18rem auto;
    position: absolute;
    right: 0;
    top: 0;
}

#loginModal .login_div .wechat_div {
    display: none;
}

#loginModal .login_div .wechat_div.show {
    display: flex;
}


#loginModal .wechat_div {
    width: 1.68rem;
    height: 1.68rem;
    margin: 0.45rem auto 0.3rem;
    border-radius: 0.06rem;
    padding: 0.05rem;
}

#loginModal .wechat_div::before {
    width: 100%;
    height: auto;
    font-size: 0.14rem;
    text-align: center;
    top: -0.4rem;
}

#loginModal .wechat_div .no_url {
    border-radius: 0.06rem;
}

#loginModal .user_tip {
    font-size: 0.12rem;
    padding-left: 0.2rem;
}

#loginModal .user_tip::before {
    width: 0.11rem;
    height: 0.11rem;
}

#loginModal .user_tip::after {
    width: 0.05rem;
    height: 0.03rem;
}

#loginModal .user_tip+p {
    font-size: 0.12rem;
}

#successModal .modal-dialog {
    width: 3.45rem;
}

#successModal .modal-content {
    padding: 0;
}

#successModal .success-tip {
    position: static;
    font-size: 0.13rem;
    margin: 0.22rem 0 0.1rem;
}

#successModal .cdk_content {
    width: 100%;
    height: 3rem;
    padding: 0 0 0 0.1rem;
    transform: translate(0);
    background-image: url("https://static.steambig.com/game_release/c20230530_6.png");
    flex-flow: column;
    background-size: 4.5rem auto;
    background-position: center -1rem;
    background-repeat: no-repeat;
}

#successModal .cdk_content .cdk_info {
    display: flex;
    flex-wrap: wrap;
}

#successModal .cdk_content .cdk_info p {
    width: 50%;
    padding: 0 0.05rem;
    font-size: 0.14rem;
    margin-bottom: 0.06rem;
    display: flex;
    align-items: center;
}

#successModal .cdk_content .cdk_info p.cdk_name {
    width: 100%;
}

#successModal .cdk_content .cdk_info p.cdk_name span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 0.5rem);
}

#successModal .cdk_header {
    width: 100%;
    height: 0.45rem;
    background-image: url("https://static.steambig.com/game_release/c20230530_5.png");
}

#successModal .cdk_content .left_box {
    order: 2;
    font-size: 0.14rem;
    color: rgba(254, 236, 222, 1);
    width: 80%;
    padding-right: 0;
}

#successModal .cdk_content .left_box a {
    display: none;
}

#successModal .cdk_content .left_box .down_link {
    margin: 0;
    padding: 0 0.05rem;
}

#successModal .cdk_content .right_box {
    background: none;
    order: 1;
    width: 100%;
    height: auto;
    margin: 0.35rem 0 0.09rem;
}


#successModal .modal-dialog .close {
    top: 0.1rem;
    right: 0.1rem;
}

#cdkModal .modal-dialog {
    width: 3.45rem;
}

#cdkModal .cdk_header {
    width: 100%;
}

#cdkModal .cdk_content {
    width: 100%;
    height: auto;
    padding: 0;
    flex-flow: column;
    background: none;
}

#cdkModal .cdk_content .left_box {
    background: url("https://static.steambig.com/game_release/c20230523_12.png") center 100% no-repeat;
    background-size: auto 3.49rem;
    width: 100%;
    height: 2.75rem;
    display: flex;
    flex-flow: column;
}

#cdkModal .cdk_content .left_box .vip_img_title {
    width: 1.5rem;
    margin-bottom: 0.04rem;
}

#cdkModal .cdk_content .left_box .vip_img {
    width: 2.55rem;
    height: auto;
}

#cdkModal .cdk_content .right_box .game_img_title {
    width: 0.97rem;
    top: -0.1rem;
}

#cdkModal .cdk_content .right_box {
    width: 3.45rem;
    height: 2.3rem;
    background-image: url("https://static.steambig.com/game_release/c20230523_13.png");
}

#cdkModal .cdk_content .right_box .game_list {
    width: 3.3rem;
    height: 1.83rem;
    padding-right: 0.24rem;
    margin: 0.3rem 0 0 0.24rem;
}

#cdkModal .cdk_content .right_box .game_list .game_item {
    width: 0.92rem;
    height: 0.87rem;
    margin-right: 0.1rem;
    margin-bottom: 0.09rem;
}

#cdkModal .cdk_content .right_box .game_list .game_item:nth-child(3n + 3) {
    margin-right: 0;
}