.easyDialog_content .close_btn{width:16px;height:16px;background:url(../images/closebg.png) no-repeat;position:absolute;top:14px;right:15px;cursor:pointer;font-size:25px;color:#999;overflow:hidden;line-height:99;}
.easyDialog_content .close_btn:hover{background-position:0 -26px;}
.easyDialog_content{background:#fff;border-radius:10px;width:400px;position:relative;padding-bottom:20px;border:1px solid #eee;font-family:"\5FAE\8F6F\96C5\9ED1" !important;}
.easyDialog_title{margin:0 10px;height:45px;line-height:45px;padding:0 15px;font-weight:400;font-size:16px;color:#47c0c0;border-bottom:1px solid #47c0c0;font-family:"\5FAE\8F6F\96C5\9ED1" !important;}
.easyDialog_text{padding:10px 40px;/* text-align:center; */font-size:12px;line-height:24px;color:#999;}
.easyDialog_text b{font-size: 16px;font-weight:400;color:#333;line-height:34px;}
.easyDialog_text .dialog_setStar{color:#47c0c0;font-size:14px;}
.easyDialog_text .dialog_setStar input{color:#47c0c0;border:1px solid #7ACED0;border-radius:3px;height: 28px;line-height:28px;margin:0 10px;text-align:center;padding:0;width:70px;}
.easyDialog_footer{text-align:center;padding:5px 0;}
.easyDialog_footer button{display:inline-block;width:80px;height:30px;line-height:30px;border:0;border-radius:4px;margin:0 10px;font-family:"\5FAE\8F6F\96C5\9ED1" !important;padding:0;outline:none;cursor:pointer;overflow:hidden;}
.easyDialog_footer button.btn_highlight{background:#7ACED0;color:#fff}
.easyDialog_footer button.btn_normal{background:#eee;color:#666}
.easyDialog_footer button:hover{text-decoration:none;background:#47c0c0;}
.easyDialog_footer button.btn_normal:hover{background:#ddd}
.easyDialog_content .tal{text-align:left}
.game-empty{padding:200px 0;text-align:center;color:#666;}

/*小提示*/
.pop_toast{position:fixed;top: 50%;left:50%;margin-top: -20px;margin-left: -200px;width: 400px;height:40px;text-align: center;z-index: 1000;color: #000;}.pop_toast .toast{display:inline-block;max-width:400px;height:40px;line-height: 40px;box-shadow: 0 0 10px #ccc;border-radius: 4px;background: #fff;padding: 0 10px;z-index: 1;}
.pop_toast .toast i{display:inline-block;width: 16px;height: 16px;background:url(../images/icon_toast.png) no-repeat;vertical-align: middle;margin-right: 5px;}
.pop_toast .toast i.err{background-position:bottom}
/*评论图片放大样式*/
.enlargeImg{width: 100%;height: 100%;position: fixed;top: 0;left: 0;z-index: 999;display: none;}
.enlargeImg .bg{display: block;display: block \9;background: #000;filter: alpha(opacity=30);-moz-opacity: 0.3;opacity: 0.3;width: 100%;height: 100%;overflow: hidden;position: fixed;top: 0px;left: 0px;}
.enlargeImg .prev{position: absolute;; top: 50%;left: 20px;z-index: 3;width: 60px;height: 60px;background: url(../images/icon-prev.png) no-repeat center center;margin-top: -30px;cursor: pointer;}
.enlargeImg .prev:hover{background-image: url(../images/icon-prevh.png);}
.enlargeImg .next{position: absolute;; top: 50%;right: 20px;z-index: 3;width: 60px;height: 60px;background: url(../images/icon-next.png) no-repeat center center;margin-top: -30px;cursor: pointer;}
.enlargeImg .next:hover{background-image: url(../images/icon-nexth.png);}
.enlargeImg .picbox{width: 80%;text-align: center;margin: 0 auto;height: 100%;position: relative;}
.enlargeImg .picbox img{max-width: 100%;max-height: 100%;position: absolute;top: 50%;left: 50%;opacity: 0;}
