html,body,div,p{
    margin: 0;
    padding: 0;
}
html{
    min-height: 100%;
}
body{
    text-align: center;
    background-color: #edfeff;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-top: 10%;
}
.logo,.down-btn,.bottom-image{
    width: 100%;
}
.logo img{
    width: 80px;
}
.logo p{
    color: #555;
    font-size: 20px;
    margin: 20px 0;
    font-weight: bold;
}
.down-btn{
    margin-bottom: 30px;
}
.down-btn a{
    width: 200px;
    height: 38px;
    background: #00CF6E;
    border-radius: 48px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding-top: 12px;
    font-size: 18px;
}
.down-btn .bold-green{
    color: #00cc5f;
    font-size: 18px;
    font-weight: bold;
    margin-left: -4px;
}
.bottom img{
    width: 90%;
    padding-left: 50px;
}
.down-btn .first-line{
    margin-top: 30px;
}
.down-btn p{
    color: #555;
    font-size: 16px;
    margin-top: 5px;
}
.firse-line{
    display: flex;
}
.icon-circle{
    display: inline-block;
    background-image: url(http://imgcdn.mijian360.com/Data/Uploads/2021/1026/6177c060e2568.png);
    background-size: 100%;
    width: 12px;
    height: 12px;
}
.right-fixed{
    position: fixed;
    top: 30%;
    right: 0;
    background-image: url(http://imgcdn.mijian360.com/Data/Uploads/2021/1026/6177cae53720d.png);
    background-size: 100% auto;
    width: 84px;
    height: 194px;
}
.bottom-fixed{
    position: fixed;
    bottom: 0;
    left: 0;
    background-image: url(http://imgcdn.mijian360.com/Data/Uploads/2021/1026/6177c4d350714.png);
    background-size: 100% auto;
    width: 160px;
    height: 140px;
}