body {
    background-color: #f6f6f6;
}
.user-identify {
    width: 1200px;
    height: 722px;
    margin: auto;
    margin-top: 107px;
    background-color: #FFFFFF;
}
.report-header{
    width: 400px;
    padding: 105px 0 20px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 441px;
    border-bottom: 1px dashed #979797;
    margin: auto;
}
.report-header div{
    font-size: 14px;
    line-height: 20px;
    color: #7A7A7A;
}
.report-header div i{
    color: red;
}
.report-header .report-title{
    color: #333333;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 68px;
}
.report-header .description {
    margin: auto;
}
.report-box .form-control{
    width: 352px;
    height: 48px;
    line-height: 48px;
}
.report-box .form-control label{
    color: #686868;
    font-size: 16px;
    line-height: 44px;
    margin-right: 16px;
}
.report-box .form-control input{
    width: 272px;
    height: 44px;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px solid #979797;
    border-radius: 4px;
}
.report-box .form-control input::placeholder {
    color: #999999;
}
.report-box #code{
    width: 154px;
    left: 50px;
}
.report-box #code-btn{
    width: 111px;
    color: #5B5B5B;
    border: 1px solid #979797;
    background: #f6f6f6;
    margin-left: 3px;
}
.report-main,body,.submit-header{
    background: #f8f8f8;
}
#login-btn {
    width: 272px;
    height: 44px;
    background-color: #EC251B;
    box-sizing: border-box;
    font-size: 16px;
    border-radius: 4px;
    margin-left: 54px;
}
.submit-header{
    height: 50px;
    color: #323232;
    width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.submit-header i{
    display: inline-block;
    height: 30px;
    width: 30px;
    background: url(../../../image/icons/submit-report.png)no-repeat center;
}
.submit-header span{
    display: inline-block;
    width: 200px;
    line-height: 30px;
    font-weight: 600;
    vertical-align: top;
    font-size: 17px;
    margin-left: 10px;
}
.submit-box{
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}
.submit-box .form-pannel{
    box-shadow: none;
}
.submit-box .form-control{
    line-height: 28px;
}
.original-report{
    background: #ffea94;
}
.blind-block{
    background: #94efff;
}
.disable-upload-block{
    background: #d8d8d8;
}
.submit-box table tr{
    border-bottom: 1px solid #e8e8e8;
    line-height: 38px;
}
.submit-box table tr:first-child{
    background: #f8f8f8;
    color: #696969;
    border-bottom: none;
}
.submit-box .no-border-table tr:nth-of-type(even){
    background: #fff;
}
.submit-box .no-border-table tr td{
    border: none;
}
.disable-upload-block .update-light{
    color: #b3b3b3;
}
img[src=""],img:not([src]){
    opacity: 0;
}
.captcha-box{
    top: -100px;
}