.title{
    width: 100%;
    background-color: #fff;
}
.center_part{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 78px;
    width: 100%;
    background-color: #F0F0F0;
}
.part1{
    display: flex;
    width: 900px;
    margin-top: 30px;
    background-color: #FFFFFF;
}
.image1{
    width: 90px;
    height: 90px;
    margin-top: 25px;
    margin-left: 25px;
}
.part1_2{
    height:25px;
    font-size:26px;
    margin-top: 35px;
    margin-left: 25px;
    font-family:PingFang SC;
    font-weight:500;
    color:rgba(58,58,58,1);
    line-height:18px;
}
a{
    font-size:18px;
    font-family:PingFang SC;
    font-weight:300;
    margin-right: 15px;
    color:rgba(255,255,255,1);
    line-height:35px;
}
.part1_3{
    width:500px;
    margin-top: 19px;
    margin-left: 25px;
    padding-bottom: 25px;
    font-size:16px;
    font-family:PingFang SC;
    font-weight:300;
    color: #6a6a6a;
    line-height:24px;
    }
.part1-right {
    display: flex;
    align-items: center;
}
.part1-qrcode {
}
.part1_4{
    width: 140px;
    height: 140px;
    margin-right: 60px;
    margin-left: 60px;
}
.search1{
    width:160px;
    height:20px;
    font-size:20px;
    font-family:PingFang SC;
    font-weight:300;
    color:rgba(178,178,178,1);
    text-align: center;
    line-height:18px;
    margin-top: 18px;
    margin-right: 50px;
    margin-left: 50px;
}

.border-gray {
    border: 1px solid rgba(0,0,0, 0.12);
}
