@charset "utf-8";

/* reset */

html,
body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-touch-callout: none;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
    height: 100%;
}

body {
    /* font-size: 62.5%; */
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
    color: #666666;
    background-color: #fff;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

textarea {
    resize: none;
}

input[type=button],
input[type=submit] {
    cursor: pointer;
}

input[type=button] {
    -webkit-appearance: none;
    outline: none
}

input::-webkit-input-placeholder {
    color: #B5B5B5;
}

textarea::-webkit-input-placeholder {
    color: #B5B5B5;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th {
    text-align: inherit;
}

fieldset,
img {
    border: 0 none;
}

img {
    vertical-align: middle;
}

abbr,
acronym {
    border: none;
    font-variant: normal;
}

del {
    text-decoration: line-through;
}

hr {
    border: 0;
    height: 1px;
    background-color: #D9D9D9;
}

ul,
li,
ol {
    list-style: none;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

button,
input {
    border: 0;
    background: 0;
    -webkit-appearance: none;
    outline: 0
}

a {
    -webkit-touch-callout: none;
    text-decoration: none;
    color: #666666;
    outline: 0;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

a:focus,
*:focus {
    outline: none;
}

em,
i {
    font-style: normal
}

label {
    cursor: pointer;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-word-break: break-all;
    word-break: break-all;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    /* -webkit-tap-highlight-color:rgba(0,0,0,0); */
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}


/*====================== mouse =======================*/

.cp {
    cursor: pointer;
}

.cd {
    cursor: default;
}

.cna {
    cursor: not-allowed;
}


/*====================== position =======================*/

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cb {
    clear: both;
}

.cl {
    clear: left;
}

.cr {
    clear: right;
}

.vt {
    vertical-align: top;
}

.vm {
    vertical-align: middle;
}

.vb {
    vertical-align: bottom;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.abs-left {
    position: absolute;
    right: 0
}

.abs-right {
    position: absolute;
    right: 0
}

.abs-top {
    position: absolute;
    top: 0
}

.abs-bottom {
    position: absolute;
    bottom: 0
}

.abs-lt {
    position: absolute;
    left: 0;
    top: 0;
}

.abs-lb {
    position: absolute;
    left: 0;
    bottom: 0
}

.abs-rt {
    position: absolute;
    right: 0;
    top: 0
}

.abs-rb {
    position: absolute;
    right: 0;
    bottom: 0
}

.zoom {
    zoom: 1;
}

.hidden {
    visibility: hidden;
}

.none {
    display: none;
}

.ib {
    display: inline-block;
}

.inline {
    display: inline;
}

.block {
    display: block;
}


/**/

.mt50 {
    margin-top: 50px;
}

.mt40 {
    margin-top: 40px;
}

.mt20 {
    margin-top: 20px;
}

.mt33 {
    margin-top: 33px;
}


/* vue闪烁 */

[v-cloak] {
    display: none;
}


/*  */

.index-line {
    padding: 40px 0 30px;
    overflow: hidden;
}

.bg-F6F7FB {
    background-color: #F6F7FB;
}

.choice-list {
    margin-top: 66px;
    padding-bottom: 50px;
}

.chooice-title {
    font-size: 36px;
    color: #1F2434;
    text-align: center;
}

.choice-list {
    font-size: 0;
    margin-top: 66px;
}

.choice-list li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.choice-list li img {
    display: block;
    margin: 0 auto;
}

.choice-list li p {
    font-size: 18px;
    text-align: center;
    color: #1F2434;
    line-height: 1.5;
    margin-top: 20px;
}


/*  */

body {
    min-width: 1200px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.header .logo {
    line-height: 66px;
    height: 70px;
    float: left;
}

.header .logo span {
    display:inline-block;
    color: #5b5d61;
    font-weight: bold;
    font-size:16px;
    margin-right:8px;
}

.header .logo a {
    cursor: default;
}

.header .logo img {
    max-height: 40px;
}

.header nav {
    float: right;
    padding: 25px 0;
}

.header nav a {
    float: left;
    padding: 0 35px;
    line-height: 20px;
    color: #2C2C2F;
    font-size: 16px;
    font-weight: 600;
}

.header nav a:last-child {
    padding: 0 0 0 40px;
}

/* .header nav a+a {
    border-left: 1px solid #EEEEEE;
} */

.header nav a:hover {
    color: #1F2434;
}

.header.down {
    background: #fff;
}

.header .download-btn {
    width: 162px;
    margin-top: 12px;
}

.header .download-btn span {
    font-size: 16px;
    line-height: 46px;
}


/*底部样式*/

footer {
    background: #1F2434;
    height: 80px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
}


/* 客服 */

#YSF-BTN-HOLDER {
    display: none!important;
}

.side-box {
    position: fixed;
    right: 0;
    top: 95%;
    margin-top: -80px;
    z-index: 100;
}

.ysf-icon {
    width: 80px;
    border-radius: 4px;
    background-color: #0E62E8;
    border-bottom: 1px solid #0855CF;
    padding: 15px 0;
    position: relative;
    cursor: pointer;
}

.ysf-icon p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 45px;
    line-height: 1;
    background: url("../../public/icon/kefu/icon_kefu.png") no-repeat top center;
}

.ysf-icon i {
    position: absolute;
    top: -80px;
    left: 0;
    width: 80px;
    height: 80px;
    background: url("../../public/icon/kefu/server.gif") no-repeat;
}

a{
    text-decoration: none;
    color: #000;
}