/*关注弹出框*/
.attentionBox{ position: fixed;z-index: 100;top: 50%;left: 50%;width: 144px;height: 88px; margin-top: -44px;margin-left: -72px; border-radius: 7px;background-color: rgba(0,0,0,0.8); display:none;}

.tipIcon{display: block;width: 26px; height: 26px;margin: 18px auto 0 auto;background:url(image/correct.png) no-repeat;background-position: -1px -1px;background-size: 28px;}
.tipTxt{font-size: 15px;display: block;margin-top: 9px;text-align: center;color: white;}


.show_hint{ position: fixed;z-index: 100;top: 80%;left:0; width:100%;height:100%;display:none;}
.hint_tipTxt{font-size: 15px;display: block;margin-top: 9px;text-align: center;color: white;border-radius: 7px;background-color: rgba(0,0,0,0.8); margin:0 50px; padding:10px 0;}