body {
  background: #FFFFFF;
}

.header-box {
  width: 100%;
  height: 100px;
}

.main {
  display: flex;
}

.float-svip {
  position: fixed;
  top: 50%;
  right: 20px;
  cursor: pointer;
}

.float-svip img {
  width: 260px;
}

.main .main-l {
  width: 770px;
}

.main .main-l .main-img {

  height: 426px;
  position: relative;
}

.main .main-l .main-img .main-img-video {
  width: 100%;
}

.main .main-l .main-img img {
  width: 100%;
  height: 100%;
}

.main .main-l .main-img .collectIcon {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 1;
}

.main .main-l .main-img .collectIcon .collect {
  display: none;
}

.main .main-l .main-img-column {
  width: 100%;
  /* display: flex;
  align-items: center; */
  margin-top: 25px;
}

.main .main-l .main-img-column .mian-img-item {
  width: 100%;
  /* height: 150px; */
  margin-right: 5px;
}

.main .main-l .main-img-column .mian-img-item:last-child {
  margin-right: 0;
}

.main-r {
  margin-left: 88px;
}

.main-r .title {
  font-size: 32px;
  color: #333333;
}

.main-r .describe {
  font-size: 18px;
  color: #666666;
  margin-top: 26px;
  margin-bottom: 34px;
}

.main-r .active-time {
  width: 300px;
  height: 32px;
  line-height: 32px;
  background: url(../image/2307/active-bg.png) no-repeat center;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #666666;
  margin-bottom: 34px;
}

.main-r .attribute {
  display: flex;
  margin-bottom: 34px;
}

.main-r .attribute .attr-item {
  text-align: center;
  background-color: #faeaed;
  border-radius: 5px;
  padding: 0 6px;
  color: #ff7979;
  white-space: nowrap;
  margin-right: 5px;
}

.main-r .type-tit {
  font-size: 18px;
  margin-bottom: 14px;
}

.main-r .type-box {
  display: flex;
  flex-wrap: wrap;
}

.main-r .type-box .type-item {
  width: 289px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(../image/2307/not-select.png) no-repeat center;
  margin-right: 10px;
  margin-bottom: 14px;
  font-size: 14px;
}

.main-r .type-box .type-item-a {
  background: url(../image/2307/select.png) no-repeat center;
  color: #ff7979;
  font-size: 18px;
}

.main-r .price-box {
  display: flex;
  color: #666666;
}

.main-r .price-box .price {
  color: #ff7979;
  font-size: 40px;
  font-weight: bold;
  margin-left: 10px;
  font-family: "思源黑体heavy";
  margin-top: -5px;
}

.main-r .price-box .price i {
  font-style: normal;
  color: #666666;
  font-size: 14px;
  margin-left: 5px;
}

.main-r .btn-buy {
  width: 270px;
  line-height: 64px;
  text-align: center;
  border-radius: 34px;
  color: #FFFFFF;
  font-size: 18px;
  background: #ff7979;
  margin-top: 30px;
  margin-bottom: 30px;
}

.content {
  display: flex;
  margin-top: 76px;
}

.content .content-l {
  flex: 1;
}

.nav-box {
  display: flex;
}

.nav-box .nav {
  display: block;
  /* width: 354px; */
  flex: 1;
  height: 72px;
  line-height: 72px;
  text-align: center;
  border-top: 4px solid #f9f9f9;
  background: #f9f9f9;
  font-size: 18px;
  color: #666666;
  margin-right: 4.5px;
}

.nav-box .nav:last-child {
  margin-right: 0;
}

.nav-box .nav-a {
  border-top: 4px solid #fe6c6c;
  background: #ffffff;
}

.content .content-l .content-box {
  width: 100%;
}

.content .content-l .content-box img {
  width: 100%;
  height: auto;
  display: block;
}

.content-r {
  width: 471px;
  margin-left: 20px;
}

.content-r .recommend-tit {
  width: 100%;
  line-height: 68px;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  background: #fe6c6c;
}

.content-r .recommend-list {
  width: 100%;
  height: 1175px;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 35px;
}

.content-r .recommend-list .recommend-list-item {
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
}

.content-r .recommend-list .recommend-list-item .item-img {
  width: 248px;
  height: 140px;
  border-radius: 5px 5px 0 0;
}

.content-r .recommend-list .recommend-list-item .item-tit {
  display: inline-block;
  line-height: 40px;
  padding: 0 20px;
  width: 208px;
  border-radius: 0 0 5px 5px;
  background: #FFFFFF;
  font-size: 14px;
  color: #666666;
}

.fixed-tab-box {
  width: 100%;
  background: #FFFFFF;
  position: fixed;
  top: 0px;
  z-index: 3;
  display: none;

}

.fixed-tab {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.fixed-tab-box .fixed-tab .nav-box {
  flex: 1;
}

.fixed-tab .btn-buy-box {
  width: 491px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed-tab .btn-buy {
  width: 270px;
  line-height: 64px;
  text-align: center;
  border-radius: 34px;
  color: #FFFFFF;
  font-size: 18px;
  background: #ff7979;
}

.mc-footer {
  margin-top: 50px;
  background: #333333;
}

.mc-footer .mc-footer-filing {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}

.mc-footer .mc-footer-filing span {
  padding: 0 20px;
  position: relative;
  font-size: 14px;
  color: #ffffff;
}

.mc-footer .mc-footer-filing span:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background-color: #cae8ff;
  width: 1px;
  height: 100%;
}

.active-days{
    display:none;
}
.price{
    display:none;
}