
.incorruption {
    margin: 71px auto 140px auto;
}
.incorruption_title {
    text-align: center;
    color: #333333;
    font-size: 32px;
}
.form-content {
    width: 936px;
    border: 1px solid #DBDBDB; 
    margin: 50px auto 0;
    padding: 57px 40px;
} 

.form-group {
    width: 100%;
    margin-top: 26px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-start;
}
.form-group .title { 
    min-width: 189px;
    height: 100%;
    margin-right: 47px; 
    font-size: 14px; 
    font-weight: bold;
} 
.form-group .title .red {
    color: red;
}
.textarea-title {
    height: 90px;
}
.input-box, .input-box1 {
    width:385px;
    height:45px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(219,219,219,1);
    border-radius:5px;
    padding: 0 30px;
    display: inline-block; 
    margin-right: 10px;
} 
.input-box .input-text { 
    width: 100%;
    height: 100%;
    line-height: 45px;
    border: 0;
    outline: 0; 
} 

.textarea-box {
    width: 528px;
    height: 76px; 
    padding: 14px 0;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    display: inline-block; 
} 
.textarea-box textarea {
    width: 100%;
    height: 100%;
    padding: 0 29px; 
    border-radius: 5px;
    resize: none;
    border: 0; 
    outline: none;
} 

.tips {
    font-size: 14px;
    color: red;
} 
.code-box {
    height: 36px; 
    display: inline-block;
    vertical-align: middle;
} 
.code-box img {
    height: 100%;
}

.no-space {
    margin-bottom: 0 !important;
} 

.submit_btn {
    width: 268px; 
    height: 55px; 
    background: rgba(0, 50, 100, 1); 
    color: #ffffff; 
    text-align: center; 
    line-height: 55px; 
    font-size: 16px; 
    border-radius: 12px; 
    border: 0; 
    outline: none; 
    margin: 50px auto 20px;
    display: block;
    cursor: pointer;
} 

.input-box1 { 
    width: 327px;
    padding: 0 !important;
} 

#fileUpload {
    display: none !important;
}
.change_btn {
    width:93px;
    height:32px;
    background:rgba(239,239,239,1);
    border:1px solid #9B9B9B;
    border-radius:5px;
    outline: none;
    margin-right: 5px;
    cursor: pointer;
}
select{ 
    border-radius: 12px;
    padding: 0 30px;
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    line-height: 100px;
} 

.file-box {
    margin-bottom: 10px; 
    display: inline-block;
} 

.file-box input {
    border: 0; 
    outline: none;
} 
.imgBox:nth-child(1){
    margin-top: 0;
}
.imgitem-box {
    padding: 0 12px;
    border-radius: 5px;
    position: relative;
    line-height: 30px;
    font-size: 12px;
    margin-top: 10px;
}
.close-item {
    position: absolute;
    right: -20px;
    font-size: 18px;
    color:#003364;
}