
.designer-list .designer-item {
    float: left;
    background: #fff;
    border: 1px solid #e3e3e3;
    margin: 0 20px 20px 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.designer-list .designer-item:nth-child(4n){
    margin-right: 0;
}
.designer-container {
    display: block;
    width: 223px;
    height: 285px;
    padding: 20px 30px;
}
.avatar {
    border-radius: 50%;
}
.avatar {
    position: relative;
}
.designer-item .avatar .avatar-box {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.avatar-box img {
    width: 100%;height: 100%;
}
.designer-item .designer-name {
    font-size: 20px;
    color: #333;
    text-align: center;
    margin: 15px auto 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.designer-intro {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-bottom: 15px;
    height: 20px;
}
.case-count, .work-year {
    margin-left: 5px;
    margin-right: 5px;
}
.case-count, .work-year {
    margin-left: 5px;
    margin-right: 5px;
}
.designer-item .designer-idea {
    font-size: 14px;
    color: #666;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.designer-detail .designer-intro {
    float: left;
    width: 200px;
    padding: 30px 20px;
    background: #fff;
}
.designer-intro .designer-note .avatar .avatar-box {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
}
.avatar-box img {
    width: 100%;height: 100%;
}
.designer-intro .designer-note .designer-name {
    font-size: 20px;
    color: #333;
    text-align: center;
    margin: 20px auto 10px;
    height: 26px;
    line-height: 26px;
}
.designer-intro .designer-note .designer-name .name {
    font-size: 20px;
    color: #333;
    text-align: center;
    overflow: hidden;
    max-width: 120px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.designer-intro .designer-note .designer-exp {
    text-align: center;
    font-size: 14px;
    color: #999;
}
.designer-intro .designer-note .designer-exp span {
    padding: 0 5px;
}
.text-center {
    text-align: center;
}
.designer-intro .designer-note .reserve {
    display: inline-block;
    padding: 0 16px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #ff5a00;
    color: #fff;
    border-radius: 2px;
    margin: 20px auto;
    font-size: 16px;
    cursor: pointer;
}
.designer-desc .desc-item:not(:last-child) {
    margin-bottom: 30px;
}
.designer-desc .desc-item h3 {
    font-size: 14px;
    color: #333;
    line-height: 30px;text-align: left;
}
.designer-desc .desc-item li, .designer-desc .desc-item p {
    font-size: 12px;
    color: #999;
    letter-spacing: 0;
    text-align: left;
    line-height: 22px;
    word-wrap: break-word;
}
.designer-intro .designer-note .reserve:hover {
    background-color: #f15400;
}
.designer-case {
    float: right;
    width: 940px;
    background: #fff;
    padding: 30px 40px 40px;
    box-sizing: border-box;
}
.designer-case .designer-case-title {
    margin: 0 0 20px;
}
.designer-case .designer-case-title h3 {
    display: inline;
    font-size: 20px;
    color: #333;
    font-weight: normal;
}
.designer-case .designer-case-title span {
    font-size: 14px;
    color: #999;
    margin-left: 10px;
}
.case-list{
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.designer-case .case-list .case-item {

    flex:0 0 273px;
    height: 272px;
    background: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    overflow: hidden;
    margin-right: 20px;
}
.designer-case .case-list .case-item:nth-child(3n){
    margin-right: 0;
}
.designer-case .case-item .case-img {
    width: 100%;
    height: 190px;
    overflow: hidden;
    position: relative;
}
.case-img img {
    width: 100%;height: 100%;
}
.designer-case .case-item .case-intro {
    padding: 15px 10px 20px;
    position: relative;
}
.designer-case .case-item .case-intro .case-name {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    white-space: nowrap;
}
.designer-case .case-item .case-intro .case-tag {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}
.designer-case .case-item .case-intro .card-cost {
    position: absolute;
    bottom: 20px;
    right: 10px;
    font-size: 12px;
    color: #999;
}
.designer-case .case-item .case-intro .card-cost span {
    color: #ff5a00;
}


.team-member-card {
    float: left;
    width: 285px;
    height: 317px;
    background: #fff;
    border: 1px solid #e3e3e3;
    margin: 0 20px 20px 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    box-sizing: border-box;
    cursor: pointer;
    padding: 0 20px 30px 20px;
}
.tmc-avatar {
    width: 140px;
    height: 140px;
    position: relative;
    margin: 30px auto;
}
.tmc-avatar .tmc-avatar-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.tmc-avatar .tmc-avatar-img img {
    width: 100%;
    height: 100%;
}
.tmc-jop {
    position: absolute;
    right: -60px;
    top: 0;
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    background-image: linear-gradient(
            226deg
            ,#988979,#60554e);
    border-radius: 10px 10px 10px 0;
    font-size: 12px;
    color: #ffecc7;
}
.tmc-code, .tmc-name, .tmc-timerange, .tmc-year {
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0 10px;
}
.tmc-name {
    font-size: 20px;
    color: #333;
}
.tmc-code, .tmc-name, .tmc-timerange, .tmc-year {
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0 10px;
}
.tmc-code, .tmc-timerange, .tmc-year {
    font-size: 14px;
    color: #999;
    height: 21px;
    word-break: break-all;
    white-space: normal;
    text-overflow: ellipsis;
}
.team-member-card:nth-child(4n){
    margin-right: 0;
}
.designer-case .no-designer-case {
    min-height: 600px;
}
.designer-case .no-designer-case img {
    display: block;
    width: 258px;
    margin: 98px auto 30px;
}
.designer-case .no-designer-case p {
    font-size: 18px;
    color: #999;
    text-align: center;
}