#cases{
    background: url(../images/case_02.png);
    background-position: 50% 50%;
    background-size: cover;
}
#hardware{
    background: url(../images/hardware_02.png);
    background-position: 50% 50%;
    background-size: cover;
}
.case_title{
   /*  margin-left: 89px!important; */
}
.case_box{
    border: 1px solid #e2e2e2;
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    justify-content: center;
}
.vending{
    margin-top: 13px;
    text-align: center;
    color: #999;
}
._box{
    margin-top: 40px;
    float: left;
    margin-right: 43px;
    cursor:pointer;
}
._box p:hover{
	color: rgb(22, 154, 251);
}
.caseBox1{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.caseBox2{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.caseBox3{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.caseBox4{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.caseBox5{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cases{
	width: 20%;
}
.page{
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 60px;
}
.up_page{
    color: #999;
    border: 1px solid #e2e2e2;
    padding: 2px 13px;
    float: left;
    margin-right: 10px;
}
.page input{
    width: 25px;
    border: 0px;
    height: 100%;
}
.up_pages{
    color: #999;
    border: 1px solid #e2e2e2;
    float: left;
    margin-right: 10px;
}