@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%;
}

.padding10{
    padding: 10px;
}

.bgColor {
    width: 100%;
    height: auto;
    min-height: 100vh;
    /* background: #fff url(../images/loginBg.jpg) repeat; */
    background-size: 100% 100%;
}

.homeColor {
    width: 100%;
    height: auto;
    background: #fff !important;
}

.huiBg {
    width: 100%;
    height: auto;
    background: #fff !important;
}

.userBg{
    background: #fff !important;
}

.padding-10{
    padding:10px;
}

.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;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    padding: 0 12px;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 9999;
    background: #034EA1;
    color: #ffffff;
}

.topLeft {
    position: absolute;
    left: 12px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-weight: 700;
    color: #011;
    font-size: 16px;
}

.topLeft i {
    font-size: 22px;
    color: #fff;
}

.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 {
    position: absolute;
    right: 12px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    color: #ffffff !important;
}

.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: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    background-color: #fff;
    bottom: 0;
    background: #15181f;
    box-shadow: 0 -1px 6px 0 rgba(0, 7, 20, .06);
}

.foot li {
    width: 20%;
    text-align: center;
}

.foot li.cur a {
    color: #034EA1;
    background: #fff;
    display: block;
    border-radius: 5px;
    margin: 0 5px;
    padding: 4px;
}

.foot li a {
    width: 95%;
    color: #fff;
    margin: 10px auto;
}

.foot li img {
    width: auto;
    height: 20px;
}

.foot li p {
    height: 14px;
    line-height: 14px;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 500;
}
.z-mask {
    width: 100%;
    max-width: 750px;
    height: 100%;
    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: 100%;
    border-radius: 5px;
}

.maskConDiv {
    width: 90%;
    position: relative;
    /* height: 50vh; */
    background: url(../images/bgs.png) no-repeat;
    margin-left:5%;
    background-size: 100% 100%;
    border-radius:10px;
}

.maskTxt {
    width: 100%;
    overflow-y: auto;
    padding: 10px;
    word-wrap: break-word;
    word-break: normal;
    /* padding-bottom: 50px; */
    height: 42%;
    position: absolute;
    left: 7%;
    top: 32%;
    width: 88%;
}
.joins{
    color: #034EA1;
    font-size: 20px;
    display: block;
    width:100%;
    height:50%;
}
.maskTxt p {
    width: 100%;
    /* color: #000; */
    margin: 5px 0;
}

.maskTxt span{
    text-wrap-mode: wrap!important;
}

.maskTxt img {
    width: 100%;
}
.div_box{
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    
}
.maskBtns{
    position: absolute;
    bottom: 3%;
    left: 10%;
    width: 80%;
    height: 18%;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    color:#034EA1;
    border-radius:10px;
}
.maskBtns-close{
    position: absolute;
    top: 6%;
    right: 5%;
    width: 40px;
    height: 40px;
    background: yellow;
    opacity: 0;
}
.div_box a{
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    height: 35px;
    background: #FA746A;
    margin: 20px auto;
    border-radius: 5px;
    width: 120px;
    text-align: center;
    line-height: 35px;
}

.maskBtn {
    width: 120px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    height: 35px;
    background: #FA746A;
    margin: 20px auto;
    border-radius: 5px;
}

.maskTit {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    border-bottom: 0.5px solid #848e9c;
    font-weight: 600;
    text-align: center;
    padding: 16px 0 12px;
    position: relative;
    background-color: #FA746A;
}

.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: #FA746A;
}

.service {
    width: 56px;
    height: 56px;
    overflow: hidden;
    position: fixed;
    bottom: 64px;
    background-color: #cb8c61;
    right: 6px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service img {
    width: 50%;
    margin-left: 25%;
}


.dropload-down {
    width: 100%;
    height: auto;
    line-height: 36px;
    text-align: center;
    color: #999999;
}

.record-tab {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: 5px;
    margin: 12px 0;
    padding: 5px;
    border-radius: 20px;
    /* background-color: #cb8c61; */
    border: 1px solid #034EA1;
}

.record-tab a {
    flex: 1;
    height: auto;
    display: inline-block;
    text-align: center;
    padding: 12px 0;
    width: 30%;
    color: #034EA1;
    font-weight: 600;
    border-radius: 20px;
    background-color: #fff;
    /* border: 1px solid #034EA1; */
    margin-right: 5px;
}




.logins a{
    width: 48%;
}

.record-tab a.active {
    color: #fff;
    background-color: #034EA1;
}

.inline-tab {
    width: 100%;
    height: auto;
    margin: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: #034EA1; */
    border-radius: 20px;
    padding: 5px;
    border: 1px solid #034EA1;
}

.inline-tab a {
    flex: 1;
    height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-right: 6px;
    background: #fff;
    color: #034EA1;
}

.inline-tab a:last-child {
    margin-right: 0;
}

.inline-tab a.cur {
    color: #fff;
    background: #034EA1;
    border: 1px solid #034EA1;
}