/* ============����============== */
body{margin:0;padding:0;border:0;height:100%;text-align:left} 
#contain{position: relative;height:100%;padding:10px;margin:10px auto;border:0;}
#content {position:relative;margin:10px auto 10px auto} 
#bottom {position: relative;margin:0px auto} 
#top {position:relative;margin:0px auto;z-index:99} 
#bodyex {position: absolute;left:0;top:0;margin:0} 
#bottomex {position: absolute;left:0;bottom:0;margin:0;z-index:-1} 
#topex {position: absolute;left:0;top:0;margin:0;z-index:-1} 
#contentex {position: absolute;left:0;top:0;margin:0;z-index:-1} 
#advsex {display:none;position: absolute;width:100%;left:0;bottom:0;margin:0;z-index:-1} 


/*===��������===*/

.pdv_class{position:absolute;border:0px}


/* ==����== */

div,li,td,p,select,input,textarea,a,button,input{font:12px Verdana, Arial, Helvetica, sans-serif;color:#505050;text-decoration: none}
ul{margin:0px;padding:0px;}
a:link,a:visited,a:active{color:#505050;text-decoration: none;}
a.nomal:link,a.nomal:visited,a.nomal:active{color:#505050;text-decoration: underline;}
a:hover{color:#ff0000;text-decoration: underline;}

/* ============��============== */
form{margin:0;padding:0}
.input{border:1px #ddd solid;height:20px;line-height:20px;padding:0px 3px;color:#555;background:#f7f7f7}
.textarea{border:1px #ddd solid;font-size:12px;padding:3px;background:#f7f7f7}
.button{border:1px #c0c0c0 solid;height:22px;line-height:20px;padding:0px 3px;background:#e8e8e8;}
.submit{border:1px #c0c0c0 solid;height:22px;line-height:20px;padding:0px 3px;background:#e8e8e8;}
.mustfill{color:#ff0000}
select{font:12px Verdana, Arial, Helvetica, sans-serif;color:#505050;}


/* ==��ʾ��ʽ== */

.msgdiv {color:#336699;padding-left:53px;background:url(../images/chk_msg.gif) 30px no-repeat;}
.errdiv {color:#FF0000;padding-left:53px;background:url(../images/chk_error.gif) 30px no-repeat;}
.rightdiv {color:#505050;padding-left:53px;background:url(../images/chk_right.gif) 30px no-repeat;}
.noticediv{display:none;border:1px #fc5959 solid;background:#FFFDF4 url(../images/chk_error.gif) 10px no-repeat;padding-left:33px;line-height:25px;margin:3px 0px}
.okdiv{display:none;border:1px #fc5959 solid;background:#FFFDF4 url(../images/chk_right.gif) 10px no-repeat;padding-left:33px;line-height:25px;margin:3px 0px}
.securenotice{line-height:100px;color:#FF0000;text-align:center;}


/* ============��ʾ��Ϣ����============== */
div#alert {display:none;cursor:default;}
div#alert .border{border:1px #97A0AA solid;}
div#alert .ntc{padding:30px;text-align:left;background:#fff;font: 14px/1.6 Verdana, Arial, Helvetica, sans-serif;}
div#alert .buttonzone{padding:15px;text-align:center;background:#f7f7f7;}
div#alert .topBar{height:20px;line-height:20px;background:#cbddef;text-align:left;padding:0px 0px 5px 5px ;font-size:12px;}
div#alert .topBar .pwClose{position: absolute;top:0px;right:8px;width:45px;height:18px;background:url(../images/pwin3.gif) no-repeat;cursor:pointer}
div#alert .button{border:1px #97A0AA solid;height:22px;line-height:20px;padding:0px 5px;background:#eee}


/* ============����frame/��󴰿ڲ�============== */
#frmWindow {display:none;cursor:default;}
#frmWindow .border{border:1px #97A0AA solid;}
#frmWindow .ntc{padding:30px;text-align:left;background:#fff;font: 12px/1.6 Verdana, Arial, Helvetica, sans-serif;}
#frmWindow .buttonzone{padding:15px;text-align:center;padding-top:10px;background:#f7f7f7;}
#frmWindow .Frm{width:100%;height:500px;border:0}
#frmWindow .windowcontent{width:100%;height:380px;overflow:auto;background:#fff;border:0}
#frmWindow .topBar{height:20px;line-height:20px;background:#cbddef;text-align:left;padding:0px 0px 5px 5px ;font-size:12px;}
#frmWindow .topBar .pwClose{position: absolute;top:0px;right:8px;width:45px;height:18px;background:url(../images/pwin3.gif) no-repeat;cursor:pointer}


/*分页页码样式 基础版 Bootstrap S */
span.highlight {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
    display: inline-block !important;
    float: none !important;
    width: auto !important;
    height: auto !important;
    font-size: inherit !important;
    font-weight: unset !important;
    color: red !important;
    line-height: 100% !important;
    border: none !important;
    background: none !important;
    white-space: normal !important;
}
#Paging .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 18px 0;
    border-radius: 3px;
}
#Paging .pagination > li > a,
#Paging .pagination > li > span {
    position: relative;
    float: left;
    display: inline-block;
    padding: 6px 10px;
    line-height: 20px;
    text-decoration: none;
    color: #505050;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
#Paging .pagination > li:first-child > a,
#Paging .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
#Paging .pagination > li > a:hover,
#Paging .pagination > li > span:hover,
#Paging .pagination > li > a:focus,
#Paging .pagination > li > span:focus {
    z-index: 2;
    color: #505050;
    background-color: #eeeeee;
    border-color: #ddd;
}
#Paging .pagination > .active > a,
#Paging .pagination > .active > span,
#Paging .pagination > .active > a:hover,
#Paging .pagination > .active > span:hover,
#Paging .pagination > .active > a:focus,
#Paging .pagination > .active > span:focus {
    font-size: 14px !important;
    z-index: 3;
    color: #fff !important;
    background-color: #505050;
    border-color: #505050;
    cursor: default;
}

#Paging {
    width: 100%;
    overflow: hidden;
    text-align: center;
}
#Paging .pager {
    margin: 10px 0;
    list-style: none;
    text-align: center;
}
#Paging .pager:before {
    content: " ";
    display: table;
}
#Paging .pager .pagination {
    margin: 0;
}
#Paging .pager li {
    margin: 0 5px;
    display: inline-block;
    width: auto !important;
    padding: 0;
    float: none;
    overflow: unset;
}
#Paging .pager li > a,
#Paging .pager li > span {
    font-size: 14px !important;
    background: none;
    color: #505050;
    border: 1px solid #505050;
    border-radius: 3px;
    text-decoration: none;
    padding: 3px 8px;
}
#Paging .pager li:first-child > a,
#Paging .pager li:last-child > a,
#Paging .pager li:first-child > span,
#Paging .pager li:last-child > span {
    padding: 3px 8px;
}
#Paging .pager li > a:hover,
#Paging .pager li > a:focus {
    text-decoration: none;
    background-color: #505050;
    color: #fff;
}
#Paging .pager .disabled > a,
#Paging .pager .disabled > a:hover,
#Paging .pager .disabled > a:focus,
#Paging .pager .disabled > span {
    color: #777;
    border: 1px solid #777;
    background-color: #fff;
    cursor: not-allowed;
}

#Paging .loadmore-tips{
    font-size: 14px;
}

/*手机自适应控制*/
@media screen and (max-width:767px) {
    #Paging .pager li{
        margin: 0 1px;
    }
    #Paging .pager li > a,
    #Paging .pager li > span{
        font-size: 12px !important;
        padding: 2px 5px;
        line-height: 18px;
    }
    #Paging .pager li:first-child > a,
    #Paging .pager li:last-child > a,
    #Paging .pager li:first-child > span,
    #Paging .pager li:last-child > span {
        font-size: 12px !important;
        padding: 2px 5px;
    }
    #Paging .pagination > .active > a,
    #Paging .pagination > .active > span,
    #Paging .pagination > .active > a:hover,
    #Paging .pagination > .active > span:hover,
    #Paging .pagination > .active > a:focus,
    #Paging .pagination > .active > span:focus,
    #Paging .loadmore-tips{
        font-size: 12px !important;
    }
}
/*分页页码样式 E */
