@font-face {
    font-family: 'Source Han Serif CN';
    src: url('/font/SourceHanSerifCN-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Han Serif CN';
    src: url('/font/SourceHanSerifCN-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

:root {
    /* 主题色 */
    --index-main-color: #dccfc7;
    --index-main-bg-color: #dccfc7;
    --index-main-font-size: 1rem;
    --index-main-border-color: #dadada;
    --index-main-btn-bg-color: linear-gradient(180deg, #c77110 0%, #a15a0a 100%);
    --index-main-btn-color: #c77110;
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Source Han Serif CN', serif !important;
}

body {
    max-width: 46.875rem;
    margin: 0 auto;
}

a {
    color: var(--index-main-btn-color);
    text-decoration: none;
}

a:visited {
    color: var(--index-main-btn-color);
}

.ysl-doctor-box {
    padding-bottom: 2rem;
    background-image: url('/image/index-img/bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.ysl-doctor-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jiemu-content {
    box-sizing: border-box;
    background-image: url('/image/index-img/jimu-bg-01.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.jiemu-content-box {
    padding: 2.75rem 2rem;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.5rem;
}

.jiemu-item {
    width: calc(50% - 0.25rem);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.jiemu-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.jiemu-tips {
    padding: .875rem 0;
    text-align: center;
    background: #BB8651;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 17px;
    z-index: 10;
}

.doctor-jiemu-flower {
    z-index: 20;
    position: absolute;
    right: 0;
    top: 676px;
    height: 9.6875rem;
}

.doctor-jiemu-flower img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.ylcj-item {
    padding: 0.625rem .875rem;
    padding-left: .375rem;
    display: flex;
    align-items: flex-start;
    font-weight: 500;
    font-size: 0.6875rem;
    color: #822A2B;
    line-height: 18px;
    background-color: #FDEAD9;
}

.ylcj-item img {
    width: .375rem;
    height: .375rem;
    margin-top: .25rem;
    margin-right: .1875rem;
    display: block;
}

.cbzz-content {
    position: relative;
}

.cbzz-item {
    position: absolute;
    margin: 0 .875rem;
    z-index: 99;
    padding: .875rem 1.4375rem;
    font-weight: 500;
    font-size: 11px;
    color: #252525;
    line-height: 18px;
    background-image: url('/image/index-img/cbzz-bg.png');
    background-size: 100% 100%;
}

.hdry-content {
    padding: .875rem 0 4rem;
    background-image: url('/image/index-img/ryjz-bg.png');
    background-size: 100% 100%;
}

.sc-content {
    padding-bottom: 2.8125rem;
    background-image: url('/image/index-img/sc-bg.png');
    background-size: 100% 100%;
}

.sc-item {
    margin: 0 .875rem;
    padding: 1.5625rem;
    font-weight: 500;
    font-size: 11px;
    color: #252525;
    line-height: 18px;
    background-image: url(/image/index-img/sc-txt-bg.png');
    background-size: 100% 100%;
}

.fans-box {
    padding: 2.375rem;
}

.cz-content {
    position: relative;
    padding: 0 .875rem 5.3125rem;
}

.cz-content-flower {
    position: absolute;
    right: 0;
    bottom: .5rem;
    height: 5.3125rem;
    z-index: 1;
}

.cz-content>img {
    position: relative;
    z-index: 2;
}

.cz-content-flower img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* 视频播放区弹层 */
#index-video-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
}

#index-video-box .mask {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
}

#index-video-box .video-box {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
}

#index-video-box .icon-guanbi {
    position: absolute;
    right: 12px;
    top: calc(constant(safe-area-inset-top) + -320px);
    /* 兼容旧 iOS */
    top: calc(env(safe-area-inset-top) + -320px);
    /* 现代浏览器 */
    font-size: 2.5rem;
    color: #fff;
}