/*公用toast*/
.gb_toast{display:none;font-size: 14px;color: #fff;position: fixed;z-index:10000003;left: 50%;top: 48%;background: rgba(0,0,0,0.8);width: 140px;text-align: center;padding: 10px;border-radius: 5px;transform: translate(-50%, -50%);}
/*公用alert*/
.alert_hint{display:none;}
.alert_box{position: fixed;top: 50%;z-index: 10000003;background-color: #fff;color: #666;width: 80%;left: 50%;transform: translate(-50%, -50%);border-radius: 5px;}
.alert_text{font-size: 18px;padding: 20px;text-align:center;}
.alert_btn{border-top: 1px solid #f0f0f0;}
.alert_btn button{color: #666;font-family: "微软雅黑";font-size: 16px;border: medium none;background-color: #fff;width: 50%;float: left;padding: 10px 0;}
.alert_btn button.confirm_hintbtn{color: #21a62d;}
.alert_btn button:active{background-color:#eee;}
.btn_two button:first-child{border-radius:0 0 0 5px;}
.btn_two button:last-child{border-radius:0 0 5px 0;border-left: 1px solid #f0f0f0;}
.btn_one button{color: #333;font-family: "微软雅黑";font-size: 16px;border: medium none;background-color: #fff;width: 100%;padding: 10px 0;border-radius:0 0 5px 5px;}
.alert_layer{position: fixed;top: 0%;left: 0%;width: 100%;height: 100%;background:rgba(0,0,0,0.8);z-index: 10000001;}
img,button{outline: none;
	-moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}