body, header, #app {
    margin: 0;
    padding: 0;
}
[v-cloak] {
  display: none;
}
.title {
    height: 32px;
    font-size: 32px;
    color: #454555;
    line-height: 32px;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 30px;
}

.bar {
    margin: 40px auto 0; /* 上边距 30px，左右边距自动，底边距为0 */
    width: 200px;        /* 设置宽度 */
    height: 10px;        /* 设置高度 */
    background: linear-gradient(to right, #3369E3, #008A64); /* 渐变划线 */
}

.info {
    font-size: 14px;
    color: #454555;
    line-height: 20px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.banner {
     width: 1200px; /* 固定宽度 */
    height: 330px; /* 固定高度 */
    position: relative;
    margin: 0 auto; /* 横向居中 */
    overflow: hidden; /* 隐藏溢出部分 */
    border-bottom-left-radius: 4px; /* 左下圆角 */
    border-bottom-right-radius: 4px; /* 右下圆角 */
}

.index-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 保持图片比例 */
}
.tm-massive .content li .img-wrapper {
    height: 140px;
    line-height: 140px;
    padding-top: 0px;
}
.swiper-pagination-bullet-active {
    
}


.notice {
    height: 40px;
     background: rgba(255, 255, 255, 0.3); /* 半透明背景 */
  backdrop-filter: blur(12px); /* 模糊背景 */
  -webkit-backdrop-filter: blur(12px); /* Safari 支持 */
}

.notice .notice-list {
    width: 85%;
    height: 40px;
}

.notice .notice-list a {
    width: 33%;
    float: left;
    text-align: left;
    height: 40px;
    font-size: 12px;
    color: #454555;
    line-height: 40px;
}

.notice .notice-logo {
    width: 15px;
    height: 14px;
    margin-right: 9px;
    margin-top: 9px;
}

.notice .notice-qq {
    margin-top: 7px;
    width: 80px;
    height: 26px;
    background: #f1f6fe;
    border-radius: 2px;
    border: 1px solid #3c7ee5;
    font-size: 12px;
    color: #3c7ee5;
    line-height: 24px;
    text-align: center;
}

.tm-list {
    height: auto; /* 自动高度，适应内容 */
     /*overflow: hidden; 如果有浮动元素，可以加上清除浮动 */
    padding-bottom: 25px; /* 如需内边距，可以设置合适的数值 */
}
.tm-list-1 {
    height: auto; /* 自动高度，适应内容 */
    overflow: hidden; /* 如果有浮动元素，可以加上清除浮动 */
    padding-bottom: 25px; /* 如需内边距，可以设置合适的数值 */
}

.tm-list .tmprogress {
     background: rgba(255, 255, 255, 0.3); /* 半透明背景 */
  backdrop-filter: blur(12px); /* 模糊背景 */
  -webkit-backdrop-filter: blur(12px); /* Safari 支持 */
}

.tm-list .tmprogress .tp-l {
    height: 80px;
    padding-left: 59px;
    width: 558px;
    position: relative;
}
.tm-list .tmprogress .tp-l:before{
    font-size: 24px;
    font-family: iconfont;
    content: "\e63e";
    position: absolute;
    left: 10px;
    top: 28px;
    color: #3c7ee5;
}

.tm-list .tmprogress .tp-r {
    height: 80px;
    padding-left: 30px;
    padding-right: 10px;
    position: relative;
}
.tm-list .tmprogress .tp-r:before{
    font-size: 24px;
    font-family: iconfont;
    content: "\e74c";
    position: absolute;
    left: 0px;
    top: 28px;
    color: #3c7ee5;
}

.tm-list .tmprogress .tp-r .tp-info {
    padding-top: 19px;
    float: left;
}

.tm-list .tmprogress .tp-r a {
    color: #666;
}

.tm-list .tmprogress .tp-r .tp-title {
    color: #fe8431;
}

.tm-list .tmprogress .tp-r .tp-info:hover a {
    color: #3c7ee5;
}

.tm-list .tmprogress .tp-r p {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 4px;
}

.tm-list .tmprogress .tp-r p span {
    display: inline-block;
}

.tm-list .tmprogress .tp-r p span:first-child {
    margin-right: 10px;
}

.tm-list .tmprogress .tp-title {
    float: left;
    line-height: 80px;
    font-size: 18px;
    font-weight: bold;
    margin-right: 20px;
    color: #3c7ee5;
}

.tm-list .tmprogress .tp-span {
    margin-top: 31px;
    margin-right: 27px;
    float: left;
    font-size: 14px;
    color: #454555;
    line-height: 19px;
}

.tm-list .tmprogress .tp-num {
    height: 30px;
    float: left;
    font-size: 24px;
    color: #fb5555;
    line-height: 30px;
    margin-top: 25px;
    margin-right: 25px;
}

.tm-list .tmprogress .tp-per {
   height: 30px;
    float: left;
    font-size: 24px;
    color: #454555;
    line-height: 30px;
    margin-top: 25px;
    margin-right: 25px;
}


.tm-list .tm-list-content {
    display: flex;
    justify-content: center; /* 修改为居中对齐 */
    width: 1200px;
    position: relative;
}

.tm-list .tm-list-content li {
    float: left;
    width: 370px;
    height: 440px;
    border-radius: 4px;
    border: 3px solid rgba(169, 170, 188, 0.2); /* 半透明边框 */
    box-shadow: 0px 2px 10px 0px rgb(182 192 219 / 30%);
    margin-right: 20px;
    padding-top: 35px;
    position: relative; /* 为伪元素定位提供参考 */
    transition: all 0.3s ease; /* 添加过渡效果 */
}

/* 添加底部渐变划线 */
.tm-list .tm-list-content li::after {
    content: '';
    position: absolute;
    bottom: 0; /* 调整为适当的底部间距 */
    left: 0;
    height: 10px; /* 划线的高度 */
    width: 0; /* 初始宽度为0 */
    background: linear-gradient(to right, #3369E3, #008A64); /* 渐变划线 */
    transition: width 0.3s ease; /* 渐变动画效果 */
    border-radius: 1px; /* 划线圆角 */
    z-index: 1; /* 设置 z-index 确保在阴影上方 */
}

.tm-list .tm-list-content li:hover::after {
    width: 100%; /* 悬停时宽度为100% */
    box-shadow: 0px 15px 30px rgba(0, 221, 229, 0.4); /* 修改后的阴影效果 */
    z-index: 1; /* 设置 z-index 确保在阴影上方 */
}


.tm-list .tm-list-content li .li-icon.product-zhuce {
    background: url('../../../img/tm-ptzc.png') no-repeat center center;
    background-color: #5063F2;
    background-size: 43px 44px;
}

.tm-list .tm-list-content li .li-icon.product-zhucebm {
    background: url('../../../img/tm-bmzc.png') no-repeat center center;
    background-color: #F25050;
    background-size: 53px 40px;
}

.tm-list .tm-list-content li .li-icon.product-zhucedb {
    background: url('../../../img/tm-dbzc.png') no-repeat center center;
    background-color: #18C3A4;
    background-size: 40px 47px;
}
.tm-list .tm-list-content li .li-icon.product-zhuceth {
    background: url('../../../img/alert_buy_icon.png') no-repeat center center;
    background-color: #06b9d0;
    background-size: 46px 46px;
}
.tm-list .tm-list-content li .li-icon.product-zhuceep {
    background: url('../../../img/zhuceep.png') no-repeat center center;
    background-color: #06b9d0;
}
.tm-list .tm-list-content li:nth-child(4){
    display: none;
}

.tm-list .tm-list-content li:last-child,
.tm-list .tm-list-content.product-amount-4 li:nth-child(3){
    margin-right: 0;
}

.tm-list .tm-list-content li .li-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    line-height: 90px;
    margin: 0 auto;
    margin-bottom: 37px;
}

.tm-list .tm-list-content li:hover .li-title {
    color: #3c7ee5;
}

.tm-list .tm-list-content li .li-title {
    height: 18px;
    font-size: 24px;
    font-weight: bold;
    color: #454555;
    line-height: 18px;
    text-align: center;
}

.tm-list .tm-list-content li .li-info {
    width: 317px;
    margin-left: 30px;
    margin-right: 30px;
    border-top: 1px solid #DFE3F1;
    padding-top: 13px;
    padding-left: 21px;
    margin-bottom: 16px;
    margin-top: 23px;
    height: 91px;
}

.tm-list .tm-list-content li .li-info p {
    font-size: 14px;
    color: #454555;
    line-height: 26px;
}

.tm-list .tm-list-content li .li-price {
    height: 42px;
    font-size: 16px;
    color: #D7264A;
    line-height: 21px;
    text-align: center;
}

.tm-list .tm-list-content li .li-price b {
    font-size: 32px;
    font-weight: bold;
}

.tm-list .tm-list-content li .li-price i {
    color: #454555;
    font-size: 16px;
}

.tm-list .tm-list-content li .li-btn {
    margin: 0 auto;
    width: 136px;
    height: 24px;
    background: #f1f6fe;
    border-radius: 14px;
    border: 1px solid #3c7ee5;
    font-size: 12px;
    color: #3c7ee5;
    line-height: 22px;
    text-align: center;
}

.tm-list .tm-list-content li .li-btn-active {
    width: 295px;
    height: 40px;
    background: linear-gradient(to right, #3369E3, #008A64); 
    border-radius: 4px;
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    display: none;
}

.tm-list .tm-list-content li:hover {
    margin-top: -10px;
    box-shadow: 0px 10px 20px rgba(0, 221, 229, 0.5); /* 悬停阴影效果改为蓝绿色 */
    border: 3px solid #3c7ee5; /* 悬停时的实线边框 */
}

.tm-list .tm-list-content li:hover .li-btn {
    display: none;
}

.tm-list .tm-list-content li:hover .li-btn-active {
    display: block;
}

.tm-massive {
    padding: 58px 0px 30px;
}

.tm-massive .content {
    width: 1180px;
}

.tm-massive .content .mc-l {
    width: 1200px;
}

.tm-massive .content .mc-l .mc-l-tab {
    height: 60px;
    border-bottom: none;
    margin-left: 10px;
}

.tm-massive .content .mc-l .mc-l-tab li {
    float: left;
    width: 120px;
    position: relative;
}

.tm-massive .content .mc-l .mc-l-tab li a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #454555;
    font-weight: bold;
}

.tm-massive .content .mc-l .mc-l-tab li.active a,
.tm-massive .content .mc-l .mc-l-tab li:hover a {
    color: #3c7ee5;
}

.tm-massive .content .mc-l .mc-l-tab li.active:after,
.tm-massive .content .mc-l .mc-l-tab li:hover:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    bottom: -2px;
    left: 0;
    background: linear-gradient(to right, #3369E3, #008A64); /* 渐变划线 */
    position: absolute;
}

.tm-massive .content .mc-l .mc-l-tab li:last-child a {
    border-right: 0;
}


.tm-massive .content .mc-l .mc-l-con {
    
}

.tm-massive .content .mc-l .mc-l-con li {
    float: left;
    width: 230px;
    height: 230px;
    /* background: #ffffff; */
    border: 2px solid #dfe3f1;
    border-radius: 4px;
    margin: 5px;
    text-align: center;
    padding-top: 10px;
}

.tm-massive .content .mc-l .mc-l-con li:hover {
    box-shadow: 0px 0px 10px 2px rgba(182, 192, 219, 0.3);
}

.tm-massive .content .mc-l .mc-l-con li:hover .li-title {
    color: #3c7ee5;
}

.tm-massive .content .mc-l .mc-l-con li .li-img {
    height: 140px;
}

.tm-massive .content .mc-l .mc-l-con li .li-title {
    margin-bottom: 3px;
    height: 19px;
    font-size: 14px;
    font-weight: bold;
    color: #454555;
    line-height: 19px;
}

.tm-massive .content .mc-l .mc-l-con li .li-info {
    height: 19px;
    font-size: 14px;
    color: #454555;
    line-height: 19px;
    padding: 0 20px;
    margin: 0 auto;
    margin-bottom: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.tm-massive .content .mc-l .mc-l-con li .li-price {
    height: 21px;
    font-size: 16px;
    font-weight: bold;
    color: #f85252;
    line-height: 21px;
}

.tm-massive .content .mc-l .mc-more {
    height: 40px;
    background: #f1f6fe;
    border: 2px solid #dfe3f1;
    width: 1180px;
    margin: 10px;
    border-top: 0;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
}

.tm-massive .content .mc-r {
    width: 260px;
    height: 570px;
    
    margin-right: 10px;
    border-radius: 4px;
}

.tm-massive .content .mc-r .mr-t {
    margin-top: 70px;
    padding-top: 45px;
    background: url('../../../img/tm-jiaoyi.png')  #3c7ee5 no-repeat center center;
}

.tm-massive .content .mc-r .mr-t .publish-btn {
    width: 150px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    border: 1px solid #ffffff;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 auto;
    margin-bottom: 17px;
}

.tm-massive .content .mc-r .mr-t p {
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
}

.tm-massive .content .mc-r .mr-bot {
    padding: 0 20px;
    padding-top: 19px;
    border-left: 2px solid #DFE3F1;
    border-right: 2px solid #DFE3F1;
    border-bottom: 2px solid #DFE3F1;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.tm-massive .content .mc-r .mr-bot .mr-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 20px;
    overflow: hidden;
}

.tm-massive .content .mc-r .mr-bot .mr-title h3 {
    height: 16px;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    float: left;
}

.tm-massive .content .mc-r .mr-bot .mr-title span {
    height: 12px;
    font-size: 12px;
    color: #454555;
    line-height: 12px;
    margin-left: 10px;
    float: left;
}

.tm-massive .content .mc-r .mr-bot .mr-form .verify-inp {
    width: 80px;
}

.tm-massive .content .mc-r .mr-bot .mr-form .el-form-item {
    margin-bottom: 12px;
}

.tm-massive .content .mc-r .mr-bot .mr-form .el-form-item:last-child {
    margin-top: 15px;
}

.tm-massive .content .mc-r .mr-bot .mr-form .verify-code {
    width: 70px;
}

.tm-massive .content .mc-r .mr-bot .mr-form .publish-submit {
    width: 130px;
    height: 40px;
    background: #3369E3;
    border-radius: 4px;
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
    display: block;
    text-align: center;
}
.tm-full-bg{
    background: url('../../../img/tm-bg-001.jpg') no-repeat center center;
    background-size: cover;
}
.quality {
    padding: 30px 0;
}

.quality .tm-notarization {
    height: 121px;
}

.quality .title {
    margin-top: 20px;
}

.quality .content .con-l {
    width: 232px;
    height: 441px;
    padding-top: 348px;
    background: url('../../../img/tm-bg4.png')  #3c7ee5 no-repeat center center;
    background-size: cover;
}

.quality .content .con-l a {
    display: block;
    text-align: center;
    width: 126px;
    height: 32px;
    border-radius: 2px;
    border: 1px solid #ffffff;
    margin: 0 auto;
    font-size: 14px;
    color: #ffffff;
    line-height: 32px;
}

.quality .content .con-r {
    width: 100%;
}

.quality .content .con-r .con-r-top {
    width: 100%;
    height: 180px;
    background: #fff url('../../../img/tm-bg3.png') no-repeat right center;
    background-size: contain;
    padding-top: 27px;
    padding-bottom: 10px;
}

.quality .content .con-r .con-r-top h3 {
    height: 25px;
    line-height: 25px;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 14px;
    font-weight: bold;
    color: #454555;
    margin-bottom: 6px;
}


.tm-index-service-button {
    width: 200px;
    height: 110px;
    line-height: 110px; text-align: left;
}
.tm-index-service-button a {
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    background-color: transparent;
    line-height: 100%; padding: 5px 20px;
    cursor: pointer;
}

.quality .content .con-r .con-r-top .tm-change {
    margin-left: 59px;
    width: 550px;
}

.quality .content .con-r .con-r-top .tm-reg {
    width: 300px;
}

.quality .content .con-r .con-r-top .tm-legal {
    width: 150px;
}

.quality .content .con-r .con-r-top .service-li {
    float: left;
}

.quality .content .con-r .con-r-top .service-li a {
    width: 120px;
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #666;
}

.quality .content .con-r .con-r-top .service-li a.hot {
    position: relative;
}

.quality .content .con-r .con-r-top .service-li a.hot:after {
    position: absolute;
    width: 14px;
    height: 19px;
    content: "";
    display: block;
    left: 68px;
    top: 0;
    background: url('../../../img/tm-h.png') no-repeat right center;
    background-size: contain;
}

.quality .con-bot li {
    width: 230px;
    height: 260px;
    border-radius: 4px;
    border: 2px solid #dfe3f1;
    margin: 0 5px; /* 设置上下间隔为 0px，左右间隔为 10px */
    float: left;
    padding-top: 30px;
    text-align: center;
    position: relative; /* 为伪元素定位提供参考 */
    transition: all 0.5s ease; /* 添加过渡效果 */
}

.quality .con-bot li::before {
    content: '';
    position: absolute;
    bottom: 0; /* 设置在底部 */
    left: 0; /* 从左侧开始 */
    height: 8px; /* 下划线的高度 */
    width: 0; /* 初始宽度为0 */
    background: linear-gradient(to right, #3369E3, #008A64); /* 渐变下划线 */
    transition: width 0.4s ease; /* 过渡效果 */
}

.quality .con-bot li:hover {
    box-shadow: 0px 10px 20px rgba(0, 221, 229, 0.5); /* 悬停阴影效果改为蓝绿色 */
    border: 3px solid #3369E3;
}

.quality .con-bot li:hover::before {
    width: 100%; /* 悬停时划线从左到右展开 */
}

.quality .con-bot li .li-icon {
    width: 90px;
    height: 90px;
    background: #e6edff;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
    margin-bottom: 17px;
    text-align: center;
    line-height: 90px;
}

.quality .con-bot li h3 {
    height: 24px;
    font-size: 18px;
    font-weight: bold;
    color: #454555;
    line-height: 24px;
    margin-bottom: 4px;
}

.quality .con-bot li:hover h3 {
    color: #3c7ee5;
}

.quality .con-bot li p {
    height: 19px;
    font-size: 14px;
    color: #454555;
    line-height: 19px;
    margin-bottom: 23px;
    padding: 0 10px;
}

.quality .con-bot li .li-price {
    line-height: 19px;
}

.quality .con-bot li .li-price span {
    font-size: 14px;
    color: #F85252;
}

.quality .con-bot li .li-price b {
    font-weight: bold;
    color: #F85252;
    font-size: 20px;
}

.quality .con-bot li .li-price i {
    font-size: 14px;
    color: #666;
}

.quality .con-bot li .xuzhan {
    background-image: url('../../../img/tm-xuzhan.png');
}

.quality .con-bot li .biangeng {
    background-image: url('../../../img/tm-biangeng.png');
}

.quality .con-bot li .zhuanrang {
    background-image: url('../../../img/tm-zhuanrang.png');
}

.quality .con-bot li .chexiao {
    background-image: url('../../../img/tm-chexiao.png');
}
.tm-inter {
    padding: 10px 0;
}

.tm-inter .title {
    margin-top: 10px;
}


.tm-inter .con-left {
    width: 900px;
}

.tm-inter .con-left li {
    float: left;
    padding-left: 173px;
    padding-right: 20px;
    width: 430px;
    height: 174px;
    box-shadow: 0px 5px 10px rgba(108, 250, 205, 0.1); /* 淡淡的阴影 */
    border-radius: 4px;
    border: 2px solid #dfe3f1;
    margin-left: 10px;
    margin-bottom:10px;
    position: relative; /* 为伪元素定位做准备 */
    transition: all 0.3s ease; /* 添加过渡效果 */
}

.tm-inter .con-left li::before {
    content: '';
    position: absolute;
    bottom: 0; /* 设置在底部 */
    left: 0; /* 从左侧开始 */
    height: 8px; /* 下划线的高度 */
    width: 0; /* 初始宽度为0 */
    background: linear-gradient(to right, #3369E3, #008A64); /* 渐变下划线 */
    transition: width 0.4s ease; /* 过渡效果 */
}

.tm-inter .con-left li:hover {
    box-shadow: 0px 10px 20px rgba(0, 221, 229, 0.5); /* 悬停阴影效果 */
    border: 3px solid #3369E3; /* 悬停时边框 */
}

.tm-inter .con-left li:hover::before {
    width: 100%; /* 悬停时划线从左到右展开 */
}

.tm-inter .con-left li.xianggang {
    background-image: url('/statics/epower/img/xianggang.png');
    background-repeat: no-repeat;
    background-position: 21px center;
}

.tm-inter .con-left li.taiwan {
    background-image: url('/statics/epower/img/taiwan.png');
    background-repeat: no-repeat;
    background-position: 21px center;
}

.tm-inter .con-left li.meiguo {
    background-image: url('/statics/epower/img/meiguo.png');
    background-repeat: no-repeat;
    background-position: 21px center;
}

.tm-inter .con-left li.oumeng {
    background-image: url('/statics/epower/img/oumeng.png');
    background-repeat: no-repeat;
    background-position: 21px center;
}

.tm-inter .con-left li.aomen {
    background-image: url('/statics/epower/img/aomen.png');
    background-repeat: no-repeat;
    background-position: 21px center;
}

.tm-inter .con-left li .li-title {
    margin-top: 47px;
    margin-bottom: 14px;
}

.tm-inter .con-left li:hover .li-title h3 {
    color: #3c7ee5;
}

.tm-inter .con-left li .li-title h3 {
    float: left;
    height: 25px;
    font-size: 20px;
    font-weight: bold;
    color: #454555;
    line-height: 25px;
}

.tm-inter .con-left li .li-title .li-price {
    float: right;
    height: 26px;
    font-size: 14px;
    color: #f85252;
    line-height: 25px;
}

.tm-inter .con-left li .li-title .li-price span {
    font-size: 14px;
}

.tm-inter .con-left li .li-title .li-price b {
    font-weight: bold;
    font-size: 20px;
}

.tm-inter .con-left li .li-title .li-price i {
    color: #666;
    font-size: 14px;
}

.tm-inter .con-left li p {
    height: 40px;
    font-size: 14px;
    color: #454555;
    line-height: 20px;
}

.tm-inter .con-right {
    width: 290px;
    height: 357px;
    margin-right: 10px;
    background: url('../../../img/tm-bg6.png') #3c7ee5 no-repeat center center;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    background-size: cover;
    border-radius: 4px;
}
.tm-inter.tm-legal .con-right {
    background: url('/statics/epower/img/falv/innerx-legal-bg.png') #3c7ee5 no-repeat center center;
}

.tm-inter .con-right h3 {
    height: 24px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 4px;
    text-align: center;
}

.tm-inter .con-right p {
    height: 19px;
    font-size: 14px;
    color: #ffffff;
    line-height: 19px;
    text-align: center;
    margin-bottom: 28px;
}

.tm-inter .con-right .con-list {
     background: rgba(255, 255, 255, 0.3); /* 半透明背景 */
  backdrop-filter: blur(12px); /* 模糊背景 */
  -webkit-backdrop-filter: blur(12px); /* Safari 支持 */
    width: 260px;
    height: 247px;
    border-radius: 4px;
    padding-top: 7px;
    padding-left: 10px;
}

.tm-inter .con-right .con-list .a-li {
    float: left;
    width: 83px;
    margin-left: 0;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}

.tm-inter .con-right .con-list .a-li:nth-child(3n) {
    margin-right: 0;
}

.tm-inter .con-right .con-list .a-li:hover {
    color: #3c7ee5;
}

.tm-inter .con-right .con-list .a-btn {
    width: 126px;
    height: 36px;
    background: #f85252;
    border-radius: 4px;
    font-size: 14px;
    color: #ffffff;
    line-height: 36px;
    margin-left: 45px;
    display: block;
    text-align: center;
    margin-top: 10px;
}
.tm-inter.tm-legal .con-right .con-list { 
    padding: 30px 0; 
    height: auto; 
}
.tm-inter.tm-legal .con-right .con-list .a-li{float: none; display: block; width: 160px; overflow: hidden; margin-left: 60px; margin-bottom: 10px;}
.tm-inter.tm-legal .con-right .con-list .a-btn {margin-left: 67px; margin-top:30px;}
.tm-inter.tm-legal .con-right {height: auto; }
.tm-inter.tm-legal .con-legal-left {height: 490px; overflow: hidden;width: 880px;}
.tm-inter.tm-legal .con-legal-left li {
    width: 32%; 
    text-align: center; 
    height: 235px; 
    border: 2px solid #ddd; 
    padding: 40px; 
    border-radius: 4px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.tm-inter.tm-legal .con-legal-left li .legal-logo {width: 40px; height: 40px; margin: auto; text-align: center; line-height: 40px; font-size: 0; }
.tm-inter.tm-legal .con-legal-left li .legal-logo img {max-width: 100%; max-height: 100%; }
.tm-inter.tm-legal .con-legal-left li:hover {box-shadow: 0 0 8px 0 #ddd; }

.service .content .con-tab {
    float: left;
    width: 280px;
    height: 400px;
    border-radius: 4px;
    margin-left: 10px;
    background: url('../../../img/tm-bg7.png') #3c7ee5 no-repeat center center;
    padding-top: 70px;
    background-size: cover;
}

.service .content .con-tab .tab-btn {
    width: 160px;
    /* height: 160px; */
    border: 1px solid #ffffff;
    margin: 0 auto;
    margin-bottom: 70px;
}

.service .content .con-tab .tab-btn a {
    display: block;
    height: 80px;
    font-size: 20px;
    line-height: 80px;
    text-align: center;
    color: #fff;
}
.service .content .con-tab .tab-btn a.active {
    background-color: #fff;
    color: #3c7ee5;
}

.service .content .con-tab .con-more {
    width: 126px;
    height: 32px;
    border-radius: 2px;
    border: 1px solid #ffffff;
    font-size: 14px;
    color: #ffffff;
    line-height: 32px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.service .content .con-list.zhuanli li:nth-child(1) .li-icon {
    background-image: url('../../../img/tm-zhuanli1.png');
}

.service .content .con-list.zhuanli li:nth-child(2) .li-icon {
    background-image: url('../../../img/tm-zhuanli2.png');
}

.service .content .con-list.zhuanli li:nth-child(3) .li-icon {
    background-image: url('../../../img/tm-zhuanli3.png');
}

.service .content .con-list.banquan li:nth-child(1) .li-icon {
    background-image: url('../../../img/tm-banquan1.png');
}

.service .content .con-list.banquan li:nth-child(2) .li-icon {
    background-image: url('../../../img/tm-banquan2.png');
}

.service .content .con-list.banquan li:nth-child(3) .li-icon {
    background-image: url('../../../img/tm-banquan3.png');
}

.service .content .con-list li {
    width: 290px;
    height: 400px;
    border: 2px solid #dfe3f1;
    border-radius: 4px;
    float: left;
    margin-left: 10px;
    padding: 20px;
    padding-bottom: 0;
}
.service .content .con-list li  .li-icon{
    background-size: 265px 181px;
    background-repeat: no-repeat;
    background-position: 20px 20px;
}

.service .content .con-list li:hover {
    box-shadow: 0px 0px 10px 2px rgba(182, 192, 219, 0.3);
}

.service .content .con-list li .li-icon {
    background-repeat: no-repeat;
    background-position: center center;
    height: 180px;
    margin-bottom: 25px;
    line-height: 180px;
    text-align: center;
}

.service .content .con-list li .li-icon i {
    font-size: 56px;
    color: #3c7ee5;
}

.service .content .con-list li .li-title {
    padding-left: 10px;
    padding-right: 6px;
    margin-bottom: 4px;
}

.service .content .con-list li:hover .li-title h3 {
    color: #3c7ee5;
}

.service .content .con-list li .li-title h3 {
    height: 24px;
    font-size: 18px;
    font-weight: bold;
    color: #454555;
    line-height: 24px;
}

.service .content .con-list li .li-title .li-price {
    font-size: 14px;
    color: #F85252;
    line-height: 21px;
    text-align: center;
}

.service .content .con-list li .li-title .li-price b {
    font-size: 20px;
    font-weight: bold;
}

.service .content .con-list li .li-title .li-price i {
    color: #454555;
    font-size: 16px;
}

.service .content .con-list li p {
    padding-left: 10px;
    height: 19px;
    font-size: 14px;
    color: #454555;
    line-height: 19px;
    margin-bottom: 25px;
}

.service .content .con-list li .example {
    padding-left: 10px;
}

.service .content .con-list li .example h4 {
    height: 19px;
    font-size: 14px;
    font-weight: bold;
    color: #454555;
    line-height: 19px;
    margin-bottom: 11px;
}

.service .content .con-list li .example .span-list {
    font-size: 14px;
    color: #454555;
    line-height: 24px;
}

.news-QA {
    margin-top: 0;
}

.news-QA .news {
    padding-left: 20px;
    padding-right: 20px;
    width: 590px;
    height: 400px;
     background: rgba(255, 255, 255, 0.3); /* 半透明背景 */
  backdrop-filter: blur(12px); /* 模糊背景 */
  -webkit-backdrop-filter: blur(12px); /* Safari 支持 */
    border-radius: 0px 0px 4px 4px;
    box-shadow: none !important;
}

.news-QA .news .news-title {
    line-height: 64px;
    overflow: hidden;
    height: 64px;
}

.news-QA .news .news-title h3 {
    font-size: 16px;
    font-weight: bold;
    color: #454555;
    float: left;
}

.news-QA .QA .QA-title a,.news-QA .news .news-title a {
    width: 100px;
    font-size: 16px;
    color: #454555;
    float: right;
    font-weight: bold;
}

.news-QA .news .news-list li {
    position: relative; /* 为伪元素定位做准备 */
    list-style: none; /* 移除默认列表项样式 */
    width: 700px; /* 原始宽度 */
    font-size: 14px; /* 原始字体大小 */
    line-height: 38px; /* 原始行高 */
    height: 38px; /* 原始高度 */
    border-bottom: 1px solid #E5E5E5; /* 原始底部边框 */
    padding-left: 20px; /* 给左侧留出空间放置蓝色点 */
}

.news-QA .news .news-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); /* 垂直居中对齐 */
    width: 8px; /* 蓝色点的宽度 */
    height: 8px; /* 蓝色点的高度 */
    background-color: #3369E3; /* 蓝色 */
    border-radius: 50%; /* 使其成为圆形 */
}

.news-QA .news .news-list li a {
    width: 80%;
    color: #454555;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    text-decoration: none;
    position: relative;
    font-weight: normal; /* 默认字体 */
    transition: color 0.3s ease; /* 添加颜色变化过渡 */
}

.news-QA .news .news-list li:hover a {
    color: #000000; /* 悬停时字体颜色 */
    font-weight: bold; /* 悬停时字体变粗 */
    background: linear-gradient(to right, #3369E3, #008A64); /* 渐变背景 */
    -webkit-background-clip: text; /* 只应用到文本的背景 */
    -webkit-text-fill-color: transparent; /* 设置文本透明，以显示背景色 */
}

.news-QA .news .news-list li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: linear-gradient(to right, #3369E3, #008A64); /* 渐变下划线 */
    transition: width 0.4s ease; /* 过渡效果 */
}

.news-QA .news .news-list li:hover a::before {
    width: 100%; /* 悬停时划线从左到右展开 */
}


.news-QA .news .news-list li span {
    float: right;
    width: 20%;
    font-size: 14px;
    color: #454555;
    text-align: right;
}
/* 悬停时span的样式 */
.news-QA .news .news-list li:hover span {
    color: #008A64; /* 悬停时字体颜色 */
    font-weight: bold; /* 悬停时字体加粗 */
}
.news-QA .QA {
    width: 700px;
  backdrop-filter: blur(12px); /* 模糊背景 */
  -webkit-backdrop-filter: blur(12px); /* Safari 支持 */
    border-radius: 0px 0px 4px 4px;
    padding-left: 20px;
    padding-right: 16px;
    padding-bottom: 23px;
    box-shadow: none !important;
}

.news-QA .QA .QA-title {
    line-height: 64px;
    height: 64px;
}

.news-QA .QA .QA-title h3 {
    font-size: 16px;
    font-weight: bold;
    color: #454555;
    float: left;
}


.news-QA .QA .QA-list {
    height: 138px;
    margin-bottom: 10px;
}

.news-QA .QA .QA-list li {
    width: 50%;
    float: left;
    font-size: 14px;
    line-height: 32px;
}

.news-QA .QA .QA-list li.active a {
    color: #3c7ee5;
}

.news-QA .QA .QA-list li:hover a {
    color: #3c7ee5;
}

.news-QA .QA .QA-list li a {
    color: #333;
}

.news-QA .QA .QA-info {
    width: 650px;
    height: 155px;
     background: rgba(255, 255, 255, 0.3); /* 半透明背景 */
  backdrop-filter: blur(12px); /* 模糊背景 */
  -webkit-backdrop-filter: blur(12px); /* Safari 支持 */
    border: 2px solid #dfe3f1;
    border-radius: 4px;
}

.QA-info>div {
    margin: 20px;
    line-height: 2;
    font-size: 14px;
    text-align: justify;
    text-justify: inter-word;
    letter-spacing: 0.5px; /* 扩大字符间距 */
    word-spacing: 2px; /* 可选：调整单词间距 */
}

.QA-info a.look-all {
    margin-left: 30px;
    display: inline-block;
}

.tmt-create-document {
    line-height: 40px;
    padding-left: 30px;
    margin-top: 10px;
    height: 40px;
    color: #fff; font-size: 16px;
    background: #3c7ee5 url(/statics/epower/img/trademark/create-document.png) no-repeat 177px center
}

.index-statistics {
    position: relative;
}

.tmt-create-document a {
    color: #fff;
    position: relative; /* 为伪元素定位提供参考 */
}

.tmt-create-document a::after {
    content: "";
    position: absolute;
    bottom: -5px; /* 将下划线定位到文字下方5px */
    left: 0;
    width: 0;
    height: 5px; /* 下划线的高度 */
    background-color: #fff; /* 设置下划线颜色为白色 */
    transition: width 0.4s ease; /* 添加动画效果 */
}

.tmt-create-document a:hover {
    color: #6CFACD;
    font-weight: bold;
}

.tmt-create-document a:hover::after {
    width: 100%; /* 悬停时下划线扩展到100%宽度 */
}

.index-statistics .wave-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 23px
}

.index-statistics .wave-wrapper .wave-inner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 23px
}

.index-statistics .wave-wrapper .bg-top {
    z-index: 15
}

.index-statistics .wave-wrapper .bg-bottom {
    z-index: 5
}

.index-statistics .wave-wrapper .wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat-x;
    background-position: 0 bottom;
    transform-origin: center bottom
}

.index-statistics .wave-wrapper.wave-animation .wave-top {
    background: url(/statics/epower/img/trademark/bo_02.55f8ff1.png) no-repeat
}

.index-statistics .wave-wrapper.wave-animation .wave-bottom {
    background: url(/statics/epower/img/trademark/bo_01.bc8b13c.png);
    -webkit-animation: move_wave-data-v-ffcc53e8 15s linear infinite;
    animation: move_wave-data-v-ffcc53e8 15s linear infinite
}

@-webkit-keyframes move_wave-data-v-ffcc53e8 {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(.55)
    }
    to {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

@keyframes move_wave-data-v-ffcc53e8 {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(.55)
    }
    to {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
.parallax > use {
    animation: move-forever 12s linear infinite;
}

.parallax > use:nth-child(1) {
    animation-delay: -2s;
}

.parallax > use:nth-child(2) {
    animation-delay: -2s;
    animation-duration: 5s;
}

.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 3s;
}

@keyframes move-forever {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}

.editorial {
    display: block;
    width: 100%;
    height: 30px;
    max-height: 100vh;
    margin: 0;
    position: absolute;
    bottom: 0;
    z-index: 0;
}
.mc-l-tab--scroll {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 6px;
}
.mc-l-tab--scroll li { flex: 0 0 auto; }
