.carousel {
    height: 600px;
    width: 100%;
    background: url("../image/bannerbj.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
}
.max_logo {
    padding-top: 100px;
}
.max_logo h1{
    height: 80px;
    font-size: 50px;
    font-weight: bolder;
    color: #f8f8f8;
    margin-bottom: 10px;
    position: relative;
    left: -263px;
    top: 100px;
}
.max_logo p{
    margin-bottom: 100px;
    font-size: 22px;
    line-height: 1;
    font-weight: normal;
    color: #fff;
    position: relative;
    left: -242px;
    top: 80px;
}
.el-main {
    padding: 0px;
}
.el-menu-item {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.09px;
    font-weight: 400;
}
.el-submenu__title {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.09px;
    font-weight: 400;
}
.el-submenu__title:hover {
    background-color:#ffffff!important
}
.el-menu-item:hover {
    background-color:#ffffff!important
}
.login{
    text-align: center;
}
.login h1{
    height: 44px;
    font-family: PingFangSC-Semibold;
    font-size: 31px;
    color: #333333;
    letter-spacing: 0.18px;
    font-weight: 600;
    margin-bottom: 50px;
    margin-top: 50px;
}
.el-dialog__header {
    padding: 0;
}
.el-dialog__body {
    padding: 0;
}
.el-form-item__content {
    line-height: 40px;
}
.el-form-item__error {
    position: relative;
}
