body {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}
.wrap {
  overflow: inherit;
}
.wrap *{
  box-sizing: border-box;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.content-wrap{
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 57px;
  position: relative;
}
.content-wrap *{
  box-sizing: border-box;
}
.wrapper *{
  box-sizing: border-box;
  line-height: 1em;
}
.content-wrap h1.title{
  font-size: 29px;
  color: #262626;
  font-weight: 600;
  text-align: center;
}

.content-wrap p.sub-title{
  text-align: center;
  margin-top: 17px;
  font-size: 14px;
  color: #262626;
}

.content-wrap .sub-title .gorule {
    display: inline-block;
    width: 75px;
    background-color: #ff8f00;
    color: #ffffff;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    margin-left: 8px;
}
.content-wrap .sub-title .gorule:hover{
  background-color: #fd940b;
}
#banner{
  background: url(../images/banner.jpg) center center no-repeat;
  height: 450px;
  width: 100%;
  min-width: 1200px;
}

#banner .banner-detail{
  width: 1200px;
  margin: 0 auto;
  padding-top: 106px;
}

#banner .banner-detail .banner-img{
  margin-bottom: 25px;
  display: block;
}

#banner .banner-detail .banner-info{
  margin-left: 20px;
  height: 40px;
  line-height: 40px;
  padding: 0 11px 0 21px;
  background-color: #d9eafe;
  border-radius: 5px;
  position: relative;
  margin-bottom: 27px;
  display: inline-block;
}

#banner .banner-detail .banner-info span{
  font-size: 18px;
  color: #052fd6;
  letter-spacing: 4px;
  line-height: 40px;
  font-weight: 600;
}

#banner .banner-detail .banner-info a.banner-detail-btn{
  width: 74px;
  height: 28px;
  line-height: 28px;
  float: right;
  border-radius: 8px;
  background-color: #ff7900;
  font-size: 13px;
  text-align: center;
  color: #ffffff;
  margin-top: 6px;
  margin-left: 10px;
}
#banner .banner-detail .banner-info a.banner-detail-btn:hover{
  background-color: #fa8722;
}

#banner .banner-detail .banner-info a.banner-download-btn{
  width: 74px;
  height: 28px;
  line-height: 28px;
  float: right;
  border-radius: 8px;
  background-color: #ff0066;
  font-size: 13px;
  text-align: center;
  color: #ffffff;
  margin-top: 6px;
  margin-left: 10px;
}
#banner .banner-detail .banner-info a.banner-download-btn:hover{
  background-color: #fc2279;
}

#banner .banner-detail .banner-arr{
  width: 393px;
  display: flex;
  justify-content: space-between;
  padding-left: 23px;
}

#banner .banner-detail .banner-arr li.item{
  text-align: center;
}
#banner .banner-detail .banner-arr li.item i{
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  height: 35px;
}
#banner .banner-detail .banner-arr li.item p{
  margin-top: 9px;
  font-size: 15px;
  color: #5c5bdd;
  font-weight: 600;
}

#product-problems .product-problems-left{
  width: 655px;
  height: 348px;
  background: url(../images/problems-pic.png) center center no-repeat;
  background-size: 100%;
  position: relative;
  float: left;
}

#product-problems .product-problems-left span.left-txt{
  position: absolute;
  font-size: 19px;
  color: #262626;
}

#product-problems .product-problems-right{
  width: 511px;
  position: absolute;
  right: 0;
  padding-top: 14px;
}

#product-problems .product-problems-right .product-problems-title{
  padding-bottom: 12px;
  border-bottom: 5px solid #5c5bdd;
  margin-bottom: 35px;
  width: 333px;
}

#product-problems .product-problems-right .product-problems-title p{
  font-size: 30px;
  color: #333333;
  line-height: 42px;
}

#product-problems .product-problems-right .product-problems-info{
  position: relative;
}

#product-problems .product-problems-right .product-problems-info::before{
  content: "";
  background: url(../images/problems-icon.png) center center no-repeat;
  background-size: 100%;
  width: 389px;
  height: 57px;
  position: absolute;
  z-index: 0;
  top: -7px;
}

#product-problems .product-problems-right .product-problems-info p{
  font-size: 24px;
  line-height: 44px;
  color: #343434;
  position: relative;
  z-index: 1;
}
 @keyframes customBounceIn {
      0% {
        opacity: 0;
        transform: scale(0.3);
      }
      50% {
        opacity: 1;
        transform: scale(1.08);
      }
      75% {
        transform: scale(0.95);
      }
      100% {
        opacity: 1;
        transform: scale(1);
      }
    }
#product-problems .product-problems-right .baojin-img{
  background: url(../images/baojin.png) center center no-repeat;
  background-size: 100%;
  width: 177px;
  height: 66px;
  margin-top: 24px;
  display: block;
  opacity: 1;
  transform: scale(1);
  transition: none;
}
#product-problems .product-problems-right .baojin-img.bounce-in {
      /* 只有在没有动画时才触发，防止重复 */
     animation: customBounceIn 0.8s ease forwards;
    }

#product-introduce{
  background-color: #f4f7ff;
}
#product-introduce .introduce-detail{
  margin-top: 36px;
}
#product-introduce .p3-desc-navlist {
  width: 412px;
}
#product-introduce .p3-desc-nav {
  width: 374px;
  height: 81px;
  cursor: pointer;
  padding-left: 82px;
  position: relative;
  display: flex;
  align-items: center;
}

#product-introduce .p3-desc-nav  .p3-nav-icon-wrap {
    width: 82px;
    height: 81px;
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#product-introduce .p3-desc-nav.active{
    background: #fff;
    box-shadow: 0 4px 24px rgb(26 85 140 / 10%);
    border-radius: 5px;
}
#product-introduce .p3-desc-nav  .p3-nav-icon-wrap .p3-nav-icon{
  display: block;
}
#product-introduce .p3-desc-nav  .p3-nav-icon-wrap .p3-nav-active-icon{
  display: none;
}
#product-introduce .p3-desc-nav.active  .p3-nav-icon-wrap .p3-nav-icon{
  display: none;
}
#product-introduce .p3-desc-nav.active  .p3-nav-icon-wrap .p3-nav-active-icon{
  display: block;
}
#product-introduce .p3-desc-nav::after{
  content: "";
  background: url(../images/arrow-icon.png) center center no-repeat;
  width: 39px;
  height: 27px;
  position: absolute;
  right: 29px;
  top: 27px;
  display: none;
}
/* 定义缓动函数变量（可以放在 :root 或组件容器上） */
:root {
  --mh--easing--custom: cubic-bezier(0.4, 0, 0.2, 1);
}

/* 动画定义 */
@keyframes arw-move-x {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
#product-introduce .p3-desc-nav.active::after{
  display: block;
  animation: arw-move-x .7s var(--mh--easing--custom);
}
#product-introduce .p3-desc-nav  .p3-nav-txt{
  display: flex;
  flex-direction: column;
} 
#product-introduce .p3-desc-nav .p3-nav-txt span{
  display: block;
}
#product-introduce .p3-desc-nav  .p3-nav-txt .p3-desc-nav-title{
  font-size: 24px;
  color: #333333;
  margin-bottom: 8px;
}
#product-introduce .p3-desc-nav  .p3-nav-txt .p3-desc-nav-sub{
  color: #666666;
  font-size: 15px;
}

#product-introduce .introduce-img{
  width: 782px;
  position: relative;
  height: 493px;
}

#product-introduce .introduce-img .go-buy{
  position: absolute;
  right: 21px;
  bottom: 20px;
  color: #ffffff;
  font-size: 13px;
  background: url(../images/fire-btn-bg.png) center center no-repeat;
  background-size: 100%;
  width: 126px;
  height: 43px;
  padding-top: 14px;
  padding-left: 17px;
  z-index: 2;
}
#product-introduce .introduce-img .go-buy:hover{
   background: url(../images/fire-btn-bg-hover.png) center center no-repeat;
}
#product-introduce .introduce-img .go-buy span{
    display: inline-block;
    animation: arw-move-x 1.5s ease-in-out infinite;
    margin-right: 5px;
    font-size: 18px;
    position: relative;
    top: 3px;
}
@keyframes arw-move-x {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}

#product-introduce .introduce-img .introduce-img-detial .introduce-txt{
  width: 100%;
  background-color: #ffffff;
  padding: 21px 25px;
  box-shadow: 0 4px 24px rgb(26 85 140 / 10%);
  border-radius: 5px;
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
  position: relative;
  padding-right: 19px;
}
#product-introduce .introduce-img .introduce-img-detial .introduce-txt p{
  line-height: 30px;
  position: relative;
}
#product-introduce .introduce-img .introduce-img-detial .introduce-txt p em{
  color: #5c5bdd;
  font-weight: 600;
  line-height: 30px;
  font-size: 18px;
}
#product-management{
  background-color: #5c5bdd;
  position: relative;
}
#product-management::before{
  content: "";
  display: block;
  background: url(../images/management-icon1.png) center center no-repeat;
  background-size: 100%;
  width: 47px;
  height: 91px;
  position: absolute;
  bottom: 164px;
  left: 0;
}
#product-management::after{
  content: "";
  display: block;
  background: url(../images/management-icon3.png) center center no-repeat;
  background-size: 100%;
  width: 61px;
  height: 72px;
  position: absolute;
  bottom: 34px;
  right: 0;
}
#product-management .management-icon2{
  background: url(../images/management-icon2.png) center center no-repeat;
  width: 69px;
  height: 47px;
  position: absolute;
  top: 0;
  right: 103px;
}
#product-management .content-wrap h1.title{
  color: #ffffff;
  position: relative;
  z-index: 1;
}

#product-management .content-wrap p.sub-title{
  color: #ffffff;
  position: relative;
  z-index: 1;
}
#product-management .management-detial{
  margin-top: 30px;
}

#product-management .content-wrap::before{
  content: "";
  background: url(../images/management-right-icon.jpg) center center no-repeat;
  background-size: 100%;
  width: 1300px;
  height: 566px;
  position: absolute;
  top: 0;
  left: -160px;
  z-index: 0;
}

#product-management .management-left{
  width: 620px;
  height: 364px;
  background: url(../images/management-left-pic.png) center center no-repeat;
  background-size: 100%;
  padding-left: 66px;
  padding-top: 30px;
  position: relative;
}

#product-management .management-left .left-info p.info-txt{
  position: relative;
  font-size: 15px;
  color: #333333;
  margin-bottom: 12px;
  width: 422px;
}

#product-management .management-left .left-info p.info-txt em{
  font-size: 20px;
  font-weight: 600;
}
#product-management .management-left .left-info p.info-txt:last-child{
  background: linear-gradient(to right, #f6f89b, #f6f89b) no-repeat;
  background-size: 91% 7px;
  background-position: right bottom;
}
#product-management .management-left .left-info p.info-txt:last-child::before{
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background: url(../images/management-txt-icon.png) center center no-repeat;
  background-size: 100%;
  width: 58px;
  height: 31px;
  left: -19px;
  top: -2px;
}
#product-management .management-left .left-info p.info-txt:last-child span{
  position: relative;
  z-index: 1;
}

#product-management .management-right{
  width: 435px;
  height: 341px;
  background: url(../images/management-right-bg.png) center center no-repeat;
  background-size: 100%;
  padding-top: 33px;
  padding-left: 32px;
  margin-left: 55px;
  position: relative;
  z-index: 1;
}
#product-management .management-right .right-info{
  margin-bottom: 10px;
}
#product-management .management-right .right-info .info-title{
  font-size: 20px;
  color: #ff0000;
  font-weight: 600;
  margin-bottom: 18px;
}

#product-management .management-right .right-info .info-title em{
  font-size: 25px;
}

#product-management .management-right .right-info .info-title i{
  display: inline-block;
  margin-left: 8px;
  background: url(../images/top-icon.png) center center no-repeat;
  background-size: 100%;
  width: 46px;
  height: 45px;
  background-size: cover;
    background-position: bottom;
    animation: fadeInOut 3s ease-in-out infinite;
}

/* 定义动画 */
@keyframes fadeInOut {
    0% {
        opacity: 0;
        background-position: bottom; /* 确保图像从底部开始 */
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        background-position: bottom; /* 结束时回到底部位置 */
    }
}

#product-management .management-right .right-info .info-small-title{
  font-size: 13px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 5px;
}

#product-management .management-right .right-info .info-txt::before{
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #333333;
  float: left;
  margin-right: 5px;
  margin-top: 9px;
  border-radius: 100%;
}

#product-management .management-right .right-info span{
  float: left;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}

#product-management .management-right .right-info span em{
  font-size: 16px;
  font-weight: 600;
}

#product-management .management-right .right-info:last-child .info-txt::before{
  display: none;
}

#product-management .management-right .right-info:last-child .info-title{
  margin-bottom: 13px;
}


#product-introduce .introduce-img .introduce-img-detial .introduce-tem-4-detail{
  padding: 20px 0 20px 28px;
  background-color: #ffffff;
  position: relative;
}

#product-introduce .introduce-img .introduce-img-detial .introduce-tem-4-detail .introduce-tem-4-item{
  margin-bottom: 20px;
}

#product-introduce .introduce-img .introduce-img-detial .introduce-tem-4-detail .introduce-tem-4-item .introduce-tem-4-title{
  position: relative;
  padding-left: 33px;
  margin-bottom: 10px;
}
#product-introduce .introduce-img .introduce-img-detial .introduce-tem-4-detail .introduce-tem-4-item .introduce-tem-4-title::before{
  content: "";
  display: block;
  background: url(../images/introduce-tem4-icon1.png) center center no-repeat;
  width: 21px;
  height: 30px;
  position: absolute;
  left: 0;
}
#product-introduce .introduce-img .introduce-img-detial .introduce-tem-4-detail .introduce-tem-4-item .introduce-tem-4-title span{
  color: #fe7601;
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
}

#product-introduce .introduce-img .introduce-img-detial .introduce-tem-4-detail .introduce-tem-4-item .item-txt{
 position: relative;
 font-size: 16px;
 color: #111111;
 padding-left: 33px;
 line-height: 20px;
 margin-bottom: 11px;
}
#product-introduce .introduce-img .introduce-img-detial .introduce-tem-4-detail .introduce-tem-4-item .item-txt em{
  font-weight: 600;
  line-height: 20px;
}
#product-introduce .introduce-img .introduce-img-detial .introduce-tem-4-detail .introduce-tem-4-item .item-txt::before{
  content: "";
  display: block;
  background: url(../images/introduce-tem4-icon2.png) center center no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
}

#product-introduce .introduce-img .introduce-img-detial .introduce-tem-4-detail .introduce-tem-4-item .item-info{
  font-size: 16px;
  color: #666666;
  margin-bottom: 10px;
}
#product-introduce .introduce-img .introduce-img-detial .introduce-tem-4-detail .introduce-tem-4-item:last-child{
  margin-bottom: 0px;
}
#product-introduce .introduce-img .introduce-img-detial .introduce-tem-4-detail .introduce-img-ref{
  position: absolute;
  bottom: 37px;
  right: 16px;
}

#product-introduce .introduce-img .introduce-img-detial.introduce-tem-4 .introduce-txt::before,
#product-introduce .introduce-img .introduce-img-detial.introduce-tem-3 .introduce-txt::before,
#product-introduce .introduce-img .introduce-img-detial.introduce-tem-6 .introduce-txt::before,
#product-introduce .introduce-img .introduce-img-detial.introduce-tem-5::before{
  content: "";
  display: block;
  background: url(../images/introduce-baojin.png) center center no-repeat;
  width: 105px;
  height: 68px;
  position: absolute;
  right: 25px;
  top: 14px;
  z-index: 0;
}

#product-introduce .introduce-img .introduce-img-detial.introduce-tem-5{
  padding: 39px 33px 47px;
  border-radius: 5px;
  background-color: #ffffff;
  position: relative;
}

#product-introduce .introduce-img .introduce-img-detial.introduce-tem-5 .introduce-tem-5-title{
  font-size: 18px;
  color: #5c5bdd;
  font-weight: 600;
  margin-bottom: 30px;
}
#product-introduce .introduce-img .introduce-img-detial.introduce-tem-5 .introduce-tem-5-title em{
  font-size: 24px;
  color: #fe7601;
}

#product-introduce .introduce-img .introduce-img-detial.introduce-tem-6 .introduce-txt .list-txt{
  font-size: 0;
}
#product-introduce .introduce-img .introduce-img-detial.introduce-tem-6 .introduce-txt .list-txt li.item{
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 600;
  margin-right: 25px;
}

#product-introduce .introduce-img .introduce-img-detial.introduce-tem-6 .introduce-txt .list-txt li.item em{
  font-size: 23px;
  color: #fe7601;
}

#product-introduce .introduce-img .introduce-img-detial.introduce-tem-6 .introduce-txt .list-txt li.item::before{
  content: "";
  display: block;
  background: url(../images/introduce-tem4-icon2.png) center center no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
}

#product-introduce .introduce-img .introduce-img-detial.introduce-tem-6 .introduce-txt{
  padding-top: 36px;
  padding-bottom: 36px;
}
#product-Package{
  overflow: hidden;
  background-color: #f4f7ff;
}

#product-Package .package-detial{
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
#product-Package .package-detial .package-table{
  position: relative;
}
#product-Package .package-detial .package-table .table-title{
  height: 62px;
  text-align: center;
  line-height: 62px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  background-color: #6e5aed;
  width: 100%;
}
#product-Package .package-detial .package-table.package-table-one .table-title{
  background-color: #ff7600;
}
#product-Package .package-detial .package-table .table-header{
    height: 48px;
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid #ffffff;
    position: relative;
}

#product-Package .package-detial .package-table .table-header .header-item{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666666;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    flex-wrap: wrap;
    background-color: #e5e1fc;
    border-right: 1px solid #ffffff;
}
#product-Package .package-detial .package-table.package-table-one .table-header .header-item{
  background-color: #fff1e5;
}
#product-Package .package-detial .package-table.package-table-one{
    display: flex;
    width: 635px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}
#product-Package .package-detial .package-table.package-table-one .table-one-list{
  border:1px solid transparent;
}
#product-Package .package-detial .package-table.package-table-one .table-one-list:hover{
  border:1px solid #ff7600;
}
#product-Package .package-detial .package-table.package-table-one .table-one-list:hover .table-header .header-item:first-child{
  box-sizing: content-box;
  padding-left: 6px;
  border-left: 1px;
}
#product-Package .package-detial .package-table.package-table-one .table-item .item:last-child p{
  border-right: 0;
  border-top: 0;
}
#product-Package .package-detial .package-table.package-table-one .table-one-list:hover .table-header .header-item:last-child{
  box-sizing: content-box;
  padding-right: 6px;
  border-right: 1px;
}
#product-Package .package-detial .package-table.package-table-one .table-one-list:hover .table-item .item:first-child{
  box-sizing: content-box;
  padding-left: 6px;
}
#product-Package .package-detial .package-table.package-table-one .table-one-list:hover .table-item .item:last-child{
  box-sizing: content-box;
  padding-right: 6px;
}
#product-Package .package-detial .package-table.package-table-one .table-item .item:nth-child(3){
  border-right: 1px solid #e2ecff;
  border-top: 1px solid #e2ecff;
}
#product-Package .package-detial .package-table.package-table-one .table-item .item:first-child p{
  border-left: 0;
  border-top: 0;
}
#product-Package .package-detial .package-table.package-table-one .table-item .item:first-child{
  border-left: 1px solid #e2ecff;
  border-top: 1px solid #e2ecff;
}
#product-Package .package-detial .package-table .table-header .header-item:first-child{
  border-left: 1px solid #ffffff;
}
#product-Package .package-detial .package-table.package-table-one::before{
  content: "";
  display: block;
  background: url(../images/Package-bg-icon2.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  left: -134px;
  bottom: -67px;
  width: 259px;
  height: 180px;
  z-index: 0;
}

#product-Package .package-detial .package-table.package-table-one .table-item .item:first-child{
  width: 164px;
  border-left: 1px solid #e2ecff;
}
#product-Package .package-detial .package-table.package-table-one .table-item .item:nth-child(2){
  width: 220px;
}
#product-Package .package-detial .package-table.package-table-one .table-item .item:nth-child(3){
  width: 253px;
}
#product-Package .package-detial .package-table .table-item.gray-bg{
  background-color: #f8f8f8;
}
#product-Package .package-detial .package-table.package-table-one .table-item .item p{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #666666;
    height: 47px;
    text-align: center;
    border-top: 1px solid #e2ecff;
    border-right: 1px solid #e2ecff;
    border-bottom: 1px solid transparent;
}
#product-Package .package-detial .package-table.package-table-two .table-item .item p{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #666666;
    height: 84px;
    text-align: center;
    border-top: 1px solid #e2ecff;
    border-right: 1px solid #e2ecff;
    border-bottom: 1px solid transparent;
}
#product-Package .package-detial .package-table.package-table-two .table-item .item:last-child p{
  border-right: 0;
}
#product-Package .package-detial .package-table.package-table-one .table-item:last-child .item p{
  border-bottom: 1px solid #e2ecff;
}
#product-Package .package-detial .package-table.package-table-one .table-item:last-child .item{
width: 100%;
}
#product-Package .package-detial .package-table .table-item .item.price-item p{
  color: #ff0000;
}
#product-Package .package-detial .package-table .table-item .item.price-item p em{
  font-size: 17px;
  margin-right: 3px;
  font-weight: 600;
}
#product-Package .package-detial .package-table .table-item .item.price-item p a.go-buy{
  display: inline-block;
  margin-left: 13px;
  width: 83px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
  background-color: #ff7a00;
  font-size: 14px;
}
#product-Package .package-detial .package-table.package-table-one .table-one-list:hover .item.price-item p a.go-buy{
  background-color: #f35a00;
}
#product-Package .package-detial .package-table.package-table-two .table-item:hover .item.price-item p a.go-buy{
  background-color: #f35a00;
}
#product-Package .package-detial .package-table .table-item{
  display: flex;
  position: relative;
  background-color: #ffffff;
}
#product-Package .package-detial .package-table .table-item .item.row4 p{
  height: 187px;
}

#product-Package .package-detial .package-table.package-table-one .table-item .item.row2 p{
  height: 94px;
}
#product-Package .package-detial .package-table.package-table-two{
  width: 545px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

#product-Package .package-detial .package-table.package-table-two::before{
  content: "";
  display: block;
  position: absolute;
  background: url(../images/Package-bg-icon1.png) center center no-repeat;
  background-size: 100%;
  right: -192px;
  top: -54px;
  width: 270px;
  height: 231px;
  z-index: 0;
}

#product-Package .package-detial .package-table.package-table-two .table-item .item.row2 p{
  height: 167px;
}
#product-Package .package-detial .package-table .table-item .item p.right{
  color: #12c870;
}

#product-Package .package-detial .package-table.package-table-two .table-item .item:first-child{
  width: 166px;
  border-left: 1px solid #e2ecff;
}
#product-Package .package-detial .package-table.package-table-two .table-item .item:nth-child(2){
  width: 164px;
}
#product-Package .package-detial .package-table.package-table-two .table-item .item:nth-child(3){
  width: 217px;
  border-right: 1px solid #e2ecff;
}

#product-Package .package-detial .package-table.package-table-two .table-item:last-child{
  border-bottom: 1px solid #e2ecff;
}
#product-Package .package-detial .package-table.package-table-two .table-item:hover .item:first-child{
  box-sizing: content-box;
  padding-left: 9px;
}
#product-Package .package-detial .package-table.package-table-two .table-item:hover .item:last-child{
  box-sizing: content-box;
  padding-right: 9px;
}



#product-Package .package-detial.package-table-two .package-table .table-item:hover .item.price-item p a.go-buy{
  background-color: #f35a00;
}

#product-Package .package-detial .package-table.package-table-two .table-item{
  border:1px solid transparent;
}
#product-Package .package-detial .package-table.package-table-two .table-item:hover {
    border:1px solid #6e5aed;
}

#product-template .swiper-container{
  margin-top: 30px;
  width: 100%;
}

#product-template .swiper-container .swiper-slide{
    width: 258px !important;
    position: relative;
    height: 333px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 21px;
}
#product-template .swiper-container .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover; /* 确保图片覆盖整个容器并且保持比例 */
  transition: transform 0.5s ease; /* 添加过渡效果 */
}
#product-template .swiper-container .swiper-slide:hover img{
  transform: scale(1.2); 
}
#product-template .swiper-container .swiper-slide .slide-titile{
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  left: 26px;
  bottom: 36px;
  line-height: 25px;
}
#product-template .template-detial{
  position: relative;
}
#product-template .swiper-container .swiper-slide::after{
  content: "";
  display: block;
  background: url(../images/arrow-right-icon.png) center center no-repeat;
  background-size: 100%;
  width: 21px;
  height: 17px;
  position: absolute;
  right: 20px;
  bottom: 39px;
}
#product-template  .swiper-container{
  width: 1116px;
  position:static;
  padding: 0 10px;
}

#product-template .swiper-button-prev, #product-template .swiper-container-rtl .swiper-button-next{
  background: url(../images/swiper-left-btn.png) center center no-repeat;
  background-size: 100%;
  width: 50px;
  height: 50px;
  left: -22px;
}

#product-template .swiper-button-prev:hover, #product-template .swiper-container-rtl .swiper-button-next:hover{
  background: url(../images/swiper-left-btn-hover.png) center center no-repeat;
}


#product-template .swiper-button-next,#product-template .swiper-container-rtl .swiper-button-prev{
  background: url(../images/swiper-right-btn.png) center center no-repeat;
  background-size: 100%;
  width: 50px;
  height: 50px;
  right: -22px;
}

#product-template .swiper-button-next:hover,#product-template .swiper-container-rtl .swiper-button-prev:hover{
  background: url(../images/swiper-right-btn-hover.png) center center no-repeat;
}


.temDialog .el-dialog {
    width: 1054px;
    margin-top: 10vh !important;
    border-radius: 10px;
}
.tem1Dialog .el-dialog .dialog-cor {
  height: 552px;
  overflow-y: scroll;
}
.temDialog .el-dialog__header {
    display: none;
}

.temDialog .el-dialog .el-dialog__body {
    padding-top: 49px;
    padding-bottom: 50px;
}

.temDialog .el-dialog .dialog-header i {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 25px;
}

.temDialog  .el-dialog .dialog-cor {
    padding: 0px 20px 0 52px;
    position: relative;
}

.temDialog .el-dialog .dialog-header p.title {
    font-size: 19px;
    margin-bottom: 30px;
    text-align: center;
    color: #5c5bdd;
    font-weight: bold;
}


/* 定义滚动条轨道 */
.tem1Dialog .dialog-cor::-webkit-scrollbar {
  width: 10px; /* 滚动条宽度 */
}

/* 定义滚动条手柄 */
.tem1Dialog .dialog-cor::-webkit-scrollbar-thumb {
  background-color: #adadee; /* 手柄颜色 */
  border-radius: 10px; /* 圆角程度 */
}

/* 鼠标悬停时的手柄状态 */
.tem1Dialog .dialog-cor::-webkit-scrollbar-thumb:hover {
  background-color: #b5b5ee; /* 悬停时手柄颜色 */
}

/* 定义滚动条轨道背景 */
.tem1Dialog .dialog-cor::-webkit-scrollbar-track {
  background-color: #ffffff; /* 轨道背景颜色 */
  border-radius: 10px; /* 圆角程度 */
  background-color: white;
}

/* 可选：为滚动条轨道添加阴影效果 */
.tem1Dialog .dialog-cor::-webkit-scrollbar-track-piece:start {
  box-shadow: 3px 0 3px -2px rgba(0, 0, 0, 0.1) inset;
}

.tem1Dialog .dialog-cor::-webkit-scrollbar-track-piece:end {
  box-shadow: -3px 0 3px -2px rgba(0, 0, 0, 0.1) inset;
}

.tem2Dialog .tem1-dialog-list{
  display: flex;
  justify-content: space-between;
}

.tem3Dialog .tem3-info{
  padding: 18px 145px 47px 52px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.tem3Dialog .tem3-info::before,.tem4Dialog .tem4-info::before,.tem6Dialog .dialog-cor::before{
  content: "";
  display: block;
  background: url(../images/tem3-dialog-icon1.png) center center no-repeat;
  background-size: 100%;
  width: 42px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 0;
} 

.tem3Dialog .tem3-info::after,.tem4Dialog .tem4-info::after,.tem6Dialog .dialog-cor::after{
  content: "";
  display: block;
  background: url(../images/tem3-dialog-icon2.png) center center no-repeat;
  background-size: 100%;
  width: 42px;
  height: 27px;
  position: absolute;
  right: 96px;
  bottom: 26px;
}
.tem3Dialog .tem3-info .tem3-data{
  padding-top: 31px;
}
.tem3Dialog .tem3-info .item-data{
  width: 265px;
  height: 113px;
  background-color: #f3f3fd;
  text-align: center;
  font-size: 16px;
  color: #000000;
  line-height: 30px;
  position: relative;
  padding-top: 14px;
  padding-left: 16px;
}

.tem3Dialog .tem3-info .item-data em{
  font-size: 21px;
  font-weight: 600;
  color: #ff0000;
}
.tem3Dialog .tem3-info .item-data::before{
  content: "";
  display: block;
  background: url(../images/tem3-dialog-icon3.png) center center no-repeat;
  width: 59px;
  height: 57px;
  position: absolute;
  left: 14px;
  top: 36px;
}
.tem3Dialog .tem3-info .item-data::after,.tem4Dialog .tem4-info .item-data::after{
  content: "";
  display: block;
  background: url(../images/tem3-dialog-icon4.png) center center no-repeat;
  width: 67px;
  height: 84px;
  position: absolute;
  right: -6px;
  bottom: -16px;
}
.tem3Dialog .tem3-info .item-txt{
  color: #333333;
  width: 265px;
  margin-top: 25px;
  font-size: 15px;
  line-height: 24px;
  padding-left: 10px;
}

.tem3Dialog .tem3-info .item-txt em{
  color: #5c5bdd;
  font-weight: 600;
}

.tem3Dialog .tem3-txt{
  text-indent: 3em;
  color: #333333;
  font-size: 15px;
  line-height: 24px;
}

.tem3Dialog .tem3-txt em{
  color: #5c5bdd;
  font-weight: 600;
}

.tem4Dialog .tem4-info{
  display: flex;
  padding: 20px 130px 0 52px;
  justify-content: space-between;
  position: relative;
  align-items: flex-start;
}

.tem4Dialog .tem4-info .item-data{
  width: 254px;
  padding: 17px 14px;
  padding-right: 7px;
  box-shadow: 0px 0px 30px -3px #eaebef;
  display: flex;
  flex-wrap: wrap;
  margin-top: 38px;
  position: relative;
}

.tem4Dialog .tem4-info .item-data li.item{
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  
}
.tem4Dialog .tem4-info .item-data li.item:nth-child(1),.tem4Dialog .tem4-info .item-data li.item:nth-child(3){
  margin-right: 10px;
}
.tem4Dialog .tem4-info .item-data li.item span em{
  font-size: 17px;
  font-weight: 600;
  color: #333333;
}

.tem4Dialog .tem4-info .item-data li.item em{
  color: #5c5bdd;
  font-weight: 600;
}

.tem4Dialog .tem4-info::after{
  right: 66px;
  bottom: -4px;
}
.tem4Dialog .tem4-info .item-data::after{
  right: 2px;
  bottom: -35px;
}
.tem5Dialog .tem4-info .item-data::after{
  right: -23px;
  bottom: -42px;
}
.tem4Dialog .tem4-info .item-data li.item span{
    background: linear-gradient(to right, #fffb85, #fffb85) no-repeat;
    background-size: 100% 7px;
    background-position: left bottom;
}
.tem5Dialog .tem4-info{
  padding-right: 156px;
}
.tem5Dialog .tem4-info .item-data{
  margin-top: 5px;
}

.tem5Dialog .item-txt{
  font-size: 15px;
  margin-top: 43px;
  color: #000000;
  padding-left: 51px;
}

.tem5Dialog .item-txt em{
  font-size: 16px;
  font-weight: 600;
  color: #ff0000;
}
.tem6Dialog .el-dialog .dialog-cor{
  padding: 0 154px 0 108px;
  padding-top: 20px;
}

.tem6Dialog .dialog-cor .tem6-txt{
  padding: 10px 20px;
  background-color: #ffffff;
  font-size: 15px;
  color: #333333;
  line-height: 25px;
  text-indent: 2em;
  margin-bottom: 20px;
  box-shadow: 0px 0px 30px -3px #eaebef;
}

.tem6Dialog .dialog-cor .tem6-txt em{
  color: #5c5bdd;
  font-weight: 600;
}
.tem6Dialog .dialog-cor::before{
  left: 49px;
}

.tem6Dialog .tem6-info{
  text-align: center;
  font-size: 14px;
  color: #333333;
}

.tem6Dialog .tem6-info em{
  color: #ff0000;
  font-weight: 600;
  font-size: 19px;
}

.tem6Dialog .tem6-info span{
  font-weight: 600;
  font-size: 19px;
  background: linear-gradient(to right, #fffb85, #fffb85) no-repeat;
  background-size: 100% 7px;
  background-position: left bottom;
}

.tem6Dialog .dialog-cor::after{
  bottom: -16px;
}


.goldkey-dialog .dialog-cor .item-pro .item-price{
  line-height: 61px;
}

#gold-index .takeWay .el-dialog .dialog-cor ul li a{
  padding-top: 14px;
}

#gold-index .getRuleDialog .el-dialog .dialog-cor .rule-detail p span,#gold-index .getRuleDialog .el-dialog .dialog-cor .rule-detail p label{
  line-height: 28px;
}

#product-bottom{
  background: url(../images/bottom-banner.png) center center no-repeat;
  width: 100%;
  height: 150px;
  min-width: 1200px;
  background-size: cover;
}

#product-bottom .bottom-banner{
  width: 1200px;
  margin: 0 auto;
}

#product-bottom .bottom-banner .downLoad-btn{
  padding-left: 284px;
  padding-top: 88px;
  position: relative;
  display: inline-block;
}

#product-bottom .bottom-banner .downLoad-btn a.go-buy{
  display: block;
  width: 130px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  background: linear-gradient(to right, #0071ff, #01b4ff);
  transition: box-shadow 0.3s ease;
}
#product-bottom .bottom-banner .downLoad-btn a.go-buy:hover{
  box-shadow: 0px 4px 15px rgba(0,0,0,0.2); 
}

#product-bottom .bottom-banner .downLoad-btn::after{
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/mouse-icon.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -10px;
  right: -34px;
}