[v-cloak] {
  display: none !important;
}
.index {
  min-width: 1200px;
}
.index .contentBox {
  width: 100%;
  padding-top: 58px;
  padding-bottom: 58px;
}
.index .contentBox .content {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.index .contentBox .content .contentLeftBox {
  display: inline-block;
  margin-right: 16px;
  width: 740px;
  height: auto;
}
.index .contentBox .content .contentLeftBox .freeBox {
  width: 168px;
  height: 47px;
  background-color: #be2029;
  line-height: 47px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.index .contentBox .content .contentLeftBox .heng {
  width: 100%;
  height: 2px;
  background-color: #f3b72e;
}
.index .contentBox .content .contentLeftBox .conBar {
  margin-top: 8px;
  width: 731px;
  height: 69px;
  background-color: #f6f6f6;
  padding-left: 9px;
}
.index .contentBox .content .contentLeftBox .conBar li {
  float: left;
  width: 120px;
  height: 65px;
  text-align: center;
  line-height: 69px;
  font-size: 20px;
  margin-right: 20px;
  color: #b20104;
  font-weight: bold;
  cursor: pointer;
}
.index .contentBox .content .contentLeftBox .conBar .red {
  background-color: #fff;
  border-top: 4px solid #b20104;
}
.index .contentBox .content .contentLeftBox .zbContent {
  padding-top: 5px;
  padding-left: 4px;
  width: 736px;
  height: auto;
}
.index .contentBox .content .contentLeftBox .zbContent li {
  width: 736px;
  height: 178px;
  border-bottom: 2px solid #f6f6f6;
  position: relative;
}
.index .contentBox .content .contentLeftBox .zbContent li .touxiang {
  position: absolute;
  width: 118px;
  height: 118px;
  top: 30px;
  left: 40px;
  border-radius: 50%;
}
.index .contentBox .content .contentLeftBox .zbContent li .liTit {
  position: absolute;
  top: 62px;
  left: 170px;
  font-size: 18px;
}
.index .contentBox .content .contentLeftBox .zbContent li .liName {
  position: absolute;
  top: 108px;
  left: 170px;
  font-size: 16px;
}
.index .contentBox .content .contentLeftBox .zbContent li .liTime {
  position: absolute;
  top: 110px;
  left: 280px;
}
.index .contentBox .content .contentLeftBox .zbContent li .liTime .clock {
  width: 16px;
  vertical-align: middle;
}
.index .contentBox .content .contentLeftBox .zbContent li .lookAgain {
  position: absolute;
  top: 70px;
  right: 22px;
  width: 134px;
  height: 40px;
  color: #fff;
  border-radius: 20px;
  background-color: #be2029;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.index .contentBox .content .contentRightBox {
  display: inline-block;
  width: 426px;
  height: auto;
}
.index .contentBox .content .contentRightBox .freeBox {
  width: 168px;
  height: 47px;
  background-color: #be2029;
  line-height: 47px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.index .contentBox .content .contentRightBox .heng {
  width: 100%;
  height: 2px;
  background-color: #f3b72e;
}
.index .contentBox .content .contentRightBox .recommendBox {
  margin-top: 8px;
  width: 420px;
  height: auto;
  padding-left: 6px;
  padding-top: 10px;
  border: 1px solid #bfbfbf;
}
.index .contentBox .content .contentRightBox .recommendBox .recommend {
  width: 384px;
  height: auto;
  background-color: #eee;
  margin-bottom: 24px;
  border-radius: 15px;
  position: relative;
  padding-top: 12px;
  padding-left: 14px;
  padding-right: 12px;
  padding-bottom: 20px;
}
.index .contentBox .content .contentRightBox .recommendBox .recommend img {
  width: 384px;
}
.index .contentBox .content .contentRightBox .recommendBox .recommend .recommendTit {
  margin-top: 18px;
  font-size: 21px;
  margin-bottom: 8px;
}
.index .contentBox .content .contentRightBox .recommendBox .recommend .biaoq {
  width: 66px;
  height: 30px;
  border: 2px solid #949796;
  color: #949796;
  font-size: 20px;
  border-radius: 10px;
  text-align: center;
  line-height: 30px;
  margin-right: 13px;
  display: inline-block;
}
.index .contentBox .content .contentRightBox .recommendBox .recommend .pirce {
  text-align: right;
  font-size: 34px;
  color: #ff5336;
  margin-top: -12px;
}
.index .mask {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.3;
  z-index: 4;
  top: 0;
  left: 0;
}
.index iframe {
  position: fixed;
  width: 750px;
  height: 500px;
  margin-top: -250px;
  margin-left: -375px;
  z-index: 8;
  top: 50%;
  left: 50%;
}
