﻿.zone-content {
    width: 100%;
    height: 100%;
    background-color: #F5F5F5;
}

.zone-nav {
    width: 9rem;
    height: 1rem;
    /*background-color: #fff;*/
    margin: 0 auto;
    position: relative;
    /*bottom: .5rem;
    box-shadow: 0px 0px 8px 0px rgba(116, 116, 116, 0.24);*/
}

/*patient*/

.hzkp1 {
    width: 89%;
    height: 100%;
    display: flex;
    padding: 0 1rem;
    margin-bottom: .5rem;
    margin-top: .7rem;
}

.onvideo {
    position: relative;
    width: 10rem;
    bottom: .4rem;
    height: 5.63rem;
}

.right-p {
    color: #666666;
    font-size: .5rem;
    float: right;
    margin-right: 2.5rem;
    margin-top: .5rem;
}

.right-span {
    color: #868585;
    font-size: .4rem;
    float: right;
    margin-right: 1rem;
}

.right-span-en {
    color: #868585;
    font-size: .35rem;
    float: right;
    margin-right: 1rem;
}

.onvideo source {
    width: 100%;
    height: 100%;
}

.one {
    height: 2rem;
    width: 4.5rem;
    position: relative;
    border-top: 1px solid rgba(250,177,61,1);
}

.one-span {
    width: .5rem;
    display: block;
    margin-left: 3rem;
    margin-top: 1.5rem;
    border-bottom: 2px solid #47A159;
}

.zone-hzkpl {
    width: 50%;
    height: 5rem;
    box-shadow: 1px 1px 6px #ccc;
}

.zone-hzkpl1 {
    width: 50%;
    height: 5rem;
    box-shadow: 1px 1px 6px #ccc;
}

.zone-hzkpl2 {
    width: 50%;
    height: 5rem;
    box-shadow: 1px 1px 6px #ccc;
}


.zone-right {
    width: 44%;
    height: 4rem;
    box-shadow: 1px 1px 6px #ccc;
    background-color: #fff;
    padding: .5rem;
}

.zone-right1 {
    width: 44%;
    height: 4rem;
    box-shadow: 1px 1px 6px #ccc;
    background-color: #fff;
    padding: .5rem;
}

.zone-right2 {
    width: 44%;
    height: 3.98rem;
    box-shadow: 1px 1px 6px #ccc;
    background-color: #fff;
    padding: .5rem;
}

.zone-h3 {
    font-size: .25rem;
    color: rgba(51, 152, 69, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zone-p {
    font-size: .15rem;
    color: #444;
    height: 1rem;
    line-height: 1rem;
}

.zone-p1 {
    font-size: .22rem;
    color: rgba(119, 123, 126, 1);
    line-height: .4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.see-more02 {
    font-size: 0.14rem;
    padding: 0.1rem 0.2rem;
    border-radius: 4px;
    color: #47A157;
    border: 1px solid rgba(71,161,87,1);
}

    .see-more02:hover {
        font-size: 0.14rem;
        padding: 0.1rem 0.2rem;
        border-radius: 4px;
        color: #ffffff;
        background-color: #47A157
    }


/* 导航切换按钮 */
.tabs {
    position: absolute;
    left: 50%;
    top: -0.6rem;
    margin-left: -3.44rem;
    width: 6.88rem;
    height: 1.2rem;
    background: #fff;
    box-shadow: 0px 0px 0.23rem 1px rgba(135, 139, 132, 0.24);
    border-radius: 0.06rem;
}

.item {
    cursor: pointer;
    position: relative;
    float: left;
    width: 33%;
    line-height: 1.2rem;
    text-align: center;
    color: #999999;
    font-size: 0.24rem;
    font-weight: bold;
}

    .item:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        width: 1px;
        height: 0.7rem;
        background: #EEEEEE;
    }

    .item.active {
        color: #47A159;
    }

        .item.active::before {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
            width: 1rem;
            height: 0.02rem;
            background: #47A159;
        }

.tab-content {
    display: none;
}

/* 导航切换内容 */
.tab-content-a {
    position: relative;
}

.tab-content-b {
    position: relative;
}

.tab-content-c {
    position: relative;
}


/* faq */

.faq-ul {
    width: 95%;
    height: 100%;
    padding: 0 .3rem;
}

.faq-ul li {
    width: 43.5%;
    margin-left: .7rem;
    margin-top: .4rem;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 4px;
    float: left;
}

.faq-li {
    width: 43.5%;
    height: 1rem;
    float: left;
    border: 1px solid red;
    margin-left: .7rem;
    margin-top: .4rem;
    padding: .2rem;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 4px;
    margin-bottom: 2rem;
}

.faq-ul li h2 {
    font-size: .22rem;
    color: #4E4E4E;
    padding-left: .2rem;
}

.introduce-p {
    font-size: .2rem;
    color: #3C3C3C;
    margin-top: .1rem;
    margin-left: .3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
    padding-left: .2rem;
    padding-bottom: .2rem;
}

.details-p {
    font-size: .2rem;
    color: #3C3C3C;
    margin-top: .1rem;
    margin-left: .3rem;
}

.img-open {
    width: .5rem;
    height: .5rem;
    line-height: .5rem;
    float: right;
    margin-top: -.7rem;
    border-left: 1px solid rgba(238,238,238,1);
    color: rgb(191, 191, 191);
    padding-left: .5rem;
    padding-right: .3rem;
}

#div-close {
    width: 18%;
    height: 100%;
    background-color: #47A159;
    margin: auto;
    border-radius: 0px 4px 4px 0px;
    vertical-align: middle;
    margin-top: -1px;
    text-align: center;
    line-height: 370px;
    color: #ffffff;
}

.details {
    height: 3.7rem;
    width: 100%;
    background: rgba(255,255,255,1);
    position: relative;
    margin-top: -.2rem;
    box-shadow: 0px 0px 13px 1px rgba(161,161,161,0.2);
    border-radius: 4px;
}

.details h1 {
    font-size: .22rem;
    height: .7rem;
    color: #4E4E4E;
    line-height: .8rem;
    margin-left: .3rem;
}

.faq-ul .faq-Close img {
    width: .5rem;
    height: .5rem;
    float: right;
    border-left: 1px solid rgba(238,238,238,1);
    padding-left: .55rem;
    padding-right: .44rem;
    margin-top: 1.5rem;
}

.faq-Close {
    height: 100%;
    width: 16%;
    overflow: hidden;
    float: right;
    background-color: #47A159;
    margin-top: -3.07rem;
    border-radius: 4px;
}

.details p {
    font-size: .2rem;
    color: #3C3C3C;
    margin: .3rem .3rem;
    line-height: .26rem;
}

.detection li {
    list-style: none;
}

.testing1 {
    padding: .4rem 2rem;
}

    .testing1 img {
        width: 7.19rem;
        height: 9.31rem;
        position: absolute;
    }

.agree-checkbox-label {
    vertical-align: middle;
    box-sizing: border-box;
}

.agree-checkbox-text {
    vertical-align: middle;
    user-select: none;
}

input[type=checkbox].agreeProtocol {
   visibility: hidden;
   width:0;
}

.sp-checkbox {
    box-sizing: border-box;
    display: inline-block;
    margin-top: .01rem;
    margin-right:.05rem;
    width: .28rem;
    height: .28rem;
    width: .28rem;
    border: 2px solid #0E0E0E;
    border-radius: 2px;
    vertical-align: middle;
}

.sp-checkbox.checked{
    background: url(../../img/patient/check.png) no-repeat;
    background-position:center center;
    background-size: 90% auto;
}

.detection {
    width: 6rem;
    height: 9.6rem;
    float: left;
    margin-top: .5rem;
    margin-left: 1rem;
    margin-bottom: 2rem;
    padding-left: 50%;
    padding-right: 1rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 13px 1px rgba(161, 161, 161, 0.2);
}

.detectionp {
    height: .8rem;
    font-size: .25rem;
    margin-top: .45rem;
    font-weight: bold;
    color: rgba(71, 161, 89, 1);
    line-height: 1.5;
}

.detection-li {
    height: .94rem;
    font-size: .21rem;
    color: #666666;
    line-height: .5rem;
    margin-top: .25rem;
    border-bottom: 1px solid rgba(238,238,238,1);
}

.upload {
    display: none;
    margin: auto;
    font-size: .2rem;
    width: 1.4rem;
    height: .48rem;
     
    border-radius: 2px;
    margin-top: .45rem;
}

.red {
    color: red;
}

.protocol-wrap {
    margin-top: .45rem;
    font-size: .24rem;
    font-weight: bold;
    color: #333333;
}

    .protocol-wrap .protocol-detail-btn {
        display: inline-block;
        color: #1A9DE0;
        vertical-align: bottom;
        cursor: pointer;
    }


    .disable-submit-btn.upload {
        display: block; 
    }

.disable-submit-btn .detection-span {
    margin: .08rem auto;
    width: 300px;
    line-height: 74px;
    border-radius: 6px;
    text-align: center;
    display: block;
    border: none;
    background: none;
    font-size: 36px;
    color: rgba(71, 161, 87, .5);
    font-weight: bold;
    background-image: linear-gradient(#ccc, #ccc);
    margin: 0 auto;
    cursor: pointer;
}

.submit-btn .detection-span:hover {
    background-color: rgba(71, 161, 87, 1);
    color: #fff;
}

.detection-li input {
    width: 100%;
    border: none;
    outline: medium;
}

.detection-li select {
    width: 100%;
    border: none;
    outline: medium;
}

@font-face {
    font-family: 'iconfont';
    src: url('./Icon/iconfont.eot');
    src: url('./Icon/iconfont.eot?#iefix') format('embedded-opentype'), url('./Icon/iconfont.woff2') format('woff2'), url('./Icon/iconfont.woff') format('woff'), url('./Icon/iconfont.ttf') format('./Icon/truetype'), url('./Icon/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 40px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tab-content {
    min-height:3rem;
}

.protocol-dialog {
    z-index:999;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height: 100vh;
    padding-top:10%;
    background: rgba(0,0,0,.85);
}

.protocol-dialog-content {
    margin: 0 auto;
    width: 8.02rem;
    height: 5.6rem;
    padding: .41rem .58rem 0;
    background: #fff;
    border-radius: .08rem;
}

.protocol-dialog-title {
    font-size: .26rem;
    color: #333333;
    text-align: center;
    font-weight: bold;
}

.protocol-dialog-text {
    overflow-y: scroll;
    margin-top: .41rem;
    margin-bottom: .31rem;
    height: 3.64rem;
    color: #333333
}
.protocol-dialog-text p {
        font-size: .14rem;
        font-size: .16rem;
}    
.protocol-dialog-text .p1 {
        font-weight: bold;
       
}
.protocol-dialog-text .p2 {
        position: relative;
        padding-left: .1rem;
        margin-top: .3rem;
        font-size: .16rem;
        font-weight: bold;
}
p.ql-indent-1 {
    text-indent: .2rem;
}

.protocol-dialog-text .p2::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: .08rem;
    display: block;
    width: .04rem;
    height: .14rem;
    background: #34B95F;
}
.read-btn-wrap {
    text-align:center;
}
.read-btn {
    display: inline-block;
    margin: 0;
    border-radius: .19rem;
    padding: .08rem .22rem;
    text-align: center;
    font-size: .15rem;
    color: #fff;
    background: #47A159;
    cursor: pointer;
}

/* === CSP 兼容：将原本写在元素 style="..." 中的样式提取为 class === */

/* tit 区块背景图（通过 data-bg 属性由 JS 设置 background-image） */
.tit-bg-top { background-repeat: no-repeat; background-position: center top; background-size: auto 90%; }
.tit-bg-center { background-repeat: no-repeat; background-position: center center; background-size: auto 100%; }

/* sup 上标小字号 */
.sup-sm { font-size: 14px; }

/* 验证码区域 */
.captcha-label-nowrap { white-space: nowrap; }
.captcha-wrap-flex { display: flex; align-items: center; gap: 10px; }
.captcha-input-fixed { width: 120px; }
.captcha-img-h40 { height: 40px; cursor: pointer; border: 1px solid #ccc; }
.captcha-refresh-link-nowrap { color: #47A159; font-size: 12px; white-space: nowrap; }

/* 结果弹窗背景色（替代 JS 字符串中的 inline style） */
.success-bg { background: #47A159; }
.error-bg { background: #E74C3C; }

/* 提交成功弹窗（独立的全屏遮罩样式，避免与 JS 动态弹窗 .success-dialog 冲突） */
.submit-result-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
.submit-result-overlay.is-visible { display: flex; }
.submit-result-card {
    background: #fff;
    border-radius: 12px;
    padding: 40px 50px;
    max-width: 480px;
    width: 90%;
    text-align: center;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.submit-result-icon {
    width: 60px; height: 60px;
    background: #00A950;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.submit-result-icon span {
    color: #fff;
    font-size: 30px;
}
.submit-result-title {
    color: #333;
    font-size: 20px;
    margin-bottom: 12px;
}
.submit-result-desc {
    color: #666;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 25px;
}
.submit-result-btn {
    display: inline-block;
    padding: 10px 40px;
    background: #00A950;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-size: 15px;
}

