﻿html{
    background: #F8F9FB;

}
body{
    font-size: 16px;
    color: #2c3e50;
}
tbody{
    width: 100%;
}
.content{
    /*padding-top: 83px;*/
   /* margin: 0 auto;
    width: 1200px;*/
    width: 100%;
}
.banner-wrapper {
    margin: 0 auto;
    padding: 80px 0;
    height: 680px;
    box-sizing: border-box;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-content-box {
    width: 680px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.banner-wrapper .title{
    font-weight: 600;
    font-size: 42px;
    border-bottom: unset;
    margin: 0;
    padding: 0;
}
.banner-wrapper .sub-title {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    margin: 18px 0 32px;
    color: #fff;
}
.meilisearch-search-wrapper {
    margin-right: 0;
}
.meilisearch-search-wrapper {
    display: inline-block;
    position: relative;
    margin-right: 1rem;
}
.meilisearch-autocomplete .dsb-dropdown-menu{
    position: relative;
    border: 1px solid #d9d9d9;
    background: #fff;
    border-radius: 4px;
    overflow: auto;
    padding: 0 8px 8px;
}
.banner-wrapper .hot-word{
    margin: 16px 0 0;
    display: flex;
    align-items: center;
    align-self: flex-start;
    padding-left: 4px;
}
.banner-wrapper .hot-word .hot-text {
    font-size: 16px;
    color: hsla(0, 0%, 100%, .8);
}
.banner-wrapper .hot-word .hot-word-list {
    width: -moz-fit-content;
    width: fit-content;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
}
.banner-wrapper .hot-word .hot-word-list .hot-word-item {
    font-size: 14px;
    color: #5e5e5e;
    padding: 2px 10px;
    border-radius: 3px;
    margin: 0 10px 0 0;
    background-color: hsla(0, 0%, 100%, .8);
    cursor: pointer;
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.banner-wrapper .banner-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1030px;
    margin: 63px auto 0;
}
.banner-wrapper .banner-info .banner-info-item {
    width: 324px;
    height: 100px;
    margin-bottom: 26px;
    padding: 15px 20px;
    box-sizing: border-box;
    background: rgba(46, 73, 124, .7);
    border: 1px solid rgba(15, 57, 115, .2);
    border-radius: 6px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    box-shadow: 0 4px 4px 0 rgba(15, 57, 115, .125);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
.banner-wrapper .banner-info .banner-info-item .icon {
    margin-right: 20px;
    color: #fff;
    width: 44px;
    height: 44px;
    display: block;
    background-size: cover;
}
.banner-wrapper .banner-info .banner-info-item .item-title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 600;
}
.banner-wrapper .banner-info .banner-info-item .item-text {
    width: 220px;
    font-size: 14px;
    color: hsla(0, 0%, 100%, .7);
    line-height: 20px;
}
.gray-wrapper {
    background-color: #f8f9fb;
}
.content-box {
    width: 1030px;
    margin: 0 auto;
    padding: 80px 0 0;
}
.content-box .con-title {
    margin: 0 0 45px;
    padding: 0;
    font-size: 24px;
    color: #333;
    font-weight: 600;
    text-align: center;
}
.product-feature-content .product-feature-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content-box .con-title {
    margin: 0 0 45px;
    padding: 0;
    font-size: 24px;
    color: #333;
    font-weight: 600;
    text-align: center;
}
.product-feature-content .product-feature-list .list-item {
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(196, 198, 202, .3);
    border-radius: 6px;
    width: 190px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}

.faq-content .faq-list .faq-item {
    width: 324px;
    min-height: 151px;
    height: auto;
    box-sizing: border-box;
    padding: 34px 9px 34px 30px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(196, 198, 202, .3);
    border-radius: 6px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    cursor: pointer;
}
.links-content {
    padding: 80px 0;
}

.content-box {
    width: 1030px;
    margin: 0 auto;
    padding: 80px 0 0;
}
.links-content .links-list .link-item {
    box-sizing: border-box;
    padding-right: 38px;
    flex: 0 0 25%;
}
.links-content .links-list .link-item .description {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #717781;
    margin: 8px 0 0;
}

.search-box-wrapper input#meilisearch-search-input {
    width: 680px;
    box-sizing: border-box;
    height: 56px;
    background-color: #fff;
    border-radius: 6px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    line-height: 56px;
    padding-left: 20px;
    background: #fff url(__CDN__/assets/img/search.svg) no-repeat;
    background-position: top 12px right 16px;
    left: 0;
    border:none;
}
.home .product-feature-content .more {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #0049ff;
    margin: 18px 0 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.more-icon{
    margin-left: 8px;
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(__CDN__/assets/img/chapter1_icon11.svg);
}
.home .faq-content .faq-list {
    margin: 21px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.home .faq-content .faq-list .faq-item .icon-box .arrow {
    width: 70px;
    height: 70px;
    display: block;
    background-size: cover;
    background-image: url(__CDN__/assets/img/blue-arrow.svg);
}
.home .links-content .links-list {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 5px -38px 0 0;
}


header .lang-wrapper {
    position: relative;
    cursor: pointer;
    right: 0;
}
header .lang-wrapper .lang-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #e8e8e8;
    border-radius: 30px;
    padding: 0 10px;
    height: 30px;
}
header .lang-icon {
    width: 16px;
    height: 16px;
    cursor: pointer;
    color: #333;
    margin-right: 5px;
}
header .lang-text {
    font-size: 13px;
    font-weight: 700;
    color: #111;
    white-space: nowrap;
}
header .lang-wrapper .lang-dropdown {
    display: none;
    position: absolute;
    padding-top: 20px;
    right: 0;
}
header .lang-wrapper .lang-dropdown ul {
    width: 150px;
    background-color: #fff;
    padding: 15px 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}
nav ul, ul, li {
    list-style: none;
}
header .lang-wrapper .lang-dropdown ul li a {
    display: block;
    padding: 0 25px;
    line-height: 40px;
    border-radius: 4px;
    font-size: 15px;

}

.lang_items:hover{
    background: #F2F2F2;
    border-radius:0.3rem;
}
.lang_items_a:hover{
    /*color: #648DF2;*/

    color: #333;
}
.me-3{
    position:absolute;
    top:0;
    right:0;
    margin-top:12px;
    margin-right:-160px;
}
/*a {
    text-decoration: none;
}*/