*{
    font-family: 微软雅黑;
}
body {
    background-color: #f3f6f8 !important;
}

/*#导航#*/
#title{
    padding-top: 32px;
}

#title ul{
    list-style-type: none;
}

#title > ul > li{
    float:left;
    margin-left: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #211815;
    cursor: pointer;
    padding-bottom: 22px;
}

#title  li:hover {
    color: #1772e3;
    font-weight: 900;
}

.active{
    color: #1772e3!important;
    border-bottom: 2px solid #1772e3;
}

#fangan ul{
    width:280px;
    position: absolute;
    display:none;
    background-color: #f7f7f8;
    margin-top: 14px;
    border-radius: 2px;
}
#fangan ul li{
    padding: 8px 16px;
    text-align: left;
    font-size: 14px;
}

/*底部*/
#footer{
    width: 100%;
    height: 289px;
    /*margin-top: 56px;*/
    background-color: #3a4148;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer .footer-content{
    text-align: center;
    width: 543px;
    height: 100%;
    padding-top: 63px;
}

#footer .footer-content-title{
    font-size: 30px;
    color: #f7f7f8;
}
#footer .footer-content-footer{
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    padding: 0 18px;
}
#footer .footer-content-left{
    text-align: left;
    font-size: 16px;
    color: #f7f7f8;
    line-height: 25px;
}
#footer .footer-content-right{
    margin-left: 36px;
}


#footer p{
    letter-spacing: 0!important;
}

.download{
    padding-top: 4px;
}
.header-links-color{
    font-size: 16px;
    font-weight: 400;
    color: #211815;
    cursor: pointer;
    padding-bottom: 22px;
}

.download ul{
    width: 210px;
    position: absolute;
    display: none;
    background-color: #f7f7f8;
    margin-top: 14px;
    border-radius: 2px;
}
.download ul li{
    padding: 8px 16px;
    text-align: left;
    font-size: 14px;
    cursor: pointer;
}
.cursor-pointer{
    position: relative;
}
.app{
    display: none;
    position: absolute;
    right: 20px;
    top: 10px;
}
.app img{
    width: 80px;
    height: 80px;
}