html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
body{margin:0;}
a{text-decoration: underline;text-decoration-line: unset;}
.img{
    /* background-size: cover; */
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
}
.container{
    max-width: 768px;
    margin: auto;
    /*background-color: #121212;*/
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #212529;
    position: relative;
}
.flex{display: flex}
.center{align-items: center;}
.jcenter{justify-content:center;}
.between{justify-content: space-between;}
.around{justify-content: space-around;}
.column{flex-direction: column;}
.red{background: red}
.green{background: #189f60;}
.wrap{flex-wrap: wrap;}
.img-box{padding: 10px 0}
.img-box img{padding: 0 10px}
.left-box{padding-left: 10px; line-height: 55px;}
.left-box span{font-weight: bold;}
.right-img{width: 80%}
.btn{
    width: 40%;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    margin: 5px;
    font-size: 16px;
    font-weight: bold;
}
.bot-img{padding: 20px 20px 100px 20px}