/*热门游戏*/
.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_position {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.banner_position .container {
    position: relative;
}

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

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

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

.more:hover {
    color: #ff3867;
}

.more:after {
    content: '>';
    position: absolute;
    right: 0;
    top: -1px;
}

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

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

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

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

.announcement ul a:hover {
    color: #ff3867;
}

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

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

.announcement .service a:hover .show_code {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    position: absolute;
    bottom: 16px;
    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: -50px;
    right: -90px;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    transition: all .3s ease-out
}

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

.announcement .service a p {
    color: #08192f;
    font-size: 12px;
    text-align: center;
}

/*成交记录*/
.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: 1090px;
    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;text-align: left;
    font-weight: 700;
    font-size: 16px;
    padding : 10px 15px;
}

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

.game-img {
    width: 220px;
    height: 124px;
}

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

.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;
}

.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("../images/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;
}

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

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

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

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

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

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

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

.index_group .index_group_nav a.fr,.index_group .index_group_nav h2.fr {
    padding: 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;
}

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

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

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

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

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

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

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

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

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

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

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


/*资讯*/
.information {
    background: #fff;
}
.p_news_l{width: 800px;background: #fff;}

.information .hd li {
    padding-right: 24px;
    cursor: pointer;
    font-weight: 700;
    display: inline-block;
    font-size: 16px;
}

.p_news .right_nav {
    border-left: 1px solid #d2d7d9;
}

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

 

.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;
}

.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%;
}

.information .info_list .title {
    color: #08192f;
    padding-left: 105px;text-align: left;
    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_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("../images/ico_view.png") no-repeat left center;
}

.article_wrap .article {
    margin-top: 20px;

}

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

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

.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 {
    border-left: 1px solid #d2d7d9;
}

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

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

.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("../images/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;
}

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

.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;
}


/*公告列表*/
.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("../images/ico_qbgg.png") no-repeat center;
}

#announcement .ico_1 {
    background: url("../images/ico_xtgg.png") no-repeat center;
}

#announcement .ico_2 {
    background: url("../images/ico_sxtz.png") no-repeat center;
}

#announcement .ico_3 {
    background: url("../images/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("../images/bg_draw.png") no-repeat;
    min-height: 922px;
    padding-top: 10px;
}

.p_draw .draw_list {
    height: 36px;
    line-height: 36px;
    width: 940px;
    background: url("../images/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("../images/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("../images/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("../images/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("../images/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("../images/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("../images/ico_jifen.png") no-repeat left;
    height: 30px;
    line-height: 30px;
}

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


/*分页*/
.pagination-group {
    text-align: center;
}

#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(../images/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;
}

.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;
}

#products_ac .tag{
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #ff3867;
    background: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.p_pubg .product_tc {
    /*display: none;*/
    position: relative;
    color: #5c6573;
    margin-bottom: 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;
    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 .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 .btn_buy.disabled {
    background: #c0c0c0;
    cursor: not-allowed;
}

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

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

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

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

.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("../images/ico_crown.png") no-repeat;
}

.attention {
    color: #f36106;
}

/*下单弹框*/
.form_dialog {
    position: absolute;
    top: 100px;
    left: 100px;
    width: 860px;
    height: 578px;
    background: #ffffff;
    z-index: 12;
    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 {
    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 .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_tips2 {
    color: #aab4bf;
    text-align: center;
    /*text-indent: 110px;*/
}

.f_d_tips2 a {
    color: #3377aa;
}

.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;
}

.form_dialog .ico_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    background: url("../images/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;
}

#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('../images/ico_radio.png');
    background-size: 100% 100%;
}

input[type=radio]:checked::after {
    content: '';
    background: url('../images/ico_radio_on.png');
    background-size: 100% 100%;
}

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

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

.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;
}

.copy {
    display: block;
    width: 46px;
    height: 20px;
    background: url("../images/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;
}


/*个人中心*/
.p_user {
    min-height: 600px;
}

.p_user_banner {
    width: 100%;
    height: 132px;
    line-height: 132px;
    text-align: center;
    background: url(../images/centerbg.png) no-repeat center center;
    background-size: cover;
    font-size: 16px;
    color: #666;
    box-sizing: border-box;
}

.p_user .content_info {
    width: 1180px;
    position: relative;
    margin: 0 auto;
}

.p_user .change_photo {
    width: 100%;
    height: 32px;
    background: #000;
    background: url("../images/xiugai.png") no-repeat center;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
    z-index: 9999;
    position: absolute;
    bottom: 0;
    left: 0px;
    display: none;
}

.p_user .photo {
    position: absolute;
    top: 31px;
    left: 41px;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    background: #fff;
    cursor: pointer;
    overflow: hidden !important;
    border: 3px solid #fff;
}

.p_user .photo img {
    -webkit-transition: 0.6s all;
    -moz-transition: 0.6s all;
    -o-transition: 0.6s all;
    -ms-transition: 0.6s all;
    transition: 0.6s all;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.p_user .photo:hover img {
    transform: rotateY(360deg);
}

.p_user .photo_sty {
    animation: myfirst 0.5s linear;
    -moz-animation: myfirst 0.5s linear; /* Firefox */
    -webkit-animation: myfirst 0.5s linear; /* Safari and Chrome */
    -o-animation: myfirst 0.5s linear; /* Opera */
    /*-webkit-animation-iteration-count: 2;*/
}

.p_user .main_left {
    float: left;
    width: 220px;
    background: #fff;
    border-bottom: 1px solid #ececec;
}

.p_user .main_right {
    opacity: 0;
    width: 960px;
    float: left;
    background: #fff;
    border-left: 1px solid #ececec;
    min-height: 850px;
}

.p_userIndex .main_right {
    opacity: 1;
}

.p_user .person_msg {
    width: 100%;
    text-align: center;
    padding-top: 56px;
    box-sizing: border-box;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
}

.p_user .person_msg > p {
    text-align: center;
    font-size: 12px;
    color: #555;
    margin-top: 10px;
}

.p_user .person_msg img {
    vertical-align: middle;
    margin-top: -5px;
}

.p_user .title {
    width: 200px;
    margin: 0 auto;
    height: 52px;
    line-height: 52px;
    font-size: 15px;
}

.p_user .icon_menu {
    padding: 13px;
    display: inline-block;
    background: paleturquoise;
    margin: 0 5px;
    vertical-align: middle;
}

.p_user .icon_menu1 {
    background: url(../images/u_center.png) no-repeat -55px -28px;
}

.p_user .icon_menu2 {
    background: url(../images/shezhi.png) no-repeat center 2px;
}

.p_user .icon_menu3 {
    background: url(../images/u_center.png) no-repeat -55px -148px;
}

.p_user .icon_right {
    margin-left: 65px;
}

.p_user .icon_jian {
    background: url(../images/u_center.png) no-repeat -61px -178px !important;
}

.p_user .icon_jia {
    background: url(../images/u_center.png) no-repeat -61px -220px;
}

.p_user .second_menu {
    padding-bottom: 10px;
}

.p_user .second_menu li a {
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-indent: 48px;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
}

.p_user .second_menu li a:hover {
    color: #ff3867;
    font-weight: bold;
}

.p_user .menu_color {
    color: #ff3867 !important;
    font-weight: bold;
}

.p_userIndex .save {
    width: 100%;
    background: #fff;
}

.p_userIndex .save_title {
    margin-top: 10px;
    text-indent: 20px;
    color: #333;
    height: 60px;
    line-height: 60px;
}

.p_userIndex .save_grade {
    background: #FFF5EF;
    height: 60px;
    line-height: 60px;
    color: #999;
    font-size: 12px;
    text-indent: 20px;
}

.p_userIndex .wrap {
    display: inline-block;
    width: 360px;
    height: 10px;
    background: #E3E4E5;
    border-radius: 20px;
    vertical-align: middle;
    position: relative;
    margin-left: 8px;
}

.p_userIndex .progress {
    width: 40%;
    height: 10px;
    background: #6FCA01;
    border-radius: 20px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.p_userIndex .num {
    margin-left: 13px;
    margin-right: 40px;
    color: #4B4A49;
}

.p_userIndex .renzheng {
    width: 100%;
    height: 100px;
    line-height: 100px;
    color: #333;
    font-size: 18px;
    text-indent: 20px;
}

.isRenZheng, .noRenZheng {
    display: none;
}

.p_userIndex .renzheng div {
    float: left;
}

.p_userIndex .icon_renzheng {
    display: inline-block;
    padding: 12px;
    background: #ff3867;
    vertical-align: middle;
    margin-left: 86px;
}

.p_userIndex .icon_no {
    background: url(../images/u_center.png) no-repeat -172px -63px;
}

.p_userIndex .icon_yes {
    background: url(../images/u_center.png) no-repeat -172px -101px;
}

.p_userIndex .no_renzheng {
    color: #ff3867;
    font-size: 12px;
}

.p_userIndex .yes_renzheng {
    color: #50C163;
    font-size: 12px;
}

.p_userIndex .prompt {
    color: #999;
    font-size: 12px;
    margin-left: 80px;
}

.p_userIndex .btn {
    float: right !important;
    width: 82px;
    height: 26px;
    line-height: 24px;
    border-radius: 50px;
    margin-right: 20px;
    font-size: 12px;
    margin-top: 37px;
    text-align: center;
    text-indent: 0;
}

.p_userIndex .unfinish {
    background: #ff3867;
    color: #fff;
    cursor: pointer;
}

.p_userIndex .change {
    color: #ff3867;
    border: 1px solid #ff3867;
    background: #FFF0F0;
    cursor: pointer;
}

/*订单*/

.p_user .buy_thing {
    width: 100%;
    height: 59px;
    color: #333;
    background: #F5F5F5;
    text-indent: 20px;
}

.p_user .buy_thing span {
    border-left: 3px solid #ff3867;
    text-indent: 20px;
    display: inline-block;
    margin-top: 18px;
    color: #ff3867;
    font-size: 14px;
}

.p_orderList .select_bar {
    background: #fff;
    width: 100%;
    margin-top: 10px;
}

.p_orderList .game_box {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #999;
}

.p_orderList .game_box ul {
    float: left;
}

.p_orderList .label {
    float: left;
    text-indent: 20px;
    color: #333;
}

.p_orderList .select_title {
    float: left;
    position: relative;
    width: 183px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    border: 1px solid #ddd;
    margin-top: 9px;
    text-indent: 10px;
}

.p_orderList .select_title span {
    width: 150px;
    display: inline-block;
    overflow: hidden;
    height: 30px;
    text-indent: 0;
}

.p_orderList .select_title:last-child {
    border-left: 0;
}

.p_orderList .select_title:nth-child(2) {
    border-left: 0;
}

#startTime,
#endTime {
    position: absolute;
    top: 0;
    left: 0;
    width: 183px;
    height: 30px;
    border: 1px solid #ddd;
    text-indent: 10px;
}

.p_orderList .calendar {
    float: left;
    position: relative;
    width: 185px;
    border: 0 !important;
    margin-top: 9px;
}

.p_orderList .time {
    position: absolute;
    top: 0px;
    right: 8px;
    background: url(../images/buy_icon.png) no-repeat 0px -51px;
}

.p_orderList .select_content {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 30px;
    left: -1px;
    z-index: 999;
    border: 1px solid #ddd;
    cursor: pointer;
    display: none;
    font-size: 12px;
}

.p_orderList .select_content li {
    height: 28px;
}

.p_orderList .overflow {
    max-height: 200px;
    overflow: auto;
}

.p_orderList .select_content li:hover {
    background: #ddd;
}

.p_orderList .select_titles {
    border: 1px solid #ddd !important;
}

.p_orderList .reset,
.p_orderList .search {
    width: 84px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #ff3867;
    color: #ff3867;
    float: left;
    margin-top: 12px;
    cursor: pointer;
}

.p_orderList .reset {
    margin-left: 12px;
}

.p_orderList .reset:hover,
.p_orderList .search:hover {
    background: #ff3867;
    border: 1px solid #ff3867;
    color: #fff;
}

.p_orderList .order {
    padding: 20px 20px 70px;
    box-sizing: border-box;
    background: #fff;
}


.p_orderList .head a {
    height: 32px;
    line-height: 32px;
    text-align: center;
    list-style: none;
    font-size: 14px;
    color: #555;
    cursor: pointer;
    display: inline-block;
    margin-right: 60px;
    font-weight: bold;
    padding: 0 5px;
}


.p_orderList .head .current {
    color: #ff3867;

}

.p_orderList .order_title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #333;
    background: #F6F6F6;
    margin: 10px 0 20px 0;
}

.p_orderList .shangpin {
    width: 440px;
    display: block;
    text-align: left;
    float: left;
    text-indent: 90px;
}

.p_orderList .total {
    width: 200px;
    display: block;
    text-align: center;
    float: left;
}

.p_orderList .state {
    width: 200px;
    display: block;
    float: left;
    text-align: center;
}

.p_orderList .reason {
    display: block;
    margin-right: 20px;
    text-align: center;
}

.p_orderList .state_title {
    position: relative;
    width: 110px;
    cursor: pointer;
    text-indent: 10px;
}

.p_orderList .title_color {
    border: 1px solid #ddd;
    border-bottom: 0;
    background: #fff;
}

.p_orderList .info_color {
    border: 1px solid #ddd;
    border-top: 0;
    background: #fff;
}

.p_orderList .state_info {
    position: absolute;
    top: 50px;
    left: -1px;
    width: 100%;
    text-indent: 0px;
    padding-bottom: 10px;
    display: none;
}

.p_orderList .state_info li {
    text-align: center;
    line-height: 30px;
}

.p_orderList .state_info li:hover {
    color: #ff4747;
    font-weight: bold;
}

.p_orderList .sort {
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    color: #333;
}

.order_bot {
    border: 1px solid #ddd;
    /*height: 102px;*/
    border-top: 0;
    margin-bottom: 10px;
    width: 100%;
    font-size: 14px;
}

.order_top {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #F6F6F6;
    text-indent: 20px;
    color: #333;
    font-size: 12px;
    border: 1px solid #ddd;
    border-bottom: 0;
}

.order_detail:hover .order_top {
    background: #FFEBEB;
    border-color: #FFCBCB;
}

.order_top span {
    margin-right: 40px;
}

.order_detail:hover .order_bot {
    border-color: #FFCBCB;
}

.order_number,
.order_total,
.order_state {
    float: left;
    font-size: 14px;
    height: 102px;
    line-height: 102px;
}

.order_reason {
    cursor: pointer;
    position: relative;
    height: 62px;
    margin-top: 40px;
    float: left;
}

.order_reason a {
    color: #08192f;
}

.order_shangpin {
    float: left;
    width: 440px;
    height: 120px;
    padding: 20px 0 20px 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: #555;
}

.order_shangpin .goods_title {
    display: block;
    float: right;
    width: 300px;
    margin-left: 10px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.p_orderList .o_goods_img {
    width: 80px;
    height: 80px;
}

.order_icon {
    width: 50px;
    text-align: left;
    font-size: 14px;
    padding-top: 10px;
    box-sizing: border-box;
}

.order_number {
    width: 80px;
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
    box-sizing: border-box;
}

.order_total {
    width: 200px;
    text-align: center;
    box-sizing: border-box;
}

.p_orderList .red {
    color: #FF8A05;
    font-size: 18px;
    font-weight: bold;
}

.order_contact {
    width: 200px;
    text-align: center;
}

.order_state {
    width: 200px;
    text-align: center;
    color: #5c6573;
}

.p_orderList .blue {
    color: #005cba;
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 14px;
}

.p_orderList .blue a {
    color: #0066cc;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 360px;
}

.p_orderList .green_color {
    color: #67B036;
}

.p_orderList .grey_color {
    color: #999;
}

.p_orderList .red_color {
    color: #ff3867;
}

.order_reason:hover .see-details, .order_reason:hover .sanjiao {
    display: block;
}

.see-details {
    width: 250px;
    position: absolute;
    top: 22px;
    right: 0px;
    text-align: left;
    padding: 10px 20px;
    display: none;
    background: #ffffff;
    border: 1px solid #dddddd;
    color: #333333;
    font-size: 12px;
    z-index: 9;
}

.sanjiao {
    position: absolute;
    top: 12px;
    right: 20px;
    z-index: 999;
    display: none;
}

/*忘记密码*/
.p_user .box_top {
    padding: 0 20px;
    background: #FFFCE9;
    box-sizing: border-box;
}

.p_user .pay {
    height: 100px;
    box-sizing: border-box;
}

.p_user .xiugai {
    float: right;
    box-sizing: border-box;
    width: 82px;
    height: 34px;
    line-height: 34px;
    border-radius: 50px;
    border: 1px solid #ff4747;
    color: #ff4747;
    text-align: center;
    font-size: 14px;
    margin-top: 37px;
    cursor: pointer;
}

.p_user .wen {
    float: left;
    height: 66px;
    margin-top: 17px;
    margin-left: 18px;
}

.p_user .icon_plum {
    width: 66px;
    float: left;
    height: 66px;
    margin-top: 21px;
    background: palegoldenrod;
    background: url(../images/cash.png) no-repeat -160px -141px;
}

.icon_green {
    width: 66px;
    float: left;
    height: 66px;
    margin-top: 21px;
    background: palegoldenrod;
    background: url(../images/cash.png) no-repeat -160px -398px;
}

.p_user .wait {
    height: 28px;
    line-height: 28px;
    display: inline-block;
    font-size: 18px;
}

.p_user .wen p:nth-child(1) {
    margin-top: 8px;
    font-size: 16px;
}

.p_user .wen p:nth-child(2) {
    color: #999;
    font-size: 14px;
    margin-top: 6px;
}

/*修改密码*/

.p_user .box_title {
    margin-top: 30px;
    margin-bottom: 22px;
    text-indent: 20px;
    font-size: 18px;
}

.p_user .box {
    padding-left: 80px;
    font-size: 14px;
    box-sizing: border-box;
}

.p_user .label {
    display: block;
    float: left;
    height: 44px;
    line-height: 44px;
    text-align: right;
}

.p_user .labelTitle {
    width: 120px;
}

.p_user .label_info {
    display: block;
    float: left;
    color: #999;
    height: 44px;
    line-height: 44px;
}

.p_user .mianzhi {
    margin-top: 12px;
}

#your-dom-id6, #your-dom-id9 {
    float: left;
    margin-bottom: 0;
}

.p_user .red {
    color: #ff4747;
}

.p_user input {
    width: 304px;
    height: 44px;
    line-height: 44px;
    background: #fff;
    outline: 0;
    border: 1px solid #ddd;
    margin-right: 10px;
    text-indent: 10px;
}

.p_user .input {
    width: 170px;
}

.p_user .yanzhengma {
    width: 110px;
    height: 44px;
    line-height: 44px;
    border-radius: 50px;
    border: 1px solid #ff4747;
    color: #ff4747;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
    text-indent: 0;
    cursor: pointer;
}

.p_user .add {
    border: 1px solid #999;
    color: #999;
}

.p_user .mianzhi img {
    display: inline-block;
    vertical-align: middle;
}

.p_user .change {
    display: inline-block;
    margin-left: 10px;
    color: #999;
    font-size: 12px;
    cursor: pointer;
}

.p_user .button {
    width: 305px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ff3867;
    color: #fff;
    font-size: 14px;
    margin-bottom: 55px;
    cursor: pointer;
    display: inline-block;
    margin-top: 28px;
    margin-left: 123px;
}

.p_user .tishi {
    padding-left: 140px;
    font-size: 14px;
    margin-top: 40px;
}

.p_user .tishi_top {
    margin-left: 120px;
}

.p_user .jdt {
    margin-left: 130px;
    margin-bottom: 5px;
}

.p_user .yanzheng {
    margin-left: 120px;
}

.p_user .bangding {
    margin-left: 180px;
    color: #999;
}

.secondStep {
    display: none;
}

/*商家入驻*/
.p_settle .steps_wrap{
    margin: 60px 150px;
}

.p_settle .steps{
    float: left;
}

.p_settle .steps .num{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ff3867;
    border: 1px solid #ff3867;
    border-radius: 50%;
    box-sizing: content-box;
}

.p_settle .steps .text{
    color: #333333;
}

.p_settle .steps .line{
    display: inline-block;
    width: 140px;
    height: 1px;
    background: #ff3867;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 16px;
}

.p_settle .right_bottom{
    text-align: center;
}

.p_settle .tips1{
     font-size: 30px;
    margin-top: 20px;
 }

.p_settle .tips2{
    font-size: 14px;
    margin: 40px 0;
}

.p_settle .tips3{
    font-size: 14px;
    text-decoration: underline;
    color: #0b1def;
}

/*温馨提示*/
.p_user .warn {
    width: 939px;
    margin: 0 auto;
    background: #fdf7e8;
    padding: 20px;
    box-sizing: border-box;
    color: #999;
    font-size: 14px;
    border: 1px solid #ffe5c1;
    margin-bottom: 60px;
}

.p_user .icon_warn {
    padding: 12px;
    display: inline-block;
    background: paleturquoise;
    vertical-align: middle;
    background: url(../images/u_center.png) no-repeat -171px -24px;
}

.p_user .warn p:first-child {
    color: #FEAB0A;
    font-size: 18px;
}

.p_user .warn p:nth-child(2) {
    margin-top: 10px;
    margin-left: 28px;
    font-size: 14px;
}

.p_user .getMobileCode {
    display: inline-block;
    width: 110px;
    line-height: 44px;
    text-align: center;
    margin-left: 10px;
    background: #212b3d;
    color: #ffffff;
    cursor: pointer;
    text-indent: 0 !important;
}

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

.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(../images/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(../images/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;
}

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

.right_nav li{float: left;
font-size: 14px;
cursor: pointer;
padding-left: 24px;
}
.p_news .p_news_l {
    width: 780px;
}
.fl .info_list_wrap .info_list .thumbnail {
    width: 198px;
    height: 126px;

    top: 0;
    left: 0;
    background: #e6edf5;
}

.fl .clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    display: table;
    content: " ";
    clear: both;
}
.fl  .p_news .news_preview {
    left: 212px;
    top: 0;
    width: 568px;
}
.fl .info_list .news_preview {

    left: 212px;
    top: 0;
    width: 568px;text-align: left;
    position: absolute;
}
.fl .info_list_wrap .info_list {
    height: 126px;
    width: 100%;
}
.news_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #08192f;
    transition: color 100ms;
    cursor: pointer;
    font-size: 16px;
}
.news_title:hover {
color: red;
}
.category {
    padding-right: 4px;
}
.info .views {
    padding-left: 22px;
    background: url(https://static.9891.com/9891/img/ico_view.png) no-repeat left center;
}
.info {
    color: #aab4bf;
    font-size: 14px;
    margin-top: 10px !important;
}
 .describe {
    color: #5c6573;
    font-size: 14px;
    margin-top: 20px !important;
    line-height: 24px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
