html {
    font-size: 14px;
    background-color: #f2f3f5;
    margin: 0;
    padding: 0;
}

body {
    background-image: url('./image/bgEn.png');
    background-repeat: no-repeat; 
    background-size: contain; 
    background-position: top center; /*防止拉伸*/
    background-color: #fdfcfa; 
    width: 100%;
    min-width: 1360px;
    height: 100%;
    min-height: 100vh;
    overflow-y: auto;
}
.container-jcgj{
    width: 100%;
    min-width: 1190px;
    height: 100%;
    min-height: 100vh;
    overflow-x: hidden; /* 隐藏X轴滚动条 */
    overflow-y: auto;
    padding: 0 18vw 40px 17vw;
    display: flex;
    flex-direction: column;
    position: relative;
}
.en{
    position: relative;
    margin-right: 16px;
}
.head{
    padding-top:20px;
    margin-bottom:20px;
    align-items: center;
}
.tab-text{
    cursor: pointer;
}
.tab-text .en::after{
    content: '';
    position: absolute;
    right: -8px;
    top: 0;
    bottom:0;
    border-right: 2px solid #fff;
}
.introduction{
    font-size: 16px;
    font-weight: bold;
    text-align: end;
    cursor: pointer;
}
.jcgj-content-zh{
    height: 600px !important;
}
.jcgj-content{
    /* height: 40rem; */
    /* margin-top: 12rem; */
    height: 700px;
    min-height: 50vh;
    margin-top: 28vh;
    flex-wrap: wrap;
}
.jcgj-content .item-bg{
    background-color:#dbe2e9;
}
.jcgj-content .item{
    height: 45%;
    padding: 0 14px;
    color: #6A6A6A;
    border-radius: 16px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.smoke-box-top{
    flex:1;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.item img{
    margin: 0 auto;
    display: block;
}
.item .age{
    text-align: end;
    margin: 6px 0;
    font-size: 18px;
    color: #000;
}
input[type="range"] {
    background: #e5e5e4;
    border: 3px solid #cdd6e1;
    height: 30px;
    width: 90%;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 20px;
    margin-bottom: 16px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 5px;
    height: 33px;
    background: #e5e5e4;
    cursor: pointer;
    border: 2px solid #0A62F9;
}

input[type="range"]::-moz-range-thumb {
    width: 2px;
    height: 30px;
    width: 90%;
    background: #e5e5e4;
    cursor: pointer;
    border: 2px solid #0A62F9;
}

/* Firefox 浏览器 */
input[type="range"]::-moz-range-thumb {
    width: 20px; /* 调整滑块宽度 */
    height: 30px;
    background: #e5e5e4;
    cursor: pointer;
    border: 2px solid #0A62F9;
    border-radius: 5px; /* 可以添加圆角 */
}
/* Microsoft Edge 浏览器 */
input[type="range"]::-ms-thumb {
    width: 20px; /* 调整滑块宽度 */
    height: 33px;
    background: #e5e5e4;
    cursor: pointer;
    border: 2px solid #0A62F9;
    border-radius: 5px; /* 可以添加圆角 */
}
.btn-list{
    width: 100%;
    height: 50%;
    flex-wrap: wrap;
    /* flex: 1; */
}
.btn-m{
    width: 30%;
}
.btn-m .selected{
    border: 1px solid #0A62F9;
    background-color: #0A62F9;
    color: #fff;
}
.btn .selected{
    background-color: #0A62F9;
    color: #fff;
}
.btn {
    width: 100%;
    height: 40px;
    background-color: #fff;
    color: #787878;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.smoke-input{
    width: 63%;
}
.smoke-input input{
    width: 100%;
    height: 40px;
    padding: 5px 10px;
}
.copd-box{
    display: flex;
    justify-content: space-between;
    width: 42%;
    height: 45%;
    color: #6A6A6A;
    border-radius: 16px;
}
.copd{
    width:40%;
}
.fdrlc{
    width:55%;
}
.copd-box-item{
    display: flex;
    flex-direction: column;
    background-color:#dbe2e9;
    align-items: center;
    padding: 20px 10px;
    border-radius: 16px;
}
.copd-item-top-zh{
    height: 35% !important;
}
.copt-btn-list-zh{
    justify-content: space-around !important;
}
.copd-item-top{
    height: 55%;
    margin-bottom: 12px;
}
.copd-item-top span{
    width: 100%;
    display: block;
    text-align: center;
    margin: 10px 0;
}
.copd-title{
    width: 100%;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    text-align: center;
}
.copt-btn-list{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.copd-box-item .btn-copd{
    width: 100%;
}
.btn-copd .selected{
    border: 1px solid #0A62F9;
    background-color: #0A62F9;
    color: #fff;
}
.last-item{
    height: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #6A6A6A;
    border-radius: 16px;
}
.last-item-t{
    background-color:#dbe2e9;
    padding: 10px;
    border-radius: 10px;
    height: 30%;
    align-items: center;
}
.last-item-b{
    height: 65%;
}
.last-item-t .fev1-input{
    flex: 1;    
    padding: 5px 10px;
    width:50%;
    height: 40px;
    /* max-height: 3rem; */
}
.c-box1{
    width: 45%;
}
.c-box2{
    width: 52%;
}
.c-box{
    padding: 16px 10px;
    color: #6A6A6A;
    border-radius: 14px;
    background-color:#dbe2e9;
}
.c-box .content-title{
    margin-bottom:16px;
}
.c-box input{
    height: 40px;
    padding: 5px 10px;
}
.footer-box{
    margin-bottom: 10px;
    align-items:center;
}
.jisuan{
    display: flex;
    justify-content: end;
    position: relative;
    cursor: pointer;
}
.jisuan span{
    position: absolute;
    right: 15px;
    top: 12px;
    font-weight: bold;
    font-size: 14px;
}
.jisuan-title{
    color: #7a7e94;
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
    flex:1;
}
.mask{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100vw;
    min-height: 100vh;
    height: 100%;
    background-color: #7475789a;
    z-index: 998;
}
.result-dailog{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50% ,-50%);
    width: 600px;
    height: 500px;
    background-image: url('./image/dialog-bg1En.png');
    background-repeat: no-repeat; 
    background-size: cover; 
    z-index: 999;
    padding: 30px;
    border-radius: 20px;
}
.close{
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
}
.introduction-dialog{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50% ,-50%);
    padding: 30px;
    border-radius: 20px;
    background-color: #fff;
    width: 40vw;
    height:80vh;
    overflow-y: auto;
    z-index: 999;
    color: #606266;
}

.lxwm span{
    margin-right: 20px;
}

.mar-b20{
    margin-bottom: 10px !important;
}
.lxwm-address,.lxwm-email{
    text-align: center;
}
.content-title{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: center;
    display: flex;
    align-items: center;
    min-height:40px;
    /* max-width: 30%; */
}
.margin-b-0{
    margin-bottom: 0px !important;
}
.margin-b-20{
    margin-bottom: 20px !important;
}
.help-selection{
    margin: 20px 0;
    border: 2px solid #9b9fb0;
    box-shadow: 0 0 3px #c1c1c1;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.help-selection h3{
    color: #000;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
.help-main-t{
    margin-bottom: 30px;
}
.help-selection li,.disclaimer{
    color: #7a7e94;
    font-size: 16px;
    text-align: justify;
}
.help-title,.lxwm-title{
    font-size: 18px;
    font-weight: bold;
    color: #12388c !important;
    text-align: center;
}
.lxwm-title{
    margin-bottom: 20px;
}
.lxwm-selection{
    color: #7a7e94;
}
.lxwm-main{
    display: flex;
    justify-content: space-between;
}
.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
}
.contact-item  p{
    text-align: justify;
}
.contact-item i {
    font-size: 30px;
    margin-right: 15px;
}
