.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("../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: 100px;
    width: 100%;
}

.headline .lst-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.headline .lst-block .slogn {
    margin-top: 25px;
    text-align: center;
}

/*列表模块*/

.concordance {
    width: 100%;

    background-color: #f9f9f9;
}

.concordance .lst-container {
    display: flex;

    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 100px;
    box-sizing: border-box;
    padding: 0 1%;
    width: 100%;
}

.concordance .lst-container .img-wrap {
    box-sizing: border-box;
    padding: 1%;
    width: 50%;
}

.concordance .lst-container .img-box {
    position: relative;

    padding-bottom: 100%;
    width: 100%;
    height: 0;
}

.concordance .lst-container .img-box .img-inner {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 65%;
}

.concordance .lst-container .img-box .img-inner > img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.concordance .lst-container .img-box .info {
    position: absolute;
    bottom: 0;
    left: 0;

    box-sizing: border-box;
    padding: 60px 8% 0;
    width: 100%;
    height: 35%;

    background-color: #fff;
}

.concordance .lst-container .img-box .info .lst-block {
    border-bottom: 2px solid #e4e4e4;
    width: 100%;
}

.concordance .lst-container .img-box .info .lst-block .txt {
    font-size: 18px;
    line-height: 5;
}

.concordance .lst-container .img-box .info .tag-wrap {
    display: flex;

    align-items: center;
    justify-content: space-between;

    margin: 5% 0;
    width: 100%;
}

.concordance .lst-container .img-box .info .tag-wrap .tags {
    display: flex;

    align-items: center;

    flex-grow: 1;

    font-size: 18px;
}

.concordance .lst-container .img-box .info .tag-wrap .tags .tag {
    margin-right: 5%;
}

.concordance .lst-container .img-box .info .tag-wrap .icon-wrap {
    width: 5%;
}

.concordance .lst-container .img-box .info .tag-wrap .icon-box {
    position: relative;

    padding-bottom: 100%;
    width: 100%;
    height: 0;
}

.concordance .lst-container .img-box .info .tag-wrap .icon-box .icon-inner {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.concordance .lst-container .img-box .info .tag-wrap .icon-box img {
    width: 100%;
    height: 100%;

    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;
        width: 100%;
        font-size: 2rem;
        text-align: center;
        line-height: 2;
    }

    .headline .img-box {
        width: 20%;
    }

    .headline .img-box img {
        width: 100%;
        object-fit: contain;
    }

    .headline .lst-block .slogn {
        margin-top: initial;
        box-sizing: border-box;
        padding: 0 5%;
        font-size: 1.4rem;
    }

    .headline {
        margin-bottom: 2rem;
    }

    .concordance .lst-container .img-wrap {
        width: 100%;
    }

    .concordance .lst-container .img-box .info {
        padding: 1rem 2% 0;
    }

    .concordance .lst-container .img-box .info .lst-block .txt {
        padding: 4% 0;
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .concordance .lst-block .title {
        line-height: 1.3;
    }

    .concordance .lst-container .img-box .info .tag-wrap {
        margin: 2% 0;
    }

    .concordance .lst-container .img-box .info .tag-wrap .tags {
        font-size: 1.4rem;
    }

    .concordance .lst-container .img-box .info .lst-block {
        border-bottom: initial;
    }

    .concordance .lst-container {
        padding-bottom: 5%;
    }
}

