/* ====================
     案例页面样式
	 作者：严微
	 公司名称：严微工作室
	 网址：http://www.ywcms.com
==================== */
.banner-muban{
    background: url(../images/banner-muban.jpg) no-repeat center;
}
.banner-templet{
    background: url(../images/banner-templet.jpg) no-repeat center;
}
.muban-box{
    width: 100%;
    float: left;
    overflow: hidden;
    margin: 0 auto 35px;
}
.muban-box .case-list li .pcCase-text{
    border: 1px solid #ddd;
}
/*详情页面*/
.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;
}
.buyBtn{
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #ff4400;
    border-radius: 4px;
    cursor: pointer;
}
.buyBtn:hover{
    background: #f22d00;
}
.caseHeadBtn i,.buyBtn i{
    margin-right: 10px;
}
.caseHeadBtn a,.buyBtn a{
    color: #fff;
}
.buyPrice{
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #ff0b3c;
    font-weight: bold;
}
.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: 30px 0;
    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;
}

.pageViewBarMain{ border:1px solid #f5f5f5; padding:20px; overflow:hidden;}
.pageViewBarMain1{ border:1px solid #f5f5f5; padding:20px 0 0 20px; overflow:hidden;}
.pageViewBarRow{ border-bottom:1px solid #f5f5f5; overflow:hidden;}
.pageViewBarRow:nth-last-child(1){ border:none;}
.pageViewBarRowBox{ width:33.33%; float:left;}
.pageViewBarRowBox_tab{ width:100%; float:left; overflow:hidden; padding:10px 0;}
.pageViewBarUl{ margin:0; padding:0; list-style:none;}
.pageViewBarUl li.left{ width:85px; float:left; line-height:24px; padding:10px 0; color:#999;}
.pageViewBarUl li.right{ margin-left:85px; padding:10px 0; line-height:24px; color:#333; }

.pageViewBarMain1 h2{ color:#fff; margin-top:20px;}

/*轮播效果*/
.swiper-viewBanner{
    position: relative;
    width: 850px;
    margin:50px auto;
    height:513px;
    overflow: hidden;
    background:url(../images/bigPcPhone.png) no-repeat;
}
.swiper-slide {
    float: left;
    box-sizing: content-box;
    text-align:center;
}
.viewBannerPcImg{
    width: 650px;
    height: 420px;
    position: relative;
    margin-top: 30px;
}

@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-muban{
        background: url(../images/banner-muban-wap.jpg) no-repeat center;
    }
    .banner-templet{
        background: url(../images/banner-templet-wap.jpg) no-repeat center;
    }
    .pageViewBarRowBox{
        width: 50%;
    }
    .swiper-viewBanner{
        width: 100%;
        height: 100%;
        background: transparent;
    }
    .viewBannerPcImg,.viewBannerPcImg img{
        width: 100%;
        height: 100%;
    }
}

/* iPhone6 */
@media screen and (max-width: 375px){

}

/* iPhone5、4 */
@media screen and (max-width: 320px){

}