.newsgolds_hasImg {
    overflow: hidden;
    padding-top: 340px;
    max-width: 1920px;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}

.newsgolds_addBg .moblie_img_bj {
    display: none;
}

.newGolds_otherMain.list,
.newsgolds_addBg.newsGolds__main.list {
    background-image: none;
}


.news_golds--warp {
    background: rgba(7, 14, 34, .6);
    box-shadow: 0px 0px 27px 0px rgba(23, 112, 183, 0.52);
    border-radius: 18px;
    padding: 30px;
    margin-top: 20px;
    position: relative;
    display: flex;
    align-items: flex-start;
    position: relative;
    min-height: 250px;
}

.mondice.news_golds--warp {
    align-items: baseline;
}

.news_golds--warp .golds__left {
    flex: 1;
    margin-right: 60px;
    /* padding-top: 20px; */
}

.news_golds--warp .golds_device {
    margin-bottom: 30px;
}

.news_golds--warp .golds_device>p {
    color: #fff;
    font-family: 'montserrat bold';
    margin-bottom: 20px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.news_golds--warp .golds_device>p i {
    display: flex;
    width: 22px;
    text-align: center;
    height: 22px;
    border-radius: 50%;
    color: #000;
    background: #a3b1bf;
    margin-left: 10px;
    align-items: center;
    justify-content: center;
}

.newsGolds__main .device-server>p {
    margin-bottom: 20px;
    font-size: 16px;
}

.news_golds--warp .golds_device ul {
    display: flex;
}

.news_golds--warp .golds_device ul li {
    height: 80px;
    /* background: #12151A; */
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #1B252F;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #e0e1ff;
    font-size: 16px;
    font-family: 'Oswald';
    cursor: pointer;
    padding: 0 25px;
    margin-right: 5px;
    text-align: center;
    white-space: nowrap;
}

.news_golds--warp .golds_device ul li i {
    width: 21px;
    height: 14px;
    background-position: -53px -120px;
    background-image: url(../pc/image/public_ico.png);
    background-repeat: no-repeat;
    background-size: 200px;
    display: inline-block;
    margin-bottom: 5px;
}

.news_golds--warp .golds_device ul li.pc i,
.news_golds--warp .golds_device ul li.windows i {
    width: 18px;
    height: 19px;
    background-position: 0 -120px;
    vertical-align: middle;
}

.news_golds--warp .golds_device ul li.xbox i {
    width: 21px;
    height: 14px;
    background-position: -135px -430px;
}

.news_golds--warp .golds_device ul li.ps4 i {
    width: 21px;
    height: 14px;
    background-position: -53px -120px;
}

.news_golds--warp .golds_device ul li.ps5 i {
    width: 21px;
    height: 14px;
    background-position: -26px -120px;
}

.news_golds--warp .golds_device ul li.steam i {
    width: 24px;
    height: 24px;
    background-position: -160px -560px;
}

.news_golds--warp .golds_device ul li.switch i {
    width: 19px;
    height: 19px;
    background-position: -30px -430px;
}

/*android*/
.news_golds--warp .golds_device ul li.android i {
    width: 19px;
    height: 19px;
    background-position: -118px -630px;
}

/*ios*/
.news_golds--warp .golds_device ul li.ios i {
    width: 19px;
    height: 19px;
    background-position: -147px -630px;
}

/**
ios /android
 */
.news_golds--warp .golds_device ul li.ios-android i {
    width: 34px;
    height: 19px;
    background-position: -54px -427px;
}

.news_golds--warp .golds_device ul li.stadia i {
    width: 18px;
    height: 13px;
    background-position: -80px -590px;
}

.news_golds--warp .golds_device ul li:hover {
    color: #fff;
}

.news_golds--warp .golds_device ul li.active {
    background: #0B85EA;
    color: #fff;
}

.news_golds--warp .golds_server .server_title {
    color: #fff;
    font-family: 'montserrat bold';
    margin-bottom: 5px;
}

.news_golds--warp .device-server {
    margin-bottom: 50px;
    margin-top: 0;
}

.news_golds--warp .device-server ul li {
    margin-bottom: 0;
    padding: 11px 30px;
    font-size: 16px;
    background: #182028;
    border-radius: 4px;
    opacity: 1;
    border: 1px solid #2E3844;
    margin-right: 16px;
}

.news_golds--warp .playerServer ul {
    overflow: initial;
}

.news_golds--warp .playerServer ul li {
    background: #162029;
    position: relative;
}

.news_golds--warp .playerServer ul li .fee {
    position: absolute;
    left: -10px;
    z-index: 1;
    font-size: 12px;
    color: #fff;
    background: #e6362d;
    padding: 2px 10px;
    border-radius: 4px;
    top: -10px;
}

.news_golds--warp .playerServer ul li .fee::before {
    position: absolute;
    z-index: 10;
    right: -3px;
    bottom: 0;
    width: 0;
    height: 0;
    content: '';
    border-right: 7px solid transparent;
    border-bottom: 12px solid #e6362d;
    border-left: 0 solid transparent;
}

.news_golds--warp .device-server ul li:hover {
    color: #fff;
}

.news_golds--warp .device-server ul li.active {
    background: #60E8A8;
    color: #1f203c;
}

.news_golds--warp .playerServer ul li.active {
    background: #162029;
    border: 1px solid #0082FB;
    color: #0082FB;
}

.news_golds--warp .playerServer ul li.active::after {
    content: '';
    background: url('../web/image/server_select_1.png');
    background-size: 100%;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 0px 0px 2px 0px;
}



.newsGolds__main .common-box-select {
    padding: 20px 10px 20px 20px;
}

.newsGolds__main .common-box-select ul {
    /*max-height: 220px;*/
    overflow-y: auto;
    overflow-x: hidden;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 17px;
}

.newsGolds__main .common-box-select.wowclassicctm793 ul {
    grid-template-columns: repeat(3, 1fr);
}

.newsGolds__main .common-box-select ul li label {
    min-width: 20px;
}

.newsGolds__main .common-box-select ul li {
    margin: 0;
    white-space: nowrap;
}

.newsGolds__main .common-box-select ul::-webkit-scrollbar {
    width: 14px;
    height: 8px;
}

.newsGolds__main .common-box-select ul::-webkit-scrollbar-thumb {
    background: #283454;
    border-radius: 17px;
    cursor: pointer;
}

.newsGolds__main .common-box-select ul::-webkit-scrollbar-track {
    background-color: #0C172A;
    border-radius: 17px;
}


.news_golds--warp .golds_ship .ship__num {
    width: 100%;
    height: 54px;
    background: none;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #3C4A64;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.news_golds--warp .golds_ship .ship__num input {
    background: none;
    width: 100%;
    height: 54px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.news_golds--warp .golds_ship .ship__num span {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    min-width: 54px;
    text-align: center;
    cursor: pointer;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.news_golds--warp .golds_ship .ship__num span:hover {
    color: #0b85ea;
}

.newGolds_otherMain .other_newsGolds--warp .golds_ship .golds_amount_total {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    text-align: center;
}

.newGolds_otherMain .other_newsGolds--warp .golds_ship .golds_amount_total span.title {
    font-size: 16px;
    color: rgba(190, 195, 210, 1);
    margin-bottom: 16px;
    display: inline-block;
}

.newGolds_otherMain .other_newsGolds--warp .golds_ship .golds_amount_total .golds__discount,
.newGolds_otherMain .other_newsGolds--warp .golds_ship .golds_amount_total .golds__price,
.newGolds_otherMain .other_newsGolds--warp .golds_ship .golds_amount_total .black_golds {
    border-left: 1px solid #505050;
}

.newGolds_otherMain .other_newsGolds--warp .golds_ship .golds_amount_total .old__price,
.newGolds_otherMain .other_newsGolds--warp .golds_ship .golds_amount_total .golds__discount {
    display: none;
}

.newGolds_otherMain .other_newsGolds--warp .golds_ship .golds_amount_total .golds__give.show,
.newGolds_otherMain .other_newsGolds--warp .golds_ship .golds_amount_total .old__price.show,
.newGolds_otherMain .other_newsGolds--warp .golds_ship .golds_amount_total .golds__discount.show {
    display: block;
}

.newGolds_otherMain .other_newsGolds--warp .golds_ship .golds_amount_total .golds__common {
    padding: 0 30px;
    white-space: nowrap;
}

.newGolds_otherMain .other_newsGolds--warp .golds_ship .golds_amount_total .fontBold {
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
}

.newGolds_otherMain .other_newsGolds--warp .golds_ship .golds_amount_total .priceBox .old__price {
    text-decoration: line-through;
    color: rgba(136, 140, 164, 1);
}

.newGolds_otherMain .other_newsGolds--warp .golds_ship .golds_amount_total .priceBox {
    display: flex;
    flex-direction: column;
}

.newGolds_otherMain .other_newsGolds--warp .golds_ship .golds_amount_total .golds__amount_discount {
    color: #0B85EA;
}

.newGolds_otherMain .other_newsGolds--warp .golds_ship .golds_amount_total .golds__amount_discount.black_five {
    color: red;
    font-size: 20px;
    font-weight: 500;

}

.newGolds_otherMain .other_newsGolds--warp .golds_ship .golds_amount_total .golds__amount_discount i {
    font-size: 14px;
}

.newGolds_otherMain .other_newsGolds--warp .golds_ship .golds_amount_total .golds__give {
    color: rgba(16, 163, 4, 1);
    display: none;
    font-family: 'montserrat bold';
}

.newGolds_otherMain .other_newsGolds--warp .golds_ship .golds_amount_total .priceBox .true__price {
    color: rgba(138, 229, 173, 1);
}

.newGolds_otherMain .other_newsGolds--warp .golds__right .golds__price .true__price {
    color: rgba(138, 229, 173, 1);
    font-size: 18px;
    font-family: 'montserrat bold';
}

.newGolds_otherMain .other_newsGolds--warp .golds_ship .golds_amount_total .golds__amount_number {
    color: #E3E5EF;
}

.newGolds_otherMain .other_newsGolds--warp .golds_ship .golds_amount_total .line {
    width: 1px;
    height: 60px;
    background: #505050;
    border-radius: 0px 0px 0px 0px;
    margin: 0px 40px;
}

.newGolds_otherMain .other_newsGolds--warp .golds__right .golds__common {
    border-bottom: none;
}

.newGolds_otherMain .other_newsGolds--warp .golds__right .golds__common.golds__price {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    border-top: 1px solid #22315A;
    padding-top: 20px;
    margin-top: 18px;

}

.newGolds_otherMain .other_newsGolds--warp .golds__right .golds__price {
    margin-bottom: 4px;

}

.newGolds_otherMain .other_newsGolds--warp .golds__right .golds_btn {
    margin-top: 0;
}



.news_golds--warp .golds_ship .golds__num--test {
    display: grid;
    font-size: 16px;
    grid-gap: 10px;
    margin-bottom: 20px;
    grid-template-columns: repeat(6, 1fr);
}

.mondice.news_golds--warp .golds_ship .golds__num--test {
    margin-bottom: 30px;
}

.news_golds--warp .golds_ship .golds__num--test span {
    cursor: pointer;
    color: rgba(223, 225, 234, 1);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #36374C;
    background: #1F203A;
    height: 34px;
    position: relative;
}

.news_golds--warp .golds_ship .golds__num--test span i {
    background: #0B85EA;
    position: absolute;
    top: -8px;
    right: -6px;
    font-size: 12px;
    color: #fff;
    border-radius: 10px;
    height: 16px;
    line-height: 16px;
    padding: 0 7px;
}

.newGolds_otherMain .news_golds--warp .golds_ship .golds__num--test span {
    border: 1px solid #36374C;
    background: #1F203A;
}

.news_golds--warp .golds_ship .golds__num--test span:hover {
    color: #fff;
}

.news_golds--warp .golds_ship .golds__num--test span.active {
    background: #60E8A8;
    color: #1f203c;
    border: 1px solid #60E8A8;
}

.newGolds_otherMain .news_golds--warp .golds_ship .golds__num--test span.active {
    background: #60E8A8;
    border: 1px solid #60E8A8;
    font-weight: 700;
}

.news_golds--warp .golds__right {
    width: 400px;
    background: #141E3A;
    padding: 24px 16px 20px;
    position: relative;
    border-radius: 5px;
}

.news_golds--warp .golds__right .golds__right_top {
    padding: 0 14px;
}

.news_golds--warp .golds__right .golds__price .golds__discount {
    background: #ff6000;
    color: #fff;
    padding: 4px 10px;
    border-radius: 2px;
    position: relative;
    margin-right: 15px;
    display: none;
    position: relative;
    top: -6px;
}

.newGolds_codMain .news_golds--warp .golds__right .golds__discount,
.newsgolds_addBg .news_golds--warp .golds__right .golds__discount {
    font-size: 14px;
    font-weight: 700;
    line-height: 33px;
    position: absolute;
    top: -13px;
    left: -37px;
    display: none;
    width: 47px;
    height: 0;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    text-align: center;
    color: #fff;
    box-sizing: content-box;
    z-index: 8;
    border-top: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #D73832;
    border-left: 30px solid transparent;
    white-space: nowrap;
}

.newsgolds_addBg .news_golds--warp .golds__right .golds__discount .golds__amount_discount {
    position: absolute;
    left: 50%;
    top: 0;
    width: 110px;
    text-align: center;
    transform: translateX(-50%);
}

.newGolds_codMain .news_golds--warp .golds__right .golds__discount.show,
.newsgolds_addBg .news_golds--warp .golds__right .golds__discount.show,
.news_golds--warp .golds__right .golds__price .golds__discount.show {
    display: block;
}

.news_golds--warp .golds__right .golds__price .golds__discount::after {
    content: '';
    position: absolute;
    top: 8px;
    right: -4px;
    background: #ff6000;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.news_golds--warp .golds__right .golds__price {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 44px;
}

.news_golds--warp .golds__right .golds__price>p {
    color: #5573B1;
    font-size: 16px;
    font-family: 'montserrat bold';
    padding-top: 23px;
}

.news_golds--warp .golds__right .golds__price .priceBox {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
}

.news_golds--warp .golds__right .golds__price .old__price {
    color: #A8A8A8;
    font-size: 21px;
    font-family: 'Oswald';
    margin-left: 10px;
    text-decoration: line-through;
    display: none;
}

.news_golds--warp .golds__right .golds__price .old__price.show {
    display: block;
}

.news_golds--warp .golds__right .golds__price .true__price {
    color: #60E8A8;
    font-size: 40px;
    font-family: 'Oswald';
}

.news_golds--warp .golds__right .golds__common {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #22315A;
    padding: 12px 0;
    color: #5573B1;
    font-size: 14px;
    font-family: 'montserrat bold';
}

.news_golds--warp .golds__right .golds__common.black_five,
.news_golds--warp .golds__right .golds__common.black_five p,
.new_gold_tips {
    color: red;
}

.new_gold_tips i {
    text-decoration: underline;
}

.news_golds--warp .golds__right .golds__common p {
    color: #fff;
    display: flex;
    align-items: center
}

.news_golds--warp .golds__right .golds__amount .golds__give {
    border: 1px solid #62e8a8;
    color: #62e8a8;
    padding: 5px 16px;
    margin-left: 10px;
    display: none;
    font-family: 'montserrat bold';
    border-radius: 4px;
}

.news_golds--warp .golds__right .golds__amount .golds__give.show {
    display: block
}

.news_golds--warp .golds__right .golds_btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.news_golds--warp .golds__right .golds_btn button {
    height: 54px;
    width: 100%;
    background: linear-gradient(148deg, #86DEAB 0%, #2A4FCE 100%);
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    font-size: 16px;
    padding: 0 28px;
    color: #fff;
    font-family: 'montserrat bold';

}

.news_golds--warp .golds__right .golds_btn button:hover {
    background: -webkit-linear-gradient(top, #775cdc, #2d78e6);
    background: -o-linear-gradient(bottom, #775cdc, #2d78e6);
    background: -moz-linear-gradient(bottom, #775cdc, #2d78e6);
    background: linear-gradient(to bottom, #775cdc, #2d78e6);
    color: #fff;
    font-size: 16px
}

.news_golds--warp .server.device-server ul.active {
    flex-wrap: inherit;

}

.news_golds--warp .golds__right .golds_btn p {
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    background: #1F203A;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #31355E;
    padding: 0 20px;
    cursor: pointer;
    margin-top: 16px;
    font-weight: bold;
    font-size: 16px;
    font-family: 'montserrat bold';
    color: #fff;
}

.news_golds--warp .golds__right .golds_btn p:hover {
    background: #272852;
    color: #fff;
}

.news_golds--warp .golds__right .golds_btn p i {
    background-position: -24px 0;
    display: block;
    width: 21px;
    height: 22px;
    background-image: url(../pc/image/public_ico.png);
    background-repeat: no-repeat;
    background-size: 200px;
    content: '';
    display: inline-block;
}

.news_golds--warp .golds__right .golds_advantage {

    display: flex;
    justify-content: space-between;
}

.news_golds--warp .golds__right .golds_advantage .golds_advantage_item {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 32px;

}

.news_golds--warp .golds__right .golds_advantage .golds_advantage_item p {
    color: rgba(163, 177, 191, 1);
    margin-top: 12px;
}

.news_golds--warp .golds__right .golds_advantage .golds_advantage_item:nth-child(1) img {
    width: 18px;
}

.news_golds--warp .golds__right .golds_advantage .golds_advantage_item:nth-child(2) img {
    width: 22px;
}

.news_golds--warp .golds__right .golds_advantage .golds_advantage_item:nth-child(3) img {
    width: 21px;
}

.news_golds--warp .golds__right .golds_advantage .golds_advantage_item {
    font-size: 12px;
}

.news_golds--warp .golds__right .ship_item_noData {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    left: 0;
    bottom: 0;
    display: none;
    background: rgba(7, 14, 34, 1);
    z-index: 9;
}

.news_golds--warp .golds__right .ship_item_noData.show {
    display: flex;
}

.news_golds--warp .golds_loading {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    background: rgba(7, 14, 34, .7);
    justify-content: center;
    left: 0;
    z-index: 9;
    top: 0;
    border-radius: 20px;
}

.news_golds--warp .golds_loading.show {
    display: flex;
}

.newsGolds__main .list-news .news {
    width: 100%;
    margin-right: 0;
    border-radius: 18px;
}

.newsGolds__main .list-news .news .news-content {
    background: none;
    color: #7073C9;
}

.newsGolds__main .list-news.home-news .news .news-content div>a {
    color: #fff;
}

.newsGolds__main {
    padding-bottom: 50px;
}

.footer {
    margin-top: 0;
}

.newsGolds__main .new__gold--desc {
    margin-top: 40px;
    color: rgb(163 163 181);
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
}

.new__gold--desc .aboutImg {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.ar .new__gold--desc .aboutImg {
    float: left;
}

.new__gold--desc .aboutImg img {
    max-width: 300px;
    max-height: 300px;
}

.new__gold--desc h2 {
    margin-bottom: 15px;
    color: #ebebeb;
    font-family: 'montserrat bold';
}

.new__gold--desc ul {
    padding-left: 20px;
}

.new__gold--desc ul li {
    list-style: disc;
}

.out_of_stock {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    background: rgba(7, 14, 34, 1);
    box-shadow: 0px 0px 27px 0px rgba(23, 112, 183, 0.52);
    border-radius: 18px;
    z-index: 1;
}

.newgold_reviews {
    margin: 30px 0;
    padding: 30px 30px 60px;
    background: #060d25;
    border-radius: 18px 18px 18px 18px;
}

.newgold_reviews h3 {
    font-size: 28px;
    margin-bottom: 60px;
}


.gold_buy_dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 350px;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: #fff;
    border-radius: 5px;
    padding: 30px 30px 20px 20px;
    display: none;
}

.gold_buy_dialog i {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 24px;
    background-image: url(../pc/image/public_ico.png) !important;
    background-position: -175px -120px;
    cursor: pointer;
}


/* 大富翁星星 */
.starvaults__main .news_golds--warp .ship__num {
    width: 100%;
    height: 50px;
    background: #081028;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    align-items: center;
}

.starvaults__main .news_golds--warp .ship__num input {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #8AE5AD;
    font-size: 20px;
    font-family: 'montserrat bold';
    border-left: 1px solid #161E38;
    border-right: 1px solid #161E38;
    background: none;
}

.starvaults__main .news_golds--warp .ship__num span {
    width: 46px;
    min-width: 46px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    cursor: pointer;
}

.starvaults__main .news_golds--warp .ship__num span:hover {
    color: #0b85ea;
}

.starvaults__main .news_golds--warp .golds__right .golds__num--test {
    display: flex;
    justify-content: space-around;
    font-family: 'montserrat bold';
    color: #DFE1EA;
    margin: 16px 0 18px;
}

.starvaults__main .news_golds--warp .golds__right .golds__num--test span {
    cursor: pointer;
}

.starvaults__main .news_golds--warp .golds__right .golds__num--test span:hover {
    color: #0b85ea;
}

.starvaults__main .stars_vaults_list .list_head {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #14182F;
    border-radius: 8px 8px 0px 0px;
    padding: 18px 0;
    font-size: 16px;
    color: #fff;
    font-family: 'Oswald';
    padding-left: 34px;
    border-bottom: 1px solid #232a43;
}

.starvaults__main .stars_vaults_list .list_body .list_body_item {
    display: grid;
    padding-left: 34px;
    grid-template-columns: repeat(4, 1fr);
    background: #070B1C;
    padding: 20px 0 20px 34px;
    font-family: 'montserrat bold';
    color: #81858F;
    align-items: center;
}

.starvaults__main .stars_vaults_list .list_body .list_body_item span {
    display: flex;
    align-items: center;
}

.starvaults__main .stars_vaults_list .list_body .list_body_item:nth-child(2n) {
    background: #14182F;
    border-top: 1px solid #232A43;
    border-bottom: 1px solid #232A43;
}

.starvaults__main .stars_vaults_list img {
    width: 40px;
    height: 40px;
}

.starvaults__main .stars_vaults_tips {
    background: #14182E;
    border-radius: 8px 8px 8px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 20px;
    font-family: 'montserrat bold';
    color: rgb(163 163 181);
    margin-top: 18px;
    line-height: 24px;
}

.fh5credits__main .game_desc .game_desc_content {
    color: #A3A3B3;
    height: 420px;
    mask-image: linear-gradient(to bottom, #000 50%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, #000 50%, transparent 100%);
    line-height: 24px;
    font-size: 14px;
    overflow: hidden;
}

.fh5credits__main .game_desc .game_desc_content.open {
    height: auto;
    mask-image: none;
    -webkit-mask-image: none;
}

.fh5credits__main .game_desc .desc_more {
    font-size: 12px;
    color: #0082FB;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 9;
}

.fh5credits__main .game_desc .desc_more.less {
    display: none;
}

.fh5credits__main .game_desc.open .desc_more.more {
    display: none;
}

.fh5credits__main .game_desc.open .desc_more.less {
    display: flex;
    margin-top: 20px;
}

.fh5credits__main .game_desc .desc_more:hover {
    color: #45a6ff;
}

.fh5credits__main .game_desc .desc_more i {
    font-size: 20px;
    margin-right: 5px;
}

.fh5credits__main .news_golds--warp .fh5credits_pmh.hide {
    display: none !important;
}


/* cod */
.newGolds_codMain .news_golds--warp {
    background-image: url('../web/image/cod_boost_bj.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

.mg_racers .news_golds--warp {
    background: none;
}

.newGolds_poe2Main .news_golds--warp {
    background-image: none;
}

.newGolds_codMain .news_golds--warp .golds__right {
    padding-top: 150px;
}

.newGolds_poe2Main .news_golds--warp .golds__right {
    padding-top: 180px;
}

.newGolds_poe2Main .news_golds--warp .golds__right .poe_img {
    width: 200px;
    display: block;
    margin: 0 auto 15px;
}

.newGolds_codMain .news_golds--warp .golds__right::after {
    background: url('../web/image/cod_boost_icon.webp');
    background-size: 100%;
    content: '';
    width: 100%;
    height: 270px;
    position: absolute;
    top: -11px;
    left: 0;
    /* 无法选中 */
    pointer-events: none;
    background-repeat: no-repeat;
}


.newGolds_poe2Main .news_golds--warp .golds__right::after {
    background: url('../web/image/poe_boost_icon.webp');
    background-size: 100%;
    content: '';
    width: 100%;
    height: 270px;
    position: absolute;
    top: -11px;
    left: 0;
    /* 无法选中 */
    pointer-events: none;
    background-repeat: no-repeat;
   
}


.mg_racers .news_golds--warp .golds__right::after {
    background-image: url('../web/image/mono_racers_icon.png?v=1.5');
    /* background-image: url('../web/image/mono_racers_icon_1.png?v=1.3'); */
    /* background-image: url('../web/image/mono_racers_icon_2.png?v=1.3'); */
    z-index: 1;
}

.newGolds_codMain .cod_about .title {
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 30px;
    font-family: 'Oswald';
}

.newGolds_codMain .cod_about p {
    color: #A3A3B3;
    line-height: 22px;
    margin-bottom: 20px;
}

.newGolds_poe2Main .poe_about p {
    color: #A3A3B3;
    line-height: 22px;
    margin-bottom: 2px;
}

.newGolds_codMain .golds__right .game_title,
.newGolds_codMain .golds__right h3 {
    text-align: center;
    color: #D6D6D6;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    font-family: 'Oswald';
}

.mg_racers .golds__right {
    position: relative;
}

.mg_racers .golds__right .game_title {
    margin-top: 10px;
}

.mg_racers .golds__right .waitforcoming {
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px 5px;
    line-height: 18px;
    font-size: 14px;
    border-right: 0 solid #142340;
    background: #e20000;
    border-radius: 0 4px 0 4px;
    color: #fff;
    font-family: 'oswald';
    border-top: 0;
    z-index: 2;
}

.newGolds_codMain .golds__right .ship__num {
    width: 100%;
    height: 54px;
    background: #102646;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.newGolds_codMain .golds__right .ship__num input {
    width: 100%;
    height: 100%;
    background: none;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    border-right: 1px solid #0B1124;
    border-left: 1px solid #0B1124;
}

.newGolds_codMain .golds__right .ship__num span {
    width: 46px;
    min-width: 46px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    cursor: pointer;
}

.newGolds_codMain .golds__right .ship__num span:hover {
    color: #0b85ea;
}

.newGolds_codMain .other_newsGolds--warp .golds__right .golds__common.golds__price {
    border: none;
    justify-content: center;
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.newGolds_codMain .other_newsGolds--warp .golds__right .golds_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.other_newsGolds--warp .golds__right .golds_btn.isHide .add_cart,
.other_newsGolds--warp .golds__right .golds_btn.isHide button {
    background: #ccc !important;
    color: #fff !important;
}

.other_newsGolds--warp .golds__right .golds_btn.isHide {
    cursor: not-allowed !important;
    position: relative;
}

.other_newsGolds--warp .golds__right .golds_btn.isHide::after {
    content: '';
    background: transparent !important;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.newGolds_codMain .news_golds--warp .golds__right .golds_btn p {
    margin-top: 0;
}

.newGolds_codMain .cod_select_items {
    display: none;
    margin-bottom: 20px;
}

.newGolds_codMain .cod_select_items.show {
    display: flex;
    justify-content: center;
}

.newGolds_codMain .cod_select_items .select_attr {
    width: 100%;
    position: relative;
}

.newGolds_codMain .cod_select_items .select_attr .selectAttr_value {
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    background: #1f203c;
    border-radius: 4px;
    border: 1px solid #31355E;
    height: 40px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newGolds_codMain .cod_select_items .select_attr .selectAttr_value i {
    display: block;
    width: 13px;
    height: 7px;
    background-image: url(../pc/image/public_ico.png);
    background-position: 0 -19px;
    transition: all .3s;
}

.newGolds_codMain .cod_select_items .select_attr .selectAttr_list {
    position: absolute;
    background: #1f203c;
    border-radius: 4px;
    border: 1px solid #31355E;
    top: 110%;
    left: 0;
    width: 100%;
    z-index: 9;
    display: none;
}

.newGolds_codMain .cod_select_items .select_attr .selectAttr_list p {
    padding: 5px 10px;
    color: #A3A3B3;
    cursor: pointer;
}

.newGolds_codMain .cod_select_items .select_attr .selectAttr_list p:hover {
    color: #0b85ea;
}

.newGolds_codMain .cod_select_items .select_attr .selectAttr_list p.active {
    background: #0b85ea;
    color: #fff;
}

.newGolds_codMain .cod_select_items.cod_radio_items .selectAttr_value {
    display: none !important;
}

.newGolds_codMain .cod_select_items.cod_radio_items .select_attr .selectAttr_list {
    display: block !important;
    position: static;
    background: none;
    border: none;
    border-top: 1px solid #31355E;
    padding: 10px 0 0;
}

.newGolds_codMain .cod_select_items.cod_radio_items .select_attr .selectAttr_list p {
    position: relative;
    padding-left: 25px;
    color: #fff;
}
.newGolds_codMain .cod_select_items.cod_radio_items .select_attr .selectAttr_list p:hover {
    color: #0b85ea;
}
.newGolds_codMain .cod_select_items.cod_radio_items .select_attr .selectAttr_list p.active {
    background: none;
    color: #0b85ea;
}

.newGolds_codMain .cod_select_items.cod_radio_items .select_attr .selectAttr_list p::before {
    position: absolute;
    left: 0;
    top: 5px;
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid #A3A3B3;
    border-radius: 50%;
}
.newGolds_codMain .cod_select_items.cod_radio_items .select_attr .selectAttr_list p.active::before {
    border: 1px solid #0b85ea;
}
.newGolds_codMain .cod_select_items.cod_radio_items .select_attr .selectAttr_list p.active::after {
    position: absolute;
    left: 3px;
    top: 8px;
    content: '';
    width: 11px;
    height: 11px;
    background: #0b85ea;
    border-radius: 50%;
}

@media (max-width: 1920px) {
    .newsgolds_hasImg {
        padding-top: 15%;
    }
}

@media (max-width: 1100px) {
    .news_golds--warp .golds_ship .golds__num--test span {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .newsGolds__main .common-box-select ul li {
        font-size: 13px;
    }
}

@media (max-width: 1024px) {
    .mondice.news_golds--warp .golds_ship .golds__num--test {
        margin-bottom: 20px;
    }

    .newsgolds_addBg .moblie_img_bj {
        display: block;
        width: 100%;
    }

    .newsgolds_hasImg {
        max-width: 100%;
        padding-top: 20px;
        background: none !important;
    }

    .newsgolds_addBg .newsGolds__main_header {
        position: relative;
        padding-top: 50px;
        z-index: 1;
    }

    .newsgolds_addBg .newsGolds__main_header img {
        width: 100%;
        position: absolute;

    }

    .newGolds_otherMain .other_newsGolds--warp .golds_ship .golds_amount_total .line {
        margin: 0 15px;
    }

    .news_golds--warp .golds__left {
        margin-right: 20px;
    }

    .newsGolds__main {
        padding-bottom: 0;
    }

    .newsGolds__main .main {
        padding-bottom: 40px;
    }

    .new__gold--desc .aboutImg {
        margin: 0;
    }

    .newsGolds__main .common-box-select ul::-webkit-scrollbar {
        width: 4px;
    }

    .newsGolds__main .common-box-select {
        padding: 20px 0;
    }

    .newsGolds__main .common-box-select ul {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0;
    }

    .newsGolds__main .common-box-select ul li {
        width: 100%;
        white-space: normal;
    }

    .newGolds_otherMain .other_newsGolds--warp .golds_ship .golds_amount_total .golds__common {
        padding: 0 15px;
    }

    .newGolds_otherMain .other_newsGolds--warp .golds_ship .golds_amount_total .golds__amount_number,
    .newGolds_otherMain .other_newsGolds--warp .golds_ship .golds_amount_total .priceBox .true__price,
    .newGolds_otherMain .other_newsGolds--warp .golds_ship .golds_amount_total .golds__amount_discount {
        font-size: 20px;
    }

    .newGolds_codMain .cod_about p {
        margin-bottom: 10px;
    }
}

@media (max-width: 960px) {
    .news_golds--warp {
        display: block;
    }

    .news_golds--warp .golds__left {
        margin-right: 0;
    }

    .news_golds--warp .golds__right {
        width: 100%;
        margin-top: 20px;
    }

    .news_golds--warp {
        padding: 20px 10px;
    }
}

@media (max-width: 768px) {
    .news_golds--warp .golds_ship .golds__num--test {
        grid-template-columns: repeat(4, 1fr);
    }

    .news_golds--warp .device-server ul li {
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 9px 15px;
        margin: 0;
        height: 48px;
    }

    .news_golds--warp .golds__right {
        padding: 30px 10px 20px;
    }

    .news_golds--warp .golds__right .golds__price {
        margin-bottom: 30px;
    }

    .newsGolds__main .common-box-select.child-server ul li label {
        margin-right: 5px;
        min-width: 20px;
    }

    .newgold_reviews {
        display: none;
    }

    .newsGolds__main .new__gold--desc .aboutImg {
        margin: 0;
        float: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .starvaults__main .stars_vaults_tips,
    .starvaults__main .stars_vaults_list .list_head,
    .starvaults__main .stars_vaults_list .list_body .list_body_item {
        padding: 10px 0 10px 10px;
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .news_golds--warp .golds_device ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .news_golds--warp .golds_device ul li {
        margin: 0;
    }

    .news_golds--warp .golds__right .golds__right_top {
        padding: 0;
    }

    .news_golds--warp .golds_ship .golds__num--test {
        grid-template-columns: repeat(3, 1fr);
    }

    .newsGolds__main .common-box-select.wowclassicctm793 ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .starvaults__main .stars_vaults_list img {
        width: 40px;
        height: 40px;
    }

    .starvaults__main .stars_vaults_list .list_body .list_body_item,
    .starvaults__main .stars_vaults_list .list_head {
        grid-template-columns: repeat(5, 1fr);
    }

    .starvaults__main .stars_vaults_list .list_body .list_body_item .sticker_packs,
    .starvaults__main .stars_vaults_list .list_head span:last-child {
        /* 占两格 */
        grid-column: span 2;
    }
}