@import url("../fonts/roboto/roboto.css");
body, html {
	font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.is-background-grey {
    background-color: #f5f9fa;
}
.is-background-white {
    background-color: #fff;
}
.has-text-grey{
    color: #8493a2;
}
.title-block{
    text-align: center;
    margin-bottom: 48px;
    padding: 0px 24px;
}
.title-block .title{
    font-size: 32px;
  font-weight: 600;
  color: #3d3e49;
  margin-bottom: 36px;
}
.title-block .subtitle{
    font-size: 16px;
    font-weight: normal;
    line-height: 2;
    color: rgb(117, 134, 151);
    margin-top: 12px;
}
.is-72x72{
    width: 72px;
    height: 72px;
}
.hero{
	height: 715px;
    background: url(/static/images/header-bg.svg?v=1) no-repeat center top #3D3E49;
    color: #fff;
}
.hero-head .navbar-item{
    padding-top: 30px;
}
.hero .title-label{
    margin-top: 1rem;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    padding: 5px 0px;
    width: 190px;
    text-align: center;
    background-color: #00a971;
}
.hero .title {
    margin: 24px 0;
}
.hero .title img{
    display: block;
}
.hero .subtitle {
    color: #aeb8c1;
    font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
}
.section.architecture {
    padding-bottom: 28px;
}
.section.architecture img{
    margin-top: -160px;
}
.section.advantage .card{
    border-radius: 4px;
    box-shadow: none;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 12px;
}
.section.advantage .card .title {
    margin-bottom: 1rem;
    line-height: normal;
}
.section.advantage .card .subtitle {
   line-height: 1.5;
   color: #8493a2;
}
.section.advantage .card .card-image .image {
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    margin: auto;
}
.section.advantage .card .card-content {
    padding: 64px 40px 50px;
}
.section.features{
    color: #8493a2;
    padding-left: 0;
    padding-right: 0;
}
.section.features .content{
    padding: 30px 30px 60px;
}
.section.features .content .title{
    font-size: 28px;
  font-weight: 500;
  line-height: 2.5;
  position: relative;
  margin-bottom: 12px;
}
.section.features .content .title .has-text-small{
    font-size: 16px;
}
.section.features .content .title:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 33px;
    height: 3px;
    background-color: #00a971;
}
.section.features .content ul {
    margin-top: 12px;
    list-style: none;
    margin-left: 0;
}
.section.features .content li:before{
    content:'\2022';
    color: #00a971;
    font-size: 16px;
    padding-right: 8px;
}
.section.features .content li{
    line-height: 2;
}
.section.features .feature-1{
    height: 550px;
    background: url(/static/images/feature-1.svg) no-repeat left top;
}
.section.features .feature-2{
    height: 550px;
    background: url(/static/images/feature-2.svg) no-repeat right top;
}
.section.features .feature-3{
    height: 550px;
    background: url(/static/images/feature-3.svg) no-repeat left top;
}
.section.consultation{
    margin-top: -56px;
    padding: 68px 0;
    text-align: center;
    background-image: linear-gradient(169deg, #00a971 1%, rgb(62, 61, 73) 87%);
    background-size: cover;
}
.section.consultation .title{
    color: #fff;
    font-size: 32px;
    margin-bottom: 36px;
}
.section.consultation .subtitle{
    color: #fff;
    font-size: 16px;
}
.section.consultation .button{
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  width: 156px;
  height: 48px;
  background: #00a971;
}
.section.footer{
    background: #30313b;
    padding: 26px 0px;
    color: #fff;
    font-size: 12px;
}
.section.footer img{
    vertical-align: middle;
}
.section.footer .logo-qingcloud{
    padding-left: 15px;
}
.section.footer .logo-qingcloud:before{
    content: '';
    opacity: 0.3;
    border-left: solid 1px rgb(246, 248, 250);
    padding-right: 15px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}
.section.footer .icp{
    text-align: right;
}
@media screen and (max-width: 768px){
    .title-block .title{
        font-size: 24px;
    }
    .section.advantage .card .card-content{
        padding: 64px 20px 50px;
    }
    .section.features .feature-1{
        height: 375px;
        background: url(/static/images/feature-1-h5.svg) no-repeat center;
    }
    .section.features .feature-2{
        height: 375px;
        background: url(/static/images/feature-2-h5.svg) no-repeat center;
    }
    .section.features .feature-3{
        height: 375px;
        background: url(/static/images/feature-3-h5.svg) no-repeat center;
    }
    .section.features .content .title{
        line-height: 2;
        font-size: 24px;
    }
    .section.features .content .title:after{
        bottom: -3px;
    }
    .section.footer{
        padding: 14px 20px;
    }
    .section.footer .icp{
        text-align: center;
    }
}
@media screen and (max-width: 375px){
    .hero{
        height: 685px;
        background: url(/static/images/header-bg-h5.svg) no-repeat 0 0 #f5f9fa;
    }
}