@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;
    color: #151515;
    overflow-x: hidden;
    min-width: 320px;
    max-width: 750px;
    margin: 0 auto !important;
    cursor: default;
    word-break: normal;
    white-space: normal;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

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

.mainBg {
    width: 100%;
    height: auto;
    background: #F0F4F5;
}

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

.loginBg {
    width: 100%;
    height: 100vh;
    background: url("../images/bg.jpg") no-repeat;
    background-size: 100% 100%;
}

.hide {
    display: none !important;
}

.dropload-down {
    width: 100%;
    color: #999999;
    margin-top: 16px;
    text-align: center;
}

.top {
    width: 100%;
    height: 50px;
    z-index: 99;
    display: flex;
    color: #ffffff;
    flex-wrap: wrap;
    padding: 0 12px;
    font-weight: 600;
    font-size: 15px;
    max-width: 750px;
    line-height: 50px;
    text-align: center;
    align-items: center;
    background: #0078ff;
    justify-content: center;
    position: fixed;
    top: 0;
}

.topLeft {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 12px;
}

.topLeft i {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

.lang {
    width: auto;
    border: none;
    display: flex;
    color: #0078ff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 2px;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 12px;
}

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

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

.foot ul {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    background: #0078ff;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
}

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

.foot li.cur a {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background: #ffffff;
    margin: 0 auto;
    text-align: center;
    line-height: 39px;
}

.foot li a {
    width: 100%;
    display: block;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
}

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

.foot li p {
    width: 100%;
    height: auto;
    margin-top: 4px;
}

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

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

.maskTit {
    width: 100%;
    padding: 12px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    text-align: center;
    background: #0078ff;
}

.maskTxt {
    width: 100%;
    height: auto;
    padding: 10px;
    min-height: 16vh;
    max-height: 56vh;
    overflow-y: auto;
}

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

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

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

.maskBtn {
    width: 100%;
    height: auto;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

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

.maskBtn a {
    width: 100%;
    height: auto;
    display: flex;
    color: #0078ff;
    cursor: pointer;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
    justify-content: center;
    text-decoration: underline;
}

.maskClose {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -42px;
}

.maskClose i {
    color: #ffffff;
    font-size: 36px;
    cursor: pointer;
}

.inline-tab {
    width: 100%;
    height: auto;
    padding: 2px;
    display: flex;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 5px;
    align-items: center;
    background: #ffffff;
    border: 0.5px solid #CCD9FE;
    justify-content: space-between;
}

.inline-tab a {
    width: 50%;
    height: 42px;
    display: flex;
    color: #0078ff;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    align-items: center;
    justify-content: center;
}

.inline-tab a.active {
    color: #ffffff;
    border-radius: 3px;
    background: #0078ff;
}

.z-lang {
    width: 100%;
    height: auto;
    z-index: 999;
    display: flex;
    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: 72%;
    height: 100vh;
    overflow-y: auto;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
}

.mask-lang h3 {
    width: 100%;
    height: 50px;
    color: #ffffff;
    padding: 0 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    background: #0078ff;
}

.mask-lang ul {
    width: 100%;
    height: auto;
}

.mask-lang li {
    width: 100%;
    height: 55px;
    display: flex;
    color: #888888;
    padding: 0 12px;
    font-size: 12px;
    cursor: pointer;
    font-weight: 500;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #CCD9FE;
}

.mask-lang li.current {
    color: #0078ff;
    font-weight: 600;
}

.mask-lang .lang-close {
    width: 100%;
    height: auto;
    display: flex;
    padding: 0 12px;
    flex-wrap: wrap;
    margin-top: 24px;
    align-items: center;
    justify-content: center;
}

.mask-lang .lang-close button {
    width: 100%;
    height: 40px;
    border: none;
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    background: #0078ff;
}
