@charset "utf-8";
.main-banner {
    height: 230px;
    background: url(../../images/designer/designer-banner.png) no-repeat center top;
    text-align: center;
}
.main-banner-title {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    color: #16F291;
    background-image: linear-gradient(to right, #16F291, #04F0EF);
    background-image: none\0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin: 80px 0 5px;
}
.item-designer {
    padding: 60px 0;
}
.item-designer-info {
    margin-bottom: 50px;
    justify-content: flex-start;
    padding: 30px 0;
    box-shadow: 0 0 10px 2px rgba(38, 38, 38, .16);
    background-color: #fff;
}
.item-designer-info .item-img {
    margin: 0 0 0 30px;
}
.item-designer-info .item-info {
    flex: 1;
    margin: 0 30px;
    justify-content: space-between;
    height: 219px;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 15px 0;
}
.item-designer-info .item-title {
    font-size: 24px;
}
.item-designer-info .item-block .item-p {
    font-size: 18px;
    color: #666;
    line-height: 30px;
}
.designer-color {
    color: #d81010;
    padding: 0 5px;
}
.item-designer-info .item-detail {
    width: 550px;
    padding: 15px 60px 15px 0;
    box-sizing: border-box;
    align-self: flex-start;
}
.item-designer-info .item-detail .item-p {
    color: #999;
    line-height: 24px;
}
.item-designer-case .item-title {
    font-size: 24px;
    margin-bottom: 30px;
}
.item-designer-case .item-block {
    justify-content: space-between;
}
.item-designer-case .item {
    box-shadow: 0 0 10px 2px rgba(38, 38, 38, .16);
    width: 277px;
}
.item-designer-case .item-p {
    font-size: 14px;
    color: #666;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.item-designer.even {
    background-color: #F9F9F9;
}
.item-designer-case .item a[href]:hover .item-p {
    color: #20B09F;
}






.designer_details{
    width: 100%;
    margin-top: 20px;
}
.designer_single{
    width: 100%;
    height: 220px;
    border: 1px solid #eeeeee;
    margin: 20px 0px 20px 0px;
    position: relative;
}
.designer_single:hover{
    border: 1px solid #20b09f;
    box-shadow: 0 0 10px 2px rgba(38, 38, 38, .16);
}
.designer_single_left{
    width: 474px;
    height: 160px;
    float: left;
    margin: 34px 0px 0px 0px;
}
.head_portrait{
    width: 88px;
    height: 100%;
    margin-left: 30px;
    float: left;
}
.head_portrait_img{
    width: 88px;
    height: 88px;
    border-radius: 50%;
    overflow: hidden;
}
.head_portrait_img img{
    width: 88px;
    height: 88px;
}
.resume{
    width: 327px;
    height: 100%;
    margin-left: 24px;
    float: left;
}
.resume_title{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-top: 4px;
}
.resume_details{
    width: 100%;
    height: 60px;
}
.working_undergo{
    color: #666;
    font-size: 14px;
    line-height: 60px;
    float: left;
}
.working_undergo span{
    color: #d81010;
    margin-left: 6px;
}
.partition{
    color: #666;
    font-size: 14px;
    line-height: 60px;
    margin: 0px 14px 0px 14px;
    float: left;
}
.designer_honor{
    color: #808080;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 14px;
}
.designer_leave{
    color: #999;
    font-size: 12px;
    line-height: 20px;
}
.designer_leave_tail{
    display:inline;
    position: relative;
}
.designer_leave_tail span{
    color: #20b09f;
    font-size: 12px;
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 10px 10px 0px;
}

.designer_single_right{
    margin: 16px 0px 0px 0px;
}
.designer_single_right li{
    width: 213px;
    height: 160px;
    float: left;
    background: #20B09F;
    margin: 18px 0px 0px 18px;
}
.designer_single_right li img{
    width: 100%;
    height: 100%;
}
.designer_single_right li:nth-child(4){
    margin: 26px 0px 0px 30px;
    display: none;
}
.designer_single_right li:nth-child(n+5){
    display: none;
    margin: 26px 0px 0px 18px;
}
.pop_up{
    width: 332px;
    min-height: 108px;
    box-shadow: 0 0 10px 2px rgba(38, 38, 38, .16);
    position: absolute;
    left: -142px;
    top: 38px;
    z-index: 100;
    background: #fff;
    display: none;
}
.pop_up p{
    color: #999;
    font-size: 12px;
    line-height: 20px;
    margin: 16px 16px 16px 16px;
}
.pop_up:before {
    content: "";
    position: absolute;
    right: 46%;
    top: -11px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 11px solid;
    border-color: transparent transparent #e5e5e5;
    z-index: 1;
}
.pop_up:after {
    content: "";
    position: absolute;
    right: 46%;
    top: -10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 11px solid;
    border-color: transparent transparent #fff;
    z-index: 1;
}

.designer_single img.unite{
    padding: 10px 10px 10px 10px;
    position: absolute;
    right: 0px;
    bottom: 22px;
    cursor: pointer;
}
.designer_single img.shang{
    display: none;
}
