/*案例1*/
.case-center h2 {
    font-weight: normal;
    text-align: center;
    padding: 90px 0 60px 0;
    color: white;
}

.case-center ul {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
}

.case-center ul li {
    margin: 10px 5px 0 0;
}

.case-center ul li div:nth-of-type(1) {
    width: 294px;
    /*height: 190px;*/
    /*border:1px solid red;*/
    border-radius: 5px;
}

.case-center ul li div:nth-of-type(1) img {
    width: 100%;
    /*height: 100%;*/
    /*border-radius: 5px;*/
}

.case-center ul li div:nth-of-type(2) {
    display: flex;
    align-items: center;
    padding: 10px;
}

.case-center ul li div:nth-of-type(2) span {
    font-size: 14px;
    padding-left: 10px;
}

.case-center ul li div:nth-of-type(2) img {
    width: 25px;
    height: 25px;
    padding: 2px;
    border-radius: 50%;
    border: 1px solid #2eeee6;
    box-sizing: border-box;

}

.case1-button {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    justify-content: center;
}