.glide {
    position: relative;
    top: -120px;
    z-index: 50;
}

.glide__slide img,
.glide__slide video {
    width: 100%;
    height: 400px;
}


/* 内容 */

.main {
    display: grid;
    justify-items: center;
    margin-top: 50px;
}

.main_center {
    width: 1120px;
    margin: 0 auto;
}

.mock:hover {
    box-shadow: 5px 5px 10px #ccc;
    cursor: pointer;
}

.mock:first-child {
    margin-bottom: 70px !important;
}

.mock:nth-child(odd) {
    margin-bottom: 70px !important;
}

.mock:nth-child(even) {
    width: 945px;
    margin: 70px auto !important;
}

.main_center .mock1 {
    margin: 40px 0px;
    padding: 10px;
}

.main_center .mock1 .cloudServicesImg {
    width: 300px;
    height: 200px;
    margin-right: 20px;
    display: inline-block;
}

.main_center .mock1 .cloudServicesDiv {
    display: inline-block;
    width: 770px;
    vertical-align: top;
}

.main_center .mock1 .mock_tit {
    font-size: 20px;
    margin-bottom: 20px;
}

.main_center .mock1 .mock_cot {
    text-indent: 2em;
    line-height: 29px;
    text-align: justify;
    width: 750px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.main_center .mock2 {
    margin: 40px 0px;
    padding: 10px;
}

.main_center .mock2 .cloudServicesImg2 {
    width: 300px;
    height: 200px;
    margin-left: 20px;
    display: inline-block;
}

.main_center .mock2 .cloudServicesDiv2 {
    display: inline-block;
    width: 600px;
    vertical-align: top;
}

.main_center .mock2 .mock_tit {
    font-size: 20px;
    margin-bottom: 20px;
}

.main_center .mock2 .mock_cot {
    text-indent: 2em;
    line-height: 29px;
    text-align: justify;
    width: 590px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}