/* 导航白色部分 */
.navbar-default {
    background: #fff;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
}

.title-info {
    color: #000;
}

.mobileMenu a {
    color: #000;
}

.title {
    font-size: .34rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #030305;
    padding: .64rem 8%;
    background: #F5F7FA;
}

.content {
    padding: .64rem 8%;
}

.content>div {
    padding: 0 1rem;
}

.title1 {
    font-size: .24rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #030305;
    margin-bottom: .48rem;
}

.title2 {
    font-size: .16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #030305;
    margin-bottom: .24rem;
}

.title3 {
    font-size: .16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #838592;
    line-height: .32rem;
}

.mt-48 {
    margin-bottom: .48rem;
}

.ml-30 {
    margin-left: .3rem;
}

.contentInfo p {
    font-size: .16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #838592;
    margin-bottom: .32rem;
}

.mobileTitle {
    font-size: 20px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #030305;
}

.mobileContent {
    background-color: #fff;
    padding: 24px 16px;
}

.mobileContent div {
    padding: 0;
}

.mobileContent .title1 {
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #030305;
    margin-bottom: 16px;
}

.mobileContent .title2 {
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #030305;
    margin-bottom: 8px;
}

.mobileContent .title3 {
    font-size: 12px;
font-family: PingFang SC-Regular, PingFang SC;
font-weight: 400;
color: #838592;
line-height: 16px;
}

.navbar-default .navbar-nav>li>a:hover{
    color: #000 !important;
}