body{
    margin: 0;
    padding: 0;
}
.el-aside{
    border-right: solid 1px #e6e6e6;
}
.el-menu{
    border-right: 0!important;
}
.breadcrumbDefault{
    color: rgba(0, 0, 0, .35);
}
.breadcrumbActive{
    color: rgba(0, 0, 0, .85);
}
.el-menu--collapse .el-submenu__title,
.el-menu--collapse .el-menu-item {
    transition: none !important;
}
.text-navy {
    color: #1ab394;
}

.text-primary {
    color: inherit;
}

.text-success {
    color: #1c84c6;
}

.text-info {
    color: #23c6c8;
}

.text-warning {
    color: #f8ac59;
}

.text-danger {
    color: #ed5565;
}

.text-muted {
    color: #888888;
}
a{
    color: #38a3ff;
    cursor: pointer;
}

:root {
    --primary-color: #045AFE;
    --secondary-color: #045AFE;
    --accent-color: #e74c3c;
    --light-color: #f8f9fa;
    --light-bg: #f8f9fa;
    --light-text: #5f6368;
    --dark-text: #202124;
    --dark-color: #343a40;
    --border-radius: 10px;
    --box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}


.flexBetween{
    display:flex;
    justify-content: space-between;
    align-items: center;
}

ul,li{
    list-style: none;
    padding: 0px;
    margin:0px;
}

.main{
    width:1248px;
    margin:0 auto;
}

.banner{
    height:521px;
    display: flex;
    justify-content: space-between;
}

.banner_content{
    width:35%;
}

.banner_content h2{
    font-weight: 600;
    font-size: 52px;
    color:#000;
}

.banner_content p{
    font-weight: 400;
    font-size: 16px;
    color: #4E5461;
}

.flexLeft{
    display:flex;
    justify-content: left;
    align-items: center;
}

.flexCenter{
    display:flex;
    justify-content: center;
    align-items: center;
}

.flexBetween{
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.bluefont{
    background: linear-gradient(183.27deg, #E5F5FF 0%, #85D0FF 72%, #63C3FF 100%);
    -webkit-background-clip: text;/*将设置的背景颜色限制在文字中*/
    -webkit-text-fill-color: transparent;/*给文字设置成透明*/
}

.header{
    height:64px;
    margin:0 auto;
    color:#555;
}

.header a{
    text-decoration: none;
    color:#494747;
}

.header .menu li{
    line-height:40px;
    margin-right:50px;
    cursor: pointer;
    font-weight:500;
}

.header .active{
    color:#0580FF;
}

.loginBtn{
    border:1px solid #ddd;
    width:96px;
    height:40px;
    line-height:40px;
    background:#fff;
    cursor: pointer;
    text-align:center;
    border-radius:40px;
}

.footer{
    background: #040B1F;
    height:fit-content;
}

.footer ul li{
    margin-bottom:26px;
    font-size: 14px;
    color:#fff;
    opacity: 0.6;
}

.footer ul li:first-child{
    opacity: 1;
}
