
body,div{margin: 0 auto; padding: 0px; background-color:rgba(0,0,0,0); 
	font-family: "Microsoft YaHei",Arial,"-apple-system",sans-serif;
	-webkit-tap-highlight-color :transparent;
	font-weight: 500;
	letter-spacing: 0.5px;
    font-size: 16px;
}
input,select,textarea { font-size: 16px; }
a{  text-decoration:none; out-line: none;color: inherit;}
img { border:none; }
textarea {resize: none;}
.clear{clear: both;}
.hide{display: none;}

.over{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}



.honor_common_alert{width: 100%; height: 100%; font-size: 14px; position: fixed; z-index: 999999; left: 0px; top: 0px; background-color: rgba(0,0,0,0.6);display: flex;align-items: center;  justify-content:space-around;flex-direction: column;  }
.honor_common_alert .honor_common_alert_wrap{  width: 85%; max-width: 800px; min-height: 200px; background-color: rgba(250,250,250,0.9); border-radius: 5px; display: flex; flex-direction: column;  }
.honor_common_alert .honor_common_alert_wrap_info{ width: 95%;font-size: 14px; flex:1; min-height: 100px; padding-top: 20px; padding-bottom: 20px; margin: 0 auto; font-size: 1em; text-align: center; color: #323232; display: flex; align-items: center;  justify-content:space-around;flex-direction: column; }
.honor_common_alert .honor_common_alert_wrap_tsinfo{ width: 90%;font-size: 14px; flex:none; min-height: 30px; padding-top: 20px; padding-bottom: 20px; margin: 0 auto; font-size: 1em; text-align: center; color: #323232; display: flex; align-items: center;  justify-content:space-around;flex-direction: column; }

.honor_common_alert .honor_common_alert_wrap_btn{width: 100%;font-size: 14px; padding-top: 10px; padding-bottom: 10px; flex: none; display: flex; align-items: center;  justify-content:space-around;}
.honor_common_alert .honor_common_alert_wrap_btn .honor_common_alert_wrap_btn_one{font-size: 14px; cursor: pointer; font-size: 1em; width: 20%; height: 60px;  text-align: center; color: #fff; background-color: #323232; padding: 0 10px 0 10px; border-radius: 5px;display: flex; align-items: center;  justify-content:space-around;flex-direction: column;  }
.honor_common_alert_wrap_info textarea{width: 96%; margin:0 auto; height: 100px; border-radius: 5px; padding: 5px; resize: none;}
.honorscroll::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.honorscroll::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.5);
}
.honorscroll::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: rgba(0,0,0,0.2);
}

.flex_1{flex:1;}
.flex_2{flex:2;}
.flex_3{flex:3;}
.flex_4{flex:4;}
.flex_5{flex:5;}
.flex_6{flex:6;}
.flex_7{flex:7;}
.flex_8{flex:8;}
.flex_9{flex:9;}
.flex_10{flex:10;}

html body  .uwy.userway_p1 .userway_buttons_wrapper {top: auto; bottom: 13px;}