.box{
    min-height: 100vh;
    height: auto;
    background: #fafbfc;
}
.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 110px;
}
.content .w-1200{
    display: flex;
    justify-content: space-between;
}
.content .con-le{
    width: 300px;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
}

.content .con-ri{
    width: 880px;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    border-radius: 5px;
    margin-bottom: 40px;
}
.con-ri .con-title{
    width: 100%;
    height: 62px;
    padding-left: 18px;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    color: #333333;
    line-height: 62px;
}
.con-ri .material{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.material .mate-avatar{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 20px auto 0;
    cursor:pointer;
}
.mate-avatar .avatar-box{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    cursor:pointer;
    display: none;
}
.mate-avatar:hover .avatar-box{
    display: block;
}
.avatar-box .avatar-icon{
    width: 100%;
    height: 25px;
    text-align: center;
    color: #ffffff;
    margin-top: 23px;
}
.avatar-icon .iconfont{
    font-size: 25px;
}
.avatar-box .avatar-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 24px;
    margin-top: 2px;
}
.material .mate-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 35px;
}
.mate-box .mate-head{
    width: 100%;
    height: 28px;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    padding-left: 25px;
    box-sizing: border-box;
}
.mate-box .mate-content{
    width: 100%;
    height: auto;
    overflow: hidden;

    padding-left: 60px;
    box-sizing: border-box;
}
.mate-content .mate-item{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    margin-top: 20px;
}
.mate-item .mate-le{
    width: auto;
    height: 40px;
    font-size: 14px;
    color: #999999;
    line-height: 40px;
}
.mate-item .mate-ri{
    width: 200px;
    height: 40px;
    border-radius: 5px;
    padding: 0 10px;
    box-sizing: border-box;
    background: #f4f4f4;
    margin-left: 18px;
}
.mate-ri div{
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #333333;
    line-height: 40px;
}
.mate-ri input{
    display: block;
    width: 100%;
    height: 100%;
    background: #f4f4f4;
}
.mate-item:last-child .mate-ri{
    width: 530px;
    height: 100px;
    padding: 10px;
}
.mate-ri textarea{
    display: block;
    width: 100%;
    height: 100%;
    background: #f4f4f4;
    resize:none;
}
.mate-box .mate-btn{
    width: 120px;
    height: 40px;
    background: #db3030;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    margin: 22px auto 30px;
    cursor:pointer;
}



.resume{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: 1px solid #eeeeee;
    padding: 0 25px;
    box-sizing: border-box;
}
.resume .res-head{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    margin-top: 25px;
}
.resume .res-box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.res-box .res-item{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    margin-top: 20px;
}
.res-item .res-le{
    width: 66px;
    height: 40px;
    font-size: 14px;
    color: #999999;
    line-height: 40px;
    text-align: right;
}
.res-item .res-ri{
    width: 540px;
    height: auto;
    overflow: hidden;
    position: relative;
    display: flex;
    margin-left: 12px;
}
.res-ri a {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.res-ri .logo-on{
    width: 100%;
    height: 240px;
    position: absolute;
    top: 0;
    left: 0;
}
.res-ri .logo-on1{
    width: 100%;
    height: 240px;
    position: absolute;
    top: 0;
    left: 0;
}
.res-ri .res-span{
    width: 200px;
    height: 40px;
    padding: 0 14px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333333;
    line-height: 40px;
    background: #f4f4f4;
    border-radius: 5px;
}
.res-ri .res-t{
    width: 100%;
    height: 40px;
    padding: 0 14px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333333;
    line-height: 40px;
    background: #f4f4f4;
    border-radius: 5px;
}
.res-t .bootstrap-tagsinput{
    width: 100%;
    height: 40px;
    background: #f4f4f4;
    border: none;
    display: flex;
    padding: 0;
    box-shadow: none;
}
.bootstrap-tagsinput .tag{
    width: auto;
    height: 30px;
    margin-top: 5px;
    line-height: 30px;
    box-sizing: border-box;
}
.bootstrap-tagsinput  input{
    display: block;
    width: 100%;
    height: 100%;
    background: #f4f4f4;
}
.res-span input{
    display: block;
    width: 100%;
    height: 100%;
    background: #f4f4f4;
}
.res-t input{
    display: block;
    width: 100%;
    height: 100%;
    background: #f4f4f4;
}
.res-ri .res-btn{
    width: auto;
    height: 40px;
    position: absolute;
    top: 0;
    left: 164px;
    font-size: 12px;
    color: #db3030;
    line-height: 40px;
    cursor:pointer;
}
.res-ri .res-key{
    width: auto;
    height: 30px;
    margin-top: 5px;
    margin-right: 5px;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    font-size: 14px;
    line-height: 30px;
    cursor:pointer;
}
.res-key .iconfont{
    display: none;
    font-size: 14px;
    line-height: 30px;
}
.res-key:hover{
    background: #f4f4f4;
    border-radius: 5px;
}
.res-key:hover .iconfont{
    display: block;
}
.res-ri .res-tianjia{
    width: auto;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    color: #db3030;
    line-height: 40px;
    cursor:pointer;
}
.res-item:nth-of-type(n+3) .res-ri .res-span{
    width: 100%;
    height: 80px;
    font-size: 14px;
    padding: 10px 10px;
    box-sizing: border-box;
    line-height: 20px;
}
.res-item:nth-of-type(n+3) .res-ri .res-btn{
    top: 40px;
    left: 480px;
}

.res-ri .res-up{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin-top: 20px;
}
.res-up .iconfont{
    font-size: 30px;
    color: #333333;
}
.res-up .res-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 24px;
}
.res-ri .res-p{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    color: #999999;
    line-height: 22px;
    text-align: center;
}
.resume .res-btns{
    width: 120px;
    height: 40px;
    background: #db3030;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    margin: 30px auto 30px;
    cursor:pointer;
}
