body {
    background: #e7f5fe;
    user-select: none;
    font-size: 3.2vw;
}
.wrap {
    position: relative;
}
.chunkTitle{
  position:relative;
  text-align: center;
  font-weight:bold;
  margin: 6vw 0vw 4vw 0;
  font-size: 4.5vw;
  color: #73aad1;
} 
.discount{
  background:#e7f5fe;
  padding-bottom:20vw;
}
.line{margin:0vw 3vw;border-top: .4vw dashed #BFBFBF;}
.contain{
  position: relative;
  margin: 4vw;
  border-radius: 2vw;
  background: #fff;
  box-shadow: 0 0 2vw #bddaec;
}
.title{
  background-image: url(../images/title.png);
  padding: 1vw 7vw 2vw 3.5vw;
  color: #fff;
  font-size:4vw;
  width: 15vw;
  background-size: 100%; 
  font-weight: bold;
  background-repeat: no-repeat;
  display:
  inline-block;
}
.tip{
  position: absolute;
  right: -2%;
  top: 7.5vw;
  background: linear-gradient(90deg, #FF7100, #FFC200);
  z-index: 10;
  color: #fff;
  font-size: 4vw;
  font-weight: bold;
  padding: 1vw 5vw;
  border-bottom-left-radius: 4vw;
  border-top-left-radius: 4vw;
  text-shadow: 0vw 0vw 0.8vw #E28828;
}
.tip:before{
  content:"";
  position:absolute;
  right:0;
  bottom: -28%;
  width: 2vw;
  height: 2vw;
  background: linear-gradient(315deg,transparent 50%,#A6490C 50%);
  z-index: -1;
}

.content{
  position: relative;
  padding: 2vw 3vw 4vw;
  display: flex;
}
.cardContent li:nth-child(2){
  font-size: 2.5vw;
  color: #3f90d2;
}
.cardContent{
  padding: 0vw 1vw 0vw 4vw;
  color: #3f8ed1;
  line-height:1.5;
  flex:1;
} 
.cardContent span{
  color: #f0682e;
  font-size: 6vw;
  font-weight:
  bold;
}
.cardname{
  font-size: 4.5vw;
  font-weight: bold;
  color: #06558e;
}
.cardImg{display:flex;flex-direction:column;justify-content:center;}
.cardImg img{width: 21vw;border-radius: 1vw;}
.cardDesc{
  position:absolute;
  left:54%;
  top: 29vw;
  font-size: 3.3vw;
  width: 100%;
  transform: scale(.48);
  transform-origin: left;
  color: #617078;
}
.detail{
  position: absolute;
  left: 6%;
  top: 21vw;
  font-size: 3vw;
  color: #007ED5;
  padding-right: 7vw;
}
.detailright{
  position: absolute;
  right: 0%;
  top: 15%;
  width: 30%;
  -webkit-animation: right-move 2s 0s infinite ease;
  -moz-animation: right-move 2s 0s infinite ease;
  -o-animation: right-move 2s 0s infinite ease;
  animation: right-move 2s 0s infinite ease;
}
.recommend{
  position: absolute;
  top: 51vw;
  left: 6%;
  margin: 2% 1%;
  padding: .5vw 1vw;
  color: #0B5D86;
  font-size: 3.3vw;
  font-weight: bold;
  width: 31vw;
  background: linear-gradient(90deg,#C6ECFF, transparent);
}
.recommendContent{
  
position: absolute;
  
top: 57vw;
  
left: 4%;
  
font-size: 3.3vw;
  
margin: 2% 0% 2% 8%;
  
color: #537C91;
  
list-style: disc;
  
line-height: 1.5;
}
.recommendContent li{
  white-space: pre;
} 
.noMarginBottom{
  margin-bottom: 0;
}
.noMarginTop{
  margin-top:0;
}
.contact-btn{
  position: fixed;
  right: 2%;
  width: 10%;
  bottom: 10%;
  z-index: 99;
}
.mask {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    opacity: .7;
    background-color: #000;
}

.alert-box {
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    display: none;
    width: 300px;
    height: 400px;
    margin-top: -224px;
    margin-left: -150px;
    opacity: 1;
    color: #fff;
    border-radius: 12px;
    background-color: #FEC549;
}

.close-btn {
    position: absolute;
    top: -49px;
    right: 0;
    width: 27px;
    height: 51px;
}

.rule-title {
    width: 90%;
    margin: 0 auto;
    padding: 16px 0;
    border-bottom: 1px dashed #fff;
    font-size: 20px;
    text-align: center;
}

.rule-con {
    overflow-y: scroll;
    height: 75%;
    margin: 20px 16px;
    color: #fff;
}

.rule-con p {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.5;
}

.rule-detail h1 {
    font-size: 1.2em;
    font-weight: bold;
}

.rule-detail h2 {
    font-size: 1.1em;
    font-weight: bold;
}
.huaweipay{
  text-align:center;
  margin:16px 0px 0px;
}
.isSupportPay{
  background: #fc7a22;
  position:fixed;
  left:0;
  bottom:0;
  display: none;
  height: 40px; 
  line-height: 40px;
  width:100%;
  font-size: 16px;
  text-align:center;
  flex-direction: column; 
  box-sizing:border-box;
  z-index:99;
  color: #ffffff;
}
.noSupport{
  display:none;
}
.hide{
  display:none;
}
strong{
  font-weight: bold;
}
@keyframes scaleBtn {
    0% {
        -webkit-transform: scale(.95);
                transform: scale(.95);
    }

    50% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }


    100% {
        -webkit-transform: scale(.95);
                transform: scale(.95);
    }
}
@keyframes right-move {
    0% {
      -webkit-transform: translateX(-10%);
      transform: translateX(-10%);
      opacity: 0
    }

    15% {
      -webkit-transform: translateX(-5%);
      transform: translateX(-5%);
      opacity: 0.5
    }

    50% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
      opacity: 1
    }

    85% {
      -webkit-transform: translateX(5%);
      transform: translateX(5%);
      opacity: 0.5
    }

    100% {
      -webkit-transform: translateX(10%);
      transform: translateX(10%);
      opacity: 0
    }
  }
  .note-box{
    position: fixed;
    bottom: 16px;
    left: 5%;
    display: none;
    box-sizing: border-box;
    width: 90%;
    z-index: 999;
    font-size:16px;
    color:rgba(0,0,0,.9);
    padding: 24px 24px 0;
    text-align: center;
    border-radius: 8px;
    background-color: #fff;
  }
  .toshow-btn {
    color: #007dff;
    font-size:16px;
    line-height:36px;
    font-weight:500;
    padding:8px 0px;
  }

  .mainGif{
    position: absolute;
    width: 96vw;
    top: 38.5vw;
    left: 2vw;
}
.mainGif img{
  box-shadow: 1px 2px 5px #444;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
} 
.btnline{
  display: flex;

}
.btnline img{
  width: 20vw;
}
.linebtn{
  margin-left: 15px;
  display: flex;
  align-items: center;
}
.huaweipay{
  font-size: 14px;
}

.gaward-con {
  margin-top: 20px;
  padding: 0 16px;
  font-size: 14px;
  text-align: center;
  color: #000;
}

.selbtnline {
  display: flex;
  width: 100%;
  position: absolute;
  bottom: 14%;
  justify-content: center;
  font-size: 14px;
  color: #f34d4f;
  text-align: center;
}

.close-btn {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 0;
  top: -30px;
}

.lline {
  height: 20px;
  transform: scaleX(0.5);
  -webkit-transform: scaleX(0.5);
  width: 1px;
  background: #cbcbcb;
}

.cancelbtn,
.rightBtn {
  width: 40%;
}

.okbtn,
.leftBtn {
  width: 40%;
}

.main {
  display: none;
}

.tip {
  position: absolute;
  left: 0;
  bottom: 32vw;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  display: none;
}

.alert-box1 {
  position: fixed;
  z-index: 100;
  bottom: 3%;
  left: 7%;
  display: none;
  width: 86%;
  height: 100px;
  opacity: 1;
  border-radius: 10px;
  background-color: #fff;
}

.mask {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: #000;
}