.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}
.logoBox{
    display: flex;
    justify-content: start;
    align-items: center;
    padding:0 3%;
}
.zmLogo{
    width: 268px;
    height: 67px;
    margin-right: 15px;
}
.xylogo{
    width: 268px;
    height: 67px;
    margin-right: 15px;   
}
.logoText{
    font-size: 16px;
    font-weight: 700;
}
.right{
    display: flex;
    justify-content: center;
    align-items: center;
}
.right .el-menu-demo{
    width: 100%;
}
.link-box{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 127px;
    /* margin-right: 15px; */
}
.line-item{
    display: flex;
    justify-content: center;
    align-items: center;
}
.line-item:last-child .right-line{
    display: none;
}
.right-line{
    margin: 0 20px;
}
.for-cursom{
    color: #4D682E;
}
.link-box .for-this{
    color: #333;
}
.link-box a{
    text-decoration: none;
    font-size: 18px;
}
.login{
    min-width: 100px;
    display: flex;
    align-items: center;
}
.login .el-button{
    color: #4D682E;
    border: 1px solid #DDDDDD;
}
.login-icon{
    width: 15px;
    height: 15px;
    margin-right: 15px;
}
.login span{
    font-size: 14px;
}
.el-submenu__icon-arrow{
    right: 5px;
    margin-top: -5px;
    display: none;
}

@media all and (max-width: 1130px) {
    .xylogo{
        width: 210px!important;
        height: 50px;
    }
    .link-box-xy {
        display: none;
    }
    /* .link-box-moble{
        position: relative;
        padding-right: 15px;
    } */
    .link-box-moble .el-icon-menu{
        font-size: 24px;
        color: #364A1E;
    }
    /* .moble-box{
        position: absolute;
        width: 150px;
        right: 0;
        z-index: 99;
        background: #fff;
    } */
    .line-item-moble{
        padding: 10px 5px;
    }
    .line-item-moble:hover{
        background: #364A1E;
        color: #fff!important;
    }
}