/*热门游戏*/
.index_banner_group {
    /*padding-bottom: 10px;*/
    padding-top: 20px;
    position: relative;
}

/*banner*/
.banner {
    width: 100%;
    height: 340px;
    overflow: hidden;
    position: relative;
    z-index: 8;
    border-radius: 10px;
}

.banner .arrow-box {
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 18px);
    z-index: 10;
}

.banner .arrow-box.left {
    left: 10px;
}

.banner .arrow-box.right {
    right: 10px;
}

.banner .slideBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner .slideBox .bd {
    height: 100%;
}

.banner .slideBox .bd li {
    overflow: hidden;
    width: 100%;
    height: 340px;
    font-size: 0;
    padding: 0;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
}

.banner .bd a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 14px;
    position: relative;
    min-width: 1180px;
}

.banner .hd {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 7;
    text-align: center;
}

.banner .hd ul {
    display: inline-block;
    position: relative;
    padding-left: 10px;
}

.banner .hd ul:before {
    content: ' ';
    width: 1px;
    height: 13px;
    background: #ffffff;
    position: absolute;
    top: 3px;
    left: 0;
}

.banner .hd li {
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    float: left;
    padding-right: 10px;
    margin-right: 9px;
    position: relative;
    transform: translate3d(0, 0, 0);
}

.banner .hd li:after {
    content: ' ';
    width: 1px;
    height: 13px;
    background: #ffffff;
    position: absolute;
    top: 3px;
    right: 0;
}

.banner .hd li a {
    color: #ffffff;
    font-size: 14px;
}

.banner .hd li.on a {
    color: var(--highlight-color3);
}

/*公告*/
.banner_position {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.banner_position .container {
    position: relative;
}

.announcement {
    width: 220px;
    height: 300px;
    color: #08192f;
    padding: 0 20px;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 9;
    border-radius: 3px;
}

.announcement .top {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e6edf5;
}

.more {
    display: block;
    font-size: 14px;
    color: #08192f;
    cursor: pointer;
    transition: color 200ms;
    position: relative;
}

.p_index .more {
    color: #2F3133;
    margin-top: 6px;
}

.more:hover {
    color: var(--highlight-color3);
}

.announcement .more {
    color: #5C6573;
    font-size: 12px;
}

.announcement .announcement_list {
    height: 78px;
    overflow: hidden;
}

.announcement .announcement_list li {
    line-height: 18px;
    margin: 6px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}

.announcement .announcement_list span {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 0 2px;
    background: #ffe6ec;
    color: var(--highlight-color3);
    text-align: center;
    margin-right: 6px;
}

.announcement ul a {
    font-size: 12px;
    color: #5C6573;
    transition: color 100ms;
}

.announcement ul a:hover {
    color: var(--highlight-color3);
}

.announcement_list li:first-child, .announcement_list li:first-child a, .announcement_list li.red, .announcement_list li.red a {
    color: var(--highlight-color3);
}

.announcement .service {
    margin-top: 12px;
    padding-bottom: 10px;
    position: relative;
}

.announcement .service a {
    display: block;
    float: left;
    margin-bottom: 8px;
    margin-left: 15px;
    cursor: pointer;
}

.announcement .service a:hover .show_code {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    position: absolute;
    bottom: 32px;
    right: 0;
}

.announcement .service a .show_code {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute;
    bottom: 16px;
    right: 0;
    width: 180px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    transition: all .3s ease-out
}

.announcement .service a:nth-of-type(3n+1) {
    margin-left: 0px;
}

.announcement .service a p {
    color: #08192f;
    font-size: 12px;
    text-align: center;
    width: 50px;
    white-space: nowrap;
    overflow: hidden;
}

/*成交记录*/
.trade {
    /*display: flex;*/
    /*flex-wrap: nowrap;*/
    /*height: 44px;*/
    /*line-height: 44px;*/
    /*position: relative;*/
    /*font-size: 14px;*/
    /*margin-top: 48px;*/
    display: flex;
    flex-wrap: nowrap;
    height: 48px;
    line-height: 48px;
    position: relative;
    color: #FFFFFF;
    font-size: 14px;
    margin-top: 24px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    z-index: 9;
}

.trade_group_title {
    display: flex;
    align-items: center;
    height: 48px;
    color: #FFFFFF;
    flex-shrink: 0;
    white-space: nowrap;
    padding-left: 24px;
}

.trade_group_title .title {
    color: #FFFFFF;
    margin-bottom: 0;
}

.trade_group_title .split_line {
    margin: 0 16px;
}

.trade .trade_wrap {
    height: 44px;
    overflow: hidden;
    margin-right: 15px;
    position: relative;
}

/*.trade .trade_wrap:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    width: 300px;*/
/*    height: 44px;*/
/*    background: linear-gradient(90deg, rgba(245, 246, 249, 0) 0%, #F5F6F9 100%);*/
/*    z-index: 1;*/
/*}*/


.trade .trade_item {
    display: inline-flex;
    align-items: center;
    height: 48px;
    padding: 0 12px;
    margin-right: 16px;
    width: auto !important;
}

.trade .name {
    color: #FFFFFF;
}

.trade .time {
    color: rgba(255, 255, 255, 0.6);
    margin: 0 10px;
}

.trade .goods {
    color: var(--highlight-color2);
}


/*楼层导航*/
.floor_nav {
    width: 60px;
    position: absolute;
    left: 0px;
    top: 616px;
    padding: 14px 16px;
    box-sizing: border-box;
    border-radius: 3px;
    z-index: 9;
    background: #ffffff;
}

.floor_nav li {
    padding-bottom: 10px;
    border-bottom: 1px solid #e6edf5;
    margin-bottom: 10px;
    cursor: pointer;
}

.floor_nav li:last-child {
    margin-bottom: 0;
}

.floor_nav a {
    font-size: 14px;
    color: #08192f;
    transition: color 100ms;
}

.floor_nav a:hover, .floor_nav li.on a {
    color: var(--highlight-color3);
}

/*限时折扣*/
.cont_title {
    margin-bottom: 28px;
    font-weight: 700;
    font-size: 20px;
}

.p_index .cont_title {
    font-weight: 500;
    font-size: 20px;
    color: #2F3133;
    margin-right: 40px;
    height: 26px;
    line-height: 26px;
    display: flex;
    align-items: center;
}

.p_index .cont_title.on {
    font-size: 20px;
    color: var(--highlight-color2);
}

.cont_title a, .line {
    font-weight: 500;
    font-size: 14px;
    color: #2F3133;
    margin-left: 10px;
}

.discount .time {
    display: inline-block;
    color: var(--highlight-color3);
    font-weight: 400;
    margin-left: 4px;
}

.discount .time span {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding: 0 2px;
    border-radius: 3px;
    background: var(--highlight-color3);
    color: #ffffff;
    font-size: 12px;
}

.discount .game-wrapper {
    margin-left: 20px;
    display: block;
    float: left;
    border-radius: 3px 3px 0 0;
    height: 194px;
    background: #ffffff;
}

.discount .game-wrapper:first-child {
    margin-left: 0;
}

.game-img {
    width: 264px;
    height: 148px;
}

.game-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p_index .game-img img {
    border-radius: 10px;
}

.game-wrapper {
    position: relative;
    overflow: hidden;
}

.new_product .goods_info, .rec_product .goods_info {
    opacity: 0;
    text-align: center;
    background: rgba(33, 43, 61, .8);
    position: absolute;
    bottom: -124px;
    left: 0;
    right: 0;
    height: 124px;
    padding-top: 38px;
    transition: transform 500ms;
}

.new_cont_title {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 10px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
}

.new_cont_title.on {
    font-weight: 700;
    font-size: 16px;
}

.new_goods_wrap {
    display: none;
}

.new_goods_wrap.on {
    display: block;
}

.interest .goods_info {
    opacity: 0;
    text-align: center;
    background: rgba(33, 43, 61, .8);
    position: absolute;
    bottom: -90px;
    left: 0;
    right: 0;
    height: 90px;
    padding-top: 22px;
    transition: transform 500ms;
}

.interest .goods_info .name {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new_product .goods_info .name, .rec_product .goods_info .name, .interest .goods_info .name {
    color: #ffffff;
    margin-bottom: 6px;
    padding: 0 8px;
}

.game-wrapper:hover .goods_info {
    opacity: 1;
    transform: translateY(-124px);
}

.interest .game-wrapper:hover .goods_info {
    opacity: 1;
    transform: translateY(-90px);
}

.discount .game-wrapper .game-info {
    padding-left: 15px;
    padding-top: 10px;
}

.goods-title {
    color: #08192f;
    margin-bottom: 4px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    width: 100%;
}

.goods-title.hot {
    color: var(--highlight-color3);
}

.markdown {
    display: inline-block;
    width: 54px;
    height: 20px;
    line-height: 20px;
    background: #48cc3a;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}

.new_price {
    color: #f36106;
    font-size: 14px;
}

.original_price {
    color: #aab4bf;
    font-size: 14px;
    text-decoration: line-through;
}

.sub_group {
    margin-top: 44px;
}

.indexSub_group {
    margin-top: 24px;
}

.ext_margin {
    margin-top: 60px;
}

.new_product.ext_margin {
    margin-bottom: 60px;
}

.new_product.ext_margin_recommend {
    margin-top: 60px;
    margin-bottom: 100px;
}

.new_product.ext_margin_hot_game {
    margin-top: 60px;
}

.new_product.hot_game_boxes {
    margin-top: 60px;
    position: relative;
    z-index: 8;
}

/*新品上架*/
.p_index .goods-box {
    width: 1400px;
    height: 218px;
    display: flex;
    overflow: hidden;
    position: relative;
}

.p_index .goods-box.page {
    height: 456px;
}

.p_index .goods-box .goods-all {
    width: fit-content;
    height: 218px;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
}

.p_index .goods-box.page .goods-all {
    height: fit-content;
}

.p_index .game-wrapper {
    height: auto !important;
}

.p_index .goods-all-page {
    width: 1400px;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
}

.p_index .goods-all-page:nth-child(1) {
    margin-left: 0;
}

.p_index .goods-all-page .game-wrapper {
    margin-bottom: 20px;
}

.p_index .goods-all-page .game-wrapper:nth-child(5n+1) {
    margin-left: 0;
}

.new_product .game-wrapper {
    margin-left: 20px;
    display: block;
    float: left;
    border-radius: 3px;
    height: 124px;
    background: transparent;
}

.new_product .game-wrapper:hover {
    transform: translateY(0px) !important;
}

.rec_product .game-wrapper {
    margin-left: 20px;
    margin-bottom: 20px;
    display: block;
    float: left;
    border-radius: 3px;
    background: #e6edf5;
    transition: transform 200ms ease-in;
}

.rec_product .game-wrapper:hover {
    transform: translateY(-4px);
}

.p_index .game-wrapper:hover {
    transform: translateY(-4px);
}

.new_product .game-wrapper:nth-of-type(1) {
    margin-left: 0;
}

.hot_product .game-wrapper2 {
    margin-bottom: 20px;
    display: block;
}

.hot_product .game-info {
    width: 240px;
    height: 124px;
    padding: 15px;
    font-size: 14px;
    color: #aab4bf;
    position: relative;
}

.hot_product .game-info .sales {
    position: absolute;
    left: 15px;
    bottom: 15px;
    padding-left: 20px;
    background: url("https://static.igmbuy.com/9891/img/ico_num.png") no-repeat left center;
}

.game-wrapper .gi_bottom {
    height: 32px;
    line-height: 32px;
    border: 1px solid #e6edf5;
    border-radius: 0 0 3px 3px;
    background: #ffffff;
    border-top: none;
    font-size: 14px;
    color: #000000;
    padding: 0 10px;
}

.gi_bottom .goods_price {
    float: right;
}

.gi_bottom .gi_title {
    float: left;
    max-width: 120px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 新热门游戏 */
.pop-game-box {
    width: 453.33px;
    height: 218px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 8;
}

.p_index .goods-all-page .pop-game-box {
    margin-bottom: 20px;
}

.p_index .goods-all-page .pop-game-box:nth-child(3n+1) {
    margin-left: 0;
}

.pop-game-box:nth-of-type(1) {
    margin-left: 0;
}

.pop-game-box .back-img {
    width: 452px;
    height: 200px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}

.pop-game-box .game-info-box {
    width: 412px;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

.pop-game-box .thumb-img {
    width: 140px;
    height: 140px;
    border-radius: 10px;
}

.pop-game-box .game-info {
    width: 252px;
    display: flex;
    flex-direction: column;
    color: #fff;
    margin-top: 60px;
}

.pop-game-box .game-info .game-name {
    font-weight: 500;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pop-game-box .game-tag-box {
    width: 412px;
    height: 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    position: relative;
    z-index: 10;
}

.pop-game-box .game-tag-box .game-tag {
    width: 412px;
    height: 38px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 19px;
    font-weight: 500;
    font-size: 14px;
    color: #2F3133;
    text-align: center;
    line-height: 38px;
}

.pop-game-box .game-tag-box .game-tag.double {
    width: 200px;
}

/*热门游戏*/
.hot_games_group.index_group {
    padding-bottom: 10px;
}

/*.hot_games_group .hg_left {*/
/*    width: 700px;*/
/*    overflow: hidden;*/
/*    height: 329px;*/
/*}*/

.hot_games_group .hg_left ul {
    margin-top: 20px;
    /*float: left;*/
    /*width: 700px;*/
    height: 309px;
    overflow: hidden;
}

.hot_games_group .hg_left ul li {
    float: left;
    margin-left: 35px;
    margin-bottom: 20px;
    cursor: pointer;
}

.hot_games_group .hg_left ul li:nth-of-type(5n+1) {
    margin-left: 0px;
}

.hot_games_group .hg_wrap {
    height: 329px;
    /*width: 1400px;*/
    /*transition: margin-left 300ms;*/
}

.hot_games_group ul {
    display: none;
}

.hot_games_group ul.on {
    display: block;
}

.hot_games_group .hg_left.right .hg_wrap {
    /*margin-left: -700px;*/
}

.index_group .index_group_nav {
    color: #5c6573;
    position: relative;
    padding-bottom: 12px;
    border-bottom: 1px solid #e6edf5;
}

.index_group .index_group_nav a, .index_group .index_group_nav h2 {
    margin-right: 24px;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    position: relative;
}

.index_group .index_group_nav a.fr, .index_group .index_group_nav h2.fr {
    padding: 0;
    margin: 0;
}

.index_group .index_group_nav .all {
    color: #08192f;
    font-size: 14px;
    padding: 0;
}

.index_group .index_group_nav a.on, .index_group .index_group_nav h2.on {
    color: #08192f;
    cursor: default;
}

.index_group_nav .active_line {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 64px;
    height: 1px;
    background: #08192f;
    transition: margin-left 300ms;
}

.p_news .index_group_nav .active_line {
    transition: none;
}

.hg_left.right .index_group_nav .active_line {
    margin-left: 93px;
}

.hot_games_group .hg_right, .info_gift .gift {
    margin-left: 70px;
    width: 410px;
}

.info_gift .bdUl_wrap {
    height: 375px;
    overflow: hidden;
}

.hot_games_group .game_logo {
    width: 83px;
    height: 83px;
}

.hot_games_group .game_logo img {
    width: 100%;
    height: 100%;
}

.hot_games_group .game_introduce, .gift .game_introduce {
    color: #aab4bf;
    font-size: 14px;
    margin-left: 15px;
    overflow: hidden;
    float: left;
}

.hot_games_group .game_introduce .tag {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.hot_games_group .hg_left .game_introduce, .p_allGames .game_introduce {
    width: 110px;
    height: 83px;
    float: left;
}

.hot_games_group .welfare .game_logo {
    width: 57px;
    height: 57px;
}

.welfare > li > a {
    display: block;
}

.info_gift .game_logo {
    width: 59px;
    height: 59px;
}

.info_gift .game_introduce {
    width: 260px;
}

.welfare li {
    margin-top: 20px;
}

.welfare .markdown {
    margin-left: 6px;
}

.welfare .btn_wrap {
    margin-top: 13px;
}

.welfare .btn_wrap a, .welfare .btn_wrap span {
    display: inline-block;
    width: 60px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    border-radius: 18px;
    margin-left: 10px;
    border: 1px solid var(--highlight-color3);
}

.welfare .btn_wrap .b1 {
    color: #f4516c;
    background: #f7f8f9;
}

.welfare .btn_wrap .b2 {
    color: #ffffff;
    background: var(--highlight-color3);
    cursor: pointer;
}

/*游戏试玩*/
.trial {
    padding-bottom: 30px;
}

.trial .trial_list_wrap {
    position: relative;
    height: 300px;
    width: 1180px;
    overflow: hidden;
}

.trial .trial_list {
    display: block;
    float: left;
    width: 196px;
    height: 300px;
    position: relative;
    overflow: hidden;
    transition: all 600ms;
}

.trial .trial_list > img {
    width: 392px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
}

.trial .trial_list.on {
    width: 392px;
}

.trial .trial_list .bottom {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: -60px;
    left: 0;
    background: #212b3d;
    padding-left: 20px;
    padding-top: 10px;
    transition: all 500ms;
}

.trial .trial_list.on .bottom {
    transform: translateY(-60px);
}

.trial .bottom {
    color: #ffffff;
    font-size: 14px;
}

.trial .bottom p {
    font-size: 16px;
}

.trial .bottom .btn_zu {
    position: absolute;
    right: 20px;
    top: 12px;
    width: 92px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: var(--highlight-color3);
    border-radius: 3px;
}

.trial .game_person {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.trial .game_person img {
    -webkit-transform: scale(.70);
    -moz-transform: scale(.70);
    -ms-transform: scale(.70);
    transform: scale(.70);
    position: absolute;
    right: -98px;
    top: 28px;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    transition: all .6s ease-out
}

.trial_list.on .game_person img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    position: absolute;
    right: 0 !important;
    top: 12px;
}

/*资讯*/
.information {
    width: 700px;
}

.information .hd li {
    margin-right: 24px;
    cursor: pointer;
    font-weight: 700;
    display: inline-block;
    position: relative;
}

.information .hd li.on {
    color: #08192f;
    cursor: default;
}

/*.information .hd li.on:after, .index_game_nav a.on:after {*/
/*content: ' ';*/
/*position: absolute;*/
/*left: 0;*/
/*right: 0;*/
/*bottom: -13px;*/
/*height: 1px;*/
/*background: #08192f;*/
/*}*/

.information .index_group_nav {
    margin-bottom: 20px;
}

.information .hd ul {
    position: relative;
}

.information .info_banner {
    width: 310px;
    height: 375px;
    background: #e6edf5;
}

.information .info_banner a {
    display: block;
    position: relative;
    height: 100%;
}

.information .info_banner img {
    width: 100%;
    height: 100%;
}

.information .info_banner p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
}

.information .info_list_wrap {
    color: #08192f;
    margin-left: 20px;
    width: 370px;
    overflow: hidden;
}

.information .info_list {
    margin-bottom: 15px;
    height: 63px;
    display: block;
    position: relative;
}

.information .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 95px;
    height: 63px;
    background: #e6edf5;
}

.information .info_list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.information .info_list .title {
    color: #08192f;
    padding-left: 105px;
    line-height: 24px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: color 100ms;
}

.information .info_list .title:hover {
    color: var(--highlight-color3);
}

/*游戏礼包*/
.gift .welfare .tag {
    font-size: 12px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gift .welfare .goods-title {
    margin-bottom: 2px;
}

.gift .game_introduce {
    width: 214px;
}

.info_gift .game_introduce {
    width: 260px;
}

/*活动中心*/
.index_extra_pd {
    padding-top: 34px;
}

.activity_wrap {
    margin-bottom: 20px;
}

.activity_wrap a {
    display: block;
    width: 380px;
    height: 160px;
    background: #e6edf5;
    margin-left: 20px;
    float: left;
}

.activity_wrap a:first-child {
    margin-left: 0;
}

/*资讯详情*/
.p_article {
    padding: 0 80px 60px 80px;
}

.btn-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
    background: #ffffff;
    border-radius: 8px;
    color: #2F3133 !important;
}

.p-article-content {
    width: 815px;
    padding: 0 80px;
    text-align: justify;
    margin-top: 22px;
}

.p-article-body {
    padding-top: 56px;
    width: 975px;
    margin: 0 auto;
}

.p_a_banner {
    display: block;
    max-width: 780px;
    margin-bottom: 30px;
}

.p_a_banner img {
    max-width: 780px;
}

.article_wrap .title {
    color: #08192f;
    font-size: 24px;
    font-weight: 400;
}

.article_wrap .info {
    color: #aab4bf;
    font-size: 14px;
    margin-top: 10px;
}

.p_article .info span {
    margin-left: 20px;
}

.p_article .info span:first-child {
    margin-left: 0px;
}

.info .category {
    padding-right: 4px;
}

.info .views {
    padding-left: 20px;
    background: url(https://static.igmbuy.com/global/img/icon-view.png) no-repeat left center;
    margin-left: 20px;
}

.article_wrap .article {
    margin: 20px 0 30px 0;

}

.article span, .article p {
    background: #f0f5f7 !important;
}

.article_wrap .article img {
    max-width: 700px;
    height: auto;
}

.article_wrap .article_bottom {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e6edf5;
    color: #5c6573;
}

.article_wrap .article_bottom a {
    color: #5c6573;
}

.article_wrap .article_bottom a:hover {
    color: var(--highlight-color3);
}

.p_a_right {
    width: 330px;
    margin-left: 70px;
    margin-top: 40px;
}

.p_special .hot_product .game-img, .p_special .interest .game-img {
    width: 160px;
    height: 90px;
    background: #e6edf5;
}

/*.p_special .game-img img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

.interest .game-wrapper {
    margin: 0 0 20px 20px;
    display: block;
    float: left;
    border-radius: 3px;
    height: 110px;
}

.interest .game-wrapper:nth-of-type(2n+1) {
    margin-left: 0px !important;
}

.p_article .interest .game-wrapper {
    margin: 0 0 10px 10px;
    height: 90px;
}

.p_special .hot_product .game-info {
    width: 170px;
    height: 90px;
}

.p_a_extra_m {
    margin-top: 24px;
}

.p_special .information {
    width: 100%;
}

/*资讯列表*/
/*.p_news .news_top {*/
/*    height: 360px;*/
/*    position: relative;*/
/*}*/

/*.p_news .news_wrap {*/
/*    margin-top: 36px;*/
/*}*/

/*.p_news .news_tLeft {*/
/*    margin-right: 20px;*/
/*    width: 830px;*/
/*    height: 360px;*/
/*    position: relative;*/
/*}*/

/*.p_news .news_tLeft p {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    color: #ffffff;*/
/*    padding: 10px;*/
/*    background: rgba(0, 0, 0, 0.5);*/
/*    text-align: center;*/
/*}*/

/*.p_news .news_top img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

/*.p_news .news_tRight {*/
/*    width: 330px;*/
/*}*/

/*.p_news .news_tRight a {*/
/*    display: block;*/
/*    height: 170px;*/
/*}*/

/*!*.p_news .news_tRight .news_banner_1{*!*/
/*!*    height: 170px;*!*/
/*!*}*!*/

/*.p_news .hot_tags {*/
/*    background: #9cc085;*/
/*    margin-top: 20px;*/
/*    height: 170px;*/
/*    border-radius: 3px;*/
/*    padding: 0 20px;*/
/*}*/

/*.p_news .hot_tags {*/
/*    padding: 18px 20px 0;*/
/*    overflow: hidden;*/
/*    color: #ffffff;*/
/*}*/

/*.p_news .hot_tags p {*/
/*    margin-bottom: 20px;*/
/*    padding-bottom: 14px;*/
/*    border-bottom: 1px solid #bedaac;*/
/*}*/

/*.p_news .hot_tags img {*/
/*    width: 16px;*/
/*    height: 20px;*/
/*    vertical-align: text-bottom;*/
/*    margin-right: 4px;*/
/*}*/

/*.p_news .hot_tags ul {*/
/*    height: 90px;*/
/*    overflow: hidden;*/
/*    font-size: 12px;*/
/*}*/

/*.p_news .hot_tags li {*/
/*    display: inline-block;*/
/*    height: 20px;*/
/*    line-height: 20px;*/
/*    padding: 0 4px;*/
/*    background: #5a7449;*/
/*    color: #ffffff;*/
/*    border-radius: 3px;*/
/*    margin-right: 6px;*/
/*    margin-bottom: 10px;*/
/*    cursor: pointer;*/
/*}*/

/*.p_news .active_line {*/
/*    width: 32px;*/
/*}*/

/*.p_news .right_nav {*/
/*    width: 480px;*/
/*    height: 20px;*/
/*    overflow: hidden;*/
/*    border-left: 1px solid #d2d7d9;*/
/*    position: relative;*/
/*    !*padding-right: 100px;*!*/
/*}*/

/*.p_news .right_nav li {*/
/*    float: left;*/
/*    font-size: 14px;*/
/*    cursor: pointer;*/
/*    padding: 0 14px;*/
/*}*/

/*.p_news .right_nav li.on {*/
/*    color: #08192f;*/
/*}*/

/*.right_nav_ul {*/
/*    width: auto;*/
/*    display: inline-flex;*/
/*    white-space: nowrap;*/
/*    position: absolute;*/
/*    left: 0;*/
/*}*/

/*.p_news .right_controls {*/
/*    position: absolute;*/
/*    right: -24px;*/
/*    top: 0;*/
/*}*/

/*.p_news .information .info_list_wrap {*/
/*    margin: 0;*/
/*    width: 100%;*/
/*}*/

/*.p_news .p_news_l .thumbnail {*/
/*    width: 198px;*/
/*    height: 126px;*/
/*}*/

/*.p_news .p_news_l .info_list {*/
/*    height: 126px;*/
/*    width: 100%;*/
/*}*/

/*.p_news .news_preview {*/
/*    position: absolute;*/
/*    left: 212px;*/
/*    top: 0;*/
/*    width: 568px;*/
/*}*/

/*.p_news .news_title {*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    white-space: nowrap;*/
/*    color: #08192f;*/
/*    transition: color 100ms;*/
/*    cursor: pointer;*/
/*}*/

/*.p_news .info_list:hover .news_title {*/
/*    color: #ff3867;*/
/*}*/

/*.p_news .describe {*/
/*    color: #5c6573;*/
/*    font-size: 14px;*/
/*    margin-top: 20px;*/
/*    line-height: 24px;*/
/*    white-space: normal;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 2;*/
/*    -webkit-box-orient: vertical;*/
/*}*/

/*.p_news .p_news_l {*/
/*    width: 780px;*/
/*}*/

/*.p_news .p_news_r {*/
/*    width: 330px;*/
/*    margin-left: 70px;*/
/*}*/

/*.p_news .information {*/
/*    width: 100%;*/
/*}*/

/*dnf列表*/
.p_list {
    position: relative;
}

.p_list .top_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    /*background: #7549d5;*/
    z-index: -1;
    min-width: 1180px;
    background-position: center;
}

.p_list .top_banner img {
    width: 100%;
}

.top_banner .tp_gameName {
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
    width: 1400px;
    margin: 0 auto;
    padding-top: 16px;
}

.p_list .list_body {
    font-size: 14px;
}

.p_list .list_body {
    padding-top: 80px;
}

.p_list .crumb_selected {
    height: 44px;
    line-height: 44px;
    position: relative;
    overflow: hidden;
}

.p_list .crumb_selected > span {
    display: block;
    width: 115px;
    text-align: right;
    color: #5c6573;
    position: absolute;
    top: 0;
    left: 0;
}

.crumb_selected li {
    display: none;
    float: left;
    margin: 0 20px;
    position: relative;
    color: #5C6573;
    cursor: pointer;
}

.crumb_selected li.c_gameName {
    cursor: default;
}

.crumb_selected li:after {
    content: '>';
    position: absolute;
    left: -20px;
    top: 0;
    color: #5C6573;
}

.crumb_selected li:first-child:after {
    content: ' ';
}

.crumb_selected li a {
    color: #5C6573;
}

.top_select {
    background: #ffffff;
    border: 1px solid #e6edf5;
    min-height: 132px;
}

.top_select .select_item {
    height: 44px;
    line-height: 44px;
    border-top: 1px dashed #e6edf5;
    position: relative;
    overflow: hidden;
}

.top_select #sub_select_item {
    display: none;
    overflow: visible;
}

.top_select .select_item.on {
    height: auto;
}

.top_select > .select_item:first-child {
    border-top: none;
}

.top_select .select_item > span {
    display: block;
    width: 165px;
    text-align: right;
    color: #08192f;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
}

.top_select .select_item ul, .crumb_selected ul, .top_select .select_item_right {
    padding-left: 189px;
    padding-right: 60px;
}

.top_select .select_item_right > label:nth-of-type(1) {
    margin-left: 16px;
}

.top_select .select_item_right > label {
    margin-left: 40px;
    cursor: pointer;
}

.top_select .select_item_right > label span {
    padding-left: 6px;
}

/*.select_item ul li:first-child{*/
/*    margin-left: 40px;*/
/*}*/

.select_item ul li {
    display: inline-block;
    margin-left: 16px;
    color: #5c6573;
    cursor: pointer;
    position: relative;
    height: 22px;
    padding: 0 10px;
    line-height: 22px;
    border-radius: 3px;
}

.select_item ul > li.on, .select_item ul > li.on:hover {
    background: var(--highlight-color3);
    color: #ffffff;
}

.select_item ul > li:hover {
    color: var(--highlight-color3);
}

#area_wrap, #server_wrap {
    display: none;
}

.select_item.on #serverList {
    max-height: 220px;
    overflow-y: auto;
}

#gameTags li.active .sub_sub_tags, #gameTags li.active .triangle {
    display: block;
}

.sub_sub_tags {
    display: none;
    position: absolute;
    top: 43px;
    left: 0;
    width: 1180px;
    height: 100px;
    padding-left: 115px;
    background: #ffffff;
    z-index: 8;
    border: 1px solid #e6edf5;
    box-sizing: border-box;
}

.select_item .sub_sub_tags span {
    display: inline-block;
    margin-left: 40px;
    color: #5c6573;
}

.select_item .sub_sub_tags span:hover {
    color: var(--highlight-color3);
}

.select_checked {
    display: none;
}

/*#server_wrap{*/
/*    display: none;*/
/*}*/

.triangle {
    display: none;
    width: 10px;
    height: 10px;
    border: 1px solid #e6edf5;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    position: absolute;
    left: 40%;
    background: #ffffff;
    z-index: 999999955;
    top: 38px;
}

.p_list .p_list_group {
    margin: 20px 0;
}

.p_list .jpmj {
    border: 1px solid #ff9e35;
    position: relative;
    display: none;
}

.p_list .jpmj .ico_jpmj {
    position: absolute;
    top: 0;
    left: -1px;
}

.filter_items {
    height: 44px;
    line-height: 44px;
    background: #f5f7f6;
    color: #ff9e35;
    padding-right: 20px;
}

.jpmj li.fr {
    float: right;
    line-height: 16px;
    margin-top: 12px;
}

.filter_items li {
    float: left;
    /*cursor: pointer;*/
}

.jpmj .goods_list_wrap .item_d {
    padding-top: 25px;
}

.goods_list_wrap li {
    float: left;
    color: #08192f;
}

.ico_sdfh {
    display: inline-block;
    width: 54px;
    height: 16px;
    background: #ffc000;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}

.ico_gftj {
    display: inline-block;
    width: 54px;
    height: 16px;
    background: #44aeff;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}

.ico_aqbz {
    display: inline-block;
    width: 54px;
    height: 16px;
    background: #2eb976;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}

.ico_shang {
    font-size: 12px;
    padding-left: 20px;
    position: relative;
    color: #ff493b;
}

.ico_shang:before {
    position: absolute;
    top: 1px;
    left: 0;
    content: '商';
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    color: #ffffff;
    border-radius: 3px;
    background: #ff493b;
}

.ico_bao {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    color: #ffffff;
    border-radius: 3px;
    font-size: 12px;
    background: #2eb976;
    vertical-align: super;
}

.jpmj li {
    float: left;
}

.goods_list_wrap {
    position: relative;
}

.jpmj .goods_list_wrap > ul {
    margin: 20px 0;
    position: relative;
}

.jpmj .filter_items .item_b {
    margin-left: 150px;
}

.jpmj .item_a {
    width: 150px;
}

.jpmj .item_a .img {
    display: inline-block;
    width: 110px;
    height: 62px;
    border-radius: 10px;
    overflow: hidden;
    background: #dfeaf7;
    margin-left: 20px;
    cursor: pointer;
}

.jpmj .item_a .img img {
    width: 100%;
    height: 100%;
}

.jpmj .item_b {
    width: 335px;
}

.jpmj .item_b span {
    cursor: pointer;
}

.jpmj .goods_list_wrap li p {
    margin-top: 4px;
    color: #aab4bf;
    font-size: 12px;
}

.jpmj .item_c {
    width: 220px;
}

.jpmj .item_d li {
    float: left;
    padding: 0;
    height: 36px;
    line-height: 36px;
}

.jpmj .buy_type {
    color: #5c6573;
    border-radius: 3px;
    margin-right: 10px;
}

.jpmj .buy_type span {
    display: block;
    float: left;
    height: 36px;
    background: #f0f5f7;
    border: 1px solid #f0f5f7;
    width: 66px;
    text-align: center;
    cursor: pointer;
}

.jpmj .buy_type span.btn_aje {
    border-radius: 3px 0 0 3px;
}

.jpmj .buy_type span.btn_asl {
    border-radius: 0 3px 3px 0;
}

.jpmj .buy_type span.on {
    background: #ffffff;
    border-color: var(--highlight-color3);
    color: var(--highlight-color3);
}

.jpmj li i {
    font-style: normal;
}

.jpmj li.aje p {
    display: inline-block;
    border: 1px solid #f0f5f7;
    margin: 0;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    color: #08192f;
}

.jpmj li.aje input {
    border: none;
    width: 64px;
    outline: 0;
}

.jpmj li.aje span {
    color: #f36106;
}

.p_list .jpmj .item_btn {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 86px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0;
    border-radius: 3px;
    cursor: pointer;
}

.jpmj .item_btn {
    background: var(--highlight-color3);
    color: #ffffff;
}

.jpmj .item_btn a {
    color: #ffffff;
}

.p_dnfList .service-select {
    height: 44px;
    line-height: 44px;
    background: #f0f5f7;
    border: 1px solid #e6edf5;
    padding: 0 20px;
    color: #5c6573;
}

.service-select .labed {
    color: #08192f;
    font-weight: 700;
    float: left;
}

.service-select li {
    float: left;
    margin-left: 15px;
}

.service-select label, .service-select .tab_right li {
    cursor: pointer;
}

.service-select .tab_right li.on {
    color: var(--highlight-color3);
}

.service-select li span {
    padding-left: 6px;
}

.service-select .txed {
    width: 44px;
    height: 24px;
    border: 1px solid #acb5bf;
    border-radius: 3px;
    text-indent: 5px;
}

.service-select .jian {
    margin: 0 7px;
}

.service-select .end_money {
    margin: 0;
}

.service-select .btn_queding {
    color: var(--highlight-color3);
    cursor: pointer;
}

.goods_list_body .filter_items {
    padding: 0 20px;
}

.filter_items .filter_left li {
    cursor: pointer;
}

.p_dnfList .goods_list_body .item_a {
    width: 325px;
}

.p_dnfList .goods_list_body .item_a > div {
    line-height: 24px;
    height: 24px;
}

.p_dnfList .goods_list_body .item_b {
    width: 140px;
}

.p_dnfList .goods_list_body .item_c {
    width: 95px;
}

.p_dnfList .goods_list_body .item_d {
    width: 220px;
}

.p_dnfList .goods_list_body .item_e {
    width: 116px;
}

.item_enable {
    cursor: pointer;
}

/*.goods_list_wrap .ico_sdfh {*/
/*    display: block;*/
/*}*/

.goods_list_body .goods_list_wrap ul {
    padding: 20px;
    border-bottom: 1px dashed #e6edf5;
    position: relative;
}

.goods_list_body .goods_list_wrap ul:last-child {
    border-bottom: none;
}

ul:before,
ul:after {
    display: table;
    content: " ";
    clear: both;
}

.goods_list_body .goods_list_wrap .goods_title {
    margin-left: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 305px;
    display: inline-block;
}

.goods_title {
    color: #08192f;
    font-size: 14px;
}

.p_dnfList .goods_list_wrap p {
    color: #aab4bf;
    font-size: 12px;
    margin-top: 8px;
}

.p_dnfList .goods_price, .p_accList .goods_price {
    font-size: 20px;
    color: #f36106;
}

.goods_list_body .goods_price {
    display: inline-block;
    margin-top: -4px;
}

.p_dnfList .goods_list_body .goods_list_wrap .item_b, .p_dnfList .goods_list_body .goods_list_wrap .item_c, .p_dnfList .goods_list_body .goods_list_wrap .item_d, .p_dnfList .goods_list_body .goods_list_wrap .item_e {
    padding-top: 38px;
}

.p_list .goods_list_body .item_btn {
    position: absolute;
    right: 20px;
    width: 86px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    padding: 0;
    border-radius: 3px;
    border: 1px solid var(--highlight-color3);
    cursor: pointer;
}

.p_list .goods_list_body .item_btn a {
    display: block;
    color: var(--highlight-color3);
}

.p_list .goods_list_body .item_btn a:hover {
    background: var(--highlight-color3);
    color: #ffffff;
}

.p_dnfList .goods_list_body .item_btn {
    top: 50px;
}

.ico_sort {
    display: inline-block;
    color: #ffffff;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    background: #ff9e35;
    position: relative;
}

.ico_sort i {
    display: inline-block;
    width: 8px;
    height: 4px;
    vertical-align: middle;
    background: url("https://static.igmbuy.com/9891/img/ico_up.png") no-repeat top;
    transition: all 200ms ease-in-out;
}

li.on .ico_sort i {
    transform: rotate(180deg);
}

/*账号列表*/
.loading-text {
    display: none;
    margin: 20px auto 100px;
    text-align: center;
}

.p_accList .filter_items .item_a {
    margin-right: 20px;
}

.p_bPList .filter_items .filter_left li {
    margin-right: 20px;
}

.p_accList .service-select {
    color: #5c6573;
}

.p_accList .goods_list_wrap .item_a {
    /*width: 724px;*/
    margin-right: 115px;
    position: relative;
}

.p_accList .goods_img {
    width: 165px;
    height: 93px;
    background: #e6edf5;
    margin-right: 15px;
}

.p_accList .goods_img img {
    width: 100%;
    height: 100%;
}

.p_accList .type_mall .goods_info {
    width: 540px;
    height: 84px;
    position: relative;
}

.p_accList .goods-title {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.p_accList .type_mall .goods_info .describe {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #aab4bf;
    font-size: 14px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.p_accList .b_describe {
    display: none;
}

.p_accList .type_mall .goods_price {
    padding-top: 34px;
}

.p_accList .type_mall .item_btn {
    top: 48px;
}

.p_accList .type_zu .goods-title {
    font-size: 14px;
    text-indent: 34px;
    height: 38px;
}

.p_accList .type_zu .item_a span {
    font-size: 12px;
    background: #dfeaf7;
    color: #828c99;
    padding: 0 2px;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
}

.p_accList .type_zu {
    height: 99px;
}

.p_accList .type_zu .qf {
    font-size: 12px;
    color: #aab4bf;
}

.p_accList .type_zu .item_btn {
    top: 31px;
}

.p_accList .type_zu .goods_price {
    padding-top: 19px;
}

/*大图列表*/
.p_bPList, .p_list {
    min-height: 780px;
}

.p_list .search_wrap {
    position: relative;
    padding-left: 205px;
    display: inline-block;
}

.p_list .search_wrap input {
    width: 320px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #acb5bf;
    border-right: none;
    border-radius: 3px 0 0 3px;
}

.p_list .search_wrap i {
    display: inline-block;
    min-width: 48px;
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    background: var(--highlight-color3);
    margin-left: -4px;
    cursor: pointer;
}

.p_bPList .goods_item {
    display: block;
    float: left;
    color: #08192f;
    width: 220px;
    overflow: hidden;
    margin-left: 16px;
    margin-bottom: 16px;
    transition: all 200ms;
    position: relative;
}

.p_bPList .goods_item:hover {
    transform: translateY(-4px);
}

.p_bPList .goods_item:nth-of-type(6n+1) {
    margin-left: 0px;
}

.p_bPList .goods_img_b {
    width: 220px;
    height: 124px;
    background: #e6edf5;
}

.p_bPList .goods_img_b img {
    width: 100%;
    height: 100%;
}

.p_bPList .goods_info {
    height: 100px;
    padding: 15px;
    font-size: 16px;
    position: relative;
    border: 1px solid #e6edf5;
    border-top: none;
    border-radius: 3px;
}

.p_bPList .title {
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.goods_tag {
    width: 100%;
    height: 18px;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
}

.p_pro_detail .goods_tag {
    margin-bottom: 10px;
    max-width: 360px;
    height: auto;
    min-height: 22px;
}

.p_pro_detail .goods_tag span {
    margin-bottom: 4px;
}

.goods_tag span {
    background: #dbbb39;
    padding: 0 3px;
    height: 18px;
    line-height: 18px;
    color: #33280e;
    margin-right: 4px;
    font-size: 12px;
    vertical-align: top;
    float: left;
}

/*#productTag {*/
/*    display: none;*/
/*}*/

.goods_price, .goods_price_r {
    font-size: 14px;
}

.goods_price .new, .goods_price_r .new {
    color: #f36106;
}

.goods_price .old, .goods_price_r .old {
    color: #aab4bf;
    text-decoration: line-through;
}

.goods_item .activityTime {
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255, 56, 103, 1);
    color: #ffffff;
    padding: 0 10px;
}

/*公告列表*/
.p_announcement {
    min-height: 400px;
}

.crumb_wrap {
    height: 34px;
    line-height: 34px;
    background: #f6f8f7;
    border-top: 1px solid #e5e3e3;
    border-bottom: 1px solid #e5e3e3;
    color: #5c6573;
    font-size: 14px;
}

.p_gg .crumb_wrap {
    margin-bottom: 20px;
}

.crumb a {
    color: #5c6573;
    padding-right: 8px;
    font-size: 14px;
    cursor: pointer;
}

.crumb a.on {
    color: #08192f;
    cursor: default;
}

.p_announcement_l .hd li {
    width: 220px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #212b3d;
    cursor: pointer;
}

.p_announcement_l .hd a {
    color: #8d98a6;
    display: block;
}

.p_announcement_l .hd li.on a {
    color: #ffffff;
}

.p_announcement_l .hd li i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 20px;
    vertical-align: middle;
}

#announcement .ico_0 {
    background: url("https://static.igmbuy.com/9891/img/ico_qbgg.png") no-repeat center;
}

#announcement .ico_1 {
    background: url("https://static.igmbuy.com/9891/img/ico_xtgg.png") no-repeat center;
}

#announcement .ico_2 {
    background: url("https://static.igmbuy.com/9891/img/ico_sxtz.png") no-repeat center;
}

#announcement .ico_3 {
    background: url("https://static.igmbuy.com/9891/img/ico_jchd.png") no-repeat center;
}

.p_announcement_r {
    margin-left: 20px;
    margin-bottom: 40px;
    border-color: #e6edf5;
    border-style: solid;
    border-width: 1px 0;
    width: 940px;
}

.p_announcement_r li {
    height: 80px;
    line-height: 80px;
    border-bottom: 1px dashed #e6edf5;
}

.p_announcement_r li:last-child {
    border-bottom: none;
}

.p_announcement_r a {
    color: #5c6573;
}

.p_announcement_r li span {
    display: inline-block;
    float: right;
    font-size: 14px;
    color: #aab4bf;
}

/*公告详情*/
.p_an_details {
    min-height: 400px;
}

.p_an_details .an_content {
    margin-top: 20px;
    border: 1px solid #e6edf5;
    margin-bottom: 200px;
    padding: 40px 20px;
}

.p_an_details .an_title {
    font-size: 24px;
    color: #08192f;
    font-weight: 700;
    text-align: center;
}

.p_an_details .an_info {
    color: #aab4bf;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
}

.p_an_details .an_info span {
    display: inline-block;
    margin: 0 10px;
}

.p_an_details .fast_buy {
    margin-top: 200px;
    color: #5c6573;
}

.p_an_details .fast_buy li {
    margin-top: 4px;
}

.p_an_details .fast_buy a {
    color: #5c6573;
    text-decoration: underline;
}

.p_an_details .fast_buy a:after {
    content: ">>";
}

/*游戏列表Start*/
.p_allGames {
    border-top: 1px solid #e5e3e3;
    min-height: 750px;
}

.p_allGames .information {
    width: 100%;
    overflow-x: hidden;
}

.p_allGames .hot_games_group li:before, .p_allGames .hot_games_group li:after {
    display: table;
    content: " ";
    clear: both;
}

.p_allGames .hot_games_group li {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    cursor: pointer;
}

.p_allGames .hot_games_group li > a {
    /*display: block;*/
}

/*.p_allGames .hot_games_group li:nth-of-type(6n) {*/
/*margin-right: 0;*/
/*}*/

.p_allGames .goods-title {
    margin-bottom: 0;
}

.letter_select {
    margin-bottom: 20px;
    margin-top: -10px;
}

.letter_select ul {
    display: flex;
    height: 50px;
    line-height: 50px;
}

.letter_select ul li {
    flex: 1;
    text-align: center;
    color: #5c6573;
}

.letter_select ul li.on {
    color: var(--highlight-color3);
}

.letter_select ul li span {
    text-decoration: underline;
    cursor: pointer;
}

.letter_select .hot span {
    text-decoration: none;
}

.p_allGames .hot_games_group {
    margin: 0;
    width: 1430px;
}

/*游戏列表End*/

/*全部游戏Start*/

.p-all-games ul:before,
.p-all-games ul:after {
    display: unset;
    content: unset !important;
    clear: both;
}

.p-all-games {
    background: #F5F6F9;
    padding: 30px 0;
}

.p-all-games .hot-games-title {
    font-weight: 600;
    padding-left: 18px;
    background: url("https://static.igmbuy.com/global/img/icon-hot.png") no-repeat left center;
}

.p-all-games .hot-games {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 20px;
}

.p-all-games .hot-game-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 156px;
    background: #ffffff;
    border-radius: 20px;
    padding: 16px 0;
    font-size: 14px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all ease-in-out 300ms;
}

.p-all-games .hot-game-item:hover {
    transform: scale(1.05);
}

.p-all-games .hot-game-item:not(:last-child) {
    margin-right: 22px;
}

.p-all-games .hot-game-img {
    width: 124px;
    height: 124px;
    border-radius: 20px;
    overflow: hidden;
    object-fit: cover;
}

.p-all-games .hot-game-title {
    width: 100%;
    margin-top: 16px;
    text-align: center;
    color: #2f1333;
}

.p-all-games .games-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.p-all-games .letters {
    display: inline-block;
    width: 50px;
    max-height: 290px;
    text-align: center;
    margin-top: 60px;
    font-size: 14px;
}

.p-all-games .letters span {
    display: block;
    line-height: 58px;
    background: #FFFFFF;
    cursor: pointer;
    transition: color 150ms ease-in-out;
}

.p-all-games .letters span.on, .p-all-games .letters span:hover {
    color: var(--highlight-color2);
}

.p-all-games .game-content {
    width: 1330px;
}

.p-all-games .game-category {
    display: flex;
    margin-bottom: 20px;
}

.p-all-games .category-item {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 36px;
    font-size: 14px;
    background: #FFFFFF;
    cursor: pointer;
}

.p-all-games .category-item.on {
    color: #FFFFFF;
    background: var(--highlight-color2);
    cursor: default;
}

.p-all-games .game-list {
    display: flex;
    flex-wrap: wrap;
}

.p-all-games .game-item {
    display: flex;
    width: 250px;
    padding: 10px;
    background: #FFFFFF;
    margin-bottom: 20px;
    border-radius: 10px;
    box-sizing: border-box;
    margin-right: 20px;
    cursor: pointer;
}

.p-all-games .game-item:nth-of-type(5n) {
    margin-right: 0;
}

.p-all-games .game-img {
    width: 84px;
    height: 84px;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
    margin-right: 12px;
    flex-shrink: 0;
}

.p-all-games .game-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 134px;
}

.p-all-games .game-name {
    width: 100%;
    color: #2f1333;
}

.p-all-games .game-tag {
    display: flex;
    flex-wrap: wrap;
    height: 54px;
    overflow: hidden;
}

.p-all-games .game-tag a {
    display: inline-flex;
    align-items: center;
    height: 22px;
    color: #AAB4BF;
    font-size: 12px;
    padding: 0 4px;
    border-radius: 3px;
    border: 1px solid #D5DADF;
    margin-bottom: 10px;
    margin-right: 8px;
    transition: all 300ms ease-in-out;
}

.p-all-games .game-tag a:hover {
    color: var(--highlight-color);
    border-color: var(--highlight-color);
}

/*活动中心*/
.p_activity .ac_banner {
    width: 940px;
    height: 272px;
    margin-right: 20px;
    position: relative;
}

.p_activity .ac_banner .slideBox img {
    width: 940px;
    height: 272px;
}

.p_activity .ac_banner .slideBox a {
    display: block;
    width: 940px;
    height: 272px;
    overflow: hidden;
}

.p_activity .user_body {
    width: 220px;
    height: 148px;
    background: #212b3d;
    padding: 20px;
    color: #8d98a6;
    font-size: 14px;
}

.p_activity .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffffff;
}

.p_activity .user_body_top div {
    display: inline-block;
    vertical-align: middle;
}

.p_activity .user_body_top p {
    line-height: 24px;
}

.p_activity .user_body .btn_wrap {
    margin-top: 20px;
}

.p_activity .user_body .btn_wrap a {
    display: block;
    width: 85px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid var(--highlight-color3);
    color: var(--highlight-color3);
    border-radius: 3px;
    cursor: pointer;
}

.p_activity .user_body .btn_wrap a.on {
    color: #ffffff;
    background: var(--highlight-color3);
}

.p_activity .ac_banner_r > a {
    display: block;
    height: 124px;
    overflow: hidden;
}

.p_activity .win_list {
    color: #aab4bf;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    padding-left: 60px;
}

.p_activity .txtMarquee-left {
    display: inline-block;
}

.p_activity .win_list span {
    color: #ffffff;
}

.p_activity .win_list a {
    color: var(--highlight-color3);
    font-size: 14px;
}

.p_activity .win_list li {
    display: inline-block;
    width: auto !important;
    margin-right: 40px;
}

.p_activity .win_list img {
    position: absolute;
    margin-right: 20px;
    left: 20px;
    top: 22px;
}

.p_activity .ac_entry {
    margin-right: 20px;
}

.p_activity .ac_list {
    width: 940px;
}

.ac_list a {
    display: block;
    width: 220px;
    height: 124px;
    border-radius: 3px;
    float: left;
    overflow: hidden;
    margin-left: 20px;
    margin-bottom: 20px;
    position: relative;
}

.ac_list a:nth-of-type(4n+1) {
    margin-left: 0px;
}

.ac_list .ac_info {
    opacity: 0;
    text-align: center;
    background: rgba(33, 43, 61, .8);
    position: absolute;
    bottom: -124px;
    left: 0;
    right: 0;
    height: 124px;
    padding-top: 15px;
    transition: transform 500ms;
}

.ac_list a:hover .ac_info {
    opacity: 1;
    transform: translateY(-124px);
}

.ac_list .ac_info .name {
    color: #ffffff;
    margin-bottom: 6px;
}

.ac_list .ac_info p {
    font-size: 12px;
    color: #aab4bf;
}

.ac_list .ac_info .btn_ac {
    display: inline-block;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    margin-top: 16px;
    font-size: 14px;
}

.ac_list .btn_ac.btn_join {
    color: #ffffff;
    background: var(--highlight-color3);
}

.ac_list .ac_duobao {
    margin-top: 24px;
}

.ac_tag {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    background: #6ec527;
    font-size: 12px;
    border-radius: 10px 0 3px 0;
}

/*转盘抽奖*/
.p_draw {
    background: #6d53f3;
    padding-bottom: 20px;
}

.bg_p_draw {
    background: url("https://static.igmbuy.com/9891/img/bg_draw.png") no-repeat;
    min-height: 922px;
    padding-top: 10px;
}

.p_draw .draw_list {
    height: 36px;
    line-height: 36px;
    width: 940px;
    background: url("https://static.igmbuy.com/9891/img/bg_drawList.png") no-repeat;
    text-align: center;
    overflow: hidden;
}

.p_draw .draw_list img {
    vertical-align: top;
    margin-top: 10px;
    margin-right: 10px;
}

.p_draw .draw_list ul {
    display: inline-block;
    text-align: left;
    color: #ffdd22;
    font-size: 14px;
}

.p_draw .draw_list ul span {
    color: #ffffff;
    padding-right: 4px;
}

.p_draw .draw_body {
    margin-top: 4px;
}

.p_draw .draw_body_left {
    width: 940px;
}

.p_draw .draw_body_right {
    margin-top: 52px;
}

.p_draw .user_body {
    width: 188px;
    height: 173px;
    background: url("https://static.igmbuy.com/9891/img/bg_user.png") no-repeat;
    color: #ffffff;
    padding: 24px 20px;
    font-size: 14px;
}

.p_draw .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffffff;
    overflow: hidden;
}

.p_draw .user_body_top div {
    display: inline-block;
    vertical-align: middle;
}

.p_draw .user_body_top {
    margin-bottom: 24px;
}

.p_draw .user_body p {
    line-height: 24px;
}

.p_draw .user_body .jifen {
    color: #ffdd22;
}

.p_draw .user_body a {
    color: #ffffff;
    font-size: 14px;
}

.p_draw .game_entry {
    margin-top: 20px;
}

.p_draw .game_entry li {
    width: 188px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: url("https://static.igmbuy.com/9891/img/bg_btn.png") no-repeat;
    margin-top: 20px;
    transition: all ease-in 100ms;
}

.p_draw .game_entry li a {
    color: #ffffff;
    display: block;
    transition: all ease-in 100ms;
}

.p_draw .game_entry li.on, .p_draw .game_entry li:hover {
    background: url("https://static.igmbuy.com/9891/img/bg_btn_on.png") no-repeat;
}

.p_draw .game_entry li.on a, .p_draw .game_entry li:hover a {
    color: #2acfff;
}

.p_draw .draw_wrap {
    height: 568px;
}

.p_draw .draw_rule_wrap {
    background: url("https://static.igmbuy.com/9891/img/bg_draw_02.png") no-repeat top;
    color: #5c6573;
    font-size: 14px;
    margin-top: 20px;
    padding-top: 63px;
}

.p_draw .draw_rule_wrap p {
    color: #08192f;
    font-size: 16px;
    text-align: center;
}

.p_draw .draw_rule_wrap > div {
    background: #ffffff;
    min-height: 150px;
    width: 904px;
    margin: 0 auto;
}

.p_draw .draw_rules {
    padding: 0 20px 20px;
}

.p_draw .draw_wrap {
    height: 568px;
    background: url("https://static.igmbuy.com/9891/img/bg_zhuanpan.png") no-repeat;
    padding-top: 95px;
}

.p_draw #drawList {
    width: 868px;
    margin: 0 auto;
}

.p_draw #drawList li {
    width: 205px;
    height: 135px;
    float: left;
    margin: 5px;
    /*background: #ffffff;*/
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid transparent;
    box-sizing: content-box;
}

.p_draw #drawList li.on {
    border: 1px solid #ff5ee6;
}

.p_draw #drawList #btn_start {
    width: 420px;
    text-align: center;
    color: #ffffff;
    float: left;
    margin: 0 5px;
}

#drawList .baoji {
    font-size: 20px;
    margin-bottom: 6px;
}

#drawList .baoji span {
    color: #fcff00;
}

#drawList .btn_wrap {
    margin-top: 10px;
}

#drawList .btn_wrap div {
    display: inline-block;
    width: 195px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #59410d;
    background: #ffe240;
    border-radius: 25px;
    box-shadow: 0 4px 0 0 #6b4acb;
    margin: 0 5px;
    cursor: pointer;
}

#drawList .btn_wrap span {
    display: inline-block;
    padding-left: 40px;
    background: url("https://static.igmbuy.com/9891/img/ico_jifen.png") no-repeat left;
    height: 30px;
    line-height: 30px;
}

#drawList #btn_start p {
    font-size: 14px;
}

/*分页*/
.pagination-group {
    text-align: center;
    position: relative;
    z-index: 1;
}

#pagination .laypage_main button, .laypage_main input, #pagination .laypageskin_default a {
    border: 1px solid #dfe4e6;
}

#pagination .laypage_main a, #pagination .laypage_main span {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    padding: 0;
}

#pagination .laypage_main a {
    color: #08192f;
}

/*roll房列表*/
.p_roll_list .information {
    width: 100%;
}

/*roll房详情*/
.p_roll {
    margin-bottom: 60px;
}

.p_roll .mbx {
    width: 1180px;
    height: 25px;
    font-size: 14px;
    color: #5C6573;
}

.p_roll .mbx .mbxView {
    display: block;
    float: left;
    margin-right: 10px;
}

.p_roll .mbx .mbxText {
    color: #000000;
}

.p_roll .detailsDiv {
    width: 1180px;
    height: 340px;
    display: flex;
    border: 1px solid #e9edf0;
}

.p_roll .detailsDiv .detailsImg {
    margin: 20px;
    width: 450px;
    height: 300px;
}

.p_roll .detailsDiv .details {
    margin: 20px 20px 20px 0px;
}

.p_roll .detailsDiv .details .titleText {
    font-size: 18px;
    color: #08192f;
}

.p_roll .detailsDiv .details .timeText {
    margin-top: 12px;
    font-size: 14px;
    color: #5c6573;
}

.p_roll .detailsDiv .details .avatar {
    margin-top: 20px;
    width: 670px;
    height: 100px;
    font-size: 14px;
    background-color: #f6f8f7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

}

.p_roll .detailsDiv .details .avatar .avatarDiv {
    width: 670px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.p_roll .detailsDiv .details .avatar .avatarDiv .avatarView {
    position: relative;
    width: 50px;
    height: 50px;
    margin-left: 15px;
    border-radius: 50%;
    background-color: #d0dce8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #828899;
}

.p_roll .detailsDiv .details .avatar .avatarDiv .avatarView .avatarText {
    position: absolute;
    max-height: 20px;
    min-width: 10px;
    padding: 0px 5px 0px 5px;
    border-radius: 10px;
    background-color: red;
    text-align: center;
    color: white;
    top: 0;
    right: 0;
}

.p_roll .detailsDiv .details .letsGo {
    font-size: 16px;
    margin-top: 20px;
    width: 225px;
    height: 44px;
    background: #f5570f;
    color: #ffe3d1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p_roll .detailsDiv .details .letsGo:hover {
    color: #ffffff;
    background: #ff6924;
}

.p_roll .describe {
    margin-top: 60px;
    width: 1180px;
}

.p_roll .describe .describeTitle {
    font-size: 16px;
    color: #08192f;
}

.p_roll .describe .describeDiv {
    padding: 20px;
    margin-top: 20px;
    width: 1140px;
    border: 1px solid #e9edf0;
    font-size: 14px;
    color: #5c6573;
}

.p_roll .describe .describeView {
    margin-bottom: 20px;
}

.icon_down {
    display: block;
    width: 10px;
    height: 6px;
    position: absolute;
    top: 19px;
    right: 20px;
    vertical-align: middle;
    background: url(https://static.igmbuy.com/9891/img/ico_down.png) no-repeat;
}

.item_show {
    position: absolute;
    line-height: 44px;
    right: 0px;
    top: 0;
    color: var(--highlight-color3);
    padding-right: 30px;
    cursor: pointer;
}

.end_rotate {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 150ms ease-in-out;
}

.cast_rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 150ms ease-in-out;
}

.tag_discount {
    background: var(--highlight-color3) !important;
    color: #ffffff !important;
}

.tag_new {
    background: #e22ab2 !important;
    color: #ffffff !important;
}

/*pubg详情页*/
.p_pubg {
    padding-bottom: 60px;
    padding-top: 20px;
}

.p_pubg .pubg_header {
    padding: 20px 40px 20px 20px;
}

.goods_welcom {
    height: 24px;
    margin-bottom: 20px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #2F3133;
}

.welcom_font_pre span {
    margin: 0 4px;
}

.goods_welcom .welcom_font_pre {
    display: flex;
    color: #81858C;
}

.goods_welcom a {
    color: #81858C;
    cursor: pointer;
    max-width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.goods_welcom .welcom_des {
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    background: #F5F6F8;
    border-radius: 12px;
}

.p_pubg .hleft {
    width: 540px;
    height: 334px;
    margin-right: 40px;
    position: relative;
}

.hleft img {
    width: 100%;
    height: 100%;
}

.p_pubg .hright {
    width: 720px;
    min-height: 334px;
    font-size: 14px;
    position: relative;
}

.hright .seller {
    width: fit-content;
    height: 40px;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 8;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hright .seller .avatar, .p_pro_detail .seller-info .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.hright .seller .name {
    color: #2F3133;
    font-size: 14px;
    max-width: 120px;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p_pro_detail .product_name {
    display: block;
    width: 540px;
    font-size: 18px;
    min-height: 24px;
    margin-bottom: 8px;
    position: relative;
    color: #08192f;
}

.p_pro_detail .product_info {
    background: #f6f8f7;
    padding: 0 10px;
    height: 60px;
    margin-bottom: 10px;
    position: relative;
    color: #aab4bf;
}

#products_ac {
    display: block;
    background: var(--highlight-color3);
    color: #ffffff;
    width: 100%;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    position: relative;
}

#products_ac a {
    color: #ffffff;
}

#products_ac .tag {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: var(--highlight-color3);
    background: #ffffff;
}

#products_ac .time {
    display: none;
    margin-left: 10px;
}

.ico_clock, #products_ac img, #products_ac2 img {
    vertical-align: middle;
}

.p_pro_detail .product_info .price {
    height: 60px;
    line-height: 60px;
    float: left;
}

.p_pro_detail .product_info .sales {
    line-height: 60px;
}

.p_pro_detail .price .new {
    color: #f36106;
}

.p_pro_detail .price .new i {
    font-size: 20px;
}

.p_pro_detail .price .app {
    color: #f36106;
    position: relative;
    cursor: pointer;
}

.p_pro_detail .app .ico_code {
    vertical-align: middle;
}

.p_pro_detail .app:hover .down {
    display: block;
}

.p_pro_detail .app .down {
    display: none;
    line-height: 0;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
    z-index: 8;
    padding: 20px 30px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    text-align: center;
}

.p_pro_detail .app .down p {
    color: #08192f;
    line-height: 16px;
    font-size: 12px;
}

.p_pro_detail #qrcode {
    margin: 10px 0;
}

.p_pro_detail .price .old {
    text-decoration: line-through;
    /*display: none;*/
}

.p_pubg .product_tc {
    /*display: none;*/
    position: relative;
    color: #5c6573;
    margin-bottom: 54px;
}

.p_pubg .product_tc .label {
    display: block;
    position: relative;
    line-height: 30px;
    width: fit-content;
    flex-shrink: 0;
}

.p_pubg .product_tc .tc_list {
    padding-left: 36px;
}

.product_tc .flex {
    display: flex;
    flex-direction: column;
}

.product_tc .tab {
    display: block;
    float: left;
    width: 170px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px dashed #ccd2d9;
    cursor: pointer;
}

.product_tc .tab.on {
    border: 1px solid var(--highlight-color3);
    background: var(--highlight-color3);
    color: #ffffff;
}

.p_pro_detail .btns {
    position: absolute;
    bottom: 0;
    font-size: 16px;
}

.p_pro_detail #btn {
    float: left;
    display: block;
    width: 176px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    margin-right: 10px;
}

.p_pro_detail .btns a {
    display: block;
    width: 176px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
}

.p_pro_detail .btns .btn-add-cart {
    display: block;
    min-width: 176px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    padding: 0 10px;
}

.pay_succ_close_btn {
    display: block;
    width: 176px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    background: #f5570f;
    margin-left: auto;
    margin-right: auto;
}

.p_pro_detail .btn_buy {
    color: #ffffff;
    margin-right: 10px;
}

.p_pro_detail .buy {
    background: #f5570f;
}

.p_pro_detail .btn-add-cart {
    border: 1px solid var(--highlight-color);
    color: var(--highlight-color);
    background: #FFFFFF;
    font-size: 16px;
}

.p_pro_detail .reserve {
    background: var(--highlight-color);
}

.p_pro_detail .reserve.disabled {
    background: #FFA6C1;
    cursor: not-allowed;
}

/*.p_pro_detail .btn_buy.disabled {*/
/*    background: #c0c0c0;*/
/*    cursor: not-allowed;*/
/*}*/

.p_pro_detail .btn_contact {
    color: #5c6573;
    background: #ffffff;
    border: 1px solid #ccd2d9;
}

.btn_contact_kefu {
    position: relative;
}

.btn_contact_kefu:hover .code_wrap {
    transform: scale(1);
}

.btn_contact_kefu .code_wrap {
    position: absolute;
    background: #ffffff;
    z-index: 8;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 10px;
    font-size: 14px;
    transform: scale(0);
    transform-origin: top;
    transition: all 300ms;
}

.btn_contact_kefu img {
    width: 100%;
}

.btn_show_coupon {
    display: none;
}

.btn_show_coupon_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 152px;
    height: 44px;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
    background: -moz-linear-gradient(90deg, #A83279 0%, #FF457D 100%);
    background: -webkit-linear-gradient(90deg, #A83279 0%, #FF457D 100%);
    background: -ms-linear-gradient(90deg, #A83279 0%, #FF457D 100%);
    background: linear-gradient(90deg, #A83279 0%, #FF457D 100%);
}

.btn_show_coupon .txt {
    padding-left: 32px;
    background: url("https://static.igmbuy.com/9891/img/ico_money3.png") no-repeat left bottom;
    color: #ffffff;
}

.coupon_box {
    display: none;
    width: 480px;
    height: 150px;
    border-radius: 10px 10px 10px 10px;
    background: url("https://static.igmbuy.com/9891/img/bg_coupon_box3.png") no-repeat;
    box-shadow: 0 8px 8px 0 #bcc2cc;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 8;
}

.coupon_box:after {
    content: '';
    width: 100%;
    height: 6px;
    background-image: url("https://static.igmbuy.com/9891/img/ico_arr2.png");
    background-repeat: no-repeat;
    background-size: 16px 6px;
    background-position: 434px top;
    position: absolute;
    right: 0;
    top: -6px;
}

.btn_show_coupon:hover .coupon_box {
    display: block;
}

.coupon_box_ul {
    height: 150px;
    overflow-y: auto;
}

.coupon_box_ul_wrap {
    padding: 0 4px;
}

.coupon_box_ul::-webkit-scrollbar {
    width: 8px;
    background: transparent;
}

/*滑块*/
.coupon_box_ul::-webkit-scrollbar-thumb {
    background: #E6E7ED;
    border-radius: 4px;
}

/*滚动条轨道*/
.coupon_box_ul::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 0 10px 10px 0;
    position: absolute;
    right: 10px;
}

.detail_coupon_item {
    display: flex;
    align-items: center;
    height: 80px;
    padding: 20px;
    border-top: 1px dashed #E8EAED;
}

.detail_coupon_item:first-child {
    border-top: none;
}

.detail_coupon_item .discount_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 40px;
    font-size: 12px;
    font-family: Arial, "Microsoft Yahei";
    background: url("https://static.igmbuy.com/9891/img/bg_coupon_panel.png") no-repeat;
}

.detail_coupon_item .discount {
    display: flex;
    align-items: flex-start;
}

.detail_coupon_item .discount i {
    font-size: 20px;
    margin-top: -2px;
}

.detail_coupon_item .info {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px;
}

.detail_coupon_item .name {
    font-size: 14px;
    max-width: 270px;
}

.detail_coupon_item .time {
    color: #C2C6CC;
    font-size: 12px;
}

.detail_coupon_item .right_btn_wrap {
    margin-left: auto;
}

.detail_coupon_item .btn_fetch {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 26px;
    color: #ffffff;
    font-size: 12px;
    background: var(--highlight-color);
    border-radius: 13px;
    cursor: pointer;
}

.btn_fetch.disabled {
    opacity: 0.3;
    cursor: default;
}

.rec_product {
    /*max-height: 370px;*/
    overflow: hidden;
}

.rec_product .game-wrapper:nth-of-type(5n+1) {
    margin-left: 0;
}

.pubg_footer .p_f_left {
    width: 100%;
}

.pubg_footer .p_a_right {
    margin-top: 0;
}

.pubg_footer .product_detail {
    padding: 20px;
}

.product_detail img, iframe img {
    max-width: 100%;
    height: auto;
}

.pubg_footer .usage {
    margin-top: 44px;
}

.pubg_footer .p_f_right {
    width: 330px;
}

/*C端详情页*/
.p_goods_detail {
    padding-bottom: 60px;
}

.p_goods_detail .client_header {
    margin: 20px 0;
}

.p_goods_detail .ch_left {
    width: 862px;
    height: 332px;
    padding: 20px 20px 16px;
    font-size: 14px;
    color: #5c6573;
}

.p_goods_detail .ch_right {
    width: 298px;
    height: 332px;
    text-align: center;
    padding-top: 40px;
}

.p_goods_detail .c_goods_img {
    width: 440px;
    height: 272px;
    background: #e6edf5;
}

.p_goods_detail .c_goods_img img {
    width: 100%;
    height: 100%;
}

.p_goods_detail .c_goods_info {
    width: 362px;
    height: 272px;
    position: relative;
}

.p_goods_detail .p_info_list {
    color: #5c6573;
    font-size: 14px;
}

/*#gold_yxb {*/
/*    display: none;*/
/*}*/

.p_goods_detail .p_info_list > p {
    margin-bottom: 8px;
}

.p_goods_detail .ch_left_bottom {
    margin-top: 5px;
}

.p_goods_detail .avatar {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #e6edf5;
    margin: 0 auto;
    overflow: hidden;
}

.p_goods_detail .ch_right .p_info_list {
    margin-top: 18px;
}

.ico_crown {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("https://static.igmbuy.com/9891/img/ico_crown.png") no-repeat;
}

.attention {
    color: #f36106;
}

/*下单弹框*/
.form_dialog {
    position: absolute;
    top: 100px;
    left: 100px;
    width: 960px;
    height: 578px;
    background: #ffffff;
    z-index: 100;
    padding: 30px 40px 0;
}

.form_dialog .order_step {
    height: 42px;
    line-height: 42px;
}

.order_step .item {
    float: left;
    margin-right: 70px;
    position: relative;
}

.order_step .num {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #f0f5f7;
    color: #aab4bf;
    font-size: 12px;
    border-radius: 50%;
}

.order_step .on .num {
    background: var(--highlight-color3);
    color: #ffffff;
}

.order_step .item i {
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    line-height: 20px;
    border-top: 1px dashed #e6edf5;
    right: -60px;
    top: 20px;
}

.order_step .item:last-child i {
    display: none;
}

.f_d_body {
    font-size: 14px;
    margin-top: 24px;
}

.form_dialog .f_d_tips {
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #f2f0f0;
    color: #804e4e;
}

.f_d_o_info_wrap {
    margin-top: 10px;
}

.f_d_o_info {
    border: 1px solid #e6edf5;
    margin-top: 10px;
}

.f_d_o_info ul {
    padding: 0 20px;
}

.f_d_o_info ul.title {
    background: #f0f5f7;
    height: 44px;
    line-height: 44px;
    color: #ff9e35;
}

.fItem_a, .fItem_b, .fItem_c {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fItem_a {
    width: 220px;
    padding-right: 20px;
}

.fItem_d {
    width: 160px;
    padding-right: 20px;
}

.fItem_b {
    display: none;
    width: 220px;
}

.fItem_e {
    width: 80px;
}

.f_d_o_info .o_value {
    height: 58px;
    line-height: 58px;
}

.f_d_o_info .price {
    color: #f36106;
}

.f_d_input {
    font-size: 14px;
    width: 338px;
    margin: 30px 277px 0 167px;
}

.f_d_input .cell, .f_d_input_extra .cell {
    height: 36px;
    line-height: 36px;
    margin-bottom: 10px;
}

.f_d_input .c_hd {
    float: left;
    width: 70px;
    text-align: right;
    color: #5c6573;
}

.f_d_input_extra .c_hd {
    float: left;
    width: 140px;
    text-align: right;
    color: #5c6573;
    margin-right: 38px;
}

.f_d_input:not(.f_d_input_extra) .c_bd {
    float: right;
}

.f_d_input_extra .c_bd {
    position: relative;
}

.f_d_input_extra .c_hd .required:before {
    content: '*';
    color: #ff3867;
}

.f_d_input .cell input {
    width: 228px;
    height: 36px;
    line-height: 36px;
    background: #f0f5f7;
    padding-left: 10px;
    color: #000000;
    border: none;
    outline: 0;
}

.f_d_input .cell #wxMobileCode {
    width: 138px;
    float: left;
}

.f_d_input .cell .getMobileCode {
    float: left;
    width: 90px;
    line-height: 36px;
    text-align: center;
    background: #212b3d;
    color: #ffffff;
    cursor: pointer;
}

.f_d_input .cell .getMobileCode.disabled {
    background: #a7afbe;
    cursor: default;
}

.f_d_input_info_wrap {
    position: relative;
    padding-bottom: 10px;
    border-top: 1px solid #E6EDF5;
    border-bottom: 1px solid #E6EDF5;
    margin-top: 20px;
}

.f_d_input_info_content {
    /*max-height: 180px;*/
    /*overflow-y: scroll;*/
    height: fit-content;
    padding-top: 20px;
    box-sizing: border-box;
}

.f_d_input_info_content .f_d_input {
    margin: 0;
}

.f_d_input_info_content .f_d_input_extra {
    margin: 0 0 0 200px;
    width: auto;
}

.f_d_input_info_content .email-tips {
    color: #81858C;
    cursor: pointer;
    margin-bottom: 14px;
}

.f_d_input_info_content .email-tips a {
    color: #81858C;
}

.f_d_input_info_content .email-tips img {
    margin-right: 4px;
}

.input_info_title {
    position: absolute;
    top: 20px;
    left: 0;
    line-height: 36px;
}

.f_d_tips2 {
    color: #aab4bf;
    text-align: center;
    font-size: 14px;
    margin-top: 6px;
}

.f_d_tips2 a {
    color: #3377aa;
    font-size: 14px;
}

.f_d_btn {
    width: 226px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: var(--highlight-color3);
    color: #ffffff;
    margin: 0 auto;
    cursor: pointer;
}

.f_d_btn:hover {
    background: var(--highlight-color7);
}

.f_d_btn:active {
    background: var(--highlight-color8);
}

.f_d_footer {
    margin-top: 10px;
    position: relative;
}

.form_dialog .ico_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    background: url("https://static.igmbuy.com/9891/img/ico_close.png") no-repeat;
    cursor: pointer;
}

.form_dialog {
    display: none;
}

#pay_box .f_d_body {
    text-align: center;
    position: relative;
}

#pay_box .dnfWarning {
    position: absolute;
    left: 198px;
    top: -52px;
    font-weight: 700;
    font-size: 16px;
    background: #fff9cf;
    color: #986e32;
    padding: 2px 40px;
}

#pay_box .yfMoney {
    color: #f36106;
    font-size: 18px;
    margin-top: 10px;
}

#pay_box .yfMoney i {
    font-size: 24px;
}

.f_d_body .code_wrap {
    margin-bottom: 70px;
}

.f_d_body .code_wrap p {
    color: #aab4bf;
    font-size: 16px;
}

.f_d_body .code_wrap p img {
    margin-right: 6px;
    vertical-align: middle;
}

.f_d_body #pay_code {
    display: block;
    width: 200px;
    height: 200px;
    margin: 20px auto;
}

.f_d_body .pay_way {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /*max-height: 150px;*/
    /*overflow-y: scroll;*/
    height: fit-content;
    box-sizing: border-box;
}

.f_d_body .pay_way .pay_way_item {
    width: 210px;
    height: 60px;
    display: flex;
    align-items: center;
    border: 1px solid #E8EAED;
    border-radius: 8px;
    margin-bottom: 10px;
}

.f_d_body .pay_way .pay_way_item:not(:nth-child(4n + 1)) {
    margin-left: 10px;
}

.f_d_body .pay_way .pay_way_item.on {
    border-color: #F595B3;
    background: #FFF5F8;
}

.f_d_body .pay_way .pay_way_item .select_point {
    width: 16px;
    height: 16px;
    background: #FAFBFC;
    border-radius: 50%;
    border: 1px solid #E8EAED;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    flex-shrink: 0;
}

.f_d_body .pay_way .pay_way_item.on .select_point {
    border: 5px solid var(--highlight-color2);
}

.f_d_body .pay_way .pay_way_logo {
    height: 40px;
    margin-left: 10px;
}

.f_d_body .pay_way .pay_way_info {
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px;
    color: #2F3133;
}

.f_d_body .pay_way .pay_way_info .pay_way_name {
    font-size: 14px;
    font-weight: 500;
}

.f_d_body .pay_way .pay_way_info .pay_way_fee {
    font-size: 12px;
}

.f_d_body .pay_way label {
    cursor: pointer;
    margin: 0 10px;
}

.f_d_body .pay_way .way_zfb {
    position: relative;
}

.f_d_body .pay_way .line {
    position: absolute;
    right: -8px;
    top: 3px;
    width: 1px;
    height: 14px;
    background: #d2d7d9;
}

.f_d_body .pay_way input, .pay_way img {
    vertical-align: middle;
}

input[type=radio] {
    cursor: pointer;
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    -webkit-appearance: none;
    outline: 0;
}

input[type=radio]::after {
    position: absolute;
    top: -1px;
    left: 0;
    background: #ffffff;
    color: var(--highlight-color3);
    width: 18px;
    height: 18px;
    display: block;
    text-align: center;
    content: '';
    border-radius: 50%;
    background: url('https://static.igmbuy.com/9891/img/ico_radio.png');
    background-size: 100% 100%;
}

input[type=radio]:checked::after {
    content: '';
    background: url('https://static.igmbuy.com/9891/img/ico_radio_on.png');
    background-size: 100% 100%;
}

#pay_box .f_d_body {
    margin-top: 24px;
}

.p_pubg #pay_box .f_d_body {
    margin-top: 24px;
}

#success_box .f_d_body {
    text-align: center;
    padding-top: 75px;
    height: 438px;
    position: relative;
}

#success_box .s_tips {
    font-size: 24px;
}

#success_box .s_tips img {
    vertical-align: middle;
    margin-right: 8px;
}

#success_box .success_tips {
    margin: 8px 0 10px 0;
    padding: 0 60px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#success_box #goM-tips {
    position: absolute;
    bottom: 10px;
    left: 60px;
    width: 660px;
    height: 120px;
}

.f_d_body .back_info {
    display: none;
    width: 300px;
    max-height: 110px;
    overflow-y: auto;
    margin: 0 auto;
    text-align: left;
    padding: 0 10px;
}

.f_d_body .back_info > div {
    /*height: 22px;*/
    line-height: 22px;
    word-break: break-all;
}

.copy {
    display: block;
    width: 46px;
    height: 20px;
    background: url("https://static.igmbuy.com/9891/img/btn_copy.png") no-repeat;
    cursor: pointer;
}

.btn_copy {
    display: none;
    background: #000000;
    color: #ffffff;
    width: fit-content;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    margin: 10px auto;
    cursor: pointer;
    padding: 0 8px;
}

/*dnf 区服选择*/
.product_qf_wrap {
    padding-left: 36px;
}

.product_qf {
    display: none;
    color: #576573;
    position: relative;
}

.product_qf .flex {
    display: flex;
    flex-direction: column;
}

.product_qf label {
    display: block;
    float: left;
    width: 150px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    margin-right: 10px;
    border: 1px solid #ccd2d9;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product_qf span {
    display: block;
    position: relative;
    line-height: 30px;
    width: fit-content;
    flex-shrink: 0;
}

.product_qf .select-box {
    position: relative;
}

.qf_list {
    display: none;
    position: absolute;
    top: 29px;
    left: 0px;
    width: 310px;
    height: 120px;
    font-size: 12px;
    border: 1px solid #ccd2d9;
    border-top: none;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 9;
    background: #ffffff;
    color: #576573;
}

.qf_list > li {
    width: 33.3%;
    float: left;
    margin: 4px 0;
    padding-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    cursor: pointer;
}

.qf_list > li:hover {
    color: #767fb0;
}

.qf_list > li > span {
    display: inline-block;
    text-align: left;
    margin-left: 12px;

}

.qf_list > li > span:hover {
    color: #767fb0;
}

.qf_list::-webkit-scrollbar {
    width: 10px;
    background-color: #ffffff;
}

.qf_list::-webkit-scrollbar-thumb {
    height: 20px;
    background: #576573;
    border-radius: 5px;
}

.qf_list::-webkit-scrollbar-track {
    background-color: #ffffff;
}

.noContent {
    display: none;
    text-align: center;
    height: 400px;
    padding-top: 110px;
}

.noContent p, .noc_tips div {
    color: #5c6573;
    margin-bottom: 8px;
}

.noContentBtns a {
    display: inline-block;
    color: var(--highlight-color3);
    text-align: center;
    min-width: 100px;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
    margin: 10px;
    text-decoration: underline;
    font-size: 16px;
}

.noc_tips ul li {
    display: inline-block;
    margin: 0 6px;
    cursor: pointer;
    color: #ff9e35;
}

.noc_tips .noc_ul {
    display: inline-block;
}

.noc_ul li {
    color: #ffffff !important;
    background:  var(--highlight-color3);
    padding: 0 4px;
    border-radius: 3px;
    font-size: 16px;
}

.p_paopao {
    min-height: 600px;
}

/*内容部分*/
.p_paopao .contain {
    width: 1180px;
    margin: 0 auto 20px;
    overflow: hidden;
}

.p_paopao .banner {
    height: auto;
    overflow: visible;
}

.p_paopao .banner dl {
    position: relative;
    text-align: right;
    background: url(https://static.igmbuy.com/bg/downloadBanner.jpg) no-repeat top center;
    width: 1200px;
    height: 350px;
    z-index: 999;
}

.p_paopao .contain dl dt {
    position: absolute;
    left: 0;
    right: 120px;
    color: #fff;
    top: 200px;
    line-height: 28px;
    font-size: 16px;
}

.p_paopao .contain dl dt span {
    display: block;
}

.p_paopao .contain dl dd {
    text-align: right;
    position: absolute;
    left: 36%;
    right: 0;
    margin-top: 260px;
}

.p_paopao .btn {
    display: block;
    background: url(https://static.igmbuy.com/icon/downBtn-bg.png) no-repeat;
    width: 254px;
    height: 37px;
    margin-top: 24px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 400px;
}

.p_paopao .updateInfo {
    background: #fff;
    padding: 30px 25px;
}

.p_paopao .updateInfo h1 {
    margin-top: 0;
    padding-bottom: 29px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 28px;
}

.p_paopao .updateInfo h4 {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: normal;
}

.p_paopao .updateInfo p {
    color: #666;
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 14px;
}

.p_paopao .sider_a, .p_paopao .sider_b {
    position: fixed;
    display: none;
}

.p_paopao .sider_a a:nth-of-type(1) img, .p_paopao .sider_b a:nth-of-type(1) img {
    width: 160px;
    height: 446px;
}

.p_paopao .sider_a a:nth-of-type(2), .p_paopao .sider_b a:nth-of-type(2) {
    position: absolute;
    right: 0;
    top: 0;
}

.p_paopao .sider_a a:nth-of-type(2) img, .p_paopao .sider_b a:nth-of-type(2) img {
    width: 16px;
    height: 16px;
}

.p_paopao .sider_a {
    left: 0;
    top: 160px;
}

.p_paopao .sider_b {
    right: 0;
    top: 160px;
}

.p_paopao .game {
    height: 48px;
    padding: 26px 0 26px 50px;
    background: #fff;
}

.p_paopao .game span {
    float: left;
    color: #1EA5FF;
}

.p_paopao .game > div {
    float: left;
    padding: 0 36px;
    border-right: 1px solid #f4f4f4;
}

.p_paopao .game > div:first-child {
    padding-left: 0;
}

.p_paopao .game > div:last-child {
    border: none;
}

.p_paopao .game > div p {
    display: block;
    color: #1ea5ff;
    margin: 0;
    padding-bottom: 3px;
}

/*右侧广告位*/
.right_ad {
    /*width: 140px;*/
    position: absolute;
    right: 0px;
    top: 616px;
    box-sizing: border-box;
    z-index: 9;
}

.left_ad {
    /*width: 140px;*/
    position: absolute;
    left: 0px;
    top: 616px;
    box-sizing: border-box;
    z-index: 9;
}

.ico_miaosha {
    position: absolute;
    left: 0;
    top: 0;
    width: 51px !important;
    height: 52px !important;
}

/*应用权限*/
.p_permissions .content {
    border: 1px solid #BFBFBF;
    margin-top: 50px;
}

.p_permissions .title {
    display: flex;
    align-content: center;
    justify-content: center;
    background: #F5F5F5;
}

.p_permissions li {
    display: flex;
    align-content: center;
    justify-content: center;
    border-top: 1px solid #BFBFBF;
}

.p_permissions span {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #BFBFBF;
    padding: 10px;
}

.p_permissions .title span {
    min-height: 70px;
}

.p_permissions span:last-child {
    border-right: none;
}

.p_permissions span.forth {
    flex: 1.5;
}

.p_permissions a {
    color: #08192f;
    text-decoration: underline;
}

/*预约*/
.reserve_box {
    display: none;
    position: absolute;
    top: 100px;
    left: 100px;
    background: #ffffff;
    z-index: 100;
    padding: 30px;
    width: 600px;
    height: 326px;
    text-align: center;
}

.reserve_box img {
    margin-top: 20px;
}

/*修改*/
.information.pc_index {
    width: auto;
}

.information.pc_index .info_list {
    display: inline-block;
    width: 405px;
}

.information.pc_index .info_list:nth-of-type(even) {
    margin-left: 20px;
}

.information.pc_index .info_list_wrap {
    width: 850px;
}

.information.pc_index .info_list .title {
    height: 48px;
}

/*首页新优惠券*/
.coupon_group {
    /*margin-bottom: 18px;*/
}

.cont_title_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.coupon_group .new_coupon {
    height: 120px;
}

.new_coupon_item {
    width: 240px;
    height: 100px;
    float: left;
    background: -moz-linear-gradient(90deg, rgb(254, 250, 255) 0%, rgb(255, 247, 250) 100%);
    background: -webkit-linear-gradient(90deg, rgb(254, 250, 255) 0%, rgb(255, 247, 250) 100%);
    background: -ms-linear-gradient(90deg, rgb(254, 250, 255) 0%, rgb(255, 247, 250) 100%);
    background: linear-gradient(90deg, rgb(254, 250, 255) 0%, rgb(255, 247, 250) 100%);
    box-shadow: 0 8px 8px 0 rgba(204, 188, 193, 0.2);
    box-sizing: border-box;
    position: relative;
    margin-right: 50px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    color: #2f1333;
    font-size: 14px;
}

.new_coupon_item .type {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 60px;
    border-radius: 0 8px 8px 0;
    background: #fde3ed;
    writing-mode: tb-rl;
    font-size: 12px;
    cursor: default;
}

.new_coupon_item .info {
    margin-left: 20px;
    width: 140px;
}

.new_coupon_item .discount {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
}

.new_coupon_item .discount i {
    font-size: 32px;
    margin-top: -2px;
    font-family: Arial, "Microsoft Yahei";
}

.new_coupon_item .name {
    max-width: 100%;
    position: relative;
    display: inline-block;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new_coupon_item .name:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    height: 6px;
    background: #fde3ed;
    border-radius: 3px;
    z-index: -1;
}

.new_coupon_item .right_btn_wrap {
    margin-left: auto;
    width: 56px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new_coupon_item .split_line {
    width: 1px;
    height: 70px;
    border-left: 1px dashed #ede1e6;
    position: relative;
}

.new_coupon_item .split_line:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: -24px;
    left: -8px;
}

.new_coupon_item .split_line:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    bottom: -24px;
    left: -8px;
    box-shadow: 0 8px 8px 0 rgba(204, 188, 193, 0.2) inset;
}

.new_coupon_item .btn_fetch {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 70px;
    writing-mode: tb-rl;
    color: #ffffff;
    font-size: 12px;
    background: var(--highlight-color);
    border-radius: 13px;
    cursor: pointer;
}

.index_coupon_group .new_coupon_item .name {
    margin-top: -2px;
}

.coupon_group .picScroll-left {
    position: relative;
}

.coupon_group .bd {
    margin: 0 34px;
    overflow: hidden;
}

.coupon_group .control-btns {
    display: block;
    position: absolute;
    top: 20px;
    width: 24px;
    height: 60px;
    background: #F5F6F8;
}

.coupon_group .control-btns a {
    display: block;
    width: 24px;
    height: 60px;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50)
}

.coupon_group .control-btns a:hover {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100)
}

.coupon_group .sPrev {
    left: 0;
}

.coupon_group .sPrev a {
    background: url("https://static.igmbuy.com/9891/img/control-arrow.png") 0px center no-repeat;
}

.coupon_group .sNext a {
    background: url("https://static.igmbuy.com/9891/img/control-arrow.png") -72px center no-repeat;
}

.coupon_group .sNext.nextStop a {
    opacity: 0.1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
    cursor: default;
}

.coupon_group .sNext {
    right: 0;
}

/*下单弹框优惠券新*/
.form_coupon {
    min-height: 578px;
    height: auto;
    padding-bottom: 30px;
}

.f_d_coupon {
    display: none;
}

.f_d_coupon li {
    width: 180px;
    float: left;
    border: 1px solid #e6edf5;
    padding: 10px 6px;
    margin-left: 20px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}

.f_d_coupon li:nth-of-type(4n+1) {
    margin-left: 0;
}

.f_d_coupon li.on {
    border-color:  var(--highlight-color3);
}

.f_d_coupon li.disabled {
    opacity: .4;
    cursor: default;
}

.f_d_coupon li.on:after {
    width: 30px;
    height: 30px;
    content: '';
    background: url("https://static.igmbuy.com/9891/img/aaa.png");
    position: absolute;
    right: 0;
    bottom: 0;
}

.f_d_coupon .name {
    color: #f36106;
    margin-bottom: 4px;
    font-size: 14px;
}

.f_d_coupon li p {
    font-size: 12px;
    color: #aab4bf;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.f_d_coupon_wrap .discounted {
    display: block;
    margin-left: auto;
    color: #f36106;
    font-size: 14px;
}

.f_d_coupon_wrap {
    margin-top: 20px;
}

.f_d_coupon_select {
    display: flex;
    align-items: center;
    box-sizing: content-box;
}

.coupon_select_right {
    margin-left: auto;
}

.coupon_select_input {
    display: flex;
    align-items: center;
    height: 22px;
    border-radius: 3px;
    position: relative;

    cursor: pointer;
}

.coupon_select_input .txt-wrap {
    display: flex;
    align-items: center;
    height: 22px;
    background: #2F3133;
    font-size: 12px;
    color: #ffffff;
    padding: 0 10px;
}

.ico_down_black {
    display: block;
    width: 20px;
    height: 20px;
    background: url("https://static.igmbuy.com/9891/img/ico_down_black.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 8px;
    right: 4px;
}

.ico_down_fff {
    display: block;
    width: 10px;
    height: 6px;
    background: url("https://static.igmbuy.com/global/img/ico_down_fff.png") no-repeat;
    background-size: 100%;
    margin-left: 10px;
}

.discount-amount-wrap {
    display: none;
    margin-left: 10px;
}

.pay-amount-wrap {
    display: none;
}

.coupon_select_input .select_ul {
    display: none;
    max-height: 192px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 1;
    background: #ffffff;
    overflow-y: auto;
    padding-top: 10px;
    border: 1px solid #EDEFF2;
    box-shadow: 0px 8px 8px 0px rgba(188, 194, 204, 0.2);
}

.coupon_select_input.on .select_ul {
    display: block;
}

.select_ul li {
    padding-left: 10px;
    line-height: 30px;
    cursor: pointer;
    position: relative;
}

.select_ul li:hover {
    background: #f5f6f8;
}

.f_d_coupon_desc {
    display: none;
}

.f_d_coupon_desc.on {
    display: block;
}

.f_d_coupon_rules_wrap {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: .3s;
}

.f_d_coupon_desc.on .f_d_coupon_rules_wrap {
    grid-template-rows: 1fr;
}

.f_d_coupon_rules_content {
    min-height: 0;
    max-height: 60px;
    overflow-y: auto;
    color: #AAB4BF;
}

/*秒杀进度条*/
.spike_progress {
    color: #aab4bf;
    position: absolute;
    top: -34px;
    right: 0;
}

.spike_progress_bg {
    width: 100px;
    height: 8px;
    background: #f6f8f7;
    border-radius: 8px;
    position: relative;
    top: 5px;
    margin-left: 10px;
}

.spike_progress_on {
    display: inline-block;
    height: 100%;
    background:  var(--highlight-color3);
    position: absolute;
    left: 0;
    border-radius: inherit;
}

/*账号回收*/
.p_retrieve_acc .top_banner {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 8px;
}

.p_retrieve_acc .top_select {
    min-height: auto;
}

.p_retrieve_list ul {
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 1px dashed #e6edf5;
}

.p_retrieve_list .item_a {
    display: flex;
    margin-right: 120px;
}

.p_retrieve_list .item_btn {
    margin-left: auto;
    display: flex;
}

.p_retrieve_list .goods_img {
    width: 82px;
    height: 82px;
    background: #e6edf5;
    margin-right: 16px;
    border-radius: 3px;
    overflow: hidden;
}

.p_retrieve_list .goods_img img {
    width: 100%;
    height: 100%;
}

.p_retrieve_list .goods_info {
    width: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.p_retrieve_list .goods-title {
    font-weight: bold;
}

.p_retrieve_list .describe {
    font-size: 14px;
    color: #aab4bf;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-align: justify;
}

.p_retrieve_list .item_b span {
    padding-left: 24px;
    background: url("https://static.igmbuy.com/9891/img/ico_v.png") no-repeat left center;
    color: #f36106;
    font-size: 14px;
}

.p_retrieve_list .item_btn a {
    display: inline-block;
    width: 86px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    padding: 0;
    border-radius: 3px;
    color:  var(--highlight-color3);
    border: 1px solid  var(--highlight-color3);
    cursor: pointer;
    margin-left: 10px;
}

.p_retrieve_list .item_btn a:hover {
    background:  var(--highlight-color3);
    color: #ffffff;
}

.p_retrieve_list .wx {
    position: relative;
}

.p_retrieve_list .wxCode_wrap {
    display: none;
    position: absolute;
    background: #ffffff;
    box-shadow: 0px 8px 8px 0px rgba(188, 194, 204, .1);
    z-index: 1;
    border: 1px solid #e6edf5;
    overflow: hidden;
    border-radius: 10px;
    margin-left: 10px;
    transition: all .3s ease-out;
}

.p_retrieve_list .wx:hover .wxCode_wrap {
    display: block;
}

.p_retrieve_acc .noContent {
    background: #ffffff;
    color: #5c6573;
}

/*帮助中心*/
.bg_help {
    background: url("https://static.igmbuy.com/9891/img/bg_help.png") no-repeat top;
}

.bg_help .container {
    padding-top: 32px;
}

.p_help_content {
    background: #ffffff;
    border-radius: 10px;
}

.article_menu {
    width: 228px;
    padding-left: 82px;
    padding-top: 10px;
    position: sticky;
    top: 62px;
    min-height: 900px;
}

.article_menu a {
    color: #81858c;
    font-size: 14px;
    line-height: 40px;
}

.article_menu .on a {
    color: var(--highlight-color);
}

.article_menu .title a {
    color: #2f3133;
    font-size: 16px;
}

.help_right_content {
    width: 1108px;
    float: left;
}

.p_help .help_right_content > div {
    padding-left: 60px;
    padding-top: 60px;
    margin-bottom: 46px;
    border-bottom: 1px solid #edeff2;
}

.p_help .help_right_content > div:last-child {
    border-bottom: none;
}

.help_top {
    display: flex;
    margin-top: 60px;
    padding-bottom: 30px;
}

.help_top a {
    width: 316px;
    height: 130px;
    background-size: 100%;
    margin-right: 20px;
    padding: 40px 0 0 60px;
}

.help_top p {
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.help_top button {
    height: 26px;
    line-height: 26px;
    background: #2f3133;
    border-radius: 13px;
    font-size: 12px;
    color: #ffffff;
    padding: 0 10px;
    cursor: pointer;
}

.help_top button span {
    padding-right: 18px;
    background: url("https://static.igmbuy.com/9891/img/ico_arr.png") no-repeat right;
}

.help_top .help_1 {
    background: url("https://static.igmbuy.com/9891/img/bg_help1.png") no-repeat;
}

.help_top .help_2 {
    background: url("https://static.igmbuy.com/9891/img/bg_help2.png") no-repeat;
}

.help_top .help_3 {
    background: url("https://static.igmbuy.com/9891/img/bg_help3.png") no-repeat;
}

.help_group .group_title {
    font-size: 16px;
}

.hot_q ul {
    display: flex;
    flex-wrap: wrap;
}

.hot_q li {
    width: 316px;
    margin-right: 20px;
    list-style: disc inside;
    padding: 22px 20px 50px 0;
    border-top: 1px solid #edeff2;
    background: url("https://static.igmbuy.com/9891/img/ico_more2.png") no-repeat right 26px;
}

.hot_q a {
    color: #2f3133;
    font-size: 14px;
}

.hot_q .group_title {
    padding-left: 26px;
    background: url("https://static.igmbuy.com/9891/img/bg_title_hot.png") no-repeat left;
    margin-bottom: 26px;
}

.help_buy_step .group_title {
    padding-left: 26px;
    background: url("https://static.igmbuy.com/9891/img/bg_title_process.png") no-repeat left;
    margin-bottom: 26px;
}

.p_help .buy_step {
    background: #fafbfc;
    border-radius: 10px;
    text-align: center;
    padding: 30px 0;
}

.p_help .buy_step_ul {
    display: flex;
    justify-content: space-between;
}

.p_help .buy_step_ul li {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #f0f1f5;
    background: #ffffff;
    border-radius: 18px;
    padding: 0 20px;
}

/*列表*/
.help_right_content a {
    font-size: 14px;
    color: #2f3133;
}

.help_right_content .subtitle {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #edeff2;
    padding-left: 60px;
    color: #c2c6cc;
    font-size: 14px;
}

.c2c6cc, .help_right_content .c2c6cc {
    color: #c2c6cc;
}

.global_back {
    color: #2f3133;
}

.ques_list {
    padding: 0 60px;
}

.ques_list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    border-bottom: 1px dashed #e8eaed;
    font-size: 14px;
}

.ques_list li a {
    color: #000000;
    font-size: 14px;
}

.ques_list li span {
    color: #81858c;
}

.ques_list li .time {
    width: 150px;
    text-align: right;
    flex-shrink: 0;
}

/*正文*/
.new_article {
    padding: 60px;
}

.new_article .title {
    color: #2f3133;
    font-size: 26px;
}

.new_article .fbz {
    color: #81858c;
    font-size: 12px;
    margin-top: 10px;
}

.new_article .fbz span {
    color: #2f3133;
}

.new_article_top {
    padding-bottom: 30px;
    border-bottom: 1px dashed #e8eaed;
}

.new_article article {
    padding: 30px 0;
}

#products_ac2 {
    display: block;
    background: rgb(6, 111, 168);
    color: #ffffff;
    width: 100%;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    position: relative;
}

.zfb_tips {
    display: none;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 14px;
    color: #aab4bf;
}

.zfb_tips i {
    color: #f36106
}

/*首页专区*/
.index_area_right {
    width: 462px;
    font-size: 14px;
}

.index_area_right ul {
    display: flex;
    flex-wrap: wrap;
}

.index_area_game_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index_area_right ul:after, .index_area_right ul:before {
    display: none;
}

.index_area_right li {
    width: 140px;
    height: 50px;
    display: flex;
    background: #f5f6f8;
    border-radius: 30px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    margin-right: 21px;
    color: #08192f;
}

.index_area_right li.on {
    border: 1px solid #ff99b8;
    background: #fff5f8;
}

.index_area_right li:nth-of-type(3n) {
    margin-right: 0;
}

.index_area_right li img {
    margin-right: 10px;
}

.index_area_game {
    margin-top: 10px;
}

.index_area_game img {
    width: 220px;
    height: 136px;
    border-radius: 10px;
    overflow: hidden;
}

.index_area_game > p {
    width: 220px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /*color: #08192f;*/
    color: #ffffff;
}

.index_area_right_item {
    margin-top: 10px;
}

.index_area_left .bigImg {
    margin-bottom: 12px;
}

.index_area_left .bigImg li {
    width: 640px;
    height: 360px;
}

.index_area_left .bigImg img, .index_area_left .bigImg video {
    height: 100%;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.index_area_left .smallImg li {
    position: relative;
    float: left;
    width: 130px;
    height: 115px;
    margin: 0 12px 10px 0;
    cursor: pointer;
}

.index_area_left .smallImg li.on:after {
    content: ' ';
    width: 130px;
    height: 88px;
    background: url("https://static.igmbuy.com/9891/img/chosen_wrap.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.index_area_left .smallImg img, .index_area_left .smallImg video {
    width: 130px;
    height: 80px;
    border-radius: 8px;
    position: absolute;
    top: 8px;
    left: 0;
    overflow: hidden;
}

.index_area_left .cont_title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index_area_left .new_recommend_more {
    position: absolute;
    right: 0;
    top: -34px;
}

.index_area_left .smallScroll {
    position: relative;
    overflow-y: visible;
}

.index_area_left .smallImg {
    width: 556px;
    margin: 0 auto;
    overflow-x: hidden;
}

.index_area_left .control-btns {
    display: block;
    position: absolute;
    top: 8px;
    width: 30px;
    height: 80px;
    background: #f6f6f6;
}

.index_area_left .control-btns a {
    display: block;
    width: 30px;
    height: 80px;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50)
}

.index_area_left .control-btns a:hover {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100)
}

.index_area_left .sPrev {
    left: 0;
}

.index_area_left .sPrev a {
    background: url("https://static.igmbuy.com/9891/img/control-arrow.png") 4px center no-repeat;
}

.index_area_left .sNext a {
    background: url("https://static.igmbuy.com/9891/img/control-arrow.png") -70px center no-repeat;
}

.index_area_left .sNext.nextStop a {
    opacity: 0.1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
    cursor: default;
}

.index_area_left .sNext {
    right: 0;
}

.smallImg .name {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*节日*/

.bg_festival {
    /*background: url("https://static.igmbuy.com/9891/img/bg_festival14.jpg") no-repeat center;*/
    min-width: 1180px;
    /*object-fit: cover;*/
}

.p_index_bg {
    min-width: 1180px;
    /*background: url("https://static.igmbuy.com/9891/img/bg_festival16.jpg") no-repeat top;*/
}

/*.color_fff, .bg_festival .nav_list li a, .p_index_bg_festival .search_hot a {*/
/*    color: #ffffff;*/
/*}*/

/*自定义商品页*/
.custom_list_banner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    min-width: 1200px;
    flex-shrink: revert;
    background: url("https://static.igmbuy.com/9891/img/bg_wap_game.jpg") no-repeat center;
}

.custom_list_banner img {
    width: 100%;
    height: 100%;
}

.p_custom_list_banner .list_body {
    margin-top: -46px;
    font-size: 14px;
}

.custom_top_select {
    min-height: auto;
    background: #ffffff;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.custom_top_select .select_item {
    height: 44px;
    line-height: 44px;
    border-top: 1px dashed #e6edf5;
    position: relative;
    overflow: hidden;
}

.custom_top_select .select_item.on {
    height: auto;
}

/* 首页左右翻页箭头 */
.index-arrow-switch-page {
    width: 66px;
    height: 28px;
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
}

.index-arrow-switch-page .arrow-box {
    width: 28px;
    height: 28px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.index-arrow-switch-page .arrow-box.off img {
    opacity: 0.2;
}

.index-goods-info {
    width: 264px;
    display: flex;
    flex-direction: column;
    color: #2F3133;
    margin-top: 18px;
}

.index-goods-info .gi_title {
    float: left;
    max-width: 264px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index-goods-info .goods_price {
    float: left;
    margin-top: 6px;
    color: #2F3133;
    font-size: 18px;
}

.index-goods-info .goods_price .unit {
    font-size: 12px;
}

/* 首页热门游戏 */
.p_index .game-box-container {
    width: 1400px;
    height: 550px;
    display: flex;
    position: relative;
    z-index: 9;
}

.p_index .game-box {
    width: 1400px;
    height: 550px;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    z-index: 10;
}

.p_index .game-box .game {
    width: 453px;
    height: 255px;
    margin-left: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.p_index .game-box .game:nth-child(3n+1) {
    margin-left: 0;
}

.p_index .game-box img {
    width: 453px;
    height: 255px;
    position: relative;
    z-index: 2;
}

.p_index .game-box .name {
    width: 453px;
    height: 60px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    line-height: 60px;
    color: #FFFFFF;
    position: absolute;
    z-index: 3;
    bottom: 0;
    font-weight: 500;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

/* 下单选择框 */
.form_dialog .extra_info_wrap select {
    width: 228px;
    height: 36px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('https://static.igmbuy.com/global/img/arrow_black_down.png') no-repeat scroll right 10px center #f0f5f7;
    padding: 0 28px 0 10px;
    border: 0;
    outline: 1px solid #EDEEF2;
    color: #2f1333;
}

.form_dialog .extra_info_wrap select option {
    background-color: #fff;
    color: #000000;
}

/* 订单确认 */
.pay-info {
    overflow-y: scroll;
    max-height: 40vh;
}

/*首页优惠券弹窗*/
.coupon-dialog {
    width: 510px;
    min-height: 360px;
    background: url("https://static.igmbuy.com/global/img/bg-coupon-dialog2.png") no-repeat;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #2F3133;
    z-index: 100;
    padding-top: 24px;
}

.coupon-dialog .title {
    font-size: 20px;
    margin-bottom: 10px;
}

.coupon-dialog-content {
    max-width: 360px;
    margin: 0 auto;
    position: relative;
}

.coupon-dialog-content-left {
    width: 135px;
}

.coupon-dialog-content-right {
    width: 200px;
}

.coupon-dialog .brief {
    font-size: 14px;
}

.coupon-dialog .discount {
    font-size: 42px;
    line-height: 1;
    font-family: "Arial Narrow";
}

.coupon-dialog .unit {
    font-size: 20px;
}

.coupon-dialog .days {
    position: absolute;
    top: 102px;
    width: 340px;
    text-align: center;
}

.coupon-dialog .desc-wrap {
    position: absolute;
    top: 170px;
    color: #FFFFFF;
    font-size: 18px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coupon-dialog .desc-wrap:before, .coupon-dialog .desc-wrap:after {
    content: '—'

}

.coupon-dialog .desc {
    max-width: 332px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.coupon-dialog .btn {
    height: 44px;
    line-height: 44px;
    color: #ffffff;
    font-size: 16px;
    background: #2F3133;
    border-radius: 22px;
    position: absolute;
    top: 214px;
    padding: 0 40px;
    cursor: pointer;
    white-space: nowrap;
}

.absolute-left-center {
    left: 50%;
    transform: translateX(-50%);
}

.coupon-dialog .btn-close {
    position: absolute;
    top: 298px;
    cursor: pointer;
}

/* 评论需求 */
.content-tab-box {
    display: flex;
    margin-bottom: 28px;
}

.content-tab-box h2:not(:nth-child(1)) {
    margin-left: 30px;
}

.p_pubg .cont_title {
    margin-top: auto;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    cursor: pointer;
}

.p_pubg .cont_title.on {
    font-weight: 700;
    font-size: 20px;
}

.p_pubg .cont_title.static {
    margin-bottom: 28px;
    font-weight: 700;
    font-size: 20px;
    cursor: default;
}

#comment-container {
    display: none;
    width: 1400px;
    /*min-height: 860px;*/
    background: #FAFBFC;
    border-radius: 10px;
    padding: 10px 40px 10px 30px;
}

#comment-container .list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#comment-container .item {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    border-bottom: 1px solid #E8EAED;
}

#comment-container .head-info {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
}

#comment-container .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

#comment-container .nick {
    font-size: 16px;
    color: #2F3133;
    margin-left: 10px;
}

#comment-container .comment-star-box {
    width: 124px;
    height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 20px;
}

#comment-container .comment-star {
    width: 20px;
    height: 20px;
}

#comment-container .comment-star.full {
    background: url("https://static.igmbuy.com/global/img/comment_star_full.png");
}

#comment-container .comment-star.half {
    background: url("https://static.igmbuy.com/global/img/comment_star_half.png");
}

#comment-container .comment-star.off {
    background: url("https://static.igmbuy.com/global/img/comment_star_off.png");
}

#comment-container .content {
    font-size: 14px;
    color: #2F3133;
    line-height: 24px;
    padding-left: 60px;
}

#comment-container .foot-info {
    width: 100%;
    display: flex;
    margin-top: 16px;
    padding-left: 60px;
    align-items: center;
}

#comment-container .time {
    font-size: 12px;
    color: #81858C;
}

#comment-container .zan-box {
    height: 20px;
    display: flex;
    margin-left: auto;
    align-items: center;
}

#comment-container .zan-img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
}

#comment-container .zan-img.off {
    background: url("https://static.igmbuy.com/global/img/thumbs_up_off.png");
}

#comment-container .zan-img.on {
    background: url("https://static.igmbuy.com/global/img/thumbs_up_on.png");
}

#comment-container .zan-quantity {
    font-size: 12px;
}

#comment-container .zan-quantity.on {
    color: var(--highlight-color2);
}

#comment-container .zan-quantity.off {
    color: #81858C;
}

#comment-container .zan-img.zan-anime {
    animation: dianzan ease-in-out 0.4s forwards;
}

@keyframes dianzan {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}

.extra-info-select-wrap {
    display: inline-block;
    width: 228px;
    position: relative;
}

.f_d_input_extra .select_ul {
    position: absolute;
    width: 228px;
    z-index: 1;
    display: none;
    max-height: 140px;
    left: 0;
    top: 36px;
    background: #ffffff;
    overflow-y: auto;
    padding: 10px 0;
    border: 1px solid #EDEFF2;
    box-shadow: 0px 8px 8px 0px rgba(188, 194, 204, 0.2);
}

.extra-info-select.on + .select_ul {
    display: block;
}

.extra-info-select-wrap li.on:after {
    content: "\2713";
    position: absolute;
    right: 10px;
    color:  var(--highlight-color3);
}

.p_pro_detail .seller-info {
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding: 10px 20px;
    border-top: 1px solid #E8EAED;
}

.p_pro_detail .seller-info-item {
    display: flex;
    align-items: center;
    color: #81858C;
    margin-right: 120px;
    font-size: 14px;
}

.p_pro_detail .seller-info-item img {
    margin-right: 10px;
}

.p_pro_detail .seller-info-item span {
    color: #2F3133;
}

/*首页资讯*/
.index-news-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.common-news-item {
    display: flex;
    color: #2F3133;
    margin-bottom: 12px;
}

.index-news-item {
    width: 654px;
}

.common-news-item .img {
    width: 264px;
    height: 162px;
    border-radius: 10px;
    object-fit: cover;
}

.common-news-item .info {
    width: 380px;
    margin-left: 10px;
    padding-top: 20px;
}

.index-news-item .info {
    width: 380px;
}

.common-news-item .title {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    margin-bottom: 16px;
    color: #2F3133;
    transition: color 150ms ease-in-out;
}

.common-news-item .title:hover {
    color:  var(--highlight-color3);
}

.common-news-item .time, .common-news-item .viewer {
    color: #81858C;
    font-size: 12px;
    position: relative;
}

.common-news-item .viewer {
    padding-left: 20px;
    background: url(https://static.igmbuy.com/global/img/icon-view.png) no-repeat left center;
    margin-left: 20px;
}

.common-news-item .abstract {
    margin-top: 20px;
    font-size: 14px;
}

/*资讯列表*/
.p-news-item .info {
    width: 700px;
}

.p-news-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p-news-item {
    display: flex;
}

.p-news-content {
    width: 974px;
    margin: 0 auto;
}

.p-news-title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 25px;
    padding-top: 56px;
}

.p-news-content .pagination-group {
    margin: 0;
    padding: 20px 0;
}

/*游戏账号列表Start*/
.p-product {
    position: relative;
}

.p-product .top-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: -1;
    min-width: 1180px;
    background-position: center;
}

.p-product .top-banner img {
    width: 100%;
}

.top-banner .tp_gameName {
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    width: 1400px;
    margin: 0 auto;
    padding-top: 16px;
}

.p-product .list-body {
    padding-top: 80px;
    font-size: 14px;
}

.p-product .top-select {
    padding: 20px 30px;
    background: #FFFFFF;
}

.p-product .game-category {
    padding-bottom: 18px;
    border-bottom: 1px dashed #EAEBED;
}

.p-product .game-category-item {
    margin-right: 60px;
    text-align: center;
    cursor: pointer;
}

.p-product .game-category-item.on {
    color: var(--highlight-color2);
    cursor: default;
}

.p-product .icon-game-category {
    width: 60px;
    height: 60px;
}

.p-product .select-item {
    display: flex;
    align-items: flex-start;
    width: 1340px;
    min-height: 44px;
    margin-top: 20px;
    position: relative;
}

.p-product #areaFilter {
    display: none
}

.p-product .select-item-title {
    display: inline-flex;
    align-items: center;
    width: 130px;
    height: 44px;
    padding-left: 12px;
    position: relative;
    font-weight: 600;
    word-break: break-word;
}

.p-product .select-item-title:before {
    content: ' ';
    width: 2px;
    height: 12px;
    background: var(--highlight-color2);
    position: absolute;
    top: 16px;
    left: 0;
}

.p-product .select-item-right {
    min-height: 44px;
    height: 44px;
    overflow: hidden;
    border-radius: 8px;
}

.p-product .select-item-right.auto {
    height: auto;
}

.p-product .xszk {
    margin-right: 32px;
}

.p-product input[type="checkbox"] {
    margin-right: 4px;
}

.p-product .game-types {
    display: inline-flex;
    color: #81858C;
    padding: 7px 12px;
    border-radius: 8px;
    background: #F5F6F9;
    max-width: 1244px;
    flex-wrap: wrap;
}

.p-product .game-types li {
    /*padding: 4px 0;*/
    line-height: 30px;
    margin-right: 36px;
    cursor: pointer;
}

.p-product .game-types li:last-child {
    margin-right: 0;
}

.p-product .game-types li.on {
    color: var(--highlight-color);
}

.p-product .icon-expand {
    display: none;
    position: absolute;
    right: -20px;
    top: 14px;
    width: 16px;
    height: 16px;
    background: url("https://static.igmbuy.com/global/img/icon-expand-round.png") no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.p-product .dropdown-item {
    width: 270px;
    height: 44px;
    background: #F5F6F9;
    padding: 0 20px 0 12px;
    border-radius: 8px;
    position: relative;
    margin-right: 18px;
}

.p-product .dropdown-value {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: #81858C;
    cursor: pointer;
}

.p-product .dropdown-value.on, .p-pro-detail .dropdown-value.on {
    color: #2f1333;
}

.p-product .dropdown-menu {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 56px;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.p-product .dropdown-menu:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FFFFFF;
    position: absolute;
    top: -8px;
    left: 30px;
}

.p-product .dropdown-menu-item {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    padding-left: 20px;
    cursor: pointer;
}

.p-product .dropdown-menu-item.on {
    color: var(--highlight-color3);
    background: #FFF5F7;
}

.p-product .icon-down, .p-pro-detail .icon-down {
    position: absolute;
    top: calc(50% - 5px);
    right: 12px;
    width: 10px;
    height: 6px;
    background: url("https://static.igmbuy.com/global/img/icon-down-grey.png") no-repeat left;
}

/*.tag-renzhen {*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    height: 22px;*/
/*    border-radius: 4px;*/
/*    padding: 0 4px;*/
/*    color: #FFFFFF;*/
/*    font-size: 12px;*/
/*    background: linear-gradient(90deg, #7680FF 0%, #818AFF 14%, #7680FF 30%, #818AFF 47%, #818AFF 67%, #7680FF 85%, #7680FF 100%);*/
/*}*/

/*.tag-renzhen:before {*/
/*    content: '';*/
/*    background: url("https://static.igmbuy.com/global/img/icon-renzhen.png") no-repeat left center;*/
/*    width: 16px;*/
/*    height: 20px;*/
/*    background-size: 100%;*/
/*}*/

.p-product .no-limit:before {
    background-image: url("https://static.igmbuy.com/global/img/icon-no-limit.png");
}

.p-product .on .no-limit:before {
    background-image: url("https://static.igmbuy.com/global/img/icon-no-limit-on.png");
}

.p-product .post:before {
    background-image: url("https://static.igmbuy.com/global/img/icon-mail.png");
}

.p-product .on .post:before {
    background-image: url("https://static.igmbuy.com/global/img/icon-mail-on.png");
}

.p-product .face-to-face:before {
    background-image: url("https://static.igmbuy.com/global/img/icon-face-to-face.png");
}

.p-product .on .face-to-face:before {
    background-image: url("https://static.igmbuy.com/global/img/icon-face-to-face-on.png");
}

.p-product .auction-house:before {
    background-image: url("https://static.igmbuy.com/global/img/icon-auction-house.png");
}

.p-product .on .auction-house:before {
    background-image: url("https://static.igmbuy.com/global/img/icon-auction-house-on.png");
}

.p-product .transactions-icon {
    display: inline-flex;
    align-items: center;
}

.p-product .transactions-icon:before {
    content: '';
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100% 100%;
    margin-right: 8px;
}

.p-product .ctc-goods-wrap {
    margin-top: 10px;
}

.p-product .ctc-filter-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    height: 56px;
    padding: 0 30px;
    border-radius: 10px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.p-product .filter-item {
    display: inline-flex;
    align-items: center;
    height: 36px;
    padding: 0 20px;
    font-size: 12px;
    color: #81858C;
    background: #F5F6F9;
    border-radius: 8px;
    margin-right: 20px;
    cursor: pointer;
}

.p-product .filter-item.on {
    color: var(--highlight-color3);
    background: var(--highlight-color5);
}

.p-product .quantity-submit {
    display: inline-flex;
    align-items: center;
    padding: 0 26px;
    height: 36px;
    background: #FFF5F7;
    color: var(--highlight-color);
    font-size: 14px;
    border-radius: 8px;
    margin-left: 10px;
    cursor: pointer;
}

.p-product-cdk .filter-list {
    margin: 20px 0;
}

.p-product-cdk .goods-item {
    display: block;
    float: left;
    color: #08192f;
    width: 220px;
    overflow: hidden;
    margin-left: 16px;
    margin-bottom: 16px;
    transition: all 200ms;
    position: relative;
}

.p-product-cdk .goods-item:hover {
    transform: translateY(-4px);
}

.p-product-cdk .goods-item:nth-of-type(6n+1) {
    margin-left: 0;
}

.p-product-cdk .goods_img_b {
    width: 220px;
    height: 124px;
    background: #e6edf5;
}

.p-product-cdk .goods_img_b img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-product-cdk .goods-info {
    height: 100px;
    padding: 15px;
    font-size: 16px;
    position: relative;
    border: 1px solid #e6edf5;
    border-top: none;
    border-radius: 3px;
}

.p-product-cdk .title {
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.goods_tag {
    width: 100%;
    height: 18px;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
}

.p_pro_detail .goods_tag {
    margin-bottom: 10px;
    max-width: 360px;
    height: auto;
    min-height: 22px;
}

.p_pro_detail .goods_tag span {
    margin-bottom: 4px;
}

.goods_tag span {
    background: #dbbb39;
    padding: 0 3px;
    height: 18px;
    line-height: 18px;
    color: #33280e;
    margin-right: 4px;
    font-size: 12px;
    vertical-align: top;
    float: left;
}

.goods_price, .goods_price_r {
    font-size: 14px;
}

.goods_price .new, .goods_price_r .new {
    color: #f36106;
}

.goods_price .old, .goods_price_r .old {
    color: #aab4bf;
    text-decoration: line-through;
}

/*游戏账号列表End*/

/*交易平台列表Start*/
.p-product-ctc .quantity-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 130px;
    height: 44px;
    background: #F5F6F9;
    border-radius: 8px;
    position: relative;
    padding: 0 12px;
    box-sizing: border-box;
}

.p-product-ctc .goods-quantity-filter {
    display: none;
}

.p-product-ctc .goods-quantity-filter .title {
    margin-right: 32px;
    font-weight: 600;
    font-size: 14px;
}

.p-product-ctc .quantity-filter input {
    width: 80%;
    font-size: 14px;
    background: #F5F6F9;
}

.p-product-ctc .quantity-filter .unit {
    color: #81858C;
}

.p-product-ctc .split {
    width: 18px;
    text-align: center;
}

.btc-goods-wrap {
    display: none;
    border-radius: 20px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.p-product-ctc .btc-th {
    display: flex;
    align-items: center;
    height: 42px;
    font-size: 16px;
    border-radius: 20px 20px 0 0;
    background: #EDEEF2;
    padding-left: 122px;
    box-sizing: content-box;
}

.p-product-ctc .btc-th-wrap {
    display: flex;
    align-items: center;
    width: 1146px;
    height: 100%;
}

.p-product-ctc .btc-th-wrap > span {
    flex: 1;
}

.p-product-ctc .btc-th-wrap > span:first-child {
    flex: 2;
    text-align: left;
    text-indent: 42px;
}

.p-product-ctc .btc-img {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    overflow: hidden;
    margin-right: 12px;
}

.p-product-ctc .btc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-product-ctc .btc-name {
    width: 210px;
    font-size: 16px;
}

.p-product-ctc .btc-tags {
    margin-top: 12px;
}

.btc-tags {
    min-height: 22px;
}

.btc-tags img {
    line-height: 1;
}

.tag-renzhen {
    display: inline-flex;
    align-items: center;
    height: 22px;
    border-radius: 4px;
    padding: 0 4px;
    color: #FFFFFF;
    font-size: 12px;
    background: linear-gradient(90deg, #7680FF 0%, #818AFF 14%, #7680FF 30%, #818AFF 47%, #818AFF 67%, #7680FF 85%, #7680FF 100%);
}

.tag-renzhen:before {
    content: '';
    background: url("https://static.igmbuy.com/global/img/icon-renzhen.png") no-repeat left center;
    width: 16px;
    height: 20px;
    background-size: 100%;
}

.tag-hour, .tag-seller-delivery {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    background: var(--highlight-color6);
    border-radius: 4px;
    padding: 4px;
    color: var(--highlight-color4);
    font-size: 12px;
}

.tag-delivery {
    display: inline-flex;
    align-items: center;
    height: 22px;
    background: #FDF3E7;
    border-radius: 4px;
    padding: 0 4px;
    color: #A0611C;
    font-size: 12px;
}

.tag-delivery-time {
    color: #B0B8BF;
    font-size: 12px;
}

.btc-tags .tag:not(:last-child) {
    margin-right: 10px;
}

.btc-transactions img:not(:last-child) {
    margin-right: 10px;
}

.p-product-ctc .btc-unit-price {
    color: #81858C;
}

.p-product-ctc .btc-quantity {
    font-size: 18px;
}

.p-product-ctc .btc-price {
    font-size: 18px;
    color: #FF6200;
}

.p-product-ctc .center-wrap {
    width: 1146px;
    height: 80px;
    padding: 12px 0;
    border-bottom: 1px dashed #F5F6F8;
    box-sizing: content-box;
}

.p-product-ctc .center-wrap > div {
    flex: 1;
}

.p-product-ctc .center-wrap .btc-info {
    flex: 2;
}

.p-product-ctc .btc-goods-item {
    display: flex;
    align-items: center;
    padding: 0 30px;
}

.p-product-ctc .btn-buy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 44px;
    font-size: 16px;
    color: #FFFFFF;
    background: var(--highlight-color);
    cursor: pointer;
}

.p-product-ctc .right-wrap {
    margin-left: auto;
}

.p-product-ctc .loading-more {
    height: 42px;
    font-size: 14px;
    color: #2F3133;
    cursor: pointer;
}

.p-product-ctc .loading-more:after, .p-pro-detail .loading-more:after {
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    background: url("https://static.igmbuy.com/global/img/icon-down-dark.png");
    background-size: 100%;
}

.p-product-ctc .loading-more:after {
    transform: rotate(90deg);
}

.p-product-ctc .ctc-goods-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    padding: 0 30px;
    margin-bottom: 16px;
    box-sizing: content-box;
}

.p-product-ctc .btc-info {
    width: 280px;
    overflow: hidden;
}

.p-product-ctc .seller-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.p-product-ctc .ctc-label-title {
    font-size: 16px;
}

.p-product-ctc .ctc-info-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 50px;
    flex: 1;
}

.p-product-ctc .btc-seller {
    flex: 1.4;
}

.p-product .ctc-quantity {
    font-size: 18px;
    font-weight: 600;
}

.p-product-ctc .star {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("https://static.igmbuy.com/global/img/icon-star-off.png") no-repeat;
}

.p-product-ctc .star:not(:last-child) {
    margin-right: 4px;
}

.p-product-ctc .star.half {
    background: url("https://static.igmbuy.com/global/img/icon-star-half.png") no-repeat;
}

.p-product-ctc .star.on {
    background: url("https://static.igmbuy.com/global/img/icon-star-on.png") no-repeat;
}

.p-product-ctc .seller-name {
    max-width: 180px;
}

/*交易平台列表End*/

/*交易市场商品详情Start*/
.p-pro-detail {
    padding-top: 20px;
}

.p-pro-detail .h-left {
    width: 740px;
    padding: 20px 50px;
    background: #FFFFFF;
    border-radius: 10px;
}

.p-pro-detail .h-right {
    width: 630px;
    padding: 30px 50px 20px 50px;
    background: #FFFFFF;
    border-radius: 10px;
}

.p-pro-detail .game-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.p-pro-detail .product-img {
    width: 640px;
    height: 360px;
    object-fit: cover;
}

.p-pro-detail .product-name {
    font-size: 16px;
    color: #000000;
    margin-bottom: 12px;
}

.p-pro-detail .sold-info {
    display: flex;
    align-items: center;
    height: 46px;
    padding: 0 12px;
    color: #5C6573;
    background: #F5F6F9;
    margin-top: 16px;
}

.p-pro-detail .sold-info .avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 10px;
}

.p-pro-detail .seller-right-info {
    font-size: 14px;
    margin-left: auto;
    color: #929395;
}

.p-pro-detail .seller-right-info > div:not(:first-child) {
    margin-left: 50px;
}

.p-pro-detail .seller .name {
    font-size: 12px;
    color: #2F3133;
}

.p-pro-detail .delivery-time {
    text-align: right;
    color: #81858C;
    font-size: 14px;
}

.p-pro-detail .delivery-time .time {
    display: inline-flex;
    align-items: center;
    height: 30px;
    background: #F5F6F9;
    color: #929395;
    border-radius: 8px;
    padding: 0 12px;
    margin-top: 10px;
}

.p-pro-detail .delivery-time time {
    margin-left: 12px;
}

.seller-status .icon {
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding: 0 10px;
    background: #F5F6F9;
    color: #929395;
    font-size: 14px;
    border-radius: 8px;
}

.seller-status .icon:before {
    content: '';
    width: 18px;
    height: 18px;

}

.seller-status .icon-online:before {
    background: url("https://static.igmbuy.com/global/img/icon-online.png") no-repeat left center;
    background-size: 100%;
    margin-right: 4px;
}

.seller-status .icon-offline:before {
    background: url("https://static.igmbuy.com/global/img/icon-offline.png") no-repeat left center;
    background-size: 100%;
    margin-right: 4px;
}

.p-pro-detail .price {
    display: flex;
    align-items: flex-end;
}

.p-pro-detail .price .new {
    font-size: 48px;
    color: #FF6200;
    line-height: 1;
}

.p-pro-detail .price .currency {
    color: #FF6200;
}

.p-pro-detail .select-item {
    margin-top: 30px;
}

.p-pro-detail .select-item-title {
    display: inline-flex;
    align-items: center;
    /*width: 100px;*/
    padding-left: 12px;
    position: relative;
    color: #81858C;
    font-size: 14px;
    margin-bottom: 10px;
}

.p-pro-detail .select-item-title:before {
    content: ' ';
    width: 2px;
    height: 12px;
    background: var(--highlight-color2);
    position: absolute;
    top: 4px;
    left: 0;
}

.p-pro-detail .dropdown-item {
    height: 52px;
    background: #F5F6F9;
    padding: 0 20px 0 12px;
    border-radius: 8px;
    position: relative;
    font-size: 14px;
    cursor: pointer;
}

.p-pro-detail .dropdown-item.unable {
    background: #FFFFFF;
    cursor: default;
}

.p-pro-detail .dropdown-item.lg {
    width: 530px;
}

.p-pro-detail .dropdown-item.md {
    width: 250px;
}

.p-pro-detail .dropdown-value {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 52px;
    color: #81858C;
    position: relative;
}

.p-pro-detail .dropdown-menu {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 68px;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.p-pro-detail .dropdown-menu:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FFFFFF;
    position: absolute;
    top: -8px;
    left: 30px;
}

.p-pro-detail .dropdown-menu-item {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    padding-left: 20px;
    cursor: pointer;
}

.p-pro-detail .dropdown-menu-item.on {
    color: var(--highlight-color3);
    background: #FFF5F7;
}

.select-item-wrap {
    position: relative;
}

.p-pro-detail .split {
    position: absolute;
    left: calc(50% - 10px);
    bottom: 12px;
}

.p-pro-detail .btns {
    margin-top: 62px;
}

.p-pro-detail .btn-buy {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 530px;
    height: 70px;
    font-size: 24px;
    color: #FFFFFF;
    background: #F5570F;
    border-radius: 8px;
    cursor: pointer;
}

.p-pro-detail .btn-buy.disabled {
    background: #FAAB87;
    cursor: default;
}

.p-pro-detail .pay-way-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    background: #F5F6F9;
    padding: 0 12px;
    color: #81858C;
    font-size: 12px;
    margin-top: 30px;
}

.p-pro-detail .loading-more {
    margin-top: 34px;
    font-size: 14px;
    color: #2F3133;
}

.p-pro-detail .cont_title {
    margin-top: auto;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    cursor: pointer;
}

.p-pro-detail .cont_title.on {
    font-weight: 700;
    font-size: 20px;
}

.p-pro-detail .cont_title.static {
    margin-bottom: 28px;
    font-weight: 700;
    font-size: 20px;
    cursor: default;
}

/*商品详情End*/

/*首页改版Start*/
.index-swiper-container-wrapper {
    /*height: 650px;*/
    padding-top: 24px;
    position: relative;
}

.index-swiper-container-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}

.index-swiper-container {
    width: 100%;
    height: 396px;
    position: relative;
    z-index: 9;
}

.index-swiper-container-wrapper .swiper-slide {
    width: 704px;
    height: 396px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    color: #333;
    transition: all 0.3s ease;
    /* 初始大小 */
    transform: scale(0.92);
    position: relative;
    overflow: hidden;
}

.index-swiper-container-wrapper .swiper-slide:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 9;
}


/* 中间幻灯片样式 */
.index-swiper-container-wrapper .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
    z-index: 1;
}

.index-swiper-container-wrapper .swiper-slide-active:after {
    display: none;
}

/* 两侧幻灯片样式 */
.index-swiper-container-wrapper .swiper-slide-next, .index-swiper-container-wrapper .swiper-slide-prev {
    /*transform: scale(0.85) !important;*/
    transform: scale(0.92) !important;
}

/* 图片样式 */
.index-swiper-container-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.swiper-button-prev:after, .swiper-button-next:after {
    display: none;
}


.index-swiper-container-wrapper .swiper-button-prev {
    width: 44px;
    height: 44px;
    position: absolute;
    left: 230px;
    top: 196px;
    background: url("https://static.igmbuy.com/global/img/banner-prev.png") no-repeat;
    background-size: 100%;
}

.index-swiper-container-wrapper .swiper-button-next {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 230px;
    top: 196px;
    background: url("https://static.igmbuy.com/global/img/banner-next.png") no-repeat;
    background-size: 100%;
}

.index-swiper-container .btn-buy {
    display: none;
    position: absolute;
    right: 24px;
    bottom: 12px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 0 26px;
    background: var(--highlight-color);
    border-radius: 8px;
    cursor: pointer;
    z-index: 10;
    transition: all 300ms ease-in-out;
}

.index-swiper-container .btn-buy:hover {
    background: var(--highlight-color2);
}

.index-swiper-container .swiper-slide-active .btn-buy {
    display: block;
}

.index-swiper-container .swiper-slide-active .bottom-wrapper {
    position: absolute;
    height: 154px;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 100%);
    z-index: 9;
}

.banner-nav-list-wrapper {
    height: 160px;
    padding-top: 30px;
    position: relative;
}

.banner-nav-list-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.banner-nav-list {
    display: flex;
    position: relative;
    z-index: 10;
}

.banner-nav-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.banner-nav-item .nav-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-nav-item .nav-icon {
    width: 64px;
    height: 64px;
    background-size: 100%;
}

.banner-nav-item .nav-icon-recharge {
    background-image: url("https://static.igmbuy.com/global/img/nav-icon-recharge.png");
}

.banner-nav-item .nav-icon-yxb {
    background-image: url("https://static.igmbuy.com/global/img/nav-icon-yxb.png");
}

.banner-nav-item .nav-icon-account {
    background-image: url("https://static.igmbuy.com/global/img/nav-icon-account.png");
}

.banner-nav-item .nav-icon-cdk {
    background-image: url("https://static.igmbuy.com/global/img/nav-icon-cdk.png");
}

.banner-nav-item .nav-icon-card {
    background-image: url("https://static.igmbuy.com/global/img/nav-icon-gift-card.png");
}

.banner-nav-item .nav-icon-trade {
    background-image: url("https://static.igmbuy.com/global/img/nav-icon-trade.png");
}

.banner-nav-item .name {
    font-size: 20px;
    color: #fff;
    margin-top: 4px;
}

.banner-nav-item:not(:last-child):after {
    content: '';
    width: 1px;
    height: 50px;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    right: 0;
    top: calc(50% - 25px);
}

.banner-nav-item .nav-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    height: 120px;
    padding: 0 10px;
    border-radius: 12px;
    transition: all 300ms ease-in-out;
}

.banner-nav-item .nav-wrapper:hover {
    background: #000000;
}

.index-section {
    margin-top: 40px;
}

.index-section .section-title {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}

.index-section .section-title h2 {
    font-size: 24px;
    color: #333;
    line-height: 1;
}

.index-section .section-title .more {
    color: #999;
    font-size: 14px;
    margin-left: 12px;
    transition: color 300ms ease-in-out;
}

.index-section .section-title .more:hover {
    color: #333;
}

.index-section .section-title .more:after {
    display: inline-block;
    content: '';
    width: 6px;
    height: 11px;
    background: url("https://static.igmbuy.com/global/img/icon-right-grey.png") no-repeat;
    background-size: 100%;
    margin-left: 5px;
}

/*畅销品*/
.best-sell-goods-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.best-sell-goods {
    display: flex;
    width: 336px;
    height: 168px;
    background: #ffffff;
    border-radius: 12px;
    padding: 8px;
    margin-right: 18px;
    margin-bottom: 16px;
    transition: all 300ms ease-in-out;
}

.best-sell-goods:hover {
    transform: translateY(-4px);
}

.best-sell-goods:nth-of-type(4n) {
    margin-right: 0;
}

.best-sell-goods .goods-img {
    width: 120px;
    height: 152px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.best-sell-goods .goods-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.best-sell-goods .goods-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 12px;
}

.best-sell-goods .goods-name {
    color: #333;
    font-size: 16px;
}

.best-sell-goods .goods-category {
    display: inline-flex;
    align-items: center;
    height: 24px;
    background: #F5F6F9;
    border-radius: 4px;
    padding: 0 6px;
    color: #999999;
    font-size: 12px;
    margin-top: 8px;
}

.best-sell-goods .goods-price {
    font-size: 24px;
    color: #333;
    font-weight: 800;
    line-height: 1;
}

.best-sell-goods .unit {
    color: #333;
}

/*热门游戏*/
.index-hot-game .fixed-game {
    display: block;
    width: 100%;
    height: auto;
    font-size: 0;
    margin-bottom: 10px;
    transition: all 300ms ease-in-out;
}

.index-hot-game .fixed-game:hover {
    transform: scale(1.02);
}

.index-hot-game .fixed-game img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.hot-game-container {
    width: 1400px;
    position: relative;
    overflow-x: hidden;
    overflow-y: visible;
}

.hot-game-container .swiper-wrapper {
    width: auto;
    height: 470px;
    overflow: visible;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
    transition-timing-function: linear;
    height: 470px;
}

.hot-game-swiper {
    width: 100%;
    overflow: visible !important;
}

.hot-game-swiper .swiper-wrapper {
    display: flex;
    width: auto;
}

.hot-game-swiper .hot-game-swiper-slide {
    display: inline-block;
    width: 460px;
    height: 460px;
    flex-shrink: 0;
    margin-right: 10px;
    color: #fff;
    transition: all 300ms ease-in-out;
}

.hot-game-swiper .hot-game-swiper-slide:hover {
    transform: translateY(-4px);
    /*margin-bottom: 4px;*/
}

.hot-game-swiper-slide {
    width: 460px;
    height: 460px;
    position: relative;
    border-radius: 16px;
    overflow-x: hidden;
    display: flex;
}

.hot-game-swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hot-game-swiper-slide .category-list {
    display: flex;
    flex-wrap: wrap;
}

.hot-game-swiper-slide .category-item {
    display: inline-flex;
    align-items: center;
    height: 32px;
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
    border: 1px solid #fff;
    border-radius: 8px;
    background: rgba(0, 0, 0, .4);
    margin-right: 10px;
    transition: all 300ms ease-in-out;
}

.hot-game-swiper-slide .category-item:hover {
    color: var(--highlight-color);
    border-color: var(--highlight-color);
}

.hot-game-swiper-slide .icon {
    width: 16px;
    margin-right: 4px;
}

.hot-game-swiper-slide .icon img {
    width: 100%;
}

.hot-game-swiper-slide .info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 10px 20px 30px;
    background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.6) 100%);
}

.hot-game-swiper-slide .game-name {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
}

/*游戏充值*/
.index-recharge-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.index-recharge-item {
    width: 336px;
    border-radius: 12px;
    overflow: hidden;
    margin-right: 18px;
    margin-bottom: 16px;
    flex-shrink: 0;
    transition: all 300ms ease-in-out;
}

.index-recharge-item:hover {
    transform: translateY(-4px);
}

.index-recharge-item:nth-of-type(4n) {
    margin-right: 0;
}

.index-recharge-item .img-wrapper {
    width: 336px;
    height: 424px;
}

.index-recharge-item .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-recharge-item .info {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 156px;
    background: #fff;
    padding: 12px;
    color: #333;
}

.index-recharge-item .name {
    font-size: 20px;
}

.index-recharge-item .goods-price {
    font-size: 30px;
    font-weight: bold;
}

/*游戏交易*/

.index-trade .img-wrapper {
    width: 948px;
    height: 526px;
    border-radius: 16px;
    overflow: hidden;
    transition: all 300ms ease-in-out;
}

.index-trade .img-wrapper:hover {
    transform: scale(1.02);
}

.index-trade .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-trade-right {
    width: 432px;
}

.index-trade .title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.index-trade-list {
    margin-bottom: 20px;
}

.index-trade-item {
    display: flex;
    align-items: center;
    height: 72px;
    padding: 0 16px;
    overflow: hidden;
    margin-bottom: 12px;
    background: #fff;
    border-radius: 8px;
}

.index-trade-item .user, .index-trade-item .goods {
    color: #333;
}

.index-trade-item .time {
    color: #999;
    margin: 0 10px;
}

.index-trade .btn-become-seller {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 48px;
    border-radius: 8px;
    border: 1px solid var(--highlight-color);
    color: var(--highlight-color);
    font-size: 16px;
    transition: all 300ms ease-in-out;
}

.index-trade .btn-become-seller:hover {
    background: rgba(255, 69, 125, 0.1);
}

.index-trade .btn-to-buy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 48px;
    background: var(--highlight-color);
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 16px;
    transition: all 300ms ease-in-out;
}

.index-trade .btn-to-buy:hover {
    background: var(--highlight-color2);
}

.index-news {
    padding-bottom: 80px;
}

.index-news-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 270px;
    height: 80px;
    padding: 16px;
    border-radius: 12px;
    background: #fff;
    margin-right: 12px;
}

.index-news-item:nth-of-type(5n) {
    margin-right: 0;
}

.index-news-item .name {
    font-size: 14px;
    color: #333;
    transition: all 300ms ease-in-out;
}

.index-news-item:hover .name {
    text-decoration: underline;
}

.index-news-item .time {
    color: #999;
    font-size: 12px;
}

/*游戏cdk*/

.index-cdk-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.index-cdk-item {
    width: 270px;
    border-radius: 12px;
    overflow: hidden;
    margin-right: 12px;
    flex-shrink: 0;
    transition: all 300ms ease-in-out;
}

.index-cdk-item:hover {
    transform: translateY(-4px);
}

.index-cdk-item:nth-of-type(5n) {
    margin-right: 0;
}

.index-cdk-item .img-wrapper {
    width: 270px;
    height: 340px;
}

.index-cdk-item .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-cdk-item .info {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 156px;
    background: #fff;
    padding: 12px;
    color: #333;
}

.index-cdk-item .name {
    font-size: 20px;
}

.index-cdk-item .goods-price {
    font-size: 30px;
    font-weight: bold;
}


/*首页改版End*/

/*购物车*/
.p-cart {
    background: #F5F6F9;
    color: #333333;
    padding-bottom: 60px;
}

.p-cart .p-cart-title {
    display: flex;
    font-size: 20px;
    padding-top: 40px;
}

.p-cart .header-btn-wrapper {
    display: flex;
    margin-top: 30px;
}

.p-cart .btn-select-all {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-left: 20px;
    cursor: pointer;
}

.p-cart .btn-delete-all, .p-cart .btn-save-info {
    display: inline-flex;
    align-items: center;
    height: 34px;
    padding: 0 20px;
    background: var(--highlight-color2);
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 14px;
    margin-left: 20px;
    cursor: pointer;
}

.p-cart .icon-check {
    width: 16px;
    height: 16px;
    background-image: url("https://static.igmbuy.com/global/img/icon-check.png");
    background-size: 100%;
}

.p-cart .icon-check.on {
    width: 16px;
    height: 16px;
    background-image: url("https://static.igmbuy.com/global/img/icon-checked-active.png");
    background-size: 100%;
}

.p-cart .btn-select-all-text {
    margin-left: 10px;
}

.p-cart .cart-no-data {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 382px;
}

.p-cart .cart-no-data img {
    width: 186px;
    margin-bottom: 10px;
}

.p-cart .cart-content {
    background: #FFFFFF;
    border-radius: 12px;
    margin-top: 20px;
    padding-bottom: 20px;
}

.p-cart .cart-item-checkbox {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #D1D1D1;
    box-sizing: border-box;
    cursor: pointer;
}

.p-cart .cart-item-checkbox.disabled {
    cursor: default;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-cart .cart-item-checkbox.disabled:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #D1D1D1;
    border-radius: 50%;
}

.p-cart .cart-item.on .cart-item-checkbox {
    background-image: url("https://static.igmbuy.com/global/img/icon-checked-active.png");
    background-size: 100%;
    border-color: var(--highlight-color2);
}

.p-cart .btn-delete-single {
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("https://static.igmbuy.com/global/img/icon-del.png");
    background-size: 100%;
    cursor: pointer;
}

.p-cart .cart-item {
    margin-bottom: 20px;
}

.p-cart .cart-item.on .btn-delete-single {
    background-image: url("https://static.igmbuy.com/global/img/icon-delete-active.png");
}

.p-cart .cart-item-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px 40px 0 20px;
}

.p-cart .goods-img, .p-pay-result .goods-img {
    width: 142px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 24px;
    cursor: pointer;
}

.p-cart .goods-img img, .p-pay-result .goods-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-cart .goods-info-wrapper, .p-pay-result .goods-info-wrapper {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    justify-content: center;
    min-height: 80px;
    gap: 4px;
}

.p-cart .goods-name {
    font-size: 16px;
    cursor: pointer;
}

.p-cart .goods-extra-info, .p-pay-result .goods-extra-info {
    color: #9A9A9A;
    font-size: 12px;
    gap: 10px;
}

.p-cart .goods-extra-info > span, .p-pay-result .goods-extra-info > span {
    margin-right: 10px;
}

.p-cart .goods-extra-info > span:not(:first-child):before, .p-pay-result .goods-extra-info > span:not(:first-child):before {
    content: '|';
    margin-right: 10px;
    color: #D1D1D1;
}

.p-cart .right-btn {
    margin-left: auto;
    display: flex;
    gap: 88px;
}

.p-cart .right-btn .status {
    font-size: 14px;
}

.p-cart .cart-item-detail {
    display: none;
    background: #FAFAFA;
    padding: 20px;
    font-size: 14px;
}

.p-cart .cart-item.on .cart-item-detail {
    display: block;
}

.p-cart .extra-info-wrapper {
    display: flex;
    gap: 10px 30px;
    font-size: 14px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.p-cart .extra-info-title {
    min-width: 62px;
    text-align: right;
    margin-right: 12px;
}

.p-cart .extra-info-title.required:before {
    content: '*';
    color: #ff0000;
}

.p-cart .extra-info-input, .p-cart .extra-info-select {
    display: flex;
    align-items: center;
    width: 340px;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    outline: 0;
    color: #333333;
    font-size: 14px;
}

.p-cart .extra-info-select {
    color: #b4b8bf;
    padding: 0 10px;
}

.p-cart .extra-info-select.checked {
    color: #333333;
}

.p-cart .payment-wrapper {
    background: #F7F7F7;
    border-radius: 12px;
    padding: 20px;
    margin: 20px;
    font-size: 14px;
}

.p-cart .payment-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.p-cart .pay_way_item {
    display: flex;
    align-items: center;
    width: 248px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    cursor: pointer;
}

.p-cart .pay_way_item.on {
    background: #FAEBF0;
    border-color: var(--highlight-color2);
}

.p-cart .pay_way_item .pay_logo_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 40px;
}

.p-cart .pay_way_item .pay_way_logo {
    max-height: 100%;
}

.p-cart .pay_way_item .pay_way_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px;
}

.p-cart .pay_way_item .pay_way_fee {
    color: #9A9A9A;
    font-size: 12px;
}

.p-cart .payment-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #E5E5E5;
    margin-top: 20px;
}

.p-cart .coupon-select {
    min-width: 180px;
    max-width: 300px;
    border-color: #DDDDDD;
    border-radius: 4px;
    outline: 0;
}

.p-cart .price-detail-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 20px;
}

.p-cart .price-total-text {
    display: flex;
    font-size: 18px;
    font-weight: bold;
}

.p-cart .price-detail {
    color: #9A9A9A;
}

.p-cart .btn-pay {
    display: flex;
    align-items: center;
    height: 44px;
    padding: 0 30px;
    background: var(--highlight-color2);
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
}

.p-cart .btn-pay.disabled {
    opacity: .6;
    cursor: default;
}

.layui-layer-dialog.custom-delete-cart-goods {
    color: #333333;
    border-radius: 12px;
    overflow: hidden;
    width: 300px;
    padding-bottom: 18px;
    padding-top: 10px;
}

.custom-delete-cart-goods .custom-title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
}

.custom-delete-cart-goods .custom-content {
    text-align: center;
    word-break: keep-all;
}

.custom-delete-cart-goods .layui-layer-btn .layui-layer-btn0 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    border-radius: 8px;
    color: #FFFFFF;
    border: none;
    background: var(--highlight-color2);
    font-size: 14px;
}

.custom-delete-cart-goods .layui-layer-btn .layui-layer-btn1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    border-radius: 8px;
    color: #FFFFFF;
    border: none;
    background: #333333;
    font-size: 14px;
}

.custom-load-div.layui-layer-loading .layui-layer-content {
    width: fit-content !important;
    height: auto !important;
    background-position: center top;
    background-size: 32px !important;
    padding-top: 40px;
    text-align: center;
}

/*支付结果*/
.p-pay-result {
    min-height: 400px;
}

.p-pay-result .pay-res-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0 20px 0;
}

.p-pay-result .pay-res-text {
    font-size: 20px;
    color: #333333;
}

.p-pay-result .btn-homepage {
    display: flex;
    align-items: center;
    height: 34px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 0 20px;
    color: #333333;
    font-size: 14px;
    cursor: pointer;
}

.p-pay-result .btn-user {
    display: flex;
    align-items: center;
    height: 34px;
    background: var(--highlight-color2);
    border-radius: 8px;
    padding: 0 20px;
    color: #FFFFFF;
    font-size: 14px;
    margin-left: 10px;
    cursor: pointer;
}

.p-pay-result .pay-order-list {
    background: #FFFFFF;
    border-radius: 12px;
    font-size: 14px;
    color: #333333;
}

.p-pay-result .order-item {
    display: flex;
    align-items: center;
    padding: 20px 40px 20px 16px;
}

.p-pay-result .goods-img {
    margin-left: 0;
    cursor: default;
}

.p-pay-result .right-status {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.p-pay-result .right-status .sub-text {
    color: #9A9A9A;
    font-size: 12px;
}

.p-pay-result .right-status .sub-text span {
    color: #333333;
    cursor: pointer;
}

.p-pay-result .goods-name {
    font-size: 16px;
}

.p_pubg .icon-ball {
    display: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: fixed;
    z-index: 1;
    transition: left .8s linear, top .8s cubic-bezier(0.49, -0.29, 0.75, 0.41), opacity 0.3s ease 0.8s, transform 1s ease;
}

.p_pubg .icon-ball img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-pay-dialog {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cart-pay-dialog .pay-time-tips {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 34px;
    background: #FAEBF0;
    color: var(--highlight-color2);
    font-size: 14px;
    margin-bottom: 40px;
    padding: 6px;
}

.cart-pay-dialog .pay-code-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cart-pay-dialog .pay-money {
    text-align: center;
}

.cart-pay-dialog .code-img {
    width: 160px;
    height: 160px;
    margin-top: 20px;
}

.cart-pay-dialog .icon-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 12px;
    height: 12px;
    background: url("https://static.igmbuy.com/9891/img/ico_close.png") no-repeat;
    background-size: 100%;
    cursor: pointer;
}