.DetailView {
   margin-top: 48px;
}
.DetailLeft {
    float: left;
    width: 384px;
    height: 497px;
    padding: 32px;
    background: #FFFFFF;
    box-shadow: 0px 64px 64px -48px rgba(15, 15, 15, 0.08);
    border-radius: 20px;
    box-sizing: border-box;
}

.designView .avatar {
    position: relative;
    width: 64px;
    height: 64px;
}
.designView .avatar>span {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
}
.designView .avatar .sex {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    right: 0px;
    top: 0px;
}
.designView .nameView {
    flex: 1;
    overflow: hidden;
    margin-left: 16px;
}
.designView .nameView .name {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #12141D;
}
.designView .nameView .address {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #777E91;
    margin-top: 2px;
}
.priceView {
    margin-top: 24px;
}
.priceView > span {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    /* identical to box height, or 125% */

    letter-spacing: -0.01em;

    color: #2563EB;
}
.priceView > i {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #777E91;
    margin-left: 9px;
}
.skillView {
    margin-top: 24px;
}
.skillView > p {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #12141D;
}
.skillImgView {
    margin-top: 16px;
}
.skillImgView > div {
    width: 32px;
    height: 32px;
    background: url(../../image/zhuoma/resume/skill_img.png) no-repeat;
    margin-right: 16px;
}
.skillImgView > div.ps {
    background-position: 0 0;
}
.skillImgView > div.dw {
    background-position: -144px 0;
}
.skillImgView > div.pr {
    background-position: -96px 0;
}
.line {
    width: 100%;
    height: 1px;
    background: #E6E8EC;
    margin: 24px 0;
}
.authView {
    height: 32px;
}
.authView > div{
    margin-right: 16px;
}
.authView > div:last-child {
    margin-right: 0;
}
.authView > div > span {
    font-size: 14px;
    line-height: 24px;
    color: #777778;
    margin-left: 2px;
}
.hireView {
    margin-top: 24px;
}
.contactBtn {
    position: relative;
}
.contactBtn>span {
    display: block;
    width: 143px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    background: #3973EC;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}
.hireBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 111px;
    height: 44px;
    border: 2px solid #3973EC;
    border-radius: 10px;
    box-sizing: border-box;
    margin-left: 16px;
    color: #3973EC;
}
.moreOpView {
    margin-top: 24px;
}
.moreOpItem {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 24px;
    height: 24px;
    cursor: pointer;
}
.moreOpItem > i {
    display: block;
    width: 20px;
    height: 24px;
    background: url(../../image/zhuoma/resume/benefit.png) no-repeat;
}
.share_area_cantainer {
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    width: 200px;
    transform: scale(0.8);
    transform-origin: left;
}
.shareBtn:hover .share_area_cantainer {
    display: block;
}
.moreOpItem > i.share {
    background-position: 0 0;
}
.moreOpItem > i.collect {
    background-position: -80px 0;
}
.moreOpItem > i.report {
    background-position: -160px 0;
}
.moreOpItem >span {
    margin-left: 8px;
    font-size: 14px;
    line-height: 24px;
    color: #777E91;
}
.DetailRight {
    float: left;
    width: 688px;
    margin-left: 48px;
    padding-top: 24px;
}
.DetailRightItem>p {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    /* identical to box height, or 140% */


    color: #12141D;
}
.DetailRightItem .desc {
    margin-top: 16px;
    font-size: 14px;
    line-height: 24px;

    color: #777E91;
}
.DetailRightItem .label {
    margin-right: 16px;
}

.resumeView {
    margin-top: 62px;
}
.resumeTabView > div {
    width: 95px;
    height: 44px;
    border-radius: 22px;
    margin-right: 16px;
    font-weight: 500;
    font-size: 18px;
    color: #777E91;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
}
.resumeTabView > div.on {
    background: #353945;
    color: #FFFFFF;
}
.resumeDetailView {
    width: 1056px;
    margin: 48px auto 0;
}
.basicTitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #12141D;
    
}
.basicInfoView {
    margin-top: 24px;
}
.basicInfoView > div {
    margin-right: 72px;
}
.basicInfoKey {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */
    
    
    color: #12141D;
}
.basicInfoValue {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */


    /* Neutrals/4 */

    color: #777E91;
    margin-top: 4px;
}
.basicExpView {
    padding: 24px 0;
    border-bottom: 1px solid #E6E8EC;
}
.basicExpBox {
    width: 845px;
}
.basicExptime {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */


    color: #12141D;
}
.eduView {
    margin-top: 24px;
}

.caseListView {
    margin-top: 48px;
}

.caseListItem {
    float: left;
    width: 256px;
    height: 397px;
    background: #FFFCFC;
    border-radius: 20px;
    margin-right: 32px;
    margin-bottom: 32px;
    overflow: hidden;
}
.caseListItem:nth-child(4n){
    margin-right: 0;
}
.caseListItem .image {
    width: 100%;
    height: 240px;
}
.caseListItem .detail {
    padding: 24px;
}
.caseListItem .detail .topView {
    padding-bottom: 16px;
    border-bottom: 1px solid #E6E8EC;
}
.caseListItem .detail .topView .desc {
    flex: 1;
    overflow: hidden;
}
.caseListItem .detail .topView .desc .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #23262F;
}
.caseListItem .detail .topView .desc .label {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-top: 8px;
    color: #777E91;
}
.caseListItem .detail .topView .price {
    padding: 6px 6px 4px;
    height: 44px;
    border: 2px solid #2563EB;
    border-radius: 4px;
    box-sizing: border-box;
}
.caseListItem .detail .topView .price .val {
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #2563EB;
}
.caseListItem .detail .topView .price .unit {
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    margin-top: 6px;
    text-align: center;
    text-transform: uppercase;
    color: #B1B5C4;
}

.caseListItem .detail .bottomView {
    margin-top: 16px;
}
.caseListItem .detail .bottomView .leftView >div {
    width: 24px; 
    height: 24px; 
    border-radius: 50%; 
    overflow: hidden;
}
.caseListItem .detail .bottomView .leftView > span {
    font-size: 12px;
    line-height: 18px;
    margin-left: 8px;
    color: #23262F;
}
.caseListItem .detail .bottomView .rightItem {
    margin-left: 8px;
}
.caseListItem .detail .bottomView .rightItem > span {
    margin-left: 8px;
}
.emptyEvaluateTip,.emptyCaseTip {
    text-align: center;
    font-size: 18px;
    padding: 20px 0;
}

.reportViews{ padding: 25px 40px 0 58px; width: 442px;}
.report_item{ margin-top: 15px;}
.report_item span{ display: inline-block; width: 16px; height: 16px;}
.report_item em{ font-size: 14px; color: #2b2b2b; margin-left: 10px;}
.report_item.checked em{font-weight: bold;}
.report p{ font-size: 16px; color: #2b2b2b;}
.report_reason{ padding: 10px; width: 420px; height: 100px; font-size: 14px; color: #2b2b2b; line-height: 20px; font-family: "microsoft yahei"; border: 1px solid #e9e9e9; margin-top: 10px; }
.report_submit{ display: block; width: 200px; height: 36px; line-height: 36px; font-size: 14px; margin: 20px auto 0; cursor: pointer; }

.contactDialog{
    position: absolute;
    top: 45px;
    left: 50%;
    margin-left: -95px;
    width: 162px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0px 5px 9px 0px #cccccc;
    z-index: 1;
}
.contactDialog .contactItem{
    float: left;
    width: 34px;
    height: 34px;
    margin: 0 10px;
}




