html,
body {
  position: relative;
  height: 100%;
}
body {
  background: #fff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}
.main_body {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* banner样式在common.css中 */
/* 面包屑和小导航样式在common.css中 */





/* pics */
.cases_pics {
    width: 100%;
    padding-top: 0.6rem;
    padding-bottom: 1.27rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cases_pics .title {
    text-align: center;
}
.cases_pics .chinese {
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #222222;
}
.cases_pics .english {
    margin-top: 0.15rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #004282;
}
.cases_pics .pics {
    width: 12rem;
    margin-top: 0.8rem;
    display: flex;
    flex-wrap: wrap;
}
.cases_pics .pic_item {
    width: 3.82rem;
    margin-right: 0.27rem;
    margin-top: 0.5rem;
    text-align: center;
}
.cases_pics .pic_item:nth-child(-n+3) {
    margin-top: 0;
}
.cases_pics .pic_item:nth-child(3n) {
    margin-right: 0;
}
.cases_pics .pic_item .pic {
    width: 3.82rem;
    height: 2.36rem;
}
.cases_pics .pic_item .pic img {
    width: 100%;
    height: 100%;
}
.cases_pics .pic_item .name {
    margin-top: 0.2rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    color: #222222;
}

/* pages */
.cases_pics .pages {
    margin-top: 1.2rem;
    display: flex;
    align-items: center;
    text-align: center;
}
.cases_pics .pages .home_page {
    display: block;
    /*width: 0.4rem;*/
    padding: 0 0.04rem;
    height: 0.32rem;
    margin-right: 0.1rem;
    background: #FFFFFF;
    border: 0.01rem solid #EEEEEE;
    border-radius: 0.04rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    color: #222222;
    line-height: 0.3rem;
}
.cases_pics .pages .prev, .next {
    display: block;
    /*width: 0.69rem;*/
    padding: 0 0.04rem;
    height: 0.32rem;
    margin-right: 0.1rem;
    background: #FFFFFF;
    border: 0.01rem solid #EEEEEE;
    border-radius: 0.04rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    color: #222222;
    line-height: 0.3rem;
}
.cases_pics .pages .last_page {
    display: block;
    /*width: 0.4rem;*/
    padding: 0 0.04rem;
    height: 0.32rem;
    background: #FFFFFF;
    border: 0.01rem solid #EEEEEE;
    border-radius: 0.04rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    color: #222222;
    line-height: 0.3rem;
}
.cases_pics .pages .page {
    max-width: 2.25rem;
    overflow: hidden;
    white-space: nowrap;
}
.cases_pics .pages .item {
    display: inline-block;
    width: 0.32rem;
    height: 0.32rem;
    /*padding: 0  0.08rem;*/
    margin-right: 0.1rem;
    background: #FFFFFF;
    border: 0.01rem solid #EEEEEE;
    border-radius: 0.04rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    color: #222222;
    line-height: 0.3rem;
}
.cases_pics .pages .page_active {
    background: #004282;
    color: #fff;
}



.big_mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: none;
}
.big_mask .big_img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*max-width: 150%;*/
    /*max-height: 150%;*/
    width: 75%;
    height: 75%;
    object-fit: contain;
}







@media only screen and (max-width: 1024px) {
    .cases_pics .chinese {
        font-size: 14px;
    }
    .cases_pics .english {
        font-size: 12px;
    }
    .cases_pics .pics {
        width: 100%;
        margin-top: 0.45rem;
        padding: 0 15px;
        justify-content: space-between;
    }
    .cases_pics .pic_item {
        width: 48%;
        margin-right: 0 !important;
        margin-top: 10px !important;
    }
    .cases_pics .pic_item .pic {
        width: 100%;
        height: 2.5rem;
    }
    .cases_pics .pic_item .name {
        font-size: 12px;
    }
    .cases_pics .pic_item:nth-child(-n+2) {
        margin-top: 0 !important;
    }
    .cases_pics .pages {
        margin-top: 0.6rem;
    }
}














