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

.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: auto;
    min-height: 100vh;
    background-image: url("../images/login.png");
    background-size: 100%, 100%;
    background-position: bottom;
    background-repeat: no-repeat, no-repeat;
}

.homeColor {
    width: 100%;
    height: auto;
}

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

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

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

.topLeft img {
    height: 25px;
    width: auto;
    border-radius: 5px;
    margin-right: 5px;
}

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

.login-foot {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
    background: #fff;
}

.login-foot a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.login-foot img {
    height: 25px;
    width: auto;
    margin-right: 6px;
}

.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: 20%;
    text-align: center;
}

.foot li.cur a {
    color: #000;
}

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

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

.foot li p {
    height: 14px;
    line-height: 14px;
    margin-top: 5px;
}

.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: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.maskConDiv {
    width: 100%;
}

.maskTxt {
    width: 100%;
    height: 89%;
    overflow-y: auto;
    padding: 15px;
}

.maskTxt p {
    width: 100%;
    color: #333;
}

.maskTxt img {
    width: 100%;
}

.maskBtn {
    width: 60%;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    height: 35px;
    background: #E65C19;
    margin: 20px auto;
    border-radius: 5px;
}

.maskTit {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 20px;
    color: #333;
    border-bottom: 0.5px solid #848e9c;
    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;
}

.service {
    position: fixed;
    bottom: 15%;
    right: 0;
    background: #17cdcd;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service img {
    width: 25px;
    height: auto;
}

.fixd-icons {
    width: 60px;
    height: auto;
    position: fixed;
    bottom: 200px;
    right: 0;
    z-index: 5000;
    padding: 2px;
}

.fixd-icons .kf-item {
    width: 56px;
    height: 56px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
}

.fixd-icons .kf-item img {
    width: 100%;
    height: auto;
}