@charset "UTF-8";
body,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
div,
select {
    margin: 0;
    padding: 0;
    box-sizing: border-box; }

html {
    font-size: 62.5%; }

body {
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif, "宋体";
    background: #fff;
    -webkit-text-size-adjust: 100%;
    /*解决 iPhone 横屏时默认会放大文字*/
    overflow-x: hidden;
    min-width: 320px;
    margin: 0 auto;
    -webkit-overflow-scrolling: touch;
    /* 禁用默认的下拉刷新和边界效果
    但是依然可以进行滑动导航 */
    overscroll-behavior-y: none;
    /*iphoneX*/
    padding-top: constant(safe-area-inset-top);
    padding-left: constant(safe-area-inset-left);
    padding-right: constant(safe-area-inset-right);
    padding-bottom: constant(safe-area-inset-bottom); }

.iframeWrap {
    height: 100%; }
.iframeWrap body {
    background: none;
    height: 100%; }

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination-bullet {
    outline: none; }

a {
    color: #333;
    text-decoration: none; }

a:hover {
    text-decoration: underline; }

em {
    font-style: normal; }

ul {
    list-style: none; }

img {
    border: 0;
    vertical-align: middle; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

p {
    word-wrap: break-word; }

i {
    display: inline-block;
    font-style: normal; }

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    -moz-outline: none; }

textarea {
    -webkit-appearance: none;
    resize: none; }

/*去除 浏览器自带输入框焦点边框*/
input,
button,
select,
textarea {
    outline: none;
    -webkit-appearance: none; }

input[type="number"] {
    -moz-appearance: textfield; }
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none !important; }

textarea {
    resize: none; }

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }

.clearFix, .conditionWrap .conditionBox #conditionForm .boxView .choice_two_view .item {
    *zoom: 1; }

.clearFix:after, .conditionWrap .conditionBox #conditionForm .boxView .choice_two_view .item:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.after:after {
    content: "";
    display: block; }

.before::before {
    content: "";
    display: block; }

.transition-03, .rightSlide, .rightSlide nav ul li a,
.rightSlide nav ul li span, .rightSlide nav ul li a::before,
.rightSlide nav ul li span::before, .rightSlide nav ul li.returnTop::before, .photoListBox, .FloatBottomWrap, .ModalFrameWrap, .ModalFrameWrap .ModalFrameBox, .inquiryAddressWrap, .CalculatorPopup {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }

.noscroll {
    overflow: hidden;
    height: 100%;
    padding-right: 20px; }

.padding_bottom0 {
    padding-bottom: 0 !important; }

.nei {
    width: 1400px;
    margin: 0 auto; }
@media only screen and (max-width: 1365px) {
    .nei {
        width: 96%; } }

.w100 {
    width: 100% !important; }

.colorE3 {
    background-color: #F3F3F3; }

.imgBg {
    width: 100%; }

.pmAfter {
    position: relative; }
.pmAfter::after {
    content: "㎡";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #666;
    font-size: 1.6rem; }

.amap-logo {
    display: none !important; }

.amap-copyright {
    opacity: 0; }

#BMapLib_search_bus_btn1 {
    margin-right: 0 !important; }

.markerWrap {
    font-size: 1.4rem;
    color: #666;
    line-height: 1.5; }
.markerWrap span {
    color: #000; }

.dw {
    background-image: url("/static/home/img/dw.jpg");
    background-repeat: repeat; }

.rightSlide {
    width: 60px;
    position: fixed;
    top: 40%;
    right: -100%;
    z-index: 9; }
.rightSlide.show {
    right: 0; }
.rightSlide nav ul li a,
.rightSlide nav ul li span {
    background-color: #fff;
    height: 80px;
    display: block;
    font-size: 1.2rem;
    color: #3E66FC;
    font-weight: 400;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    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;
    cursor: pointer; }
.rightSlide nav ul li a::before,
.rightSlide nav ul li span::before {
    content: "";
    display: block;
    margin-bottom: 5px;
    width: 30px;
    height: 30px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto; }
.rightSlide nav ul li a:hover,
.rightSlide nav ul li span:hover {
    color: #fff;
    background-color: #3E66FC; }
.rightSlide nav ul li a:hover::before,
.rightSlide nav ul li span:hover::before {
    background-position: center bottom; }
.rightSlide nav ul li span {
    position: relative; }
.rightSlide nav ul li span img {
    width: 123px;
    display: block;
    position: absolute;
    top: 50%;
    left: -140px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0) translateY(-50%);
    transform: translate3d(-20px, 0, 0) translateY(-50%);
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease; }
.rightSlide nav ul li span:hover img {
    -webkit-transform: translate3d(0, 0, 0) translateY(-50%);
    transform: translate3d(0, 0, 0) translateY(-50%);
    visibility: visible;
    opacity: 1; }
.rightSlide nav ul li.customerService_right a::before {
    background-image: url("/static/home/img/r-i-1.png"); }
.rightSlide nav ul li.Store_right a::before {
    background-image: url("/static/home/img/house-chimney-user.png"); }
.rightSlide nav ul li.Price_right a::before {
    background-image: url("/static/home/img/r-i-2.png"); }
.rightSlide nav ul li.measure_right a::before {
    background-image: url("/static/home/img/r-i-3.png"); }
.rightSlide nav ul li.wx_right span::before {
    background-image: url("/static/home/img/r-i-5.png"); }
.rightSlide nav ul li.mailbox_right a {
    text-align: center; }
.rightSlide nav ul li.mailbox_right a::before {
    background-image: url("/static/home/img/r-i-6.png"); }
.rightSlide nav ul li.returnTop {
    cursor: pointer;
    height: 50px;
    position: relative;
    background-color: #3e66fc;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.rightSlide nav ul li.returnTop::before {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    background-image: url("/static/home/img/r-i-4.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto; }
.rightSlide nav ul li.returnTop:hover {
    background: #fff; }
.rightSlide nav ul li.returnTop:hover::before {
    background-position: center bottom; }

.swiperWrap {
    position: relative; }
.swiperWrap .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%; }
.swiperWrap .swiper-container .swierBtn {
    height: 55px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2; }
.swiperWrap .swiper-container .swierBtn .swiper-button-next,
.swiperWrap .swiper-container .swierBtn .swiper-button-prev {
    width: 30px;
    height: 55px;
    background-position: 0 0;
    background-repeat: no-repeat;
    outline: none;
    opacity: 0.7;
    top: 0; }
.swiperWrap .swiper-container .swierBtn .swiper-button-next:hover,
.swiperWrap .swiper-container .swierBtn .swiper-button-prev:hover {
    opacity: 1; }
.swiperWrap .swiper-container .swierBtn .swiper-button-next {
    background-image: url("/static/home/img/swiper-slide-next.png");
    right: 0; }
.swiperWrap .swiper-container .swierBtn .swiper-button-prev {
    background-image: url("/static/home/img/swiper-slide-prev.png");
    left: 0; }
.swiperWrap .swiper-container .swiper-pagination {
    bottom: 18px;
    display: block;
    text-align: center;
    width: 100%; }
.swiperWrap .swiper-container .swiper-pagination .swiper-pagination-bullet,
.swiperWrap .swiper-container .swiper-pagination .swiper-pagination-switch {
    cursor: pointer;
    width: 60px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
    opacity: 1;
    margin: 0 8px;
    display: inline-block; }
.swiperWrap .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiperWrap .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-active-switch,
.swiperWrap .swiper-container .swiper-pagination .swiper-pagination-switch.swiper-pagination-bullet-active,
.swiperWrap .swiper-container .swiper-pagination .swiper-pagination-switch.swiper-active-switch {
    background: #B8B8B8; }
.swiperWrap .CalculationWrap {
    background-color: rgba(43, 43, 43, 0.7);
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    height: 120px;
    padding: 20px;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.swiperWrap .CalculationWrap .Calculation {
    margin-right: 10px;
    width: 360px;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: distribute;
    align-content: space-around; }
.swiperWrap .CalculationWrap .Calculation .txt {
    color: #fff;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1; }
.swiperWrap .CalculationWrap .Calculation .txt strong {
    font-size: 2.4rem; }
.swiperWrap .CalculationWrap .Calculation .txt i {
    width: 2px;
    height: 15px;
    background-color: #fff;
    margin: 0 10px; }
.swiperWrap .CalculationWrap .Calculation .txt span {
    font-size: 1.6rem; }
.swiperWrap .CalculationWrap .Calculation .num {
    font-size: 1.6rem;
    color: #fff;
    text-align: center; }
.swiperWrap .CalculationWrap .Calculation .homeRange {
    margin: 20px 0 10px;
    width: 100%;
    height: 14px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
    background-color: #ebeff4; }
.swiperWrap .CalculationWrap .Calculation .homeRange .range-handle {
    height: 27px;
    width: 27px;
    background: #fff;
    border-radius: 50%;
    top: -7px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.46); }
.swiperWrap .CalculationWrap .Calculation .homeRange .range-quantity {
    border-radius: 7px 0 0 7px;
    padding-right: 10px; }
.swiperWrap .CalculationWrap #CalculationForm {
    flex-grow: 1;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
.swiperWrap .CalculationWrap #CalculationForm input {
    height: 38px;
    margin-bottom: 5px;
    border: 1px solid #fff;
    background: #fff;
    padding-left: 10px;
    color: #333;
    width: 250px;
    margin-right: 8px; }
.swiperWrap .CalculationWrap #CalculationForm input:focus {
    border-color: #3E66FC; }
.swiperWrap .CalculationWrap #CalculationForm .offerSbmit {
    cursor: pointer;
    height: 38px;
    font-size: 1.6rem;
    border: 0;
    color: #fff;
    background: linear-gradient(65deg, #0663EB, #418EFC);
    width: 160px; }

.bannerWrap {
    position: relative; }
.bannerWrap > img {
    width: 100%; }
.bannerWrap .bannerTitleBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 100px 0 35px;
    color: #fff;
    text-align: center;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
@media only screen and (max-width: 1199px) {
    .bannerWrap .bannerTitleBox {
        padding: 35px 0; } }
.bannerWrap .bannerTitleBox h4 {
    font-size: 3.6rem;
    position: relative;
    padding-bottom: 30px; }
.bannerWrap .bannerTitleBox h4::after {
    content: "";
    display: block;
    width: 2em;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: calc(50% - 1em);
    bottom: 0; }
.bannerWrap .bannerTitleBox p {
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 50px; }
.bannerWrap .zz_Banner_Box {
    height: 320px;
    width: 76%;
    position: absolute;
    right: 0;
    bottom: 110px;
    background-color: #1662D7;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
@media only screen and (max-width: 1580px) {
    .bannerWrap .zz_Banner_Box {
        width: 90%; } }
.bannerWrap .zz_Banner_Box.zz_villaOutfit {
    width: calc(76% + 15px);
    padding-left: 15px; }
.bannerWrap .zz_Banner_Box .iconWrap {
    width: 52%;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
@media only screen and (max-width: 1580px) {
    .bannerWrap .zz_Banner_Box .iconWrap {
        width: 62%; } }
.bannerWrap .zz_Banner_Box .iconWrap p {
    font-size: 3.4rem;
    color: #fff;
    margin-bottom: 40px; }
@media only screen and (max-width: 1440px) {
    .bannerWrap .zz_Banner_Box .iconWrap p {
        margin-bottom: 10px; } }
.bannerWrap .zz_Banner_Box .iconWrap ul {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
@media only screen and (max-width: 1799px) {
    .bannerWrap .zz_Banner_Box .iconWrap ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
.bannerWrap .zz_Banner_Box .iconWrap ul li {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    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;
    margin: 5px 10px; }
.bannerWrap .zz_Banner_Box .iconWrap ul li img {
    width: 100%; }
.bannerWrap .zz_Banner_Box .iconWrap ul li span {
    font-size: 1.8rem;
    color: #FBFEF7;
    display: block;
    margin-top: 10px; }
.bannerWrap .zz_Banner_Box .sbmitPriceWrap {
    width: 370px;
    height: 480px;
    padding: 30px;
    background-color: #fff;
    position: absolute;
    top: calc(50% - 240px);
    left: 50%; }
@media only screen and (max-width: 1580px) {
    .bannerWrap .zz_Banner_Box .sbmitPriceWrap {
        left: 60%; } }
@media only screen and (max-width: 1199px) {
    .bannerWrap .zz_Banner_Box .sbmitPriceWrap {
        left: 55%;
        width: 340px; } }
.bannerWrap .zz_Banner_Box .sbmitPriceWrap p {
    font-size: 1.6rem;
    color: #2B2B2B; }
.bannerWrap .zz_Banner_Box .sbmitPriceWrap .form > * {
    margin-top: 20px; }
.bannerWrap .zz_Banner_Box .sbmitPriceWrap .form .radioBox {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.bannerWrap .zz_Banner_Box .sbmitPriceWrap .form .radioBox label {
    width: calc(50% - 8px);
    position: relative;
    cursor: pointer; }
.bannerWrap .zz_Banner_Box .sbmitPriceWrap .form .radioBox label span {
    width: 100%;
    height: 50px;
    background-color: #F3F3F3;
    border: 1px solid #F3F3F3;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2rem;
    color: #2B2B2B;
    position: absolute;
    top: 0;
    left: 0; }
.bannerWrap .zz_Banner_Box .sbmitPriceWrap .form .radioBox label input {
    opacity: 0; }
.bannerWrap .zz_Banner_Box .sbmitPriceWrap .form .radioBox label input:checked + span {
    background-color: #1662D7;
    border-color: #1662D7;
    color: #fff; }
.bannerWrap .zz_Banner_Box .sbmitPriceWrap .form label {
    display: block;
    width: 100%;
    height: 50px; }
.bannerWrap .zz_Banner_Box .sbmitPriceWrap .form label.numberLabel {
    position: relative; }
.bannerWrap .zz_Banner_Box .sbmitPriceWrap .form label.numberLabel::after {
    content: "㎡";
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    font-size: 1.6rem;
    color: #747373;
    transform: translateY(-50%); }
.bannerWrap .zz_Banner_Box .sbmitPriceWrap .form label input {
    width: 100%;
    height: 50px;
    border: 1px solid #E0E0E0;
    padding-left: 20px;
    color: #747373;
    font-size: 1.6rem; }
.bannerWrap .zz_Banner_Box .sbmitPriceWrap .form label input:focus {
    border-color: #1662D7; }
.bannerWrap .zz_Banner_Box .sbmitPriceWrap .form #sbmitBtn {
    height: 50px;
    width: 100%;
    background-color: #1662D7;
    font-size: 2rem;
    color: #fff;
    border: 1px solid #1662D7;
    cursor: pointer; }
.bannerWrap .zz_Banner_Box .sbmitPriceWrap .warning {
    font-size: 1.4rem;
    margin-top: 10px;
    color: #747373;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.bannerWrap .zz_Banner_Box .sbmitPriceWrap .warning::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: url("/static/home/img/i26.png") no-repeat center;
    background-size: 100% auto;
    margin-right: 5px; }
.bannerWrap .zz_Banner_Box.Honorable {
    background-color: #25384D; }
.bannerWrap .zz_Banner_Box.Honorable .iconWrap {
    width: 49%; }
@media only screen and (max-width: 1199px) {
    .bannerWrap .zz_Banner_Box.Honorable .iconWrap {
        width: 55%; } }
.bannerWrap .zz_Banner_Box.Honorable .sbmitPriceWrap .form .radioBox label input span {
    color: #2B2B2B; }
.bannerWrap .zz_Banner_Box.Honorable .sbmitPriceWrap .form .radioBox label input:checked + span {
    background-color: #D4B388;
    border-color: #D4B388;
    color: #2B2B2B; }
.bannerWrap .zz_Banner_Box.Honorable .sbmitPriceWrap .form #sbmitBtn {
    background-color: #D4B388;
    border-color: #D4B388; }
.bannerWrap .zz_Banner_Box.Cappuccino {
    background-color: #DDB399; }
.bannerWrap .zz_Banner_Box.Cappuccino .iconWrap {
    width: 49%; }
@media only screen and (max-width: 1199px) {
    .bannerWrap .zz_Banner_Box.Cappuccino .iconWrap {
        width: 55%; } }
.bannerWrap .zz_Banner_Box.Cappuccino .iconWrap p {
    color: #633F31; }
.bannerWrap .zz_Banner_Box.Cappuccino .iconWrap ul li span {
    color: #633F31; }
.bannerWrap .zz_Banner_Box.Cappuccino .sbmitPriceWrap .form .radioBox label input span {
    color: #2B2B2B; }
.bannerWrap .zz_Banner_Box.Cappuccino .sbmitPriceWrap .form .radioBox label input:checked + span {
    background-color: #633F31;
    border-color: #633F31;
    color: #fff; }
.bannerWrap .zz_Banner_Box.Cappuccino .sbmitPriceWrap .form #sbmitBtn {
    background-color: #633F31;
    border-color: #633F31; }
.bannerWrap .zz_Banner_Box.kitchen {
    background-color: #FFBA00; }
.bannerWrap .zz_Banner_Box.kitchen .iconWrap {
    width: 49%; }
@media only screen and (max-width: 1580px) {
    .bannerWrap .zz_Banner_Box.kitchen .iconWrap {
        width: 60%; } }
@media only screen and (max-width: 1199px) {
    .bannerWrap .zz_Banner_Box.kitchen .iconWrap {
        width: 55%; } }
.bannerWrap .zz_Banner_Box.kitchen .iconWrap p {
    margin-bottom: 20px;
    color: #633f31; }
@media only screen and (max-width: 1440px) {
    .bannerWrap .zz_Banner_Box.kitchen .iconWrap p {
        margin-bottom: 10px; } }
.bannerWrap .zz_Banner_Box.kitchen .iconWrap .txt {
    padding: 0 40px;
    text-align: center; }
.bannerWrap .zz_Banner_Box.kitchen .iconWrap .txt span {
    display: inline-block;
    padding: 0 8px;
    line-height: 1;
    color: #633F31;
    font-size: 2rem;
    margin: 10px 0;
    border-right: 1px solid #633F31; }
.bannerWrap .zz_Banner_Box.kitchen .iconWrap .txt span:last-child {
    border-right: 0; }
@media only screen and (max-width: 1440px) {
    .bannerWrap .zz_Banner_Box.kitchen .iconWrap .txt span {
        margin: 5px 0; } }
.bannerWrap .zz_Banner_Box.kitchen .iconWrap ul {
    margin-top: 10px; }
.bannerWrap .zz_Banner_Box.kitchen .iconWrap ul li {
    margin: 0 30px; }
@media only screen and (max-width: 1440px) {
    .bannerWrap .zz_Banner_Box.kitchen .iconWrap ul li {
        margin: 0 25px; } }
@media only screen and (max-width: 1365px) {
    .bannerWrap .zz_Banner_Box.kitchen .iconWrap ul li {
        margin: 0 10px; } }
.bannerWrap .zz_Banner_Box.kitchen .iconWrap ul li img {
    width: 52px; }
.bannerWrap .zz_Banner_Box.kitchen .iconWrap ul li span {
    color: #633F31; }
@media only screen and (max-width: 1199px) {
    .bannerWrap .zz_Banner_Box.kitchen .sbmitPriceWrap {
        padding: 30px 15px; } }
.bannerWrap .zz_Banner_Box.kitchen .sbmitPriceWrap strong,
.bannerWrap .zz_Banner_Box.kitchen .sbmitPriceWrap p {
    color: #633F31;
    font-size: 21px;
    line-height: 1.5; }
.bannerWrap .zz_Banner_Box.kitchen .sbmitPriceWrap .form #sbmitBtn {
    background-color: #633F31;
    border-color: #633F31; }

.subnavWrap {
    width: 100%;
    border-bottom: 1px solid #eee;
    height: 64px; }
.subnavWrap .box {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.subnavWrap .box .subnav ul {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
.subnavWrap .box .subnav ul li {
    border-right: 1px solid #eee;
    font-size: 1.6rem; }
.subnavWrap .box .subnav ul li:nth-child(1) {
    border-left: 1px solid #eee; }
.subnavWrap .box .subnav ul li a {
    height: 64px;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 50px;
    color: #2B2B2B;
    white-space: nowrap; }
@media only screen and (max-width: 1199px) {
    .subnavWrap .box .subnav ul li a {
        padding: 0 33px; } }
.subnavWrap .box .subnav ul li a:hover {
    color: #3E66FC; }
.subnavWrap .box .subnav ul li.active a {
    color: #fff;
    background-color: #3E66FC; }
.subnavWrap .box .subnav ul li.active a:hover {
    color: #fff; }
.subnavWrap .box .Breadcrumb ul {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
.subnavWrap .box .Breadcrumb ul li {
    padding: 0 3px;
    font-size: 1.2rem;
    color: #999; }
.subnavWrap .box .Breadcrumb ul li a,
.subnavWrap .box .Breadcrumb ul li span {
    color: #333; }
.subnavWrap .box .Breadcrumb ul li a:hover {
    color: #3E66FC; }

.experienceWrap .box1Wrap {
    position: relative;
    padding: 0; }
.experienceWrap .box1Wrap > img {
    width: 100%; }
.experienceWrap .box1Wrap .box {
    padding-top: 36px;
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
@media only screen and (max-width: 1365px) {
    .experienceWrap .box1Wrap .box {
        padding-top: 20px; } }
.experienceWrap .box1Wrap .box .titles {
    padding-bottom: 16px;
    position: relative;
    text-align: center;
    margin-bottom: 60px; }
@media only screen and (max-width: 1799px) {
    .experienceWrap .box1Wrap .box .titles {
        margin-bottom: 30px; } }
@media only screen and (max-width: 1199px) {
    .experienceWrap .box1Wrap .box .titles {
        margin-bottom: 20px; } }
.experienceWrap .box1Wrap .box .titles::after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
.experienceWrap .box1Wrap .box .titles h3 {
    color: #fff;
    font-size: 3rem;
    margin-bottom: 5px; }
.experienceWrap .box1Wrap .box .titles span {
    color: #fff;
    font-size: 1.4rem;
    text-transform: uppercase; }
.experienceWrap .box1Wrap .box .con ul {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.experienceWrap .box1Wrap .box .con ul li {
    padding: 0 30px;
    font-size: 1.6rem;
    color: #fff;
    position: relative; }
@media only screen and (max-width: 1365px) {
    .experienceWrap .box1Wrap .box .con ul li {
        padding: 0 20px; } }
.experienceWrap .box1Wrap .box .con ul li::before {
    content: "/";
    display: block;
    font-size: 1.6rem;
    color: #C79E68;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
.experienceWrap .box1Wrap .box .con ul li:nth-child(1)::before {
    display: none; }
.experienceWrap .box1Wrap .box .con ul li span {
    font-size: 2.7rem;
    color: #C79E68;
    font-weight: normal; }
.experienceWrap .box2Wrap .box .formWrap {
    width: 690px;
    background-color: #fff;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
    padding: 40px 60px;
    margin: 0 auto;
    position: relative;
    top: -120px; }
@media only screen and (max-width: 1440px) {
    .experienceWrap .box2Wrap .box .formWrap {
        top: -60px; } }
@media only screen and (max-width: 1365px) {
    .experienceWrap .box2Wrap .box .formWrap {
        top: -30px; } }
.experienceWrap .box2Wrap .box .formWrap .formBox {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between; }
.experienceWrap .box2Wrap .box .formWrap .formBox .mapBox {
    width: 50%;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: justify;
    align-content: space-between; }
.experienceWrap .box2Wrap .box .formWrap .formBox .mapBox a {
    font-size: 3rem;
    font-weight: bold;
    color: #7E7E7E;
    display: block;
    margin-bottom: 20px; }
.experienceWrap .box2Wrap .box .formWrap .formBox .mapBox .mapTxt {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px; }
.experienceWrap .box2Wrap .box .formWrap .formBox .mapBox .mapTxt img {
    margin-right: 10px; }
.experienceWrap .box2Wrap .box .formWrap .formBox .mapBox .mapTxt .map p {
    font-weight: bold;
    font-size: 1.8rem;
    color: #727070;
    margin-bottom: 5px; }
.experienceWrap .box2Wrap .box .formWrap .formBox .mapBox .mapTxt .map span {
    font-size: 1.3rem;
    color: #727070;
    font-weight: 400; }
.experienceWrap .box2Wrap .box .formWrap .formBox #myForm {
    width: 50%; }
.experienceWrap .box2Wrap .box .formWrap .formBox #myForm label {
    height: 38px;
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 0;
    margin-top: 16px; }
.experienceWrap .box2Wrap .box .formWrap .formBox #myForm label:nth-child(1) {
    margin-top: 0; }
.experienceWrap .box2Wrap .box .formWrap .formBox #myForm label input {
    border: 1px solid #BDBDBD;
    border-radius: 4px;
    width: 100%;
    height: 38px;
    background: none;
    padding-left: 10px; }
.experienceWrap .box2Wrap .box .formWrap .formBox #myForm label input:focus {
    border-color: #3E66FC; }
.experienceWrap .box2Wrap .box .formWrap #homeSbmit {
    width: 200px;
    background-color: #3E66FC;
    height: 36px;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #3E66FC;
    margin: 20px auto 0;
    display: block;
    cursor: pointer; }
.experienceWrap .box2Wrap .box .formWrap #homeSbmit:hover {
    color: #3E66FC;
    background-color: transparent; }

.titles1 {
    width: 100%;
    padding: 10px 0;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    border-bottom: 1px solid #eee;
    margin-bottom: 45px; }
.titles1::before {
    content: "";
    display: block;
    height: 24px;
    width: 3px;
    background-color: #D2A97E;
    margin-right: 6px; }
.titles1 h3 {
    font-size: 2.4rem;
    color: #2B2B2B;
    margin-right: 20px;
    font-weight: 400; }
.titles1 span {
    font-size: 1.2rem;
    color: #C6C4C4;
    text-transform: uppercase; }

.title2 {
    text-align: center;
    margin-bottom: 100px; }
@media only screen and (max-width: 1199px) {
    .title2 {
        margin-bottom: 40px; } }
.title2 h3 {
    font-size: 3.6rem;
    color: #2B2B2B;
    margin-bottom: 10px;
    font-weight: 400; }
.title2 p {
    color: #656565;
    font-size: 1.4rem;
    max-width: 800px;
    margin: 0 auto; }

.title3 {
    text-align: center; }
.title3 strong {
    text-transform: uppercase;
    color: #C6C6C6;
    font-size: 3.6rem;
    font-weight: 400; }
.title3 h3 {
    color: #2B2B2B;
    font-size: 3.4rem;
    font-weight: 400; }

.title4 {
    text-align: center;
    margin-bottom: 50px; }
.title4 .line {
    width: 78px;
    height: 4px;
    background-color: #ffffff;
    margin: 0 auto;
    position: relative;
    top: -30px; }
.title4 h3 {
    font-size: 4rem;
    color: #2B2B2B;
    font-weight: 400;
    margin-bottom: 10px; }
.title4 h3 span {
    color: #3E66FC;
    display: inline-block;
    padding-right: 10px; }
.title4 p {
    display: inline-block;
    font-size: 2rem;
    color: #2B2B2B;
    padding-bottom: 10px;
    border-bottom: 1px solid #6E6D6D;
    position: relative; }
.title4 p::after {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 7px);
    bottom: -9px;
    width: 14px;
    height: 9px;
    background: url("/static/home/img/i34.jpg") no-repeat center;
    background-size: 100% auto; }

.title5 {
    text-align: center; }
.title5 .box {
    display: inline-block;
    position: relative;
    padding: 0 80px; }
.title5 .box h3 {
    color: #333;
    font-size: 4rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: inline-block;
    border-bottom: 1px solid #333; }
.title5 .box p {
    color: #343434;
    font-size: 2rem; }
.title5 .box .lineBox i {
    height: 46px;
    width: 46px;
    position: absolute;
    top: 0; }
.title5 .box .lineBox i::before, .title5 .box .lineBox i::after {
    content: "";
    display: block;
    background-color: #333;
    position: absolute;
    top: 30px; }
.title5 .box .lineBox i::before {
    width: 100%;
    height: 1px; }
.title5 .box .lineBox i::after {
    height: 100%;
    width: 1px; }
.title5 .box .lineBox i:nth-child(1) {
    left: 0; }
.title5 .box .lineBox i:nth-child(1)::before {
    left: 0; }
.title5 .box .lineBox i:nth-child(1)::after {
    left: 0; }
.title5 .box .lineBox i:nth-child(2) {
    right: 0; }
.title5 .box .lineBox i:nth-child(2)::before {
    right: 0; }
.title5 .box .lineBox i:nth-child(2)::after {
    right: 0; }
.title5 .box.max h3 {
    font-size: 4.8rem; }
.title5 .box.max p {
    font-size: 3.3rem; }

.title6 {
    text-align: center; }
.title6 h3 {
    font-size: 4rem;
    color: #2B2B2B;
    margin-bottom: 10px; }
.title6 h3 span {
    color: #FF9C00;
    display: inline-block;
    padding-right: 10px; }
.title6 p {
    font-size: 2rem;
    color: #2B2B2B; }

.title7 {
    display: flex;
    flex-direction: column;
    align-items: center; }
.title7 h3 {
    font-size: 38px;
    font-weight: 400;
    color: #3E3E3E; }
.title7 .line {
    width: 75px;
    height: 2px;
    background: #D4B388;
    margin-top: 37px; }

.title8 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase; }
.title8 .en-title {
    font-size: 24px;
    color: #000000;
    letter-spacing: 2px;
    margin-bottom: 10px; }
.title8 .title {
    font-size: 30px;
    font-weight: 600;
    color: #2B2B2B;
    letter-spacing: 2px; }

.childrenCon {
    padding: 80px 0; }
@media only screen and (max-width: 1440px) {
    .childrenCon {
        padding: 60px 0; } }
@media only screen and (max-width: 1199px) {
    .childrenCon {
        padding: 30px 0; } }
.childrenCon.zzCon {
    padding-bottom: 0; }
.childrenCon.zzIndexCon {
    padding: 0; }
.childrenCon.zzIndexCon .title4 h3 {
    color: #B18C5C; }
.childrenCon.zzIndexCon .title4 h3 span {
    color: #25384D; }

.conditionWrap {
    border: 1px solid #eee;
    margin-bottom: 15px; }
.conditionWrap .up {
    height: 47px;
    background-color: #eee;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 14px 0 50px; }
.conditionWrap .up strong {
    font-size: 1.4rem;
    color: #2B2B2B;
    font-weight: 400; }
.conditionWrap .up span {
    font-size: 1.4rem;
    color: #999;
    cursor: pointer; }
.conditionWrap .up span:hover {
    color: #3E66FC; }
.conditionWrap .conditionBox #conditionForm {
    padding: 0 50px;
    display: block; }
.conditionWrap .conditionBox #conditionForm.padd0 {
    padding: 0; }
.conditionWrap .conditionBox #conditionForm .box {
    border-bottom: 1px solid #eee;
    padding-top: 15px;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 1.4rem; }
.conditionWrap .conditionBox #conditionForm .box:last-child {
    border-bottom: 0; }
.conditionWrap .conditionBox #conditionForm .box strong {
    margin-right: 40px;
    display: inline-block;
    color: #18171d;
    font-weight: normal;
    white-space: nowrap;
    width: 70px; }
.conditionWrap .conditionBox #conditionForm .box .condition {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #777; }
.conditionWrap .conditionBox #conditionForm .box .condition label {
    margin-bottom: 15px;
    display: block;
    margin-right: 28px;
    cursor: pointer; }
.conditionWrap .conditionBox #conditionForm .box .condition label span {
    display: inline-block;
    padding: 5px 6px;
    width: 90px;
    text-align: center; }
.conditionWrap .conditionBox #conditionForm .box .condition label input:checked + span {
    color: #fff;
    background-color: #3E66FC; }
.conditionWrap .conditionBox #conditionForm .box .condition label:hover {
    color: #3E66FC; }
.conditionWrap .conditionBox #conditionForm .box .condition label:hover input:checked + span {
    color: #fff; }
.conditionWrap .conditionBox #conditionForm .box .condition.case label {
    margin-right: 17px; }
.conditionWrap .conditionBox #conditionForm .box .condition.case label:nth-child(9n) {
    margin-right: 0; }
.conditionWrap .conditionBox #conditionForm .boxView .choice_one_view {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-bottom: solid 1px #eeeeee;
    font-size: 14px; }
.conditionWrap .conditionBox #conditionForm .boxView .choice_one_view strong {
    width: 147px;
    color: #18171d;
    padding: 24px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.conditionWrap .conditionBox #conditionForm .boxView .choice_one_view .choice_one_item_view {
    width: calc(100% - 147px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.conditionWrap .conditionBox #conditionForm .boxView .choice_one_view .choice_one_item_view .item {
    width: calc(100% / 8);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px 0;
    color: #777777;
    cursor: pointer; }
.conditionWrap .conditionBox #conditionForm .boxView .choice_one_view .choice_one_item_view .item:hover {
    color: #3e66fc; }
.conditionWrap .conditionBox #conditionForm .boxView .choice_one_view .choice_one_item_view .item.active {
    background-color: #3e66fc;
    color: #fff; }
.conditionWrap .conditionBox #conditionForm .boxView .choice_two_view {
    box-sizing: border-box;
    padding-left: 147px; }
.conditionWrap .conditionBox #conditionForm .boxView .choice_two_view .item {
    display: none; }
.conditionWrap .conditionBox #conditionForm .boxView .choice_two_view .item.show {
    display: block; }
.conditionWrap .conditionBox #conditionForm .boxView .choice_two_view .item > * {
    float: left;
    width: calc(100% / 8);
    font-size: 14px;
    color: #777777;
    padding: 24px 0;
    background-color: #eeeeee;
    border: 1px solid #fff;
    border-bottom: 0;
    border-right: 0;
    box-sizing: border-box;
    cursor: pointer;
    position: relative; }
.conditionWrap .conditionBox #conditionForm .boxView .choice_two_view .item > *:nth-child(1), .conditionWrap .conditionBox #conditionForm .boxView .choice_two_view .item > *:nth-child(2), .conditionWrap .conditionBox #conditionForm .boxView .choice_two_view .item > *:nth-child(3), .conditionWrap .conditionBox #conditionForm .boxView .choice_two_view .item > *:nth-child(4), .conditionWrap .conditionBox #conditionForm .boxView .choice_two_view .item > *:nth-child(5), .conditionWrap .conditionBox #conditionForm .boxView .choice_two_view .item > *:nth-child(6), .conditionWrap .conditionBox #conditionForm .boxView .choice_two_view .item > *:nth-child(7), .conditionWrap .conditionBox #conditionForm .boxView .choice_two_view .item > *:nth-child(8) {
    border-top: 0; }
.conditionWrap .conditionBox #conditionForm .boxView .choice_two_view .item > *:hover {
    color: #3E66FC; }
.conditionWrap .conditionBox #conditionForm .boxView .choice_two_view .item > * span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.conditionWrap .conditionBox #conditionForm .boxView .choice_two_view .item > * input:checked + span {
    color: #fff;
    background-color: #3E66FC; }

.searchWrap {
    height: 47px;
    background-color: #eee;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 14px 0 50px; }
.searchWrap span {
    font-size: 1.4rem;
    color: #999; }
.searchWrap .sortWrap {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.searchWrap .sortWrap .sortBox {
    font-size: 14px;
    color: #999;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-left: 40px; }
.searchWrap .sortWrap .sortBox .iconfont {
    margin-right: 5px; }
.searchWrap .sortWrap .sortBox:hover, .searchWrap .sortWrap .sortBox.active {
    color: #3e66fc; }
.searchWrap .search {
    height: 30px;
    width: 320px;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.searchWrap .search label {
    display: block; }
.searchWrap .search label input {
    width: 250px;
    height: 30px;
    border: 1px solid #BCBCBC;
    font-size: 1.3rem;
    color: #4F5256;
    padding-left: 10px; }
.searchWrap .search label input:focus {
    border-color: #3E66FC; }
.searchWrap .search button {
    width: 70px;
    display: block;
    height: 30px;
    background-color: #3E66FC;
    border: 1px solid #3E66FC;
    color: #fff;
    font-size: 1.3rem;
    cursor: pointer; }

.photoListBox {
    display: block;
    position: relative; }
.photoListBox .imgBox {
    overflow: hidden;
    position: relative; }
.photoListBox .imgBox .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    background-image: url("/static/images/video_play.png");
    background-size: 50px auto;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px; }
.photoListBox .imgBox img {
    width: 100%;
    transition: all 0.6s cubic-bezier(0.34, 1.01, 1, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.34, 1.01, 1, 1);
    -moz-transition: all 0.6s cubic-bezier(0.34, 1.01, 1, 1);
    -ms-transition: all 0.6s cubic-bezier(0.34, 1.01, 1, 1);
    -o-transition: all 0.6s cubic-bezier(0.34, 1.01, 1, 1); }
.photoListBox .txtBox {
    padding: 10px;
    border: 1px solid #ECECEC;
    border-top: 0; }
.photoListBox .txtBox .tit {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #18171D;
    margin-bottom: 10px; }
.photoListBox .txtBox .tit h4 {
    font-size: 2rem;
    font-weight: 400; }
.photoListBox .txtBox .tit .Popularity {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5rem; }
.photoListBox .txtBox .tit .Popularity img {
    margin-right: 5px; }
.photoListBox .txtBox .tit .Popularity span {
    font-size: 1.5rem;
    color: #18171D; }
.photoListBox .txtBox .tit .roleView {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5rem; }
.photoListBox .txtBox .tit .roleView img {
    margin-right: 5px; }
.photoListBox .txtBox .tit .roleView span {
    font-size: 1.5rem;
    color: #c28f5a; }
.photoListBox .txtBox p {
    font-size: 1.3rem;
    color: #676766; }
.photoListBox .vrLabel {
    color: #fff;
    font-size: 1.4rem;
    background: rgba(86, 85, 85, 0.9);
    border-radius: 7px;
    padding: 3px 10px;
    position: absolute;
    right: 10px;
    top: 8px; }
.photoListBox .vrLabel strong {
    display: inline-block;
    padding-right: 5px; }
.photoListBox:hover {
    -moz-box-shadow: 0px 0px 10px #eee;
    -webkit-box-shadow: 0px 0px 10px #eee;
    box-shadow: 0px 0px 10px #eee; }
.photoListBox:hover .imgBox img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15); }
.photoListBox:hover .vrLabel {
    background: rgba(62, 102, 252, 0.9); }

.pagingWrap ul {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.pagingWrap ul li {
    border: 1px solid #E7E7E7;
    font-size: 1.3rem;
    color: #333333;
    margin: 0 5px; }
.pagingWrap ul li a {
    display: block;
    padding: 10px 20px;
    color: #333333; }
.pagingWrap ul li span {
    display: block;
    padding: 10px 20px; }
.pagingWrap ul li:hover {
    border-color: #B48B62; }
.pagingWrap ul li.active {
    border-color: #B48B62;
    background-color: #B48B62;
    color: #fff; }

.MoreA {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #fff;
    width: 183px;
    height: 46px;
    background-color: #3E66FC;
    margin: 20px auto 50px;
    border: 1px solid #3E66FC; }
.MoreA:hover {
    background-color: transparent;
    color: #3E66FC; }

.FloatBottomWrap {
    height: 80px;
    width: 100%;
    background-color: rgba(36, 36, 36, 0.8);
    position: fixed;
    bottom: -300px;
    left: 0;
    z-index: 10; }
.FloatBottomWrap.show {
    bottom: 0; }
.FloatBottomWrap .Close {
    width: 30px;
    height: 30px;
    border: 0;
    background: url("/static/images/c.png") no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2; }
.FloatBottomWrap .nei {
    height: 60px;
    position: relative;
    padding-left: 160px; }
@media only screen and (max-width: 1199px) {
    .FloatBottomWrap .nei {
        padding-left: 210px; } }
.FloatBottomWrap .nei .photo {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 140px; }
.FloatBottomWrap .nei .CalculationWrap {
    z-index: 3;
    height: 80px;
    padding: 20px 0;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.FloatBottomWrap .nei .CalculationWrap .Calculation {
    margin-right: 10px;
    width: 320px;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: distribute;
    align-content: space-around; }
.FloatBottomWrap .nei .CalculationWrap .Calculation .txt {
    color: #fff;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1; }
.FloatBottomWrap .nei .CalculationWrap .Calculation .txt strong {
    font-size: 18px; }
.FloatBottomWrap .nei .CalculationWrap .Calculation .txt i {
    width: 2px;
    height: 15px;
    background-color: #fff;
    margin: 0 10px; }
.FloatBottomWrap .nei .CalculationWrap .Calculation .txt span {
    font-size: 13px; }
.FloatBottomWrap .nei .CalculationWrap .Calculation .num {
    font-size: 1.6rem;
    color: #fff;
    text-align: center; }
.FloatBottomWrap .nei .CalculationWrap .Calculation .homeRange {
    margin: 15px 5px 15px;
    width: 80%;
    height: 14px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
    background-color: #ebeff4; }
.FloatBottomWrap .nei .CalculationWrap .Calculation .homeRange .range-handle {
    height: 27px;
    width: 27px;
    background: #fff;
    border-radius: 50%;
    top: -7px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.46); }
.FloatBottomWrap .nei .CalculationWrap .Calculation .homeRange .range-quantity {
    border-radius: 7px 0 0 7px;
    padding-right: 10px; }
.FloatBottomWrap .nei .CalculationWrap #CalculationForm {
    flex-grow: 1;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
.FloatBottomWrap .nei .CalculationWrap #CalculationForm input {
    height: 38px;
    margin-bottom: 5px;
    border: 1px solid #fff;
    background: #fff;
    padding-left: 10px;
    color: #333;
    width: 200px;
    margin-right: 8px; }
.FloatBottomWrap .nei .CalculationWrap #CalculationForm input:focus {
    border-color: #3E66FC; }
.FloatBottomWrap .nei .CalculationWrap #CalculationForm .offerSbmit {
    cursor: pointer;
    height: 38px;
    font-size: 1.6rem;
    border: 0;
    color: #fff;
    background: linear-gradient(65deg, #0663EB, #418EFC);
    width: 120px; }
.FloatBottomWrap .nei .CalculationWrap .tel-view {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
    color: #FCFCFC;
    padding-left: 20px; }
.FloatBottomWrap .nei .CalculationWrap .tel-view img {
    width: 24px;
    display: block;
    margin-right: 10px; }
.FloatBottomWrap .nei .formSignUpWrap {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px; }
.FloatBottomWrap .nei .formSignUpWrap .tit h4 {
    color: #D2A97E;
    font-size: 1.8rem;
    font-weight: normal; }
.FloatBottomWrap .nei .formSignUpWrap .tit p {
    font-size: 1.8rem;
    color: #fff;
    letter-spacing: 6px; }
@media only screen and (max-width: 1199px) {
    .FloatBottomWrap .nei .formSignUpWrap .tit p {
        font-size: 1.6rem; } }
.FloatBottomWrap .nei .formSignUpWrap .boxWrap {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.FloatBottomWrap .nei .formSignUpWrap .boxWrap .box {
    margin-left: 15px; }
.FloatBottomWrap .nei .formSignUpWrap .boxWrap .box.inputBox {
    width: 176px;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.FloatBottomWrap .nei .formSignUpWrap .boxWrap .box.inputBox label {
    display: block;
    position: relative; }
.FloatBottomWrap .nei .formSignUpWrap .boxWrap .box.inputBox label i {
    font-size: 2.6rem;
    color: #3E66FC;
    position: absolute;
    top: 4px;
    right: 10px; }
.FloatBottomWrap .nei .formSignUpWrap .boxWrap .box.inputBox input,
.FloatBottomWrap .nei .formSignUpWrap .boxWrap .box.inputBox button {
    width: 100%;
    height: 34px; }
.FloatBottomWrap .nei .formSignUpWrap .boxWrap .box.inputBox button {
    border: 1px solid #C79E68;
    background-color: #C79E68;
    color: #fff;
    font-size: 1.4rem;
    color: #fff;
    cursor: pointer; }
.FloatBottomWrap .nei .formSignUpWrap .boxWrap .box.inputBox button:hover {
    background-color: transparent;
    color: #C79E68; }
.FloatBottomWrap .nei .formSignUpWrap .boxWrap .box.inputBox input {
    border: 1px solid #E5E5E5;
    padding-left: 10px;
    font-size: 1.4rem;
    color: #999; }
.FloatBottomWrap .nei .formSignUpWrap .boxWrap .box.inputBox input:focus {
    border-color: #3E66FC; }
.FloatBottomWrap .nei .formSignUpWrap .boxWrap .box .signUpBtn {
    width: 147px;
    height: 34px;
    border: 1px solid #3E66FC;
    background-color: #3E66FC;
    color: #fff;
    font-size: 1.4rem;
    cursor: pointer; }
.FloatBottomWrap .nei .formSignUpWrap .boxWrap .box .signUpBtn:hover {
    background-color: #C79E68;
    border-color: #C79E68; }
.FloatBottomWrap .nei .formSignUpWrap .boxWrap .box img {
    width: 100%; }
.FloatBottomWrap .nei .formSignUpWrap .tel-view {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
    color: #FCFCFC;
    padding-left: 20px; }
.FloatBottomWrap .nei .formSignUpWrap .tel-view img {
    width: 24px;
    display: block;
    margin-right: 10px; }

.ModalFrameWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden; }
.ModalFrameWrap.show {
    opacity: 1;
    visibility: visible; }
.ModalFrameWrap .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); }
.ModalFrameWrap .ModalFrameBox {
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: -100%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.ModalFrameWrap .ModalFrameBox .closeBtn {
    width: 30px;

    height: 30px;
    background-image: url("/static/home/img/g.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 26px;
    right: 54px;
    cursor: pointer; }
.ModalFrameWrap .ModalFrameBox .closeBtn::before {
    content: "";
    display: block;
    width: 2px;
    height: 26px;
    background-color: #CEAC7D;
    position: absolute;
    top: -26px;
    left: calc(50% - 1px); }
.ModalFrameWrap .ModalFrameBox h3 {
    font-size: 3.2rem;
    color: #B88855;
    text-align: center;
    font-weight: normal;
    margin-bottom: 40px; }
.ModalFrameWrap .ModalFrameBox.ModalFrameA {
    padding: 100px 130px 130px; }
.ModalFrameWrap .ModalFrameBox.ModalFrameA.show {
    top: 50%; }
.ModalFrameWrap .ModalFrameBox.ModalFrameA .img1 {
    position: absolute;
    top: 0;
    left: 14px; }
.ModalFrameWrap .ModalFrameBox.ModalFrameA .img2 {
    position: absolute;
    right: -39px;
    bottom: -36px; }
.ModalFrameWrap .ModalFrameBox.ModalFrameA .formBox label {
    display: block;
    width: 100%;
    width: 420px;
    margin-bottom: 26px; }
.ModalFrameWrap .ModalFrameBox.ModalFrameA .formBox label input {
    width: 100%;
    height: 50px;
    border: 1px solid #E0E0E0;
    padding-left: 10px;
    font-size: 1.8rem;
    color: #333; }
.ModalFrameWrap .ModalFrameBox.ModalFrameA .formBox label input:focus {
    border-color: #B88855; }
.ModalFrameWrap .ModalFrameBox.ModalFrameA .formBox .radioBox {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 26px; }
.ModalFrameWrap .ModalFrameBox.ModalFrameA .formBox .radioBox label {
    width: calc(50% - 9px);
    position: relative;
    margin-bottom: 0;
    cursor: pointer; }
.ModalFrameWrap .ModalFrameBox.ModalFrameA .formBox .radioBox label input {
    opacity: 0; }
.ModalFrameWrap .ModalFrameBox.ModalFrameA .formBox .radioBox label span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #E0E0E0;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #999; }
.ModalFrameWrap .ModalFrameBox.ModalFrameA .formBox .radioBox label input:checked + span {
    color: #D2A97E;
    border-color: #D2A97E; }
.ModalFrameWrap .ModalFrameBox.ModalFrameA .formBox button {
    display: block;
    width: 100%;
    line-height: 1;
    font-size: 19px;
    color: #fff;
    height: 57px;
    background: linear-gradient(0deg, #2158FF, #376DFF, #5183FF);
    border-radius: 6px;
    cursor: pointer;
    border: 0; }
.ModalFrameWrap .ModalFrameBox.ModalFrameA .formBox button:hover {
    background: #D2A97E; }
.ModalFrameWrap .ModalFrameBox.ModalFrameB {
    padding: 58px 58px 70px 58px;
    border-radius: 20px; }
.ModalFrameWrap .ModalFrameBox.ModalFrameB.show {
    top: 50%; }
.ModalFrameWrap .ModalFrameBox.ModalFrameB h3 {
    font-style: italic; }
.ModalFrameWrap .ModalFrameBox.ModalFrameB .box {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.ModalFrameWrap .ModalFrameBox.ModalFrameB .box .imgBox img {
    margin-left: -85px; }
.ModalFrameWrap .ModalFrameBox.ModalFrameB .box .formBox {
    width: 410px; }
.ModalFrameWrap .ModalFrameBox.ModalFrameB .box .formBox label {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 28px; }
.ModalFrameWrap .ModalFrameBox.ModalFrameB .box .formBox label span {
    font-size: 2rem;
    color: #333;
    width: 110px; }
.ModalFrameWrap .ModalFrameBox.ModalFrameB .box .formBox label input {
    width: calc(100% - 130px);
    height: 50px;
    border: 1px solid #BFBFBF;
    padding-left: 10px;
    font-size: 1.8rem;
    color: #999; }
.ModalFrameWrap .ModalFrameBox.ModalFrameB .box .formBox label input:focus {
    border-color: #B88855; }
.ModalFrameWrap .ModalFrameBox.ModalFrameB .box .formBox button {
    display: block;
    width: 100%;
    height: 50px;
    background: linear-gradient(69deg, #2960FF, #4F82FF);
    line-height: 1;
    color: #fff;
    border: 0;
    font-size: 1.9rem;
    cursor: pointer; }
.ModalFrameWrap .ModalFrameBox.ModalFrameB .box .formBox button:hover {
    background: #D2A97E; }
.ModalFrameWrap .ModalFrameBox.ModalFrameC {
    padding: 330px 180px 0 170px;
    background: url("/static/home/images/modalC_bg.png") center no-repeat;
    width: 848px;
    height: 744px;
    position: relative; }
.ModalFrameWrap .ModalFrameBox.ModalFrameC.show {
    top: 50%; }
.ModalFrameWrap .ModalFrameBox.ModalFrameC .close {
    width: 30px;
    height: 30px;
    background-image: url('/static/home/img/g.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 70px;
    right: 130px;
    cursor: pointer; }
.ModalFrameWrap .ModalFrameBox.ModalFrameC .formBox label {
    display: block;
    margin-bottom: 20px; }
.ModalFrameWrap .ModalFrameBox.ModalFrameC .formBox label input, .ModalFrameWrap .ModalFrameBox.ModalFrameC .formBox label select {
    width: 100%;
    border: 1px solid #d0cfcf;
    padding: 15px;
    font-size: 18px; }
.ModalFrameWrap .ModalFrameBox.ModalFrameC .formBox button {
    background-color: #4a7dff;
    color: #fff;
    border: 0;
    cursor: pointer;
    width: 100%;
    padding: 15px 0;
    font-size: 24px; }

@keyframes jiantou {
    0% {
        left: 0px; }
    50% {
        left: 20px; }
    100% {
        left: 0px; } }
@-webkit-keyframes jiantou {
    0% {
        left: 0px; }
    50% {
        left: 20px; }
    100% {
        left: 0px; } }
.inquiryAddressWrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0; }
.inquiryAddressWrap.show {
    visibility: visible;
    opacity: 1; }
.inquiryAddressWrap .inquiryAddress {
    width: 420px;
    height: 310px;
    background-color: #fff;
    border-radius: 4px;
    padding: 34px 40px;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.inquiryAddressWrap .inquiryAddress::after {
    content: "";
    display: block;
    width: 4px;
    height: 49px;
    background-color: #3e66fc;
    position: absolute;
    left: 0;
    top: 30px; }
.inquiryAddressWrap .inquiryAddress .iconfont {
    position: absolute;
    top: 16px;
    right: 22px;
    font-size: 30px;
    color: #ceac7d;
    cursor: pointer; }
.inquiryAddressWrap .inquiryAddress .iconfont:hover {
    color: #3e66fc; }
.inquiryAddressWrap .inquiryAddress h4 {
    margin-bottom: 20px;
    font-size: 2.2rem;
    color: #2b2b2b; }
.inquiryAddressWrap .inquiryAddress .form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
.inquiryAddressWrap .inquiryAddress .form input {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    border: solid 1px #e2e2e2;
    box-sizing: border-box;
    margin-bottom: 24px;
    padding-left: 38px;
    font-size: 1.8rem;
    color: #2b2b2b; }
.inquiryAddressWrap .inquiryAddress .form input:focus {
    border-color: #3e66fc; }
.inquiryAddressWrap .inquiryAddress .form .send-message{
    position: absolute;width: 50%;right: 0;
}
.inquiryAddressWrap .inquiryAddress .form button {
    width: 100%;
    height: 50px;
    background-color: #3e66fc;
    border-radius: 6px;
    border: 1px solid #3e66fc;
    cursor: pointer;
    font-size: 1.8rem;
    color: #fff; }
.inquiryAddressWrap .inquiryAddress .form button:hover {
    color: #3e66fc;
    background-color: transparent; }

.CalculatorPopup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden; }
.CalculatorPopup.show {
    opacity: 1;
    visibility: visible; }
.CalculatorPopup .CalculatorPopupMantle {
    width: 100%;
    height: 100%;
    background-color: rgba(33, 33, 33, 0.5); }
.CalculatorPopup .CalculatorPopupMain {
    width: 626px;
    height: 380px;
    background-image: url("/static/home/img/1-5/bg-calculator.jpg");
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top: 5px solid #3687FB;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
.CalculatorPopup .CalculatorPopupMain .close {
    width: 24px;
    height: 24px;
    background: #727272;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: -12px;
    right: -12px;
    line-height: 1; }
.CalculatorPopup .CalculatorPopupMain .close:hover {
    background-color: #3687FB; }
.CalculatorPopup .CalculatorPopupMain .close .iconfont {
    font-size: 12px;
    color: #fff; }
.CalculatorPopup .CalculatorPopupMain #iframeView {
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

.couponPopup {
    width: 80%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0; }
.couponPopup.show {
    visibility: visible;
    opacity: 1; }
.couponPopup .couponPopupContent {
    display: flex;
    flex-direction: column;
    align-items: end;
    position: relative; }
.couponPopup .couponPopupContent .iconfont {
    color: #FF3000;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    right: 10%;
    top: 10%;
    z-index: 2; }
.couponPopup .couponPopupContent .iconfont:hover {
    opacity: 0.8; }
.couponPopup .couponPopupContent .couponPopupContentImage {
    position: relative; }
.couponPopup .couponPopupContent .couponPopupContentImage img {
    width: 100%;
    display: block; }
.couponPopup .couponPopupContent .couponPopupContentImage .couponPopupContentForm {
    display: flex;
    align-items: center;
    line-height: 1;
    position: absolute;
    bottom: 23%;
    left: 53%;
    transform: translateX(-50%) rotateZ(-10deg); }
.couponPopup .couponPopupContent .couponPopupContentImage .couponPopupContentForm input {
    width: 218px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 17px;
    border: 0;
    text-align: center;
    font-size: 14px;
    color: #000;
    margin-right: 20px; }
.couponPopup .couponPopupContent .couponPopupContentImage .couponPopupContentForm button {
    width: 152px;
    height: 33px;
    background: linear-gradient(180deg, #0EADFF, #0865F0);
    border-radius: 17px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    margin: 14px 0 20px;
    border: 0; }
.couponPopup .couponPopupContent .couponPopupContentImage .couponPopupContentForm button:hover {
    opacity: 0.8; }
.couponPopup .couponPopupContent a {
    width: 134px;
    height: 14px;
    font-size: 14px;
    color: #F6F6F6;
    white-space: nowrap;
    position: absolute;
    bottom: 18%;
    left: 46%;
    transform: rotateZ(-10deg); }
.couponPopup .couponPopupContent a:hover {
    opacity: 0.8; }

.subMenu {
    background-color: #eeeeee;
    padding: 15px 30px;
    margin-bottom: 30px;
    display: flex; }
.subMenu li a {
    padding: 5px 20px;
    font-size: 16px; }
.subMenu li a.active {
    color: #fff;
    background-color: #3e66fc; }

.item {
    width: calc(20% - 26px);
    margin-right: 26px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ececec;
    box-shadow: 0 0 10px #eee; }
.item .imgBox {
    overflow: hidden;
    position: relative;
    display: block;
    height: 330px; }
.item .imgBox > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s cubic-bezier(0.34, 1.01, 1, 1); }
.item .imgBox .ribbon {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 80px;
    height: 80px; }
.item .imgBox .ribbon h5 {
    transform: rotate(45deg);
    background-color: #f7470c;
    color: #fff;
    text-align: center;
    font-size: 12px;
    width: 120px;
    font-weight: 500;
    position: relative;
    padding: 3px 0;
    left: -5px;
    top: 15px; }
.item .txtBox {
    padding: 10px; }
.item .txtBox .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px; }
.item .txtBox .title h3 {
    font-size: 18px;
    font-weight: 500; }
.item .txtBox .title span {
    color: #666; }
.item .txtBox button {
    background-color: #016ffc;
    color: #fff;
    border: 0;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer; }
.item:hover {
    background-color: #016ffc; }
.item:hover .imgBox img {
    transform: scale(1.1); }
.item:hover .txtBox .title h3, .item:hover .txtBox .title span {
    color: #fff; }
.item:hover .txtBox button {
    background-color: #fff;
    color: #016ffc; }
.pagingWrap>div {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pagingWrap>div a,
.pagingWrap>div span {
    border: 1px solid #E7E7E7;
    font-size: 1.3rem;
    color: #333333;
    margin: 0 5px;
    display: block;
    padding: 10px 20px;
}
.pagingWrap>div a,
.pagingWrap>div span {
    border-color: #B48B62;
}
.pagingWrap>div span.current {
    border-color: #B48B62;
    background-color: #B48B62;
    color: #fff;
}
.pagingWrap ul li{border: none;}
.pagingWrap .active span{color: #fff}

.zjwImgBox{width: 100%;overflow: hidden}
.zjwImgBox:hover img {transform: scale(1.2); }

.pagingWrap > div {
    display: flex;
    align-items: center;
    justify-content: center; }
.pagingWrap > div a, .pagingWrap > div span {
    border: 1px solid #B48B62;
    font-size: 1.3rem;
    color: #333333;
    margin: 0 5px;
    display: block;
    padding: 10px 20px; }
.pagingWrap > div a.current, .pagingWrap > div span.current {
    border-color: #B48B62;
    background-color: #B48B62;
    color: #fff; }
.inlineB{display: inline-block;}

.FloatBottomWrap .nei .CalculationWrap .Calculation{width: 300px;}
.FloatBottomWrap .nei .CalculationWrap #CalculationForm #CalculationCode{width: 70px;margin-right: 0;}
#CalculationForm .send-message{height: 38px;border: none;margin-right: 8px;cursor: pointer;font-size: 1.2rem;width:80px;background: #FFF;color: #08f;}

/*# sourceMappingURL=public.css.map */

.layui-ellip{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.layui-ellip2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.layui-ellip3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;}

.main{width: 1400px;margin: 0 auto;}
.videoBox{position: relative;text-align: center}
.videoBox .img{width: 100%}
.videoBox .play{position: absolute;width: 8%;top: 40%;left: 46%;cursor: pointer}
.videoBox .play2{position: absolute;width: 18%;top: 35%;left: 41%;cursor: pointer}

.video-canvas.show {
    opacity: 1;
    visibility: visible;
}

.video-canvas {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.video-canvas .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    cursor: pointer;
    z-index: 999999;
}
.video-canvas .videoDom {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-canvas .videoDom video {
    max-width: 100%;
    display: block;
    height: 100vh;
    margin: 0 auto;
}
.video-canvas {
    visibility: hidden;
}


.gd-banner{height: 300px;background: url("/static/images/shigong/gd_02.jpg") no-repeat center center;text-align: center;color: #FFF;padding-top: 90px;position: relative; }
.gd-banner h1{font-size: 36px;font-weight: 400;}
.gd-banner::after{content: '';position: absolute;width: 80px;height: 4px;background: #FFF;top: 210px;left: calc(50% - 40px)}

.html-position{font-size: 14px;font-weight: lighter;margin: 30px 0;height: 45px;line-height: 45px;}
.html-position span{padding-right: 12px;}
.hide{display: none}
.show{display: block}

.inquiryAddressWrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
}

.inquiryAddressWrap.show {
    visibility: visible;
    opacity: 1;
}
.inquiryAddressWrap .inquiryAddress .layui-icon-close{position: absolute;
    top: 16px;
    right: 22px;
    font-size: 30px;
    color: #3e66fc;
    cursor: pointer;}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.zjw-dh{animation: infinite 2s heartBeat;}


@media screen and (min-width: 1300px) and (max-width:1450px) {
    .main,.nei{width: 1200px}
    .FloatBottomWrap .nei .CalculationWrap{display: block}
    .FloatBottomWrap .nei .CalculationWrap .Calculation,.FloatBottomWrap .nei .CalculationWrap .tel-view{display: inline-block;vertical-align: top;padding-top: 16px;}
    .FloatBottomWrap .nei .CalculationWrap #CalculationForm{display: inline-block;width: 425px;}
    .FloatBottomWrap,.FloatBottomWrap .nei .CalculationWrap{height: 110px;}
    .FloatBottomWrap .nei .photo{bottom: -50px;}
    .FloatBottomWrap .nei .CalculationWrap #CalculationForm #CalculationCode{width: 100px;margin-right: 0;}
    #CalculationForm{font-size: 0}
    #CalculationForm input{font-size: 1.6rem}
    #CalculationForm .send-message{width: 100px;position: relative;bottom: 1px;}
    .FloatBottomWrap .nei .CalculationWrap #CalculationForm .offerSbmit{width: 200px;}
    .FloatBottomWrap .nei .CalculationWrap .tel-view img{display: inline-block}
}

@media screen and (min-width: 1080px) and (max-width:1299px) {
    .main{width: 1000px}
}



@media screen and (min-width: 900px) and (max-width:1079px) {
    .main{width: 100%}
}
/*<=959px and >=768px的设备：PC端;*/
@media screen and (min-width: 768px) and (max-width:899px) {
    .main{width: 100%}


}

@media screen and (max-width:767px){
    .gd-banner{height: 45vw;background-size: cover;padding-top: 14vw;}
    .gd-banner h1{font-size: 22px;}
    .gd-banner::after{display: none;}
    .swiperWrap .swiper-container .swiper-pagination .swiper-pagination-bullet, .swiperWrap .swiper-container .swiper-pagination .swiper-pagination-switch{width: 40px;
        height: 5px;}
    .main{width: 100%}

    .form-box{background: url("/static/images/cases/images/bg_02.jpg") no-repeat center;background-size: cover;padding: 30px;text-align: center;margin-top: 30px;}
    .form-box h1,.form-box p{color: #FFF;margin-bottom: 15px;}
    .form-box p span{color: #b58b63}
    .form-box .form{font-size: 0}
    .form-box .form input{width: 100%;padding: 15px;height: 40px;border: none;font-size: 14px;margin-right: 10px;margin-bottom: 10px;border-radius: 6px;}
    .form-box .form .apply-btn{width: 100%;font-size: 14px;height: 40px;background: #b58b63;color: #FFF;border: none;cursor: pointer;border-radius: 6px;}
    .form-box .form .yzmBox{position: relative;}
    .form-box .form .yzmBox input{width: 100%}
    .form-box .form .send-message{color: #3c67f9;font-size: 14px;position: absolute;height: 32px;background: none;border: none;right: 0;top:4px;padding: 0 20px;cursor: pointer;border-left: 1px solid #d4d4d4}
    .caseBox .case-yy-btn{background: linear-gradient(to bottom,#3e66fc,#2f84f9);position: absolute;bottom: 15px;right: 20px;height: 30px;line-height: 30px;padding: 0 10px;}

    .videoBox .play{width: 14%;left: 43%;top: 30%}
    .videoBox .play2{width: 30%;left: 35%;top: 28%;}
@charset "UTF-8";
    body,
    ul,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    th,
    td,
    dl,
    dd,
    form,
    fieldset,
    legend,
    input,
    textarea,
    div,
    select {
        margin: 0;
        padding: 0;
        box-sizing: border-box; }

    html {
        font-size: 62.5%; }

    body {
        font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif, "宋体";
        background: #fff;
        -webkit-text-size-adjust: 100%;
        /*解决 iPhone 横屏时默认会放大文字*/
        overflow-x: hidden;
        min-width: 320px;
        margin: 0 auto;
        -webkit-overflow-scrolling: touch;
        /* 禁用默认的下拉刷新和边界效果
        但是依然可以进行滑动导航 */
        overscroll-behavior-y: none;
        /*iphoneX*/
        padding-top: constant(safe-area-inset-top);
        padding-left: constant(safe-area-inset-left);
        padding-right: constant(safe-area-inset-right);
        padding-bottom: constant(safe-area-inset-bottom); }

    .swiper-button-next,
    .swiper-button-prev,
    .swiper-pagination-bullet {
        outline: none; }

    a {
        color: #333;
        text-decoration: none; }

    a:hover {
        text-decoration: underline; }

    em {
        font-style: normal; }

    ul {
        list-style: none; }

    img {
        border: 0;
        vertical-align: middle; }

    table {
        border-collapse: collapse;
        border-spacing: 0; }

    p {
        word-wrap: break-word; }

    i {
        display: inline-block;
        font-style: normal; }

    a:hover,
    a:active,
    a:focus {
        text-decoration: none;
        outline: none;
        -moz-outline: none; }

    textarea {
        -webkit-appearance: none;
        resize: none; }

    /*去除 浏览器自带输入框焦点边框*/
    input,
    button,
    select,
    textarea {
        outline: none;
        -webkit-appearance: none; }

    input[type="number"] {
        -moz-appearance: textfield; }
    input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
        -webkit-appearance: none !important; }

    textarea {
        resize: none; }

    select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none; }

    .clearFix {
        *zoom: 1; }

    .clearFix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }

    .after:after {
        content: "";
        display: block; }

    .before::before {
        content: "";
        display: block; }

    .transition-03, .ChooseWrap .box label::after, .ejectWrap, .ejectWrap .boxWrap, .reg_type .eatest_content .eatest_overlay, .reg_type .eatest_content .test_circle i, .inquiryAddressWrap {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }

    .imgBox {
        width: 100%; }

    .imgBg {
        width: 100%; }

    .b-shadow {
        -o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
        -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.08); }

    .move {
        width: 160px;
        height: 34px;
        background: #3168FF;
        border-radius: 3px;
        margin: 45px auto 0;
        border: 0;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center; }

    .PageWrapP0 {
        padding-bottom: 0 !important; }

    .bannerBox {
        position: relative; }
    .bannerBox img {
        width: 100%; }
    .bannerBox .txtBox {
        width: 100%;
        height: 100%;
        background: rgba(27, 27, 27, 0.7);
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        text-align: center; }
    .bannerBox .txtBox .box {
        position: relative; }
    .bannerBox .txtBox .box p {
        text-transform: uppercase;
        font-size: 18px; }
    .bannerBox .txtBox .box i {
        width: 40px;
        height: 2px;
        background-color: #fff;
        margin: 10px auto; }
    .bannerBox .txtBox .box h4 {
        font-size: 18px;
        font-weight: normal; }
    .bannerBox .txtBox2,
    .bannerBox .txtBox3 {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 10px;
        height: 110px;
        background-image: url("../../img/bg.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center bottom; }
    .bannerBox .txtBox2 .txt,
    .bannerBox .txtBox3 .txt {
        position: absolute;
        bottom: 25px;
        left: 5px;
        width: calc(100% - 10px);
        font-size: 12px;
        height: 28px;
        border: 1px solid #4A2415;
        border-radius: 14px;
        display: flex;
        align-items: center; }
    .bannerBox .txtBox2 .txt span,
    .bannerBox .txtBox3 .txt span {
        padding: 0 5px;
        display: block;
        font-size: 12px;
        color: #fff;
        background-color: #4A2415;
        height: 28px;
        border-radius: 14px 0 0 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 5px; }
    .bannerBox .txtBox3 {
        bottom: 0;
        height: 140px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding-top: 50px; }
    .bannerBox .txtBox3 .tit h3 {
        font-size: 16px;
        color: #444445;
        font-weight: normal;
        line-height: 1; }
    .bannerBox .txtBox3 .tit i {
        width: 3em;
        height: 2px;
        background-color: #D4B388; }
    .bannerBox .txtBox3 .tit .boxList {
        margin-top: 10px; }
    .bannerBox .txtBox3 .tit .boxList p {
        font-size: 14px;
        color: #27405C;
        font-weight: bold; }
    .bannerBox .txtBox3 .tit .boxList p span {
        font-weight: normal; }
    .bannerBox .txtBox3.zz_Enjoyment .tit .boxList p {
        color: #1662D7;
        font-size: 21px; }
    .bannerBox .txtBox3.zz_villaOutfit .tit .boxList p {
        color: #27405C;
        font-size: 21px; }

    .pageWrap {
        width: 100vw;
        overflow-x: hidden;
        padding-bottom: 54px;
        position: relative;
        transition: right 0.5s;
        -moz-transition: right 0.5s;
        -webkit-transition: right 0.5s;
        -o-transition: right 0.5s;
        right: 0; }
    .pageWrap.hide {
        right: 70%; }

    .floatBottom {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 999;
        display: flex;
        height: 54px; }
    .floatBottom > a {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff; }
    .floatBottom > a.online, .floatBottom > a.service {
        flex-direction: column;
        background-color: rgba(0, 0, 0, 0.85);
        width: 26%;
        border-right: 1px solid rgba(49, 49, 49, 0.6);
        font-size: 1.4rem; }
    .floatBottom > a.online > img, .floatBottom > a.service > img {
        width: 25px;
        margin-bottom: 0.25rem; }
    .floatBottom > a.call {
        flex: 1;
        background-color: rgba(0, 136, 232, 0.95);
        font-size: 1.8rem; }
    .floatBottom > a.call > img {
        width: 25px;
        margin-right: 0.5rem; }

    .floatBottom1 {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 999;
        display: flex;
        height: 54px;
        background-color: #fff;
        border-top: 1px solid #f2f2f2; }
    .floatBottom1 .index {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 20%;
        font-size: 14px; }
    .floatBottom1 .index > img {
        width: 25px; }
    .floatBottom1 .btn {
        background-color: #f2552b;
        color: #fff;
        width: calc(40% - 12px);
        margin: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        position: relative;
        border-radius: 22px; }
    .floatBottom1 .btn > img {
        width: 25px;
        margin-right: 5px; }
    .floatBottom1 .btn .plus {
        position: absolute;
        top: -5px;
        right: 10px;
        background-color: #ff0000;
        color: #fff;
        padding: 3px 5px;
        font-size: 12px;
        border-radius: 10px;
        animation: fadeInUp 1s infinite; }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
        to {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }
    .animate__fadeInUp {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp; }

    @keyframes shakeY {
        from,
        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
        10%,
        30%,
        50%,
        70%,
        90% {
            -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
        20%,
        40%,
        60%,
        80% {
            -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); } }
    .animate__shakeY {
        -webkit-animation-name: shakeY;
        animation-name: shakeY; }

    .title1 {
        text-align: center;
        margin-bottom: 10px; }
    .title1 h3 {
        font-size: 22px;
        color: #313131;
        font-weight: 600; }
    .title1 i {
        width: 26px;
        height: 2px;
        background-color: #CEAC7D;
        margin: 10px 0; }
    .title1 p {
        color: #818080;
        font-size: 14px; }
    .title1.white h3,
    .title1.white p {
        color: #fff; }
    .title1.txtLeft {
        text-align: left; }
    .title1.txtLeft h3 {
        margin-bottom: 8px; }

    .title2 {
        display: -webkit-flex;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        position: relative;
        padding-left: 8px; }
    .title2::before {
        content: "";
        display: block;
        height: 18px;
        width: 2px;
        background-color: #B48B62;
        position: absolute;
        left: 0;
        top: calc(50% - 9px); }
    .title2 h4 {
        font-size: 18px;
        color: #18171D;
        font-weight: normal;
        margin-right: 10px; }
    .title2 span {
        font-size: 12px;
        color: #676766;
        text-transform: uppercase; }

    .title3 {
        text-align: center;
        line-height: 1.2; }
    .title3 h4 {
        font-size: 18px;
        color: #313131;
        font-weight: normal; }
    .title3 i {
        width: 26px;
        height: 2px;
        background: #CEAC7D; }
    .title3 p {
        font-size: 12px;
        color: #818080;
        margin-top: 6px; }

    .title4 {
        text-align: center;
        margin-bottom: 16px; }
    .title4 h3 {
        color: #FF9C00;
        font-size: 20px;
        margin-bottom: 8px; }
    .title4 h3 span {
        color: #2B2B2B; }
    .title4 p {
        color: #2B2B2B;
        font-size: 14px; }

    .title5 {
        text-align: center;
        margin-bottom: 16px; }
    .title5 h3 {
        color: #25384D;
        font-size: 20px;
        margin-bottom: 8px; }
    .title5 h3 span {
        color: #B18C5C; }
    .title5 p {
        color: #2B2B2B;
        font-size: 12px; }

    .title6 {
        text-align: center; }
    .title6 h3 {
        font-size: 20px;
        color: #2B2B2B;
        margin-bottom: 10px;
        font-weight: 400; }
    .title6 h3 span {
        color: #3E66FC; }
    .title6 p {
        font-size: 12px;
        color: #2B2B2B;
        padding-bottom: 10px;
        display: inline-block;
        border-bottom: 1px solid #6E6D6D;
        position: relative; }
    .title6 p::after {
        content: "";
        display: block;
        position: absolute;
        left: calc(50% - 7px);
        bottom: -8px;
        width: 10px;
        height: 9px;
        background: url("/static/home/img/i34.jpg") no-repeat center;
        background-size: 100% auto;
        background-color: #fff; }
    .title6.no p::after {
        display: none; }

    .title7 {
        display: flex;
        flex-direction: column;
        align-items: center; }
    .title7 h3 {
        font-size: 20px;
        color: #3E3E3E;
        font-weight: 400; }
    .title7 .line {
        width: 38px;
        height: 1px;
        background: #D4B388;
        margin: 18px 0; }

    .title8 {
        text-align: center; }
    .title8 .subTitle {
        font-size: 14px;
        color: #313131;
        margin-bottom: 10px;
        text-transform: uppercase; }
    .title8 .title {
        font-size: 16px;
        font-weight: bold;
        color: #313131; }

    #footer {
        padding: 18px;
        background-color: #F1F2F4;
        line-height: 1.5;
        font-size: 12px;
        color: #BCBCBC;
        text-align: center; }

    .Label {
        font-size: 14px;
        color: #4C4C4C;
        border: 1px solid #E1E1E1;
        padding: 3px 15px;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80px; }
    .Label::before {
        content: "";
        display: block;
        width: 11px;
        height: 11px;
        background-image: url("/static/home/img/x2.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        margin-right: 6px; }

    .ChooseWrap {
        display: -webkit-flex;
        display: flex;
        justify-content: flex-start;
        border-bottom: 1px solid #F1F2F4; }
    .ChooseWrap .box {
        text-align: center;
        flex-grow: 1;
        position: relative; }
    .ChooseWrap .box .label {
        display: block;
        padding: 10px;
        font-size: 14px;
        color: #2B2B2B;
        text-align: center;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center; }
    .ChooseWrap .box .label.active {
        color: #fff;
        background-color: #3e66fc; }
    .ChooseWrap .box label {
        display: block;
        padding: 20px;
        font-size: 14px;
        color: #2B2B2B;
        text-align: center;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center; }
    .ChooseWrap .box label::after {
        margin-left: 6px;
        content: "";
        display: inline-block;
        width: 11px;
        height: 7px;
        background-image: url("/static/home/img/i1.png");
        background-position: center top;
        background-size: 100% auto;
        background-repeat: no-repeat; }
    .ChooseWrap .box label.on {
        color: #B48B62; }
    .ChooseWrap .box label.on::after {
        background-position: center bottom; }
    .ChooseWrap .box select {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        opacity: 0; }
    .ChooseWrap.ChooseWrap_three {
        padding: 10px;
        border-bottom: 2px solid #f1f2f4; }
    .ChooseWrap.ChooseWrap_three .box {
        width: 33.33%; }
    .ChooseWrap.ChooseWrap_three .box label {
        padding: 10px; }
    .ChooseWrap.ChooseWrap_three .box label::after {
        background-image: url("/static/home/img/i1-1.png"); }
    .ChooseWrap.ChooseWrap_three .box label.on {
        color: #fff;
        background-color: #3e66fc; }
    .ChooseWrap.ChooseWrap_three .box label.on::after {
        background-position: center bottom; }

    .designerBox a {
        display: block;
        border: 1px solid #eee; }
    .designerBox a .imgBox img {
        width: 100%; }
    .designerBox a .txtBox {
        padding: 12px; }
    .designerBox a .txtBox .tit {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px; }
    .designerBox a .txtBox .tit h4 {
        font-size: 16px;
        color: #18171D;
        font-weight: normal; }
    .designerBox a .txtBox .tit .Fabulous {
        border: 1px solid #CDCDCD;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 3px 10px; }
    .designerBox a .txtBox .tit .Fabulous::before {
        content: "";
        display: block;
        width: 9px;
        height: 9px;
        background-image: url("../../img/x1.png");
        background-position: center;
        background-size: 100% auto;
        background-repeat: no-repeat;
        margin-right: 10px; }
    .designerBox a .txtBox .tit .Fabulous span {
        font-size: 12px;
        color: #A2A2A2; }
    .designerBox a .txtBox .tit .roleView {
        display: flex;
        align-items: center;
        font-size: 12px;
        border: 1px solid #c28f5a;
        padding: 2px 4px; }
    .designerBox a .txtBox .tit .roleView img {
        display: block;
        width: 12px;
        margin-right: 3px; }
    .designerBox a .txtBox .tit .roleView span {
        font-size: 12px;
        color: #c28f5a; }
    .designerBox a .txtBox .txt p {
        font-size: 14px;
        color: #18171D;
        margin-bottom: 5px; }

    .works {
        border: 1px solid #eee;
        margin-bottom: 20px; }
    .works a {
        display: block;
        position: relative; }
    .works a .imgBox {
        position: relative; }
    .works a .imgBox img {
        width: 100%; }
    .works a .imgBox .play {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
        background-image: url("/static/images/video_play.png");
        background-size: 50px auto;
        background-position: center;
        background-repeat: no-repeat;
        width: 50px;
        height: 50px; }
    .works a .txtBox {
        padding: 15px 25px; }
    .works a .txtBox .tit {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 8px; }
    .works a .txtBox .tit h4 {
        font-size: 18px;
        color: #18171D;
        font-weight: normal; }
    .works a .txtBox .tit .Label {
        font-size: 14px;
        color: #4C4C4C;
        padding: 3px 15px;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center; }
    .works a .txtBox .tit .Label::before {
        content: "";
        display: block;
        width: 11px;
        height: 11px;
        background-image: url("../../img/x2.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        margin-right: 6px; }
    .works a .txtBox p {
        font-size: 14px;
        color: #666; }
    .works a .vrBq {
        position: absolute;
        top: 5px;
        right: 5px;
        background: rgba(86, 85, 85, 0.9);
        color: #fff;
        font-size: 14px;
        display: flex;
        align-items: center;
        padding: 3px 8px;
        border-radius: 3px; }
    .works a .vrBq strong {
        display: block;
        margin-right: 5px; }

    .paging {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        padding: 30px 0; }
    .paging a,
    .paging span {
        display: inline-block;
        font-size: 12px;
        padding: 7px 15px;
        margin: 0 2px; }
    .paging a {
        border: 1px solid #E7E7E7;
        color: #333; }
    .paging span {
        border: 1px solid #B48B62;
        background-color: #B48B62;
        color: #fff; }

    .ejectWrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999999;
        visibility: hidden;
        opacity: 0; }
    .ejectWrap .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(36, 36, 36, 0.8); }
    .ejectWrap .boxWrap {
        width: calc(100% - 100px);
        background-color: #fff;
        padding: 45px 18px;
        position: absolute;
        top: -100%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .ejectWrap .boxWrap #ejectClose {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        top: 13px;
        right: 13px;
        background-image: url("../../img/g.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%; }
    .ejectWrap .boxWrap #ejectClose::before {
        content: "";
        display: block;
        width: 1px;
        height: 13px;
        background-color: #D2A97E;
        position: absolute;
        left: 50%;
        top: -13px; }
    .ejectWrap .boxWrap #ejectClose,
    .ejectWrap .boxWrap .t1,
    .ejectWrap .boxWrap .t2 {
        position: absolute; }
    .ejectWrap .boxWrap .t1 {
        width: 65px;
        top: 0;
        left: 5px; }
    .ejectWrap .boxWrap .t2 {
        width: 80px;
        bottom: -22px;
        right: -20px; }
    .ejectWrap .boxWrap h4 {
        font-size: 16px;
        font-weight: normal;
        color: #D2A97E;
        text-align: center;
        margin-bottom: 20px; }
    .ejectWrap .boxWrap .formBox label {
        width: 100%;
        margin-bottom: 12px;
        display: block; }
    .ejectWrap .boxWrap .formBox label input {
        width: 100%;
        height: 30px;
        border: 1px solid #E0E0E0;
        padding-left: 10px;
        font-size: 12px;
        color: #999; }
    .ejectWrap .boxWrap .formBox label input:focus {
        border-color: #D2A97E; }
    .ejectWrap .boxWrap .formBox .vCodeBox {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between; }
    .ejectWrap .boxWrap .formBox .vCodeBox label {
        width: calc(100% - 88px); }
    .ejectWrap .boxWrap .formBox .vCodeBox button {
        width: 80px;
        height: 30px;
        border: 1px solid #E0E0E0;
        background: none;
        font-size: 12px;
        color: #999; }
    .ejectWrap .boxWrap .formBox .vCodeBox button.on {
        opacity: 0.8;
        pointer-events: none; }
    .ejectWrap .boxWrap .formBox #submit {
        width: 100%;
        height: 30px;
        background: linear-gradient(0deg, #2158FF, #376DFF, #5183FF);
        border-radius: 3px;
        border: 0;
        color: #fff;
        font-size: 12px; }
    .ejectWrap.show {
        visibility: visible;
        opacity: 1; }
    .ejectWrap.show .boxWrap {
        top: 50%; }

    .AppointmentWrap {
        position: relative; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        .AppointmentWrap {
            height: 350px;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center; } }
    .AppointmentWrap .boxWrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 14px;
        color: #fff;
        text-align: center;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center; }
    .AppointmentWrap .boxWrap .box {
        width: 100%; }
    .AppointmentWrap .boxWrap .box h4 {
        font-size: 20px;
        font-weight: normal;
        margin-bottom: 10px; }
    .AppointmentWrap .boxWrap .box p {
        margin-bottom: 15px;
        font-size: 14px; }
    .AppointmentWrap .boxWrap .box p span {
        color: #B48B62; }
    .AppointmentWrap .boxWrap .box .formBox label {
        width: 100%;
        margin-bottom: 9px;
        display: flex;
        border-radius: 5px;
        border: 1px solid #fff;
        background-color: #fff; }
    .AppointmentWrap .boxWrap .box .formBox label input {
        flex: 1;
        height: 36px;
        border: 0;
        background-color: transparent;
        padding-left: 10px;
        font-size: 14px;
        color: #A29E9B; }
    .AppointmentWrap .boxWrap .box .formBox label input:focus {
        border-color: #B48B62; }
    .AppointmentWrap .boxWrap .box .formBox label .send {
        border: 0;
        background-color: transparent;
        font-size: 14px;
        color: #333; }
    .AppointmentWrap .boxWrap .box .formBox label .send:disabled {
        color: #999; }
    .AppointmentWrap .boxWrap .box .formBox button.submitBtn {
        display: block;
        width: 100%;
        border-radius: 5px;
        height: 36px;
        background-color: #B48B62;
        color: #fff;
        font-size: 14px;
        border: 0; }

    .titleUp {
        height: 45px;
        background-color: #313131;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative; }
    .titleUp a {
        display: block;
        width: 14px;
        height: 14px;
        background-image: url("../../img/return.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 7px auto;
        position: absolute;
        top: calc(50% - 7px);
        left: 15px; }
    .titleUp h3 {
        font-size: 15px;
        color: #fff;
        font-weight: normal; }

    .inputWrap {
        padding: 30px 10px; }
    .inputWrap h2 {
        font-size: 17px;
        font-weight: normal;
        color: #3E66FC;
        text-align: center;
        margin-bottom: 20px; }
    .inputWrap .formWrap label {
        display: block;
        margin-bottom: 15px;
        position: relative; }
    .inputWrap .formWrap label input {
        height: 35px;
        width: 100%;
        border: 1px solid #E0E0E1;
        box-shadow: 0px 0px 4px 0px rgba(52, 53, 74, 0.25) inset;
        border-radius: 3px;
        padding-left: 10px;
        font-size: 14px;
        color: #333; }
    .inputWrap .formWrap label input:focus {
        border-color: #3E66FC; }
    .inputWrap .formWrap label::after {
        content: "*";
        color: #DD0303;
        font-size: 14px;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%); }
    .inputWrap .formWrap button {
        width: 100%;
        height: 35px;
        background: linear-gradient(0deg, #2158FF, #376DFF, #5183FF);
        border-radius: 3px;
        border: 0;
        font-size: 14px;
        color: #fff; }
    .inputWrap .formWrap p {
        font-size: 14px;
        color: #626060;
        text-align: center;
        margin-top: 20px; }
    .inputWrap .formWrap p span {
        color: #2055FF; }
    .inputWrap .formWrap .homeRange {
        height: 12px; }
    .inputWrap .formWrap .homeRange .range-handle {
        width: 18px;
        height: 18px;
        top: -3px; }
    .inputWrap .formWrap .homeRange .range-quantity {
        border-radius: 15px 0 0 15px;
        padding-right: 5px; }
    .inputWrap .formWrap .num {
        margin-top: 5px;
        font-size: 12px;
        color: #2055FF;
        text-align: center;
        margin-bottom: 15px; }
    .inputWrap .con ul {
        padding: 20px 60px; }
    .inputWrap .con ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 12px;
        margin-bottom: 12px; }
    .inputWrap .con ul li span {
        color: #999; }
    .inputWrap .con ul li strong {
        font-weight: normal;
        color: #2055FF; }

    .td h3 {
        text-align: center;
        font-size: 18px;
        color: #3E66FC;
        font-style: oblique;
        font-weight: normal;
        margin-bottom: 20px; }
    .td .div1 {
        margin-bottom: 36px; }
    .td .div1 .boxWrap {
        padding: 0 30px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
    .td .div1 .boxWrap .box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 65px;
        height: 65px;
        border-radius: 50%;
        color: #fff;
        font-size: 14px; }
    .td .div1 .boxWrap .box:nth-child(1) {
        background: linear-gradient(14deg, #2960FF, #4F82FF); }
    .td .div1 .boxWrap .box:nth-child(2) {
        background: linear-gradient(14deg, #F92272, #FB569C); }
    .td .div1 .boxWrap .box:nth-child(3) {
        background: linear-gradient(14deg, #EFA322, #FDD26E); }
    .td .div2 .boxWrap .box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 40px; }
    .td .div2 .boxWrap .box .imgBox {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 0;
        margin-top: 0; }
    .td .div2 .boxWrap .box .imgBox img {
        width: 100%; }
    .td .div2 .boxWrap .box .txtBox {
        width: calc(100% - 100px);
        font-size: 12px;
        line-height: 1.5; }
    .td .div2 .boxWrap .box .txtBox p {
        color: #42403E;
        margin-bottom: 5px; }
    .td .div2 .boxWrap .box .txtBox strong {
        font-weight: normal;
        color: #3E66FC; }

    .reg_type {
        width: 100%;
        margin-bottom: 15px;
        position: relative; }
    .reg_type::after {
        display: none; }
    .reg_type .eatest_content {
        width: 100%;
        height: 100%;
        border: 1px solid #e0e0e0;
        background: #e9ecff;
        background-image: linear-gradient(180deg, #fff 0%, #f3f3f3 100%);
        position: relative;
        border-radius: 3px;
        width: 100%;
        height: 46px; }
    .reg_type .eatest_content .eatest_overlay {
        position: absolute;
        width: 0;
        height: 100%;
        background: #EEFFF5;
        top: 0;
        right: 0;
        border-radius: 3px; }
    .reg_type .eatest_content .test_circle {
        padding: 0 20px;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: flex-start; }
    .reg_type .eatest_content .test_circle i {
        width: 10px;
        height: 10px;
        background-color: #1754ff;
        display: inline-block;
        border-radius: 50%;
        margin-right: 20px;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% auto; }
    .reg_type .eatest_content .test_circle i::after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border: 1px solid #1754ff;
        box-sizing: border-box;
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: pulse 1s ease-out;
        -moz-animation: pulse 1s ease-out;
        animation: pulse 1s ease-out;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        animation-iteration-count: infinite; }
    .reg_type .eatest_content .test_circle .txt {
        font-size: 12px; }
    .reg_type .eatest_content .test_circle .txt.txt1 {
        color: #1754ff; }
    .reg_type .eatest_content .test_circle .txt.txt2 {
        color: #18A452;
        display: none; }
    .reg_type .eatest_content .test_circle .xh {
        width: 20px;
        height: 20px;
        background-image: url("../../img/xh.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        position: absolute;
        top: calc(50% - 10px);
        right: 20px; }
    .reg_type .va {
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
        opacity: 0; }
    .reg_type .va:checked + .eatest_content {
        background-image: none;
        border: 1px solid #26C267; }
    .reg_type .va:checked + .eatest_content .eatest_overlay {
        width: 100%; }
    .reg_type .va:checked + .eatest_content i {
        width: 20px;
        height: 20px;
        background-color: transparent;
        background-image: url("../../img/yes.png"); }
    .reg_type .va:checked + .eatest_content i::after {
        display: none; }
    .reg_type .va:checked + .eatest_content .txt.txt1 {
        display: none; }
    .reg_type .va:checked + .eatest_content .txt.txt2 {
        display: block; }
    .reg_type .va:checked + .eatest_content .xh {
        background-image: url("../../img/xh2.png"); }

    @keyframes pulse {
        0% {
            transform: scale(1);
            -webkit-transform: scale(1);
            opacity: 1.0; }
        50% {
            transform: scale(2);
            -webkit-transform: scale(2);
            opacity: 0.6; }
        100% {
            transform: scale(2.4);
            -webkit-transform: scale(2.4);
            opacity: 0.0; } }
    .inquiryAddressWrap {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 999;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        visibility: hidden;
        opacity: 0; }
    .inquiryAddressWrap.show {
        visibility: visible;
        opacity: 1; }
    .inquiryAddressWrap .inquiryAddress {
        width: 80vw;
        height: 240px;
        background-color: #fff;
        border-radius: 4px;
        padding: 18px 20px;
        box-sizing: border-box;
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
    .inquiryAddressWrap .inquiryAddress::after {
        content: "";
        display: block;
        width: 3px;
        height: 30px;
        background-color: #3e66fc;
        position: absolute;
        left: 0;
        top: 30px; }
    .inquiryAddressWrap .inquiryAddress .iconfont {
        position: absolute;
        top: 16px;
        right: 22px;
        font-size: 20px;
        color: #ceac7d;
        cursor: pointer; }
    .inquiryAddressWrap .inquiryAddress .iconfont:hover {
        color: #3e66fc; }
    .inquiryAddressWrap .inquiryAddress h4 {
        font-size: 18px;
        color: #2b2b2b; }
    .inquiryAddressWrap .inquiryAddress .form {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column; }
    .inquiryAddressWrap .inquiryAddress .form input {
        width: 100%;
        height: 40px;
        border-radius: 6px;
        border: solid 1px #e2e2e2;
        box-sizing: border-box;
        margin-bottom: 15px;
        padding-left: 28px;
        font-size: 14px;
        color: #2b2b2b; }
    .inquiryAddressWrap .inquiryAddress .form input:focus {
        border-color: #3e66fc; }
    .inquiryAddressWrap .inquiryAddress .form .reg_type {
        height: 40px; }
    .inquiryAddressWrap .inquiryAddress .form .reg_type input {
        margin-bottom: 0; }
    .inquiryAddressWrap .inquiryAddress .form .reg_type .eatest_content {
        height: 40px; }
    .inquiryAddressWrap .inquiryAddress .form button {
        width: 100%;
        height: 40px;
        background-color: #3e66fc;
        border-radius: 6px;
        border: 1px solid #3e66fc;
        cursor: pointer;
        font-size: 14px;
        color: #fff; }
    .inquiryAddressWrap .inquiryAddress .form button:hover {
        color: #3e66fc;
        background-color: transparent; }
    .childrenCon{padding: 0;}

    /*# sourceMappingURL=public.css.map */



}