/* 公共 */
body {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
}
img {
    display: block;
}
a {
    cursor: pointer;
    user-select: none;
}
.display-none {
    display: none;
}
/* 顶部 */
.head-section {
    width: 100%;
    height: 53px;
    background: #fff;
    border-bottom: 1px solid #f3f3f5;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    z-index: 9;
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 28px;
}
.head-section .left {
    width: 171px;
    height: 32px;
}
.head-section .right {
    width: 92px;
    height: 28px;
    border-radius: 2px;
    background: #8C84E4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
}
/* 第一块 */
.section1-pc {
    width: 100%;
    position: relative;
}
.section1-pc>img {
    width: 100%;
    display: block;
}
.section1-pc .text1 {
    font-size: 2.8vw;
    line-height: 3.3vw;
    color: #333;
    font-weight: bold;
    position: absolute;
    left: 4.17vw;
    top: 14.3vw;
}
.section1-pc .text2 {
    font-size: 2.2vw;
    line-height: 2.8vw;
    color: #333;
    position: absolute;
    left: 4.17vw;
    top: 19.3vw;
}
/* 第二块 */
.section2-pc {
    width: 1067px;
    margin: 0 auto;
    padding: 53px 0;
    background: #fff;
}
.section2-pc .title {
    width: 100%;
    font-size: 28px;
    line-height: 36px;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.section2-pc .main {
    width: 100%;
    margin-top: 36px;
    display: flex;
    flex-wrap: wrap;
}
.section2-pc .item {
    width: 355px;
    height: 203px;
    flex-shrink: 0;
    padding: 50px 0 0 68px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
}
.section2-pc .img {
    width: 53px;
    height: 53px;
    flex-shrink: 0;
}
.section2-pc .text-area {
    margin-left: 18px;
    flex-shrink: 0;
}
.section2-pc .text1 {
    font-size: 28px;
    line-height: 36px;
    color: #130E33;
    font-weight: bold;
    margin-bottom: 18px;
}
.section2-pc .text2 {
    font-size: 14px;
    line-height: 21px;
    color: #595670;
    margin-top: 7px;
}
/* 第三块 */
.section3-pc {
    width: 100%;
    padding: 53px 0;
    background: #F8F8FA;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section3-pc .text1 {
    font-size: 28px;
    line-height: 36px;
    color: #333;
    font-weight: bold;
}
.section3-pc .text2 {
    font-size: 14px;
    line-height: 21px;
    color: #595670;
    margin-top: 36px;
}
.section3-pc .video {
    width: 853px;
    height: 480px;
    border-radius: 14px;
    margin-top: 36px;
}
/* 第四块 */
.section4-pc {
    width: 1067px;
    margin: 0 auto;
    padding: 53px 0;
    background: #fff;
}
.section4-pc .title {
    width: 100%;
    font-size: 28px;
    line-height: 36px;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.section4-pc .main {
    width: 100%;
    margin-top: 36px;
    display: flex;
    flex-wrap: wrap;
}
.section4-pc .item {
    width: 355px;
    height: 203px;
    flex-shrink: 0;
    padding-top: 36px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section4-pc .img {
    width: 53px;
    height: 53px;
    flex-shrink: 0;
}
.section4-pc .text1 {
    font-size: 28px;
    line-height: 36px;
    color: #130E33;
    font-weight: bold;
    margin-top: 14px;
}
.section4-pc .text2 {
    font-size: 14px;
    line-height: 21px;
    color: #595670;
    margin-top: 7px;
}
/* 第五块 */
.section5-pc {
    width: 100%;
    padding: 53px 0;
    background: #F8F8FA;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section5-pc .img {
    width: 71px;
    height: 71px;
}
.section5-pc .text1 {
    font-size: 12px;
    line-height: 20px;
    color: #130E33;
    margin-top: 7px;
    margin-bottom: 14px;
}
.section5-pc .text2 {
    font-size: 12px;
    line-height: 20px;
    color: #A19FAD;
    margin-top: 7px;
}