body{padding-top: 110px!important;}
#head{width: 100%;min-width: 1200px;display: flex;justify-content: center;background: #fff;position: fixed;top: 0;z-index: 999;}
.Con{width: 100%;max-width: 1400px;}
.headCon{
    display: flex;
    justify-content: space-between;
    height: 110px;
    line-height: 110px;
    font-weight: bold;
    color: #3d3f4d;
}
.logoBox{display: flex;justify-content: center;flex-direction: column;}
.logoIcon{height: 40px;width: auto;}
.headNav{
    display: flex;
    justify-content: center;
    flex: 1;
    font-size: 20px;
}
.headNav .headNavItem{
    position: relative;
    padding: 0 40px;
    cursor: pointer;
    white-space: nowrap;
}
.headNav .headNavItem .headNavItemBtm{
    width: 30px;
    background: #325187;
    height: 6px;
    border-radius: 3px;
    position: absolute;
    z-index: 9;
    left: 50%;
    margin-left: -15px;
    bottom: 30px;
    display: none;
}
.headNav .headNavItemEd{
    color: #325086;
}
.headNav .headNavItemEd .headNavItemBtm{display: block;}
.CourseNav{
    position: absolute;
    z-index: 9;
    top: 80px;
    left: -380px;
    border-radius: 10px;
    box-shadow: 0px 2px 8px 1px rgb(0 0 0 / 20%);
    height: 80px;
    line-height: 80px;
    color: #3d3f4d;
    width: 920px;
    display: flex;
    justify-content: space-around;
    background: #fff;
    text-align: center;
    display: none;

}
.CourseNav  .CourseNavItem{flex: 1;font-weight: 500;}
.appDownImg{
    position: absolute;
    z-index: 9;
    top: 80px;
    left: 10%;
    width: 80%;
    height: auto;
    display: none;
}
.headSearch{
    height: 40px;
    width: 215px;
    display: flex;
    margin: 35px 0;
    border-radius: 10px;
    border:1px solid #3d3f4d;
    line-height: 40px;
    overflow: hidden;
}
.headSearch .headSearchIpt{
    border:none;
    width: 175px;
    padding: 0 10px;
}
.headSearch .headSearchBtn{
    flex:1;
    height: 30px;
    margin:5px 0;
    border-left: 1px solid #3d3f4d;
    display: flex;
    line-height: 30px;
    justify-content: center;
    cursor: pointer;
}
.headSearch .headSearchBtn .headSearchIcon{
    height: 20px;
    margin: 5px;
    width: auto;
}
.headLogin{
    display: block;
    background: #b61212;
    color: #fff;
    height: 40px;
    line-height: 40px;
    margin: 35px;
    border-radius: 10px;
    padding: 0 15px;
    position: relative;
}
.headLogin:hover{color: #fff!important;}
.headLogin .headLoginBtm{
    height: 2px;
    border-radius: 1px;
    background: #fff;
    width: 52%;
    position: absolute;
    z-index: 9;
    left: 24%;
    bottom: 4px;
    display: none;
}
.headInfo{position: relative;}
.headInfoUser{
	display: flex;
	line-height: 40px;
	font-size: 20px;
	margin: 35px;
    white-space: nowrap;
}
.headInfoUser img{height: 40px;width: 40px;border-radius: 20px;margin-right: 10px;}
.headInfoList{
	display: none;
    position: absolute;
    z-index: 9;
    top: 90px;
    left: 35px;
    right: 35px;
    text-align: center;
    line-height: 30px;
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 2px;
    box-shadow: 0px 2px 8px 1px rgb(0 0 0 / 20%);
}
.outLogin{cursor: pointer;}