﻿@charset "utf-8";
/* CSS Document */
/*基本设置*/
* {
    padding: 0;
    margin: 0
}

html, div, ul, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, img, form, embed, label, ol {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 12px;
    font-weight: normal;
    font-family: "douyuFont-2";
}

img {
    border: none
}

.current_select {
    background: #54b1e2;
    color: #fff;
    border-radius: 3px;
}

ul, ul li, ol, ol li, menu li {
    list-style: none;
}

a, a:visited, a:active { 
    color:#525252;
    text-decoration: none;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #4D4D4D;
    font-family: "douyuFont-2";
    background: #F7F8FC;
}

a, a:visited, a:hover, a:active {
    text-decoration: none;
}

address, em, i {
    font-style: normal;
}

fieldset, img, input, button, select {
    border: none;
    padding: 0;
    margin: 0;
    /* outline-style: none; */
}
/*------------------------------------首页-----------------------------------------*/
body {
    padding: 0 !important;
    background: #F7F8FC;
}
/*引入字体*/
@font-face {
    font-family: 'douyuFont-2';
    src: url('../fonts/douyuFont-2.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}
.bg_game {
    width: 1200px;
    height: 472px;
    margin: 22px auto 41px;
}

.bg_game_left {
    width: 931px;
    float: left;
}

.bg_game_left_gg {
    width: 931px;
    background: #FFFFFF;
    background-color: #FFFFFF;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0px 0px 6px 1px rgba(0,123,229,0.16);
    height: 54px;
}
    .bg_game_left_gg .transaction_div .dealImg_div {
        margin: 14px 0px 14px 21px;
        width: 26px;
        float: left;
    }
        .bg_game_left_gg .transaction_div .dealImg_div img {
            width: 26px;
            height: 27px;
        }

    .bg_game_left_gg .transaction_div_first {
        font-size: 15px;
        font-weight: 400;
        color: #007BE5;
        text-align: center;
        margin: 18px 0 0 0;
        width: 111px;
        float: left;
    }
    .bg_game_left_gg .transaction_div_name {
        font-size: 14px;
        font-weight: 400;
        color: #333333;
        max-width: 80px;
        width:80px;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box; /*下面三条缺一不可 可以生成 '...' 主要针对谷歌浏览器 */
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        margin: 9px 0px 0px 0px;
        float: left;
    }
    .bg_game_left_gg .marquee {
        font-size: 12px;
        font-weight: 400;
        color: #666666;
        width: 535px;
        display: block;
        height: 15px;
        margin: 19px auto;
        float: left;
        display: inline;
        position: relative;
        overflow: hidden;
    }
        .bg_game_left_gg .marquee .marquee_text {
            position: absolute;
            display: block;
            word-break: keep-all;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin-top: -11px;
        }
    .bg_game_left_gg .transaction_div_price {
        width: 152px;
        float: left;
    }
        .bg_game_left_gg .transaction_div_price span {
            font-size: 12px;
            font-weight: 400;
            color: #333333;
            margin: 8px 0 0 21px;
            width: 42px;
            float: left;
        }
        .bg_game_left_gg .transaction_div_price label {
            font-size: 12px;
            font-weight: 400;
            color: #007BE5;
            margin-top: 8px;
            float: left;
        }
        .bg_game_left_gg .transaction_div_price p {
            font-size: 18px;
            font-weight: bold;
            color: #007BE5;
            margin: 8px 0 0 0px;
            float: left;
        }

.bg_game_right {
    width: 250px;
    float: right;
}
.news{
    height:40px;
    overflow:hidden;
    line-height:40px;
}
.center_bt {
    width: 931px;
    height: 332px;
    background: #FFFFFF;
    overflow: hidden;
    opacity: 1;
    box-shadow: 0px 0px 6px 1px rgba(0,123,229,0.16);
}
.center_bt_title {
    height: 90px;    
}
    .center_bt_title .center_bt_img {
        margin: 32px 0px 20px 16px;
        width: 203px;
        height: 38px;
    }
    .center_bt_title #tab_li_morea {
        margin: 44px 38px 29px 0px;
        float: right;
        font-size: 13px;
        color: #333333;
    }

.center_bt_ul {
    float: left;
    height: 28px;
    /*width: 340px;*/
    border-radius: 4px 4px 4px 4px;
    margin: 17px 0 0 30px;
}
    .center_bt_ul img {
        width: 18.01px;
        height: 13.66px;
        margin-right: 6px;
    }

    .center_bt_ul li span {
        font-size: 12px;
    }
    .center_bt_ul li a {
        font-size: 12px;
    }

.center_bt_ul li.current {
    font-weight: bold;
    background: url(../image/jx.png) no-repeat;
    background-size: contain;
    background-position-y: bottom;
}

    .center_bt_ul li {
        float: left;
        width: 73px;
        cursor: pointer;
        text-align: center;
        margin: 0 5px 0 5px;
        padding: 8px 0 8px 0;
        background-color: #F7F8FC;
    }
    .center_bt_ul .tab_moregame {
        float: left;
        width: 89px;
        cursor: pointer;
        text-align: center;
        margin: 0 5px 0 5px;
        padding: 7px 3px 8px 3px;
        background-color: #F7F8FC;
    }
    .center_bt_ul .tab_remen {
        font-weight: 400;
        color: #333333;
        font-size: 15px;
        background-color: #FFFFFF;
        margin: -2px 12px 0 0;
    }

.center_game {
    width: 932px;
    height: 332px;
}
    .center_game ul {
        height: 328px;
        padding-top: 4px;
    }

        .center_game ul li {
            float: left;
            width: 84px;
            height: 124px;
            border-radius: 16px 16px 16px 16px;
            display: flex;
            margin: 32px 0px 0px 44px;
        }

            .center_game ul li .center_game_name_span {
                color: #333333;
                width: 82px;
                text-align: center;
                font-size: 14px;
                font-weight: 400;
                margin-top: 10px;
            }

        .center_game ul li span {
            display: block;
            font-size: 16px;
            font-weight: 400;
            color: #FFFFFF;
            width: 42px;
            text-align: center;
            overflow: hidden;
        }

    .center_game .center_game_footer {
        width: 1000px;
        height: 30px;
        background-color: #FFFFFF;
        position: relative;
    }
.bg_game_kf_real {
    width: 250px;
    height: 115px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 1px rgba(0,123,229,0.16);
    border-radius: 6px;
}
    .bg_game_kf_real div {
        font-size: 12px;
        font-weight: 400;
        color: #666666;
    }

        .bg_game_kf_real div:first-child {
            font-size: 15px;
            font-weight: 400;
            line-height: 57px;
            color: #666666;
            text-align: center;
        }

        .bg_game_kf_real div:last-child p {
            margin-left: 17px;
        }

            .bg_game_kf_real div:last-child p input {
                width: 157px;
                height: 30px;
                background-color: rgba(255,255,255,0.34);
                border-radius: 4px 4px 4px 4px;
                border: 1px solid #F3B954;
                padding: 0 0 0 13px;
                color: #B7B7B7;
            }
                .bg_game_kf_real div:last-child p input::placeholder {
                    color: #B7B7B7;
                }

            .bg_game_kf_real div:last-child p button {
                width: 39px;
                height: 32px;
                font-size: 10px;
                font-weight: 400;
                color: #FFFFFF;
                border-radius: 4px 4px 4px 4px;
                background-color: #F3B954;
                text-align: center;
            }
.bg_game_right .bg_after_sales {
    width: 227px;
    height: 273px;
    background: linear-gradient(180deg, #E1F5FF 0%, #FFFFFF 100%);
    border-radius: 6px 6px 6px 6px;
    float: left;
    margin-top: 12px;
}

.bg_after_sales span {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    margin-left: 19px;
}
.bg_after_sales .bg_after_sales_a {
    font-size: 10px;
    font-weight: 400;
    color: #666666;
    margin-right: 17px;
}

.bg_after_sales_border {
    width: 212px;
    height: 1px;
    background: linear-gradient(64deg, #FFFFFF 0%, rgba(255,255,255,0.17) 100%);
    margin: 0 auto;
}

.bg_after_sales div {
    clear: both;
}

    .bg_after_sales div:last-child {
        margin-top: 8px;
        margin-left: 16px
    }

.bg_after_sales span:last-child {
    float: right;
    margin-right: 13px;
    white-space: nowrap;
}

.bg_after_sales ul {
    height: 250px;
    padding: 0 10px;
}

    .bg_after_sales ul li {
        font-size: 10px;
        font-weight: 400;
        color: #666666;
        margin-top: 10px;
        list-style: circle;
    }

        .bg_after_sales ul li a {
            width: 178px;
            max-width: 172px;
            font-size: 10px;
            font-weight: 400;
            color: #666666;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box; /*下面三条缺一不可 可以生成 '...' 主要针对谷歌浏览器 */
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }
.btn {
    position: absolute;
    width: 50px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    background: rgba(0,0,0,0.1);
    z-index: 100;
    transition: all 0.1s ease;
    -webkit-transition: all 0.5s ease;
    margin-top: -30px;
}

    .btn:hover {
        background: rgba(0,0,0,0.3);
    }

#next {
    margin: 1px 0 0 0;
    border-radius: 7px 7px 7px 7px;
    left: 73%;
}

#prev {
    margin: 1px 0 0 0;
    border-radius: 7px 7px 7px 7px;
    left: 70%;
}

.wrap.active #next {
    right: 0px;
}

.platform_span_div_last .platform_span {
    width: 100px;
}
.wrap.active #prev {
    left: 0px;
}
.bg_anchor_bj_div {
    height: 627px;
    background: #007AE5;
    opacity: 0.83;
}
.bg_anchor_img_div {
    width: 203px;
    height: 40px;
    margin: 0px auto 38px;
}
.bg_anchor .platform_span_div {
    margin-right: 10px;
    float: left;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 1px rgba(0,123,229,0.16);
    opacity: 0.8;
    transform: skewX(-30deg);
    cursor: pointer;
}
    .bg_anchor .platform_span_div:first-child {
        margin-left: 11px;
    }
.bg_anchor .bg_anchor_title .platform_span {
    display: block;
    float: left;
    height: 39px;
    line-height: 39px;
    width: 98px;
    text-align: center;
    color: #333333;
    font-size: 13px;
    font-weight: 400;
    transform: skew(30deg);
}
.platform_span_div_last {
    float: left;
}
.platform_span_left_last {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px 0px 49px 25px;
    border-color: transparent transparent transparent #FFFFFF;
    float: left;
    transform: rotate( 180deg);
    background: #007AE5;
    /*box-shadow: 0px 0px 6px 1px rgba(0,123,229,0.16);*/
}
.platform_span_last {
    width: 300px;
    height: 49px;
    background: #FFFFFF;
    float: left;
}
.platform_span_right {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px 0px 39px 25px;
    border-color: transparent transparent transparent #FFFFFF;
    float: left;
    background: #007AE5;
    box-shadow: 0px 0px 6px 1px rgba(0,123,229,0.16);
    opacity: 0.8;
}
.bg_anchor {
    height: 183px;
    width: 1200px;
    padding-top: 40px;
    margin: 0px auto;
}
    .bg_anchor .bg_anchor_left {
        width: 1200px;
        height: 162px;
        padding: 32px 0;
        background: #FFFFFF;
        float: left;
        overflow: hidden;
    }
        .bg_anchor .bg_anchor_left .bg_anchor_title {
            height: 57px;
        }
            .bg_anchor .bg_anchor_left .bg_anchor_title span {
                font-weight: bold;
                color: #333333;
                font-size: 15px;
                line-height: 57px;
                background-color: #FFFFFF;
                margin: 0px 0px 0px 30px;
                float: left;
            }
            .bg_anchor .bg_anchor_left .bg_anchor_title a {
                font-weight: 400;
                color: #666666;
                font-size: 11px;
                line-height: 57px;
                background-color: #FFFFFF;
                margin: 0px 22px 0px 0px;
                float: right;
                cursor: pointer;
            }
.bg_anchor_title .current {
    background: #FFB406;
    opacity: 1;
    color: #FFFFFF;
}
    .bg_anchor_title .current .platform_span {
        color: #FFFFFF;
    }
        .bg_anchor .bg_anchor_left .bg_anchor_img {
            width: 1195px;
            height: 162px;
            overflow: hidden;
        }
        .bg_anchor .bg_anchor_left img {
            width: 258px;
            height: 162px;
            margin: 0px 0px 0px 32px;
            border-radius: 10px;
            cursor: pointer;
            opacity: 1;
            float: left;
        }

    .bg_anchor .bg_anchor_right {
        width: 227px;
        height: 223px;
        background: linear-gradient(180deg, #EBE9FF 0%, #FFFFFF 100%);
        border-radius: 6px 6px 6px 6px;
        float: right;
    }

.bg_anchor_right span {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    margin-left: 19px;
}

.bg_anchor_right .bg_problem_a {
    font-size: 10px;
    font-weight: 400;
    color: #666666;
    margin-right: 17px;
}

.bg_problem_border {
    width: 212px;
    height: 1px;
    background: linear-gradient(64deg, #FFFFFF 0%, rgba(255,255,255,0.17) 100%);
    margin: 0 auto;
}

.bg_anchor_right div {
    clear: both;
}

    .bg_anchor_right div:last-child {
        margin-top: 8px;
        margin-left: 18px
    }

.bg_anchor_right span:last-child {
    float: right;
    margin-right: 13px;
    white-space: nowrap;
}

.bg_anchor_right ul {
    height: 250px;
    padding: 0 10px;
}

    .bg_anchor_right ul li {
        font-size: 10px;
        font-weight: 400;
        color: #666666;
        margin-top: 9px;
        list-style: circle;
    }

        .bg_anchor_right ul li a {
            width: 178px;
            max-width: 172px;
            font-size: 10px;
            font-weight: 400;
            color: #666666;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box; /*下面三条缺一不可 可以生成 '...' 主要针对谷歌浏览器 */
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }
.bg_anchor_notice {
    height: 170px;
    width: 1200px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 1px rgba(0,123,229,0.16);
    opacity: 1;
    float: left;
    margin: 16px 0px 52px 0px;
}
    .bg_anchor_notice .bg_anchor_notice_top {
        width: 312px;
        margin: 16px auto 3px;
        display: flex;
        justify-content: space-between;
    }
        .bg_anchor_notice .bg_anchor_notice_top span {
            width: 60px;
            height: 20px;
            display: block;
            line-height: 20px;
            font-size: 15px;
            font-weight: 400;
            color: #000000;
            cursor: pointer;
        }
    .bg_anchor_notice .bg_anchor_notice_img {
        width: 312px;
        display: flex;
        justify-content: space-between;
        margin: 0px auto;
    }

    .bg_anchor_notice_platform {
        width: 1197px;
        padding-left: 3px;
    }
        .bg_anchor_notice_platform ul li {
            width: 521px;
            height: 54px;
            float: left;
            margin: 10px 0px 0px 18px;
            padding: 15px 32px 15px 16px;
            background: #FFFFFF;
            box-shadow: 0px 0px 6px 1px rgba(0,123,229,0.16);
            border-radius: 0px 0px 0px 0px;
            opacity: 1;
        }
            .bg_anchor_notice_platform ul li .bg_anchor_notice_div {
                width: 54px;
                height: 54px;
                background: #FFB406;
                border-radius: 5px 5px 5px 5px;
                opacity: 1;
                float: left;
                margin-right: 11px;
            }
.bg_anchor_notice_div .day_span {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 6px auto 0px;
    width: 54px;
    display: block;
    text-align: center;
}
.bg_anchor_notice_title {
    font-size: 13px;
    font-weight: 500;
    color: #333333;
    line-height: 17px;
    margin-bottom: 4px;
    display: block;
}
.bg_anchor_notice_count {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 15px;
}
.bg_anchor_notice_div .month_span {
    font-size: 11px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0px auto;
    width: 54px;
    display: block;
    text-align: center;
}
        .bg_anchor_notice .bg_anchor_notice_top img {
            width: 61px;
            height: 14px;
            display: block;
        }

.bg_anchor_notice_count {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bg_game_kf_gg {
    width: 290px;
    margin-top: 10px;
    padding: 15px 15px;
    background-image: linear-gradient(to bottom, #c091e440, #fff);
    border-radius: 5px;
    box-shadow: 0 0 5px #f3eded;
}

    .bg_game_kf_gg span {
        font-size: 18px;
    }

    .bg_game_kf_gg div {
        clear: both;
    }

        .bg_game_kf_gg div:last-child {
            margin-top: 45px;
        }

    .bg_game_kf_gg span:first-child {
        float: left;
        font-weight: bold;
        background: url(../image/hs.png) no-repeat;
        background-size: contain;
        background-position-y: bottom;
        width:75px;
    }

    .bg_game_kf_gg span:last-child {
        float: right;
        font-size: 14px;
        margin-top: 4px;
    }

    .bg_game_kf_gg ul {
        height: 190px;
        padding: 0 15px;
    }

        .bg_game_kf_gg ul li {
            height: 40px;
            line-height: 40px;
            list-style: circle;
        }

.rig_p1 span:last-child {
    font-weight: bold;
}

.rig_p1 span img {
    width: 12px;
    vertical-align: middle;
    margin-top: -2.5px;
}
/*---------------------------------------------首页------------------------------------------*/
/*顶部*/
.top_common_box {
    width: 100%;
    background: #F7F8FC;
    min-width: 1200px;
    height: 36px;
    line-height: 36px;
}

.top_common {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.tcom_ql {
    width: 68px;
    height: 25px;
    padding: 0 5px;
    border: 1px solid rgba(153, 153, 153, 0.46);
    float: left;
    line-height: 25px;
    margin: 4px 0px;
}

    .tcom_ql * {
        vertical-align: middle
    }

    .tcom_ql span {
        margin: 0px 2px;
    }

.tcom_left {
    float: left;
}

    .tcom_left .tcoml_box {
        float: left;
        margin-top:11px;
    }

    .tcom_left .tcom_p1 {
        float: left;
        font-size: 12px;
        font-weight: 400;
        color: #333333;
        line-height: 14px;
    }

    .tcom_left .tcom_a1 {
        display: inline-block;
        font-size: 12px;
        color: #999999;
        margin: 0 20px 0 0;
    }

    .tcom_left .tcom_a2 {
        display: inline-block;
        font-size: 12px;
        color: #2196F3;
        margin: 0 5px 0 5px
    }

    .tcom_left .tcom_p2 {
        float: left;
        font-size: 12px;
        color: #333;
    }

    .tcom_left .tcom_a3 {
        display: inline-block;
        padding: 0 10px;
        float: left;
        font-size: 12px;
        color: #fd793a;
    }

.tcom_rig {
    float: right;
}
.tcom_rig a:hover{color:#3399FE}

    .tcom_rig .tcom_a4 {
        height: 12px;
        line-height: 15px;
        margin: 12px 0 0 0;
        color: #666666;
        font-size: 12px;
        float: left;
        padding: 0 23px;
        display: inline-block;
        font-weight: 400;
    }
        .tcom_rig .tcom_a4 img {
            width: 16px;
            margin-right: 2px;
            vertical-align: middle;
            margin-top: -3px;
        }
        .tcom_rig a.current {
            color: #fd793a;
            font-weight: bold;
        }

    .tcom_rig .tcom_a4:last-child {
        border-right: none;
        padding: 0px 0px 0px 20px;
    }

.tcom_user {
    float: right;
}
.tcom_rig .tcom_user a:hover {
    color: #3399FE
}
.tcom_rig .tcom_user .tcom_a4 {
    height: 15px;
    line-height: 15px;
    margin: 12px 0 0 0;
    color: #666666;
    font-size: 12px;
    float: left;
    padding: 0 23px;
    display: inline-block;
    font-weight: 400;
}
    .tcom_rig .tcom_user .tcom_a4 img {
        width: 12.59px;
        height: 13.19px;
        vertical-align: middle;
        margin-top: 2px;
    }
.tcom_rig .tcom_user a.current {
    color: #fd793a;
    font-weight: bold;
}
.tcom_rig .tcom_user .tcom_a4:last-child {
    border-right: none;
    padding: 0px 0px 0px 20px;
}

.suos_box {
    width: 100%;
    background: #fff;
    height: 70px;
}

    .suos_box .suos {
        width: 1200px;
        margin: 0 auto;
        display: table;
    }

.suos_logo_box {
    float: left;
}

.suos_logo {
    float: left;
    width: 85px;
    height: 32px;
    padding: 0 20px 0 0;
    margin: 11px 20px 0 0;
}

    .suos_logo img {
        width: 130px;
        height: 55px;
    }
    .suos_englishLogo img {
        width: 63px;
        height: 9px;
    }

.suos_logo_p1 {
    font-size: 24px;
    color: #363636;
    line-height: 120px;
    float: left;
}

.suos_input_box {
    float: right;
    margin: 20px 0 0 0;
    position: relative;
    /*width: 600px;*/
}

.suos_title {
    width: 90px;
    height: 27px;
    background: #3399FE;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    line-height: 27px;
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.query_div {
    width: 690px;
    justify-content: space-between;
    display: flex;
}

.suos_input {
    width: 606px;
    border: 1px solid #63B7FF;
    height: 38px;
    line-height: 38px;
    border-radius: 4px;
    background: rgba(255,255,255,0.34);
}
.query_input {
    width: 58px;
    /*background-color: #F43F50;
    height: 38px;
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    margin-left: 12px;*/
}

.suos_input .suos_i_p1 {
    float: left;
    font-size: 12px;
    line-height: 12px;
    color: #B7B7B7;
    font-weight: 400;
    padding-left: 24px;
    border-right: 1px solid #D9D9D9;
    margin-top: 13px;
    background: url(../images/selectImg.png) 106px center no-repeat;
    width: 122px;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.suos_input .suos_i_in1 {
    float: left;
    font-size: 12px;
    line-height: 38px;
    color: #B7B7B7;
    width: 439px;
    padding-left: 19px;
    font-weight: 400;
}
    .suos_input .suos_i_in1::placeholder {
        color: #B7B7B7;
    }

.query_input .suos_i_b1 {
    float: left;
    width: 58px;
    background-color: #007BE5;
    height: 38px;
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    cursor: pointer;
}

.suos_xiala {
    position: relative;
    background-color: #fff;
    margin: 10px auto;
    width: 134px;
    line-height: 43px;
    color: white;
    border-radius: 10px;
    font-family: sans-serif;
    z-index: 1000;
    max-height: 300px;
    box-shadow: 0 0 5px #e4dddd;
    margin-left: -1px;
}
.suos_xiala_top:after {
    border-bottom-color: #03A9F4;
    left: 50%;
    bottom: 100%;
}
.suos_xiala_content {
    width: 134px;
    height: 208px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.16);
    border-radius: 6px 6px 6px 6px;
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
}
    .suos_xiala_content::-webkit-scrollbar {
        display: none; /*隐藏滚动条*/
    }
    .suos_xiala_content a {
        width: 104px;
        max-width: 104px;
        font-size: 12px;
        font-weight: 400;
        color: #787878;
        line-height: 26px;
        overflow: hidden;
        margin-left: 18px;
    }
.suos_rm {
    width: 780px;
    font-size: 12px;
    color: #908c8c;
    margin-top: 3px
}

    .suos_rm span {
        margin-right: 20px;
    }

.suos_xiala {
    display: none;
}

    .suos_xiala a {
        width: 104px;
        max-width: 104px;
        font-size: 12px;
        font-weight: 400;
        color: #787878;
        line-height: 26px;
        overflow: hidden;
    }

        .suos_xiala a img {
            margin-right: 10px;
        }

.appdiv {
    width: 153px;
    height: 175px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 4px 1px #E1C789;
    border-radius: 6px 6px 6px 6px;
    display: none;
    z-index: 9999;
}
    .appdiv .appdiv_title {
        font-size: 16px;
        font-weight: 400;
        color: #333333;
        text-align: center;
        margin-top: 9px;
    }
    .appdiv .appdiv_illustrate {
        font-size: 16px;
        font-weight: 400;
        color: #666666;
        text-align: center;
        margin-top: 5px;
    }
    .appdiv .appdiv_img {
        width: 84px;
        height: 84px;
        margin: 5px 34px 8px 35px;
    }
    .appdiv .appdiv_foot {
        font-size: 11px;
        font-weight: 500;
        color: #333333;
        text-align: center;
    }

.bg {
    width: 1200px;
    height: 334px;
    margin: 19px auto;
}

    .bg .bg_notice {
        width: 212px;
        float: left;
        height: 334px;
        background: #FFFFFF;
        border-radius: 6px;
    }

.bg_notice span {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 55px;
    margin-left: 27px;
}
.bg_notice_border {
    width: 186px;
    height: 1px;
    background-color: #F2F2F2;
    margin: 0 auto;
}

.bg_notice div {
    clear: both;
}

    .bg_notice div:last-child {
        margin-top: 8px;
        margin-left: 22px
    }

.bg_notice span:last-child {
    float: right;
    margin-right: 13px;
    white-space: nowrap;
}

.bg_notice ul {
    height: 250px;
    padding: 0 15px;
}

    .bg_notice ul li {
        font-size: 10px;
        font-weight: 400;
        color: #666666;
        margin-top: 10px;
        list-style: circle;
    }
        .bg_notice ul li a {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box; /*下面三条缺一不可 可以生成 '...' 主要针对谷歌浏览器 */
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }


    .bg .bg_right {
        float: right;
        width: 969px;
        margin: 0px auto;
    }
        .bg .bg_right .bg_banner {
            width: 721px;
            height: 334px;
            float: initial;
            float: left;
        }
            .bg .bg_banner img {
                width: 100%;
                height: 100%;
            }

.bg_user {
    width: 250px;
    height: 332px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 1px rgba(0,123,229,0.16);
    opacity: 1;
    margin-top: 25px;
    float: right;
}
            .bg_user .bg_user_img {
                margin: 39px auto 0 auto;
                width: 118px;
                height: 118px;
            }
                .bg_user img {
                    width: 118px;
                    height: 118px;
                }
            .bg_user .bg_user_name {
                margin: 25px auto 0 auto;
            }
                .bg_user .bg_user_name p {
                    text-align: center;
                    font-size: 13px;
                    font-weight: 400;
                    color: #333333;
                    line-height: 14px;
                }
    .bg_user .bg_user_button {
        width: 166px;
        margin: 28px auto 0 auto;
    }
        .bg_user .bg_user_button button {
            width: 166px;
            height: 33px;
            font-size: 13px;
            font-weight: 400;
            color: #333333;
            line-height: 15px;
            background: #F7F8FC;
            border-radius: 4px 4px 4px 4px;
            border: 1px solid #ECECEC;
            cursor: pointer;
        }
    .bg_user .bg_user_guide {
        width: 152px;
        margin: 26px auto 0 auto;
    }
                .bg_user .bg_user_guide a {
                    font-size: 13px;
                    font-weight: 400;
                    color: #333333;
                    line-height: 15px;
                }
                .bg_user .bg_user_guide .user_a1 {
                    margin-right: 48px;
                }
            /*导航*/
.nav_header {
    height: 54px;
    background: #fff;
    padding-top: 15px;
}

    .nav_header .package {
        padding-right: 15px;
        padding-left: 15px;
        width: 1200px;
        margin-right: auto;
        margin-left: auto;
    }

    .nav_header .header01:before {
        display: table;
    }

    .nav_header .header01 .nav {
        float: left;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
        transition: all .3s;
    }

        .nav_header .header01 .nav:before {
            display: table;
            content: " ";
        }


        .nav_header .header01 .nav > ul > li > a:hover:before {
            left: 0;
            right: 0;
        }

        .nav_header .header01 .nav > ul li .active:before {
            left: 0;
            right: 0;
        }

        .nav_header .header01 .nav > ul > a:hover {
            background-color: #007BE5;
            color: #FFFFFF;
        }
        .nav_header .header01 .nav > ul > a:hover li {
            color: #FFFFFF;
        }
        .index_top_img {
            height: 328px;
            overflow: hidden;
        }

        .nav_header .header01 .nav > ul li .active {
            color: #F23E57;
        }

        .nav_header .header01 .nav > ul li {
            /*padding-left: 33px;
            margin-right: 70px;
            padding-right: 34px;*/
        }

        .nav_header .header01 .nav > ul {
            float: left;
            transition: all 0.5s ease-in-out;
            opacity: 1;
            display: flex;
            justify-content: space-between;
            width: 1200px;
        }

.nav_left {
    width: 240px;
    height: 40px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #03A9F4;
    color: #fff;
    float: left;
    background-image: linear-gradient(to left, rgba(13, 99, 138, 0.45), #F23E57);
}

    .nav_left span:first-child {
        font-size: 16px;
        font-weight: bold;
        line-height: 40px;
        padding: 0px 20px;
        float: left;
    }

    .nav_left span:last-child {
        font-size: 12px;
        line-height: 40px;
        padding: 0px 5px;
        float: right;
    }

.nav_header .header01 .nav > ul li {
    float: left;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    width: 100px;
}

    .nav_header .header01 .nav > ul a li {
        display: inline-block;
        font-size: 13px;
        line-height: 39px;
        font-weight: 500;
        color: #666666;
    }
.nav_header .header01 .nav > ul .current {
    background-color: #007BE5;
    color: #FFFFFF;
}
    .nav_header .header01 .nav > ul a .current  {
        display: inline-block;
        font-size: 13px;
        line-height: 39px;
        font-weight: 500;
        color: #FFFFFF;
    }

.nav_header .header01 .nav ul .nav_er {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}

.nav_header .header01 .nav > ul .nav_er .div_dl {
    overflow: hidden;
    color: #F23E57;
}

    .nav_header .header01 .nav > ul .nav_er .div_dl li {
        display: inline-block;
        float: inherit !important;
        margin-top: 5px;
        margin-bottom: 5px;
    }

        .nav_header .header01 .nav > ul .nav_er .div_dl li a {
            font-size: 14px;
            color: #fff;
            line-height: 60px;
            padding: 0 20px;
        }

.bg_r {
    max-width: 1200px;
    height: 655px;
    margin: 0px auto;
}

.bg_r_top {
    height: 460px;
}

.bg_r_top_left {
    width: 240px;
    height: 460px;
    background: #fff;
    float: left;
}

    .bg_r_top_left ul {
        padding: 0px 30px;
    }



    .bg_r_top_left ul li {
        height:50px;
        border-bottom: 1px solid rgba(204, 204, 204, 0.22);
        padding: 13px 0px;
    }

.bg_r_top_center {
    width: 670px;
    height: 450px;
    float: left;
    margin: 10px 10px 0 10px
}

.bg_r_top_center img {
    width: 670px;
    height: 450px
}

.p_r img{
    width:50px;
}
.p_r, .p_r_1 {
    float: left;
}
.p_r_2 {
    float: right;
    margin-top: 20px
}

.p_r_1 span {
    display: block;
    font-size: 13px;
}
.p_r_1 {
    margin: 2px 8px;
}
.p_r_1 span:first-child {
    font-weight: bold;
}
    .p_r_1 span:last-child {
        margin-top:10px;
    }
.p_r_2 img {
    width: 5px;
}
.bg_r_top_footer {
    width: 230px;
    height: 430px;
    background: #fff;
    float: right;
    margin: 10px 0px;
    padding: 10px 20px;
    overflow: hidden
}

.bg_r_bottom {
    margin-top: 24px;
}
.banner_t {
    position: absolute;
    top: 621px;
    background: #000;
    width: 666px;
    height: 35px;
    line-height: 35px;
}

    .banner_t li {
        width: 111px;
        text-align: center;
        font-size: 12px;
        color: #fff;
        float: left;
        cursor: pointer;
    }

        .banner_t li.current {
            background: #3399FE;
        }

    .bg_r_bottom .i_p1 {
        background: url(../image/gjhs.png) no-repeat;
        float: left;
        width: 290px;
        height: 170px;
        margin-right: 13px;
    }

    .bg_r_bottom .i_p2 {
        background: url(../image/zhbz.png) no-repeat;
        float: left;
        width: 290px;
        height: 170px;
        margin-right: 13px;
    }

    .bg_r_bottom .i_p3 {
        background: url(../image/zhal.png) no-repeat;
        float: left;
        width: 290px;
        height: 170px;
        margin-right: 13px;
    }
.i_p1 div, .i_p2 div, .i_p3 div{
    width: 100%;
    height: 90px;
    text-align: center;
    line-height:120px;
    color: #fff;
    font-size: 25px;
}
    .i_p1 div:last-child, .i_p2 div:last-child, .i_p3 div:last-child {
        height: 30px;
        text-align: center;
        line-height: 80px;
        color: #fd793a;
        font-size: 18px;
        border-radius: 25px;
        text-align: center;
        line-height: 30px;
        width: 150px;
        border: 2px solid #fd793a;
        margin-left: 70px
    }

        .bg_r_bottom .i_p4{
            margin:0px;
            width:290px;
        }
        .x_title {
            color: #FF9800;
            font-size: 16px;
            font-weight: bold;
            color: #FF9800;
            font-size: 20px;
            font-weight: bold;
            border-bottom: 1px solid rgba(185, 184, 182, 0.4);
            padding-bottom: 16px;
        }
.bg_r_top_footer ul li {
    height: 20px;
    padding: 8px 0px;
    line-height: 20px;
    list-style-type: disc;
    margin-left: 15px;
    width: 212px;
   
}
        .bg_r_top_footer ul li p {
            font-size: 22px;
            float: left;
            width: 28px;
            height: 28px;
            border: 1px solid #ccc;
            border-radius: 100%;
            text-align: center;
            line-height: 28px;
            margin-right: 20px;
            margin-top: 12px;
            margin-top: 11px;
        }
    .bg_r_top_footer ul li span {
        font-size: 12px;
        float: left;
        width: 212px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }
.x_p1{
    background:url(../image/jp1.png) no-repeat;
}
.x_p2 {
    background: url(../image/jp2.png) no-repeat;
}
/*banner*/
.i_ban_box {
    width: 100%;
    height: 420px;
    /*background: url(../image/ban_bj.png) center no-repeat;*/
    margin-top: -79px;
}

.i_ban {
    width: 1200px;
    margin: 0 auto;
    height: 290px;
    padding: 98px 0 0 0;
}

    .i_ban img {
        width: 100%;
        height: 100%;
    }

.i_col2_box {
    width: 100%;
    background: #f2f3f5;
    padding: 40px 0 0 0;
}

.i_col2_con {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.icol2_cen_title {
    color: #ff5722;
    text-align: center;
    width: 799px;
    font-size: 22px;
    font-weight: bold;
}

.i_col2_con .icol2_left {
    float: left;
    width: 200px;
    height: 332px;
    background: url(../image/i_img1.jpg) center no-repeat;
}

    .i_col2_con .icol2_left .tbleft_p1 {
        font-size: 18px;
        color: #fd793a;
        margin: 15px 0 10px 15px;
    }

    .i_col2_con .icol2_left .tbleft_i1 {
        display: inline-block;
        width: 74px;
        height: 4px;
        background: #fd793a;
        margin: 0 0 0 15px;
    }

.icol2_left ul li {
    border-bottom: 1px solid #58575d;
    overflow: hidden;
    padding: 10px 0;
    box-sizing: border-box;
}

    .icol2_left ul li .tbleft_img {
        float: left;
        width: 49px;
        height: 49px;
        margin: 0 0 0 15px;
    }

        .icol2_left ul li .tbleft_img img {
            width: 100%;
            height: 100%;
            border-radius: 10px;
        }

    .icol2_left ul li .tbleft_con {
        float: left;
        margin: 0 0 0 8px;
    }

.tbleft_con .tbleft_p2 {
    font-size: 14px;
    color: #f2f3f5;
}

.tbleft_con .tbleft_p3 {
    font-size: 14px;
    color: #aaabad;
    margin-top: 8px;
}

.icol2_cen {
    width: 799px;
    height: 332px;
    float: left;
}

.icol2_cen_top {
    height: 240px;
    background: url(../image/i_img2.jpg) center no-repeat;
}

.icol2_cen_bottom {
    height: 90px;
}

    .icol2_cen_bottom .i_yzli_span1 {
        display: inline-block;
        width: 19px;
        height: 22px;
        background: url(../image/i_icon5.png) center no-repeat;
        margin: 15px 10px 10px;
    }

    .icol2_cen_bottom .i_yzli_span2 {
        display: inline-block;
        width: 29px;
        height: 23px;
        margin: 15px 10px 10px;
        background: url(../image/i_icon6.png) center no-repeat;
    }

.icol2_cen ul {
    padding: 80px;
}

    .icol2_cen ul li {
        overflow: hidden;
        padding: 0 0 20px 0;
    }

.icol2_cen_content {
    color: #fff;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    height: 210px;
    overflow: hidden;
}

.icol2_cen ul li .i_ggcen_span1 {
    float: left;
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    background: url(../image/i_icon1.png) center no-repeat;
    margin: 6px 0 0 0;
}

.icol2_cen ul li .i_ggcen_p1 {
    font-size: 14px;
    color: #fd793a;
    margin: 0 0 0 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 24px;
    float: left;
    width: 374px;
}

.icol2_cen ul li .i_ggcen_p2 {
    float: left;
    font-size: 14px;
    color: #dedddd;
    line-height: 24px;
    margin: 0 0 0 10px;
}

.icol2_rig {
    width: 200px;
    height: 332px;
    float: left;
    background: #fff url(../image/i_img3.jpg) top center no-repeat;
    padding: 0 20px;
    box-sizing: border-box;
}

    .icol2_rig .i_rph_p1 {
        font-size: 18px;
        color: #fd793a;
        font-weight: bold;
        margin: 20px 0 10px 0;
    }

    .icol2_rig ul li {
        padding: 10px 0;
        border-bottom: 1px solid #e5e5e5;
        overflow: hidden;
    }

        .icol2_rig ul li:last-child {
            border-bottom: none;
        }

        .icol2_rig ul li .i_rphl_s {
            float: left;
            width: 28px;
            height: 28px;
            text-align: center;
            font-size: 14px;
            color: #333;
            font-weight: bold;
            line-height: 27px;
            border: 1px solid #bdb2b2;
            border-radius: 100%
        }

        .icol2_rig ul li .i_rphl_s1 {
            background: url(../image/i_icon2.png) center no-repeat;
        }

        .icol2_rig ul li .i_rphl_s2 {
            background: url(../image/i_icon3.png) center no-repeat;
        }

        .icol2_rig ul li .i_rphl_s3 {
            background: url(../image/i_icon4.png) center no-repeat;
        }

        .icol2_rig ul li .i_rphl_pp1 {
            float: left;
            font-size: 14px;
            color: #333333;
            margin: 0 0 0 20px;
            line-height: 28px;
        }

        .icol2_rig ul li .i_rphl_pp2 {
            float: right;
            font-size: 14px;
            color: #eea46c;
            line-height: 28px;
            font-weight: bold;
        }

.igj_box {
    width: 100%;
    background: #f2f3f5;
    padding: 40px 0 0 0;
}

.igj_con {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

    .igj_con .igj_ul1 {
        float: left;
    }

        .igj_con .igj_ul1 li {
            width: 312px;
            height: 170px;
            float: left;
            margin: 0 6px 0 0;
        }

            .igj_con .igj_ul1 li.igj_li1 {
                background: url(../image/i_img4.jpg) center no-repeat;
            }

            .igj_con .igj_ul1 li.igj_li2 {
                background: url(../image/i_img5.jpg) center no-repeat;
            }

            .igj_con .igj_ul1 li.igj_li3 {
                background: url(../image/i_img6.jpg) center no-repeat;
            }

            .igj_con .igj_ul1 li .igj_p1 {
                font-size: 30px;
                color: #fff;
                font-weight: bold;
                padding: 40px 0 20px 0px;
                font: normal 30px/1 '汉仪综艺体简' !important;
                text-align: center;
            }

            .igj_con .igj_ul1 li .igj_sapn1 {
                display: inline-block;
                font-size: 14px;
                border: 1px solid #3399FE;
                color: #fd793a;
                width: 98px;
                height: 26px;
                text-align: center;
                border-radius: 20px;
                line-height: 26px;
                margin: 0 0 0 104px;
            }

.i_QQ_box {
    float: right;
    width: 244px;
    height: 170px;
    background: #282b2d;
    padding: 28px 33px;
    box-sizing: border-box;
}

    .i_QQ_box ul {
        overflow: hidden;
    }
        .i_QQ_box ul li:first-child {
            width: 70px;
            background: #f2f3f5;
            text-align: center;
            line-height: 60px
        }

        .i_QQ_box ul li:last-child {
            width: 154px;
            background: #fff;
            line-height: 60px;
        }

.i_yanz_title {
    font-size: 18px;
}
        .i_QQ_box ul li {
            float: left;
            width: 112px;
            height: 60px;
            text-align: center;
            background: #f2f3f5;
            box-sizing: border-box;
        }
           

            .i_QQ_box ul li .i_yzli_span1 {
                display: inline-block;
                width: 19px;
                height: 22px;
                background: url(../image/i_icon5.png) center no-repeat;
                margin: 10px 0 0 0;
            }

            .i_QQ_box ul li .i_yzli_span2 {
                display: inline-block;
                width: 29px;
                height: 23px;
                margin: 10px 0 0 0;
                background: url(../image/i_icon6.png) center no-repeat;
            }


            .i_QQ_box ul li.layui-this {
                border-top:;
                background: #fff;
            }

.igj_con .layui-tab {
    margin: 0;
}

.i_yanz_box {
    margin: 15px 0 0 0;
}

    .i_yanz_box .i_yz_inp {
        float: left;
        font-size: 14px;
        line-height: 40px;
        color: #333;
        width: 140px;
        padding-left: 10px;
        background: #f2f2f2;
    }

    .i_yanz_box .i_yz_but {
        float: left;
        font-size: 14px;
        line-height: 40px;
        height: 40px;
        color: #fff;
        width: 73px;
        text-align: center;
        background-color: #3399FE;
        cursor: pointer;
    }

.i_QQ_box .layui-tab-content {
    padding: 0;
}

.i_QQ_box .layui-tab-title {
    height: 60px;
}

.igj_con .layui-tab-brief > .layui-tab-more li.layui-this:after, .igj_con .layui-tab-brief > .layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-top: 4px solid #3399FE;
    box-sizing: border-box;
}

.i_QQ_box .layui-tab-title li {
    line-height: 2;
}

.i_yxlan_box {
    width: 100%;
    height: 949px;
    border-radius: 6px 6px 6px 6px;
    clear: both;
}

.i_yxlan_con {
    
}

.i_yxlan_tit {
    overflow: hidden;
    height: 129px;
}
    .i_yxlan_tit img {
        width: 203px;
        height: 40px;
        display: block;
        margin: 50px auto 39px;
    }

    .i_yxlan_tit .iyxtit_p1 {
        float: left;
        color: #666666;
        font-weight: bold;
        font-size: 15px;
        color: #333333;
        line-height: 53px;
        margin: 0px 0px 0px 9px;
    }

        .i_yxlan_tit .iyxtit_p1 span {
            display: inline-block;
            width: 32px;
            height: 22px;
            float: left;
            margin: 0 10px 0 0;
            background: url(../image/i_icon7.png) center no-repeat;
        }

        .i_yxlan_tit .iyxtit_p1 .iyxtit_span1 {
            background-position: 0 0;
        }

        .i_yxlan_tit .iyxtit_p1 .iyxtit_span2 {
            background-position: -30px 0;
        }

        .i_yxlan_tit .iyxtit_p1 .iyxtit_span3 {
            background-position: -60px 0;
        }

        .i_yxlan_tit .iyxtit_p1 .iyxtit_span4 {
            background-position: -90px 0;
        }

        .i_yxlan_tit .iyxtit_p1 .iyxtit_span5 {
            background-position: -122px 0;
        }

.show_anchor_span {
    height: 28px;
    width: 1100px;
    margin: 12px 0px 0px 0px;
}
.yxlan_bt_ul {
    height: 40px;
    width: 1031px;
    overflow: hidden;
    float: left;
    padding-left: 15px;
}
.i_yxlan_type_first {
    width: 154px;
    height: 49px;
    float: left;
}
    .i_yxlan_type_first .i_yxlan_type_first_span {
        width: 129px;
        height: 41px;
        float: left;
        background: #FFFFFF;
    }
    .i_yxlan_type_first .i_yxlan_type_first_rightspan {
        width: 25px;
        height: 41px;
        margin-left: -10px;
        float: left;
        transform: skewX(30deg);
        background: #FFFFFF;
    }
.i_yxlan_type {
    height: 41px;
}
    .i_yxlan_type a {
        /*float: right;
        margin: 2px 9px 0px 0px;
        width: 89px;
        cursor: pointer;
        text-align: center;
        line-height: 36px;
        background-color: #FFFFFF;
        box-shadow: 0px 0px 6px 1px rgba(0,123,229,0.16);
        opacity: 1;
        transform: skewX(30deg);*/
    }
        .i_yxlan_type a span {
            transform: skewX(-30deg);
        }
        .i_yxlan_type a span {
            font-size: 13px;
            font-weight: 400;
            color: #333333;
            transform: skew(-30deg);
            display: block;
        }

.yxlan_bt_ul img {
    width: 18.01px;
    height: 13.66px;
    margin-right: 6px;
}

.yxlan_bt_ul li span {
    font-size: 12px;
    margin: 0px 13px 0px 12px;
}

.yxlan_bt_ul li a {
    font-size: 12px;
    color: #666666;
}


.yxlan_bt_ul li {
    margin-right: 10px;
    float: left;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 1px rgba(0,123,229,0.16);
    opacity: 1;
    height: 36px;
    transform: skewX(30deg);
    cursor: pointer;
    margin-top: 2px;
}
    .yxlan_bt_ul li span {
        display: block;
        float: left;
        height: 36px;
        line-height: 36px;
        width: 58px;
        padding: 0px 10px;
        text-align: center;
        color: #333333;
        font-size: 13px;
        font-weight: 400;
        transform: skew(-30deg);
        overflow: hidden;
    }

.yxlan_bt_ul .tab_moregame {
    float: left;
    width: 89px;
    cursor: pointer;
    text-align: center;
    margin: 0 5px 0 5px;
    padding: 7px 3px 8px 3px;
    background-color: #F7F8FC;
}

.yxlan_bt_ul .tab_remen {
    font-weight: 400;
    color: #333333;
    font-size: 15px;
    background-color: #FFFFFF;
    margin: -2px 12px 0 0;
}
.yxlan_bt_ul .more_game {
    height: 28px;
    width: 89px;
    background: #F7F8FC;
    border-radius: 4px 4px 4px 4px;
}

.yxlan_bt_ul li.currentyxlan {
    font-weight: bold;
    background-size: contain;
    background-position-y: bottom;
    background: #007BE5;
    color: #FFFFFF;
}
    .yxlan_bt_ul li.currentyxlan span {
        color: #FFFFFF;
    }

    .i_yxlan_tit .iyxtit_a1 {
        float: right;
        background-image: linear-gradient(45deg, #03A9F4, #1d7bc5);
        width: 80px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        border-radius: 20px;
        color: #fff;
    }

.i_yxlan_nr {
    width: 1189px;
    height: 780px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 1px rgba(0,123,229,0.16);
    opacity: 1;
    padding: 37px 0px 0px 15px;
}



.tj_game {
    width: 1200px;
    height: 1074px;
    margin: 0px auto 27px;
}


.g_detail_gm, .g_detail_ms {
    width: 1200px;
    padding: 20px 20px;
    box-sizing: border-box;
}

.g_detail_gm_a, .g_detail_ms_a {
    width: 100px;
    border-left: 4px solid #F43F50;
    line-height: 14px;
}
.g_detail_gm_b {
    
}

    .g_detail_gm_a p, .g_detail_ms_a p {
        font-size: 14px;
        color: #333333;
        font-weight: bold;
        margin-left: 10px;
    }

.g_detail_gm_b p {
    border-left: 4px solid #F43F50;
    line-height: 14px;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    margin: 34px 0px 18px 10px;
}

    .g_detail_gm_a {
        width: 1120px;
    }


    .g_detail_gm_a ul li {
        float: left;
        margin: 38px 0px 0px 0px;
        text-align: center;
    }
        .g_detail_gm_a ul li span {
            max-width: 116px;
            height: 36px;
            font-size: 13px;
            font-weight: 400;
            color: #666666;
            padding: 12px 22px 11px 23px;
            background: #FCEFF0;
            border-radius: 2px 2px 2px 2px;
        }
        .g_detail_gm_a ul li img {
            width: 21.97px;
            height: 18.65px;
            margin: 0px 7px 0px 11px;
        }

.g_detail_gm_b {
    margin: 96px 0px 45px 0px;
    width: 1121px;
}
    .g_detail_gm_b span {
        width: 1121px;
        margin: 0px 0px 0px 14px;
        font-size: 13px;
        font-weight: 400;
        color: #666666;
        line-height: 20px;
    }

.exchange_div_qq {
    width: 242px;
    height: 141px;
    background: #F7F8FC;
    border-radius: 6px 6px 6px 6px;
    margin: 35px 1px 0px 37px;
}
.exchange_div {
    width: 100%;
    padding-bottom: 44px;
}
    .exchange_div p {
        width: 100%;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        color: #333333;
    }
        .exchange_div p:first-child {
            padding: 22px 0px 15px 0px;
        }
    .exchange_div .exchange_div_span {
        margin: 15px auto 18px auto;
        width: 110px;
        height: 30px;
        background: #F43F50;
        border-radius: 21px 21px 21px 21px;
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
        cursor: pointer;
        display: block;
        text-align: center;
        line-height: 30px;
    }

.g_detail_gm_b_bz1 {
    background: url(../image/bz1.png?v=2) center no-repeat;
    background-size: contain;
}

.g_detail_gm_b_bz2 {
    background: url(../image/bz2.png?v=2) center no-repeat;
    background-size: contain;
}

.g_detail_gm_b_bz3 {
    background: url(../image/bz3.png?v=3) center no-repeat;
    background-size: contain;
}

.g_detail_sm_b p {
    width: 1138px;
    line-height: 19px;
    font-size: 13px;
    margin: 27px 26px 0px 36px;
}
.i_yxle_wz .iyx_le_p1 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin: 190px 0 10px 0;
}

.i_yxle_wz .iyx_le_p2 {
    font-size: 18px;
    color: #fafafa;
}

.i_yxle_wz .iyx_le_a1 {
    font-size: 16px;
    color: #fafafa;
    width: 165px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #fff;
    margin: 28px 0 0 0;
}

.i_yxnr_rig {
    float: left;
    margin: 0 0 16px 0px;
    background: #fff;
    width: 1179px;
    height: 744px;
    overflow: hidden;
}

    .i_yxnr_rig ul {
        overflow: hidden;
       
    }
        .i_yxnr_rig ul li {
            width: 219px;
            float: left;
            height: 250px;
            margin: 0px 16px 0px 0px;
        }
            .i_yxnr_rig ul li .iyxrig_img {
                width: 219px;
                height: 113px;
                overflow: hidden;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
            }

.game_title_details {
    width: 453px;
    height: 234px;
    background: #000000;
    border-radius: 10px 10px 10px 10px;
    position: absolute;
    padding: 5px 12px 10px 16px;
}

#tooltip {
    border: 1px solid #7B9982;
    background: #FFFFE1;
    position: absolute;
    padding: 1px;
    color: #333;
    display: none;
    width: 500px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.game_title_details .appdiv_title {
    height: 37px;
    font-size: 13px;
    font-weight: 400;
    color: #F4E23F;
    line-height: 37px;
    text-align: left;
}

.game_title_details .appdiv_illustrate {
    width: 425px;
    height: 182px;
    font-size: 11px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: left;
    overflow-y: scroll;
}
.iyxrig_img .indemnify_png {
    width: 72px;
    height: 28px;
    position: absolute;
}
.i_yxnr_rig ul li:hover .indemnify_png {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

.iyxrig_img img {
    width: 100%;
    height: 100%;
    -moz-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    /*border-top-left-radius: 8px;*/
    /*border-top-right-radius: 8px;*/
}
.game_style {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.g_content {
    width: 219px;
    height: 212px;
    /*margin: 0px 6px 0px 0px;*/
    border-radius: 10px 10px 0px 0px;
}

/*.i_yxnr_rig ul li:hover .iyxrig_img img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}*/

.i_yxnr_rig ul li .iyxrig_con {
    width: 214px;
    height: 57px;
    background: #fff;
    padding: 8px 8px 12px 0px;
    box-sizing: border-box;
}

.iyxrig_con .rig_p1 {
    width: 211px;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    font-size: 13px;
    font-weight: 500;
    color: #333333;
}

.iyxrig_con .rig_p2 {
    overflow: hidden;
    margin-top: 12px;
}
.iyxrig_con .rig_p3 {
    height: 42px;
}
    .iyxrig_con .rig_p3 .rig_p2_s1 {
        font-size: 18px;
        font-weight: bold;
        color: #FF0000;
        line-height: 42px;
    }
    .iyxrig_con .rig_p3 .rig_p2_s3 {
        font-size: 12px;
        font-weight: 400;
        color: #999999;
        line-height: 42px;
    }
    .iyxrig_con .rig_p2 .rig_p2_s2 {
        font-size: 12px;
        color: #999999;
        font-weight: 400;
    }
    .iyxrig_con .rig_p2 .rig_p2_s4 {
        font-size: 12px;
        color: #999999;
        font-weight: 400;
    }
.i_yxlan_bottom_border {
    width: 1156px;
    height: 1px;
    margin: 0px auto;
    /*background-color: #E1E1E1;*/
    margin-top: 10px;
    /*position: absolute;*/
}

.look_more_button {
    width: 229px;
    height: 30px;
    margin: 33px auto;
}
    .look_more_button a {
        cursor: pointer;
    }
.look_more_button_a {
    width: 227px;
    height: 28px;
    border: 1px solid #C7C7C7;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
}
    .look_more_button_a span {
        width: 48px;
        height: 28px;
        line-height: 28px;
    }

.bot_tcon {
    width: 100%;
    height: 115px;
    background: #007BE5;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    margin-top: 47px;
}
    .bot_tcon .section {
        width: 1200px;
        padding-top: 34px;
        margin: 0px auto;
    }
.section div:lang(foot-service) {
    width: 203px;
    text-align: left;
}

.section div:lang(foot-hot) {
    width: 253px;
    text-align: left;
}

.section div:lang(foot-secure) {
    width: 252px;
    text-align: left;
}

.section div:lang(foot-find) {
    width: 246px;
    text-align: left;
}
.section .find-a {
    width: 196px;
}


div:lang(foot-box) {
    width: 1200px;
    text-align: center;
}
.section div {
    float: left;
}
    .section div a {
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
        float: left;
        margin-right: 90px;
        margin-left: 210px;
    }
    .section div p {
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
        margin-right: 86px;
    }
    .section div img {
        width: 40px;
        float: left;
    }
    .section div .service-a {
        width: 153px;
        float: right;
        cursor: pointer;
        margin-top: -3px;
    }
    .section div .hot-a {
        width: 203px;
        float: right;
        cursor: pointer;
        margin-top: -3px;
    }
    .section div .secure-a {
        width: 202px;
        float: right;
        cursor: pointer;
        margin-top: -3px;
    }
    .section div .find-a {
        width: 216px;
        float: right;
        cursor: pointer;
        margin-top: -3px;
    }
.copyright_top span {
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    width: 1200px;
    display: block;
}
.copyright {
    margin: 19px auto 0px;
}
.copyright .bottom_p {
    float: left;
}

.bnav_l dl {
    float: left;
    margin: 0 100px 0 0;
}

    .bnav_l dl dt {
        font-size: 16px;
        color: #363636;
        margin: 0 0 32px 0;
    }

    .bnav_l dl dd a {
        display: inline-block;
        font-size: 14px;
        color: #808080;
        margin: 0 0 14px 0;
    }

    .bnav_l dl dd:hover a {
        color: #fd793a;
    }

.bot_bcon .bot_bnav .bnav_c {
    float: left;
    width: 139px;
    height: 139px;
}

.bnav_c .bnav_c_tit {
    font-size: 16px;
    color: #363636;
    margin: 0 0 32px 0;
}

.bnav_c .bnav_c_img {
    width: 139px;
    height: 139px;
}

    .bnav_c .bnav_c_img img {
        width: 100%;
        height: 100%;
    }

.bnav_r {
    float: right;
    padding: 0 50px 0 0;
}

    .bnav_r .bnav_r_p1 {
        font-size: 16px;
        color: #363636;
        margin: 0 0 10px 0;
    }

    .bnav_r .bnav_r_a1 {
        width: 88px;
        height: 36px;
        border-radius: 3px;
        font-size: 16px;
        text-align: center;
        display: inline-block;
        line-height: 36px;
        color: #fff;
        background: #fd793a;
        margin: 10px 0 0 0;
        cursor: pointer;
    }

.bot_bban {
    width: 1200px;
    margin: 0 auto;
    padding: 28px 0 0 0;
    text-align: center;
}

    .bot_bban .bot_bban_p1 {
        font-size: 16px;
        color: #666666;
        line-height: 38px;
    }

        .bot_bban .bot_bban_p1 a {
            padding: 0 10px;
        }

            .bot_bban .bot_bban_p1 a:hover {
                color: #fd793a;
            }
/*首页右侧浮层框*/
.fix {
    position: fixed;
    right: 14px;
    top: 38%;
    height: 70px;
    z-index: 9;
    background: #fff;
    box-shadow: 0 1px 8px rgba(7,52,148,.2);
}

    .fix li {
        position: relative;
        width: 70px;
        height: 70px;
        text-align: center;
        box-shadow: 0 0 5px #ccc;
    }

        .fix li .flx_1xs_s {
            margin: 10px 0 4px 0;
            width: 24px;
            height: 24px;
            display: inline-block;
        }

        .fix li .flx_1xs_s1 {
            background: url(../image/i_icon8.png?v=1) center no-repeat;
            background-size: contain;
        }


        .fix li .flx_1xs_s5 {
            background: url(../image/i_icon12.png?v=3) center no-repeat;
            background-size: contain;
        }
       
        .fix li .flx_1xs_p1 {
            font-size: 12px;
            color: #666666;
        }
/*.fix li:hover .flx_1yc{ 
  display: block;
}*/
.flx_1yc {
    position: absolute;
    right: 80px;
    background: #e68d84;
    width: 500px;
    top: 0px;
    padding: 0 16px 20px 16px;
    box-sizing: border-box;
    box-shadow: 0 1px 8px rgba(7,52,148,.2);
    transition: all ease .5s;
    display: none;
    border-radius: 20px;
}

    .flx_1yc span {
        position: absolute;
        display: block;
        width: 6px;
        height: 6px;
        background: #FFFFFF;
        border-width: 1px;
        border-style: solid;
        right: -8px;
        transform: translateX(-50%) rotate(135deg);
        top: 35px;
        border-color: #E1E6F0 transparent transparent #E1E6F0;
    }

    .flx_1yc .fyc_1p1 {
        font-size: 18px;
        color: #333;
        margin: 14px 0 4px 0;
        text-align: left;
        font-weight: bold;
    }

    .flx_1yc .fyc_1p2 {
        font-size: 14px;
        color: #333333;
        text-align: left;
    }

.flx_1yc2 {
    width: 80px;
    height: 80px;
    padding: 0 0 0 10px;
}

.fyc_img {
    width: 60px;
    height: 60px;
    margin: 10px 0 0 0;
}

    .fyc_img img {
        width: 100%;
        height: 100%;
    }

.fyc_1p2_close {
    margin-top: 20px;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    width: 100px;
    height: 30px;
    background: #40a75d;
    text-align: center;
    line-height: 30px;
    margin-left: 180px;
    cursor: pointer;
}
/*-------------------------------------------P游戏-列表页面----------------------------------------*/
.mnav_box {
    width: 100%;
}

.mnav_con {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    overflow: hidden;
}

    .mnav_con .mnav_sp1 {
        float: left;
        width: 18px;
        height: 22px;
        background: url(../image/list_img1.png) center no-repeat;
        background-position: 0 0;
        margin: 0 10px 0 0;
    }

    .mnav_con .mnav_a1 {
        font-size: 14px;
        color: #808080;
    }

    .mnav_con .mnav_a2 {
        font-size: 14px;
        color: #333333;
        font-weight: bold;
    }

.fenlei_box {
    width: 100%;
    background: #F7F8FC;
}

    .fenlei_box .fenlei_con {
        width: 1200px;
        background: #fff;
        margin: 0px auto 0 auto;
        border-radius: 6px;
    }

.fenlei_con ul li {
    overflow: hidden;
}

    .fenlei_con ul li:last-child {
        border-bottom: none;
    }

    .fenlei_con ul li .fenl_tit {
        float: left;
        font-size: 14px;
        width: 116px;
        height: 48px;
        line-height: 48px;
        font-weight: 500;
        background: #FCEFF0;
        color: #333333;
        text-align: left;
        padding: 0px 0px 0px 25px;
    }

    .fenlei_con ul li .fenl_abox {
        width: 1050px;
        overflow: hidden;
        border-bottom: 1px solid #F3F3F3;
    }

    .fenlei_con ul li .fenl_bottom_abox {
        width: 1050px;
        overflow: hidden;
        height: 62px;
    }
    .fenlei_con ul li .fenl_bottom_tit {
        float: left;
        font-size: 14px;
        width: 116px;
        height: 62px;
        line-height: 48px;
        font-weight: 500;
        background: #FCEFF0;
        color: #333333;
        text-align: left;
        padding: 0px 0px 0px 25px;
    }

.fenl_abox a {
    color: #666666;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 10px;
    float: left;
    display: inline-block;
    margin: 10px 4px 10px 13px;
    cursor: pointer;
}

    .fenl_abox a.current {
        font-size: 12px;
        color: #F43F50;
        background: #FCEFF0;
        border-radius: 2px;
    }
.fenl_abox_c{
    float:left;
}
    .fenl_abox_c a:first-child {
        margin: 10px 4px 10px 23px;
    }
.fenlei_zt {
    width: 1150px;
    height: 40px;
    padding: 5px 25px;
}

    .fenlei_zt div {
        width: 1150px;
        height: 40px;
        border-bottom: 1px solid #fbeeee;
    }

    .fenlei_zt p:first-child {
        float: left;
        font-size: 15px;
        font-weight: bold;
    }

    .fenlei_zt p:last-child {
        float: right;
        cursor: pointer;
    }

        .fenlei_zt p:last-child img {
            width: 16px;
            vertical-align: middle;
            margin-top: -3px;
        }

        .fenlei_zt p:last-child span {
            color: #bfbfbf;
            font-size: 14px;
        }

.fenl_abox {
    position: relative;
}

    .fenl_abox .fenl_amore {
        display: inline-block;
        color: #fd793a;
        position: absolute;
        right: 0px;
        top: 13px;
        cursor: pointer;
    }

    .fenl_abox a .fenl_span {
        width: 13px;
        height: 16px;
        display: inline-block;
        background: url(../image/list_img1.png) center no-repeat;
        background-position: 0 -20px;
        float: left;
    }

.fenl_abox1 {
    overflow: hidden;
    width: 1018px;
}

.plist_box {
    width: 100%;
    margin: 18px 0px 52px 0px;
    border-radius: 0px 6px 6px 0px;
    background: #F7F8FC;
}

.pli_con {
    width: 1200px;
    margin: 0 auto 30px;
}

.pli_top {
    overflow: hidden;
    height: 60px;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 0 5px #ece1e1;
    border-bottom: 1px solid #eae2e2;
}

    .pli_top .plit_le {
        float: left;
    }

        .pli_top .plit_le .plit_quanb {
            float: left;
        }

            .pli_top .plit_le .plit_quanb a {
                display: inline-block;
                width: 124px;
                height: 46px;
                line-height: 46px;
                font-size: 14px;
                text-align: center;
                margin: 28px 36px 0 36px;
            }

        .pli_top .plit_le .plit_jinri {
            float: left;
        }

            .pli_top .plit_le .plit_jinri a {
                /*font-size:14px;
  color:#333;
  line-height: 100px;
  padding:0 20px;*/
                font-size: 14px;
                /* color: #333; */
                line-height: 46px;
                /* padding: 0 20px; */
                display: inline-block;
                height: 46px;
                margin-top: 28px;
                width: 124px;
                text-align: center;
            }

        .pli_top .plit_le .plit_jiage {
            float: left;
        }

            .pli_top .plit_le .plit_jiage a {
                font-size: 14px;
                color: #333;
                line-height: 100px;
                padding: 0 20px;
                margin: 0 0 0 80px;
            }

    .pli_top .pli_rig {
        float: right;
        overflow: hidden;
    }

        .pli_top .pli_rig .plir_span1 {
            float: left;
            font-size: 14px;
            color: #333;
            line-height: 100px;
            padding-right: 16px;
        }

        .pli_top .pli_rig .plir_inp1 {
            float: left;
            width: 250px;
            height: 36px;
            margin: 12px 0 0 0;
            border: 1px solid #e5e5e5;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

            .pli_top .pli_rig .plir_inp1 input {
                font-size: 12px;
                padding-left: 14px;
                line-height: 36px;
                width: 220px;
                padding: 0 15px;
            }

        .pli_top .pli_rig .plir_ibut {
            float: left;
            width: 90px;
            height: 38px;
            margin: 12px 36px 0 -1px;
            border: none;
            color: #fff;
            text-align: center;
            background-image: linear-gradient(45deg, #03A9F4, #1d7bc5);
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

.pli_zj {
    height: 70px;
    width: 1200px;
    background: #fafafa;
    overflow: hidden;
    line-height: 70px;
}

    .pli_zj p {
        float: left;
        font-size: 14px;
        color: #666;
    }

    .pli_zj .pli_zj1 {
        width: 790px;
        text-align: center;
    }

    .pli_zj .pli_zj2 {
        width: 220px;
        margin: 0 0 0 16px;
    }

    .pli_zj .pli_zj3 {
        width: 158px;
        margin: 0 0 0 16px;
    }

.pli_list_box {
    background: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.pli_list {
    background: #fff;
}
    .pli_list a:first-child .pli_yipai {
        border-radius: 0px 6px 0px 0px;
    }
.goods_foot_div {
    height: 30px;
    background: #FFFFFF;
    width: 1200px;
    margin: 0px auto;
    border-radius: 0px 0px 6px 0px;
}

.pli_yipai {
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 47px 8px 21px;
    overflow: hidden;
}

.yipai_lablediv {
    position: absolute;
    width: 183px;
    height: 98px;
    background: #000000;
    border-radius: 4px 4px 4px 4px;
    margin: 31px 0px 0px 0px;
}
    .yipai_lablediv p {
        font-size: 13px;
        font-weight: 400;
        color: #F4E23F;
        line-height: 33px;
        margin: 4px 16px 0px 16px;
        text-align: left;
        overflow: hidden;
    }
    .yipai_lablediv span {
        font-size: 11px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 14px;
        margin: 0px 16px 18px 16px;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box; /*下面三条缺一不可 可以生成 '...' 主要针对谷歌浏览器 */
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .pli_yipai .yipai_img {
        width: 183px;
        height: 121px;
        float: left;
        border-radius: 10px;
    }

        .pli_yipai .yipai_img img {
            width: 100%;
            height: 100%;
            border-radius: 14px;
        }
/*.yipai_lableimg {
    width: 78px;
    height: 31px;
}*/
.yipai_img .yipai_lableimg img {
    width: 78px;
    height: 31px;
    border-radius: 10px 0px 10px 0px;
    position: absolute;
}

.yipai_le {
    width: 597px;
    float: left;
    margin: 0 0 0 20px;
    padding: 9px 0px 0px 0px;
}

.yp_letit span {
    width: 597px;
    height: 49px;
    font-size: 13px;
    font-weight: 500;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box; /*下面三条缺一不可 可以生成 '...' 主要针对谷歌浏览器 */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.yipai_le .yp_letit p {
    width: 600px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    float: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 23px;
}

.yp_lecon1 {
    overflow: hidden;
}

    .yp_lecon1 span {
        display: inline-block;
       
        font-size: 14px;
        color: #999;
    }

    .yp_lecon1 p {
        font-size: 12px;
        line-height: 30px;
        font-weight: 400;
        color: #999999;
    }

.yp_lecon1_sp {
    margin: 0 0 0 80px;
}
.yp_lecon1 div {
    float: left;
}

    .yp_lecon1 div:lang(a) {
        width: 500px;
    }

        .yp_lecon1 div:lang(a) p {
            color: #ccc;
        }

    .yp_lecon1 div:lang(b) {
        width: 200px;
    }

        .yp_lecon1 div:lang(b) p {
            font-size: 16px;
            font-weight: bold;
            color: red;
            line-height: 90px;
        }

    .yp_lecon1 div:lang(c) {
        width: 100px;
        margin-top: 20px;
    }

        .yp_lecon1 div:lang(c) p {
            height: 30px;
            cursor: pointer;
        }

        .yp_lecon1 div:lang(c) img {
            width: 16px;
            vertical-align: middle;
            margin-top: -3px;
            margin-right: 3px;
        }

        .yp_lecon1 div:lang(c) span {
            font-size: 14px;
            color: #ccc;
            line-height: 18px;
        }
.yp_lecon2 {
    height: 23px;
}

.titlesign_border {
    width: 51px;
    height: 23px;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #4EBCFF;
    font-size: 10px;
    line-height: 23px;
    font-weight: 400;
    color: #4EBCFF;
    text-align: center;
    margin: 4px 0px 0px 0px;
}

.yipai_price {
    float: left;
    width: 220px;
    text-align: center;
}
    .yipai_price p {
        font-size: 22px;
        color: #FF0000;
        font-weight: bold;
        line-height: 135px;
    }

.yipai_btn {
    width: 76px;
    float: right;
    height: 100px;
}

    .yipai_btn .yipai_btn_buy {
        width: 76px;
        height: 33px;
        margin-top: 16px;
        text-align: center;
        background: #F43F50;
        border-radius: 6px;
        font-size: 12px;
        font-weight: 500;
        color: #FFFFFF;
        display: block;
        line-height: 33px;
        cursor: pointer;
    }
.plit_le p {
    float: left;
    font-weight: bold;
    font-size: 15px;
    width: 100px;
    height: 60px;
    line-height: 60px;
    margin-left: 15px;
    cursor: pointer;
}

    .plit_le p img {
        vertical-align: middle;
        margin-top: -3px;
        margin-left: 3px;
        width: 10px;
    }
.fenlei_expend {
    width: 54px;
    height: 28px;
    border: 1px solid #ECECEC;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    border-radius: 2px;
    float: right;
    margin: 10px 23px 0px 0px;
    font-size: 11px;
    font-weight: 400;
    color: #666666;
}
.fenlei_bottom_expend {
    width: 145px;
    height: 32px;
    border-radius: 2px;
    border: 1px solid #ECECEC;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    float: right;
    margin: 14px 546px 0px 0px;
    font-size: 11px;
    font-weight: 400;
    color: #666666;
}
    .fenlei_bottom_expend img {
        width: 9.11px;
        height: 5.19px;
        margin: 0px 0px 0px 9px;
    }
.fenlei_multi {
    width: 78px;
    height: 24px;
    border: 1px solid #eaeaea;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    border-radius: 5px;
    float: right;
}
.fenlei_btn {
    float: right;
}
    .fenlei_btn p:first-child {
        width: 37px;
        height: 24px;
        background: #03A9F4;
        border-radius: 5px;
        line-height: 24px;
        text-align: center;
        color: #fff;
        float: left;
        cursor: pointer;
    }
    .fenlei_btn p:last-child {
        width: 37px;
        height: 22px;
        border: 1px solid #03A9F4;
        border-radius: 5px;
        line-height: 22px;
        text-align: center;
        color: #03A9F4;
        float: left;
        margin-left: 4px;
        cursor: pointer;
    }
.fenlei_expend img {
    vertical-align: middle;
    width: 10px;
    margin-top: -3px;
    margin-left: 2px;
}
.fenlei_multi img {
    vertical-align: middle;
    width: 10px;
    margin-top: -3px;
    margin-left: 2px;
}
.yipai_btn .yipai_btn_buy:hover {
    box-shadow: 0 0 5px #03A9F4;
}

.yipai_btn .yipai_btn_search {
    width: 76px;
    height: 33px;
    background: #7D87FA;
    margin-top: 17px;
    text-align: center;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    display: block;
    line-height: 33px;
    cursor: pointer;
}

        .yipai_btn .yipai_btn_search:hover {
            box-shadow: 0 0 5px #03A9F4;
        }
.yipai_ce {
    width: 220px;
    margin: 0 0 0 16px;
    float: left;
}

    .yipai_ce .yipai_ce_p1 {
        font-size: 18px;
        color: #F13A3A;
        line-height: 120px;
    }

.yipai_rig {
    width: 130px;
    margin: 30px 0 0 16px;
    float: left;
}

    .yipai_rig p {
        font-size: 14px;
        color: #999;
        line-height: 16px;
        padding-left: 4px;
        margin: 0 0 10px 0;
    }

        .yipai_rig p span {
            float: left;
            width: 18px;
            height: 18px;
            margin: 0 5px 0 0;
            display: inline-block;
        }


    .yipai_rig .yipai_rig_p2 span {
        background: url(../image/list_img1.png) center no-repeat;
        background-position: 0 -60px;
    }

    .yipai_rig .yipai_rig_p3 span {
        background: url(../image/list_img1.png) center no-repeat;
        background-position: 0 -80px;
    }

.pag_box {
    text-align: center;
    padding: 21px 26px 26px;
}

    .pag_box .layui-laypage a, .pag_box .layui-laypage span {
        padding: 0 22px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .pag_box .layui-laypage .layui-laypage-curr .layui-laypage-em {
        background-color: #fd793a;
    }

    .pag_box .layui-laypage a:hover {
        color: #fd793a;
    }
/*-----------------------------------------------P游戏详情页面--------------------------------------*/
.pyxxq_box {
    width: 100%;
    margin-bottom: 51px;
}

.pyxxq_con1 {
    width: 1200px;
    margin: 0px auto 23px;
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 5px #dad2d2;
}

    .pyxxq_con1 .pyxxq_le {
        float: left;
        width: 314px;
        padding: 30px 0px 34px 23px;
    }

.pyxxq_le .yxxqle_imgd {
    width: 314px;
    height: 225px;
}

    .pyxxq_le .yxxqle_imgd img {
        width: 100%;
        height: 100%;
    }

.pyxxq_ce {
    float: left;
    width: 819px;
    padding: 34px 26px 27px 18px;
}

    .pyxxq_ce .yxxq_ce_tit {
        font-size: 13px;
        font-weight: 500;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box; /*下面三条缺一不可 可以生成 '...' 主要针对谷歌浏览器 */
        /*-webkit-line-clamp: 3;*/
        -webkit-box-orient: vertical;
    }

        .pyxxq_ce .yxxq_ce_tit span {
              margin: 0 5px 0 0;
    float: left;
    box-sizing: border-box;
    display: inline-block;
    width: 110px;
    height: 23px;
    line-height: 21px;
    background: #e6dfdf8c;
    color: #03A9F4;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    border: 1px;
    border-color: #07a2ed;
    border-style: solid;
        }
            .pyxxq_ce .yxxq_ce_tit span img {
                width: 14px;
                vertical-align: middle;
                margin-top: -3px;
            }

.yxxq_ce_tit_show {
    width: 54px;
    height: 26px;
    border: 1px solid #ECECEC;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
    border-radius: 2px;
    float: right;
    margin: 0px 2px 0px 0px;
    font-size: 11px;
    font-weight: 400;
    color: #666666;
}

.yxxq_ce_tit_show span {
    width: 100%;
    
}

.g_detail_sm_b_p_show {
    width: 54px;
    height: 26px;
    border: 1px solid #ECECEC;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
    border-radius: 2px;
    float: right;
    margin: 0px 2px 0px 0px;
    font-size: 11px;
    font-weight: 400;
    color: #666666;
}

    .g_detail_sm_b_p_show span {
        width: 100%;
    }

.pyxxq_ce .yxxq_ce_jg {
    width: 700px;
    height: 31px;
    font-size: 18px;
    color: #FF0000;
    font-weight: bold;
    margin: 13px 0px 0px 22px;
}
    .pyxxq_ce .yxxq_ce_jg2 {
        height: 64px;
        line-height: 64px;
        font-size: 14px;
        color: #666666;
        font-weight: bold;
    }

        .pyxxq_ce .yxxq_ce_jg span {
            float: left;
            display: inline-block;
            font-size: 16px;
            font-weight: bold;
            color: #333333;
            margin-top: 4px;
        }

.pyxxq_ce .yxxq_ce_bh {
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    color: #333;
    width: 842px;
    height: 108px;
    background: #FFF9EE;
    float: left;
}

.pyxxq_ce .yxxq_ce_bh ul {
    width: 700px;
}

.pyxxq_ce .yxxq_ce_bh_li {
    margin: 0px 53px 14px 22px;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    float: left;
}

        .pyxxq_ce .yxxq_ce_bh span {
            font-size: 13px;
            color: #999;
            float: left;
        }

.yxxq_ce_collect {
    width: 120px;
    float: right;
    height: 108px;
}
    .yxxq_ce_collect div {
        width: 80px;
        height: 34px;
        margin: 36px 51px 38px 0px;
        border-radius: 17px 17px 17px 17px;
        text-align: center;
        cursor: pointer;
    }
    .yxxq_ce_collect .yxxq_ce_collect_div1 {
        border: 1px solid #3F93F4;
    }
    .yxxq_ce_collect .yxxq_ce_collect_div2 {
        border: 1px solid #B1B1B1;
    }
    .yxxq_ce_collect .yxxq_ce_collect_div1 span {
        color: #3F93F4;
        font-size: 13px;
        font-weight: 400;
    }
    .yxxq_ce_collect img {
        width: 16px;
        height: 15.6px;
        float: left;
        margin: 9px 5px 9px 13px;
    }

.goods_bargaining_div {
    width: 1200px;
    height: 575px;
    background: #FFFFFF;
    border-radius: 6px 6px 0px 0px;
    margin: 0px auto 191px;
    padding: 24px 44px 0px 37px;
}
.goods_bargaining_div_title {
    width: 1119px;
    height: 34px;
    font-size: 15px;
    font-weight: 500;
    color: #666666;
    border-bottom: 1px solid #F3F3F3;
}
.goods_bargaining_div_price {
    margin-top: 23px;
    font-size: 13px;
    line-height: 33px;
    font-weight: 500;
    color: #666666;
}
    .goods_bargaining_div_price .price:after {
        content: "*";
        color: #F43F50;
    }
    .goods_bargaining_div_price p {
        font-size: 12px;
        font-weight: 400;
        color: #999999;
        line-height: 12px;
        margin-bottom: 20px;
    }
.goods_bargaining_div_input .price_input {
    width: 420px;
    height: 38px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #E4E4E4;
    font-size: 11px;
    font-weight: 300;
    color: #666666;
    padding-left: 20px;
}
.goods_bargaining_div_input .idCare_input {
    width: 420px;
    height: 38px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #E4E4E4;
    font-size: 11px;
    font-weight: 300;
    color: #666666;
    padding-left: 20px;
    margin-top: 14px;
}
.goods_bargaining_div_input img {
    width: 19px;
    height: 19px;
    margin: 0px 8px 0px 28px;
}
.goods_bargaining_div_input span {
    font-size: 13px;
    font-weight: 400;
    color: #F43F50;
}
.goods_bargaining_div_matter {
    height: 283px;
    border-bottom: 1px solid #F3F3F3;
}
.goods_bargaining_div_matter p {
    font-size: 13px;
    font-weight: 500;
    color: #666666;
    margin: 27px 0px 10px 0px;
}
    .goods_bargaining_div_matter p:after {
        content: "*";
        color: #F43F50;
    }
.goods_bargaining_div_matter span {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}
.goods_bargaining_div_footer input {
    width: 14px;
    height: 14px;
    margin:43px 8px 50px 0px;
    float: left;
}
.goods_bargaining_div_footer input {
    width: 14px;
    height: 14px;
    margin: 43px 8px 50px 0px;
    float: left;
}
.goods_bargaining_div_footer a {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    float: left;
    margin: 43px 0px 50px 0px;
}
.goods_bargaining_div_footer span {
    width: 86px;
    height: 34px;
    border-radius: 4px 4px 4px 4px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}
.goods_bargaining_div_footer .footer_close {
    background: #CBCBCB;
    margin: 33px 0px 40px 0px;
    line-height: 34px;
    float: right;
    display: block;
    cursor: pointer;
}
.goods_bargaining_div_footer .footer_submit {
    background: #F43F50;
    margin: 33px 20px 40px 20px;
    line-height: 34px;
    float: right;
    display: block;
    cursor: pointer;
}

    .yxxq_ce_collect span {
        float: right;
        font-size: 13px;
        font-weight: 400;
        color: #666666;
        line-height: 34px;
    }

.yxxq_ce_fk .ce_fk_box {
    overflow: hidden;
    padding: 21px 0 0 0;
    width: 842px;
}
    .yxxq_ce_fk .ce_fk_box .ce_fk_box_left {
        float: left;
        font-size: 13px;
        font-weight: 400;
        color: #666666;
        line-height: 42px;
    }
.yxxq_ce_fk .ce_fk_box .ce_fk_box_left ul {
    float: right;
}
    .yxxq_ce_fk .ce_fk_box .ce_fk_box_left ul li {
        float: left;
        margin: 0px 22px 0px 23px;
    }
    .yxxq_ce_fk .ce_fk_box .ce_fk_box_left ul img {
        margin: 0px 8px 0px 0px;
    }
    .yxxq_ce_fk .ce_fk_box .ce_fk_box_right {
        float: right;
        margin-right: 19px;
    }
.ce_fk_box_right span {
    width: 96px;
    height: 42px;
    border-radius: 6px 6px 6px 6px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 42px;
    cursor: pointer;
    display: block;
    text-align: center;
    float: left;
}
.ce_fk_box_right .yipai_btn_bargaining {
    background: #FDA926;
    margin-right: 14px;
}
.ce_fk_box_right .yipai_btn_seekadvice {
    background: #7D87FA;
    margin-right: 13px;
}
.ce_fk_box_right .yipai_btn_buy {
    background: #F43F50;
}
.pyxxq2_ul {
    height: 48px;
    background: #F1F1F1;
    border-radius: 6px 6px 0px 0px;
    font-weight: 500;
    color: #666666;
    line-height: 48px;
}

    .pyxxq2_ul .current {
        background: #FFFFFF;
        font-weight: bold;
        border-top: 1px solid #F23E57;
    }

    .pyxxq2_ul li {
        font-size: 13px;
        float: left;
        cursor: pointer;
        text-align: center;
    }


.g_detail_sm_b .g_detail_sm_b_p {
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-width: 1126px;
}

    .yxxq_ce_fk .ce_fk_box a {
    display: inline-block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    float: right;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    }

    .notice_div {
        width: 100%;
        padding: 27px 28px 11px 37px;
    }

    .yxxq_ce_fk .ce_fk_box .ce_fk_an1 {
        margin: 20px 10px 0 0;
        border-radius: 5px;
        background-image: linear-gradient(45deg, #03A9F4, #1d7bc5);
    }

    .yxxq_ce_fk .ce_fk_box .ce_fk_an2 {
 margin: 20px 0 0 0;
        background-image: linear-gradient(45deg, #ff000078, red);
        border-radius: 5px;
    }

    .yxxq_ce_fk .ce_fk_box .ce_fk_an3 {
        margin: 20px 20px 0 10px;
        border-radius: 5px;
        background-image: linear-gradient(45deg, #05c9798a, #05C979);

    }

    .yxxq_ce_fk .ce_fk_box .ce_fk_an4 {
        border-radius: 8px;
        background-image: linear-gradient(45deg, #ff80079e, #FF8007);
    }

.ce_fw_box {
    overflow: hidden;
    margin: 14px 0 0 0;
}

    .ce_fw_box .ce_fw_tit {
        font-size: 14px;
        color: #999;
        float: left;
    }

    .ce_fw_box .ce_fw_con {
        font-size: 14px;
        color: #333;
        float: left;
        margin: 0 16px 0 0;
    }

        .ce_fw_box .ce_fw_con span {
            width: 18px;
            height: 18px;
            display: inline-block;
            float: left;
            background: url(../image/list_img1.png) center no-repeat;
        }

        .ce_fw_box .ce_fw_con .ce_fw_cspn_1 {
            background-position: 0 -38px;
        }

        .ce_fw_box .ce_fw_con .ce_fw_cspn_2 {
            background-position: 0 -56px;
        }

        .ce_fw_box .ce_fw_con .ce_fw_cspn_3 {
            background-position: 0 -77px;
        }

.pyxxq_rig {
    float: left;
    width: 260px;
    text-align: center;
}

    .pyxxq_rig .yxxq_r_img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin: 40px auto 20px auto;
    }

        .pyxxq_rig .yxxq_r_img img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

    .pyxxq_rig .yxxq_r_p1 {
        font-size: 14px;
        margin: 16px 0 0 0;
        font-weight: bold;
    }

    .pyxxq_rig .yxxq_r_p2 {
        font-size: 14px;
        color: #b3aeae;
        margin: 16px 0 0 0;
    }

    .pyxxq_rig .yxxq_r_xy {
        margin: 16px auto 0 auto;
        overflow: hidden;
    }

        .pyxxq_rig .yxxq_r_xy .xy_tit {
            float: left;
            font-size: 14px;
            color: #b3aeae;
            margin-left: 35px;
        }

        .pyxxq_rig .yxxq_r_xy span {
            width: 19px;
            height: 19px;
            display: inline-block;
            float: left;
            margin: 0 5px 0 0;
        }

        .pyxxq_rig .yxxq_r_xy img {
            width: 19px;
            height: 18px;
        }

.yxxq_dz_box {
    position: relative;
}

.pyxxq_rig .yxxq_dz {
    display: block;
    width: 174px;
    height: 41px;
    background: #fbb630;
    line-height: 41px;
    text-align: center;
    margin: 20px auto 0 auto;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.yxxq_dz_fc {
    position: absolute;
    top: -8px;
    left: -186px;
    width: 217px;
    height: 56px;
    background: #fb914e;
}

    .yxxq_dz_fc span {
        position: absolute;
        display: block;
        width: 6px;
        height: 6px;
        background: #fb914e;
        border-width: 1px;
        border-style: solid;
        right: -8px;
        transform: translateX(-50%) rotate(135deg);
        top: 25px;
        border-color: #E1E6F0 transparent transparent #E1E6F0;
    }

    .yxxq_dz_fc p {
        color: #fff;
        font-size: 14px;
        line-height: 56px;
    }

.pyxxq_rig .yxxq_jr {
    display: block;
    width: 174px;
    height: 41px;
    background: #fff;
    line-height: 41px;
    text-align: center;
    margin: 10px auto;
    border-radius: 8px;
    color: #03A9F4;
    font-size: 14px;
    border: 1px solid #03A9F4;
}

.pyxxq_box .layui-tab {
    margin: 40px auto 0 auto;
}

.pyxxq_con2 {
    width: 1200px;
    background: #fff;
    margin: 0 auto;
}

    .pyxxq_con2 .layui-tab-content {
        padding: 40px;
    }

.pyxxq2_con {
    width: 1200px;
    padding: 0px 34px 0px 39px;
    box-sizing: border-box;
}

    .pyxxq2_con .pyxxq2_img1 img {
        width: 1127px;
        height: auto;
        margin: 0px 0px 16px 0px;
    }

    .pyxxq2_con .pyxxq2_img2 img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

.pyxxq_box .layui-tab-brief > .layui-tab-title .layui-this {
    background: #fff;
}

    .pyxxq_box .layui-tab-brief > .layui-tab-title .layui-this p {
        color: #333;
    }

.pyxxq_box .layui-tab-brief > .layui-tab-more li.layui-this:after, .pyxxq_box .layui-tab-brief > .layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-top: 4px solid #fd793a;
    box-sizing: border-box;
    color: #333;
    height: 58px;
}
/*图集-轮播 start*/
.region {
    width: 100%;
    position: relative;
}

    .region .region_border {
        width: 910px;
        margin: 0px auto;
    }

.thumbpic {
    margin: 15px auto 0px;
    width: 360px;
    height: 60px;
    overflow: hidden;
    position: relative;
}

#piclist {
    width: 360px;
    float: left;
    overflow: hidden;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -180px;
}

    #piclist ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        width: 20000px;
        position: relative;
    }

        #piclist ul li {
            float: left;
            cursor: pointer;
            position: relative;
            height: 60px;
            border: 3px solid #e5e5e5;
            width: 86px;
            margin: 0 2px;
            box-sizing: border-box;
            border-radius: 8px;
        }

            #piclist ul li img {
                height: 100%;
                width: 100%;
                border-radius: 8px;
            }

    #piclist .hover {
        border: 2px solid #61abcc;
    }

.thumbpic a.bntprev, .thumbpic a.bntnext {
    width: 35px;
    height: 106px;
    position: absolute;
    top: 29%;
    margin-top: -36px;
    display: block;
    outline: none;
    background-repeat: no-repeat;
    background-image: url(../image/jras_9.png);
    margin-left: 10px;
    margin-right: 10px;
}

.thumbpic a.bntprev {
    background-position: 0px 0px;
}

    .thumbpic a.bntprev:hover {
        left: 0px;
        background-position: 0px -106px;
    }

.thumbpic a.bntnext {
    right: 0px;
    background-position: -35px 0px;
}

    .thumbpic a.bntnext:hover {
        background-position: -35px -106px;
    }

#originalpic {
    overflow: hidden;
    zoom: 1;
    height: 100%;
    clear: both;
    text-align: center;
    width: 314px;
    margin: 0 auto;
    border-radius: 10px;
}

    #originalpic img {
        position: relative;
        max-width: 314px;
        width: 314px;
        height: 224px;
        border-radius: 10px;
        display: none;
    }

#aPrev, #aNext {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    display: block;
    top: 346px;
    width: 38px;
    height: 105px;
    opacity: .5;
    filter: alpha(opacity=70);
}

    #aPrev:hover, #aNext:hover {
        opacity: .3;
        filter: alpha(opacity=50);
    }

#aPrev {
    left: 0px;
    background: #aeaeae url(../image/jras_10.png) no-repeat center center;
}

#aNext {
    right: 0px;
    background: #aeaeae url(../image/jras_11.png) no-repeat center center;
}
/*图集-轮播 end*/
.pyxxq_le_sc {
   font-size: 16px;
    color: #333333;
    margin: 20px 0 0 2px;
    cursor: pointer;
}
/*游戏详情页-弹窗*/
.yxxq_tanc_box {
    width: 1200px;
    margin: 0 auto;
    /*display:none;*/
}

.yxxq_tanc {
    width: 500px;
    margin: 0 auto;
    z-index: 102;
    position: fixed;
    top: 160px;
    margin-left: 388px;
    background: #fff;
}

.confc_bj {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 101;
    background-color: rgba(0, 0, 0, 0.8);
    /*display: none;*/
}

.xq_tan_tit {
    font-size: 22px;
    color: #696969;
    background: #f8f8f8;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}

    .xq_tan_tit .tan_tit_p {
        font-size: 16px;
        color: #333;
        float: left;
        margin: 0 0 0 20px;
        font-weight: bold;
    }

    .xq_tan_tit span {
        width: 13px;
        height: 13px;
        background: url(../image/gb_1.png) center no-repeat;
        float: right;
        margin: 15px 20px 0 0;
    }

.xq_tan_con {
    width: 100%;
    background: #83b9d3;
    text-align: left;
    padding: 40px 20px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    line-height: 30px
}

    .xq_tan_con .xq_tan_con_p {
        color: #fff;
        font-size: 14px;
        line-height: 28px;
    }

.xq_tan_ann {
    width: 100%;
    text-align: center;
    padding: 20px 0 30px 0;
}

    .xq_tan_ann a {
        width: 60px;
        height: 30px;
        margin: 0 10px;
        line-height: 30px;
        text-align: center;
        display: inline-block;
        box-sizing: border-box;
    }

    .xq_tan_ann .tan_ann1 {
        background: #3b8ce5;
        color: #fff;
    }

    .xq_tan_ann .tan_ann2 {
        background: #fff;
        border: 1px solid #e5e5e5;
        color: #333;
    }
/*--------------------------------------------P游戏-安全保障页面------------------------------------------*/
.i_aqbz_box {
    width: 100%;
}
.i_aqbz_con img{
   max-width:1100px;
}

.i_aqbz_con {
    width: 1200px;
    background: #fff;
    margin: 20px auto 20px auto;
    box-sizing: border-box;
    padding: 40px;
    border: 1px solid #e6e6e6;
}

    .i_aqbz_con .i_neiy_box {
        padding: 0 0 14px 0;
        border-bottom: 1px solid #e5e5e5;
        
    }

        .i_aqbz_con .i_neiy_box .i_neiy_tit {
            font-size: 28px;
            color: #333333;
            font-weight: 500;
        }


    .i_neiy_wz p {
        font-size: 14px;
        color: #333333;
        line-height: 38px;
    }

    .i_neiy_wz img {
        margin: 10px 0 0 0;
        max-width:1120px;
    }
    /*----------------------------------------------------------------p游戏-强化天空PK-----------------------------------------*/
    .i_neiy_wz p span {
        /*color:#ff0000;*/
    }

.i_neiy_wz2 p {
    font-size: 16px;
    color: #666;
}

    .i_neiy_wz2 p a {
        display: inline-block;
        font-size: 16px;
        color: #fff;
        padding: 4px 10px;
        background: #fd793a;
    }
.i_neiy_tit_g {
    width: 100%;
    height: 60px;
    padding: 30px 0px 5px 0px;
}

    .i_neiy_tit_g ul li {
        float: left;
        height: 60px;
        margin-right: 10px;
    }

        .i_neiy_tit_g ul li img {
            width: 60px;
        }

        .i_neiy_tit_g ul li span {
            display: block;
            height: 30px;
            line-height: 30px;
            font-size: 14px;
        }

            .i_neiy_tit_g ul li span:last-child {
                color: #ccc;
            }
/*----------------------------------------------------------------p游戏-强化天空PK-----------------------------------------*/
.i_sddl_con {
    text-align: center;
}

    .i_sddl_con .i_sddl_p1 {
        font-size: 16px;
        color: #333333;
        margin: 40px 0 0 0;
    }

    .i_sddl_con .i_sddl_p2 {
        font-size: 16px;
        color: #333333;
        border: 1px solid #e5e5e5;
        padding: 8px 0;
        width: 260px;
        text-align: center;
        display: block;
        margin: 20px auto;
    }

    .i_sddl_con .i_sddl_p3 {
        font-size: 18px;
        color: #fff;
        padding: 8px 0;
        width: 360px;
        text-align: center;
        display: block;
        margin: 20px auto;
        background: #b89f76;
    }

    .i_sddl_con .i_sddl_a1 {
        display: inline-block;
        width: 244px;
        height: 60px;
        line-height: 60px;
        background: #fd793a;
        color: #fff;
        font-size: 16px;
        color: #fff;
    }
/*-----------------------------------------------------------------P游戏-1登录页面-----------------------------------------------*/
.idengl_box {
    width: 100%;
    background: url(../images/loginImg.png) center no-repeat;
    height: 960px;
    margin: 0 0 -20px 0;
    background-size: cover;
}

.idengl_con {
    width: 100%;
    overflow: hidden;
    color: #FFFFFF;
}
    .idengl_con .login_name_top {
        width: 180px;
        height: 96px;
        font-weight: 400;
        margin: 88px 0 0 185px;
        text-align: left;
    }
        .idengl_con .login_name_top span {
            font-size: 56px;
        }
        .idengl_con .login_name_top p {
            font-size: 20px;
        }

    .idengl_con .login_name_bottom {
        width: 610px;
        height: 120px;
        margin: 228px 0 0 22%;
        text-align: center;
    }
        .idengl_con .login_name_bottom span {
            font-size: 62px;
            font-weight: normal;
        }

        .idengl_con .login_name_bottom p {
            font-size: 20px;
            font-weight: 400;
            margin-top: 20px;
        }

.idengl_form_left {
    width: 63%;
    float: left;
}
.idengl_form {
    float: left;
    width: 334px;
    height: 396px;
    background: #FFFFFF;
    box-shadow: 0px 11px 32px 1px rgba(32,89,188,0.14);
    border-radius: 20px 20px 20px 20px;
    margin: 282px 0 0 9%;
}

    .idengl_form .dengl_tit {
        overflow: hidden;
        margin: 48px 0 0 0px;
        width: 334px;
    }

        .idengl_form .dengl_tit .dengl_tit_p1 {
            font-size: 17px;
            color: #191616;
            font-weight: normal;
            width: 70px;
            margin-left: 57px;
            float: left;
        }
        .idengl_form .dengl_tit .dengl_register_p1 {
            font-size: 17px;
            color: #191616;
            font-weight: normal;
            width: 70px;
            margin-left: 40px;
            float: left;
        }

        .idengl_form .dengl_tit .dengl_tit_p2 {
            font-size: 17px;
            color: #191616;
            font-weight: normal;
            width: 86px;
            margin-left: 47px;
            float: left;
        }
    .idengl_form .dengl_div .dengl_div_div1 {
        width: 38px;
        height: 2px;
        background: #F23E57;
        border-radius: 0px 0px 0px 0px;
        margin: 15px 0 0 73px;
        float: left;
    }
    .idengl_form .dengl_div .dengl_div_div2 {
        width: 38px;
        height: 2px;
        background: #F23E57;
        border-radius: 0px 0px 0px 0px;
        margin: 15px 0 0 198px;
        float: left;
    }

        .idengl_form .dengl_tit .dengl_tit_a1 {
            float: left;
            font-size: 16px;
            color: #666666;
            margin: 4px 0 0 0;
        }
    .idengl_form .dengl_tit .dengl_register_span {
        font-size: 15px;
        font-weight: normal;
        color: #999999;
        float: left;
        margin-left: 48px;
        padding-top: 2px;
    }

    .idengl_form .form_box {
        margin-top: 58px;
    }

    .form_box label img {
        width: 14px;
        height: 15px;
        margin: 0 13px 0 0;
    }

.form_box .dengl_shuru {
    border-bottom: 1px solid #dcdee0;
    margin-top: 30px;
    border-radius: 2px;
    box-sizing: border-box;
    width: 226px;
    overflow: hidden;
    color: #323232;
    font-size: 14px;
    line-height: 24px;
    margin: 20px 0 0 55px;
}

    .form_box .dengl_shuru .shuru_left {
        width: 20px;
        height: 21px;
        float: left;
        margin: 0 5px 0 0;
    }

        .form_box .dengl_shuru .shuru_left span {
            background: url(../image/dl_icon_1.png) center no-repeat;
            width: 20px;
            height: 21px;
            display: inline-block;
            margin: 2px 0 0 0;
        }

        .form_box .dengl_shuru .shuru_left .shuru_span1 {
            background-position: 0 0;
        }

        .form_box .dengl_shuru .shuru_left .shuru_span2 {
            background-position: -23px 0;
        }

        .form_box .dengl_shuru .shuru_left .shuru_span3 {
            background-position: -64px 0;
        }

        .form_box .dengl_shuru .shuru_left .shuru_span4 {
            background-position: -43px 0;
        }

    .form_box .dengl_shuru .shuru_right {
        float: left;
        text-align: left;
        font-weight: 400;
        color: #323233;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 49px;
        font-size: 14px;
        width:280px;
        line-height: 40px
    }

        .form_box .dengl_shuru .shuru_right input {
            width: 270px;
        }

.idengl_jizhu {
    margin: 50px 0 0 0;
    overflow: hidden;
    margin-top: 12px;
}

    .idengl_jizhu .jizhu_p1 {
        font-size: 12px;
        color: #999999;
        width: 100%;
        text-align: center;
        font-weight: 400;
    }
        .idengl_jizhu .jizhu_p1 span {
            font-size: 12px;
            color: #F43F50;
            width: 100%;
            text-align: center;
            font-weight: 400;
        }

.idengl_zcbt {
    width: 334px;
    margin-left: 56px;
    height: 25px;
}

    .idengl_zcbt a:first-child {
        float: left;
        color: #999999;
        font-size: 12px;
        margin-top:13px;
    }

    .idengl_zcbt a:last-child {
        float: left;
        color: #999999;
        font-size: 12px;
        margin: 13px 0 0 121px;
    }


.idengl_dsfs {
    width: 280px;
    margin-left: 132px;
}

    .idengl_dsfs p {
        float: left;
    }

        .idengl_dsfs p img {
            width: 16px;
            vertical-align: middle;
            margin-top: -3px;
        }

        .idengl_dsfs p:lang(a) {
            width: 80px;
            margin-right: 10px;
            border-bottom: 2px solid #ccc;
        }

        .idengl_dsfs p:lang(b) {
            width: 90px;
            margin-top: -8px;
        }

            .idengl_dsfs p:lang(b) span {
                font-size: 14px;
            }

        .idengl_dsfs p:lang(c) {
            width: 80px;
            margin-left: 10px;
            border-bottom: 2px solid #ccc;
        }

.idengl_form .idengl_anniu {
    width: 233px;
    height: 36px;
    background: #F23E57;
    border-radius: 34px 34px 34px 34px;
    border: none;
    color: #FFFFFF;
    outline: none;
    text-align: center;
    line-height: 40px;
    font-size: 13px;
    margin: 28px 50px 10px 51px;
}

    .idengl_form .idengl_anniu button {
        color: #fff;
        background: none;
        border: none;
        line-height: 40px;
        font-size: 14px;
    }
/*---------------------------------------------P游戏-1登录-忘记密码页面-------------------------------------*/
.dengl_tit2 {
    overflow: hidden;
    margin: 90px 0 0 0px;
    width: 360px;
    padding: 0 0 30px 0px;
}

        .dengl_tit2 .dengl_tit_p1 {
            font-size: 20px;
            color: #333333;
            font-weight: bold;
            text-align: center;
            width: 360px;
            margin-left: 85px;
        }

    .dengl_tit2 .dengl_tit_a1 {
        float: right;
        font-size: 14px;
        color: #666;
    }

        .dengl_tit2 .dengl_tit_a1 span {
            color: #fd793a;
        }

.yzm_box {
    overflow: hidden;
}

    .yzm_box .dengl_shuru2 {
        float: left;
        width: 212px;
    }

    .yzm_box .get_code1 {
        width: 129px;
        float: right;
        cursor: pointer;
        padding: 10px 0;
        border: none;
        line-height: 26px;
        font-size: 14px;
        text-align: left;
        font-size: 13px;
        font-weight: normal;
        color: #F23E57;
    }
.dengl_shuru .get_code1 {
    width: 129px;
    float: right;
    cursor: pointer;
    padding: 10px 0;
    border: none;
    line-height: 26px;
    font-size: 14px;
    text-align: left;
    font-size: 13px;
    font-weight: normal;
    color: #F23E57;
}
/*---------------------------------------------P游戏-1登录-忘记密码-重置密码页面------------------------------*/
/*---------------------------------------------P游戏-1注册页面-------------------------------------------------*/
.jizhu_axy span {
    color: #ff0000;
}
/*-------------------------------------------个人中心页面-----------------------------------------------*/
.g_ind_box {
    width: 100%;
}

.g_ind_con {
    width: 1200px;
    margin: 50px auto 0 auto;
    overflow: hidden;
}

    .g_ind_con .g_ind_left {
        width: 243px;
        float: left;
        background: #fff;
        margin: 0 22px 0 0;
        padding: 30px 26px;
        box-sizing: border-box;
        text-align: center;
        box-shadow: 0 0 5px #ccc;
    }

        .g_ind_con .g_ind_left .indl_tx {
            width: 115px;
            height: 115px;
            margin: 0 0 16px 38px;
        }

            .g_ind_con .g_ind_left .indl_tx img {
                width: 100%;
                height: 100%;
                border-radius: 50%;
            }

        .g_ind_con .g_ind_left .indl_p1 {
            font-size: 14px;
            color: #333333;
            margin: 0 0 20px 0;
            border-bottom: 1px solid #efe8e8;
            padding: 0 0 30px 0px;
        }

.indl_p1 span {
    line-height: 30px;
    display: block;
}

.indl_p1_nick_name {
    font-weight: bold;
}

.indl_p2 {
    font-size: 14px;
    color: #333333;
    margin: 0 0 20px 0;
    padding: 0 0 30px 0px;
}

    .indl_p2 span {
        line-height: 40px;
        display: block;
        font-weight: 500;
    }

.indl_btn span {
    float: left;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    color: #fff;
    width: 120px;
    text-align: center;
    background-color: #3399FE;
    cursor: pointer;
    border-radius: 8px;
    background-image: linear-gradient(45deg, #03A9F4, #1d7bc5);
    display: block;
    margin-left: 35px;
}
.indl_btn span img{
    width:14px;
    vertical-align:middle;
    margin-top:-3px;
    margin-right:3px;
}
.g_ind_con .g_ind_left .indl_p3 {
    font-size: 18px;
    color: #fff;
    background: #cccccc;
    height: 39px;
    line-height: 39px;
    width: 189px;
    margin: 0 0 10px 0;
    cursor: pointer;
}

            .g_ind_con .g_ind_left .indl_p2 .indl_sp1, .g_ind_con .g_ind_left .indl_p3 .indl_sp1 {
                width: 25px;
                height: 25px;
                display: inline-block;
                background: url(../image/g_icon1.png) center no-repeat;
                background-position: 0 0;
                vertical-align: -3px;
                margin: 0 10px 0 0;
            }

.g_ind_left .indl_ul {
    margin: 20px 0 0 0;
}

    .g_ind_left .indl_ul li {
        margin: 0 0 20px 0 0;
        overflow: hidden;
        padding: 10px 0;
    }

        .g_ind_left .indl_ul li a {
            display: block;
            width: 100%;
            overflow: hidden;
        }

        .g_ind_left .indl_ul li .indl_ul_p1 {
            font-size: 14px;
            color: #666666;
            float: left;
        }

        .g_ind_left .indl_ul li .indl_sp1 {
            width: 11px;
            height: 18px;
            display: inline-block;
            background: url(../image/g_icon1.png) center no-repeat;
            background-position: 0 -49px;
            float: right;
        }

        .g_ind_left .indl_ul li:hover .indl_sp1 {
            background-position: 0 -27px;
        }

        .g_ind_left .indl_ul li:hover .indl_ul_p1 {
            color: #fd793a;
        }

        .g_ind_left .indl_ul li.current .indl_sp1 {
            background-position: 0 -27px;
        }

        .g_ind_left .indl_ul li.current .indl_ul_p1 {
            color: #fd793a;
        }

.g_ind_con .g_ind_rig {
    width: 934px;
    background: #fff;
    float: left;
    padding: 20px 26px;
    box-sizing: border-box;
    box-shadow: 0 0 5px #ccc;
}

    .g_ind_con .g_ind_rig .gindr_gg {
        font-size: 14px;
        color: #298db2;
    }

        .g_ind_con .g_ind_rig .gindr_gg a {
            color: #298db2;
        }

.gindr_tb_box {
    overflow: hidden;
    margin: 30px -20px 30px 0;
}

    .gindr_tb_box .gindr_tb {
        float: left;
        border-right: 1px solid #e5e5e5;
        width: 200px;
        margin: 0 20px 0 0;
        overflow: hidden;
    }

        .gindr_tb_box .gindr_tb:last-child {
            border-right: none;
        }

.gindr_tb .gindr_tb_img {
    float: left;
    margin: 0 10px 0 0;
}

    .gindr_tb .gindr_tb_img span {
        display: inline-block;
        width: 50px;
        height: 50px;
    }

    .gindr_tb .gindr_tb_img .gindr_tb_span1 {
        background: url(../image/g_icon2.png) center no-repeat;
        background-position: -2px 0;
    }

    .gindr_tb .gindr_tb_img .gindr_tb_span2 {
        background: url(../image/g_icon2.png) center no-repeat;
        background-position: -54px 0;
    }

    .gindr_tb .gindr_tb_img .gindr_tb_span3 {
        background: url(../image/g_icon2.png) center no-repeat;
        background-position: -106px 0;
    }

    .gindr_tb .gindr_tb_img .gindr_tb_span4 {
        background: url(../image/g_icon2.png) center no-repeat;
        background-position: -158px 0;
    }

.gindr_tb .gindr_tb_wz {
    float: left;
}

    .gindr_tb .gindr_tb_wz .tb_wzp1 {
        font-size: 14px;
        color: #333333;
    }

    .gindr_tb .gindr_tb_wz .tb_wzp2 {
        font-size: 24px;
        color: #333333;
        font-weight: bold;
    }

.g_indul2_box .g_indul2 {
    margin: 60px 0 0 0;
}

    .g_indul2_box .g_indul2 li {
        overflow: hidden;
        margin: 0 0 32px 0;
    }

        .g_indul2_box .g_indul2 li .g_indul2_span {
            float: left;
            width: 20px;
            height: 20px;
            background: url(../image/g_icon1.png) center no-repeat;
            margin: 0 10px 0 0;
        }

        .g_indul2_box .g_indul2 li .g_indul2_span1 {
            background-position: 0 -72px;
        }

        .g_indul2_box .g_indul2 li .g_indul2_span2 {
            background-position: 0 -93px;
        }

        .g_indul2_box .g_indul2 li .g_indul2_span3 {
            background-position: 0 -114px;
        }

        .g_indul2_box .g_indul2 li .g_indul2_span4 {
            background-position: 0 -138px;
        }

.g_indul2 li .g_indul2_wz {
    float: left;
}

    .g_indul2 li .g_indul2_wz .ul1_wz_p1 {
        font-size: 15px;
        color: #333;
        margin: 0 0 10px 0;
    }

    .g_indul2 li .g_indul2_wz .ul1_wz_p2 {
        font-size: 15px;
        color: #999;
    }

.g_indul2 li .g_indul2_span2 {
    float: right;
    width: 122px;
    height: 39px;
    background: #2899e9;
    color: #fff;
    line-height: 39px;
    border-radius: 3px;
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
}
/*-------------------------------------------------------------个人中心-点赞商家--------------------------------------------------*/
.g_dz_rig {
    width: 934px;
    background: #fff;
    float: left;
    padding: 20px 26px;
    box-sizing: border-box;
}

    .g_dz_rig .g_dz_tit1 {
        font-size: 18px;
        color: #fd793a;
        font-weight: bold;
        padding: 0 0 0 10px;
        border-left: 3px solid #fd793a;
    }

    .g_dz_rig .g_dz_tit2 {
        font-size: 14px;
        color: #666666;
        margin: 0 0 20px 0;
    }

        .g_dz_rig .g_dz_tit2 .g_dz_tit2_a {
            color: #00bbff;
        }

.g_dz_list .dz_list_ul {
    overflow: hidden;
    margin: 0 -15px 0 0;
}

    .g_dz_list .dz_list_ul li {
        width: 132px;
        height: 209px;
        background: #fff;
        border-radius: 10px;
        border: 1px solid #e5e5e5;
        text-align: center;
        margin: 0 15px 30px 0;
        float: left;
    }

        .g_dz_list .dz_list_ul li .dzlist_tx {
            width: 90px;
            height: 90px;
            margin: 20px auto 0 auto;
        }

            .g_dz_list .dz_list_ul li .dzlist_tx img {
                width: 100%;
                height: 100%;
                border-radius: 50%;
            }

.dzlist_xx {
    overflow: hidden;
    margin: 10px 0 6px 0;
}

    .dzlist_xx img {
        margin: 0 3px 0 0;
    }

.g_dz_list .dz_list_ul li .dzlist_bh {
    font-size: 14px;
    color: #666;
}

.g_dz_list .dz_list_ul li .dzlist_a {
    display: inline-block;
    width: 80px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #fd793a;
    margin: 4px 0 0 0;
}

.xq_tan_con2 {
    background: #fff;
    overflow: hidden;
    width: 100%;
    text-align: center;
    padding: 30px 20px 20px 20px;
    box-sizing: border-box;
}

    .xq_tan_con2 .xq_tan_con_p {
        display: inline-block;
        font-size: 14px;
        color: #333;
        vertical-align: 3px;
    }
/*-------------------------------------------------------------个人中心-点赞商家-说明--------------------------------------------------*/
.g_dz_rig2 img {
    max-width: 882px;
}


.g_dz_xxwz {
    font-size: 14px;
    color: #666666;
    margin: 40px 0 40px 0;
    line-height: 28px;
}

.g_dz_rig .g_dz_xxa {
    width: 167px;
    height: 42px;
    display: inline-block;
    color: #fff;
    line-height: 42px;
    font-size: 14px;
    text-align: center;
    background: #fd793a;
    margin: 0 0 40px 0;
}
/*----------------------------------------------------------个人中心-基本信息编辑--------------------------------------------------*/
.g_dz_rig3 {
    width: 934px;
    background: #fff;
    float: left;
    padding: 20px 26px;
    box-sizing: border-box;
}

.xxbj_yipai {
    margin: 0 0 50px 0;
    overflow: hidden;
}

    .xxbj_yipai .xxbj_yple {
        float: left;
        font-size: 15px;
        color: #999999;
        width: 90px;
        line-height: 40px;
    }

        .xxbj_yipai .xxbj_yple i {
            color: red;
        }

    .xxbj_yipai .xxbj_yple2 {
        line-height: 66px;
    }

    .xxbj_yipai .xxbj_ypimg {
        width: 66px;
        height: 66px;
        float: left;
    }

        .xxbj_yipai .xxbj_ypimg img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

    .xxbj_yipai .xxbj_ypsc {
        width: 99px;
        height: 32px;
        background: #61c3e7;
        line-height: 32px;
        text-align: center;
        color: #fff;
        margin: 20px 0 0 10px;
    }

.xxbj_ypp1 {
    width: 331px;
    height: 48px;
    line-height: 48px;
    text-indent: 15px;
    font-size: 16px;
    color: #999;
    background: #f8f8f8;
    float: left;
}

.xxbj_ypinp {
    width: 331px;
    height: 40px;
    line-height: 40px;
    text-indent: 15px;
    border: 1px solid #e5e5e5;
    color: #666;
    font-size: 15px;
}

.g_xxbj_an {
    margin: 40px 0 40px 360px;
}

    .g_xxbj_an .g_xxbj_sub {
        font-size: 15px;
        color: #fff;
        background: #fd793a;
        width: 135px;
        height: 40px;
        line-height: 40px;
        cursor: pointer;
        text-align: center;
    }
/*----------------------------------------------------个人中心 -站内公告------------------------------------------------*/
.xq_tan_con3 {
    width: 100%;
    background: #393d49;
    text-align: left;
    padding: 40px 20px;
    box-sizing: border-box;
}

    .xq_tan_con3 .xq_tan_con_p {
        font-size: 14px;
        color: #fff;
        line-height: 30px;
    }

.g_xxbj_box {
    margin-left: 200px;
}

.news_single_t {
    width: 70%;
    overflow: hidden;
    height: 18px;
    float: left;
    font-size: 13px;
}

.news_single_d {
    float: right;
    font-size: 13px;
}

.news_single {
    height: 25px;
    border-bottom: 1px #e8e2e2 solid;
}

.news_title {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 15px;
}

.collection_w {
    width: 70px;
    float: right;
    height: 50px;
    /* margin: 50px 0px; */
    padding: 20px 0px
}

.collection_s {
    width: 85px;
    height: 30px;
    background: #fd793a;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
    margin-bottom:5px;
}



/*---------------------------------------补充-------------------------------------------*/
.nav_ppg {
    width: 800px;
    height: 81px;
    line-height: 81px;
    margin: 20px 0px;
    float:right;
}
.nav_ppg  ul li{
    width:114px;
    text-align:right;
    float:left;
    font-size:18px;
    font-weight:bold;

}
.nav_ppg li a.current{
    color:#fd793a;
}
.show_anchor {
    max-width: 1200px;
    height: 639px;
    margin: 0px auto 127px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
}
.page_url_div {
    max-width: 100%;
    height: 49px;
    line-height: 49px;
    font-size: 12px;
    color: #999999;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0px auto 0px;
    background: #F7F8FC;
}
.page_url_div div {
    width: 1200px;
    margin: 0px auto;
}
    .page_url_div a {
        display: inline-block;
        color: #686f7f;
        text-decoration: none;
    }

        .page_url_div a:hover {
            color: #0065D9;
            text-decoration: none;
        }

        .page_url_div a i {
            display: inline-block;
            margin-right: 5px;
            width: 12px;
            height: 14px;
            color: #333;
            font-size: 12px;
            line-height: 12px;
            vertical-align: middle;
        }

        .page_url_div a.back {
            margin-right: 15px;
        }

    .page_url_div .arrow {
        font-size: 12px;
        font-weight: 400;
        color: #666666;
        display: inline-block;
        margin: auto 0;
        width: 10px;
        height: 14px;
        line-height: 12px;
        vertical-align: middle;
        -webkit-transform: scale(0.833);
    }
.show_game {
    max-width: 1200px;
    /*height: 748px;*/
    margin: 0px auto 18px;
    /*background: #FFFFFF;*/
    border-radius: 6px 6px 0px 0px;
}
.pannel_g {
    max-width: 1200px;
    /*height: 748px;*/
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 5px #d8cbcb;
}
.pannel_g_t {
    height: 48px;
    background: #F1F1F1;
    border-radius: 6px 6px 0px 0px;
    font-weight: 500;
    color: #666666;
    line-height: 48px;
}
    .pannel_g_t .current {
        background: #FFFFFF;
        font-weight: bold;
        border-top: 1px solid #F23E57;
    }
    .pannel_g_t li {
        font-size: 13px;
        float: left;
        cursor: pointer;
        text-align: center;
    }
.pannel_g_z {
    width: 1119px;
    height: 56px;
    background: #FFFFFF;
    line-height: 56px;
    border-bottom: 1px solid #F3F3F3;
    margin: 1px auto 0px ;
    text-align: left;
}
    .pannel_g_z dt {
        width: 39px;
        float: left;
        text-align: left;
        font-size: 13px;
        cursor: pointer;
    }
    .pannel_g_z dd {
        float: left;
        margin: 0px 13px;
        font-size: 13px;
        cursor:pointer;
    }

    .pannel_g_z dt.current {
        color: #F43F50;
    }
    .pannel_g_z dd.current {
        color: #F43F50;
    }
.panel_g_l {
    width: 1159px;
    min-height: 550px;
    overflow: hidden;
    margin: 27px 44px 47px 37px;
}
.panel_g_l  li {
    width:82px;
    height:110px;
    float: left;
    margin: 0px 33px 28px 0px;
}
    .panel_g_l li div {
        width: 82px;
        height: 43px;
        text-align: center;
        overflow: hidden;
    }
    .panel_g_l li span {
        width: 82px;
        font-size: 13px;
        line-height: 43px;
    }
.panel_g_l li img {
    width:82px;
    height:82px;
    border-radius:16px;
}
    .panel_g_l li p:last-child{
        text-align: center;
        margin-top: 10px;
        font-size: 13px
    }

.re_tit {
    width: 18%;
    margin-left: 41%;
    position: fixed;
    z-index: 99999;
    top: 25%;
    background: #fff;
    border-radius: 20px;
    padding: 20px 33px;
    text-align: center;
    min-height: 200px
}
.re_tit1 {
    width: 18%;
    margin-left: 41%;
    position: fixed;
    z-index: 99999;
    top: 25%;
    background: #fff;
    border-radius: 20px;
    padding: 48px 33px;
    text-align: center;
    height: 280px;
}

.guarantee_div {
    width: 1200px;
    min-height: 670px;
    background: #FFFFFF;
    border-radius: 0px;
    /*box-shadow: 0 0 5px #d8cbcb;*/
    margin: 0px auto 96px;
}
.guarantee_ul {
    padding-top: 35px;
    min-height: 550px;
    overflow: hidden;
}

.guarantee_li {
    width: 189px;
    height: 248px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.16);
    border-radius: 10px 10px 10px 10px;
    float: left;
    margin: 0px 0px 34px 37px;
}
    .guarantee_li .indemnify_png {
        width: 57px;
        height: 24px;
    }
    .guarantee_li .kf_name {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        color: #333333;
        margin: 17px 0px 18px 0px;
    }
        .guarantee_li .kf_name.rest {
            color: #9B9B9B;
        }
    .guarantee_li .kf_photo {
        margin: 0px auto;
        display: block;
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }
        .guarantee_li .kf_photo.rest {
            /* Chrome, Safari */
            -webkit-filter: grayscale(1);
            /* Firefox */
            filter: grayscale(1);
        }
    .guarantee_li label {
        display: block;
        margin: 21px auto 0px;
        text-align: center;
        width: 110px;
        height: 28px;
        background: #02D85F;
        border-radius: 21px 21px 21px 21px;
        line-height: 28px;
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
        cursor:pointer;
    }
        .guarantee_li label.rest {
            background: #BBBBBB;
        }


.re_tit_title, .re_tit_title1 {
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 25px;
    line-height: 30px;
    display: block;
}

.re_tit_k, .re_tit_k1 {
        font-size: 16px;
    line-height: 30px;
    display: block;
    font-weight: bold;
}
.re_tit_z, .re_tit_z1 {
    font-size: 18px;
    line-height: 30px;
    display: block;
}
.re_tit_btn, .re_tit_btn1 {
    margin-top: 40px;
    vertical-align: middle;
    margin-left: 12%;
    width: 76%;
}

    .re_tit_btn button {
        width: 80px;
        height: 35px;
        font-size: 14px;
        border-radius: 10px;
        line-height: 25px;
        text-align: center;
    }
    .re_tit_btn1 button {
        width: 80px;
        height: 35px;
        font-size: 16px;
        border-radius: 10px;
        line-height: 25px;
        text-align: center;
    }

.re_tit_btn_qx, .re_tit_btn_qx1 {
    background: #ccc;
    color: #ff6a00;
    float: left;
}

.re_tit_btn_fz {
    background: #ff6a00;
    color: #fff;
    float: right;
}
.rbb {
    margin-top: 50px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 60px;
    display:none;
}
.rbb span{
    font-size:18px;
    font-weight:bold;
}

.bg_footer_tp {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #ccc;
    margin: 0 auto;
    
}
.bg_footer_tp img{
    width:58px;
    border-radius:100%;
}
.bg_footer_hy {
    text-align: center;
    margin-top: 5px
}
.bg_footer_btn {
    display: flex;
    justify-content: space-between;
    margin-top: 10px
}
    .bg_footer_btn button {
        width: 86px;
        height: 28px;
        font-size: 16px;
        border-radius: 15px;
        line-height: 28px;
    }
    .bg_footer_btn button:first-child {
       
        background: #FF9800;
        color: #fff;
        font-size: 16px;
        border-radius: 15px;
        line-height: 28px;
        background-image: linear-gradient(to left,#c78829, #FF9800)
    }
    .bg_footer_btn button:last-child {
        
        background: #fff;
        color: #FF9800;
        border: 1px solid #FF9800;
       
    }
.bg_footer_gg {
    margin-top: 10px;
}
    .bg_footer_gg p:first-child {
        text-align: center;
        font-size: 15px;
    }
    .bg_footer_gg p:last-child {
        margin-top: 5px;
    }
.bg_footer_line {
    float: right;
    font-size: 12px;
    float: right;
}
    .bg_footer_line a {
        color: #FF9800;
    }


.i_neiy_ft {
    padding: 25px 0px;
}
.i_neiy_ft span{
    font-size:14px;
}
    .i_neiy_ft span:first-child{
        float:left;
    }
    .i_neiy_ft span:last-child {
        float: right;
    }

.ym {
    font-size: 30px;
    color: #F44336;
    position: relative;
    top: -100px;
    left: 20px;
    border: 3px solid #F44336;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 100%;
    transform: rotate(45);
    transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -webkit-transform: rotate(-8deg);
    -o-transform: rotate(8deg)
}
.data_not {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 150px 0px;
}
.data_not p{
    margin-top:15px;
}

/*我要卖，填写信息*/
.write_div {
    width: 1200px;
    /*height: 668px;*/
    background: #FFFFFF;
    border-radius: 6px 6px 0px 0px;
    margin: 0px auto;
}
    .write_div .game_li {
        height: 34px;
        margin-top: 34px;
    }
    .write_div p, .account_div p {
        font-size: 13px;
        font-weight: 400;
        color: #333333;
        margin-left: 35px;
        float: left;
        line-height: 34px;
    }
    .write_div label {
        font-size: 13px;
        font-weight: 400;
        color: #333333;
        margin-left: 41px;
        float: left;
        line-height: 32px;
    }
.account_div .multi-checkbox-span {
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    margin-left: 41px;
    float: left;
    line-height: 32px;
}
        .write_div p:before, .account_div p:before {
            content: "*";
            color: #F43F50;
        }
.account_div .checkbox_p:before {
    content: "";
    margin-left: 6px;
}
    .write_div select {
        width: 356px;
        height: 34px;
        border-radius: 4px 4px 4px 4px;
        border: 1px solid #E4E4E4;
        font-size: 11px;
        font-weight: 400;
        color: #666666;
        line-height: 34px;
        padding-left: 14px;
        margin: 0px 0px 0px 14px;
    }
    .write_div .fenl_li {
        height: 34px;
        margin: 16px 0px;
    }
.write_div .category_ {
    overflow: hidden;
    zoom: 1;
    height: auto;
    margin: 16px 0px;
}
.fenl_li .fenl_abox .fenl_abox_c span {
    width: 80px;
    height: 34px;
    background: #F7F8FC;
    border-radius: 2px 2px 2px 2px;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 34px;
    text-align: center;
    margin: 0px 10px 0px 3px;
    cursor: pointer;
}
.fenl_li.category_ .fenl_abox_c span {
    margin: 0px 10px 5px 3px;
}
.fenl_li .fenl_abox .fenl_abox_c .current {
    background: #FCEFF0;
    color: #F43F50;
}
.fenl_li .fenl_abox .fenl_abox_c:first-child {
    margin-left: 14px;
    max-width: 80%;
}
.write_div input, .account_div .text_input {
    width: 581px;
    height: 34px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #E4E4E4;
    padding: 0px 0px 0px 14px;
    font-weight: 400;
    color: #666666;
}
.write_div .textarea_li {
    height: 85px;
    margin: 14px 0px 0px 0px;
}
    .write_div .textarea_li textarea {
        width: 567px;
        height: 59px;
        padding: 12px 14px;
        resize: none;
        border: 1px solid #E4E4E4;
        color: #666666;
    }
.write_div .radio_input {
    border-radius: 0px 0px 0px 0px;
    width: 13px;
    height: 13px;
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    margin: 12px 0px 0px 38px;
}
.choose .radio {
    position: relative;
    display: inline-block;
    font-weight: 400;
    color: #666666;
    padding-left: 25px;
    cursor: pointer;
    margin: 10px 0px 0px 20px;
    line-height: 20px;
}

        .choose .radio input {
            position: absolute;
            left: -9999px;
        }

        .choose .radio i {
            display: block;
            position: absolute;
            top: 1px;
            left: 0;
            width: 13px;
            height: 13px;
            outline: 0;
            border: 1px solid #e4e4e4;
            background: #ffffff;
            border-radius: 50%;
            transition: border-color .3s;
            -webkit-transition: border-color .3s;
        }

        .choose .radio input + i:after {
            position: absolute;
            content: '';
            top: 3px;
            left: 3px;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background-color: #ff5d5b;
            opacity: 0;
            transition: opacity .1s;
            -webkit-transition: opacity .1s;
        }

        .choose .radio input:checked + i:after {
            opacity: 1;
        }
.account_div .checkbox {
    cursor: pointer;
}
input[type=checkbox] {
    cursor: pointer;
    position: relative;
    width: 13px;
    height: 13px;
    font-size: 12px;
}

    input[type=checkbox]::after {
        position: absolute;
        top: 0;
        color: #000;
        width: 13px;
        height: 13px;
        display: inline-block;
        visibility: visible;
        padding-left: 0px;
        text-align: center;
        content: ' ';
        border-radius: 2px;
    }

    input[type=checkbox]:checked::after {
        content: "✓";
        color: #F43F50;
        font-size: 12px;
        background-color: #FFFFFF;
    }

.account_div {
    width: 1200px;
    background: #FFFFFF;
    border-radius: 6px 6px 0px 0px;
    margin: 12px auto 67px auto;
}
.account_div .checkbox_li {
    margin: 12px 0px;
}
    .account_div .checkbox_li .checkbox {
        font-size: 12px;
        font-weight: 400;
        color: #666666;
        line-height: 30px;
    }
    .account_div .checkbox_li .checkbox input {
        margin: 0px 4px 0px 29px;
    }
.title_div {
    width: 1200px;
    height: 48px;
    background: #F1F1F1;
    border-radius: 6px 6px 0px 0px;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    line-height: 48px;
}
.sell_border_div {
    width: 5px;
    height: 18px;
    background: #F43F50;
    margin: 15px 12px 15px 18px;
    float: left;
}
.title_div span {
    float: left;
}
.upload_choose .upload_png {
    width: 62px;
    height: 62px;
}
.upload_choose input {
    display: none;
}
.upload_append_list {
    height: 68px;
}
.upload_append_list p:before {
    content: "";
}
.upload_preview {
    width: 1080px;
    margin: -67px 0px 0px 180px;
}
    .upload_preview .upload_image {
        margin: 6px 3px 36px 18px;
    }
.upload_append_list span img:first-child {
    margin: 6px 3px 0px 18px;
}
    .upload_preview .close_image {
        position: absolute;
        margin: -2px 0px 0px -12px;
    }
.sell_button_div {
    width: 1151px;
    height: 98px;
    border-top: 1px solid #F3F3F3;
    margin: 0px auto;
}
    .sell_button_div span {
        width: 86px;
        height: 34px;
        border-radius: 4px 4px 4px 4px;
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
        line-height: 34px;
        float: right;
        display: block;
        margin: 33px 10px 40px 10px;
        cursor: pointer;
    }

    .sell_button_div .footer_close {
        background: #CBCBCB;
    }
    .sell_button_div .cancellation_span {
        background: #7D87FA;
    }
    .sell_button_div .immediately_span {
        background: #F43F50;
    }
    .sell_button_div .once_more_span {
        background: #F43F50;
    }
    .sell_button_div .footer_update {
        background: #FCB539;
    }

.sell_button_div .footer_submit {
    background: #F43F50;
    margin: 33px 6px 40px 20px;
    line-height: 34px;
    float: right;
    display: block;
    cursor: pointer;
}
.g-container {
    width: 55px;
    height: 5px;
    position: absolute;
    border-radius: 2px;
    background: #eee;
    margin: -70px 0px 0px 22px;
}
.g-container-bj {
    width: 80%;
    height: 5px;
    position: absolute;
    border-radius: 2px;
    background: #eee;
    margin: -30px 0px 0px 22px;
}

.g-progress-good, .g-progress-cover, .g-progress-screenshot {
    width: 0%;
    height: 5px;
    position: absolute;
    border-radius: 2px;
    background: #488EFF;
}
.g-progress-text {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    font-size: 8px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
}
.sell_account_div ul {
    width: 950px;
    max-width: 970px;
}
.sell_account_div dl {
    margin-left: 106px;
}
    .sell_account_div dl label {
        white-space: nowrap
    }

    /*我要卖提交*/

.sell_result_div {
    width: 1200px;
    height: 396px;
    background: #FFFFFF;
    border-radius: 6px 6px 0px 0px;
    margin: 0px auto 370px;
    text-align: center;
}
    .sell_result_div img {
        width: 78px;
        height: 78px;
        margin: 94px auto 5px auto;
    }
    .sell_result_div label {
        font-size: 15px;
        font-weight: 500;
        color: #666666;
        line-height: 65px;
    }
    .sell_result_div p {
        font-size: 13px;
        font-weight: 400;
        color: #666666;
    }
    .sell_result_div span {
        display: block;
        width: 88px;
        height: 32px;
        border-radius: 4px 4px 4px 4px;
        border: 1px solid #F43F50;
        font-size: 12px;
        font-weight: 400;
        color: #F43F50;
        line-height: 32px;
        margin: 42px auto 0px;
        cursor: pointer;
    }

/*砍价中心*/
.bargaining_list_max_div {
    width: 1200px;
    height: 816px;
    margin: 0px auto 52px;
}
.bargaining_list_left_div {
    width: 203px;
    height: 1148px;
    background: #FFFFFF;
    border-radius: 6px 0px 0px 0px;
    padding: 40px 0px 0px 0px;
    float: left;
    overflow: hidden;
    overflow-y: scroll;
}
    .bargaining_list_left_div::-webkit-scrollbar {
        display: none; /*隐藏滚动条*/
    }
    .bargaining_list_left_div .nav_sidebar {
        margin-bottom: 49px;
    }
        .bargaining_list_left_div .nav_sidebar .title_p {
            font-size: 14px;
            font-weight: 500;
            color: #333333;
            cursor: pointer;
            margin: 49px 0px 0px 0px;
        }
        .bargaining_list_left_div .nav_sidebar .title_bj {
            width: 5px;
            height: 18px;
            background: #F43F50;
            float: left;
            margin-right: 21px;
        }
        .bargaining_list_left_div .nav_sidebar .title_img {
            height: 5.76px;
            width: 10.26px;
            float: right;
            margin: -12px 95px 0px 0px;
        }
.nav_sidebar_child {
    display: block;
    margin-left: 29px;
}
.nav_sidebar_child a {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    margin: 25px 0px 0px 3px;
    display: block;
}
.bargaining_list_right_div {
    width: 989px;
    height: 856px;
    float: right;
    overflow: hidden;
    position: absolute;
    margin-left: 211px;
    overflow-y: scroll;
}
    .bargaining_list_right_div::-webkit-scrollbar {
        display: none; /*隐藏滚动条*/
    }
.hiddenDiv {
    height: 808px;
    overflow: hidden;
    position: relative;
    overflow-y: scroll;
}
    .hiddenDiv::-webkit-scrollbar {
        display: none; /*隐藏滚动条*/
    }
.right_div_title {
    width: 989px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 0px 6px 0px 0px;
}
.right_div_content {
    width: 989px;
    height: 216px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    margin-top: 12px;
}
.right_div_title .right_div_ul li {
    line-height: 48px;
    margin: 0px 31px 0px 35px;
    float: left;
    cursor: pointer;
}
    .right_div_title .right_div_ul li.current {
        line-height: 46px;
        border-bottom: 2px solid #F43F50;
    }
.right_div_content .content_title {
    width: 989px;
    height: 55px;
}
.right_div_content .content_title span {
    font-size: 13px;
    font-weight: 500;
    color: #333333;
    float: left;
    margin: 23px 0px 19px 24px;
}
.right_div_content .content_title p {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    float: left;
    margin: 23px 0px 20px 47px;
}
.right_div_content .content_title label {
    font-size: 14px;
    font-weight: 500;
    color: #FF0000;
    float: right;
    margin: 23px 43px 0px 0px;
}
.right_div_content .right_div_goods {
    width: 941px;
    height: 150px;
    margin: 0px auto;
    border-top: 1px solid #F3F3F3;
}
.right_div_goods .div_goods_img {
    width: 178px;
    height: 24px;
    margin-left: 1px;
}
.right_div_goods .div_goods_img .goods_img {
    width: 156px;
    height: 109px;
    margin-top: 15px;
    border-radius: 10px 10px 10px 10px;
}
.div_goods_img .indemnify_png {
    width: 72px;
    height: 28px;
    position: absolute;
    margin-top: 15px;
}
.div_goods_right {
    width: 760px;
    height: 109px;
    float: right;
}
.div_goods_title p {
    font-size: 13px;
    font-weight: 500;
    color: #333333;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box; /*下面三条缺一不可 可以生成 '...' 主要针对谷歌浏览器 */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 36px;
}
.div_goods_title .div_goods_title_self {
    display: block;
    width: 51px;
    height: 23px;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #4EBCFF;
    font-size: 10px;
    line-height: 23px;
    font-weight: 400;
    color: #4EBCFF;
    margin: 10px 9px 0px 0px;
    text-align: center;
    float: left;
}
.div_goods_title .div_goods_title_msg {
    display: block;
    width: 60px;
    height: 23px;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #FFB54A;
    font-size: 10px;
    line-height: 23px;
    font-weight: 400;
    color: #FFB54A;
    margin: 10px 9px 0px 0px;
    text-align: center;
    float: left;
}
    .div_goods_title span:last-child {
        margin: 10px 28px 0px 0px;
    }
.div_goods_title label {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 23px;
    margin: 10px 0px 0px 0px;
    float: left;
}
.div_goods_foot {
    margin: 50px 0px 0px 0px;
}
.goods_foot_left {
    float: left;
    max-width: 458px;
    overflow: hidden;
}
    .goods_foot_left span {
        font-size: 12px;
        font-weight: 400;
        color: #999999;
        margin-right: 35px;
    }
        .goods_foot_left span:last-child {
            margin-right: 0px;
        }
    .goods_foot_left .old_price_span a {
        font-size: 18px;
        font-weight: bold;
        color: #666666;
    }
    .goods_foot_left .my_order_span a {
        font-size: 18px;
        font-weight: bold;
        color: #F43F50;
    }
    .goods_foot_left .new_price_span a {
        font-size: 18px;
        font-weight: bold;
        color: #FF0000;
    }
    .goods_foot_left .offer_price_span a {
        font-size: 18px;
        font-weight: bold;
        color: #FF0000;
    }
.goods_foot_right {
    float: right;
    margin: -5px 0px 0px 0px;
}
    .goods_foot_right span {
        display: block;
        width: 84px;
        height: 30px;
        background: #FFFFFF;
        border-radius: 17px 17px 17px 17px;
        border: 1px solid #ABABAB;
        font-size: 12px;
        font-weight: 400;
        color: #999999;
        line-height: 30px;
        text-align: center;
        margin-left: 14px;
        float: right;
        cursor: pointer;
    }

.activity_bj {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(100, 100, 100, 0.65);
    /*将内容居中*/
    align-items: center;
    display: -webkit-flex;
    justify-content: center;
}
/*买家还价*/
.bargaining_list_sell_bj {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(100, 100, 100, 0.9);
    /*将内容居中*/
    align-items: center;
    display: -webkit-flex;
    justify-content: center;
}
.bargaining_list_sell_popdiv {
    width: 352px;
    height: 192px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    top: 42%;
    left: 42%;
    position: absolute;
    z-index: 2;
}
    .bargaining_list_sell_popdiv .sell_popdiv_title {
        line-height: 54px;
        font-size: 12px;
        font-weight: bold;
        color: #F43F50;
        text-align: center;
    }
.sell_popdiv_input {
    text-align: center;
}
    .sell_popdiv_input .sell_popdiv_input {
        width: 245px;
        height: 35px;
        border-radius: 4px 4px 4px 4px;
        border: 1px solid #E4E4E4;
        margin: 6px 53px 10px 54px;
        text-align: left;
        padding-left: 20px;
    }
    .sell_popdiv_input p {
        font-size: 11px;
        font-weight: 400;
        color: #999999;
    }
.sell_popdiv_footer span {
    width: 78px;
    height: 27px;
    border-radius: 4px 4px 4px 4px;
    display: block;
    font-size: 10px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 26px;
    cursor: pointer;
}
.sell_popdiv_footer .footer_cancel {
    background: #CBCBCB;
    float: left;
    margin-left: 86px;
}
.sell_popdiv_footer .footer_determine {
    background: #F43F50;
    float: right;
    margin-right: 86px;
}
/*个人中心*/
.personal_center_max_div {
    width: 1200px;
    height: 816px;
    margin: 0px auto 69px;
}
.personal_center_div {
    width: 989px;
    height: 856px;
    float: right;
    overflow: hidden;
}
    .personal_center_div .personal_center_top {
        width: 989px;
        height: 112px;
        background: #FFFFFF;
        border-radius: 6px 6px 6px 6px;
    }
.personal_center_top .user_photo {
    width: 58px;
    height: 58px;
    margin: 27px 12px 27px 31px;
    float: left;
    border-radius: 50%;
}
.personal_center_top .user_name_div {
    margin: 27px 0px 0px 0px;
    float: left;
}
.user_name_div .user_name_span {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 34px;
    margin: 0px 20px 0px 0px;
    width: 100px;
    overflow: hidden;
    text-align: left;
    height: 36px;
    line-height: 36px;
}
.user_name_div .user_mobile_span {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    width: 100px;
    overflow: hidden;
    text-align: left;
}
.personal_center_top .is_real_name {
    display: block;
    width: 99px;
    height: 36px;
    background: #FFF6EC;
    border-radius: 17px 17px 17px 17px;
    font-size: 12px;
    font-weight: 400;
    color: #FEA900;
    line-height: 36px;
    margin: 0px 68px 0px 0px;
    float: left;
}
    .personal_center_top .is_real_name img {
        width: 17.52px;
        height: 14.74px;
        margin: 6px 6px 8px 0px;
    }
.personal_center_top .my_goods_div {
    margin: 35px 58px 0px 0px;
    text-align: center;
    width: 48px;
    float: left;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
}
    .personal_center_top .my_goods_div span {
        width: 48px;
        font-size: 15px;
        font-weight: 500;
        color: #333333;
        /*margin-bottom: 9px;*/
    }
.personal_center_top .border_div {
    width: 0px;
    height: 25px;
    border: 1px solid #999999;
    float: left;
    margin-top: 44px;
}
.personal_center_top span {
    width: 64px;
    height: 28px;
    border-radius: 6px 6px 6px 6px;
    font-size: 11px;
    font-weight: 400;
    color: #FFFFFF;
    display: block;
    float: left;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}
.personal_center_top #real_name_span {
    color: #999999;
    width: 99px;
}
.personal_center_top .personal_withdraw_span {
    background: #7D87FA;
    margin: 40px 8px 44px -17px;
}
.personal_center_top .personal_recharge_span {
    background: #F43F50;
    margin: 40px 0px 44px 0px;
}
    .personal_center_div .personal_center_bottom {
        width: 989px;
        height: 695px;
        background: #FFFFFF;
        border-radius: 6px 6px 6px 6px;
        margin: 19px 0px 0px 0px;
        padding: 30px 0px 0px 31px;
    }
.personal_center_div .personal_real_span img {
    width: 36.17px;
    height: 33.11px;
    margin: 23px 12px 24px 0px;
}
        .personal_center_div .personal_center_bottom span {
            width: 196px;
            height: 80px;
            border-radius: 6px 6px 6px 6px;
            font-size: 18px;
            font-weight: 500;
            color: #FFFFFF;
            display: block;
            text-align: center;
            background: linear-gradient(180deg, #FE9DA6 0%, #F66572 100%);
            margin: 23px 38px 24px 0px;
            float: left;
            cursor: pointer;
        }
        .personal_center_div .personal_center_bottom .personal_record_span {
            background: linear-gradient(180deg, #FFD192 0%, #F3A845 100%);
        }
.personal_record_span img {
    width: 25.72px;
    height: 35.6px;
    margin: 23px 12px 24px 0px;
}
        .personal_center_div .personal_center_bottom .personal_complaint_span {
            background: linear-gradient(180deg, #C7AFFF 0%, #A382F3 100%);
        }
.personal_complaint_span img {
    width: 26.91px;
    height: 31.58px;
    margin: 23px 12px 24px 0px;
}
        .personal_center_div .personal_center_bottom .personal_notice_span {
            background: linear-gradient(180deg, #A0BDFE 0%, #6986FC 100%);
        }
.personal_notice_span img {
    width: 30.31px;
    height: 29.7px;
    margin: 23px 12px 24px 0px;
}
        .personal_center_div .personal_center_bottom .personal_customer_span {
            background: linear-gradient(180deg, #95B5FF 0%, #5D80E2 100%);
        }
.personal_customer_span img {
    width: 34.05px;
    height: 35.16px;
    margin: 23px 12px 24px 0px;
}
        .personal_center_div .personal_center_bottom .personal_problem_span {
            background: linear-gradient(180deg, #9EE4F6 0%, #61D0E6 100%);
        }
.personal_problem_span img {
    width: 28.05px;
    height: 34.35px;
    margin: 23px 12px 24px 0px;
}
.personal_center_div .personal_center_bottom .personal_invitation_span {
    background: linear-gradient(180deg, #9EF6AA 0%, #1DD86E 100%);
}

.personal_invitation_span img {
    width: 32.44px;
    height: 32.6px;
    margin: 23px 12px 24px 0px;
}
/*个人资料*/
.personal_data_div {
    width: 989px;
    height: 856px;
    background: #FFFFFF;
    border-radius: 0px 6px 0px 0px;
    float: right;
}
.personal_data_title {
    height: 58px;
    width: 952.5px;
    margin-left: 32px;
    border-bottom: 1px solid #F3F3F3;
}
    .personal_data_title span {
        font-size: 14px;
        line-height: 58px;
        font-weight: 500;
        color: #333333;
        margin-left: 9px;
    }
.personal_data_photo {
    height: 109px;
}
    .personal_data_photo img {
        width: 52px;
        height: 52px;
        float: left;
        margin: 28px 18px 29px 41px;
        border-radius: 50%;
        cursor: pointer;
    }
.personal_data_photo .user_data_span_div {
    float: left;
    margin-top: 26px;

}
    .personal_data_photo .user_data_span_div span {
        line-height: 33px;
        font-size: 13px;
        font-weight: 400;
        color: #333333;
    }
    .personal_data_photo .user_data_span_div p {
        font-size: 11px;
        font-weight: 400;
        color: #999999;
    }
.personal_data_content {
    height: 554px;
    width: 951px;
    margin-left: 19px;
    border-bottom: 1px solid #F3F3F3;
}
.personal_data_content ul li {
    margin-bottom: 14px;
}
    .personal_data_content .span_account {
        font-size: 11px;
        font-weight: 400;
        color: #666666;
        line-height: 34px;
        margin-right: 41px;
    }
    .personal_data_content .button_span {
        font-size: 12px;
        font-weight: 500;
        color: #F43F50;
        line-height: 34px;
        cursor: pointer;
    }
    .personal_data_content ul li p {
        float: left;
        display: block;
        margin: 0px 7px 0px 22px;
        font-size: 13px;
        font-weight: 400;
        color: #333333;
        line-height: 34px;
    }
    .personal_data_content ul .asterisk_li p {
        margin-right: 27px;
    }
    .personal_data_content ul .asterisk_li p:before {
        content: "*";
        color: #F43F50;
    }
    .personal_data_content .text_input {
        width: 583px;
        height: 34px;
        border-radius: 4px 4px 4px 4px;
        border: 1px solid #E4E4E4;
        padding: 0px 0px 0px 14px;
        font-size: 11px;
        font-weight: 400;
        color: #666666;
        line-height: 34px;
    }
.personal_data_footer span {
    width: 86px;
    height: 34px;
    border-radius: 4px 4px 4px 4px;
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
}
.personal_data_footer .footer_submit {
    background: #F43F50;
    margin: 38px 26px 42px 20px;
    float: right;
}
.personal_data_footer .footer_close {
    background: #CBCBCB;
    float: right;
    margin: 38px 0px 42px 0px;
}
.personal_data_popdiv {
    width: 442px;
    height: 365px;
    background: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    top: 30%;
    left: 38%;
    position: absolute;
    z-index: 2;
}
.personal_forkImg_div img {
    width: 13px;
    height: 13px;
    margin: 21px 0px 0px 32px;
    cursor: pointer;
}
.personal_title p {
    width: 442px;
    display: block;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #333333;
    line-height: 31px;
}
.personal_input {
    margin-top: 27px;
}
.personal_input ul li {
    height: 34px;
    margin-bottom: 22px;
}
.personal_input ul li p {
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    margin-left: 32px;
    line-height: 34px;
    float: left;
}
    .personal_input .text_input {
        width: 303px;
        height: 34px;
        border-radius: 4px 4px 4px 4px;
        border: 1px solid #E4E4E4;
        padding: 0px 0px 0px 14px;
        font-weight: 400;
        color: #666666;
    }
    .personal_input #input_yzm {
        width: 205px;
        margin-left: 12px;
    }
    .personal_input #personal_yzm {
        width: 85px;
        height: 34px;
        background: #F43F50;
        border-radius: 4px 4px 4px 4px;
        margin-right: 36px;
        display: block;
        float: right;
        text-align: center;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 34px;
        cursor: pointer;
    }
.sell_popdiv_footer #personal_yan_span {
    width: 158px;
    height: 34px;
    background: #F43F50;
    line-height: 34px;
    margin: 40px 142px 0px 142px;
}
/*登录密码*/
.password_content {
    height: 604px;
    width: 951px;
    margin-left: 19px;
    border-bottom: 1px solid #F3F3F3;
}
    .password_content ul p {
        font-size: 13px;
        font-weight: 400;
        color: #333333;
        float: left;
        display: block;
        line-height: 34px;
        margin: 0px 14px 0px 22px;
        width: 71px;
    }
    .password_content ul p:before {
        content: "*";
        color: #F43F50;
    }
    .password_content ul li {
        height: 34px;
        margin-bottom: 14px;
    }
        .password_content ul li:first-child {
            margin-top: 31px;
        }
    .password_content input {
        width: 597px;
        height: 34px;
        border-radius: 4px 4px 4px 4px;
        border: 1px solid #E4E4E4;
        padding: 0px 0px 0px 14px;
        font-size: 11px;
        font-weight: 400;
        color: #666666;
        line-height: 34px;
    }
    .password_content #personal_yzm {
        width: 104px;
        height: 34px;
        background: #F43F50;
        border-radius: 4px 4px 4px 4px;
        margin-right: 236px;
        display: block;
        float: right;
        text-align: center;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 34px;
        cursor: pointer;
    }
/*提现记录*/
.withdraw_max_div {
    height: 716px;
    margin: 0px auto 69px;
    width: 1239px;
}
.withdraw_max_div_notice {
    min-height: 816px;
    margin: 0px auto 69px;
    width: 1239px;
}
.withdraw_div {
    width: 1028px;
    height: 856px;
    background: #FFFFFF;
    border-radius: 0px 6px 0px 0px;
    float: right;
    overflow: hidden;
}
.withdraw_div_notice {
    width: 1028px;
    background: #FFFFFF;
    border-radius: 0px 6px 0px 0px;
    float: right;
    margin-bottom: 147px;
}
.withdraw_title {
    width: 952px;
    height: 58px;
    margin-left: 32px;
    border-bottom: 1px solid #F3F3F3;
}
    .withdraw_title img {
        width: 15.14px;
        height: 11.32px;
        margin: 26px 15px 21px 1px;
        float: left;
        cursor: pointer;
    }
    .withdraw_title span {
        font-size: 14px;
        font-weight: 500;
        color: #333333;
        margin-top: 21px;
        float: left;
    }
    .withdraw_title #time_input {
        width: 236px;
        height: 32px;
        margin: 15px 22px 0px 0px;
        float: right;
        border: 1px solid #D5D5D5;
        border-radius: 4px 4px 4px 4px;
        padding-left: 18px;
        line-height: 34px;
        font-size: 12px;
        font-weight: 400;
        color: #B7B7B7;
    }
.black_label {
    width: 72px;
    height: 28px;
    background: #CBCBCB;
    border-radius: 4px 4px 4px 4px;
    font-size: 10px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 28px;
    float: right;
    margin: 15px 22px 0px 0px;
}
.withdraw_title span .invitation_img {
    width: 11px;
    height: 11px;
    cursor: pointer;
    float: right;
    margin: 5px 0px 0px 0px;
}
.invitation_label {
    margin: 0px 25px 0px 27px;
    font-size: 11px;
    font-weight: 400;
    color: #666666;
}
.invitation_html {
    margin: 0px 25px 0px 14px;
    font-size: 11px;
    font-weight: 400;
    color: #666666;
}
.user_list_div {
    width: 420px;
    max-width: 420px;
    overflow: hidden;
    float: left;
}
    .user_list_div label {
        line-height: 32px;
        width: 90px;
        display: block;
        float: left;
        font-size: 12px;
        font-weight: 400;
        color: #666666;
        margin-bottom: 16px;
    }
    .user_list_div .user_photo {
        width: 32px;
        height: 32px;
        border-radius: 4px;
        margin: 0px 17px 0px 43px;
        float: left;
    }
.withdraw_count {
    height: 80px;
    width: 952px;
    margin-left: 32px;
    border-bottom: 1px solid #F3F3F3;
}
    .withdraw_count span {
        font-size: 13px;
        font-weight: 500;
        color: #333333;
        display: block;
        margin: 27px 0px 10px 0px;
    }
    .withdraw_count p {
        font-size: 12px;
        font-weight: 400;
        color: #999999;
        display: block;
    }
    .withdraw_count .withdraw_count_left {
        float: left;
    }
    .withdraw_count .withdraw_count_right {
        float: right;
    }
/*我的收藏*/
.my_collect_foot {
    width: 673px;
    height: 89px;
    background: #F9F9F9;
    margin-top: 10px;
    padding: 11px 21px 0px 18px;
}
    .my_collect_foot .my_collect_foot_top {
        height: 31px;
    }
        .my_collect_foot .my_collect_foot_top span {
            font-size: 12px;
            font-weight: 400;
            color: #666666;
            line-height: 18px;
            margin: 0px 126px 1px 0px;
            display: block;
            float: left;
        }
            .my_collect_foot .my_collect_foot_top span label {
                font-size: 18px;
                font-weight: bold;
                color: #FF0000;
            }
.my_collect_foot_bottom_left {
    float: left;
    width: 570px;
}
    .my_collect_foot .my_collect_foot_bottom .my_collect_foot_bottom_left span {
        font-size: 12px;
        font-weight: 400;
        color: #666666;
        margin: 0px 74px 13px 0px;
        display: block;
        float: left;
    }
    .my_collect_foot .yxxq_ce_collect_div1 {
        float: right;
        width: 92px;
        height: 34px;
        border: 1px solid #3F93F4;
        border-radius: 17px 17px 17px 17px;
        float: left;
        margin-top: -11px;
        cursor: pointer;
    }
        .my_collect_foot .yxxq_ce_collect_div1 img {
            width: 16px;
            height: 16px;
            margin: 9px 5px 9px 16px;
            float: left;
        }
        .my_collect_foot .yxxq_ce_collect_div1 span {
            color: #3F93F4;
            font-size: 13px;
            font-weight: 400;
            margin: 8px 16px 8px 0px;
            line-height: 36px;
        }

.model_null {
    width: 100%;
    height: 100%;
    float: right;
    font-size: 20px;
    color: #999999;
    background: #FFFFFF;
    text-align: center;
    line-height: 200px;
}
/*我的商品详情*/
.goods_infor_div {
    padding: 26px 246px 22px 35px;
    background: #FFFFFF;
    font-size: 13px;
    color: #666666;
    line-height: 20px;
}
    .goods_infor_div span label {
        font-size: 13px;
        color: #F43F50;
        line-height: 20px;
    }
/*我的订单详情*/
.goods_foot_right .goods_foot_right_label {
    font-size: 14px;
    font-weight: 500;
    color: #FF0000;
    margin: -33px 13px 0px 0px;
    display: block;
}
.order_infor_bottom_max {
    background: #FFFFFF;
}
.order_infor_bottom {
    margin-top: 12px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
}
.order_infor_bottom_two {
    width: 931px;
    height: 497px;
    margin: 0px auto;
    /*border-bottom: 1px solid #F3F3F3;*/
    padding-left: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}
/*帮助中心购买指南*/
.help_buy_content {
    width: 930px;
    margin: 20px auto;
    font-weight: 400;
    color: #666666;
}
.help_buy_content p {
    max-width: 900px;

}
    .help_buy_content::-webkit-scrollbar {
        display: none; /*隐藏滚动条*/
    }
/*售后案例*/
.help_after_content {
    width: 952px;
    margin: 0px auto;
    font-weight: 400;
    color: #666666;
    line-height: 62px;
}
.help_after_list {
    height: 62px;
    border-bottom: 1px solid #F3F3F3;
}
.help_after_list span {
    float:left;
    max-width: 600px;
}
    .help_after_list img {
        float: right;
        margin-top: 27px;
    }
    .help_after_list label {
        float: right;
        margin-right: 18px;
    }
/*平台公告*/
.notice_sidebar li {
    width: 203px;
    height: 46px;
    background: #F43F50;
    border-radius: 0px 0px 0px 0px;
    line-height: 46px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
}
.notice_list {
    border-bottom: 1px solid #F3F3F3;
}
    .notice_list .notice_list_top {
        height: 25px;
        padding-top: 18px;
    }
        .notice_list .notice_list_top span {
            float: left;
            font-size: 13px;
            font-weight: 500;
            color: #333333;
            line-height: 25px;
        }
        .notice_list .notice_list_top label {
            float: right;
            font-size: 12px;
            font-weight: 400;
            color: #999999;
            margin-right: 3px;
            line-height: 25px;
        }
    .notice_list .notice_list_bottom p {
        line-height: 17px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box; /*下面三条缺一不可 可以生成 '...' 主要针对谷歌浏览器 */
        -webkit-box-orient: vertical;
    }
    .notice_list .notice_list_spandiv {
        height: 30px;
        margin-bottom: 12px;
    }
        .notice_list .notice_list_spandiv span {
            float: right;
            font-size: 12px;
            font-weight: 400;
            color: #333333;
            cursor: pointer;
            line-height: 30px;
        }
.notice_list_content {
    overflow-y: scroll;
    height: 596px;
}
    .notice_list_content::-webkit-scrollbar {
        display: none; /*隐藏滚动条*/
    }
/*浏览记录*/
.my_collect_foot_bottom .visit_button {
    width: 92px;
    height: 34px;
    border: 1px solid #F43F50;
    border-radius: 17px 17px 17px 17px;
    line-height: 34px;
    text-align:center;
    cursor: pointer;
    display: block;
}
.my_collect_foot_bottom .my_visit_foot_right {
    float: right;
    color: #F43F50;
}
.my_visit_right_div {
    width: 989px;
    height: 856px;
    float: right;
    position: relative;
    overflow: hidden;
    overflow-y: scroll;
}
    .my_visit_right_div::-webkit-scrollbar {
        display: none; /*隐藏滚动条*/
    }
/*支付弹出窗*/
.goods_buy {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(100, 100, 100, 0.9);
    /*将内容居中*/
    align-items: center;
    justify-content: center;
}
.goods_buy_popdiv {
    width: 367px;
    height: 446px;
    background: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    top: 30%;
    left: 40%;
    position: absolute;
    z-index: 2;
}
.goods_buy_forkImg_img {
    height: 15px;
    width: 15px;
    margin: 22px 0px 0px 30px;
    cursor: pointer;
}
.goods_buy_title {
    width: 64px;
    height: 16px;
    margin: 36px 0px 23px 30px;
}
    .goods_buy_title p {
        font-size: 16px;
        font-weight: 500;
        color: #333333;
    }
.goods_buy_input_div {
    margin-left: 30px;
}
.goods_buy_input_div ul li {
    float: left;
    margin-right: 62px;
}
    .goods_buy_input_div img {
        width: 34px;
        height: 34px;
        margin-right: 10px;
    }
    .goods_buy_input_div label {
        font-size: 14px;
        font-weight: 500;
        color: #333333;
        line-height: 34px;
    }
    .goods_buy_input_div radio {
        margin-left: 8px;
    }
    .goods_buy_input_div .radio {
        position: relative;
        display: inline-block;
        font-weight: 400;
        color: #0c4757;
        cursor: pointer;
        margin-bottom: 24px;
    }

        .goods_buy_input_div .radio input {
            position: absolute;
            left: -9999px;
        }

        .goods_buy_input_div .radio i {
            position: absolute;
            top: 10px;
            width: 13px;
            height: 13px;
            outline: 0;
            border: 1px solid #e4e4e4;
            background: #ffffff;
            border-radius: 50%;
            transition: border-color .3s;
            -webkit-transition: border-color .3s;
        }
        .goods_buy_input_div .radio input + i:after {
            position: absolute;
            content: '';
            top: 3px;
            left: 3px;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background-color: #ff5d5b;
            opacity: 0;
            transition: opacity .1s;
            -webkit-transition: opacity .1s;
        }
        .goods_buy_input_div .radio input:checked + i:after {
            opacity: 1;
        }
.goods_buy_money_div {
    width: 278px;
    height: 83px;
    background: #FFF9EE;
    border-radius: 0px 0px 0px 0px;
    text-align: center;
    padding-top: 11px;
    line-height: 20px;
}
    .goods_buy_money_div span {
        font-size: 13px;
        font-weight: 400;
        color: #333333;
    }
    .goods_buy_money_div label {
        font-size: 20px;
        font-weight: bold;
        color: #F43F50;
    }
.goods_buy_popdiv_footer #goods_buy_yan_span {
    display: block;
    width: 257px;
    height: 40px;
    background: #F43F50;
    border-radius: 31px 31px 31px 31px;
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 43px auto 0px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.anchor_list_border {
    width: 278px;
    height: 1px;
    background-color: #F3F3F3;
    margin-top: 12px;
}
.complaint_div {
    width: 1200px;
    height: 296px;
    background: #FFFFFF;
    border-radius: 6px 6px 0px 0px;
    margin: 0px auto;
    padding-top: 100px;
}
    .complaint_div .complaint_img {
        width: 66px;
        height: 66px;
        margin: 0px auto 32px;
        display: block;
    }
        .complaint_div .complaint_title {
            height: 15px;
            font-size: 15px;
            font-weight: 500;
            color: #666666;
            text-align: center;
        }
        .complaint_div .complaint_content {
            font-size: 14px;
            font-weight: 400;
            color: #666666;
            text-align: center;
            display: block;
            margin: 23px 0px 46px 0px;
        }
            .complaint_div .complaint_content .invitation_t_img {
                margin-left: 7px;
            }
        .complaint_div a {
            display: block;
        }
            .complaint_div a span {
                width: 88px;
                height: 32px;
                border-radius: 4px 4px 4px 4px;
                opacity: 1;
                border: 1px solid #F43F50;
                display: block;
                text-align: center;
                font-size: 12px;
                font-weight: 400;
                color: #F43F50;
                line-height: 32px;
                margin: 0 auto;
            }

.privacy_div {
    width: 62.5%;
    height: 816px;
    background: rgb(255, 255, 255);
    border-radius: 20px;
    top: 6%;
    left: 16%;
    position: absolute;
    z-index: 2;
}
.privacy_div_top {
    height: 52px;
    background: #007BE5;
    border-radius: 10px 10px 0px 0px;
    opacity: 1;
}
    .privacy_div_top span {
        color: #FFFFFF;
        line-height: 52px;
        width: 95%;
        display: block;
        font-size: 16px;
        font-weight: 400;
        overflow: hidden;
        float: left;
    }
    .privacy_div_top .privacy_div_top_img {
        margin: 18px 8px 18px 34px;
        float: left;
    }
    .privacy_div_top img {
        margin-top: 19px;
        margin-right: 24px;
        float: right;
        cursor: pointer;
    }
.privacy_div_content {
    overflow-y: scroll;
    width: 91%;
    height: 595px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin: 27px 0px 78px 3%;
}
    .privacy_div_content::-webkit-scrollbar {
        display: none; /*隐藏滚动条*/
    }
.privacy_div_bottom {
    height: 54px;
    background: #FFFFFF;
    box-shadow: 0px -1px 6px 1px rgba(0,0,0,0.08);
    border-radius: 0px 0px 10px 10px;
    opacity: 1;
    padding-top: 12px;
}

    .privacy_div_bottom span {
        width: 291px;
        height: 40px;
        background: #007BE5;
        border-radius: 5px 5px 5px 5px;
        opacity: 1;
        display: block;
        margin: 0px auto;
        font-size: 15px;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
        line-height: 40px;
        cursor: pointer;
    }

.use_agreement_div {
    width: 50%;
    height: 865px;
    background: rgb(255, 255, 255);
    border-radius: 20px;
    top: 3%;
    left: 22%;
    position: absolute;
    z-index: 2;
}

    .use_agreement_div_top {
        height: 35px;
    }

        .use_agreement_div_top span {
            color: #333333;
            line-height: 35px;
            width: 95%;
            text-align: center;
            display: block;
            font-size: 20px;
            overflow: hidden;
            float: left;
        }

        .use_agreement_div_top img {
            margin-top: 19px;
            margin-right: 24px;
            float: right;
        }
.use_agreement_div_content {
    overflow-y: scroll;
    width: 91%;
    height: 595px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin: 27px 0px 78px 3%;
}
    .use_agreement_div_content::-webkit-scrollbar {
        display: none; /*隐藏滚动条*/
    }
.privacy_div_bj {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(100, 100, 100, 0.9);
    align-items: center;
    display: -webkit-flex;
    justify-content: center;
}
.use_agreement_div_bj {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(100, 100, 100, 0.9);
    align-items: center;
    display: -webkit-flex;
    justify-content: center;
}