.designer_index{width:100%;background-color:#F8F8F8;}
.findDesign {
    width: 1200px;
    margin: 0 auto;
    padding:30px 0;
}

.findDesignTil {
    font-size: 0;
    position: relative;
}

.findDesignTilLeft > H2 {
    font-size: 42px;
    color: #333;
    vertical-align: top;
    display: inline-block;
    font-weight: 100;
}

.findDesignTilLeft > span {
    font-size: 14px;
    color: #999;
    vertical-align: top;
    display: inline-block;
    margin-top: 20px;
    margin-left: 12px;
}

.findDesignTilRight {
    position: absolute;
    right: 0;
    top: 20px;
}

.findDesignTilRight > a {
    font-size: 14px;
    color: #666;
}

.findDesignTilRight > a:hover {
    color: #DFAF7D;
}

.findDesignTilRight > a:not(:nth-child(1)) {
    margin-left: 8px;
}

.findDesignTilRight > a:not(:nth-child(1))::before {
    content: '';
    display: inline-block;
    background: #666;
    height: 11px;
    width: 1px;
    margin-right: 8px;
}

.desinerImgRight {
    display: inline-block;
    vertical-align: bottom;
}

.designersList {
    font-size: 0;
    margin-top: 40px;
}

.designersList li {
    width: 590px;
    height: 296px;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 28px;
    background-color: #FFF;
    transition: all .5s;
}

.designersList li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    margin-top: -10px;
}

.designersList li:nth-child(1), .designersList li:nth-child(2) {
    margin-bottom: 50px;
}

.designersList li:nth-child(2n+1) {
    margin-right: 20px;
}

.designerJy i {
    background: #999;
    width: 3px;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
}

.desinerImg {
    margin-top: -20px;
}

.desinerImg img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 20px;
    margin-left: 24px;
}

.designerDetail {
    font-size: 18px;
    margin-bottom: 14px;
    color: #2B2B2B;
}

.designerDetail img {
    width: 24px;
    height: 24px;
    margin-left: 8px;
}

.designerDetail h3 {
    font-size: 18px;
    color: #2B2B2B;
    display: inline-block;
    font-weight: 100;
}

.designerExperience > span {
    display: inline-block;
    font-size: 12px;
    color: #999;
    vertical-align: middle;
}

.designerLabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #999;
}

.designerExperience i {
    display: inline-block;
    width: 2px;
    height: 2px;
    background: #999;
    vertical-align: middle;
    margin: 0 8px;
}

.findDesignBotm {
    font-size: 0;
}

.findDesignBotm p {
    font-size: 14px;
    color: #666;
    width: 516px;
    line-height: 24px;
    margin: 20px auto;
    height: 50px;
    overflow: hidden;
}

.designerCase a {
    margin-left: 14px;
    display: inline-block;
    position: relative;
}

.designerCase a img {
    width: 168px;
    height: 126px;
}

.designerCase a:hover .imgsMask {
    display: block;
}

.imgsMask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    font-size: 14px;
    padding: 0 20px;
    color: #FFF;
    line-height: 126px;
    text-align: center;
    display: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 128px;
}

.designerCase a:nth-child(1) {
    margin-left: 24px;
    display: inline-block;
}
