/**
* +-------------------------------------------
* | v8.1.1
* +-------------------------------------------
* | @company  沈阳蓝色科技 <https://www.sylsgs.com>
* | @author   王立国 <qq/email:474780888@qq.com>
* | @date     2019/12/20
* +-------------------------------------------
*/
@charset "utf-8";
*{box-sizing: border-box;}
html{margin:0px;padding:0px;background:#222;}
body{max-width:700px;min-width:310px;padding:0px;margin:0px auto;font-family:"微软雅黑";font-size:14px;color:#4e4e4e;background:#fff;}
dl,dt,dd,h1,h2,h3,h4,h5,p,a,form,span{margin:0px;padding:0px;}
ul,ol,li{list-style-type:none;margin:0px;padding:0px;}
img{border:none;}
a{color:#4a4a4a;text-decoration:none;}
a:hover{color:#000;text-decoration:none;}

/*class*/
.cent{width:96%;margin:0px auto;}
.cont{line-height:35px;font-size:16px;overflow:hidden;}
.cont img{max-width:100%;}

/*page*/
.page{clear:both;}
.page ul{padding:20px 0;text-align:center;font-family:'宋体'}
.page ul li{width:28px;height:28px;line-height:28px;margin:0px 4px;display:inline-block;font-size:15px;color:#ccc;cursor:pointer;border:1px solid #e58e19;}
.page ul li.disabled{display:none;}
.page ul li a{color:#e58e19;display:block;}
.page ul li:first-child,.page ul li:last-child{padding:0 5px;}
.page ul li:hover{color:#fff;background:#e58e19;}
.page ul li:hover a{color:#fff}
.page ul li.active{color:#fff;background:#e58e19;}

/*mb_box(alert)*/
#mb_box{width:100%;height:100%;z-index:999;position:fixed;filter:alpha(opacity=40);opacity: 0.4;background:#ccc;top: 0;left: 0; }
#mb_con{min-width:250px;padding:5px;z-index:999;position:fixed;top:50%;left:50%;background:#f2f2f2;border-radius:5px;border:1px solid #d4d4d4}
#mb_con span#mb_tit{height:16px;display:block;font-size:12px;font-weight:bold;color:#777;padding-bottom:6px;border-radius:15px 15px 0 0;}
#mb_con a#mb_ico{width:16px;height:16px;display:block;position:absolute;right:10px;top:6px;cursor:pointer;background: url(../img/m1.png) no-repeat -16px 0px;}
#mb_con a#mb_ico:hover{background:#d4d4d4 url(../img/m1.png) no-repeat -16px 0px;}
#mb_msg{padding:20px 20px 10px 20px;line-height:20px;border-bottom:1px dashed #DDD;font-Size:13px;background:#fff;border:1px solid #d4d4d4;}
#mb_msg .mb_img{width:32px;height:32px;margin-right:10px;float:left;background: url(../img/m2.png) no-repeat -0px 0;}
#mb_msg .mb_div{float:left;}
#mb_msg #mb_btnbox{padding:20px 0 3px 0;text-align:center;clear:both;}
#mb_msg #mb_btnbox input{width:85px;height:30px;color:#444;border:1px solid #d4d4d4;border-Radius:5px;cursor:pointer;}
#mb_msg #mb_btnbox #mb_btn_no{margin-Left: 20px}
#mb_msg #mb_btnbox #mb_btn_ok:hover{border:0px;background:#d4d4d4;color:#00438a;}

/*error*/
#error h2{height:40px;line-height:40px;margin:20px 3px 30px 3px;font-size:21px;font-weight:normal;color:#424450;border-bottom:1px solid #ccc;}
#error h2 a{height:40px;padding-right:15px;border-bottom:2px solid #3789d3;display:inline-block}
#error h2 span{margin-left:5px;color:#3789d3;font-size:13px}
#error h3{line-height:35px;margin-left:10px;font-size:20px;color:#f00;font-weight:normal;text-align:center;}
#error dl dt img{margin:0 auto;display:block;}
#error dl dd{margin:0 5%;line-height:25px;}