*{box-sizing:border-box;border:0;padding:0;margin:0;list-style:none;font-family:'Microsoft YaHei';text-decoration:none;outline:none;resize:none}
.report_error{display:none;width:100%;height:100%;align-items: center;justify-content: center;position: fixed;top:0;left:0;z-index:10000;}
.report_error .report_error_box{width:440px;box-shadow:0 0 24px rgba(0, 0, 0,.3);background: #FFFFFF;z-index: 10001;user-select: none;border-radius:8px;padding:12px 0 24px;}
.report_error .report_error_head{height:45px;padding-left:10px;display:flex;justify-content:center;align-items: center;}
.report_error .report_error_head .report_error_title{text-align:center;width:calc(100% - 40px);font-size:18px;color:#000;font-weight:bold;}
.report_error .report_error_head .report_error_del{width:40px;}
.report_error .report_error_head .report_error_del svg{transition-duration:.5s;cursor:pointer;fill:#000;opacity:.5}
.report_error .report_error_head .report_error_del svg:hover{opacity:1;}
.report_error .report_error_content{padding:15px 0 0 0;max-height:360px;overflow-y:auto;}
.report_error .report_error_content::-webkit-scrollbar{width:5px;height:30px;}
.report_error .report_error_content::-webkit-scrollbar-track{background:#FFFFFF;}
.report_error .report_error_content::-webkit-scrollbar-thumb{background:#1989FA;border-radius:10px;}
.report_error .report_error_content::-webkit-scrollbar-thumb:hover{background:#FFFFFF;}
.report_error .report_error_content::-webkit-scrollbar-thumb:active{background:#FFFFFF;}
.report_error .report_error_content .report_error_h3{padding:0 15px;font-size:16px;background:#F8F8F8;height:40px;align-items: center;color:rgba(0,0,0,.85);display:flex;}
.report_error .report_error_content .report_error_h3 span{margin-left:5px;color:red;padding-top:2px}
.report_error .report_error_content .report_error_menu{padding:15px;display:flex;flex-wrap:wrap;}
.report_error .report_error_content .report_error_menu .item{transition-duration:.4s;display:flex;align-items: center;justify-content: center;;cursor: pointer;border:1px solid #CDCDCD;border-radius:8px;height:35px;margin:0 10px 10px 0;padding:0 10px;color:rgba(0,0,0,.75);font-size:14px;}
.report_error .report_error_content .report_error_menu .item.on{background:#1989FA;border-color:#1989FA;color:#fff;}
.report_error .report_error_content .report_error_text{padding:10px;background:#F8F8F8;border-radius:4px;margin:15px;}
.report_error .report_error_content .report_error_text textarea{color:rgba(0,0,0,.75);;min-height:75px;width:100%;padding:0;background:#F8F8F8;font-size:14px;}
.report_error .report_error_content .report_error_text textarea::-webkit-scrollbar{width:5px;}
.report_error .report_error_content .report_error_text textarea::-webkit-scrollbar-track{background:#FFFFFF;}
.report_error .report_error_content .report_error_text textarea::-webkit-scrollbar-thumb{background:#1989FA;border-radius:10px;}
.report_error .report_error_content .report_error_text textarea::-webkit-scrollbar-thumb:hover{background:#FFFFFF;}
.report_error .report_error_content .report_error_text textarea::-webkit-scrollbar-thumb:active{background:#FFFFFF;}
.report_error .report_error_content .report_error_images{display:flex;margin:0 15px}
.report_error .report_error_content .report_error_images .report_error_upload{margin-right:10px;font-size:28px;width:80px;height:80px;margin-bottom:10px;background:#F8F8F8;border-radius:5px;cursor: pointer;display:flex;align-items: center;justify-content: center;color:rgba(0,0,0,1);}
.report_error .report_error_content .report_error_p{margin:0 15px 20px;font-size:12px;color:rgba(0,0,0,.5);}
.report_error .report_error_input{margin:0 15px}
.report_error .report_error_input .item{width:100%;margin-top:10px;}
.report_error .report_error_input .item input{border-radius:4px;width:100%;display:flex;align-items: center;padding:10px;color:rgba(0,0,0,.75);background:#F8F8F8;font-size:14px;}
.report_error .report_error_btn{transition-duration:.5s;color:#fff;margin:15px 10px 0 10px;cursor: pointer;border-radius:4px;background:#1989FA;;height:40px;cursor: pointer;display:flex;justify-content: center;align-items:center;}
.report_error .report_error_btn:hover{border-radius:30px}

@media screen and (max-width:992px) {
	.report_error .report_error_box{width:95%;}
}