.message-form .help-block {
    position: absolute;
    top: 100%;
    color: red;
    margin: 0;
}

.wrap {
    margin: 0 auto;
    width: 1200px;
}

.header-wrap {
    background-color: #212124;
}

.header-wrap > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-wrap .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.header-wrap .logo i {
    width: 1px;
    height: 44px;
    border: none;
    background: #fff;
    margin: 0 3px 0 8px;
}

.header-wrap .zsw-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 49px;
    align-items: center;
    text-align: center;
    color: #fff;
}

.header-wrap .zsw-logo img {
    width: 34px;
    margin-top: 4px;
}

.header-wrap .zsw-logo > span {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.header-wrap .phone-wrap {
    width: 246px;
    height: 56px;
    background: -o-linear-gradient(322deg, #283638 0%, #212124 100%);
    background: linear-gradient(128deg, #283638 0%, #212124 100%);
    border-radius: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
    color: #fff;
}

.header-wrap .phone-wrap > img {
    margin-right: 8px;
}

.header-wrap .phone-wrap div {
    font-size: 14px;
}

.header-wrap .phone-wrap .phone {
    font-size: 24px;
    font-weight: 600;
}

.banner-wrap {
    background: url(../images/banner@2x.png) no-repeat center;
    background-size: 1920px 466px;
}

.banner-wrap > .wrap {
    position: relative;
    height: 466px;
}

.banner-wrap .link-btn {
    position: absolute;
    display: inline-block;
    width: 164px;
    height: 48px;
    background: #ffca4b;
    border-radius: 26px;
    line-height: 48px;
    text-align: center;
    color: #812b0a;
    font-size: 16px;
    font-weight: bold;
    bottom: 130px;
    left: 56px;
    cursor: pointer;
}

.banner-wrap .link-btn:hover {
    background: #FFB852;
}

.banner-wrap .form-wrap {
    position: absolute;
    top: 60px;
    right: 0;
    width: 300px;
    height: 276px;
    background: #ffffff;
    border-radius: 8px;
    padding: 25px 25px 0;
    color: #3f4c50;
}

.banner-wrap .form-wrap .title {
    font-size: 22px;
    text-align: center;
}

.banner-wrap .form-wrap textarea {
    width: 250px;
    height: 64px;
    margin-top: 25px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #dedede;
    outline: none;
    resize: none;
    padding: 12px;
}

.banner-wrap .form-wrap .submit-btn {
    /*position: relative;*/
    /*background: url(../images/form_btn.png) no-repeat center;*/
    /*width: 180px;*/
    /*height: 70px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 40px;
    margin: 36px auto 0;
    background: linear-gradient(to bottom, #ffce00, #f39f06);
    box-shadow: 0 5px 5px #fadfa6;
    border-radius: 20px;
    cursor: pointer;
}
.banner-wrap .form-wrap .submit-btn:hover {
    /*background: url(../images/form_btn_active.png) no-repeat center;*/
    background: linear-gradient(to bottom, #ffe300, #f4a106);
}


/* .banner-wrap .form-wrap .submit-btn svg {*/
/*    position: absolute;*/
/*    top: 22px;*/
/*    left: 56px;*/
/*}*/

.banner-wrap .form-wrap .submit-btn span {
    /*position: absolute;*/
    /*top: 20px;*/
    /*left: 78px;*/
    margin-left: 4px;
    color: #812b0a;
    font-size: 16px;
    font-weight: bold;
}

.quesiton-wrap {
    height: 610px;
    background: url(../images/img_323_new@2x.png) no-repeat center bottom;
    background-size: 882px 571px;
}

.quesiton-wrap .wrap {
    position: relative;
}

.quesiton-wrap .title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
}

.quesiton-wrap .title span {
    color: #357e7f;
}

.quesiton-wrap .link-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 317px;
    height: 70px;
    top: 464px;
    left: 456px;
    color: #fff;
    font-size: 23px;
    font-weight: 800;
    border-radius: 40px;
    background: linear-gradient(to right, #f6854d, #e53f30);
    box-shadow: 0 8px 10px #ecbfb2;
    cursor: pointer;
}
.quesiton-wrap .link-btn:hover {
    background: linear-gradient(to right, #ffb167, #f85642);
}

.quesiton-wrap .question-label {
    position: absolute;
    width: 380px;
    height: 113px;
    background: url(../images/touyin.png) no-repeat center;
    line-height: 90px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.quesiton-wrap .question-label span {
    color: #f3630e;
}

.quesiton-wrap .question-label.is-hide {
    left: 448px !important;
    top: 292px !important;
    opacity: 0;
}

.quesiton-wrap .question-label.one {
    left: 20px;
    top: 64px;
}

.quesiton-wrap .question-label.two {
    left: 825px;
    top: 64px;
}

.quesiton-wrap .question-label.three {
    left: 70px;
    top: 180px;
}

.quesiton-wrap .question-label.four {
    left: 775px;
    top: 180px;
}

.quesiton-wrap .question-label.five {
    left: 0px;
    top: 300px;
}

.quesiton-wrap .question-label.six {
    left: 860px;
    top: 300px;
}

.quesiton-wrap .question-label.seven {
    left: 50px;
    top: 430px;
}

.quesiton-wrap .question-label.eight {
    left: 800px;
    top: 430px;
}

.quesiton-wrap .question-label:last-child {
    padding: 20px 60px 0;
    line-height: 1.5;
}

.solve-wrap {
    height: 749px;
    position: relative;
    top: -30px;
    margin-bottom: -30px;
    padding-top: 55px;
    background: url(../images/img_3.png) no-repeat center top;
}

.solve-wrap .content {
    height: 694px;
    background: #357e7f;
}

.solve-wrap header {
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    text-align: center;
    color: #fff;
}

.solve-wrap header .title {
    font-size: 32px;
    font-weight: bold;
}

.solve-wrap header .title span {
    color: #ffca4b;
}

.solve-wrap header .tip {
    width: 598px;
    font-size: 24px;
    line-height: 24px;
    line-height: 1.5;
    letter-spacing: 2px;
    margin: 20px auto;
}

.solve-wrap .solve-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    margin: 50px auto 0;
    height: 400px;
    background: url(../images/img_4@2x.png) no-repeat left center;
    background-size: 421px 389px;
    padding-left: 440px;
}

.solve-wrap .solve-content-item {
    width: 350px;
}

.solve-wrap .solve-content-item + .solve-content-item {
    margin-left: 58px;
}

.solve-wrap .solve-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 27px;
    letter-spacing: 1px;
    padding: 15px 20px;
    border-radius: 44px;
    background: #ffffff;
}

.solve-wrap .solve-label span {
    color: #f3630e;
}

.solve-wrap .solve-label img {
    margin-right: 18px;
}

.solve-wrap .solve-label + .solve-label {
    margin-top: 19px;
}

.advantage-wrap {
    height: 1355px;
    background: url(../images/img_9@2x.png) no-repeat center top;
    background-size: 1920px 1355px;
}

.advantage-wrap header {
    position: relative;
    background: #f5f6f8;
}

.advantage-wrap header .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.advantage-wrap header .title {
    font-size: 34px;
    font-weight: bold;
    color: #357e7f;
    line-height: 34px;
    letter-spacing: 2px;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.advantage-wrap header .link-btn {
    position: absolute;
    left: 50%;
    bottom: -32px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    /*background: url(../images/btn_1.png) no-repeat center;*/
    width: 317px;
    height: 70px;
    background: linear-gradient(to right, #ffce00, #f39f06);
    box-shadow: 0 8px 10px #fcd876;
    border-radius: 40px;
    text-align: center;
    font-size: 23px;
    color: #812b0a;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*padding-bottom: 15px;*/
    font-weight: 800;
    cursor: pointer;
}
.advantage-wrap header .link-btn:hover {
    /*background: url(../images/btn_1_active.png) no-repeat center;*/
    background: linear-gradient(to right, #ffde00, #f38606);
}

.advantage-wrap header .link-btn svg {
    margin-left: 5px;
}

.advantage-wrap .tip {
    font-size: 28px;
    color: #333333;
    line-height: 28px;
    letter-spacing: 2px;
    margin-top: 39px;
}

.advantage-wrap .content-wrap {
    padding-top: 70px;
}

.advantage-wrap .content-wrap .title {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
    letter-spacing: 2px;
}

.advantage-wrap .content-wrap .title span {
    color: #357e7f;
}

.advantage-wrap .content-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 77px;
}

.advantage-wrap .content-wrap li {
    width: 280px;
    height: 198px;
    background: #ffffff;
    -webkit-box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.08);
    text-align: center;
    border-radius: 8px;
    font-size: 24px;
    padding: 18px 28px;
    color: #333333;
    line-height: 32px;
}

.advantage-wrap .content-wrap li img {
    margin-bottom: -5px;
}

.advantage-wrap .content-wrap li span {
    color: #f3630e;
    font-weight: 600;
}

.advantage-wrap .content-wrap li + li {
    margin-left: 27px;
}

.advantage-wrap .content-wrap .show-wrap {
    text-align: center;
}

.advantage-wrap .content-wrap .show-wrap .link-btn {
    box-sizing: border-box;
    position: relative;
    top: -60px;
    margin: 0 auto;
    /*padding-bottom: 17px;*/
    width: 317px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*background: url(../images/btn_2_active.png) no-repeat center;*/
    background: linear-gradient(to right, #f6854d, #e53f30);
    box-shadow: 0 8px 10px #ecbfb2;
    border-radius: 40px;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    cursor: pointer;
}

.advantage-wrap .content-wrap .show-wrap .link-btn:hover {
    background: linear-gradient(to right, #ffb167, #f85642);
}

.advantage-wrap .content-wrap .show-wrap .link-btn svg {
    margin-left: 5px;
}

.commitment-wrap {
    padding-top: 76px;
    position: relative;
    overflow: hidden;
    height: 563px;
}

.commitment-wrap .bg {
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 160px;*/
    width: 1091px;
}

.commitment-wrap .title {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
    letter-spacing: 2px;
    text-align: center;
}

.commitment-wrap .title span {
    color: #357e7f;
}

.commitment-wrap .commitment-content {
    display: flex;
    font-size: 24px;
    color: #333333;
    line-height: 48px;
    letter-spacing: 2px;
    padding-top: 100px;
}
.commitment-wrap .commitment-content .left-box {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    flex: 1;
}

/*.commitment-wrap .wrap div {*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

.commitment-wrap .commitment-content .left-box img {
    width: 32px;
}
.commitment-wrap .commitment-content .left-box div {
    margin-top: 18px;
}

.commitment-wrap .commitment-content .left-box .left-box-item:nth-of-type(1) {
    padding-left: 110px;
}
.commitment-wrap .commitment-content .left-box .left-box-item:nth-of-type(3) {
    padding-left: 44px;
}
.commitment-wrap .commitment-content .left-box .left-box-item:nth-of-type(4) {
    padding-left: 27px;
}

.commitment-wrap .commitment-content .yellow {
    color: #f3630e;
    font-weight: bold;
}

.case-wrap {
    margin-top: 108px;
}

.case-wrap .title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
    letter-spacing: 2px;
}

.case-wrap .title span {
    color: #357e7f;
}

.case-wrap .swiper-wrap {
    position: relative;
    height: 690px;
}

.case-wrap .swiper-wrap::after {
    position: absolute;
    bottom: 67px;
    display: block;
    content: "";
    width: 100%;
    height: 441px;
    background-color: #357e7f;
}

.case-wrap .swiper-wrap .wrap {
    padding-top: 43px;
}

.case-wrap .swiper-wrap .swiper-slide {
    text-align: center;
    width: 484px;
    height: 540px;
    font-size: 0;
    color: #feffff;
    letter-spacing: 1px;
}

.case-wrap .swiper-wrap .swiper-slide.swiper-slide-active {
    font-size: 24px;
}

.case-wrap .swiper-wrap .swiper-slide img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 35px;
}

.case-wrap .swiper-wrap .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #ffffff;
}

.case-wrap .swiper-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ffca4b;
}

.case-wrap .swiper-wrap .swiper-button-prev {
    width: 55px;
    height: 140px;
    background-image: url(../images/left.png);
    background-size: 100%;
    top: 30%;
    left: 0;
}

.case-wrap .swiper-wrap .swiper-button-next {
    width: 55px;
    height: 140px;
    background-image: url(../images/right.png);
    background-size: 100%;
    top: 30%;
    right: 0;
}

.case-wrap .swiper-wrap .link-btn {
    position: absolute;
    bottom: -28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 23px;
    font-weight: 800;
    color: #812b0a;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*background: url(../images/btn_1.png) no-repeat center;*/
    width: 317px;
    height: 70px;
    background: linear-gradient(to right, #ffce00, #f39f06);
    box-shadow: 0 8px 10px #fcd876;
    border-radius: 40px;
    /*padding-bottom: 18px;*/
    cursor: pointer;
}
.case-wrap .swiper-wrap .link-btn:hover {
    /*background: url(../images/btn_1_active.png) no-repeat center;*/
    background: linear-gradient(to right, #ffde00, #f38606);
}

.case-wrap .swiper-wrap .link-btn svg {
    margin-left: 5px;
}

.servicer-wrap {
    padding-top: 80px;
}

.servicer-wrap .title {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
    letter-spacing: 2px;
    text-align: center;
}

.servicer-wrap .tip {
    font-size: 24px;
    color: #333333;
    line-height: 24px;
    letter-spacing: 2px;
    text-align: center;
    margin: 30px 0 50px;
}

.servicer-wrap .user {
    height: 24px;
    font-size: 24px;
    font-weight: bold;
    color: #357e7f;
    line-height: 24px;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 50px;
}

.servicer-wrap .user::before {
    content: "";
    display: inline-block;
    width: 57px;
    height: 13px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTciIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCA1NyAxMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMzU3RTdGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yNSA5aDMydjRIMjV6TTAgMGg1N3Y0SDB6Ii8+PC9nPjwvc3ZnPg==) no-repeat center;
    margin-right: 12px;
}

.servicer-wrap .user::after {
    content: "";
    display: inline-block;
    width: 57px;
    height: 13px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTciIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCA1NyAxMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMzU3RTdGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0wIDBoNTd2NEgwek0wIDloMzJ2NEgweiIvPjwvZz48L3N2Zz4=) no-repeat center;
    margin-left: 12px;
}

.servicer-wrap .swiper-container {
    padding: 0 0 20px;
}

.servicer-wrap .swiper-slide .swiper-inner {
    position: relative;
    width: 380px;
    height: 460px;
    background: #ffffff;
    -webkit-box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    text-align: center;
    padding: 36px;
}

.servicer-wrap .swiper-slide .swiper-inner img {
    border-radius: 50%;
    margin-bottom: 20px;
}

.servicer-wrap .swiper-slide .swiper-inner h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 31px;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.servicer-wrap .swiper-slide .swiper-inner h4 {
    font-size: 14px;
    color: #333333;
    margin: 5px 0 17px;
    letter-spacing: 1px;
}

.servicer-wrap .swiper-slide .swiper-inner section {
    font-size: 14px;
    color: #828282;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: left;
    text-indent: 2em;
}

.servicer-wrap .swiper-slide .swiper-inner span {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    line-height: 40px;
    text-align: center;
    width: 128px;
    height: 40px;
    background: #357e7f;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
}

.servicer-wrap .swiper-button-prev {
    width: 55px;
    height: 140px;
    background-image: url(../images/left.png);
    background-size: 100%;
    top: 40%;
    left: 0;
}

.servicer-wrap .swiper-button-next {
    width: 55px;
    height: 140px;
    background-image: url(../images/right.png);
    background-size: 100%;
    top: 40%;
    right: 0;
}

.qualification-wrap {
    margin-top: 70px;
}

.qualification-wrap .title {
    font-size: 24px;
    font-weight: bold;
    color: #357e7f;
    line-height: 24px;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 44px;
}

.qualification-wrap .title::before {
    content: "";
    display: inline-block;
    width: 57px;
    height: 13px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTciIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCA1NyAxMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMzU3RTdGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yNSA5aDMydjRIMjV6TTAgMGg1N3Y0SDB6Ii8+PC9nPjwvc3ZnPg==) no-repeat center;
    margin-right: 12px;
}

.qualification-wrap .title::after {
    content: "";
    display: inline-block;
    width: 57px;
    height: 13px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTciIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCA1NyAxMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMzU3RTdGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0wIDBoNTd2NEgwek0wIDloMzJ2NEgweiIvPjwvZz48L3N2Zz4=) no-repeat center;
    margin-left: 12px;
}

.cooperation-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
}

.cooperation-wrap .title {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-right: 20px;
}

.cooperation-wrap .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cooperation-wrap a {
    display: inline-block;
    width: 250px;
    height: 79px;
    background: #ffffff;
    border-radius: 6px;
}

.cooperation-wrap a + a {
    margin-left: 20px;
}

.message-wrap {
    height: 430px;
    background: url(../images/img_40@2x.png) no-repeat center;
    background-size: cover;
}

.message-wrap .wrap {
    position: relative;
}

.message-wrap .message-form {
    position: absolute;
    top: 38px;
    right: 100px;
    width: 335px;
    height: 362px;
    background: #ffffff;
    border-radius: 8px;
    padding: 32px;
}

.message-wrap .title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.message-wrap .form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.message-wrap .form-item input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    width: 0;
    padding: 5px 10px;
    height: 42px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #d4d4d4;
    outline: none;
    font-size: 16px;
}

.message-wrap .form-item input:focus {
    border-color: #a2c4f3;
}

.message-wrap .form-item img {
    margin-left: 5px;
}

.message-wrap .form-item + .form-item {
    margin-top: 15px;
}

.message-wrap button {
    display: block;
    margin: 15px auto 0;
    width: 170px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #812b0a;
    outline: none;
    /*background: url(../images/form_btn.png) no-repeat center;*/
    background: linear-gradient(to bottom, #ffce00, #f39f06);
    box-shadow: 0 5px 5px #fadfa6;
    border-radius: 20px;
    border: none;
    /*padding-bottom: 10px;*/
}

.message-wrap button:hover {
    /*background: url(../images/form_btn_active.png) no-repeat center;*/
    background: linear-gradient(to bottom, #ffe300, #f4a106);
}

.footer-wrap {
    background: #323334;
    color: #999999;
}

.footer-wrap .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-wrap .link-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 35px;
}

.footer-wrap .link-wrap > div {
    max-width: 211px;
}
.footer-wrap .link-wrap .link-box a:hover {
    color: #FFCA4B;
}

.footer-wrap .link-wrap > div + div {
    margin-left: 100px;
}

.footer-wrap .link-wrap h3 {
    color: #fff;
    font-size: 16px;
    color: #ffffff;
    line-height: 16px;
    margin-bottom: 20px;
}

.footer-wrap .link-wrap a {
    font-size: 14px;
    color: #999999;
    line-height: 2.5;
}

.footer-wrap .qcode-wrap {
    color: #fff;
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

.footer-wrap .qcode-wrap > div + div {
    margin-left: 30px;
}

.footer-wrap .qcode-wrap img {
    width: 140px;
    height: 140px;
    margin-bottom: 15px;
}

.footer-wrap .copyright {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 80px;
    font-size: 14px;
    color: #999999;
    text-align: center;
}
.footer-wrap .copyright a {
    color: #666;
}


.m-contact-tip {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    z-index: 2000;
}

.m-contact-tip .ico-box {
    width: 24px;
    height: 24px;
    margin-bottom: 3px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .2s;
}

.m-contact-tip .shenqing-ico {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48bGluZWFyR3JhZGllbnQgeDE9IjUwJSIgeTE9IjE1LjEyNyUiIHgyPSI1MCUiIHkyPSI4Ni41ODIlIiBpZD0iYSI+PHN0b3Agc3RvcC1jb2xvcj0iIzM1N0U3RiIgb2Zmc2V0PSIwJSIvPjxzdG9wIHN0b3AtY29sb3I9IiMxQTU2NTciIG9mZnNldD0iMTAwJSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxwYXRoIGQ9Ik0yMC44NCAyYy4xMDUgMCAuMTc5LjA5OC4xNTcuMTkxYS4yNTguMjU4IDAgMCAxLS4wMTQuMDM2Yy0uMjY2LjUyLS41MTYuOTkyLS43NTQgMS40MjMtMS4wNjUgMS45MzgtMS44NzcgMy4wNTEtMi42ODYgMy44NDhsLS40NjguNDYxYS42Mi42MiAwIDAgMCAuMDk3Ljk2M2wuNDY0LjMwNWMuMjUuMTY0LjM0Ny40NzguMjM2Ljc1My0xLjE2MiAyLjg4MS00LjEgNi4wNDUtNy45NDcgNi41Mi0xLjkwMi4yMzQtMy4zMDUgMS4yMDctNC4yMDYgMi45MmE4Ljg2NSA4Ljg2NSAwIDAgMC0uNjk4IDEuODI4IDEgMSAwIDAgMS0uMzY3LjU0MyAxLjAzMiAxLjAzMiAwIDAgMS0uNjI3LjIwOWMtLjE3NiAwLS4zNDEtLjA0My0uNDg0LS4xMmExLjAwNyAxLjAwNyAwIDAgMS0uNTI4LTEuMDZDNC4xMiAxNC4zODUgNi43NiAyLjE0OCAyMC44MzggMmguMDAyek0xNSAyMGExIDEgMCAwIDEgMCAySDdhMSAxIDAgMCAxIDAtMmg4eiIgZmlsbD0idXJsKCNhKSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
}

.m-contact-tip .toTop-ico {
    background-image: url(../images/svg_12.svg);
}

.m-contact-tip .shenqing-dialog-btn:hover .shenqing-ico {
    background-image: url(../images/svg1333.svg);
}

.m-contact-tip .to-top:hover .toTop-ico {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48bGluZWFyR3JhZGllbnQgeDE9IjUwJSIgeTE9IjE1LjEyNyUiIHgyPSI1MCUiIHkyPSI4Ni41ODIlIiBpZD0iYSI+PHN0b3Agc3RvcC1jb2xvcj0iIzQwQjVCNyIgb2Zmc2V0PSIwJSIvPjxzdG9wIHN0b3AtY29sb3I9IiMzNTdFN0YiIG9mZnNldD0iMTAwJSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxwYXRoIGQ9Ik0yLjI3NiAxLjVIMjEuNjN2My4yMjVIMi4yNzZWMS40OTl6TTIxLjYzIDE2LjAxNGgtNC44Mzl2Ni40NTJINy4xMTV2LTYuNDUyaC00Ljg0bDkuNjc4LTkuNjc3IDkuNjc4IDkuNjc3eiIgZmlsbD0idXJsKCNhKSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
}

.m-contact-tip .phone-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 154px;
    height: 72px;
    background: #fff;
    border-radius: 51px 0px 0px 51px;
    border: 1px solid #dedede;
    color: #357E7F;
}

.m-contact-tip .phone-wrap .phone-wrap-content {
    display: flex;
    align-items: center;
    margin-left: 6px;
}

.m-contact-tip .phone-wrap .phone-wrap-content img {
    width: 40px;
}

.m-contact-tip .phone-wrap .phone-wrap-content .phone-number {
    margin-left: 5px;
}

.m-contact-tip .contact-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 56px;
    height: 90px;
    background: #fff;
    color: #357E7F;
}

.m-contact-tip .contact-wrap.hot-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 72px;
    background: #fff;
    border-radius: 51px 0px 0px 51px;
    border: 1px solid #dedede;
}

.m-contact-tip .hot-line img {
    width: 40px;
    margin-right: 5px;
}

.m-contact-tip .hot-line div {
    color: #357E7F;
}

.m-contact-tip .to-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 56px;
    height: 56px;
    background: #fff;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    cursor: pointer;
}

.m-contact-tip a {
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.shenqing-dialog {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0e0d0dcc;
    z-index: 999;
}
.shenqing-dialog .shenqing-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    width: 550px;
    padding: 60px 64px 50px;
    background: #fff;
    border-radius: 8px;
}
.shenqing-dialog .shenqing-box p {
    font-size: 22px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    color: #b63a0a;
    text-align: center;
    letter-spacing: 1px;
}
.shenqing-dialog .shenqing-box p span {
    font-size: 24px;
    font-weight: 600;
}
.shenqing-dialog .shenqing-box form .form-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 24px;
    font-size: 16px;
}
.shenqing-dialog .shenqing-box form .form-item span {
    width: 70px;
    margin-right: 10px;
    font-size: 16px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
}
.shenqing-dialog .shenqing-box form .form-item span.help-block {
    position: absolute;
    top: 100%;
    left: 70px;
    width: 80%;
    margin: 0;
    color: red;
    font-size: 14px;
}
.shenqing-dialog .shenqing-box form .form-item input {
    box-sizing: border-box;
    width: 336px;
    height: 48px;
    padding: 5px 10px;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #dedede;
    outline: none;
}
.shenqing-dialog .shenqing-box form .form-item:nth-of-type(4) input {
    width: 246px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.shenqing-dialog .shenqing-box form .shenqing-btn {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.shenqing-dialog .shenqing-box form .shenqing-btn button {
    width: 230px;
    height: 45px;
    background: linear-gradient(to bottom, #ffca4b, #ffa64b);
    box-shadow: 0 5px 5px #ccc;
    border: none;
    border-radius: 25px;
    outline: none;
    line-height: 43px;
    text-align: center;
    color: #ba410e;
    font-size: 18px;
    font-weight: 800;
}
.shenqing-dialog .shenqing-box form .shenqing-btn button:hover {
    background: linear-gradient(to bottom, #FFDB4B, #FFA64B);
}
.shenqing-dialog .shenqing-box .close-ico-box {
    position: absolute;
    top: -50px;
    right: 0;
    cursor: pointer;
}
.shenqing-dialog .shenqing-box .close-ico-box img {
    width: 32px;
}