@media screen and (min-width: 800px) {
    ::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 10px;
        /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }

    ::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius: 10px;
        box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
        background: rgba(0, 0, 0, .3);
    }

    ::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
        /* border-radius: 10px; */
        /* background: #ededed; */
        background: transparent;
    }
}

#m_top {
    display: none;
}

.footer {
    padding: 10px 0;
    border-top-width: 1px;
}

.page-tit {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

.page-tit::before,
.page-tit::after {
    content: "";
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    width: 5px;
    background-color: #fdd000;
    height: 30px;
    transform: rotate(30deg);
}

.page-tit::after {
    margin: 0 0 0 10px;
}

.page-tit-ext {
    font-weight: 400;
    color: #ccc;
    font-size: 14px;
    text-align: center;
}

.b-logo {
    overflow: hidden;
    margin-top: 30px;
    background-color: #333;
}

.b-logo .ibox {
    margin: 20px 30px;
}

.b-logo img {
    display: block;
}

.banner {
    position: relative;
    height: 500px;
    background: url('../images/banner.jpg') center center no-repeat;
    overflow: hidden;
}

.act-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
    background: #f2f2f2;
}

.black-bg {
    height: 472px;
    background: url('../images/black-bg.jpg') center center no-repeat;
}

.act-menu a {
    width: 600px;
    height: 200px;
    line-height: 200px;
    background: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

.act-menu .on {
    position: relative;
    background: url('../images/on-bg.png') center no-repeat;
    height: 240px;
    line-height: 240px;
}

.act-menu .split {
    margin: 0 20px;
}

.act-menu .on::after {
    position: absolute;
    left: 50%;
    top: 150px;
    content: "";
    width: 26px;
    height: 38px;
    background: url('../images/down-arrow.png') center no-repeat;
}

.prod-swiper {
    position: relative;
    padding-top: 100px;
    margin: 0 auto;
}
.prod-swiper .tab-hd {
    width: 820px;
    margin: 40px auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.prod-swiper .tab-hd span {
    width: 250px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: #999;
    border: 1px solid #ccc;
    cursor: pointer;
}
.prod-swiper .tab-hd .on {
    background-color: #fdd000;
    color: #333;
    font-weight: 700;
    border-color: #fdd000;
}
.prod-swiper .swiper-container {
    margin-top: 50px;
    width: 1200px;
}

.prod-swiper .swiper-container::before,
.prod-swiper .swiper-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 100%;
    background-color: rgba(255, 255, 255, .6);
    z-index: 2;
}

.prod-swiper .swiper-button-next,
.prod-swiper .swiper-button-prev {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    top: 800px;
    left: 50%;
    margin-left: -690px;
    width: 60px;
    height: 100px;
    background: #333;
}

.prod-swiper .swiper-button-next {
    margin-left: 630px;
}

.prod-swiper .swiper-button-prev::after,
.prod-swiper .swiper-button-next::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-left: 2px solid #fdd000;
    border-bottom: 2px solid #fdd000;
    transform: rotate(45deg) translate(40px, 10px);
}

.prod-swiper .swiper-button-next::after {
    transform: rotate(-135deg) translate(-25px, -18px);
}

.prod-swiper .swiper-button-next:hover,
.prod-swiper .swiper-button-prev:hover {
    background-color: #999;
}

.prod-swiper .swiper-container::after {
    left: auto;
    right: 0;
}

.prod-swiper .swiper-slide {
    background-color: #333;
    width: 820px;
    color: #fff;
    transform: scale(.8);
    transition: all .3s;
}

.prod-swiper .item:nth-child(4) {
    display: none;
}

.prod-swiper .swiper-slide-active {
    display: block;
    transform: scale(1);
}

.prod-swiper .swiper-slide-active .item {
    display: block;
}

.prod-swiper .item .tit {
    margin-bottom: 30px;
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
    color: #fdd000;
}

.prod-swiper .item {
    position: relative;
    margin: 30px;
    padding: 30px;
    border: 1px solid #fdd000;
    overflow: hidden;
}

.prod-swiper .item .ibox {
    float: left;
}

.prod-swiper .word {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    line-height: 2;
    font-size: 14px;
}

.prod-swiper .word>div {
    padding-left: 20px;
}

.prod-swiper .word>:last-child {
    margin-left: 20px;
    border-left: 1px solid #484848;
}

.prod-swiper .word .b {
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1;
    font-size: 16px;
}

.prod-swiper .word li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    vertical-align: middle;
    background-color: #fdd000;
    border-radius: 100%;
}

.prod-swiper .btns {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.prod-swiper .btns>a {
    width: 170px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    border-radius: 4px;
}

.prod-swiper .btns .view {
    box-shadow: 0 0 1px 1px #fdd000 inset;
    color: #fdd000;
}

.prod-swiper .btns .view::before {
    content: "";
    display: inline-block;
    vertical-align: -6px;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background: url('../images/paly1.png') center no-repeat;
}
.prod-swiper .btns .view:hover::before {
    background-image: url('../images/paly2.png');
}

.prod-swiper .btns .buy {
    margin-left: 30px;
    width: 170px;
    background-color: #fdd000;
}
.prod-swiper .btns .buy:hover {
    background-color: #e6bb00;
}

.about-flk {
    margin-top: 100px;
    background-color: #333;
}

.about-flk .cont {
    width: 1200px;
    margin: 0 auto;
    padding: 118px 0 60px;
}

.about-flk .tit {
    position: relative;
    margin: 0 auto 92px;
    width: 840px;
    height: 1px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background-color: #fdd000;
}

.about-flk .tit span {
    display: inline-block;
    margin-top: -18px;
    padding: 0 28px;
    font-size: 36px;
    background-color: #333;
    line-height: 1;
}

.about-flk .lights {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.about-flk .lights .item {
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    font-size: 18px;
}

.about-flk .lights .ibox {
    margin-bottom: 30px;
    width: 158px;
    line-height: 158px;
    border: 2px solid #636363;
    border-radius: 100%;
}

.about-flk .lights img {
    vertical-align: middle;
}

.about-flk .word {
    margin-top: 80px;
    color: #999;
}

.about-flk .word p {
    margin: 24px 0;
}

.attach-page {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.attach-page .page-tit {
    margin: 100px 0 80px;
}

.attach-tit {
    /* display: none; */
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 97px;
    margin-top: 30px;
    margin-left: -600px;
}

.nav-fixed {
    position: fixed;
    top: 0;
}

.attach-tit .swiper-wrapper {
    display: block;
}

.attach-tit .swiper-slide {
    width: 170px;
    line-height: 50px;
    text-align: center;
    background-color: #333;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.attach-tit .swiper-slide:hover {
    background-color: #666;
}

.attach-tit .on {
    width: 180px;
    font-weight: 700;
    background-color: #fdd000!important;
    color: #333;
}

.attach-list {
    margin-left: 200px;
    width: 1000px;
    background-color: #333;
    color: #fff;
}

.attach-list .swiper-wrapper {
    display: block;
}

.attach-list .boxs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px;
    margin-bottom: -30px;
}

.attach-list .boxs .tit {
    margin-bottom: 30px;
    width: 100%;
    font-size: 24px;
}

.attach-list .item {
    position: relative;
    width: 394px;
    height: 248px;
    border: 1px solid #fdd000;
    padding: 30px;
    margin-bottom: 28px;
}

.attach-list .btit {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #fdd000;
}

.attach-list .ibox {
    float: left;
    margin-right: 20px;
}

.attach-list .word {
    overflow: hidden;
}

.attach-list .word li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 10px;
}

.attach-list .word li::before {
    content: "";
    flex: 0 0 8px;
    margin-top: 5px;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    background-color: #fdd000;
    border-radius: 100%;
}

.attach-list .btns {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.attach-list .btns>a {
    width: 170px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    border-radius: 4px;
}

.attach-list .btns .view {
    box-shadow: 0 0 1px 1px #fdd000 inset;
    color: #fdd000;
}

.attach-list .btns .view::before {
    content: "";
    display: inline-block;
    vertical-align: -6px;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background: url('../images/paly1.png') center no-repeat;
}

.attach-list .btns .view:hover::before {
    background-image: url('../images/paly2.png');
}

.attach-list .btns .buy {
    margin-left: 30px;
    width: 170px;
    background-color: #fdd000;
}
.attach-list .btns .buy:hover {
    background-color: #e6bb00;
}
.question-pop {
    padding: 20px 60px 0;
}
.question-pop .tit1 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.question-pop .tit2 {
    text-align: center;
}
.question-pop .tit2 br {
    display: none;
}
.question-pop .boxs {
    position: relative;
    overflow: hidden;
   /*  height: 60vh;
    overflow: auto; */
}
.question-pop .boxs form {
    float: left;
    width: 670px;
    padding-right: 80px;
}
.question-pop .boxs .tips {
    position: absolute;
    right: 0;
    bottom: 160px;
    width: 280px;
}
.question-layer .layui-layer-title {
    background-color: transparent;
    border: none;
    position: absolute;
}
.question-layer .layui-layer-close {
    transform: scale(1.5);
}
.question-pop .q {
    margin: 50px 0 15px;
    font-size: 16px;
    font-weight: 700;
}
.question-pop .a {
    overflow: hidden;
}
.question-pop .a label {
    position: relative;
    margin-right: 60px;
    float: left;
}
.question-pop .a label:last-child {
    margin-right: 0;
}
.question-pop .boxs .item:nth-child(4) .a label:first-child::after {
    content: "";
    display: block;
    margin: 33px auto 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #ee7d2d;
}
.question-pop .boxs .item:nth-child(4) .a label:nth-child(2)::after {
    display: block;
    content: "";
    margin: 0 auto;
    width: 56px;
    height: 56px;
    border: 1px solid #9e938d;
    border-radius: 100%;
    background-color: #f8cbac;
}
.question-pop .boxs .item:nth-child(4) .a label:nth-child(2)::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 23px;
    width: 10px;
    height: 10px;
    border: 1px solid #9e938d;
    border-radius: 100%;
    background-color: #ee7d2d;
}
.question-pop .boxs .item:nth-child(4) .a label:nth-child(3)::after {
    display: block;
    content: "";
    margin: 0 auto;
    width: 58px;
    height: 58px;
    background-color: #f8cbac;
}
.question-pop .boxs .item:nth-child(4) .a label:nth-child(3)::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 23px;
    width: 10px;
    height: 10px;
    border: 1px solid #9e938d;
    border-radius: 100%;
    background-color: #ee7d2d;
}
.question-pop .item:nth-child(4) .a span {
    margin-bottom: 10px;
}
.question-pop .a input {
    position: absolute;
    visibility: hidden;
}

.question-pop .a span {
    display: block;
    position: relative;
    line-height: 16px;
    padding-left: 22px;
}

.question-pop .a span::before,
.question-pop .a span::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 16px;
    height: 16px;
    background-color: #ccc;
}

.question-pop .a span::after {
    position: absolute;
    display: none;
    background-color: #fdd000;
}

.question-pop .a :checked+span::after {
    display: block;
}

.question-pop .a [type="radio"]+span::after,
.question-pop .a [type="radio"]+span::before {
    border-radius: 100%!important;
}
.question-pop .tips {
    padding: 30px;
    border: 1px solid #e4e4e4;
    align-self: flex-end;
    color: #999;
}
.question-pop .submit {
    display: block;
    margin: 60px auto 0;
    position: relative;
    width: 170px;
    height: 50px;
    line-height: 50px;
    background-color: #fdd000;
    border: none;
    font-size: 16px;
    border-radius: 4px;
    outline: none;
}
.question-pop .submit::after {
    position: absolute;
    content: "确认交卷";
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.question-pop .submit:disabled {
    background-color: #ccc;
    color: #fff;
    cursor: not-allowed;
}
.question-pop .tips img {
    display: block;
    margin: 0 auto 40px;
}

.fixed_aside {
    position: fixed;
    top: 20%;
    z-index: 99;
    right: 0;
    width: 182px;
    height: 356px;
    background: url('../images/aside.png?20201010') center no-repeat;
}

.fixed_aside ul {
    width: 160px;
    margin: 10px auto;
}

.fixed_aside li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    background-color: #fdd000;
    border-radius: 10px;
    margin-bottom: 7px;
}

.fixed_aside li a {}

.z_questions{
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
}
.zj_dialog_bd{
    width: 100%;
    height: 100%;
}
.zj_dialog_body{
    width: 80%;
    height: 330px;
    margin-left: 10%;
    text-align: center;
    padding-top: 115px;
    box-sizing: border-box;
}
.zj_dialog_body>p:first-child{
    font-weight: 700;
    color: #555;
    font-size: 16px;
    padding-bottom: 15px;
}
.zj_dialog_foot{
    width: 80%;
    margin-left: 10%;
    font-size: 12px;
    color: #999;
    text-align: left;
}

/*弹窗*/
.pop_window {
    z-index: 1011;
    position: fixed;
    padding: 0px;
    margin: 0px 0px 0px -250px;
    width: 660px;
    top: 50%;
    left: 50%;
    min-height: 680px;
    max-height: 90vh;
    transform: translateY(-50%);
    border: 8px solid rgb(216, 216, 216);
    border-radius: 5px;
    cursor: default;
    line-height: 1.6;
    color: #333;
    background: #fff;
    font-size: 14px;
}
.pop_windows{
    min-height: 510px;
}

.pop_window .dialog-hd {
    width: 100%;
    line-height: 80px;
    text-indent: 20px;
    background: #fdd000;
    color: #333;
    font-size: 20px;
}

.form-item {
    height: 500px;
    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;
}

.inline_dl {
    padding: 0 20px;
    box-sizing: border-box;
}

#submit_form .inline_dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

#submit_form .inline_dl dd {
    flex: 1;
}

#industry_select,
#address_select {
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

#industry_select select,
#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%; */
}

#submit_form .fangan .box {
    border: 1px solid #ddd;
    padding: 15px 20px 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#submit_form .fangan label {
    width: 40%;
    margin: 0 0 10px;
}

#submit_form .fangan input {
    position: absolute;
    visibility: hidden;
}

#submit_form .fangan label span {
    display: block;
    position: relative;
    line-height: 16px;
    padding-left: 22px;
}

#submit_form .fangan label span::before,
#submit_form .fangan label span::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 16px;
    height: 16px;
    background-color: #ccc;
}

#submit_form .fangan label span::after {
    position: absolute;
    display: none;
    background-color: #fdd000;
}

#submit_form .fangan label :checked+span::after {
    display: block;
}

.dialog-bd {
    padding: 0;
}

#submit_form .inline_dl .wid100 {
    width: 100%;
    margin: 0;
    border-radius: 3px;
}

.info_msgBox {
    height: 100%;
    overflow: auto;
}

/*用户资料 - 弹窗表单*/
#submit_form {
    overflow-y: auto;
}


.color_red {
    color: #d22;
}

#submit_form .collect_title {
    color: #f00;
    font-size: 12px;
}

#submit_form .collect_protocol {
    width: 500px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.4;
    color: #999;
}

#submit_form dl {
    display: block;
    margin: 10px auto;
    width: 500px;
}

#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;
    margin-right: 30px;
    width: 120px;
    line-height: 25px;
    text-align: right;
}

#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: transparent;
    color: #333;
    width: 100%;
    height: 50px;
    line-height: 50px;
    vertical-align: top;
    border: none;
    outline: none;
    font-size: 16px;
    cursor: pointer;
}

.dialog {
    height: 100%;
    position: relative;
}

#submit_form .sub {
    width: 170px;
    margin: 20px auto;
    background: #fdd000;
    float: inherit;
    cursor: pointer;
    border-radius: 4px;
}

.pop_window_box .desc {
    position: absolute;
    font-size: 12px;
    padding: 0 10px;
    box-sizing: border-box;
    bottom: 10px;
    color: #999;
}

select[name="jobcat"] {
    width: 100% !important;
    margin-right: 0 !important;
    border-radius: 5px;
}

.close-dialog {
    position: absolute;
    top: 22px;
    right: 30px;
    line-height: 1;
    color: #333;
    text-align: center;
    cursor: pointer;
    font-size: 36px;
}

.close-dialog:hover {
    color: #444;
}

.radio_box {
    display: block !important;
    line-height: 28px;
}

.mb40 {
    margin-bottom: 40px !important;
}

/* 弹窗 */

@media screen and (max-width: 800px) {
    html {
        font-size: 13.3333333vw;
    }

    body {
        width: 100vw;
        font-size: .28rem;
    }

    .wrapper {
        width: auto;
        margin: 0 .3rem;
    }

    #top,
    .footer {
        display: none;
    }

    #m_top {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: .88rem;
        padding-left: .44rem;
        z-index: 9999;
        background-color: #fff;
    }

    #m_top img {
        height: .48rem;
    }

    #m_top .menu {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        height: 100%;
        line-height: .88rem;
        font-size: .24rem;
    }

    #m_top .menu a {
        width: 2.08rem;
        text-align: center;
    }

    #m_top .menu .on {
        background-color: #aec067;
        color: #fff;
    }

    .b-logo {
        margin-top: 0;
    }

    .b-logo .ibox {
        width: auto;
        margin: .2rem .3rem;
    }

    .b-logo img {
        height: .5rem;
    }
    .fixed_aside {
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1rem;
        background: #fff;
    }
    .fixed_aside ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        width: auto;
        height: 100%;
        margin: 0;
    }
    .fixed_aside li {
        margin: 0;
        width: 1.8rem;
        height: .7rem;
        border-radius: 3px;
    }
    .fixed_aside .mh,
    .fixed_aside br {
        display: none;
    }
    .fixed_aside a {
        display: block;
        line-height: .7rem;
        font-size: .24rem;
    }

    .banner {
        height: 2.9rem;
        overflow: hidden;
        background-image: url('../images/banner_m.png');
        background-size: contain;
    }

    .act-menu {
        padding: .5rem .3rem;
    }

    .act-menu a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 3.45rem;
        height: 1.1rem;
        line-height: 1.2;
        font-size: .32rem;
    }

    .act-menu .on {
        height: 1.38rem;
        line-height: 1.2;
        background-size: cover;
    }

    .act-menu .split {
        margin: 0;
        display: block;
    }
    .act-menu .on::after {
        display: none;
    }

    .black-bg {
        height: 8.85rem;
        background-image: url('../images/black-bg_m.jpg');
        background-size: cover;
    }

    .page-tit-ext {
        display: none;
    }

    .page-tit {
        display: none;
    }

    .prod-swiper .tab-hd {
        padding: 0 .3rem;
        margin: 0;
        width: auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        font-size: .32rem;
        font-weight: 400;
        line-height: .88rem;
        background-color: #fdd000;
    }

    .prod-swiper .tab-hd .on {
        position: relative;
        font-weight: 700;
    }
    .prod-swiper .tab-hd span {
        border: none;
        color: #333;
    }

    .prod-swiper .tab-hd .on::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: .3rem;
        height: .06rem;
        background-color: #333;
    }

    .prod-swiper {
        padding-top: 0;
    }

    .prod-swiper .swiper-container {
        margin: 0;
        width: auto;
        background-color: #333;
    }

    .prod-swiper .swiper-slide {
        transform: scale(1);
    }

    .prod-swiper .item {
        margin: .3rem;
        padding: 4.64rem .3rem .3rem;
    }

    .prod-swiper .item .tit {
        position: absolute;
        top: .3rem;
        right: .3rem;
        margin: 0;
        width: calc(100% - .9rem - 2.99rem);
        font-size: .32rem;
        line-height: 1.4;
    }

    .prod-swiper .item .ibox {
        position: absolute;
        top: .3rem;
        left: .3rem;
        height: 4.34rem;
        width: 2.99rem;
    }

    .prod-swiper .item .ibox img {
        max-width: 100%;
        max-height: 100%;
    }

    .prod-swiper .btns {
        right: .3rem;
        top: 2.43rem;
        height: 2.2rem;
        width: calc(100% - .6rem - 3.29rem);
        display: block;
    }

    .prod-swiper .btns>a {
        display: block;
        line-height: .9rem;
    }

    .prod-swiper .btns .view {
        width: 100%;
        font-size: .3rem;
    }

    .prod-swiper .btns .buy {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        margin: .4rem 0 0;
    }

    .prod-swiper .word {
        display: block;
        margin-top: .3rem;
        font-size: .28rem;
    }

    .prod-swiper .word>div {
        padding: 0 !important;
        border-top: 1px solid #4d4d4d;
        margin-top: .3rem;
        line-height: 1.6;
    }

    .prod-swiper .word>:last-child {
        margin-left: 0;
        border-left: none;
    }

    .prod-swiper .word .b {
        margin-top: .3rem;
        font-size: .28rem;
    }

    .prod-swiper .swiper-button-next,
    .prod-swiper .swiper-button-prev,
    .prod-swiper .swiper-container::before,
    .prod-swiper .swiper-container::after {
        display: none;
    }

    .about-flk {
        margin: 0;
    }

    .about-flk .cont {
        width: auto;
        padding: .65rem 0 .3rem;
    }

    .about-flk .tit {
        margin: 0 .3rem;
        width: auto;
    }

    .about-flk .tit span {
        position: relative;
        top: -.16rem;
        padding: 0 .18rem;
        font-size: .32rem;
    }

    .about-flk .lights {
        margin: .65rem .3rem 0;
        height: calc(1.2rem + 4px);
        overflow: hidden;
    }

    .about-flk .lights .ibox {
        width: 1.2rem;
        height: 1.2rem;
        line-height: 1.2rem;
    }

    .about-flk .lights .ibox img {
        height: .32rem;
    }

    .about-flk .word {
        margin: .6rem .3rem 1.3rem;
    }

    .about-flk .word p {
        margin: .3rem 0;
    }

    .attach-page {
        width: auto;
    }

    .attach-page .page-tit {
        display: none;
    }

    .attach-tit {
        position: static;
        margin: 0;
    }

    .attach-page-fixed .attach-tit {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
    }

    .attach-page-fixed .attach-list {
        margin-top: .88rem;
    }

    .attach-tit .swiper-wrapper {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    .attach-tit .swiper-slide {
        width: auto;
    }

    .attach-tit .swiper-slide>span {
        display: block;
        padding: 0 .3rem;
        background-color: #fdd000;
        color: #333;
        line-height: .88rem;
        font-size: .32rem;
    }

    .attach-tit .swiper-slide-thumb-active {
        font-weight: 700;
    }

    .attach-tit .swiper-slide-thumb-active::after {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        content: "";
        width: .3rem;
        height: .06rem;
        background-color: #333;
    }

    .attach-list {
        margin: 0;
        width: auto;
    }

    .attach-list .swiper-wrapper {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    .attach-list .boxs {
        margin: auto;
        padding: .3rem;
        display: block;
    }

    .attach-list .boxs .tit {
        font-size: .36rem;
        margin-bottom: .3rem;
    }

    .attach-list .item {
        width: auto;
        height: auto;
        margin: .3rem 0;
        padding: 3.12rem .3rem .3rem;
    }

    .attach-list .item .btit {
        position: absolute;
        top: .3rem;
        left: .3rem;
        font-size: .32rem;
    }

    .attach-list .item .ibox {
        position: absolute;
        top: .92rem;
        left: .3rem;
        height: 2.2rem;
        width: 2.2rem;
    }

    .attach-list .item .ibox img {
        max-width: 100%;
        max-height: 100%;
    }

    .attach-list .btns {
        right: .3rem;
        top: .91rem;
        height: 2.2rem;
        width: 3rem;
        display: block;
    }

    .attach-list .btns>a {
        display: block;
        line-height: .9rem;
    }

    .attach-list .btns .view {
        width: 100%;
        font-size: .3rem;
    }

    .attach-list .btns .buy {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        margin: .4rem 0 0;
    }

    .attach-list .word {
        display: block;
        font-size: .28rem;
    }

    .attach-list .word>ul,
    .attach-list .word>.ext {
        padding: .3rem 0 0 !important;
        border-top: 1px solid #4d4d4d;
        margin-top: .3rem;
        line-height: 1.6;
    }

    .attach-list .word>:last-child {
        margin-left: 0;
        border-left: none;
    }

    .attach-list .word .b {
        margin-top: .3rem;
        font-size: .28rem;
    }

    .question-layer .layui-layer-title {
        z-index: 1;
        display: block;
        background-color: #fff;
        color: #000;
        left: 0;
        right: 0;
        text-align: center;
        line-height: .88rem;
        font-size: .36rem;
        padding: 0;
        font-weight: 700;
    }
    .question-layer .layui-layer-setwin {
        z-index: 2;
        right: auto;
        left: .4rem;
        top: .26rem;
    }
    .question-layer .layui-layer-close {
        background: #fff;
        width: .3rem;
        height: .3rem;
        border-left: 2px solid #333;
        border-bottom: 2px solid #333;
        transform: rotate(45deg);
    }
    .question-layer .layui-layer-content {
        background-color: #f5f5f5;
    }
    .question-pop {
        margin-top: .88rem;
        padding: .3rem;
        background-color: #fff;
    }
    .question-pop .tit1 {
        margin-bottom: .15rem;
        font-size: .32rem;
    }
    .question-pop .tit2 {
        font-size: .2rem;
        line-height: 1.4;
    }
    .question-pop .tit2 br {
        display: block;
    }
    .question-pop .boxs form {
        float: none;
        width: auto;
        padding-right: 0;
    }
    .question-pop .q {
        font-size: .28rem;
        margin: .4rem 0 .1rem;
    }
    .question-pop .a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
    }
    .question-pop .a label {
        float: none;
        margin: 0 0 .15rem 0;
        min-width: 50%;
    }
    .question-pop .boxs .item:nth-child(4) .a label:first-child::after {
        margin: .1rem 0 .3rem .9rem;
    }
    .question-pop .boxs .item:nth-child(4) .a label:nth-child(2) {
        margin-bottom: .3rem;
    }
    .question-pop .boxs .item:nth-child(4) .a label:nth-child(2)::after {
        margin: 0 auto 0 .5rem;
    }
    .question-pop .boxs .item:nth-child(4) .a label:nth-child(2)::before {
        left: 0;
        margin-left: calc(.5rem + 28px);
    }
    .question-pop .boxs .item:nth-child(4) .a label:nth-child(3)::after {
        margin: 0 auto 0 .5rem;
    }
    .question-pop .boxs .item:nth-child(4) .a label:nth-child(3)::before {
        left: 0;
        margin-left: calc(.5rem + 28px);
    }
    .question-pop .boxs .item:nth-child(5) label {
        min-width: 100%;
    }
    .question-pop .submit {
        margin: .8rem auto .8rem;
        width: 100%;
    }
    .question-pop .boxs .tips {
        position: static;
        border: none;
        width: auto;
        padding: 0;
        font-size: .2rem;
        line-height: 1.6;
    }
    .question-pop .tips img {
        margin-bottom: .3rem;
    }

    /* 弹窗 */
    .pop_window {
        margin: 0;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        transform: translateY(0);
        max-height: 100%;
    }
    .pop_windows {
        min-height: 100%;
    }

    #submit_form {
        height: auto;
    }

    .close-dialog {
        right: auto;
        left: .4rem;
        top: .26rem;
        color: transparent;
        width: .3rem;
        height: .3rem;
        border-left: 2px solid #333;
        border-bottom: 2px solid #333;
        transform: rotate(45deg);
    }

    .pop_window .dialog-hd {
        background-color: #fff;
        color: #333;
        font-size: .36rem;
        font-weight: 700;
        text-align: center;
        line-height: .88rem;
        text-indent: 0;
    }

    .pop_window .dialog-bd {
        height: calc(100vh - 1rem);
        overflow: auto;
    }

    #submit_form .collect_title {
        margin: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        font-size: .2rem;
        height: 1.77rem;
        background-color: #f5f5f5;
    }
    #submit_form .collect_title .t {
        text-align: center;
    }
    #submit_form .collect_title .b {
        display: block;
        width: 100%;
        margin-bottom: .15rem;
        font-size: .28rem;
        color: #333;
        font-weight: 700;
        line-height: 1;
    }

    #submit_form dd input[type=text] {
        width: 100%;
        border-radius: 5px;
        outline: none;
    }

    #submit_form .inline_dl {
        position: relative;
        width: auto;
        padding: .15rem .3rem;
        margin: 0;
        border-bottom: 1px solid #e4e4e4;
    }

    #submit_form .inline_dl textarea {
        width: 78%;
        height: 40px;
        overflow: hidden;
        resize: none;
        border-radius: 5px;
    }

    #submit_form .inline_dl select {
        /* width: 115px; */
        margin-bottom: 0;
    }

    #submit_form .inline_dl dt {
        position: absolute;
        margin: 0;
        left: .3rem;
        width: auto;
        line-height: 34px;
        text-align: left;
    }

    #submit_form dd label {
        margin: 5px 0;
    }

    #submit_form .inline_dl:nth-child(8) {
        border-top: .3rem solid #f5f5f5;
        border-bottom: .3rem solid #f5f5f5;
    }

    #submit_form .inline_dl:nth-child(9) .flex {
        margin-top: 34px;
        padding-left: 0;
    }

    #submit_form .inline_dl:nth-child(9) select {
        width: 100%;
    }

    #submit_form .inline_dl .fangan {
        margin-top: 34px;
        padding-left: 0;
    }

    #submit_form .fangan .box {
        border: none;
    }

    #submit_form dd input[type=text] {
        border: none;
    }

    #submit_form .inline_dl dd {
        padding-left: 80px;
    }

    #submit_form .sub,
    #submit_form .collect_protocol {
        width: auto;
        margin: 0;
        padding: .3rem 0;
        background: #f5f5f5;
    }

    #submit_form .collect_protocol {
        padding: 0 .3rem .3rem;
    }

    #submit_form .frm_btn {
        display: block;
        width: 170px;
        margin: 20px auto;
        background: #fdd000;
        float: inherit;
        cursor: pointer;
        border-radius: 4px;
    }
    .z_questions{
        height: .7rem;
        line-height: .7rem;
    }

    /* 弹窗 */
}