/*头像裁剪弹出框*/
#setIdentification {
    position: fixed;
    z-index: 13;
    top: 50%;
    left: 50%;
    margin-left: -262px;
    width: 524px;
    background: #fff;
    border-radius: 4px;
    /*padding: 0 18px;*/
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.addHead {
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #e5e5e5;
}
.head-l {
    float: left;
}
.head-r {
    float: right;
    cursor: pointer;
}
.setIdentificationCenter {
    padding: 20px 8px;
}
.setImgDiv {
    float: left;
    width: 320px;
    position: relative;
}
.jcrop-holder {
    direction: ltr;
    text-align: left;
}
#headImg-input {
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 2;
    position: absolute;
    top: 0;
    left:0;
    cursor: pointer;
}
.pointer{
    cursor: pointer;
}
.imgPreview {
    float: left;
    margin-left: 32px;
    width: 120px;
}
.imgPreview>h2 {
    margin: 0;
    font-size: 16px;
    color: #666;
}

#preview1-div {
    margin-top: 19px;
    height: 97px;
    width: 97px;
    overflow: hidden;
}
.preview1-div2{
    width: 120px!important;
    height: 77px!important;
}
.preview1-div3{
    height: 80px!important;
    width: 151px!important;
    transform: translate(-20px,0);
}
.px {
    margin: 6px 0 0 0;
    font-size: 12px;
    color: #666;
}
#preview2-div {
    margin-top: 19px;
    height: 30px;
    width: 48px;
    overflow: hidden;
}
.px {
    margin: 6px 0 0 0;
    font-size: 12px;
    color: #666;
}

.pubRemoveBtn {
    width: 120px;
    height: 30px;
    border: 1px solid #a9a8a8;
    color: #666;
    outline: none;
    font-size: 14px;
    background: #fff;
    margin-left: 44px;
    border-radius: 4px;
    cursor: pointer;
}
.pubSureBtn {
    width: 120px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    background: #1bbfd2;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.setIdentificationFoot {
    margin-bottom: 28px;
    text-align: center;
}
.add-btn #cancel,.setIdentificationFoot input:first-child{
    width: 70px;
    height: 32px;
    line-height: 30px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 12px;
    outline:none;
    margin-left: 107px;
}
.setIdentificationFoot input:first-child{
    margin-left: 0px !important;
}
.add-btn #save,.setIdentificationFoot input:last-child{
    width: 70px;
    height: 32px;
    line-height: 30px;
    color: #fff;
    background-color: #1ba3e4;
    border: none;
    font-size: 12px;
    outline:none;
    margin-left: 20px;
    border-radius: 2px;
}
/*头像裁剪弹出框*/