/*充值提示*/
.top_up_box{width:460px;height:250px;margin:-120px 0 0 -230px;}
.top_up_box p.warn_tit{height:33px;line-height:33px;color:#fff;font-size:14px;background:#CBCFD5;padding-left:10px;}
.top_up_box .warn_bg{padding:25px 208px 0 208px;}
.top_up_box .warn_bg span{display:block;width:44px;height:52px;background:url(../img/warn_bg.gif) no-repeat;}
.top_up_box .warn_txt{padding:10px 0;color:#646b6e;}
.top_up_box .warn_txt p{text-align:center;font-size:16px;}
.top_up_box .top_up_btn_box{padding:10px 112px 0 112px;}
.top_up_box .top_up_btn_box a{width:96px;height:32px;line-height:32px;text-align:center;display:block;background:#ff8d00;border:1px solid #e07c00;color:#fff;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius:3px;float:left;font-size:13px;}
.top_up_box .top_up_btn_box a:hover{background:#FFA230;}
.top_up_box .top_up_btn_box a.fltRight{float:right;background:#EEE;border:1px solid #CBCFD5;color: #878787;}
.top_up_box .top_up_btn_box a.fltRight:hover{background:#F0F0F0;}
/*申请免费试用弹出框*/
.overlay{width:100%;height:100%;background:#000;position:fixed;top:0;left:0;opacity:0.5;filter:Alpha(Opacity=50);display:none;_position:absolute;z-index:9000;}
.try_box{background:#fff;border:6px #cbcfd5 solid;position:fixed;top:50%;left:50%;_margin:-180px 0 0 -355px;z-index:10000;display:none;_position:absolute;padding-bottom:45px;}
.try_close{width:44px;height:44px;display:block;background:url(../img/try_close.png);_background:url(../img/try_close.gif);top:-22px;right:-22px;position:absolute;}
.try_close:hover{background:url(../img/try_close_hover.png);_background:url(../img/try_close_hover.gif);}
.top_up_box .try_close{background:url(../img/try_close_topup.png);_background:url(../img/try_close_topup.gif);}
.top_up_box .try_close:hover{background:url(../img/try_close_topup_hover.png);_background:url(../img/try_close_topup_hover.gif);}