.header > .container {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.el-tabs__nav-wrap::after {
    display: none;
}

.el-tabs__header {
    margin: unset;
}

.el-tabs__active-bar {
    background-color: var(--theme-color);
    height: 3px;
}

.el-tabs__item {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
}

.el-tabs__item:hover {
    color: var(--theme-color);
}

.el-tabs__item.is-active {
    color: var(--theme-color);
}

.icon-menu {
    font-size: 24px;
}

.logo-row {
    background: linear-gradient(to right, var(--theme-color), #38BDE9);
}

.logo-row > .container {
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo {
    width: 210px;
    height: 50px;
    margin-right: 60px;
}

.nav1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav1-btn {
    margin: 0 20px;
    cursor: pointer;
}

.nav1-divider {
    height: 24px;
}

.nav-text {
    color: #ffffff;
    font-size: 16px;
    margin: 0 20px;
    cursor: pointer;
}

.s-input {
    width: 220px;
    height: 30px;
    border-radius: 25px;
    border: none;
    outline: none;
    padding-left: 10px;
}

.icon-sousuo {
    color: #58b9df;
    background: #ffffff;
    font-size: 20px;
    padding: 4px 5px;
    border-radius: 25px;
    margin-left: 10px;
    cursor: pointer;
}

/* Γ½Με²ιΡ―ΚΚΕδ */
@media (max-width:1535px){
}
@media (max-width:1230px){
    .header > .container {height: 60px;}
    .el-tabs__item {padding: 0 10px;}
    .nav-btn{width: 60px; height: 28px;}
    .logo {width: 200px;height: 45px;}
}
@media (max-width:1024px){

}
@media (max-width:991px){
    .header {background-color: #ffffff}
    .icon-menu{color: var(--theme-color);}
    .logo {width: 180px;height: 40px;}
}
@media (max-width:925px){
}
@media (max-width:768px){
    .header > .container {height: 50px;}
    .logo-row > .container {height: 50px;}
    .logo {width: 160px;height: 35px;}
}
@media (max-width: 620px){
}
@media (max-width: 480px){


}
/* Γ½Με²ιΡ―ΚΚΕδ */

