.lst-block {
    width: 100%;
}

.lst-block .title {
    font-size: 40px;
    letter-spacing: 3px;
}

.lst-block .slogn {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 2px;
}

/*头部图片*/

.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;
    letter-spacing: 4px;
}

.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;
    letter-spacing: 2px;
}

.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;
    letter-spacing: 2px;
}

.appointment .slogn {
    width: 100%;
    font-size: 22px;
    text-align: center;
    letter-spacing: 2px;
    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: 20px;
    width: 100%;
}

.headline .lst-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*方式列表*/

.ways {
    width: 100%;
}

.ways .lst-container {
    display: flex;

    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;

    box-sizing: border-box;
    padding: 0 2%;
    width: 100%;
}

.ways .lst-container .lst-wrap {
    overflow: hidden;
    display: flex;

    align-items: flex-start;
    justify-content: space-between;

    margin: 40px 0;
    border-radius: 10px;
    width: 32%;
}

.ways .lst-container .lst-wrap:nth-child(1) {
    background: linear-gradient(to right bottom, #87a1ff 0%, #99dff5 80%);
}

.ways .lst-container .lst-wrap:nth-child(2) {
    background: linear-gradient(to right bottom, #87a1ff 0%, #ec9af6 80%);
}

.ways .lst-container .lst-wrap:nth-child(3) {
    background: linear-gradient(to right bottom, #87a1ff 0%, #99f4de 80%);
}

.ways .lst-container .lst-wrap:nth-child(4) {
    background: linear-gradient(to right bottom, #87a1ff 0%, #f6c999 80%);
}

.ways .lst-container .lst-wrap:nth-child(5) {
    background: linear-gradient(to right bottom, #87a1ff 0%, #f5a09a 80%);
}

.ways .lst-container .lst-wrap:nth-child(6) {
    background: linear-gradient(to right bottom, #87a1ff 0%, #b9caef 80%);
}

.ways .lst-container .lst-box {
    position: relative;

    padding-bottom: 55%;
    width: 100%;
    height: 0;
}

.ways .lst-container .lst-box .lst-inner {
    display: flex;

    align-items: flex-start;
    justify-content: space-between;

    position: absolute;
    top: 0;
    left: 0;

    box-sizing: border-box;
    padding: 5%;
    width: 100%;
    height: 100%;
}

.ways .lst-container .lst-box .txt {
    width: 40%;
    height: 100%;
}

.ways .lst-container .lst-box .txt .title {
    width: 100%;

    font-size: 28px;
    color: #fff;
}

.ways .lst-container .lst-box .txt .title:after {
    content: "";

    display: block;

    margin-top: 10%;
    width:20%;
    height: 2px;

    background-color: #fff;
}

.ways .lst-container .lst-box .txt .tag {
    margin-top: 10%;
    width: 100%;

    font-size: 18px;
    line-height: 1.5;
    color: #fff;
}

.ways .lst-container .lst-box .img-box {
    box-sizing: border-box;
    border-radius: 10px;
    border: 2px solid #fff;
    padding: 5%;
    width: 60%;
    height: 100%;

    background-color: #93d6f7;
}

.ways .lst-container .lst-box .img-box img {
    width: 100%;
    height: 100%;

    object-fit: contain;


}

/*案例列表*/

.case {
    padding: 80px 0;
    width: 100%;

    background: linear-gradient(to bottom, #54a5ff 0%, #ac9dfd 100%);
}

.case .lst-block {
    width: 100%;
}

.case .lst-block .title {
    text-align: center;
    color: #ffffff;
}

.case .lst-block .slogn {
    margin-top: 25px;
    text-align: center;
    line-height: 1;
    color: #ffffff;
}

.case > .slogn {
    font-size: 20px;
    text-align: center;

    margin-top: 5%;
    width: 100%;

    color: #fff;
}

.case .lst-container {
    display: flex;

    align-items: flex-start;

    width: 100%;
}

.case .lst-container .lst-wrap {
    width: 20%;
}

.case .lst-container .lst-wrap .shadow-top {
    margin: 0 auto -10px;
    width: 90%;
    height: 150px;

    background: linear-gradient(to top,#ffffff6b 0%, transparent 100%);
}

.case .lst-container .lst-box {
    position: relative;

    margin: 0 auto;
    padding-bottom: 120%;
    width: 90%;
    height: 0;
}

.case .lst-container .lst-box .lst-inner {
    position: absolute;
    top: 0;
    left: 0;

    box-sizing: border-box;
    border-radius: 10px;
    border: 2px solid #fff;
    padding: 5%;
    width: 100%;
    height: 100%;
}

.case .lst-container .lst-wrap:nth-child(1) .lst-inner {
    background: linear-gradient(to bottom, #7bfefe 0%, #3e54ec 90%);
}

.case .lst-container .lst-wrap:nth-child(2) .lst-inner {
    background: linear-gradient(to bottom, #7bfefe 0%, #1918ff 90%);
}

.case .lst-container .lst-wrap:nth-child(3) .lst-inner {
    background: linear-gradient(to bottom, #d6b5ff 0%, #2173ff 90%);
}

.case .lst-container .lst-wrap:nth-child(4) .lst-inner {
    background: linear-gradient(to bottom, #d5c66d 0%, #2580fb 90%);
}

.case .lst-container .lst-wrap:nth-child(5) .lst-inner {
    background: linear-gradient(to bottom, #f5c1a5 0%, #2480fd 90%);
}

.case .lst-container .lst-box .img-box {
    box-sizing: border-box;
    border-radius: 10px;
    border: 2px solid #fff;
    padding: 5%;
    width: 100%;
    height: 50%;

    background-color: #93d6f7;
}

.case .lst-container .lst-box .img-box img {
    width: 100%;
    height: 100%;

    object-fit: contain;


}

.case .lst-container .lst-box .txt {
    width: 100%;
    height: 50%;
}

.case .lst-container .lst-box .txt .title {
    font-size: 30px;
    line-height: 3;
    color: #fff;
}

.case .lst-container .lst-box .txt .tag {
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
}

.case .lst-container .lst-box .txt .address {
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
}

.case .lst-container .lst-box .txt .ranking {
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
}

/*波纹边框*/

.ripple {
    width: 100%;
}

.ripple .img-box {
    position: relative;

    padding-bottom: 10%;
    width: 100%;
    height: 0;
}

.ripple .img-box .img-inner {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: url("/static/images/seo-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*优化流程*/

.flow {
    width: 100%;
}

.flow .lst-block {
    padding-bottom: 70px;
    width: 100%;

    text-align: center;
}

.flow .lst-container {
    display: flex;

    align-items: center;
    justify-content: space-between;

    box-sizing: border-box;
    padding: 0 2%;
    width: 100%;
}

.flow .lst-container .img-wrap {
    display: flex;

    flex-direction: column;
    align-items: center;

    position: relative;

    width: 20%;
}

.flow .lst-container .img-wrap .title {
    font-size: 20px;
}

.flow .lst-container .img-box {
    position: relative;

    margin: 0 auto;
    padding-bottom: 60%;
    width: 60%;
    height: 0;
}

.flow .lst-container .img-wrap:not(:last-child) .img-box:after {
    content: "";

    position: absolute;
    top: 50%;
    right: -45%;

    width: 20%;
    height: 20%;

    background: url("../../../images/arrow-right.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;

    transform: translateY(-50%);
}

.flow .lst-container .img-box .img-inner {
    overflow: hidden;

    position: absolute;
    top: 0;
    left: 0;

    box-sizing: border-box;
    border-radius: 100%;
    padding: 10%;
    width: 100%;
    height: 100%;
}

.flow .lst-container .img-box img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}

/*稳定原因*/

.reason {
    padding: 80px 0;
    width: 100%;
}

.reason .lst-block {
    text-align: center;

    width: 100%;
}

.reason .lst-block .title {
    width: 100%;
    text-align: center;
    line-height: 3;
}

.reason .lst-block .title:after {
    content: "";

    display: block;
    margin: 0 auto;
    width: 5%;
    height: 2px;

    background-color: #5297fa;
}

.reason .lst-block .slogn {
    margin: 20px 0;
}

.reason .lst-container {
    display: flex;

    align-items: flex-start;
    justify-content: space-around;

    margin: 5% auto 0;
    width: 99%;
}

.reason .lst-container .img-wrap {
    display: flex;

    flex-direction: column;
    align-items: center;

    width: 24%;
}

.reason .lst-container .img-wrap .title {
    display: flex;

    flex-direction: column;
    align-items: center;

    width: 100%;

    font-size: 25px;
    line-height: 3;

    color: #5297fa;
}

.reason .lst-container .img-wrap .title:after {
    content: "";

    display: block;
    width: 60%;
    height: 2px;

    background-color: #8f8f8f;
}

.reason .lst-container .img-wrap .txt {
    margin-top: 5%;
    box-sizing: border-box;
    padding: 0 2%;
    width: 100%;

    font-size: 18px;
    text-align: center;
    line-height: 2;
}

.reason .lst-container .img-box {
    position: relative;

    padding-bottom: 80%;
    width: 100%;
    height: 0;
}

.reason .lst-container .img-box .img-inner {
    position: absolute;
    top: 0;
    left: 0;

    box-sizing: border-box;
    padding: 10%;
    box-shadow: 0 0 4px 2px #eeeeee;
    width: 100%;
    height: 100%;
}

.reason .lst-container .img-box img {
    width: 100%;
    height: 100%;

    object-fit: contain;


}

/*常见问题*/

.question {
    width: 100%;
}

.question .lst-block {
    width: 100%;
    text-align: center;
}

.question .lst-block .title {
    line-height: 2;
}

.question .lst-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 20px 0;
    box-sizing: border-box;
    padding: 0 2%;
    width: 100%;
}

.question .lst-container .lst-wrap {
    display: flex;

    align-items: center;
    justify-content: space-between;

    margin: .5%;
    box-sizing: border-box;
    border: 1px solid #bebebe;
    padding: 2%;
    width: 49%;
}

.question .lst-container .lst-box {
    width: 65%;
}

.question .lst-container .lst-box .title {
    display: -webkit-box;
    overflow: hidden;
    width: 100%;
    -webkit-box-orient: vertical;

    font-size: 20px;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    word-break: break-all;
}

.question .lst-container .lst-box .txt {
    font-size: 16px;
    color: #8a8a8a;
    display: -webkit-box;
    overflow: hidden;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    word-break: break-all;
}

.question .lst-container .lst-box .txt:before {
    content: "";

    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
    width: 10%;
    height: 2px;

    background-color: #cecece;
}

.question .lst-container .date {
    border: 1px solid #bebebe;
}

.question .lst-container .date .days {
    margin: 0 15px;
    font-size: 40px;
    text-align: center;
}

.question .lst-container .date .year-month {
    border-top: 1px solid #cecece;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;

    color: #858585;
}

@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;
        width: 100%;
        font-size: 2rem;
        text-align: center;
        line-height: 1.5;
    }

    .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: 0;
    }

    .ways .lst-container .lst-wrap {
        margin: 1% 0;
        width: 100%;
    }

    .ways .lst-container {
        margin: 5% 0;
    }

    .case {
        padding: 3rem 0;
    }

    .case .lst-block .slogn {
        margin-top: 0;
        box-sizing: border-box;
        padding: 0 5%;
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .case .lst-container {
        flex-wrap: wrap;
    }

    .case .lst-container .lst-wrap {
        width: 100%;
    }

    .case .lst-container .lst-wrap .shadow-top {
        height: 80px;
    }

    .case .lst-container .lst-box .txt .title {
        font-size: 2rem;
    }

    .case .lst-container .lst-box .txt .address {
        font-size: 2rem;
    }

    .case .lst-container .lst-box .txt .ranking {
        font-size: 1.8rem;
    }

    .case > .slogn {
        box-sizing: border-box;
        padding: 0 2%;
        font-size: 1.6rem;
    }

    .flow .lst-block {
        padding-bottom: 1rem;
    }

    .lst-block .slogn {
        font-size: 1.5rem;
    }

    .question .lst-container {
        margin: 2% 0;
    }

    .question .lst-container .lst-wrap {
        margin: 1% .5%;
        width: 99%;
    }

    .question .lst-container .lst-box .title {
        font-size: 1.6rem;
    }

    .question .lst-container .lst-box .txt {
        font-size: 1.4rem;
    }

    .question .lst-container .lst-box .txt:before {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .question {
        padding-bottom: 10%;
    }
}
