* {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: "微软雅黑" !important;
}

a {
    cursor: pointer;
    text-decoration: none; 
    outline: none;
    color: #000; 
}

div {
    box-sizing: border-box;
}

ul,
li {
    list-style: none;
}

input button select {
    outline: none;
    border: 0;
    background: none;
}

button {
    border: 0;
    background: none;
}

select:invalid { 
	color: gray !important;
}

.flexEnd {
    display: flex;
    justify-content: flex-end;
}

.flexCenter {
    display: flex;
    justify-content: center;
}

.flexStart {
    display: flex;
    justify-content: flex-start;
}

.flexSpace {
    display: flex;
    justify-content: space-between;
}




/*头部css*/

.content {
    width: 1400px;

}

/*面包屑导航*/
.navigation{
    height: 50px;
    line-height: 50px;
    color: #999999;
    font-size: 16px;
    margin: 0 auto;
}

.navigation a{
    color: #999;

}
