@charset "utf-8";
/*-- html5 reset --*/
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, a, address, cite, del, em, img, q, u, i, dl, dt, dd, ol, ul, li, form, label, table, tr, th, td, caption, tbody, tfoot, thead, article, aside, details, summary, figure, figcaption, footer, header, menu, nav, section, audio, input, select, textarea {
    margin: 0;
    padding: 0;
    border: 0;
}

header, footer, nav, section, menu, article, aside {
    display: block;
}

html {
    overflow-x: hidden;
}

body {
    font-size: 12px;
    line-height: 24px;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    color: #151515;
    overflow-x: hidden;
    min-width: 320px;
    max-width: 750px;
    margin: 0 auto !important;
    cursor: default;
    white-space: normal;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    color: #151515;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    color: #777;
    text-decoration: none;
    opacity: .8;
}

img, input, select, textarea {
    font-size: 100%;
    font-family: "Microsoft YaHei";
}

img {
    vertical-align: top;
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol, ul {
    list-style: none;
}

i, em, cite {
    font-style: normal;
}

:focus {
    outline: none;
}

input[type="submit"], input[type="reset"], input[type="button"], button, select {
    -webkit-appearance: none;
}

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

.clearfix {
    zoom: 1;
}

::-webkit-input-placeholder {
    color: #aaa;
}

* {
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    -webkit-font-smoothing: antialiased;
}

/*---- 公共设置 ---*/
.f-f-s {
    font-family: "宋体";
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.bor1 {
    border: 1px solid #ddd;
}

.bor2 {
    border: 1px solid #e1e1e1;
}

.bor3 {
    border: 1px dotted #ddd;
}

.bor-b {
    border-bottom: 1px solid #e1e1e1;
}

.bor-b-d {
    border-bottom: 1px dotted #e1e1e1;
}

.bor-l {
    border-left: 1px solid #e1e1e1;
}

.born {
    border: none !important;
}

.t-c {
    text-align: center;
}

.t-l {
    text-align: left;
}

.t-r {
    text-align: right;
}

.v-t {
    vertical-align: top;
}

.v-m {
    vertical-align: middle;
}

.bg-f {
    background: #fff;
}

.bg-f6 {
    background: #f6f6f6;
}

.bg-c3 {
    background: #c3c3c3;
}

.bg-f60 {
    background: #f60;
}

.bg-f00 {
    background: #f00;
}

.bg-e {
    background: #eee;
}

.cf {
    color: #fff;
}

.c1 {
    color: #111;
}

.c3 {
    color: #333;
}

.c4 {
    color: #444;
}

.c8 {
    color: #888;
}

.c9 {
    color: #999;
}

.red {
    color: #f00;
}

.red-y {
    color: #f60;
}

.d-webkit {
    display: -moz-box;
    display: -webkit-box;
}

.box-flex {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    width: 1px;
}

.box-justify {
    -webkit-box-pack: justify;
    box-pack: justify;
}

.d-table {
    display: table;
}

.d-b {
    display: block;
}

.d-i-b {
    display: inline-block;
}

.d-t-cell {
    display: table-cell;
}

.p-a {
    position: absolute;
}

.p-r {
    position: relative;
}

.p-f {
    position: fixed;
}

.over {
    overflow: hidden;
}

.t-over {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.t-ovr {
    white-space: nowrap;
}

.hide {
    display: none !important;
}

.borr50 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.oveh {
    overflow: hidden;
}

.bg-h {
    background-color: #f2f2f2 !important;
}

.bg-ls {
    background-color: #3290ed !important;
}

.bg-js {
    background-color: #fa5d2f !important;
}

.borr50 {;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.hide {
    display: none;
}

.lbg {
    width: 100%;
    height: auto;
    background: url("../images/b_1.jpg") no-repeat;
    background-size: cover;
}

.bgColor {
    width: 100%;
    height: auto;
    background: #F0F0F0;
    background-size: cover;
}

.homeColor {
    width: 100%;
    height: 100vh;
    background: url("../images/bg1.png") no-repeat;
    background-size: 100% 100vh;
}

.huiBg {
    width: 100%;
    height: auto;
    background: #F0F0F0;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flexB {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flexA {
    display: flex;
    align-items: center;
}

.flexC {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top {
    width: 100%;
    max-width: 750px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 0 3%;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 99;
    background: #2A163E;
    color: #fff;
}

.topTit {
    font-size: 14px;
    font-weight: 600;
}

.topLeft {
    position: absolute;
    left: 3%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
}

.topLeft img {
    width: auto;
    height: 25px;
    margin-right: 5px;
    border-radius: 50%;
    background: #ffffff;
}

.topLink {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 32px;
    border-radius: 5px;
    padding: 0 6px;
    background: hsla(0, 0%, 100%, .7);
    position: absolute;
    top: 10px;
    right: 10px;
}

.topRight {
    position: absolute;
    right: 5%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    color: #fff !important;
    text-decoration: underline;
}

.topRight img {
    height: 40px;
    width: auto;
}

.blank {
    width: 100%;
    height: 55px;
}

.foot {
    width: 100%;
    height: auto;
    z-index: 999;
    position: fixed;
    bottom: 0;
    max-width: 750px;
}

.foot ul {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    background: #ffffff;
    box-shadow: 0 -1px 6px 0 rgba(0, 7, 20, .06);
}

.foot li {
    width: 20%;
    text-align: center;
}

.foot li a {
    width: 100%;
    color: #dbdbdb;
    font-size: 12px;
    height: 30px;
    margin: 10px auto;
}

.foot li.cur a {
    color: #2A163E;
}

.foot li label {
    display: inline-block;
    position: relative;
}

.foot li label i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f00;
    position: absolute;
    top: -2px;
    right: -2px;
}

.foot li img {
    width: 25px;
    height: 25px;
}

.foot li p {
    width: 100%;
    font-weight: 600;
    margin-top: 2px;
}

.z-mask {
    width: 100%;
    max-width: 750px;
    height: auto;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.maskCon {
    width: 90%;
    background: #E5E9F8;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

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

.maskTxt {
    width: 100%;
    height: auto;
    padding: 12px;
    min-height: 16vh;
    max-height: 58vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.maskTxt p {
    width: 100%;
    height: auto;
    text-wrap: inherit !important;
}

.maskTxt p span {
    text-wrap: inherit !important;
}

.maskTxt img,
.maskTxt video {
    width: 100%;
}

.maskfot {
    width: 100%;
    height: auto;
    padding: 12px;
    display: block;
}

.maskBtn {
    width: 100%;
    height: 36px;
    border: none;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    background: #2A163E;
    border-radius: 5px;
}

.maskLink {
    width: 100%;
    height: 36px;
    display: flex;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    flex-wrap: wrap;
    margin-top: 8px;
    font-weight: 600;
    align-items: center;
    background: #2A163E;
    border-radius: 5px;
    justify-content: center;
}

.maskTit {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 20px;
    color: #2A163E;
    border-bottom: 0.5px solid #2A163E;
    font-weight: 600;
    text-align: center;
    padding: 16px 0 12px;
    position: relative;
}

.maskTit img {
    width: 100%;
    height: auto;
}

.maskTit p {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
}


.maskImg {
    width: 36px;
    height: auto;
    padding: 6px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #ffffff;
    position: absolute;
    bottom: -48px;
}

.z-coupon {
    width: 100%;
    max-width: 750px;
    height: auto;
    min-height: 100vh;
    padding: 12px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.couponCon {
    width: 100%;
    background: #E5E9F8;
    border-radius: 5px;
    overflow: hidden;
    padding: 12px 0;
}

.couponTit {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    color: #2A163E;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 0 8px;
}

.couponList {
    width: 100%;
    height: auto;
    min-height: 20vh;
    max-height: 60vh;
    margin-top: 12px;
    padding: 0 12px;
    display: inline-block;
    overflow-y: scroll;
}

.couponItem {
    width: 100%;
    height: auto;
    margin-top: 12px;
    padding-bottom: 6px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #2A163E;
}

.couponItem:first-child {
    margin-top: 0;
}

.couponItem:last-child {
    margin-bottom: 12px;
}

.couponItemLeft {
    width: 48px;
    height: 48px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50%;
    background: #2A163E;
    display: flex;
    align-items: center;
    justify-content: center;
}

.couponItemRight {
    width: calc(100% - 48px);
    height: 48px;
    padding-left: 6px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}


.couponItemRight h3 {
    width: 100%;
    height: auto;
    color: #2A163E;
    font-size: 14px;
    font-weight: 600;
}

.couponItemRight span {
    width: 100%;
    height: auto;
    color: #CCCCCC;
    font-size: 12px;
    font-weight: 400;
}

.couponItem i {
    color: #CCCCCC;
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    right: 0;
}

.couponItem.current i {
    color: #2A163E;
}

.couponBtn {
    width: 100%;
    height: auto;
    padding: 6px 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.couponBtn button {
    width: 50%;
    height: 36px;
    color: #ffffff;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    background: #2A163E;
}

.couponBtn .couponPrice {
    color: #2A163E;
    font-size: 16px;
    font-weight: 600;
}

.z-lang {
    width: 100%;
    height: auto;
    z-index: 999;
    display: flex;
    padding: 0 12px;
    max-width: 750px;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
}

.mask-lang {
    width: 100%;
    height: auto;
    overflow-y: auto;
    border-radius: 5px;
    background: #ffffff;
    border: 0.5px solid #2A163E;
}

.lang-tit {
    width: 100%;
    height: auto;
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    position: relative;
    background: #2A163E;
    padding: 16px 0 12px;
    border-bottom: 0.5px solid #848e9c;
}

.lang-box {
    width: 100%;
    height: auto;
    display: block;
}

.lang-box ul {
    width: 100%;
    height: auto;
    margin-top: 12px;
    overflow: hidden;
}

.lang-box li {
    width: 100%;
    height: auto;
    display: flex;
    color: #8a8a8a;
    cursor: pointer;
    padding: 0 12px;
    line-height: 50px;
    justify-content: space-between;
    border-bottom: 0.5px solid #2A163E;
}

.lang-box li.current {
    color: #2A163E;
    font-size: 20px;
    font-weight: 600;
}

.lang-btn {
    width: 100%;
    height: auto;
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.lang-btn button {
    width: 100%;
    height: 42px;
    border: none;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 5px;
    background: #dbdbdb;
}
