div,
span {
  position: relative;
  box-sizing: border-box;
}

/* 镜像 */
.imgY180 {
  transform: rotateY(180deg);
}

/* 透明边框 */
.trBorder {
  border: .02px solid rgba(0, 0, 0, 0);
}

/* 高斯模糊（给需要模糊的块加上） */
.mask {
  filter: blur(5px);
  user-select: none;
}

.mask::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.5);
}

.zoomMove {
  animation-name: zoomMove;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes zoomMove {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.none {
  display: none !important;
}

.pcBg {
  width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.page {
  overflow: hidden;
  width: 100%;
  padding-bottom: 20px;
}

/* 通栏css开始 */
.yueyue-form {
  /*max-width: 715px;*/
  width: 100%;
  background: url('https://www.huatu.com/images/wzsp/images/yuyue_bg_m.png') no-repeat center;
  /*background: url('../../../images/wzsp/images/yuyue_bg_m.png') no-repeat center;*/
  background-size: 100% 100%;
  margin: auto;
  display: flex;
  box-sizing: border-box;
  padding: 19px 60px 7px 22px;
  padding-top: 0;
  padding-bottom: 0;
}

.yuyue-fl {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.free-title {
  width: auto;
  height: 180px !important;
  display: none !important;
}
.zl-content {
  /*margin-left: 130px;*/
  margin-left: 14%;
  margin-top: 15px;
  height: 165px;
  box-sizing: border-box;
  padding-top: 20px;
}

.zl-content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 430px;
}

.zl-content ul li {
  /*width: 130px;*/
  width: 30%;
  overflow: hidden;
  height: 41px;
  background: url('https://www.huatu.com/images/wzsp/images/type_bg.png') no-repeat center;
  background-size: 100%;
  margin-bottom: 8px;
  line-height: 41px;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  font-size: 14px;
  font-family: FZLanTingHeiS-M-GB;
  color: #FFFFFF;
  position: relative;
}

.zl-content ul li:hover {
  background: url('https://www.huatu.com/images/wzsp/images/type_bg2.png') no-repeat center;
  background-size: 100%;
}

.zl-content ul li:before {
  content: '';
  display: block;
  width: 16px;
  height: 44px;
  background: url('https://www.huatu.com/images/wzsp/images/type_icon.png') no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.zl-content p { 
	/*height:12px;*/
  /*line-height: 36px;*/
  /*border: 1px dashed #fff;*/
  font-size: 14px;
  font-family: FZLanTingHeiS-M-GB;
  /*color: #FFFFFF;*/
  text-align: center;
  margin-top: -7px;
 padding-bottom: 0 !important;


  color: #CF2E1F;
  border: none
}

.zl-code-bg {
width: 128px;
box-sizing: border-box;
padding: 9px 0 0;

  /*right: 4%;*/
  right: 9.4%;
  position: relative;

}

.zl-code {
width: 118px;
height: 118px;
background: #FFFFFF;
border: 2px solid #FFC824;
border-radius: 6px;
position: relative;
}

.code-tips {
position: absolute;
top: 0;
bottom: 0;
margin: auto;
right: -41px;
width: 42px;
height: 116px;
background: #FFC824;
border-radius: 3px;
text-align: center;
box-sizing: border-box;
padding: 11px 10px;
font-size: 19px;
line-height: 20px;
font-family: FZLanTingHeiS-M-GB;
font-weight: 400;
color: #D52B16;
}

.zl-code img {
width: 100%;
height: 100%;
}

.zl-code-bg p {
  display: none;
  font-size: 15px;
  line-height: 24px;
  font-family: FZLanTingHeiS-H-GB;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  margin-top: 5px;
  padding-bottom: 0;
}

/* 通栏css结束 */

@media only all and (max-width:1080px) {

  /* 通栏开始 */
  .yueyue-form {
    max-width: 98%;
    width: 100%;
    background: url('https://www.huatu.com/images/wzsp/images/yuyue_bg_m.png') no-repeat center;
    background-size: auto 100%;
    margin: auto;
    display: flex;
    box-sizing: border-box;
    padding: 0.475rem 1rem 0.5rem 0.35rem;
  }

  .yuyue-fl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
  }

  .free-title {
    width: 2.6rem;
    height: 6.2rem;
  }
  .zl-content {
    max-width: 56%;
    margin-left: 13px;

  }
  .zl-content ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 100%;
  }

  .zl-content ul li {
    width: 4.3rem;
    height: 1.5rem;
    background: url('https://www.huatu.com/images/wzsp/images/type_bg.png') no-repeat center;
    background-size: 100%;
    margin-bottom: 0.2rem;
    line-height: 1.5rem;
    box-sizing: border-box;
    padding: 0 0 0 0.65rem;
    font-size: 0.45rem;
    font-family: FZLanTingHeiS-M-GB;
    color: #FFFFFF;
    position: relative;
  }

  .zl-content ul li:hover {
    background: url('https://www.huatu.com/images/wzsp/images/type_bg2.png') no-repeat center;
    background-size: 100%;
  }

  .zl-content ul li:before {
    content: '';
    display: block;
    width: 0.4rem;
    height: 1.1rem;
    background: url('https://www.huatu.com/images/wzsp/images/type_icon.png') no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0.15rem;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .zl-content p {
    display: none;
	height:0.1rem;
    line-height: 0.9rem;
    border: 1px dashed #fff;
    font-size: 0.35rem;
    font-family: FZLanTingHeiS-M-GB;
    color: #FFFFFF;
    text-align: center;
    margin-top: 0.125rem;
  }

  .zl-code-bg {
    width: 4.2rem;
    background: url('https://www.huatu.com/images/wzsp/images/code_bg.png') no-repeat center;
    background-size: 100%;
    box-sizing: border-box;
    padding: 0.5rem 0 0;
    right: 14px;
  }

  .zl-code {
    width: 4.2rem;
    height: 4.2rem;
    background: #FFFFFF;
    border: 1px solid #FFC824;
    border-radius: 0.15rem;
    position: relative;
  }

  .code-tips {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -1.025rem;
    width: 1.05rem;
    height: 2.9rem;
    background: #FFC824;
    border-radius: 0.075rem;
    text-align: center;
    box-sizing: border-box;
    padding: 0.275rem 0.25rem;
    font-size: 0.475rem;
    line-height: 0.5rem;
    font-family: FZLanTingHeiS-M-GB;
    font-weight: 400;
    color: #D52B16;
  }

  .zl-code img {
    width: 100%;
    height: 100%;
  }

  .zl-code-bg p {
    font-size: 0.45rem;
    line-height: 0.7rem;
    font-family: FZLanTingHeiS-H-GB;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin-top: 0.125rem;
    letter-spacing: -0.01rem;
  }

  /* 通栏结束 */

}