@charset "UTF-8";
.main_act_milk {
  background: white;
}
.main_act_milk section {
  position: relative;
}
.main_act_milk section > img {
  display: block;
}
.main_act_milk section .play {
  position: absolute;
  width: 23%;
  height: 13%;
  top: 64%;
  left: 50%;
  margin-left: -12%;
}
.main_act_milk section .vidios {
  width: 100%;
  background: #f5f5f5;
}
.main_act_milk section .vidios video {
  width: 100%;
  object-fit: fill;
  vertical-align: bottom;
}
.main_act_milk section .explore {
  position: absolute;
  left: 50%;
  width: 24%;
  height: 20%;
  margin-left: -13%;
  bottom: 10%;
  text-indent: -10000px;
  text-align: center;
}
.main_act_milk section .mlik_img {
  position: absolute;
  width: 45%;
  left: 50%;
  top: 0;
  margin-left: -10%;
  z-index: 1;
  background: white;
}
.main_act_milk section .mlik_img:before {
  position: absolute;
  content: '';
  width: 20%;
  border: 1px solid #e4c69d;
  height: 50px;
  bottom: 0;
}
.main_act_milk section .tusi_list {
  margin: 0 0.16rem;
}
.main_act_milk section .tusi_list .tusi_banner {
  margin: 14px 0;
  display: inline-block;
}
.main_act_milk section .tusi_list ul li {
  width: 48%;
}
.main_act_milk section .tusi_list ul .p_item:nth-of-type(odd) {
  float: left;
}
.main_act_milk section .tusi_list ul .p_item:nth-of-type(even) {
  float: right;
}
.main_act_milk .swiper_baner {
  position: absolute;
  width: 63%;
  right: 0;
  padding: 0 5px 0 0;
  top: 29%;
}
.main_act_milk .swiper_baner .swiper-container {
  width: 100%;
  height: 2.5rem;
}
.main_act_milk .swiper_baner .swiper-container .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  top: -4%;
}
.main_act_milk .swiper_baner .swiper-container .swiper-pagination-bullet {
  background: #f5e0c4;
  overflow: inherit;
}
.main_act_milk .milk_list {
  width: 92%;
  border: 1px solid #e4c69d;
  margin: auto;
  margin-top: -1.3rem;
}
.main_act_milk .milk_list div nav {
  width: 100%;
  margin-top: 15px;
}
.main_act_milk .milk_list div nav a {
  width: 25%;
  float: left;
  text-align: center;
  color: #c5a16f;
  font-size: 12px;
  line-height: 40px;
}
.main_act_milk .milk_list div nav .active {
  position: relative;
}
.main_act_milk .milk_list div nav .active:before {
  position: absolute;
  content: '';
  width: 50%;
  border-bottom: 2px solid #c5a16f;
  bottom: 10%;
  left: 50%;
  margin-left: -25%;
}
.main_act_milk .milk_list div .list {
  width: 100%;
  overflow: hidden;
  padding: 0 15px;
  margin-bottom: 15px;
}
.main_act_milk .milk_list div .list li {
  width: 25%;
  float: left;
  margin-top: 18px;
  height: 1.55rem;
  border-left: 1px solid #c8a063;
  border-top: 1px solid #c8a063;
  border-bottom: 1px solid #c8a063;
  position: relative;
}
.main_act_milk .milk_list div .list li h4 {
  text-align: center;
  color: #c8a063;
  padding-top: 22px;
}
.main_act_milk .milk_list div .list li h4 span {
  font-size: 16px;
}
.main_act_milk .milk_list div .list li h6 {
  text-align: center;
  text-decoration: line-through;
  color: #c8a063;
}
.main_act_milk .milk_list div .list li h4:nth-child(2) {
  font-weight: bold;
}
.main_act_milk .milk_list div .list li:before {
  border: 1px solid #c8a063;
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  left: 50%;
  margin-left: -10px;
  border-radius: 100%;
  bottom: 12%;
}
.main_act_milk .milk_list div .list .active {
  background: #f8f0e6;
}
.main_act_milk .milk_list div .list .active:before {
  border: none;
  background: url(../images/act/milk/checkd.png) no-repeat;
  background-size: cover;
}
.main_act_milk .milk_list div .list li:last-child {
  border-right: 1px solid #c8a063;
}
.main_act_milk .milk_list div p {
  text-align: center;
  line-height: 30px;
  color: #c5a16f;
}
.main_act_milk .milk_list div .yh_price {
  font-weight: bold;
}
.main_act_milk .milk_list div .buy_btn img {
  width: 54%;
  display: block;
  margin: 20px auto;
}
.main_act_milk .milk_list .first_top {
  margin-top: 1.2rem;
}
.main_act_milk .mg_bottom {
  background: #e4c69d;
  color: white;
  padding: 15px;
}
.main_act_milk .mg_bottom p {
  line-height: 30px;
}
