primary-text[data-v-66102c4f] {
    color: #1e65f8
}

.head-menu-contaienr[data-v-66102c4f] {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%
}

.head-menu-contaienr .max-container[data-v-66102c4f] {
    position: relative;
    height: 66px;
    background-color: #fff;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.head-menu-contaienr .max-container .logo-wrapper[data-v-66102c4f],
.head-menu-contaienr .max-container[data-v-66102c4f] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.head-menu-contaienr .max-container .logo-wrapper[data-v-66102c4f] {
    width: 400px;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.head-menu-contaienr .max-container .logo-wrapper img[data-v-66102c4f] {
    width: auto;
    height: 34px
}

.head-menu-contaienr .max-container .btn-wrapper[data-v-66102c4f] {
    width: 350px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.head-menu-contaienr .max-container .btn-wrapper[data-v-66102c4f],
.head-menu-contaienr .max-container .btn-wrapper a[data-v-66102c4f] {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.head-menu-contaienr .max-container .btn-wrapper a[data-v-66102c4f] {
    color: #fff
}

.head-menu-contaienr .max-container .btn-wrapper a[data-v-66102c4f],
.head-menu-contaienr .max-container .btn-wrapper button[data-v-66102c4f] {
    margin: 0 10px;
    font-size: 13.61px;
    cursor: pointer
}

.head-menu-contaienr .max-container .btn-wrapper button[data-v-66102c4f] {
    border: none;
    width: 136px;
    height: 46px;
    border-radius: 5px;
    outline: none;
    color: #fff
}

.head-menu-contaienr .max-container .menu-list-wrapper[data-v-66102c4f] {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    height: 100%;
    position: relative
}

.head-menu-contaienr .max-container .menu-list-wrapper .menu-list[data-v-66102c4f] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 65%
}

.head-menu-contaienr .max-container .menu-list-wrapper .menu-list .menu-item ,
.head-menu-contaienr .max-container .menu-list-wrapper .menu-list  {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}
a:hover{text-decoration: none;}
.head-menu-contaienr .max-container .menu-list-wrapper .menu-list .menu-item  {
    color: #777e90;
    position: relative;
    cursor: pointer;
    padding: 20px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.head-menu-contaienr .max-container .menu-list-wrapper .menu-list .menu-item a[data-v-66102c4f] {
    color: #525a92;
    position: relative;
    font-size: 15.56px
}

.head-menu-contaienr .max-container .menu-list-wrapper .menu-list .menu-item.active a[data-v-66102c4f] {
    color: #525a92;
    font-weight: 600
}

.head-menu-contaienr .min-container[data-v-66102c4f] {
    height: 50px;
    background-color: #fff;
    padding: 0 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.head-menu-contaienr .min-container .logo-wrapper[data-v-66102c4f],
.head-menu-contaienr .min-container[data-v-66102c4f] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.head-menu-contaienr .min-container .logo-wrapper[data-v-66102c4f] {
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.head-menu-contaienr .min-container .logo-wrapper img[data-v-66102c4f] {
    width: 80px;
    height: 26px
}

.head-menu-contaienr .min-container .btn-wrapper img[data-v-66102c4f] {
    width: 20px
}

.head-menu-contaienr .drop-container[data-v-66102c4f] {
    width: 200px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 48px;
    border-radius: 5px;
    height: 0;
    -webkit-transition: height .05s;
    transition: height .05s;
    overflow: hidden;
    -webkit-box-shadow: -5px 5px 5px 0 #eee;
    box-shadow: -5px 5px 5px 0 #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.head-menu-contaienr .drop-container .logo-wrapper[data-v-66102c4f] {
    height: 30px;
    padding-left: 15px;
    margin-bottom: 10px
}

.head-menu-contaienr .drop-container .logo-wrapper img[data-v-66102c4f] {
    height: 30px;
    width: 80px
}

.head-menu-contaienr .drop-container .menu-list .menu-item[data-v-66102c4f] {
    height: 55px;
    padding-left: 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.head-menu-contaienr .drop-container .menu-list .menu-item.active a[data-v-66102c4f] {
    color: #525a92;
    font-weight: 600
}

.head-menu-contaienr .drop-container .menu-list .menu-item a[data-v-66102c4f] {
    font-size: 14px;
    color: #525a92;
}

.head-menu-contaienr .drop-container .btn-wrapper[data-v-66102c4f] {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    padding: 30px 0;
    flex-direction: row
}

.head-menu-contaienr .drop-container .btn-wrapper[data-v-66102c4f],
.head-menu-contaienr .drop-container .btn-wrapper a[data-v-66102c4f] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row
}

.head-menu-contaienr .drop-container .btn-wrapper a[data-v-66102c4f] {
    color: #fff;
    height: 100%;
    flex-direction: row
}

.head-menu-contaienr .drop-container .btn-wrapper a[data-v-66102c4f],
.head-menu-contaienr .drop-container .btn-wrapper button[data-v-66102c4f] {
    margin: 0 30px;
    font-size: 40px;
    cursor: pointer
}

.head-menu-contaienr .drop-container .btn-wrapper button[data-v-66102c4f] {
    border: none;
    width: 21px;
    height: 20px;
    border-radius: 15px;
    outline: none;
    color: #fff
}

.head-menu-contaienr .drop-container.isShow[data-v-66102c4f] {
    height: 220px
}

* {
    padding: 0;
    margin: 0
}

body,
html {
    height: 100%
}

#app {
    font-family: Poppins\, Poppins-Regular;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #5a607f
}

.el-header {
    margin: 0 auto
}

.el-main {
    padding: 10px 20px !important
}

primary-text {
    color: #1e65f8
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none
}

.el-input__inner,
.el-textarea__inner {
    border-radius: 8px;
    border: 1px solid #e7e9f4
}