.form-hd {
    height: 30px;
    line-height: 30px;
    font-weight: 700;
    text-align: left;
}

.pay-box .input-txt {
    width: 170px;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
}

.type-lists li {
    height: 28px;
    line-height: 28px;
}

.package-tabs .tab-hd {
    border: none;
}

.package-tabs .tab-hd {
    width: auto;
    height: 25px;
    border-bottom: 1px solid #e7e7e7;
    box-sizing: content-box;
    padding-bottom: 23px;
    overflow: hidden;
}

.package-tabs .tab-hd .hd-item {
    width: auto;
    padding: 0 14px;
    height: 25px;
    line-height: 25px;
    margin-right: 4%;
    font-weight: 700;
}

.package-tabs .tab-hd .hd-item:first-child {
    border-radius: 0;
}

.package-tabs .tab-hd .hd-item.active {
    border-radius: 2px;
    background: transparent;
    border: 1px solid #4285f4;
    color: #4285f4;
    height: 23px;
    line-height: 23px;
}

.package-tabs .tab-hd .hd-item.active:after {
    height: 2px;
    width: 68px;
    left: 50%;
    margin-left: -34px;
    background: #4285f4;
    transform: none;
    bottom: -24px;
}

.package-tabs .tab-bd {
    padding: 0;
    background: transparent;
    border-radius: 0;
}

.item-tips {
    color: #646464;
}

.package .item {
    width: 175px;
    height: 219px;
    margin-right: 18px;
    margin-top: 10px;
    overflow: visible;
}

.package .item img {
    display: none;
    border-radius: 7px;
    width: 100%;
}

.package .lianxu {
    margin-left: 0;
    width: 100%;
    margin-bottom: 10px;
    height: 55px;
}

.package .item img.show {
    display: block;
}

.package .item:last-child {
    margin-right: 0;
}

.package .form-bd {
    width: 756px;
}

.form-bd .a {
    font-size: 16px;
}

.form-bd .b {
    color: #2878ff;
}

.form-ground .input-button {
    width: 120px;
    height: 35px;
}

.package .item .hover_pic:hover {
    box-shadow: 0px 1px 9px 0px rgba(34, 24, 21, 0.44);
}

.package .item:hover {
    box-shadow: none;
}

.type-lists li {
    border-color: #ccc;
}

.form-ground .layui-input {
    height: 30px;
    border-color: #ccc;
}


.form-ground .coupons-select {
    width: 75%;
}

.layui-form-select dl dd.layui-this {
    background-color: #4285f4;
}

.form-ground .layui-form-item {
    margin-bottom: 0;
}

.total-pay {
    font-size: 20px;
    font-weight: 700;
    color: #ff9541;
}

/*微信扫码支付弹窗二维码样式*/
#erweima_code {
    height: 365px;
    margin: 0px auto;
}

#erweima_code .layer-ocde-img {
    width: 70%;
    margin-left: 15%;
}

#erweima_code .tishi {
    color: red;
    font-size: 12px;
    margin-top: 25px;
    margin-bottom: -10px;
    /* 负值调整间距 */
    text-align: center;
}

#erweima_code .xieyi {
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 0;
    /* 可以设置为0或负值 */
    text-align: center;
}

@media screen and (max-width: 768px) {
    .package .form-bd {
        width: 100%;
    }

    .package .item {
        width: 44%;
        height: auto;
        margin-right: 6%;
        margin-bottom: 6%;
    }

    .package .item:nth-child(2),
    .package .item:nth-child(4) {
        margin-right: 0;
    }

    .package .item img {
        width: 100%;
    }

    .package .lianxu {
        margin-left: 0;
        width: 100%;
        margin-bottom: 10px;
        height: 55px;
    }

    .type-lists li {
        width: 20%;
        min-width: auto;
        padding: 0 12px;
        margin-right: 10px;
    }

    .type-lists li:nth-child(4) {
        margin-right: 0;
    }

    .form-bd {
        width: 100%;
    }

    .package-tabs .tab-hd .hd-item {
        margin-right: 2%;
        padding: 0 10px;
    }
}

/* 连续包月弹窗样式 */
@font-face {
    font-family: "iconfont";
    /* Project id 4786596 */
    src: url("//at.alicdn.com/t/c/font_4786596_qn3l6c76a1.woff2?t=1734934712027") format("woff2"),
        url("//at.alicdn.com/t/c/font_4786596_qn3l6c76a1.woff?t=1734934712027") format("woff"),
        url("//at.alicdn.com/t/c/font_4786596_qn3l6c76a1.ttf?t=1734934712027") format("truetype");
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-spin:before {
    content: "\e606";
}

.icon-close:before {
    content: "\e967";
}

#ali_qr_lianxu_code_layer_content {
    background-color: #d8dced;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 410px;
    height: 442px;
    background: #d8dced;
    border-radius: 21px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#ali_qr_lianxu_code_layer_content .qrcode-box {
    width: 200px;
    height: 200px;
    background: #ffffff;
    border-radius: 11px;
    border: 1px solid #7a90c3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    overflow: hidden;
}

#ali_qr_lianxu_code_layer_content .qrcode-box img {
    width: auto;
    height: 190px;
    object-fit: cover;
    flex-shrink: 0;
}

#ali_qr_lianxu_code_layer_content .title {
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    line-height: 69px;
    font-weight: 700;
    margin-top: 15px;
}

#ali_qr_lianxu_code_layer_content .icon-close {
    font-size: 25px;
    position: absolute;
    right: 20px;
    top: 15px;
    font-weight: 700;
    cursor: pointer;
}

#ali_qr_lianxu_code_layer_content .drag {
    height: 50px;
    background-color: transparent;
    width: 100%;
    cursor: move;
    height: 50px;
    width: 100%;
    cursor: move;
    position: absolute;
    top: 0;
}

#ali_qr_lianxu_code_layer_content .tip {
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    font-size: 14px;
    color: #df1818;
    line-height: 21px;
    text-align: center;
    margin-top: 10px;
}

#ali_qr_lianxu_code_layer_content .xieyi {
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 69px;
    transform: translateY(25px);
    font-weight: 700;
}

#ali_qr_lianxu_code_layer_content .xieyi a {
    font-size: 16px;
    color: #2878ff;
    font-weight: 700;
}

/* 套餐样式修改 */
.package-new-item {
    width: 100%;
    height: 100%;
    position: relative;
    user-select: none;
}

.package-new-item img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.tao-can-data-item {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    border: 1px solid #dcdcdc;
    border-radius: 7px;
    user-select: none;
}

.tao-can-data:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

.change-0.change-item {
    border: 1px solid #90c653;
}

.change-1.change-item {
    border: 1px solid #f5b912;
}

.change-2.change-item {
    border: 1px solid #ff9541;
}

.change-3.change-item {
    border: 1px solid #53bfc6;
}

.change-0:hover {
    border: 1px solid #90c653;
}

.change-1:hover {
    border: 1px solid #f5b912;
}

.change-2:hover {
    border: 1px solid #ff9541;
}

.change-3:hover {
    border: 1px solid #53bfc6;
}

.change-0:hover .tao-can-data-time {
    border-bottom: 1px solid #90c653;
}

.change-1:hover .tao-can-data-time {
    border-bottom: 1px solid #f5b912;
}

.change-2:hover .tao-can-data-time {
    border-bottom: 1px solid #ff9541;
}

.change-3:hover .tao-can-data-time {
    border-bottom: 1px solid #53bfc6;
}

.change-0 .tao-can-data-time {
    color: #90c653;
}

.change-1 .tao-can-data-time {
    color: #f5b912;
}

.change-2 .tao-can-data-time {
    color: #ff9541;
}

.change-3 .tao-can-data-time {
    color: #53bfc6;
}

.tao-can-data-time {
    width: 100%;
    height: 44px;
    line-height: 47px;
    text-align: center;
    font-size: 16px;
    font-weight: 550;
    border-bottom: 1px solid #dcdcdc;
}

.tao-can-data-price {
    width: 100%;
    height: 80px;
    line-height: 110px;
    text-align: center;
    font-size: 16px;
    color: #d62a2a;
}

.tao-can-data-price .aa {
    font-size: 50px;
    font-weight: 600;
}

.tao-can-data-desc {
    width: 100%;
    height: 55px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #fcc375;
}

.tao-can-data-discount {
    width: 100%;
    height: 40px;
    line-height: 42px;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    font-weight: 550;
    border-radius: 0px 0px 5px 5px;
}

.change-0 .tao-can-data-discount {
    background: #90c653;
}

.change-1 .tao-can-data-discount {
    background: #f5b912;
}

.change-2 .tao-can-data-discount {
    background: #ff9541;
}

.change-3 .tao-can-data-discount {
    background: #53bfc6;
}

.tao-can-data-art {
    width: 25px;
    line-height: 18px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    top: -1px;
    left: -1px;
    padding-top: 5px;
    border: 0px solid #ffffff;
    border-radius: 5px 0px 0px 0px;
    /* 1. 设置边框宽度，定义要保护的区域（上 右 下 左） */
    border-width: 0 0 15px 0;
    /* 上下各保护20px，左右各保护30px的区域 */
    border-style: solid;
    /* 边框样式必须设置为solid */
    border-color: transparent;
    /* 边框颜色透明，实际显示的是图片 */

    /* 2. 指定用作边框的图片 */
    border-image-source: url("../../images/buy/package/top-left-package.png");

    /* 3. 划分图片切片，数值通常与border-width对应（无需单位） */
    border-image-slice: 0 0 15 0 fill;
    /* fill关键字表示中间部分也会拉伸填充 */

    /* 4. 指定拉伸区域的处理方式为拉伸 */
    border-image-repeat: stretch;

    /* 重要：确保元素的宽高计算包含边框和内边距 */
    box-sizing: border-box;
}

.center-can-data-art {
    width: 90px;
    height: 22px;
    line-height: 12px;
    text-align: center;
    font-size: 15px;
    font-weight: 550;
    color: #ffffff;
    position: absolute;
    top: 52px;
    left: 75px;
    padding-top: 5px;
    border: 0px solid #ffffff;
    border-radius: 5px 0px 0px 0px;
    background: url("../../images/buy/package/center-package.png") no-repeat;
}

.tao-can-data-lianxu {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;

    color: #ffffff;
    font-weight: 600;
    border-radius: 8px;
    background: url("../../images/buy/package/lianxu-20.png") no-repeat;
    user-select: none;
}

.tao-can-data-lianxu:hover {
    border: 1px solid #b31e1e;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

.can-data-time {
    font-size: 20px;
    margin-left: 230px;
}

.can-data-price {
    margin-left: 28px;
}

.can-data-price .aa-price {
    font-size: 48px;
}

.can-data-price .aa-price-unit {
    font-size: 14px;
}

.tao-can-data-button {
    margin-left: 24px;
    font-size: 15px;
    border-radius: 20px;
    padding: 2px 12px;
    background-color: #fde3cb;
    color: #ed4a1f;
}

.change-lianxu.change-item {
    border: 1px solid #b31e1e;
}

/* 海外 */

/* 独享ip相关start */
/*购买游戏列表*/
.login-btn .btn{
    margin-top: 5px !important;
}
.game_name_txt,
.change_game_btn{
    display: none;
}
.game_list_wrap{
    display: none;
}
.game_con{
    padding: 0 22px;
}
.search_wrap{
    border: 1px solid #858585;
    line-height: 40px;
    overflow: hidden;
    margin-top: 3.7%;
}
.search_ipt{
    float: left;
    border: none;
    width: calc(100% - 67px);
    font-size: 14px;
    text-indent: 2em;
    color: black;
    line-height: 40px;
}
.search_btn{
    float: left;
    width: 66px;
    text-align: center;
    border-left: 1px solid #858585;
}
.search_btn img{
    cursor: pointer;
}
.game_tips{
    color: #666;
    font-size: 14px;
    margin-top: 1%;
    margin-bottom: 2.4%;
}
.game_items_wrap{
    margin-top: 10px;
    overflow: hidden;
}
.game_menu{
    overflow: hidden;
}
.game_menu span{
    float: left;
    color: #333;
    font-size: 16px;
    margin-bottom: 2%;
    cursor: pointer;
    padding: 0 5px 5px 5px;
    margin-right: 16px;
}
.game_menu .active{
    color: #4285f4;
    border-bottom: 1px solid #4285f4;
}
.game_items{
    width: 100%;
    background: #f0f0f0;
    padding: 10px 9px;
    overflow-y: scroll;
    height: 314px;
    margin-bottom: 15px;
}
.game_items .items{
    width: 33.3333%;
    float: left;
    margin: 0;
    padding: 0;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.game_items::-webkit-scrollbar
{
    width: 6px;
    height: 6px;
    background-color: #f0f0f0;
    border-radius: 10px;
}

/*定义滚动条轨道 内阴影+圆角*/
.game_items::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px #f0f0f0;
    border-radius: 10px;
}

/*定义滑块 内阴影+圆角*/
.game_items::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #dadada;
    background-color: #dadada;
}
.game_items .item{
    overflow: hidden;
    padding: 6% 5%;
    width: 86.68%;
    cursor: pointer;
    margin-bottom: 1.2%;
}
.game_logo{
    float: left;
    width: 46px;
    height: 46px;
    border-radius: 8px;
}
.item_w{
    float: left;
    width: calc(94% - 46px);
    margin-left: 6%;
}
.game_items .active .item{
    background: url("../../images/games/aloneip/btn3.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.game_name{
    font-size: 16px;
    color: #333;
    margin-top: 1%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.game_type{
    font-size: 14px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.next_btn{
    display: block;
    width: 178px;
    line-height: 54px;
    text-align: center;
    font-size: 16px;
    color: #666;
    margin: 4.4% auto 4.7%;
    background: url("../../images/games/aloneip/btn5.png") 0 0 no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.next_btn_active{
    background: url("../../images/games/aloneip/btn6.png") 0 0 no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.selected_wrap{
    display: none;
}
.change_game_btn{
    color: #4285f4;
    cursor: pointer;
    margin-left: 8px;
}
.aloneip_select_game{
    font-size: 16px;
}
body .login-mask .login-box .login-content .close .iconfont{
    display: none;
} 
/* 独享ip相关end */