.headline {
    display: flex;
    flex-direction: column;
    align-items: center
}

.headline> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse))
}

.headline .sub {
    font-size: 0.75rem;
    line-height: 1rem;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(3 146 125 / var(--tw-text-opacity, 1))
}

.headline .main {
    z-index: 10;
    display: flex;
    align-items: center
}

.headline .main:before,
.headline .main:after {
    height: 1.5rem;
    width: 1.5rem;
    background-image: url(../../_assets/img/headline-icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    --tw-content: "";
    content: var(--tw-content)
}

@media (min-width: 768px) {

    .headline .main:before,
    .headline .main:after {
        height: 38px;
        width: 38px
    }
}

.headline .main>* {
    position: relative;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    line-height: 1
}

@media (min-width: 576px) {
    .headline .main>* {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

@media (min-width: 768px) {
    .headline .main>* {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
}

@media (min-width: 992px) {
    .headline .main>* {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
}

@media (min-width: 1200px) {
    .headline .main>* {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
}

.headline .main>*:after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    height: 18px;
    width: 100%;
    border-radius: 9999px;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: var(--sub-color) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #fff var(--tw-gradient-to-position);
    --tw-content: "";
    content: var(--tw-content)
}

.headline .tips {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 300
}

.section-block.section-booking {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../../_assets/img/bg-index-about-01.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 60%
}

.section-block.section-booking .section-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

/* .section-block.section-booking .section-inner .headline .main:before,
.section-block.section-booking .section-inner .headline .main:after {
    display: none
} */

/* .section-block.section-booking .section-inner .headline .main>* {
    color: var(--main-color)
} */

.section-block.section-booking .section-inner .form-booking {
    width: 100%;
    border-radius: 30px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 2rem;
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.section-block.section-booking .section-inner .form-booking> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))
}

.section-block.section-booking .section-inner .form-booking .form-group {
    display: flex;
    flex-direction: column
}

.section-block.section-booking .section-inner .form-booking .form-group> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))
}

.section-block.section-booking .section-inner .form-booking .form-label {
    font-size: 1.5rem;
    line-height: 2rem
}

.section-block.section-booking .section-inner .form-booking .form-input {
    height: 80px;
    border-radius: 20px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1))
}

.section-block.section-booking .section-inner .form-booking .form-input:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.section-block.section-booking .section-inner .btn-booking {
    height: 80px;
    width: 100%;
    border-radius: 9999px;
    background-color: var(--main-color);
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.section-block.section-procedure {
    padding-top: 2.5rem;
    padding-bottom: 60px;
    background-image: url(../../_assets/img/16qt.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 60%
}

.section-block.section-procedure .section-inner {
    border-radius: 30px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 2rem;
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.section-block.section-procedure .section-inner> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse))
}

.section-block.section-procedure .section-inner {
    overflow: hidden
}

.section-block.section-procedure ul.list {
    position: relative;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 1.5rem
}

.section-block.section-procedure ul.list>li {
    display: flex;
    flex-direction: column
}

.section-block.section-procedure ul.list>li .title {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: #F1F9F8;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: var(--main-color)
}

.section-block.section-procedure ul.list>li .title>img {
    margin-right: 0.5rem;
    height: 1.25rem;
    width: auto
}

.section-block.section-procedure ul.list>li .title:after {
    position: absolute;
    top: 50%;
    right: 1rem;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 300;
    --tw-content: attr(data-number);
    content: var(--tw-content)
}

.section-block.section-procedure ul.list>li .content {
    position: relative;
    margin-bottom: 1rem;
    padding: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1))
}

.section-block.section-about {
    --tw-bg-opacity: 1;
    background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
    padding-top: 2.5rem;
    padding-bottom: 60px
}

.section-block.section-about .section-inner {
    display: flex;
    flex-direction: column;
    align-items: center
}

.section-block.section-about .heading {
    margin-bottom: 1.75rem;
    display: flex;
    flex-direction: column;
    align-items: center
}

.section-block.section-about .heading:after {
    margin-top: 1.75rem;
    display: block;
    height: 0.25rem;
    width: 2.5rem;
    border-radius: 9999px;
    background-color: var(--main-color);
    --tw-content: "";
    content: var(--tw-content)
}

.section-block.section-about .content {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 2
}



[v-cloak] {
    display: none;
}
[type='text']:focus,
input:where(:not([type])):focus,
[type='email']:focus,
[type='url']:focus,
[type='password']:focus,
[type='number']:focus,
[type='date']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='week']:focus,
[multiple]:focus,
textarea:focus,
select:focus {
    --tw-ring-color: var(--main-color);
    --tw-ring-shadow: none;
}
.el-input.is-active .el-input__inner,
.el-select .el-input.is-focus .el-input__inner,
.el-select .el-input__inner:focus,
.el-input__inner:focus,
.el-cascader .el-input .el-input__inner:focus,
.el-cascader .el-input.is-focus .el-input__inner,
.el-checkbox__inner:hover,
.el-checkbox__input.is-focus .el-checkbox__inner,
.el-textarea__inner:focus {
    border-color: var(--main-color);
}

.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner{
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.el-form-item__label{
    line-height: 45px;
}
.el-input__inner {
    height: 45px;
    color: #323E48;
    border-radius: 8px;
    font-size: .8rem;
    padding: 0 10px;
}
.input-with-select .el-input-group__prepend {
    background-color: #fff;
    color: black;
    font-weight: bold;
}
.el-date-editor .el-input__icon {
    line-height: 57px;
    display: none;
}
.el-date-editor .el-input__inner {
    padding-left: 15px;
}
.el-date-table td.today span ,
.el-date-table td.available:hover{
    color: var(--main-color);
}
.el-date-table td.current:not(.disabled) span{
    background-color: var(--main-color);
}
.yy_time {
    font-size: 1rem;
}
.el-input-group__prepend .el-select .el-input {
    width: 80px;
}
.el-form-item{
    margin-bottom: 20px;
}
.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before,
.el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before {
    content: none;
}
.el-cascader-node:not(.is-disabled):focus, 
.el-cascader-node:not(.is-disabled):hover, 
.el-cascader-node.in-active-path, 
.el-cascader-node.is-active, 
.el-cascader-node.is-selectable.in-checked-path, 
.el-checkbox__input.is-checked+.el-checkbox__label,
.el-select-dropdown__item.selected {
    color: var(--main-color);
}
.el-select-dropdown__item{
    font-size: .9rem;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.el-form-item__label{
    font-size: .85rem;
    font-weight: bold;
    color: #323e48;
}
.el-checkbox{
    margin-right: 15px;
}
.el-checkbox__label{
    font-size: .78rem;
    padding-left: 6px;
    color: #323E48;
}
.el-checkbox__inner{
    border-radius: 50px;
}

.el-form-item__content .tips {
    padding: 8px 8px;
    background-color: #E1F4F2;
    color: #41B3A2;
    font-size: .6rem;
    line-height: 1.2rem;
    /* display: none; */
}
.el-button {
    height: 57px;
    border-radius: 87px;
    font-size: 1.2rem;
    font-weight: bold;
}
.el-button--info.is-disabled, 
.el-button--info.is-disabled:active, 
.el-button--info.is-disabled:focus, 
.el-button--info.is-disabled:hover ,
.el-button.submit {
    background-color: var(--main-color);
    border-color: var(--main-color);
}



@media(min-width: 1200px) {
    .section-block.section-booking {
        background-size: 20%
    }

    /* .section-block.section-booking .section-inner .headline .main:before,
    .section-block.section-booking .section-inner .headline .main:after {
        display: none
    } */

    .section-block.section-booking .section-inner .form-booking {
        width: 66.666667%;
        border-radius: 0px;
        background-color: transparent;
        padding: 0px;
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
    }

    .section-block.section-booking .section-inner .form-booking .form-group {
        display: flex;
        flex-direction: column
    }

    .section-block.section-booking .section-inner .form-booking .form-group> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))
    }

    .section-block.section-booking .section-inner .btn-booking {
        width: 100%;
        border-radius: 9999px;
        background-color: var(--main-color);
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        font-size: 1.125rem;
        line-height: 1.75rem;
        font-weight: 600;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1))
    }

    .section-block.section-procedure {
        background-size: 20%
    }

    .section-block.section-procedure .section-inner {
        border-radius: 0px;
        background-color: transparent;
        padding: 2rem;
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
    }

    .section-block.section-procedure ul.list {
        width: 66.666667%;
        padding: 0px
    }

    .section-block.section-procedure ul.list>li {
        position: relative
    }

    .section-block.section-procedure ul.list>li:before {
        position: absolute;
        left: -2rem;
        height: 100%;
        border-left-width: 1px;
        border-style: solid;
        border-color: var(--main-color);
        --tw-content: "";
        content: var(--tw-content)
    }

    .section-block.section-procedure ul.list>li .title:before {
        position: absolute;
        left: -35px;
        top: 50%;
        z-index: 10;
        height: 7px;
        width: 7px;
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        border-radius: 9999px;
        background-color: var(--main-color);
        --tw-content: "";
        content: var(--tw-content)
    }

    .section-block.section-procedure ul.list>li:first-child .title:after {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: -2rem;
        border-left-width: 1px;
        border-style: solid;
        --tw-border-opacity: 1;
        border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
        --tw-content: "";
        content: var(--tw-content)
    }

    .section-block.section-procedure ul.list>li:last-child .content:before {
        position: absolute;
        top: -20px;
        bottom: -100%;
        left: -2rem;
        border-left-width: 1px;
        border-style: solid;
        --tw-border-opacity: 1;
        border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
        --tw-content: "";
        content: var(--tw-content)
    }




    .el-form-item {
        margin-bottom: 40px;
    }
    .el-input__inner {
        height: 55px;
        color: #323E48;
        border-radius: 8px;
        font-size: 1.1rem;
        padding: 0 15px;
    }
    .el-form-item__label{
        font-size: 1.2rem;
        line-height: 55px;
        font-weight: bold;
        color: #323e48;
    }
    .el-select-dropdown__item{
        font-size: 1.2rem;
    }
    .el-checkbox{
        margin-right: 30px;
    }
    .el-checkbox__label{
        font-size: 1.1rem;
        padding-left: 10px;
    }
    .el-form-item__content .tips {
        padding: 10px 25px;
        background-color: #E1F4F2;
        color: #41B3A2;
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .el-input-group__prepend .el-select .el-input {
        width: 100px;
    }
}

/* 联系我们预约挂号 */
@media (min-width: 1200px) {
    .section-block.section-booking {
        background-size: 9%;
    }
}

.section-block.section-booking {
    background-image: url(../../_assets/img/Ellipse-175.png);
}
@media (max-width: 768px) {
    .section-block.section-booking {
        background-size: 25%;
    }
}






.section-block.section-route {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.section-block.section-route .route-item {
    display: flex
}

.section-block.section-route .route-item> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))
}

.section-block.section-route .route-item {
    border-radius: 30px;
    border-width: 1px;
    border-color: #02937D33;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 1.5rem
}

@media (min-width: 992px) {
    .section-block.section-route .route-item {
        align-items: center
    }

    .section-block.section-route .route-item> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2rem * var(--tw-space-x-reverse));
        margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)))
    }
}

.section-block.section-route .route-item>img {
    height: 100px;
    width: auto;
    border-radius: 0px
}

@media (min-width: 992px) {
    .section-block.section-route .route-item>img {
        height: 200px;
        border-radius: 0px
    }
}

.section-block.section-route .route-item .route-info> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse))
}

.section-block.section-route .route-item .route-info .title {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2rem;
    color:#323E48;
}

.section-block.section-route .route-item .route-info .list> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse))
}

.section-block.section-route .route-item .route-info .list>li {
    display: flex;
    align-items: center
}

.section-block.section-route .route-item .route-info .list>li> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)))
}

@media (min-width: 992px) {
    .section-block.section-route .route-item .route-info .list>li> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1rem * var(--tw-space-x-reverse));
        margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))
    }
}

.section-block.section-route .route-item .route-info .list>li>img {
    height: 1.25rem;
    width: auto
}

.section-block.section-route .route-item .route-info .list>li>span {
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: #323E48
}

@media (min-width: 1200px) {
    .section-block.section-route .route-item .route-info .list>li>span {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}