.card {
    display: block;
}

.card .title {
    font-size: 20px;
    color: #3e464c;
}

.card .title.is-6 {
    font-size: 1rem;
}

.section.features .list {
    margin-top: 10px;
}

.section.features .card {
    padding: 36px 30px 40px;
    border: none;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), 0 10px 20px 0 rgba(76, 94, 112, 0.05);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), 0 10px 20px 0 rgba(76, 94, 112, 0.05);
    height: 100%;
    margin: 2px 0px;
}

.section.features .card .media-left {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -12px;
}

.section.features .card .image.is-52x49 {
    width: 52px;
    height: 49px;
}

.section.features .card .image.is-80x80 {
    width: 80px;
    height: 80px;
}

.section.features .card .title {
    margin-bottom: 6px;
    line-height: 18px;
}

.section.features .card .content {
    line-height: 28px;
    font-size: 14px;
}

.section.special .card {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 100%;
    background: #f5f8fa;
    padding: 32px;
    text-align: center;
}

.section.special .card .image.is-64x64 {
    width: 64px;
    height: 64px;
    margin: auto;
}

.section.special .card-content .title {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}
.section.special .card-content{
    padding: 0;
    padding-top: 24px;
}
.section.special .card-content .content {
    font-size: 14px;
    line-height: 1.71;
}

.section.architecture .image,
.section.deploy .image {
    background: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.section.architecture .feature .title,
.section.deploy .feature .title {
    color: #282828;
    font-size: 16px;
    position: relative;
    padding-left: 18px;
    margin-bottom: 0px;
}

.section.architecture .feature .title::before,
.section.deploy .feature .title::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid #00a971;
    border-left: 8px solid transparent;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.section.architecture .feature .content,
.section.deploy .feature .content {
    padding-left: 6px;
    color: #68747f;
}

.section.architecture .feature .content p,
.section.deploy .feature .content p {
    font-size: 14px;
    line-height: 2rem;
}

.section.architecture .button,
.section.deploy .button {
    height: 44px;
    margin-top: 40px;
    font-weight: 500;
}

.section.deploy {
    padding-left: 0;
    padding-right: 0;
}

.section.deploy .tabs {
    margin-bottom: 30px;
}

.section.deploy .tabs li a {
    color: #4a535c;
    font-size: 20px;
    min-width: 200px;
}

.section.deploy .tabs li a:hover {
    border-bottom-color: transparent;
    color: #00a971;
}

.section.deploy .tabs li.is-active a {
    border-width: 2px;
    color: #00a971;
}

.section.deploy .tabs li.is-active a:hover {
    border-bottom-color: #00a971;
}
.section.deploy li {
    line-height: 1.71;
    font-size: 14px;
}
.section.deploy .content li+li {
    margin-top: 1rem;
}

.section.scenario .tabs {
    margin-bottom: 0;
}

.section.scenario .tabs li {
    background: #3d3e49;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.section.scenario .tabs li a {
    height: 56px;
    color: #fff;
    border-bottom-color: #3d3e49;
}

.section.scenario .tabs li.is-active a {
    font-weight: 600;
    background: #00a971;
    border-bottom-color: #00a971;
}

.section.scenario .tab-content {
    padding: 20px 60px 60px;
    background: #f5f9fa;
}

.section.scenario .tab-content ul {
    list-style: disc outside;
    margin-left: 1em;
}

.section.scenario .tab-content img {
    margin-top: 20px;
}

.section.scenario .tab-content strong {
    color: #282828;
    margin-bottom: 10px;
}

.section.scenario .tab-content p {
    font-size: 14px;
    line-height: 1.86;
    margin-bottom: 20px;
}

.section.recommend .card {
    overflow: hidden;
    display: block;
    background: #fff;
    height: 140px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), 0 10px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}

.section.recommend .card .card-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 20px 14px;
}

.section.recommend .card .card-image .image {
    margin-right: 16px;
}

.section.recommend .card .card-image .image.is-36x36 {
    width: 36px;
    height: 36px;
}

.section.recommend .card .card-content {
    font-size: 14px;
    padding: 0;
}

.section.recommend .card .card-content .content {
    padding: 0px 20px;
    line-height: 1.7;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section.recommend .card .card-content .more {
    color: #fff;
    padding: 12px 0;
    background: #00a971;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
}

.section.recommend .card:hover .card-content .content {
    opacity: 0;
}

.section.recommend .card:hover .card-content .more {
    -webkit-transform: translateY(-55px);
    transform: translateY(-55px);
    opacity: 1;
}

.section.cases .cases-content,
.section.partner .cases-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section.cases .cases-content .image,
.section.partner .cases-content .image {
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px rgba(161, 166, 171, 0.2);
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    margin: 0 0.625rem 1rem;
    text-align: center;
}

.section.cases .cases-content .image img,
.section.partner .cases-content .image img {
    max-height: 60px;
    width: auto;
}

@media screen and (min-width: 1024px) {
    .section.special .media .image.is-64x64 {
       margin-right: 20px;
    }
}
@media screen and (max-width: 768px) {
    .section.scenario .tab-content {
        padding: 20px 30px 30px;
    }

    .section.architecture .feature,
    .section.deploy .feature {
        padding: 0px 12px;
    }
}
@media screen and (max-width: 414px) {
    .hero-body .section-banner {
        background-image: none !important;
    }
}