html, body, div, span, a {
    padding: 0;
    margin: 0;
}
.index {
    display: none;
}
a{
    text-decoration: none;
    outline: none;
    color: #666666;
}
.top {
    /*background: linear-gradient(90deg, #FF91CD, #FFD5C3);*/
    border-bottom: 1px solid #fff   ;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.main {
}
.part-one {
    padding-top: 112px;
    /*background: linear-gradient(90deg, #FF91CD, #FFD5C3);*/
}
.top-main{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    height: 112px;
}
.list .each {
    margin-left: 98px;
    cursor: pointer;
}
.list .each a{
    font-size: 16px;
    font-weight: bold;
    /*color: #fff;*/
    line-height: 35;
    text-decoration: none;
    outline: none;
}
.flex-c-c {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-s-c {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.flex-b-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer {
    flex-direction: column;
    /*background-color: #f4f4f4;*/
    padding-bottom: 40px;
    margin-top: 20px;
}

.footer div{
    font-size: 16px;
    line-height: 35px;

}
.time {
    font-size: 16px;
    color: #666666;
    line-height: 35px;
    display: flex;
    justify-content: center;
}
.beian-time {
    margin-right: 30px;
}
