*{
    margin: 0;
    padding: 0;
}
html{
    background-color: #F7F7F7 ;
}
.top{
    height: 0.88rem;
    line-height: 0.88rem;
    background-color: #fff;
    display: flex;
    position: relative;
}
.top .left img{
    position: absolute;
    width: 0.19rem;
    object-fit: cover;
    vertical-align: middle;
    top: 0.29rem;
    left: 0.31rem;
}
.top .center{
    font-size: 0.32rem;
    margin: 0 auto;
}

.main .agreement{
    margin: 0 auto;
    margin-top: 0.24rem;
    width: 6.86rem;
    height: 1.36rem;
    border-radius: 0.16rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main .agreement div:nth-child(1) img{
    width: 0.64rem;
    height: 0.72rem;
    margin-left: 0.32rem;
}
.main .agreement div:nth-child(2){
    font-size: 0.22rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333333 ;
}
.main .agreement div:nth-child(2) span:nth-child(1){
    font-weight: bold;
    margin-bottom: 0.15rem;
}
.main .agreement a{
    margin-right: 0.32rem;
    width: 1.48rem;
    height: 0.56rem;
    border: 1px solid #00BE74 ;
    border-radius: 0.28rem;
    font-size: 0.24rem;
    text-align: center;
    line-height: 0.56rem;
    color: #00A064;
}