@import url(../../../css/app.css);
@import url(./footer.css);
@import url(./header.css);
.head_img {
    width: 5.35rem;
    height: 2.84rem;
}

.head {
    padding: 0.9rem 0 0.5rem;
    background: linear-gradient(180deg, #4D8AFF 0%, #0056FF 100%);
    color: #fff;
}

.mr-30.relative {
    margin-right: 0;
}

.container {
    padding: 0 0.2rem;
    box-sizing: border-box;
    margin-top: 0.3rem;
}

.item-text {
    color: #999;
}

.about_line {
    border-top: 1px solid #1A68FE;
}

.about_line::after {
    background-color: #1A68FE
}

.mt-50 {
    margin-top: 0.5rem;
}

.title-item {
    font-size: 0.26rem;
    font-weight: bold;
}

.title-item span {
    font-weight: 400;
    font-size: 0.18rem;
}