
body,html{
    width: 100%;
    height: 100%;
}
.fd-font-color-white{
    color: #FFFFFF;
}
.fd-font-color-black{
    color: #000000;
}

.fd-circle{
    border: 1px solid #E9EFFF;
    width: 100%;
    height: 100%;
    background-color: #E9EFFF;
    border-radius: 70px;
    position: relative;
}
.fd-image{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.fd-bottom-div{
    height: 200px;
    width: 100%;
    background: #455677 100%;
    margin: 30px 0 0 0;
}
.fd-bottom{
    float: left;
    position: relative;
    left: 50%;
    height: 60px;
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25px;
    text-align: center;
}
