.top_banner {
    overflow: hidden;
}

.swiper-container {
    position: relative;
    float: left;
    width: 100%;
}

.slide-image {
    width: 100%;
    cursor: pointer;
}

#swiper-container .pagination {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

#swiper-container .swiper-pagination-bullet {
    display: inline-block;
    width: 38px;
    height: 7px;
    border-radius: 0;
    background: #DFDFDF;
    margin: 0 10px;
    cursor: pointer;
    opacity: 1;
}

#swiper-container .swiper-pagination-bullet-active {
    background: #292929;
}

#swiper-container .video-source {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#inside-content {
    padding-top: 61px;
}

.select-case {
    position: relative;
    height: 847px;
    margin-top: 60px;
    background-image: url(./imgs/flower-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.select-case-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    background-size: 100% 100%;
}

.title-content {
    position: relative;
    margin-top: 60px;
    z-index: 1;
}

.title-content-text1 {
    font-size: 33px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 34px;
    text-align: center;
}

.title-content-text2 {
    font-size: 25px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin-top: 5px;
}

.select-case-center {
    position: relative;
    height: 546px;
    margin-top: 59px;
}

.arrow-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1px;
    margin: auto;
    width: 48px;
    height: 48px;
    z-index: 100;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 50%;
}

.arrow-left {
    background-image: url('./imgs/case-left.png');
}

.arrow-left:hover {
    background-image: url('./imgs/case-left-active.png');
}

.arrow-right {
    left: auto;
    right: 1px;
    background-image: url('./imgs/case-right.png');
}

.arrow-right:hover {
    background-image: url('./imgs/case-right-active.png');
}

.swiper-container1 {
    width: 100%;
    height: 546px;
    overflow: hidden;
}

.swiper-container1 .slide-image-content {
    position: relative;
    float: left;
    width: 727px;
    height: 546px;
    overflow: hidden;
}

.swiper-container1 .swiper-slide {
    cursor: pointer;
}

.swiper-container1 .slide-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 727px;
    height: 546px;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-container1 .slide-image:hover {
    transform: scale(1.1);
}

.slide-image-bg {
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}

.slide-image-content:hover .slide-image-bg {
    transform: scale(1.1);
}

.swiper-container1 .slide-content {
    float: left;
    width: 473px;
    height: 545px;
    background: rgba(255, 255, 255, 0.37);
}

.swiper-container1 .slide-content-title {
    margin-top: 70px;
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 70px;
    box-sizing: border-box;
}

.swiper-container1 .slide-content-text {
    margin-top: 18px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 33px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    padding: 0 14px;
    box-sizing: border-box;
}

.swiper-container1 .slide-content-nature {
    margin-top: 29px;
    font-size: 19px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 21px;
    text-align: center;
    padding: 0 55px;
    box-sizing: border-box;
}

.swiper-container1 .slide-content-btn {
    margin: auto;
    margin-top: 139px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 50px;
    border: 1px solid #FFE7CC;
    font-size: 19px;
    font-family: PingFangHK-Medium, PingFangHK;
    font-weight: bold;
    color: #FFE7CC;
    cursor: pointer;
    box-sizing: border-box;
}

.swiper-container1 .slide-content-btn:hover {
    background: #B27C3D;
    border: 0;
    color: #FFFFFF;
}

.select-case-center .pagination {
    position: absolute;
    z-index: 200;
    bottom: -50px;
    width: 100%;
    text-align: center;
}

.select-case-center .swiper-pagination-bullet {
    display: inline-block;
    width: 20px;
    height: 4px;
    border-radius: 0;
    background: #FFE7CC;
    margin: 0 10px;
    cursor: pointer;
    opacity: 1;
}

.select-case-center .swiper-pagination-bullet-active {
    background: #B27C3D;
}

.select-products .title-content-text1 {
    color: #333333;
}

.select-products .title-content-text1 img {
    width: 232px;
}

.select-products .title-content-text2 {
    color: #333333;
}

.swiper-container2-content {
    display: flex;
    margin: auto;
    margin-top: 50px;
    overflow: hidden;
}

.swiper-container2 {
    display: flex;
    align-items: center;
    position: relative;
    margin: auto;
    width: 1200px;
    overflow: hidden;
}

.swiper-container2 .swiper-slide {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 48px;
    /* margin-top: -35px; */
    cursor: pointer;
    transition: transform 1s;
    -webkit-transition: transform 1s;
}

.swiper-container2 .slide-image-content {
    position: relative;
    width: 344px;
    height: 229px;
    overflow: hidden;
}

.swiper-container2 .slide-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-container2 .slide-image-content:hover .slide-image {
    transform: scale(1.1);
}

.swiper-container2 .slide-content {
    display: none;
    height: 230px;
}

.swiper-container2 .slide-image-content-bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.swiper-container2 .swiper-slide-active {
    margin-top: 0;
}

.swiper-container2 .swiper-slide-active .slide-image-content {
    display: block;
    width: 458px;
    height: 305px;
}

.swiper-container2 .swiper-slide-active .slide-image-content-bg {
    display: none;
}

.swiper-container2 .swiper-slide-active .slide-image {
    width: 100%;
    width: 100%;
}

.swiper-container2 .swiper-slide-active .slide-content {
    display: block;
    width: 458px;
}

.swiper-container2 .slide-content-title {
    width: 100%;
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 23px;
    text-align: center;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper-container2 .slide-content-text {
    width: 100%;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    text-align: center;
    margin-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper-container2 .slide-content-price {
    font-size: 30px;
    font-family: DIN;
    font-weight: 600;
    color: #333333;
    line-height: 42px;
    text-align: center;
    margin-top: 14px;
}

.swiper-container2 .slide-content-price text {
    font-size: 22px;
    font-weight: 400;
}

.swiper-container2 .slide-content-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-family: PingFangHK-Medium, PingFangHK;
    font-weight: bold;
    color: #B27C3D;
    text-align: center;
    margin: auto;
    margin-top: 30px;
    width: 230px;
    height: 50px;
    border: 1px solid #B27C3D;
    box-sizing: border-box;
    cursor: pointer;
}

.swiper-container2 .slide-content-detail:hover {
    background: #B27C3D;
    border: 0;
    color: #FFFFFF;
}

.appointment-consultation {
    display: flex;
    align-items: center;
    width: 100%;
    height: 560px;
    background-image: url('./imgs/appointment-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 60px;
}

.appointment-consultation-content {
    display: flex;
    align-items: center;
}

.appointment-consultation-left {
    margin-left: 25px;
    overflow: hidden;
}

.nature-item {
    float: left;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100px;
    height: 134px;
}

.nature-item img {
    width: 100px;
    height: 100px;
}

.nature-item .nature-item-text {
    font-size: 19px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 21px;
    margin-top: 13px;
}

.nature-item-bg {
    float: left;
    width: 31px;
    height: 2px;
    background: #FFFFFF;
    margin: 0 4px;
    margin-top: 50px;
}

.appointment-consultation-right {
    margin-left: 59px;
    width: 454px;
    height: 372px;
    background: #FFFFFF;
}

.appointment-title {
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #292929;
    line-height: 22px;
    text-align: center;
    margin-top: 30px;
}

.appointment-inp {
    display: block;
    width: 390px;
    height: 70px;
    background: #F8F8F8;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin: auto;
    margin-top: 30px;
    padding-left: 27px;
    box-sizing: border-box;
}

input::-webkit-outer-spin-button,

input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.appointment-action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 390px;
    height: 70px;
    background: #B27C3D;
    font-size: 23px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 23px;
    margin: auto;
    margin-top: 30px;
    cursor: pointer;
}

.appointment-action:hover {
    opacity: 0.9;
}

.propaganda-language {
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: 55px;
    margin-bottom: 55px;
}

.propaganda-language li {
    width: 30px;
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
    color: #292929;
    line-height: 30px;
    letter-spacing: 31px;
    margin-left: 30px;
}

.propaganda-language li:first-child {
    margin-left: 0;
}