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

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

.oveh {
    overflow: hidden;
}

.hide {
    display: none !important;
}

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

.bgColor {
    width: 100%;
    height: 100vh;
    background: #f8f8f8;
}

.homeColor {
    width: 100%;
    height: auto;
    background: #f8f8f8;
}

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

.teamColor {
    width: 100%;
    height: auto;
    background: #2a59c3;
}


.luckBg {
    width: 100%;
    height: auto;
    min-height: 100vh;
    background: #eef1ef url("../images/luck-bg.png") no-repeat center bottom;
    background-size: cover;
}


.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%;
    z-index: 99;
    height: 50px;
    display: flex;
    color: #ffc71b;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 600;
    max-width: 750px;
    text-align: center;
    align-items: center;
    background: #07518c;
    justify-content: center;
    position: fixed;
    top: 0;
}

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

.topLeft i {
    font-size: 22px;
    color: #ffc71b;
}

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

.topRight {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    position: absolute;
    right: 8px;
    top: 0;
}

.topRight i {
    font-size: 24px;
}

.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: #fff;
    box-shadow: 0 -1px 6px 0 rgba(0, 7, 20, .06);
}

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


.foot li a {
    width: 95%;
    color: #8a8a8a;
    margin: 10px auto;
}

.foot li.cur a {
    color: #07518c;
}

.foot li img {
    width: auto;
    height: 24px;
}

.foot li p {
    height: 14px;
    margin-top: 5px;
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
}

.foot li.cur p {
    font-weight: 600;
}

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

.maskCon {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 4px;
    background: #ffffff;
    border: 0.5px solid #ffc71b;
}

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

.maskTxt {
    width: 100%;
    height: auto;
    padding: 12px;
    max-height: 50vh;
    overflow-y: auto;
}

.maskTxt p {
    width: 100%;
    color: #333;
    overflow: hidden;
    text-wrap: initial !important;
}

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

.maskTxt img {
    width: 100%;
}

.maskBtn {
    width: calc(100% - 16px);
    height: 40px;
    border: none;
    color: #ffc71b;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    margin: 6px 8px;
    border-radius: 25px;
    background: #07518c;
}

.maskFollow {
    width: calc(100% - 16px);
    height: auto;
    display: flex;
    margin-top: 6px;
    flex-wrap: wrap;
    background: #07518c;
    align-items: center;
    border-radius: 25px;
    justify-content: space-between;
}

.maskFollow a {
    width: 50%;
    height: 40px;
    display: flex;
    color: #ffc71b;
    flex-wrap: wrap;
    font-size: 12px;
    cursor: pointer;
    font-weight: 600;
    line-height: 40px;
    align-items: center;
    justify-content: center;
}

.maskFollow a:first-child {
    border-right: 0.5px solid #ffc71b;
}

.maskFollow a:last-child {
    border-left: 0.5px solid #ffc71b;
}

.maskTit {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 16px;
    color: #ffc71b;
    border-bottom: 0.5px solid #848e9c;
    font-weight: 600;
    text-align: center;
    padding: 16px 0 12px;
    position: relative;
    background: #07518c;
}

.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;
    color: #333;
}

.service {
    width: 56px;
    height: 56px;
    overflow: hidden;
    position: fixed;
    bottom: 64px;
    right: 6px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #07518c;
    padding: 12px;
}

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

@keyframes animate-shake {
    0% {
        transform: translate(0, 0);
    }
    5%,
    15% {
        transform: translate(-1.33333vw, 0);
    }
    10%,
    20% {
        transform: translate(1.33333vw, 0);
    }
    30% {
        transform: translate(0, 0);
    }
}

.service.animate-shake {
    animation: animate-shake infinite;
    animation-duration: 2s;
    animation-timing-function: ease-out;
}

.dropload-down {
    width: 100%;
    height: auto;
    line-height: 36px;
    text-align: center;
    color: #999999;
}

.record-tab {
    width: 100%;
    height: auto;
    padding: 2px;
    display: flex;
    overflow: hidden;
    margin-top: 12px;
    border-radius: 25px;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    border: 0.5px solid #ffc71b;
    box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.07);
}

.record-tab a {
    width: 100%;
    height: 45px;
    color: #07518c;
    display: block;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    border-radius: 25px;
}

.record-tab a.active {
    color: #ffc71b;
    background: #07518c;
}

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

.mask-success {
    width: 100%;
    padding: 12px;
    background: #ffffff;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
}

.mask-success-icon {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.mask-success-icon img {
    width: 100px;
    height: auto;
}

.mask-success-note {
    width: 100%;
    margin-top: 12px;
    color: #07518c;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.mask-success-note span {
    width: 100%;
    color: #fb8534;
    font-size: 15px;
    margin-top: 6px;
}

.mask-success-close {
    width: 100%;
    height: 42px;
    margin-top: 12px;
    background: #07518c;
    border: 0;
    cursor: pointer;
    color: #ffc71b;
    font-size: 18px;
    font-weight: 600;
    border-radius: 25px;
}


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

.checkCon {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 4px;
    background: #ffffff;
    border: 0.5px solid #ffc71b;
}

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

.checkTit img {
    width: 20px;
    height: auto;
    position: absolute;
    right: 12px;
}

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

.checkList {
    width: 100%;
    height: auto;
    margin-top: 12px;
    overflow: hidden;
    border-radius: 4px;
    border: 0.5px solid #ffc71b;
}

.checkItems {
    width: 100%;
    height: auto;
    display: flex;
    color: #8a8a8a;
    padding: 0 12px;
    line-height: 50px;
    justify-content: space-between;
    border-bottom: 0.5px solid #ffc71b;
}

.checkItems:last-child {
    border-bottom: none;
}

.checkItems span {
    color: #07518c;
    font-weight: 600;
}

.checkBtn {
    width: 100%;
    height: auto;
    padding: 12px;
}

.checkBtn button {
    width: 100%;
    height: 40px;
    border: none;
    color: #ffc71b;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 25px;
    background: #07518c;
}

.lang {
    width: auto;
    display: flex;
    color: #ffc71b;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 2px;
    background: #07518c;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffc71b;
    position: absolute;
    top: 8px;
    left: 12px;
}

.lang i {
    font-size: 14px;
}

.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: 4px;
    background: #ffffff;
    border: 0.5px solid #ffc71b;
}

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

.lang-box {
    width: 100%;
    height: auto;
    display: block;
    padding: 0 12px;
}

.lang-box ul {
    width: 100%;
    height: auto;
    margin-top: 12px;
    overflow: hidden;
    border-radius: 4px;
    border: 0.5px solid #ffc71b;
}

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

.lang-box li.current {
    color: #07518c;
    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: 25px;
    background: #dbdbdb;
}
