* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #d1d1d1;
    font-size: 16px;
    min-width: 1200px;
}
.none {
    display: none;
}
input {
    border: none;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.module-title {
    width: 100%;
    text-align: center;
    margin-top: 60px;
}

.module-title h4 {
    color: #333333;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
}

.module-title h4 font {
    color: #ff7e00;
}

.module-title p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    opacity: 0.6;
}

.consult {
    width: 560px;
    height: 50px;
    border: 2px solid #ff7e00;
    border-radius: 25px;
    margin: 0 auto;
    margin-top: 32px;
    overflow: hidden;
}

.consult div {
    float: left;
}

.consult .consult-left {
    width: 398px;
    height: 100%;
    background: #ffffff;
    line-height: 48px;
}

.consult .consult-left img {
    width: 24px;
    height: 24px;
    vertical-align: top !important;
    margin-top: 12px;
    margin-left: 24px;
    animation: root 1.5s infinite;
    -webkit-animation: root 1.5s infinite;
}

.consult .consult-left span {
    font-size: 18px;
    display: inline-block;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ff7e00;
    margin-left: 15px;
    vertical-align: top;
}

.consult .consult-left .tel-list {
    font-style: normal;
    font-size: 0;
    vertical-align: middle;
    font-weight: 400;
}

.consult .consult-left .tel-list font {
    display: inline-block;
    font-size: 28px;
    font-family: DIN;
    font-weight: bold;
    color: #ff7e00;
}

.consult .consult-left .tel-list .on {
    transform: scale(1.2);
}

.consult .consult-right {
    width: 158px;
    height: 100%;
    background: linear-gradient(90deg, #ffa600, #ff7e00);
    position: relative;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0px 2px 4px rgba(215, 67, 15, 0.4);
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    border-radius: 0 25px 25px 0;
}

@keyframes root {
    0% {
        transform: scale(1);
    }

    10%,
    20% {
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale(1.2) rotate(3deg);
    }

    40%,
    60%,
    80% {
        transform: scale(1.2) rotate(-3deg);
    }

    100% {
        transform: scale(1) rotate(0);
    }
}

@-webkit-keyframes root {
    0% {
        transform: scale(1);
    }

    10%,
    20% {
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale(1.2) rotate(3deg);
    }

    40%,
    60%,
    80% {
        transform: scale(1.2) rotate(-3deg);
    }

    100% {
        transform: scale(1) rotate(0);
    }
}

header {
    background-color: #ffffff;
    height: 95px;
}

header div {
    height: 100%;
    text-align: center;
    line-height: 95px;
}

header div img {
    vertical-align: middle;
}

.container {
    width: 100%;
    overflow: hidden;
}

.banner-box {
    width: 100%;
    height: 480px;
}

.banner-box .form-banner {
    float: right;
    width: 330px;
    position: relative;
    padding-bottom: 20px;
    margin-top: 116px;
    background-color: #ffffff;
}

.banner-box .form-banner-top {
    width: 100%;
    height: 116px;
    background-image: url(../images/form-top.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -106px;
}

.banner-box .form-banner-content {
    width: 100%;
    padding: 30px 20px 0 20px;
}

.banner-box .form-banner-content .item-form {
    width: 100%;
    height: 40px;
    border: 1px solid #eeeeee;
    margin-bottom: 12px;
    position: relative;
}

.banner-box .form-banner-content .item-form.tel-wrap input {
    background-image: url(../images/popup_ic_aq.jpg);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: right 10px center;
}

.banner-box .form-banner-content .item-form input {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    padding-left: 12px;
    padding-right: 12px;
}

.banner-box .form-banner-content .item-form button {
    position: absolute;
    right: 0;
    height: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ff7e00;
    padding: 0 10px;
    border-left: 1px solid #eeeeee;
}

.banner-box .form-banner-content .submit {
    width: 100%;
    height: 36px;
    background: linear-gradient(90deg, #ffa600, #ff7e00);
    box-shadow: 0px 2px 8px 0px rgba(255, 126, 0, 0.4);
    border-radius: 4px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
}

.banner-box .form-banner-content .submit:hover {
    box-shadow: none;
}

.banner-box .form-banner-footer {
    width: 100%;
    padding: 0 20px;
    height: 16px;
    margin-top: 12px;
    background-image: url(../images/info-icon.jpg);
    background-repeat: no-repeat;
    background-size: 8px 8px;
    background-position: 20px center;
}

.banner-box .form-banner-footer .info-swiper {
    height: 100%;
    margin-left: 12px;
    overflow: hidden;
}

.banner-box .form-banner-footer .info-swiper .swiper-slide {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
}

.wrap {
    width: 100%;
    background-image: url(../images/hot-product.jpg);
    background-size: cover;
    background-position: top center;
    padding-bottom: 60px;
}

.roll-wrap {
    width: 100%;
}

.roll-wrap ul {
    width: 100%;
    padding: 28px 0;
    background-color: #ffffff;
    position: relative;
    margin-top: -32px;
    box-shadow: 1px 0px 0px 0px #eeeeee;
    z-index: 111;
}

.roll-wrap ul li {
    float: left;
    width: 25%;
}

.roll-wrap ul li img {
    float: left;
    width: 64px;
    height: 64px;
    margin-left: 32px;
}

.roll-wrap ul li div {
    float: left;
    margin-left: 18px;
}

.roll-wrap ul li div h4 {
    height: 33px;
    line-height: 33px;
}

.roll-wrap ul li div span {
    font-size: 40px;
    font-family: Impact;
    font-weight: 400;
    color: #333333;
    height: 33px;
    line-height: 33px;
    display: inline-block;
}

.roll-wrap ul li div font {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.roll-wrap ul li div p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #979c9b;
    margin-top: 10px;
}
/*热门产品 s*/
.hot-product {
    width: 100%;
    overflow: hidden;
}
.hot-product .slider-l {
    width: 900px;
    float: left;
    margin-top: 30px;
}
.hot-product .tab-hd {
    width: 288px;
    height: 583px;
    float: left;
    background: url(../images/bg-slide.jpg) no-repeat;
}
.hot-product .tab-hd ul {
    width: 258px;
    border-top: 1px solid #fff;
    margin: 94px auto 50px;
    padding-top: 4px;
    clear: both;
    overflow: hidden;
}
.hot-product .tab-hd ul li {
    clear: both;
    width: 100%;
}
.hot-product .tab-hd ul li span {
    display: inline-block;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 21px;
    margin-left: 31px;
    margin-right: 44px;
    margin-top: 23px;
    float: left;
}
.hot-product .tab-hd ul li em {
    display: inline-block;
    position: relative;
    width: 120px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ff7e00;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ff7e00;
    float: left;
    margin-top: 25px;
    cursor: pointer;
}
.hot-product .tab-hd ul li.active em {
    color: #fff;
    background: linear-gradient(270deg, #ffa600, #ff7e00);
    border: none;
}
.hot-product .tab-hd ul li em::before {
    position: absolute;
    top: 0;
    left: -20px;
    content: "";
    border-left: 1px solid #fff;
    height: 35px;
}
.hot-product .tab-hd .tel-box p {
    text-align: center;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 33px;
}
.hot-product .tab-hd .tel-box .tel-list {
    display: block;
    text-align: center;
    width: 95%;
    margin: 26px auto 0;
    border: 1px solid #ff7e00;
    border-radius: 4px;
}
.hot-product .tab-hd .tel-box .tel-list font {
    font-size: 28px;
    font-family: DIN;
    font-weight: bold;
    color: #ff7e00;
}
.hot-product .tab-hd .tel-box .tel-list font.on {
    font-size: 31px;
}
.hot-product .tab-con {
    float: left;
    width: 610px;
}
.hot-product .slider-r {
    width: 288px;
    height: 583px;
    float: right;
    margin-top: 30px;
    background: #fff;
    padding: 20px 15px 0;
    box-shadow: 0px 2px 24px 0px rgb(0 0 0 / 6%);
}
.hot-product .slider-r .hd {
    height: 260px;
    height: 64px;
    line-height: 64px;
    background: #fdefdd;
    color: #ffa600;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-indent: 30px;
    margin-bottom: 4px;
}
.hot-product .slider-r ul li {
    height: 77px;
    border-bottom: 1px dashed #e5e5e5;
    padding: 25px 25px 0;
    box-sizing: 0;
}
.hot-product .slider-r ul li h3 {
    line-height: 16px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.hot-product .slider-r ul li p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: 8px;
}
.hot-product .slider-r ul li p span:nth-child(2) {
    float: right;
    color: #ff7e00;
    cursor: pointer;
}
.hot-product .slider-r ul li p span:nth-child(2):hover {
    font-weight: 700;
    font-size: 14px;
}
.hot-product .tab-con li {
    cursor: pointer;
    width: 291px;
    height: 285px;
    position: relative;
    top: 0;
    float: left;
    margin-left: 12px;
    margin-bottom: 12px;
}

.hot-product .tab-con li > div {
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.06);
    padding: 38px 16px;
    width: 291px;
    height: 285px;
    position: absolute;
    background: #ffffff;
    left: 0;
    top: 0;
    transition: top linear 0.2s;
}

.hot-product .tab-con li li + li {
    margin-left: 12px;
}

.hot-product .tab-con .hot-list-top {
    border-bottom: 1px dashed #eeeeee;
    padding-bottom: 16px;
    padding: 15px 72px 18px 56px;
    position: relative;
}
.hot-product .tab-con .hot-list-top img {
    position: absolute;
    left: 0;
    top: 15px;
}
.hot-product .tab-con .end {
    margin-bottom: 20px;
}
.hot-product .tab-con .end img {
    display: block;
    position: relative;
    margin: 0 auto;
    top: 0;
}
.hot-product .tab-con .hot-list-top span {
    position: absolute;
    right: 0;
    top: 21px;
    display: inline-block;
    width: 70px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ffa600;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ff7e00;
    cursor: pointer;
}
.hot-product .tab-con li:hover span.btn {
    color: #ffffff;
    background: linear-gradient(90deg, #ffa600, #ff7e00);
    box-shadow: 0px 2px 8px 0px rgba(255, 126, 0, 0.4);
}
.hot-product .tab-con .hot-list-top p {
    display: inline-block;
    background: #ffa600;
    border-radius: 2px;
    padding: 0 4px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
    line-height: 20px;
    position: relative;
}

.hot-product .tab-con .hot-list-top p::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 20px;
    width: 0;
    height: 0;
    border: 6px solid;
    border-color: #ffa600 transparent transparent;
}

.hot-product .tab-con .hot-list-top p font {
    font-weight: 400;
    margin-left: 6px;
}

.hot-product .tab-con h4 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #292e2e;
    line-height: 20px;
    position: relative;
}

.hot-product .tab-con h4 i {
    display: inline-block;
    width: 37px;
    height: 26px;
    background-image: url(../images/hot1.png);
    background-size: cover;
    margin-left: 5px;
    position: absolute;
    left: 25px;
    top: -25px;
}

.hot-product .tab-con h5 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin-top: 12px;
}

.hot-product .tab-con h5 font {
    font-weight: bold;
    color: #666666;
}
.hot-product .tab-con .hot-list-center {
    padding-left: 56px;
}
.hot-product .tab-con .hot-list-center p {
    background-image: url(../images/min-icon.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 21px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #333333;
    line-height: 20px;
    margin-top: 20px;
}

.hot-product .tab-con .hot-list-center p:nth-child(2) {
    margin-top: 12px;
}

.hot-product .tab-con .hot-list-center p font {
    color: #ff7e00;
    margin-left: 4px;
    font-weight: bold;
}

.hot-product .tab-con .hot-btn {
    width: 80%;
    height: 36px;
    border: 1px solid #ffa600;
    border-radius: 4px;
    margin: 25px auto 0;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    cursor: pointer;
    color: #ffffff;
    background: linear-gradient(270deg, #ffa600, #ff7e00);
    box-shadow: 0px 2px 8px 0px rgba(255, 126, 0, 0.4);
}
.hot-product .tab-con li:hover .hot-btn {
    width: 100%;
    transition: width 1s;
    box-shadow: none;
}
/*热门产品 e*/
/*有疑问  找顾问 s*/
.ask-wrap {
    background: #fff;
    overflow: hidden;
}
.ask-box {
    padding-left: 340px;
    height: 250px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 50px;
}
.ask-box .img-box {
    position: absolute;
    left: 0;
    top: 25px;
}
.ask-box ul li {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #666;
}
.ask-box ul li em {
    display: inline-block;
    width: 96px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    background: linear-gradient(270deg, #ffa600, #ff7e00);
    color: #fff;
    margin-top: 10px;
    float: right;
    cursor: pointer;
}
/*有疑问  找顾问 e*/
@keyframes beat {
    0% {
        top: 4px;
    }

    50% {
        top: 0px;
    }

    100% {
        top: 4px;
    }
}

@-webkit-keyframes beat {
    0% {
        top: 4px;
    }

    50% {
        top: 0px;
    }

    100% {
        top: 4px;
    }
}

.step-wrap {
    width: 100%;
    overflow: hidden;
    background-image: url(../images/process.jpg);
    background-size: cover;
    padding-bottom: 60px;
    background-position: top center;
    position: relative;
}

.step-wrap ul {
    margin-top: 30px;
    width: 100%;
    padding: 0 32px;
}

.step-wrap ul li {
    width: 260px;
    float: left;
    background: #ffffff;
    box-shadow: 0px 6px 35px 5px rgba(0, 0, 0, 0.08);
    padding: 34px 0 30px 0;
    cursor: pointer;
}

.step-wrap ul li + li {
    margin-left: 32px;
}

.step-wrap ul li div {
    width: 86px;
    height: 86px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    line-height: 86px;
}

.step-wrap ul li div i {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/circle.png);
    background-size: cover;
    transition: all 1s;
}

.step-wrap ul li div img {
    position: relative;
    z-index: 2;
}

.step-wrap ul li h4 {
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #292e2e;
    line-height: 20px;
    position: relative;
    margin-top: 16px;
}

.step-wrap ul li h4::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 1px;
    background-color: #eeeeee;
}

.step-wrap ul li p {
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin-top: 32px;
}

.step-wrap ul li:hover i {
    animation: myrotate 1.5s infinite;
    -webkit-animation: myrotate 1.5s infinite;
}

@keyframes myrotate {
    0% {
        transform: rotate(-180deg);
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

@-webkit-keyframes myrotate {
    0% {
        transform: rotate(-180deg);
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

.step-wrap .order {
    width: 100%;
    height: 76px;
    background-image: url(../images/process-after.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100% 2px;
}

.step-wrap .order div {
    float: left;
    width: 25%;
    text-align: center;
}

.step-wrap .order div img {
    width: 70px;
    height: 70px;
}

.step-wrap .quick {
    margin: 0 auto;
    width: 208px;
    height: 50px;
    background: linear-gradient(90deg, #ffa600, #ff7e00);
    border: 4px solid #ffffff;
    box-shadow: 0px 4px 16px 0px rgba(255, 126, 0, 0.32);
    border-radius: 25px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0px 2px 4px rgba(215, 67, 15, 0.4);
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    margin-top: 4px;
}

.platform {
    width: 100%;
    overflow: hidden;
    background-image: url(../images/platform-bg.jpg);
    background-size: cover;
    background-position: top center;
    padding-bottom: 60px;
}

.platform ul {
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
}

.platform ul li {
    width: 291px;
    float: left;
    background: #ffffff;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.04);
    padding-bottom: 32px;
}

.platform ul li:hover img {
    transform: scale(1.2);
}

.platform ul li + li {
    margin-left: 12px;
}

.platform ul li div {
    width: 283px;
    margin: 0 auto;
    margin-top: 4px;
    overflow: hidden;
}

.platform ul li div img {
    width: 100%;
    height: 220px;
    transition: all 0.6s;
}

.platform ul li h4 {
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #292e2e;
    line-height: 20px;
    margin-top: 16px;
    position: relative;
}

.platform ul li h4::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 1px;
    background-color: #eeeeee;
}

.platform ul li h4 font {
    color: #ff7e00;
}

.platform ul li p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin-top: 32px;
    text-align: center;
}

.choose-wrap {
    width: 100%;
    overflow: hidden;
    background-image: url(../images/choose.jpg);
    background-size: cover;
    background-position: top center;
    height: 766px;
}

.choose-wrap ul {
    width: 100%;
    margin-top: 30px;
}

.choose-wrap ul li {
    width: 378px;
    background: #ffffff;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.06);
    float: left;
    padding: 32px;
    position: relative;
    transition: all 0.6s;
}

.choose-wrap ul li > img {
    position: absolute;
    top: 32px;
    left: 32px;
}

.choose-wrap ul li .content {
    text-align: center;
}

.choose-wrap ul li .content > img {
    width: 240px;
    height: 240px;
}

.choose-wrap ul li .content span {
    background: linear-gradient(-45deg, #f54743, #f57043);
    box-shadow: 0px 4px 8px 0px rgba(245, 71, 67, 0.2);
    border-radius: 2px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
    line-height: 20px;
    padding: 0 8px;
    position: absolute;
    top: 32px;
    left: 229px;
}

.choose-wrap ul li .content span::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: -3px;
    width: 0;
    height: 0;
    border: 6px solid;
    border-color: #f57043 transparent transparent;
    transform: rotate(-45deg);
}

.choose-wrap ul li .content h4 {
    margin-top: 32px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #292e2e;
    line-height: 20px;
}

.choose-wrap ul li .content i {
    display: inline-block;
    margin-top: 10px;
    width: 68px;
    height: 18px;
    line-height: 18px;
}

.choose-wrap ul li .content i img {
    width: 100%;
    height: 100%;
}

.choose-wrap ul li .content p {
    margin-top: 36px;
    text-align: left;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    position: relative;
}

.choose-wrap ul li .content p::before {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 1px;
    background-image: url(../images/icon-shoose03.png);
    background-size: cover;
    content: "";
}

.choose-wrap ul li .btn {
    display: none;
    width: 314px;
    height: 40px;
    background: linear-gradient(90deg, #ffa600, #ff7e00);
    box-shadow: 0px 0px 30px 0px rgba(255, 126, 0, 0.24);
    border-radius: 4px;
    line-height: 40px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    padding-left: 30px;
    position: absolute;
    bottom: -20px;
    cursor: pointer;
}

.choose-wrap ul li .btn::after {
    content: "";
    width: 40px;
    height: 15px;
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/hot-jiantou.png);
    background-size: cover;
}

.choose-wrap ul li:hover {
    padding-bottom: 52px;
}

.choose-wrap ul li:hover .btn {
    display: block;
}

.choose-wrap ul li + li {
    margin-left: 32px;
}

footer {
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000;
    font-size: 14px;
    background-color: #f8f8f8;
    text-align: center;
    padding: 30px 0;
    line-height: 24px;
}

.mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}

.mask .form-mask {
    width: 330px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    background-color: #ffffff;
    border-radius: 4px;
    padding: 16px 20px;
}

.mask .form-mask .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
}

.mask .form-mask form {
    width: 100%;
}

.mask .form-mask form .item-form {
    width: 100%;
    height: 40px;
    background: #ffffff;
    position: relative;
    margin-bottom: 12px;
}

.mask .form-mask form .item-form.tel-wrap input {
    background-image: url(../images/popup_ic_aq.jpg);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: right 10px center;
}

.mask .form-mask form .item-form input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    border: 1px solid #eeeeee;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    padding-left: 12px;
    padding-right: 40px;
}

.mask .form-mask form .item-form button {
    position: absolute;
    right: 0;
    height: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ff7e00;
    padding: 0 10px;
    border-left: 1px solid #eeeeee;
    z-index: 3;
}

.mask .form-mask form .submit2 {
    width: 100%;
    height: 36px;
    background: linear-gradient(90deg, #ffa600, #ff7e00);
    box-shadow: 0px 2px 8px 0px rgba(255, 126, 0, 0.4);
    border-radius: 4px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
}

.mask .form-mask-top {
    text-align: center;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: 12px;
}

.popup {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}

.popup form {
    width: 450px;
    padding-bottom: 30px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    /* overflow: hidden; */
    text-align: center;
}

.popup form > img {
    width: 450px;
}

.popup form .close-form {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: -55px;
}

.popup form .close-form img {
    max-width: 100%;
}

.popup form .item {
    width: 100%;
    padding: 0 24px;
    height: 40px;
    margin-top: 16px;
}

.popup form .item:nth-child(2) label {
    width: 31.5%;
}

.popup form .item span {
    font-size: 18px;
    color: #333;
    float: left;
    line-height: 40px;
    font-family: "PingFang" !important;
}

.popup form .item div {
    float: right;
    width: 294px;
    height: 100%;
}

.popup form .item div label {
    display: inline-block;
    width: 48%;
    background-color: #f6f5f5;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #333333;
    cursor: pointer;
    font-family: "PingFang" !important;
}

.popup form .item div label.active {
    background-color: #f36c28 !important;
    color: #fff !important;
}

.popup form .ej-btn {
    display: block;
    width: calc(100% - 68px);
    margin: 0 auto;
    height: 50px;
    background-color: #f36c28;
    margin-top: 16px;
    font-size: 20px;
    color: #fff;
    border-radius: 25px;
    font-family: "PingFang" !important;
}

/*# sourceMappingURL=./index.css.map */
.pagination {
    position: absolute;
    z-index: 20;
    bottom: 40px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 13px;
    margin: 0 10px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.swiper-active-switch {
    background: #fff;
}
/*新表单样式*/
.item-wrap span {
    display: inline-block;
    padding: 0 2px 0 18px;
    float: left;
    font-size: 14px;
    line-height: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-bottom: 10px;
    background: url(http://www.kpz51.cn/images/check_icon1.html) no-repeat;
    margin-left: 5px;
    cursor: pointer;
}
.item-wrap span.active {
    background: url(http://www.kpz51.cn/images/check_icon2.html) no-repeat;
}
.item-wrap .fc span:nth-child(1),
.item-wrap .qt span:nth-child(3) {
    width: 78px;
    box-sizing: border-box;
    margin-left: 0;
}
.item-wrap span input {
    display: none;
}
