@charset "utf-8";
/* CSS Document */
body,h1,h2,h3,h4,img,div,dl,dt,dd,span,p,ul,li,ol{ padding:0;margin:0;list-style:none;border:0;font-family:"微软雅黑";font-size:14px;color:#333;}
textarea,input{margin:0;padding:0;}
button{margin:0;padding:0;}
a{text-decoration:none;outline:none;}
.content{
   width:1170px;
   height:auto;
   overflow:hidden;
   margin:0 auto;
   -webkit-box-shadow:0 0 6px #ccc;
   -moz-box-shadow:0 0 6px #ccc;
   -ms-box-shadow:0 0 6px #ccc;
   box-shadow:0 0 6px #ccc;
   background: #fff;
   margin-top: 20px;
   padding: 20px 15px;
}
.box_one_title {
    width: 100%;
    height: 27px;
    border-bottom: 2px solid #0dc5eb;
}
.box_one_title_l {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    color: #333;
}
.box_one_con {
    width: 1170px;
    height: auto;
    margin-top: 17px;
}
.box_one_con_r ul {
    width: auto;
    height: 35px;
    line-height: 35px;
}
.box_one_con_r ul li {
    width: auto;
    height: 25px;
    line-height: 25px;
    background: url(../images/list_jingxuan.png) no-repeat left center;
}
.box_one_con_r ul li #w_title {
    color: #333333;
    font-size: 14px;
    width: auto;
    height: 25px;
    line-height: 25px;
    float: left;
    overflow: hidden;
    display: inline-block;
    margin-left: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.box_one_con_r ul li #z_btn {
    width: 90px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    float: right;
    text-align: center;
    color: #fff;
    overflow: hidden;
    border-radius: 2px;
    background: #01a3ec;
}
.pages {
    width: auto;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    margin: 10px;
}
#jump {
    padding: 1px 6px;
    color: #fff;
}
.pages em {
    margin-left: 8px;
    height: 18px;
}
.pages span {
    font-size: 12px;
}
#page_num {
    width: 35px;
    height: 18px;
    margin-right: 4px;
    line-height: 16px;
    font-size: 12px;
    border: 1px solid #a6a6a6;
    margin-left: 8px;
}
.pages span a {
    padding: 1px 6px;
    background: #858585;
    margin-left: 8px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}
.current {
    background: #0ec4ec;
    padding: 1px 6px;
    margin-left: 8px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}
.masks {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 10001;
}
.prompt_box{
	width: 313px;
    height: 423px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -203px;
    margin-top: -223px;
    z-index: 10002;
    display: none;
}
.clo {
    width: 37px;
    height: 37px;
    position: absolute;
    top: -14px;
    right: -13px;
    cursor: pointer;
    z-index: 10002;
}
.w_img2{
	position: absolute;
	top: 83px;
	right: 46px;
	z-index: 10002;
}
.pw-retry {
    /* display: none; */
    position: absolute;
    width: 225px;
    height: 225px;
    left: 42px;
    top: 80px;
    background: rgba(255,255,255,.9);
    overflow: hidden;
    text-align: center;
    z-index: 10002;
}
.ui-button-gray {
    background: rgba(255,255,255,.9);
    filter: none;
    box-shadow: none;
    text-shadow: none;
    border-color: #999;
    color: #666;
    display: inline-block;
    padding: 0 18px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-top: 100px;
}