/* 公共 */
body {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1.02rem;
}
img {
    display: block;
}
a {
    cursor: pointer;
}
.display-none {
    display: none;
}
/* 顶部 */
.head-section {
    width: 100%;
    height: 1.02rem;
    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 .51rem;
}
.head-section .left {
    width: 3.28rem;
    height: .61rem;
}
.head-section .right {
    width: 1.77rem;
    height: .55rem;
    border-radius: .03rem;
    background: #8C84E4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .24rem;
    color: #fff;
}
/* 第一块 */
.section1-phone {
    display: block;
    width: 100%;
    position: relative;
}
.section1-phone>img {
    width: 100%;
    display: block;
}
.section1-phone .text1 {
    font-size: .55rem;
    line-height: .68rem;
    color: #333;
    font-weight: bold;
    position: absolute;
    left: .51rem;
    top: 1.02rem;
}
.section1-phone .text2 {
    width: 5.76rem;
    font-size: .41rem;
    line-height: .61rem;
    color: #333;
    position: absolute;
    left: .51rem;
    top: 2.05rem;
}
/* 第二块 */
.section2-phone {
    display: block;
    width: 100%;
    padding: 1.02rem 0;
    background: #fff;
}
.section2-phone .title {
    width: 100%;
    font-size: .55rem;
    line-height: .68rem;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.section2-phone .main {
    width: 100%;
    margin-top: .68rem;
    display: flex;
    flex-wrap: wrap;
}
.section2-phone .item {
    width: 50%;
    height: 4.98rem;
    flex-shrink: 0;
    padding-top: .68rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section2-phone .img {
    width: 1.02rem;
    height: 1.02rem;
    flex-shrink: 0;
}
.section2-phone .text-area {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: .34rem
}
.section2-phone .text1 {
    font-size: .55rem;
    line-height: .68rem;
    color: #130E33;
    font-weight: bold;
    margin-bottom: .2rem;
}
.section2-phone .text2 {
    font-size: .41rem;
    line-height: .55rem;
    color: #595670;
    margin-top: .14rem;
}
/* 第三块 */
.section3-phone {
    width: 100%;
    padding: 1.02rem 0;
    background: #F8F8FA;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section3-phone .text1 {
    font-size: .55rem;
    line-height: .68rem;
    color: #333;
    font-weight: bold;
}
.section3-phone .text2 {
    width: 11.78rem;
    font-size: .48rem;
    line-height: .72rem;
    color: #595670;
    text-align: center;
    margin-top: .68rem;
}
.section3-phone .video {
    width: 12.01rem;
    height: 6.76rem;
    border-radius: .14rem;
    margin-top: 1.02rem;
}
/* 第四块 */
.section4-phone {
    display: block;
    width: 100%;
    padding: 1.02rem 0;
    background: #fff;
}
.section4-phone .title {
    width: 100%;
    font-size: .55rem;
    line-height: .68rem;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.section4-phone .main {
    width: 100%;
    margin-top: .68rem;
    display: flex;
    flex-wrap: wrap;
}
.section4-phone .item {
    width: 50%;
    height: 4.4rem;
    flex-shrink: 0;
    padding-top: .68rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section4-phone .img {
    width: 1.02rem;
    height: 1.02rem;
    flex-shrink: 0;
}
.section4-phone .text1 {
    font-size: .82rem;
    line-height: .96rem;
    color: #130E33;
    font-weight: bold;
    margin-top: .34rem;
}
.section4-phone .text2 {
    font-size: .41rem;
    line-height: .55rem;
    color: #595670;
    margin-top: .17rem;
}
/* 第五块 */
.section5-phone {
    width: 100%;
    padding: 1.02rem 0;
    background: #F8F8FA;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section5-phone .img {
    width: 3.41rem;
    height: 3.41rem;
}
.section5-phone .text1 {
    font-size: .38rem;
    line-height: .51rem;
    color: #130E33;
    margin-top: .34rem;
    margin-bottom: .2rem;
}
.section5-phone .text2 {
    font-size: .38rem;
    line-height: .51rem;
    color: #A19FAD;
    margin-top: .14rem;
}