.gold_nodata {
    text-align: center;
    padding: 50px 0;
}

.goods .aboutGame .desc {

    -webkit-line-clamp: inherit;

}

.goods .aboutGame .desc p {
    line-height: 24px;
}

.select_content {
    flex-direction: column;
}

.abount__game {
    background: #333333;
}

.choose_products {
    margin-top: 30px;
    padding-bottom: 50px;
}

.game_temp_about {
    padding-bottom: 50px;
    color: #000;

}

.game_temp_about a {
    color: #12b73d;
    font-weight: bold;
}

.game_temp_about p {
    margin-bottom: 10px;
    line-height: 22px;
}

.game_temp_about ul li {
    list-style: disc;
    margin-left: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.choose_products h2 {
    color: #222222;
    font-size: 40px;
}

.choose_products .chooseList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.choose_products .chooseList a {
    height: 120px;
    background: url(../public/images/template_bj.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 2px;
    padding: 0 14px 0 30px;
    cursor: pointer;
    transition: all .3s;
    overflow: hidden;
}

.choose_products .chooseList a .template__icon {
    width: 70px;
    min-width: 70px;
    height: 70px;
    margin-right: 27px;
    background: linear-gradient(180deg, #F2702B 0%, #D25919 100%);
    border-radius: 10px 10px 10px 10px;
    border: 1px solid rgba(228, 120, 63, 1);
}

.choose_products .chooseList a .template__icon i {
    color: #fff;
    font-size: 40px;
}

.choose_products .chooseList a p {
    color: #F4F4F5;
    font-size: 20px;
    margin-bottom: 5px;
}

.choose_products .chooseList a .template__title {
    flex-direction: column;
}

.choose_products .chooseList a span {
    height: 34px;
    border-radius: 17px;
    border: 2px solid #848484;
    padding: 0 19px;
    color: #D4D4D4;
}

.choose_products .chooseList a span i {
    margin-left: 14px;
    color: #D4D4D4;
}

.choose_products .chooseList a:hover span {
    color: #0082FB;
    border: 2px solid #0082FB;
}

.choose_products .chooseList a:hover span i {
    color: #0082FB;
}


input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.goods__header {
    background: #333333;
}

.goods__header h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 13px;
}

.goods__header .goods__template a {
    min-width: 220px;
    text-align: center;
    height: 50px;
    color: #C3C3C3;
    background: #555555;
    font-size: 16px;
    padding: 0 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Sans';
}


.goods__header .goods__template a i {
    font-size: 23px;
    margin-right: 10px;
}

.goods__header .goods__template a:hover {
    color: #0082FB;
}

.goods__header .goods__template a.active {
    color: #0082FB;
    background: url('../public/images/allgame_actile.webp') #555555;
    background-size: cover;
    background-repeat: no-repeat;
}

.goods__header .goods__template a:last-child.active {
    background: url('../public/images/allgame_actile.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

/* ç‰©å“ */
/* æœç´¢ */
.goods .goods_search {
    margin-top: 20px;
}

.goods .goods_search .sever_title {
    padding: 0 5px;
    font-size: 34px;
    font-weight: bolder;

}

.goods .goods_search .sever_title::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 18px;
    background: #EE6A25;
    position: absolute;
    bottom: 6px;
    left: 0;
    z-index: -1;
}

.goods .goods_search .input_box {
    position: relative;
}

.goods .goods_search input {
    width: 300px;
    height: 40px;
    border-radius: 6px;
    color: #000;
    padding-left: 20px;
    background: #f0f0f0;

}

.goods .goods_search .input_box .search_ico {
    right: 11px;
    top: 11px;
    color: #979EA4;
}

.goods .goods__sort {
    justify-content: flex-end;
    margin-top: 20px;
    font-family: 'sans';
}

.goods .goods__sort .sort__item {
    margin-left: 20px;
    cursor: pointer;
}

.goods .goods__sort .sort__item span {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border: 1px solid #787878;
    border-radius: 20px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.goods .goods__sort .sort__item span i {
    display: none;
}

.goods .goods__sort .sort__item:hover {
    color: #0082FB;
}

.goods .goods__sort .sort__item.active {
    color: #0082FB;
}

.goods .goods__sort .sort__item.active span {
    border: 1px solid #0082FB;
}

.goods .goods__sort .sort__item.active span i {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0082FB;
}

.goods .goodsPageShipList.item_goodList {
    margin-top: 20px;
}

.goods .goodsPageShipList.item_goodList ul {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(5, 1fr);
}

.goods .goods_content {
    background-color: #333333;
    padding: 00px 0 0;
    margin-bottom: 30px;
}

.goods .items_content .goods_template {

    border-bottom: 1px solid #262626;
}

.goods .items_content .goods_template .templateList {
    flex-wrap: wrap;
}

.goods .goods_content h2 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 25px;
}

.goods .goods_content .cate_childCate_line,
.goods .goods_content .server_childserver_line {
    padding-top: 30px;
    margin: 0 5px 0 -15px;
    display: none;
}

.goods .goods_content .cate_childCate_line.show,
.goods .goods_content .server_childserver_line.show {
    display: flex;
}

.goods .goods_content .cate_childCate_line i,
.goods .goods_content .server_childserver_line i {
    width: 10px;
    height: 2px;
    background: #666;
}

.goods .goods_template .templateList a {
    height: 44px;
    line-height: 44px;
    border-radius: 6px;
    background: #D7D7D7;
    border-radius: 2px 2px 2px 2px;
    padding: 0 20px;
    color: #444;
    margin-right: 10px;
    font-size: 14px;
    white-space: nowrap;
}

.goods .goods_template .templateList a:last-child {
    margin-right: 0;
}

.goods .goods_template .templateList a:hover {
    color: #0082FB;
}

.goods .goods_template .templateList a.active {
    background: #0082FB;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #0082FB;
    color: #ffffff;
}

.d4__template .templateList {
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.d4__template.pcd4_template .templateList {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(5, 1fr);
}

.goods .d4__template.pcd4_template .templateList a {
    color: #000;
    margin: 0;
}

.md4_template {
    display: none;
}

.goods .goods_cate {
    margin: 20px 0 0;
}

.goods .common_select .common_title {
    color: #000;
    min-height: 18px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;

}

.goods .common_select .common_select_title {
    height: 44px;
    min-width: 180px;
    color: #000;
    border: solid 1px #666666;
    padding: 0 15px;
    cursor: pointer;
    white-space: nowrap;
}

.goods .common_select .common_select_title:hover {
    border: solid 1px #d52b1e;
}

.goods .common_select .common_select_title img {
    width: 25px;
    margin-right: 10px;
}

.goods .common_select .common_select_title i {
    opacity: .5;
    font-size: 12px;
    margin-left: 30px;
}

.goods .common_select .goods_select_list {
    flex-wrap: wrap;
}

.goods .goods_server_child .goods_server_child_tab .goods_select_list span {
    background: #D7D7D7;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.goods .goods_server_child .goods_server_child_item .goods_select_list.show {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}

.goods .goods_server_child .goods_server_child_item .goods_select_list .list_item {
    font-size: 12px;
    margin: 0;
    white-space: break-spaces;
}

.goods .goods_cate_child .goods_server_child_item .goods_select_list.show {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
}

.goods .goods_cate_child .goods_server_child_item .goods_select_list .list_item {
    background: none;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #B6B6B6;
    position: relative;
    padding: 0;
    height: 40px;
    margin: 0;
}

.goods .goods_cate_child .goods_server_child_item .goods_select_list .list_item.active {
    border: 1px solid #0082FB;
    background: none;
    color: #0082FB;
}

.goods .goods_cate_child .goods_server_child_item .goods_select_list .list_item.active i {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 26px;
    height: 26px;
    background: url(../image/icon_checked.webp) no-repeat;
    background-size: cover;
}

.goods .common_select .goods_select_list {
    display: none;
}

.goods .common_select .goods_select_list .list_item {
    height: 50px;
    padding: 0 80px;
    cursor: pointer;
    white-space: nowrap;
    margin-right: 10px;
    background: #D7D7D7;
    margin-bottom: 10px;
    color: #444444;
    font-family: 'sans';
    border-radius: 2px;
}

.goods .common_select .goods_select_list.show {
    display: flex;
}

.goods .common_select .goods_server_child_item .goods_select_list .list_item {
    padding: 10px 15px;
    height: 40px;
    border-radius: 2px;
    justify-content: center;
}

.goods .common_select .goods_select_list .list_item.hide {
    display: none;
}

.goods .common_select .goods_select_list .list_item img {
    width: 25px;
    margin-right: 10px;
}

.goods .common_select .goods_select_list .list_item:hover {
    color: #5eb1ff;
}

.goods .common_select .goods_select_list .list_item.active {
    background: #0082FB;
    color: #ffffff;
}

.goods .common_select {
    display: none;
}

.goods .common_select.isShow {
    display: block;
}

.goods .goods_server_child .goods_server_child_tab {
    margin: 0 0 10px;
}

.goods .goods_server_child .goods_server_child_tab .goods_server_child_tab_title {
    height: 44px;
    min-width: 70px;
    color: #ffffff;
    border: solid 1px #666666;
    padding: 0 15px;
    cursor: pointer;
    white-space: nowrap;
    border-right: none;
}

.goods .goods_server_child .goods_server_child_tab .goods_server_child_tab_title i {
    opacity: .5;
    font-size: 12px;
    margin-left: 10px;
}

.goods .common_select .goods_server_child_tab .common_select_title {
    min-width: 70px;
    border-right: none;
}

.goods .common_select .goods_server_child_tab .common_select_title i {
    margin-left: 10px;
}



.goods .common_select .goods_server_child_tab .goods_select_list span:hover {
    color: #0082FB;
}

.goods .common_select .goods_server_child_tab .goods_select_list span.active {
    background-color: #0082FB;
    color: #ffffff;
}


.goods .gold_list_left_wrap {
    width: 100%;
    padding-top: 30px;
}

.gold_list_wrap #goods_list {
    background: rgba(51, 51, 51, 1);
    padding: 30px 25px 54px 25px;
    margin-top: 35px;
    border-radius: 4px;
    width: calc(100% - 350px);
}



.goods .gold_list_wrap .goodsPageShipList ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, 100px);
    grid-gap: 10px;
}

.goods .gold_list_wrap .goodsPageShipList ul li.goods_item {
    border: 2px solid #666666;
    color: #BFBFBF;
    cursor: pointer;
    height: 32px;
}

.goods .gold_list_wrap .goodsPageShipList ul li.goods_item:hover {
    border: 2px solid #EE6A25;
    color: #EE6A25;
}

.goods .gold_list_wrap .goodsPageShipList ul li.goods_item.active {
    background: #EE6A25;
    border-radius: 2px 2px 2px 2px;
    border: 2px solid #EE6A25;
    color: #fff;
}

.goods .gold_list_wrap .goodsPageShipList .golds_num_calc {
    border: 2px solid #666666;
    margin-top: 36px;
}

.goods .gold_list_wrap .goodsPageShipList .golds_num_calc span {
    width: 52px;
    height: 41px;
    font-size: 20px;
    color: #BFBFBF;
    cursor: pointer;

}

.goods .gold_list_wrap .goodsPageShipList .golds_num_calc span:hover {
    color: #0082FB;
}

.goods .gold_list_wrap .goodsPageShipList .golds_num_calc span.sub {
    border-right: 2px solid #666666;
}

.goods .gold_list_wrap .goodsPageShipList .golds_num_calc span.add {
    border-left: 2px solid #666666;
}

.goods .gold_list_wrap .goodsPageShipList .goods_price .price {
    color: #0082FB;
    font-size: 22px;
    margin-left: 10px;
}
.goods .gold_list_wrap .goodsPageShipList .goods_price .gold__dicount {
    margin-left: 10px;
    background: red;
    color: #fff;
    font-size: 14px;
    padding: 0 5px;
    display: none;
}
.goods .gold_list_wrap .goodsPageShipList .goods_price .gold__dicount.display {
    display: block;
}
.goods .gold_list_wrap .goodsBtn .buynow {
    width: 460px;
    height: 56px;
    background: #EE6A25;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    color: #fff;
}

.goods .gold_list_wrap .goodsBtn .buynow:hover {
    background: #ed580a;
}

.goods .gold_list_wrap .goodsPageShipList .golds_num_calc .input_box {
    width: 100%;
}

.goods .gold_list_wrap .goodsPageShipList .golds_num_calc .input_box input {
    width: 100%;
    text-align: center;
    background: none;
    color: #fff;

}

.goods .gold_list_wrap #goods_list .goods_price.true_price {
    color: #BFBFBF;
    font-size: 16px;
    margin: 56px 0 14px 0;
}


.goods .gold_list_wrap .gold_info {
    margin-top: 35px;
    margin-left: 30px;
    width: 320px;
    height: 232px;
    min-height: 212px;
    background: #333333;
    border-radius: 4px;
    padding: 20px;
    color: rgba(191, 191, 191, 1);
}

.goods .gold_list_wrap .gold_info .gold_title span:nth-child(2) {
    text-align: end;
}

.goods .gold_list_wrap .select_server {
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
}

.goods .gold_list_wrap .gold_info .gold_info_item {
    margin-bottom: 20px;
}

.goods .gold_list_wrap .gold_info .gold_info_item.last_total {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    border-top: 1px solid #454545;
    padding-top: 20px;
}


















.goods .gold_list_wrap .goods .goodsPageShipList ul li.goods_item .goods_top_info {
    position: relative;
}

.goods .goodsPageShipList ul li.goods_item .goodsStock {
    position: absolute;
    bottom: 5px;
    color: #d52b1e;
}


.goods .items_content .goodsPageShipList ul li.goods_item:nth-child(6n) {
    margin-right: 20px;
}


.goods .goodsPageShipList .loading_mask {
    display: none;
}

.goods .goodsPageShipList .noDataTips {
    display: none;
    text-align: center;
    padding: 50px 0;
}

.goods .goodsPageShipList .goods_item .goodsBtn {
    padding: 0;
}

.goodsPageShipList .goods_item .bigImage {
    position: fixed;
    background: rgba(0, 0, 0, .9);
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 999;
    transform: scale(1);
    display: none;
}

.goodsPageShipList .goods_item .bigImage i {
    color: #fff;
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.goodsPageShipList .goods_item .bigImage img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}


.goodsPageShipList .goods_item .zoomIco {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    z-index: 1;
}

.goodsPageShipList .goods_item .zoomIco i {
    font-size: 20px;
    color: #fff;
}

.goodsPageShipList .goods_item .zoomIco:hover i {
    color: #d52b1e;
}

.goodsPageShipList .goods_item .item_describe {
    position: absolute;
    top: 0;
    background: #000;
    z-index: 999;
    font-size: 13px;
    text-align: center;
    left: 100%;
    display: none;
    min-width: 300px;
    max-width: 300px;
    padding: 10px;
    color: #fff;
    text-transform: lowercase;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 25%);
    border: solid 1px #666666;
}

.goodsPageShipList .goods_item .item_describe a {
    color: red;
}

.goodsPageShipList .goods_item .item_describe.elden_describe,
.goodsPageShipList .goods_item .item_describe.d4_describe {
    background: none;
    padding: 0;
    border: none;
}

.goodsPageShipList .goods_item .item_describe.d4_describe img {
    max-width: 100%;
    background: none;
    padding: 0;
}

.goodsPageShipList .goods_item .item_describe h3 {
    color: #000;
}

.goodsPageShipList .goods_item:nth-child(5n) .item_describe {
    left: auto;
    right: 100%;
}

.goodsPageShipList .goods_item .item_describe.display {
    display: block;
}

.goodsPageShipList .goods_item .item_describe .item-box>.header {
    position: relative;
    display: block;
    overflow: hidden;
    background-repeat: repeat-x;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #af6025
}

.item-box>.header.-double,
.item-box>.header.-double::after,
.item-box>.header.-double::before {
    background-image: url(/static/web/image/attack-title.png)
}

.item-box.-unique>.header.-double {
    background-position: center -216px
}

.item-box.-unique>.header.-double::before {
    background-position: 0 -162px
}

.item-box>.header.-double::after,
.item-box>.header.-double::before {
    width: 44px;
    height: 54px
}

.item-box>.header::after,
.item-box>.header::before {
    position: absolute;
    top: 0;
    display: block;
    background-repeat: no-repeat;
    content: ""
}

.item-box.-unique>.header.-double::after {
    background-position: 0 -270px
}

.item-box>.header::after {
    right: 0
}

.item-box>.header::before {
    left: 0
}

.goodsPageShipList .goods_item .item_describe .item-box>.header.-double {
    box-sizing: border-box;
    padding: 3px 44px;
    height: 52px;
    line-height: 22px
}

.goodsPageShipList .goods_item .item_describe .item-stats {
    display: block;
    margin: 0 auto;
    padding: 7px 12px
}

.goodsPageShipList .goods_item .item_describe .item-stats>.group {
    display: block;
    margin: 0 auto;
    max-width: 315px
}

.goodsPageShipList .goods_item .item_describe .item-stats>.group em {
    white-space: nowrap
}

.tc.-mod,
.text-color.-mod {
    color: #0b85ea;
    font-variant-ligatures: none
}

.tc.-flavour,
.text-color.-flavour {
    color: #af6025;
    font-style: italic
}

.item-stat-separator::before,
.item-stats>.group:nth-last-child(n+2)::after {
    display: block;
    margin: 5px auto;
    width: 221px;
    height: 2px;
    background-image: url(/static/web/image/attack-quan.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    content: ""
}

.item-box.-unique>.item-stats>.group::after,
.item-stat-separator.-unique::before {
    background-position: 0 -6px
}

.item_describe .z-center {
    line-height: 18px;
}

.item_describe h3 {
    display: block !important;
}

.item_describe .z-center .z-smallstats {
    white-space: nowrap !important;
}


.item_describe .myPurple {
    color: purple;
    display: block;
}

.item_describe .myYellow {
    color: #afaf11;
    display: block;
}

.item_describe .z-smallstats .z-white,
.item_describe .z-center .rl-title-uniques-items {
    color: #fcb100 !important;
}

.item_describe .z-center a {
    color: rgb(113, 227, 71) !important;
}

.item_describe .z-center .zso_defense {
    color: rgb(221, 228, 202);
}

.item_describe .z-center .zso_defense,
.item_describe .z-center .zso_durability,
.item_describe .z-center .zso_rqstr,
.item_describe .z-center .zso_rqlevel,
.item_describe .z-center .zso_qualitylvl,
.item_describe .z-center .zso_trclass,
.item_describe .z-center .zso_maxsock {
    color: #000;
}

.item_describe .z-center p {
    color: #626dfb;
}





/* ä»£ç»ƒæ¨¡æ¿ */
.goods_boosting .boosting_ship .boosting-info p,
.goods_boosting .boosting_ship .boosting-info li {
    margin-bottom: 10px;
    font-size: 16px;
}

.goods_boosting .boosting_ship .boosting-info a {
    color: #d52b1e;
    text-decoration: underline;
}

.goods_boosting .boosting_ship .boosting-info h3 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 10px;
    color: #121212;
}

.goods_boosting .boosting_ship .boosting-info .colorGreen {
    color: rgb(150, 212, 115);
}

.goods_boosting .boosting_ship .boosting-info .colorRed {
    color: rgb(255, 70, 97);
}

.goods_boosting .boosting_ship .boosting-info li {
    display: flex;
}

.goods_boosting .boosting_ship .boosting-info li::before {
    display: inline-block;
    min-width: 24px;
    margin-right: 8px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: -.2px;
    color: #676b8b;
    font-size: 16px;
    line-height: 24px;
    content: url(/static/web/image/bullet-light.svg);
}

.goods_boosting .boosting_ship .boosting-info .introduction__build {
    margin-bottom: 20px;
}

.goods_boosting .boosting_ship .boosting-info .introduction__build .build__title {
    background: #D7D7D7;
    color: #000;
    padding: 10px 20px;
    font-size: 20px;
    font-family: 'sans';
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.goods_boosting .boosting_ship .boosting-info .introduction__build .build__content {
    display: none;
    color: #000;
    background: #D7D7D7;
    padding: 20px;
}

.goods_boosting .boosting_ship .boosting-info table {
    margin: 20px 0;
}

.goods_boosting .boosting_ship .boosting-info table th,
.goods_boosting .boosting_ship .boosting-info table td {
    border: 1px solid #897f7f;
    padding: 5px 10px;
}

.goods_boosting .boosting_ship {
    align-items: flex-start;
    margin-top: 20px;
}

.goods_boosting .boosting_ship .boosting_ship_right {
    width: 340px;
    min-width: 340px;
    background: #121212;
    margin-left: 50px;
    border-top: 10px solid #2d3847;
    border-radius: 5px 5px 0 0;
}

.goods_boosting .goodsPageShipList {
    margin-top: 0;
}

.goods_boosting .boosting_ship .goodsPageShipList .goodsImg {
    position: absolute;
    width: 100%;
    height: auto;
}

.goods_boosting .boosting_ship .goodsPageShipList .goodsImg .img__mask {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background: linear-gradient(211.03deg, rgba(0, 0, 0, 0) 18.01%, rgba(8, 13, 38, 0.6) 51.08%, rgb(18, 18, 18) 67.08%);
}

.goods_boosting .boosting_ship .goodsPageShipList .goods_item {
    position: relative;
}

.goods_boosting .boosting_ship .goodsPageShipList .goodsImg img {
    width: 100%;
}

.goods_boosting .boosting_ship .goodsPageShipList .goods_price {
    margin: 20px 0;
}

.goods_boosting .boosting_ship .goodsPageShipList .true_price .price {
    font-size: 26px;
}

.goods_boosting .boosting_ship .goodsPageShipList .boostingData {
    position: relative;
    z-index: 1;
    padding: 170px 20px 30px 20px;
}

.goods_boosting .boosting_ship .goodsPageShipList .boostingData .goods_server.common_select {
    margin-left: -7px;
}

.goods_boosting .boostingData .common_select {
    margin-right: 0;
}

.goods_boosting .boosting_ship .goodsPageShipList .goods_item p.goods_title {
    display: none;
}

.goods_boosting .goodsPageShipList .goods_server p {
    color: #fff;
}

.goods_boosting .goodsPageShipList .common_select .goods_select_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.goods_boosting .goodsPageShipList .common_select .goods_select_list .list_item {
    height: 40px;
    width: 100%;
    padding: 0;
    margin-right: 0;
    justify-content: center;
    font-size: 12px;
}

.goods_boosting .goodsPageShipList .common_select .goods_select_list .list_item p {
    color: #000;
}

.goods_boosting .goodsPageShipList .common_select .goods_select_list .list_item.active p {
    color: #fff;
}

.goods_boosting .goodsPageShipList .goods_difficulty {
    margin-top: 20px;
}


.goods_boosting .goodsPageShipList .item-level {
    margin-bottom: 10px;
    margin-top: 20px;
}

.goods_boosting .goodsPageShipList .item-level span {
    color: #fff;
    display: block;
    margin-bottom: 5px;
    font-family: 'sans';
}

.goods_boosting .goodsPageShipList .item-level input {
    width: 100px;
    border: 1px solid rgba(255, 255, 255, .3);
    background: #121212;
    color: #fff;
    border-radius: 4px;
}

.goods_boosting .goodsPageShipList .item-level .level-2 div {
    height: 30px;
}

.goods_boosting .boosting_ship .goodsPageShipList .goodsNum {
    display: none;
}

.goods_boosting .goodsPageShipList .goods_option,
.goods_boosting .goodsPageShipList .goods_otherOptions {
    margin-top: 40px;
}

.goods_boosting .goodsPageShipList .goods_common_checked p.option_title {
    margin-bottom: 10px;
    color: #fff;
    font-family: 'sans';
}

.goods_boosting .goodsPageShipList .goods_common_checked .checked span {
    display: block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    border: 2px solid #fff;
    margin-right: 11px;
    position: relative;
    cursor: pointer;
}

.goods_boosting .goodsPageShipList .goods_common_checked li {
    margin-bottom: 5px;
    color: #fff;
}

.goods_boosting .goodsPageShipList .goods_common_checked li.active .checked span {
    background: #faf9f8;
    border: 2px solid #faf9f8;
}

.goods_boosting .goodsPageShipList .goods_common_checked .checked span i {
    display: none;
    color: #000;
    font-size: 15px;
}

.goods_boosting .goodsPageShipList .goods_common_checked li.active .checked span i {
    display: block;

}

.goods_boosting .goodsPageShipList .goods_common_checked li .price {
    white-space: nowrap;
    color: #fff;
}

.goods_boosting .goodsPageShipList .goods_item .priceBox .truePrice .price {
    font-size: 30px;
}

.goods_boosting .goodsPageShipList .goods_notice {
    margin-top: 40px;
}

.goods_boosting .goodsPageShipList .goods_notice p {
    color: rgb(150, 212, 115);
}

.goods_boosting .goodsPageShipList .goods_desired,
.goods_boosting .goodsPageShipList .goods_location {
    position: relative;
    margin-top: 30px;
}

.goods_boosting .goodsPageShipList .goods_desired .desired_title,
.goods_boosting .goodsPageShipList .goods_location .location_title {
    color: #fff;
    margin-bottom: 10px;
    font-family: 'sans';
}

.goods_boosting .goodsPageShipList .goods_desired .desired__value,
.goods_boosting .goodsPageShipList .goods_location .location__value {
    width: 100%;
    height: 40px;
    border: solid 1px #666666;
    padding: 0 20px;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
}

.goods_boosting .goodsPageShipList .goods_desired ul,
.goods_boosting .goodsPageShipList .goods_location ul {
    background: #fff;
    left: 0;
    width: 100%;
    top: 100%;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    position: absolute;
    z-index: 3;
}

.goods_boosting .goodsPageShipList .goods_desired ul li,
.goods_boosting .goodsPageShipList .goods_location ul li {
    padding-left: 20px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.d4_aspects.goods_boosting .goodsPageShipList .goods_option li {
    display: none;
}

.d4_aspects.goods_boosting .goodsPageShipList .goods_option li.show {
    display: flex;
}

.goods_boosting .goodsPageShipList .goods_child_build li {
    display: none;
}

.goods_boosting .goodsPageShipList .goods_child_build li.show {
    display: flex;
}



.goods_boosting .goodsPageShipList .goods_dungeon .location__value .price {
    margin-left: 20px;
}


.goods_boosting .goodsPageShipList .goods_dungeon ul li {
    justify-content: space-between;
    padding: 0 20px;
}

.goods_boosting .boosting_ship .goodsPageShipList .goods_item .priceBox {
    margin-top: 40px;
}

.goods_boosting .boosting_ship .goodsPageShipList .goods_item .goodsBtn {
    margin-right: 0;
    width: 100%;
}

.goods_boosting .boosting_ship .goodsPageShipList .goods_item .goodsBtn .buynow {
    width: 100%;
    background: #EE6A25;
    border-radius: 4px;
    color: #fff;
}

.goods_boosting .boosting_ship .goodsPageShipList .goods_item .goodsBtn .buynow:hover {
    background: #ff5800;
}

.goods_boosting .boosting_ship .goodsPageShipList .goods_item .goodsBtn .buynow.no {
    cursor: not-allowed;
    background: #ccc;
    box-shadow: none;
}

.goods_boosting .goodsPageShipList .goods_item .goodsBtn .buynow.no:hover {
    box-shadow: none;
}

.goods_boosting .goodsPageShipList .goods_item .goodsBtn .buynow.no:hover {
    color: #faf9f8;
}

.goods_boosting .goods_platform,
.goods_boosting .goods_speed {
    margin-top: 40px;
}

.goods_boosting .goods_platform .speed_title,
.goods_boosting .goods_speed .speed_title {
    color: #fff;
    font-family: 'sans';
}

.goods_boosting .goods_platform ul,
.goods_boosting .goods_speed ul {
    margin-top: 15px;
}

.goods_boosting .goods_platform ul li,
.goods_boosting .goods_speed ul li {
    height: 40px;
    background-color: #2d3847;
    cursor: pointer;
    white-space: nowrap;
    margin-bottom: 5px;
    padding: 0 10px;
    margin-right: 10px;
    color: #fff;
}
.goods_boosting .goods_platform ul li p,
.goods_boosting .goods_speed ul li p {
    margin-right: 5px;
}
.goods_boosting .goods_platform ul li .price,
.goods_boosting .goods_speed ul li .price {
    color: #fff;
}

.goods_boosting .goods_platform ul li.active,
.goods_boosting .goods_speed ul li.active {
    background-color: #EE6A25;
}

.goods_boosting .goods_time {
    margin-top: 20px;
}

.goods_boosting .goods_time p {
    margin-left: 5px;
    color: #fff;
    font-size: 12px;
}

.goods_boosting .checkbox_select {
    margin-bottom: 40px;
    margin-top: 0;
}

.goods_boosting .checkbox_select ul li {
    width: 50%;
}

.goods_boosting .goodsPageShipList .goods_choose {
    margin-top: 20px;
    display: none;
}

.goods_boosting.goods .goods_server_child .common_select_title {
    min-width: 300px;
}

.goods.goods_boosting .items_content .goods_template {
    border-bottom: none;
}

.goods.goods_boosting.fallout_boosting .items_content .goods_template,
.goods_boosting.goods.tba_boosting .goods_content .goods_template {
    border-bottom: 1px solid #262626;
}

.goods_boosting .transverse_boosting {
    background: url('/static/web/image/pc_bless_boosting.jpg');
    background-size: cover;
    padding: 44px 0 0 410px;
    height: 240px;
    border-top: 10px solid #121212;
    border-radius: 5px 5px 0 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.goods_boosting .transverse_boosting .nw_goodList .goods_item .true_price {
    color: #fff;
}

.goods_boosting .transverse_boosting .nw_goodList .goods_item .goodsBtn {
    margin-top: 10px;
}

.goods_boosting .transverse_boosting .goodsImg {
    display: none;
}

.goods_boosting .transverse_boosting .goods_item .goodsNum {
    display: none;
}

.goods_boosting .transverse_boosting .goods_item p.goods_title {
    display: none;
}

.goods_boosting .transverse_boosting .boosting_range {
    width: 360px;
    padding: 20px 50px 20px 0;
    border-right: 1px solid rgba(255, 255, 255, .3);
    margin-right: 50px;
}

.goods_boosting .transverse_boosting .goodsPageShipList .item-level {
    margin-top: 0;
}

.goods_boosting .transverse_boosting .goodsPageShipList .item-level input {
    width: 100%;
}

.goods_boosting .transverse_boosting .goodsPageShipList .item-level .level-2 {
    margin: 0 10px;
}

.goods_boosting .transverse_boosting .goods_item .goodsBtn .buynow {
    width: 240px;
    background: rgba(0, 130, 251, 1);
    color: #000;
    border-top: 0;
}

.goods_boosting .transverse_boosting .goods_item .goodsBtn .buynow:hover {
    color: #fff;
}

.goods_boosting.fallout_boosting .transverse_boosting {
    background-image: url('/static/web/image/pc_fallout_boosting.jpg');
    position: relative;
}

/* ä»£ç»ƒä¸‹æ‹‰æ ·å¼ */
.goods_boosting .boosting_select {
    margin-bottom: 20px;
    position: relative;
}

.goods_boosting .boosting_select .common_select_title {
    margin-bottom: 10px;
    color: #fff;
}

.goods_boosting .boosting_select .boosting_select_text p {
    height: 40px;
    border: solid 1px #666666;
    padding: 0 20px;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
}

.goods_boosting .boosting_select .boosting_select_text p i.ico {
    font-size: 12px;
}

.goods_boosting .boosting_select .boosting_select_text ul {
    background: #fff;
    left: 0;
    width: 100%;
    top: 100%;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    position: absolute;
    z-index: 3;
}

.goods_boosting .boosting_select .boosting_select_text ul li {
    color: #000;
    padding-left: 20px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.goods_boosting .boosting_select .boosting_select_text ul li:hover,
.goods_boosting .boosting_select .boosting_select_text ul li.active,
.diablo_boosting.oneRange_boosting.goods_boosting .goods_speed ul li:hover,
.diablo_boosting.oneRange_boosting.goods_boosting .goods_speed ul li.active,
.goods_boosting .goodsPageShipList .goods_location ul li:hover,
.goods_boosting .goodsPageShipList .goods_location ul li.active {
    background: #EE6A25;
    color: #fff;
}

.goods_boosting .boosting_select.nwgold_faction {
    margin-top: 20px;
}



.goods_boosting.goods .goodsPageShipList .boosting_loading_mask {
    position: absolute;
    top: 0;
    left: 0;
    background: #0e1319;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}




/* diablo_boosting */
.oneRange_boosting .level-1,
.oneRange_boosting .level-2 {
    display: none;
}

.oneRange_boosting .level-3,
.oneRange_boosting .level-3 input {
    width: 100% !important;
}

.oneRange_boosting .boostingData {
    overflow: hidden;
}

.oneRange_boosting .scale {
    display: none;
}

.diablo_boosting.oneRange_boosting.goods_boosting .goods_speed {
    margin-top: 0;
}

.diablo_boosting.oneRange_boosting.goods_boosting .goods_speed ul {
    margin-top: 0;
}

.diablo_boosting.oneRange_boosting.goods_boosting .goods_speed ul li {
    margin-right: 0;
    margin-bottom: 0;
    background: none;
}

.diablo_boosting.oneRange_boosting.goods_boosting .goods_speed p span.price {
    margin-right: 5px;
    color: #fff;
    font-size: 16px;
}

.diablo_boosting.oneRange_boosting.goods_boosting .goods_speed ul li p {
    background: none;
    height: auto;
    padding: 0;
    border: none;
    color: #000;
}

.diablo_boosting.oneRange_boosting.goods_boosting .goods_speed ul li span.price {
    color: #000;
}

.diablo_boosting.oneRange_boosting.goods_boosting .goods_speed ul li.active span.price,
.diablo_boosting.oneRange_boosting.goods_boosting .goods_speed ul li:hover span.price,
.diablo_boosting.oneRange_boosting.goods_boosting .goods_speed ul li:hover p,
.diablo_boosting.oneRange_boosting.goods_boosting .goods_speed ul li.active p {
    color: #fff;
}





.goods_option .option__level_show {
    margin-bottom: 20px;
}

.goods_option .option__level_1 {
    background: #EE6A25;
    color: #fff;
    padding: 5px 10px;
    /* display: none; */
}

.goods_option .option__level_2 {
    display: none;
    color: #fff;
}

.goods_option .option__level_2 span {
    width: 20px;
    height: 20px;
    border: 1px solid #6d6d6d;
    margin-right: 10px;
}

.goods_option .option__level_2 span i {
    display: none;
}

.goods_option .option__level_2.show {
    display: flex;
}

.goods_boosting .goodsPageShipList .goods_common_checked .option__level_2.active.checked span i {
    display: block;
    color: #000;
}

.goods_boosting .goodsPageShipList .goods_common_checked .option__level_2.active.checked span {
    background: #faf9f8;
    border: 2px solid #faf9f8;
}


.goods_boosting .goodsPageShipList .goods_desired .desired__value .price {
    margin-left: 20px;
}

.goods_boosting .goodsPageShipList .goods_desired ul li {
    padding: 0 10px;
}

.goods_boosting .goodsPageShipList .goods_desired ul li.active {
    color: #EE6A25;
}

.goods_boosting .goodsPageShipList .goods_desired ul li.hide {
    display: none;
}

.goods_boosting .goodsPageShipList .goods_option_1 {
    margin-top: 30px;
}



.goods_boosting .goods__pack {
    margin: 20px 0;
}

.goods_boosting .goods__pack ul li {
    background-color: #EE6A25;
    padding: 5px 10px;
}



.goods_boosting .goods_difficulty p {
    margin-bottom: 10px;
    color: #fff;
}
.goods_boosting .goods_difficulty ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}

.goods_boosting .goods_difficulty ul li {
    background-color: #2d3847;
    cursor: pointer;
    white-space: nowrap;
    padding: 8px 10px;
    color: #fff;
}
.goods_boosting .goods_difficulty ul li.active {
    background-color: #EE6A25;
}

.goods_boosting .goods_chooses {
    margin: 20px 0;
}
.goods_boosting .goods_chooses p {
    margin-bottom: 10px;
    color: #fff;
}
.goods_boosting .goods_chooses ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
.goods_boosting .goods_chooses ul li {
    background-color: #2d3847;
    cursor: pointer;
    white-space: nowrap;
    padding: 8px 10px;
    color: #fff;
}

.goods_boosting .goods_chooses ul li.active {
    background-color: #EE6A25;
}
.goods_boosting .goods_chooses ul li span {
    color: #fff;
}



.dialog_items {
    position: fixed;
    background: #ffffff;
    width: 480px;
    padding: 14px 32px 30px;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    display: none;
}

.dialog_items h2 {
    color: #000;
    margin-bottom: 20px;
}

.dialog_items p {
    color: #000;
}

.dialog_items i {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    cursor: pointer;
}


.aboutGame .about_title {
    margin-bottom: 30px;

}

.aboutGame .container {
    align-items: flex-start;
}

.aboutGame .about_title h2 {
    font-size: 40px;
    color: #fff;
}

.aboutGame {
    padding-bottom: 50px;
    margin-top: 60px;
    color: rgba(201, 201, 201, 1);
}

.aboutGame .desc {
    color: rgba(34, 34, 34, 1);
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}


.aboutGame .desc a {
    color: #12b73d;
}

.aboutGame .desc h2 {
    color: rgba(34, 34, 34, 1);
}

.abount__game .aboutGame {
    padding-bottom: 15px;
}

.abount__game .aboutGame,
.abount__game .aboutGame .about_title {
    margin: 0;
}

.aboutGame .about_meta {
    width: 331px;
    min-width: 331px;
    /* min-height: 290px; */
    border: solid 1px #e8e8e8;
    margin-left: 43px;
}

.aboutGame .about_meta strong {
    display: inline-block;
    /* width: 150px; */
    color: #fff;
    margin-right: 5px;
}

.aboutGame .about_meta p {
    display: flex;
    font-size: 14px;
    line-height: 25px;
    color: #A5A5A5;


}

.aboutGame .about_meta .meta_top {
    color: #fff;
    font-size: 27px;
    padding: 26px 17px;
    border-bottom: 1px solid #e8e8e8;
}

.aboutGame .about_meta .meta_bottom {
    padding: 17px;
}

.aboutGame .about_meta .meta_bottom p {
    margin-bottom: 5px;
    flex-wrap: wrap;
}

.aboutGame .about_meta .meta_bottom p a {
    word-break: break-all;
}

.aboutGame ul li,
.aboutGame ol li {
    list-style: disc;
    margin-left: 15px;
}

.boostingData>div.nodata {
    display: none;
}
.boostingData .boost__nodata {
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    padding: 20px 0;
}

.home__reviews {
    margin-bottom: 50px;
}

.home__reviews .home_common--title {
    margin-bottom: 20px;
}

.home__reviews .trustpilot {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000;
    margin: 60px 0 40px;
    transition: all .3s;
}

.home__reviews .trustpilot:hover {
    color: #0082FB;
}

.home__reviews .trustpilot img {
    margin-top: 10px;
}

.home__reviews .reviews__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.home__reviews .reviews__list .reviews__item {
    background: #444444;
    border-radius: 2px;
    color: #DBD6CE;
    padding: 26px 22px;
}

.home__reviews .reviews__list .reviews__item .user {
    margin-left: 14px;
}

.home__reviews .reviews__list .reviews__item .user span {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
}

.home__reviews .reviews__list .reviews__item .user img {
    width: 100px;
    margin-top: 4px;
}

.home__reviews .reviews__list .reviews__item .item_bootom {
    margin-top: 23px;
}

.home__reviews .reviews__list .reviews__item .item_bootom .content {
    /* 3è¡Œæ˜¾ç¤º */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: 63px;
}

.home__reviews .reviews__list .reviews__item .item_bootom .time {
    color: #AEAEAE;
    display: block;
    text-align: right;
    margin-top: 9px;
}

.home__reviews .reviews__count {
    text-align: center;
    color: #222222;
    font-size: 16px;
    margin-top: 40px;
}

.home__reviews .reviews__count span {
    color: #00B67A;
    text-decoration: underline;
}

.news_page .news__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
    margin-top: 70px;
}

.news__list .news__content {
    padding: 20px 16px;
    background: linear-gradient(180deg, #5C5C5C 0%, #222222 100%);
}

.news__list .news__item .news__img img {
    width: 100%;
    height: 210px;
}

.news__list .news__content .gameTitle {
    min-height: 49px;
}

.news__list .news__content .game {
    height: 24px;
    background: #282828;
    border-radius: 2px 2px 2px 2px;
    color: #00A0FB;
    font-size: 12px;
    padding: 0 5px;
    margin: 5px 0 20px;
}

.news__list .news__content .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 56px;
    font-size: 18px;
    color: #fff;
}

.news__list .news__content section {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 84px;
    color: #DBD6CE;
}

.news__list .news__content .time {
    display: block;
    color: #8B8B8B;
    margin-top: 17px;
}





/* d4 attr */
.d4__attr {
    display: none;
    color: #fff;
}

.d4__attr.display {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    grid-gap: 10px 30px;
}

.d4__attr .item__select {
    position: relative;
    margin-right: 5px;
}

.d4__attr .item__select .select__down {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
    color: #000;
    box-shadow: 0px 0px 5px 1px #000;
}

.d4__attr .item__select .select__down.display {
    display: block;
}

.d4__attr .item__select .select__down .attr_search {
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
}

.d4__attr .item__select .select__down .attr_search input {
    width: 100%;
    height: 40px;
    border: 1px solid #C3BEBE;
    background: none;
    margin-right: 5px;
    padding-left: 20px;
    color: #000;
}

.d4__attr .item__select .select__down .attr_search i {
    font-size: 20px;
    cursor: pointer;
    color: #000;
}

.d4__attr .item__select .select__down .attr_search i:hover {
    color: #d52b1e;
}

.d4__attr .item__select .select__down .attr_list {
    max-height: 300px;
    overflow-y: auto;
    flex-wrap: wrap;
    grid-gap: 15px;
    padding: 10px;
}

.d4__attr .item__select .select__down .attr_list p {
 
    border-radius: 18px;
    border: 1px solid #C3BEBE;
    padding:2px 10px;
    cursor: pointer;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.d4__attr .item__select .select__down .attr_list p:hover {
    border: 1px solid #d52b1e;
    color: #d52b1e;
}

.d4__attr .item__select .select__value {
    position: relative;
}

.d4__attr .item__select .select__value input {
    height: 40px;
    background: none;
    border: 1px solid #706c6c;
    width: 300px;
    padding-left: 10px;
    font-size: 12px;
}

.d4__attr .item__select .select__value i {
    position: absolute;
    right: 21px;
    top: 15px;
    color: #787878;
    font-size: 12px;
}

.d4__attr .d4__attr--item .item__minNum input,
.d4__attr .d4__attr--item .item__maxNum input {
    background: none;
    border: 1px solid #706c6c;
    height: 40px;
    width: 80px;
    margin-right: 5px;
    text-align: center;
    border-radius: 2px;
}

.d4__attr .d4__attr--item .item__set {
    display: flex;
}

.d4__attr .d4__attr--item .item__set span {
    background: #0082FB;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
}

.d4__attr .d4__attr--item .item__set span:hover {
    background: #EE6A25;
}

.d4__attr .d4__attr--item.last__item .item__set .delete {
    display: none;
}

.d4__attr .d4__attr--item .item__set .add {
    display: none;
}

.d4__attr .d4__attr--item.last__item .item__set .add {
    display: flex;
}

.d4__attr .d4__attr__submit {
    flex: 1 100%;
    display: flex;
    align-items: center;
    color: #000;
}

.d4__attr .d4__attr__submit button {
    background-color: #d52b1e;
    box-shadow: 0px 6px 18px 0px rgba(213, 43, 30, 0.56);
    color: #fff;
    padding: 0 20px;
    height: 40px;
    margin-right: 20px;
    cursor: pointer;
    border-radius: 5px;
    white-space: nowrap;
}

.d4__attr .d4__attr__submit button:hover {
    background-color: #d5a602;
    box-shadow: 0px 6px 18px 0px rgba(227, 206, 27, 0.56);
}


.dark__attr .class_select {
    margin-right: 5px;
    position: relative;
}
.dark__attr .class_select .select__value {
    width: 166px;
    border: 1px solid #706c6c;
    height: 40px;
    padding: 0 10px;
    justify-content: space-between;
    cursor: pointer;
    color: #000;
}
.dark__attr .class_select .select__value i {
    color: #787878;
    font-size: 12px;
}
.dark__attr .class_select .select__down {
    display: none;
    background: #fff;
    color: #000;
    position: absolute;
    top: 110%;
    width: 100%;
    box-shadow: 0px 0px 5px 1px #000;
    z-index: 99;
}
.dark__attr .class_select .select__down p {
    padding: 8px 10px;
    cursor: pointer;
}
.dark__attr .class_select .select__down p:hover {
    color: #0082FB;
}
.dark__attr .class_select .select__down p.active {
    background: #0082FB;
    color: #fff;
}

.dark__attr .d4__attr--item .item__set .dark_attr_delete {
    opacity: 0;
}


.boosting_ship_left {
    padding-bottom: 80px;
    flex: 1;
}

.gold_list_wrap .noDataTips {
    color: #fff;
    text-align: center;
    display: none;
}


@media (max-width: 1200px) {
    .choose_products .chooseList {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 1024px) {
    .pcd4_template {
        display: none;
    }
    .md4_template {
        margin-top: 20px;
        display: block;
    }

    .choose_products {
        padding: 0 10px 42px;
        height: auto;
    }

    .choose_products h2 {
        font-size: 24px;
    }
    .choose_products .chooseList {
        grid-template-columns: repeat(2, 1fr);
    }
    .goods .goods_device .goods_select_list.show,
    .goods .goods_server .goods_select_list.show {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
    }
    .goods .goods_device .goods_select_list .list_item,
    .goods .goods_server .goods_select_list .list_item {
        margin: 0;
        padding: 0 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 44px;
        font-size: 12px;
        white-space: break-spaces;
    }
    .goods .common_select .goods_select_list .list_item img {
        width: 20px;
    }
    .goods .goods_search {
        padding: 0 10px;
        margin-top: 10px;
    }
    .goods__header h2 {
        font-size: 20px;
        padding-left: 10px;
    }

    .goods .goods_content h2 {
        padding: 0 12px;
        font-size: 24px;
    }

    .goods .goods_template {
        padding: 0 12px;
    }
    .goods .goodsPageShipList.item_goodList ul{
        grid-template-columns: repeat(3, 1fr);
        padding: 0 10px;
    }
    .goods .goods_template .templateList {
        display: block;
    }

    .goods .d4__template.md4_template .templateList {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
    
    .goods .d4__template.md4_template .templateList a {
        padding: 0;
        white-space: pre-line;
        line-height: normal;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    .goods .goods_template .templateList a {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        margin-right: 0;
        text-align: center;
    }

    
    .goods__header .goods__template {
        flex-wrap: wrap;
        padding: 0 10px 10px;
        grid-gap: 10px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .goods__header .goods__template a {
        min-width: auto;
        padding: 0 3px;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .goods__header .goods__template a.active {
        background: #fff;
    }


    .goods .common_select {
        margin-right: 0;
        margin-bottom: 20px;
        padding: 0 10px;
    }

    .goods .common_select .goods_server_child_item {
        width: 100%;
    }
    .goods .goods_server_child .goods_server_child_item .goods_select_list.show {
        grid-template-columns: repeat(4, 1fr);
    }
    .goods .goods_cate_child .goods_server_child_item .goods_select_list.show {
        grid-template-columns: repeat(3, 1fr);
    }

    .nw_goodList .goods_item .elden_attr {
        width: 100%;
    }
    .home__reviews {
        padding: 0 10px;
    }
    .home__reviews .reviews__list {
        grid-template-columns: repeat(2, 1fr);
    }

    /* ä»£ç»ƒ */
    .goods_boosting .boosting_ship {
        display: flex;
        flex-flow: column-reverse;
        padding: 0 12px;
    }

    .goods_boosting .boosting_ship .boosting_ship_right {
        margin-left: 0;
        margin-bottom: 40px;
        width: 100%;
        border-top: none;
    }

    .goods_boosting .boosting_ship .goodsPageShipList .boostingData {
        padding: 170px 16px 40px;
    }
    .goods_boosting .boostingData .common_select {
        padding: 0;
    }
    .goods_boosting .common_select {
        padding: 0 10px;
    }


    .goods_boosting .goodsPageShipList .goodsImg {
        text-align: right;
    }

    .goods_boosting .goodsPageShipList .goodsImg img {
        width: auto;
        max-height: 400px;
        max-width: 100%;
    }

    .goods_boosting .goodsPageShipList .item-level .level-1,
    .goods_boosting .goodsPageShipList .item-level .level-3,
    .goods_boosting .goodsPageShipList .item-level input {
        width: 100%;
    }

    .goods_boosting .goodsPageShipList .item-level .level-2 {
        margin: 0 5px;
    }


    .goods_boosting.fallout_boosting .transverse_boosting {
        background-image: url('/static/web/image/fallout76_boosting.jpg');
    }

    .goods_boosting .transverse_boosting {
        padding: 0;
        margin: 20px 12px 20px;
        height: auto;
    }

    .goods_boosting .transverse_boosting .goodsPageShipList .boostingData {
        padding: 0 20px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .goods_boosting .goods_device {
        padding: 0 10px;
    }

    .transverse_boosting .goods_item .goodsBtn {
        width: 100%;
    }

    .goods_boosting .transverse_boosting .goods_item .goodsBtn span.buynow {
        width: 100%;
    }

    .goods_boosting .transverse_boosting .boosting_range {
        border: none;
        width: auto;
        margin-right: 0;
        padding: 20px 0 40px;
        width: 100%;
    }

    .goods_boosting .transverse_boosting .transverse_boosting_right {
        width: 100%;
    }

    .dialog_items {
        width: 90%;
    }

    .aboutGame .desc {
        width: 100%;
    }
    .game_temp_about{
        padding: 0 10px 50px;
    }
    .game_temp_about h2{
        font-size: 19px;
    }
    .aboutGame .about_title h2 {
        padding-left: 12px;
        font-size: 20px;
    }

    .aboutGame>.container {
        display: block;
        padding: 0 12px;
    }

    .aboutGame .about_meta {
        margin-left: 0;
        width: 100%;
        margin-top: 30px;
    }


    .goodsPageShipList .goods_item .item_describe {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        opacity: 1;
        display: none;
        position: fixed;
    }

    .goodsPageShipList .goods_item .item_describe.display {
        display: block;
        transform: translate(-50%, -50%);
    }

    .goodsPageShipList .goods_item .elden_describe.display img {
        width: 100%;
    }

    .goodsPageShipList .goods_item:nth-child(5n) .item_describe {
        left: 50%;
    }

    .goods .goods__sort {
        margin-bottom: 20px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
        padding: 0 10px;
    }

    .goods .goods__sort .sort__item {
        margin: 0;
    }
}


@media (max-width: 768px) {
    .choose_products .chooseList {
        grid-template-columns: repeat(1, 1fr);
    }

    .goods .gold_warp--content {
        display: block;
        padding: 0 10px;
    }
    .gold_list_wrap #goods_list {
        width: 100%;
        padding: 20px 10px;
    }
    .goods .gold_list_wrap .gold_info {
        margin: 20px 0;
        width: 100%;
    }
    .goods .gold_list_wrap #goods_list .goods_price.true_price {
        margin-top: 20px;
    }
    .goods .goods_server_child .goods_server_child_item .goods_select_list.show,
    .goods .goods_cate .goods_server_child_item .goods_select_list.show,
    .goods .goods_cate_child .goods_server_child_item .goods_select_list.show {
        grid-template-columns: repeat(2, 1fr);
        display: grid;
        grid-gap: 10px;
    }
    .goods .goods_cate_child .goods_server_child_item .goods_select_list .list_item,
    .goods .goods_server_child .goods_server_child_item .goods_select_list .list_item {
        padding: 0 5px;
    }
    .goods .goods_cate_child .goods_server_child_item .goods_select_list .list_item {
        font-size: 12px;
    }
    .goods .goods_cate .goods_server_child_item .goods_select_list .list_item {
        margin: 0;
        padding: 0 3px;
        justify-content: center;
        font-size: 12px;
    }
    .goods .goods_search{
        flex-direction: column;
        align-items: center;
        justify-content: inherit;
    }
    .goods .goods_search .sever_title{
        margin-bottom: 15px;
    }
    .goods .goods_search .input_box {
        width: 100%;
    }
    .goods .goods_search .input_box input {
        width: 100%;
    }
    .goods .goods_device .goods_select_list.show,
    .goods .goods_server .goods_select_list.show {
        grid-template-columns: repeat(2, 1fr);
    }
    .home__reviews .trustpilot {
        margin: 30px 0 20px;
        font-size: 18px;
    }
    .home__reviews .reviews__list {
        grid-template-columns: repeat(1, 1fr);
    }
    .home__reviews .reviews__list .reviews__item {
        border-radius: 5px;
    }


    .goods .goodsPageShipList.item_goodList ul{
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .d4__attr .item__select {
        position: static;
        width: 100%;
    }
    .d4__attr.display {
        padding: 0 10px;
    }
    .d4__attr .d4__attr--item {
        position: relative;
        width: 100%;
    }

    .d4__attr .item__select .select__value input {
        width: 100%;
    }

    .d4__attr .d4__attr--item .item__minNum input, .d4__attr .d4__attr--item .item__maxNum input {
        width: 60px;
    }
}