.sub-banner {
    position: relative;
    width: 100%;
    height: 620px;
    background: url(../images/gaussmind/cus-banner.png) 50% 0 no-repeat;
}

.sub-banner h1 {
    margin: 0;
    line-height: 80px;
    font-weight: 400;
    font-size: 56px;
    text-align: center;
    color: #fff;
}

.sub-banner p {
    margin-top: 24px;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 400;
    line-height: 44px;
    color: #fff;
}

.sub-banner p.sub-text {
    margin-top: 8px;
}

.sub-banner .sub-banner-inner {
    position: absolute;
    top: 178px;
    left: 0;
    width: 100%;
}

.sub-banner .sub-banner-inner .register,
.second-quality .register,
.implementation .register {
    display: inline-block;
    margin-top: 56px;
    background-color: #176de6;
    height: 48px;
    line-height: 48px;
    width: 144px;
    border-color: #176de6;
    font-size: 16px;
    border-radius: 0;
    color: #fff;
}

.sub-banner .sub-banner-inner .register:hover {
    background-color: #3f90f2;
    border-color: #3f90f2;
}

/*  content */
h5 {
    font-size: 20px;
}

#content .two,
#content .cases,
.implementation {
    padding-top: 66px;
    padding-bottom: 66px;
}

#content .two .section-title {
    margin-bottom: 24px;
    font-size: 40px;
    font-weight: 400;
    line-height: 56px;
}

#content .two .section-descripter {
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    line-height: 32px;
}

#content .two .product-list {
    display: flex;
    justify-content: center;
}
#content .canDo .product-list {
    margin-top: 53px;
}
#content .two .product-list .product-item {
    margin: 0 38px;
}

#content .two .product-list .product-item span {
    display: block;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}

#content .two .product-list .product-item p {
    padding-top: 18px;
    margin-bottom: 53px;
    height: 48px;
    font-size: 14px;
    font-weight: 400;
    color: inherit;
    line-height: 22px;
    text-align: center;
}

#content .two .product-list .product-item .link-to i {
    float: left;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

#content .two .product-list .product-item .link-to .register {
    float: right;
    width: 24px;
    height: 24px;
    background: url(../images/product_service_go_app_platform/ic-right-black.png) 100% 100% no-repeat;
}

#content .two .product-list .product-item:hover .link-to .register {
    background: url(../images/product_service_go_app_platform/ic-right-white.png) 100% 100% no-repeat;
}
#content .canDo {
    padding-top: 0;
    padding-bottom: 138px;
}
#content .canDo .product-list .product-item {
    width: 260px;
    height: 326px;
    background: #f0f2f5;
    border-radius: 4px;
    text-align: center;
    box-shadow: none;
    padding: 45px 30px 0;
    margin: 0 17px;
}
#content .canDo .product-list .product-item h5 {
    margin: 10px 0;
}
#content .canDo .product-list .product-item p {
    text-align: left;
    padding: 0;
}
.second-quality .carousel-indicators li.active p {
    color: #fff;
}
.second-quality .carousel-indicators li img {
    width: 67px;
    bottom: 25px;
}
.second-quality .carousel-indicators li div,
.second-quality .carousel-indicators li div:hover {
    background: none;
}
.second-quality .carousel-indicators li.active div {
    background: none;
}
.second-quality .carousel-indicators li p {
    font-size: 16px;
}
.second-quality .carousel-indicators li {
    height: 98px;
}
.second-quality .carousel-inner .type-content .type-content-right {
    flex: 0 0 34%;
}
.second-quality .carousel-inner .type-content .type-content-left {
    flex: 0 0 73%;
}
.second-quality .carousel-inner .type-content .type-content-right p {
    font-size: 20px;
    color: #fff;
}
.second-quality .carousel-inner .type-content .type-content-right ol li {
    width: auto;
    float: none;
    margin-bottom: 24px;
    line-height: 24px;
    background: url('/images/gaussmind/Ellipse\ 125.png') no-repeat left 5px;
    padding: 0 0 0 20px;
}
.second-quality .register {
    text-align: center;
    margin: 16px auto 0;
    display: block;
}
/* cases */
.display-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#content .cases h2 {
    font-size: 40px;
    font-weight: normal;
    margin: 60px 0 87px;
}
#content .cases .display-flex {
    max-width: 1116px;
    margin: 0 auto;
}
#content .cases .display-flex .display-flex-item {
    width: 332px;
    height: 374px;
    margin: 0 20px;
    padding: 40px 24px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
#content .cases .display-flex .display-flex-item img {
    width: 284px;
    height: 80px;
}
#content .cases .display-flex .display-flex-item div {
    margin: 40px 0 8px;
    font-size: 20px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 28px;
}
#content .cases .display-flex .display-flex-item p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 22px;
}
#content .cases .display-flex + .display-flex {
    margin-top: 40px;
}
#content .cases .container .col-sm-4 {
    text-align: center;
}

.implementation {
    background: url('/images/gaussmind/implebg.png') 50% 0 no-repeat;
    text-align: center;
    height: 858px;
}
.implementation h2 {
    font-size: 40px;
    font-weight: normal;
    color: #fff;
}
.implementation p {
    font-size: 24px;
    color: #fff;
    text-align: center;
}
.implementation .register {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
    #content .cases .container img {
        width: 100%;
        max-width: 260px;
    }
}
@media (max-width: 767px) {
    .two {
        padding: 0 16px;
    }
    #content .two .product-list {
        display: block;
    }
    #content .two .product-list .product-item {
        width: 90%;
        text-align: center;
        float: inherit;
        margin: 0 auto 20px;
    }
    .implementation {
        background-image: none;
        background-color: #000;
        height: auto;
    }
}
@media (max-width: 360px) {
    #content .cases .container img {
        width: 100%;
        max-width: 260px;
    }
}
