.center1{
    padding-bottom: 65px;
}

.form_item>p {
    display: inline-block;
    color: #666666;
    line-height: 40px;
    height: 40px;
}

.form_item .change {
    color: #089740;
}

.img-change {
    left: 820px;
    top: 180px;
    width: 300px;
    text-align: center;
}

.img-change .photo {
    display: inline-block;
    width: 200px;
    height: 200px;
    overflow:hidden;
    border: 2px solid #eeeeee;
    background-color: #fafafa;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.img-change p {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
}

.img-change p a {
    color: #089740;
}

.label {
    font-size:100%;
    font-weight:normal;
    padding:0;
}

#itemForm .form_item .province {
    width:285px;
}

.modal-header {
    background-color: #f8f8f8;
    border-color: #f0f0f0;
}

.modal-footer {
    background-color: #f8f8f8;
    border-color: #f0f0f0;
}

#uploadImg-wrapper {
    display: inline-block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    background: #2c3e50;
    color: #ffffff;
    padding: 0 15px;
    position: relative;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.upload-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 150%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

#itemForm .form_item .sex {
    position:relative;
    display:inline-block;
    width:40px;
    height:40px;
    line-height:40px;
    margin-right:10px;
}

#itemForm .form_item .gender {
    position:absolute;
    width:14px;
    height:14px;
    top:10px;
    margin-right:5px;
    margin-left:5px;
}

.overlay_content .detail {
    line-height:20px;
}

.overlay_content .detail .school-list li {
    width:25%;
    margin-top:5px;
    cursor:pointer;
}

.overlay_content .detail .school-list li:hover {
    color:#000;
}

/*移动端相关样式*/
.modalImgTip{
    display: none;
}

.submit_btn{
    margin-bottom: 70px;
}

@media screen and (max-width: 1200px){
    .img-change{
        display: none;
    }
    
    .updateHead, .modalImgTip{
        display: block;
    }
    
    .panel-title>span:before{
        background-color: #b71c22;
    }
    
    .form_item .change, #itemForm .form_item .require{
        color: #b71c22;
    }
    
    #itemForm .form_item input:focus{
        border-color: #b71c22;
    }
    
    .submit_btn{
        margin: 30px 0;
        background-color: #b71c22;
    }
}

@media screen and (max-width: 900px){
    .center1{
        padding:0;
    }
    
    .apply-panel{
        padding:20px 0 0;
        border:0;
        background-color: transparent;
    }
    
    .panel-title{
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        padding: 0;
        border:0;
    }
    
    .panel-title>span:before{
        width: 4px;
        height: 16px;
        margin-top: 3px;
        margin-right:6px;
        border-radius:2px;
        -webkit-border-radius:2px;
        -moz-border-radius:2px;
    }
    
    .apply-form{
        background-color: #fff;
        overflow: hidden;
        margin:15px 0 0;
    }
    
    #itemForm .form_item{
        margin-top: 10px;
    }
    
    #itemForm .form_item .label{
        width: 36%;
        margin: 0;
        padding: 0 10px;
    }
    
    #itemForm .form_item input, #itemForm .form_item select{
        max-width: 50%;
    }
    
    .submit_btn{
        width: 74px;
        height: 30px;
        line-height: 30px;
        padding:0;
        border-radius:0;
        font-size: 14px !important;
        margin: 20px 0 30px;
    }
}
input {
    -webkit-appearance: auto;
}
