body {
    background: #F7F8FA;
}

.top {
    position: relative;
}

.top img {
    width: 100%;
    height: 25.2vw;
}

.topText {
    position: absolute;
    top: 5.52vw;
    left: 12.29vw;
}

.line {
    width: 7.65vw;
    height: 0.20vw;
    background: #FFFFFF;
    margin-top: 2.13vw;
    margin-bottom: 2.13vw;
}

.topName {
    font-size: 2.60vw;
    font-weight: 400;
    color: #FFFFFF;
}

.topDetail {
    font-weight: 400;
    color: #FFFFFF;
    font-size: 1.5vw;
}

.solveDetail {
    width: 100%;
    box-sizing: border-box;
    padding:  0 16.6vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5.67vw;
}

.solveLine {
    width: 9.84vw;
    height: 0.26vw;
    background: #3261F5;
    margin-top: 2.29vw;
}

.solveDetailT {
    font-size: 2.76vw;
    font-weight: 400;
    color: #000000;
}

.solveDetailD {
    width: 66.82vw;
    margin: auto;
    font-size: 1.3vw;
    font-weight: 400;
    color: #040404;
    text-align: left;
    line-height: 1.8;
    margin-top: 2.91vw;
    margin-bottom: 6.82vw;
    /* line-height: 55px; */
}

.man-main-box {
    width: 100%;
    height: auto;
}

.man-main-list {
    width: 100%;
    height: 16.875vw;
    margin-bottom: 6.04vw;
    display: flex;
    justify-content: space-between;

}

.man-main-list-left {
    width: 31.82vw;
    height: 100%;
}

.man-main-list-left-top {
    width: 100%;
    display: flex;
    height: 3vw;
    line-height: 3vw;
    justify-content: flex-start;
    margin-top: 1.614vw;
    align-items: center;
}

.man-main-list-left-top-icon {
    width: 2.9vw;
    height: 2.9vw;
}

.man-main-list-left-top-title {
    font-size: 2vw;
    font-weight: 500;
    margin-left: 1.35vw;
}

.man-main-list-left-desc {
    margin-top: 2vw;
    font-size: 1.2vw;
    font-weight: 400;
    color: #393939;
    line-height: 2.4vw
}

.list-image {
    width: 26.875vw;
}