.pc-header-bg {
    height: 80px;
}
.pc-header-fixed {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    z-index: 999;
    top: 0px;
    padding: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /*-webkit-backdrop-filter: brightness(1.5) blur(10px);*/
}
.pc-header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 80px;
    max-width: var(--master-width);
    width: 100%;
    padding: 0 var(--theme-spacing);
    margin: 0 auto;
}
.header {
    position: relative;
    z-index: 99;
    /*border-bottom: 1px solid #E3EAF1;*/
    max-width: var(--master-width);
    width: 100%;
    margin: 0 auto;
    padding: 0 var(--theme-spacing);
}
.header-top  {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 80px;
    width: 100%;
    padding: 0 var(--theme-spacing);
    box-sizing: border-box;
}
.header-logo {
    height: 26px;
    cursor: pointer;
}
.tab-list {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tab-list .link-btn {
    color: var(--theme-gray01-color);
    font-size: 14px;
    margin-left: 26px;
    cursor: pointer;
    font-weight: 400;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.link-btn > span {
    position: relative;
}
.tab-list .link-btn:hover > span:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    display: inline-block;
    height: 1px;
    width: 100%;
    background: #373939;
}
.tab-list .link-btn:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    background: var(--theme-Primary-color);
    display: none;
    content: "";
}
/*.header .header-top .tab-list .link-btn:after{*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    width: 0%;*/
/*    height: 6px;*/
/*    bottom: -8px;*/
/*    !*background: #004190;*!*/
/*    background-image: url("../images/icon/triangle.png");*/
/*    background-size: 100%;*/
/*    background-repeat: no-repeat;*/
/*    display: block;*/
/*    content: "";*/
/*    transition: 100ms;*/
/*}*/
.link-btn-active:after {
    display: block !important;
}
.switch-lang {
    margin-left: 20px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #004AA4;
    border-radius: 4px;
    border: 1px solid #004AA4;
    min-width: 28px;
}
.lang-active {
    font-weight: 800;
    background: #004AA4;
    color: white;
}
.lang-left {
    padding: 0 3px;
}
.lang-right {
    padding: 0 3px;
}
.search-block {
    margin-left: 20px;
    /*cursor: pointer;*/
    /*padding: 12px 26px 12px 10px;*/
    /*border: 1px solid #E1E4EB;*/
    display: flex;
    align-items: center;
    cursor: pointer;
    /*width: 150px;*/
    /*background: #FBFBFC;*/
    /*border-radius: 2px;*/
}
.search-img {
    width: 16px;
    height: 16px;
}
.title-search-input {
    border-radius: 20px;
    width: 100%;
    border: none;
    margin-right: 5px;
    font-size: 12px;
    background: #FBFBFC;
}

.title-search-input::placeholder{
    color: #3B5069;
}

.title-search-input::-ms-input-placeholder{
    color: #3B5069;
}

.title-search-input::-moz-placeholder{
    color: #3B5069;
}

.title-search-input::-webkit-input-placeholder {
    color: #3B5069;
}

.tab-list .contact-us {
    padding: 8px 20px;
    /*color: white;*/
    /*background: #004190;*/
    border-radius: 20px;
    margin-left: 20px;
}
.header-bottom {
    position: relative;
    z-index: 999;
    max-width: 1300px;
    margin: 0 auto;
    height: 0;
}
.header-bottom .about-btn-block{
    transition: 100ms;
    margin-left: 20px;
    height: 0;
    overflow: hidden;
    box-shadow: 0 14px 20px rgba(23, 32, 48, .2);
    position: relative;
}
.header-bottom .about-btn-block .about-btn-list{
    font-size: 20px;
    cursor: pointer;
    color: white;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 200px;
    padding: 12px 30px;
    /*margin-left: 12px;*/
}
.header-bottom .about-btn-block .about-btn-list div{
    position: relative;
}
.header-bottom .about-btn-block .about-btn-list div:after{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    bottom: -5px;
    background: white;
    display: block;
    content: "";
    transition: 100ms;
}
.header-bottom .about-btn-block .about-btn-list:hover div:after{
    width: 100%;
}
.bottom-search-bg {
    padding: 40px 0 70px;
    width: 700px;
    margin: 0 auto;
}
.bottom-search-block {
    height: 50px;
}
.bottom-search-line1 {
    position: relative;
}
.bottom-search-img {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    cursor: pointer;

}
.bottom-search-input {
    background: transparent;
    padding: 5px 40px 5px 5px;
    margin: 0;
    border: none;
    width: 100%;
    border-bottom: 1px solid white;
    color: white;
    font-size: 26px;
}
.bottom-search-input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: white;
    font-size: 26px;
}
.bottom-search-line2 {
    font-size: 15px;
    opacity: .72;
}
.bottom-search-line3 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.right-block {
    background: white;
    color: black;
    padding: 40px;
    position: absolute;
    left: 15.4%;
    right: 0;
    top: 0;
    min-height: 450px;
    bottom: 0;
    /*overflow: hidden;*/
    /*margin-top: -16px;*/
}
.lang-en .item-class {
    float: left;
    min-width: 300px;
    font-weight: 300;
    font-size: 14px;
    color: #262626;
    margin-top: 5px;
}
.right-title {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #004190;
}
.right-market {
    background: white;
    color: black;
    padding: 20px;
    position: absolute;
    left: 15.4%;
    right: 0;
    top: 0;
    min-height: 526px;
}
.right-market-title {
    cursor: pointer;
    /*color: #004190;*/
    margin: 15px;
    font-size: 16px;
    font-weight: 500;
}
.right-market-title:hover{
    color: #004190;
}

.ml-15 {
    margin-left: 20px;
    width: 32px;
    height: 32px;
    background: #004190 no-repeat;
    padding: 6px;
    border-radius: 2px;
}
.title-hover:hover{
    color: #004190;
}
.hidden {
    display: none;
}

.category-list {
}
.category-item {
}
.category-row {
    width: 120px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}
.category-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 500;
}
.row-active, .category-item-class:hover {
    color: #004190;
}
.category-arrow {
    display: none;
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translate(50%, -50%);
    width: 8px;
    height: 12px;
}

.category-items {
    position: absolute;
    top: 40px;
    bottom: 10px;
    left: 220px;
    flex-direction: column;
    flex-wrap: wrap;
    display: none;
}
.category-item-class {
    width: 150px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    max-width: 200px;
    margin-right: 20px;
}
.row-active .category-arrow, .category-item-class:hover .category-arrow {
    display: block;
}
.tab-list-icon img {
    width: 18px;
    height: 18px;
}

.phone-tab-btn {
    display: none;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
}
.phone-tab-btn .header-close {
    width: 16px;
    height: 16px;
}
.phone-tab-btn .header-vector {
    width: 18px;
    height: 12px;
}

.header-fixed {
    position: fixed;
    z-index: 999;
    top: 0px;
    width: 100vh;
    background-color: rgba(255, 255, 255, 0.95);
    /*background-image: url("../images/svg/circle4.svg");*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center center;*/
    transition: 300ms;
    opacity: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.header-f-active {
    opacity: 1;
    height: 100%;
}
.header-box-block {
    height: calc(100% - 80px);
    overflow-y: auto;
}
.box-tab-list {
    min-height: 100%;
    padding: 20px 0 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.box-tab-item {
    font-family: 'Source Han Serif CN';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    padding: 40px 0;
    margin: 0;
    width: 200px;
}
.box-tab-item + .box-tab-item {
    border-top: 1px solid #000000;
}
.box-tab-item-active {
    color: var(--theme-Primary-color);
}

@media (min-width: 768px) { /* 屏幕宽度大于768px */
}
@media (max-width: 768px) { /* 屏幕宽度小于768px */
    .phone-tab-btn {
        display: flex;
    }
    .tab-list {
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {  /* 屏幕宽度 [768,1024] */
    .tab-list .link-btn {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
    }
}
