.flexrow {


}

.flexcol {

}


body {
    background: #fafafa;
}

a {
    color: #999999;
    text-decoration: none;
}


.container-fluid {
    width: 1204px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    /* height:1000px; */
    /*border:1px solid red;*/
}

.avatar {
    position: relative;
    margin: 0 auto;
    /*top: -70px;*/
    width: 140px;
    height: 140px;
    border-radius: 70px;
    margin: 0 auto;
    border: 10px solid #ffffff;
    background-image: url(/res/images/hot1.png);
    background-size: 140px;
}

.willlooking {
    width: 345px;
    height: 55px;
    border: 1px solid #CECECE;
    border-radius: 3px;
    background: #ffffff;
    font-size: 18px;
    color: #999999;
    letter-spacing: 0.39px;
}

.user-name {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #666666;
    letter-spacing: 0.47px;
}

.toAuthentication {
    background: #FF8181;
    border-radius: 4px;
    width: 350px;
    height: 50px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    border: 1px solid #ff8181;
}

.jianli {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #666666;
    letter-spacing: 0.47px;
}

.ul-no {
    width: 100%;
    height: 10px;

    list-style: none;

}

.ul-no li {
    text-align: center;
    font-size: 18px;
    color: #666666;
    letter-spacing: 0.47px;
    margin-top: 10px;
}

.ul-no li span {
    margin: 0 10px;
}

.status::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/res/images/authentication.png);
    background-size: 18px;
    margin: 0 5px -3px 5px;
}

.company::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/res/images/house.png);
    background-size: 18px;
    margin: 0 5px -3px 5px;
}

.age::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/res/images/certificates.png);
    background-size: 18px;
    margin: 0 5px -5px 5px;
}

.phone::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/res/images/phone.png);
    background-size: 18px;
    margin: 0 5px -3px 5px;;
}

.email::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/res/images/email.png);
    background-size: 18px;
    margin: 0 5px -3px 5px;
}

.clear {
    display: none;
    clear: both;
}

.div-pad {
    background: #FFFFFF;
    padding: 15px;
}

.no-list {
    list-style: none;
}

.work {
    /*margin-left: 10px;*/
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0.47px;
    line-height: 22px;
}

.time {
    margin-right: 10px;
    ont-family: PingFangSC-Regular;
    font-size: 15px;
    color: #999999;
    letter-spacing: 0.39px;
}

.add-work {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #1890FF;
    text-align: left;
    line-height: 22px;
}

.work-content {
    margin-top: 15px;
    padding-left: 15px;;
}

.work-content::after {
    content: '';
    width: 0.3125rem;
}

.work-company {
    font-family: PingFangSC-Regular;
    font-size: 15px;
    color: #666666;
    letter-spacing: 0.47px;
    line-height: 25px;
}

.no-list li {
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #666666;
    letter-spacing: 0.34px;
}

.type-title {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #666666;
    letter-spacing: 0.47px;
    background: #F7F7F7;
    border-bottom: 1px solid #EBEBEB;
    height: 30px;
    line-height: 32px;
    color: #282828;
    font-size: 16px;
}

.work-school {
    font-family: PingFangSC-Regular;
    font-size: 15px;
    color: #666666;
    letter-spacing: 0.47px;
}

.major {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0.36px;
}

.education {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0.36px;
}

.btn-blue {
    width: 386px;
    height: 38px;
    background: #1890FF;
    border-radius: 4px;
    color: #FFFFFF;
    border: none;
    margin: 50px auto;
}

.edit-input {
    width: 50%;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    margin-left: 20px;;
}

button {
    border: none;
}

.btn-sure {
    width: 65px;
    height: 32px;
    background: #1890FF;
    border-radius: 4px;
    color: #FFFFFF;

}

.btn-cancle {
    width: 65px;
    height: 32px;
    border-radius: 4px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    color: #000000;
}

.delate {
    font-size: 14px;
    color: #999999;
    text-align: left;
    line-height: 22px;
}

input {
    padding-left: 5px;
}