.allInfo .headerInfo {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.allInfo .headerInfo .logoAndMenu {
    width: 7.5rem;
    height: 1.2rem;
    background: #ffffff;
    display: flex;
    align-items: center;
}

.allInfo .headerInfo .logoAndMenu .content {
    width: 7.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.3rem;
}

.allInfo .headerInfo .logoAndMenu .content img {
    width: 2.26rem;
    height: 0.71rem;
}

.allInfo .headerInfo .logoAndMenu .content .iconfont {
    font-size: 0.44rem;
    color: #000000;
}

.allInfo .midContent {
    width: 7.5rem;
}

.allInfo .midContent .topSearch {
    padding: 0 0.3rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.31rem;
}

.allInfo .midContent .topSearch input {
        box-sizing: border-box;
    width: 5.46rem;
    height: 0.72rem;
    background: #f7f8fc;
    border-radius: 0.04rem;
    border: 0.01rem solid #d2d6e5;
    outline:none;
    font-size: 0.28rem;
font-family: PingFang-SC-Medium, PingFang-SC;
font-weight: 500;
color: #333333;
line-height: 0.4rem;
padding-left:0.2rem;
}

.allInfo .midContent .topSearch div {
    width: 1.24rem;
    height: 0.72rem;
    background: #e60012;
    border-radius: 0.04rem;
    font-size: 0.32rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.72rem;
}

.allInfo .midContent .titleTag {
    margin-top: 0.4rem;
    border-bottom: 1px solid #eee;
}

.allInfo .midContent .titleTag .titleInfo {
    display: flex;
    justify-content: flex-start;
    font-size: 0.26rem;
    margin-left: 0.3rem;
}

.allInfo .midContent .titleTag .titleInfo li {
    height: 0.66rem;
    line-height: 0.66rem;
    margin-right: 0.4rem;
    color: #999999;
}


/* .allInfo .midContent .titleTag .titleInfo li:nth-child(1) {
    color: #000;
    border-bottom: 2px solid #e60012;
} */

.allInfo .midContent .titleCon {
    margin-left: 0.3rem;
    padding-bottom: 0.8rem;
}

.allInfo .midContent .titleCon li {
    width: 6.9rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.3rem;
    margin-top: 0.3rem;
}

.allInfo .midContent .titleCon li h3 {
    font-size: 0.36rem;
    font-weight: bold;
    color: #3848a0;
    line-height: 0.5rem;
    margin-bottom: 0.3rem;
}

.allInfo .midContent .titleCon li div {
    font-size: 0.24rem;
    font-weight: 400;
    color: #999999;
    line-height: 0.3rem;
}

.allInfo .midContent .titleCon li div span {
    /*margin-right: 0.1rem;*/
}

.allInfo .midContent .line {
    height: 0.2rem;
    background: #eee;
}

.common-bottom {
    background: #fff;
}

.common-bottom p {
    color: #333333;
}

.active {
    color: #000;
    border-bottom: 2px solid #e60012;
}
#text{
     width: 6.9rem;
    font-size: 0.28rem;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #333333;
    line-height: 0.4rem;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}

/*# sourceMappingURL=sousuoyemian.css.map */