/* head */

.menu-top {
    position: fixed;
    width: 100%;
    border-bottom: 0;
    background-color: #252b3a;
    z-index: 20000;
}

.menu-top .menu-top-content {
    position: relative;
    width: unset;
    height: 60px;
    line-height: 60px;
    margin: 0 30px;
    background-color: unset;
    text-align: center;
}

/* head - logo */

.menu-top .menu-top-content .menu-top-logo {
    display: inline-block;
    position: absolute;
    left: 0;
    /*width: 20%;*/
    font-size: 22px;
    font-weight: 700;
    color: #fff !important;
    text-decoration: none !important;
}

.menu-top-logo img {
    margin-right: 8px;
}

/* head - 切换语言 */

.change-lang {
    position: absolute;
    top: 16px;
    right: 200px;
    line-height: 28px;
    padding: 0 5px;
    border-radius: 2px;
    cursor: pointer;
}

a.current-lang {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}

a.current-lang:hover {
    color: #fff;
}

.lang-trangle {
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 8px;
}

.lang-trangle-top {
    position: absolute;
    top: 10px;
    right: 5px;
    border-top: 5px solid #000;
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid rgba(0, 0, 0, 0);
}

.lang-trangle-down {
    position: absolute;
    right: 5px;
    top: 4px;
    border-top: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-bottom: 5px solid #000;
    border-left: 5px solid rgba(0, 0, 0, 0);
}

.choiseLang2 {
    position: absolute;
    float: none;
    left: 0px;
}

.choiseLang2 a {
    color: #000;
}

/* head - 登录 */

.sign-in-wrap {
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 0;
    width: 178px;
    height: 28px;
    line-height: 28px;
    background: #f66f6a;
    border-radius: 2px;
    text-align: center;
    text-decoration: none !important;
}

/* .switchlang {
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 220px;
    height: 28px;
    line-height: 28px;
    border-radius: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
} */

.sign-in-wrap:hover {
    background: rgb(235, 95, 7);
}

.sign-in {
    font-size: 14px;
    color: #fff;
}

/* banner */

.tab-head {
    /* position: fixed;  */
    top: 50px !important;
    width: 100%;
    border-bottom: 0;
    font-size: 16px;
    color: #252b3a;
    background-color: #fff;
    /* box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); */
    border-bottom: 1px solid #eee;
    z-index: 1000;
}

.tab-head h4 a {
    color: unset;
}

.tab-head h4.active > a {
    color: #f66f6a;
}

.content-box > .active > a {
    color: unset !important;
}

.content-box > #headNav1.active,
.content-box > #headNav3.active {
    color: #f66f6a;
}

.tab-head .content-box h4:hover {
    color: unset;
}

.tab-head h4 a:hover {
    color: unset !important;
}

.tab-head .banner-wrap {
    height: 60px;
    margin: 0 30px;
    /* overflow: hidden; */
    position: relative;
}

.tab-head .banner-wrap .content-box {
    margin: 0 auto;
    width: unset;
    height: 60px;
    background-color: #fff;
}

#headNav1,
#headNav3 {
    line-height: 60px;
    padding: 0 45px 0 20px;
    color: unset;
}

#headNav1:after,
#headNav3:after {
    top: 27px;
    border-top: 6px solid #252b3a;
}

#headNav1:hover a,
#headNav3:hover a {
    color: #f66f6a !important;
}

#headNav1:hover:after,
#headNav3:hover:after {
    border-top: 6px solid #f66f6a;
}

/* banner - 下拉菜单 */

.tab-head .flow-nav {
    top: 62px;
}

.headbar-title {
    color: #252b3a;
    padding-bottom: 15px;
    margin-right: 30px;
    border-bottom: 1px solid #e9edfa !important;
}

.product-wrap {
    margin-top: 11px;
    color: #575d6c;
}

.flow-nav li {
    margin-top: 8px;
}

.flow-nav a:hover {
    color: #526ecc !important;
    text-decoration: underline;
}

/* 滚动条样式 */

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #DBDBDB;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .searchInput {
        display: none;
    }
    /*.sign-in-wrap {
        display: none;
    }*/
}

@media (min-width: 768px) and (max-width: 991px) {
    /*.sign-in-wrap {
        display: none;
    }*/
}
