#report_title {
    width: 120px;
    height: 42px;
    font-size: 30px;
    font-weight: 800;
    color: #000000;
    opacity: 1;
    margin: 90px auto 0 auto;
}

#report_title1 {
    width: 560px;
    height: 28px;
    font-size: 20px;
    font-weight: 500;
    color: #FF0000;
    opacity: 1;
    margin: 27px auto 0 auto;
}

#report_content {
    width: 632px;
    margin: 24px auto 0 auto;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    opacity: 1;
}

.bt {
    display: flex;
    text-align: center;
    margin-top: 10px;
}

.bt_x {
    color: #358CF1;
    font-size: 20px;
    display: block;
    width: 10px;
    height: 20px;
    margin-top: 10px;
}

.bt_title {
    width: 120px;
    display: block;
    height: 20px;
    margin-top: 10px;
    /*margin-left: 5px;*/
}

.bt_div {
    margin-left: 8px;
    width: 444px;
    height: 42px;
    display: flex;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
}

.bt_bk {
    width: 42px;
    height: 42px;
    display: inline;
    border-radius: 4px 0 0 4px;
    background: #D5D5D5;
}

.bt_input {
    width: 402px;
    height: 40px;
    opacity: 1;
    border: 0;
    border-radius: 0 4px 4px 0;
    padding-left: 20px;
}

.bt_div input::-webkit-input-placeholder {
    font-size: 16px;

}

.bt_input:focus {
    outline: 0;
}

.bt_bk img {
    margin-top: 11px;
}

.hidden {
    display: none !important;
}

.bt_div_img {
    display: flex;
    margin-top: 33px;
}

bt_div_img span {
    width: 70px;
}

#sub_div {
    width: 118px;
    height: 38px;
    margin: 63px auto 90px auto;
}

#submit {
    width: 118px;
    height: 38px;
    background: #358CF1;
    opacity: 1;
    border-radius: 8px;
    border: 0;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}

#myDropzone {
    margin-left: 5px;
    display: flex;

}

#myDropzone img {
    width: 133px;
}

.dropzone {
    border: 0;
    padding: 0;
}

.dropzone .dz-message {
    text-align: center;
    margin: 1em 0;
}