.section{
    margin: 150px 0;
}
.footer {
    padding: 10px 0;
    color: #ccc;
}
.footer a {
    color: #ccc;
}
.footer a:hover {
    color: #fff;
}
body{
    height: auto;
    background: #f4feff;
}

/* banner */
.banner{
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}
.banner img{
    cursor: inherit;
}
/* banner */

.flop{
    background: url('../images/u3.png')no-repeat;
    background-size: 100% 100%;
    padding: 150px 160px 80px 160px;
    box-sizing: border-box;
}
.item{
    width: 250px;
    margin-bottom: 60px;
    position: relative;
}
.item button{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 30px;
    border-radius: 5px;
    background: #efa00b;
    color: #fff;
    border: none;
}
.item img{
    width: 100%;
    vertical-align: bottom;
}



.questionnaire{
    background: url('../images/u4.png')no-repeat;
    background-size: 100% 100%;
    padding: 130px 100px 10px 100px;
    box-sizing: border-box;
}
.q_t{
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}
.q_t span{
    color: #006fb8;
}
.q_t span i{
    color: #d8910c;
}
.q_item{
    margin-bottom: 20px;
    color: #006fb8;
}
.q_item label{
    width: 55%;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 10px;
}
.q_item label:nth-child(2n+1){
    width: 35%;
}
.q_item input{
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

.textarea_item{
    width: 100% !important;
}
.q_item textarea{
    width: 100%;
    resize: none;
    height: 120px;
    padding: 10px;
    border: 1px solid #006fb8;
    box-sizing: border-box;
}
.submit_btn{
    width: 200px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #efa00b;
    border-radius: 5px;
    font-size: 20px;
    margin: 0 auto 50px auto;
    display: block;
}
.submit_btn:hover{
    background: #d8910c;
}

.answer_box{
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgba(119, 129, 133, .5);
}

.answer_box textarea{
    width: 80%;
    height: 60px;
    margin: 35px auto;
    display: block;
    resize: none;
    padding: 10px;
    box-sizing: border-box;
}
.answer_box>div{
    padding: 0 10px;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    bottom: 20px;
}
.answer_box a{
    border-radius: 5px;
    color: #fff;
    width: 40%;
    text-align: center;
    line-height: 35px;
}
.answer_box h6{
    position: relative;
    top: 20px;
    color: #fff;
    font-weight: normal;
}
.sub_answer{
    background: #1789fc;
}
.see_answer{
    background: #efa00b;
}
.success{
    background: url('../images/floped.png')no-repeat;
    background-size: 100% 100%; 
    height: 100%;
}

.qrcode{
    background: #fff;
    width: 100%;
    padding: 40px 0;
    box-sizing: border-box;
}
.about{
    width: 50%;
    font-size: 16px;
    line-height: 28px;
}
.about img{
    margin-bottom: 30px;
}
.qrcode p{
    line-height: 30px;
    text-indent: 20px;
    font-size: 16px;
}
.concant img{
    width: 200px;
}
.about_info p{
    width: 40%;
    text-indent: 0 !important;
}
.concant p a{
    color: #091f9a;
}
.concant p a:hover{
    color: #3150ff;
}
/* 弹窗 */
/*  修改弹窗样式  */
/*弹窗*/

.pop_window {
    z-index: 1011;
    position: fixed;
    padding: 0px;
    margin: 0px 0px 0px -250px;
    width: 420px;
    top: 15%;
    left: 50%;
    color: rgb(0, 0, 0);
    border: 8px solid rgb(216, 216, 216);
    border-radius: 5px;
    cursor: default;
    height: 420px;
    line-height: 1.6;
    background: rgb(255, 255, 255);
    font-size: 14px;
}
.pop_window .dialog-hd{
    width: 100%;
    line-height: 50px;
    text-indent: 20px;
    background: #d00;
    color: #fff;
}

.form-item {
    height: 484px;
    overflow-y: scroll;
}
.layer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(25, 25, 25, 0.8);
}
.pop_window_box {
    display: none;
}
.pop_window_box .error {
    color: #f00;
    background: none;
    padding-left: 8px;
    font-weight: normal;
}
#video_box .dialog {
    background: #F6F6F6;
}
#video_box .pop_window {
    width: 800px;
    height: 500px;
    margin-left: -400px;
}
#video_player_box {
    padding: 0;
}
#video_player_box {
    height: 450px;
}
#video_box .dialog-hd {
    margin-right: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #fff;
    border: none;
    height: 30px;
    border-radius: 5px;
}
.radio_box dt{
    float: inherit !important;
}
#submit_form{
    overflow: inherit;
}
#submit_form .reason_box{
    display: none;
}
.pop_window{
    border: none;
    border-radius: 5px;
    box-shadow: 2px 1px 10px #000000;
    z-index: 99999;
}
.dialog{
    border-radius: 5px;
}
.collect_title{
    text-indent: 20px;
    margin: 16px 0;
}
.close-dialog{
    right: 5px;
    top: 5px;
    color: #999999;
}
.inline_dl {
    padding: 0 20px;
    box-sizing: border-box;
}

#submit_form .inline_dl dd{
    float: inherit;
}
#submit_form .user_info_cookie{
    margin-left: 36px;
}

.input_box{
    width: 300px;
    margin: 0 auto;
    position: relative;
}
.input_box span{
    position: absolute;
    left: 20px;
    top: 5px;
    font-size: 20px;
    color: #999;
}
.input_box input{
    width: 300px;
    line-height: 40px;
    border-radius: 5px;
    padding: 0px 10px 0 50px;
    box-sizing: border-box;
}
.dialog-bd{
    padding: 0;
}
#s_tip_box{
    text-align: center;
}
#s_tip_box h2{
    font-size: 24px;
    color: #e30327;
    text-align: center;
    margin-bottom: 40px;
}
#s_tip_box p{
    margin-bottom: 40px;
    font-size: 20px
}
#s_tip_box h5{
    color: #999;
}

#submit_form .inline_dl .wid100{
    width: 100%;
    margin: 0;
    border-radius: 3px;
}
.info_msgBox{
    height: 100%;
    overflow: auto;
}
/*用户资料 - 弹窗表单*/
.dialog-bd{
    /* position: relative; */
}
#submit_form{
    height: 420px;
    overflow-y: auto;
}


.color_red{
    color:#d22;
}
#submit_form dl{
    display: block;
    margin: 10px 0;
}
#submit_form dt{
    display: block;
    font-size: 14px;
}
#submit_form dt i{
    font-weight: normal;
    font-style: normal;
}
#submit_form dt span{
    font-weight: normal;
    color: #999;
    font-size: 12px;
}

#submit_form dd{
    font-size: 14px;
    color: #666;
}
#submit_form dd input[type=text]{
    border: 1px solid #ddd;
    padding: 8px 10px;
    width: 100%;
    border-radius: 5px;
}
#submit_form dd label{
    /* display: block; */
    margin: 10px 10px 10px 0;
    line-height: 14px;
}
#submit_form label input{
    margin-right: 5px;
    vertical-align: initial;
    /* float: left; */
}
#submit_form .inline_selects label{
    float: left;
    width: 280px;
}
#submit_form .inline_dl dt{
    float: left;
    width: ;
    line-height: 25px;
}
#submit_form .inline_dl select{
    width: 129px;
    height: 35px;
    margin: 0 10px 10px 0;
    border: 1px solid #ddd;
}

#submit_form textarea{
    width: 81%;
    display: block;
    height: 60px;
    padding: 10px;
    border: 1px solid #ddd;
    overflow: hidden;
    resize: none;
    border-radius: 3px;
    margin-left: 47px;
}
.frm_btn {
    background: none;
    color: #fff;
    width: 100%;
    height: 36px;
    vertical-align: top;
    border: none;
    outline: none;
    cursor: pointer;
}
.dialog{
    height: 100%;
    position: relative;
}
 #submit_form .sub {
    width: 200px;
    margin: 20px auto;
    background: #c80d00;
    float: inherit;
    cursor: pointer;
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
}

#submit_form .sub:hover {
     background: #e1261a;
}

 .close-dialog {
    position: absolute;
    top: 10px;
    right: 30px;
    width: 28px;
    height: 28px;
    color: #D0CECF;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
 }
 .close-dialog:hover {
    color: #444;
 }
 .radio_box{
    display: block !important;
    line-height: 35px;
 }
 .mb40{
    margin-bottom: 40px !important;
 }
/* 弹窗 */
@media screen and (max-width: 800px){
    html{
        font-size: 13.333333333vw
    }
    body{
        width: 100vw;
        background: #f2f8fb;
    }
    img {
        max-width: 100%;
    }
    .wrapper{
        width: 100%;
    }
    #top{
        display: none;
    }
    .section {
        margin: 1rem 0;
    }
    .banner {
        margin-top: 0;
    }
    .pc_hide {
        display: none!important;
    }
    .m_show {
        display: block!important;
    }
    .m_banner{
        display: block !important;
    }
    .m_top_text {
        margin-top: .4rem;
    }
    .wrapper {
        padding: 0 .3rem;
        width: auto;
    }

    .flop {
        background: url(../images/m_u3.png)no-repeat;
        background-size: 100% 100%;
        padding: 1rem .25rem .8rem .25rem;
        box-sizing: border-box;
    }
    .item {
        width: 1.8rem;
        margin-bottom: .5rem;
    }
    .item button {
        width: 1.3rem;
        font-size: .25rem;
        height: .55rem;
        border-radius: 3px;
    }
    .answer_box {
        position: fixed;
        width: 92%;
        height: 50%;
        background: rgba(35, 102, 178, 0.8);
        left: 0;
        right: 0;
        z-index: 99;
        margin: 0 auto;
        top: 20%;
    }
    .bg{
        background: rgba(0, 0, 0, .6);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
        height: 100%;
    }
    .close{
        display: block;
        position: absolute;
        top: 15%;
        right: 5%;
        color: #fff;
        font-size: 33px;
    }


    .questionnaire{
        background: url('../images/m_u4.png')no-repeat;
        background-size: 100% 100%;
        padding: 1rem .25rem .8rem .25rem;
        box-sizing: border-box;
    }
    .questionnaire>div{
        width: 100% !important;
    }
    .q_t {
        font-size: .32rem;
    }
    .q_item label{
        font-size: .28rem;
        vertical-align: text-top;
    }
    .submit_btn {
        margin: 0 auto;
        width: 3rem;
        height: .8rem;
        font-size: .35rem;
    }

    .qrcode{
        padding: 0 10px;
        box-sizing: border-box;
    }

    .cover:hover h6 {
        display: block;
        height:1rem;
        padding: 0 .3rem;
        line-height: 1rem;
        font-size: .34rem;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .tit_bg {
        margin-top: .5rem;
        height: 1rem;
        background: url('../images/tit_bg.png') center center no-repeat;
        background-size: auto 100%;
    }
    .file_download {
        margin-top: .5rem;
        background-color: #f8f8f8;
        height: auto;
    }
    .file_download .cover {
        float: none;
    }
    .file_download .file_info {
        overflow: hidden;
        float: none;
        width: auto;
        color: #666;
    }
    .file_download .title {
        margin: .5rem 0 .3rem;
        font-size: .43rem;
        color: #333;
    }
    .download {
        float: right;
        width: 3.5rem;
        height: 1rem;
        line-height: 1rem;
        font-size: .42rem;
    }
    .download img {
        height: .3rem;
        max-height: 20px;
        width: auto;
    }
    .file3_download,
    .file2_download {
        margin-top: 30px;
    }
    .about_box .t_box {
        float: none;
        margin-top: 1rem;
        width: auto;
    }
    .about_box .t_box img {
        height: 1.2rem;
        margin-bottom: .3rem;
    }
    .about_box .concat {
        width: auto;
    }
    .about_box .qr_img {
        margin: 1rem auto;
        float: none;
        width: auto;
        text-align: left;
    }
    .about_box .qr_img img {
        width: 3rem;
        max-width: 150px;
        margin: 0 .3rem 0 0;
    }
    .about_box .qr_img .dib {
        text-align: left;
        vertical-align: bottom;
    }
    .footer {
        display: none;
    }
    .info_msgBox{
        height: 390px;
        overflow: auto;
    }
    .collect_title {
        font-size: .34rem;
    }
    #submit_form dd input[type=text]{
        width: 100%;
        border-radius: 5px;
    }
    #submit_form .inline_dl textarea{
        width: 5.8rem;
        height: 40px;
        overflow:hidden;
        resize:none;
        border-radius: 5px;
    }
    #submit_form .inline_dl select {
        width: 2.8rem;
    }
    #submit_form dd label{
        margin: 5px 0;
    }
    .pop_window{
        top: 0%;
        width: 92%;
        margin: 10% 0px 0px -46%;
        height: 500px;
    }
    .close-dialog{
        right: 15px;
        color: #525252;
    }
    #info_inputs dl:last-child {
        padding-bottom: 0!important;
        margin-bottom: 10px!important;
    }
    #submit_form{
        height: 436px;
    }


    .about {
        width: 100%;
        font-size: .3rem;
        line-height: 28px;
        padding-top: 1rem;
    }
    .about_info p {
        width: 100%;
    }
    .qrcode p{
        font-size: .3rem;
        line-height: .5rem;
        text-indent: 0;
    }
    .concant img{
        width: 3rem;
    }
    .about img {
        width: 3rem;
        margin: 0;
    }
    .pop_prize{
        width: 2.5rem !important;
        display: block;
        margin: 10px auto 0 auto;
    }
    .answer_box textarea{
        height: 30%;
    }
    
}