/* 头部样式 */
#top{
    width: 100%;
    height: 1.3rem;
    background-color: #fff;
    border-bottom: .02rem solid #EDEDED;
    /* position: fixed; */
    /* top: 0; */
    /* left: 0; */
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: .4rem;
    /* z-index: 99999; */
}
#top .top_one{
    width: 1.06rem;
    height: 100%;
    background: url(/skin/images/zbzj-logo.png)no-repeat center center;
    background-size: 100%;
    margin: 0 .3rem 0 .3rem;
}
#top .top_two{
    width: 4rem;
    height: 100%;
}
.top_two h3{
    font-size: .5rem;
    line-height: 1.3rem;
    padding: 0 .3rem 0 .3rem;
    text-align: center;
}
#top .top_three{
    width: 1.06rem;
    height: 100%;
    line-height: 1.3rem;
}
#top .top_three span{
    font-size: .9rem;
}
/* 头部样式end */

/* 设计师介绍 */
#center{
    width: 100%;
    height: 100%;
    margin-bottom: 1.5rem;
}
#center .center_shejishi{
    height: 5rem;
    width: 90%;
    margin: 0 auto;
    border: .01rem solid #f2ececd9;
    border-radius: .3rem;
    overflow: hidden;
}
.center_shejishi .shejishi_left{
    float: left;
    width: 50%;
    height: 100%;
}
.shejishi_left img{
    width: 8rem;
    height: 4.95rem;
}
.center_shejishi .shejishi_right{
    float: left;
    width: 46%;
    margin-left: .15rem;
}
.shejishi_right p {
    font-weight: 700;
    font-size: .35rem;
    line-height: .63rem;
    margin-top: .18rem;
        
}
.shejishi_right p span{
    font-weight: 500;
    color: #000;
}
.shejishi_right p:nth-child(1){
    margin-top: .1rem;
    /* text-indent: 0.7rem; */
    border-bottom: .01rem solid #f2ececd9;
}
.shejishi_right p:nth-child(2){
    border-bottom: .01rem solid #f2ececd9;
}
.shejishi_right p:nth-child(3) span,.shejishi_right p:nth-child(4) span{
    text-decoration: underline;
    text-decoration-color:#504a4a30;
}
/* 设计师介绍end */

/* 案例相关 */
#center .center_case{
    width: 90%;
    margin: 1rem auto auto auto;
    height: 100%;
}
.center_case .center_title{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.center_title p:nth-child(1){
    font-size: .5rem;
    font-weight: 700;
    margin-top: .3rem;
}
.center_title p:nth-child(2){
    margin-top: .2rem;
    font-size: .43rem;
    margin-bottom: 1rem;
}
.center_title p:nth-child(2) em{
    color: #aaa5a5;
}
/* 案例相关end */
.center_case .center_contant{
    width: 100%;
    height: 100%;
    margin-top: .5rem;
}
.center_contant ul{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-content: inherit;
    justify-content: space-between;
}
.center_contant ul li{
    width: 48%;
    height: 4.6rem;
    border: .01rem solid #8080806b;
    margin-bottom: .3rem;
    border-radius: .5rem;
    overflow: hidden;
}
.center_contant ul li .contant_center{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .15rem;
}
.center_contant ul li .contant_foot{
    width: 90%;
    margin: 0 auto;
    color: red;
    margin-top: .15rem;
}
.contant_foot span{
    color: #6F6E73;
}