* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    /*font-family: 'FZLTHJ';*/
}

/*
@font-face
{
	font-family: FZLTHJ;
	src: url('FZLTHJ.OTF'),
	url('FZLTHJ.OTF'); !* IE9 *!
}
*/

a {
    color: #000;
    background: transparent;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-decoration-skip: objects;
    background: transparent;
    word-break: keep-all;
    outline: none;
}

a:hover {
    color: inherit;
}

html,
body {
    overflow-x: hidden;
    line-height: 1.15;
    overflow-y: scroll;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: url(../images/bg.png?0125) repeat-y;
}

img {
    width: 100%;
    display: block;
}

.hide {
    display: none;
}

img.img-block {
    width: 100%;
    margin: 0 auto;
}

.content {
    position: relative;
    width: 100%;
    margin: 0 auto;
    font-size: 3.2vw;
    background-repeat: no-repeat;
    background-image: url(../images/bottom.png?0125);
    background-size: 100% ;
    background-position: center bottom;
    padding: 20vw 0 74.8vw;
}

.webkit {
    display: -webkit-box;
    /*-webkit-box-orient: vertical;*/
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

#select_box {
    margin: 0 auto;
    height: 182px;
    width: 100%;
}

.imgBlock {
    display: block;
    margin: 0 auto;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.zi {
    z-index: 1;
}

.ovh {
    overflow: hidden;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}

/*侧边导航栏*/
.navFixed {
    position: fixed;
    z-index: 9;
    display: none;
}

.kefu{
    width: 100%;
    height: 13.5vw;
    display: block;
}

.talk{
    width: 100%;
    height: 13vw;
    display: block;
}

.zhibo{
    width: 100%;
    height: 14vw;
    display: block;
}

.back{
    width: 100%;
    height: 6vw;
    display: block;
}

.open{
    position: fixed;
    width: 14vw;
    top:59vw;
    right: 0;
    z-index: 100;
    display: none;
}

.navR{
    position: fixed;
    width: 14vw;
    height: 47.47vw;
    top:22vw;
    right: -14vw;
    background: url(../images/navR.png?0110) no-repeat;
    background-size: 100% 100%;
    transition: right 0.4s;
    z-index: 100;
}

.navR.show{
    right: 0;
}

#banner-box {
    width: 100%;
    height: 53vw;
}

.navMain {
    position: absolute;
    top: 0vw;
    left: 0;
    width: 100%;
    height: 21.6vw;
    text-align: center;
    background: url(../images/nav_bg.png?0125);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 0;
    padding: 2vw;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
    z-index: 99;
}

.navMain.fixed {
    position: fixed;
    top: 0;
}

.navMain span {
    width: 31.33vw;
    height: 9.6vw;
    line-height: 8.6vw;
    text-align: center;
    font-size: 3.73vw;
    color: #fff;
    font-weight: bold;
    background: url(../images/n.png?0125) no-repeat;
    background-size: 100% 100%;
}

.navMain span.on{
    background-image: url(../images/no.png?0125);
}

/*end*/

.ta-c {
    text-align: center !important;
}

.ta-l {
    text-align: left !important;
}

.ta-r {
    text-align: right !important;
}

.w-t {
    text-shadow: #a42d12 1px 0 0, #a42d12 0 1px 0, #a42d12 -1px 0 0, #a42d12 0 -1px 0;
}

/*modal*/
.form-line {
    width: 88%;
    margin: 0 auto;
    margin-bottom: 3.5vw;
    overflow: hidden;
    line-height: 8vw;
    position: relative;
    display: flex;
}

.form-line-left {
    color: #000;
    font-size: 3.73vw;
    text-align: center;
    line-height: 8vw;
    width: 24%;
}

.form-line-right {
    width: 76%;
}

.a-tips {
    width: 21%;
    color: #313131;
    font-size: 10px;
    text-align: right;
    /* line-height: .55rem; */
    float: left;
    margin-right: 10px;
    /* font-weight:  bold; */
    /* letter-spacing: .05rem; */
}

.inp {
    width: 100%;
    background: #fff;
    font-size: 3.6vw;
    padding: 0 2.6vw;
    float: left;
    line-height: 8vw;
    height: 8vw;
    color: #000;
    border-radius: 4vw;
    border: 1px solid #cbcbcb;
    box-sizing: border-box;
    outline: 0;
}

.inp.s2 {
    background: #f2f2f2;
    border-color: #f2f2f2;
    color: #313131;
}

.forget {
    position: absolute;
    width: 25%;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 8vw;
    color: #ff5b00;
    text-align: center;
    text-decoration: underline;
}

.forget:hover {
    color: #ff5b00;
}

/* å‹¾é€‰æç¤ºCSS */
.code {
    /* width: 56%; */
}

.getCode {
    width: 33%;
    height: 32px;
    line-height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    background: #0068a7;
    color: #fff;
    font-size: 12px;
    /* border-radius: 4px; */
    cursor: pointer;
    /* border-radius: .1rem; */
    /* border: 1px solid #ddd; */
    box-sizing: border-box;
}

.disable {
    background: #ddd;
}

/*modal start*/
.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 1000;
    overflow: auto;
    /*background: rgba(0,0,0,.7);*/
    -webkit-box-align: center;
    -webkit-box-pack: center;
}

.mask {
    background: #000;
    opacity: 0.7;
    z-index: 1000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 200;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.modal .con-box {
    position: relative;
    border-radius: 10px;
    width: 88%;
    box-sizing: border-box;
    max-height: 100% 100%;
    margin: 0 auto;
    padding-top: 16vw;
    padding-bottom: 4vw;
    line-height: 1.7;
    z-index: 1;
    /*overflow-y: scroll;*/
    background: url(../images/modal/m-rule.png?0112) center no-repeat;
    background-size: 100% 100%;
    border: none;
}

.modal .con-box.nobg {
    background: #fff;
}

.m-code .m-pcode-inp {
    position: relative;
    border-radius: 2vw;
    background: #e8928c;
    border: 1px solid #ae4f49;
    font-size: 2.8vw;
    padding-right: 11.2vw;
}

.m-code .copybtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 11.2vw;
    text-align: center;
    font-size: 3.2vw;
    color: #fff;
    line-height: 8vw;
    background: #fe3d3a;
    border-radius: 2vw;
}

.m-pcode{
    width: 67.8vw;
    font-siez:3vw;
    margin: 0px auto;
    height: 8vw;
    line-height: 8vw;
    overflow: hidden;
    color: #262626;
    border-radius: 4vw;
    display: flex;
}

.modal-box {
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1111;
    display: none;
    box-sizing: border-box;
    font-size: 16px;
    color: #313131;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    border-radius: 30px;
}

.close-box {
    position: absolute;
    top: -14vw;
    right: 4%;
    width: 9.6vw;
    height: 9.6vw;
    background: url(../images/modal/close.png?1027) center no-repeat;
    background-size: 100%;
    cursor: pointer;
    z-index: 11;
}

.close-box.middle {
    top: unset;
    bottom: -13.2vw;
    right: 50%;
    margin-right: -4vw;
}

.m-txt {
    width: 90%;
    margin: auto;
    font-size: 16px;
    color: #575757;
    /* margin-top: 40px; */
    margin-bottom: -20px;
}

.m-title {
    position: absolute;
    top: -5vw;
    left: 50%;
    margin-left: -40vw;
    width: 80vw;
    height: 12vw;
    font-size: 0;
}

.m-title img {
    margin: 0 auto;
}

.m-hx {
    position: absolute;
    width: 22vw;
    height: 16.8vw;
    z-index: 9;
    top: -2vw;
    left: 6%;
}

.m-txt {
    width: 90%;
    margin: 0 auto;
    /* margin-top: 40px; */
    /*margin-bottom: -20px;*/
}

/* 登录 */
.m-login {
    height: 70%;
    width: 100%;
}

.modal .con-box>.title {
    position: absolute;
    left: 0;
    top: -6.4vw;
    width: 100%;
}

.modal .con-box .title img{
    width: 73.87vw;
    margin: 0 auto;
}

.modal .con-text .title {
    text-align: center;
    font-size: 5.33vw;
    font-weight: bold;
    color: #fff;
}

.m-share{
    height: 93%;
    width: 74%;
}

.m-share .con-box{
    height: auto;
    min-height: 24vw;
    padding-bottom: 6vw;
}

.m-line {
    width: 92%;
    height: 0;
    margin: 12px auto;
    border-bottom: 1px dashed #91c8fa;
}

.shareimg {
    width: 38vw;
    float: right;
    margin-right: 0vw;
    margin-top: 0vw;
}

.shareimg2 {
    width: 51.07vw;
    float: right;
    margin-right: 0vw;
    margin-top: 0vw;
}


.m-kaiyun {
    height: 96%;
    width: 100%;
}

.m-kaiyun .con-box {
    padding-top: 113vw;
    width: 81.33vw;
    height: 128.13vw;
    background: url(../images/kaiyun/index.png?0117) no-repeat;
    background-size: 100% 100%;
}

.btn_draw{
    position: relative;
    width: 39.47vw;
    height: 15.33vw;
    background: url(../images/kaiyun/btn_draw.png?0117) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.hand{
    position: absolute;
    right: -11vw;
    top: 7vw;
    width: 19.73vw;
}

.m-details {
    height: 80%;
    width: 100%;
}

.m-details .con-box {
    padding-top: 52vw;
    width: 81.73vw;
    height: 108vw;
    background: url(../images/kaiyun/m-details.png?0117) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box_rule{
    margin-left: auto;
    margin-right: auto;
    margin-top: 2vw;
    color: #fff;
    font-size: 2.93vw;
    padding-bottom: 0.1vw;
    border-bottom: 1px solid #fff;
    display: table;
}

.tag-list{
    position: absolute;
    width: 66vw;
    left: 50%;
    top:6.8vw;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    justify-content: space-between;
    display: flex;
}

.tag-list li{
    position: relative;
    width: 9.33vw;
    padding-top: 40vw;
    color: #fff;
    font-size: 3.6vw;
    font-weight: bold;
    text-align: center;
}

.tag-list li .tag-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 9.33vw;
    height: 37.6vw;
}

.tag-list li:nth-child(2n) .tag-img{
    top:2.8vw;
}

.btns-yun{
    width: 74vw;
    margin: 5.2vw auto 0;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}

.btns-yun .btn{
    width: 36.4vw;
    height: 15.87vw;
    font-size: 0;
}

.btn_yun{
    background: url(../images/kaiyun/btn_yun.png?0117) no-repeat;
    background-size: 36.13vw;
    background-position: center bottom;
}

.btn_big{
    background: url(../images/kaiyun/btn_big.png?0117) no-repeat;
    background-size: 34.4vw;
    background-position: center bottom;
}

.btn_big[data-disable="1"]{
    background-image: url(../images/kaiyun/btn_big_disable.png?0117);
}

.btn_big[data-is_get="1"]{
    background-image: url(../images/kaiyun/btn_big_end.png?0117);
}

.btn_my{
    background: url(../images/kaiyun/btn_my.png?0117) no-repeat;
    background-size: 36.13vw;
    background-position: center bottom;
}

.btn_log{
    background: url(../images/kaiyun/btn_log.png?0117) no-repeat;
    background-size: 36.4vw;
    background-position: center bottom;
}


.red-txt {
    font-size: 5.33vw;
    color: #f84104;
    font-weight: bold;
    text-align: center;
}

.red-c {
    width: 32.93vw;
    height: 14.27vw;
    line-height: 15vw;
    background: url(../images/modal/cbg.png?0117) no-repeat;
    background-size: 100% 100%;
    margin: 8vw auto 5vw;
    color: #000035;
    font-size: 5vw;
    text-align: center;
}

.red-c .red-licheng {
    color: #e60012;
    font-size: 7vw;
    font-weight: bold;
    text-align: center;
}

.r-btn {
    position: absolute;
    top: 51vw;
    left: 50%;
    width: 48vw;
    height: 13vw;
    margin-left: -24vw;
}

.m-kt2,.m-kt3{
    height: 70%;
    width: 100%;
    color: #c41f1b;
    font-size: 5.3vw;
    font-weight: bold;
    text-align: center;
}

.m-kt2 .con-box{
    width: 82.67vw;
    height: 55.33vw;
    padding-top: 17vw;
    background: url(../images/modal/kt2.png?1219) no-repeat;
    background-size: 100% 100%;
}

.m-kt3 .con-box{
    width: 82.67vw;
    height: 55.33vw;
    padding-top: 17vw;
    background: url(../images/modal/kt3.png?1219) no-repeat;
    background-size: 100% 100%;
}

.m-zhibo{
    height: 70%;
    width: 100%;
}

.m-zhibo .con-box{
    width: 82.67vw;
    height: 53.07vw;
    padding-top: 14vw;
    background: url(../images/modal/m-zhibo.png?1219) no-repeat;
    background-size: 100% 100%;
}

.m-price,.m-price4{
    height: 84%;
    width: 100%;
}

.m-price .con-box{
    padding-top: 12vw;
    border-radius: 2vw;
    border: none;
}

.price-info{
    width: 63.2vw;
    background: #fff;
    line-height: 8vw;
    color: #2c2c2c;
    text-align: center;
    font-size: 4.27vw;
    border-radius: 4vw;
    margin: 3vw auto 0;
    border:1px solid #2c2c2c;
}

.m-price4 .price-info{
    width: 92vw;
    justify-content: center;
    background: none;
    border:none;
    display: flex;
}

.price-head{
    line-height: 8vw;
    background: #f3d1a5;
    text-align: center;
    font-size: 4.4vw;
    font-weight: bold;
    border-radius: 2vw 2vw 0 0;
    color: #bb1a1e;
}

.price-info>div.p2_3,.price-info>div.p4_9{
    position: relative;
    width: 48%;
    height: auto;
    margin: 0 1%;
    padding-bottom: 7.6vw;
    border-radius: 2vw;
    background: #fff;
    border: 2px solid #d66457;
    display: block;
}

.p2_3 .price-txt,.p4_9 .price-txt{
    width: 100%;
    padding: 0;
    font-size: 3.6vw;
    text-align: center;
}

.price-btn{
    position: absolute;
    left: 50%;
    bottom:-4.4vw;
    width: 33.07vw;
    height: 9.6vw;
    line-height: 8.8vw;
    font-size: 4.27vw;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.p2_3 .price-btn{
    background-image: url(../images/modal/btn.png?0125);
}

.p4_9 .price-btn{
    background-image: url(../images/modal/btn.png?0125);
}

.pbtn{
    position: relative;
    width: 31.47vw;
    line-height: 8.8vw;
    font-size: 5.2vw;
    text-align: center;
    font-weight: bold;
    border:1px solid #2c2c2c;
    border-radius: 2vw;
    background: #ffe324;
    margin: 4vw auto;
}

.fitem{
    font-size: 3.6vw;
    justify-content: center;
    align-items: center;
    margin: 0vw auto;
    display: flex;
}

.btn_xs{
    width: 14.13vw;
    height: 7.73vw;
    line-height: 6.6vw;
    font-size: 3.2vw;
    font-weight: bold;
    text-shadow: 0 0.67vw 0.67vw rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: center;
    background: url(../images/modal/btn_xs.png?1224) no-repeat;
    background-size: 100% 100%;
}

.m-prize2 {
    height: 80%;
    width: 100%;
}

.m-prize2 .con-box {
    padding-top: 20vw;
    width: 81.73vw;
    height: 92.4vw;
    background: url(../images/kaiyun/m-big.png?0117) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#tag_img{
    width: 79.73vw;
    margin: 2vw auto 0;
}

.prize_img2{
    width: 30.8vw;
    height: 23.2vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 0 auto;
}

.prize_info2{
    width: 79.73vw;
    height: 12.67vw;
    background: url(../images/kaiyun/yy.png?0117) no-repeat;
    background-size: 100% 100%;
    margin: 2vw auto 0;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.m-prize {
    height: 80%;
    width: 100%;
}

.m-prize .con-box {
    padding-top: 52vw;
    width: 81.73vw;
    min-height: 108vw;
    background: url(../images/kaiyun/m-details.png?0117) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 6vw;
    align-items: center;
}

#tag_img{
    width: 79.73vw;
    margin: 2vw auto 0;
}

.prize_info{
    margin-top: 1vw;
}

.prize_txt{
    text-align: center;
    color: #fff;
    font-size: 3.47vw;
}

.prize_img{
    width: 24.8vw;
    height: 13.8vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 0 auto;
}

.prize_rule{
    text-align: center;
    color: #ffe7dd;
    font-size: 2.4vw;
    margin-top: 1vw;
}

.m-myPrize {
    height: 70%;
    width: 100%;
}

.m-myPrize .con-box {
    padding-top: 14vw;
    width: 82.67vw;
    height: 53.87vw;
    background: url(../images/kaiyun/m-bg.png?0112) center no-repeat;
    background-size: 100% 100%;
}

.prize-list{
    width: 78vw;
    height: 21.6vw;
    margin: 0vw auto 0;
    background: #fa7b68;
    border-radius: 0 0 2vw 2vw;
    font-size: 2.93vw;
    font-weight: bold;
    max-height: 33.6vw;
    overflow: hidden;
    overflow-y: scroll;
    border: 1px solid #313131;
}

.prize-list li{
    height: 7.2vw;
    line-height: 7.2vw;
    background: #fff;
    border-bottom: 1px solid #313131;
    color: #313131;
    display: flex;
}

.prize-list li span{
    border-right: 1px solid #313131;
}

.prize-list li span:last-child{
    border-right: none;
}

.prize-list li:last-child{
    border-radius: 0 0 2vw 2vw;
    border-bottom: none;
}

.m-myPrize .head,
.m-plist .head,
.m-plist2 .head{
    width: 78vw;
    color: #fff;
    height: 6.4vw;
    line-height: 6.4vw;
    background: #c41f1b;
    margin: 0vw auto 0;
    border-radius: 2vw 2vw 0 0;
    font-size: 2.93vw;
    font-weight: bold;
    border: 1px solid #313131;
    border-bottom: none;
    display: flex;
}

.prize-list li span label{
    color: #e65205;
    text-align: right;
    text-decoration: underline;
    float: right;
}

.m-plist2 {
    height: 70%;
    width: 100%;
}

.m-plist2 .con-box {
    padding-top: 5.6vw;
}

.m-plist {
    height: 70%;
    width: 100%;
}

.m-plist .con-box {
    padding-top: 16vw;
}

.m-plist .prize-list li{
    padding: 0;
}

/*.m-plist .prize-list li span.w50{
    padding: 1vw 0;
    line-height: 3.4vw;
}*/
.ct-rule-btn{
    padding: 0 2vw;
    line-height: 4.2vw;
    height: 4.2vw;
    color: #fff;
    background: #c41f1b;
    border-radius: 1vw;
    text-decoration: underline;
}

.m-info{
    height: 60%;
    width: 100%;
}

.m-info .con-box{
    padding-top: 3vw;
    width: 81.73vw;
    height: 62.4vw;
    background: url(../images/kaiyun/m-bg.png?0112) center no-repeat;
    background-size: 100% 100%;
}

.m-info .user-info{
    padding: 2vw 0 1vw;
    border-radius: 3vw;
    background: #fff;
}

.m-info .inp{
    background: none;
    border: none;
    border-bottom: 1px solid #f94519;
    border-radius: 0;
    outline: 0;
}

.m-code2 {
    height: 70%;
    width: 100%;
}

.m-code2 .con-box {
    width: 83.47vw;
    min-height: 38vw;
    padding-top: 12vw;
    background: url(../images/kaiyun/m-bg.png?0112) center no-repeat;
    background-size: 100% 100%;
    padding-bottom: 6vw;
}

.m-code2 .inp {
    border-radius: 3vw;
    background: #fedccc;
}

.m-code2 .m-pcode-inp {
    position: relative;
    border-radius: 2vw;
    background: #fff;
    border: 1px solid #bdbbb7;
    font-size: 2.8vw;
    padding-right: 11.2vw;
}

.m-code2 .copybtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 11.2vw;
    text-align: center;
    font-size: 3.2vw;
    color: #fff;
    line-height: 8vw;
    background: #fd4504;
    border-radius: 2vw;
}

.m-code {
    height: 70%;
    width: 100%;
}

.m-code .con-box {
    width: 82.67vw;
    height: 92.27vw;
    padding-top: 13vw;
    background: url(../images/modal/m-code.png?1219) no-repeat;
    background-size: 100% 100%;
}

.code-img{
    width: 44.8vw;
    margin: 0 auto;
}

.m-code .inp {
    border-radius: 3vw;
    background: #fedccc;
}

.m-pcode{
    position: relative;
    width: 67.8vw;
    font-siez:3vw;
    margin: 0px auto;
    height: 8vw;
    line-height: 8vw;
    overflow: hidden;
    color: #262626;
    border-radius: 2vw;
    display: flex;
}

.m-prize-rule{
    color: #fff;
    width: 84%;
    margin: 0vw auto 0;
    font-size: 2.93vw;
}

.m-code .copybtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 15.2vw;
    text-align: center;
    font-size: 3.2vw;
    color: #fff;
    line-height: 8vw;
    background: #fe3d3a;
    border-radius: 3vw;
}

.m-alert {
    height: 70%;
    width: 100%;
}

.m-alert .con-box {
    width: 82.67vw;
    min-height: 42.4vw;
    padding-top: 8vw;
    background: url(../images/modal/m-alert.png?1224) center no-repeat;
    background-size: 100% 100%;
    padding-bottom: 4vw;
}

.m-alert .con-box .con{
    align-items: center !important;
}

.m-tip {
    height: 70%;
    width: 100%;
}

.m-tip .con-box {
    width: 82.67vw;
    min-height: 53.07vw;
    padding-top: 8vw;
    background: url(../images/modal/m-tip.png?1224) center no-repeat;
    background-size: 100% 100%;
    padding-bottom: 4vw;
}

.modal-box .pr.light:before{
    content: '';
    position: absolute;
    left: 17%;
    top:-29vw;
    width: 66.27vw;
    height: 58.27vw;
    background: url(../images/modal/light.png?1027) no-repeat;
    background-size: 100% 100%;
    animation: zq 6s infinite linear;
    -webkit-animation: zq 6s infinite linear;
}

@keyframes zq {
    0% {
        transform: rotate(0);
    }
    100%{
        transform: rotate(360deg);
    }
}


@-webkit-keyframes zq {
    0% {
        -webkit-transform: rotate(0);
    }
    100%{
        -webkit-transform: rotate(360deg);
    }
}

.modal-box .con-box .con {
    width: 100%;
    min-height: 26vw;
    font-size: 4.2vw;
    text-align: center;
    font-weight: bold;
    align-items: flex-end;
    margin: 0 auto;
    padding: 2vw 0;
    display: flex;
}

.modal-box .con-box .con .con-text {
    flex: 1;
    line-height: 1.5;
    padding: 0;
    color: #fff;
}


.m-tip .box-btns {
    margin-top: 2vw;
    padding-top: 0;
}

.m-tab {
    width: 100%;
    overflow: hidden;
    text-align: center;
    background: #fff;
}


.m-tab td, .m-tab th {
    padding: 1vw 0;
}

.w20 {
    width: 20% !important;
}

.w25 {
    width: 25% !important;
}

.w30 {
    width: 30% !important;
}

.w40 {
    width: 40% !important;
}

.w50 {
    width: 50% !important;
}

.w60 {
    width: 60% !important;
}

.w70 {
    width: 70% !important;
}

.w75 {
    width: 75% !important;
}

.w80 {
    width: 80% !important;
}

.w90 {
    width: 90% !important;
}

.w92 {
    width: 92% !important;
}

.w96 {
    width: 96% !important;
}

.w98 {
    width: 98% !important;
}

.w100 {
    width: 100% !important;
}

.modal-box .txt {
    height: 98%;
    padding: 0 1vw 0;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    word-break: break-all;
}

.modal-box .txt span {
    color: #E95500;
}

.m-rule {
    height: 70%;
    width: 100%;
}

.m-rule .con-box {
    width: 83.47vw;
    height: 102vw;
    padding-top: 2vw;
    background: url(../images/modal/m-rule.png?0112) no-repeat;
    background-size: 100% 100%;
}

.m-txt-con {
    position: absolute;
    top: 14vw;
    bottom: 3vw;
    left: 2vw;
    right: 2vw;
    color: #313131;
    z-index: 1;
}

/*.m-txt-con b{
	color: #fff36e;
}*/

.m-rule .txt::-webkit-scrollbar {
    width: 5px;
    height: 2px;
    border-radius: 10px;
}

.m-rule .txt::-webkit-scrollbar-thumb {
    background: #ba3600;
    border-radius: 8px;
}


.m-rule .list {
    width: 100%;
    height: 88%;
}

.m-rule .list .list-con {
    width: 100%;
    height: 100%;
    padding: 0 0vw;
    /*overflow-y: scroll;*/
}

.jrNav{
    text-align: center;
    line-height: 6.8vw;
    padding: 1vw 0 2vw;
    font-size: 4vw;
    font-weight: bold;
    justify-content: space-between;
    display: flex;
}

.jrNav div{
    position: relative;
    width: 38vw;
    height: 9.87vw;
    line-height: 9.87vw;
    color: #bb1a1e;
    font-weight: bold;
    text-align: center;
    background: url(../images/div2/n.png?0125) no-repeat;
    background-size: 100% 100%;
}

.jrNav div.on{
    color: #fff0cb;
    font-size: 4vw;
    background-image: url(../images/div2/no.png?0125);

}

.m-rule .list .list-con::-webkit-scrollbar {
    width: 6px;
    height: 2px;
    border-radius: 10px;
}

.m-rule .list .list-con::-webkit-scrollbar-thumb {
    background: #ba3600;
    border-radius: 8px;
}

.m-rule .list ul {
    width: 100%;
    height: 58vw;
    text-align: center;
    margin: 2vw auto 0;
    border-top: 1px solid #313131;
    border-left: 1px solid #313131;
    flex-wrap: wrap;
    display: flex;
    overflow: scroll;
}

.m-rule .list ul li {
    width: 50%;
    border-bottom: 1px solid #313131;
    border-right: 1px solid #313131;
    align-items: center;
    line-height: 6.8vw;
    font-size: 3.2vw;
    display: flex;
    background: #fff;
    color: #313131;
    justify-content: center;
}

.m-rule .list ul li.head{
    background: #f3d1a5;
    font-size: 4vw;
    color: #cf362b;
}

.m-all .list ul li {
    width: 50%;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    align-items: center;
    line-height: 2em;
}

/*modal end*/
.box {
    width: 100%;
    position: relative;
    line-height: 1.5;
    box-sizing: border-box;
    padding-top: 5.2vw;
    outline: 0;
}

.box.nopad {
    padding: 0;
}

.box2 .con1[data-finish="1"]:after{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    background: url(../images/finish3.png?0125) no-repeat;
    background-size: 20vw 20vw;
    background-position: 70% 60%;
}

.box3 .gj_flight[data-finish="1"]:after{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    background: url(../images/finish3.png?0125) no-repeat;
    background-size: 20vw 20vw;
    background-position: 70% 60%;
}

.gjItem{
    position: relative;
}

.mySwiper {
    margin: 20px auto;
    padding-bottom: 45px;
    width: 96%;
}

.swiper-slide {
    text-align: center;
}

.slide-img {
    display: block;
    margin: 0 auto;
    border: 10px solid #fff;
    box-sizing: border-box;
}

.pagination {
    width: 90% !important;
    margin: 0 auto;
    text-align: right;
}

/*swiper*/
.pagination {
    position: absolute;
    z-index: 20;
    bottom: 4%;
    right: 0%;
    width: 100%;
    /* text-align: center; */
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    /* border: 1px solid #fff; */
    cursor: pointer;
    border-radius: 100%;
    background: #fff;
}

.swiper-active-switch {
    background: #fff;
    background: #d7af4d;
}

.swiper-button-next,
.swiper-button-prev {
    width: 28px;
    height: 66px;
    position: absolute;
    top: 35%;
    /* margin-top: -22px; */
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.title-txt {
    width: 594px;
    /* display: inline-block; */
    line-height: 46px;
    background-color: #4a39c9;
    box-shadow: 6px 6px 0 #fff;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}


.none {
    display: none;
}

.t-txt2 {
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #fff;
    line-height: 1.5;
    padding: 10px 0 0;
}

.boxShadow {
    box-shadow: 0 4px 0 #432200;
}

.btn-box {
    margin: 0 auto 20px;
    text-align: center;
}

.btn-box .btnSty {
    display: inline-block;
    margin: 20px 15px;
}

.clearfix::before,
.clearfix::after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

.flex {
    display: flex;
}

.flex-dr {
    flex-direction: row;
}

.flex-dc {
    flex-direction: column;
}

.flex-aic {
    align-items: center;
}

.flex-jcc {
    justify-content: center;
}

header {
    width: 100%;
}

header .logo {
    width: 40%;
    padding: 10px 0;
}

/* lys start*/
.box-btn {
    width: 36.53vw;
    height: 12vw;
    line-height: 11vw;
    color: #583caf;
    font-size: 4.8vw;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/btn.png?1027) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    /*box-shadow: 0px 5px 1px 1px rgba(0,0,0,.1);*/
    display: block;
}

.box-btn.btn2 {
    color: #e9404e;
}

.box-content {
    position: relative;
    margin: 0 auto;
}

.box .c-btn,.box .b-btn {
    position: relative;
    font-size: 0;
}

.box .c-btn:before,
.box .b-btn:before{
    z-index: 1;
}

.b-btn[data-type="1"],
.b-btn[data-type="2"],
.c-btn[data-type="1"],
.c-btn[data-type="2"],
.c-btn[data-type="3"],
.c-btn[data-type="4"]{
    position: relative;
    width: 29.07vw;
    height: 10.93vw;
    background: url(../images/div1/btn_get.png?0125) no-repeat;
    background-size: 100%;
}

.b-btn[data-type="1"][data-finish="1"]:before,
.b-btn[data-type="2"][data-finish="1"]:before,
.c-btn[data-type="1"][data-finish="1"]:before,
.c-btn[data-type="2"][data-finish="1"]:before,
.c-btn[data-type="3"][data-finish="1"]:before,
.c-btn[data-type="4"][data-finish="1"]:before{
    content: "";
    position: absolute;
    right: 10%;
    bottom: 15%;
    width: 15.6vw;
    height: 15.6vw;
    background: url(../images/today.png?1027) no-repeat;
    background-size: 100% 100%;
}

.b-btn[data-type="1"][data-finish="2"]:before,
.b-btn[data-type="2"][data-finish="2"]:before,
.c-btn[data-type="1"][data-finish="2"]:before,
.c-btn[data-type="2"][data-finish="2"]:before,
.c-btn[data-type="3"][data-finish="2"]:before,
.c-btn[data-type="4"][data-finish="2"]:before{
    content: "";
    position: absolute;
    right: 10%;
    bottom: 15%;
    width: 15.6vw;
    height: 15.6vw;
    background: url(../images/finish.png?1027) no-repeat;
    background-size: 100% 100%;
}

.b-btn[data-type="1"][data-is_get="1"],
.b-btn[data-type="2"][data-is_get="1"],
.c-btn[data-type="1"][data-is_get="1"],
.c-btn[data-type="2"][data-is_get="1"],
.c-btn[data-type="3"][data-is_get="1"],
.c-btn[data-type="4"][data-is_get="1"]{
    background-image: url(../images/div1/btn_geted.png?0125);
}

.box-con{
    width: 93.6vw;
    padding: 2vw;
    background: url(../images/con-bg.jpg?1027) no-repeat #f7e1c2;
    background-size: 100% 100%;
    border-radius: 3vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box-con-title{
    color: #de143b;
    font-weight: bold;
    font-size: 4.8vw;
    text-align: center;
    padding-bottom: 2.4vw;
}

.box-line{
    position: relative;
    margin-top: 3vw !important;
}

.box-line:before{
    content: "";
    position: absolute;
    top:-5vw;
    left: 16vw;
    width: 7.6vw;
    height: 16.27vw;
    background: url(../images/box-line.png?0125) no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}

.box-line:after{
    content: "";
    position: absolute;
    top:-5vw;
    right: 16vw;
    width: 7.6vw;
    height: 16.27vw;
    background: url(../images/box-line.png?0125) no-repeat;
    background-size: 100% 100%;
}

.box-line.t1:before,
.box-line.t1:after{
    top:-4vw;
}

.box1 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: block;

}

.box1 .con1 {
    width: 97.73vw;
    height: 82.53vw;
    background: url(../images/div1/con1.png?0125) no-repeat;
    background-size: 100% 100%;
    border-radius: 2.4vw;
    padding: 15vw 0 0vw;
    margin: 0vw auto 0vw;
    margin-top: -2.8vw !important;
}

.box1_con1_txt{
    font-size: 3.84vw;
    color: #c41c1f;
    text-align: center;
    font-weight: bold;
}


.con1_fbg{
    width: 81.07vw;
    height: 27.33vw;
    margin: 1vw auto 1vw;
    background: url(../images/div1/con1_coupon.png?0125) no-repeat;
    background-size: 100%;
    padding-top: 15vw;
}

.con1_fbg_btns{
    position: relative;
    width: 73.33vw;
    font-size: 4.53vw;
    color: #fffefe;
    text-align: center;
    margin: 2vw auto 0;
    justify-content: space-between;
    display: flex;
}

.con1_fbg_btns div{
    position: relative;
    width: 29.07vw;
    height: 10.93vw;
    background: url(../images/div1/btn_dui.png?0125) no-repeat;
    background-size: 100%;
}

.btn_dui[data-finish="1"]:before {
    content: "";
    position: absolute;
    right: 0%;
    bottom: 15%;
    width: 15.6vw;
    height: 15.6vw;
    background: url(../images/today.png?1027) no-repeat;
    background-size: 100% 100%;
}

.btn_dui[data-finish="2"]:before {
    content: "";
    position: absolute;
    right: 0%;
    bottom: 15%;
    width: 15.6vw;
    height: 15.6vw;
    background: url(../images/finish.png?1027) no-repeat;
    background-size: 100% 100%;
}

.btn_dui[data-is_get="1"]:before {
    content: "";
    position: absolute;
    right: 0%;
    bottom: 15%;
    width: 15.6vw;
    height: 15.6vw;
    background: url(../images/get.png?1027) no-repeat;
    background-size: 100% 100%;
}

.con1_share{
    position: relative;
    width: 82.4vw;
    height: 14.53vw;
    margin: 0.6vw auto 0;
}

.con1_share[data-finish="1"]:before{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/finish3.png?0501) no-repeat;
    background-size: 14.87vw;
    background-position: 90% 0%;
    z-index: 9;
}

.share-item{
    position: absolute;
    top: 0vw;
    left: 0vw;
    width: 51vw;
    height: 14.53vw;
    justify-content: space-between;
    display: flex;
}

.share-item span{
    position: relative;
    width: 33.3%;
    height: 14.53vw;
}

.share-item span:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 14.53vw;
    height: 14.53vw;
    background: url(../images/div1/add.png?0125) no-repeat;
    background-size: 100%;
    transform: translateX(-50%);
}


.share-item span.on:before{
    background: url(../images/div1/tz.png?0125) no-repeat;
    background-size: 100%;
}

.btn_share{
    position: absolute;
    top: 2vw;
    right: 0vw;
    width: 29.07vw;
    height: 10.93vw;
    background: url(../images/div1/btn_share.png?0125) no-repeat;
    background-size: 100%;
    z-index: 1;
}

.dh_btn{
    position: absolute;
    top: 2vw;
    right: 0vw;
    width: 29.07vw;
    height: 10.93vw;
    background: url(../images/div1/btn_dui.png?0125) no-repeat;
    background-size: 100%;
    z-index: 1;
    display: none;
}

.dh_btn[data-is_get="1"]:before{
    content: "";
    position: absolute;
    right: 0%;
    bottom: 15%;
    width: 15.6vw;
    height: 15.6vw;
    background: url(../images/get.png?1027) no-repeat;
    background-size: 100% 100%;
}

.btn_details{
    position: fixed;
    bottom: 10vw;
    right: 0vw;
    width: 18.13vw;
    height: 22.8vw;
    background: url(../images/btn_details.png?0125) no-repeat;
    background-size: 100%;
    z-index: 11;
}

.box1 .con2 {
    width: 96.13vw;
    height: 94.13vw;
    background: url(../images/div1/con2.png?0205) no-repeat;
    background-size: 100% 100%;
    border-radius: 2.4vw;
    padding-top: 30vw;
    padding-bottom: 2.2vw;
    margin: 0vw auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.con2_coupon {
    width: 87.2vw;
    height: 52.67vw;
    background: url(../images/div1/con2_coupon.png?0125) no-repeat;
    background-size: 100%;
    padding: 36vw 6.8vw 0;
    justify-content: space-between;
    display: flex;
}

.box1 .con3 {
    position: relative;
    width: 97.47vw;
    height: 61.2vw;
    background: url(../images/div1/con3.png?0125) no-repeat;
    background-size: 100%;
    border-radius: 2.4vw;
    padding-top: 18vw;
    padding-bottom: 2.2vw;
    margin: -2vw auto 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.con3_coupon:before{
    position: absolute;
    content: "";
    left: -5vw;
    top: -20vw;
    width: 20.13vw;
    height: 21.87vw;
    background: url(../images/div1/icon10.png?0125) no-repeat;
    background-size: 100%;
    z-index: 1;
}

.con3_coupon {
    position: relative;
    width: 85.07vw;
    height: 27.47vw;
    background: url(../images/div1/con3_coupon.png?0125) no-repeat;
    background-size: 100%;
    padding: 16vw 5.8vw 0;
    justify-content: space-between;
    display: flex;
}

.box1 .con4 {
    position: relative;
    width: 97.47vw;
    height: 57.2vw;
    background: url(../images/div1/con4.png?0125) no-repeat;
    background-size: 100% 100%;
    border-radius: 2.4vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 18vw;
    padding-bottom: 2vw;
    margin: -2vw auto 0 !important;
}

.gnNav{
    position: relative;
    width: 100%;
    height: 51.73vw;
    margin: 1.6vw auto 0;
}

.gnNav nav{
    text-align: center;
    line-height: 6.8vw;
    padding: 1vw 0 2vw;
    font-size: 4vw;
    font-weight: bold;
    justify-content: space-between;
    display: flex;
}

.gnNav nav div{
    position: relative;
    width: 43.2vw;
    height: 9.87vw;
    line-height: 9.87vw;
    color: #bb1a1e;
    font-weight: bold;
    text-align: center;
    background: url(../images/div2/n.png?0125) no-repeat;
    background-size: 100% 100%;
}

.gnNav nav div.on{
    color: #fff0cb;
    font-size: 4vw;
    background-image: url(../images/div2/no.png?0125);

}

.gnNav nav div span{
    position: relative;
    z-index: 1;
}

.box2-flight{
    z-index: 2;
    width: 100%;
    margin-top: -9.2vw;
    padding:2vw 0 2vw;
    background: linear-gradient(0deg, #F7E1C2 55%, #FEDDBF 100%);
    border-radius: 0 0 2.67vw 2.67vw;
    border: 2px solid #fff;
}

.flight-item .b_price {
    color: #e33959;
    line-height: 6vw;
    font-size: 3.2vw;
    text-align: right;
    padding-right: 1vw;
    align-items: center;
    justify-content: space-between;
    display: flex;
}


.flight-item .b_price b{
    font-size: 4.2vw;
    color: #e64f6c;
}

.np{
    position: relative;
    width: 14.53vw;
    height: 5.2vw;
    font-size: 0;
    background: url(../images/div2/np.png?0125) no-repeat;
    background-size: 100% 100%;
}

/*
.np:after{
    content: "";
    position: absolute;
    right: 0;
    top:50%;
    width: 3.2vw;
    height: 3.2vw;
    margin-top: -1.6vw;
    background: url(../images/div2/to.png?0125) no-repeat;
    background-size: 100% 100%;
}
*/

.gjNav{
    margin:  0 auto;
}

.gjNav nav{
    text-align: center;
    line-height: 6.4vw;
    color: #333333;
    margin-top: 2vw;
    font-size: 3.07vw;
    background: #f6e1b8;
    border: 1px solid #fff;
    border-radius: 2vw;
    flex-wrap: wrap;
    text-align: center;
    overflow: hidden;
    display: flex;
}

.gjNav nav span{
    width: 25%;
    background: #f6e1b8;
    font-weight: bold;
    color: #303030;
}

.gjNav nav span.on{
    background: #e12d18;
    border-radius: 2vw;
    border: 1px solid #fff;
    color: #fff;
}

.gjCate{
    width: 88vw;
    text-align: center;
    line-height: 6.8vw;
    padding: 1vw 0 0vw;
    font-size: 4vw;
    font-weight: bold;
    justify-content: space-between;
    display: flex;
}

.gjCate span{
    position: relative;
    width: 43.2vw;
    height: 9.87vw;
    line-height: 9.87vw;
    color: #bb1a1e;
    font-weight: bold;
    text-align: center;
    background: url(../images/div2/n.png?0125) no-repeat;
    background-size: 100% 100%;
}

.gjCate span.on{
    color: #fff0cb;
    font-size: 4vw;
    background-image: url(../images/div2/no.png?0125);
}

.gwcNav nav{
    text-align: center;
    line-height: 6.4vw;
    color: #333333;
    margin-top: 2vw;
    font-size: 3.07vw;
    background: #f6e1b8;
    border: 1px solid #fff;
    border-radius: 2vw;
    flex-wrap: wrap;
    text-align: center;
    overflow: hidden;
    display: flex;
}

.gwcNav nav span{
    width: 25%;
    background: #f6e1b8;
    font-weight: bold;
    color: #303030;
}

.gwcNav nav span.on{
    background: #e12d18;
    border-radius: 2vw;
    border: 1px solid #fff;
    color: #fff;
}

.btns {
    margin-top: 2.8vw;
    display: flex;
    align-items: center;
}

.btns .btn {
    width: 38.93vw;
    height: 9.2vw;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4.13vw;
    font-weight: bold;
    color: #FFFFFF;
}

.swiper-pros-box .swiper-pros{
    width: 92%;
    margin: 0 auto;
}

.btn-rule {
    font-size: 3.2vw;
    color: #262626;
    border-bottom: 1px solid #000;
}

.bts {
    animation: bts 1s infinite linear;
    -webkit-animation: bts 1s infinite linear;
}

@keyframes bts {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes bts {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

.box2 {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.box2 .con1 {
    position: relative;
    width: 97.87vw;
    height: 152vw;
    background: url(../images/div2/con1.png?0129) no-repeat;
    background-size: 100% 100%;
    border-radius: 2.4vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28vw 5vw 2vw;
    margin: 0vw auto 0;
}

.box2 .con2 {
    width: 97.47vw;
    height: 109.33vw;
    background: url(../images/div2/con2.png?1) no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 18vw 5vw 2vw;
    margin: -2vw auto 0 !important;
    border-radius: 2vw;
}

.con2_tab{
    position: relative;
    width: 88.27vw;
    height: 35.6vw;
    background: url(../images/div2/con2_tab.png?0125) no-repeat;
    background-size: 100% 100%;
    margin: 4.4vw auto 0;
}

.con2_tab .btn1{
    position: absolute;
    width: 30.27vw;
    height: 8vw;
    background: url(../images/div2/btn.png?0125) no-repeat;
    background-size: 100%;
    top: 11.5vw;
    left: 57vw;
}

.con2_tab .btn2{
    position: absolute;
    width: 30.27vw;
    height: 8vw;
    background: url(../images/div2/btn.png?0125) no-repeat;
    background-size: 100%;
    top: 24.5vw;
    left: 57vw;
}

.swiper-cf{
    width: 100%;
}

.swiper-cf.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-cf.swiper-pagination-custom,.swiper-cf .swiper-pagination-fraction{
    bottom:0;
}

.box .swiper-cf{
    padding-bottom: 5vw !important;
}

.box .swiper-pagination-bullet{
    /*background: #fff;
    opacity: 1;*/
}

.box .swiper-pagination-bullet-active{
    background: #ff7c8a !important;
}

.flex_between{
    justify-content: space-between;
    display: flex;
}

.box3 {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.box3 .con1{
    position: relative;
    width: 97.73vw;
    height: 65.87vw;
    background: url(../images/div3/con1.png?0125) no-repeat;
    background-size: 100% 100%;
    border-radius: 2.4vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28vw 5vw 2vw;
    margin: 0vw auto 0;
}

.con1_coupon {
    position: relative;
    width: 85.2vw;
    height: 25.47vw;
    background: url(../images/div3/con1_coupon.png?0125) no-repeat;
    background-size: 100%;
    padding: 12vw 5.8vw 0;
    justify-content: space-between;
    display: flex;
}

.box3 .con2{
    width: 96.13vw;
    height: 115.73vw;
    background: url(../images/div3/con2.png?0125) no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 11vw 4.5vw 0;
    margin: 0vw auto 0;
}

.con3_tab{
    position: relative;
    width: 88.27vw;
    height: 35.6vw;
    background: url(../images/div3/con2_tab.png?0129) no-repeat;
    background-size: 100% 100%;
    margin: 4.4vw auto 0;
}

.con3_tab .btn1{
    position: absolute;
    width: 26.4vw;
    height: 5.6vw;
    top: 12.5vw;
    left: 59vw;
}

.con3_tab .btn2{
    position: absolute;
    width: 26.4vw;
    height: 5.6vw;
    top: 24vw;
    left: 59vw;
}

.box3 .con3{
    width: 96.13vw;
    height: 50.93vw;
    background: url(../images/div3/con3.png?0125) no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 13vw;
    padding-bottom: 3vw;
    margin: 8vw auto 0;
}

.flight-title {
    position: relative;
    line-height: 5.6vw;
    padding-left: 3.2vw;
    color: #0360CF;
    font-size: 3.73vw;
    font-weight: bold;
    /*text-shadow: 0.27vw 0 2.13vw rgba(231, 80, 19, .94);*/
}

.flight-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1.33vw;
    height: 5.6vw;
    background: #0360CF;
    border-radius: 0.665vw;
}

.flight-search {
    background: #fff;
    width: 100%;
    height: 10vw;
    align-items: center;
    display: flex;
    border-radius: 2vw;
    border: 1px solid #e12d18;
}

.flight-search .s9 {
    width: 7.87vw;
    height: 3.07vw;
}

.flight-search .s7 {
    width: 9.07vw;
    height: 7.73vw;
}

.flight-search .item {
    position: relative;
    height: 10vw;
    line-height: 10vw;
    font-size: 4vw;
    text-align: center;
    color: #3a3a3a;
    font-weight: bold;
    flex: 1;
}

.flight-search .searchable-select {
    min-width: unset;
    vertical-align: unset;
    font-size: 3.47vw;
    color: unset;
}

.flight-search .searchable-select-caret {
    border-style: unset;
}

.flight-search .searchable-select-holder {
    padding: 0;
    line-height: 10vw;
    min-height: unset;
    min-width: unset;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
}

.flight-btn {
    width: 18.93vw;
    line-height: 10vw;
    text-align: center;
    font-size: 3.73vw;
    border-radius: 2vw;
    background: #e12d18;
    background-size: 100% 100%;
    color: #fff;
    font-weight: bold;
}

.box4 {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.box4 .con1{
    width: 97.73vw;
    height: 210vw;
    background: url(../images/div4/con1.png?0219) no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 22vw;
    margin: 0vw auto 0;
}

.quan{
    position: relative;
    width: 42.53vw;
    height: 27.33vw;
    background: url(../images/div4/quan.png?0125) no-repeat;
    background-size: 100%;
}

.c-btn[data-type="5"][data-finish="1"]:before{
    content: "";
    position: absolute;
    right: 10%;
    bottom: 15%;
    width: 15.6vw;
    height: 15.6vw;
    background: url(../images/today.png?1027) no-repeat;
    background-size: 100% 100%;
}

.c-btn[data-type="5"][data-finish="2"]:before{
    content: "";
    position: absolute;
    right: 10%;
    bottom: 15%;
    width: 15.6vw;
    height: 15.6vw;
    background: url(../images/finish.png?1027) no-repeat;
    background-size: 100% 100%;
}

.c-btn[data-type="5"][data-is_get="1"]:before{
    content: "";
    position: absolute;
    right: 10%;
    bottom: 15%;
    width: 15.6vw;
    height: 15.6vw;
    background: url(../images/get.png?1027) no-repeat;
    background-size: 100% 100%;
}

.box4_con1{
    width: 86.8vw;
    height: 40.8vw;
    background: #f3d1a5;
    border-radius: 2vw;
    padding-top: 2.4vw;
    margin: 2vw auto 0;
}

.box4 .con4 .tabs{
    line-height: 7vw;
    text-align: center;
    font-size: 4vw;
    justify-content: space-between;
    display: flex;
}

.box4 .con4 .tabs .tab{
    width: 29.4vw;
    background: #cbb2ef;
    border-radius: 3.5vw;
    border: 1px solid #cbb2ef;
    color: #fff;
}

.box4 .con4 .tabs .tab.on{
    border-color: #de143b;
    background: #fff;
    color: #de143b;
    font-weight: bold;
}

.box5 {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.box5 .con1{
    width: 97.73vw;
    height: 223.47vw;
    background: url(../images/div5/con1.png?0125) no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 22vw;
    margin: 0vw auto 0;

}

.g-nav{
    width: 100%;
    height: 7.2vw;
    line-height: 7.2vw;
    font-size: 3.47vw;
    font-weight: bold;
    text-align: center;
    color: #c51c1f;
    justify-content: space-between;
    display: flex;
}

.g-nav span{
    flex: 1;
    background:#fff3d5;
    margin: 0 0.4vw;
    border: 1px solid #c51c1f;
    border-radius: 3.6vw;
}

.g-nav span.on{
    background: #bf1c20;
    color: #fff;
}

.gn-con{
    width: 88vw;
    height: 86vw;
    background: #f5d2a7;
    padding: 2.8vw 0.6vw 2.8vw 1.6vw;
    border:1px solid #c61e22;
    margin: 2vw auto 0;
    border-radius: 2vw;
}

.gj-con{
    width: 88vw;
    height: 86vw;
    background: #f5d2a7;
    padding: 2.8vw 0.6vw 2.8vw 1.6vw;
    border:1px solid #c61e22;
    margin: 2vw auto 0;
    border-radius: 2vw;
}

.goods-list{
    width: 100%;
    height: 71vw;
    margin: 2vw auto 0;
    overflow: hidden;
    overflow-y: scroll;
}

.goods-list::-webkit-scrollbar {
    width: 4px;
    height: 2px;
    border-radius: 10px;
}

.goods-list::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 8px;
    display: block;
    font-size: 2.67vw;
}

.goods-list .shop-item{
    width: 100%;
    height: 31.2vw;
    padding-left: 33.6vw;
    border:none;
    overflow: hidden;
}

.goods-list .shop-img{
    position: absolute;
    left: 0;
    top:0;
    width: 31.2vw;
    height: 31.2vw;
}

.goods-list .shop-img img{
    width: 100%;
    min-height: 31.2vw;
}

.goods-list .shop-txt{
    color: #262626;
    font-size: 3.6vw;
}

.goods-list .shop-txt p{
    color: #737373;
    font-size: 2.93vw;
}

.goods-list .bag-price{
    left: 34.13vw;
    color: #de143b;
}

.goods-list .bag-price b{
    font-size: 4.7vw;
    color: #de143b;
}

.goods-list .bag-btn{
    position: absolute;
    width: 15.6vw;
    height: 5.73vw;
    background: url(../images/div5/btn_qiang.png?0125) no-repeat;
    background-size: 100% 100%;
}

.btn_more{
    width: 28vw;
    height: 6.13vw;
    font-size: 0;
    background: url(../images/div5/btn_more.png?0125) no-repeat;
    background-size: 100% 100%;
    display: block;
}

.box6 {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.box6 .con1{
    width: 98.67vw;
    height: 179.33vw;
    background: url(../images/div6/con1.png?0125) no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 29vw 5vw 0;
    margin: 0vw auto 0;
}

.box6 .con1.con1_wx{
    height: 180.53vw;
    background-image: url(../images/div6/con1.png?0125);
}

.box6 .con2{
    width: 96.13vw;
    height: 42.93vw;
    background: url(../images/div6/con2.png?0125) no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 13vw 6vw 0;
    margin: 0vw auto 0;
}

.box6 .con3{
    width: 96.13vw;
    height: 180vw;
    background: url(../images/div6/con3.png?0125) no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12vw 3vw 0;
    margin: 0vw auto 0;
}

.pro-con{
    width: 88vw;
    height: 123.2vw;
    background: #f5d2a7;
    padding: 2.8vw 0.6vw 2.8vw 1.6vw;
    border:1px solid #c61e22;
    margin: 2vw auto 0;
    border-radius: 2vw;
}

.pro-list{
    width: 100%;
    height: 108vw;
    margin: 2vw auto 0;
    overflow: hidden;
    overflow-y: scroll;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}

.pro-list::-webkit-scrollbar {
    width: 4px;
    height: 2px;
    border-radius: 10px;
}

.pro-list::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 8px;
    display: block;
    font-size: 2.67vw;
}

.box-nav {
    position: absolute;
    width: 100%;
    height: 7.33vw;
    font-size: 0;
    display: flex;
}

.box-nav span {
    flex: 1;
    font-size: 0vw;
    color: #fff;
}

.box-nav span.on {

}

.box-content2 .box-nav {
    width: 95vw;
    left: 3vw;
    top: 22vw;
}

.cbg {
    width: 100%;
    background: #ffd7b2;
    margin: 0 auto;
    padding: 2vw 0;
    border-radius: 2vw;
}

.box2-flight nav {
    text-align: center;
    margin: 0 auto;
    color: #262626;
    line-height: 8vw;
}

.box2-flight nav span {
    width: 27.93vw;
    margin-top: 0.4vw;
    background: #F5DBB5;
    border: 0.27vw solid #fff;
    border-radius: 4vw;
    font-size: 3.47vw;
    margin-right: 0.5vw;
    display: inline-block;
    color: #8b5d2a;
}

.box2-flight nav span.on {
    color: #fff;
    background: #B98250;
}

.box4-list {
    margin-top: 1.2vw;
    padding: 0 0.4vw;
    height: 30vw;
    overflow-y: scroll;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: baseline;
    display: flex;
}

.box4-list::-webkit-scrollbar {
    width: 4px;
    height: 2px;
    border-radius: 10px;
}

.box4-list::-webkit-scrollbar-thumb {
    background: #C88F5C;
    border-radius: 8px;
    display: block;
    font-size: 2.67vw;
}

.box4-list li {
    width: 38.73vw;
    height: 6.2vw;
    line-height: 6.2vw;
    font-size: 2.4vw;
    color: #262626;
    text-align: center;
    background: #fff;
    margin-bottom: 1.6vw;
    border-radius: 3.6vw;
    display: flex;
}

.box4-list1 li {
    font-size: 3vw;
}

.box4-list li span {
    flex: 1;
}

.box4-list li label {
    width: 37%;
    color: #A4642C;
}

.box4-con-flight {
    width: 83.2vw;
    margin: 2vw auto;
    background: #8EE5FF;
    padding: 3.2vw 2.4vw;
    border-radius: 4vw;
}

.box-line {
    position: relative;
    margin-top: 3.2vw !important;
}

.box-line:before {
    content: "";
    position: absolute;
    top: -10vw;
    left: 2vw;
    width: 7.6vw;
    height: 16.27vw;
    background: url(../images/box-line.png?0125) no-repeat;
    background-size: 100% 100%;
}

.box-line:after {
    content: "";
    position: absolute;
    top: -10vw;
    right: 2vw;
    width: 7.6vw;
    height: 16.27vw;
    background: url(../images/box-line.png?0125) no-repeat;
    background-size: 100% 100%;
}

.flightNav {
    width: 87.2vw;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    font-size: 0;
}

.flightNav span {
    width: 25.13vw;
    height: 8.13vw;
    line-height: 8.13vw;
    margin-top: 0.8vw;
    background: url(../images/div4/nav.png?0117) no-repeat;
    background-size: 100% 100%;
    font-size: 3.6vw;
    margin-right: 0.5vw;
    display: inline-block;
}

.flightNav span.on {
    background: url(../images/div4/nav1.png?0117) no-repeat;
    background-size: 100% 100%;
}

.flightList {
    width: 100%;
    margin: 4vw auto 0;
    padding: 0 2vw;
    height: 26vw;
    overflow-y: scroll;
    flex-wrap: wrap;
    align-content: baseline;
    justify-content: space-between;
    display: flex;
}

.flightList::-webkit-scrollbar {
    width: 4px;
    height: 2px;
    border-radius: 10px;
}

.flightList::-webkit-scrollbar-thumb {
    background: #ffe29d;
    border-radius: 8px;
    display: block;
}

.flightList li {
    width: 41.73vw;
    height: 7.2vw;
    line-height: 7.2vw;
    font-size: 3vw;
    color: #000;
    text-align: center;
    background: #fff;
    margin-bottom: 1.6vw;
    border-radius: 3.6vw;
    display: flex;
}

.content .swiper-con {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 4vw;
}

.content .swiper-con > .swiper-pagination-bullets {
    bottom: 0;
}


.swiper-quan.swiper-container {
    padding-bottom: 8vw;
    width: 90.27vw;
    height: 44vw;
}

.swiper-quan2.swiper-container {
    margin-top: 2vw;
    padding-bottom: 8vw;
    height: 25vw;
    width: 100%;
}

.shop-item {
    position: relative;
    width: 49%;
    height: 55vw;
    padding: 1.5vw;
    margin-bottom: 1.6vw;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
    border-radius: 6px;
    box-sizing: border-box;
    border: 1px solid #FF952D;
}

.shop-img {
    width: auto;
    height: 22.8vw;
    margin: 0 auto;
    overflow: hidden;
}

/*img.shop-img{
    width: 22.8vw;
}*/

.shop-txt {
    text-align: left;
    margin-top: 1vw;
    font-size: 2.8vw;
    height: 6em;
    color: #3b1200;
    overflow: hidden;
}

.box7 .shop-txt {
    height: 6.8em;
}

.shop-txt > span {
    margin-top: 1vw;
    font-size: 2.3vw;
    display: block;
}

.qf {
    color: #6b4713;
}

.bag-price {
    position: absolute;
    text-align: center;
    font-size: 2.8vw;
    left: 2vw;
    bottom: 2vw;
}

.bag-btn {
    position: absolute;
    right: 2vw;
    bottom: 2.2vw;
    background: #6b4713;
    width: 36%;
    line-height: 5.6vw;
    text-align: center;
    font-size: 3vw;
    font-weight: bold;
    color: #fff;
    border-radius: 2.8vw;
    display: block;
}

.shop-price b {
    font-size: 3.6vw;
    color: #fd4504;
}

.bag-price b {
    font-size: 3.6vw;
    color: #6b4713;
}

.shop-price .q {
    font-size: 3.2vw;
    color: #000;
    font-weight: bold;
}

.bag-price q {
    font-size: 2.8vw;
    color: #000;
}

.shop-btn {
    background: #fe663c;
    background: linear-gradient(to right, #fe663c, #fd3713);
    background: -webkit-linear-gradient(to right, #fe663c, #fd3713);
    width: 100%;
    margin-top: 1vw;
    line-height: 6.6vw;
    text-align: center;
    font-size: 3.6vw;
    font-weight: bold;
    color: #fff;
    border-radius: 2.8vw;
    display: block;
}

/* lys end */

.m-a {
    margin-left: auto;
    margin-right: auto;
}

.ls-half2 {
    letter-spacing: 0.25em
}

.ls-half {
    letter-spacing: 0.5em
}

.ls-1 {
    letter-spacing: 1em
}

.ls-2 {
    letter-spacing: 2em
}

.pt-10 {
    padding-top: 1.33vw;
}

.pt-20 {
    padding-top: 2.66vw;
}

.pt-30 {
    padding-top: 4vw;
}

.pt-40 {
    padding-top: 5.33vw;
}

.pt-50 {
    padding-top: 6.66vw;
}

.pb-10 {
    padding-bottom: 1.33vw;
}

.pb-20 {
    padding-bottom: 2.66vw;
}

.pb-30 {
    padding-bottom: 4vw;
}

.pb-40 {
    padding-bottom: 5.33vw;
}

.pb-50 {
    padding-bottom: 6.66vw;
}


.mt-10 {
    margin-top: 1.33vw;
}

.mt-20 {
    margin-top: 2.66vw;
}

.mt-30 {
    margin-top: 4vw;
}

.mt-40 {
    margin-top: 5.33vw;
}

.mt-50 {
    margin-top: 6.66vw;
}

.mt-60 {
    margin-top: 8vw;
}

.mt-70 {
    margin-top: 9.33vw;
}

.mt-80 {
    margin-top: 10.66vw;
}

.mt-90 {
    margin-top: 12vw;
}

.mt-100 {
    margin-top: 13.33vw;
}

.fs-9 {
    font-size: 2.4vw;
}

.fs-10 {
    font-size: 2.6vw;
}

.fs-11 {
    font-size: 3vw;
}

.fs-12 {
    font-size: 3.2vw;
}

.fs-13 {
    font-size: 3.5vw;
}

.fs-14 {
    font-size: 3.73vw;
}

.fs-16 {
    font-size: 4.4vw;
}

.fs-18 {
    font-size: 4.8vw;
}

.fs-20 {
    font-size: 5.33vw;
}

.fs-22 {
    font-size: 5.86vw;
}

.fs-24 {
    font-size: 6.4vw;
}

.fb {
    font-weight: bold;
}

.fn {
    font-weight: normal;
}

.mr-10 {
    margin-right: 1.33vw;
}

.td-u, a.td-u {
    text-decoration: underline;
}

.td-u2 {
    padding-bottom: 2px;
    border-bottom: 1px solid #fff;
}

.td-u3 {
    color: #0a57bf;
    padding-bottom: 2px;
    border-bottom: 1px solid #0a57bf;
}

.c-fff, .c-fff:hover {
    color: #fff !important;;
}

.c-000, .c-000:hover {
    color: #000 !important;;
}

.c-red, .c-red:hover {
    color: #de143b !important;
}

.c-191919, .c-191919:hover {
    color: #191919 !important;
}

.c-c41f1b, .c-c41f1b:hover {
    color: #c41f1b !important;
    border-color: #c41f1b;
}

.c-6D6D6D, .c-6D6D6D:hover {
    color: #6D6D6D !important;
}

.c-FF5176 {
    color: #FF5176;
}

.c-dc2323{
    color: #dc2323;
}

a.t-rule {
    display: table;
    line-height: 2em;
    margin-left: auto;
    margin-right: auto;
    text-decoration: underline;
}

.flight-group .scrollUI {
    width: 100%;
    font-size: 2.93vw;
    height: 6.13vw;
    line-height: 6.13vw;
    border-radius: 3.07vw;
    overflow: hidden;
    background: #fff;
    display: flex;
}

.flight-group .scrollUI li {
    width: auto;
    border-radius: 2.8vw;
    color: #313131;
    overflow: hidden;
    flex: 1;
}

.flight-group .scrollUI li.active {
    font-weight: bold;
    color: #fff;
    background: linear-gradient(-58deg, #6B4713 0%, #C88F5C 47%, #EFC890 100%);
}

.flight-group .slip-item {
    border-bottom: none;
}

.flight-group .slip-item > div {
    font-size: 3.2vw;
}

.flight-group[data-id="1"] .scrollUI li.active {
    border-top: none;
    border-bottom: none;
}

.flight-group[data-id="1"] .scrollUI {
    border: 1px solid #4DA2F1;
}

.box-btns {
    flex: 1;
    text-align: center;
}

.box-btns .btn {
    font-size: 4.27vw;
    font-weight: bold;
    text-shadow: 0 0.67vw 0.67vw rgba(0, 0, 0, 0.3);
    min-width: 33.07vw;
    height: 9.6vw;
    line-height: 8.8vw;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: url(../images/modal/btn.png?1224) no-repeat;
    background-size: 100% 100%;
    padding: 0 4.8vw;
    vertical-align: middle;
    display: inline-block;
}

.box-btns .btn:nth-child(2) {
    margin-left: 2vw;
}

.box-btns .btn.style2 {
    background-image: url(../images/modal/btn1.png?1224);
}

.txt-indent {
    text-indent: 2em;
}

.zhihui {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

/*活动结束页面*/
.page-finish {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}

.page-content {
    position: absolute;
    left: 10%;
    top: 30%;
    width: 80%;
    line-height: 120px;
    background: #fff;
    text-align: center;
    font-size: 16px;
    color: #000;
    border-radius: 10px;
    z-index: 201;
}

.form-line {
    width: 80%;
}

.aggress {
    width: 86%;
}

.aggress a {
    color: #FF4F71;
}

.forget {
    color: #427DE0;
}

.txt10 nav {
    text-align: center;
    margin: 0 auto;
    color: #fff !important;
    font-weight: bold;
    line-height: 5.4vw;
    font-size: 0;
}

.txt10 nav span.on {
    color: #fff;
    background: #B98250;
}

.txt10 nav span {
    width: 20vw;
    margin-top: 0.4vw;
    background: #F5DBB5;
    color: #fff !important;
    border: 1px solid #fff;
    border-radius: 3.4vw;
    font-size: 2.93vw;
    margin-right: 0.5vw;
    display: inline-block;
}

.swiper-quan2 .s3 {
    display: flex;
    justify-content: center;
}

.cover {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.box4 .fls::-webkit-scrollbar {
    width: 2px;
}

.box4 .fls::-webkit-scrollbar-thumb {
    background: #ffffff;
}


.c-262626 {
    color: #262626;
}

.c-724C18 {
    color: #724C18;
    border-bottom-color: #724C18;
}

.c-313131 {
    color: #313131;
}

.loc {
    position: relative;
    padding-left: 24vw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.loc_title{
    position: absolute;
    top:0;
    left: 0;
    padding-left: 2.4vw;
    line-height: 4.4vw;
    color: #c41f1b;
    font-size: 3.73vw;
    font-weight: bold;
}

.loc_title:before{
    content: "";
    position: absolute;
    width: 1.2vw;
    height: 4.4vw;
    left: 0;
    top:0;
    border-radius: 2.2vw;
    background: #c41f1b;
}

.loc_flex{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.loc .city {
    margin-left: 1vw;
    color: #c41f1b;
    font-size: 3.2vw;
    font-weight: bold;
}

.loc select {
    margin-left: 1vw;
    border: 0;
    border-radius: 2vw;
    font-size: 2.8vw;
    font-weight: bold;
    padding: 0 1vw;
}

.loc .searchable-select {
    width: 20vw;
    min-width: unset;
    vertical-align: unset;
    font-size: 3.47vw;
    color: unset;
}

.loc .searchable-select-holder {
    margin-left: 1vw;
    padding: 0 2vw;
    min-height: unset;
    min-width: unset;
    border: none;
    box-shadow: none;
    border-radius: 2vw;
    font-size: 2.8vw;
    font-weight: bold;
}

.swiper-ad .swiper-pagination-bullet {
    color: #ECC374 !important;
    background: #ECC374;
    opacity: 1;
}

.swiper-ad .swiper-pagination-bullet-active {
    color: #894D19 !important;
    background: #894D19;
}

.swiper-pros-box .swiper-pagination-bullet-active {
    color: #894D19 !important;
    background: #894D19;
}

/*活动未开始页面*/
.page-start{
    position: fixed;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}

.page-start .page-content{
    position: absolute;
    top:15%;
    left: 50%;
    width: 77.73vw;
    height: 78.13vw;
    background: url(../images/modal/page-start.png?0125) no-repeat;
    background-size: 100% 100%;
    z-index: 201;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.page-start .hour,.page-start .minute{
    position: absolute;
    width: 12vw;
    height: 12vw;
    line-height: 12vw;
    text-align: center;
    font-size: 10vw;
    font-weight: bold;
    color: #fcecc0;
}

.page-start .hour{
    left: 39.5%;
    top: 13vw;
}

.page-start .minute{
    left: 70%;
    top: 13vw;
}