:root {
    --blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:480px;--breakpoint-md:640px;--breakpoint-lg:992px;--breakpoint-xl:1300px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}

*,:after,:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.ls {
    letter-spacing: 5px;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    letter-spacing: 1px;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: hsla(0,0%,100%,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    -webkit-box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    opacity: 0
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: hsla(0,0%,100%,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}


.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

.fixed-top {
    top: 0
}

.fixed-bottom,.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

body {
    color: #1f1f1f;
    font-size: 14px;
    font-family: Microsoft YaHei,PingFang SC,Helvetica Neue,Helvetica,Hiragino Sans GB,Arial,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

body,html {
    height: 100%
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,:after,:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    margin: 0;
    padding: 0
}

a,a:active,a:focus,a:hover {
    color: inherit;
    text-decoration: none;
    outline: none;
    cursor: pointer
}

img {
    max-width: 100%
}

dl,ol,ul {
    list-style-type: none
}

.h1,.h2,.h3,.h4,.h5,.h6,dl,h1,h2,h3,h4,h5,h6,ol,p,ul {
    margin-bottom: 0
}

h2 {
    font-size: 28px;
    line-height: 40px
}

h2,h3 {
    font-weight: 600
}

h3 {
    font-size: 24px;
    line-height: 33px
}

h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px
}

.main[data-v-e5799b0a] {
    text-align: center
}

.header[data-v-4b50d377] {
    position: fixed;
    top: 0;
    z-index: 999;
    min-width: 1200px;
    height: 80px;
    background-color: #fff;
    box-shadow: 0px 3px 12px 1px rgba(0,110,255,0.08);
}

.header.header-scroll-fixed[data-v-4b50d377] {
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}

.header .official-logo[data-v-4b50d377] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 160px;
    /* padding: 0 32px 0 173px */
}

.header .ttis__animate__container[data-v-4b50d377] {
    width: 124px;
    margin-left: 6px
}

.header .navbar__list[data-v-4b50d377] {
    color: #1f1f1f;
    font-weight: 400;
    font-size: 18px;
    margin-left: 260px;
}

.header .navbar__list .navbar__item[data-v-4b50d377] {
    position: relative;
    padding: 24px 40px
}

.header .navbar__list .navbar__item.active[data-v-4b50d377] {
    color: #206CFF;
}

.header .navbar__list .navbar__item.active[data-v-4b50d377]:after {
    position: absolute;
    bottom: 4px;
    right: 21%;
    width: 60%;
    height: 3px;
    margin-left: -30px;
    background: #206CFF;
    border-radius: 2px;
    content: ""
}

.header .navbar__list .navbar__item[data-v-4b50d377]:hover {
    color: #206CFF
}

.header .navbar__list .dropdown[data-v-4b50d377] {
    position: absolute;
    top: 66px;
    z-index: 98999;
    overflow: hidden;
    color: #1f1f1f;
    background: #fff;
}

.header .navbar__list .dropdown .dropdown__list li[data-v-4b50d377] {
    cursor: pointer
}

.header .navbar__list .dropdown.dropdown-simply[data-v-4b50d377] {
    display: none;
    left: 8px;
    height: auto
}

.header .navbar__list .dropdown.dropdown-simply .dropdown__list li[data-v-4b50d377] {
    width: 140px;
    margin-bottom: 0;
    padding: 20px 32px
}

.header .navbar__list .dropdown.dropdown-simply .dropdown__list li[data-v-4b50d377]:hover {
    color: #1B91FF
}



html[data-v-572172ca] {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

article[data-v-572172ca],aside[data-v-572172ca],figcaption[data-v-572172ca],figure[data-v-572172ca],footer[data-v-572172ca],header[data-v-572172ca],hgroup[data-v-572172ca],main[data-v-572172ca],nav[data-v-572172ca],section[data-v-572172ca] {
    display: block
}

body[data-v-572172ca] {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

.header[data-v-6a2ac85c] {
    background-color: #fff
}

.layout-root[data-v-6a2ac85c] {
    background: #f6f6f6
}

.fixed-box[data-v-65877732] {
    position: fixed;
    top: calc(100% - 500px);
    right: 0;
    z-index: 3000;
    width: 45px
}

.fixed-box .iframe-box[data-v-65877732] {
    width: 400px;
    height: 400px
}

.fixed-box .iframe-box iframe[data-v-65877732] {
    position: fixed;
    right: 80px;
    bottom: 0;
    width: 400px;
    height: 450px
}

.fixed-box .iframe-box img[data-v-65877732] {
    position: fixed;
    right: 95px;
    bottom: 415px;
    width: 15px;
    height: 15px;
    color: #fff;
    cursor: pointer
}

#box--fixed-pendant[data-v-20d940f0] {
    position: fixed;
    right: 24px;
    bottom: 160px;
    z-index: 999
}

#box--fixed-pendant .b-icon[data-v-20d940f0] {
    display: inline-block;
    width: 20px;
    height: 20px
}

#box--fixed-pendant .chat[data-v-20d940f0] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 16px 0 rgba(0,0,0,.1);
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.1);
    cursor: pointer
}

#box--fixed-pendant .chat:hover .wx_qr[data-v-20d940f0] {
    right: 200px
}

#box--fixed-pendant .customer[data-v-20d940f0] {
    width: 48px;
    height: 140px;
    margin-top: 8px;
    padding-top: 16px;
    text-align: center;
    background-color: #fff;
    border-radius: 40px;
    -webkit-box-shadow: 0 4px 16px 0 rgba(0,0,0,.1);
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.1);
    cursor: pointer
}

#box--fixed-pendant .customer p[data-v-20d940f0] {
    width: 14px;
    margin: 8px auto 0;
    font-size: 14px;
    line-height: 20px
}

#box--fixed-pendant .wx_qr[data-v-20d940f0] {
    position: absolute;
    top: 0;
    right: -50px;
    -webkit-transition: 1s;
    transition: 1s
}

#box--fixed-pendant .wx_qr .wx_box .wx_icon[data-v-20d940f0] {
    width: 30px;
    height: 30px
}

#box--fixed-pendant .wx_qr .wx_box .active[data-v-20d940f0] {
    width: 26px;
    height: 26px;
    margin-left: 12px
}

#box--fixed-pendant .wx_qr .wx_box .wx_qr_box[data-v-20d940f0] {
    position: absolute;
    top: -20px;
    right: -220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2px 5px;
    background-color: #fff;
    border: 1px solid #1B91FF
}

#box--fixed-pendant .wx_qr .wx_box .wx_qr_box .icon[data-v-20d940f0] {
    width: 26px;
    height: 22px;
    margin: 0 8px 4px 0
}

#box--fixed-pendant .wx_qr .wx_box .wx_qr_box .qr[data-v-20d940f0] {
    width: 60px;
    height: 60px
}

#box--fixed-pendant .lf_box[data-v-20d940f0] {
    margin-left: 8px;
    padding-top: 8px;
    text-align: center
}

#box--fixed-pendant .lf_box span[data-v-20d940f0] {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: left
}

#box--fixed-pendant .lf_box p[data-v-20d940f0] {
    color: #666;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    text-align: left
}

.footer[data-v-572172ca] {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 1200px;
    height: 420px;
    padding-top: 70px;
    background: #0C1836 url('../../images/footer_bg.png') no-repeat center;
    background-size: cover;
    color: #fff;
}
.footer .footer_left {
    width: 374px;
}
.footer .footer_left .footer_logo {
    width: 125px;
    margin-bottom: 20px;
}
.footer .footer_left p {
    margin-bottom: 10px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
}
.footer .footer_left .footer_small_img {
    position: relative;
}
.footer .footer_left .footer_small_img .footer_img_bottom span{
    display: none;
    position: absolute;
    bottom: 32px;
    left: 10px;
    width: 13px;
    height: 13px;
    background-color: #fff;
    transform: rotate(45deg);
}
.footer .footer_left .footer_small_img .footer_img_top {
    display: none;
    position: absolute;
    bottom: 37px;
    width: 150px;
    height: 167px;
    border-radius: 6px;
    background-color: #fff;
}
.footer .footer_left .footer_small_img .footer_img_top img {
    display: block;
    margin: 10px auto 0;
    width: 126px;
}
.footer .footer_left .footer_small_img .footer_img_top p {
    text-align: center;
    font-size: 12px;
    color: #333;
}
.footer .footer_left .footer_small_img img {
    width: 26px;
    margin-right: 19px;
    margin-top: 20px;
    cursor: pointer;
}
.footer .footer_right {
    width: 826px;
    align-items: flex-start !important;
}
.footer .footer_right dl {
    width: 154px;
}
.footer .footer_right dl dt {
    margin-bottom: 25px;
}
.footer .footer_right dl dd {
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.8);
}
.footer .footer_link {
    height: 56px;
    padding-top: 17px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer .footer--copyright {
    height: 48px;
    padding-top: 14px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}
/* .footer--copyright[data-v-572172ca] {
    position: absolute;
    bottom: 14px;
    left: 50%;
    height: 20px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
} */

.footer--copyright img {
    width: 20px;
    vertical-align: middle;
}