html,
body {
    overflow-y: auto;
    overflow-x: hidden;
    /* background-color: rgba(239, 244, 252, 1); */
    background-color: rgba(255, 255, 255, 1);
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

ul,
ol {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

.w1440 {
    /* width: 62.5%;
    margin: 0 auto; */
    max-width: 1440px !important;
    margin: auto;
}

.w100 {
    width: 100% !important;
}

/*----全局共用参数----*/
/* a:link, a:active, a:visited {
    color:#333333;
    text-decoration:none;
}*/
a,
a:hover {
    text-decoration: none;
    color: inherit;
}

input,
textarea {
    outline: none;
}

.red {
    color: red;
}
.text-c{
    text-align: center;
}

/* 清除浮动 */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
    /* for ie6 & ie7 */
}


/*----flex布局----*/
.d-flex {
    display: -ms-flexbox;
    display: flex;
}

.flex-column {
    -ms-flex-flow: column;
    flex-flow: column;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.flex-fill {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.flex-grow-0 {
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.flex-grow-1 {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.flex-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.flex-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.justify-content-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.justify-content-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.justify-content-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-content-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.align-items-start {
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-items-end {
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-items-center {
    -ms-flex-align: center;
    align-items: center;
}

.align-items-baseline {
    -ms-flex-align: baseline;
    align-items: baseline;
}

.align-items-stretch {
    -ms-flex-align: stretch;
    align-items: stretch;
}

.align-content-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.align-content-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

.align-content-center {
    -ms-flex-line-pack: center;
    align-content: center;
}

.align-content-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.align-content-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.align-self-auto {
    -ms-flex-item-align: auto;
    align-self: auto;
}

.align-self-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.align-self-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.align-self-center {
    -ms-flex-item-align: center;
    align-self: center;
}

.align-self-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

/*--------------------------------------------------------------------*/

/*----页面整体框架----*/
.header-wrapper,
.content_inner2,
.footer-wrapper {
    font-size: 0.16rem;
    color: #333;
}

.header-wrapper {
    width: 100%;
    height: 1.2rem;
    padding: 0.16rem 0;
    background-color: rgba(255, 255, 255, 1);
    /* position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); */
}

.header-active {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 1px 0.2rem rgba(0, 0, 0, 0.1);
}

.logo-wrapper {
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
}

.logo span {
    font-size: 0.34rem;
    color: #0E2711;
}

.logo-wrapper img {
    width: 1.76rem;
}

.logo-wrapper img+img {
    width: 0.56rem;
}

.logo-wrapper2 img {
    width: 6.95rem;
}

.nav-box {
    font-size: 0.18rem;
    margin-left: 0.2rem;
}
.header-right{
    margin-left: auto;
}
.header-right .header-search{
    width: 0.42rem;
    height: 0.42rem;
    line-height: 0.42rem;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .12);
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-btn{
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, .12);
    height: 0.38rem;
    line-height: 0.38rem;
    border-radius: 0.2rem;
    padding: 0 0.2rem;
    margin-left: 0.12rem;
}
.header-right .header-search img{ 
    width: 0.2rem;
}
.nav-box li {
    position: relative;
    padding: 0 0.18rem;
    display: inline-block;
    font-size: 0.18rem;
    color: #3C3C3C;
}

.nav-box li .isChild {
    position: relative;
}

.nav-box li .isChild::after {
    display: inline-block;
    margin-left: 0.05rem;
    content: "";
    position: absolute;
    right: -0.15rem;
    top: 0.08rem;
    border-left: 0.05rem solid transparent;
    border-right: 0.05rem solid transparent;
    border-top: 0.06rem solid #333;
}

.nav-box li>a {
    line-height: 0.8rem;
}

.nav-box li.active,
.nav-box li:hover {
    color: #00907C;
}

.nav-box li.active::after,
.nav-box li::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0.2rem;
    width: 0.2rem;
    height: 2px;
    background: transparent;
    transition: all .3s;
}

.nav-box li.active::after,
.nav-box li:hover::after {
    /* transform: scaleX(1); */
    transform: translateX(-50%);
    opacity: 1;
    background: #00907C;
}

.nav-box li:hover .nav-child {
    display: block;
}

.nav-box li .nav-child {
    display: none;
    position: absolute;
    width: 100%;
    /* margin-left: -0.8rem; */
    top: 0.8rem;
    left: 0;
    z-index: 999;
    background-color: #ffffff;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 4px;
}

.nav-box li .nav-child a {
    display: block;
    color: #333333;
    font-weight: normal;
    padding: 0.14rem 0.1rem;
    font-size: 0.16rem;
}

.nav-box li .nav-child a:first-child {
    border-radius: 4px 4px 0 0;
}

.nav-box li .nav-child a:last-child {
    border-radius: 0 0 4px 4px;
}

.nav-box li .nav-child a:hover {
    color: #00907C;
}



.text-blue {
    color: #00A433;
}

.text-orange {
    color: #f15e22;
}

/* footer */
.footer {
    background: #393636;
    padding: 0.6rem 0 0;
}

.footer-wrapper {
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.footer-left {
    width: 25%;
    font-size: 0.14rem;
}

.footer-logo {
    margin-bottom: 0.3rem;
}

.footer-logo img {
    width: 1.76rem;
}

.footer-contact p {
    line-height: 0.24rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0.1rem;
}

.footer-contact .footer-hotline,
.footer-contact .footer-email {
    margin-top: 0.2rem;
}

.footer-contact .footer-hotline span,
.footer-contact .footer-email span {
    color: rgba(255, 255, 255, 0.5);
    margin-right: 0.1rem;
}

.footer-contact .footer-hotline {
    /* color: #00A433; */
    font-size: 0.18rem;
    font-weight: 600;
}

.footer-center {
    display: flex;
    justify-content: space-around;
    flex: 1;
    padding: 0 0.5rem;
}

.footer-column {
    flex: 1;
    max-width: 28%;
}

.footer-col-title {
    font-size: 0.18rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
    color: #fff;
}

.footer-column-qr {
    flex: 0 0 auto;
    width: auto;
    padding-left: 0.3rem;
}

.footer-qr-wrap img {
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 4px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 0.16rem;
}

.footer-column ul li a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.14rem;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-column ul li a:hover {
    color: #00A433;
}

.footer-right {
    width: 25%;
    padding-left: 0.3rem;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-complaint-desc {
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 0.25rem;
    margin-bottom: 0.25rem;
}

.footer-complaint-btn {
    display: block;
    /* width: 100%; */
    height: 0.44rem;
    line-height: 0.44rem;
    background: #FECF02;
    color: #333;
    border: none;
    border-radius: 8px;
    font-size: 0.16rem;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 0.25rem;
    transition: background 0.3s;
    padding: 0 0.16rem;
}
.footer-complaint-btn img {
    width: 0.14rem;
    height: 0.14rem;
    vertical-align: middle;
    margin-left: 0.08rem;
}
.footer-complaint-btn:hover {
    background: #FFA800;
}

.footer-report-phone {
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.8);
}

.footer-last {
    background: #2E2A2B;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0.4rem;
    font-size: 0.16rem;
    text-align: center;
    line-height: 0.94rem;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.footer-last span {
    margin-right: 0.3rem;
}

/* 面包屑 */
.breadcrumb {
    background: transparent;
    font-size: 0.16rem;
    /* padding: 25px 0; */
}

.breadcrumb a {
    color: #00A433;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.1rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .1rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item.active {
    color: #525151;
}

/* 分页 */
.pagination {
    text-align: center !important;
    margin: 0.4rem auto 0.06rem;
}

.page-item {
    margin-right: 18px;
}

.page-link {
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
    border-radius: 4px;
    border: 1px solid #00A433;
    padding: 0;
    font-size: 16px;
    color: #00A433;
}

.page-item:last-child {
    margin-right: 0;
}

.page-item.active .page-link {
    background: #00A433;
    border: 1px solid #00A433;
    color: white;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-radius: 4px;
}

.page-item .page-link.prev,
.page-item .page-link.next {
    width: 80px;
    height: 0.4rem;
    /* border-radius: 0.2rem !important; */
    border: 1px solid #00A433;
    font-size: 16px;
}

.page-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #00A433;
    border-color: #00A433;
}

/*-------------------------------首页变动开始-------------------------------------*/

.padding-0{
    padding: 0 0.5rem;
}
.panel3-wrapper,
.panel4-wrapper{
    padding: 1.2rem 0;
}
.panel1-wrapper {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.panel1-left {
    width: 40%;
}

.panel1-title {
    font-size: 0.56rem;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
    margin-bottom: 0.3rem;
}

.panel1-title .text-green {
    color: #00907C;
}

.panel1-desc {
    font-size: 0.18rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 0.4rem;
}

.panel1-btn {
    display: inline-block;
    padding: 0.14rem 0.4rem;
    background: #00907C;
    color: #fff;
    border: none;
    border-radius: 0.12rem;
    font-size: 0.18rem;
    cursor: pointer;
    transition: background 0.3s;
}

.panel1-btn:hover {
    background: #00907C;
}

.panel1-right {
    width: 60%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #f5f5f5;
    border-radius: 24px;
    overflow: hidden;
    -webkit-mask-image: url(../images/panel1_01.svg);
    mask-image: url(../images/panel1_01.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.panel1-mask {
    display: none;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    transition: transform 0.3s, box-shadow 0.3s;
}

.play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.play-btn img {
    width: 40px;
    height: 40px;
}

/* panel2 */
.panel2-wrapper {
    background: url(../images/bg.png) no-repeat center center;
    background-size: cover;
    
    position: relative;
    overflow: hidden;
    padding: 0.6rem 0;
}

/* .panel2-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('./../images/panel2-01.png') no-repeat center center;
    background-size: cover;
    opacity: 0.15;
    z-index: 0;
} */

.panel2-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    position: relative;
}
.panel2-jiantou{
    position: absolute;
    left: 37%;
    bottom: 0;
    color: white;
    font-size: 0.14rem;
}
.panel2-jiantou img{ 
    width: 1.63rem;
    padding-left: 0.3rem;
}
.panel2-left {
    width: 45%;
}

.panel2-title {
    font-size: 0.4rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.3rem;
}

.panel2-desc {
    width: 70%;
    font-size: 0.16rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 2;
    margin-bottom: 0.4rem;
}

.panel2-links {
    position: relative;
}

.panel2-link {
    display: inline-block;
    color: #FFB800;
    font-size: 0.18rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s;
}

.panel2-link:hover {
    color: #FFC533;
}

.panel2-curve {
    position: absolute;
    left: 120px;
    top: 0;
    width: 180px;
    height: 60px;
}

.curve-svg {
    width: 100%;
    height: 100%;
}

.curve-text {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.12rem;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
}

.panel2-right {
    width: 50%;
}

.video-box {
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.video-box video {
    width: 100%;
    height: auto;
    display: block;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(245, 243, 238, 0.1);
    z-index: 1;
}



/* panel3 */
.panel3-wrapper {
    background: #FDFBF7;
    
    position: relative;
    /* background: url('../images/panel3-bg.png') no-repeat left top;
    background-size: cover; */
}

/* .panel3-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(rgba(0,0,0,0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,0,0,0.02) 1px, transparent 1px);
    background-size: 0.8rem 0.8rem;
    pointer-events: none;
} */

.panel3-inner {
    position: relative;
    z-index: 1;
    text-align: center;
}

.panel3-title {
    font-size: 0.4rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.2rem;
}

.panel3-title .text-green {
    color: #00907C;
}

.panel3-desc {
    font-size: 0.16rem;
    color: #666;
    line-height: 1.8;
    margin-bottom: 0.8rem;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.panel3-grid {
    width: 80%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.4rem;
    justify-items: center;
}

.grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s;
}

.grid-item:hover {
    transform: translateY(-5px);
}

.grid-item img {
    width: 0.8rem;
    height: 0.8rem;
    margin-bottom: 0.15rem;
}

.grid-item span {
    font-size: 0.14rem;
    color: #333;
}

/* panel4 */
.panel4-wrapper {
    background: #fff;
    
}

.panel4-inner {
    text-align: center;
    background: url(../images/panel4-04.png) no-repeat right 1.5rem bottom;
    background-size: 2.17rem;
}

.panel4-title {
    font-size: 0.4rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.2rem;
}

.panel4-title .text-green {
    color: #00907C;
}

.panel4-desc {
    font-size: 0.16rem;
    color: #666;
    margin-bottom: 0.8rem;
}

.panel4-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.panel4-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.impact-card {
    position: relative;
    border-radius: 20px;
    padding: 0.3rem 0.4rem;
    text-align: left;
    overflow: hidden;
    width: 70%;
    flex:  0 0 70%;
    /* display: flex;
    align-items: center;
    gap: 0.3rem; */
}

.card-pink {
    background: #FFF0F3;
}

.card-green {
    background: #F0F8F4;
}

.card-gray {
    background: #F5F5F5;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.15rem;
    gap: 0.3rem;
}

.card-title {
    font-size: 0.2rem;
    font-weight: 700;
}

.card-pink .card-title {
    color: #E91E8C;
}

.card-green .card-title {
    color: #00907C;
}

.card-gray .card-title {
    color: #666;
}

.card-number {
    font-size: 0.32rem;
    font-weight: 700;
    white-space: nowrap;
}

.card-pink .card-number {
    color: #E91E8C;
}

.card-green .card-number {
    color: #00907C;
}

.card-gray .card-number {
    color: #666;
}

.card-desc {
    font-size: 0.14rem;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

.card-icon {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    margin-left: 0.1rem;
}




.panel4-right {
    width: 50%;
    position: relative;
    padding-top: 0.5rem;
    padding-left: 18%;
    
}

.coverage-section {
    text-align: left;
}

.coverage-number {
    font-size: 0.6rem;
    font-weight: 700;
    color: #00907C;
    margin-bottom: 0.1rem;
}

.coverage-title {
    font-size: 0.18rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.32rem;
}

.coverage-desc {
    font-size: 0.14rem;
    color: #666;
    line-height: 1.7;
    width: 56%;
    margin-bottom: 0.32rem;
}

.coverage-link {
    display: inline-block;
    font-size: 0.15rem;
    color: #00907C;
    font-weight: 600;
    text-decoration: none;
}

.panel4-curve {
    position: absolute;
    right: -1rem;
    bottom: -0.5rem;
    width: 180px;
    height: 160px;
}

.curve-line {
    width: 100%;
    height: 100%;
}

.panel4-curve .curve-text {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0.12rem;
    color: #E91E8C;
    text-align: right;
    max-width: 100px;
    line-height: 1.5;
}

/* panel5 */
.panel5-wrapper {
    /* background: linear-gradient(135deg, #E8F5F0 0%, #F0F7F5 50%, #E8F5F0 100%);
    padding: 1.2rem 18.75%; */
    position: relative;
    overflow: hidden;
    background: url(../images/panel5-bg2.png) no-repeat;
    background-size: 100% 100%;
}


.panel5-inner {
    position: relative;
    z-index: 1;
    background-image: url(../images/panel5-03.png), url(../images/panel5-01.png), url(../images/panel5-02.png);
    background-size: 1.6rem auto, 2.69rem auto, 2.98rem auto;
    background-position: 75% 1.8rem, calc(100% - 0.1rem) 0.44rem, left bottom;
    background-repeat: no-repeat;
    padding: 1.2rem 0;
   }

.panel5-top {
    text-align: center;
    margin-bottom: 0.8rem;
    position: relative;
}

.panel5-title {
    font-size: 0.4rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.15rem;
}

.panel5-title .text-green {
    color: #00907C;
}

.panel5-subtitle {
    font-size: 0.18rem;
    color: #00907C;
    margin-bottom: 0.3rem;
}

.panel5-btn {
    display: inline-block;
    padding: 0.12rem 0.4rem;
    background: #00907C;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 0.16rem;
    cursor: pointer;
    transition: background 0.3s;
}

.panel5-btn:hover {
    background: #00907C;
}

.panel5-curve {
    position: absolute;
    right: 15%;
    top: 50%;
    width: 250px;
    height: 60px;
    transform: translateY(-50%);
}

.panel5-bottom {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.panel5-left {
    width: 20%;
    display: flex;
    justify-content: flex-end;
}

.eco-logo {
    width: 160px;
    height: 160px;
}

.panel5-center {
    width: 50%;
    padding: 0 0.5rem;
}

.panel5-desc {
    font-size: 0.15rem;
    color: #666;
    line-height: 1.9;
    margin-bottom: 0.25rem;
    text-align: center;
}

.panel5-right {
    width: 25%;
}

.bird-image {
    position: relative;
}

.bird-image img {
    width: 100%;
    border-radius: 50% 50% 40% 60%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* panel6 */
.panel6-wrapper {
    background: #fff;
    padding: 1.2rem 0;
    /* padding: 1.2rem 18.75%; */
}

.panel6-inner {
    text-align: center;
}

.panel6-title {
    font-size: 0.4rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.2rem;
}

.panel6-desc {
    font-size: 0.16rem;
    color: #666;
    margin-bottom: 0.5rem;
}

.search-box {
    display: flex;
    justify-content: center;
    margin-bottom: 0.8rem;
}

.search-input {
    width: 40%;
    height: 0.48rem;
    padding: 0 0.2rem;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
    font-size: 0.16rem;
    outline: none;
    transition: border-color 0.3s;
}

.search-input:focus {
    border-color: #00907C;
}

.search-btn {
    height: 0.48rem;
    padding: 0 0.4rem;
    background: #00907C;
    color: #fff;
    border: none;
    border-radius: 0 4px 4px 0;
    font-size: 0.16rem;
    cursor: pointer;
    transition: background 0.3s;
}

.search-btn:hover {
    background: #00907C;
}

.cert-grid {
    display: flex;
    justify-content: space-between;
    gap: 0.4rem;
    margin-bottom: 0.5rem;
}

.cert-card {
    width: 32%;
    background: #F8F9FA;
    border-radius: 12px;
    padding: 0.3rem;
    display: flex;
    align-items: center;
    gap: 0.2rem;
    transition: transform 0.3s, box-shadow 0.3s;
}

.cert-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.cert-image {
    flex-shrink: 0;
    width: 2.07re m;
    height: 2.76rem;
}

.cert-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.cert-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.cert-info {
    text-align: left;
}

.cert-title {
    font-size: 0.26rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.08rem;
}

.cert-company {
    font-size: 0.13rem;
    color: #666;
    margin-bottom: 0.24rem;
}

.cert-number {
    font-size: 0.12rem;
    color: #999;
    margin-bottom: 0.1rem;
}

.cert-status {
    display: inline-block;
    font-size: 0.12rem;
    padding: 0.03rem 0.12rem;
    border-radius: 4px;
}

.cert-status.valid {
    background: #E8F5E9;
    color: #00907C;
}

.cert-btn {
    align-self: flex-start;
    padding: 0.08rem 0.25rem;
    background: #00907C;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 0.13rem;
    cursor: pointer;
    transition: background 0.3s;
}

.cert-btn:hover {
    background: #00907C;
}

.view-more {
    display: inline-block;
    font-size: 0.16rem;
    color: #00907C;
    font-weight: 600;
    text-decoration: none;
}

/* panel7 */
.panel7-wrapper {
    background: #fff;
    padding: 1.2rem 0;
}

.panel7-inner {
    text-align: center;
}

.panel7-title {
    font-size: 0.4rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.15rem;
}

.panel7-desc {
    font-size: 0.16rem;
    color: #666;
    margin-bottom: 0.05rem;
}

.panel7-desc-sub {
    font-size: 0.14rem;
    color: #999;
    margin-bottom: 0.3rem;
}

.view-more-top {
    display: inline-block;
    font-size: 0.14rem;
    color: #00907C;
    text-decoration: none;
    margin-bottom: 0.5rem;
}

.news-grid {
    display: flex;
    /* grid-template-columns: repeat(3, 1fr); */
    gap: 0.3rem;
}

.news-card {
    border-radius: 12px;
    padding: 0.3rem;
    text-align: left;
    transition: transform 0.3s, box-shadow 0.3s;
    width: 48%;
    position: relative;
}

.news-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.news-card.featured {
    width: 35%;
    background: #E8F5F0;
    padding-top: 0.6rem;
}
.panel7-right {
    width: 64%;
    gap: 0.3rem;
}
.panel7-right .news-card {
    display: flex;
}
.news-sticky {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    font-size: 0.16rem;
    padding: 0.05rem 0;
    background: #FFB800;
    color: #000;
    border-radius: 12px 0 12px 0;
    margin-bottom: 0.15rem;
    text-align: center;
    width: 0.8rem;
}

.news-card.featured .news-title {
    font-size: 0.18rem;
    color: #000;
}

.news-card.featured .news-desc {
    color: #666;
    margin: 0.24rem 0 0.12rem;
}

.news-card.featured .news-date {
    margin-bottom: 0.2rem;
}

.news-date-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0.14rem;
}
.news-content {
    padding-left: 0.14rem;
    position: relative;
    border-left: 1px solid #fff;
}

.news-day {
    font-size: 0.36rem;
    font-weight: 600;
    color: #00907C;
    line-height: 1;
    margin-bottom: 0.04rem;
}

.news-month {
    font-size: 0.12rem;
    color: #999;
}

.news-tag {
    display: inline-block;
    font-size: 0.12rem;
    padding: 0.03rem 0.1rem;
    background: rgba(0, 0, 0, .06);
    color: #666;
    border-radius: 4px;
    margin-bottom: 0.1rem;
}

.news-title {
    font-size: 0.16rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.1rem;
    line-height: 1.5;
}

.news-desc {
    font-size: 0.13rem;
    color: #666;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-date {
    font-size: 0.12rem;
    color: #999;
}

.news-card.featured .news-images {
    display: flex;
    gap: 0.15rem;
    margin-top: 0.2rem;
}

.news-card.featured .news-images img {
    width: 48%;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
}

.card-beige {
    background: #F5F3ED;
}

.card-beige-light {
    background: #F8F9F7;
}

.card-pink {
    background: #FFF0F3;
}

.card-gray {
    background: #F5F5F5;
}

/*-------------------------------首页变动结束-------------------------------------*/


/* tab切换 */
.tab-title {
    border-bottom: 1px solid #F3F3F3;
}

.tab-title .tab-title-item:hover,
.tab-title .tab-title-item.active {
    color: #333;
}

.tab-title .tab-title-item {
    display: inline-block;
    font-size: 0.18rem;
    position: relative;
    padding: 0.1rem 0;
    cursor: pointer;
    margin-right: 0.5rem;
}

.tab-title .tab-title-item::after {
    content: '';
    display: block;
    /* margin-top: 9px; */
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 2px;
    background: transparent;
    transition: all .8s;
    transform: scaleX(0);
}

.tab-title .tab-title-item.active:after {
    transform: scaleX(1);
    opacity: 1;
    background: #333;
}

.tab-li {
    font-size: 0.15rem;
}

.tab-li-title {
    padding: 0.1rem 0;
    font-weight: 600;
}

.tab-li ul li {

    margin-bottom: 0.1rem;
}

.tab-li .tab-li-name {
    width: 50%;
}

.tab-panel {
    display: none;
}

.tab-panel .list li a {
    display: block;
    margin: 0.1rem 0;
    padding: 0.06rem 0;
}








/* 登录 */
.login-wrapper {
    margin: 0.3rem 1.78rem;
    background: white;
    box-shadow: 0 0 0.1rem rgb(95 101 105 / 10%);
}

.login-title {
    font-size: 0.2rem;
    padding: 0.2rem;
    position: relative;
}

.login-title::after {
    content: '';
    display: block;
    position: absolute;
    left: 0.2rem;
    right: 0.2rem;
    bottom: 0;
    border-bottom: 1px solid #EEE;
}

.login-title span {
    font-size: 0.16rem;
    color: #868585;
    margin-left: 0.1rem;
}

.login-box {
    margin: 0 auto;
    padding: 0.7rem 0;
}

.login-box .left-box {
    /* float: left; */
    /* padding-top: 0.1rem; */
    width: 26%;
    margin: 0 auto;
}

.login-box .left-box dl {
    clear: both;
    padding: 0.12rem 0;
    line-height: 0.18rem;
    font-size: 0.14rem;
}

.login-box .left-box dl dt {
    display: block;
    float: left;
    width: 0.7rem;
}

.login-box .left-box dl dd {
    /* margin-left: 70px; */
    position: relative;
}

.login-box .left-box dl dd .input {
    padding-left: 0.34rem;
    width: 100%;
    box-shadow: 2px 0 5px 0 #fff;
    /* background: rgba(28,31,33,.06); */
    border-radius: 8px;
    /* border: 0; */
    line-height: 0.48rem;
    height: 0.48rem;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    /* placeholderé¢œè‰²  */
    color: #9e9d9d;
    font-size: 0.14rem;

}

.login-box .left-box .login-icon {
    width: 0.4rem;
    height: 0.48rem;
    line-height: 0.48rem;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-box .left-box .login-icon img {
    width: 50%;
}

input.txt {
    width: 0.2rem;
}

.input {
    display: inline-block;
    margin-right: 0.05rem;
    padding: 0.05rem 0.1rem;
    height: 0.4rem;
    line-height: 0.4rem;
    vertical-align: middle;
    background: #fff;
    color: #999;
    border: 1px solid #CACACA;
    border-radius: 4px;
    font-family: 'Microsoft YaHei';
    box-sizing: border-box;
    width: 100%;
    font-size: 0.15rem;
}

.btn_login {
    display: inline-block;
    width: 100%;
    /* padding: 0.1rem 30px; */
    cursor: pointer;
    border: 1px solid #00A433;
    background: #00A433;
    color: #fff;
    font-size: 0.18rem;
    line-height: 0.48rem;
    border-radius: 8px;
    font-family: "Microsoft Yahei";
    box-sizing: border-box;
}

.register-tip {
    line-height: 1;
    margin-bottom: 3px;
}

a.register-btn {
    color: #00A433;
    font-size: 0.15rem;
    font-weight: 600;
}

a.register-btn:hover {
    text-decoration: underline;
    color: #00A433;
}

.forget-login {
    text-align: right;
    width: 100%;
    margin-top: 0.2rem;
}


.register-icon {
    padding-top: 0.2rem;
    margin-bottom: 0.2rem;
}

.tab-item {
    font-size: 0.18rem;
    position: relative;
    padding: 0.1rem 0;
    cursor: pointer;
    margin-right: 0.3rem;
}

.tab-item::after {
    content: '';
    display: block;

    margin-top: 5px;
    height: 2px;
    background: transparent;
    transition: all .8s;
    transform: scaleX(0);
}

.tab-item.active:after {
    transform: scaleX(1);
    opacity: 1;
    background: #00A433;
}

.tab-item:hover,
.tab-item.active {
    color: #00A433;
}

.code-wrapper {
    width: 100%;
    padding: 0.3rem 0.7rem;
    display: none;
    box-sizing: border-box;
    position: relative;
}

.code-loading {
    position: absolute;
    left: 0.7rem;
    top: 0.3rem;
    right: 0.7rem;
    bottom: 0.3rem;
    background: rgba(0, 0, 0, .25);
}

.code-loading img {
    -webkit-animation: round_animate 3s linear infinite;
    animation: round_animate 3s linear infinite;
}

.login-code input[name=code] {
    width: 60% !important;
}

.login-code .code-img {
    width: 35%;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 0.48rem;
    height: 0.48rem;
}

.login-code .code-img img {
    width: 100%;
    line-height: 0.48rem;
    vertical-align: middle;
    border: 1px solid rgb(250, 254, 252);
    margin-right: 4%;
    height: 0.48rem;
}

@keyframes round_animate {
    to {
        transform: rotate(1turn);
    }
}

/* 修改nice-select样式
div.nice-select {
    border: 1px solid #d0dae5;
    height: 0.4rem;
    line-height: 0.38rem;
    border-radius: 4px;
    color: #637785;
    font-size: 0.14rem;
    padding-left: 0.1rem;
}

div.nice-select:hover {
    border-color: #d0dae5;
}

div.nice-select:active, div.nice-select.open, div.nice-select:focus {
    border-color: #d0dae5;
}

div.nice-select .option:hover, div.nice-select .option.focus, div.nice-select .option.selected.focus {
    background: #F2F8FF;
}

div.nice-select .option.selected {
    font-weight: 400;
}

div.nice-select:after {
    border-bottom: 1px solid #A7AFBB;
    border-right: 1px solid #A7AFBB;
    content: '';
    display: block;
    height: 0.05rem;
    margin-top: -0.04rem;
    width: 0.05rem;
}

div.nice-select .option {
    font-size: 0.12rem;
}

div.nice-select .list {
    border-radius: 4px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.07);
    max-height: 2.8rem;
    overflow-y: auto;
}

.daterangepicker{
    font-size: 0.14rem;
} */


/* CHOSEN PLUGIN */
.chosen-container {
    font-size: 0.16rem;
}

.chosen-container-single .chosen-single {
    background: #ffffff;
    box-shadow: none;
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #D8DCE4;
    border-radius: 4px;
    cursor: text;
    height: auto !important;
    margin: 0;
    min-height: 0.3rem;
    overflow: hidden;
    padding: 0.07rem 0.12rem;
    position: relative;
    width: 100%;
}

.chosen-container-multi .chosen-choices li.search-choice {
    background: #f1f1f1;
    border: 1px solid #ededed;
    border-radius: 2px;
    box-shadow: none;
    color: #333333;
    cursor: default;
    line-height: 0.13rem;
    margin: 0.03rem 0 0.03rem 0.05rem;
    padding: 0.03px 0.2rem 0.03px 0.05px;
    position: relative;
}

.chosen-container-single .chosen-single div b {
    background-position: 0 0.08rem;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -0.17rem 0.08rem;
}

.chosen-container .chosen-results li {
    font-size: 0.14rem;
    padding: 0.1rem;
}

.dropdown-menu {
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
    display: none;
    float: left;
    font-size: 0.14rem;
    left: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 1000;
}

.dropdown-menu>li>a {
    border-radius: 3px;
    color: inherit;
    line-height: 0.25rem;
    margin: 0.04rem;
    text-align: left;
    font-weight: normal;
}

.dropdown-menu>li>a.font-bold {
    font-weight: 600;
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 0.05rem;
}

.btn-primary {
    color: #fff;
    background-color: #00A433;
    border-color: #2e6da4;
}

.btn-wring {
    color: #fff;
    background-color: #d70507;
    border-color: #d70507;
}

.btn {
    display: inline-block;
    padding: 0.06rem 0.12rem;
    margin-bottom: 0;
    font-size: 0.15rem;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}



.table-wrapper {
    width: 100%;
    font-size: 0.14rem;
}

.table-wrapper tr th {
    font-weight: 600;

}

.table-wrapper tr td,
.table-wrapper tr th {
    padding: 0.15rem;
    text-align: left;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.hhw-list .table-wrapper tr td,
.hhw-list .table-wrapper tr th {
    padding: 0.18rem 0.1rem;
}

.td-imgs {
    padding: 0.2rem;
}

.table-wrapper tr td a:hover {
    color: #00907C;
    text-decoration: dashed;
}

.table-wrapper tr {
    border-right: 1px solid #e5e5e5;
    /* border-bottom: 1px solid #e5e5e5; */
}
.table-wrapper tr:last-child{
    border-bottom: 1px solid #e5e5e5;
}
/* .table-wrapper tr:nth-of-type(2n-1){
    background-color: #F8F8F8;
} */
.hhw-list .table-wrapper tr:hover {
    background-color: #F8F8F8;
}


.footer-link a {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    line-height: 0.5rem;
    text-align: center;
    font-size: 0.18rem;
    color: white;
    width: 23.5%;
    margin-right: 2%;
    margin-top: 0.2rem;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 0.05rem;
}

.footer-link a:nth-of-type(4n) {
    margin-right: 0;
}

.footer-link .inner-main-title {
    font-size: 0.3rem;
    padding: 0.3rem 0 0.1rem;
}



/* 步骤 */
.page-wrap {
    padding: 0.4rem;
    width: 60%;
    margin: 0 auto;
}

.step-list {
    padding: 0.4rem 0;
}

.step-list li {
    float: left;
    margin-left: 0.12rem;
    color: #9a9a9a;
    _display: inline;
    position: relative;
}

.step-list li.current {
    color: #00A433;
}

.step-list li em {
    display: inline-block;
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 0.08rem;
    position: absolute;
    left: 1.86rem;
    top: 0.05rem;
    background: #ddd;
}

.step-list li.current em {
    background-color: #00A433;
}

.step-list li.current span {
    background-color: #00A433;
}

.step-list span {
    display: inline-block;
    margin-right: 0.1rem;
    width: 2rem;
    height: 0.05rem;
    line-height: 0;
    background-color: #ddd;
    border-radius: 0.03rem;
    vertical-align: middle;
    overflow: hidden;
}

.reg-btn {
    display: inline-block;
    margin-bottom: 0.08rem;
    width: 2.2rem;
    height: 0.48rem;
    font-size: 0.16rem;
    cursor: pointer;
    text-align: center;
    border: 0 none;
    border-radius: 4px;
    line-height: 0.48rem;
    background: rgb(239, 239, 239);
}

.reg-btn+.reg-btn {
    margin-left: 0.3rem;
}

.reg-btn-next {
    color: white;
    background-color: #FF9A14;
}

.reg-form {
    padding-top: 0.8rem;
    font-size: 0.15rem;
    display: none;
}

.reg-li {
    margin-bottom: 0.2rem;
}

.reg-li .label {
    display: block;
    width: 1.5rem;
    text-align: right;
    flex: 0 0 1.5rem;
}

.reg-li input {
    width: 50%;
}

.input-box {
    flex: 1;
    padding-left: 0.1rem;
}

.form_space {
    padding-left: 1.6rem;
    margin-top: 0.4rem;
}

.form-box textarea {
    height: 1rem;
    background: #fff;
    color: #999;
    border: 1px solid #e5e6e7;
    border-radius: 4px;
    padding: 0.08rem;
}

.require-i {
    margin-right: 0.05rem;
    font-weight: normal;
}

.reg-form {
    width: 60%;
    margin: 0 auto;
}

.reg-form input {
    width: 100%;
}

.reg-code input {
    width: 70%;
}

.reg-li .code-img {
    width: 30%;
    line-height: 0.48rem;
    height: 0.48rem;
}

.reg-li .code-img img {
    width: 100%;
}

.p40 {
    padding: 0.4rem !important;
}

.footer-right .right {
    text-align: left;
    padding-left: 0.1rem;
    margin-top: 0.13rem;
}

.r-t {
    font-size: 0.18rem;
}

.footer-r {
    margin-left: auto;
}

.r-desc {
    font-size: 0.18rem;
}

.r-desc span {
    display: inline-block;
    flex: 0 0 0.6rem;
}

.r-desc>div {
    line-height: 0.3rem;
    display: flex;
    margin-top: 0.06rem;
}



.btn:hover {
    color: white;
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #5ec27b, #01ae6d);
    /* Safari 4-5, Chrome 1-9 */
    /* -webkit-gradient(,  [, ]?,  [, ]? [, ]*) */
    background: -webkit-gradient(linear, top, from(#5ec27b), to(#01ae6d));
    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-linear-gradient(top, #5ec27b, #01ae6d);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #5ec27b, #01ae6d);
}



/* list页面 */
.banner-wrapper {
    width: 100%;
    position: relative;
}

.mt-28 {
    margin-top: 0.28rem !important;
}

.banner-wrapper .h {
    font-size: 0.56rem;
    color: white;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.news-search {
    background: white;
    width: 3.29rem;
    height: 0.36rem;
    border-radius: 4px;
    position: relative;
    border: 1px solid #00A433;
}

.news-search input {
    width: calc(1005 - 0.8rem);
    line-height: 0.36rem;
    border: none;
    background: url(../images/search.png) no-repeat 0.1rem center;
    background-size: 0.12rem;
    padding-left: 0.3rem;
}

.osearch-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0.8rem;
    text-align: center;
    background-color: #00A433;
    border-radius: 0 4px 4px 0;
    color: white;
    line-height: 0.36rem
}

.list-wrapper {
    padding-top: 0.16rem;
    max-width: 62.5%;
    padding-bottom: 0.48rem;
}

.list-wrapper .main-l {
    width: 1.76rem;
    flex: 0 0 1.76rem;
}

.list-wrapper .nav-two {
    background: #fff;
    /* background: -moz-linear-gradient(top, #FFFFFF, #FFFFFF, #FFFFFF, #E3FFEC);
    background: -webkit-gradient(linear, top, from(#FFFFFF), to(#E3FFEC));
    background: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF, #FFFFFF, #E3FFEC);
    background: -o-linear-gradient(top, #FFFFFF, #FFFFFF, #FFFFFF, #E3FFEC); */
    border-radius: 8px;
    padding: 0.28rem 0;
}

.list-wrapper .nav-two li {
    line-height: 0.57rem;
    text-align: center;
    font-size: 0.18rem;
}

.list-wrapper .nav-two li.active {
    background: -moz-linear-gradient(left, #E3FFEC, #FFFFFF);
    background: -webkit-gradient(linear, left, from(#E3FFEC), to(#FFFFFF));
    background: -webkit-linear-gradient(left, #E3FFEC, #FFFFFF);
    background: -o-linear-gradient(left, #E3FFEC, #FFFFFF);
    border-left: 4px solid #00A433;
    color: #00A433;
}

.list-wrapper .main-r {
    padding-left: 0.24rem;
    flex-grow: 1;
    overflow: hidden;
}

.main-r-wrapper {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 0.16rem;

}

.list-box {
    width: 100%;
}

.main-r-wrapper .list-box li {
    padding: 0.16rem;
    position: relative;
    width: 100%;
}

.main-r-wrapper .list-box li a {
    display: block;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.16rem;

}

.main-r-wrapper .list-box li .date {
    position: absolute;
    right: 0.16rem;
    top: 0.16rem;
    color: #969696;
    font-size: 0.14rem;
}

.main-r-wrapper .list-box li:hover {
    background: #F3F3F3;
}

.main-r-wrapper .list-box li:hover a {
    color: #00A433;
}



/* 单选按钮/多选按钮 */
label.radio-box,
label.checkbox-box {
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
    padding-left: 0.45rem;
}

label.checkbox-box {
    padding-left: 0;
}

label.radio-box em,
label.checkbox-box em {
    font-size: 10px;
    font-style: normal;
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    /* padding-top: 0.09rem; */
    text-align: center;
    line-height: 0.2rem;
    color: #fff;
    vertical-align: middle;
    margin-right: 0.1rem;
    background: #ffffff;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 0.15rem;
}

label.checkbox-box em {
    border-radius: 2px;
}

label.checkbox-box em svg {
    margin-top: 0.05rem;
}

label.radio-box em {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
}

label.radio-box em span {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #fff;
    vertical-align: middle;
}

label.checkbox-box input[type="checkbox"],
label.radio-box input[type="radio"] {
    display: none;
}

label.checkbox-box input[type="checkbox"]:checked+em,
label.radio-box input[type="radio"]:checked+em {
    /* background-color: #00b890; */
    color: white;
    border: 1px solid #00b890;
}

label.checkbox-box input[type="checkbox"]:checked+em {
    background-color: #00b890;
}

label.radio-box input[type="radio"]:checked+em span {
    background-color: #00b890;
}

label.checkbox-box input[type="checkbox"]:disabled+em,
label.radio-box input[type="radio"]:disabled+em {
    /* border-color: #ccc; */
    border-color: #00b890;
}

label.checkbox-box input[type="checkbox"]:checked:disabled+em,
label.radio-box input[type="radio"]:checked:disabled+em {
    /* background: #ccc; */
    background-color: #00b890;
}

label.checkbox-box small {
    font-size: 0.16rem;
}


/* 高级搜索 */
.content-inner-main {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

/* 高级搜索 */
.senior-search-wrapper{
    padding: 0.3rem 0;
}
/* .senior-search-wrapper .senior-li:first-child{
    width: 66.6%;
} */
.senior-search-wrapper .senior-li{
    width: 25%;
    padding: 0 0.05rem;
    font-size: 0.14rem;
    margin-bottom: 0.18rem;
}
.senior-ul{
    width: 100%;
}
.senior-search-wrapper .senior-li label{
    width: 0.88rem;
    flex: 0 0 0.88rem;
    line-height: 0.38rem;
    padding-left: 0.1rem;
    text-align: center;
    font-size: 0.15rem;
    /* text-align: right; */
}
.senior-input{
    flex: 1;
}
.senior-search-wrapper .senior-li input{
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 0.1rem;
    font-size: 0.15rem;
    border-radius: 4px;
    outline: none;
}
.senior-search-btns{
    /* flex: 1; */
    padding-left: 0.14rem;
    text-align: center;
}
.senior-search-btns .senior-btn{
    display: inline-block;
    height: 0.38rem;
    line-height: 0.38rem;
    padding: 0 0.15rem;
    font-size: 0.15rem;
    border-radius: 4px;
    cursor: pointer;
}
.senior-search-btns .senior-btn + .senior-btn{
    margin-left: 0.2rem;
}
.senior-search-btn{
    background: #00907C;
    color: white;
}
.reset-btn{
    border: 1px solid #d2d2d2;
    color: #676a6c;
    box-shadow: 0 2px 5px rgb(0 0 0 / 15%) inset;
    margin-left: 0.2rem;
}

.query-list-wrapper{
    width: 100%;
}


.table-btn-box .table-btn {
    font-size: 0.16rem;
    color: #00A433;
    margin-left: 0.16rem;
    cursor: pointer;
}

.btn-m {
    width: 0.3rem;
    height: 0.3rem;
    cursor: pointer;
}

.btn-m img {
    width: 100%;
    display: block;
}

.advanced-table .layui-table td,
.advanced-table .layui-table th {
    min-height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.16rem;
}

.advanced-table .layui-table-cell {
    line-height: 30px;
    height: 45px;
}

.layui-table {
    color: #434D63;
}

.layui-table td,
.layui-table th,
.layui-table-col-set,
.layui-table-fixed-r,
.layui-table-grid-down,
.layui-table-header,
.layui-table-mend,
.layui-table-page,
.layui-table-tips-main,
.layui-table-tool,
.layui-table-total,
.layui-table-view,
.layui-table[lay-skin=line],
.layui-table[lay-skin=row] {
    border-width: 0 !important;
    border: none !important;
}

.layui-table[lay-even] tbody tr:nth-child(even) {
    background: transparent;
}

.layui-table[lay-even] tbody tr:nth-child(odd) {
    background-color: #F7F8FA;
}

/* 新闻详情 */
.article {
    background: white;
    padding: 0.2rem 0.5rem 0.5rem;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}

.article-title {
    margin: 25px 0 30px;
    text-align: center;
}

.article-title h1 {
    font-size: 0.35rem;
    color: #525151;
    margin-bottom: 0.24rem;
}

.article-title em {
    font-style: normal;
}

.article-title span {
    margin: 0 0.15rem 0 0.05rem;
    color: #989A9C;
}

.article-title strong {
    color: #989A9C;
}

.repeatX {
    width: 100%;
    background: url(../images/repeatBg.png) 0 0 repeat-x;
    height: 8px;
}

.article .main-body {
    padding-top: 0.3rem;
}

.article p,
.article-other p {
    color: #525151;
    line-height: 0.35rem;
    margin: 0.2rem 0px;
    font-size: 0.2rem;
}

.article p img {
    max-width: 80rem;
    margin: 0 auto;
}

.img-desc {
    margin: 0.14rem 0 0.2rem;
    display: block;
    /* width: 600px; */
    text-align: center;
    line-height: 20px !important;
    color: rgb(145, 145, 145) !important;
}

.text-indent {
    text-indent: 0.28rem;
}

.article-links {
    line-height: 0.38rem;
    margin-top: 0.35rem;
}

.article-links a:hover {
    color: #00A433;
}

.hot-news-wrapper {
    padding-top: 30px;
}

.hot-title {
    font-size: 0.18rem;
    font-weight: 600;
    color: #525151;
}

.hot-news-wrapper ul.list-box li {
    margin-top: 0.15rem;
    width: 100%;
    position: relative;
}

.hot-news-wrapper ul.list-box li a {
    display: inline-block;
    font-size: 0.16rem;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hot-news-wrapper ul.list-box li a:hover {
    color: #00A433;
}

.hot-news-wrapper ul.list-box {
    padding: 0;
}

.hot-news-wrapper ul.list-box li span.date {
    font-size: 0.14rem;
    position: absolute;
    right: 0;
    top: 0;
}



/* 物种 */
.wz-wrapper {
    padding-top: 1.04rem;
    padding-bottom: 0.4rem;
}

.wz-list-box,
.wz-detail {
    background: #F7FAFE;
    border-radius: 12px;
}

.wz-list-box {
    width: 3rem;
    padding: 0.1rem;
    overflow-y: auto;
    max-height: 9.18rem;
    flex: 0 0 3rem;
}

.accordion-container {
    width: 100%;
    font-size: 0.16rem;
}

.accordion-item {
    overflow: hidden;
}

.accordion-header {
    height: 0.54rem;
    padding: 0 0 0 0.3rem;
    color: #666666;
    cursor: pointer;
    display: flex;
    align-items: center;
    user-select: none;
    background: url(../images/icon-wz-right.png) no-repeat 0.1rem center;
    background-size: 0.12rem;
}

.arrow-icon img {
    width: 0.12rem;
}

.arrow-icon {
    margin-right: 0.1rem;
    transition: transform 0.3s ease;
}

.accordion-item.active .arrow-icon {
    transform: rotate(180deg);
}

.accordion-item.active,
.accordion-item.active .accordion-header {
    color: #141414;
}

.accordion-item.active .accordion-header {
    background: url(../images/icon-wz-down.png) no-repeat 0.1rem center;
    background-size: 0.09rem;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion-item.active .accordion-content {
    max-height: 300px;
}

.subcategory {
    padding: 0 0.1rem;
}

.sub-item {
    padding: 0 0.05rem 0 0.3rem;
    line-height: 0.54rem;
    background: url(../images/icon-wz-y1.png) no-repeat 0.1rem center;
    background-size: 0.08rem;
    /* border-bottom: 1px dashed #eee; */
    height: 0.54rem;
}

.sub-item:hover {
    border-radius: 4px;
    background: #00907C url(../images/icon-wz-y2.png) no-repeat 0.1rem center;
    background-size: 0.08rem;
    color: white
}

.sub-item:last-child {
    border-bottom: none;
}

.wz-detail-box {
    flex: 1;
    padding-left: 0.2rem;
}

.wz-detail {
    padding: 20px;
    background-color: #F7FAFE;
    /* border-left: 1px solid #e0e0e0; */
}

.detail-title {
    font-size: 0.2rem;
    color: #333;
    text-align: center;
    margin-bottom: 0.25rem;
    padding-bottom: 0.15rem;
    /* border-bottom: 2px solid #007acc; */
}

.detail-item {
    display: flex;
    margin-bottom: 0.16rem;
    /* padding-bottom: 0.15rem; */
    /* border-bottom: 1px dashed #ddd; */
}

.detail-label {
    width: 1.5rem;
    color: #999999;
    /* font-weight: bold; */
    padding-right: 15px;
    text-align: right;
}

.detail-content {
    flex: 1;
    color: #141414;
    line-height: 1.6;
}


/* 化合物 */
.hhw-wrapper {
    background: white;
    border-radius: 8px;
    padding: 0.24rem;
}

.hhw-wrapper+.hhw-wrapper {
    margin-top: 0.2rem;
}

.hhw-title {
    font-size: 0.24rem;
    text-align: center;
    font-weight: 500;
}

.hhw-item {
    margin-top: 0.2rem;
}

.hhw-item-title {
    padding: 0 0.24rem;
    height: 0.5rem;
    line-height: 0.5rem;
    color: white;
    font-size: 0.18rem;
    border-radius: 8px;
    background: rgba(36, 146, 255, 0.8);
}

.hhw-item-box {
    padding: 0.16rem 0.2rem;
    font-size: 0.14rem;
}

.hhw-tip {
    font-size: 0.14rem;
    padding: 0.1rem 0.16rem;
    border-radius: 6px;
    border: 1px solid rgba(36, 146, 255, 0.8);
    margin-bottom: 0.1rem;
}

.hhw-item-imgs {
    width: 40%;
}

.hhw-desc {
    width: 60%;
    padding-left: 0.2rem;
}

/* tab切换 */
.tab-title {
    border-bottom: 1px solid #F3F3F3;
}

.tab-title .tab-title-item:hover,
.tab-title .tab-title-item.active {
    color: #333;
}

.tab-title .tab-title-item {
    display: inline-block;
    font-size: 0.18rem;
    position: relative;
    padding: 0.1rem 0;
    cursor: pointer;
    margin-right: 0.5rem;
}

.tab-title .tab-title-item::after {
    content: '';
    display: block;
    /* margin-top: 9px; */
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 2px;
    background: transparent;
    transition: all .8s;
    transform: scaleX(0);
}

.tab-title .tab-title-item.active:after {
    transform: scaleX(1);
    opacity: 1;
    background: #333;
}

.tab-li {
    font-size: 0.15rem;
}

.tab-li-title {
    padding: 0.1rem 0;
    font-weight: 600;
}

.tab-li ul li {

    margin-bottom: 0.1rem;
}

.tab-li .tab-li-name {
    width: 50%;
}

.tab-panel {
    display: none;
}

.tab-panel .list li a {
    display: block;
    margin: 0.1rem 0;
    padding: 0.06rem 0;
}

.tab-panel img {
    max-width: 4rem;
    margin: 0 auto;
}

.hhw-desc-li {
    display: flex;
    border-bottom: 1px solid #F3F3F3;
}

.hhw-desc-li>div {
    padding: 0.06rem;
}

.hhw-desc-li .hhw-desc-title {
    width: 2rem;
    flex: 0 0 2rem;
    color: #434D63;
    font-weight: 600;
}

.hhw-desc-li .hhw-desc-content {
    flex: 1;
}

.hhw-desc-box .hhw-desc-li {
    width: 31%;
    margin: 0 1%;
}

.hhw-search-gjc {
    border-top: 1px solid #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
    padding: 0.06rem;
    margin: 0.2rem 0 0.1rem;
}

/* detail page */
.advanced-wrapper {
    padding: 0.2rem;
    background: white;
    margin-top: 0.2rem;
}

.detail-container {
    display: flex;
    gap: 0.3rem;
}

.detail-left {
    flex: 1;
}

.detail-right {
    width: 28%;
}

.section-card {
    background: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    margin-bottom: 0.3rem;
    overflow: hidden;
}

.section-header {
    display: flex;
    align-items: center;
    padding: 0.15rem 0.2rem;
    background: #F5F5F5;
    cursor: pointer;
}

.section-icon {
    font-size: 0.1rem;
    color: #999;
    margin-right: 0.1rem;
    transition: transform 0.3s;
}

.section-card.collapsed .section-icon {
    transform: rotate(-90deg);
}

.section-title {
    font-size: 0.16rem;
    font-weight: 600;
    color: #333;
}

.section-body {
    padding: 0.2rem;
}

.detail-table {
    width: 100%;
    border-collapse: collapse;
}

.detail-table td {
    padding: 0.12rem 0.1rem;
    font-size: 0.14rem;
    color: #333;
    border-bottom: 1px solid #F0F0F0;
}

.detail-table td:first-child {
    width: 25%;
    color: #999;
    font-weight: 500;
}

.detail-table tr:last-child td {
    border-bottom: none;
}

.qrcode-img {
    width: 100px;
    height: 100px;
}

.data-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.14rem;
}

.data-table thead th {
    padding: 0.12rem 0.1rem;
    background: #F5F5F5;
    color: #666;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #E5E5E5;
    white-space: nowrap;
}

.data-table tbody td {
    padding: 0.12rem 0.1rem;
    color: #333;
    border-bottom: 1px solid #F0F0F0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.data-table tbody tr:hover td {
    background: #F9F9F9;
}