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

/*banner*/
.banner {
    width: 100%;
    height: 360px;
    overflow: hidden;
    position: relative;
    min-width: 1180px;
    z-index: 8;
}

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

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

.banner .slideBox .bd li {
    overflow: hidden;
    width: 100%;
    height: 360px;
    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: #ff3867;
}

/*banner右侧部分*/
.banner_position-part{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    pointer-events: none;
}

.banner_position-container{
    width: 1180px;
    height: 360px;
    display: flex;
    position: relative;
    margin: 0 auto;
    justify-content: flex-end;
    align-items: center;
}
.banner_position_right {
    position: relative;
    width: 260px;
    height: 320px;
    background: #FFFFFF;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 12px;
    pointer-events: auto;
}

.banner_position_right .login-part {
    display: flex;
    width: 100%;
    height: 48px;
}

.banner_position_right .login-part .logo {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
    flex-shrink: 0;
}

.banner_position_right .banner-right-login-container {
    width: 178px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 4px 0;
}

.banner_position_right .login-container {
    width: 100%;
    display: flex;
}

.banner_position_right .user-name {
    width: 120px;
    font-weight: bold;
    font-size: 14px;
    color: #262324;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.banner_position_right .logout-btn {
    font-weight: 500;
    font-size: 12px;
    color: #262324;
    margin-left: auto;
    cursor: pointer;
}

.banner_position_right .to-user-center-btn {
    font-weight: 500;
    font-size: 12px;
    color: #666263;
    cursor: pointer;
}

.banner_position_right .welcome {
    font-weight: bold;
    font-size: 14px;
    color: #262324;
}

.banner_position_right .login-tip {
    font-weight: 500;
    font-size: 12px;
    color: #999697;
}

.banner_position_right .login-btn {
    font-weight: 500;
    font-size: 12px;
    color: #262324;
    cursor: pointer;
}

.banner_position_right .trans-btn-container {
    width: 100%;
    height: 38px;
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}

.banner_position_right .buy-btn {
    width: 110px;
    height: 38px;
    background: #F03554;
    border-radius: 8px;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
}

.banner_position_right .sell-btn {
    width: 110px;
    height: 38px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #FFC8C8;
    font-weight: bold;
    font-size: 12px;
    color: #F03554;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
}

.announcement {
    width: 100%;
    border-top: 1px solid #EDEDED;
    margin-top: 12px;
}

.announcement .top {
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
}

.announcement .top .point {
    width: 6px;
    height: 6px;
    background: #F03554;
}

.announcement .top .title {
    font-weight: bold;
    font-size: 14px;
    color: #262324;
    margin-left: 8px;
}

.more {
    display: flex !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #666263;
    cursor: pointer;
    position: relative;
    padding-right: 14px !important;
    align-items: center;
    margin-left: auto;
    height: 24px;
}

.more:hover {
    color: #F03554;
}

.more:after {
    content: '';
    position: absolute;
    right: 0;
    width: 6px;
    height: 10px;
    background-image: url("https://static.9891.com/9891/image_index/grey_right_arrow.png");
    background-size: 100% 100%;
    flex-shrink: 0;
}

.more:hover:after {
    background-image: url("https://static.9891.com/9891/image_index/red_right_arrow.png");
}

.announcement .announcement_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.announcement .announcement_list span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 6px;
    background: #FAF0F0;
    color: #F03554;
    margin-right: 10px;
}

.announcement a {
    font-size: 12px;
    color: #262324;
}

.announcement a:hover {
    color: #F03554;
}

.announcement_list li:first-child, .announcement_list li:first-child a, .announcement_list li.red, .announcement_list li.red a {
    color: #F03554;
}

.announcement .service {
    margin-top: 12px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    /*gap: 24px;*/
}

.announcement .service a {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*width: 48px;*/
    cursor: pointer;
    flex: 1;
}

.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 img {
    width: 32px;
    height: 32px;
}

.announcement .service a p {
    font-weight: 500;
    font-size: 12px;
    color: #262324;
    margin-top: 6px;
}

/*成交记录*/
.trade {
    height: 44px;
    line-height: 44px;
    position: relative;
    font-size: 14px;
}

.trade p {
    font-weight: 700;
    position: relative;
    padding-right: 10px;
    margin-right: 9px;
}

.trade p:after {
    content: ' ';
    width: 1px;
    height: 14px;
    background: #d2d7d9;
    position: absolute;
    top: 15px;
    right: 0;
}

.trade .trade_wrap {
    width: 1080px;
    overflow: hidden;
    margin-right: 15px;
    color: #aab4bf;
}

.trade .trade_list li {
    float: left;
    margin-right: 40px;
    width: auto !important;
}

.trade_list i, .trade_list a, .trade_list span {
    color: #08192f;
    font-style: normal;
    font-size: 14px;
}

/*楼层导航*/
.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: #ff3867;
}

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

.cont_title a {
    color: #000000;
}

.discount .time {
    display: inline-block;
    color: #ff3867;
    font-weight: 400;
    margin-left: 4px;
}

.discount .time span {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding: 0 2px;
    border-radius: 3px;
    background: #ff3867;
    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: 220px;
    height: 124px;
}

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

.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: #ff3867;
}

.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: 4px;
}

/*新品上架*/
.p_index .game-wrapper {
    height: auto !important;
}

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

.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(5n+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.9891.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: 130px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*热门游戏*/
.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 #ff3867;
}

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

.welfare .btn_wrap .b2 {
    color: #ffffff;
    background: #ff3867;
    cursor: pointer;
}

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

.trial .trial_list_wrap {
    position: relative;
    height: 300px;
    width: 1180px;
    overflow: hidden;
    background-color: #000000;
    display: flex;
}

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

.trial .trial_list:not(.on) {
    flex-grow: 1;
}

.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: #ff3867;
    border-radius: 3px;
}

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

.trial .game_person img {
    width: 392px;
    height: 300px;
    -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 {
    width: 392px;
    height: 300px;
    -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: #ff3867;
}

/*游戏礼包*/
.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-bottom: 60px;
}

.p_a_left {
    width: 780px;
    margin-top: 40px;
}

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

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

/*.p_article .crumb_wrap {*/
/*    border-bottom: none;*/
/*}*/


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

.article_wrap .info, .p_news .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: 22px;
    background: url("https://static.9891.com/9891/img/ico_view.png") no-repeat left center;
}

.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: #ff3867;
}

.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: 1180px;
    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: 115px;
    text-align: right;
    color: #08192f;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
}

.top_select .select_item ul, .crumb_selected ul, .top_select .select_item_right {
    padding-left: 139px;
    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: #ff3867;
    color: #ffffff;
}

.select_item ul > li:hover {
    color: #ff3867;
}

#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: #ff3867;
}

.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: #ff3867;
    color: #ff3867;
}

.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: #ff3867;
    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: #ff3867;
}

.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: #ff3867;
    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 #ff3867;
    cursor: pointer;
}

.p_list .goods_list_body .item_btn a {
    display: block;
    color: #ff3867;
}

.p_list .goods_list_body .item_btn a:hover {
    background: #ff3867;
    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.9891.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: 155px;
    display: inline-block;
}

.p_list .search_wrap input {
    width: 218px;
    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;
    width: 48px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    background: #ff3867;
    margin-left: -4px;
    cursor: pointer;
}

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

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

.p_bPList .goods_item:nth-of-type(5n+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;
}

.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-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.9891.com/9891/img/ico_qbgg.png") no-repeat center;
}

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

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

#announcement .ico_3 {
    background: url("https://static.9891.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: ">>";
}

/*全部游戏*/
.p_allGames {
    margin-top: 36px;
    min-height: 750px;
}

.p_allGames .information {
    width: 100%;
}

.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-left: 34px;
    margin-bottom: 20px;
    cursor: pointer;
}

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

.p_allGames .hot_games_group li:nth-of-type(5n+1) {
    margin-left: 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: #ff3867;
}

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

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

.p_allGames .hot_games_group {
    margin: 0;
}

/*活动中心*/
.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 #ff3867;
    color: #ff3867;
    border-radius: 3px;
    cursor: pointer;
}

.p_activity .user_body .btn_wrap a.on {
    color: #ffffff;
    background: #ff3867;
}

.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: #ff3867;
    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: #ff3867;
}

.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.9891.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.9891.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.9891.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.9891.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.9891.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.9891.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.9891.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.9891.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.9891.com/9891/img/ico_down.png) no-repeat;
}

.item_show {
    position: absolute;
    line-height: 44px;
    right: 0px;
    top: 0;
    color: #ff3867;
    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: #ff3867 !important;
    color: #ffffff !important;
}

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


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

.p_pubg .pubg_header {
    margin-top: 20px;
    padding: 20px 40px 20px 20px;
}

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

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

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

.p_pro_detail .product_name {
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    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: #ff3867;
    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: #ff3867;
    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_pro_detail .product-seller-info{
    display: flex;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid #F6F8F7;
    margin-bottom: 10px;
}

.p_pro_detail .product-seller-info .title{
    color: #5C6573;
}

.p_pro_detail .product-seller-info img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 10px;
}

.p_pro_detail .product-seller-info .nick{
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.p_pubg .product_tc > span {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    line-height: 30px;
}

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

.tc_list span {
    display: block;
    float: left;
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 10px;
    margin-top: 10px;
    border: 1px dashed #ccd2d9;
    cursor: pointer;
}

.tc_list span.on {
    border: 1px solid #ff3867;
    background: #ff3867;
    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 .btn_buy {
    color: #ffffff;
    margin-right: 10px;
}

.p_pro_detail .buy {
    background: #f5570f;
}

.p_pro_detail .reserve {
    background: #FF457D;
}

.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.9891.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.9891.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.9891.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.9891.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: #FF457D;
    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: 780px;
}

.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.9891.com/9891/img/ico_crown.png") no-repeat;
}

.attention {
    color: #f36106;
}

/*下单弹框*/
.form_dialog {
    position: absolute;
    top: 100px;
    left: 100px;
    width: 860px;
    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: #ff3867;
    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_b {
    display: none;
    width: 300px;
}

.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 .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: 214px;
    overflow-y: scroll;
    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 100px;
    width: auto;
}

.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: #ff3867;
    color: #ffffff;
    margin: 0 auto;
    cursor: pointer;
}

.f_d_btn:hover {
    background: #ff4e78;
}

.f_d_btn:active {
    background: #ec325e;
}

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

.form_dialog .ico_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    background: url("https://static.9891.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 {
    color: #3377aa;
}

.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: #ff3867;
    width: 18px;
    height: 18px;
    display: block;
    text-align: center;
    content: '';
    border-radius: 50%;
    background: url('https://static.9891.com/9891/img/ico_radio.png');
    background-size: 100% 100%;
}

input[type=radio]:checked::after {
    content: '';
    background: url('https://static.9891.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.9891.com/9891/img/btn_copy.png") no-repeat;
    cursor: pointer;
}

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

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

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

.product_qf label {
    display: block;
    float: left;
    width: 150px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    margin-left: 10px;
    border: 1px solid #ccd2d9;
    cursor: pointer;
}

.product_qf > span {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    line-height: 30px;
}

.qf_list {
    display: none;
    position: absolute;
    top: 29px;
    left: 46px;
    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;
    /*background: #ff3867;*/
    color: #ff3867;
    text-align: center;
    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: #ff3867;
    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.9891.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.9891.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: #FF457D;
    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.9891.com/9891/img/control-arrow.png") 0px center no-repeat;
}

.coupon_group .sNext a {
    background: url("https://static.9891.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: #ff3867;
}

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

.f_d_coupon li.on:after {
    width: 30px;
    height: 30px;
    content: '';
    background: url("https://static.9891.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 {
    display: none;
}

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

.f_d_coupon_wrap {
    padding-top: 20px;
    border-top: 1px dashed #E6EDF5;
    margin-top: 10px;
}

.f_d_coupon_select {
    display: flex;
    align-items: center;
    height: 36px;
    box-sizing: content-box;
    margin-bottom: 20px;
}

.coupon_select_input {
    width: 480px;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
    padding: 0 10px;
    background: #F0F5F7;
    position: relative;
    margin-left: 16px;
    cursor: pointer;
}

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

.coupon_select_input .select_ul {
    display: none;
    max-height: 192px;
    position: absolute;
    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: 40px;
}

.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: #ff3867;
    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.9891.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: #ff3867;
    border: 1px solid #ff3867;
    cursor: pointer;
    margin-left: 10px;
}

.p_retrieve_list .item_btn a:hover {
    background: #ff3867;
    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.9891.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;
}

.article_menu a {
    color: #81858c;
    font-size: 14px;
    line-height: 40px;
}

.article_menu .on a {
    color: #ff457d;
}

.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;
    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.9891.com/9891/img/ico_arr.png") no-repeat right;
}

.help_top .help_1 {
    background: url("https://static.9891.com/9891/img/bg_help1.png") no-repeat;
}

.help_top .help_2 {
    background: url("https://static.9891.com/9891/img/bg_help2.png") no-repeat;
}

.help_top .help_3 {
    background: url("https://static.9891.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.9891.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.9891.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.9891.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;
}

/*正文*/
.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.9891.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.9891.com/9891/img/control-arrow.png") 4px center no-repeat;
}

.index_area_left .sNext a {
    background: url("https://static.9891.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.9891.com/9891/img/bg_festival38.png") no-repeat center;*/
/*    min-width: 1180px;*/
/*    object-fit: cover;*/
/*}*/

/*.p_index_bg {*/
/*    min-width: 1180px;*/
/*    background: url("https://static.9891.com/9891/img/bg_festival39.png") no-repeat top;*/
/*}*/

/*.color_fff, .bg_festival .nav_list li a, .p_index_bg_festival .search_hot a {*/
/*    color: #000;*/
/*}*/

/*自定义商品页*/
.custom_list_banner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    min-width: 1200px;
    flex-shrink: revert;
    background: url("https://static.9891.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;
}

