body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	background-color: #f5f7f7;
}
a {
    text-decoration: none;
	color: #000;
}
.content {
    height: 100%;
    width: 100%;
}
.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}
.gap40 {
    gap: 40px;
}
.fl {
    display: flex;
}
.box{
    margin: 0 auto;
    max-width: 500px;
    padding: 5% 2%;
    /*min-height: 100vh;
	position: relative;*/
    text-align: center;
}
.fill {
    object-fit: cover;
}

.point {
    cursor: pointer;
}
img {
    border-style: none;
}
.title{
    font-size: 15px;
    font-weight: 700;
    line-height: 40px;
	color: #000;
}
.text{
    color: #000;
    font-size: 12px;
    font-weight: 500;
}
.botton{
    background-color: #000/*#5b86b3*/;
    color: #fff;
    cursor: pointer;
    flex: 1 1;
    line-height: 40px;
    margin: 20px 0;
    padding: 0 10px;
}
.bottonicon {
    align-items: center;
    background: #fff;
    color: #000;
    /*cursor: pointer;*/
    display: flex;
    flex: 1 1;
    font-size: 14px;
    gap: 10px;
    height: 40px;
    justify-content: center;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
}
.line25 {
    line-height: 25px;
}
.blues {
    color: blue;
}