html {
    /* 根元素字体大小，基于此计算特定元素实际字体大小等 */
    /*font-size: 100px;*/
}
#footer a[title="站长统计"]{
    display: none;
}
#content {
    padding-top: 0;
}
/*本页css根类*/
.shipin {
    max-width: 19.2rem;
    margin: 0 auto;
}

/*bootstrap微调*/
.container-fluid {
    padding: 0;
}
.shipin .row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.shipin .col-lg-1, .shipin .col-lg-2, .shipin .col-lg-3, .shipin .col-lg-4, .shipin .col-lg-5, .shipin .col-lg-6, .shipin .col-lg-7, .shipin .col-lg-8, .shipin .col-lg-9, .shipin .col-lg-10, .shipin .col-lg-11, .shipin .col-lg-12, .shipin .col-md-1, .shipin .col-md-2, .shipin .col-md-3, .shipin .col-md-4, .shipin .col-md-5, .shipin .col-md-6, .shipin .col-md-7, .shipin .col-md-8, .shipin .col-md-9, .shipin .col-md-10, .shipin .col-md-11, .shipin .col-md-12, .shipin .col-sm-1, .shipin .col-sm-2, .shipin .col-sm-3, .shipin .col-sm-4, .shipin .col-sm-5, .shipin .col-sm-6, .shipin .col-sm-7, .shipin .col-sm-8, .shipin .col-sm-9, .shipin .col-sm-10, .shipin .col-sm-11, .shipin .col-sm-12, .shipin .col-xs-1, .shipin .col-xs-2, .shipin .col-xs-3, .shipin .col-xs-4, .shipin .col-xs-5, .shipin .col-xs-6, .shipin .col-xs-7, .shipin .col-xs-8, .shipin .col-xs-9, .shipin .col-xs-10, .shipin .col-xs-11, .shipin .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}
/*bootstrap微调结束*/

/*一些通用类*/
.shipin .fl_l {
    float: left;
}
.shipin .fl_r {
    float: right;
}
.shipin .fl_none {
    clear: both;
}
.shipin .ta_l {
    text-align: left !important;
}
.shipin .ta_c {
    text-align: center !important;
}
.shipin .ta_r {
    text-align: right !important;
}
.shipin .el_pc {
    display: block;
}
.shipin .el_wap {
    display: none;
}
.shipin .p_rel {
    position: relative;
}
.shipin .p_abs {
    position: absolute;
}
.shipin .b_t {
    border-top: 1px solid #ffffff;
}
.shipin .b_r {
    border-right: 1px solid #ffffff;
}
.shipin .b_b {
    border-bottom: 1px solid #ffffff;
}
.shipin .b_l {
    border-left: 1px solid #ffffff;
}
.shipin .img_auto {
    display: block;
    max-width: 100%;
}
@media screen and (max-width: 767px){
    .shipin .el_pc {
        display: none;
    }
    .shipin .el_wap {
        display: block;
    }
}
/*一些通用类结束*/

/* 视频播放 普通*/
@media screen and (min-width: 767px) {
    /*优酷视频弹窗*/
    .video-back {
        position: fixed;
        width: 700px;
        height: 400px;
        background: black;
        top: 30%;
        left: 50%;
        margin-top: -150px;
        margin-left: -400px;
        display: none;
        z-index: 101;
    }

    .video-area {
        float: left;
        width: 700px;
        height: 400px;
        background: #000;
    }

    .video-area div {
        padding: 10px 20px;
        height: 150px;
        overflow: auto;
        /*滚动条样式*/
    }

    .video-area div::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 4px;
        /*高宽分别对应横竖滚动条的尺寸*/
        height: 4px;
    }

    .video-area div::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 5px #ffffff;
        background: rgba(0, 0, 0, 0.2);
    }

    .video-area div::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px #ffffff;
        border-radius: 0;
        background: rgba(0, 0, 0, 0.1);
    }

    .video-area div h2 {
        margin: 15px 0;
        text-align: left;
        color: #fff;
        font-weight: 600;
        font-size: 15px;
    }

    .video-area div p {
        text-align: left;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
    }

    .video-close {
        position: absolute;
        top: 0;
        right: -7px;
        height: 30px;
        line-height: 30px;
        width: 30px;
        color: #fff;
        float: left;
        text-align: center;
        background: rgba(0, 0, 0, 0.3);
        cursor: pointer;
        display: block;
    }

    #shadow {
        position: absolute;
        opacity: 0.5;
        filter: alpha(opacity=50);
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        background: black;
        z-index: 100;
        display: none;
    }
}
/* 视频播放 普通 结束*/

.shipin .s_head {

}

.shipin .s_body {
    width: 19.2rem;
    margin: 0 auto;
    background: #000000;
    color: #ffffff;
    margin-top: -6.75rem;
}

.shipin .s_foot {

}

.shipin .group {
    width: 12rem;
    margin: 0 auto 20px auto;
}

.shipin .g_head {
}
.shipin .g_head .title {
    font-family: "思源黑体 CN Bold";
    font-size: 0.94rem;
    font-style: italic;
}
.shipin .g_head .subtitle {
    font-family: "思源黑体 CN Bold";
    font-size: 0.24rem;
    font-style: italic;
    letter-spacing: 0.24rem;
    margin-bottom: 1.7rem;
}
.shipin .g_service .t_area {
    top: 0;
    left: 0;
    height: 9.64rem;
    overflow-y: hidden;
}
.shipin .g_service .t_area_l {
    padding-top: 0.8rem;
    padding-left: 1.1rem;
}
.shipin .g_service .t_area_r {
    padding-top: 0.9rem;
}

.shipin .g_service .title {
    font-family: "思源黑体 CN Heavy";
    font-size: 0.72rem;
}
.shipin .g_service .subtitle {
    font-family: "思源黑体 CN Heavy";
    font-size: 0.36rem;
}
.shipin .g_service .t_head_img {
    width: 0.35rem;
    height: 0.35rem;
    margin-right: 2px;
}
.shipin .g_service .t_head {
    font-family: "思源黑体 CN Medium";
    font-size: 0.36rem;
}
.shipin .g_service .t_desc {
    font-family: "思源黑体 CN Normal";
    font-size: 0.15rem;
    text-indent: 3em;
    margin-bottom: 0.4rem;
}
.shipin .g_service .t_foot {
    font-family: "思源黑体 CN Normal";
    font-size: 0.3rem;
    letter-spacing: 0.05rem;
    left: 1.1rem;
    bottom: 1.1rem;
}
.shipin .g_studio {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.shipin .g_studio .title {
    font-family: "思源黑体 CN Normal";
    font-size: 0.2rem;
    letter-spacing: 0.05rem;
    margin-bottom: 0.2rem;
}
.shipin .g_studio .subtitle {
    font-family: "思源黑体 CN Medium";
    font-size: 0.16rem;
    letter-spacing: 0.05rem;
}
.shipin .g_core {

}
.shipin .g_core .t_area {
    top: 0;
    left: 0;
    height: 8.59rem;
    overflow-y: hidden;
}
.shipin .g_core .t_area_l {
    padding-top: 0.8rem;
    padding-left: 1.1rem;
}
.shipin .g_core .t_area_r {
    padding-top: 0.9rem;
}
.shipin .g_core .t_foot {
    font-family: "思源黑体 CN Normal";
    font-size: 0.3rem;
    letter-spacing: 0.1rem;
    left: 1.1rem;
    bottom: 1.1rem;
}
.shipin .g_core .title {
    font-family: "思源黑体 CN Heavy";
    font-size: 0.72rem;
}
.shipin .g_core .subtitle {
    font-family: "思源黑体 CN Heavy";
    font-size: 0.36rem;
}
.shipin .g_core table {
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
}
.shipin .g_core td {
    border: 2px solid #ffffff;
    height: 0.9rem;
}
.shipin .g_core td.c_left {
    width: 30%;
    text-align: center;
}
.shipin .g_core td.c_right {
    width: 70%;
    padding: 5px;
    color: #000000;
    background: #ffffff;
}
.shipin .g_core .c_left .text_1 {
    font-family: "思源黑体 CN Medium";
    font-size: 0.24rem;
}
.shipin .g_core .c_left .text_2 {
    font-family: "思源黑体 CN Light";
    font-size: 0.12rem;
}
.shipin .g_core .c_right .text_3 {
    font-family: "思源黑体 CN Bold";
    font-size: 0.16rem;
}
.shipin .g_example_head {
    padding: 0.5rem 0;
}
.shipin .g_example_head .text_1 {
    font-family: "思源黑体 CN Medium";
    font-size: 0.16rem;
}
.shipin .g_example_head .text_2 {
    font-family: "思源黑体 CN Heavy";
    font-size: 0.72rem;
}
.shipin .g_example_head .text_3 {
    font-family: "思源黑体 CN Heavy";
    font-size: 0.36rem;
}
.shipin .g_example {
    background: #01AAED;
}
.shipin .g_example .title {
    font-family: "Adobe 黑体 Std R";
    font-size: 0.36rem;
}
.shipin .g_example .t_area {
    padding: 0.2rem 0.3rem;
}
.shipin .g_example .subtitle {
    font-family: "Adobe 黑体 Std R";
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
}
.shipin .g_example .t_desc {
    font-family: "思源黑体 CN Light";
    font-size: 0.18rem;
    margin-bottom: 0.1rem;
}
.shipin .g_example .t_more {
    bottom: 10px;
    right: 1.5rem;
}
.shipin .g_example .v_btn {
    width: 0.5rem;
    height: 0.5rem;
    bottom: 10px;
    right: 0.4rem;
    cursor: pointer;
}
.shipin .g_example_lzb .img_rpt {
    top: 0.1rem;
    right: 0.3rem;
    width: 2.8rem;
    height: 1.1rem;
}
.shipin .g_example_hat .img_rpt {
    width: 5.46rem;
    margin: auto;
    height: 1.8rem;
}
.shipin .g_example_hat .t_area {
    height: 4rem;
}
.shipin .g_example_hat .t_area .row {
    margin-bottom: 0.5rem;
}
.shipin .g_example_hat .v_btn_mid {
    width: 0.6rem;
    height: 0.6rem;
    top: 2.9rem;
    left: 5.65rem;
}
.shipin .g_example_pioneer {
    background: #000000;
}
.shipin .g_example_pioneer .t_border {
    border: 3px solid #d0b067;
    width: 4.4rem;
    height: 5.2rem;
    top: 50%;
    left: 50%;
    margin-left: -2.1rem;
    margin-top: -2.6rem;
}
.shipin .g_example_pioneer .title {
    font-family: "思源黑体 CN Heavy";
    font-size: 0.35rem;
    color: #d0b067;
    margin: 1rem 0 0.7rem 0;
}
.shipin .g_example_pioneer .desc {
    font-family: "思源黑体 CN Regular";
    font-size: 0.17rem;
    padding: 0 0.3rem 0 0.7rem;
    line-height: 170%;
}
.shipin .g_example_pioneer .img_logo {
    width: 0.77rem;
    height: 0.48rem;
}
.shipin .g_example_pioneer .t_area_r {
    padding: 0.3rem 0.1rem 0 0.5rem;
}
.shipin .g_example_pioneer .t_head {
    font-family: "思源黑体 CN Medium";
    font-size: 0.17rem;
    line-height: 200%;
}
.shipin .g_example_pioneer .t_desc {
    font-family: "思源黑体 CN Normal";
    font-size: 0.14rem;
    line-height: 200%;
    margin-bottom: 0.1rem;
}
.shipin .g_example_pioneer .t_logo {
    margin-bottom: 0.2rem;
}
.shipin .g_example_pioneer .t_foot {
    margin-top: 0.2rem;
}
.shipin .g_example_pioneer .t_foot .img_head {
    width: 0.25rem;
    height: 0.9rem;
    margin-right: 0.2rem;
}
.shipin .g_resource {

}
.shipin .g_resource .t_area {
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0.4rem;
}
.shipin .g_resource .t_subarea {
    width: 9.63rem;
    margin: auto;
}
.shipin .g_resource .t_subarea .title {
    font-family: "思源黑体 CN Heavy";
    font-size: 0.72rem;
}
.shipin .g_resource .t_subarea .subtitle {
    font-family: "思源黑体 CN Heavy";
    font-size: 0.36rem;
    margin-bottom: 0.8rem;
}
.shipin .g_base {
    margin-bottom: 0;
}
.shipin .g_base .t_content {
    top: 0;
    color: #000000;
    padding: 0.5rem;
}
.shipin .g_base .t_content .title {
    font-family: Impact;
    font-size: 0.48rem;
    margin: 1rem 0 0 0;
}
.shipin .g_base .t_content .t_area_l {
    padding-right: 0.5rem;
}
.shipin .g_base .t_area .t_head {
    font-family: "思源黑体 CN Medium";
    font-size: 0.34rem;
    margin-top: 1rem;
    margin-bottom: 0.1rem;
}
.shipin .g_base .t_area .t_desc {
    font-family: "思源黑体 CN Regular";
    font-size: 0.20rem;
    color: #7e7e7e;
    margin-bottom: 0.1rem;
}
.shipin .g_award {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 0;
    background: #01AAED;
}
.shipin .g_award .h_area {
    text-align: center;
    margin-bottom: 0.5rem;
}
.shipin .g_award .title {
    font-family: "思源黑体 CN Heavy";
    font-size: 0.72rem;
}
.shipin .g_award .subtitle {
    font-family: "思源黑体 CN Heavy";
    font-size: 0.36rem;
}
.shipin .g_award .img_award {
    width: 4.7rem;
    margin: 0 auto;
}
.shipin .g_award .t_area {
    padding-left: 0.5rem;
}
.shipin .g_award .t_area .t_desc {
    font-family: "思源黑体 CN Light";
    font-size: 0.2rem;
    line-height: 250%;
}
.shipin .g_award .img_area {
    text-align: center;
}
.shipin .g_award .img_area .img_box {
    display: table;
    width: 100%;
    text-align: center;
    height: 1.7rem;
}
.shipin .g_award .img_area .img_box .img_box_1 {
    display: table-cell;
    vertical-align: middle;
}
.shipin .g_award .img_area .img_box img {
    margin: 0 auto;
}
.shipin .g_award .img_process {
    width: 8.32rem;
    margin: auto;
}
.shipin .g_award .service_title {
    text-align: center;
    font-family: "思源黑体 CN Heavy";
    font-size: 0.36rem;
    margin-bottom: 0.3rem;
}
.shipin .g_award .service_desc {
    width: 5.6rem;
    margin: 0 auto;
}
.shipin .g_award .service_desc img {
    width: 0.54rem;
}
.shipin .g_award .service_desc .cell {
    height: 1rem;
}
.shipin .g_award .service_desc .cell_text {
    width: 2rem;
    padding: 0.1rem 0;
}
.shipin .g_award .service_desc .cell_img {
    width: 0.75rem;
    padding: 0.1rem;
}
.shipin .g_award .service_desc .t_1 {
    padding-left: 0.3rem;
    padding-top: 0.2rem
}
.shipin .g_award .service_desc .t_2 {
    padding-left: 0.4rem;
    padding-top: 0.1rem
}
.shipin .g_award .service_desc .t_3 {
    padding-left: 0.3rem;
    padding-top: 0.2rem
}
.shipin .g_award .service_desc .t_4 {
    padding-left: 0.4rem;
    padding-top: 0.1rem
}
@media screen and (max-width: 767px){
    .shipin .s_body {
        width: 100%;
        padding: 0 10px;
        margin-top: -3rem;
    }
    .shipin .group {
        width: 100%;
        margin: 0 auto 5px auto;
    }
    .shipin .g_head .title {
        font-size: 0.8rem;
    }
    .shipin .g_head .subtitle {
        font-size: 0.25rem;
        letter-spacing: 0.24rem;
        margin-top: 0.2rem;
        margin-bottom: 0.5rem;
    }
    .shipin .g_service .t_area {
        height: 35.8rem;
    }
    .shipin .g_service .t_area_l {
        padding-top: 0.3rem;
        padding-left: 0.5rem;
    }
    .shipin .g_service .t_area_r {
        padding-top: 0.4rem;
        padding-left: 0.5rem;
    }

    .shipin .g_service .title {
        font-size: 0.5rem;
    }
    .shipin .g_service .subtitle {
        font-size: 0.4rem;
    }
    .shipin .g_service .t_head_img {
        width: 0.45rem;
        height: 0.45rem;
        margin-right: 5px;
    }
    .shipin .g_service .t_head {
        font-size: 0.4rem;
    }
    .shipin .g_service .t_desc {
        font-size: 0.2rem;
        text-indent: 3em;
        margin-bottom: 0.5rem;
    }
    .shipin .g_service .t_foot {
        font-size: 0.25rem;
        letter-spacing: 0.05rem;
        left: 0.5rem;
        bottom: 0.8rem;
    }
    .shipin .g_studio {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .shipin .g_studio .title {
        font-size: 0.2rem;
        letter-spacing: 0.05rem;
        margin-bottom: 0.2rem;
    }
    .shipin .g_studio .subtitle {
        font-size: 0.2rem;
        letter-spacing: 0.05rem;
    }
    .shipin .g_core .t_area {
        height: 27.7rem;
    }
    .shipin .g_core .t_foot {
        font-size: 0.25rem;
        letter-spacing: 0.05rem;
        left: 0.5rem;
        bottom: 0.8rem;
    }
    .shipin .g_core .title {
        font-size: 0.5rem;
    }
    .shipin .g_core .subtitle {
        font-size: 0.4rem;
    }
    .shipin .g_core .t_area_l {
        padding-top: 0.3rem;
        padding-left: 0.5rem;
    }
    .shipin .g_core .t_area_r {
        padding-top: 0.4rem;
    }
    .shipin .g_core table {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0.2rem;
    }
    .shipin .g_core td {
        border: 2px solid #ffffff;
        height: 1.2rem;
    }
    .shipin .g_core td.c_left {
        width: 30%;
        text-align: center;
    }
    .shipin .g_core td.c_right {
        width: 70%;
        padding: 5px;
        color: #000000;
        background: #ffffff;
    }
    .shipin .g_core .c_left .text_1 {
        font-size: 0.25rem;
    }
    .shipin .g_core .c_left .text_2 {
        font-size: 0.25rem;
    }
    .shipin .g_core .c_right .text_3 {
        font-size: 0.25rem;
    }
    .shipin .g_example_head {
        padding: 0.5rem 0;
    }
    .shipin .g_example_head .text_1 {
        font-size: 0.2rem;
    }
    .shipin .g_example_head .text_2 {
        font-size: 0.8rem;
    }
    .shipin .g_example_head .text_3 {
        font-size: 0.5rem;
    }
    .shipin .g_example .t_area {
        padding: 0.4rem 0.5rem;
        height: 8rem;
    }
    .shipin .g_example .title {
        font-size: 0.5rem;
    }
    .shipin .g_example .subtitle {
        font-size: 0.35rem;
        margin-bottom: 0.5rem;
    }
    .shipin .g_example .t_desc {
        font-size: 0.3rem;
        line-height: 160%;
        margin-bottom: 0.3rem;
        letter-spacing: 0.05rem;
    }
    .shipin .g_example .t_more {
        bottom: 10px;
        right: 1.5rem;
    }
    .shipin .g_example .v_btn {
        width: 0.6rem;
        height: 0.6rem;
        bottom: 10px;
        right: 0.4rem;
        cursor: pointer;
    }
    .shipin .g_example_lzb .img_rpt {
        top: 4.3rem;
        right: 0.3rem;
        width: 3.5rem;
        height: 1.1rem;
    }
    .shipin .g_example_hat .img_rpt {
        width: 5.46rem;
        margin: 0;
    }
    .shipin .g_example_hat .t_area {
        height: 9rem;
    }
    .shipin .g_example_hat .t_area .row {
        margin-bottom: 0.5rem;
    }
    .shipin .g_example_hat .v_btn_mid {
        width: 0.6rem;
        height: 0.6rem;
        top: 1.5rem;
        left: 50%;
        margin-left: -0.35rem;
    }
    .shipin .g_example_pioneer .t_border {
        border: 3px solid #d0b067;
        width: 5.1rem;
        height: 6rem;
        top: 50%;
        left: 50%;
        margin-left: -2.5rem;
        margin-top: -3rem;
    }
    .shipin .g_example_pioneer .title {
        font-size: 0.35rem;
        margin: 1.1rem 0 1rem 0;
    }
    .shipin .g_example_pioneer .desc {
        font-size: 0.25rem;
        padding: 0 0.2rem 0 0.2rem;
        line-height: 180%;
    }
    .shipin .g_example_pioneer .img_logo {
        width: 0.8rem;
        height: 0.5rem;
        margin-right: 0.3rem;
    }
    .shipin .g_example_pioneer .t_area_r {
        padding: 0.3rem 0.1rem 0 0.5rem;
    }
    .shipin .g_example_pioneer .t_head {
        font-size: 0.3rem;
        line-height: 200%;
    }
    .shipin .g_example_pioneer .t_desc {
        font-size: 0.25rem;
        line-height: 180%;
        margin-bottom: 0.1rem;
        letter-spacing: 0;
    }
    .shipin .g_example_pioneer .t_logo {
        margin-bottom: 0.5rem;
        text-align: center;
    }
    .shipin .g_example_pioneer .t_foot {
        margin-top: 0.2rem;
    }
    .shipin .g_example_pioneer .t_foot .img_head {
        width: 0.45rem;
        height: 2.2rem;
        margin-right: 0.5rem;
    }
    .shipin .g_resource {

    }
    .shipin .g_resource .t_area {
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 0.3rem;
    }
    .shipin .g_resource .t_subarea {
        width: 6.63rem;
        margin: auto;
    }
    .shipin .g_resource .t_subarea .title {
        font-size: 0.6rem;
    }
    .shipin .g_resource .t_subarea .subtitle {
        font-size: 0.4rem;
        margin-bottom: 0.5rem;
    }
    .shipin .g_base {

    }
    .shipin .g_base .t_content {
        top: 0;
        color: #000000;
        padding: 0.2rem;
    }
    .shipin .g_base .t_content .title {
        font-family: Impact;
        font-size: 0.5rem;
        margin: 0 0 0.2rem 0;
    }
    .shipin .g_base .t_content .t_area_l {
        padding-right: 0.1rem;
    }
    .shipin .g_base .t_area .t_head {
        font-size: 0.3rem;
        margin-top: 0.15rem;
        margin-bottom: 0.05rem;
    }
    .shipin .g_base .t_area .t_desc {
        font-size: 0.2rem;
        color: #7e7e7e;
        margin-bottom: 0.1rem;
    }
    .shipin .g_award {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
        background: #01AAED;
    }
    .shipin .g_award .h_area {
        text-align: center;
        margin-bottom: 0.5rem;
    }
    .shipin .g_award .title {
        font-size: 0.72rem;
    }
    .shipin .g_award .subtitle {
        font-size: 0.4rem;
    }
    .shipin .g_award .img_award {
        width: 2.7rem;
        margin: 0 auto;
    }
    .shipin .g_award .t_area {
        padding-left: 0;
    }
    .shipin .g_award .t_area .t_desc {
        font-size: 0.2rem;
        line-height: 150%;
    }
    .shipin .g_award .img_area {
        text-align: center;
    }
    .shipin .g_award .img_area .img_box {
        display: table;
        width: 85%;
        text-align: center;
        height: 3.7rem;
        margin-left: auto;
        margin-right: auto;
    }
    .shipin .g_award .img_area .img_box .img_box_1 {
        display: table-cell;
        vertical-align: middle;
    }
    .shipin .g_award .img_area .img_box img {
        margin: 0 auto;
    }
    .shipin .g_award .img_process {
        width: 100%;
        margin: 0.5rem 0;
    }
    .shipin .g_award .service_title {
        text-align: center;
        font-size: 0.45rem;
        margin-bottom: 0.3rem;
    }
    .shipin .g_award .service_desc {
        width: 100%;
    }
    .shipin .g_award .service_desc .cell {
        height: 1.5rem;
        font-size: 0.2rem;
        line-height: 130%;
    }
    .shipin .g_award .service_desc .cell_text {
        width: 2.4rem;
        padding: 0.1rem 0;
    }
    .shipin .g_award .service_desc .cell_img {
        width: 1.0rem;
        padding: 0.5rem 0.2rem;
    }
    .shipin .g_award .service_desc .cell_img img {
        width: 0.8rem;
    }
    .shipin .g_award .service_desc .t_1 {
        padding-left: 0.1rem;
        padding-top: 0.6rem
    }
    .shipin .g_award .service_desc .t_2 {
        padding-left: 0.2rem;
        padding-top: 0.4rem
    }
    .shipin .g_award .service_desc .t_3 {
        padding-left: 0.1rem;
        padding-top: 0.5rem
    }
    .shipin .g_award .service_desc .t_4 {
        padding-left: 0.2rem;
        padding-top: 0.4rem
    }
    .shipin .g_end {
        margin-bottom: 0;
    }

    /* 视频播放 wap */
    .video-back {
        position: fixed;
        width: 100%;
        height: 30%;
        top: 50%;
        left: 0;
        right: 0;
        display: none;
        z-index: 101;
    }
    .video-area {
        width: 100%;
        height: 100%;
    }
    .video-close {
        position: absolute;
        top: 0;
        right: 0;
        height: 25px;
        line-height: 25px;
        width: 25px;
        color: #fff;
        float: left;
        text-align: center;
        background: rgba(0, 0, 0, 0.3);
        cursor: pointer;
        display: block;
    }
    #shadow {
        position: absolute;
        opacity: 0.5;
        filter: alpha(opacity=50);
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        background: black;
        z-index: 100;
        display: none;
    }
    /* 视频播放 wap 结束*/
}