/* 案例 */

.case {
    background-color: #f1ebeb;
    /* height: 2000px; */
    padding-top: 120px;
}
.case .case-c {
    width: 1400px;
    /* height: 700px; */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
}
.case .case-c a{
    width: calc(49% + 4px);
    display: block;
}
.case .case-c .template {
    width: 100%;
    position: relative;
    margin-bottom: 22px;
}
.case .case-c .template .dtu{
    width: 100%;
}
.case .case-c .template .ding{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.case .case-c .template .ding .xtu{
    position: absolute;
    bottom: 0;
    left: 0;
}
.case .case-c .template .ding p{
    height: 70px;
    float: right;
    background-color: #222222;
    width: 70%;
    font-size: 20px;
    color: white;
    /* padding-left: 30px; */
    padding-top: 20px;
    box-sizing: border-box;
    text-align: center;
}
.case .case-c .template .ding p:hover{
    background-color: #e37518;
}
.case .case-c .template .ding p .span{
    font-size: 12px;
    margin-top: 10px;
    margin-right: 30px;
    float: right;
}







/* 案例下面的按钮 */
.case .cc_botton {
    width: 100%;
    display: flex;
    background-color: #f1ebeb;
}
.case .pagination{
    display: flex;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 120px;
	font-size: 14px;
}
.btn-group {
	display: flex;
}
#page_center_botton {
	display: none;
}
.case .pagination .btn{
	display: block;
    width: 100px;
    height: 40px;
    background-color: #222222;
    color: white;
    text-align: center;
    line-height: 40px;
    margin-right: 1px;
    font-weight: bold;
    cursor: pointer;
	margin-right: 10px;
}
.case .pagination .btn-group  a {
	/* background-color: #e37518; */
}
.case .pagination .btn:hover{
    background-color: #e37518;
}





/* 适应1200-1400的屏幕 */
@media screen and (min-width:1200px) and (max-width:1400px) {
    .case .case-c {
        width: 1200px;
    }
}


/* 手机端 */
@media screen and (max-width: 550px) {
    .case {
        padding-top: 55px;
    }
    .case .case-c {
        width: 100%;
    }
    .case .case-c .template .ding .xtu {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 35%;
    }
    .case .case-c a {
        width: 100%;
        display: block;
    }
    .case .case-c .template .ding p {
        height: 40px;
        font-size: 14px;
        padding-top: 10px;
    }
    .case .case-c .template .ding p .span {
        font-size: 10px;
        margin-top: 5px;
        margin-right: 10px;
    }
    .case .pagination .btn {
        width: 80px;
        height: 30px;
        line-height: 30px;
    }

}
