/*********** 活动内容 ***************/
.m-show {
  display: none;
}
button {
  outline: none;
  border: none;
}
.flex-reverse {
  flex-direction: row-reverse;
}
.btn-quest-fix-disabled {
  background: #52010F !important;
}
/*********** banner ***************/
.banner-box {
  position: relative;
  min-width: 1200px;
}
.banner-box_tp {
  margin-top: 110px;
  height: 1000px;
  background: url(../images/banner/banner_tp_pc.png) center center no-repeat;
  background-size: 100% 100%;
}
.banner-box_bm {
  height: 1000px;
  background: url(../images/banner/banner_bt_pc.png) center center no-repeat;
  background-size: 100% 100%;
}
.container-box {
  position: relative;
  margin: 0 auto;
  min-width: 1200px;
  height: 3839px;
  /*********** 钜惠详情 ***************/
  /*********** 抽奖专区 ***************/
  /*********** 公司介绍 ***************/
}
.container-box_bg {
  height: 1000px;
}
.container-box_bg-bt {
  height: 1121px;
}
.container-box_bg-bt-2{
    height: 718px;
}
.container-box_tp-bg {
  background: url("../images/banner/background_tp_pc.png") center center no-repeat;
  background-size: 100% 100%;
}
.container-box_md-bg {
  background: url("../images/banner/background_md_pc.png") center center no-repeat;
  background-size: 100% 100%;
}
.container-box_bt-bg {
  background: url("../images/banner/background_bt_pc.png") center center no-repeat;
  background-size: 100% 100%;
}
.container-box_bt-bg-2{
    background: url("../images/banner/background_bt_pc_2.png") center center no-repeat;
    background-size: 100% 100%;
  }
.container-box_cont {
  position: absolute;
  top: -390px;
  width: 1200px;
  left: 50%;
  transform: translateX(-50%);
}
.container-box .activity-title {
  position: relative;
  margin: 0 auto;
  width: 640px;
  height: 176px;
  line-height: 150px;
  font-size: 60px;
  font-weight: 700;
  color: #FEFCFE;
  text-align: center;
  z-index: 2;
}
.container-box .activity-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 640px;
  height: 176px;
  background: url('../images/activity_icon.png') no-repeat;
  background-size: 100% 100%;
}
.container-box .activity-product_item {
  margin-bottom: 10px;
  width: 1200px;
  height: 380px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #dc2d2c;
  border-radius: 16px;
}
.container-box .activity-product_item-cont {
  display: flex;
  justify-content: space-between;
  padding: 50px 40px;
}
.container-box .activity-product_item-cont .product-logo {
  width: 280px;
}
.container-box .activity-product_item-cont .product-logo img {
  display: block;
  width: 100%;
}
.container-box .activity-product_item-cont .product-info {
    position: relative;
    flex: 1;
    padding-left: 40px;
    box-sizing: border-box;
    text-align: left;
}
.container-box .activity-product_item-cont .product-info .product-title {
  font-weight: 700;
  text-align: left;
  font-size: 40px;
  line-height: 52px;
  color: #A61B24;
}
.container-box .activity-product_item-cont .product-info .product-price {
  margin: 25px 0 30px;
  width: 555px;
  height: 292px;
}
.container-box .activity-product_item-cont .product-info .product-price img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-box .activity-product_item-cont .product-info .product-channel {
  display: flex;
  justify-content: space-between;
  width: 490px;
  margin: 0 auto;
}
.container-box .activity-product_item-cont .product-info .product-channel .channel {
  position: relative;
  width: 220px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 24px;
  color: #F8F3FA;
  background: #DC2D2C;
  border-radius: 8px;
}
.container-box .activity-product_item-cont .product-info .product-channel .channel .icon {
  position: relative;
  right: 10px;
  top: 8px;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.container-box .activity-product_item-cont .product-info .product-channel .channel:hover {
  background: #740014;
}
.container-box .activity-product_item-cont .product-info .product-channel .channel-jd .icon-jd {
  background: url('../images/product/icon_jd.png') no-repeat;
  background-size: 100% 100%;
}
.container-box .activity-product_item-cont .product-info .product-channel .channel-tmall .icon-tmall {
  background: url('../images/product/icon_tmall.png') no-repeat;
  background-size: 100% 100%;
}
.container-box .acitivity-lottery {
  margin-top: 20px;
}
.container-box .acitivity-lottery_wrap {
  padding: 50px 40px;
  height: 966px;
  border: 1px solid #dc2d2c;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.8);
}
.container-box .acitivity-lottery_wrap .lottery-rules-box {
  width: 1120px;
  height: 260px;
  background: linear-gradient(0deg, #ffe8e6 0%, #ffffff 100%, #f3574b 100%, #f3574b 100%) #ffffff;
  border-radius: 8px;
  box-shadow: -8px 0px 16px 8px rgba(233, 0, 41, 0.1);
}
.container-box .acitivity-lottery_wrap .lottery-rules-box .rules-cont {
  display: flex;
  padding: 40px;
}
.container-box .acitivity-lottery_wrap .lottery-rules-box .rules-cont .rules-base {
  width: 740px;
  color: #A61B24;
}
.container-box .acitivity-lottery_wrap .lottery-rules-box .rules-cont .rules-base .rules-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}
.container-box .acitivity-lottery_wrap .lottery-rules-box .rules-cont .rules-base p {
  font-size: 16px;
  color: #A61B24;
  line-height: 28px;
}
.container-box .acitivity-lottery_wrap .lottery-rules-box .rules-cont .fill-form {
  position: relative;
  top: -30px;
  right: -120px;
}
.container-box .acitivity-lottery_wrap .lottery-rules-box .rules-cont .fill-form_img {
  width: 165px;
  height: 165px;
}
.container-box .acitivity-lottery_wrap .lottery-rules-box .rules-cont .fill-form_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-box .acitivity-lottery_wrap .lottery-rules-box .rules-cont .fill-form .btn-quest {
  width: 160px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  background: #E90029;
  border-radius: 8px;
}
.container-box .acitivity-lottery_wrap .lottery-rules-box .rules-cont .fill-form .btn-quest:hover {
  background: #740014;
}
.container-box .acitivity-lottery_wrap .lottery-rules-box .rules-cont .fill-form .apply-form-disabled {
  background: #52010F;
}
.container-box .company-introduce {
  margin-top: 60px;
  height: 300px;
  border: 1px solid #dc2d2c;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.8);
}
.container-box .company-introduce .introduct-container {
  display: flex;
  justify-content: space-between;
  padding: 50px 40px;
}
.container-box .company-introduce .introduct-container .introduct-lf {
  position: relative;
  width: 225px;
}
.container-box .company-introduce .introduct-container .introduct-lf .company-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.container-box .company-introduce .introduct-container .introduct-rt {
  width: 850px;
  color: #A61B24;
}
.container-box .company-introduce .introduct-container .introduct-rt .introduct-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.container-box .company-introduce .introduct-container .introduct-rt .introduct-cont {
  margin-top: 20px;
  font-size: 16px;
  line-height: 28px;
}
.fixed-box-right {
  position: fixed;
  top: 50%;
  right: 20px;
  width: 120px;
  height: 195px;
  text-align: center;
  background: linear-gradient(0deg, #ffffff 0%, #ffdad9 100%) #ffffff;
  border-radius: 8px;
}
.fixed-box-right .btn-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -40px;
  width: 20px;
  height: 20px;
  background: url(../images/icon_close_default.png) no-repeat;
}
.fixed-box-right .btn-close:hover {
  background: url(../images/icon_close_on.png) no-repeat;
}
.fixed-box-right h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  color: #72141A;
  margin-top: 30px;
}
.fixed-box-right p {
  margin: 10px 0;
  color: #72141a;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
}
.fixed-box-right .btn {
  cursor: pointer;
  margin: 10px auto;
  width: 100px;
  height: 32px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  line-height: 32px;
  background: #e90029;
  border-radius: 4px;
}
.fixed-box-right .btn-scroll-top {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url(../images/top.png);
}
.fixed-box-right .btn-scroll-top:hover {
  opacity: 0.8;
}
.fixed-box-right::before {
  content: '';
  position: absolute;
  background: url(../images/flower.png);
  width: 130px;
  height: 76px;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
}
.product-desc{
    padding-top: 24px;
    font-size: 18px;
    line-height: 31px;
    color: #493B3D;
    font-weight: 700;
}
.new-product-price{
    position: absolute;
    left: 40px;
    bottom: 0px;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    color: #a61b24;
    line-height: 39px;
    display: flex;
    align-items: center;
}
.new-product-price i{
    display: inline-block;
    vertical-align: text-bottom;
    transform: scale(0.8);
    font-weight: bold;
    line-height: 25px;
    letter-spacing: -2px;
    align-self: flex-end;
}
.new-product-price span{
    font-weight: bold;
    color: #E90029;
    font-size: 40px;
}
.goShopNet2{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 60px;
}

.goShopNet>button{
    display: flex;
    position: relative;
    width: 240px;
    height: 64px;
    background: #e90029;
    border-radius: 8px;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    color: #f8f3fa;
    line-height: 64px;
    padding-left:82px ;
    box-sizing: border-box;
    cursor: pointer;
}
.goShopNet>button:hover{
    background:#740014 ;
}
.goShopNet>button::before{
    content:"";
    position: absolute;
    top: 16px;
    left: 40px;
    width: 32px;
    height: 32px;
}
.jdShp{
    margin-right:50px ;
}
.jdShp::before{
    background: url(../images/jd.png) left top no-repeat;
    background-size: 100% 100%;
}
.tmShp{
    margin-right:50px ;
}
.tmShp::before{
    background: url(../images/tm.png) left top no-repeat;
    background-size: 100% 100%;
}
@media screen and (max-width: 750px) {
  .m-show {
    display: block;
  }
  .pc-show {
    display: none;
  }
  .banner-box {
    min-width: initial;
  }
  .banner-box_tp {
    margin-top: 0.88rem;
    height: 6.93rem;
    background: url(../images/banner/banner_tp_m.png) center center no-repeat;
    background-size: 100% 100%;
  }
  .banner-box_bm {
    height: 6.92rem;
    background: url(../images/banner/banner_bt_m.png) center center no-repeat;
    background-size: 100% 100%;
  }
  .container-box {
    min-width: initial;
    height: initial;
  }
  .container-box .activity-title {
    width: 4.38rem;
    height: 1.2rem;
    line-height: 1rem;
    font-size: 0.4rem;
  }
  .container-box .activity-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 4.38rem;
    height: 1.2rem;
    background: url('../images/activity_icon.png') no-repeat;
    background-size: 100% 100%;
  }
  .container-box_cont {
    position: absolute;
    top: -5.5rem;
    width: 100%;
    left: initial;
    transform: initial;
  }
  .container-box .activity-product_item {
    width: 7.02rem;
    height: auto;
    margin: 0 auto 0.12rem;
  }
  .container-box .activity-product_item-cont {
    padding: 0.55rem 0.8rem 1.03rem;
    flex-direction: column-reverse;
  }
  .container-box .activity-product_item-cont .product-info {
    width: 100%;
    padding-left: 0;
  }
  .container-box .activity-product_item-cont .product-info .product-title {
    font-size: 0.4rem;
    line-height: 0.4rem;
  }
  .product-desc {
    padding-top: 0.29rem;
    padding-bottom: 0.27rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #493B3D;
    font-weight: 500;
    padding-left: 0.88rem;
}
  .container-box .activity-product_item-cont .product-info .product-price {
    width: 5.55rem;
    height: 2.92rem;
  }
  .container-box .activity-product_item-cont .product-info .product-channel {
    width: 6.3rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .container-box .activity-product_item-cont .product-info .product-channel .channel {
    width: 3rem;
    height: 0.96rem;
    line-height: 0.96rem;
    font-size: 0.36rem;
    border-radius: 0.08rem;
  }
  .container-box .activity-product_item-cont .product-info .product-channel .channel .icon {
    width: 0.48rem;
    height: 0.48rem;
  }
  .container-box .activity-product_item-cont .product-logo {
    width: 5.1rem;
    height: 2.2rem;
  }
  .new-product-price{
    width: 100%;
    left: 0;
    bottom: -0.54rem;
    font-size: 0.24rem;
    line-height: 0.38rem;
    justify-content: center;
  }
  .new-product-price span{
    font-size: 0.48rem;
  }
  .goShopNet3{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.4rem;
    margin-bottom: 0.6rem;
  }
  .goShopNet>button{
    width: 3rem;
    height: 0.96rem;
    line-height: 0.96rem;
    background: #e90029;
    border-radius: 0.08rem;
    margin-right: 0.3rem;
    padding-left: 1.11rem;
    font-size: 0.36rem;

  }
  .goShopNet>button::before{
    top: 0.24rem;
    left: 0.48rem;
    width: 0.48rem;
    height: 0.48rem;

  }
  .container-box .acitivity-lottery_wrap {
    width: 7.02rem;
    height: initial;
    margin: 0 auto;
    padding: 0.5rem 0.2rem;
  }
  .container-box .acitivity-lottery_wrap .lottery-rules-box {
    width: 100%;
    height: auto;
    padding: 0.45rem 0.3rem;
  }
  .container-box .acitivity-lottery_wrap .lottery-rules-box .rules-cont {
    display: block;
    padding: 0;
  }
  .container-box .acitivity-lottery_wrap .lottery-rules-box .rules-cont .rules-base {
    width: 100%;
  }
  .container-box .acitivity-lottery_wrap .lottery-rules-box .rules-cont .fill-form {
    right: initial;
    top: initial;
    text-align: center;
    margin-top: 0.5rem;
  }
  .container-box .acitivity-lottery_wrap .lottery-rules-box .rules-cont .fill-form .fill-form_img {
    position: absolute;
    width: 1.39rem;
    height: 1.39rem;
    left: 1.5rem;
    top: -0.3rem;
  }
  .container-box .acitivity-lottery_wrap .lottery-rules-box .rules-cont .fill-form .btn-quest {
    font-size: 0.3rem;
    width: 3.2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.08rem;
    text-indent: 1.2rem;
  }
  .container-box .company-introduce {
    width: 7.02rem;
    margin: 0.6rem auto 1.3rem;
    height: initial;
    border-radius: 0.16rem;
  }
  .container-box .company-introduce .introduct-container {
    display: block;
    padding: 0.5rem;
  }
  .container-box .company-introduce .introduct-container .introduct-lf {
    position: relative;
    width: 2.44rem;
    height: 0.44rem;
  }
  .container-box .company-introduce .introduct-container .introduct-lf .company-logo {
    display: block;
    width: 100%;
    position: relative;
    left: initial;
    top: initial;
    transform: initial;
  }
  .container-box .company-introduce .introduct-container .introduct-rt {
    width: 100%;
    color: #A61B24;
  }
  .container-box .company-introduce .introduct-container .introduct-rt .introduct-title {
    margin-top: 0.37rem;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
  }
  .container-box .company-introduce .introduct-container .introduct-rt .introduct-cont {
    margin-top: 20px;
    font-size: 16px;
    line-height: 28px;
  }
  .fixed-box-bottom {
    display: flex;
    position: fixed;
    justify-content: space-around;
    width: 7.5rem;
    height: 0.98rem;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #fffefe 0%, #ffe0df 100%) #ffffff;
    border-radius: 16px 16px 0px 0px;
    box-shadow: 0px -6px 10px 6px rgba(165, 8, 37, 0.15);
  }
  .fixed-box-bottom .btn {
    margin-top: 0.13rem;
    width: 3.2rem;
    height: 0.72rem;
    font-size: 0.32rem;
    text-align: center;
    line-height: 0.72rem;
    color: #ffffff;
    background: #e90029;
    border-radius: 0.08rem;
  }
}
