body{
    background: #FFFFFF;
}
.title{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
.title img{
    width: 20px;
    height: 20px;
}
.title h1{
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    margin: 0 10px 0 0;
}
.container .breadcrumb{
    margin-top: 30px !important;
    padding-left: 0 !important;
}
.content{
    width: 100%;
    height: auto;
    background: #FFFFFF;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: center;
}
.content .content_div{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    padding-top: 61px;
}
.content .content_div div{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.content .content_div div p{
    margin-bottom: 0;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    text-align: center;
    margin-top: 20px;
}
.content .content_div div img{

}
.content .content_div div h1{
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    letter-spacing: 1px;
    margin: 20px 0 0;
}