* {
    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%;
    background: #042E5E;
    /*background: linear-gradient(to bottom,#f7fcf6 20%, #6ad6f0 80%);*/
}

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;
}

.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: 7.87vw;
    height: 79.07vw;
    top:25vw;
    left: 0;
    background: url(../images/navL.png?0628) no-repeat;
    background-size: 100% 100%;
    transition: right 0.4s;
    z-index: 100;
}

.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%;
    height: 83vw;
}

.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: 60vw;
    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:2vw;
    left: 50%;
    width: 100%;
    height: 11.2vw;
    line-height: 11.2vw;
    text-align: center;
    font-size: 5.33vw;
    color: #1676c9;
    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-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;
}

.w94 {
    width: 94% !important;
}

.w96 {
    width: 96% !important;
}

.w98 {
    width: 98% !important;
}

.w100 {
    width: 100% !important;
}

.modal-box .txt {
    height: 98%;
    padding: 0 3vw 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;
    min-height: 59vw;
    padding-top: 2vw;
    background: url(../images/modal/m-rule.png?0112) no-repeat;
    background-size: 100% 100%;
}

.m-txt-con {
    position: absolute;
    top: 14vw;
    bottom: 3vw;
    left: 2vw;
    right: 2vw;
    color: #313131;
    z-index: 1;
}

/*.m-txt-con b{
	color: #fff36e;
}*/

.m-rule .txt::-webkit-scrollbar {
    width: 5px;
    height: 2px;
    border-radius: 10px;
}

.m-rule .txt::-webkit-scrollbar-thumb {
    background: #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;
    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-ffs{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-around{
    justify-content: space-around;
}

header {
    width: 100%;
}

header .logo {
    width: 40%;
    padding: 10px 0;
}

/* lys start*/
.box1{
    width: 92.53vw;
    /*height: 206.4vw;*/
    background: url(../images/div1/bg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 4.33vw;
    margin: 0 auto;
    padding-bottom: 3vw;
    border-radius: 3vw;
}

.box1 .cont1{
    border: 1px solid #eac995;
    border-radius: 2vw;
    padding: 0vw 2vw 1vw 2vw;
    color: #966940;
    width: 89vw;
    margin-left: -2vw;
}

.cont1 .title{
    background-color: #faddb2;
    border-radius: 0 0 2vw 2vw;
    padding: 0 1vw 0.2vw 1vw;
    margin-left: -1vw;
}

.box2{
    width: 92.53vw;
    /*height: 206.4vw;*/
    background: url(../images/div2/bg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 4.33vw;
    margin: 0 auto;
    padding-bottom: 3vw;
    border-radius: 3vw;
}

.con{
    padding-bottom: 2vw;
    border-bottom: 2px dotted #d3b9a0;
    width: 85vw;
    margin: 0 auto;
}

.con .txt{
    font-size: 3.6vw;
    color: #262626;
}

.step{
    width: 20.93vw;
    height: 7.47vw;
    margin-left: -5.2vw;
    font-size: 4.27vw;
    font-weight: bold;
    padding-left: 5vw;
    background: url(../images/div1/step.png) no-repeat;
    background-size: 100% 100%;
}

.btn-rz{
    width: 22.4vw;
    height: 8.53vw;
    background: linear-gradient(to bottom, #82e6ff 6%, #1668be 95%);
    border-radius: 2vw;
    font-weight: bold;
    font-size: 4.47vw;
    line-height: 8.53vw;
    color: #FFFFFF;
    text-align: center;
}

.btn-blue{
    width: 35.2vw;
    height: 6.8vw;
    background: linear-gradient(180deg, #5bd5f3 1%, #1668be 95%);
    border-radius: 4.53vw;
    font-weight: bold;
    font-size: 3.47vw;
    color: #FFFFFF;
    line-height: 6.8vw;
    text-align: center;
    margin: 0 auto;
}

.bottom-btn{
    width: 52.8vw;
    height: 10.67vw;
    background: linear-gradient(93deg, #E0CEA9 6%, #CF975C 95%);
    box-shadow: 0vw 0.93vw 3.73vw 0.13vw rgba(4,46,94,0.84);
    border-radius: 5.33vw;
    text-align: center;
    margin: 0 auto;
}
.bottom-btn p{
    font-weight: bold;
    font-size: 5.07vw;
    color: #7A3A12;
    line-height: 9.47vw;
    background: linear-gradient(0deg, #581807 0%, #A4532B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.rule-btn {
    text-align: center;
    font-size: 3.2vw;
    margin-bottom: 2vw;
    text-decoration: underline;
    color: #fff;
}

.foot{
    position: fixed;
    bottom: 0;
    width: 100vw;
    background: url(../images/foot_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 3vw 0;
}

.bigtosmall {
    animation: bigtosmall 2s infinite linear;
    -webkit-animation: bigtosmall 4s infinite linear;
}

@keyframes bigtosmall {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes bigtosmall {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

.goBuy{
    width: 22vw;
    height: 6vw;
    position: absolute;
    top: 51vw;
    right: 6vw;
    font-size: 0;
}

.goAuth{
    width: 22vw;
    height: 6vw;
    position: absolute;
    top: 24vw;
    right: 6vw;
    font-size: 0;
}

.box_nav{
    margin: 0 auto;
    width: 88.27vw;
    height: 11.2vw;
    display: flex;
    margin-left: -1.75vw;
}

.box_nav span,.box_nav2 span{
    flex: 1;
}

.box_nav.s1{
    background: url(../images/div1/navl.png) no-repeat;
    background-size: 100% 100%;
}
.box_nav.s2{
    background: url(../images/div1/navr.png) no-repeat;
    background-size: 100% 100%;
}



.box_nav2{
    margin: 0 auto;
    width: 88.27vw;
    height: 9.33vw;
    display: flex;
    margin-left: -1.75vw;
}
.box_nav2.s1{
    background: url(../images/div1/navl2.png) no-repeat;
    background-size: 100% 100%;
}
.box_nav2.s2{
    background: url(../images/div1/navr2.png) no-repeat;
    background-size: 100% 100%;
}

.tiem{
    margin: 0 auto;
    width: 88.27vw;
    margin-left: -1.75vw;
    border: 1px solid #1c83bf;
    border-top: 0;
    border-radius: 0 0 2vw 2vw;
    background-color: #fcfeff;
    padding-bottom: 3vw;
}

.point{
    background-image: url(../images/div1/point_bg.png);
    background-position: 0 3vw;
    background-size: 100% 2.67vw;
    background-repeat: no-repeat;
    color: #0356a0;
    font-weight: bold;
    padding-bottom: 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: 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: fixed;
    z-index: 99;
    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;
}
.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;
}