@media screen and (max-width: 768px) {
    .header-account a {
        width: 100%;
        height: 100%;
    }
}

.icon-linkedin {
    background-image: url('static/images/1606117936409.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
}

.icon-weibo {
    background-image: url('static/images/1606459595717.svg');
}

.icon-wechat {
    background-image: url('static/images/1606459593285.svg');
}

.header .container {
    position: relative;
    overflow: visible
}

.header .logo {
    position: relative;
    z-index: 1;
    float: left;
    width: 250px;
    height: 60px;
    /* margin-left: 10px; */
    transition: .8s
}

.header .logo a {
    display: block;
    height: 100%
}

.header .logo img {
    margin-top: 16px;
    height: 28px
}

.header .language {
    float: right;
    line-height: 60px;
    min-width: 124px;
    text-align: center;
    font-size: 14px;
    /* box-shadow: 0 15px 30px rgba(0, 0, 0, .1); */
    cursor: pointer
}

.header .language a {
    color: #222222;
    position: relative;
}

.header .language .drop-down-icon {
    display: inline-block;
    font-size: 25px;
    color: #222222;
    position: absolute;
    top: -20px;
    right: -24px;
}

.header .language:hover {
    background-color: #fff;
    color: #333
}

.header .language:hover a {
    color: #333
}

.header .language:hover ul {
    display: block
}

.header .language ul {
    display: none;
    margin-top: -10px
}

.header .language ul li {
    line-height: 20px;
    padding: 10px;
    background-color: #fff;
    border-top: 1px solid #b5b5b5;
    text-align: center
}

.header .language ul li a {
    font-size: 12px;
    color: #333
}

.nav .more {
    margin-top: 20px;
    width: 20%;
}

.more .imgBox {
    height: 80px;
    width: 80px;
    margin: 0 auto;
}

.more .imgBox img {
    height: 100%;
    width: 100%;
}

.secondary-products {
    width: 100% !important;
    /* border-right: 1px solid #ccc; */
    padding: 0 30px;
    text-align: center;
}

.secondary-products li {
    height: auto;
    width: 22%!important;
    height: 155px!important;
    position: relative;
    /* display: flex; */
    margin-right: 5px;
    text-align: center;
}

.secondary-products li a .nav-submenu-img {
    text-align: center;
    padding: 10px 0;
    /* background: #f2f2f2; */
}

.secondary-products li a .nav-submenu-img:hover {
    text-align: center;
    background: #f2f2f2;
}

.secondary-products li:nth-last-child(1) {
    border-right: 1px solid #f2f2f2
}

.secondary-products li .nav-submenu-title {
    text-align: center
}

.secondary-products li span {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 12px;
    border: 1px solid #ccc;
    height: 25px;
    width: 35px;
    text-align: center;
    line-height: 25px;
    border-radius: 5px;
    /* padding: 10px; */
}