/**
* ====================================================== 开始 背景模块
*/

.background-module-g {
    background: #f3f8ff;
    padding: 40px;
    border-radius: 4px;
}

.background-module-title-g {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
}

.background-module-desc-g {
    text-align: center;
    font-size: 14px;
    margin: 12px 0 0;
    line-height: 24px;
    font-weight: 500;
    color: #666;
}

.background-module-g .card-group-g img {
    max-width: 64px;
    max-height: 64px;
}

/**
* ====================================================== 结束 背景模块
*/

/**
* ====================================================== 开始 卡片组
*/

.card-group-g {
    display: flex;
}

.card-group-g + .card-group-g {
    margin-top: 24px;
}

.card-group-g .card {
    border: 1px solid #fff;
    width: 0;
    flex-grow: 1;
    padding: 24px;
    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    text-align: left;
    transition: .3s;
}

.card-group-g .card:hover {
    background-size: 100% 100%;
    transform: scale(1.06);
    box-shadow: 0 2px 12px 0 rgba(3, 121, 241, 0.2);
    border: 1px solid #0379f1;
}

.card-group-g .card + .card {
    margin-left: 24px;
}

.card-group-g img {
    margin-right: 24px;
}

.card-group-g .text {
    width: 0;
    flex-grow: 1;
}

.card-group-g .title {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 600;
}

.card-group-g .desc {
    line-height: 24px;
    color: #666;
}

.card-group-g .card.vertical {
    display: block;
    text-align: center;
}

.card-group-g .card.vertical img {
    margin: 0 0 12px 0;
}

.card-group-g .card.vertical .text {
    width: 100%;
}

/**
* ====================================================== 结束 卡片组
*/

.the-main > .banner {
    background: #2983f7 url("../images/cloudbox/banner.png") no-repeat center center;
    height: 480px;
    color: #fff;
}

.the-main > .banner .w1200-g {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.the-main > .banner .title {
    font-size: 32px;
}

.the-main > .banner .desc {
    font-size: 18px;
    margin-top: 24px;
}

.the-main > .product {
    background: #eee;
}

.the-main > .product .items {
    display: flex;
}

.the-main > .product .item {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    width: 0;
    flex-grow: 1;
    text-align: center;
    padding: 40px 0;
    background: #fff;
    transition: .3s;
}

.the-main > .product .item:hover{
    transform: scale(1.05);
}

.the-main > .product .item + .item {
    margin-left: 24px;
}

.the-main > .product img {
    height: 52px;
}

.the-main > .product .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 64px;
}

.the-main > .product .desc {
    line-height: 24px;
    padding: 0 48px;
    color: #909399;
}

.the-main > .product .configs {
    margin-top: 40px;
}

.the-main > .product .config {
    font-size: 16px;
    color: #606266;
    padding: 8px;
}

.the-main > .product .config:nth-child(2n+1) {
    background: #eee;
}

.the-main > .product .config:nth-child(2n) {
    margin: 12px 0;
}

.the-main > .product .y-button {
    width: 90%;
    margin-top: 24px;
}

.the-main > .scene {
    background: #ccccd5;
}

.the-main > .scene .y-tabs {
    background: #fafafa;
}

.the-main > .scene .y-tabs-menu {
    padding: 0 5%;
    border-bottom: 1px solid #eaeaea;
    justify-content: space-around;
}

.the-main > .scene .y-tabs-menu > a {
    position: relative;
    width: auto;
    flex-grow: 0;
    font-weight: 600;
    padding: 16px 0;
    font-size: 18px;
}

.the-main > .scene .tab-panels {
    background: #fff;
}

.the-main > .scene .y-tabs-body {
    background: #fff;
    text-align: center;
    height: 650px;
}

.the-main > .scene .y-tabs-body .text {
    color: #666;
    padding: 12px 0 24px;
    font-size: 18px;
    line-height: 28px;
}