.swiper-button-next:focus,
.swiper-button-prev:focus {
    outline: none !important;
}

.lst-block {
    width: 100%;
}

.lst-block .title {
    font-size: 40px;
}

.lst-block .slogn {
    font-size: 18px;
    line-height: 1.5;
}

/*头部图片*/

.header-img {
    width: 100%;
    background-color: #333;
}

.header-img .bg-wrap {
    width: 100%;
}

.header-img .bg-box {
    position: relative;
    padding-bottom: 35%;
    width: 100%;
    height: 0;
}

.header-img .bg-box .bg-inner {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.header-img .bg-box .txt-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(3, 85, 208, 0.32);
}

.header-img .bg-box .txt-inner .txt-1 {
    font-size: 18px;
}

.header-img .bg-box .txt-inner .txt-2 {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    font-size: 50px;
    line-height: 2;
}

.header-img .bg-box .txt-inner .txt-2:after {
    content: "";
    margin: 0 auto;
    border-radius: 20px;
    width: 50px;
    height: 6px;
    background-color: #ffa600;
}

.header-img .bg-box .txt-inner .txt-3 {
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
}

.header-img .bg-box .txt-inner .btn-box {
    margin: 45px 0;
    padding: 12px 30px;
    border-radius: 40px;
    background-color: #ffa600;
}

.header-img .bg-box .txt-inner .btn-box a {
    font-size: 18px;
}

/*预约模块*/

.appointment {
    margin: 30px 0;
    padding-bottom: 200px;
    width: 100%;

    background-image: url("/static/images/earth.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 230%;
}

.appointment .title {
    width: 100%;
    font-size: 50px;
    text-align: center;
    line-height: 2;
}

.appointment .slogn {
    width: 100%;
    font-size: 22px;
    text-align: center;
    color: #656565;
}

.appointment .lst-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 280px;
    width: 100%;
}

.appointment .lst-container .logo-wrap {
    width: 12.5%;
    color: #000;
}

.appointment .lst-container .logo-wrap .name {
    margin-top: 15px;
    font-size: 22px;
    text-align: center;
    line-height: 1.5;
}

/*.appointment .lst-container .logo-wrap:nth-child(4),*/
/*.appointment .lst-container .logo-wrap:nth-child(5) {*/
/*    margin-top: -150px;*/
/*}*/

/*.appointment .lst-container .logo-wrap:nth-child(3),*/
/*.appointment .lst-container .logo-wrap:nth-child(6) {*/
/*    margin-top: -100px;*/
/*}*/

/*.appointment .lst-container .logo-wrap:nth-child(2),*/
/*.appointment .lst-container .logo-wrap:nth-child(7) {*/
/*    margin-top: -50px;*/
/*}*/

.appointment .lst-container .logo-wrap:nth-child(4),
.appointment .lst-container .logo-wrap:nth-child(5) {
    margin-top: 0;
}

.appointment .lst-container .logo-wrap:nth-child(3),
.appointment .lst-container .logo-wrap:nth-child(6) {
    margin-top: -100px;
}

.appointment .lst-container .logo-wrap:nth-child(2),
.appointment .lst-container .logo-wrap:nth-child(7) {
    margin-top: -100px;
}

.appointment .lst-container .logo-box {
    position: relative;
    margin: 0 auto;
    padding-bottom: 62%;
    width: 62%;
    height: 0;
}

.appointment .lst-container .logo-box .logo-inner {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 25px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
}

.appointment .lst-container .logo-box img {
    width: 100%;
    height: 100%;

}

.appointment .btn-wrap {
    margin-top: 45px;
    width: 100%;
    text-align: center;
}

.appointment .btn-wrap a {
    display: inline-block;
    border-radius: 35px;
    padding: 18px 60px;
    font-size: 20px;
    color: #fff;
    background-color: #5341d1;
}

/*标题*/

.headline {
    margin-top: -115px;
    margin-bottom: 100px;
    width: 100%;
}

.headline .lst-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.headline .lst-block .slogn {
    margin-top: 25px;
    text-align: center;
}

/*电话优势*/

.goodness {
    width: 100%;
}

.goodness .lst-block {
    width: 100%;
    text-align: center;
}

.goodness .lst-block .title > span {
    color: #ed9236;
}

.goodness .lst-container {
    display: flex;

    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;

    margin: 50px 0;
    box-sizing: border-box;
    padding: 0 1%;
    width: 100%;
}

.goodness .lst-container .lst-wrap {
    overflow: hidden;

    margin: .5%;
    border-radius: 15px;
    border: 2px solid #ededed;
    width: 32%;
}

.goodness .lst-container .lst-box {
    position: relative;

    padding-bottom: 40%;
    width: 100%;
    height: 0;
}

.goodness .lst-container .lst-box .lst-inner {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.goodness .lst-container .lst-box .icon-wrap {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 100%;
    height: 40%;

    font-size: 30px;

    background-color: #e95e29;
}

.goodness .lst-container .lst-box .icon-wrap .title {
    color: #fff;
}

.goodness .lst-container .lst-box .icon-box {
    position: relative;

    margin-right: 3%;
    padding-bottom: 1em;
    width: 1em;
    height: 0;
}

.goodness .lst-container .lst-box .icon-box .icon-inner {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    transform: scale(1.2);
}

.goodness .lst-container .lst-box .icon-box img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}

.goodness .lst-container .lst-box .txt {
    box-sizing: border-box;
    padding: 8%;
    width: 100%;
    height: 60%;

    font-size: 18px;
    text-align: center;
}

/*热销套餐*/

.combo {
    width: 100%;
}

.combo .lst-block {
    width: 100%;
    text-align: center;
}

.combo .lst-block .title > span {
    color: #ed9236;
}

.combo .lst-container {
    position: relative;

    box-sizing: border-box;
    padding: 0 1%;
    width: 100%;
}

.combo .lst-container .swiper-container {
    padding: 5% 0;
    width: 100%;
}

.combo .img-wrap {
    display: flex;

    flex-direction: column;
    align-items: center;

    overflow: hidden;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 0 0 4px 4px #ebebeb;
    width: 90%;
}

.combo .img-box {
    position: relative;

    padding-bottom: 100%;
    width: 100%;
    height: 0;
}

.combo .img-box .img-inner {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.combo .img-box img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.combo .img-wrap a {
    display: inline-block;
    margin: 5% 0;
    width: 35%;
    font-size: 20px;
    text-align: center;
}

.combo .img-wrap .btn-box {
    border-radius: 25px;
    box-shadow: 2px 2px 4px 2px #d4d4d4;
    padding: 5% 0;
    width: 100%;

    background: linear-gradient(to right,#ed9236 0%, #e95f2a 100%);
}

/*常用增值功能*/

.increment {
    width: 100%;
}

.increment .lst-block {
    width: 100%;

    text-align: center;
}

.increment .lst-container {
    display: flex;

    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;

    margin: 50px 0;
    box-sizing: border-box;
    padding: 0 1%;
    width: 100%;
}

.increment .lst-container .lst-wrap {
    box-sizing: border-box;
    padding: 1% .5%;
    width: 33.33%;
}

.increment .lst-container .lst-box {
    position: relative;

    border: 1px solid #e5e5e5;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
}

.increment .lst-container .lst-box:hover {
    border: 1px solid #ff7b86;
    box-shadow: 0 0 4px 6px rgba(255, 123, 134, 0.21);
}

.increment .lst-container .lst-box .lst-inner {
    display: flex;

    flex-direction: column;
    justify-content: space-between;

    position: absolute;
    top: 0;
    left: 0;

    box-sizing: border-box;
    padding: 8%;
    width: 100%;
    height: 100%;
}

.increment .lst-container .lst-box .lst-inner .txt {
    flex-grow: 1;

    margin-top: 6%;
    width: 100%;

    font-size: 20px;
    line-height: 1.5;
}

.increment .lst-container .lst-box .lst-inner .user {
    margin-bottom: 10%;
    width: 100%;
}

.increment .lst-container .lst-box .lst-inner .user .choose {
    font-size: 35px;
}

.increment .lst-container .lst-box .lst-inner .user .percent {
    font-size: 50px;
    font-weight: 600;

    color: #e60213;
}

.increment .lst-container .lst-box .lst-inner > a {
    width: 100%;
}

.increment .lst-container .lst-box .lst-inner .btn-box {
    border-radius: 30px;
    padding: 3% 0;
    width: 50%;

    font-size: 20px;
    text-align: center;

    background: linear-gradient(to top, #f5242f 0%, #f76c75 100%);
}

.increment .lst-container .lst-box .icon-wrap {
    display: flex;

    align-items: center;

    width: 100%;
}

.increment .lst-container .lst-box .icon-wrap .title {
    font-size: 30px;
}

.increment .lst-container .lst-box .icon-box {
    position: relative;

    margin-right: 5%;
    padding-bottom: 15%;
    width: 15%;
    height: 0;
}

.increment .lst-container .lst-box .icon-box .icon-inner {
    overflow: hidden;

    position: absolute;
    top: 0;
    left: 0;

    box-sizing: border-box;
    padding: 13%;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.increment .lst-container .lst-box .icon-box img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

/*增值功能*/

.appreciation {
    width: 100%;
}

.appreciation .lst-block {
    width: 100%;
    text-align: center;
}

.appreciation .lst-container {
    display: flex;

    flex-wrap: wrap;
    align-items: flex-start;

    box-sizing: border-box;
    width: 100%;
}

.appreciation .lst-container .img-wrap {
    display: flex;

    flex-direction: column;
    align-items: center;
    justify-content: center;

    margin: 3% 0;
    width: 20%;
}

.appreciation .lst-container .img-wrap .title {
    font-size: 20px;
}

.appreciation .lst-container .img-box {
    position: relative;

    padding-bottom: 30%;
    width: 30%;
    height: 0;
}

.appreciation .lst-container .img-box .img-inner {
    position: absolute;
    top: 0;
    left: 0;

    box-sizing: border-box;
    padding: 10%;
    width: 100%;
    height: 100%;
}

.appreciation .lst-container .img-box img {
    width: 100%;
    height: 100%;

    object-fit: contain;


}

/*电话办理流程*/

.flow {
    width: 100%;
}

.flow .lst-block {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 100%;
}

.flow .lst-block .left {
    display: flex;

    align-items: center;

    border-right: 2px solid #6c717e;
    width: 10%;
    height: 10px;

    background-color: #ffffff;
}

.flow .lst-block .left:before {
    content: "";

    display: block;

    width: 100%;
    height: 2px;

    background: linear-gradient(to left, #6c717e 0%, transparent 100%);
}

.flow .lst-block .title {
    margin: 0 2%;
}

.flow .lst-block .right {
    display: flex;

    align-items: center;

    border-left: 2px solid #6c717e;
    width: 10%;
    height: 10px;

    background-color: #ffffff;
}

.flow .lst-block .right:after {
    content: "";

    display: block;

    width: 100%;
    height: 2px;

    background: linear-gradient(to right, #6c717e 0%, transparent 100%);
}

.flow .lst-container {
    display: flex;

    align-items: center;
    justify-content: space-between;

    margin: 50px 0;
    box-sizing: border-box;
    padding: 0 1%;
    width: 100%;
}

.flow .lst-container .lst-wrap {
    width: 24.5%;
}

.flow .lst-container .lst-box {
    position: relative;

    padding-bottom: 37.5%;
    width:  100%;
    height: 0;
}

.flow .lst-container .lst-box .top-bg {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 50%;

    background-color: #f6f7fa;

    transform: skewX(20deg);
}

.flow .lst-container .lst-box .bottom-bg {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 50%;

    background-color: #f6f7fa;

    transform: skewX(-20deg);
}

.flow .lst-container .lst-box .lst-inner {
    display: flex;

    align-items: center;
    justify-content: center;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;

    width: 100%;
    height: 100%;
}

.flow .lst-container .lst-box .lst-inner .step {
    margin: 0 8%;
    font-size: 100px;
    color: #f5232f;
    transform: skewX(-5deg);
}

.flow .lst-container .lst-box .lst-inner .info {
    width: 70%;
    font-size: 20px;
    line-height: 1.5;
    transform: skewX(-5deg);
}

.flow .lst-container .lst-box .lst-inner .info .name {
    color: #f5232f;
}

/*客户案例*/

.case {
    width: 100%;
}

.case .lst-block {
    text-align: center;
    width: 100%;
}

.case .lst-container {
    display: flex;

    align-items: flex-start;
    justify-content: space-between;

    margin: 50px 0;
    width: 100%;
}

.case .lst-container .lst-wrap {
    flex-grow: 1;

    box-sizing: border-box;
    padding: 0 2%;
    width: 33.33%;
}

.case .lst-container .lst-box {
    overflow: hidden;

    position: relative;

    border-radius: 15px;
    box-shadow: 0 0 4px 2px #eeeeee;
    padding-bottom: 120%;
    width: 100%;
    height: 0;
}

.case .lst-container .lst-box .img-inner {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 55%;
}

.case .lst-container .lst-box .img-inner img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.case .lst-container .lst-box .info {
    position: absolute;
    top: 55%;
    left: 0;

    box-sizing: border-box;
    padding: 10% 5% 0;
    width: 100%;
    height: 30%;
}

.case .lst-container .lst-box .info .name {
    font-size: 25px;
    font-weight: 600;
}

.case .lst-container .lst-box .info .txt {
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.5;
}

.case .lst-container .lst-box .logo-inner {
    display: flex;

    align-items: center;
    justify-content: center;

    position: absolute;
    top: 85%;
    left: 0;

    width: 100%;
    height: 15%;
}

.case .lst-container .lst-box .logo-inner img {
    width: 40%;
    height: 70%;

    object-fit: contain;


}

@media screen and (max-width: 1023px) {
    .header-img .bg-box {
        padding-bottom: 90%;
    }

    .header-img .bg-box .txt-inner .txt-1 {
        margin-top: 15%;
        font-size: 1.6rem;
    }

    .header-img .bg-box .txt-inner .txt-2 {
        margin-bottom: 1rem;
        font-size: 2.5rem;
    }

    .header-img .bg-box .txt-inner .btn-box {
        margin: 1.5rem 0;
        padding: .5rem 2rem;
    }

    .header-img .bg-box .txt-inner .txt-3 {
        box-sizing: border-box;
        padding: 0 5%;
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .header-img .bg-box .txt-inner .btn-box a {
        font-size: 1.4rem;
    }

    .header-img .bg-box .txt-inner .txt-2:after {
        height: 2px;
    }

    .appointment {
        margin: 2rem 0;
        padding-bottom: 12rem;
    }

    .appointment .title {
        font-size: 1.8rem;
        line-height: 1.5;
    }

    .appointment .slogn {
        font-size: 1.5rem;
    }

    .appointment .lst-container .logo-wrap:nth-child(4),
    .appointment .lst-container .logo-wrap:nth-child(5) {
        margin-top: initial;
    }

    .appointment .lst-container .logo-wrap:nth-child(3),
    .appointment .lst-container .logo-wrap:nth-child(6) {
        margin-top: initial;
    }

    .appointment .lst-container .logo-wrap:nth-child(2),
    .appointment .lst-container .logo-wrap:nth-child(7) {
        margin-top: initial;
    }

    .appointment .lst-container {
        flex-wrap: wrap;
        margin-top: 2rem;
    }

    .appointment .lst-container .logo-wrap .name {
        margin-top: 1rem;
        font-size: 1.4rem;
    }

    .appointment .lst-container .logo-wrap {
        padding: 5% 0;
        width: 25%;
    }

    .appointment .btn-wrap {
        margin-top: 2rem;
    }

    .appointment .btn-wrap a {
        padding: .5rem 2.5rem;
        font-size: 1.4rem;
    }

    .appointment .lst-container .logo-box .logo-inner {
        border-radius: 10px;
    }

    .lst-block .title {
        justify-content: center;
        box-sizing: border-box;
        padding: 0 2%;
        width: 100%;
        font-size: 2rem;
        text-align: center;
        line-height: 1.4;
    }

    .headline .img-box {
        width: 20%;
    }

    .headline .img-box img {
        width: 100%;
        object-fit: contain;
    }

    .headline .lst-block .slogn {
        margin-top: 2rem;
        box-sizing: border-box;
        padding: 0 5%;
        font-size: 1.6rem;
    }

    .headline {
        margin-bottom: 3rem;
    }

    .goodness .lst-container {
        margin: 2rem 0;
    }

    .goodness .lst-container .lst-wrap {
        margin: 1% .5%;
        width: 100%;
    }

    .goodness .lst-container .lst-box .icon-wrap {
        font-size: 2rem;
    }

    .goodness .lst-container .lst-box .txt {
        padding: 5%;
        font-size: 1.6rem;
    }

    .combo .img-wrap .btn-box {
        font-size: 1.6rem;
    }

    .increment .lst-container {
        margin: 2rem 0;
    }

    .increment .lst-container .lst-wrap {
        width: 100%;
    }

    .increment .lst-container .lst-box .icon-wrap .title {
        font-size: 2rem;
    }

    .increment .lst-container .lst-box .lst-inner .txt {
        margin-top: 2%;
        font-size: 1.6rem;
    }

    .increment .lst-container .lst-box .lst-inner .user .choose {
        font-size: 2rem;
    }

    .increment .lst-container .lst-box .lst-inner .user .percent {
        font-size: 3rem;
    }

    .increment .lst-container .lst-box .lst-inner .user {
        margin-bottom: 5%;
    }

    .increment .lst-container .lst-box .lst-inner .btn-box {
        padding: 2% 0;
        font-size: 1.4rem;
    }

    .case .lst-container {
        flex-wrap: wrap;
        margin: 2rem 0;
    }

    .case .lst-container .lst-wrap {
        margin: 2% 0;
        width: 100%;
    }

    .case .lst-container .lst-box .info {
        padding: 5% 5% 0;
    }

    .case .lst-container .lst-box .info .name {
        font-size: 1.8rem;
    }

    .case .lst-container .lst-box .info .txt {
        font-size: 1.5rem;
    }

    .goodness .lst-container .lst-box {
        padding-bottom: 50%;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 1%;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 1%;
    }

    .increment .lst-container .lst-box .lst-inner {
        padding: 5%;
    }

    .case .lst-container .lst-box {
        padding-bottom: 130%;
    }

    .increment .lst-container .lst-box .lst-inner > a {
        width: auto;
    }
}
