* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   font-family: 'Microsoft YaHei', sans-serif;
  }
        
body {
  color: #333;
  line-height: 1.6;
  background-color: #c41222;
  max-width: 1900px;
}

.banner-img{
  width: 100%;
}
.banner-img img{
  width: 100%;
}
.pro-container{
      width: 100%;
    padding-bottom: 24px;
    position: relative;
    background: url(../images/nav-bg.png) bottom center no-repeat;
    background-size: inherit;
    background-color: #c41222;
}

.pro-container::before{
  content: "";
  width: 100%;
  height: 82px;
  background: url(../images/snow.png) center center no-repeat;
  position: absolute;
  top: -17px;
  background-size: cover;
}
.pro-container.fixed {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   z-index: 100;
 }
.pro-container .pro-nav{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  position: relative;
  justify-content: space-between;
  padding-top: 87px;
}

.pro-container .nav-item {
  height: 56px;
  line-height: 48px;
  background-color: #338250;
  display: flex;
  align-self: center;
  border-radius: 33px;
  padding-left: 15px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
}
.pro-container .nav-item:nth-child(1){
  width: 280px;
}
.pro-container .nav-item:nth-child(2){
  width: 277px;
}
.pro-container .nav-item:nth-child(3){
  width: 227px;
}
.pro-container .nav-item:nth-child(4){
  width: 305px;
}
.pro-container .nav-item .nav-num{
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  width: 66px;
}
.pro-container .nav-item .nav-title{
  flex: 1;
  background: linear-gradient(to bottom, #fff0dc, #fde3ad) no-repeat;
  padding-left: 20px;
  position: relative;
  border-top-right-radius: 33px;
  border-bottom-right-radius: 33px;
}

.pro-container .nav-item .nav-title span{
  color: #056228;
  font-weight: 600;
  font-size: 19px;
}
.pro-container .nav-item.active,.pro-container .nav-item:hover{
  background-color: #df171c;
}
.pro-container .nav-item.active .nav-title span,.pro-container .nav-item:hover .nav-title span{
  color: #df171c;
}
@keyframes pendulum-swing {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(15deg); /* 右边最大角度 */
  }
}
.pro-container .nav-item .nav-title .nav-item-icon {
  position: absolute;
  right: 5px;
  top: -16px;
  /* 设置旋转中心在顶部中间（像钟摆的悬挂点） */
  transform-origin: top center;
  /* 初始无动画 */
  animation: none;
}

.pro-container .nav-item:hover .nav-title .nav-item-icon {
  animation: pendulum-swing 1.2s ease-in-out infinite alternate;
}


.content-wrap {
  width: 1200px;
  padding-top: 44px;
  padding-bottom: 22px;
  margin: 0 auto;
  text-align: center;
}
.content-wrap *{
  line-height: 1em;
}
.content-wrap .title{
  background: linear-gradient(to bottom, #f1c891, #fffefa); /* 自上而下渐变 */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 30px;
  text-align: center;
  position: relative;
  padding: 14px 64px 6px;
  display: inline-block;
  line-height: 25px;
}
.content-wrap .title::before{
  content: "";
  display: block;
  background: url(../images/title-icon-01.png) center center no-repeat;
  background-size: 100%;
  width: 42px;
  height: 51px;
  position: absolute;
  left: 0;
  top: 0;
}
.content-wrap .title::after{
  content: "";
  display: block;
  background: url(../images/title-icon-02.png) center center no-repeat;
  background-size: 100%;
  width: 43px;
  height: 53px;
  position: absolute;
  right: 0;
  top: 0;
}
.content-wrap .sub-title{
  text-align: center;
  font-size: 15px;
  color: #edc70d;
  font-style: italic;
  text-decoration: underline;
  margin-top: 22px;
  cursor: pointer;
}


.pro-container.fixed+#section1 {
    margin-top: 145px;
}

#section1 .section1-detial{
  margin-top: 40px;
  position: relative;
}
#section1 .section1-detial::before{
  content: "";
  display: block;
  width: 171px;
  height: 175px;
  background: url(../images/section-pro-bg-icon-left.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  left: -142px;
  bottom: 146px;
}

#section1 .section1-detial .section1-gift{
  width: 100%;
  padding: 0 27px;
  justify-content: space-between;
  display: flex;
  position: relative;
}

#section1 .section1-detial .section1-gift li.item div{
  width: 280px;
  height: 266px;
  text-align: center;
  position: relative;
  z-index: 2;
  padding-top: 76px;
  font-size: 18px;
  color: #fff;
  margin-bottom: 13px;
}
#section1 .section1-detial .section1-gift li.item div::before{
    content: "数量有限";
    display: block;
    width: 63px;
    color: #c41222;
    position: absolute;
    right: 47px;
    top: 38px;
    font-size: 12px;
    transform: rotate(17deg);
    transform-origin: top right;
}
#section1 .section1-detial .section1-gift li.item div::after{
  content: "送完即止！";
  display: block;
  width: 63px;
  color: #c41222;
  position: absolute;
   right: 37px;
    top: 55px;
    font-size: 12px;
    transform: rotate(17deg);
    transform-origin: top right;
}
#section1 .section1-detial .section1-gift li.item:nth-child(1) div{
  background: url(../images/gift1.png) center center no-repeat;
  background-size: 100%;
}

#section1 .section1-detial .section1-gift li.item:nth-child(2) div{
  background: url(../images/gift2.png) center center no-repeat;
  background-size: 100%;
}

#section1 .section1-detial .section1-gift li.item:nth-child(3) div{
  background: url(../images/gift3.png) center center no-repeat;
  background-size: 100%;
}

#section1 .section1-detial .section1-gift li.item:nth-child(4) div{
  background: url(../images/gift4.png) center center no-repeat;
  background-size: 100%;
  padding-top: 63px;
}
#section1 .section1-detial .section1-gift li.item:nth-child(4) div::before{
  top: 40px;
}
#section1 .section1-detial .section1-gift li.item:nth-child(4) div::after{
  top: 56px;
}
#section1 .section1-detial .section1-gift li.item h2{
    font-size: 25px;
    color: #f1c33e;
    font-weight: 600;
    background: linear-gradient(to right, #aa0d00, #aa0d00) no-repeat;
    background-size: 100% 22px;
    background-position: left bottom;
    width: 227px;
    margin: 0 auto;
    padding-bottom: 6px;
}

#section1 .section1-detial .section1-pro{
  padding: 0 28px;
  margin-top: 29px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

#section1 .section1-detial .section1-pro li.item{
  width: 345px;
  height: 271px;
  position: relative;
  z-index: 2;
  text-align: left;
}
#section1 .section1-detial .section1-pro li.item:nth-child(1){
  background: url(../images/section1-pro-bg-01.png) center center no-repeat;
  background-size: 100%;
}
#section1 .section1-detial .section1-pro li.item:nth-child(2){
  background: url(../images/section1-pro-bg-02.png) center center no-repeat;
  background-size: 100%;
}
#section1 .section1-detial .section1-pro li.item:nth-child(3){
  background: url(../images/section1-pro-bg-03.png) center center no-repeat;
  background-size: 100%;
}
#section1 .section1-detial .section1-pro li.item .item-title{
  margin-left: 43px;
  margin-top: 35px;
  font-size: 24px;
  font-weight: 600;
  background: #111111;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  margin-bottom: 13px;
  display: block;
  width: 119px;
  line-height: 1em;
}

#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;
  margin-bottom: 16px;
}

#section1 .section1-detial .section1-pro li.item .item-list .list-arr label{
  font-size: 14px;
  margin-right: 42px;
  color: #333333;
  line-height: 19px;
}
#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: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: #c41222;
  line-height: 19px;
  padding-left: 15px;
  font-style: italic;
    transition: transform 0.3s ease-in-out;
    text-align: left;
}

#section1 .section1-info a.go-ask:hover{
  transform: scale(1.1);
}
#section2 .section2-detail{
  position: relative;
}
#section2 .section2-detail::before{
  content: "";
  display: block;
  width: 229px;
  height: 263px;
  background: url(../images/section2-bg-icon1.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  left: -141px;
  bottom: -178px;
}
#section2 .section2-detail::after{
  content: "";
  display: block;
  width: 244px;
  height: 204px;
  background: url(../images/section2-bg-icon2.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  right: -203px;
  top: -89px;
  z-index: 1;
}
#section2 .section2-detail .product-list{
  display: flex;
  margin-top: 43px;
  padding-left: 11px;
  width: 100%;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

#section2 .section2-detail .product-list li.item{
  position: relative;
  padding-left: 35px;
  text-align: left;
  background-image: linear-gradient(to bottom, #fff5c8 , #fffefc);
  padding-top: 30px;
  padding-bottom: 28px;
  border-radius: 5px;
}
#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 .section3-detail{
  margin-top: 44px;
  position: relative;
}
#section3 .section3-detail::before{
  content: "";
  display: block;
  background: url(../images/section3-bg-icon-right.png) center center no-repeat;
  background-size: 100%;
  width: 230px;
  height: 182px;
  position: absolute;
  top: 190px;
  right: -159px;
}

#section3 .section3-detail .domain-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

#section3 .section3-detail .domain-list li.item{
  text-align: center;
  width: 280px;
  height: 222px;
  border-radius: 3px;
  background: url(../images/domain-bg.png) top center no-repeat;
  background-size: 100%;
  padding: 20px 13px 0;
  position: relative;
}

#section3 .section3-detail .domain-list li.item .item-title{
  padding-bottom: 17px;
  border-bottom: 1px solid #f1f0f0;
}

#section3 .section3-detail .domain-list li.item .item-title h2{
font-size: 27px;
color: #333333;
margin-bottom: 9px;
font-weight: 600;
}

#section3 .section3-detail .domain-list li.item .item-title p{
  font-size: 15px;
  color: #333333;
}

#section3 .section3-detail .domain-list li.item .item-price{
  margin-top: 20px;
  font-size: 15px;
  color: #000000;
}

#section3 .section3-detail .domain-list li.item .item-price span{
  color: #ff0000;
}

#section3 .section3-detail .domain-list li.item .item-price span em{
  font-weight: 600;
  font-size: 30px;
}

#section3 .section3-detail .domain-list li.item .go-buy{
  display: block;
  width: 242px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  bottom: 13px;
  background: linear-gradient(to right, #fbc553, #fd6551) no-repeat;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
} 
#section3 .section3-detail .domain-list li.item .go-buy:hover{
  background: linear-gradient(to right, #fac85e, #fa7765) no-repeat;
}

#section4 {
  position: relative;
  z-index: 2;
}

#section4 .section4-detail{
   position: relative;
   background: linear-gradient(to right, #fff, #fff5cc) no-repeat;
   border-radius: 7px;
}

#section4 .section4-detail .pro-title{
  font-size: 24px;
  font-weight: 600;
  color: #000;
  position: absolute;
  height: 42px;
  line-height: 36px;
  width: 168px;
  text-align: center;
  font-size: 18px;
  background-color: #ffe856;
  top: -36px;
  left: 0;
  z-index: 0;
  border-top-right-radius: 21px;
  border-top-left-radius: 7px;
}
#section4 .section4-detail .pro-info{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 250px;
  background: url(../images/section4-bg.png) center center no-repeat;
  background-size: 100%;
  padding-top: 43px;
  padding-left: 44px;
  position: relative;
  margin-top: 44px;
  text-align: left;
}
#section4 .section4-detail .pro-info .info-title{
  position: relative;
  color: #262626;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 19px;
  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: #c41222;
  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-list li{
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}

#section4 .section4-detail .pro-info .info-list li::before{
  content: "";
  display: block;
  width: 17px;
  height: 16px;
  background: url(../images/right-icon.png) center center no-repeat;
  background-size: 100%;
  margin-right: 5px;
}
#section4 .section4-detail .pro-info .info-list li span{
  font-size: 15px;
  color: #111111;
}
#section4 .section4-detail .pro-info .info-price{
  display: flex;
  align-items: center;
  margin-top: 16px;
}

#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 .content-wrap::before{
  content: "";
  display: block;
  background: url(../images/section4-bg-icon-left.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 214px;
  left: 80px;
  width: 125px;
  height: 122px;
  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: -194px;
  right: -84px;
  width: 122px;
  height: 147px;
}

#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: 32px;
  position: relative;
}
#section4 .section4-foot a.section4-foot-center{
  color: #e91e5e;
  font-size: 15px;
  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: 89px;
  height: 89px;
  transform-origin: center;
}
#section4 .section4-foot a.section4-foot-right::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url(../images/section4-go.png) center center no-repeat;
  background-size: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;

}

@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;
}


#doublefestival2025{
  padding-bottom: 133px;
  position: relative;
}

#doublefestival2025 .foot-img{
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

#doublefestival2025 .foot-img img{
  width: 100%;
}


.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);
}