.page {
    font-family: SYHTCN-Regular;
}

.page-body {
    background-image: url('/assets/images/yueshiming/bg_body.png');
    /* display: flex;
    justify-content: center; 水平居中 */
    background-size: cover;
}

.page-body-content {
    width: 100vw;
    padding-top: 85px;
    text-align: center;
}

.page-body-content-3 {
    margin-left: 13vw;
    width: 1105px;
    padding-top: 85px;
    text-align: center;
}


@media print,
screen and (max-width: 768px) {
    .phone {
        display: block;
    }
    .no-phone {
        display: none;
    }
}

@media print,
screen and (min-width: 768px) {
    .phone {
        display: none;
    }
    .no-phone {
        display: block;
    }
}


@media print,
screen and (max-width: 768px) {
    .page-body-content-3 {
        margin-left: 1%;
        width: 98%;
        padding-top: 25px;
        padding-bottom: 20px;
    }
}

@media print,
screen and (max-width: 768px) {
    .page-body-content {
        margin-left: 1%;
        width: 98%;
        padding-top: 25px;
        padding-bottom: 20px;
    }
}

.page-body-content-2 {
    margin-left: 13%;
    width: 74%;
    padding-top: 85px;
    display: grid;
    place-items: center;
}

@media print,
screen and (max-width: 768px) {
    .page-body-content-2 {
        margin-left: 1%;
        width: 98%;
        padding-top: 25px;
    }
}

.text-style-1 {
    font-size: 1.7rem;
    font-weight: 500;
    color: #5d5f61;
    letter-spacing: 1px;
    text-align: left;
}

@media print,
screen and (max-width: 768px) {
    .text-style-1 {
        padding: 20px;
        font-size: 1.3rem;
    }
}

.text-style-2 {
    font-size: 2.5rem;
    color: rgb(5, 123, 108);
    font-family: JCXST900W;
}

@media print,
screen and (max-width: 768px) {
    .text-style-2 {
        font-size: 2rem
    }
}

.text-style-3 {
    font-size: 3.1rem;
    color: white;
    letter-spacing: 1px;
    line-height: 3.1rem;
    font-family: SYHTCN-Medium;
}

@media print,
screen and (max-width: 768px) {
    .text-style-3 {
        font-size: 1.8rem;
        line-height: 1.8rem;

    }   
}

.text-style-4 {
    font-size: 2rem;
    color: white;
    letter-spacing: 1px;
    margin-top: 40px;
}

@media print,
screen and (max-width: 768px) {
    .text-style-4 {
        font-size: 1rem;
        line-height: 1rem;
        margin-top: 2rem;
    }   
}

.image-1 {
    height: 250px;
    margin-top: -15px;
}

@media print,
screen and (max-width: 768px) {
    .image-1 {
        height: 210px;
    } 
}


.container-title-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
}

.sub-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: 500;
}

@media print,
screen and (max-width: 768px) {
    .sub-title {
        display: block;
        padding-left: 20px;
        padding-right: 20px;
        text-align: left;
    }
}

.line {
    width: 70px;
    /* 线条宽度 */
    height: 2px;
    /* 线条高度 */
    background-color: #1F4F42;
    /* 线条颜色为深绿色 */
    margin: 0 15px;
    /* 线条左右的外边距 */
}

.title {
    font-size: 3.5rem;
    /* 字体大小 */
    font-weight: bold;
    /* 字体加粗 */
    color: #1F4F42;
    /* 字体颜色为深绿色 */
    margin: 0;
    /* 去除标题的外边距 */
    font-family: SYHTCN-Bold;
}

@media print,
screen and (max-width: 768px) {
    .title {
        font-size: 2.2rem;
    }
}

.container-body-1 {
    padding: 20px;
    width: 1105px;
    font-family: SYHTCN-Medium;
    text-align: left;
}

@media print,
screen and (min-width: 768px) {
    .container-body-1 {
        margin-left: calc((100vw - 1105px) / 2);
    }
}

.info-row {
    justify-content: space-between;
    margin-bottom: 10px;
}

.info-row:last-child {
    margin-bottom: 0;
}

.info-label {
    font-size: 1.3rem;
    color: #b0b4b8;
    width: 30%;
    margin-top: 10px;
}

@media print,
screen and (max-width: 768px) {
    .info-label {
        font-size: 1rem;
    }
}

.info-value {
    color: #1f4f42d3;
    flex-grow: 1;
    /* 值区域自动扩展，填充剩余空间 */
    font-size: 1.7rem;
    margin: 5px 0px 10px 0px;
    font-family: SYHTCN-Bold;
}

@media print,
screen and (max-width: 768px) {
    .info-value {
        font-size: 1.3rem;
    }
}

.dashed-line {
    height: 2px;
    background: linear-gradient(to left, transparent 0%, transparent 50%, #ccc 50%, #ccc 100%);
    background-size: 10px 1px;
    background-repeat: repeat-x;
}

.page-footer {
    background-image: url('/assets/images/yueshiming/bg_bottom.png');
    display: grid;
    justify-content: center;
    align-items: center;
    background-size: cover;
    width: 100%;
    height: 37vh;
}

@media print,
screen and (max-width: 768px) {
    .page-footer {
        height: 120px;
    }
}

.image-box-2 {
    width: 100%;
    padding: 20px;
}

@media print,
screen and (max-width: 768px) {
    .image-box-2 {
        padding: 10px;
    }
}

.image-2 {
    height: 100%;
    width: 630px;
}

@media print,
screen and (max-width: 768px) {
    .image-2 {
        width: 58%;
    }
}

.image-text-2 {
    border-radius: 0px 20px 20px 0px;
    box-shadow: -5px 0px #37bdb4;
    display: inline-flex;
    height: 100%;
    width: 420px;
    background-color: #37bdb4;
    padding: 0px 40px 0px 40px;
    align-items: center;
    text-align: left;
}


@media print,
screen and (max-width: 768px) {
    .image-text-2 {
        padding: 0px 5px 0px 5px;
        border-radius: 0px 7px 7px 0px;
        width: 39.9%;
    }
}

.image-text-3 {
    border-radius: 20px 0px 0px 20px;
    box-shadow: 5px 0px #37bdb4;
    display: inline-flex;
    height: 100%;
    width: 420px;
    background-color: #37bdb4;
    padding: 0px 40px 0px 40px;
    align-items: center;
    text-align: left;
}

@media print,
screen and (max-width: 768px) {
    .image-text-3 {
        padding: 0px 7px 0px 7px;
        border-radius: 7px 0px 0px 7px;
        width: 39.9%;
    }
}

.sub-title-color {
    color: #de6665;

}

.footer-text-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
    font-size: 3.6rem;
    font-weight: 500;
    color: white;
    margin-top: 45px;
}

@media print,
screen and (max-width: 768px) {
    .footer-text-title {
        font-size: 2.4rem;
        margin-top: 5px;
    }
}

.footer-text-body {
    color: rgba(255, 255, 255, 0.85);
    margin-top: -160px;
    font-size: 18px;
    font-size: 1.8rem;
}

@media print,
screen and (max-width: 768px) {
    .footer-text-body {
        font-size: 1rem;
        margin-top: -55px;
    }
}

.circle-label {
    text-align: center;
    font-weight: 600;
    width: 300px;
    margin-top: 10px;
    font-size: 1.8rem;
}

@media print,
screen and (max-width: 768px) {
    .circle-label {
        width: 150px;
        font-size: 1.4rem;
    }
}

.circle-box {
    height: 400px;
    width: 1105px;
    padding: 20px;
    overflow-x: scroll;
    display: flex;
    margin-left: calc((100vw - 1105px) / 2);
}

@media print,
screen and (max-width: 768px) {
    .circle-box {
        width: 100%;
        height: 240px;
        margin-left: auto;
    }
}

.circle-box::-webkit-scrollbar {
    display: none;
    /* 对于Chrome, Safari, Edge */
}

.circle-box:hover {
    pointer-events: none;
}

.circle-img {
    width: 300px;
    height: 300px;
}

@media print,
screen and (max-width: 768px) {
    .circle-img {
        width: 150px;
        height: 150px;
    }
}

.circle-box-sub {
    margin-right: 15px;
}

.btn-box {
    margin-bottom: 25px;
    width: 13.35rem;
    margin-left: calc((100vw - 13.35rem) / 2);
}

.btn-img {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.btn-img-no {
    width: 50px;
    height: 50px;
}

.no-show {
    display: none;
}

.top-logo {
    width: 125px;
}

@media print,
screen and (max-width: 768px) {
    .top-logo {
        width: 55px;
    }
}

.top-logo-box {
    height: 24%;
    position:relative;
    left:-110px;
    max-width: 938px;
    margin: 0 auto;
}

@media print,
screen and (max-width: 768px) {
    .top-logo-box {
        height: 100px;
    }
}

.page-top {
    background-image: url('/assets/images/yueshiming/bg_top.png');
    background-size: cover;
    height: 64vh;
    width: 100vw;
    padding: 3% 20%;
}

@media print,
screen and (max-width: 768px) {
    .page-top {
        background-image: url('/assets/images/yueshiming/bg_top_sp.png');
        height: 170px;
        padding: 8px 20px;
    }
}

@font-face {
    font-family: 'TW Bold';
    src: url('/assets/font-family/TWBold.subset.woff2') format('woff2');
.	font-display: swap;
}

@font-face {
    font-family: 'TW Medium';
    src: url('/assets/font-family/TWMedium.subset.woff2') format('woff2');
	font-display: swap;
}

@font-face {
    font-family: 'SYHTCN-Regular';
    src: url('/assets/font-family/SYHTCN-Regular.subset.woff2') format('woff2');
	font-display: swap;
}

@font-face {
    font-family: 'JCXST900W';
    src: url('/assets/font-family/JCXST900W.subset.woff2') format('woff2');
	font-display: swap;
}

@font-face {
    font-family: 'SYHTCN-Bold';
    src: url('/assets/font-family/SYHTCN-Bold.subset.woff2') format('woff2');
	font-display: swap;
}

@font-face {
    font-family: 'SYHTCN-Medium';
    src: url('/assets/font-family/SYHTCN-Medium.subset.woff2') format('woff2');
	font-display: swap;
}

.line2 {
    width: 100%;
    height: 2px;
    background-color: #253d79;
}

.top-text-1 {
    font-size: 6.2rem;
    font-family: TW Bold;
    color: #253d79;
    position:relative;
    left:-110px;
    max-width: 938px;
    margin: auto;
    margin-top: 5%;
}

@media print,
screen and (max-width: 768px) {
    .top-text-1 {
        font-size: 2.5rem;
        margin-top: -65px;
    }
}

.top-text-2 {
    border-bottom: #253d79 solid 2px;
    font-size: 2.5rem;
    font-family: TW Medium;
    color: #253d79;
    padding-bottom: 10px;
}

@media print,
screen and (max-width: 768px) {
    .top-text-2 {
        font-size: 1.2rem;
        border-bottom: #253d79 solid 1px;
        padding-bottom: 5px;
    }
}

.top-text-3 {
    font-size: 3.5rem;
}

@media print,
screen and (max-width: 768px) {
    .top-text-3 {
        font-size: 2rem;
    }
}


.top-text-4 {
    position:relative;
    left:-110px;
    max-width: 938px;
    margin: auto;
    margin-top: -18px;
    margin-bottom: 20px;
}

@media print,
screen and (max-width: 768px) {
    .top-text-4 {
        margin-top: -15px;
    }
}

.top-text-5 {
    color: #253d79a7;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 9px;
    margin-top: -5px;
}

@media print,
screen and (max-width: 768px) {
    .top-text-6 {
        display: none;
    }
}