html,
body,
div,
ul,
li,
span,
header,
a,
i,
img,
h1,
h2,
h3,
p,
button,
strong {
    border: 0;
    padding: 0;
    margin: 0;
    font-style: normal;
}
ul,
li {
    list-style: none;
}
body {
    font-family: Helvetica, sans-serif;
    background-color: #4000b3;
    overflow: hidden;
    overflow-y: scroll;
}
.main-viewport{
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
}
.main-viewport{
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
}
.headImgBox {
    position: relative;
    /*margin-top: 1.8rem;*/
}
.headImgBox .rule_btn{
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 0.75rem;
    top: 0.2rem;
    z-index: 2;
}
.headImgBox .bg {
    width: 100%;
    display: block;
    background-color: #d6d6d6;
    min-height: 26.05rem;
}
/*.fixTop{*/
/*    position: fixed;*/
/*    top: 0;*/
/*    z-index: 10;*/
/*}*/
.fixTop img{
    width: 100%;
}
.headImgBox .titImg {
    width: 14.05rem;
    position: absolute;
    right: 2.6rem;
    top: 2rem;
    animation: topIcon;
    -webkit-animation: topIcon 2s 2 ease-in-out;
    animation: topIcon 2s 2 ease-in-out;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    perspective:4rem;
    -webkit-perspective:4rem;
}
.headImgBox .userList {
    position: absolute;
    width: 9.25rem;
    bottom: 15rem;
    left: .9rem;
    font-size: 0;
    height: 3.6rem;
    padding-top: 0.25rem;
    overflow: hidden;
    z-index:2;
}
.headImgBox .userList .userBox {
    position: relative;
}
.headImgBox .userList .userTs {
    background-color: rgba(36, 36, 36, 0.6);
    border-radius: 0.5rem;
    height: 1rem;
    display: inline-block;
    line-height: 0.85rem;
    padding: 0 0.5rem 0 0.15rem;
    font-size: 0.45rem;
    color: #fff;
    margin-bottom: 0.25rem;
    transition: opacity 0.8s, height 1s;
    -moz-transition: opacity 0.8s, height 1s;
    -webkit-transition: opacity 0.8s, height 1s;
    -o-transition: opacity 0.8s, height 1s;
    overflow: hidden;
    box-sizing: border-box;
    opacity: 1;
}
.headImgBox .userList .active .userTs{
    height: 0;
    opacity: 0;
}
.headImgBox .userList .userTs img {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 100%;
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.15rem;
}
.headImgBox .getTicket {
    width: 19rem;
    height: 7.8rem;
    background-image: url('../images/getTicket.png');
    background-size: 100% 100%;
    position: absolute;
    top: 47.3%;
}
.headImgBox .getTicket .txt{
    position: absolute;
    top: 2.65rem;
    right: 6rem;
}
.headImgBox .getTicket .txt p:nth-child(1){
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
}
.headImgBox .getTicket .txt p:nth-child(2){
    font-size: .7rem;
    color: #fff;
    margin-top: 0.1rem;
}
.headImgBox .getTicket .gBtn{
    width: 3.8rem;
    position: absolute;
    right: 1rem;
    top: 32%;
    -webkit-animation: sBtn 0.5s ease-in-out infinite;
    animation: sBtn 0.5s ease-in-out infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    /*background-image: url(https://pages.c-ctrip.com/bus-images/busH5/anniversary/game_btn.png);*/
    background-size: 100% 100%;
}
.headImgBox .coupon{
    width: 16.85rem;
    height: 5rem;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%);
    background: url(../images/coupon.png)no-repeat;
    background-size: 100% 100%;
}
.headImgBox .coupon .seal{
    height: 2.45rem;
    width: 2.45rem;
    position: absolute;
    left: 7.6rem;
    top: 0.9rem;
}
.headImgBox .coupon .left{
    position: absolute;
    top: 1.6rem;
    left: 0.9rem;
    display: flex;
    color: #ff4000;
}
.headImgBox .coupon .left .price{
    font-size: .85rem;
    line-height: 1;
}
.headImgBox .coupon .left .price span{
    color:#ff420E;
    font-size: 2.5rem;
    margin-left: .2rem;
    font-weight: bold;
}
.headImgBox .coupon .left .desc{
    margin-top: 0.5rem;
    margin-left: 0.8rem;
}
.headImgBox .coupon .left .desc p{
    line-height: 1rem;
}
.headImgBox .coupon .left .desc p:nth-child(1){
    font-weight: bold;
    font-size: .75rem;
}
.headImgBox .coupon .left .desc p:nth-child(2){
    font-size: .5rem;
    color: #ff4e19;
}
.headImgBox .coupon .right{
    position: absolute;
    top: 2.4rem;
    left: 12.9rem;
    color: rgba(255, 255, 255, 1);
    font-size: .55rem;
    font-weight: bold;
}
.tabList {
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    font-size: 0.65rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}
.tabList .tabItem {
    flex: 1;
    text-shadow: 0 1px 3px rgba(194, 64, 64, 0.5);
    /*width: 6.3rem;*/
    height: 2.25rem;
    text-align: center;
    line-height: 2.05rem;
    background: -webkit-linear-gradient(top, hsla(42, 90%, 84%, 1),hsla(33, 100%, 65%, 1));
    /* Safari 5.1 - 6.0 */
    /* Opera 11.1 - 12.0 */
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, hsla(42, 90%, 84%, 1),hsla(33, 100%, 65%, 1));

    /* 标准的语法 */
}
.tabList .tabItem.active {
    /*width: 6.8rem;*/
    background: -webkit-linear-gradient(top, hsla(21, 100%, 70%, 1), hsla(15, 92%, 55%, 1));
    /* Safari 5.1 - 6.0 */
    /* Opera 11.1 - 12.0 */
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, hsla(21, 100%, 70%, 1), hsla(15, 92%, 55%, 1));
    /* 标准的语法 */
}
.tabList.fixed_h {
    position: fixed;
    top: 0;
    background-color: #4E01D5;
    z-index: 90;
    display: flex;
}
.discountBox{
    background: #DC4F3AFF;
    padding-bottom: 1rem;
}
.couponBox{
    margin-top: -1.25rem;
    text-align: center;
}
.discountBox .coupon{
    position: relative;
    width: 16.85rem;
    height: 5rem;
    margin: auto;
    background: url(../images/coupon.png)no-repeat;
    background-size: 100% 100%;
}
.discountBox .coupon .seal{
    height: 2.45rem;
    width: 2.45rem;
    position: absolute;
    left: 7.6rem;
    top: 0.9rem;
}
.discountBox .coupon .left{
    position: absolute;
    top: 1.6rem;
    left: 0.9rem;
    display: flex;
    color: #ff4000;
}
.discountBox .coupon .left .price{
    font-size: .85rem;
    line-height: 1;
}
.discountBox .coupon .left .price span{
    color:#ff420E;
    font-size: 2.5rem;
    margin-left: .2rem;
    font-weight: bold;
}
.discountBox .coupon .left .desc{
    margin-top: 0.5rem;
    margin-left: 0.8rem;
}
.discountBox .coupon .left .desc p{
    line-height: 1rem;
}
.discountBox .coupon .left .desc p:nth-child(1){
    color: black;
    font-size: .75rem;
}
.discountBox .coupon .left .desc p:nth-child(2){
    font-size: .5rem;
    color: #ff4e19;
}
.discountBox .coupon .right{
    position: absolute;
    top: 2.4rem;
    left: 12.9rem;
    color: rgba(255, 255, 255, 1);
    font-size: .55rem;
    font-weight: bold;
}
.msBox{
    position: relative;
    padding-bottom: 1.15rem;
    background: rgba(36, 109, 194, 1);
}
.msBox .msRulesButton{
    background:#1557A5;
}
.rulesButton{
    position: absolute;
    top: 2.5rem;
    right: .75rem;
    width: 1.55rem;
    height: 1.55rem;
    padding: .15rem;
    border-radius: .15rem;
    font-size: .55rem;
    color: #ffffff;
    text-align: center;
    line-height: .8rem;
}
.titA{
    height: 2.85rem;
    width: 13.75rem;
    display: block;
    margin: 0 auto;
    padding-bottom: 1.25rem;
    padding-top: .85rem;
}
.msBox .main{
    width: 17.5rem;
    margin:0 auto;
    background: #fff;
    border-radius: .2rem  .2rem  0rem  0rem;
    margin-bottom: .8rem;
}
.msBox .picBox{
    text-align: center;
}
.msBox .picBox .pic{
    position: relative;
}
.msBox .picBox .desc{
    position: absolute;
    text-align: left;
    width: 100%;
    left: 1.3rem;
    top: 4rem;
    color: #fff;
}
.msBox .picBox .desc p:nth-child(1){
    font-weight: bold;
 }
.msBox .picBox .desc .price{
    display: flex;
    align-items: baseline;
}
.msBox .picBox .desc .price .now{
    font-size: .75rem;
}
.msBox .picBox .desc .price .now span{
    font-size: 1.75rem;
}
.msBox .picBox .desc .price .ori span{
    font-size: .75rem;
}
.msBox .picBox .desc .price .ori{
    text-decoration: line-through;
    font-size: .45rem;
    padding-left: .2rem;
}
.msBox .picBox .discount{
    position: absolute;
    top: 2.3rem;
    font-size: .4rem;
    left: 3.7rem;
    padding-right: .2rem;
}
.msBox .picBox .discount span{
    display: inline-block;
    height: 0.95rem;
    font-size: .55rem;
    padding: 0 6px 0 12px;
    line-height: 0.9rem;
    background-image: url(../images/saleBg.jpg);
    background-size: 100% 100%;
}
/*.msBox .picBox  .discount:before{*/
/*    left: -0.9rem;*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 0rem;*/
/*    height: 0rem;*/
/*    border: 0.46rem solid;*/
/*    border-color: transparent #FD4826 transparent transparent;*/
/*}*/
.msBox .picBox  .specS:before{
    /*right: 3.26rem;*/
}
.msBox .picBox  .specF:before{
    right: 2.5rem;
}

.msBox .picBox img{
    width: 16.25rem;
    height: 8rem;
}
.msBox .picBox .pic{
    margin-bottom: .4rem;
}
.msBox .picBox .pic .progressImg{
    width: 3.375rem;
    height: 1.25rem;
    position: absolute;
    left: 0.6rem;
}
.msBox .picBox .pic .succImg{
    width: 4.675rem;
    height: 2.325rem;
    position: absolute;
    left: 0.6rem;
}
.msBox .picBox .pic .soldImg{
    width: 3.375rem;
    height: 1.25rem;
    position: absolute;
    left: 0.6rem;
}
.msBox .picBox .recBtn img{
    height: 2rem;
    width: 5.5rem;
    position: absolute;
    left: 11rem;
    top: 5.3rem;
}
.msBox .picBox .soldBtn img{
    height: 2rem;
    width: 5.5rem;
    position: absolute;
    left: 11rem;
    top: 5.3rem;
}
.msBox .picBox .useBtn img{
    height: 2rem;
    width: 5.5rem;
    position: absolute;
    left: 11rem;
    top: 5.3rem;
}
.msBox .picBox .checkDetail .checkBtn{
    width: 3.5rem;
    text-align: left;
    padding-left: .6rem;
    font-size: .6rem;
    font-weight: bold;
}
.msBox .picBox .checkDetail .detail p{
    font-size: .4rem;
}
.msBox .picBox .checkDetail .detail{
    text-align: left;
    margin-left: 0.6rem;
    white-space: normal;
}
.msBox .picBox .checkDetail .iconUp{
    height: 0.35rem;
    width: 0.35rem;
    border-width: 0.08rem 0.08rem 0 0;
    border-color: #000000;
    border-style: inset;
    transform: rotate(135deg) skew(-6deg,-9deg);
    position: absolute;
    left: 3.3rem;
    top: 8.3rem;
}
.msBox .picBox .checkDetail .iconDown{
    height: 0.35rem;
    width: 0.35rem;
    border-width: 0.08rem 0.08rem 0 0;
    border-color: #000000;
    border-style: inset;
    transform: rotate(-45deg) skew(-6deg,-9deg);
    position: absolute;
    left: 3.3rem;
    top: 8.6rem;
}
.msTabList{
    width: 100%;
    margin-bottom: .9rem;
    box-sizing: border-box;
    color: #fff;
    font-size: 0.75rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}
.msTabList .msTabItem {
    width: 8.75rem;
    height: 1.85rem;
    text-align: center;
    line-height: 2.05rem;
    background: #1557A5;
    color: #ffffff;
}
.msTabList  #gw{
    border-top-left-radius: .2rem;
}
.msTabList  #gn{
    border-top-right-radius: .2rem;
}
.msTabList .msTabItem.active{
    background: #FFFFFF;
    color: #246DC2;
}
.msBox .more{
    color: #fff;
    margin: 0 auto;
    width: 17.5rem;
    height: 2.2rem;
    text-align: center;
    line-height: 2.4;
    border: solid .1rem #fff;
    border-radius: 1.15rem;
}
.msBox .more span{
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    border-width: .4rem;
    transform: rotate(45deg);
    border-top: 2px solid white;
    border-right: 2px solid white;
}
.mzBox{
    position: relative;
    background: #D45846;
    padding-bottom: 1.7rem;
}
.mzBox .titA{
    padding-bottom: 0rem;
}
.mzBox .timeLimitedQg .titA{
    height: 0.95rem;
    width: 12.75rem;
    margin-bottom: .7rem;
}
.mzBox .mzRulesButton{
    background: #BA3F2E;
}
.mzBox .coupon{
    height: 5.05rem;
    position: relative;
    width: 17.5rem;
    margin: 0 auto;
    text-align: center;
    background-size: 100%;
    background-image: url('../images/ybBg.png');
}
.mzBox .coupon .seal{
    z-index: 3;
    width: 2.45rem;
    height: 2.45rem;
    left: 8rem;
}
.mzBox .conn{
   display: flex;
   justify-content: space-between;
   margin: 0 2rem;
}
.mzBox .conn p{
    width: .4rem;
    height: .7rem;
    background: #9F2D1F;
}
.mzBox .coupon img{
    position: absolute;
    top: .9rem;
    left: .7rem;
    width: 16rem;
    height: 3.8rem;
}
.mzBox .coupon .left{
    position: absolute;
    top: 1.7rem;
    left: 1.4rem;
    display: flex;
    color:#FE1600;
}
.mzBox .coupon .left .price{
    font-weight: bold;
    font-size: 1rem;
}
.mzBox .coupon .left .price span{
    display: inline-block;
    width: 1.4rem;
    height: 3rem;
    color:#ff420E;
    font-size: 2rem;
    margin-left: .2rem;
    font-weight: bold;
}
.mzBox .coupon .left .desc{
    color: #000000;
    margin-top: 0.2rem;
    margin-left: 0.5rem;
}
.mzBox .coupon .left .desc p{
    line-height: 1rem;
}
.mzBox .coupon .left .desc p:nth-child(1){
    font-weight: bold;
    font-size: .75rem;
}
.mzBox .coupon .left .desc p:nth-child(2){
    font-size: .5rem;
}
.mzBox .coupon .right{
    position: absolute;
    top: 2.3rem;
    left: 12.65rem;
    color: rgba(255, 255, 255, 1);
    font-size: .55rem;
    font-weight: bold;
}
.mzBox .main{
    width: 17.5rem;
    margin:0 auto;
    background: #fff;
    border-radius: .2rem;
}
.mzTabList{
    width: 100%;
    margin-bottom: .2rem;
    box-sizing: border-box;
    color: #fff;
    font-size: 0.75rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}
.mzTabList .mzTabItem {
    width: 8.75rem;
    height: 1.85rem;
    text-align: center;
    line-height: 2.05rem;
    background: #F4C247;
    color: #ffffff;
}
.mzTabList .mzTabItem.active{
    background: #FFFFFF;
    color: rgba(184, 54, 35, 1);
}
.mzBox .picBox{
    display: flex;
    flex-flow: wrap;
}
.mzBox .picBox .cd{
    position: relative;
    margin: .5rem auto;
}
.mzBox .picBox .yn{
    position: relative;
    margin: .5rem auto;
}
.mzBox .picBox  img:nth-child(1){
    border-top-left-radius: .2rem;
    border-top-right-radius:.2rem;
}
.mzBox .picBox img{
    display: flex;
    width: 8rem;
    height: 5rem;
}
.mzBox .picBox  .ybIcon{
    position: absolute;
    top: 0rem;
    width: 2.7rem;
    height: 1.5rem;
}
.mzBox .picBox .sales{
    height: .85rem;
}
.mzBox .picBox .txtDesc{
    margin-top: .45rem;
    height: .85rem;
    font-weight:bold;
    color: #000;
    font-size: .6rem;
    line-height: .85rem;
}
.mzBox .picBox .price{
    color: #EC8140;
    font-size: .75rem;
    font-weight: bold;
}
.mzBox .picBox .price span{
    display: inline-block;
}
.mzBox .picBox .price span:nth-child(1){
    font-size: 1.2rem;
}
.mzBox .picBox .price span:nth-child(2){
    color:#9B9B9B;
    font-size: .45rem;
    text-decoration: line-through;
    font-weight: normal;
}
.mzBox .picBox .price span:nth-child(3) img{
    display: inline;
    margin-left: .25rem;
    width: 2rem;
    height:.85rem;

}
.timeLimitedQg{
    width: 17.5rem;
    margin: 0 auto;
    border-radius: .2rem .2rem 0rem 0rem;
    margin-bottom: .8rem;
}
.timeLimitedQg .pic{
    text-align: center;
    background: #fff;
    position: relative;
}
.timeLimitedQg  .pic .bg{
    width: 16.25rem;
    height: 8rem;
}
.timeLimitedQg .desc{
    position: absolute;
    text-align: left;
    width: 100%;
    left: 1.3rem;
    top: 4rem;
    color: #fff;
}
.timeLimitedQg .desc p:nth-child(1){
    font-weight: bold;
}
.timeLimitedQg .desc .price{
    display: flex;
    align-items: baseline;
}
.timeLimitedQg  .desc .price .now{
    font-size: .75rem;
}
.timeLimitedQg  .desc .price .now span{
    font-size: 1.75rem;
}
.timeLimitedQg .desc .price .ori span{
    font-size: .75rem;
}
.timeLimitedQg  .desc .price .ori{
    text-decoration: line-through;
    font-size: .45rem;
    padding-left: .2rem;
}
.timeLimitedQg .discount{
    position: absolute;
    top: 2.3rem;
    font-size: .4rem;
    left: 3.7rem;
    padding-right: .2rem;
}
.timeLimitedQg .discount span{
    display: inline-block;
    height: 0.95rem;
    font-size: .55rem;
    padding: 0 6px 0 12px;
    line-height: 0.9rem;
    background-image: url(../images/saleBg.jpg);
    background-size: 100% 100%;
}
.timeLimitedQg .specS:before{
    /*right: 3.26rem;*/
}
.timeLimitedQg   .specF:before{
    right: 2.5rem;
}
.timeLimitedQg .pic{
    margin-bottom: .4rem;
    padding: 0.4rem;
    border-radius: .2rem;
}
.timeLimitedQg  .pic .progressImg{
    width: 3.375rem;
    height: 1.25rem;
    position: absolute;
    left: 0.6rem;
}
.timeLimitedQg .pic .succImg{
    width: 4.675rem;
    height: 2.325rem;
    position: absolute;
    left: 0.6rem;
}
.timeLimitedQg .recBtn img{
    height: 2rem;
    width: 5.5rem;
    position: absolute;
    left: 11rem;
    top: 5.3rem;
}
.timeLimitedQg .pic .useBtn img{
    height: 2rem;
    width: 5.5rem;
    position: absolute;
    left: 11rem;
    top: 5.3rem;
}

.mzBox .more{
    color: #fff;
    margin: 0 auto;
    width: 17.5rem;
    height: 2.2rem;
    text-align: center;
    line-height: 2.4;
    border: solid .1rem #fff;
    border-radius: 1.15rem;
    margin-top: .8rem;
}
.mzBox .more span{
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    border-width: .4rem;
    transform: rotate(45deg);
    border-top: 2px solid white;
    border-right: 2px solid white;
}
.qgBox{
    padding: 0.5rem 0.75rem 1.5rem;
    background: linear-gradient(to bottom, #4E01D6,#3F00B2);
}
.qgBox .titA{
    padding-bottom: 0.7rem;
}
.qgBox .couponBox {
    padding: 1rem 0.9rem 0.5rem;
    background-color: #330090;
    border-radius: 0.3rem;
    border: 1px solid rgba(136, 243, 226, 0.7);
    box-sizing: border-box;
    color: #fff;
    font-size: 0.45rem;
}
.qgBox .couponBox .couponItem {
    height: 4.2rem;
    margin-bottom: 0.75rem;
    position: relative;
}
.qgBox .couponBox .couponItem .couponBg {
    width: 100%;
    display: block;
}
.qgBox .couponBox .couponItem .abBox {
    position: absolute;
    top: 0.45rem;
    width: 100%;
}
.qgBox .couponBox .couponItem .abBox .topBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.qgBox .couponBox .couponItem .abBox .topBox .priceBox {
    width: 26%;
    text-align: center;
    font-size: 0.7rem;
}
.qgBox .couponBox .couponItem .abBox .topBox .priceBox span {
    font-size: 1.7rem;
    margin-left: 0.15rem;
}
.qgBox .couponBox .couponItem .abBox .topBox .rBox {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
    padding: 0 4.45rem 0 0.7rem;
    position: relative;
}
.qgBox .couponBox .couponItem .abBox .topBox .rBox .titB {
    font-size: 0.7rem;
    font-weight: bold;
}
.qgBox .couponBox .couponItem .abBox .topBox .rBox .qgBtn {
    position: absolute;
    right: 0.7rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.65rem;
    background: -webkit-linear-gradient(#F16C56, #E7B412);
    /* Safari 5.1 - 6.0 */
    /* Opera 11.1 - 12.0 */
    /* Firefox 3.6 - 15 */
    background: linear-gradient(#F16C56, #E7B412);
    /* 标准的语法 */
    height: 1.55rem;
    line-height: 1.55rem;
    padding: 0 0.7rem;
    border-radius: 0.75rem;
    font-weight: bold;
}
.qgBox .couponBox .couponItem .infos {
    padding-left: 0.8rem;
    position: absolute;
    bottom: 0rem;
}
.adBox {
    background: #3F00B2;
}
.adBox .titA {
    height:1.2rem;
    margin: 0 auto;
    padding-top: 1.7rem;
}
.adBox .adList {
    margin-top: 0.65rem;
    background-color: #330090;
    border-radius: 0.3rem;
    border: 1px solid rgba(136, 243, 226, 0.7);
    overflow: hidden;
    padding: 0.95rem 0.6rem 0.6rem;
}
.adBox .adList .adImg {
    border-radius: 0.45rem;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 0.5rem;
}
.adBox .adList .adImg img {
    width: 100%;
    height: 4.5rem;
    display: block;
}
.ctripIcon {
    display: block;
    width: 7.825rem;
    margin: 0.9rem auto;
}
.wcBox{
    padding: 0 0.8rem;
    color: #fff;
    font-size: 0.6rem;
}
.wcBox .wcInfo{
    height: 2.1rem;
    background-color: rgba(36, 0, 103, 0.35);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.75rem 0 0.95rem;
    margin-bottom: 5rem;
}
.wcBox .wcInfo i{
    height: 1.35rem;
    padding: 0 0.85rem;
    font-weight: bold;
    line-height: 1.35rem;
    background: -webkit-linear-gradient(#FAD961, #F76B1C); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#FAD961, #F76B1C); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#FAD961, #F76B1C); /* Firefox 3.6 - 15 */
    background: linear-gradient(#FAD961, #F76B1C); /* 标准的语法 */
    border-radius: 0.7rem;
}
.com-mask {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: 0.4;
    z-index: 15;
}
.topRuleBox{
    padding: 0 0.5rem 1.25rem 0.5rem;
    padding-top: 0.9rem;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 14.8rem;
    height:24.5rem;
    border-radius: .55rem;
    z-index: 93;
}
.goRuleBox{
    padding: 0 0.5rem .5rem 0.5rem;
    padding-top: 0.9rem;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 14.8rem;
    /*height:24.2rem;*/
    border-radius: .55rem;
    z-index: 93;
}
.msRuleBox{
    padding: 0 0.5rem 1.25rem 0.5rem;
    padding-top: 2rem;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 14.8rem;
    height:18.5rem;
    border-radius: .55rem;
    z-index: 93;
}
.mzRuleBox{
    padding: 0 0.5rem 1.25rem 0.5rem;
    padding-top: 2rem;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 14.8rem;
    height:18.5rem;
    border-radius: .55rem;
    z-index: 93;
}
/*.topRuleBox .box {*/
/*    position: relative;*/
/*    max-height: 16rem;*/
/*    overflow-y: scroll;*/
/*}*/
.topRuleBox .xBg {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 0.8rem;
    height: 0.8rem;
}
.goRuleBox .xBg {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 0.8rem;
    height: 0.8rem;
}
.mzRuleBox .xBg{
     position: absolute;
     top: 20px;
     right: 20px;
     width: 0.8rem;
     height: 0.8rem;
}
.msRuleBox .xBg{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 0.8rem;
    height: 0.8rem;
}
.topRuleBox .ruleTitle {
    font-size: .75rem;
    color: #000;
    line-height: 1.05rem;
    text-align: center;
    margin-bottom: .55rem;
    font-weight: bold;
}
.topRuleBox .pic{
    width: 13.4rem;
    height: 4.1rem;
    margin: 0 auto .75rem;
}
.topRuleBox .pic img{
    width: 100%;
}

.topRuleBox .ruleBox{
    height: 23rem;
    overflow-y: scroll;
}
.topRuleBox .ruleBox .subTitle{
    margin: 1.3rem auto .25rem .7rem;
    font-size: 0.65rem;
    color: #000;
    font-weight: bold;
    line-height: 0.125rem;
    text-align: center;
    background: #FFC0C0;
    border-radius: .65rem;
    letter-spacing: .05rem;
    width: auto;
    height: .65rem;
    padding: auto .3rem;
    padding-left: .3rem;
    padding-right: .3rem;
    display: inline-block;
}
.topRuleBox .ruleBox .ruleItem{
    margin: 0 auto;
    width: 13.35rem;
    overflow-y: scroll;
    color: #000;
    font-size: .55rem;
    letter-spacing: .05rem;
    line-height: .95rem;
}
.goRuleBox .rulePic{
    text-align: center;
}
.goRuleBox .subTitle{
    text-align: center;
}
.goRuleBox img{
    height: 4.1rem;
    width: 13.4rem;
}
.goRuleBox .ruleBox{
    height: 19.5rem;
    overflow-y: scroll;
}
.goRuleBox .ruleTitle {
    font-size: .75rem;
    color: #000;
    line-height: 1.05rem;
    text-align: center;
    margin-bottom: .55rem;
    font-weight: bold;
}
.goRuleBox .ruleBox .subTitle{
    margin: 1.3rem auto .25rem .7rem;
    font-size: 0.65rem;
    color: #000;
    font-weight: bold;
    line-height: 0.125rem;
    text-align: center;
    background: #FFC0C0;
    border-radius: .65rem;
    letter-spacing: .05rem;
    width: 3.65rem;
    height: .65rem;
}
.goRuleBox .ruleBox p{
    margin: 0 auto;
    width: 13.35rem;
    color: #000;
    font-size: .55rem;
    letter-spacing: .05rem;
    line-height: .95rem;
}
.goRuleBox .bottomItem{
    margin: 0 auto;
    width: 13.35rem;
    color: #000;
    font-size: .55rem;
    letter-spacing: .05rem;
    line-height: .95rem;
    margin-top: .5rem;
}
/*.goRuleBox .ruleBox .ruleItem{*/
/*    margin: 0 auto;*/
/*    width: 13.35rem;*/
/*    color: #000;*/
/*    font-size: .55rem;*/
/*    letter-spacing: .05rem;*/
/*    line-height: .95rem;*/
/* }*/
/*.goRuleBox .btn{*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    font-size:.75rem;*/
/*    color:#fff;*/
/*    line-height: 1.05rem;*/
/*    margin-top: .5rem;*/
/*}*/
/*.goRuleBox .btn .lottery{*/
/*     text-align: center;*/
/*     line-height: 2.1rem;*/
/*     height: 2.05rem;*/
/*     width: 6.2rem;*/
/*     border-radius: 1rem;*/
/*     background: linear-gradient(to bottom,#FAD961,#F76B1C);*/
/*}*/
/*.goRuleBox .btn .book{*/
/*    text-align: center;*/
/*    line-height: 2.1rem;*/
/*    height: 2.05rem;*/
/*    width: 6.2rem;*/
/*    border-radius: 1rem;*/
/*    background: linear-gradient(to bottom,#FF803A,#FF491B);*/
/*}*/
.msRuleBox .ruleTitle {
    font-size: .75rem;
    color: #000;
    line-height: 1.05rem;
    text-align: center;
    margin-bottom: .55rem;
    font-weight: bold;
}
.msRuleBox .subRuleTitle {
    font-size: .75rem;
    color: #000;
    line-height: 1.05rem;
    text-align: center;
}
.msRuleBox .ruleBox{
    overflow: scroll;
    height: 16rem;
}
.msRuleBox .ruleBox .subTitle{
    margin: 1.3rem auto .25rem .7rem;
    font-size: 0.65rem;
    color: #000;
    font-weight: bold;
    line-height: 0.125rem;
    text-align: center;
    background: #FFC0C0;
    border-radius: .65rem;
    letter-spacing: .05rem;
    width: 3.65rem;
    height: .65rem;
}
.msRuleBox .ruleBox .ruleItem{
    margin: 0 auto;
    width: 13.35rem;
    color: #000;
    font-size: .55rem;
    letter-spacing: .05rem;
    line-height: .95rem;
}
.msRuleBox .ruleBox .tipsItem{
    margin: 0 auto;
    width: 13.35rem;
    /*height:2.05rem;*/
    color: #000;
    font-size: .55rem;
    letter-spacing: .05rem;
    line-height: .95rem;
}
.mzRuleBox .ruleTitle {
    font-size: .75rem;
    color: #000;
    line-height: 1.05rem;
    text-align: center;
    margin-bottom: .55rem;
    font-weight: bold;
}
/*.mzRuleBox .subRuleTitle {*/
/*    font-size: .75rem;*/
/*    color: #000;*/
/*    line-height: 1.05rem;*/
/*    text-align: center;*/
/*}*/
.mzRuleBox .ruleBox{
    overflow: scroll;
    height: 16rem;
}
.mzRuleBox .ruleBox .subTitle{
    margin: 1.3rem auto .25rem .7rem;
    font-size: 0.65rem;
    color: #000;
    font-weight: bold;
    line-height: 0.125rem;
    text-align: center;
    background: #FFC0C0;
    border-radius: .65rem;
    letter-spacing: .05rem;
    width: auto;
    display: inline-block;
    height: .65rem;
    padding-left: .3rem;
    padding-right: .3rem;
}
.mzRuleBox .ruleBox .ruleItem{
    margin: 0 auto;
    width: 13.35rem;
    color: #000;
    font-size: .55rem;
    letter-spacing: .05rem;
    line-height: .95rem;
}
.mzRuleBox .ruleBox .tipsItem{
    margin: 0 auto;
    width: 13.35rem;
    /*height:2.05rem;*/
    color: #000;
    font-size: .55rem;
    letter-spacing: .05rem;
    line-height: .95rem;
}
@keyframes topIcon {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    25%{
        -webkit-transform: rotateY(-30deg);
        transform: rotateY(-30deg);
    }
    50%{
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    75%{
        -webkit-transform: rotateY(30deg) ;
        transform: rotateY(30deg);
    }
    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
}
@-webkit-keyframes topIcon {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    25%{
        -webkit-transform: rotateY(-30deg);
        transform: rotateY(-30deg);
    }
    50%{
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    75%{
        -webkit-transform: rotateY(30deg);
        transform: rotateY(30deg);
    }
    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
}
@keyframes icon2 {
    0% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}
@-webkit-keyframes icon2 {
    0% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}
@keyframes icon3 {
    0% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}
@-webkit-keyframes icon3 {
    0% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}
@keyframes sBtn{
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@-webkit-keyframes sBtn{
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.boatActive {
    width: 4.35rem;
    position: fixed;
    z-index:90;
    bottom: 8%;
    right: 0.15rem;
    /*bottom: 8%;*/
    /*right: 0.15rem;*/
    -webkit-animation: icon3 0.2s ease-in-out infinite;
    animation: icon3 0.2s ease-in-out infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.ctripActive{
    width: 3rem;
    position: fixed;
    bottom: 20%;
    right: 0.75rem;
    -webkit-animation: icon2 0.2s ease-in-out infinite;
    animation: icon2 0.2s ease-in-out infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.hide{
    display: none !important;
}