.topbanner{
    width: 100%;
    position: relative;
}
.topbanner>img{
    width: 100%;
    height: auto;
}
.topbanner>p:nth-child(2){
    position: absolute;
    top: 2.91rem;
    left: 4.32rem;
    font-size: .64rem;
    font-family: Helvetica;
    font-weight: 300;
    color: #FFFFFF;
}
.topbanner>p:nth-child(3){
    position: absolute;
    top: 4.6rem;
    left: 7.57rem;
    font-size: .24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}
.topbanner>p:nth-child(3)>a{
    font-size: .24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.topbanner>p:nth-child(3)>img{
    width: 0.06rem;
    height: 0.08rem;
    margin: 0 0.22rem;
}

.block{
    display: flex;
    justify-content: space-between;
    background-color: #FFFFFF;
    padding: 1.4rem 3.19rem 1.8rem 1.62rem;
    width: 100%;
    height: 9.5rem;
}
.block>div{
    display: flex;
    flex-direction: column;
}
.block>div>p:nth-child(1){
    font-size: .64rem;
    font-family: Source Han Sans CN;
    font-weight: 200;
    color: #D61D2A;
    line-height: .64rem;
}
.block>div>p:nth-child(2){
    font-size: .48rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #D61D2A;
    margin-top: .25rem;
}
.block>div>p:nth-child(3){
    font-size: .2rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #5C6066;
    line-height: .36rem;
    margin-right: 1.53rem;
    margin-top: .71rem;
}
.block>img{
    width: 6.44rem;
    height: 4.13rem;
    margin-top: 2.56rem;
}