/* ====================
     案例页面样式
	 作者：严微
	 公司名称：严微工作室
	 网址：http://www.ywcms.com
==================== */
.banner-case{
    background: url(../images/banner-case.jpg) no-repeat center;
}
/*详情页面*/
.pageViewHead{
    padding:0 0 20px;
    border-bottom:1px solid #eee;
    position:relative;
    display: flex;
    justify-content: space-between;
}
.pageViewHead-text{
    width: 100%;
}
.pageViewHead-text h1{
    font-size: 18px;
    color: #333;
    font-weight: normal;
    line-height: 30px;
    padding-bottom: 10px;
}
.pageViewHead-text span{
    color: #666;
    line-height: 24px;
    font-size: 12px;
}
.pageViewHead-text span small{
    margin: 0 5px;
}
.caseHeadBtn{
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #308ccf;
    border-radius: 4px;
    cursor: pointer;
}
.caseHeadBtn:hover{
    background: #54b1f4;
}
.caseHeadBtn i{
    margin-right: 10px;
}
.caseHeadBtn a{
    color: #fff;
}
.pageViewLayout{
    width:100%;
    float: left;
    /*overflow:hidden;*/
    margin-top:20px;
}
.pageViewLayout-Head{
    width:100%;
    height:40px;
    background:#F5F5F5;
    line-height:40px;
    overflow: hidden;
    position:relative;
}
.pageViewLayout-Head span{
    display:inline-block;
    line-height:38px;
    padding:0 20px;
    float:left;
    color:#333;
    font-size:16px;
    background:#fff;
    margin-left:10px;
    border-bottom:2px solid #308ccf;
}
.pageViewLayout-box{
    width: 100%;
    padding: 20px 10px;
    line-height: 24px;
    font-size: 14px;
    overflow: hidden;
}
.like-btn{
    width: 100%;
    float: left;
    margin-top: 10px;
    text-align: center;
    position: relative;
}
.zan{
    position: absolute;
    top: 36px;
    left: 7px;
    bottom: 0;
    right: 0;
    color: #FF5722;
}
.pageView-like{
    width:1200px;
    margin:0 auto;
    /*overflow:hidden;*/
}
.pageView-like ul{
    margin: 30px 0;
}
.pageView-like li{
    width: 280px;
    float: left;
    margin: 0 26px 0 0;
}
.pageView-like li:last-child{
    margin: 0;
}
.pageView-like li .pcCase-img img{
    width: 280px;
    height: 166px;
    border-radius: 4px 4px 0 0;
    object-fit: cover;
    transition:all .3s ease-in;
}
.pageView-like li .pcCase-text{
    border: 1px solid #ddd;
}
@media screen and (min-width: 1024px){
    html,
    body {
        -webkit-user-select: initial;
        -moz-user-select: initial;
        -ms-user-select: initial;
        user-select: initial;
    }
}

@media screen and (max-width: 768px){
    .banner-case{
        background: url(../images/banner-case-wap.jpg) no-repeat center;
    }
    .pageViewLayout-box img{
        width: 100%!important;
        height: 100%!important;
        object-fit:cover;
    }
    .caseHeadBtn{
        width: 100px;
        height: 35px;
        line-height: 35px;
    }
    .pageView-like{
        width: 100%;
        overflow: hidden;
        margin-bottom: 35px;
    }
    .pageView-like li{
        width: 100%;
        margin: 0 0 20px;
    }
    .pageView-like li .pcCase-img img{
        width: 100%;
        height: 100%;
    }
}

/* iPhone6 */
@media screen and (max-width: 375px){

}

/* iPhone5、4 */
@media screen and (max-width: 320px){

}