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-container *{
  box-sizing: border-box;
}

#banner-img{
  width: 100%;
  height: 450px;
  padding-top: 105px;
  box-sizing: border-box;
  background: url(../images/banner@2x.jpg) center center no-repeat;
  background-size: cover;
  image-rendering: -webkit-optimize-contrast;
}
#banner-img .banner-content{
  width: 1200px;
  margin: 0 auto;
}
#banner-img .banner-label{
  width: 282px;
  height: 31px;
  line-height: 31px;
  padding-left: 34px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 25px;
  display: block;
  background: url(../images/banner-title-bg.png) center center no-repeat;
  background-size: 100%;
  box-sizing: border-box;
}


#banner-img .banner-title{
  font-size: 33px;
  color: #132153;
  margin-bottom: 24px;
  font-weight: 600;
}

#banner-img .banner-title em{
  background: linear-gradient(to right, #fc484a, #fea242);
  /* 将背景裁剪到文字形状 */
  -webkit-background-clip: text;
  background-clip: text;
  /* 将文字本身设为透明，透出背景渐变 */
  -webkit-text-fill-color: transparent;
  color: transparent;
}


#banner-img .banner-info{
  font-size: 16px;
  line-height: 30px;
  color: #132153;
  margin-bottom: 23px;
}

#banner-img .banner-btn{
  width: 169px;
  height: 64px;
  line-height: 50px;
  text-align: center;
  font-size: 17px;
  color: #132153;
  display: block;
  background: url(../images/banner-btn.png) center center no-repeat;
  background-size: 100%;
}

#banner-img .banner-btn:hover{
  background: url(../images/banner-btn-hover.png) center center no-repeat;
  background-size: 100%;
  color: #fff;
}

.product-num {
  width: 100%;
  height: 110px;
  padding: 21px 0;
  box-shadow: 0 4px 12px -2px rgba(230, 233, 250, 0.6);
  box-sizing: border-box;
  position: relative;
}
.product-num::before{
  content: "";
  width: 528px;
  height: 110px;
  background: url(../images/num-left-icon.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.product-num::after{
  content: "";
  width: 524px;
  height: 110px;
  background: url(../images/num-right-icon.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.product-num .num-list{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 1;
}

.product-num .num-list li.item{
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-right: 1px solid #dbdbdb;
  align-items: center;
  width: 300px;
  height: 70px;
  justify-content: center;
}
.product-num .num-list li.item:last-child{
  border-right: 0;
}

.product-num .num-list li.item label{
  font-size: 10px;
  color: #142253;
  display: flex;
}

.product-num .num-list li.item label em{
  font-size: 29px;
  font-weight: 600;
}

.product-num .num-list li.item label span{
    position: relative;
    bottom: -6px
}
.product-num .num-list li.item p{
  font-size: 14px;
  color: #142253;
}
.num-list label em {
  font-size: 40px;
  font-weight: bold;
  color: #000;
}

.pro-nav {
  width: 100%;
  padding: 31px 0 0;
  display: flex;
  justify-content: center;
  background-color: #f6f7fa;
}
.pro-nav.nav-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: transparent;
}
.nav-placeholder {
  width: 100%;
}
.pro-nav.navFixed + .main-content {
  padding-top: 80px;
}

.pro-nav .nav-list{
  width: 465px;
  height: 50px;
  display: flex;
  border-radius: 36px;
  border: 2px solid rgba(255,255,255,0.6);
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to bottom, rgba(232, 240, 253, 0.6), rgba(255, 255, 255, 0.6));
  box-shadow: 0 6px 16px -4px rgba(232, 240, 253, 0.48);
  /* 毛玻璃模糊 */
  backdrop-filter: blur(2px);
  /* 兼容webkit内核浏览器（Chrome、Safari、Edge） */
  -webkit-backdrop-filter: blur(2px);
}

.pro-nav .nav-list li.item{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 112px;
  color: #142253;
  font-size: 14px;
  cursor: pointer;
}

.pro-nav .nav-list li.item.active{
  background-color: #142253;
  color: #fff;
  border-radius: 36px;
}

.wrap-container{
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 36px;
}

.wrap-container h1.title{
  font-size: 35px;
  color: #151b26;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

.wrap-container h1.title em{
  color: #fb2731;
  font-size: 48px;
  font-weight: 400;
}


.wrap-container .sub-title{
  font-size: 15px;
  color: #151b26;
  margin-bottom: 46px;
  text-align: center;
}

.main-content{
  background: url(../images/all-bg.png);
}


#product-vs .vs-detail{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 17px
}

#product-vs .vs-detail .vs-pro{
  width: 550px;
  height: 400px;
  border-radius: 7px;
  padding: 44px 29px 28px;
  position: relative;
}

#product-vs .vs-detail .vs-pro.pro-left{
  background-color: #ffeeee;
}

#product-vs .vs-detail .vs-pro.pro-left::before{
  content: "";
  display: block;
  background: url(../images/vs-bg-icon-01.png) center center no-repeat;
  background-size: 100%;
  width: 76px;
  height: 76px;
  position: absolute;
  top: 20px;
  left: 72px;
}


#product-vs .vs-detail .vs-pro.pro-right{
  background-color: #ebefff;
}

#product-vs .vs-detail .vs-pro.pro-right::before{
  content: "";
  display: block;
  background: url(../images/vs-bg-icon-02.png) center center no-repeat;
  background-size: 100%;
  width: 103px;
  height: 79px;
  position: absolute;
  top: 20px;
  left: 72px;
}
#product-vs .vs-detail .vs-pro.pro-right::after{
    content: "推荐";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 108px;
    height: 42px;
    color: #ffffff;
    font-size: 18px;
    padding-left: 52px;
    padding-top: 3px;
    background: url(../images/vs-tag-bg.png) center center no-repeat;
    background-size: 100%;
    box-sizing: border-box;
}
#product-vs .vs-detail .vs-pro .vs-title{
  display: flex;
  position: relative;
  z-index: 1;
  align-items: baseline;
}

#product-vs .vs-detail .vs-pro .vs-title h1{
  color: #151b26;
  font-size: 26px;
  font-weight: 600;
  margin-right: 16px;
}

#product-vs .vs-detail .vs-pro .vs-title span{
  font-size: 16px;
  color: #151b26;
}

#product-vs .vs-detail .vs-pro .vs-list{
  margin-top: 43px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#product-vs .vs-detail .vs-pro .vs-list li.item{
  width: 100%;
  height: 75px;
  padding-left: 28px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  transition: all .3s;
  cursor: pointer;
}
#product-vs .vs-detail .vs-pro .vs-list li.item:hover{
  transform: scale(1.02);
}
#product-vs .vs-detail .vs-pro .vs-list li.item .item-info{
  display: flex;
  gap: 5px;
  margin-left: 20px;
  flex-direction: column;
}

#product-vs .vs-detail .vs-pro.pro-left li.item{
  background-color: #fff7f7;
}

#product-vs .vs-detail .vs-pro.pro-right li.item{
  background-color: #f6f8ff;
}


#product-vs .vs-detail .vs-pro .vs-list li.item .item-info h2{
  font-size: 14px;
  color: #151b26;
}

#product-vs .vs-detail .vs-pro .vs-list li.item .item-info p{
  font-size: 12px;
  color: #666666;
}


#violation .violation-detail{
  width: 100%;
  display: flex;
  justify-content: space-between;
}


#violation .violation-detail li.item{
  display: flex;
  align-items: center;
}

#violation .violation-detail li.item:first-child .item-pro{
  background-color: #fef2f2;
  border-color: #fad9da;
}
#violation .violation-detail li.item:nth-child(2) .item-pro{
  background-color: #fff7ed;
  border-color: #ffd7a7;
}
#violation .violation-detail li.item:nth-child(3) .item-pro{
  background-color: #eff6ff;
  border-color: #bfdbff;
}
#violation .violation-detail li.item:last-child .item-pro{
  background-color: #f0fdf4;
  border-color: #c7f9d9;
}
#violation .violation-detail li.item svg{
  color: #ced8e4;
  margin: 0 23px;
}

#violation .violation-detail li.item .item-pro{
  width: 251px;
  height: 270px;
  border-radius: 8px;
  padding: 22px 21px 0 12px;
  border-width: 1px;
  border-style: solid;
  transition: transform .3s, box-shadow .3s;
}
#violation .violation-detail li.item .item-pro:hover{
    transform: translateY(-4px);
    box-shadow: 0 12px 40px #00000014;
}
#violation .violation-detail li.item .item-pro .pro-header{
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  gap: 14px;
}

#violation .violation-detail li.item .item-pro .pro-header label{
  font-size: 22px;
  font-weight: 600;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  flex-shrink: 0; 
}



#violation .violation-detail li.item:first-child .item-pro .pro-header label{
  background-color: #ffe2e2;
  color: #dc2626;
}
#violation .violation-detail li.item:nth-child(2) .item-pro .pro-header label{
  background-color: #ffedd4;
  color: #f59e0b;
}
#violation .violation-detail li.item:nth-child(3) .item-pro .pro-header label{
  background-color: #dbeafe;
  color: #3b82fb;
}
#violation .violation-detail li.item:last-child .item-pro .pro-header label{
  background-color: #dbfce7;
  color: #10b981;
}
#violation .violation-detail li.item .item-pro .pro-header .header-txt{
  display: flex;
  flex-direction: column;
}

#violation .violation-detail li.item .item-pro .pro-header .header-txt h2{
  font-size: 15px;
  font-weight: 600;
}
#violation .violation-detail li.item:first-child .item-pro .pro-header .header-txt {
  color: #dc2626;
}
#violation .violation-detail li.item:nth-child(2) .item-pro .pro-header .header-txt {
  color: #f59e0b;
}
#violation .violation-detail li.item:nth-child(3) .item-pro .pro-header .header-txt {
  color: #3b82fb;
}
#violation .violation-detail li.item:last-child .item-pro .pro-header .header-txt{
  color: #10b981;
}

#violation .violation-detail li.item .item-pro .pro-header .header-txt p{
  font-size: 12px;
}

#violation .violation-detail li.item .item-pro .pro-txt{
  color: #151b26;
  font-size: 12px;
  line-height: 21px;
}

#violation .violation-detail li.item .item-pro .pro-example{
  margin-top: 13px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  height: 61px;
  padding-left: 17px;
  display: flex;
  gap: 2px;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
#violation .violation-detail li.item:first-child .item-pro .pro-example{
  color: #dc2626;
  background-color: #fff9f9;
}
#violation .violation-detail li.item:nth-child(2) .item-pro .pro-example{
  color: #f59e0b;
  background-color: #fffbf7;
}
#violation .violation-detail li.item:nth-child(3) .item-pro .pro-example{
  color: #3b82fb;
  background-color: #f8fbff;
}
#violation .violation-detail li.item:last-child .item-pro .pro-example{
  color: #10b981;
  background-color: #f8fefa;
}
#violation .violation-detail li.item .item-pro .pro-example h2,#violation .violation-detail li.item .item-pro .pro-example p{
  font-size: 12px;
}
#violation .violation-detail li.item .item-pro .pro-example::before {
  content: '';
  position: absolute;
  /* 定位到容器正上方 */
  top: -10px;
  left: 20px;
  /* 利用 border 绘制三角形 */
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #ffffff;
}

/* 第一个：红色系箭头 */
#violation .violation-detail li.item:first-child .item-pro .pro-example::before {
  border-bottom-color: #fff9f9;
}

/* 第二个：橙色系箭头 */
#violation .violation-detail li.item:nth-child(2) .item-pro .pro-example::before {
  border-bottom-color: #fffbf7;
}

/* 第三个：蓝色系箭头 */
#violation .violation-detail li.item:nth-child(3) .item-pro .pro-example::before {
  border-bottom-color: #f8fbff;
}

/* 第四个：绿色系箭头 */
#violation .violation-detail li.item:last-child .item-pro .pro-example::before {
  border-bottom-color: #f8fefa;
}


#product-hot .hot-detail{
  width: 1130px;
  height: 488px;
  display: block;
  margin: 0 auto;
  position: relative;
  background: url(../images/hot-bg.png) center center no-repeat;
  background-size: 100%;
}
.hot-detail .item {
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.4s ease-out;
}
.hot-detail .item.showHotItem {
  opacity: 1;
  animation: itemScaleIn 0.4s ease-out forwards;
}
@keyframes itemScaleIn {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  60% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

#product-hot .hot-detail li.item{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  gap: 5px;
  position: absolute;
  background: linear-gradient(to top right, #24b3ff, #4b7dfe);
}

#product-hot .hot-detail li.item span{
  font-size: 16px;
  color: #fff;
}

#product-hot .hot-detail li.item i.tips-icon{
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/hot-tips-icon.png) center center no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.el-tooltip__popper{
  width: 232px;
  line-height: 19px;
}
#product-scene{
  background-color: #eff6ff;
}
#product-scene .scene-nav{
  display: flex;
  justify-content: center;
  gap: 105px;
  margin-bottom: 21px;
}

#product-scene .scene-nav li.nav-item{
  font-size: 18px;
  color: #151b26;
  padding: 0 3px;
  padding-bottom: 22px;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}

#product-scene .scene-nav li.nav-item.active{
  border-bottom-color: #2b7fff;
}


#product-scene .scene-content{
  display: none;
  width: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 50px 33px 62px;
  overflow: hidden;
}
#product-scene .scene-content::before{
  content: "";
  display: block;
  background: url(../images/scene-01-bg-left.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 33px;
  top: 0;
  width: 302px;
  height: 101px;
  z-index: 2;
}
#product-scene .scene-content.active{
  display: block;
}
#product-scene .scene-content.scene-two{
  padding-bottom: 36px;
  padding-top: 27px;

}

#product-scene .scene-one::after{
  content: "";
  display: block;
  background: url(../images/scene-01-bg-right.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  right: -29px;
  bottom: -24px;
  width: 1228px;
  height: 394px;
  z-index: 1;
}
#product-scene .scene-two::after{
  content: "";
  display: block;
  background: url(../images/scene-02-bg-right.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  right: -3px;
  bottom: 0px;
  width: 1203px;
  height: 376px;
  z-index: 1;
}
/* #product-scene .scene-three::after{
  content: "";
  display: block;
  background: url(../images/scene-03-bg-right.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 1228px;
  height: 394px;
  z-index: 1;
} */

#product-scene .scene-content .card-info{
  width: 663px;
  position: relative;
  z-index: 3;
}

#product-scene .scene-content .card-info .card-title{
  font-size: 18px;
  color: #333333;
  font-weight: 600;
}

#product-scene .scene-content .card-info .card-txt{
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}


#product-scene .scene-one .card-info .onecard-list{
  display: flex;
  justify-content: space-between;
  gap: 26px;
  flex-wrap: wrap;
  margin-top: 20px;
}

#product-scene .scene-one .card-info .onecard-list li.item{
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  align-items: center;
  height: 74px;
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
}

#product-scene .scene-one .card-info .onecard-list li.item em{
  font-size: 18px;
  font-weight: 600;
}


#product-scene .scene-two .card-info .twocard-list{
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 16px;
  margin-bottom: 21px;
}

#product-scene .scene-two .card-info .twocard-list li.item{
  width: 312px;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  height: 173px;
  padding: 17px 18px 15px;
}


#product-scene .scene-two .card-info .twocard-list li.item .item-label{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#product-scene .scene-two .card-info .twocard-list li.item .item-label h2{
  font-weight: 600;
  font-size: 18px;
}


#product-scene .scene-two .card-info .twocard-list li.item .item-label label{
  display: block;
  width: 45px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  color: #ffffff;
  border-radius: 7px;
  font-size: 13px;
}
#product-scene .scene-two .card-info .twocard-list li.item:first-child .item-label label{
  background-color: #fb2c36;
}
#product-scene .scene-two .card-info .twocard-list li.item:last-child .item-label label{
  background-color: #29b55d;
}
#product-scene .scene-two .card-info .twocard-list li.item .item-txt{
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 10px;
  padding-top: 11px;
  border-bottom: 1px solid;
}
#product-scene .scene-two .card-info .twocard-list li.item:first-child{
  color: #fb2731;
  background-color: #fef2f2;
}
#product-scene .scene-two .card-info .twocard-list li.item:last-child{
  color: #29b55d;
  background-color: #f0fdf4;
}
#product-scene .scene-two .card-info .twocard-list li.item:first-child .item-txt{
  border-color: #fad9da;
}
#product-scene .scene-two .card-info .twocard-list li.item:last-child .item-txt{
  border-color: #c7f9d9;
}
#product-scene .scene-two .card-info .twocard-list li.item .item-txt p{
  color: #666666;
  font-size: 14px;
}

#product-scene .scene-two .card-info .twocard-list li.item .item-txt p em{
  font-weight: 600;
}
#product-scene .scene-two .card-info .twocard-list li.item:first-child .item-txt p em{
   color: #fb2731;
}
#product-scene .scene-two .card-info .twocard-list li.item:last-child .item-txt p em{
  color: #29b55d;
}
#product-scene .scene-two .card-info .twocard-list li.item .item-bottom{
  padding-top: 10px;
  font-size: 14px;
}

/* #product-scene .scene-three{
  padding-bottom: 36px;
}

#product-scene .scene-three .threecard-detail{
  margin:12px 0 20px;
} 

#product-scene .scene-three .threecard-detail .threecard-line{
  display: flex;
  align-items: center;
}

#product-scene .scene-three .threecard-detail .threecard-line .line-num{
  display: block;
  margin-right: 12px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 100%;
  font-style: normal;
}
#product-scene .scene-three .card-info{
  width: 100%;
}
#product-scene .scene-three .threecard-detail .threecard-line span{
  font-size: 16px;
  margin-right: 8px;
}

#product-scene .scene-three .threecard-detail .threecard-line img{
  margin-right: 17px;
}

#product-scene .scene-three .threecard-detail .threecard-line label{
  display: block;
  width: 72px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  color: #fff;
  font-size: 16px;
  background-color: #29b55d;
  border-radius: 5px;
}


#product-scene .scene-three .threecard-item{
  display: flex;
  gap: 17px;
  justify-content: space-between;
  margin-top: 14px;
  margin-bottom: 26px;
}


#product-scene .scene-three .threecard-item .item-detail{
  height: 335px;
  border-radius: 5px;
}

#product-scene .scene-three .threecard-item .item-detail.one-item{
  width: 485px;
  border: 1px solid #c2ddff;
  background-color: #eff6ff;
  padding: 11px 25px 13px 16px;
}

#product-scene .scene-three .threecard-item .item-detail.two-item{
  width: 363px;
  border: 1px solid #fad9da;
  background-color: #fef2f2;
  padding: 11px 16px 23px;
}
#product-scene .scene-three .threecard-item .item-detail .list-title{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 7px;
}

#product-scene .scene-three .threecard-item .item-detail .list-title span{
  font-weight: 600;
  font-size: 15px;
}

#product-scene .scene-three .threecard-item .item-detail.one-item .list-title span{
  color: #2b7fff;
}

#product-scene .scene-three .threecard-item .item-detail.two-item .list-title span{
  color: #fb2c36;
}

#product-scene .scene-three .threecard-item .item-detail .item-list{
  display: flex;
  flex-direction: column;
  gap: 3px;
}

#product-scene .scene-three .threecard-item .item-detail .item-list li{
  display: flex;
  flex-direction: column;
  gap: 3px;
}

#product-scene .scene-three .threecard-item .item-detail .item-list li h3{
  font-size: 13px;
  color: #333333;
  font-weight: 600;
}

#product-scene .scene-three .threecard-item .item-detail .item-list li p{
  font-size: 12px;
  color: #666666;
  line-height: 21px;
}


#product-scene .scene-three .threecard-item .item-detail .item-list li p em{
  color: #ff0000;
}
#product-scene .scene-three .threecard-item .item-detail.two-item li div.list{
  display: flex;
  flex-wrap: wrap;
}

#product-scene .scene-three .threecard-item .item-detail.two-item li div.list span{
  display: block;
  min-width: 81px;
  border-radius: 6px;
  border: 1px solid #fce5e5;
  padding: 0 8px;
  font-size: 12px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  color: #fb2731;
  margin-bottom: 7px;
  background-color: #ffe2e2;
  font-weight: 600;
  margin-right: 14px;
}


#product-scene .scene-three .threecard-item .item-detail.two-item li div.card{
  width: 100%;
  padding: 9px;
  border: 1px solid #fadcdc;
  border-radius: 6px;
  background-color: #ffffff;
  font-size: 12px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #666666;
}

#product-scene .scene-three .threecard-item .item-detail.two-item li p.tips{
  color: #ff0000;
  font-size: 12px;
  margin-top: 12px;
} */

#product-scene .scene-btn{
  display: block;
  margin: 0 auto;
  margin-top: 19px;
  width: 178px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #2b7fff;
}

#product-bottom{
  height: 320px;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: #0082fe;
}
#product-bottom::before{
  content: "";
  display: block;
  background: url(../images/bottom-bg.png) center center no-repeat;
  background-size: 100%;
  width: 1489px;
  height: 315px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#product-bottom .bottom-detial{
  display: flex;
  flex-direction: column;
  gap: 26px;
  position: relative
}


#product-bottom .bottom-detial h1.bottom-title{
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 10px;
}

#product-bottom .bottom-detial .bottom-info{
  color: #ffffff;
  font-size: 18px;
  display: flex;
  align-items: center;
}

#product-bottom .bottom-detial .bottom-info label{
  display: block;
  background: url(../images/bottom-icon.png) center center no-repeat;
  background-size: 100%;
  width: 131px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    color: #0082fe;
    font-size: 23px;
    letter-spacing: 3px;
      padding-left: 3px;
}


#product-bottom .bottom-detial .bottom-btn{
  display: flex;
  justify-content: center;
  position: relative;
}
#product-bottom .bottom-detial .bottom-btn::before{
  content: "";
  background: url(../images/mouse-icon.png) center center no-repeat;
  background-size: 100%;
  width: 22px;
  height: 23px;
  position: absolute;
    right: 172px;
    bottom: -18px;
}
#product-bottom .bottom-detial .bottom-btn a{
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #0082fe;
  background-color: #ffffff;
  font-size: 19px;
  border-radius: 22px;
}


#product-package{
  position: relative;
}

#product-package::before{
  content: "";
  display: block;
  background: url(../images/package-left-bg.png) center center no-repeat;
  background-size: 100%;
  width: 236px;
  height: 315px;
  position: absolute;
  left: 0;
  top: 0;
}
#product-package::after{
  content: "";
  display: block;
  background: url(../images/package-right-bg.png) center center no-repeat;
  background-size: 100%;
  width: 300px;
  height: 233px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#product-package .package-detail{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 46px;
}

#product-package .package-detail li.item{
  width: 534px;
  height: 276px;
  position: relative;
   background-color: #fff;
   z-index: 1;
    box-shadow: 0 6px 16px -4px rgba(213, 238, 255, 0.8);
}

#product-package .package-detail li.item .item-header{
  position: relative;
  width: 100%;
  height: 105px;
  background: url(../images/package-item-bg.png) center center no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-direction: column;
}

#product-package .package-detail li.item .item-header h1{
  font-size: 23px;
  color: #fff;
}

#product-package .package-detail li.item .item-header p,#product-package .package-detail li.item .item-header div{
  color: #fff;
  font-size: 14px;
}

#product-package .package-detail li.item .item-header p em{
  font-size: 23px;
  font-weight: 600;
}

#product-package .package-detail li.item:first-child .item-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  /* 绘制左上角三角形：左边和上边透明，右边有颜色 */
  border-top: 58px solid #fb2c36;
  border-right: 58px solid transparent;
  z-index: 1;
}

/* 三角形内的文字 */
#product-package .package-detail li.item .item-header .tag-text {
  position: absolute;
  top: 26px;
  left: 0px;
  /* 旋转45度使文字与三角形斜边平行 */
  transform: rotate(-45deg);
  transform-origin: top left;
  /* 文字样式 */
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
  white-space: nowrap;
  z-index: 2;
  /* 防止文字溢出三角形 */
  width: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
}


#product-package .package-detail li.item ul{
  padding: 20px 24px 0;
  display: flex;
  flex-wrap: wrap;
 
}

#product-package .package-detail li.item ul li{
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
#product-package .package-detail li.item ul li:nth-child(odd){
  width: 250px;
}

#product-package .package-detail li.item ul li span{
  font-size: 14px;
  color: #666666;
}

#product-package .package-detail li.item ul li::before{
  content: "";
  display: block;
  background: url(../images/right-icon.png) center center no-repeat;
  background-size: 100%;
  width: 14px;
  height: 13px;
  margin-right: 5px;
}

#product-package .package-detail li.item a.go-ask{
  width: 100%;
  display: block;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to right, #fd695a, #fbc954);
}


.img-auto-dialog .el-dialog__body {
  padding: 0 !important;
}
.img-auto-dialog .el-dialog__header{
  display: none;
}
.img-dialog-wrap {
  position: relative;
}
/* 右上角关闭按钮 */
.dialog-close {
  position: absolute;
    right: 0px;
    top: -44px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 10;
}
.dialog-close img {
  width: 100%;
  height: 100%;
  display: block;
}
/* 图片自适应，限制最大宽高不超出屏幕 */
.dialog-main-img {
  display: block;
  max-width: 95vw;
  max-height: 90vh;
}

.shinemove-btn,.shinemovehover-btn{
 overflow: hidden; /* 防止光泽溢出圆角 */
  position: relative; /* 为伪元素定位做准备 */
  z-index: 1;
}
.shinemove-btn::after{
   content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent 20%,
        rgba(255, 255, 255, 0.6) 50%,
        transparent 80%
    );
    animation: shineMove 4s infinite;
}
.shinemovehover-btn::after{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.3) 50%, /* 半透明白色，不会喧宾夺主 */ transparent 80%);
    transition: left 0.5s ease;
    z-index: -1;
}
.shinemovehover-btn:hover::after{
  left: 150%;
}
@keyframes shineMove {
    0%, 70%, 100% { left: -100%; } /* 停留一会儿再扫 */
    40% { left: 150%; }           /* 快速扫过去 */
}
