* {
    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%;

}

body{
    /* background: url(../images/bg.jpg) no-repeat; */
    background-size: 100% 100%;
    background-color: #d6ffc5;
}

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;
    padding: 0vw 0 35.6vw;
    background: url(../images/bottom.jpg) no-repeat;
    background-size: 100%;
    background-position: center bottom;
}

.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;
}

.f-red{
    position: fixed;
    right: 2%;
    bottom: 10vw;
    width: 16vw;
    z-index: 100;
}

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

.cbtn1{
    width: 100%;
    height: 29.5vw;
    display: block;
}

.cbtn2{
    width: 100%;
    height: 25vw;
    display: block;
}

.cbtn3{
    width: 100%;
    height: 25vw;
    display: block;
}

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

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

.navMain {
    position: absolute;
    top: 0vw;
    left: 50%;
    width: 93.6vw;
    height: 15vw;
    text-align: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 4.53vw;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
    z-index: 99;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.navMain.fixed {
    position: fixed;
    top: 0;
    backdrop-filter: blur(4vw);
}

.navMain span {
    width: 23.2vw;
    height: 8.53vw;
    background-repeat: no-repeat;
    background-size: 100%;
    color: #197ed8;
    font-weight: bold;
    line-height: 7.53vw;
}

.navMain span{
    background-image: url(../images/modal/off.png);
    background-size: 100% 100%;
}

.navMain  span.on{
    background-image: url(../images/modal/on.png);
    background-position: left center;
    color: #fff;
}
/*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*/
.m-confirm {
    height: 70%;
    width: 100%;
}

.m-confirm .con-box {
    padding-top: 6vw !important;
}

.confirm-item {
    position: relative;
    padding: 0 2vw 4vw 10vw;
    color: #000;
}

.confirm-checkbox {
    position: absolute;
    width: 0;
    height: 0;
    left: 3.4vw;
    top: 0;
}

.confirm-checkbox:before {
    content: "";
    position: absolute;
    left: 2vw;
    top: 0.5vw;
    width: 3.6vw;
    height: 3.6vw;
    background: #fde67c;
    border-radius: 4px;
}

.confirm-checkbox:checked:after {
    content: "";
    position: absolute;
    width: 3.6vw;
    height: 2.67vw;
    left: 2vw;
    top: 1vw;
    background: url(../images/modal/gou.png?1027) center no-repeat;
    background-size: 100%;
}

.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%;
    margin: 0 auto;
    padding-top: 16vw;
    padding-bottom: 4vw;
    line-height: 1.7;
    z-index: 1;
    /*overflow-y: scroll;*/
    /*background: url(../images/modal/m-top.png?0112) top center no-repeat #fff;
    background-size: 100%;*/
    background:#fff;
    border: none;
}

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

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

.copybtn {
    position: absolute;
    top: 1px;
    right: 0;
    width: 14.8vw;
    height: 7.2vw;
    text-align: center;
    font-size: 3.2vw;
    color: #fff;
    line-height: 7.2vw;
    background: #0068b6;
    border-radius: 1vw;
}

.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: 0px;
    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%;
}

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

.close-box.middle {
    top: unset;
    bottom: -10vw;
    right: 50%;
    margin-right: -4vw;
}

.close-box2 {
    position: absolute;
    top: 3vw;
    right: 11vw;
    width: 5.87vw;
    height: 5.87vw;
    background: url(../images/modal/close2.png?1027) center no-repeat;
    background-size: 100%;
    cursor: pointer;
    z-index: 11;
}

.close-box2.middle {
    top: unset;
    bottom: -10vw;
    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: 52.13vw;
    height: 11.2vw;
    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: 50%;
    width: 52.13vw;
    height: 11.2vw;
    line-height: 11.2vw;
    text-align: center;
    font-size: 6.67vw;
    color: #f85500;
    top: 0;
    font-weight: bold;
    background: unset;
    background-size: 100% 100%;
    margin: 0 auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

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

.m-share{
    height: 100%;
    width: 100%;
    padding: 10% 13%;
    background: url(../images/redRain/sbg.png?10314) no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
    border-radius: 0;
}

.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: 58.93vw;
    float: right;
    margin-right: 0vw;
    margin-top: 0vw;
}

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

.m-redTip {
    height: 100%;
    width: 100%;
    padding-top: 25%;
    background: url(../images/redRain/sbg.png?10314) no-repeat;
    background-size: 100% 100%;
    border-radius: 0;
}

.m-redTip .con-box {
    width: 99.87vw;
    height: 111.07vw;
    padding: 19vw 17vw 0;
    background: url(../images/redRain/redTip.png?1019) no-repeat;
    background-size: 100%;
    padding-bottom: 7.6vw;
}

.m-redTip .con-box .con{
    height: 62vw !important;
}

.m-redTip .con-box .con .con-text {
    flex: 1;
    line-height: 1.5;
    padding: 0 3vw;
    color: #303030;
    font-size: 4.2vw;
}

.red-btns{
    position: absolute;
    left: 0;
    bottom: 14vw;
    width: 100%;
    height: 11.6vw;
}

.red-btns>.btn{
    display: block;
}

.red-btns>.btn img{
    width: auto;
    margin: 0 auto;
    height: 16.8vw;
}

.m-redhelp {
    height: 100%;
    width: 100%;
    padding-top: 40%;
    background: url(../images/redRain/sbg.png?10314) no-repeat;
    background-size: 100% 100%;
    border-radius: 0;
}

.m-redhelp .con-box{
    width: 68.6vw;
    background: url(../images/modal/red-help.png?0916) center no-repeat;
    background-size: 50.13vw;
    background-position: center top;
    padding: 56.4vw 0vw 0vw;
}

.m-red {
    height: 100%;
    width: 100%;
    padding-top: 25%;
    background: url(../images/redRain/sbg.png?10314) no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
    border-radius: 0;
}

.m-red .con-box {
    width: 99.87vw;
    height: 111.07vw;
    padding: 42vw 17vw 7.6vw;
    background: url(../images/redRain/m-red.png?1019) no-repeat;
    background-size: 100%;
}

.m-red .tbg0{
    position: relative;
    width: 62.4vw;
    height: 19.6vw;
    background: url(../images/redRain/tbg.png?1027) no-repeat;
    background-size: 100%;
    margin: 2vw auto 0;
    padding: 0 0.53vw;
}

.m-redRain{
    height: 100%;
    width: 100%;
    background: url(../images/redRain/sbg.png?10314) no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
    border-radius: 0;
}

.m-redRain .con{
    position: relative;
    width: 98.53vw;
    margin: 0 auto;
    padding-top: 25vw;
    padding-bottom: 0vw;
}

.m-redRain .con .btn-start{
    position: absolute;
    left: 50%;
    bottom: 10vw;
    margin-left: -31.8vw;
    width: 63.6vw;
}

.redRainMain{
    position: fixed;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.redRainMain .redRainBg{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: url(../images/redRain/sbg.png?10314) no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
    z-index: 201;
}

.pai-bg{
    position: absolute;
    left: 50%;
    top: 25vw;
    width: 85.33vw;
    height: 103.2vw;
    background: url(../images/redRain/red-get.png?10314) no-repeat;
    background-size: 100%;
    z-index: 202;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.pai-list{
    position: absolute;
    left: 50%;
    top: 52vw;
    width: 74.67vw;
    height: 67.6vw;
    z-index: 203;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.open-title{
    position: absolute;
    top: 18vw;
    left: 50%;
    width: 80.93vw;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 204;
    display: none;
}

.pai{
    position: absolute;
    width: 24.6vw;
    height: 33.2vw;
    transform-style: preserve-3d;
}

.pai:nth-child(1){
    left: 0;
    top: 0;
}

.pai:nth-child(2){
    left: 33.3%;
    top: 0;
}

.pai:nth-child(3){
    left: 66.6%;
    top: 0;
}

.pai:nth-child(4){
    left: 0;
    top: 34.4vw;
}

.pai:nth-child(5){
    left: 33.3%;
    top: 34.4vw;
}

.pai:nth-child(6){
    left: 66.6%;
    top: 34.4vw;
}

.pai-inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/redRain/red-open.png?10314) no-repeat;
    background-size: 100%;
    backface-visibility: hidden;
}

.pai-back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    backface-visibility: hidden;
    border-radius: 3vw;
}

.pai.fanpai{
    animation: fanpai 2.2s linear;
    -webkit-animation: fanpai 2.2s linear;
    z-index: 11;
}

@keyframes fanpai {
    0% {
        transform: scale(1) rotateY(0deg);
    }
    40% {
        top: 10vw;
        left: 25vw;
        transform: scale(2.2) rotateY(0deg);
    }
    50% {
        top: 10vw;
        left: 25vw;
        transform: scale(2.2) rotateY(0deg);
    }
    90% {
        top: 10vw;
        left: 25vw;
        transform: scale(2.2) rotateY(180deg);
    }
}

@-webkit-keyframes fanpai {
    0% {
        -webkit-transform: scale(1) rotateY(0deg);
    }
    40% {
        top: 0;
        left: 50%;
        -webkit-transform: scale(2.2) rotateY(0deg) translateX(-50%);
    }
    50% {
        top: 10vw;
        left: 25vw;
        -webkit-transform: scale(2.2) rotateY(0deg);
    }
    90% {
        top: 0;
        left: 50%;
        -webkit-transform: scale(2.2) rotateY(180deg) translateX(-50%);
    }
}

.runTime{
    position: absolute;
    width: 40%;
    top:13.2vw;
    left: 30%;
    z-index: 1;
}

.timeText{
    width: 26.13vw;
    margin: 0 auto;
}

#time{
    position: relative;
    top:-5vw;
    font-size: 17.6vw;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: linear-gradient(0deg, #f6e092 0%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0.4vw 17.07vw #ff5730;
}

.couten {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.couten li {
    position: absolute;
    animation: all 1s linear;
    -webkit-animation: all 1s linear;
    top:-4rem;
    -webkit-tap-highlight-color:  rgba(0, 0, 0, 0);
}
.couten li a{
    display: block;
}
.couten li img {
    width: 28.53vw;
}

.red-open{
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 20vh;
    overflow: hidden;
    z-index: 2;
    display: none;
}

.red-open img{
    width: 90.93vw;
    height: 96.8vw;
    margin: 0 auto;
}

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

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

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

.m-myRed .con-box {
    padding-top: 13vw;
}

.myRed-head {
    width: 90%;
    font-size: 5.2vw;
    color: #ff6d2a;
    font-weight: bold;
    text-align: center;
    display: flex;
    margin: 0 auto;
    padding-bottom: 1.6vw;
    border-bottom: 1px solid #ff6d2a;
}

.myRed-head span {
    flex: 1;
}

.myRed-list {
    margin-top: 3.2vw;
    width: 90%;
    height: 60vw;
    margin: 3.2vw auto 0;
    overflow-y: scroll;
}

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

.myRed-list::-webkit-scrollbar-thumb {
    background: #C88F5C;
    border-radius: 8px;
}

.myRed-list li {
    line-height: 6.4vw;
    font-size: 3.33vw;
    text-align: center;
    display: flex;
}

.myRed-list li > span {
    flex: 1;
}

.myRed-list li > span:first-child {
    color: #802902;
}

.myRed-list li > span:last-child {
    color: #e71c26;
}

.m-mp{
    height: 100%;
    width: 100%;
    padding-top: 15%;
    background: url(../images/redRain/sbg.png?10314) no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
    border-radius: 0;
}

.m-mp .con-box{
    width: 90.4vw;
    height: 119.07vw;
    background: url(../images/redRain/m-mp.png?0916) center no-repeat;
    background-size: 100% 100%;
    padding: 29vw 12vw 6vw;
}

.m-mp .pimg {
    position: relative;
    font-size: 0;
    width: 58vw;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto 0;
}

.m-mp .awards {
    width: 58vw;
    height: 14.8vw;
    position: relative;
    margin: 0 auto 0;
}

.m-mp .awards.s2{
    margin-top: 10vw;
}

.m-mp .pimg img{
    width: 14.8vw;
    height: 14.8vw;
}

.pimg img.long{
    width: 47.73vw;
}

.mp-rule{
    font-size: 3.47vw;
    color: #fff;
    padding-bottom: 0.05vw;
    border-bottom: 1px solid #fff;
    margin: -1vw auto 0;
    display: table;
}

.m-shareLog{
    height: 100%;
    width: 100%;
    padding-top: 15%;
    background: url(../images/redRain/sbg.png?10314) no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
    border-radius: 0;
}

.m-shareLog .con-box{
    width: 99.87vw;
    height: 114.8vw;
    background: url(../images/redRain/m-share.png?0916) center no-repeat;
    background-size: 100% 100%;
    padding-top: 47vw;
    padding-bottom: 6vw;
}

.m-shareLog .con-box .logs{
    width: 59.6vw;
    height: 35.4vw;
    margin: 0 auto;
}

.m-shareLog .con-box .logs li{
    font-size: 3.6vw;
    line-height: 10vw;
    display: flex;
}

.m-myPrize {
    height: 100%;
    width: 100%;
    background: url(../images/redRain/sbg.png?10314) no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
    padding-top: 20%;
}

.m-myPrize .con-box {
    width: 99.87vw;
    height: 111.07vw;
    background: url(../images/redRain/m-mp2.png?0916) center no-repeat;
    background-size: 100% 100%;
    padding: 34vw 11vw 0;
    padding-bottom: 6vw;
}

.myPrize-con{
    width: 59.33vw;
    height: 45.33vw;
    margin: 0 auto;
}

.m-myPrize .head,
.m-log .head{
    line-height: 4.8vw;
    color: #303030;
    font-size: 3.2vw;
    font-weight: bold;
    border-bottom: 1px solid #018acb;
    display: flex;
}

.m-log {
    height: 100%;
    width: 100%;
    background: url(../images/redRain/sbg.png?10314) no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
    padding-top: 20%;
}

.m-log .con-box {
    width: 99.87vw;
    height: 111.07vw;
    background: url(../images/redRain/m-mp.png?0916) center no-repeat;
    background-size: 100% 100%;
    padding: 34vw 11vw 0;
    padding-bottom: 6vw;
}

.w30{
    width: 30%;
}

.w70{
    width: 70%;
}

.prize-list {
    width: 100%;
    height: 38vw;
    overflow: hidden;
    overflow-y: scroll;
}

.prize-list li{
    font-size: 3vw;
    color: #000;
    padding: 1.33vw 0.8vw;
    display: flex;
}

.prize-list li div:first-child{
    position: relative;
    font-weight: bold;
}

.prize-list li div label{
    color: #ff0000;
    text-align: center;
    text-decoration: underline;
    display: block;
}

.m-pcode{
    position: relative;
    font-size: 0.42rem;
    font-weight: bold;
    margin: 0px auto;
    height: 0.62rem;
    line-height: 0.62rem;
    overflow: hidden;
    color: #333333;
    padding-right: 2.4rem;
    display: flex;
}

.m-pcode-title{
    width: 2.1rem;
    font-size: 0.32rem;
}

.m-pcode.m-pr{
    padding-right: 0rem;
}

.m-pcode-inp {
    position: relative;
    width: 100%;
    font-size: 0.3rem;
    border: 1px solid #0475ff;
    padding: 0 0.1rem;
}

.m-prize-rule{
    font-size: 0.21rem;
    color: #313131;
    width: 5.8rem;
    word-break: break-all;
    margin: 0.2rem auto 0;
}

.m-ticket {
    height: 100%;
    width: 100%;
    background: url(../images/redRain/sbg.png?10314) no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
    padding-top: 16%;
}

.m-ticket .con-box {
    width: 83.73vw;
    background: url(../images/redRain/red-get2.png?0916) center no-repeat;
    background-size: 100% 100%;
    padding: 10vw 8vw 6.8vw;
}

.m-virtual {
    height: 100%;
    width: 100%;
    background: url(../images/redRain/sbg.png?10314) no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
    padding-top: 16%;
}

.m-virtual .con-box {
    width: 83.73vw;
    background: url(../images/redRain/red-get2.png?0916) center no-repeat;
    background-size: 100% 100%;
    padding: 10vw 8vw 6.8vw;
}

.con-box.gx{
    padding-top: 12vw !important;
}

.con-box.gx:before{
    content: "";
    position: absolute;
    top:-12vw;
    left: 50%;
    width: 57.47vw;
    height: 24.13vw;
    background: url(../images/redRain/title.png?0916) center no-repeat;
    background-size: 100% 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.pcity{
    position: relative;
    width: 67.73vw;
    margin: 0 auto;
}

.prize-con{
    width: 66.67vw;
    margin: 2vw auto 0;
    background:url(../images/div3/bg-top.png) no-repeat #fffbf7;
    background-size: 56vw;
    background-position: center top;
    padding: 4vw 2.4vw 2vw;
    border-radius: 4vw;
}

.m-code {
    height: 100%;
    width: 100%;
    background: url(../images/redRain/sbg.png?10314) no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
    padding-top: 16%;
}

.m-code .con-box {
    width: 83.73vw;
    background: url(../images/redRain/red-get2.png?0916) center no-repeat;
    background-size: 100% 100%;
    padding: 10vw 8vw 6.8vw;
}

.pimg{
    width: 31.2vw;
    height: 16vw;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 13.33vw;
}

.pimg[data-pid='1']{
    background-image: url(../images/redRain/prize/1.png?051618);
}

.pimg[data-pid='2']{
    background-image: url(../images/redRain/prize/2.png?051618);
}

.pimg[data-pid='3']{
    background-image: url(../images/redRain/prize/3.png?051618);
}

.pimg[data-pid='4']{
    background-image: url(../images/redRain/prize/4.png?0303?051618);
}

.pimg[data-pid='5']{
    background-image: url(../images/redRain/prize/5.png?051618);
}

.pimg[data-pid='6']{
    background-image: url(../images/redRain/prize/6.png?051618);
}

.pimg[data-pid='7']{
    background-image: url(../images/redRain/prize/7.png?051618);
}

.pimg[data-pid='8']{
    background-image: url(../images/redRain/prize/8.png?051618);
}

.pimg[data-pid='9']{
    background-image: url(../images/redRain/prize/9.png?051618);
}

.pimg[data-pid='10']{
    background-image: url(../images/redRain/prize/10.png?051618);
}

.pimg[data-pid='11']{
    background-image: url(../images/redRain/prize/11.png?051618);
}

.pimg[data-pid='12']{
    background-image: url(../images/redRain/prize/12.png?051618);
}

.pcode{
    position: relative;
    margin: 1vw auto;
    color: #303030;
    font-size: 3.2vw;
    display: flex;
}

.pcode-txt{
    width: 10vw;
    line-height: 7.2vw;
}

.m-ticket .pcode-txt{
    width: 15vw;
}

.pcode-inp{
    width: 40vw;
    flex: 1;
    line-height: 7.2vw;
    border: none;
    background: #fff;
    color: #000;
    border: 1px solid #0068b6;
    padding: 0 14.4vw 0 2vw;
    outline: 0;
    border-radius: 1vw;
}

.ptitle{
    color: #737373;
    font-size: 2.93vw;
    text-align: center;
    white-space: nowrap;
}

.prule{
    max-height: 12vw;
    font-size: 2.4vw;
    margin: 2vw auto 0;
    overflow: hidden;
    overflow-y: scroll;
    word-break: break-all;
    color: #737373;
}

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

.m-flight .con-box {
    width: 83.47vw;
    padding: 3vw;
    background: #ade4fd;
}

.modal-box .list {
    width: 100%;
    margin: 2.4vw auto 0;
    border-radius: 2vw;
    overflow: hidden;
}

.modal-box .list .list-con {
    width: 100%;
    max-height: 58.67vw;
    overflow-y: scroll;
}

.modal-box .list .list-con::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    border-radius: 10px;
}

.modal-box .list .list-con::-webkit-scrollbar-thumb {
    background: #2b66e7;
    border-radius: 8px;
    display: none;
}

.modal-box .list ul {
    position: relative;
    width: 100%;
    max-height: 58.67vw;
    text-align: center;
    margin: 0 auto;
    flex-wrap: wrap;
    display: flex;
    align-content: flex-start;
    overflow: hidden;
    overflow-y: scroll;
    border:1px solid #5888b8;
    border-radius: 2vw;
}

.modal-box .list ul li.head{
    background: #3969bd;
    font-size: 4vw;
    font-weight: bold;
    color: #fff;
}

.modal-box .list ul li.head:nth-child(2){
    left: unset;
    right: 0;
}

.modal-box .list ul li {
    width: 50%;
    border-bottom: 1px solid #5888b8;
    border-right: 1px solid #5888b8;
    align-items: center;
    line-height: 6.67vw;
    font-size: 3.2vw;
    display: flex;
    background: #fff;
    color: #000000;
    justify-content: center;
}

.modal-box .list ul li:nth-child(2n){
    border-right: none;
}

.modal-box .list ul li:nth-last-child(1),
.modal-box .list ul li:nth-last-child(2){
    border-bottom: none;
}

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

.m-tip .con-box {
    width: 89.07vw;
    padding-top: 4vw;
    border:1px solid #226997;
    box-shadow: 0 0 8vw #8ce0ff inset;
    padding-bottom: 6vw;
}

.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: 27vw;
    font-size: 4.8vw;
    text-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 4vw 0;
    display: flex;
}

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


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

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


.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: 84% !important;
}

.w80 {
    width: 80% !important;
}

.w86 {
    width: 86% !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;
    border:1px solid #f85500;
    box-shadow: 0 0 8vw #f85500 inset;
}

.m-txt-con {
    position: absolute;
    top: 13vw;
    bottom: 3vw;
    left: 3vw;
    right: 3vw;
    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: #f85500;
    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;
}

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

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

.m-rule .list ul {
    width: 96%;
    text-align: center;
    margin: 0 auto;
    border: 0.6vw solid #fff;
    flex-wrap: wrap;
    display: flex;
    border-radius: 2vw;
    overflow: hidden;
}

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

.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: 3vw;
    outline: 0;
    display: none;
}

.box.nopad {
    padding: 0;
}

.mySwiper {
    margin: 0px auto;
    padding-bottom: 6vw !important;
    width: 96%;
}

.mySwiper .swiper-pagination{
    bottom: 0 !important;
}

.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;
}

.flex-jcsb {
    justify-content: space-between;
}

.flex-end{
    align-items: flex-end;
}

header {
    width: 100%;
}

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

/* lys start*/
.c-btn{
    position: relative;
}

.c-btn[data-finish="1"]:before{
    content: "";
    position: absolute;
    right: 5%;
    top:10%;
    width: 12vw;
    height: 12vw;
    background: url(../images/finish1.png?0217) no-repeat;
    background-size: 100% 100%;
}

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

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

.content>div{
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 4.8vw;
}

.box-rule{
    margin-left: auto;
    margin-right: auto;
    color: #262626;
    font-size: 3.2vw;
    padding-bottom: 0.1vw;
    border-bottom: 1px solid #262626;
    display: table;
}

.box1{
    margin: 0 auto;
}

.box1 .bg1{
    position: relative;
    width: 97.87vw;
    height: 71.87vw;
    background:url(../images/div1/bg.png) no-repeat;
    background-size: 100%;
    padding: 2.4vw 3vw 0vw;
    margin: 0vw auto 0;
}

.box2{
    margin-top: 4vw;
}

.box2 .bg1{
    position: relative;
    width: 97.87vw;
    height: 190vw;
    background:url(../images/div2/bg.jpg?0821) no-repeat;
    background-size: 100% 100%;
    padding: 5.6vw 6vw 7.2vw;
    margin: 0vw auto 0;
}

.div2Ad1{
    position: absolute;
    top: 6vw;
    left: 35vw;
    width: 54vw;
    height: 30vw;
}

.div2Ad2{
    position: absolute;
      top: 6vw;
      left: 8vw;
      width: 35vw;
      height: 20vw;
}

.div2Ad3{
    position: absolute;
      top: 30vw;
      left: 40vw;
      width: 50vw;
      height: 20vw;
}

.div2Ad4{
    position: absolute;
      top: 54vw;
      left: 8vw;
      width: 40vw;
      height: 20vw;
}
.div2Ad5{
    position: absolute;
      top: 81vw;
      left: 40vw;
      width: 50vw;
      height: 20vw;
}
.div2Ad6{
    position: absolute;
      top: 105vw;
      left: 8vw;
      width: 40vw;
      height: 20vw;
}
.div2Ad7{
    position: absolute;
      top: 132vw;
      left: 40vw;
      width: 50vw;
      height: 20vw;
}

.box3{
    position: relative;
    z-index: 2;
}

.box3-tip{
    position: relative;
    width: 82.13vw;
    line-height: 6.4vw;
    background: #fff;
    border-radius: 3.2vw;
    margin: 3vw auto 0;
    font-size: 3.47vw;
    color: #303030;
    padding-left: 9.33vw;
    border: 1px solid #0d91d5;
}

.box3-tip:before{
    content: "";
    position: absolute;
    top: 1vw;
    left: 2.8vw;
    width: 5.47vw;
    height: 4.4vw;
    background: url(../images/div3/laba.png) no-repeat;
    background-size: 100% 100%;
}

.c-2396f0{
    color: #2396f0;
}

.box3 .bg2{
    position: relative;
    width: 100%;
    background:url(../images/div3/bg.jpg?0821) no-repeat;
    background-size: 100% 100%;
	height: 140vw;
	padding-top: 52vw;
    margin: 0vw auto 0;
}

.box_nav{
    position: absolute;
    top: 4vw;
    left: 50%;
    width: 86vw;
    height: 18.13vw;
    background: url(../images/div3/tab-gn1.png) no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: space-around;
    font-size: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 1;
}

.box_nav.ntbg2{
    background-image: url(../images/div3/tab-gj1.png);
}

.box_nav span{
    flex: 1;
}

/* .box3 .bg2 .tbg1{
    position: relative;
    width: 85.47vw;
    background: url(../images/div3/tab-bg1.png) no-repeat #fff;
    background-size: 100%;
    margin: 0 auto;
    padding: 6.8vw 0 3vw;
    z-index: 2;
    border-radius: 4vw;
    border: 1px solid #2d9bf1;
} */

.box3 .bg2 .tbg2{
    position: relative;
    width: 85.47vw;
    background: #fff;
    background-size: 100%;
    margin: 0 auto;
    padding: 0 0 3vw;
    z-index: 2;
    border-radius: 4vw;
    border: 1px solid #2d9bf1;
    display: none;
}

.c-ff4c53{
    color: #ff4c53 !important;
}

.tag-bg{
    background: url(../images/div3/tab-bg1.png) no-repeat;
    background-size: 100%;
    border-radius: 3vw;
    border: 1px solid #dd4f5e;
    width: 86.27vw;
    padding: 2vw 1vw;
}

.tbg1 .tag-bg{
    padding: 0;
    padding-bottom: 2vw;
}

.cbg2 {
    position: relative;
    width: 72vw;
    height: 15.6vw;
    margin: 2.4vw auto 0;
}

.cbg2 .mine{
    width: 11.73vw;
}

.cbg2 .share-item{
    position: absolute;
    top: 0;
    left: 18vw;
    width: 11.73vw;
    height: 15.6vw;
    justify-content: space-between;
    display: flex;
}

.cbg2 .share-item span{
    position: relative;
    width: 11.73vw;
    height: 15.6vw;
}

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

.cbg2 .share-item span.on:before{
    background-image: url(../images/div3/user.png);
}

.cbg2 .btn_share{
    position: absolute;
    top: 3vw;
    right: 0vw;
    width: 37.33vw;
    height: 10.27vw;
    background: url(../images/div3/btn-share.png) no-repeat;
    background-size: 100%;
    z-index: 1;
}

.flight-buy{
    height: 8.8vw;
    line-height: 8.8vw;
    /* border-radius: 4.4vw;
    background: #fde0a8; */
    font-size: 4vw;
    color: #434343;
    text-align: center;
    display: flex;
}

.flight-buy b{
    font-size: 5.6vw;
    color: #ff3f02;
}

.flight-buy-txt{
    width: 40vw;
	font-weight: bold;
}

.flight-buy-btn{
    width: 24vw;
    background: url(../images/div3/btn-buy.png) no-repeat;
    background-size: 100%;
	margin-top: 1vw;
}

.flight-buy-btn[data-disable="1"]{
    background-image: url(../images/div3/btn-unbuy.png);
}

.box4{
	padding-top: 5.8vw;
}

.box4 .bg1{
    position: relative;
    width: 97.87vw;
    height: 114.8vw;
    background:url(../images/div4/bg.png?0821) no-repeat;
    background-size: 100% 100%;
    padding: 5vw 6vw 7.2vw;
    margin: 0vw auto 0;
}

.box5{
    margin-top: 4vw;
}

.box5 .bg1{
    position: relative;
    width: 97.87vw;
    height: 104.67vw;
    background:url(../images/div5/bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 7vw 6vw 7.2vw;
    margin: 0vw auto 0;
}

.div5Ad1{
    position: absolute;
    top: 5vw;
    left: 8vw;
    width: 41.33vw;
    height: 41.33vw;
}

.div5Ad2{
    position: absolute;
    top: 37vw;
    left: 50vw;
    width: 41.33vw;
    height: 41.33vw;
}

.div5Ad3{
    position: absolute;
    top: 50vw;
    left: 7vw;
    width: 41.33vw;
    height: 41.33vw;
}

.box7{
    margin-top: 0;
}

.box7 .swiper-container.swiper-cs{
    position: relative;
    /* width: 80.93vw; */
    margin: 2vw auto 0 auto;
    padding-bottom: 4vw !important;
}

.box7 .swiper-pagination-bullet{
    opacity: 1;
    background: #e2e2e2;
}

.box7 .swiper-pagination-bullet-active{
    background: #f9a406;
}

.box7 .bg1{
    position: relative;
    width: 97.87vw;
    background:url(../images/div7/bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 5.6vw 6vw 7.2vw;
    margin: 0vw auto 0;
}

.box_nav3{
    position: absolute;
    top: 0vw;
    left: 50%;
    width: 86vw;
    height: 18.13vw;
    background: url(../images/div7/tbg5.png) no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: space-around;
    font-size: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 1;
}

.box_nav3.ntbg6{
    background-image: url(../images/div7/tbg6.png);
}

.box_nav3.ntbg7{
    background-image: url(../images/div7/tbg7.png);
}

.box_nav3 span{
    position: relative;
    flex: 1;
}

.box_nav3 span.hot:before{
    content: "";
    position: absolute;
    right: 0;
    top: -1.8vw;
    width: 10.4vw;
    height: 3.6vw;
    background: url(../images/div7/hot.png) no-repeat;
    background-size: 100%;
}

.tbg-pr{
    position: relative;
    width: 85.47vw;
    /* padding-top: 9.6vw; */
    margin: 3.2vw auto 0;
}

.box7 .tbg5,
.box7 .tbg6,
.box7 .tbg7{
    position: relative;
    width: 85.47vw;
    background: #fff;
    margin: 0 auto;
    z-index: 1;
    border-radius: 4vw;
    border: 2px solid #f96b05;
    padding-bottom: 2vw;
}

.box7 .tbg7{
    padding-left: 2vw;
}

.box7 .tbg5 .swiper-slide,
.box7 .tbg6 .swiper-slide{
    padding-left: 2.4vw;
}

.box7 .tbg5 .swiper-container,
.box7 .tbg6 .swiper-container{
    padding-bottom: 6vw;
}

.tbg-img{
    height: 51.73vw;
    margin-bottom: 3vw;
}

.title-hx{
    width: 24.93vw;
}

.bg-hx{
    width: 81.2vw;
    height: 11.33vw;
    line-height: 11.33vw;
    background: url(../images/div7/bg-hx.png?0514) no-repeat;
    background-size: 100% 100%;
    color: #262626;
    font-size: 4.27vw;
    padding: 0 18.4vw 0 3.6vw;
    justify-content: space-between;
    display: flex;
}

.bg-cp{
    width: 81.2vw;
    height: 14.8vw;
    line-height: 1.4;
    background: url(../images/div7/bg-cp.png?0514) no-repeat;
    background-size: 100% 100%;
    font-size: 3.6vw;
    text-align: left;
    padding: 2vw 18.4vw 0 3vw;
}

.bg-cp>div{
    white-space: nowrap;
}

.title-cp{
    width: 38.4vw;
    margin-top: 4.8vw;
}

.tbg7 .title-cp{
    margin-top: 2vw;
}

.tbg-price{
    font-size: 4.27vw;
    color: #f54e4e;
    font-weight: bold;
}

.bg-city{
    position: absolute;
    left: 1px;
    top: 1px;
    text-align: center;
    color: #fff;
    padding: 0 2vw;
    line-height: 4vw;
    font-size: 2vw;
    background: #f8a9be;
    border-radius: 2.2vw 0 2.2vw 0;
}

.cp-list{
    margin-top: 2vw;
    height: 75vw;
    overflow: scroll;
}

.tbg7 .bg-cp{
    position: relative;
    width: 81.2vw;
    height: 15.6vw;
    line-height: 1.4;
    background: url(../images/div7/bg-cp.png?0514) no-repeat;
    background-size: 100% 100%;
    font-size: 3.6vw;
    text-align: left;
    padding: 3vw 15.4vw 0 3vw;
}

.tbg7 .tbg-price{
    position: absolute;
    right: 19vw;
    bottom: 0.8vw;
    font-size: 4.27vw;
    color: #0d57a3;
}

.tbg7 .bg-cp>div{
    line-height: 1.6;
    white-space: normal;
}

.box9{
    margin-top: 4vw;
}

.box_nav4{
    width: 87.6vw;
    height: 17.6vw;
    background: url(../images/div9/tab1.png) no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: space-around;
    font-size: 0;
    margin: 0 auto;
    z-index: 1;
}

.box_nav4.ntbg9{
    background-image: url(../images/div9/tab2.png);
}

.box_nav4.ntbg10{
    background-image: url(../images/div9/tab3.png);
}

.box_nav4.ntbg11{
    background-image: url(../images/div9/tab4.png);
}

.box_nav4 span{
    flex: 1;
}

.box9 .bg1{
    position: relative;
    width: 97.87vw;
    background:url(../images/div9/bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 5.6vw 6vw 7.2vw;
    margin: 0vw auto 0;
}

.box9 .swiper-container{
    position: relative;
    width: 85.87vw;
    margin: 0vw auto 0;
    padding-bottom: 6vw;
}

.box9 .swiper-pagination-bullet{
    opacity: 1;
    background: #e2e2e2;
}

.box9 .swiper-pagination-bullet-active{
    background: #008ad2;
}

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

.box9-btn{
    width: 55.73vw;
    margin: 8vw auto 0;
}

.box9-pic{
    position: relative;
    width: 85.87vw;
    height: 142.53vw;
    overflow: hidden;
    margin: 0 auto;
}

.box9 .sbg1{
    width: 86vw;
    background: #8eb3f0;
    padding: 0 0 4.8vw;
    border-radius: 3vw;
}

.mail-bg{
    position: relative;
    width: 85.07vw;
    height: 109.73vw;
    background:url(../images/div9/mail.png) no-repeat #fffbf7;
    background-size: 100%;
    margin: 4.4vw auto 0;
    padding-top: 83.2vw;
}

.box10{
    margin-top: 4vw;
}

.box10 .bg1{
    position: relative;
    width: 97.87vw;
    background:url(../images/div10/bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 5.6vw 6vw 7.2vw;
    margin: 0vw auto 0;
}

.box10 .swiper-container{
    position: relative;
    width: 87.07vw;
    margin: 0vw auto 0vw;
    /*padding-bottom: 4vw !important;*/
}

.box10 .swiper-pagination-bullet{
    opacity: 1;
    background: #e2e2e2;
}

.box10 .swiper-pagination-bullet-active{
    background: #008ad2;
}

.box11{
    margin-top: 4vw;
}

.box11 .bg1{
    position: relative;
    width: 97.87vw;
    background:url(../images/div11/bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 5.6vw 6vw 7.2vw;
    margin: 0vw auto 0;
}

.box11 .swiper-container{
    position: relative;
    width: 87.07vw;
    margin: 0vw auto 0vw;
    /*padding-bottom: 4vw !important;*/
}

.box11 .swiper-pagination-bullet{
    opacity: 1;
    background: #e2e2e2;
}

.box11 .swiper-pagination-bullet-active{
    background: #008ad2;
}

.box12{
    margin-top: 4vw;
}

.box12 .bg1{
    position: relative;
    width: 97.87vw;
    background:url(../images/div12/bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 5.6vw 6vw 7.2vw;
    margin: 0vw auto 0;
}

.box-items .item{
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 4vw;
}

.box-items .item-head{
    text-align: center;
    display: flex;
    line-height: 1.2;
    /*text-shadow:0.53vw 0.8vw 0.5vw rgba(42, 42, 42, 0.96);*/
}

.item-list{
    width: 100%;
}

.item-list li{
    position: relative;
    line-height: 5.6vw;
    border-radius: 2.8vw;
    border: 1px solid #8db6e9;
    background: #ffffff;
    color: #313131;
    text-align: center;
    font-size: 3.2vw;
    margin-top: 1vw;
    display: flex;
}

.item-list li span,
.box-items .item-head span{
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    white-space: nowrap;
}

.item-list li span,.box-items .item-head span{
    width: 40%;
}

.item-list li span:nth-child(2),.box-items .item-head span:nth-child(2){
    width: 20%;
}

.goods-list{
    height: 132vw;
    margin: 2vw auto 0;
    overflow: hidden;
    overflow-y: scroll;
    padding-right:2vw;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}

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

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

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

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

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

.goods-list .shop-txt{
    color: #262626;
    font-size:  3.2vw;
    height: 20vw;
    overflow: hidden;
}

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


.shop-btn {
    background: #dc4858;
    width: 30.8vw;
    margin: 1vw auto 0;
    line-height: 6.6vw;
    text-align: center;
    font-size: 3.6vw;
    font-weight: bold;
    color: #fff;
    border-radius: 3.3vw;
    display: block;
}

.box1_p{
    font-size: 2.93vw;
    color: #fff;
    text-align: center;
    /*white-space: nowrap;*/
    line-height: 1.5;
}

.djNav{
    position: relative;
}

.djNav nav{
    width: 100%;
    display: flex;
    text-align: center;
    line-height: 6.9vw;
    color: #262626;
    font-size: 3.73vw;
    overflow: hidden;
    overflow-y: scroll;
    justify-content: space-between;
}

.djtj{
    position: absolute;
    left: 0;
    top: -1.73vw;
    width: 19.47vw;
    height: 11.33vw;
    background: url(../images/div1/djtj.png) no-repeat;
    background-size: 100% 100%;
}

.djNav nav span{
    display: block;
    width: 21.2vw;
    font-size: 3.73vw;
    background: #e6f4ff;
    border-radius: 10vw;
    line-height: 5.07vw;
}

.djNav nav span.on{
    background: #2777aa;
    color: #fff;
    font-weight: bold;
}

.dj_items{
    position: relative;
    width: 92.53vw;
    height: 124.53vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 33vw 2vw 0;
    background: url(../images/div1/bg1.png) no-repeat;
    background-size: 100% 100%;
}

.dj_items .dj_line{
    margin: 0 auto;
    width: 100%;
}

.tgNav{
    position: relative;
}

.tgNav nav{
    width: 100%;
    display: flex;
    text-align: center;
    line-height: 6.9vw;
    color: #262626;
    font-size: 3.73vw;
    overflow: hidden;
    overflow-y: scroll;
    justify-content: space-between;
}

.tgNav nav span{
    display: block;
    width: 21.2vw;
    font-size: 3.73vw;
    background: #e6f4ff;
    border-radius: 10vw;
    line-height: 5.07vw;
}

.tgNav nav span:last-child{
    border-bottom: none;
}

.tgNav nav span.on{
    background: #2777aa;
    color: #fff;
    font-weight: bold;
}

.tg_items{
    position: relative;
    width: 92.53vw;
    height: 124.53vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 33vw 2vw 0;
    background: url(../images/div1/bg2.png) no-repeat;
    background-size: 100% 100%;
}

.tg_items .tg_line{
    margin: 0 auto;
    width: 100%;
}

.flight-title {
    position: relative;
    line-height: 4vw;
    padding-left: 3.2vw;
    color: #434343;
    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: 4vw;
    background: #2095f0;
    border-radius: 0.665vw;
}

.flight-search {
    background: #fff;
    width: 100%;
    height: 8.8vw;
    align-items: center;
    display: flex;
    border-radius: 20vw;
    /* border: 1px solid #f76c11; */
}

.flight-search .s9 {
    width: 6.53vw;
    height: 5.07vw;
}

.flight-search .s8 {
    width: 5.73vw;
    height: 2.13vw;
}

.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: 20.8vw;
    line-height: 8vw;
    text-align: center;
    font-size: 4vw;
    border-radius: 30vw;
    background:#e94462;
    background-size: 100% 100%;
    color: #fff;
}
.flight-item:nth-child(2n){
    margin-left: 2.67vw;
}

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


.flight-item .b_price b{
    font-size: 5.07vw;
    color: #e80000;
}

.np{
    position: relative;
    width: 16vw;
    line-height: 4.4vw;
    border-radius: 10vw;
    background: #2777aa;
    background-size: 100% 100%;
    font-size: 3.2vw;
    text-align: center;
    color: #fff;
}

.flex-around {
    justify-content: space-around;
    align-items: flex-start;
    display: flex;
}
/* 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: 1.5vw;
}

.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-20 {
    font-size: 2.67vw;
}

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

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

.fs-26 {
    font-size: 3.47vw;
}

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

.fs-30 {
    font-size: 4vw;
}

.fs-32 {
    font-size: 4.27vw;
}

.fs-34 {
    font-size: 4.53vw;
}

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

.fs-38 {
    font-size: 5.07vw;
}

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

.w-sp{
    white-space: nowrap;
}

.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-1148a7, .c-1148a7:hover {
    color: #1148a7 !important;
}

.c-73 {
    color: #737373 !important;
}

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

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

.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{
    width: 102%;
}

.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.13vw;
    /*text-shadow: 0 0.67vw 0.67vw rgba(0, 0, 0, 0.3);*/
    width: 34.67vw;
    height: 10.93vw;
    line-height: 9.93vw;
    font-size: 4.27vw;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: url(../images/modal/btn.png?1215) no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    display: inline-block;
    border-radius: 20vw;
}

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

.box .p-txt {
    color: #333333;
    font-size: 14px;
    line-height: 1.6;
}

.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;
    width: 96%;
    padding-left: 20vw;
    padding-right: 20vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loc_title{
    position: absolute;
    top:0;
    left: 0;
    padding-left: 2.4vw;
    line-height: 4.4vw;
    color: #9f5b11;
    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: #9f5b11;
}

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

.loc .city {
    margin-left: 1vw;
    color: #9f5b11;
    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;
}

/*侧边栏*/

.Sidebar{
    width: 9.07vw;
    padding: 3vw 0;
    background: rgb(255 255 255 / 60%);
    box-shadow: -0.53vw 0.53vw 1.07vw 0 #2626261a;
    border-radius: 10vw;
    position: absolute;
    z-index: 100;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 2.67vw;
    text-align: center;
    top: 11vw;
}

.icon img{
    width: 5.47vw;
    margin: 0 auto;
}

/* 小众目的地 */
.box13{
    margin-top: 0;
}

.box13 .bg1{
    position: relative;
    width: 97.87vw;
    background:url(../images/div13/bg1.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 5.6vw 6vw 7.2vw;
    margin: 0vw auto 0;
}
.recommend-citys{
	margin: 0.35rem auto 0;
	width: 86vw;
}

.recommend-citys .nav{
	position: relative;
	width: 86vw;
	white-space: nowrap;
	/* overflow: hidden;
	overflow-X: scroll; */
	font-size: 4vw;
	color: #0798d5;
	font-weight: bold;
	text-align: center;
	z-index: 98;
	display: flex;
}

.recommend-citys .nav>span{
	position: relative;
	flex-shrink: 0;
	width: 20.93vw;
	height: 6.8vw;
	line-height: 6.8vw;
	background: url(../images/div13/n.png) no-repeat;
	background-size: 100%;
	margin-right: 1.13vw;
	/* text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0; */
	color: #323232;
}

.recommend-citys .nav>span.on{
	background-image: url(../images/div13/no.png);
	color: #fff;
}

.swiper-city{
	margin-top: 6vw;
}

.recommend-city{
	position: relative;
	width: 86vw;
	height: 114vw;
	background: url(../images/div13/bg1.png) no-repeat;
	background-size: 100%;
	padding-top: 3.2vw;
	margin: 0 auto;
}

.city-img{
	width: 100%;
}

.city-detail{
	position: relative;
    margin: 2vw auto 0;
    width: 82vw;
    background: #ffffff;
    border: 1px solid #158eff;
    border-radius: 1.87vw;
    padding: 1.33vw 2.13vw 4vw;
    margin-left: 3vw;
    z-index: 2;
}

.city-detail:before{
	content: "";
	position: absolute;
	top:-3.73vw;
	right: 0.0rem;
	width: 8.4vw;
	height: 8.4vw;
	background: url(../images/div13/ding.png) no-repeat;
	background-size: 100%;
	z-index: 1;
}

.reason{
	position: relative;
	font-size: 3.2vw;
	padding-top: 7.2vw;
	color: #262626;
    text-align: left;
    line-height: 1.5;
}

.reason:before{
	content: "";
	position: absolute;
	top: 0px;
	left: -4.8vw;
	width: 20.8vw;
	height: 5.87vw;
	background: url(../images/div13/st1.png) no-repeat;
	background-size: 100%;
	z-index: 1;
}

.landscape{
	position: relative;
	font-size: 3.2vw;
	padding: .67vw 0 0vw 16.53vw;
	color: #262626;
	margin-top: 3.33vw;
	white-space: nowrap;
    text-align: left;
}

.landscape:before{
	content: "";
	position: absolute;
	top: 0vw;
	left: -4.8vw;
	width: 20.8vw;
	height: 5.87vw;
	background: url(../images/div13/st2.png) no-repeat;
	background-size: 100%;
	z-index: 1;
}

.landscape>span{
	margin-right: .67vw;
	line-height: 4.53vw;
	border-radius: 2.27vw;
	padding: 0 1.33vw;
	background: #fce935;
	display: inline-block;
}

.landscape>span:last-child{
	margin-right: 0vw;
}

.food{
	position: relative;
	font-size: 3.2vw;
	padding-top: 7.2vw;
	margin-top: 3.33vw;
	color: #262626;
}

.food:before{
	content: "";
	position: absolute;
	top: 0vw;
	left: -4.8vw;
	width: 20.8vw;
	height: 5.87vw;
	background: url(../images/div13/st3.png) no-repeat;
	background-size: 100%;
	z-index: 1;
}

.food-name{
	position: absolute;
	/*left: 2%;
	bottom: -1.6vw;
	width: 95%;*/
	left: -2%;
	bottom: -1.6vw;
	width: 102%;
	color: #fff;
	font-size: 3.2vw;
	text-align: center;
	justify-content: space-between;
	display: flex;
}

.food-name>span{
	width: 25.07vw;
	height: 4.53vw;
	line-height: 4.53vw;
	background: url(../images/div13/tag-bg.png) no-repeat;
	background-size: 100% 100%;
	padding-left: 2.67vw;
}

.recommend-trip{
	position: relative;
	width: 85.53vw;
	height: 51.27vw;
	background: url(../images/div13/bg2.png) no-repeat;
	background-size: 100%;
	margin: 5.33vw auto 0;
	padding: 9.33vw 0 0;
}

.recommend-trip:before{
	content: "";
	position: absolute;
	top:-10vw;
	left: 7.8vw;
	width: 1.47vw;
	height: 13.87vw;
	background: url(../images/div13/line.png) no-repeat;
	background-size: 100%;
	z-index: 1;
}

.recommend-trip:after{
	content: "";
	position: absolute;
	top:-10vw;
	right: 7.57vw;
	width: 1.47vw;
	height: 13.87vw;
	background: url(../images/div13/line.png) no-repeat;
	background-size: 100%;
	z-index: 1;
}

.trip-title{
	position: absolute;
	top: -3.33vw;
	left: 50%;
	width: 40.93vw;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.trip-day{
	width: 78.67vw;
	font-size: 3.1vw;
	margin: 0vw auto 0;
    text-align: left;
}

.trip-day>div{
	position: relative;
	height: 9.5vw;
	/*white-space: nowrap;*/
	border-bottom: .13vw dashed #fdbf00;
	padding-left: 14.67vw;
	align-items: center;
	display: flex;
}

.trip-day>div:last-child{
	border-bottom: none;
}

.trip-day>div.day1:before{
	content: "";
	position: absolute;
	top:50%;
	left: -1.6vw;
	width: 15.2vw;
	height: 6.4vw;
	background: url(../images/div13/day1.png) no-repeat;
	background-size: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 1;
}

.trip-day>div.day2:before{
	content: "";
	position: absolute;
	top:50%;
	left: -1.6vw;
	width: 15.2vw;
	height: 6.4vw;
	background: url(../images/div13/day2.png) no-repeat;
	background-size: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 1;
}

.trip-day>div.day3:before{
	content: "";
	position: absolute;
	top:50%;
	left: -1.6vw;
	width: 15.2vw;
	height: 6.4vw;
	background: url(../images/div13/day3.png) no-repeat;
	background-size: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 1;
}

.swiper-city .swiper-container{
	padding-bottom: 8vw !important;
}

.swiper-city .swiper-pagination-bullet{
	width: 1.87vw;
	border-radius: 9.33vw;
	background: #fad413;
	opacity: 1;
}

.swiper-city .swiper-pagination-bullet-active{
	background: #f67528;
}

.swiper-city .swiper-pagination{
	bottom: 0vw !important;
	height: 4vw;
}

.swiper-city .swiper-pagination-bullet{
	vertical-align: top;
	height: 2.27vw;
}

.swiper-city .swiper-pagination{
	bottom: 0vw !important;
}

.recommend-flights{
	position: relative;
	width: 92.4vw;
	height: 121.47vw;
	background: url(../images/div13/bg3.png?1) no-repeat;
	background-size: 100%;
	padding: 3.6vw 4vw 0;
	margin: 2.67vw auto;
}

/* end */



.box14{
    margin-top: 0;
}
.box14 .bg1{
    position: relative;
    width: 97.87vw;
    background:url(../images/div14/bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 5.6vw 6vw 7.2vw;
    margin: 0vw auto 0;
    padding-top: 3vw;
}




.po-ab-1{
	position: absolute;
	width: 30%;
	height: 5vw;
	text-align: center;
	left: 35%;
	bottom:17%;
	 -webkit-text-stroke: 0.1vw; /* 描边宽度 */
	    color: #000; /* 文字颜色 */
	    -webkit-text-stroke-color: #ffffff; /* 描边颜色 */
}
.po-ab-2{
	position: absolute;
	width: 30%;
	height: 10vw;
	left: 35%;
	top:60%
	}
.flight-buy89{
	width: 100%;
	height: 17vw;
}
.po-ab-3{
	position: absolute;
	width: 70%;
	/* height: 20vw; */
	right: 14%;
	/* bottom:25%; */
}
.po-ab-4{
	width: 25%;
	height: 6vw;
	position: absolute;
	right: 5%;
	bottom:4%;
}
.po-ab-5{
	position: absolute;
	width: 30%;
	height: 10vw;
	right: 7%;
	bottom:38%;
	
}
.po-ab-6{
	position: absolute;
	width: 60%;
	height: 10vw;
	left: 20%;
	bottom:12%;
	
}
.po-ab-7{
	position: absolute;
	width: 80%;
	height: 20vw;
	bottom:9%;
	left:10%;
	overflow-x: auto;
}
.po-ab-7-inner{
	display: flex;
	flex-wrap: nowrap;
	width: 220%;
	
}
.po-ab-7-inner ul{
	position: relative;
	width: 30vw;
	border:1px solid #f76340;
	border-radius:2vw;
	align-items: center;
	padding: 1.5vw 0;
	margin-right: 1vw;
}
.po-ab-7-inner ul:before{
	position: absolute;
	left: 0;
	top:0;
	content: "推荐";
	width: 10vw;
	height: 5vw;
	line-height: 5vw;
	background: #f76340;
	color: #ffffff;
	text-align: center;
	border-radius: 2vw 0 2vw 0;
	
}
.po-ab-7-inner ul h5{
	color: #ff3f02;
	font-weight: bold;
	text-align: center;
	width: 100%;
	height: 7vw;
	line-height: 7vw;
	font-size: 3vw;
}
.po-ab-7-inner ul li{
	color: #323232;
	font-weight: bold;
	text-align: center;
}

img.block100{
    display: block;
    width: 100%;
}
.tu2{ background:url(../images/middle.jpg) top center repeat-y; background-size:100%; height: auto; overflow: hidden;}
.w100center {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
/* tab切换样式 */
.tab_line1{
    display: flex;
    flex-direction: row;
    justify-content: left;
    /* width: 92%; */
    margin: 0 auto;
    color: #646464;
    background: url(../images/tab_bg.png) no-repeat;
	background-size:100%;
	height: 11vw;
	margin-top: 4vw;
	padding-left: 12vw;
}

.tab_line1 a{
    align-items: center;
    width: 42%;
    height: 6vw;
    color: #ffffff;
    font-size: 4vw;
    line-height: 8.5vw;
    text-align: center;
    letter-spacing: 0.05vw;
	height: 9vw;
	margin-right: 4vw;
	font-weight: bold;
}

a.active1{
    background: url(../images/tab_bg1.png) no-repeat;
	background-size:100%;
}

.connt{
    width:100%;
    height: auto;
    overflow: hidden;
    margin:0;
    padding:0;
}
.areas2{
    width: 84%;
    margin:0 auto;
    display: none; 
}
.kuang1{
	height: 120vw;
}
.kuang2{
	height: 80vw;
	overflow: auto;
	border-radius: 5vw;
	border: #06b6ff 0.5vw solid;
	background-color: #ffffff;
	margin-top: 2vw;
	padding-top: 2vw;
}
.mytable{ width: 96%; margin: 0 auto;}
.mytable td{ font-size: 4vw; text-align: center; height: 8vw; border-bottom: #8bddff solid 0.5vw;}
.mytable td:nth-child(4){ color: #f85500; font-weight: bold;}
.mytable td:nth-child(4) b{ color: #f85500; font-weight: bold; font-size: 5vw;}
.beizhu{ font-size: 3.4vw; margin-top: 2vw; line-height: 5.3vw;}
.show{
    display: flex;
}
.tu4{ background:url(../images/tu4.jpg) top center no-repeat; background-size:100%; height: auto; overflow: hidden; padding-top: 5vw; height: 184vw;}
.CJY_CP{
	position: relative;
	width: 90%;
	margin: 0 auto;
	height: 170vw;
	overflow: auto;
}
.CJY_CP ul{
	margin: 0 0 2vw 0;
	padding: 0;
	display: flex;
    flex-direction: row;
	justify-content: space-between;
}
.CJY_CP ul li{
	width: 48%;
}
.tu6{ background:url(../images/tu6.jpg) top center no-repeat; background-size:100%; height: auto; overflow: hidden; padding-top: 4vw; height: 90vw;}
.w90center {
    position: relative;
    width: 90%;
    margin: 0 auto;
}
.rq{ margin: 1.5vw 0;}
.riqi{ height: auto; overflow: hidden; width: 84%; margin: 0 auto;}
.riqi_l{ width: 1vw; height: 4vw; background-color: #01acf2; border-radius: 4vw; float: left; margin: 1vw 1vw 0 0;}
.riqi_r{ font-size: 4vw; color: #01acf2; float: left; font-weight: bold; line-height: 6.5vw;}

.kuang3{
	height: 120vw;
}
.kuang4{
	height: 80vw;
	overflow: auto;
	border-radius: 5vw;
	border: #06b6ff 0.5vw solid;
	background-color: #ffffff;
	margin-top: 2vw;
	padding-top: 2vw;
}
.w84center {
    width: 84%;
    margin: 0 auto;
}
/* 弹窗 */
.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 888;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  width: 90%;
  height: 70%;
  max-width: 400px;
  
  
   font-size: 0.26rem; 
   
   color: #323232;  
   padding-top: 0.2rem; 
   
   line-height: 28px;
   
  margin: 10% auto;
  padding-top: 0.5rem;
  /* background: #FFFFFF; */
  /* border:4px solid #2e73a9; */
  border-radius: .25em .25em .4em .4em;
  
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  /* overflow: auto; */
}
.cd-popup-container p {
	text-align: center;
	  
	 font-size: 20px; 
	 color: #19a2f0;
	 padding: 5px 10px;
	 overflow: hidden;
	 line-height: 25px;
	 letter-spacing: 1px;
	 font-weight: bold;
	
}
.cd-popup-container  li{
	/* text-align: justify; */
	/* width: 95%; */
	margin-left: 10px;
	letter-spacing: 1px;
}

.cd-popup-container  li a{
		 color: #19a2f0;
		 text-decoration: underline;
}

.cd-popup-container p span{
	font-weight: bold;
	
}

/* .cd-popup-container table {
	width: 100%;
	text-align: center;
    margin: 10px auto;
	border-radius: 20rem;
	
}
.cd-popup-container table th{
	 
	  font-size: 0.35rem; 
	 color: #1362a6;
	 font-weight: bold;
	 background: #FFFFFF;
	 line-height:0.7rem;
	  border-bottom:1px solid  #1362a6;
}

.cd-popup-container table td{
	 
	  font-size: 0.32rem; 
	 color: #323232;
	 border-bottom:1px solid  #1362a6;
	 background: #FFFFFF;
	 line-height:0.6rem;
} */

.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
}
.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-popup-container .cd-buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 .25em;
}
.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #fc8982;
}
.cd-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 .25em 0;
}
.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}
.cd-popup-container > .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  z-index: 999;
}
.cd-popup-close::before,.cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}
.cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 8px;
}
.cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 8em auto;
  }
}
.con1{ background-color: #fff; border-radius: 0.2rem; height: 120vw; overflow: auto; padding-right: 0.4rem; padding-bottom: 0.5rem; border: #b2ffe5 1vw solid;}
.t-l-30{
    text-align: center; font-size: 5vw; font-weight: bold; color: #f85500; padding-top: 0.2rem;
}
.t-l-24{
    color:#000000;
    font-size: 4vw;
    line-height: 8vw;
	padding: 0 0 0 7vw;
	margin: 1vw 1.5vw 1vw 3.5vw;
	text-indent: -7vw;
}
.goupiaoguize{ font-size: 4vw; text-align: center; margin-top: 2vw;}
.goupiaoguize span{ text-decoration: underline;}  