.footer {
    padding: 10px 0;
}
#quick_step1,
#quick_step2,
#quick_step3,
#quick_step4,
#quick_step5 {
    /* position: absolute; */
    /* margin-top: -110px; */
    /* position: relative;
    top: -110px;
    display: block;
    height: 0;
    overflow: hidden; */
}
/* 第二导航栏 */
.nav_bar{
    display: block;
    height: 80px;
    position: fixed;
    width: 100%;
    background: #fff;
    top: 30px;
    z-index: 99;
}
.nav_bar .logo {
    height: 35px;
}
.nav_bar>div{
    height: 80px;
}
.nav_bar ul li{
    margin: 0 20px;
    padding: 0 2px;
    height: 76px;
    line-height: 76px;
    cursor: pointer;
    font-size: 16px;
    border-bottom: 4px solid transparent;
}
.nav_bar ul .on{
    border-color: #0068ab;
    font-weight: 700;
}
.nav_bar ul .on a{
    color: #0068ab;
}
/* 第二导航栏 */
.banner{
    position: relative;
    margin-top: 80px;
    height: 400px;
    background: url('../images/banner.jpg?v3') center center;
    overflow: hidden;
}
.top-bg {
    overflow: hidden;
    padding-bottom: 60px;
    margin-bottom: 80px;
    background: linear-gradient(#e8f4fe,#fcfcfc);
}
.pe-bdshare-area {
    overflow: hidden;
    margin: 40px auto;
    width: 1200px;
}
.pe-bdshare-area .bdshare-area {
    float: right;
    line-height: 38px;
}
.pe-bdshare-area .tit {
    color: #999;
}
.pe-bdshare-area .bg {
    display: inline-block;
    margin-left: 20px;
    width: 182px;
    height: 38px;
    vertical-align: top;
    background: url('../images/bdshare.png');
}
.pe-bdshare-area i {
    float: left;
    width: 38px;
    height: 38px;
    margin-right: 10px;
    cursor: pointer;
}
.pe-bdshare-area i:last-child {
    margin-right: 0;
}
.advance-book {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.advance-book .page-tit {
    display: none;
}
.advance-book .text-box {
    width: 455px;
    font-size: 14px;
}
.advance-book .text-box .tit {
    margin-bottom: 25px;
    font-size: 24px;
    color: #0068ab;
    font-weight: 400;
}
.advance-book .text-box .spe {
    font-weight: 700;
    color: #0068ab;
}
.advance-book .text-box .desc {
    margin-bottom: 5px;
}
.advance-book .ext-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.advance-book .block-box {
    margin-left: 16px;
    width: 240px;
    height: 260px;
    padding: 60px 30px 0;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
}
.advance-book .block-box .tit {
    margin: 30px 0 15px;
    font-size: 18px;
    color: #0068ab;
    font-weight: 700;
}
.advance-book .block-box .desc {
    text-align: left;
}
.page-tit {
    font-size: 24px;
    color: #0068ab;
    text-align: center;
}
.page-ext {
    margin: 15px 0 40px;
    text-align: center;
}
.cate-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    height: 235px;
}
.cate-area .cate-scroll {
    width: 1130px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.cate-area .tit,
.prod-area .tit {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    width: 18px;
    padding: 0 10px;
    background: linear-gradient(#f5fbff,#e5f5ff);
    border: 1px solid #deeeff;
    color: #0068ab;
}
.cate-area .cate-item {
    width: 260px;
}
.cate-area .tag {
    background-color: #027dc3;
    line-height: 40px;
    color: #fff;
    text-align: center;
}
.gu-mirror.ibox img {
    max-width: 98px;
    max-height: 73px;
}
.cate-area .drag-box {
    position: relative;
    box-sizing: border-box;
    padding: 17px 0 0 25px;
    height: 195px;
    border: 1px solid #ccc;
}
.cate-area .padd-item {
    float: left;
    margin: 0 10px 10px 0;
    width: 98px;
    height: 73px;
    border: 1px dotted #999;
    text-align: center;
    background-color: #f5f5f5;
    line-height: 73px;
    color: #ccc;
}
.cate-area .padd-drag .ibox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 0 10px 10px 0;
    width: 98px;
    height: 73px;
    border: 1px solid #ccc;
    background-color: #fff;
}
.cate-area .padd-drag {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 17px 0 0 25px;
    /* background-color: rgba(0, 0, 0, .5); */
}
.cate-area .padd-drag .ibox img {
    max-width: 100%;
    max-height: 100%;
}
.cate-area .secret {
    position: absolute;
    bottom: 15px;
    right: 25px;
    font-size: 12px;
    width: 80px;
    border: 1px solid #d5edfc;
    border-radius: 24px;
    line-height: 24px;
    text-indent: 32px;
    color: #0076c0;
    background: url('../images/secret.png') no-repeat 12px center;
}
.cate-area .secret:hover {
    background-color: rgb(0, 104, 171,.1);
}
.prod-area {
    margin-top: 30px;
    padding-bottom: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 240px;
    justify-content: space-between;
}
.prod-drag-swiper {
    position: relative;
    width: 1130px;
}
.prod-drag-swiper .swiper-pagination {
    margin-left: -35px;
    bottom: -45px;
    width: 1130px;
}
.prod-drag-swiper .swiper-pagination-bullet {
    margin: 0 4px;
    width: 12px;
    height: 12px;
}
.prod-drag-swiper .swiper-slide {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 240px;
}
.prod-drag-swiper .l {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    border: 1px solid #ccc;
}
.prod-drag-swiper .ibox {
    max-width: 80%;
    max-height: 80%;
}
.prod-drag-swiper .ibox img {
    max-width: 100%;
    max-height: 100%;
}
.prod-drag-swiper .r {
    flex: 1;
    border-left: 1px solid #e5e5e5;
    padding: 0 15px;
    border: 1px solid #ccc;
    border-left: none;
}
.prod-drag-swiper .t {
    margin: 30px 0 15px;
    font-weight: 700;
}
.prod-drag-swiper .desc {
    line-height: 1.6;
    color: #999;
    font-size: 12px;
}
.prod-drag-swiper .more {
    float: right;
    margin-top: 10px;
    color: #0068ab;
    font-size: 12px;
}
.prod-drag-swiper .more span {
    margin-left: 3px;
    font-family: 'simsun';
}
.questions-floor {
    margin-top: 80px;
}
.questions .cont {
    position: relative;
    margin: 0 auto;
    line-height: 2;
}
.questions .q {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 16px;
}
.questions .e {
    color: #999;
}
.questions .n {
    color: #ff9f12;
}
.questions .a {
    margin-bottom: 50px;
}
.questions .a label {
    position: relative;
    display: inline-block;
    margin-right: 25px;
}
.questions .a input[type="radio"],
.questions .a input[type="checkbox"] {
    position: absolute;
    margin-right: 8px;
    visibility: hidden;
}
.questions .a input+span {
    position: relative;
    padding-left: 15px;
}
.questions .a input+span::before {
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #707070;
}
.questions .a :checked+span::before {
    border-color: #ccc;
}
.questions .a [type=checkbox]:checked+span::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 3px;
    height: 6px;
    transform: rotate(45deg);
    color: #333;
    border-right: 2px solid;
    border-bottom: 2px solid;
}
.questions .a [type=radio]:checked+span::after {
}
.questions .a [type=radio]:checked+span::after {
    position: absolute;
    content: "";
    left: 2px;
    top: 5px;
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 100%;
}
.questions .a [type=radio]:checked+span::before,
.questions .a [type=radio]+span::before {
    border-radius: 100%;
}
.questions .a input[type=text] {
    margin: 0;
    padding: 0 10px;
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
}
.submit_btn {
    margin: 0 auto;
    display: block;
    width: 202px;
    line-height: 50px;
    text-align: center;
    background-color: #ff9f12;
    border-radius: 3px;
    color: #fff;
    border: none;
    outline: none;
    font-size: 16px;
    transition: all .3s;
}
.submit_btn:hover {
    background-color: #f98500;
}
.submit_btn::after {
    content: "提交";
}
.submit_btn:disabled {
    background-color: #949494;
    cursor: not-allowed;
}
.submit_btn:disabled::after {
    content: "已提交"
}
.answer-book {
    margin: 90px 0 60px;
}
.answer-book .page-tit {
    margin-bottom: 28px;
}
.answer-swiper {
    position: relative;
}
.answer-swiper .swiper-button-next,
.answer-swiper .swiper-button-prev {
    transform: scale(.74) translate(0, -50%);
    filter: grayscale(100%);

}
.answer-swiper .swiper-button-next:hover,
.answer-swiper .swiper-button-prev:hover {
    filter: grayscale(0);
}
.answer-swiper .swiper-container {
    width: 1040px;
}
.answer-swiper .swiper-slide {
}
.answer-swiper .swiper-slide .ibox {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    width: 198px;
    border: 1px solid #e4e4e4;
}
.answer-swiper .swiper-slide .ibox:hover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 104, 171, .5);
}
.answer-swiper .swiper-slide .ibox:hover::after {
    content: "了解详情";
    position: absolute;
    width: 80px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 3px;
}
.answer-swiper .swiper-slide .tit a:hover {
    color: #0068ab;
}
.answer-swiper .swiper-slide img {
    display: block;
    height: 119px;
}
.answer-swiper .swiper-slide .tit {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 10px 5px 0;
    justify-content: center;
}
.act-box {
    padding: 80px 0 62px;
    background-color: #f8f8f8;
}
.act-box .wrapper {
    position: relative;
}
.act-box .page-tit {
    padding-bottom: 60px;
}
.act-box .iboxs {
    overflow: hidden;
}
.act-box .iboxs li {
    margin-right: 30px;
    float: left;
    text-align: center;
}
.act-box .iboxs img {
    display: block;
    margin-bottom: 15px;
}
.act-box .nameboxs {
    position: absolute;
    top: 0;
    right: 0;
    width: 402px;
}
.act-box .nameboxs .tit {
    font-size: 18px;
    border-radius: 10px 10px 0 0;
    background-color: #a8d1ec;
    line-height: 48px;
    color: #fff;
    text-align: center;
}
.act-box .nameboxs .cont {
    height: 410px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}
.act-box .nameboxs .null {
    padding-top: 150px;
    color: #999;
    text-align: center;
}
.act-box .tipboxs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 40px;
    font-size: 12px;
}
.act-box .tipboxs .code {
    margin-right: 25px;
}
.act-box .tipboxs .ext {
    width: 450px;
    line-height: 1.6;
}
.act-box .tipboxs .ext .tit {
    margin: 5px 0 20px;
}
.about-box .wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    color: #666;
    line-height: 1.6;
    padding-bottom: 80px;
}
.about-box .page-tit {
    padding: 80px 0 60px;
}
.about-box .l {
    width: 780px;
}
.about-box .l .a-logo {
    display: block;
    height: 45px;
    margin-bottom: 30px;
}
.about-box .l .t2 {
    margin: 20px 0;
}
.about-box .l ul {
    overflow: hidden;
}
.about-box .l li {
    float: left;
    width: 50%;
}
.about-box .l li:nth-child(odd) {
    width: 40%;
}
.about-box .r .code {
    display: block;
    margin-bottom: 15px;
}


/*弹窗*/
.pop_window {
    z-index: 1011;
    position: fixed;
    padding: 0px;
    margin: 0px 0px 0px -250px;
    width: 389px;
    top: 15%;
    left: 50%;
    color: rgb(0, 0, 0);
    border: 8px solid rgb(216, 216, 216);
    border-radius: 5px;
    cursor: default;
    height: 460px;
    line-height: 1.6;
    background: rgb(255, 255, 255);
    font-size: 14px;
    max-height: 596px;
    min-height: 540px;
}
.pop_window .dialog-hd{
    width: 100%;
    line-height: 50px;
    text-indent: 20px;
    background: #0068ab;
    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;
}
#address_select {
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
#address_select select {
    width: 48%!important;
}
#submit_form .user_info_cookie{
    margin-left: 36px;
}
#submit_form dd{
/*     display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; */
}
#submit_form dd label{
    /* width: 50%; */
}
.dialog-bd{
    padding: 0;
}
#submit_form .inline_dl .wid100{
    width: 100%;
    margin: 0;
    border-radius: 3px;
}
.info_msgBox{
    height: 100%;
    overflow: auto;
}
/*用户资料 - 弹窗表单*/
#submit_form{
    height: 380px;
    overflow-y: auto;
}


.color_red{
    color:#d22;
}
#submit_form .collect_title {
    color: #0068ab;
}
#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;
    font-size: 13px;
}
#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 0 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: #0068ab;
    float: inherit;
    cursor: pointer;
    position: absolute;
    bottom: 45px;
    right: 0;
    left: 0;
}
.pop_window_box .desc{
    position: absolute;
    font-size: 12px;
    padding: 0 10px;
    box-sizing: border-box;
    bottom: 10px;
    color: #999;
}
#submit_form .sub:hover {
     background: #0068ab;
}
select[name="jobcat"]{
    width: 100% !important;
    margin-right: 0 !important;
    border-radius: 5px;
}

 .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: 28px;
 }
 .mb40{
    margin-bottom: 40px !important;
 }
/* 弹窗 */
.succ_pop {
    text-align: center;
}
.succ_pop .layui-layer-title {
    border: none;
    background-color: transparent;
}
.succ_pop .tit {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
}
.succ_pop .tit img {
    margin-right: 10px;
}
.succ_pop .cont {
    display: inline-block;
    text-align: left;
    line-height: 1.4;
}
.succ_pop .cont .n {
    margin: 0 3px;
    color: #0068ab;
}
@media screen and (max-width: 800px) {
    html{
        font-size: 13.3333333vw;
    }
    body{
        width: 100vw
    }
    .wrapper {
        width: auto;
        margin: 0 .3rem;
    }
    #top,
    .footer {
        display: none;
    }
    .nav_bar {
        top: 0;
        height: .88rem;
        z-index: 10;
        /* padding: 0 .3rem; */
        box-sizing: border-box;
    }
    .nav_bar .wrapper {
        width: auto;
    }
    .nav_bar .logo {
        height: .46rem;
    }
    .nav_bar ul {
        margin-right: -.48rem;
    }
    .nav_bar ul li{
        margin: 0 .48rem 0 0;
        padding: 0;
        height: .88rem;
        line-height: .88rem;
        font-size: .28rem;
    }
    .nav_bar>div{
        width: 100%;
        height: .88rem;
    }
    .nav_bar ul>li:first-child,
    .nav_bar ul>li:nth-child(3)~li {
        display: none;
    }
    .banner {
        margin-top: .88rem;
        height: 3.6rem;
        overflow: hidden;
        background-image: url('../images/banner_m.jpg?v3');
        background-size: contain;
    }
    .page-tit {
        font-size: .4rem;
    }
    .page-ext {
        margin: .3rem 0;
        font-size: .28rem;
        text-align: left;
    }
    .questions-floor .page-ext {
        text-align: center;
    }
    .pe-bdshare-area {
        display: none;
    }
    .top-bg {
        margin-bottom: .7rem;
        padding-bottom: .8rem;
    }
    .advance-book {
        flex-direction: column;
    }
    .advance-book .page-tit {
        margin: .6rem 0;
    }
    .advance-book .page-tit {
        display: block;
    }
    .advance-book .ext-box {
        display: block;
        width: 100%
    }
    .advance-book .block-box {
        margin: 0 0 .4rem;
        padding: .56rem .4rem .56rem .56rem;
        height: auto;
        width: auto;
        text-align: left;
        font-size: .28rem;
    }
    .advance-book .block-box img {
        float: left;
        width: 1.28rem;
        margin-right: .66rem;
    }
    .advance-book .block-box .tit {
        margin: .05rem 0 .2rem;
        overflow: hidden;
        font-size: .36rem;
    }
    .advance-book .block-box .desc {
        overflow: hidden;
    }
    .advance-book .text-box {
        order: 1;
        width: auto;
        font-size: .28rem;
    }
    .advance-book .text-box .tit {
        margin: .3rem 0 .2rem;
        font-size: .36rem;
    }
    .drag-floor .page-tit {
        padding: .7rem 0 .3rem;
    }
    .cate-area,
    .prod-area {
        margin: 0 -.3rem;
        height: 4.66rem;
        -webkit-user-select: none;
        user-select: none;
    }
    .cate-area .tit,
    .prod-area .tit {
        margin-right: .32rem;
        width: .56rem;
        font-size: .24rem;
    }
    .cate-area .cate-scroll {
        width: auto;
        overflow-y: scroll;
    }
    .cate-area .cate-item {
        width: 5.2rem;
        flex: 1 0 5.2rem;
        margin-right: .32rem;
    }
    .cate-area .tag {
        line-height: .8rem;
        font-size: .32rem;
    }
    .cate-area .drag-box {
        padding: .34rem 0 0 .5rem;
        height: calc(4.66rem - .8rem);
    }
    .cate-area .padd-drag {
        padding: .34rem 0 0 .5rem;
    }
    .cate-area .padd-drag .ibox,
    .cate-area .padd-item {
        margin: 0 .2rem .2rem 0;
        width: 1.96rem;
        height: 1.46rem;
        line-height: 1.46rem;
    }
    .cate-area .secret {
        bottom: .3rem;
        right: .5rem;
        width: 1.6rem;
        line-height: .48rem;
        border-radius: .48rem;
        text-indent: .64rem;
        font-size: .24rem;
    }
    .prod-area {
        margin-top: .48rem;
        padding-bottom: .6rem;
        overflow: hidden;
    }
    .prod-drag-swiper .swiper-slide {
        flex: 0 0 calc(5.16rem + 2px);
        display: block;
        height: 4.66rem;
        text-align: center;
        box-shadow: 0 0 1px 1px #ccc inset;
    }
    .prod-drag-swiper .desc {
        display: none;
    }
    .prod-drag-swiper .l,
    .prod-drag-swiper .r {
        border: none;
    }
    .prod-drag-swiper .l {
        width: auto;
        padding: .3rem 0;
    }
    .prod-drag-swiper .ibox {
        height: 2.69rem;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .prod-drag-swiper .ibox img {
        max-width: 94%;
        max-height: 94%;
    }
    .prod-drag-swiper .t {
        margin: 0;
        text-align: center;
        font-size: .28rem;
    }
    .prod-drag-swiper .more {
        float: none;
        font-size: .24rem;
        display: inline-block;
    }
    .questions-floor {
        margin-top: .72rem;
    }
    .questions .cont {
        overflow: hidden;
        height: auto;
        padding: .3rem 0;
        background-image: url('../images/u2.png');
        background-size: 100% 100%;
        font-size: .22rem;
    }
    .questions .q {
        margin-bottom: .1rem;
        font-size: .22rem;
        line-height: 1.4;
    }
    .questions .a {
        margin-bottom: .3rem;
    }
    .questions .a label {
        margin-right: .25rem;
    }
    .questions .a input {
        margin-right: .1rem;
        vertical-align: -.04rem;
    }
    .submit_btn {
        position: static;
        width: 4.04rem;
        height: 1rem;
        line-height: 1rem;
        font-size: .32rem;
    }
    .answer-book {
        margin: .4rem 0 .8rem;
    }
    .answer-swiper {
        margin-right: -.3rem;
        border: 1px solid #ccc;
        border-right: none;
        background-color: #ccc;
        overflow: hidden;
    }
    .answer-swiper .swiper-slide {
        width: 2.78rem;
        height: 3.58rem;
        background-color: #fff;
     /*    background-color: #ccc;
        padding: 1px; */
    }
    .answer-swiper .swiper-slide .ibox {
        width: 100%;
        height: 1.8rem;
        border: none;
        background-color: #fff;
    }
    .answer-swiper .swiper-slide img {
        max-height: 80%;
    }
    .answer-swiper .swiper-slide .tit {
        margin: 0 .1rem;
        height: 1rem;
        font-size: .24rem;
        align-items: flex-end;
    }
    .answer-swiper .tit a::after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: .3rem;
        text-align: center;
        /* font-family: 'simsun'; */
        content: "了解详情>";
        color: #0068ab;
    }
    .answer-swiper .swiper-button-next,
    .answer-swiper .swiper-button-prev {
        display: none;
    }
    .act-box {
        padding: .64rem 0 .8rem;
    }
    .act-box .page-tit {
        padding-bottom: .48rem;
    }
    .act-box .iboxs {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
    }
    .act-box .iboxs li {
        margin: 0;
        width: 3.34rem;
        font-size: .24rem;
    }
    .act-box .iboxs img {
        max-width: 100%;
        margin-bottom: .25rem;
    }
    .act-box .nameboxs {
        position: static;
        margin: .6rem 0;
        width: auto;
    }
    .act-box .nameboxs .tit {
        line-height: .6rem;
        font-size: .28rem;
    }
    .act-box .nameboxs .cont {
        height:auto;
        font-size: .28rem;
    }
    .act-box .nameboxs .null {
        margin: 0 auto;
        padding-top: .8rem;
        width: 50%;
    }
    .act-box .tipboxs {
        margin: 0;
        flex-direction: column;
        align-items: center;
    }
    .act-box .tipboxs .code {
        margin: .3rem 0 0;
        width: 3rem;
        order: 1;
    }
    .act-box .tipboxs .ext {
        width: auto;
        font-size: .24rem;
    }
    .act-box .tipboxs .ext .tit {
        margin: 0 0 .3rem;
    }
    .about-box .wrapper {
        display: block;
        padding-bottom: 1rem;
    }
    .about-box .page-tit {
        padding: .7rem 0;
    }
    .about-box .l {
        width: auto;
        font-size: .28rem;
        line-height: 1.4;
    }
    .about-box .l .a-logo {
        height: auto;
        width: 6rem;
        margin: 0 auto .4rem;
    }
    .about-box .l .t2 {
        margin: .3rem 0;
    }
    .about-box .l li {
        width: 100%!important;
    }
    .about-box .r .code {
        margin: .5rem 0 .3rem;
    }
    /* 弹窗 */
    .pop_window{
        width: 92%;
        margin: 10% 0px 0px -46%;
        height: 500px;
    }
    #submit_form dd input[type=text]{
        width: 100%;
        border-radius: 5px;
    }
    #submit_form .inline_dl textarea{
        width: 78%;
        height: 40px;
        overflow:hidden;
        resize:none;
        border-radius: 5px;
    }
    #submit_form .inline_dl select {
        width: 115px;
    }
    #submit_form dd label{
        margin: 5px 0;
    }
    .pop_window{
        top: 5%;
    }
    /* 弹窗 */
}