﻿html,
body {
    min-width: 1200px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.fixit {
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
    visibility: hidden;
}

.content {
    height: auto;
    display: block;
    overflow: visible;
}

.mt {
    height: auto !important;
    display: block !important;
}

.swiper-container{
    width: 100%;
    height: 100%;
}

/******** 测试风格 *********/
.add20221208-ceshifengge {
    position: relative;
    z-index: 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6.25% 0 6.77% 0;
}

.add20221208-ceshifengge,
.add20221208-ceshifengge * {
    box-sizing: border-box;
}

.add20221208-ceshifengge .mt {
    margin-bottom: 45px;
    text-align: center;
}

.add20221208-ceshifengge .mt .title {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 40px;
    color: #fff;
}

.add20221208-ceshifengge .mt .title strong {
    color: #d9ae6b;
    font-size: 54px;
    line-height: 1;
}

.add20221208-ceshifengge .mt .subtitle {
    color: #fff;
    font-size: 24px;
    line-height: 1;
}

.add20221208-ceshifengge .mt .subtitle span {
    color: #d6000f;
}

.add20221208-ceshifengge .mc {
    position: relative;
}

.add20221208-ceshifengge .swiper-ceshi {
    margin-bottom: 30px;
}

.add20221208-ceshifengge .swiper-ceshi .slide-content {
    width: 100%;
}
    .add20221208-ceshifengge .swiper-ceshi .slide-content #msg_cyc_tishi {
        color: #fff;
        font-size: 24px;
        line-height: 1;
        text-align: center;
        margin-top: 100px;
    }

.add20221208-ceshifengge .swiper-ceshi .wenzi-box {
    margin-bottom: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    line-height: 1;
}

.add20221208-ceshifengge .swiper-ceshi .wenzi-box .xuhao {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin-right: 20px;
}

.add20221208-ceshifengge .swiper-ceshi .wenzi-box .xuhao .current-num {
    color: #d9ae6b;
    font-size: 36px;
    font-weight: bold;
}

.add20221208-ceshifengge .swiper-ceshi .wenzi-box .xuhao .total-num {
    color: #fff;
    font-size: 18px;
}

.add20221208-ceshifengge .swiper-ceshi .wenzi-box .xuhao .total-num:before {
    content: "/";
}

.add20221208-ceshifengge .swiper-ceshi .wenzi-box .wenzi {
    flex: 1;
    color: #fff;
    font-size: 18px;
}

.add20221208-ceshifengge .swiper-ceshi .bd-box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.add20221208-ceshifengge .swiper-ceshi .bd-box .xuanze-item {
    display: block;
    position: relative;
    width: 256px;
    height: 184px;
    border-radius: 3px;
    background: #fff;
    padding: 10px;
    margin-bottom: 30px;
}

.add20221208-ceshifengge .swiper-ceshi .bd-box .xuanze-item input {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    visibility: hidden
}

.add20221208-ceshifengge .swiper-ceshi .bd-box .xuanze-item .xuanze-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 0;
    position: relative;
    z-index: 0;
}

.add20221208-ceshifengge .swiper-ceshi .bd-box .xuanze-item .xuanze-img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.add20221208-ceshifengge .swiper-ceshi .bd-box .xuanze-item .check-icon {
    width: 24px;
    height: 24px;
    background-color: rgba(0, 0, 0, .42);
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-radius: 50%;
}

.add20221208-ceshifengge .swiper-ceshi .bd-box .xuanze-item.on .check-icon {
    background-image: url(/images/add20221208/ceshifengge/check-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px 14px;
}

    .add20221208-ceshifengge .swiper-ceshi .tel-box {
        width: 100%;
        padding-top: 30px;
        text-align: center;
    }

        .add20221208-ceshifengge .swiper-ceshi .tel-box .fullwidth-text {
            width: 1040px;
            height: 82px;
            border-radius: 3px;
            line-height: 82px;
            text-align: center;
            background: #fff;
            margin: 0 auto;
            font-size: 24px;
            color: #333;
            border: none;
            margin-bottom: 10px;
        }

.add20221208-ceshifengge .swiper-ceshi .tel-box .fullwidth-text::placeholder{
    color: #999;
    font-size: 24px;
}

.add20221208-ceshifengge .swiper-pagination {
    position: absolute;
    right: 0;
    top: 10px;
    bottom: auto;
    left: auto;
    width: auto;
}

.add20221208-ceshifengge .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0 0 10px;
    background: #bbb7b7;
    opacity: 1;
}

.add20221208-ceshifengge .swiper-pagination .swiper-pagination-bullet-active {
    background: #d6000f;
    border: none;
}

.add20221208-ceshifengge .button-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.add20221208-ceshifengge .button-box .swiper-button-prev,
.add20221208-ceshifengge .button-box .swiper-button-next {
    width: 55px;
    height: 50px;
    border-radius: 3px;
    background-color: #fff;
    position: static;
    opacity: 1;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: none;
}

.add20221208-ceshifengge .button-box .swiper-button-prev svg,
.add20221208-ceshifengge .button-box .swiper-button-next svg {
    width: 16px;
    height: 16px;
    fill: #d6000f;
}

.add20221208-ceshifengge .button-box .swiper-button-prev.swiper-button-disabled svg,
.add20221208-ceshifengge .button-box .swiper-button-next.swiper-button-disabled svg {
    fill: #333;
}

.add20221208-ceshifengge .button-box .check-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 168px;
    height: 50px;
    border-radius: 3px;
    background: #d6000f;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    margin: 0 1px;
}

/********** 贷款 *********/
.add20221208-daikuan {
    padding: 4.167% 0 3.385% 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.add20221208-daikuan,
.add20221208-daikuan * {
    box-sizing: border-box;
}

.add20221208-daikuan .content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.add20221208-daikuan .xuanchuan-box {
    width: 680px;
}

.add20221208-daikuan .xuanchuan-box .mt {
    margin-bottom: 40px;
}

.add20221208-daikuan .xuanchuan-box .mt .subtitle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 36px;
    border-radius: 18px;
    background: #d6000f;
    padding: 0 15px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
}

.add20221208-daikuan .xuanchuan-box .mt .title {
    color: #fff;
    font-size: 48px;
    line-height: 1;
}

.add20221208-daikuan .xuanchuan-box .mt .title span {
    color: #d6000f;
    padding: 0 10px;
}

.add20221208-daikuan .xuanchuan-box .tese-list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 45px;
}

.add20221208-daikuan .xuanchuan-box .tese-list .list-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1px #fff solid;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin-right: 50px;
}

.add20221208-daikuan .xuanchuan-box .tese-list .list-item:last-child {
    margin-right: 0;
}

.add20221208-daikuan .xuanchuan-box .liucheng {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 20px;
    color: #fff;
}

.add20221208-daikuan .xuanchuan-box .liucheng .liucheng-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 138px;
    height: 170px;
    position: relative;
    margin-left: 45px;
    background: rgba(0, 0, 0, .58);
    padding: 20px;
}

.add20221208-daikuan .xuanchuan-box .liucheng .liucheng-item:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 10px rgba(0, 0, 0, .58) solid;
    border-top: 10px transparent solid;
    border-bottom: 10px transparent solid;
    transform: translate(0, -50%);
}

.add20221208-daikuan .xuanchuan-box .liucheng .liucheng-item:first-child {
    margin-left: 0;
    background: #d6000f;
}

.add20221208-daikuan .xuanchuan-box .liucheng .liucheng-item:first-child:after {
    border-left-color: #d6000f;
}

.add20221208-daikuan .xuanchuan-box .liucheng .liucheng-item:last-child:after {
    display: none;
}

.add20221208-daikuan .xuanchuan-box .liucheng .liucheng-item .icon {
    width: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.add20221208-daikuan .xuanchuan-box .liucheng .liucheng-item .icon img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.add20221208-daikuan .xuanchuan-box .liucheng .liucheng-item .wenzi {
    font-size: 16px;
    line-height: 1.667;
}

.add20221208-daikuan .xuanchuan-box .liucheng .liucheng-item:first-child .wenzi {
    font-size: 18px;
    font-weight: bold;
}

.add20221208-daikuan .xuanchuan-box .tip {
    color: #fff;
    font-size: 14px;
    line-height: 1;
}

.add20221208-daikuan .bd-box {
    width: 294px;
    padding: 60px 0 0 0;
}

.add20221208-daikuan .bd-box .bdbox-content {
    background: #f3f3f3;
    padding: 40px 20px;
}

.add20221208-daikuan .bd-box .bt {
    text-align: center;
    color: #333;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 25px;
}

.add20221208-daikuan .bd-box .bc-item {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.add20221208-daikuan .bd-box .bc-item .nt {
    color: #333;
    font-size: 16px;
    line-height: 1;
}

.add20221208-daikuan .bd-box .bc-item .nc {
    flex: 1;
}

.add20221208-daikuan .bd-box .bc-item .select,
.add20221208-daikuan .bd-box .bc-item .text {
    border-bottom: 1px #e0e0e0 solid;
    border-top: 1px transparent solid;
    height: 36px;
    line-height: 34px;
    padding: 0 20px;
    color: #1d1e24;
    font-size: 14px;
    display: block;
    width: 100%;
    border-left: none;
    border-right: none;
    outline: none;
    background: none;
    box-sizing: border-box;
}

.add20221208-daikuan .bd-box .tijiao-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    background: #d6000f;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    outline: none;
    border: none;
    margin: 30px 0 15px 0;
}

.add20221208-daikuan .bd-box .bd-tip {
    color: #aeaeae;
    font-size: 12px;
    line-height: 1;
    text-align: center;
}

/************* 方案设计 *************/
.add20221209-fangansheji,
.add20221209-fangansheji * {
    box-sizing: border-box;
}

.add20221209-fangansheji .banner {
    padding: 4.895% 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: auto;
}

.add20221209-fangansheji .banner .content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.add20221209-fangansheji .banner .xuanchuan-box {
    width: 680px;
}

.add20221209-fangansheji .banner .xuanchuan-box .mt {
    margin-bottom: 40px;
    padding: 20px 0 0 0;
}

.add20221209-fangansheji .banner .xuanchuan-box .mt .title {
    color: #fff;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 35px;
}

.add20221209-fangansheji .banner .xuanchuan-box .mt .title span {
    color: #d6000f;
    padding: 0 10px;
}

.add20221209-fangansheji .banner .xuanchuan-box .mt .sub-title {
    color: #fff;
}

.add20221209-fangansheji .banner .xuanchuan-box .mt .sub-title .chs {
    font-size: 24px;
    line-height: 1.5
}

.add20221209-fangansheji .banner .xuanchuan-box .mt .sub-title .eng {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 2px;
}


.add20221209-fangansheji .banner .xuanchuan-box .liucheng {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 20px;
    color: #fff;
}

.add20221209-fangansheji .banner .xuanchuan-box .liucheng .liucheng-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 138px;
    height: 170px;
    position: relative;
    margin-left: 45px;
    background: rgba(0, 0, 0, .58);
    padding: 20px;
}

.add20221209-fangansheji .banner .xuanchuan-box .liucheng .liucheng-item:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 10px rgba(0, 0, 0, .58) solid;
    border-top: 10px transparent solid;
    border-bottom: 10px transparent solid;
    transform: translate(0, -50%);
}

.add20221209-fangansheji .banner .xuanchuan-box .liucheng .liucheng-item:first-child {
    margin-left: 0;
    background: #d6000f;
}

.add20221209-fangansheji .banner .xuanchuan-box .liucheng .liucheng-item:first-child:after {
    border-left-color: #d6000f;
}

.add20221209-fangansheji .banner .xuanchuan-box .liucheng .liucheng-item:last-child:after {
    display: none;
}

.add20221209-fangansheji .banner .xuanchuan-box .liucheng .liucheng-item .icon {
    width: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.add20221209-fangansheji .banner .xuanchuan-box .liucheng .liucheng-item .icon img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.add20221209-fangansheji .banner .xuanchuan-box .liucheng .liucheng-item .wenzi {
    font-size: 16px;
    line-height: 1.667;
}

.add20221209-fangansheji .banner .xuanchuan-box .liucheng .liucheng-item:first-child .wenzi strong {
    font-size: 18px;
    font-weight: bold;
}


.add20221209-fangansheji .banner .bd-box {
    width: 294px;
}

.add20221209-fangansheji .banner .bd-box .bdbox-content {
    background: #f3f3f3;
    padding: 40px 20px;
}

.add20221209-fangansheji .banner .bd-box .bt {
    text-align: center;
    margin-bottom: 25px;
}

.add20221209-fangansheji .banner .bd-box .bt .bigtitle {
    color: #333;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 10px;
}

.add20221209-fangansheji .banner .bd-box .bt .smalltitle {
    color: #999;
    font-size: 16px;
    line-height: 1;
}

.add20221209-fangansheji .banner .bd-box .bt .smalltitle .num {
    color: #d6000f;
}

.add20221209-fangansheji .banner .bd-box .bc-item {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.add20221209-fangansheji .banner .bd-box .bc-item .nt {
    color: #333;
    font-size: 16px;
    line-height: 1;
}

.add20221209-fangansheji .banner .bd-box .bc-item .nc {
    flex: 1;
}

.add20221209-fangansheji .banner .bd-box .bc-item .select,
.add20221209-fangansheji .banner .bd-box .bc-item .text {
    border-bottom: 1px #e0e0e0 solid;
    border-top: 1px transparent solid;
    height: 36px;
    line-height: 34px;
    padding: 0 20px;
    color: #1d1e24;
    font-size: 14px;
    display: block;
    width: 100%;
    border-left: none;
    border-right: none;
    outline: none;
    background: none;
    box-sizing: border-box;
}

.add20221209-fangansheji .banner .bd-box .tijiao-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    background: #d6000f;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    outline: none;
    border: none;
    margin: 30px 0 15px 0;
}

.add20221209-fangansheji .banner .bd-box .bd-tip {
    color: #aeaeae;
    font-size: 12px;
    line-height: 1;
    text-align: center;
}

.add20221209-fangansheji .block1 {
    padding: 4.1667% 0 2.08333% 0;
}

.add20221209-fangansheji .block1 .mt {
    text-align: center;
    color: #333;
    font-size: 42px;
    line-height: 1;
    margin-bottom: 60px;
}

.add20221209-fangansheji .block1 .shenghuo-list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.add20221209-fangansheji .block1 .shenghuo-item {
    width: 374px;
    background: #f2f2f2;
    margin-bottom: 45px;
    padding: 40px 35px 35px 35px;
    text-align: center;
}

.add20221209-fangansheji .block1 .shenghuo-item .text-box {
    color: #333;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 45px;
}

.add20221209-fangansheji .block1 .shenghuo-item .img-box {
    font-size: 0;
    width: 100%;
    height: 206px;
}

.add20221209-fangansheji .block1 .shenghuo-item .img-box img {
    width: 100%;
    height: 100%;
}

.add20221209-fangansheji .block2 {
    padding: 4.6875% 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.add20221209-fangansheji .block2 .mt {
    text-align: center;
    margin-bottom: 70px;
}

.add20221209-fangansheji .block2 .mt .title {
    color: #fff;
    font-size: 42px;
    line-height: 1;
    margin-bottom: 15px;
}

.add20221209-fangansheji .block2 .mt .subtitle {
    color: #d9000f;
    font-size: 16px;
    line-height: 1;
}

.add20221209-fangansheji .block2 .img-box {
    text-align: center;
    font-size: 0;
    margin-bottom: 60px;
}

.add20221209-fangansheji .block2 .img-box img {
    width: auto;
    max-width: 100%;
}

.add20221209-fangansheji .block2 .info-box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.add20221209-fangansheji .block2 .info-box .info-item {
    width: 582px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.add20221209-fangansheji .block2 .info-box .info-item .item-content {
    width: 100%;
    height: 100%;
    border: 1px #e7e6e6 solid;
    padding: 20px 0;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
}

.add20221209-fangansheji .block2 .info-box .info-item .bt {
    width: 190px;
    height: 100%;
    border-right: 1px #595959 solid;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    line-height: 1;
}

.add20221209-fangansheji .block2 .info-box .info-item .bc {
    flex: 1;
    padding: 0 30px;
}

.add20221209-fangansheji .block2 .info-box .info-item .two-in-line-info,
.add20221209-fangansheji .block2 .info-box .info-item .three-in-line-info {
    font-size: 0;
    display: block;
}

.add20221209-fangansheji .block2 .info-box .info-item .two-in-line-info li,
.add20221209-fangansheji .block2 .info-box .info-item .three-in-line-info li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    position: relative;
    color: #bebdbd;
    font-size: 14px;
    line-height: 2;
    padding: 0 10px;
}

.add20221209-fangansheji .block2 .info-box .info-item .three-in-line-info li {
    width: calc(100%/3);
}

.add20221209-fangansheji .block2 .info-box .info-item li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #bebdbd;
}

.add20221209-fangansheji .block2 .info-box .yuyue-button {
    width: 100%;
    height: 64px;
    border-radius: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d6000f;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.add20221209-fangansheji .block3 {
    padding: 3.90625% 0 2.604% 0;
}

.add20221209-fangansheji .block3 .mt {
    text-align: center;
    margin-bottom: 45px;
}

.add20221209-fangansheji .block3 .mt .title {
    color: #333;
    font-size: 42px;
    line-height: 1;
    margin-bottom: 15px;
}

.add20221209-fangansheji .block3 .mt .subtitle {
    color: #d9000f;
    font-size: 16px;
    line-height: 1;
}

.add20221209-fangansheji .block3 .tabmenu {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 60px;
}

.add20221209-fangansheji .block3 .tabmenu .tabmenu-item {
    display: table-cell;
    vertical-align: middle;
    font-size: 0;
    text-align: center;
}

.add20221209-fangansheji .block3 .tabmenu .tabmenu-item .item-content {
    display: inline-block;
    padding: 20px 0;
    color: #666;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    position: relative;
}

.add20221209-fangansheji .block3 .tabmenu .tabmenu-item.on .item-content {
    color: #050505;
}

.add20221209-fangansheji .block3 .tabmenu .tabmenu-item.on .item-content:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #050505;
}

.add20221209-fangansheji .block3 .tabbox-container {
    font-size: 0;
    text-align: center;
    display: none;
}

.add20221209-fangansheji .block3 .tabbox-container img {
    width: auto;
    max-width: 100%;
}

.add20221209-fangansheji .block4 {
    padding: 2.604% 0;
}

.add20221209-fangansheji .block4 .mt {
    text-align: center;
    color: #333;
    font-size: 42px;
    line-height: 1;
    margin-bottom: 60px;
}

.add20221209-fangansheji .block4 .designer-list.desinger_card{
    float: none;
    width: 100%;
}

.add20221209-fangansheji .block4 .swiper-designer{
    height: auto;
}

.add20221209-fangansheji .block4 .swiper-button-prev,
.add20221209-fangansheji .block4 .swiper-button-next{
    width: 44px;
    height: 44px;
    background: #8d8d8d;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.add20221209-fangansheji .block4 .swiper-button-prev{
    left: -50px;
}

.add20221209-fangansheji .block4 .swiper-button-next{
    right: -50px;
}

.add20221209-fangansheji .block4 .swiper-button-prev:hover,
.add20221209-fangansheji .block4 .swiper-button-next:hover{
    background: #d9000f;
}

.add20221209-fangansheji .block4 .swiper-button-prev svg,
.add20221209-fangansheji .block4 .swiper-button-next svg{
    width: 20px;
    height: 20px;
}

.desinger_hover img{
    width: 50px;
    height: 50px;
}

.desinger_card .designer_item:hover .desinger_hover{
    z-index: 1;
}

.desinger_card .designer_item:hover .desinger_hover img{
    display: inline-block;
    box-sizing: content-box;
    transition: all .4s ease;
}

.desinger_card .designer_item:hover .desinger_hover .designer_more{
    display: block;
    transition: all .4s ease;
}

.desinger_card .designer_item:hover .desonger_img_box img{
    transform: scale(1.05);
    transition: all .4s ease;
}

.add20221209-fangansheji .block4 .zixun-button {
    width: 584px;
    height: 64px;
    border-radius: 32px;
    background: #d6000f;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto 0 auto;
    font-size: 24px;
    line-height: 1;
}

.add20221209-fangansheji .block5 {
    padding: 2.604% 0;
}

.add20221209-fangansheji .block5 .mt {
    text-align: center;
    color: #333;
    font-size: 42px;
    line-height: 1;
    margin-bottom: 70px;
}

.add20221209-fangansheji .block5 .fuwu-list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.add20221209-fangansheji .block5 .list-item {
    margin-bottom: 55px;
    border: 1px #e8e8e8 solid;
    width: 362px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.add20221209-fangansheji .block5 .list-item .text-box {
    padding: 40px 25px 25px 25px;
    color: #333;
    font-size: 20px;
    line-height: 1.8;
    text-align: center;
}

.add20221209-fangansheji .block5 .list-item .img-box {
    width: 100%;
    height: 0;
    padding-bottom: 68.232%;
    position: relative;
}

.add20221209-fangansheji .block5 .list-item .img-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.add20221209-fangansheji .block5 .lingqu-button {
    width: 584px;
    height: 64px;
    border-radius: 32px;
    background: #d6000f;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 24px;
    line-height: 1;
}

.add20221209-fangansheji .block6 {
    padding: 3.90625% 0 5.46875% 0;
    background: #3d3d3d;
}

.add20221209-fangansheji .block6 .mt {
    text-align: center;
    margin-bottom: 65px;
}

.add20221209-fangansheji .block6 .mt .title {
    color: #fff;
    font-size: 42px;
    line-height: 1;
    margin-bottom: 15px;
}

.add20221209-fangansheji .block6 .mt .subtitle {
    color: #d9000f;
    font-size: 16px;
    line-height: 1;
}

.add20221209-fangansheji .block6 .xitong-list {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.add20221209-fangansheji .block6 .xitong-list .list-item {
    display: table-cell;
    font-size: 0;
    width: 89px;
}

.add20221209-fangansheji .block6 .xitong-list .list-item.on{
    width: 659px;
}

.add20221209-fangansheji .block6 .xitong-list .list-item .img-box {
    width: 0;
    height: 382px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.add20221209-fangansheji .block6 .xitong-list .list-item.on .img-box {
    width: calc(100% - 89px);
}

.add20221209-fangansheji .block6 .xitong-list .list-item .img-box .img {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.add20221209-fangansheji .block6 .xitong-list .list-item .img-box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.add20221209-fangansheji .block6 .xitong-list .list-item .img-box .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .33);
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 1.8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add20221209-fangansheji .block6 .xitong-list .list-item .text-box {
    width: 89px;
    height: 382px;
    background-image: linear-gradient(to right, #333, #646464);
    text-align: center;
    writing-mode: vertical-rl;
    font-size: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    color: #fff;
}

.add20221209-fangansheji .block6 .xitong-list .list-item.on .text-box {
    background: #d9000f;
}

.add20221209-fangansheji .block6 .xitong-list .list-item.on .text-box:before {
    content: "";
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-right: 18px #d9000f solid;
    border-top: 16px transparent solid;
    border-bottom: 16px transparent solid;
}

/*********** 风格测试落地页 ***********/
.add20221213-fenggeceshi,
add20221213-fenggeceshi *{
    box-sizing: border-box;
}

.add20221213-fenggeceshi{
    padding: 8.333333% 0 14.84375% 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.add20221213-fenggeceshi .mt{
    color: #d6000f;
    font-size: 72px;
    line-height: 1;
    margin-bottom: 60px;
    font-weight: lighter;
}

.add20221213-fenggeceshi .mt strong{
    font-weight: bold;
}

.add20221213-fenggeceshi .info{
    color: #333;
    font-size: 32px;
    line-height: 1;
    /*margin-bottom: 60px;*/
}

.add20221213-fenggeceshi .info .redtext{
    color: #d6000f;
}

.add20221213-fenggeceshi .link{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 167px;
    height: 50px;
    border-radius: 3px;
    background: #d6000f;
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
    box-shadow: 0 5px 0 #ae5762;
}

/************** 免费接送 ************/
.add20221213-mianfeijiesong,
.add20221213-mianfeijiesong *{
    box-sizing: border-box;
}

    .add20221213-mianfeijiesong .banner {
        padding: 4.895% 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: auto;
        display: flex;
        align-items: center;
    }

.add20221213-mianfeijiesong .banner .content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.add20221213-mianfeijiesong .banner .xuanchuan-box {
    flex: 1;
    padding-right: 30px;
}

.add20221213-mianfeijiesong .banner .xuanchuan-box .mt {
    margin-bottom: 40px;
    padding: 20px 0 0 0;
}

.add20221213-mianfeijiesong .banner .xuanchuan-box .mt .title {
    color: #fff;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 35px;
    font-weight: lighter;
}

.add20221213-mianfeijiesong .banner .xuanchuan-box .mt .title strong{
    font-weight: bold;
}

.add20221213-mianfeijiesong .banner .xuanchuan-box .mt .title span {
    color: #d6000f;
    padding: 0 10px;
}

.add20221213-mianfeijiesong .banner .xuanchuan-box .mt .sub-title {
    color: #fff;
    font-weight: lighter;
}

.add20221213-mianfeijiesong .banner .xuanchuan-box .mt .sub-title .chs {
    font-size: 24px;
    line-height: 1.5
}

.add20221213-mianfeijiesong .banner .xuanchuan-box .mt .sub-title .eng {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 2px;
}


.add20221213-mianfeijiesong .banner .bd-box {
    width: 294px;
}

.add20221213-mianfeijiesong .banner .bd-box .bdbox-content {
    background: #f3f3f3;
    padding: 40px 20px;
}

.add20221213-mianfeijiesong .banner .bd-box .bt {
    text-align: center;
   /* margin-bottom: 25px;*/
}

    .add20221213-mianfeijiesong .banner .bd-box .bt .bigtitle {
        color: #333;
        font-size: 24px;
        line-height: 1;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .add20221213-mianfeijiesong .banner .bd-box .bt .bigtitleteshu {
        color: #aeaeae;
        line-height: 1;
        margin-bottom: 15px;
    }

.add20221213-mianfeijiesong .banner .bd-box .bc-item {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.add20221213-mianfeijiesong .banner .bd-box .bc-item .nt {
    color: #333;
    font-size: 16px;
    line-height: 1;
}

.add20221213-mianfeijiesong .banner .bd-box .bc-item .nc {
    flex: 1;
}

.add20221213-mianfeijiesong .banner .bd-box .bc-item .select,
.add20221213-mianfeijiesong .banner .bd-box .bc-item .text {
    border-bottom: 1px #e0e0e0 solid;
    border-top: 1px transparent solid;
    height: 36px;
    line-height: 34px;
    padding: 0 20px;
    color: #1d1e24;
    font-size: 14px;
    display: block;
    width: 100%;
    border-left: none;
    border-right: none;
    outline: none;
    background: none;
    box-sizing: border-box;
}

.add20221213-mianfeijiesong .banner .bd-box .tijiao-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    background: #d6000f;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    outline: none;
    border: none;
    margin: 30px 0 15px 0;
}

.add20221213-mianfeijiesong .banner .bd-box .bd-tip {
    color: #aeaeae;
    font-size: 12px;
    line-height: 1;
    text-align: center;
}

.add20221213-mianfeijiesong .block1{
    padding: 4.166667% 0 2.604% 0;
}

.add20221213-mianfeijiesong .block1 .mt{
    text-align: center;
    margin-bottom: 60px;
    color: #333;
    font-size: 42px;
    line-height: 1;
}

.add20221213-mianfeijiesong .block1 .jiesong-list{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.add20221213-mianfeijiesong .block1 .jiesong-list .list-item{
    width: 227px;
    height: 300px;
    background: #f2f2f2;
    padding: 20px;
}

.add20221213-mianfeijiesong .block1 .jiesong-list .list-item .text-box{
    width: 100%;
    height: 130px;
    padding: 20px 0 0 0;
}

.add20221213-mianfeijiesong .block1 .jiesong-list .list-item .bt{
    color: #333;
    font-size: 20px;
    line-height: 1;
    margin-bottom:10px;
}

.add20221213-mianfeijiesong .block1 .jiesong-list .list-item .bc{
    color: #666;
    font-size: 14px;
    line-height: 1.7;
}

.add20221213-mianfeijiesong .block1 .jiesong-list .list-item .img-box{
    font-size: 0;
    width: 100%;
    height: 125px;
}

.add20221213-mianfeijiesong .block1 .jiesong-list .list-item .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.add20221213-mianfeijiesong .block2{
    padding: 2.604% 0 5.208% 0;
}

.add20221213-mianfeijiesong .block2 .mt{
    text-align: center;
    color: #333;
    font-size: 42px;
    line-height: 1;
    margin-bottom: 60px;
}

.add20221213-mianfeijiesong .block2 .liucheng{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.add20221213-mianfeijiesong .block2 .liucheng .liucheng-item{
    width: 145px;
}

.add20221213-mianfeijiesong .block2 .liucheng .liucheng-item .icon-box{
    width: 100%;
    height: 145px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

    .add20221213-mianfeijiesong .block2 .liucheng .liucheng-item .icon-box img {
        width: 145px;
        height: 145px;
    }

.add20221213-mianfeijiesong .block2 .liucheng .liucheng-item .text-box{
    text-align: center;
    color: #333;
    font-size: 20px;
    line-height: 1;
}

.add20221213-mianfeijiesong .block2 .liucheng .arrow{
    width: 0;
    height: 0;
    border-left: 12px #333 solid;
    border-top: 12px transparent solid;
    border-bottom: 12px transparent solid;
    padding: 0;
    font-size: 0;
    margin-top: 60px;
}

.add20221213-mianfeijiesong .block3 {
    padding: 3.90625% 0 5.46875% 0;
    background: #3d3d3d;
}

.add20221213-mianfeijiesong .block3 .mt {
    text-align: center;
    margin-bottom: 65px;
}

.add20221213-mianfeijiesong .block3 .mt .title {
    color: #fff;
    font-size: 42px;
    line-height: 1;
    margin-bottom: 15px;
}

.add20221213-mianfeijiesong .block3 .mt .subtitle {
    color: #d9000f;
    font-size: 16px;
    line-height: 1;
}

.add20221213-mianfeijiesong .block3 .xitong-list {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.add20221213-mianfeijiesong .block3 .xitong-list .list-item {
    display: table-cell;
    font-size: 0;
    width: 89px;
}

.add20221213-mianfeijiesong .block3 .xitong-list .list-item.on{
    width: 659px;
}

.add20221213-mianfeijiesong .block3 .xitong-list .list-item .img-box {
    width: 0;
    height: 382px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.add20221213-mianfeijiesong .block3 .xitong-list .list-item.on .img-box {
    width: calc(100% - 89px);
}

.add20221213-mianfeijiesong .block3 .xitong-list .list-item .img-box .img {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.add20221213-mianfeijiesong .block3 .xitong-list .list-item .img-box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.add20221213-mianfeijiesong .block3 .xitong-list .list-item .img-box .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .33);
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 1.8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add20221213-mianfeijiesong .block3 .xitong-list .list-item .text-box {
    width: 89px;
    height: 382px;
    background-image: linear-gradient(to right, #333, #646464);
    text-align: center;
    writing-mode: vertical-rl;
    font-size: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    color: #fff;
}

.add20221213-mianfeijiesong .block3 .xitong-list .list-item.on .text-box {
    background: #d9000f;
}

.add20221213-mianfeijiesong .block3 .xitong-list .list-item.on .text-box:before {
    content: "";
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-right: 18px #d9000f solid;
    border-top: 16px transparent solid;
    border-bottom: 16px transparent solid;
}

/********** 上门验房 **********/
.add20221209-yanfang,
.add20221209-yanfang *{
    box-sizing: border-box;
}

.add20221209-yanfang .banner {
    padding: 4.895% 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: auto;
}

.add20221209-yanfang .banner .content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.add20221209-yanfang .banner .xuanchuan-box {
   flex: 1;
   padding-right: 30px;
}

.add20221209-yanfang .banner .xuanchuan-box .mt {
    margin-bottom: 40px;
    padding: 20px 0 0 0;
}

.add20221209-yanfang .banner .xuanchuan-box .mt .title {
    color: #fff;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 35px;
    font-weight: lighter;
}

.add20221209-yanfang .banner .xuanchuan-box .mt .title span {
    color: #d6000f;
    padding: 0 10px;
}

.add20221209-yanfang .banner .xuanchuan-box .mt .title strong{
    font-weight: bold;
}

.add20221209-yanfang .banner .xuanchuan-box .mt .sub-title {
    color: #fff;
}

.add20221209-yanfang .banner .xuanchuan-box .mt .sub-title .chs {
    font-size: 24px;
    line-height: 1.5
}

.add20221209-yanfang .banner .xuanchuan-box .mt .sub-title .eng {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 2px;
}


.add20221209-yanfang .banner .xuanchuan-box .liucheng {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 20px;
    color: #fff;
}

.add20221209-yanfang .banner .xuanchuan-box .liucheng .liucheng-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 138px;
    height: 170px;
    position: relative;
    margin-left: 45px;
    background: rgba(0, 0, 0, .58);
    padding: 20px;
    text-align: center;
}

.add20221209-yanfang .banner .xuanchuan-box .liucheng .liucheng-item:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 10px rgba(0, 0, 0, .58) solid;
    border-top: 10px transparent solid;
    border-bottom: 10px transparent solid;
    transform: translate(0, -50%);
}

.add20221209-yanfang .banner .xuanchuan-box .liucheng .liucheng-item:first-child {
    margin-left: 0;
    background: #d6000f;
}

.add20221209-yanfang .banner .xuanchuan-box .liucheng .liucheng-item:first-child:after {
    border-left-color: #d6000f;
}

.add20221209-yanfang .banner .xuanchuan-box .liucheng .liucheng-item:last-child:after {
    display: none;
}

.add20221209-yanfang .banner .xuanchuan-box .liucheng .liucheng-item .icon {
    width: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.add20221209-yanfang .banner .xuanchuan-box .liucheng .liucheng-item:first-child .icon{
    margin-bottom: 10px;
}

.add20221209-yanfang .banner .xuanchuan-box .liucheng .liucheng-item .icon img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.add20221209-yanfang .banner .xuanchuan-box .liucheng .liucheng-item .wenzi {
    font-size: 16px;
    line-height: 1.667;
}

.add20221209-yanfang .banner .xuanchuan-box .liucheng .liucheng-item:first-child .wenzi strong {
    font-size: 18px;
    font-weight: bold;
}


.add20221209-yanfang .banner .bd-box {
    width: 294px;
}

.add20221209-yanfang .banner .bd-box .bdbox-content {
    background: #f3f3f3;
    padding: 40px 20px;
}

.add20221209-yanfang .banner .bd-box .bt {
    text-align: center;
    margin-bottom: 25px;
}

.add20221209-yanfang .banner .bd-box .bt .bigtitle {
    color: #333;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 10px;
}

.add20221209-yanfang .banner .bd-box .bt .smalltitle {
    color: #999;
    font-size: 16px;
    line-height: 1;
}

.add20221209-yanfang .banner .bd-box .bt .smalltitle .num {
    color: #d6000f;
}

.add20221209-yanfang .banner .bd-box .bc-item {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.add20221209-yanfang .banner .bd-box .bc-item .nt {
    color: #333;
    font-size: 16px;
    line-height: 1;
}

.add20221209-yanfang .banner .bd-box .bc-item .nc {
    flex: 1;
}

.add20221209-yanfang .banner .bd-box .bc-item .select,
.add20221209-yanfang .banner .bd-box .bc-item .text {
    border-bottom: 1px #e0e0e0 solid;
    border-top: 1px transparent solid;
    height: 36px;
    line-height: 34px;
    padding: 0 20px;
    color: #1d1e24;
    font-size: 14px;
    display: block;
    width: 100%;
    border-left: none;
    border-right: none;
    outline: none;
    background: none;
    box-sizing: border-box;
}

.add20221209-yanfang .banner .bd-box .tijiao-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    background: #d6000f;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    outline: none;
    border: none;
    margin: 30px 0 15px 0;
}

.add20221209-yanfang .banner .bd-box .bd-tip {
    color: #aeaeae;
    font-size: 12px;
    line-height: 1;
    text-align: center;
}

.add20221209-yanfang .block1{
    padding: 4.16667% 0 5.208% 0;
}

.add20221209-yanfang .block1 .mt{
    text-align: center;
    color: #333;
    font-size: 42px;
    line-height: 1;
    margin-bottom: 40px;
}

.add20221209-yanfang .block1 .gongju-box{

}

.add20221209-yanfang .block1 .gongju-box .tool-list{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    margin-bottom: 40px;
}

.add20221209-yanfang .block1 .tool-list .swiper-button-prev,
.add20221209-yanfang .block1 .tool-list .swiper-button-next{
    position: static;
    margin: 0;
    width: 40px;
    font-size: 0;
    background: none;
}

.add20221209-yanfang .block1 .tool-list .swiper-button-prev{
    text-align: left;
}

.add20221209-yanfang .block1 .tool-list .swiper-button-next{
    text-align: right;
}

.add20221209-yanfang .block1 .tool-list .swiper-button-prev svg,
.add20221209-yanfang .block1 .tool-list .swiper-button-next svg{
    margin-top: 90px;
    width: 16px;
    height: 16px;
    color: #333;
}

.add20221209-yanfang .block1 .tool-list .swiper-button-prev:hover svg,
.add20221209-yanfang .block1 .tool-list .swiper-button-next:hover svg{
    color: #d6000f;
}

.add20221209-yanfang .block1 .tool-list .list-box{
   width: calc(100% - 80px);
}

.add20221209-yanfang .block1 .tool-list .list-box .slide-content{
    padding: 20px;
}

.add20221209-yanfang .block1 .tool-list .list-box .slide-content .img-box{
    width: 100%;
    height: 162px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-bottom: 20px;
}

.add20221209-yanfang .block1 .tool-list .list-box .slide-content .img-box img{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.add20221209-yanfang .block1 .tool-list .list-box .slide-content .text-box{
    width: 100%;
    text-align: center;
}

.add20221209-yanfang .block1 .tool-list .list-box .slide-content .text-box .title{
    color: #333;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 5px;
}

.add20221209-yanfang .block1 .tool-list .list-box .slide-content .text-box .wenzi{
    color: #666;
    font-size: 14px;
    line-height: 1.7;
}

.add20221209-yanfang .block1 .tool-list .list-box .swiper-slide-thumb-active .img-box,
.add20221209-yanfang .block1 .tool-list .list-box .swiper-slide-active .img-box{
    box-shadow: 0 0 16px #c5c3c3;
}

.add20221209-yanfang .block1 .tool-pic{
    position: relative;
}

.add20221209-yanfang .block1 .tool-pic:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 222px;
    height: 222px;
    border-radius: 50%;
    background-image: linear-gradient(135deg,#d9000f,#000000);
    z-index: 0;
    transform: translate(-50%,-50%);
}

.add20221209-yanfang .block1 .tool-pic:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 136px;
    height: 136px;
    border-radius: 50%;
    background: #ffffff;
    transform: translate(-50%,-50%);
    z-index: 1;
}

.add20221209-yanfang .block1 .tool-pic .swiper-tool-pic{
    position: relative;
    z-index: 2;
    font-size: 0;
}

.add20221209-yanfang .block1 .tool-pic .swiper-tool-pic .slide-content{
    display: flex;
    justify-content: center;
    align-items: center;
}
.add20221209-yanfang .block1 .tool-pic .swiper-tool-pic img{
    width: auto;
    max-width: 445px;
    height: auto;
    max-height: 312px;
}

.add20221209-yanfang .block2{
    background: #323232;
    padding: 4.6875% 0;
}

.add20221209-yanfang .block2 .mt{
    color: #fff;
    font-size: 42px;
    line-height: 1;
    margin-bottom: 60px;
    text-align: center;
}

.add20221209-yanfang .block2 .how-to-use{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background: #dcdcdc;
    height: 546px;
}

.add20221209-yanfang .block2 .how-to-use .video-box{
    position: relative;
    width: 823px;
}

.add20221209-yanfang .block2 .how-to-use .video-box .video{
    position: relative;
    z-index: 0;
    width: 100%;
    height: 546px;
    object-fit: cover;
}

.add20221209-yanfang .block2 .how-to-use .video-box .video-cover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,.2);
}

.add20221209-yanfang .block2 .how-to-use .video-box .video-cover .cover-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.add20221209-yanfang .block2 .how-to-use .video-box .video-cover .cover-icon img{
    width: auto;
    max-width: 109px;
    height: auto;
    max-height: 109px;
}

.add20221209-yanfang .block2 .how-to-use .user-list{
    padding: 85px 20px;
    width: calc(100% - 823px);
}

.add20221209-yanfang .block2 .how-to-use .user-list .bt{
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
}

.add20221209-yanfang .block2 .how-to-use .user-list .bc{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    flex-direction: column;
    width: 100%;
}

.add20221209-yanfang .block2 .how-to-use .user-list .table-head{
    display: table;
    table-layout: fixed;
    width: 100%;
}

.add20221209-yanfang .block2 .how-to-use .user-list .table-head .th-item{
    display: table-cell;
    text-align: center;
    vertical-align: top;
    color: #000;
    font-size: 18px;
    padding-bottom: 30px;
}

.add20221209-yanfang .block2 .how-to-use .user-list .table-body{
    width: 100%;
}

.add20221209-yanfang .block2 .how-to-use .user-list .swiper-mingdan{
    width: 100%;
    height: 260px;
}

.add20221209-yanfang .block2 .how-to-use .user-list .swiper-mingdan .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}


.add20221209-yanfang .block2 .how-to-use .user-list .swiper-mingdan .slide-content{
    display: table;
    table-layout: fixed;
    width: 100%;
}

.add20221209-yanfang .block2 .how-to-use .user-list .swiper-mingdan .content-item{
    display: table-cell;
    color: #000;
    font-size: 16px;
    line-height: 1.2;
    padding: 5px 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.add20221209-yanfang .block2 .how-to-use .user-list .swiper-mingdan .swiper-slide-active{
    width: 100%;
}

.add20221209-yanfang .block3{
    padding: 5.208% 0 6.7708% 0;
}

.add20221209-yanfang .block3 .mt{
    color: #333;
    font-size: 42px;
    line-height: 1;
    text-align: center;
    margin-bottom: 70px;
}

.add20221209-yanfang .block3 .anxin-box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.add20221209-yanfang .block3 .anxin-box .swiper-button-prev,
.add20221209-yanfang .block3 .anxin-box .swiper-button-next{
    display: flex;
    align-items: center;
    width: 40px;
    position: static;
    background: none;
    height: 100%;
}

.add20221209-yanfang .block3 .anxin-box .swiper-button-prev{
    justify-content: flex-start;
}

.add20221209-yanfang .block3 .anxin-box .swiper-button-next{
    justify-content: flex-end;
}

.add20221209-yanfang .block3 .anxin-box .swiper-button-prev svg,
.add20221209-yanfang .block3 .anxin-box .swiper-button-next svg{
    width: 16px;
    color: #333;
}

.add20221209-yanfang .block3 .anxin-box .swiper-button-prev:hover svg,
.add20221209-yanfang .block3 .anxin-box .swiper-button-next:hover svg{
    width: 16px;
    color: #d6000f;
}

.add20221209-yanfang .block3 .anxin-box .anxin-list{
    width: calc(100% - 80px);
}



.add20221209-yanfang .block3 .anxin-box .anxin-list .slide-content{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    border: 1px #e8e8e8 solid;
}

.add20221209-yanfang .block3 .anxin-box .anxin-list .bt{
    padding: 35px 20px 20px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
}

.add20221209-yanfang .block3 .anxin-box .anxin-list .bt .num{
    color: #d9000f;
    font-size: 42px;
    line-height: 1;
    font-style: italic;
}

.add20221209-yanfang .block3 .anxin-box .anxin-list .bt .title{
    color: #333;
    font-size: 20px;
    line-height: 1;
}

.add20221209-yanfang .block3 .anxin-box .anxin-list .bc{
    width: 100%;
}

.add20221209-yanfang .block3 .anxin-box .anxin-list .text-box{
    padding: 0 20px 20px 20px;
    color: #666;
    font-size: 14px;
    line-height: 1.7;
}

.add20221209-yanfang .block3 .anxin-box .anxin-list .img-box{
    font-size: 0;
    width: 100%;
    height: 194px;
}

.add20221209-yanfang .block3 .anxin-box .anxin-list .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.add20221209-yanfang .block4{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5.208% 0;
}

.add20221209-yanfang .block4 .mt{
    text-align: center;
    color: #fff;
    font-size: 42px;
    line-height: 1;
    margin-bottom: 7.5%;
}

.add20221209-yanfang .block4 .why-box{
    position: relative;
    padding-top: 100px;
}

.add20221209-yanfang .block4 .why-box .why-side-box{
    position: absolute;
    z-index: 1;
}

.add20221209-yanfang .block4 .why-box .why-side-item{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 333px;
}

    .add20221209-yanfang .block4 .why-box .why-side-item .img-box {
        width: 80px;
        height: 70px;
        border-radius: 50%;
        overflow: hidden;
        position: relative;
        margin: 0 20px;
    }

.add20221209-yanfang .block4 .why-box .why-side-item .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
}

.add20221209-yanfang .block4 .why-box .why-side-item .img-box:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
    border: 2px #916041 solid;
}

.add20221209-yanfang .block4 .why-box .why-side-item .text-box{
    color: #fff;
    width: calc(100% - 70px);
}

.add20221209-yanfang .block4 .why-box .why-side-item .bt{
    font-size: 24px;
    line-height: 1;
    margin-bottom: 15px;
}

.add20221209-yanfang .block4 .why-box .why-side-item .bc{
    font-size: 16px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.add20221209-yanfang .block4 .why-box .why-side-box.leftside{
    left: 0;
    top: 0;
}

.add20221209-yanfang .block4 .why-box .why-side-box.leftside .why-side-item{
   /* flex-direction: row-reverse;*/
}


.add20221209-yanfang .block4 .why-box .why-side-box.leftside .why-side-item .text-box{
    /*text-align: right;*/
    /*padding-right: 20px;*/
}

.add20221209-yanfang .block4 .why-box .why-side-box.rightside{
    position: absolute;
    right: 0;
    top: 0;
}

.add20221209-yanfang .block4 .why-box .why-side-box.rightside .why-side-item .text-box{
    padding-left: 20px;
}

.add20221209-yanfang .block4 .why-box .center-pic{
    position: relative;
    z-index: 0;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding-bottom: 25px;
    margin-top: -30px;
}

.add20221209-yanfang .block4 .why-box .center-pic:before,
.add20221209-yanfang .block4 .why-box .center-pic:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 414px;
    height: 414px;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    z-index: 0;
    background: rgba(217,0,15,.35);
}

.add20221209-yanfang .block4 .why-box .center-pic:after{
    width: 338px;
    height: 338px;
    background: rgba(217,0,15,.29);
    z-index: 1;
}

.add20221209-yanfang .block4 .why-box .center-pic img{
    position: relative;
    z-index: 2;
    width: auto;
    max-width: 468px;
    height: auto;
    max-height: 418px;
    margin-left: -48px;
}

.add20221209-yanfang .block5{
    padding: 2.083% 0;
}

.add20221209-yanfang .block5 .content{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.add20221209-yanfang .block5 .mt{
    width: 300px;
    border-left: 6px #d9000f solid;
    padding: 0 10px;
}

.add20221209-yanfang .block5 .mt .title{
    color: #333;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 5px;
}

.add20221209-yanfang .block5 .mt .tel{
    color: #333;
    font-size: 16px;
    line-height: 1;
}

.add20221209-yanfang .block5 .mt .redtext{
    color: #d6000f;
}

.add20221209-yanfang .block5 .mc{
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.add20221209-yanfang .block5 .mc .text{
    border: 1px #e7e7e7 solid;
    border-radius: 3px;
    width: 370px;
    height: 50px;
    line-height: 48px;
    color: #333;
    font-size: 16px;
    padding: 0 15px;
}

.add20221209-yanfang .block5 .mc .yuyue-button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 50px;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    background: #d6000f;
    cursor: pointer;
    border: none;
    outline: none;
}

/************ 样板房腰带 ************/
.add20221215-yangbanfang{
    padding-bottom: 4.6875%;
}

.add20221215-yangbanfang .yangbanfang-yaodai{
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 130px 0 235px;
}

.add20221215-yangbanfang .yangbanfang-yaodai .text-box{
    width:100%;
}

.add20221215-yangbanfang .yangbanfang-yaodai .text-box .chs{
    color: #fff;
    font-size: 36px;
    line-height: 1.3333;
    font-style: italic;
    font-weight: lighter;
}

.add20221215-yangbanfang .yangbanfang-yaodai .text-box .chs strong{
    font-weight: bold;
}

.add20221215-yangbanfang .yangbanfang-yaodai .text-box::first-line{
    color: #d4a770;
}

.add20221215-yangbanfang .yangbanfang-yaodai .text-box .eng{
    color: #bab9b9;
    font-size: 12px;
    line-height: 1;
    font-style: italic;
    margin-top: 10px;
}

.add20221215-yangbanfang .yangbanfang-yaodai .link{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 278px;
    height: 62px;
    border-radius: 31px;
    background: #b88b54;
    color: #fff;
    font-size: 22px;
}


/******************************************** 20221230 ************************************************************/
.add20221208-ceshifengge .swiper-ceshi .bd-box .xuanze-item{background:none;padding:0;height:auto;}
.add20221208-ceshifengge .swiper-ceshi .bd-box .xuanze-item .xuanze-img{height: 184px;background: #fff;padding: 10px;border-radius: 3px;}
.add20221208-ceshifengge .swiper-ceshi .bd-box .xuanze-item .check-icon{bottom:auto;top:150px}
.add20221208-ceshifengge .swiper-ceshi .bd-box .xuanze-item .text-box{width:100%;text-align:center;color:#fff;margin-top:20px;display:block;font-size:16px;line-height:1;}
