.main {
    width: 1920px;
    height: 1080px;
    opacity: 1;
}

.head {
    display: flex;
    justify-content: space-between;
}

.icon {
    display: flex;
    margin-top: 2.78%;
    margin-left: 6.25%;
}

.icon img {
    width: 60px;
    height: 60px;
}

.icon .title1 {
    width: 101px;
    height: 34px;
    font-size: 34px;
    font-weight: bold;
    color: #D24BF1;
    line-height: 34px;
    letter-spacing: 2px;
    padding-top: 13px;
    padding-left: 12px;
}

.head .navigation {
    margin-right: 6.25%;
    margin-top: 4%;
    display: flex;
}

.text5 {
    margin-left: 140px;
    font-size: 24px;
    color: #222222;
    font-weight: normal;
}

.underline,
.underline2 {
    margin-left: 100px;
    margin-top: 4px;
    width: 100px;
    height: 6px;
    background: #222222;
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
}

.underline2 {
    width: 64px;
    margin-left: 50px;
}

.mid {
    width: 66.67%;
    margin-top: 91px;
    margin-left: 220px;
}

.mid .title {
    width: 43%;
    font-size: 30px;
    color: #222222;
    font-weight: normal;
    margin: 0 auto;
    text-align: center;
}

.content {
    width: 100%;
    font-size: 18px;
    color: #222222;
}

.base {
    height: 60px;
}

.text6 {
    margin-left: 800px;
    font-size: 16px;
    color: #666666;
}