
/* 线下资源配送 */
.zy_main {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    padding: 20px 2px 40px;
}

.zy_main .zy_left_nav {
    width: 220px;
    margin-right: 10px;
}

.zy_main .zy_left_nav li {
    line-height: 54px;
    border-bottom: #e6e6e6 1px solid;
}

.zy_main .zy_left_nav li a {
    display: block;
    text-align: center;
    font-size: 16px;
}

.zy_main .zy_left_nav li:last-child {
    border: none
}

.zy_main .zy_right_con {
    width: 970px;
}

.zy_main .zy_left_nav li.active a,
.zy_main .zy_left_nav li:hover a {
    /*background: -webkit-linear-gradient(#09cfec, #018bd9);
    background: -o-linear-gradient(#09cfec, #018bd9);
    background: -moz-linear-gradient(#09cfec, #018bd9);
    background: linear-gradient(#09cfec, #018bd9);*/
	background: url(../images/nav_bg.png) no-repeat left center;
    color: #fff;
}

.zy_right_con .classify {
    height: 66px;
    line-height: 66px;

    padding-left: 22px;
    box-sizing: border-box
}

.zy_right_con .classify_one {
    background: #f0f0f0;
}

.zy_right_con .classify span,
.zy_right_con .classify label {
    font-size: 16px;
    display: inline-block;
    line-height: 40px;
    padding: 0 8px;
    cursor: pointer;
    border-radius: 5px;
}

.zy_right_con .classify span {
    margin-right: 3px;
}

.zy_right_con .classify span:last-child {
    margin-right: 0
}

.zy_right_con .classify span.cur {
    background: -webkit-linear-gradient(#09cfec, #018bd9);
    background: -o-linear-gradient(#09cfec, #018bd9);
    background: -moz-linear-gradient(#09cfec, #018bd9);
    background: linear-gradient(#09cfec, #018bd9);
    color: #fff;
}

.zy_right_con .classify_search {
    height: 40px;
    line-height: 40px;
    border-bottom: #f0f0f0 1px solid;
    overflow: hidden;
    margin-bottom: 15px;

}

.zy_right_con .classify_sear {
    height: 33px;
    line-height: 33px;
    background: #f0f0f0;
    border-radius: 33px;
    padding: 0 10px;
    margin-right: 10px;
}

.zy_right_con .classify_sear input[type="text"] {
    background: none;
    border: none
}

.zy_right_con .classify_sear input[type="submit"] {
    width: 20px;
    height: 20px;
    border: none;
    background: url(../images/sear_icon.png) no-repeat center center;
    cursor: pointer;
}

.zy_right_con .tab_newhot span {
    font-size: 18px;
    padding: 0 5px;
    margin: 0 15px;
    display: inline-block;
    line-height: 38px;
    cursor: pointer;
    position: relative;
}

.zy_right_con .tab_newhot span.cur::before {
    content: "";
    width: 52px;
    height: 2px;
    background: -webkit-linear-gradient(to right, #09cfec, #018bd9);
    background: -o-linear-gradient(to right, #09cfec, #018bd9);
    background: -moz-linear-gradient(to right, #09cfec, #018bd9);
    background: linear-gradient(to right, #09cfec, #018bd9);
    position: absolute;
    left: 50%;
    margin-left: -26px;
    bottom: -2px
}

.zy_right_con .result_list ul{
    overflow: hidden;
}

.zy_right_con .result_list li {
    width: 228px;
    margin-right: 16px;
    margin-bottom: 20px;
    float: left;
}


.zy_right_con .result_list li:nth-child(4n) {
    margin-right: 0
}

.zy_right_con .result_list li .title_img {
    height: 143px;
}

.zy_right_con .result_list li p.title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 5px;
}

.zy_right_con .result_list li p.title a {
    font-size: 18px;
    font-weight: bold
}
.zy_right_con .result_list li:hover a{
    color:#018bd9
}

/* 视频播放 */
.video_main{
    width:1200px;
    margin: 0 auto;
    background: #333;
    padding: 50px 70px 60px;
    box-sizing: border-box
}



/* 線下配送 */
.zy_right_con .pszsq_top {
    padding: 10px 0;
    border-bottom: #f0f0f0 1px solid;
    line-height: 30px;
}

.zy_right_con .pszsq_top span {
    font-size: 16px;
    font-weight: bold;
    margin-left: 20px;
}

.zy_right_con .branch {
    font-size: 14px;
    margin: 10px 0;
    padding-left: 20px;
}

.zy_right_con .map_contain {
    overflow: hidden;
}

.zy_right_con .map_contain .map_box {
    width: 663px;
    height: 470px;
    margin-right: 6px;
}

.zy_right_con .map_contain .map_list ul{
    overflow: hidden;
}
.zy_right_con .map_contain .map_list li {
    width: 148px;
    margin-bottom: 10px;
    position: relative;
    float: left;
}

.zy_right_con .map_contain .map_list li img {
    width: 56px;
    height: 60px;
    float: left;
    margin-right: 3px;
}

.zy_right_con .map_contain .map_list li h3 {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zy_right_con .map_contain .map_list li h3 a:hover {
    color: #018bd9
}

.zy_right_con .map_contain .map_list li p {
    color: #aaa;
}

.zy_right_con .map_contain .map_list li .posit_bnt {
    display: block;
    width: 44px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #FFF;
    background: #018bd9;
    border-radius: 2px;
    position: absolute;
    right: 27px;
    top: 63%;
    margin-top: -10px;
}

.paging {
    height: 36px;
    margin-top: 7px;
}

.paging a {
    display: inline-block;
    width: 142px;
    height: 36px;
    border: solid #cecece 1px;
    background: #FFF;
    font-size: 14px;
    color: #00b0ec;
    text-align: center;
    line-height: 36px;
}

/* 线下资源配送 */

.mianbaoxie a,
        .mianbaoxie,
        .zy_right_con .pszsq_top span {
            font-size: 14px;
        }

        .zy_right_con .pszsq_top a.prev_btn,.zy_right_con .pszsq_top a.upload {
            color: #0191df;
            margin-right: 40px;
        }

        .zy_right_con .unit_addr {
            padding: 0 130px 0 34px;
            margin-top: 28px;
            overflow: hidden;
        }

        .zy_right_con .unit_addr .unit_img {
            margin-right: 30px
        }

        .zy_right_con .unit_addr dt {
            font-size: 18px;
            margin-bottom: 5px;
        }

        .zy_right_con .unit_addr dd {
            font-size: 14px;
            color: #999999;
            margin-bottom: 5px;
        }

        .zy_right_con .unit_info {
            padding: 0 130px 0 34px;
            overflow: hidden;
            margin: 30px 0
        }

        .zy_right_con .unit_info .small_map_box {
            width: 238px;
            height: 255px;
            margin-left: 20px;
        }

        .zy_right_con .unit_info .content p {
            line-height: 30px;
            text-indent: 2em
        }

        .zy_right_con .xxstzy{
            padding: 0 130px 0 34px;
        }
        .zy_right_con .xxstzy h1 {
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 35px;
        }

        .zy_right_con .xxstzy li {
            float: left;
            width: 177px;
            margin-right: 32px;
            overflow: hidden;
            margin-bottom: 30px;
        }

        .zy_right_con .xxstzy li:nth-child(4n) {
            margin-right: 0;
        }

        .zy_right_con .xxstzy li .title_img {
            height: 105px;
            margin-bottom: 5px;
        }

        .zy_right_con .xxstzy li dt {
            margin-bottom: 5px;
        }

/* 详情页 */
    .zy_right_con .info_main{
        margin-top: 30px;
        padding: 0 90px 0 30px
    }
    .zy_right_con .info_main .title{
        font-size: 21px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
    }
    .zy_right_con .info_main .date{
        font-size: #999;
        text-align: center;
        margin-bottom: 25px;
    }
    .zy_right_con .info_main .content p{
        font-size: 16px;
        line-height: 30px;
        text-indent: 2em
    }
    .zy_right_con .info_main .content p img{
        width: 600px;
        height: 300px;
        display: block;
        margin: 20px auto;
    }


    /* 上传申请页面 */
    .zy_right_con .xxzysq li {
        padding: 20px 0;
        overflow: hidden;
        padding-left: 18px;
        border-bottom: #ccc 1px dashed;
        line-height: 25px;
    }

    .zy_right_con .xxzysq li a.title {
        font-size: 16px;
    }

    .zy_right_con .xxzysq li dd.date {
        color: #999
    }
    .zy_right_con .xxzysq li:hover a.title{
        color: #0191df
    }

    .zy_right_con .xxzysq .page_title{
        font-size: 22px; 
        font-weight: bold;
        margin-bottom: 23px;
        text-align: center
    }
    .zy_right_con .xxzysq .file_name{
        color: #999;
        text-align: center
    }
    .zy_right_con .xxzysq .upload{
        text-align: center
    }
    .zy_right_con .xxzysq span.upload_span{
        display: inline-block;
        width: 120px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        border-radius: 5px;
        background: -webkit-linear-gradient(to right, #09cfec, #018bd9);
        background: -o-linear-gradient(to right, #09cfec, #018bd9);
        background: -moz-linear-gradient(to right, #09cfec, #018bd9);
        background: linear-gradient(to right, #09cfec, #018bd9);
        position:relative;
        cursor: pointer;
        
    }
    .zy_right_con .xxzysq .upload{
        margin-top: 157px;
    }
    .zy_right_con .xxzysq span.upload_span input[type="file"]{
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }


    .pop_screen{
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.3);
        display: none
    }
    .pop_screen .pop_box{
        background: #fff;
        width: 430px;
        height: 260px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -215px;
        margin-top: -130px;
        border-radius: 10px;
        text-align: center;
        box-sizing: border-box;
        padding: 20px 43px 70px 46px;
    }
    .pop_screen .pop_box p,.pop_screen .pop_box h2{
        text-align: center;
        font-size: 14px;
    }
    .pop_screen .pop_box h2{
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 30px;
    }
    .pop_screen .pop_box a.go_spase{
        width: 114px;
        height: 42px;
        display: inline-block;
        text-align: center;
        line-height: 42px;
        color: #fff;
        font-size: 14px;
        border-radius: 10px;
        background: -webkit-linear-gradient(to right, #09cfec, #018bd9);
        background: -o-linear-gradient(to right, #09cfec, #018bd9);
        background: -moz-linear-gradient(to right, #09cfec, #018bd9);
        background: linear-gradient(to right, #09cfec, #018bd9);
        margin-right: 30px;
    }
    .pop_screen .pop_box a.cancle{
        width: 114px;
        height: 42px;
        display: inline-block;
        text-align: center;
        line-height: 42px;
        color: #fff;
        font-size: 14px;
        border-radius: 10px;
        background: #ccc;
        margin-left: 30px;
    }


/* 我上传的资料申请 */
.my_apply {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 40px;
}

table {
    border-collapse: collapse;
    width: 100%;
    text-align: center
}

.my_apply table,
.my_apply table td,
.my_apply table td,
.my_apply table th {
    border: #ccc 1px solid;
}

.my_apply table td {
    height: 50px;
    font-size: 16px;
}

.my_apply table th {
    height: 68px;
    font-size: 20px;
    font-weight: bold;
}

.my_apply table a {
    font-size: 16px;
    font-weight: 500
}

.my_apply table tr.unreviewed a.status,.my_apply table tr.unreviewed a.upload_btn{
    color: #009ae1
}
.my_apply table tr.already_passed a.status{
    color: #79af0e
}
.my_apply table tr.already_passed a.upload_btn{
    color: #999;
    pointer-events: none
}
.my_apply table tr.already_reject a.status{
    color: #ec2700;
    position: relative;
}
.my_apply table tr.already_reject a.status:hover::before{
    content: "您提交资料有误，请调整后重新上传";
    position: absolute;
    left: 0;
    top: 25px;
    width: 246px;
    height: 40px;
    line-height: 40px;
    box-shadow:0 0 10px rgba(0,0,0,0.2);
    font-size: 14px;
    color: #333;
    background: #fff;
}


/* 调查问卷 */

.questionnaire {
    margin-top: 20px;
}
.questionnaire ul{
    overflow: hidden;
}
.questionnaire li {
    width: 380px;
    height: 238px;
    float: left;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(19, 64, 121, 0.2);
    padding: 18px;
    box-sizing: border-box;
    margin-right: 28px;
    margin-bottom: 30px;
}

.questionnaire li:nth-child(3n) {
    margin-right: 0;
}

.questionnaire li dt {
    margin-bottom: 20px;
}

.questionnaire li dt a.title {
    font-size: 20px;
    font-weight: bold;

}

.questionnaire li dd.summary {
    text-indent: 2em;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
}

.questionnaire li dd.date {
    margin-bottom: 15px;
    overflow: hidden;
}

.questionnaire li dd.date span {
    font-size: 14px;
    color: #999
}

.questionnaire li dd a.info {
    width: 70px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    background: #028fdd;
    text-align: center;

}


/* 问卷提交页面 */
.questionnaire_list {
    margin-top: 176px;
    padding: 80px;
    box-sizing: border-box
}

.questionnaire_list .title {
    font-size: 22px;
    font-weight: bold;
    color: #028fdd;
    text-align: center;
    margin-bottom: 25px;
}

.questionnaire_list .summary {
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    margin-bottom: 38px;
}

.questionnaire_list li {
    padding: 30px 0;
    border-top: 1px dashed #ccc
}

.questionnaire_list li h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px
}

.questionnaire_list li h2 span {
    font-size: 16px;
    font-weight: bold;
    color: #999
}

.questionnaire_list li p {
    padding-left: 10px;
}

.questionnaire_list li span.radio_span {
    padding-left: 30px;
    background: url(../images/radio_icon.png) no-repeat left center;
    font-size: 16px;
    position: relative;
    line-height: 40px;
    display: inline-block
}
.questionnaire_list li span.check_span{
    padding-left: 30px;
    font-size: 16px;
    position: relative;
    line-height: 40px;
    display: inline-block;
    background: url(../images/check_icon.png) no-repeat left center;
}

.questionnaire_list li span.radio_span input[type="radio"] ,.questionnaire_list li span.check_span input[type="checkbox"]{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.questionnaire_list li span.radioed_span {
    background: url(../images/radioed_icon.png) no-repeat left center;
}

.questionnaire_list li span.checked_span {
    background: url(../images/checked_icon.png) no-repeat left center;
}

.questionnaire_list li textarea {
    width: 1000px;
    height: 143px;
    display: block;
    margin: 0 auto;
    line-height: 25px;
    padding: 0 5px;
    font-size: 14px;
}

.questionnaire_list .submit_box {
    text-align: center;
    margin: 30px 0
}

.questionnaire_list .submit_box input[type="submit"] {
    width: 180px;
    height: 60px;
    background: url(../images/submit_icon.png) no-repeat center center;
    border: none;
    cursor: pointer;
}


