* {
margin:0;
padding:0;
}
body {
        background: #ffffff;
        
}
a{
        text-decoration:none;
}

.btn-ani {
  height: 40px;
  line-height: 40px;
  /* padding: 5px 20px; */
  color: #000;
  padding: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border: 1px solid #000;
}

.btn-ani span {
  position: relative;
  display: block;
  padding: 0 10px;
  height: 100%;
  text-align: center;
}

.btn-ani:before,
.btn-ani:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
   background: rgba(2,126,251,1);
  transition: all 0.3s ease;
}
.btn-ani:before {
  height: 0%;
  width: 1px;
}
.btn-ani:after {
  width: 0%;
  height: 1px;
}
.btn-ani:hover{
   background: transparent;
  box-shadow: none;
}
.btn-ani:hover:before {
  height: 100%;
}
.btn-ani:hover:after {
  width: 100%;
}
.btn-ani span:hover{
   color: rgba(2,126,251,1);
}
.btn-ani span:before,
.btn-ani span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
   background: rgba(2,126,251,1);
  transition: all 0.3s ease;
}
.btn-ani span:before {
  width: 1px;
  height: 0%;
}
.btn-ani span:after {
  width: 0%;
  height: 1px;
}
.btn-ani span:hover:before {
  height: 100%;
}
.btn-ani span:hover:after {
  width: 100%;
}
.btn-ani span:hover line, .btn-ani span:hover polyline {
	stroke: #4096ff;
}

.pags {
        max-width: 1200px;
        margin: 0 auto;
}


.pags .head {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
}

.pags .head .head-img {
        width: 190px;
        height: 38px;
        cursor: pointer;
}

.pags .head .head-button .btn-ani {
        cursor: pointer;
        border: 1px solid #1e2123;
        /* font-size: 12px; */
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #1e2123;
        margin-right: 5px;
	height: 32px;
	line-height: 32px;
}
.pags .head .head-button a:hover {
        color: #4096ff;
        border-color: #4096ff;
}

.pags .tab {
        margin: 0 auto;
        display: flex;
        margin-top: 20px;
        margin-bottom: 20px;
}

.pags .tab .tab-li {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #000;
        margin-right: 28px;
        cursor: pointer;
}
.pags .tab .tab-li:hover {
    color: #4096ff;
}

.pags .tab .tab-li-ar {
        /* font-family: PingFangSC-Regular, PingFang SC; */
        /* font-weight: 400; */
        /*color: #1e2123; */
}

.pags .site {
        margin-top: 68px;
        width: 100%;
}

.hr {
        margin-top: 88px;
        margin-bottom: 55px;
        border-bottom: 1px solid #1e2123;
}

.pags .site h1 {
        font-size: 48px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #1e2123;
}


.pags .site .button {
  margin: 15px 0 48px;
}

.pags .site .button:hover {
       color: #4096ff;
       border-color: #4096ff;
}

.pags .site .site-img {
        width: 100%;
        height: 432px;
        margin-bottom: 88px;
}

.pags .site .site-img img{
        height: 432px;
}
.pags .site-name {
        font-size: 24px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #1e2123;
        margin-bottom: 48px;
        margin-left: 30px;
}

.pags .site-name span {
        color: #d33d17;
}

.pags .site .site-content {
        /* padding-left: 30px; */
        width: 100%;
        display: flex;
        justify-content: space-between;
}

.pags .site .site-content .content-left {
        font-size: 22px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #1e2123;
        width: 50%;
        line-height: 60px;
        margin-left: 30px;
}

.pags .site .site-content .content-right {
        width: 50%;
}

.pags .site .site-content .content-right .right-li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 31px;
}

.pags .site .site-content .content-right .right-li .li-img {
        width: 48px;
}

.pags .site .site-content .content-right .right-li span {
        margin-left: 24px;
        font-size: 12px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #1e2123;
}

.pags .site .site-content .content-right h2 {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #1e2123;
}

.pags .site .site-content .content-right .top {
        margin-top: 31px;
}

.pags .apk .apk-img {
        height: 40px; 
        padding: 0px 33px;
        display: flex;
        justify-content: space-between;
}
.pags .apk .apk-img img{
        /*height: 40px;
        width: 40px;*/
}
.pags .apk .apk-h1 {
        font-size: 28px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #1e2123;
        margin: 36px 0;
        margin-left: 33px;
}

.pags .apk .apk-li .li {
        display: flex;
        flex-direction: column;
        width: 50%;
        padding-left: 33px;
}

.pags .apk .apk-li .li .name {
        font-size: 12px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #1e2123;
        line-height: 24px;
}

.pags .apk .apk-li .li span {
        font-size: 12px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #767676;
        line-height: 14px;
}

.pags .apk .apk-li {
        display: flex;
        justify-content: space-around;
}

.pags .email .email-content {
        /* padding-left: 30px; */
        width: 100%;
        display: flex;
        justify-content: space-around;
}

.pags .email .email-content .content-left {
        font-size: 22px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #1e2123;
        /* width: 379px; */
        line-height: 42px;
        padding-left: 30px;
}

.pags .email .email-content .content-right {
        /* width: 50%; */
        padding-left: 30px;
}

.pags .email .email-content .content-right .right-li {
        display: flex;
        align-items: center;
        margin-top: 31px;
}

.pags .email .email-content .content-right .right-li .li-img {
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        border: 1px solid #1e2123;
}

.pags .email .email-content .content-right .right-li span {
        padding-left: 24px;
        font-size: 12px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #1e2123;
        width: 80%;
        display: inline-block;
}

.pags .email .email-content .content-right h2 {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #1e2123;
}

.pags .email .email-content .content-right .top {
        margin-top: 31px;
}

.pags .code .code-content {
        width: 100%;
        display: flex;
        justify-content: space-between;
}

.pags .code .code-content .content-left {
        width: 50%;
        padding-left: 30px;
}

.pags .code .code-content .content-left img {
        width: 290px;
}

.pags .code .code-content .content-left .code-ioc {
        width: 290px;
        display: flex;
        margin-top: 13px;
        justify-content: space-between;


}

.pags .code .code-content .content-left .code-sum {
        font-size: 12px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #1E2123;
        line-height: 24px;
        margin-top: 24px;
}
.pags .code .code-content .content-left .dwm-sum{
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #1E2123;
        margin-top: 54px;
}
.pags .code .code-content .content-left .code-ioc .ioc-name {
        font-size: 12px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #1e2123;
        width: 50px;
        text-align: center;
}

.pags .code .code-content .content-right {
        width: 437px;
        padding-left: 30px;
}

.pags .code .code-content .content-right img {
        height: 268px;
        /* width: 437px; */
}

.pags .vip .vip-img {
        height: 282px;
        background: #fafafa;
        margin-bottom: 50px;
}

.pags .vip .vip-img img {
        /*height: 282px;*/
        width: 100%;
}

.pags .vip .vip-li .li {
        display: flex;
        flex-direction: column;
        width: 50%;
        padding-left: 33px;
}

.pags .vip .vip-li .li .name {
        font-size: 12px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #1e2123;
        line-height: 24px;
}

.pags .vip .vip-li .li span {
        font-size: 12px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #767676;
        line-height: 40px;
}

.pags .vip .vip-li {
        display: flex;
        justify-content: space-around;
}

.pags .cooperate .cooperate-h1 {
        font-size: 30px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #1e2123;
        margin-bottom: 20px;
        text-align: center;
}

.pags .cooperate .cooperate-content {
        display: flex;
}

.pags .cooperate .cooperate-content .content-left {
        width: 40%;
        padding-right: 31px;
}

.pags .cooperate .cooperate-content .content-left .li {
        margin-bottom: 42px;
}

.pags .cooperate .cooperate-content .content-left .li .name {
        font-size: 24px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #1e2123;
        margin-bottom: 18px;
}

.pags .cooperate .cooperate-content .content-left .li .sum {
        font-size: 12px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #1e2123;
        line-height: 24px;
}

.pags .cooperate .cooperate-content .content-right {
        width: 60%;
        padding-left: 20px;
}
.pags .cooperate .cooperate-content .content-right .more{
        width: 100%;
        text-align: center;
        font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #d33d17;
    line-height: 24px;
}
.pags .cooperate .cooperate-content .content-right .list-list-img{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        height: 100%;
      
       
}

.pags .cooperate .cooperate-content .content-right .right-img {
        width: 198px;
        height: 64px;
        background: #ffffff;
        border: 1px solid #1e2123;
        margin-bottom: 40px;
        display: flex;
    align-items: center;
    justify-content: space-around;
}
.pags .cooperate .cooperate-content .content-right .right-img img{
        /* width: 100%;
        height: auto; */
        width: auto;
    height: 30px;
}

.pags .about {
        margin-bottom: 40px;
}
.pags .about p{
        margin: 10px 0px;
}
.pags .about .about-h1 {
        font-size: 30px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #1e2123;
        margin-bottom: 20px;
}

.pags .about img {
        width: 100%;
        /* height: 600px; */
}

.pags .about .about-tab {
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #1e2123;
        text-align: right;
        margin-bottom: 20px;
}

.pags .about .about-img {
        padding-top: 30px;
        height: 300px;
}

.pags .hr1 {
        margin: 54px 0;
        border-bottom: 1px solid #1e2123;
}

.pags .contact {
        display: flex;
}

.pags .contact .contact-name {
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #1e2123;
        width: 300px;
}

.pags .contact .contact-other {
        width: 100%;
        display: flex;
        justify-content: space-between;
}

.pags .contact .contact-other .other-li {}

.pags .contact .contact-other .other-li .name {
        color: #767676;
        font-size: 11px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        margin-bottom: 20px;
}
.pags .contact .contact-other .other-li .li-img img{
width: 120px;
height: 120px;
}

.pags .contact .contact-other .other-li .content {
        font-size: 11px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #1e2123;
}

.customer-bouunt {
        display: flex;
        height: 11px;
        font-size: 11px;
        font-family: PingFang SC;
        font-weight: 400;
        color: #1e2123;
        padding-bottom: 40px;
        justify-content: flex-end;
}

.customer-bouunt a {
        color: #1e2123;
}
.font_family{
        position: fixed;
        width: 50px;
        height: 50px;
        right: 30px;
        bottom: 30px;
        z-index: 1000;
	cursor: pointer;
}
.font_family svg{
        width: 50px;
        height: 50px;
}
.font_family:hover svg path {
	fill: #d33d17;
}
.cooperate-container{
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        z-index: 1;
}
.customer-bouunt br{
        display: none;
}
.company-info{
        margin-top: 50px;
        margin-bottom: 50px;
}
.company-info .info-about .info-about-h1{
        font-size: 48px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #1e2123;
        margin-bottom: 50px;
}
.company-info p{
    margin: 10px 0px;
}
.pags .about .about-h1-span{
        font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #d33d17;
    line-height: 24px;
    cursor: pointer;
    
}
.pags .about .about-h1-span a{
        color: #d33d17;
}
@media screen and (min-width: 320px) and (max-width: 750px){
        .pags .site .site-img img{
                height: 232px;
        }
        .pags .head{
                margin-top: 0px;
        }
        .pags .site .site-img{
                height: 232px;
        }
        .pags {
                margin: 0 0 0 0;
                padding: 10px;
                /*width: 100%;*/
        }
        .pags .head .head-button {
                display: none;
        }
        .pags .tab .tab-li{
                font-size: 7px;
                margin-right: 10px;
        }
        .pags .site .button{
                /* padding: 5px; */
                white-space: nowrap;
                font-size: 12px;
                margin-top: 14px;
                display: block;
        }
        .pags .site .button svg{
                display: none;
        }
        .pags .site .site-content{
                display: flex;
                flex-direction: column;
                align-items: flex-start; 
                margin: 0 30px;
                width: auto;            
        }
        .pags .site .site-content .content-left{
                width: 100%;
                margin-left: 0px;
        }
        .pags .site .site-content .content-right{
                width: 100%;
                /* margin-left: 30px; */

        }
        .pags .apk .apk-img img{
                /*width: 30px;*/
        }
        .pags .apk .apk-h1{
                margin: 36px 30px;

                width: auto;   
                 padding-left: 0px;
        }
        .pags .apk .apk-li{
                margin: 0 30px;
                width: auto;     
                flex-direction: column;
                align-items: flex-start;
        }
        .pags .apk .apk-li .li{
                width: 100%;
                margin-top: 20px;
                padding-left: 0px;
        }
        .pags .email .email-content{
                flex-direction: column;
                align-items: flex-start;
                margin: 0 30px;
                width: auto;     
        }
        .pags .email .email-content .content-right{
                width: 100%;
                margin-bottom: 30px;
                padding-left: 0px;
        }
        .pags .email .email-content .content-left{
                width: 100%;
                padding-left: 0px;
                
        }
        .pags .email .email-content .content-left img{
                height: auto;
                width: 100% !important;

        }
        .pags .email .email-content .content-right .right-li .li-img svg{
                width: 15px;
        }
        .pags .email .email-content .content-right .right-li .li-img{
                width: 40px;
                height: 40px;
        }
        .pags .code .code-content{
                flex-direction: column;
                align-items: flex-start;
                margin: 0 30px;
                width: auto;     
        }
        .pags .code .code-content .content-left{
                width: 100%;
                margin-bottom: 30px;
                padding-left: 0px;
               
        }
        .pags .code .code-content .content-right{
                width: 100%;
                padding-left: 0px;
                
        }
        .pags .vip .vip-li{
                flex-direction: column;
                align-items: flex-start;
                margin: 0 30px;
                width: auto;     
        }
        .pags .vip .vip-li .li{
                width: 100%;
                padding-left: 0px;
                margin-bottom: 30px;
        }
        .pags .cooperate .cooperate-content{
                flex-direction: column;
                align-items: flex-start;
                margin: 0 30px;
                width: auto;     
        }
        .pags .cooperate .cooperate-content .content-left{
                width: 100%;
                margin-bottom: 30px;
               
        }
        .pags .cooperate .cooperate-content .content-right{
                width: 100%;
                padding-left: 0px;
        }
        .pags .cooperate .cooperate-content .content-right .right-img{
                width: 48%;
                margin-bottom: 20px;
        }
        .pags .cooperate .cooperate-content .content-right .right-img img{
                height: 20px;
        }
        .pags .contact{
                flex-direction: column;
                align-items: flex-start;  
        }
        .pags .contact .contact-name{
                margin-bottom: 30px;
        }
        .pags .contact .contact-other{
                flex-direction: column;
                align-items: flex-start;  
        }
        .pags .contact .contact-other .other-li{
                margin-bottom: 20px;
                display: flex;

        }
        .pags .contact .contact-other .other-li .name{
                margin-right: 10px;
        }
        .pags .about img {
                height: auto;
        }
        .pags .vip .vip-img{
                height: auto;
        }
        .pags .code .code-content .content-right img{
                height: auto;
                width: 100%;

        }
        .customer-bouunt{
                display: inline-block;
        }
        .customer-bouunt br{
                display: block;
        }
}







.dwm-intelligence {
        display: flex;
        justify-content: space-between;
        /* max-width: 1200px; */
        margin: 60px auto;
        /* padding: 0 20px; */
        /* padding-top: 66px; */
        gap: 40px;
}

.dwm-intelligence-left,
.dwm-intelligence-right {
        width: 43%;
        background: #fff;
        border-radius: 12px;
        padding: 30px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.dwm-intelligence .h1 {
        font-size: 24px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #1E2123;
        margin-bottom: 30px;
        position: relative;
        padding-left: 15px;
}

.dwm-intelligence .h1:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 20px;
        background: #DB3D17;
        border-radius: 2px;
}
.dwm-intelligence-left-list,
.dwm-intelligence-right-list {
        margin-bottom: 30px;
}

.dwm-intelligence-left-list-item,
.dwm-intelligence-right-list-item {
        margin-bottom: 20px;
        cursor: pointer;
        transition: all 0.3s ease;
}

.dwm-intelligence-left-list-item:hover,
.dwm-intelligence-right-list-item:hover {
        transform: translateX(5px);
}

.dwm-intelligence-left-list-item-title,
.dwm-intelligence-right-list-item-title {
        font-size: 16px;
        color: #DB3D17;
        margin-bottom: 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: color 0.3s ease;
}

.dwm-intelligence-left-list-item:hover .dwm-intelligence-left-list-item-title,
.dwm-intelligence-right-list-item:hover .dwm-intelligence-right-list-item-title {
        color: #DB3D17;
}

.dwm-intelligence-left-list-item-content,
.dwm-intelligence-right-list-item-content {
        font-size: 14px;
        color: #666;
        line-height: 1.6;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
}

.dwm-intelligence-left-btn,
.dwm-intelligence-right-btn {
        text-align: center;
}

.dwm-intelligence-left-btn a,
.dwm-intelligence-right-btn a {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        padding: 0 30px;
        background: transparent;
        border: 1px solid #1e2123;
        /* border-radius: 3px; */
        color: #1e2123;
        font-size: 14px;
        transition: all 0.3s ease;
        text-decoration: none;
}

.dwm-intelligence-left-btn a:hover,
.dwm-intelligence-right-btn a:hover {
        /* background: #DB3D17;
        color: #fff; */
        transform: translateY(-2px);
        /* box-shadow: 0 5px 15px rgba(219, 61, 23, 0.3); */
}

@media screen and (max-width: 750px) {
        .dwm-intelligence {
                flex-direction: column;
                margin: 30px auto;
                padding: 0 15px;
        }

        .dwm-intelligence-left,
        .dwm-intelligence-right {
                width: auto;
                margin-bottom: 20px;
                padding: 20px;
        }

        .dwm-intelligence .h1 {
                font-size: 20px;
                margin-bottom: 20px;
        }

        .dwm-intelligence .h1:before {
                height: 16px;
        }

        .dwm-intelligence-left-list-item-title,
        .dwm-intelligence-right-list-item-title {
                font-size: 15px;
        }

        .dwm-intelligence-left-list-item-content,
        .dwm-intelligence-right-list-item-content {
                font-size: 13px;
        }
}


.leak {
        display: flex;
        justify-content: space-between;
        max-width: 1200px;
        margin: 60px auto;
        /* padding: 0 20px; */
        /* padding-top: 66px; */
        gap: 40px;
}
.h2-title{
font-size: 34px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1E2123;
    margin-bottom: 30px;
    position: relative;
    padding-left: 15px;
}
.h2-title:before {
        content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 30px;
    background: #DB3D17;
    border-radius: 2px;
}

.leak-left {
        width: 70%;
        padding: 40px;
        background: linear-gradient(135deg, rgba(219, 61, 23, 0.03) 0%, rgba(219, 61, 23, 0.08) 100%);
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
}

.leak-left h1 {
        font-size: 36px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 600;
        color: #1E2123;
        margin-bottom: 30px;
        line-height: 1.4;
}

.leak-left h1 span {
        color: #DB3D17;
        position: relative;
        display: inline-block;
        transition: all 0.3s ease;
}

.leak-left h1 span:after {
        content: '';
        position: absolute;
        bottom: 2px;
        left: 0;
        width: 100%;
        height: 4px;
        background: rgba(219, 61, 23, 0.1);
        border-radius: 2px;
        transition: all 0.3s ease;
}

.leak-left h1 span:hover {
        transform: translateY(-2px);
}

.leak-left h1 span:hover:after {
        height: 6px;
        background: rgba(219, 61, 23, 0.2);
}

.leak-left h4 {
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #666;
        line-height: 1.8;
}

.leak-right {
        width: 55%;
        background: #fff;
        border-radius: 12px;
        padding: 40px;
        /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); */
}

.leak-right h1 {
        font-size: 24px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #1E2123;
        margin-bottom: 30px;
        position: relative;
        padding-left: 15px;
}

.leak-right h1:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 20px;
        background: #DB3D17;
        border-radius: 2px;
}

.leak-right-list {
        display: flex;
        flex-direction: column;
        gap: 5px;
}

.leak-right-list-item {
        padding: 2px 15px;
        background: rgba(219, 61, 23, 0.03);
        border-radius: 8px;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
}

.leak-right-list-item:hover {
        background: rgba(219, 61, 23, 0.08);
        transform: translateX(5px);
}

.leak-right-list-item-title {
        font-size: 14px;
        color: #666;
        width: 80px;
        flex-shrink: 0;
}

.leak-right-list-item-content {
        font-size: 16px;
        color: #1E2123;
        font-family: PingFangSC-Medium, PingFang SC;
        margin-left: 20px;
}

.leak-left .button.leak-ani {
        margin-top: 30px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #1e2123;
        color: #1e2123;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        /* padding: 0 30px; */
        /* border-radius: 24px; */
        transition: all 0.3s ease;
}

.leak-left .button.leak-ani span {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
}

.leak-left .button.leak-ani:hover {
        /* background: #DB3D17;
        color: #fff; */
        transform: translateY(-2px);
        /* box-shadow: 0 5px 15px rgba(219, 61, 23, 0.3); */
}

.leak-left .button.leak-ani:hover svg {
        stroke: #fff;
}

.leak-left .button.leak-ani svg {
        stroke: #DB3D17;
        transition: all 0.3s ease;
}

@media screen and (max-width: 750px) {
        .leak {
                flex-direction: column;
                gap: 18px;
                margin: 24px 0;
                padding: 0 8px;
        }
        .leak-left, .leak-right {
                width: auto;
                padding: 18px 10px;
                border-radius: 8px;
                box-shadow: 0 2px 8px rgba(219,61,23,0.04);
                margin: 0 0 12px 0;
        }
        .leak-left {
                background: linear-gradient(135deg, rgba(219, 61, 23, 0.03) 0%, rgba(219, 61, 23, 0.08) 100%);
        }
        .leak-left h1 {
                font-size: 18px;
                margin-bottom: 14px;
                line-height: 1.3;
        }
        .leak-left h4 {
                font-size: 14px;
                line-height: 1.7;
        }
        .leak-left .button.leak-ani {
                margin-top: 18px;
                height: auto;
                line-height: normal;
                font-size: 15px;
                padding: 2px 18px;
                border-radius: 20px;
                width: auto;
                max-width: 320px;
                display: flex;
                align-items: center;
                justify-content: center;
        }
        .leak-right {
                background: #fff;
                box-shadow: 0 2px 8px rgba(0,0,0,0.03);
        }
        .leak-right h1 {
                font-size: 16px;
                margin-bottom: 14px;
                padding-left: 8px;
        }
        .leak-right h1:before {
                height: 12px;
                left: 0;
        }
        .leak-right-list {
                gap: 8px;
        }
        .leak-right-list-item {
                padding: 6px 10px;
                border-radius: 6px;
                font-size: 14px;
        }
        .leak-right-list-item-title {
                font-size: 13px;
                width: 60px;
        }
        .leak-right-list-item-content {
                font-size: 14px;
                margin-left: 10px;
        }
}
.expose {
        width: 100%;
        height: 100%;
        display: flex;
        position: relative;
        /* justify-content: center;
        align-items: center; */
}

.expose .expose-img {
        width: 100%;
        height: 100%;
        margin-top: -37px;
        /* position: absolute; */
        /* top: 0px; */
}

.expose .expose-btn {
        position: absolute;
        bottom: 10%;
        left: 16%;
        transform: translate(-50%, -50%);
        height: 40px;
        line-height: 40px;
        /* border-radius: 20px; */
}
.expose-bg {
        position: relative;
        width: 100%;
        padding-top: 66px;
        /* padding: 100px 0; */
        /* background: linear-gradient(135deg, rgba(219,61,23,0.03) 0%, rgba(219,61,23,0.08) 100%); */
        overflow: hidden;
}

.expose-bg-img {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 20px;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
}

.expose-bg-img img {
        width: 100%;
        height: auto;
        /* border-radius: 12px; */
        /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
        transition: all 0.3s ease;
        /* opacity: 0.8; */
        /* filter: grayscale(30%); */
        cursor: pointer;
}

.expose-bg-img img:hover {
        transform: translateY(-5px) scale(1.05);
        /* box-shadow: 0 15px 40px rgba(219, 61, 23, 0.2); */
        opacity: 1;
        filter: grayscale(0%);
        z-index: 1;
}

/* 添加动画效果 */
.expose-bg-img img {
        animation: fadeInUp 0.6s ease backwards;
}

@keyframes fadeInUp {
        from {
                opacity: 0;
                transform: translateY(20px);
        }

        to {
                opacity: 0.8;
                transform: translateY(0);
        }
}

/* 为每个图片设置不同的动画延迟 */
.expose-bg-img img:nth-child(1) {
        animation-delay: 0.1s;
}

.expose-bg-img img:nth-child(2) {
        animation-delay: 0.2s;
}

.expose-bg-img img:nth-child(3) {
        animation-delay: 0.3s;
}

.expose-bg-img img:nth-child(4) {
        animation-delay: 0.4s;
}

.expose-bg-img img:nth-child(5) {
        animation-delay: 0.5s;
}

.expose-bg-img img:nth-child(6) {
        animation-delay: 0.6s;
}

/* 移动端适配 */
@media screen and (max-width: 1200px) {
        .expose-bg-img {
                grid-template-columns: repeat(4, 1fr);
                gap: 15px;
                padding: 0 15px;
        }
}

@media screen and (max-width: 768px) {
        .expose {}

        .expose .expose-btn {}
}


@media screen and (max-width: 768px) {
        .expose-bg-img {
                grid-template-columns: repeat(3, 1fr);
                gap: 10px;
        }

        .expose-bg {
                padding: 40px 0;
        }

        .expose-bg-img img {
                border-radius: 8px;
        }
}

@media screen and (max-width: 480px) {
        .expose-bg-img {
                grid-template-columns: repeat(2, 1fr);
                gap: 8px;
        }
}
.fixed {
        /* position: absolute; */
        top: 0;
        left: 0;
        width: 100%;
        /* background-color: #fff; */
        z-index: 1000;
        /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); */
}

@media screen and (max-width: 750px) {
        .fixed {
            height: 56px;
            min-height: 56px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            /* padding: 0 16px; */
            /* box-shadow: 0 1px 4px rgba(0,0,0,0.06);
            border-bottom: 1px solid #f2f2f2;
            background: #fff; */
          
        }
        .btn-ani{
                height: auto;
                line-height: normal;
                padding: 5px 20px;
        }
        .pags .head .head-img{
                width: 160px;
        }
    
        .expose {
            width: auto;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            padding: 20px 8px 0 8px;
            min-height: 300px;
            height: auto;
        }
        .expose .expose-img {
            width: 100%;
            height: auto;
            margin-left: -67px;
            margin-top: -49px;
            margin-bottom: 33px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .expose .expose-img img {
            width: 100%;
            height: auto;
            max-width: 100%;
            border-radius: 8px;
        }
        .expose .expose-btn {
            position: static;
            margin: 24px auto 0 auto;
            transform: translate(0%, 0%);
            width: 90%;
            max-width: 320px;
            /* height: 44px;
            line-height: 44px; */
            font-size: 16px;
            /* border-radius: 22px; */
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .expose .expose-btn svg{
               display: none;
        }
    }