* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html, body {
    min-width: 1240px;
}

body {
    font-family: Microsoft YaHei;
    font-size: 14px;
    line-height: 1.5;
    color: rgb(51, 51, 51);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: rgb(245, 245, 245);
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

em {
    font-style: normal;
}

.v-line {
    display: inline-block;
    width: 1px;
    background: #cccccc;
    height: 12px;
    margin-left: 15px;
    margin-right: 15px;
}

.header-box {
    width: 100%;
    min-width: 1240px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    padding: 24px 30px;
}

.header {
    display: flex;
    color: #fff;
}

.headerL {
    display: flex;
    align-items: center;
}

.headerR {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-phone {
    color: inherit;
    font-size: 20px;
    padding-left: 30px;
}

.header-phone .iconfont {
    font-size: 24px;
    color: inherit;
}

.header-nav {
    display: flex;
    align-items: center;
}

.header-nav li {
    padding: 0 30px;
    font-size: 16px;
    font-weight: 300;
    color: inherit;
}

.header-nav li a {
    color: inherit;
}

.header-nav li:hover,
.header-nav li.active {
    font-weight: 700;
}

.header-user {
    padding-left: 50px;
    font-size: 16px;
}

.header-user .view {
    display: inline-flex;
    align-items: center;
}

.header-user .iconfont {
    font-size: 24px;
    vertical-align: -3px;
    margin-right: 5px;
}

.header-user .btn {
    position: relative;
    cursor: pointer;
}

.header-user .name {
    padding-right: 15px;
}

.header-user .btn-quit,
.header-user .btn-register {
    padding-left: 15px;
    margin-left: 15px;
}

.header-user .btn-quit:before,
.header-user .btn-register:before {
    content: "";
    display: inline-block;
    background: rgb(229, 229, 229);
    width: 1px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header1 {
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
}

.header1 .header {
    color: #333;
}

.header1 .header-nav li {
    font-weight: normal;
}

.header1 .header-nav li:hover,
.header1 .header-nav li.active {
    /*font-weight: 700;*/
    color: #0088F5;
}

.header1 .header-user .iconfont {
    color: #0088F5;
}

.header1 .header-user .btn:hover {
    color: #0088F5;
}


.footer-box {
    background: #fff;
}

.footer-fixed {
    width: 100%;
    min-width: 1240px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.footer {
    padding-top: 22px;
    padding-bottom: 22px;
    display: flex;
}

.footerL {
    flex: 1;
}

.footer .phone .iconfont {
    font-size: 28px;
    margin-right: 8px;
}

.footer .phone span {
    font-size: 24px;
}

.footer-nav {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.footer-nav a {
    color: #333;
}

.footer-nav a:hover {
    color: #0088F5;
}

.footer-other {
    font-size: 12px;
    /*height: 50px;*/
    border-top: 1px solid #f0f0f0;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 25px;
    text-align: center;
    color: #666;
}

.footer-other .beian {
    vertical-align: -5px;
}

.footer-other a {
    color: #666;
    margin-right: 15px;
}

.footer-other a:hover {
    text-decoration: underline;
}

.footer-other span {
    margin-right: 15px;
}

.flex {
    display: flex;
    align-items: center;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-22 {
    font-size: 22px;
}

.f-32 {
    font-size: 32px;
}

.f-70 {
    font-size: 70px !important;
}

.f-80 {
    font-size: 80px !important;
}

.f-bold {
    font-weight: bold;
}

.flex {
    display: flex;
    align-items: center;
}

.flex-1 {
    flex: 1;
}

.ml-5 {
    margin-left: 5px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-80 {
    margin-right: 80px;
}

.mb-6 {
    margin-bottom: 6px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mainColor {
    color: #1393f6;
}

.inverColor {
    color: #ff6772;
}

.tipColor {
    color: rgb(255, 156, 0);
}

.gray-6 {
    color: #666;
}

.gray-9 {
    color: #999;
}

.bg-fff {
    background-color: #fff;
}

.xx-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84px;
    height: 36px;
    background: #0088f5;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.xx-btn.plain {
    background: #fff;
    border: 1px solid #f0f0f0;
    color: #333;
}

.xx-btn--lg {
    width: 316px;
    height: 50px;
    font-size: 18px;
}

.xx-btn-group {
    display: flex;
    justify-content: center;
}

.text-c {
    text-align: center;
    justify-content: center;
}

.tool {
    position: fixed;
    top: 59%;
    right: 2%;
    cursor: pointer;
}

.default {
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin-bottom: 30px;
}

.default img {
    width: 110px;
}

.default p {
    padding-top: 20px;
    color: #666;
}

.yi .phone span {
    font-size: 16px;
    margin-right: 8px;
}

.footer-other .icon-ebs-wrapper {
    /*display: inline-block;*/
    color: #666;
    text-decoration: none;
}

.footer-other .icon-ebs-wrapper i {
    margin-right: 5px;
    vertical-align: middle;
}

.footer-other .icons.icon-ebs {
    width: 20px;
    height: 27px;
    background-position: -315px -31px;
    transform: scale(.9);
}

.footer-other .icons {
    display: inline-block;
    background-image: url(/static/images/base/img_1.png);
}