* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   font-family: 'Microsoft YaHei', sans-serif;
  }
        
body {
  background: #d92660;
  color: #333;
  line-height: 1.6;
}

.banner-img{
  width: 100%;
  background: url(../images/banner.jpg) center center no-repeat;
  height: 450px;
  min-width: 1000px;
}
.pro-container{
  width: 100%;
  margin-top: -15px;
  padding-bottom: 24px;
}
.pro-container.fixed {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   z-index: 100;
   padding-top: 24px;
 }
.pro-container .pro-nav{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  position: relative;
  height: 75px;
  justify-content: space-between;
}

.pro-container .nav-item {
  padding-left: 22px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  font-size: 16px;
  display: flex;
  align-items: center;
  width: 288px;
  height: 75px;
  background-image: linear-gradient(30deg, 
    #ffba85 , 
    #ffba85, /* 黄色占据前半部分 */
    #f28dac, /* 中间的粉红色开始 */
    #e252e0, /* 粉红色结束，紫色开始 */
    #e252e0 /* 紫色占据后半部分 */
  );
  border-radius: 10px;
  position: relative;
}
.pro-container .nav-item::after{
  content: "";
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: #fff;
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 7px;
  z-index: 1;
}
.pro-container .nav-item.active::after{
  display: none;
}
.pro-container .nav-item.active span{
  color: #fff;
  font-weight: 600;
}
.pro-container .nav-item:hover::after{
  display: none;
}
.pro-container .nav-item:hover span{
  color: #fff;
  font-weight: 600;
}
.pro-container .nav-item-icon {
  margin-right: 26px;
  position: relative;
  z-index: 2;
}
.pro-container span{
  font-size: 20px;
  color: #333333;
  line-height: 23px;
  position: relative;
  z-index: 2;
}


.content-wrap{
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0 60px;
  position: relative;
}
.content-wrap *{
  box-sizing: border-box;
  line-height: 1em;
}

.content-wrap .title{
  display: flex;
  align-items: center;  
  justify-content: center; 
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 600;
  color: #eb4838;
}


#section1 .title{
  width: 362px;
  height: 101px;
  background: url(../images/section1-title-bg.png) center center no-repeat;
  background-size: 100%;
  position: relative;
  padding-top: 11px;
}

#section1 .title .title-tips{
  width: 77px;
  height: 63px;
  background: url(../images/section1-title-tips.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 37px;
  top: -15px;
  font-size: 12px;
  line-height: 15px;
  color: #2c1c18;
  padding-top: 23px;
  padding-left: 11px;
}

.content-wrap .sub-title {
    font-size: 14px;
    color: #faee04;
    margin-top: 15px;
    text-align: center;
    cursor: pointer;
}


.pro-container.fixed+#section1 {
    margin-top: 75px;
}

#section1 .section1-detial{
  margin-top: 40px;
}
#section1 .section1-detial .section1-gift{
  width: 100%;
  padding: 0 27px;
  justify-content: space-between;
  display: flex;
  position: relative;
}
#section1 .section1-detial .section1-gift::before{
  content: "";
  display: block;
  width: 1285px;
  height: 312px;
  position: absolute;
  left: -54px;
  top: -38px;
  background: url(../images/section1-gift-bg.png) center center no-repeat;
  background-size: 100%;
  z-index: 1;
}
#section1 .section1-detial .section1-gift li.item{
  width: 241px;
  height: 277px;
  text-align: center;
  position: relative;
  z-index: 2;
  padding-top: 220px;
}

#section1 .section1-detial .section1-gift li.item:nth-child(1){
  background: url(../images/gift1.png) center center no-repeat;
  background-size: 100%;
}

#section1 .section1-detial .section1-gift li.item:nth-child(2){
  background: url(../images/gift2.png) center center no-repeat;
  background-size: 100%;
}

#section1 .section1-detial .section1-gift li.item:nth-child(3){
  background: url(../images/gift3.png) center center no-repeat;
  background-size: 100%;
}

#section1 .section1-detial .section1-gift li.item:nth-child(4){
  background: url(../images/gift4.png) center center no-repeat;
  background-size: 100%;
}

#section1 .section1-detial .section1-gift li.item p{
  font-size: 15px;
  color: #fff;
  margin-bottom: 13px;
}

#section1 .section1-detial .section1-gift li.item h2{
  font-size: 20px;
  color: #8a000e;
  font-weight: 600;
}

#section1 .section1-detial .section1-pro{
  padding: 0 28px;
  margin-top: 29px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#section1 .section1-detial .section1-pro::before{
  content: "";
  display: block;
  width: 229px;
  height: 263px;
  background: url(../images/section-pro-bg-icon-left.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  left: -100px;
  bottom: 34px;
}

#section1 .section1-detial .section1-pro::after{
  content: "";
  display: block;
  width: 260px;
  height: 205px;
  background: url(../images/section-pro-bg-icon-right.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  right: -172px;
  bottom: -54px;
  z-index: 1;
}
#section1 .section1-detial .section1-pro li.item{
  width: 344px;
  height: 270px;
  background: url(../images/section1-pro-bg.png) center center no-repeat;
  background-size: 100%;
  position: relative;
  z-index: 2;
}

#section1 .section1-detial .section1-pro li.item .item-title{
  margin-left: 48px;
  margin-top: 35px;
  font-size: 24px;
  font-weight: 600;
  background: linear-gradient(to right, #1d0901, #7d2e02);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  margin-bottom: 13px;
  display: block;
  width: 119px;
}

#section1 .section1-detial .section1-pro li.item .item-list {
  margin-top: 43px;
  padding-left: 50px;
}

#section1 .section1-detial .section1-pro li.item .item-list .list-arr{
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

#section1 .section1-detial .section1-pro li.item .item-list .list-arr label{
  font-size: 14px;
  margin-right: 42px;
  color: #333333;
}
#section1 .section1-detial .section1-pro li.item .item-list .list-arr::before{
  width: 16px;
  height: 20px;
  margin-right: 12px;
}
#section1 .section1-detial .section1-pro li.item .item-list .list-arr:nth-child(1)::before{
  content: "";
  display: block;
  background: url(../images/section1-icon1.png) center center no-repeat;
  background-size: 100%;
}

#section1 .section1-detial .section1-pro li.item .item-list .list-arr:nth-child(2)::before{
  content: "";
  display: block;
  background: url(../images/section1-icon2.png) center center no-repeat;
  background-size: 100%;
}

#section1 .section1-detial .section1-pro li.item .item-list .list-arr:last-child:before{
  content: "";
  display: block;
  background: url(../images/section1-icon3.png) center center no-repeat;
  background-size: 100%;
}

#section1 .section1-detial .section1-pro li.item .item-list .list-arr div{
  font-size: 14px;
  color: #97a3b7;

}

#section1 .section1-detial .section1-pro li.item .item-list .list-arr div em{
  font-size: 20px;
  font-weight: 600;
  color: #ff0000;
}

#section1 .section1-detial .section1-pro li.item .item-list .list-arr div span{
  color: #ff0000;
}

#section1 .section1-detial .section1-pro li.item .item-list .list-arr div p{
    color: #ff0000;
    font-size: 12px;
    margin-top: 4px;
}

#section1 .section1-detial .section1-pro li.item .item-btn{
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 20px;
  padding: 0 24px;
  width: 100%;
  left: 0;
}

#section1 .section1-detial .section1-pro li.item .item-btn a{
  width: 140px;
  height: 38px;
  font-size: 13px;
  line-height: 38px;
  text-align: center;
  border-radius: 25px;

}

#section1 .section1-detial .section1-pro li.item .item-btn a:first-child{
  background-image: linear-gradient(to right, #fd5450 , #fbb853);
  color: #fff;
}
#section1 .section1-detial .section1-pro li.item .item-btn a:first-child:hover{
  background-image: linear-gradient(to right, #fd5c59 , #fcbd5e);
}

#section1 .section1-detial .section1-pro li.item .item-btn a:last-child{
    border: 1px solid #dedbdb;
    background-color: #f7fafc;
    color: #3a3a3a;
    position: relative;
    text-align: left;
    padding-left: 23px;
    line-height: 36px;
}
#section1 .section1-detial .section1-pro li.item .item-btn a:last-child::after{
    margin-left: .5rem;
    content: "";
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    left: unset;
    right: 0;
    background-image: url(../images/icon_lightblue_hover_c324669_ce2e0c9.svg);
    background-size: 200% 200%;
    background-position: 100% 0;
    transition: all .3s ease-out;
    position: absolute;
    top: 12px;
    right: 14px;
}
#section1 .section1-detial .section1-pro li.item .item-btn a:last-child:hover::after{
  background-position: 0 100%;
}
#section1 .section1-info{
  font-size: 17px;
  color: #f6c459;
  display: flex;
  align-items: center;
  margin-top: 26px;
  justify-content: center;
}

#section1 .section1-info a.go-ask{
  width: 79px;
  height: 21px;
  background: url(../images/section-info-bg.png) center center no-repeat;
  background-size: 100%;
  font-size: 14px;
  color: #f62368;
  line-height: 19px;
  padding-left: 15px;
    transition: transform 0.3s ease-in-out;
}

#section1 .section1-info a.go-ask:hover{
  transform: scale(1.1);
}

#section2 .title{
  width: 412px;
  height: 97px;
  background: url(../images/section2-title-bg.png) center center no-repeat;
  background-size: 100%;
  position: relative;
  padding-top: 11px;
}
#section2 .content-wrap{
  padding-bottom: 54px;
}
#section2  .section2-detail .section-product:nth-child(1){
  margin-top: 37px;
  background: url(../images/section2-item-flexus-bg1.png) center center no-repeat;
  width: 1200px;
  height: 458px;
  background-size: 100%;
  padding-top: 18px;
  position: relative;
}
#section2  .section2-detail .section-product:nth-child(2){
  margin-top: 37px;
  background: url(../images/section2-item-bg1.png?v=2) center center no-repeat;
  width: 1200px;
  height: 474px;
  background-size: 100%;
  padding-top: 18px;
  position: relative;
}
#section2  .section2-detail::before{
  content: "";
  display: block;
  background: url(../images/section2-bg-icon1.png) center center no-repeat;
  background-size: 100%;
  width: 174px;
  height: 203px;
  position: absolute;
  left: -127px;
  top: 55px;
}
#section2  .section2-detail::after{
  content: "";
  display: block;
  background: url(../images/section2-bg-icon2.png) center center no-repeat;
  background-size: 100%;
  width: 272px;
  height: 256px;
  position: absolute;
  right: -222px;
  top: 559px;
  z-index: 1;
}
#section2  .section2-detail .section-product{
  position: relative;
  z-index: 2;
}
#section2  .section2-detail .section-product:nth-child(3){
  background: url(../images/section2-item-bg2.png) center center no-repeat;
  background-size: 100%;
  width: 1200px;
  height: 458px;
  padding-top: 18px;
  margin-top: 37px;
}
#section2  .section2-detail .section2-bg-icon{
  content: "";
  display: block;
  background: url(../images/section2-bg-icon3.png) center center no-repeat;
  background-size: 100%;
  width: 159px;
  height: 150px;
  position: absolute;
  left: -90px;
  bottom: 35px;
  z-index: 1;
}
#section2  .section2-detail .section-product::before{
  content: "";
  width: 107px;
  height: 32px;
  position: absolute;
  background: url(../images/11.11-flexus.png) center center no-repeat;
  right: 68px;
  top: 23px;
}
#section2  .section2-detail .section-product:nth-child(2):before{
  background: url(../images/11.11.png) center center no-repeat;
  top: 32px;
}
#section2  .section2-detail .section-product:nth-child(3):before{
  background: url(../images/11.11-02.png) center center no-repeat;
  top: 23px;
}
#section2  .section2-detail .section-product .product-title{
    padding-left: 77px;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 13px;
    padding-top: 9px;
}

#section2 .section2-detail .section-product:first-child .product-title{
  padding-top: 5px;
}
#section2  .section2-detail .section-product:nth-child(3) .product-title{
  padding-top: 0px;
}
#section2  .section2-detail .section-product .product-title h2{
  font-weight: 600;
  font-size: 25px;
  margin-right: 15px;
}

#section2  .section2-detail .section-product .product-title em{
  font-size: 15px;
  font-weight: 600;
}
#section2 .section2-detail .product-list{
  display: flex;
  margin-top: 70px;
  padding-left: 11px;
}

#section2 .section2-detail .product-list li.item{
  width: 50%;
  position: relative;
  padding-left: 40px;
}
#section2 .section2-detail .section-product:first-child .product-list li.item .arr-item{
  width: 89px;
}
#section2 .section2-detail .product-list li.item .item-title{
  margin-top: 17px;
  margin-bottom: 9px;
}

#section2 .section2-detail .product-list li.item .item-title h2{
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 13px;
  color: #000000;
}

#section2 .section2-detail .product-list li.item .item-title p{
    font-size: 14px;
    line-height: 24px;
    color: #333333;

}
#section2 .section2-detail .product-list li.item .item-arr-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
}
#section2 .section2-detail .product-list li.item .item-arr-list .arr-item{
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
  width: 120px;
}
#section2 .section2-detail .product-list li.item .item-arr-list.Flexus-item .arr-item{
  margin-bottom: 15px;
}

#section2 .section2-detail .product-list li.item .item-arr-list.Flexus-item .arr-item .el-select .el-input__inner{
    padding: 0;
    border: 0;
    background-color: transparent;
    font-size: 13px;
    color: #000;
    font-weight: 600;
    height: 15px;
}
.el-select-dropdown{
  left: -21px !important;
}
.el-select-dropdown__item.selected {
  color: #000;
}
#section2 .section2-detail .product-list li.item .item-arr-list.Flexus-item .arr-item .el-select .el-input__suffix{
  right: 34px;
  color: #000;
}
#section2 .section2-detail .product-list li.item .item-arr-list.Flexus-item .arr-item .el-select .el-input .el-select__caret{
    color: #000;
    font-weight: 600;
    font-size: 12px;
}
#section2 .section2-detail .product-list li.item .item-arr-list .arr-item label{
  font-size: 13px;
  color: #666666;
  margin-bottom: 13px;
}

#section2 .section2-detail .product-list li.item .item-arr-list .arr-item p{
  color: #000000;
  font-size: 13px;
  font-weight: 600;
}

#section2 .section2-detail .product-list li.item .item-arr-list .arr-item.arr-price-item p{
  font-size: 12px;
  color: #ff0000;
} 
#section2 .section2-detail .product-list li.item .item-arr-list .arr-item.arr-price-item label{
  font-size: 12px;
  color: #909091;
  margin-bottom: 7px;
}
#section2 .section2-detail .product-list li.item .item-arr-list .arr-item.arr-price-item p em{
    font-weight: 600;
    font-size: 20px;
    color: #ff0000;
}
#section2 .section2-detail .product-list li.item .item-priceAndBuy{
  position: relative;
  z-index: 1;
}

#section2 .section2-detail .product-list li.item .item-priceAndBuy .item-price{
  font-size: 13px;
}

#section2 .section2-detail .product-list li.item .item-priceAndBuy .item-price label{
  color: #ff0000;
}

#section2 .section2-detail .product-list li.item .item-priceAndBuy .item-price em{
  font-weight: 600;
  font-size: 20px;
  color: #ff0000;
}

#section2 .section2-detail .product-list li.item .item-priceAndBuy .item-price s{
  color: #909091;
  margin-left: 28px;
}

#section2 .section2-detail .product-list li.item .item-priceAndBuy .item-btn .btn-secondary{
    width: 248px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border-radius: 30px;
    background: linear-gradient(to right, #fbc553, #fd6551) no-repeat;
    color: #ffffff;
    display: block;
    font-size: 13px;
    margin-top: 22px;
    font-weight: 600;
}
#section2 .section2-detail .product-list li.item .item-arr-list.Flexus-item+.item-priceAndBuy .item-btn .btn-secondary{
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
#section2 .section2-detail .product-list li.item .item-priceAndBuy .item-btn .btn-secondary:hover{
  color: #ffffff;
  background: linear-gradient(to right, #fac85e, #fa7765) no-repeat;
}
#section2 .section2-detail .product-list li.item .item-tips{
  display: block;
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  font-size: 14px;
  background: linear-gradient(to right, #fb6656, #fc214a) no-repeat;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 17px;
  color: #fff;
}


#section3 .title{
  width: 359px;
  height: 96px;
  background: url(../images/section3-title-bg.png) center center no-repeat;
  background-size: 100%;
  position: relative;
  padding-top: 11px;
}


#section3 .domain-detail {
  margin-top: 40px;
}
#section3 .domain-detail .item .item-middle .item-time {
  display: inline-block;
  height: 23px;
  line-height: 20px;
  padding: 0 8px;
  border: 1px solid #e9253d;
  color: #e9253d;
  border-left: 0px;
  margin-left: -3px;
  font-size: 13px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  vertical-align: middle;
  margin-bottom: 3px;
  position: relative;
  top: -1px;
  left: -2px;
  font-style: normal;
}

.check-more {
  width: 100px;
  vertical-align: middle;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  background-image: linear-gradient(to right, #fbd454, #fd6250);
}
.check-more:hover {
  background: linear-gradient(to right, #fac85e, #fa7765) no-repeat;
  color: #ffffff;
}
#section3 .domain-detail{
  position: relative;
}
#section3 .domain-detail::before{
  content: "";
  display: block;
  background: url(../images/section3-bg-icon-left.png) center center no-repeat;
  background-size: 100%;
  bottom: -142px;
  left: -135px; 
  position: absolute;
  width: 287px;
  height: 225px;
  z-index: 1;
}
#section3 .domain-detail::after{
  content: "";
  display: block;
  background: url(../images/section3-bg-icon-right.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  top: -110px;
  right: -149px; 
  width: 302px;
  height: 344px;
  z-index: 1;
}
#section3 .domain-detail .col-4{
  position: relative;
  z-index: 2;
}

#section3 .domain-detail .col-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 240px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#section3 .domain-detail .col-item .item {
  border-radius: 10px;
  position: relative;
  height: 244px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 30px -3px #eaebef;
}

#section3 .domain-detail .item .item-header {
  width: 100%;
  padding: 20px 19px 0;
  height: 115px;
  position: relative;
  background: url(../images/itemHeader.png) top center no-repeat;
}

#section3 .domain-detail .item .item-header .header-title {
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1em;
  color: #ffffff;
}

#section3 .domain-detail .item .item-header p {
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
}
#section3 .domain-detail .item .item-middle {
  padding: 8px 16px;
  background-color: #ffffff;
}

#section3 .domain-detail .item .item-middle .item-img {
  display: inline-block;
  width: 54px;
  height: 29px;
  line-height: 23px;
  background-color: #e9253d;
  text-align: center;
  font-size: 14px;
  background: url(../images/salebg.png?v=2) center left no-repeat;
  border-radius: 4px;
  font-style: normal;
  color: #ffffff;
  padding-top: 1px;
}
#section3 .domain-detail .item .item-middle .sale-info {
  display: inline-block;
  font-size: 12px;
  color: #e9253d;
  height: 28px;
  border: 1px solid #e9253d;
  line-height: 18px;
  text-align: center;
  padding: 0 9px;
  border-radius: 4px;
}
#section3 .domain-detail .item .item-middle .item-price {
  font-size: 14px;
  color: #000000;
  margin-top: 12px;
}
#section3 .domain-detail .item .item-middle .item-price span {
  color: #e9253d;
}
#section3 .domain-detail .item .item-middle .item-price em {
  font-size: 28px;
  color: #e9253d;
}
#section3 .domain-detail .item .check-more {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
  position: absolute;
  bottom: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#section3 .domain-detail .col-4 .item {
  float: left;
  margin-right: 26px;
  height: 240px;
  width: 280px;
  position: relative;
  margin-bottom: 20px;
}
#section3 .domain-detail .col-4 .item:nth-last-child(-n+4) {
  margin-bottom: 0;
}
#section3 .domain-detail .col-4 .item:nth-of-type(4n) {
  margin-right: 0;
}

#section4 .title{
  width: 471px;
  height: 97px;
  background: url(../images/section4-title-bg.png) center center no-repeat;
  background-size: 100%;
  position: relative;
  padding-top: 11px;
}
#section4 .content-wrap{
   width: 1273px;
}
#section4 .section4-detail{
  width: 1273px;
  height: 386px;
  background: url(../images/section4-bg.png) center center no-repeat;
  background-size: 100%;
  padding-top: 48px;
  padding-left: 93px;
  position: relative;
}

#section4 .section4-detail .pro-title{
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  padding-left: 63px;
  margin-bottom: 59px;
}
#section4 .section4-detail .pro-info{
  position: relative;
  z-index: 1;
}
#section4 .section4-detail .pro-info .info-title{
  position: relative;
  color: #262626;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
  display: inline-block;
}

#section4 .section4-detail .pro-info .info-title a{
  display: block;
  background: url(../images/section-title-tips-bg.png) center center no-repeat;
  width: 100px;
  height: 21px;
  padding-left: 18px;
  line-height: 21px;
  background-size: 100%;
  color: #f62368;
  font-size: 12px;
  position: absolute;
  right: -107px;
  top: -11px;
  transition: transform 0.3s ease-in-out;
}
#section4 .section4-detail .pro-info .info-title a:hover{
  transform: scale(1.1);
}
#section4 .section4-detail .pro-info .info-txt{
  color: #262626;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
}

#section4 .section4-detail .pro-info .info-price{
  display: flex;
  align-items: center;
}

#section4 .section4-detail .pro-info .info-price p{
  font-size: 15px;
  color: #ff0000;
}

#section4 .section4-detail .pro-info .info-price p em{
  font-size: 24px;
  font-weight: 600;
}

#section4 .section4-detail .pro-info .info-price p s{
  margin-left: 12px;
  color: #999999;
  font-size: 12px;
}

#section4 .section4-detail .pro-info .info-price a{
  margin-left: 24px;
  width: 138px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #ffffff;
  display: block;
  font-size: 14px;
  background-image: linear-gradient(to right, #fbd454, #fd6250);
  border-radius: 20px;
}

#section4 .section4-detail .pro-info .info-price a:hover{
 background: linear-gradient(to right, #fac85e, #fa7765) no-repeat;

}

#section4 .section4-detail  .pro-list li{
  position: absolute;
  font-size: 13px;
  color: #262626;
}

#section4 .content-wrap::before{
  content: "";
  display: block;
  background: url(../images/section4-bg-icon-left.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 259px;
  left: -55px;
  width: 163px;
  height: 196px;
  z-index: 0;
}

#section4 .section4-detail::after{
  content: "";
  display: block;
  background: url(../images/section4-bg-icon-right.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -15px;
  right: 4px;
  width: 129px;
  height: 127px;
}

#section4 .section4-foot{
  width: 1200px;
  height: 150px;
  background:url(../images/section4-foot.jpg) center center no-repeat;
  background-size: 100%;
  text-align: center;
  padding-top: 102px;
  display: block;
  margin: 0 auto;
  margin-top: 19px;
  position: relative;
}
#section4 .section4-foot a.section4-foot-center{
  color: #e91e5e;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  background: url(../images/section4-btn1.png) center center no-repeat;
  background-size: 100%;
  width: 202px;
  height: 33px;
  line-height: 29px;
}
#section4 .section4-foot a.section4-foot-center:hover{
  background: url(../images/section4-btn1-hover.png) center center no-repeat;
  background-size: 100%;
}

/* 原始样式保持不变 */
#section4 .section4-foot a.section4-foot-right {
  display: block;
  position: absolute;

  top: 35px;
  right: 116px;
  transform-origin: center;
}
#section4 .section4-foot a.section4-foot-right::before{
  content: "";
  display: block;
  background: url(../images/section4-cir.png) center center no-repeat;
  background-size: 100%;
  width: 88px;
  height: 87px;
  transform-origin: center;
}
#section4 .section4-foot a.section4-foot-right::after {
  content: "";
  display: block;
  width: 86px;
  height: 86px;
  background: url(../images/section4-go.png) center center no-repeat;
  background-size: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* ===================== 新增：鼠标悬停时，只让 a 标签本身旋转 ===================== */
#section4 .section4-foot a.section4-foot-right:hover::before {
  animation: rotate360 2s linear infinite;
}


.por-modal {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 1050;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    -webkit-transition: .35s;
    transition: .35s;
    opacity: 0;
}


.por-modal.show {
    display: -webkit-box;
    background-color: rgba(0, 0, 0, .3);
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
}

.por-player {
    display: inline-block;
    position: relative;
    background-color:#191919;
    width: 960px;
}

.por-modal .por-player {
    width: 700px;
    height: 500px;
}

.por-player:before {
    content: "";
    display: block;
    padding-top: calc(9 / 16 * 100%);
}
.por-player video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
}

.por-player-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.por-player-close:after, .por-player-close:before {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 1px;
    margin-left: auto;
    margin-right: auto;
}
.por-player-close::before {
    margin-top: 11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.por-player-close::after {
    margin-top: -2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}