.channel {
    background: #f9fbfd;
    padding: 70px 0;
}
.content {
    margin-top: 58px;
}
.content .box {
    background: #fff;
    border-radius: 20px;
    width: 388px;
    height: 367px;
}
.content .box .icon {
    width: 102px;
}
.content .box .name {
    font-weight: bold;
    font-size: 18px;
    color: #222;
    margin: 25px 0 20px;
}
.content .box .btn {
    display: inline-block;
    width: 147px;
    height: 44px;
    line-height: 40px;
    text-align: center;
    border-radius: 200px;
    border: 1px solid #222;
    color: #222;
    font-size: 20px;
}