:root{
    --theme-border-color:#0abbb9;
    --theme-bg-color:#0abbb9;
    --theme-font-color:#0abbb9;
    --nav-hover-bg-color:#0abbb9;
    --sub-nav-hover-bg-color:#0abbb9;
    --banner-carousel-indicator-width: 30px;
    --banner-carousel-indicator-height: 2px;
    --banner-carousel-indicator-radius: 0;
    --swiper-pagination-bullet-inactive-color: #000;
    --swiper-pagination-bullet-color: #fff;
    --swiper-pagination-bullet-inactive-opacity: .5;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-width: 150px;
    --swiper-pagination-bullet-height: 2px;
    --swiper-pagination-bullet-active-height: 3px;
    --swiper-pagination-bullet-border-radius: 5px
}
::-webkit-scrollbar{
    width: 5px;
}
::-webkit-scrollbar:hover{
    cursor: pointer;
}
::-webkit-scrollbar-track {
    background: #f1f1f1; /* 滚动条轨道颜色 */
}
::-webkit-scrollbar-thumb {
    background: #888; /* 滚动条颜色 */
    border-radius: 10px; /* 滚动条圆角 */
}
.m-0 {
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
}
.mt-0 {
    margin-top: 0px !important;
}
.mr-0 {
    margin-right: 0px !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.ml-0 {
    margin-left: 0px !important;
}
.mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.m-1 {
    margin-top: 5px !important;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
    margin-left: 5px !important;
}
.mt-1 {
    margin-top: 5px !important;
}
.mr-1 {
    margin-right: 5px !important;
}
.mb-1 {
    margin-bottom: 5px !important;
}
.ml-1 {
    margin-left: 5px !important;
}
.mx-1 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.my-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.m-2 {
    margin-top: 10px !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
    margin-left: 10px !important;
}
.mt-2 {
    margin-top: 10px !important;
}
.mr-2 {
    margin-right: 10px !important;
}
.mb-2 {
    margin-bottom: 10px !important;
}
.ml-2 {
    margin-left: 10px !important;
}
.mx-2 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.my-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.m-3 {
    margin-top: 15px !important;
    margin-right: 15px !important;
    margin-bottom: 15px !important;
    margin-left: 15px !important;
}
.mt-3 {
    margin-top: 15px !important;
}
.mr-3 {
    margin-right: 15px !important;
}
.mb-3 {
    margin-bottom: 15px !important;
}
.ml-3 {
    margin-left: 15px !important;
}
.mx-3 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.my-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.m-4 {
    margin-top: 20px !important;
    margin-right: 20px !important;
    margin-bottom: 20px !important;
    margin-left: 20px !important;
}
.mt-4 {
    margin-top: 20px !important;
}
.mr-4 {
    margin-right: 20px !important;
}
.mb-4 {
    margin-bottom: 20px !important;
}
.ml-4 {
    margin-left: 20px !important;
}
.mx-4 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}
.my-4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.p-0 {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
}
.pt-0 {
    padding-top: 0px !important;
}
.pr-0 {
    padding-right: 0px !important;
}
.pb-0 {
    padding-bottom: 0px !important;
}
.pl-0 {
    padding-left: 0px !important;
}
.px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.p-1 {
    padding-top: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 5px !important;
}
.pt-1 {
    padding-top: 5px !important;
}
.pr-1 {
    padding-right: 5px !important;
}
.pb-1 {
    padding-bottom: 5px !important;
}
.pl-1 {
    padding-left: 5px !important;
}
.px-1 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.py-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.p-2 {
    padding-top: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
}
.pt-2 {
    padding-top: 10px !important;
}
.pr-2 {
    padding-right: 10px !important;
}
.pb-2 {
    padding-bottom: 10px !important;
}
.pl-2 {
    padding-left: 10px !important;
}
.px-2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.py-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.p-3 {
    padding-top: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 15px !important;
}
.pt-3 {
    padding-top: 15px !important;
}
.pr-3 {
    padding-right: 15px !important;
}
.pb-3 {
    padding-bottom: 15px !important;
}
.pl-3 {
    padding-left: 15px !important;
}
.px-3 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.py-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.p-4 {
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
}
.pt-4 {
    padding-top: 20px !important;
}
.pr-4 {
    padding-right: 20px !important;
}
.pb-4 {
    padding-bottom: 20px !important;
}
.pl-4 {
    padding-left: 20px !important;
}
.px-4 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.py-4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 1px solid #f4f4f4;
}
.table > thead > tr > th {
    border-bottom: 2px solid #f4f4f4;
}
.table tr td .progress {
    margin-top: 5px;
}
.table-bordered {
    border: 1px solid #f4f4f4;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #f4f4f4;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table.no-border,
.table.no-border td,
.table.no-border th {
    border: 0;
}
/* .text-center in tables */
table.text-center,
table.text-center td,
table.text-center th {
    text-align: center;
}
.table.align th {
    text-align: left;
}
.table.align td {
    text-align: right;
}
a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}
body{
    background: #ffffff;
}
a{
    color: #2c3e50;
}
a * {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
/* flex布局 */

.fw-flex {
    display: flex;
}

.fw-flex-1 {
    flex: 1;
}

.fw-flex-0 {
    flex-shrink: 0;
}

.fw-flex-col {
    display: flex;
    flex-direction: column;
}

.fw-flex-row {
    display: flex;
    flex-direction: row;
}

.fw-flex-wrap {
    flex-wrap: wrap;
}

.fw-flex-nowrap {
    flex-wrap: nowrap;
}

.fw-col-center {
    align-items: center;
}

.fw-col-top {
    align-items: flex-start;
}

.fw-col-bottom {
    align-items: flex-end;
}

.fw-row-center {
    justify-content: center;
}

.fw-row-left {
    justify-content: flex-start;
}

.fw-row-right {
    justify-content: flex-end;
}

.fw-row-between {
    justify-content: space-between;
}

.fw-row-around {
    justify-content: space-around;
}

.fw-self-start {
    align-self: flex-start;
}

.fw-self-end {
    align-self: flex-end;
}

.fw-self-center {
    align-self: center;
}
.object-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}
.image-swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination-bullet{
    width: var(--swiper-pagination-bullet-width, 8px);
    height: var(--swiper-pagination-bullet-height, 8px);
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}
.swiper-pagination-bullet-active{
    background: var(--swiper-pagination-bullet-color, #fff);
    height: var(--swiper-pagination-bullet-active-height, 2px);
    opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.swiper-slide-thumb-active {
    opacity: 1 !important;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pointer{
    cursor: pointer;
}
.nav li .avatar-text,.nav li .avatar-img {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 14px;
}

.nav li .avatar-img {
    font-size: 0;
}

.nav li .avatar-img img {
    border-radius: 30px;
    width: 30px;
    height: 30px;
}

.avatar-text,.avatar-img {
    display: inline-block;
    box-sizing: content-box;
    color: #fff;
    text-align: center;
    vertical-align: top;
    font-weight: normal;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    font-size: 24px;
}

.avatar-img {
    font-size: 0;
}

.avatar-img img {
    border-radius: 48px;
    width: 30px;
    height: 30px;
}
.el-header, .el-footer{
    height: auto;
    padding: 0;
}
.el-main{
    padding: 0;
}
.el-slider__button{
    background-color: #444c69;
    height: 14px;
    width: 14px;
    border: none;
}
.el-col-5{
    flex: 0 0 20%;
    max-width: 20%;
}
.el-form-item.is-success .el-input__validateIcon{
    color: #18bc9c;
}
.grid-content {
    border-radius: 4px;
    min-height: 36px;
    line-height: 36px;
}
.theme-color-select .el-color-picker, .el-color-picker__panel{
    margin-top: 4px;
    margin-left: 4px;
}
.theme-color-select .el-color-picker__trigger{
    border: none;
    padding: 0;
}
.ep-bg-purple {
    background: var(--el-color-info);
}
.ep-bg-purple-light {
    background: var(--el-color-primary-light-3);
}
.el-carousel__item:nth-child(2n) {
    /*background-color: #99a9bf;*/
}

.el-carousel__item:nth-child(2n + 1) {
    /*background-color: #d3dce6;*/
}

.el-menu--horizontal .el-menu-item:not(.is-disabled):focus,
.el-menu--horizontal .el-menu-item:not(.is-disabled):hover,
.el-menu--vertical .el-menu-item:not(.is-disabled):focus,
.el-menu--vertical .el-menu-item:not(.is-disabled):hover,
.el-sub-menu__title:hover
{
    background-color: var(--theme-bg-color);
    color: #fff;
}

.el-menu--horizontal .el-menu-item:not(.is-disabled) a,
.el-menu--horizontal .el-menu-item:not(.is-disabled) a,
.el-menu--vertical .el-menu-item:not(.is-disabled) a,
.el-menu--vertical .el-menu-item:not(.is-disabled) a
{
    color: #2c3e50;
    width: 100%;
}
.el-menu--horizontal .el-menu-item:not(.is-disabled):focus a,
.el-menu--horizontal .el-menu-item:not(.is-disabled):hover a,
.el-menu--vertical .el-menu-item:not(.is-disabled):focus a,
.el-menu--vertical .el-menu-item:not(.is-disabled):hover a
{
    color: #fff;
}
.cursor-pointer{
    cursor: pointer;
}
.avatar-uploader .avatar {
    width: 60px;
    height: 60px;
    display: block;
}
.avatar-uploader .el-upload {
    border: 1px dashed var(--el-border-color);
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: var(--el-transition-duration-fast);
}

.avatar-uploader .el-upload:hover {
    border-color: var(--el-color-primary);
}

.el-icon.avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 60px;
    height: 60px;
    text-align: center;
}

.el-collapse-item__header{
    font-size: 16px;
    font-weight: bold;
}
[v-cloak]{
    display: none;
}
ol,ul,li {
    list-style:none;
    padding: 0;
    margin: 0;
}
.theme-border-color{
    border-color: var(--theme-border-color);
}
.theme-bg-color {
    background-color: var(--theme-bg-color);
}
.theme-font-color {
    color: var(--theme-font-color);
}
.animation-text-wrap{
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    border: 1px solid #abb8c2;
    border-radius: 3px;
}
.animation-text-wrap.active{
    background-color: var(--theme-bg-color);
    border-color: var(--theme-border-color);
    color: #fff;
}
.header-fixed{
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}
.image-slot{
    text-align: center;
    line-height: 100px;
}
.banner-content{
    display: flex;
    justify-content: center;
    width: 100%;
}
.col-item{
    overflow: hidden;
}
.col-title-bar{
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}
#banner .swiper-button-next:after, #banner .swiper-button-prev:after{
    font-size: 30px;
}
#banner .swiper-button-prev, #banner .swiper-button-next{
    height: 60px;
    width: 60px;
    border-radius: 5px;
    color: #ffffff;
    background-color: rgba(31, 45, 61, 0.11);
    transition: 0.3s;
}
#banner .swiper-button-prev:hover, #banner .swiper-button-next:hover{
    background-color: rgba(31,45,61,0.51);
}
#header-wrap .site-wrap .site-wrap-item{
    display: flex;
    align-items: center;
}
#header-wrap .nav-wrap{
    white-space: nowrap;
}
#header-wrap .nav-wrap .nav-list .nav-item{
    display: inline-block;
    vertical-align: center;
}
#header-wrap .nav-wrap .nav-list .nav-item .nav-item-text{
    width: 100%;
    color: #333333;
}
#header-wrap .nav-wrap .nav-item{
    cursor: pointer;
    font-size: 14px;
    height: 65px;
    line-height: 65px;
    min-width: 80px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: auto;
    z-index: 99;
}
#header-wrap .nav-wrap .nav-item .nav-item-wrap{
    border: 0 solid transparent;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    text-align: center;
    height: 100%;
}
#header-wrap .nav-wrap .nav-item .nav-item-arrow{
    display: inline-block;
    vertical-align: middle;
}
#header-wrap .nav-wrap .nav-style1 .nav-list .nav-item.active .nav-item-arrow,
#header-wrap .nav-wrap .nav-style1 .nav-list .nav-item:hover .nav-item-arrow{
    color: var(--theme-font-color);
}
#header-wrap .nav-wrap .nav-style2 .nav-list .nav-item.active .nav-item-arrow,
#header-wrap .nav-wrap .nav-style2 .nav-list .nav-item:hover .nav-item-arrow,
#header-wrap .nav-wrap .nav-style3 .nav-list .nav-item.active .nav-item-arrow,
#header-wrap .nav-wrap .nav-style3 .nav-list .nav-item:hover .nav-item-arrow
{
    color: #ffffff;
}
#header-wrap .nav-wrap .nav-item.active .nav-item-text:after,
#header-wrap .nav-wrap .nav-item:hover .nav-item-text:after{
    width: 100%;
    background-color: var(--nav-hover-bg-color);
}
#header-wrap .sub-nav-wrap .sub-nav-item.active .sub-nav-item-text:after,
#header-wrap .sub-nav-wrap .sub-nav-item:hover .sub-nav-item-text:after{
    width: 100%;
    background-color: var(--sub-nav-hover-bg-color);
}
#header-wrap .nav-wrap .nav-item .nav-item-text:after,
#header-wrap .sub-nav-wrap .sub-nav-item .sub-nav-item-text:after
{
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    bottom: -1px;
    height: 2px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#header-wrap .sub-nav-list {
    /*background: #fff;*/
    border-style: solid;
    border-width: 0;
    box-shadow: 0 1px 6px rgba(0,0,0,.15);
    color: #333;
    display: none;
    position: absolute;
    top: calc(100% + 2px);
    z-index: 999
}

#header-wrap .nav-wrap .nav-style1 .nav-list .nav-item,
#header-wrap .nav-wrap .nav-style5 .nav-list .nav-item,
#header-wrap .nav-wrap .nav-style7 .nav-list .nav-item
{
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    border-width: 2px;
    transition: transform .4s, opacity .4s;
}
#user-navbar .nav-list .nav-item:hover .nav-item-text,
#header-wrap .nav-wrap .nav-style1 .nav-list .nav-item:hover .nav-item-text,
#header-wrap .nav-wrap .nav-style1 .nav-list .nav-item.active .nav-item-text,
#header-wrap .nav-wrap .nav-style4 .nav-list .nav-item:hover .nav-item-text,
#header-wrap .nav-wrap .nav-style4 .nav-list .nav-item.active .nav-item-text,
#header-wrap .nav-wrap .nav-style5 .nav-list .nav-item:hover .nav-item-text,
#header-wrap .nav-wrap .nav-style5 .nav-list .nav-item.active .nav-item-text,
#header-wrap .nav-wrap .nav-style6 .nav-list .nav-item:hover .nav-item-text,
#header-wrap .nav-wrap .nav-style6 .nav-list .nav-item.active .nav-item-text,
#header-wrap .nav-wrap .nav-style7 .nav-list .nav-item:hover .nav-item-text,
#header-wrap .nav-wrap .nav-style7 .nav-list .nav-item.active .nav-item-text,
#header-wrap .nav-wrap .nav-style8 .nav-list .nav-item:hover .nav-item-text,
#header-wrap .nav-wrap .nav-style8 .nav-list .nav-item.active .nav-item-text
{
    color: var(--theme-font-color);
}
#user-navbar .sub-nav-list,
#header-wrap .nav-style1 .sub-nav-list,
#header-wrap .nav-style2 .sub-nav-list,
#header-wrap .nav-style3 .sub-nav-list,
#header-wrap .nav-style4 .sub-nav-list,
#header-wrap .nav-style5 .sub-nav-list,
#header-wrap .nav-style6 .sub-nav-list,
#header-wrap .nav-style7 .sub-nav-list,
#header-wrap .nav-style8 .sub-nav-list
{
    border-radius: 3px;
    left: 50%;
    min-width: 160px;
    top: calc(100% + 0px);
    transform: translateX(-50%);
    color: var(--theme-font-color);
}
#user-navbar .sub-nav-list .sub-nav-item,
#header-wrap .nav-style1 .sub-nav-list .sub-nav-item,
#header-wrap .nav-style2 .sub-nav-list .sub-nav-item,
#header-wrap .nav-style3 .sub-nav-list .sub-nav-item,
#header-wrap .nav-style4 .sub-nav-list .sub-nav-item,
#header-wrap .nav-style5 .sub-nav-list .sub-nav-item,
#header-wrap .nav-style6 .sub-nav-list .sub-nav-item,
#header-wrap .nav-style7 .sub-nav-list .sub-nav-item,
#header-wrap .nav-style8 .sub-nav-list .sub-nav-item
{
    height: 50px;
    line-height: 50px;
}
#user-navbar .sub-nav-list .sub-nav-item:hover,
#header-wrap .nav-style1 .sub-nav-list .sub-nav-item:hover,
#header-wrap .nav-style2 .sub-nav-list .sub-nav-item:hover,
#header-wrap .nav-style3 .sub-nav-list .sub-nav-item:hover,
#header-wrap .nav-style4 .sub-nav-list .sub-nav-item:hover,
#header-wrap .nav-style5 .sub-nav-list .sub-nav-item:hover,
#header-wrap .nav-style6 .sub-nav-list .sub-nav-item:hover,
#header-wrap .nav-style7 .sub-nav-list .sub-nav-item:hover,
#header-wrap .nav-style8 .sub-nav-list .sub-nav-item:hover
{
    background-color: #f7f7f7;
    border-radius: 3px;
}
#user-navbar .nav-list .nav-item:hover .sub-nav-list,
#header-wrap .nav-wrap .nav-style1 .nav-list .nav-item:hover .sub-nav-list,
#header-wrap .nav-wrap .nav-style2 .nav-list .nav-item:hover .sub-nav-list,
#header-wrap .nav-wrap .nav-style3 .nav-list .nav-item:hover .sub-nav-list,
#header-wrap .nav-wrap .nav-style4 .nav-list .nav-item:hover .sub-nav-list,
#header-wrap .nav-wrap .nav-style5 .nav-list .nav-item:hover .sub-nav-list,
#header-wrap .nav-wrap .nav-style6 .nav-list .nav-item:hover .sub-nav-list,
#header-wrap .nav-wrap .nav-style7 .nav-list .nav-item:hover .sub-nav-list,
#header-wrap .nav-wrap .nav-style8 .nav-list .nav-item:hover .sub-nav-list
{
    display: block;
}
#header-wrap .nav-wrap .nav-style2 .nav-list .nav-item .nav-item-wrap,
#header-wrap .nav-wrap .nav-style3 .nav-list .nav-item .nav-item-wrap,
#header-wrap .nav-wrap .nav-style4 .nav-list .nav-item .nav-item-wrap
{
    min-width: 80px;
    height: 60px;
    line-height: 60px;
    border-radius: 50px;
    border-width: 0px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    z-index: 99;
}
#header-wrap .nav-wrap .nav-style6 .nav-list .nav-item .nav-item-wrap{
    min-width: 80px;
    height: 60px;
    line-height: 60px;
    border-top-style: solid;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-width: 2px;
    transition: transform .4s, opacity .4s;
    z-index: 99;
}
#header-wrap .nav-wrap .nav-style5 .nav-list .nav-item .nav-item-wrap,
#header-wrap .nav-wrap .nav-style7 .nav-list .nav-item .nav-item-wrap,
#header-wrap .nav-wrap .nav-style8 .nav-list .nav-item .nav-item-wrap{
    min-width: 80px;
    height: 60px;
    line-height: 60px;
    border-top-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-right-style: none;
    border-width: 2px;
    transition: transform .4s, opacity .4s;
    z-index: 99;
}
#header-wrap .nav-wrap .nav-style2 .nav-list .nav-item .nav-item-text,
#header-wrap .nav-wrap .nav-style3 .nav-list .nav-item .nav-item-text
{
    color: #333333;
}
#header-wrap .nav-wrap .nav-style2 .nav-list .nav-item.active .nav-item-wrap,
#header-wrap .nav-wrap .nav-style2 .nav-list .nav-item:hover .nav-item-wrap,
#header-wrap .nav-wrap .nav-style3 .nav-list .nav-item.active .nav-item-wrap,
#header-wrap .nav-wrap .nav-style3 .nav-list .nav-item:hover .nav-item-wrap
{
    background-color: var(--theme-bg-color);
}
#header-wrap .nav-wrap .nav-style2 .nav-list .nav-item.active .nav-item-text,
#header-wrap .nav-wrap .nav-style2 .nav-list .nav-item:hover .nav-item-text,
#header-wrap .nav-wrap .nav-style3 .nav-list .nav-item.active .nav-item-text,
#header-wrap .nav-wrap .nav-style3 .nav-list .nav-item:hover .nav-item-text
{
    color: #ffffff;
}
#header-wrap .nav-wrap .nav-style3 .nav-list .nav-item .nav-item-wrap{
    border-radius: 5px;
}
#header-wrap .nav-wrap .nav-style4 .nav-list .nav-item .nav-item-wrap{
    border-radius: 0;
}
#header-wrap .nav-wrap .nav-style4 .nav-list .nav-item.active .nav-item-wrap,
#header-wrap .nav-wrap .nav-style4 .nav-list .nav-item:hover .nav-item-wrap
{
    background-color: #f7f7f7;
}
#header-wrap .nav-wrap .nav-style5 .nav-list .nav-item.active .nav-item-wrap,
#header-wrap .nav-wrap .nav-style5 .nav-list .nav-item:hover .nav-item-wrap,
#header-wrap .nav-wrap .nav-style6 .nav-list .nav-item.active .nav-item-wrap,
#header-wrap .nav-wrap .nav-style6 .nav-list .nav-item:hover .nav-item-wrap,
#header-wrap .nav-wrap .nav-style7 .nav-list .nav-item.active .nav-item-wrap,
#header-wrap .nav-wrap .nav-style7 .nav-list .nav-item:hover .nav-item-wrap,
#header-wrap .nav-wrap .nav-style8 .nav-list .nav-item.active .nav-item-wrap,
#header-wrap .nav-wrap .nav-style8 .nav-list .nav-item:hover .nav-item-wrap
{
    border-color: var(--theme-border-color);
}
#header-wrap .assistant .assistant-wrap{
    align-items: center;
    background: linear-gradient(271deg, #f6f3ff -.08%, #f2fdff 99.45%);
    border-radius: 24px;
    box-sizing: border-box;
    display: inline-flex;
    font-size: 14px;
    height: 32px;
    margin-right: 10px;
    overflow: hidden;
    padding: 6px 8px;
}
#header-wrap .assistant .assistant-wrap .img-wrap{
    height: 30px;
    width: 30px;
}
#header-wrap .assistant .assistant-wrap .img-wrap img{
    width: 100%;
}
#header-wrap .sub-nav-item .sub-nav-item-text{
    display: block;
    width: 100%;
    height: 100%;
}
#header-wrap .sub-nav-item:hover .sub-nav-item-text{
    color: var(--theme-font-color);
}
#header-wrap .nav-right-contact-wrap ul{
    display: flex;
    align-items: center;
}
#header-wrap .nav-right-contact-wrap ul li{
    display: inline-block;
}
#header-wrap .nav-right-contact-wrap .fa-volume-control-phone{
    transform: rotate(-45deg);
}
/*Banner*/
#banner{
    position: relative;
}
#banner .el-carousel__button{
    height: var(--banner-carousel-indicator-height);
    width: var(--banner-carousel-indicator-width);
    border-radius: var(--banner-carousel-indicator-radius);
}
@keyframes button_style_0_animated {
    0% {
        background: rgba(0,0,0,.25);
        transform: translateX(-50%) translateY(-50%) scale(0)
    }

    to {
        background: transparent;
        transform: translateX(-50%) translateY(-50%) scale(1)
    }
}
.online-customer-service-col-item img{
    width: 100%;
}
.animated-button {
    background-color: var(--theme-bg-color);
    align-items: center;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: flex;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    transform-style: preserve-3d;
    transition: all .3s;
    vertical-align: middle;
    white-space: nowrap;
    width: 100px;
    height: 40px;
    border-style: solid;
    margin: 0 auto;
}
.animated-button:hover, .animated-button:focus,.animated-button:active{
    text-decoration: none;
    color: #fff;
}
.animated-button span{
    display: block;
    outline: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}
.animated-button .hover {
    content: "";
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 100%;
    z-index: 0;
}
.button-style-0{
    border-radius: 5px;
}

.animated-button:hover:before {
    animation: button_style_0_animated .75s;
    z-index: 1
}

.animated-button.button-style-0:before {
    border-radius: 50%;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    padding-top: 100%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all .6s;
    width: 100%;
}

.animated-button.button-style-1:hover{
    color: var(--theme-font-color);
    border: 2px solid var(--theme-border-color);
    background-color: #fff;
}
.animated-button.button-style-2:hover{
    background-color: var(--theme-bg-color);
}
.animated-button.button-style-3{
    border-color: #ccc;
}
.animated-button.button-style-3 span{
    color: #333;
}
.col-item .common-image-body{
    position: relative;
}
.col-item .common-image-body .image-content-wrap{
    position: absolute;
    width: 100%;
}
.col-item .el-image{
    display: block;
}
.list-image-style-0 .list-image-item .list-image-wrap,
.list-image-style-1 .list-image-item .list-image-wrap{
    position: relative;
}
.list-image-style-0 .list-image-item .list-image-wrap .list-image-text-1,
.list-image-style-1 .list-image-item .list-image-wrap .list-image-text-1{
    position: absolute;
    bottom: 6px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    width: 100%;
}
.list-image-style-0 .list-image-text-3{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
}
.list-article-item{
    box-sizing: border-box;
    position: relative;
    /*transition: color .4s ease-out, background-color .4s ease-out;*/
}
.list-article-item .list-article-title{
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.list-article-item .list-article-date {
    color: #999;
    font-size: 14px;
    line-height: 24px;
}
.list-article-item:hover{
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 22px rgba(0, 0, 0, .12);
}
.list-article-style-0 .list-article-item{
    border-bottom: 1px solid #eee;
}
.list-article-style-1 .list-article-item{
    padding: 5%;
}
.basic-list-article-col-item .category-wrap .category-item{
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    color: #999;
    display: inline-block;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin-right: 15px;
    margin-top: 12px;
    padding: 0 8px;
    z-index: 2;
}
.list-article-style-4 .list-image-text{
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    width: 100%;
}
.list-article-style-4 .el-carousel__button{
    border-radius: 50px;
    height: 12px;
    width: 12px;
}
.list-article-style-4 .el-carousel__indicators--horizontal{
    left: 80%;
}
#banner .el-carousel__arrow,
.basic-carousel-image-col-item .el-carousel__arrow,
.photo-detail-wrap .el-carousel__arrow
{
    height: 60px;
    width: 60px;
    border-radius: 5px;
    font-size: 30px;
}
#banner .el-carousel__arrow:hover,
.basic-carousel-image-col-item .el-carousel__arrow:hover,
.photo-detail-wrap .el-carousel__arrow:hover
{
    background-color: rgba(31,45,61,0.51);
}

.basic-carousel-image-col-item .list-image-text{
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    width: 100%;
}
.banner-wrap,
.basic-carousel-image-style{
    position: relative;
}
.basic-carousel-image-style-2 .el-carousel__button{
    border-radius: 50px;
    height: 12px;
    width: 12px;
}
.banner-wrap .basic-carousel-btn-wrap,
.basic-carousel-image-style .basic-carousel-btn-wrap{
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 9;
}
.basic-carousel-image-style .swiper-slide{
    position: relative;
}
.basic-carousel-image-style-2 .el-carousel__button{
    border-radius: 50px;
    height: 12px;
    width: 12px;
}
.basic-images-directory-header{
    position: relative;
}
.basic-images-directory-header img,
.list-image-wrap img{
    transition: all .36s ease;
}
.basic-images-directory-header img:hover,
.list-image-wrap img:hover
{
    transform: scale(1.05);
    transform-origin: center;
}
.basic-images-directory-header .image-length-wrap{
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 0 5px;
    background-color: rgb(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 2px;
}
.basic-product-style-3 .basic-product-item{
    border: 1px solid transparent;
}
.basic-product-style-3 .basic-product-item:hover{
    border-color: #DDDDDD;
    box-shadow: 0 0 22px rgba(0, 0, 0, .12);
}
.online-form-col-item .diy-form-wrap .el-form-item__content{
    display: block;
}
.online-form-col-item .diy-form-wrap .diy-form-button{
    width: 100%;
    height: 50px;
    background-color: var(--theme-bg-color);
}
.online-form-col-item .diy-form-wrap .el-cascader{
    width: 100%;
}
.online-form-col-item .diy-form-wrap .el-input__inner{
    height: 45px;
    line-height: 45px;
}
.search-col-item .search-style-item .search-item-wrap{
    background-color: #fff;
    border-radius: 3px;
    display: flex;
    height: 100%;
    overflow: hidden;
}
.search-col-item .search-style-item .search-wrap-border{
    border: 1px solid var(--theme-border-color);
}
.search-col-item .search-style-item .search-wrap-border-radius {
    border-radius: 999px;
}
.search-col-item .search-style-item .el-input__wrapper,
.search-col-item .search-style-item .el-input__wrapper:hover,
.search-col-item .search-style-item .el-input__wrapper.is-focus{
    box-shadow: none;
}
.search-col-item .search-style-item .el-input__inner{
    height: 42px;
}
.search-col-item .search-style-item .el-input-group__append,
.search-col-item .search-style-item .el-input-group__prepend{
    background-color: var(--theme-border-color);
    color: #ffffff;
    box-shadow: none;
}
.search-col-item .search-style-item .bg.search-wrap-border{
    border: none;
}
.search-col-item .search-style-item .bg.search-wrap-border .el-input__wrapper{
    border: none;
    background-color: #f3f3f3;
}
.search-col-item .search-style-item.search-style-1 .search-wrap-border-radius,
.search-col-item .search-style-item.search-style-3 .search-wrap-border-radius,
.search-col-item .search-style-item.search-style-5 .search-wrap-border-radius
{
    border-radius: 6px;
}
.search-col-item .search-style-item.search-style-1 .search-wrap-border{
    border-width: 2px;
}

.search-col-item .search-style-item.search-style-3 .search-wrap-border,
.search-col-item .search-style-item.search-style-4 .search-wrap-border,
.search-col-item .search-style-item.search-style-5 .search-wrap-border
{
    border-width: 1px;
    border-color: #EEEEEE;
}
.search-col-item .search-style-item.search-style-5 .el-input-group__append{
    background-color: transparent;
    color: var(--theme-font-color);
    box-shadow: none;
}
.search-col-item .search-style-item.search-style-6 .el-input-group__prepend,
.search-col-item .search-style-item.search-style-7 .el-input-group__append,
.search-col-item .search-style-item.search-style-8 .el-input-group__append
{
    background-color: transparent;
    color: grey;
}
.search-col-item .search-style-item.search-style-7 .search-wrap-border{
    border: none;
    border-bottom: 1px solid transparent;
    border-radius: 6px;
}
.search-col-item .search-style-item.search-style-7:hover .search-wrap-border{
    border-bottom: 1px solid var(--theme-border-color);
}
.search-col-item .search-style-item.search-style-7:hover .el-input-group__append,
.search-col-item .search-style-item.search-style-8:hover .el-input-group__append{
    color: var(--theme-font-color);
}
.search-col-item .search-style-item.search-style-8 .search-wrap-border{
    border: 1px solid transparent;
    border-radius: 999px;
}
.search-col-item .search-style-item.search-style-8:hover .search-wrap-border{
    border-color: var(--theme-border-color);
}
.scroll-notice-icon{
    color: var(--theme-font-color);
}
.current-url-col-item .url-item{
    display: inline-block;
}

.article-detail-col-item .article-detail-wrap .top-wrap .title{
    color: #333;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    padding-top: 24px;
}
.article-detail-col-item .article-detail-wrap .detail-info{
    color: #999;
    font-size: 0;
    margin-bottom: 24px;
    margin-top: 36px;
}
.article-detail-col-item .article-detail-wrap .detail-info .info-item{
    font-size: 14px;
    margin-right: 22px;
}
.article-detail-col-item .article-detail-wrap .content-wrap{
    border-top: 1px solid #ebebeb;
    margin-bottom: 30px;
    padding-top: 30px;
    word-wrap: break-word;
    color: #666;
    font-size: 14px;
    line-height: 2.8;
}
.article-detail-col-item .article-detail-wrap .footer-wrap,
.photo-detail-wrap .footer-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 70px;
}
.article-detail-col-item .article-detail-wrap .footer-wrap a,
.photo-detail-wrap .footer-wrap a
{
    color: #333;
    font-size: 14px;
}
.product-detail-col-item .params .price-wrap{
    min-height: 100px;
    align-items: center;
    background: #f7f7f7;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
    padding: 16px;
    width: 100%;
}
.product-detail-col-item .params .price-wrap .price{
    color: var(--theme-font-color);
    font-size: 32px;
    font-weight: bold;
}
.product-detail-col-item .params .price-wrap .price .fa-rmb{
    font-size: 26px;
}
.product-detail-col-item .params .price-wrap .old-price{
    color: #999;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
}
.product-detail-col-item .params .params-item{
    line-height: 40px;
    font-size: 15px;
    color: #666;
}
.product-detail-col-item .params .phone-btn{
    display: block;
    border-radius: 20px;
    background-color: var(--theme-bg-color);
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 200px;
}
.product-detail-col-item .content-title{
    background: #f7f7f7;
    padding: 20px;
}
.float-button-wrap{
    position:fixed;
    right: 40px;
    bottom: 150px;
    z-index: 99;
}
.float-button-wrap .float-button-item{
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    box-shadow: 0 0 8px #bbb8b8;
    border-radius: 6px;
    position: relative;
}
.float-button-wrap .float-button-item .icon-wrap,
.float-button-wrap .float-button-item .text-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    line-height: 16px;
    padding: 2px 0;
}

.float-button-wrap .float-button-item .item-wrap{
    position: absolute;
    right: 120%;
    top: -60px;
    z-index: 120;
    display: none;
    width: 200px;
    min-height: 200px;
    background-color: #fff;
    border: 1px solid #eee;
}
.float-button-wrap .float-button-item a:hover .item-wrap{
    display: block;
    line-height: 20px;
}
.basic-product-col-item .basic-product-item-wrap{
    position: relative;
}
.basic-list-article-col-item a:hover img,.basic-product-col-item a:hover img{
    transform: scale(1.1);
}
.basic-product-col-item .basic-product-item-wrap .mask{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}
.basic-product-col-item .basic-product-item-wrap .mask .bg{
    opacity:0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.1);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.basic-product-col-item .basic-product-item-wrap a:hover .mask .bg{
    opacity: 1;
}
.basic-product-col-item .basic-product-item-wrap .mask .inner{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 58px;
    margin: 78px 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.basic-product-col-item .basic-product-item-wrap .mask .inner .more{
    display: block;
    width: 123px;
    height: 38px;
    line-height: 36px;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 43px auto 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.basic-product-col-item .basic-product-item-wrap a:hover .mask .inner{
    display: block;
    top: 25.4%;
    margin: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.basic-product-col-item .basic-product-item-wrap a:hover .mask .inner .more{
    opacity: 1;
}
.download-list-wrap .file-name,
.download-list-wrap .file-operate,
.download-list-wrap .file-size{
    line-height: 40px;
}
.select-style-item-title {
    background: #EFEFEF;
    height: 40px;
    margin: 0;
    line-height: 40px;
}
.row-tabs-item {
    position: relative;
}
.row-tabs-item .tabs-item-edit{
    position: absolute;
    top: 0;
}
.position-top ul{
    display: flex;
    justify-content: space-around;
    overflow: hidden;
}
.position-top ul li{
    min-width: 80px;
    text-align: center;
}
.position-top ul li a{
    display: block;
    position: relative;
    height: 98%;
}
.position-top ul li.active a:after, .position-top ul li:hover a:after {
    width: 100%;
    background-color: var(--theme-bg-color);
}
.position-top ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    bottom: -1px;
    height: 2px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#bot-chat-wrap .message-list{
    height: 580px;
    overflow-y: auto;
    padding-bottom: 60px;
}
#bot-chat-wrap .bot-start-wrap .icon-name-wrap{
    text-align: center;
    margin-top: 50px;
}
#bot-chat-wrap .bot-start-wrap .icon-name-wrap .info-name{
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}
#bot-chat-wrap .bot-start-wrap .onboarding-info .prologue{
    margin-top: 16px;
    max-width: 100%;
    line-height: 20px;
    padding: 12px 16px;
    background: #5768a114;
    border-radius: 8px;
}
#bot-chat-wrap .bot-start-wrap .onboarding-info .suggested-questions{
    margin-top: 16px;
}
#bot-chat-wrap .bot-start-wrap .onboarding-info .suggested-questions .item{
    border: solid 1px #44538240;
    color: rgba(15, 21, 40, 0.82);
    padding: 6px 16px;
    border-radius: 8px;
    margin-bottom: 8px;
    width: fit-content;
    background-color: #fff;
}
#bot-chat-wrap .message-wrap .logo img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
#bot-chat-wrap .message-wrap .item .item-wrap{
    padding-top: 10px;
}
#bot-chat-wrap .message-wrap .item .item-wrap .assistant {
    width: 100%;
}
#bot-chat-wrap .message-wrap .item .item-wrap .assistant .right {
    width: 90%;
}
#bot-chat-wrap .message-wrap .item .item-wrap .assistant .right .right-item-wrap {
    background-color: rgba(87, 104, 161, 0.08);
    border-radius: 0 10px 10px 10px;
    color: #333;
    max-width: 90%;
    min-height: 26px;
    padding: 10px 15px;
    font-size: 15px;
    word-break: break-word;
    margin-top: 5px;
}
#bot-chat-wrap .message-wrap .item .item-wrap .assistant .right .right-item-wrap .item-list .q-ask{
    color: #04bdc0;
}

#bot-chat-wrap .message-wrap .item .item-wrap .user {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
#bot-chat-wrap .message-wrap .item .item-wrap .user .left {
    width: 86%;
    min-height: 41px;

}
#bot-chat-wrap .message-wrap .item .item-wrap .user .left .ask-wrap .title {
    background: #04bdc0;
    border-radius: 10px 0px 10px 10px;
    color: #fff;
    font-size: 15px;
    min-height: 26px;
    padding: 10px 15px;
}
#bot-chat-wrap .message-wrap .item .item-wrap .user .left .user-name {
    width: 100%;
    height: 24px;
    font-size: 13px;
    color: #999;
    display: flex;
}
#bot-chat-wrap .message-wrap .item .item-wrap .message{
    margin-left: 10px;
    background: #f1f1f1;
    padding: 15px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
}
#bot-chat-wrap .message-wrap .item .item-wrap .message .copy{
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #009688;
    color: #ffffff;
    padding: 2px 5px;
    border-radius: 6px;
    cursor: pointer;
}
#bot-chat-wrap .message-wrap .item .item-wrap .message:hover .copy{
    display: block;
}
#bot-chat-wrap .message-wrap .onboarding-info .suggested-questions{
    margin-top: 8px;
}
#bot-chat-wrap .message-wrap .onboarding-info .suggested-questions .item{
    border: solid 1px #44538240;
    color: rgba(15, 21, 40, 0.82);
    padding: 6px 16px;
    border-radius: 8px;
    margin-bottom: 16px;
    width: fit-content;
}
#bot-chat-wrap .submit-wrap{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #fff;
    margin-bottom: 5px;
}
#bot-chat-wrap .submit-wrap .trash-wrap{
    padding: 10px;
    border: 1px solid #5768a114;
    border-radius: 50%;
    margin-right: 5px;
    width: 40px;
    height: 40px;
}
#bot-chat-wrap .submit-wrap .right-wrap{
    border: 1px solid #5768a114;
    border-radius: 25px;
    padding: 7px;
}
#bot-chat-wrap .submit-wrap .el-textarea__inner{
    box-shadow: none;
}