*{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 10px 24px;}
.report_error .report_error_head{height:45px;padding-left:10px;border-bottom:2px solid #F8F8F8;display:flex;justify-content: space-between;align-items: center;}
.report_error .report_error_head .report_error_title{font-size:18px;color:#000;font-weight:bold;}
.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 10px;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:#CDCDCD;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{font-size:15px;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:10px 0;display:flex;flex-wrap:wrap;}
.report_error .report_error_content .report_error_menu .item{transition-duration:.4s;position: relative;;cursor: pointer;;width:calc(100% / 2);margin-bottom:15px;padding:0 10px 0 25px;color:rgba(0,0,0,.75);font-size:14px;}
.report_error .report_error_content .report_error_menu .item:after{z-index:1;width:16px;height:16px;content:"";position: absolute;left:0;top:0;border:1px solid #BCBCBC;border-radius:18px;}
.report_error .report_error_content .report_error_menu .item:before{z-index:2;width:8px;height:8px;position: absolute;left:4px;top:4px;border-radius:8px;background:#FFFFFF;content:"";}
.report_error .report_error_content .report_error_menu .item.on:after{background:#FE3666;border-color:#FE3666;}
.report_error .report_error_content .report_error_menu .item.on:before{background:#FFFFFF;}
.report_error .report_error_content .report_error_text{padding:10px;background:#F8F8F8;border-radius:4px;margin:15px 0;}
.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:#F8F8F8;}
.report_error .report_error_content .report_error_text textarea::-webkit-scrollbar-thumb{background:#CDCDCD;border-radius:10px;}
.report_error .report_error_content .report_error_text textarea::-webkit-scrollbar-thumb:hover{background:#F8F8F8;}
.report_error .report_error_content .report_error_text textarea::-webkit-scrollbar-thumb:active{background:#F8F8F8;}
.report_error .report_error_content .report_error_images{display:flex;}
.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-bottom:20px;font-size:12px;color:rgba(0,0,0,.5);}
.report_error .report_error_input .item{width:100%;margin-top:15px;}
.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:#FE2C55;;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%;}
}