* {
    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.5;
    overflow-y: scroll;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body{
    background: url(../images/bottom.png) no-repeat #e4f5fd;
    background-position: center bottom;
}

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;
    padding-bottom: 26.4vw;
    background-size: 100% 100%;
    padding-top: 6vw;
}

.content.Bg1{
    background: linear-gradient(to bottom, #def3fc 1%, #e4eeff 5%, #e4eeff 10%, #dff3fc 40%);
}

.content.Bg2{
    background: linear-gradient(to bottom, #ffeee3 1%, #ffeee3 5%, #ffeee3 10%, #dff3fc 40%);
}

.content.Bg3{
    background: linear-gradient(to bottom, #fff4d2 1%, #fff4d2 5%, #fff4d2 10%, #dff3fc 40%);
}

.content.Bg4{
    background: linear-gradient(to bottom, #f6f2ff 1%, #f6f2ff 5%, #f6f2ff 10%, #dff3fc 40%);
}

.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;
}

.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;
}

.back{
    width: 100%;
    height: 6vw;
    display: block;
}

.open{
    position: fixed;
    width: 14vw;
    top:37vw;
    right: 0;
    z-index: 100;
    display: none;
}

.navL{
    position: fixed;
    /*width: 5.33vw;*/
    padding:2vw 0.5vw ;
    writing-mode: vertical-rl;
    color: #fff;
    top:105vw;
    left: 0;
    font-size: 3.73vw;
    /*background: url(../images/navL.png?0628) no-repeat;*/
    background: linear-gradient(to bottom, #99d8f6, #18aaf1);
    background-size: 100% 100%;
    transition: right 0.4s;
    z-index: 6;
    border-radius: 0 2vw 2vw 0;
}

.navR{
    position: fixed;
    width: 14vw;
    height: 21.07vw;
    top:25vw;
    right: -17vw;
    background: url(../images/navR.png?0628) no-repeat;
    background-size: 100% 100%;
    transition: right 0.4s;
    z-index: 100;
}

.navR.show{
    right: 0vw;
}

#banner-box {
    width: 100%;
}

.navMain {
    position: absolute;
    top: 0vw;
    left: 0;
    width: 100%;
    height: 10.53vw;
    text-align: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
    z-index: 99;
}

.navMain.fixed {
    position: fixed;
    top: 0;
    backdrop-filter: blur(4vw);
}

.navMain span {
    flex: 1;
    height: 10.53vw;
}

/*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 */
.aggress {
    position: relative;
    width: 88%;
    height: 6.4vw;
    margin: 1em auto;
    /*padding: 0 0 0 2em;*/
    line-height: 6.4vw;
    font-size: 3.73vw;
    color: #000;
    box-sizing: border-box;
    text-align: center;
}

.agg-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 6.4vw;
    height: 6.4vw;
    background: url(../images/modal/icon-sel1.png?0112) center no-repeat;
    background-size: 3.73vw 3.73vw;
    cursor: pointer;
}

.agg-icon1 {
    background: url(../images/modal/icon-sel2.png?0112) center no-repeat;
    background-size: 3.73vw 3.73vw;
}

.aggress a {
    color: #E60012 !important;
    text-decoration: underline !important;
}

.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: 3vw;
    background: #fff;
    border: 1px solid #d0d0d0;
    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: #fd4504;
    border-radius: 3vw;
}

.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: 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;
    top:0vw;
    left: 50%;
    width: 65.13vw;
    height: 11.2vw;
    line-height: 11.2vw;
    text-align: center;
    font-size: 5.33vw;
    color: #0c4bc8;
    font-weight: bold;
    /*background: #fff;*/
    /*background: url(../images/modal/m-title.png?0112) no-repeat;*/
    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: 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: 58.93vw;
    float: right;
    margin-right: 0vw;
    margin-top: 0vw;
}

.shareimg2 {
    width: 51.07vw;
    float: right;
    margin-right: 0vw;
    margin-top: 0vw;
}

.m-fxl{
	height:60%;
	width: 100%;
}

.m-fxl .con-box{
	width: 85.33vw;
	height: auto;
	background: #f3fbff;
	background-size: 100%;
	padding: 8.4vw 0 5.6vw;
}

.fxl{
	width: 58.13vw;
	height: 56.67vw;
	background: url(../images/modal/fxl.png?0916) center no-repeat;
	background-size: 100%;
	margin-left: 21.6vw;
	margin-top: 4vw;
	padding-top: 45.73vw;
}

.fxl .btn{
	width: 43vw;
	height: 10vw;
}

.m-title.wxts{
	position: absolute;
	top: -5vw;
	width: 100%;
	height: 10.8vw;
	background: url(../images/modal/wxts.png?0916) center no-repeat;
	background-size: 30.8vw;
	background-position: center center;
	z-index: 2;
}

.m-tip {
    height: 70%;
    width: 100%;
}

.m-tip .con-box {
    width: 83.47vw;
    min-height: 38.67vw;
    padding-top: 2vw;
    background: url(../images/modal/m-tip.png?0112) center no-repeat;
    background-size: 100% 100%;
    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.2vw;
    text-align: center;
    font-weight: bold;
    align-items: end;
    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: #d29b58;
}


.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: 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: 15vw;
    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: #009cfd;
    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;
    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;
}

.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-sb{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.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*/
.t-time1{
    position: relative;
    width: 97vw;
    height: 5.6vw;
    line-height: 5.6vw;
    font-size: 2.35vw;
    background-color: rgb(38 38 38 / 44%);
    padding: 0 1vw;
    margin: 2vw auto;
    border-radius: 2.8vw;
}

.t-time1 .swiper-slide{
    position: relative;
    padding-left: 5vw;
    white-space: nowrap;
}

.t-time1 .swiper-slide:before{
    content: "";
    position: absolute;
    width: 4vw;
    height: 3.2vw;
    left: 0.5vw;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: url(../images/horn.png) no-repeat;
    background-size: 100%;
}

.tips{
    width: 92vw;
    font-size: 2.26vw;
    border-radius: 10vw;
    color: #e5e6e7;
    background-color: rgb(0 0 0 / 47%);
    padding: 1vw 1.5vw 1vw 5vw;position: absolute;
    bottom: 0;
    left: 4vw;
}
.tips b{
    color: #fff;
}

.tips:before{
    content: "";
    position: absolute;
    width: 4vw;
    height: 3.2vw;
    left: 1vw;
    top: 0.9vw;
    background: url(../images/tips.png?1027) center no-repeat;
    background-size: 100%;
}

.box1{
    width: 100vw;
    height: 48.53vw;
}
.ms-box{
    position: relative;
    width: 100%;
    height: 48.53vw;
}

.lvSwiper .swiper-slide{
    width: 91.47vw;
    height: 48.53vw;
    background-size: 100% 100%;
    position: relative;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5), /* 主外发光 */
    0 0 10px rgba(255, 255, 255, 0.2), /* 次外发光 */
    0 0 20px rgba(255, 255, 255, 0.1);  /* 远离中心的外发光 */
    transition: all 1s;
    /* padding: 17.2vw 33.6vw 0 5.6vw; */
    font-size: 3.73vw;
    color: #262626;
    font-weight: bold;
}

.lvSwiper .swiper-slide.con1{
    background-image: url(../images/div1/lv1_bg.png?1);
}
.lvSwiper .swiper-slide.con2{
    background-image: url(../images/div1/lv2_bg.png?1);
}
.lvSwiper .swiper-slide.con3{
    background-image: url(../images/div1/lv3_bg.png?1);
}
.lvSwiper .swiper-slide.con4{
    background-image: url(../images/div1/lv4_bg.png?1);
}

.c_lv{
    width: 80.93vw;
    height: 8.8vw;
    background-size: 100% 100%;
    background-image: url(../images/div1/line.png?1);
    position: absolute;
    top: 34vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 11;
}

.lunbo{
    width: 91.2vw;
    height: 16vw;
    top: -1.5vw;
    left: -5vw;
    padding-top: 4vw !important;
}

.lv-btn{
    width: 24vw;
    height: 4vw;
    position: absolute;
    top: 13vw;
    left: 28vw;
}

.lv-btn2{
    width: 17vw;
    height: 4vw;
    position: absolute;
    top: 26vw;
    left: 5vw;
}

.lv-p{
    width: 28.27vw;
    height: 28.8vw;
    position: absolute;
    right: 5.5vw;
    top: 1vw;
	animation: upDown 1.5s infinite linear;
	-webkit-animation: upDown 1.5s infinite linear;
}

.con4 .lv-p{
    width: 27.6vw;
    height: 26.4vw;
}

.con3 .lv-p{
    width: 25.07vw;
    height: 28.8vw;
}


@keyframes upDown {
	0% {
		transform: translateY(0.2rem);
	}
	25% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-0.2rem);
	}
	75% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(0.2rem);
	}
}
.lv-img{
    width: 28.27vw;
    height: 28.8vw;
    position: absolute;
    right: 5.5vw;
    top: 4vw;
}   
.plane{
    width: 34.27vw;
    height: 24.4vw;
    position: absolute;
    top: 12vw;
    left: 33vw;
    /*transform-origin: 50% 0;*/
    animation: yyy 2s infinite linear;
    -webkit-animation: yyy 2s infinite linear;
}

@keyframes yyy {
    0% {
        transform: rotate(0deg) translateY(-1vw);
    }
    25% {
        transform: rotate(5deg) translateY(-1vw);
    }
    50% {
        transform: rotate(0deg) translateY(0vw);
    }
    75% {
        transform: rotate(-5deg) translateY(-0vw);
    }
    100%{
        transform: rotate(0deg) translateY(-1vw);
    }
}

@-webkit-keyframes yyy {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(5deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
    }
    75% {
        -webkit-transform: rotate(-5deg);
    }
    100%{
        -webkit-transform: rotate(0deg);
    }
}

.moveUp{
    width: 24vw;
    height: 5.67vw;
    position: absolute;
    right: 44vw;
    top: 12vw;
    font-size: 0;
    z-index: 2;
}

.mySwiper{

}

.mySwiper .swiper-slide{
    width: 10.53vw;
    height: 12vw;
    transition: 300ms;
    background-position: center top;
    background-repeat: no-repeat;
    transition: all 1s;
    background-size: auto 100% ;
}

.mySwiper .swiper-slide[data-t="0"]{
    background-image: url(../images/div1/lv1.png?1);
}

.mySwiper .swiper-slide[data-t="1"]{
    background-image: url(../images/div1/lv2.png?1);
}

.mySwiper .swiper-slide[data-t="2"]{
    background-image: url(../images/div1/lv3.png?1);
}

.mySwiper .swiper-slide[data-t="3"]{
    background-image: url(../images/div1/lv4.png?1);
}

.mySwiper .swiper-slide[data-t="4"]{
    background-image: url(../images/div1/lv5.png?1);
}

.mySwiper .swiper-slide-active,.mySwiper .swiper-slide-duplicate-active{
    transform: scale(1);
}

.swiper-button-next, .swiper-button-prev{
    width: 2.93vw;
    height: 4.53vw;
    margin-top: 0;
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
}

.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 4.53vw;
    font-weight: bold;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 0;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 0;
}

.swiper-button-next, .swiper-button-prev{
    color: #bdb5f3;
}

.rule-btn {
    font-size: 3.2vw;
    color: #262626;
    border-bottom: 1px solid #000;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.lv{
    /*margin-top: -7vw;*/
}
.box2{
    width: 92vw;
    background-color: #fff;
    padding: 3vw;
    border-radius: 2vw;
}
.box2 .rule{
    position: absolute;
    width: 6vw;
    right: 0;
    top: 0;
    border-radius: 0 2vw;
    background: linear-gradient(to left, #65c0ff, #acdafe);
    padding: 1vw;
    line-height: 1.1;
    color: #fff;
    text-align: center;
}

.nav{
    display: flex;
    text-align: center;
    font-size: 4.27vw;
    color: #262626;
    font-weight: 800;
}

.nav span{
    width: 50%;
    padding-bottom: 1vw;
}

.nav .n1.on{
    background-size: 13.33vw 2.27vw;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.lv1 .nav .n1.on{
    background-image: url(../images/div2/gn1.png?3) ;
    color: #3398ec;
}

.lv2 .nav .n1.on{
    background-image: url(../images/div2/gn2.png?1) ;
    color: #924322;
}

.lv3 .nav .n1.on{
    background-image: url(../images/div2/gn3.png?1) ;
    color: #68440b;
}

.lv4 .nav .n1.on{
    background-image: url(../images/div2/gn4.png?1) ;
    color: #9a76e3;
}

.lv5 .nav .n1.on{
    background-image: url(../images/div2/gn5.png?1) ;
    color: #dca347;
}

.nav .n2.on{
    background-size: 28.53vw 2.27vw;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.lv1 .nav .n2.on{
    background-image: url(../images/div2/gj1.png?2) ;
    color: #3398ec;
}

.lv2 .nav .n2.on{
    background-image: url(../images/div2/gj2.png?1) ;
    color: #924322;
}

.lv3 .nav .n2.on{
    background-image: url(../images/div2/gj3.png?1) ;
    color: #68440b;
}

.lv4 .nav .n2.on{
    background-image: url(../images/div2/gj4.png?1) ;
    color: #9a76e3;
}

.lv5 .nav .n2.on{
    background-image: url(../images/div2/gj5.png?1) ;
    color: #dca347;
}

.little-txt{
    position: absolute;
    font-size: 2.43vw;
    padding: 0 3vw;
    color: #fff;
    border-radius: 0 0 2vw 2vw;
    left: 15vw;
    line-height: 3vw;
}

.little-txt2{
    right: 0;
    border-radius: 0 2.67vw 0 1vw;
    left: auto;
    position: absolute;
    background-color: #dccbfb;
    padding: 0 3vw;
    color: #292167;
    /* font-weight: bold; */
    font-size: 3vw;
    line-height: 4vw;
}

.little-txt3{
    position: absolute;
    font-size: 2.43vw;
    padding: 0 3vw;
    color: #fff;
    border-radius: 0 0 2vw 2vw;
    left: 15vw;
    line-height: 3vw;
}

.lv1 .little-txt,.lv1 .little-txt3{
    background-color: #2d7ed0;
}

.lv2 .little-txt,.lv2 .little-txt3{
    background-color: #f9642f;
}

.lv3 .little-txt,.lv3 .little-txt3{
    background-color: #d39613;
}

.lv5 .little-txt,.lv5 .little-txt3{
    background-color: #dca347;
}

.lv4 .little-txt,.lv4 .little-txt3{
    background-color: #9a76e3;
}

.lv4 .high .little-txt,.lv4 .high .little-txt3{
    background-color: #4a3db8;
}

.qy-img{
    width: 42vw;
    margin-top: 2vw;
}
.qy-img .qy-con{
    display: flex;
    align-items: center;
    padding: 2.5vw 0 2.5vw 1.5vw;
}
.qy-img .icon{
    width: 10.67vw;
}

.box3 .qy-img .icon{
    width: 10.67vw;
    height: 10.67vw;
    background-size:100% 100% ;
    color: #fff;
}

.lv1 .qy-img.iconBg{
    background-image: url(../images/div2/1-2.png?2);
    background-size: 100% 100%;
}

.lv2 .qy-img.iconBg{
    background-image: url(../images/div2/2-2.png?1);
    background-size: 100% 100%;
}

.lv3 .qy-img.iconBg{
    background-image: url(../images/div2/3-2.png?1);
    background-size: 100% 100%;
}

.lv4 .qy-img.iconBg{
    background-image: url(../images/div2/4-2.png?1);
    background-size: 100% 100%;
}

.lv5 .qy-img.iconBg{
    background-image: url(../images/div2/5-2.png?1);
    background-size: 100% 100%;
}

.lv1 .box3 .qy-img .icon{
    background-image: url(../images/div3/bg1.png?1) ;
}

.lv2 .box3 .qy-img .icon{
    background-image: url(../images/div3/bg2.png?1) ;
}

.lv3 .box3 .qy-img .icon{
    background-image: url(../images/div3/bg3.png?1) ;
}

.lv5 .box3 .qy-img .icon{
    background-image: url(../images/div3/bg5.png?1) ;
}

.lv4 .box3 .qy-img .icon{
    background-image: url(../images/div3/bg4.png?1) ;
}

.box3 .qy-img .icon .title{
    font-size: 3vw;
    line-height: 3.4vw;
}

.box3 .qy-img .icon .price{
    font-size: 4.53vw;
    line-height: 7.53vw;
    font-weight: 800;
}

.box3 .qy-img .icon .price span{
    font-size: 2.4vw;
}

.qy-img .q-span{
    /*display: flex;*/
    /*flex-direction: column;*/
    margin-left: 1.5vw;
}

.q-title{
    font-size: 3.73vw;
    color: #003399;
    font-weight: 800;
}

.q-txt{
    font-size: 2.93vw;
    color: #262626;
}
.q-txt.go{
    padding-right: 4.33vw;
    background: url("../images/div3/go.png") no-repeat;
    background-size: auto 80%;
    background-position: right;
}

.lv1 .qy-img{
    background: linear-gradient(to left,#ffffff 20%, #bee5fc 80%);
    border-radius: 2.67vw;
    border: 1px solid #c2e5fb;
}

.lv2 .qy-img{
    background: linear-gradient(to left,#ffffff 20%, #fdd8d4 80%);
    border-radius: 2.67vw;
    border: 1px solid #fdd8d4;
}

.lv3 .qy-img{
    background: linear-gradient(to left,#ffffff 20%, #f8d581 80%);
    border-radius: 2.67vw;
    border: 1px solid #f8d581;
}

.lv5 .qy-img{
    background: linear-gradient(to left,#ffffff 20%, #fbe5a3 80%);
    border-radius: 2.67vw;
    border: 1px solid #f8d37d;
}

.lv4 .qy-img{
    background: linear-gradient(to left,#ffffff 20%, #eadbf9 80%);
    border-radius: 2.67vw;
    border: 1px solid #d4bdec;
}

.lv4 .qy-img.high{
    border: 2px solid #4a3db8;

}

.box3{
    width: 92vw;
    background-color: #fff;
    padding: 3vw;
    border-radius: 2vw;
}

.box4{
    width: 92vw;
    background-color: #fff;
    padding: 3vw;
    border-radius: 2vw;
}

.ad-swiper{
    width: 86.13vw;
    margin: 2vw auto 0;
}

.ad-swiper .ad{
    position: relative;
    z-index: 2;
}

.ad-swiper .swiper-container{
    position: relative;
    margin-top: -3vw;
    padding-top: 4vw;
    padding-left: 2.4vw;
    padding-bottom: 4vw !important;
    background: #fff;
    border: 1px solid #d3ebfc;
    border-radius: 0 0 2.8vw 2.8vw;
}

.lv2 .ad-swiper .swiper-container{
    border: 1px solid #fdd8d4;
}

.lv3 .ad-swiper .swiper-container{
    border: 1px solid #f8d581;
}

.lv4 .ad-swiper .swiper-container{
    border: 1px solid #e9e0f6;
}

.ad-swiper .swiper-slide{
    position: relative;
    width: 42.8vw;
    height: 13.2vw;
    padding-top: 2vw;
    padding-left: 14.8vw;
    color: #303030;
    font-size: 3.2vw;
    font-weight: bold;
}

.ad-swiper .swiper-slide small{
    font-size: 2.8vw;
    color: #737373;
}

.ad-swiper .swiper-container-horizontal>.swiper-pagination-bullets,.ad-swiper  .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0px !important;
}

.ad-swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px
}


.ad-swiper .swiper-pagination-bullet {
    width: 1.6vw;
    height: 1.6vw;
    display: inline-block;
    border-radius: 50%;
    background: #e4e6e7;
    opacity: 1;
}

.ad-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #bec0c1;
}

.swiper-icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 13.2vw;
    height: 13.2vw;
    background: #fff;
    border: 1px solid #dfdfe0;
    border-radius: 2.8vw;
    background-repeat: no-repeat;
    background-position: center center;
}

.swiper-icon.icon-coin{
    background-image: url(../images/div2/lv1-coin.png);
    background-size: 9.07vw;
}

.swiper-icon.icon-quan{
    background-image: url(../images/div2/lv1-quan.png);
    background-size: 9.07vw;
}

.box3 .con-tit{
    font-size: 4.27vw;
    color: #fff;
    font-weight: 800;
    padding: 0vw 2vw 0.5vw 2vw;
    border-radius: 5vw 5vw 0 5vw;
}
.lv1 .box3 .con-tit{
    background: linear-gradient(#54abf7, #0153b9);
}
.lv2 .box3 .con-tit{
    background: linear-gradient(#fea76d, #f85b26);
}
.lv3 .box3 .con-tit{
    background: linear-gradient(#f4c168, #cc8b01);
}
.lv4 .box3 .con-tit{
    background: linear-gradient(#c7a6f9, #7f75d3);
}

.con-title{
    font-size: 5.07vw;
}
.lv1 .con-title,.lv1 .q-title{
    color:#003b85;
}
.lv2 .con-title,.lv2 .q-title{
    color:#924322;
}
.lv3 .con-title,.lv3 .q-title{
    color:#68440b;
}
.lv4 .con-title,.lv4 .q-title{
    color:#4a3db8;
}

.con-txt{
    font-size: 2.9vw;
}

.smallTxt{
    /* padding-left: 1vw; */
}
/* 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-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 .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;
    font-weight: bold;
    /*text-shadow: 0 0.67vw 0.67vw rgba(0, 0, 0, 0.3);*/
    width: 37.2vw;
    height: 10.93vw;
    line-height: 9.93vw;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: url(../images/modal/btn.png?1215) no-repeat;
    /*background-color: #FF466A;*/
    background-size: 100% 100%;
    vertical-align: middle;
    display: inline-block;
    /*border-radius: 20vw;*/
}

.box-btns .btn:nth-child(2) {
    margin-left: 2vw;
}

.box-btns .btn.style2 {
    color: #fff;
    background-image: url(../images/modal/btn2.png?1027);
}


.box .p-txt {
    color: #d7ab6c;
    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: 7.6vw;
    padding: 3vw 0;
    background: rgb(255 255 255 / 80%);
    box-shadow: -0.53vw 0.53vw 1.07vw 0 #2626261a;
    border-radius: 10vw;
    position: absolute;
    z-index: 99;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 2.67vw;
    text-align: center;
    top: 14.8vw;
}

.icon img{
    width: 5.47vw;
    margin: 0 auto;
}