/* Nav */
nav>section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    padding: 0 2rem;
    background: var(--nav-bg, #fff);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

#wtNavLogo {
    flex: 0 0 260px;
    /* 宽度由内容决定，也可写死 200px 等 */
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0;
}

#wtNavLogoYy {
    margin-top: 0px;
    margin-left: 6px;
}

#wtNavLogoYy img {
    width: 130px;
    aspect-ratio: 153 / 44;
}

#wtNavLogoHbc {
    margin-top: 6px;
    margin-left: 8px;
}

#wtNavLogoHbc img {
    height: 26px;
}

#wtNavMenu {
    flex: 0 0 auto;
    /* 固定宽度，按需改 */
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#wtNavMenuX{
    flex: 0 0 auto;
    justify-content: flex-end;
    align-items: center;
}
#wtNavMenuX i {
    font-size: 40px;
    margin-right: 0;
    color: #686868;
}
#wtNavMenu i {
    font-size: 40px;
    margin-right: 24px;
    color: #686868;
}

#wtNavMenu .wt-an-red {
    width: 122px;
    height: 45px;
    line-height: 45px;
}

#wtNavRight {
    display: none;
}

#wtNavBody {
    display: none;
    position: absolute;
    top: 80px;
    background-color: #fff;
    left: 0;
    right: 0;
}
.wt-nav-list li{
    width: 168px;
    background-color: #FEF1F1;
}
.wt-nav-nav1{
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    height: 64px;
}
.wt-nav-nav1-this .wt-nav-tit{
    color: var(--primary);
    background-color: #fff;
}
.wt-nav-tit{
    font-size: 20px;
    line-height: 64px;
    padding-left: 32px;
    position: relative;
}
.wt-nav-nav1-this .wt-nav-nav2{
    display: flex;
}
.wt-nav-nav2{
    display: none;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 168px;
    flex-wrap: wrap;
    padding:18px 24px 36px;
}
.wt-nav-nav2 > div{
    flex: 0 0 100%;
    min-height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.wt-nav-tit2{
    font-size: 18px;
    line-height: 50px;
    padding-left: 12px;
    position: relative;
}
.wt-nav-tit2-show .wt-nav-tit2{
    color: var(--primary);
    display: flex;
}
.wt-nav-tit2-show .wt-nav-tit2 > div{
    flex: 0 0 auto;
    position: relative;
}
.wt-nav-tit2-show .wt-nav-tit2 > div::after{
    content: '';
    position: absolute;
    left: 6px;
    right: 6px;
    height: 4px;
    bottom: 0;
    background-color: var(--primary);
}
.wt-nav-nav2b{
    display: none;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 168px;
    flex-wrap: wrap;
    padding:18px 24px 36px;
}
.wt-nav-tit2b > div{
    flex: 0 0 100%;
    min-height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    font-size: 18px;
    line-height: 50px;
    padding-left: 12px;
}
.wt-nav-nav1-this .wt-nav-nav2b{
    display: block;
}
.wt-nav-nav3{
    display: none;
    grid-template-columns: repeat(2, 1fr);
    padding: 12px 0;
}
.wt-nav-tit2 i{
  display: inline-block;
  position: absolute;
  right: 0;
  font-size: 26px;
  bottom: 0;
  transition: transform .3s;
}
.wt-nav-tit2-show .wt-nav-tit2 .layui-icon-right{
    transform: rotate(90deg);
}
.wt-nav-nav3 > div {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 12px;
  padding: 16px 12px;
  font-size: 14px;
  white-space: nowrap;
}
.wt-nav-tit2-show .wt-nav-nav3{
    display: grid;
}

.wt-nav-nav-dot{
  position: absolute;
  top: -2px;
  right: 40px;
}

.wt-banner .layui-carousel {
    height: 56vw !important;
}

.wt-main-section {
    padding: 68px 32px !important;
}

.wt-main-tit {
    font-size: 24px;
}

.wt-main-tit-ms {
    font-size: 12px;
}

.wt-zujian-huadong {
    width: 100%;
}

#wtChanpinZhongxin .wt-zujian-huadong {
    font-size: 16px;
    height: 74px;
}

.wt-main-list-fang {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.wt-main-itme{
    flex: 0 0 calc(50% - 12px);
    overflow: hidden;
}

.wt-main-itme>div {
    width: 100%;
}
.wt-main-itme-tit{
    font-size: 18px;
}
.wt-main-itme-tag{
    height: 16px;
}
.wt-main-itme-tag img{
    height: 16px;
}
.wt-main-itme-jj{
    font-size: 12px;
}
.wt-main-itme-pic {
    /* width: calc((100vw - 64px - 24px) / 2 - 40px - 20px ); */
    width: 100%;
    aspect-ratio: 336 / 215;
}

.wt-dzhfab+.wt-dzhfab {
    margin-top: 24px;
}

.wt-dzhfab-zhu {
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    height: 104px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    background-color: #ECECED;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
}

.wt-dzhfab-bg-1 {
    background-image: url(../img/dzh1gb-t.png);
}

.wt-dzhfab-bg-2 {
    background-image: url(../img/dzh2gb-t.png);
}

.wt-dzhfab-bg-3 {
    background-image: url(../img/dzh3gb-t.png);
}

.wt-dzhfab-zhu-tit {
    font-size: 20px;
    color: var(--primary);
    font-weight: 600;
    line-height: 20px;
}

.wt-dzhfab-zhu-txt {
    margin-top: 16px;
    font-size: 14px;
    color: #727272;
    line-height: 14px;
}

.wt-dzhfab-zhu-an {
    background-color: #fff;
    border-radius: 999px;
    border: 1px solid #ddd;
    height: 32px;
    width: 112px;
    font-size: 12px;
    margin-top: 24px;
}

.wt-main-list-fang .wt-main-itme-an a{
    height: 36px;
    font-size: 14px;
    line-height: 36px;
}

.wt-dzhfab-zhu-an>div {
    display: flex;
    /* 横向排列 */
    align-items: center;
    /* 垂直居中 */
    gap: 16px;
    justify-content: center;
    height: 100%;
}

.wt-dzhfab-zhu-an i {
    color: #333;
}

.wt-dzhfab-ci {
    padding: 6px 16px 8px;
    background-color: #fff;
    border-radius: 0 0 16px 16px;
}

.wt-dzhfab-ci-list-t {
    border-bottom: 1px solid transparent;
    /* 占位置 */
    background:
        repeating-linear-gradient(90deg,
            rgba(0, 0, 0, .1) 0 2px,
            /* 黑点 */
            transparent 2px 6px
            /* 空白 */
        ) left bottom / 100% 1px no-repeat;
}

.layui-row.wt-dzh-box>div>div {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #333;
    height: 76px;
}

.wt-fwzc {
    /* box-shadow: inset -3px 0px 4px 0px #FFE6E8; */
    border: 1px solid #FFE6E8;
    position: relative;
    /* 给伪元素当包含块 */
    padding: 36px 24px 28px;
    /* overflow: hidden;    */
    /* margin-top: 16px; */
    z-index: 8;
}

.wt-fwzc-box {
    width: calc(100% - 244px);
    margin: 32px auto;
}

.wt-fwzc-ico div {
    background-color: #FFE6E8;
    height: 84px;
    width: 84px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.wt-fwzc-ico img {
    height: 40px;
    width: 40px;
}

.wt-fwzc-tit {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    margin-top: 16px;
}

.wt-fwzc-txt {
    margin-top: 8px;
    color: #727272;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 24px;
}

.wt-fwzc-an a {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}

.wt-fwzc::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 20px;
    height: 3px;
    background-color: var(--primary);
    left: calc(50% - 10px);
}

.wt-kehuanli {
    background-image: url(../img/khal-gb.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.wt-zujian-huadong {
    height: 74px;
    font-size: 16px;
}
#wtCpzxTagAnZu.wt-zujian-huadong-box-3::after{
    width: calc((100% - 24px) / 3);
}
#wtCpzxTagAnZu.wt-zujian-huadong-box-to1.wt-zujian-huadong-box::after{
    left: 14px;
}
#wtCpzxTagAnZu.wt-zujian-huadong-box-to2.wt-zujian-huadong-box::after{
    left: calc(100% / 3);
}
#wtCpzxTagAnZu.wt-zujian-huadong-box-to3.wt-zujian-huadong-box::after{
    left: calc(100% / 3 * 2);
}
#wtKhalTagAnZu.wt-zujian-huadong-box-6::after{

}
#wtKehuAnli .wt-zujian-huadong-box-to1.wt-zujian-huadong-box::after{
    left: 14px;
}
#wtKehuAnli .wt-zujian-huadong-box-to2.wt-zujian-huadong-box::after{
    left: calc(100% / 5 + 14px);
}
#wtKehuAnli .wt-zujian-huadong-box-to3.wt-zujian-huadong-box::after{
    left: calc(100% / 5 * 2  + 14px);
}
#wtKehuAnli .wt-zujian-huadong-box-to4.wt-zujian-huadong-box::after{
    left: calc(100% / 5 * 3  + 14px);
}
#wtKehuAnli .wt-zujian-huadong-box-to5.wt-zujian-huadong-box::after{
    left: calc(100% / 5 * 4  + 14px);
}
#wtKehuAnli .wt-zujian-huadong-box-to6.wt-zujian-huadong-box::after{
    left: calc(100% / 5 * 5);
}
.wt-khal-item {
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 268px;
}

.wt-khal-item-pic {
    flex: 0 0 16.66vw;
    height: 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.wt-khal-item-txt {
    flex: 1 1 auto;
    font-size: calc(100vw / 750);
    padding-left: 16px;
    padding-right: 16px;
}

.wt-khal-item-tag img {
    height: 16em;
    width: auto;
}

.wt-khal-item-tit {
    margin-top: 16px;
    font-size: 14em;
    font-weight: 600;
    line-height: 16px;
}

.wt-khal-item-text {
    margin-top: 8px;
    font-size: 12em;
    line-height: 20px;
    color: #727272;
}

.wt-khal-item-an {
    background-color: #fff;
    border-radius: 999px;
    border: 1px solid #FFE6E8;
    height: 32px;
    width: 112px;
    font-size: 12px;
    margin-top: 16px;
    cursor: pointer;
}

.wt-khal-item-an>div {
    display: flex;
    /* 横向排列 */
    align-items: center;
    /* 垂直居中 */
    gap: 20px;
    justify-content: center;
    height: 100%;
    color: var(--primary);
}

.wt-khal-item1 .wt-khal-item-pic {
    background-image: url(../img/khal01.png);
}

.wt-khal-item2 .wt-khal-item-pic {
    background-image: url(../img/khal02.png);
}

.wt-khal-item3 .wt-khal-item-pic {
    background-image: url(../img/khal03.png);
}

.wt-khal-item4 .wt-khal-item-pic {
    background-image: url(../img/khal04.png);
}

.wt-anlilunbo {
    background-color: #F5F7FA;
    position: relative;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-bottom: 56px !important;
    padding-top: 56px !important;
}
#wtLunboAnli{
    overflow: hidden;
}
.wt-lbal-l{
    position: absolute;
    top: 0;
    left: 16px;
    bottom: 0;
    width: 108px;
    background: linear-gradient(to right, #F5F7FA 16%, rgba(255, 255, 255, 0) 100%);
}
.wt-lbal-r{
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    width: 108px;
    background: linear-gradient(to left, #F5F7FA 16%, rgba(255, 255, 255, 0) 100%);
}
.wt-lbal-an{
    font-size: 12px;
}
.wt-lunbo-track{
    gap:16px;
    margin-bottom: 16px;
}
.wt-lunbo-track-tit{
    font-size: 16px;
}
.wt-lunbo-track > div{
    height: 56px;
    width: 108px;
}
.wt-lunbo-track-310{
  width: 160px !important;
}
.wt-lunbo-track img {
  transform: scale(0.5);
  transform-origin: center center; 
}
.wt-huodongzixun {}

.wt-hdzx {
    max-width: 800px;
    width: calc(100% - 120px);
    padding-top: 36px;
}

.wt-hdzx-item {}

.wt-hdzx-item-pic {
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.wt-hdzx-item-pic img {
    width: 100%;
}

.wt-hdzx-item-txt {
    padding: 12px;
}

.wt-hdzx-item-tag {
    display: flex;
}

.wt-hdzx-item-tag div {
    line-height: 14px;
    font-size: 12px;
    color: var(--primary);
    background-color: #FFE6E8;
    padding: 4px 8px;
    border-radius: 6px;
}

.wt-hdzx-item-tit {
    font-size: 16px;
    font-weight: 600;
    margin-top: 16px;
}

.wt-hdzx-item-text {
    font-size: 14px;
    line-height: 24px;
    color: #727272;
    margin-top: 16px;
}

.wt-hdzx-more {
    width: 100%;
    display: flex;
    /* 弹性容器 */
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中（可选） */
}

.wt-hdzx-more .wt-khal-item-an {
    border-color: #DDDDDD;
}

.wt-hdzx-more .wt-khal-item-an>div {
    color: #121212;
}

.wt-hdzx-more .wt-khal-item-an i {
    color: #727272;
}


.wt-guanyuwomen {
    background-color: #F5F7FA;
    background-image: url(../img/gywm-bg.png);
    background-position: right 80px top 168px;
    background-repeat: no-repeat;
    background-size: 327px;
}

.wt-gywm-box {
    /* height: 540px; */
    margin-top: 0px;
    max-width: 800px;
    width: calc(100% - 120px);
}

.wt-gywm-text {}

.wt-gywm-text-ico {
    margin-top: 68px;
}

.wt-gywm-text-name {
    margin-top: 24px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}

.wt-gywm-text-txt {
    margin-top: 12px;
    font-size: 12px;
    color: #727272;
    line-height: 20px;
}

.wt-gywm-text-an {
    margin-top: 24px;
}

.wt-gywm-text-an .wt-main-itme-an {
    text-align: left;
}

.wt-gywm-text-an .wt-main-itme-an a {
    width: 112px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
}

.wt-gywm-text-an .wt-main-itme-an i {
    margin-left: 16px;
}

.wt-gywm-iocs {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 56px;
    margin-top: 48px;
    /* padding-left: 68px; */
}

.wt-gywm-iocs-item {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.wt-gywm-iocs-ico img {
    height: 42px;
}

.wt-gywm-iocs-num {
    font-size: 28px;
    font-weight: 500;
    color: var(--primary);
    margin-top: 12px;
}

.wt-gywm-iocs-txt {
    font-size: 12px;
    margin-top: 6px;
}

.wt-gywm-iocs-num span {
    font-size: 14px;
    margin-left: 2px;
}

.wt-lianxiwomen {
    background-image: url(../img/bg002.png);
    height: 264px;
    background-size: 100% 100%;
}

.wt-lxwm {
    text-align: center;
}

.wt-lxwm-tit {
    font-size: 28px;
    font-weight: 600;
    color: var(--primary);
    line-height: 40px;
}

.wt-lxwm-an {
    display: flex;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中（可选） */
    margin-top: 24px;
}

.wt-lxwm-an>div {
    display: inline-flex;
    /* 让宽度由内容决定 */
    align-items: center;
    gap: 8px;
    /* 文字与图标间距 */
    padding: 6px 32px;
    background: var(--font-liang);
    /* 红色 */
    color: #fff;
    border-radius: 24px;
    /* 圆角（≥半高即可） */
    font-size: 16px;
    cursor: pointer;
    transition: background .3s;
}

.wt-lxwm-an>div:hover {
    background: #c00010;
}

.wt-lxwm-an i {
    margin-left: 6px;
    margin-right: 5px;
}

.wt-footer {
    padding-bottom: 30px !important;
    padding-top: 26px !important;
}

.wt-footer-copy {
    color: #999999;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 32px;
}

.wt-footer-box {
    border-bottom: 1px solid #E5E5E5;
    max-width: 800px;
    width: calc(100% - 120px);
    position: relative;
    padding-bottom: 32px;
}

.wt-footer-txt {
    display: flex;
    flex-wrap: wrap;
}

.wt-footer-tit {
    flex: 0 0 100%;
    display: flex;
    border-bottom: 1px solid #E5E5E5;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding-bottom: 16px;
}

.wt-footer-dh,
.wt-footer-dz {
    flex: 0 0 50%;
    margin-top: 32px;
}

.wt-footer-dh-tit {
    font-size: 12px;
}

.wt-footer-dh-tel {
    font-size: 20px;
    color: var(--primary);
    margin-top: 8px;
}

.wt-footer-dh-tel i {
    font-size: 16px;
    margin-right: 8px;
}

.wt-footer-dz-tit {
    font-size: 12px;
}

.wt-footer-dz-txt {
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
}

.wt-footer-nav {
    flex: 1 1 auto;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 32px;
}

/* 每列竖排 */
.wt-footer-nav>div {
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* 行间距 */
}

.wt-footer-nav a {
    font-size: 12px;
    color: #727272;
    line-height: 16px;
    margin-bottom: 6px;
}

.wt-footer-nav>div>a:first-of-type {
    font-weight: bold;
    color: var(--primary);
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 18px;
}

.wt-footer-fud {
    position: absolute;
    bottom: 36px;
    left: 0;
    display: flex;
    justify-content: space-between;
    /* 两端对齐，中间等距 */
    align-items: center;
    /* 垂直居中（可选） */
    gap: 24px;
    width: 280px;
}

.wt-footer-fud>div {
    flex: 1 1 0;
    /* 三等分 */
    display: flex;
    flex-direction: column;
    text-align: left;
}

.wt-footer-fud-tit {
    font-size: 12px;
    color: #999999;
}

.wt-footer-fud-ico {
    background-color: #ddd;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    text-align: center;
    margin-top: 8px;
}

.wt-footer-fud-ico img {
    width: 20px;
    height: auto;
    margin-top: 5px;
}

#wtRightBox {
  right: 16px;
  font-size: 14px;
  top: 168px;
}
.wt-rb1 {
  width: 78px;
  height: 82px;
}
.wt-rb1 .wt-rb-img{
  padding-top: 2px;
  width: 52px;
  height: 52px;
  margin-left: 8px;
}
.wt-rb1 .wt-rb-txt{
  height: 26px;
  line-height: 26px;
  font-size: 14px;
}

.wt-rb2{
  width: 78px;
  margin-top: 6px;
}
.wt-rb2 > div{
  padding-top: 2px;
  padding-bottom: 12px;
}
.wt-rb2 .wt-rb-img{
  padding-top: 6px;
}
.wt-rb2 .wt-rb-txt{
  padding-top: 4px;
}

.wt-rb-qr{
  width: 128px;
  right: 86px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.wt-rb-qr img{
  width: 100px;
  height: 100px;
}
.wt-rb-qr p{ 
  font-size: 14px;
  line-height: 20px;
  margin-top: 12px;
}
.wt-rb-qr i{
  top: 16px;
  left: 123px;
}

.wt-rb3{
  width: 78px;
  margin-top: 6px;
  height: 78px;
  padding-top: calc(78px / 2 - 13px);
}


/* 产品中心 */
.wt-cpzx-top{
    padding: 86px 32px 32px !important;
    background: linear-gradient(to bottom, #F58A91 0%, #FFE5E7 100%);
}
.wt-cpzx-top-box{
    display: block;
}
.wt-cpzx-top-txt{
    padding-right: 86px;
}
.wt-cpzx-top-tit h1{
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
}
.wt-cpzx-top-text{
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
    color: #727272;
}
.wt-cpzx-top-an{
    margin-top: 23px;
    display: flex;
    gap: 29px;
}
.wt-cpzx-top-an > div{
    flex: 0 0 auto;
    height: 54px;
    width: 176px;
    line-height: 54px;
    font-size: 18px;
}
.wt-cpzx-top-an-b{
    flex: 0 0 auto;
    background-color: #fff;
    color: var(--font-liang);
    border: 1px solid var(--font-liang);
    text-align: center;
    border-radius: 32px;
    cursor: pointer;
    transition: background 1.6s;
}
.wt-cpzx-top-an-b:hover{
    background: linear-gradient(to right, var(--primary) 0%, #F07D86 100%);
    background-color: #F07D86;
    color: #fff;
    border-color: #fff;
}
.wt-cpzx-top-pic{
    margin-top: 32px;
    background-color: #F5F7FA;
    height: 238px;
    width: 410px;
    border-radius: 12px;
    overflow: hidden;
}
.wt-main-sjdh{
    height: 64px;
    padding-left: 32px;
    padding-right: 32px;
}
.wt-main-sjdh > .wt-main-box > div {
    width: 100%;
    height: 64px;
}
.wt-main-sjdh-an{display: none;}
.wt-main-sjdh ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
}

.wt-main-sjdh li {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    position: relative;
}

.wt-main-sjdh li h2 {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wt-main-sjdh li a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    transition: all 0.16s ease;
    cursor: pointer;
}
.wt-main-sjdh li b {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    transition: all 0.16s ease;
    cursor: pointer;
}
.wt-main-sjdh li.wt-this b {
    color: var(--primary);
    font-weight: bold;
    position: relative;
}
.wt-main-sjdh li::after { 
    content: "";
    position: absolute;
    width: 60%;
    height: 3px;
    background-color: var(--primary);   
    bottom: 0;
    left: 20%;
    display: none;
}
.wt-main-sjdh li.wt-this::after{
    display: block;
}

.wt-main-sjdh li:not(.wt-this):hover a {
    color: var(--primary);
    /* border-bottom: 3px solid var(--primary); */
}

.wt-chanpinjianjie{
    padding-bottom: 48px !important;
    padding-top: 56px !important;
}
.wt-cpzx-tit h3{
    font-size: 24px;
    line-height: 32px;
    color: #121212;
    text-align: center;
}
.wt-cpzx-txt{
    margin-top: 16px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}
.wt-cpzx-text{
    font-size: 12px;
    color: #727272;
    line-height: 20px;
    text-align: center;
    width: calc(100% - 50px);
    margin: 32px auto 0;
}
.wt-cpzx-pic{
    margin-top: 32px;
    text-align: center;
}
.wt-cpzx-pic img{ 
    width: calc(100% - 96px);
    aspect-ratio: 608 / 296;
    border-radius: 12px;
    background-color: #ddd;
}
.wt-cpzx-an{
    margin-top: 24px;
    text-align: center;
}
.wt-cpzx-an .wt-an-red{
    display: inline-block;
    height: 40px;
    width: 144px;
    line-height: 40px;
    font-size: 14px;
}

.wt-lingxianjishu{
    background-color: #F5F7FA;
    padding: 48px 0 !important;
}
.wt-cpzx-tab{
    width: calc(100% - 64px);
    display: flex;
    margin: 40px auto 0;
}
.wt-cpzx-tab > div{
    flex: 0 0 50%;
}
.wt-cpzx-tab > div > div{ 
    width: 100%;
    height: 74px;
    background: #FFFFFF;
    box-shadow: inset -2px 0px 3px 0px #FFE6E8;
    border: 1px solid #F5F7FA;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding: 13px 16px;
}
.wt-cpzx-tab > div > div > div{ 
    display: flex;
}
.wt-cpzx-tab-ioc{
    flex: 0 0 30px;
}
.wt-cpzx-tab-ioc img{
    height: 20px;
    width: 20px;
}
.wt-cpzx-tab-text{
    flex: 0 0 calc(100% - 30px);
}
.wt-cpzx-tab-tit h4{
    font-size: 16px;
    line-height: 22px;
}
.wt-cpzx-tab-txt{
    font-size: 12px;
    line-height: 16px;
    color: #727272;
}

.wt-hexinjiazhi{
    background-image: url(../img/cpzx/hxjz-bg-t.png);
    background-position: top 45px left 0;
    background-repeat: no-repeat;
    height: 868px;
    padding: 0px 32px 48px !important;
}
.wt-cpzx-hxjz-box{
    position: relative;
    height: 100%;
}
.wt-cpzx-hxjz-box .wt-cpzx-tit{
    padding-top:315px;
    padding-left: 42px;
}
.wt-cpzx-hxjz-box .wt-cpzx-tit h3{
    text-align: left;
}
.wt-cpzx-hxjz-text{

}
.wt-cpzx-hxjz-text > div{
    position: absolute;
}
.wt-cpzx-hxjz-tit{

}
.wt-cpzx-hxjz-tit h4{
    font-size: 16px;
    line-height: 22px;
}
.wt-cpzx-hxjz-ttt{
    font-size: 12px;
    line-height: 16px;
}
.wt-cpzx-hxjz-txt{
    margin-top: 12px;
    font-size: 12px;
    line-height: 16px;
    color: #727272;
    width: 246px;
}
.wt-cpzx-hxjz-text1{
    top: 60px;
    left: 154px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 24px; 
}
.wt-cpzx-hxjz-text1 .wt-cpzx-hxjz-tit,
.wt-cpzx-hxjz-text1 .wt-cpzx-hxjz-ttt{
    text-align: left;
    padding-left: 40px;
    position: relative;
    grid-column: 1;
}
.wt-cpzx-hxjz-text1 .wt-cpzx-hxjz-txt {
    grid-column: 2;
    grid-row: 1 / 3; 
    display: flex;
    align-items: center;   
    margin-top: -3px;
}
.wt-cpzx-hxjz-text1 .wt-cpzx-hxjz-tit::after {
    content: "";
    position: absolute;
    display: inline-block;  
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px; 
    border-color: transparent transparent transparent var(--primary);
    /* border-width: 6px 8px 6px 0px; 
    border-color: transparent var(--primary) transparent transparent ; */
    top: 8px;
    left: 16px;
}

.wt-cpzx-hxjz-text2{
    /* top:220px;
    left: 105px; */
    top:150px;
    left: 376px;
}
.wt-cpzx-hxjz-text2 .wt-cpzx-hxjz-tit,
.wt-cpzx-hxjz-text2 .wt-cpzx-hxjz-ttt{
    text-align: left;
    padding-left: 26px;
    position: relative;
}
.wt-cpzx-hxjz-text2 .wt-cpzx-hxjz-tit::after {
    content: "";
    position: absolute;
    display: inline-block;  
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px; 
    border-color: transparent transparent transparent var(--primary);
    /* border-width: 6px 8px 6px 0px; 
    border-color: transparent var(--primary) transparent transparent ; */
    top: 8px;
    left: 2px;
}

.wt-cpzx-hxjz-text3{
    top:320px;
    left: 376px;
}
.wt-cpzx-hxjz-text3 .wt-cpzx-hxjz-tit,
.wt-cpzx-hxjz-text3 .wt-cpzx-hxjz-ttt{
    text-align: left;
    padding-left: 26px;
    position: relative;
}
.wt-cpzx-hxjz-text3 .wt-cpzx-hxjz-tit::after {
    content: "";
    position: absolute;
    display: inline-block;  
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent var(--primary);
    /* border-width: 6px 8px 6px 0px; 
    border-color: transparent var(--primary) transparent transparent ; */
    top: 8px;
    left: 2px;
}

.wt-cpzx-hxjz-text4{
    top:496px;
    left: 376px;
}
.wt-cpzx-hxjz-text4 .wt-cpzx-hxjz-tit,
.wt-cpzx-hxjz-text4 .wt-cpzx-hxjz-ttt{
    text-align: left;
    padding-left: 26px;
    position: relative;
}
.wt-cpzx-hxjz-text4 .wt-cpzx-hxjz-tit::after {
    content: "";
    position: absolute;
    display: inline-block;  
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent var(--primary);
    /* border-width: 6px 8px 6px 0px; 
    border-color: transparent var(--primary) transparent transparent ; */
    top: 8px;
    left: 2px;
}
.wt-cpzx-hxjz-text5{
    top:640px;
    left: 24px;
}
.wt-cpzx-hxjz-text5 .wt-cpzx-hxjz-tit,
.wt-cpzx-hxjz-text5 .wt-cpzx-hxjz-ttt{
    text-align: left;
    padding-left: 26px;
    position: relative;
}
.wt-cpzx-hxjz-text5 .wt-cpzx-hxjz-tit::after {
    content: "";
    position: absolute;
    display: inline-block;  
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent var(--primary);
    /* border-width: 6px 8px 6px 0px; 
    border-color: transparent var(--primary) transparent transparent ; */
    top: 8px;
    left: 2px;
}
.wt-cpzx-hxjz-an{
    position: absolute;
    bottom: 0px;
    width: 100%;
}