/**
 * Created by 鑫 on 2014/10/17.
 */
/**
 * Created by 鑫 on 2014/8/1.
 */
html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-size: 100%;
    font: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

object, :focus {
    outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section /* HTML 5 */      {
    display: block;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

button {
    border: none;
    cursor: pointer
}

img {
    display: block;
}

a img {
    border: none;
}

input, button, textarea, select, optgroup, option {
    font-size: 100%;
    font: inherit;

}

th, td {
    text-align: left;
    font-weight: normal;
}

img, iframe {
    border: none;
    text-decoration: none;
}

ol, ul {
    list-style: none;
}

hr {
    margin: 0;
    padding: 0;
    border: 0;
    color: #000;
    background-color: #000;
    height: 1px
}
i,em{
    font-style: normal;
}
a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    color: #AE2A03;
}
h1,h2,h3,h4,h5,h6{font-weight: normal}
body {
    line-height: 1;
    font-family: "Hiragino Sans GB","STHeiti","Microsoft YaHei","simsun","sans-serif",Arial;
    font-size: 12px;
    background: #efefef;

}
.textarea {
    border-width: 1px;
    border-style: solid;
    word-break: break-word;
    word-wrap: break-word;
    outline: none;
    cursor: text;
    overflow: hidden;
    overflow-y: auto
}
.al {
    text-align: left;
}

.ar {
    text-align: right;
}

.ac {
    text-align: center;
}

.fl, .il .fl {
    float: left;
}

.fr, .il .fr {
    float: right;
}

.fc, .il .fc {
    float: none;
    clear: both;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.il {
    list-style: none;
}

.il li {
    float: left;
}
/*ui-icon*/
.ui-icon{
    display: inline-block;
}
.after,
.before
{
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    width: 0;
    border-style: solid;
    border-color: transparent transparent  transparent transparent ;
    border-width: 0 0 0 0 ;
    display: inline-block;
}
/*头部*/
.header {
    height: 55px;
}
.scrolling-fixed .header-inner{
    position: fixed;
    top: 0;
    left: 0;
    _position: absolute;
}
.header-inner {
    width: 100%;
    height: 56px;
    background: #ffffff;
    position: relative;
    z-index: 999;
}

.header-container {
    width:800px;
    margin: 0 auto;
    position: relative;
    height: 56px;
    background: #ffffff;
}

.header-container .passport-logo {
    float: left;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.header-container .passport-logo a{
    float: left;
    margin-top: 5px;
}
.header-container .passport-logo span{
    margin-left: 10px;
    font-size: 24px;
}
.header-container .passport-logo span i{
    color: #afafaf;
    padding-left: 15px;
    font-size: 24px;
}
.header-container .passport-info{
    float: left;
    line-height: 55px;
}

.header-container .passport-info span{
     font-size: 16px;
    color: #000;
    margin-right: 20px;
}
.header-container .passport-info a{
    color: #000000;
}
.header-container .passport-info em{
    color: #8a8a8a;
    font-family: "Arial";
    margin: 0 5px;
}
.header-container .passport-info img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
 }
.switch-btn{
    float: right;
    font-size: 14px;
    color: #a7a6a6;
    line-height: 55px;
}
.switch-btn a{
    color: #f12b15;
}
/*container*/
.content {
    width: 800px;
    margin: 30px auto;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0,0,0,.2);
    overflow: hidden;

}
.content-container{
    min-height: 500px;
}
.content-container:before,
.content-container:after{
    content: "";
    display: block;
    clear: both;
}
/*footer*/
.footer{
    height: 58px;
    background-color: #FFFFFF;
}
.footer-inner{
    box-shadow: 0px -3px 3px #eee;
}
.footer-container{
    /*width: 1200px;*/
    margin: 0 auto;
    height: 58px;
    overflow: hidden;
    background-color: #FFFFFF;
}

.footer-container p{
    line-height: 58px;
    color: #a9a9a9;
    font-size: 13px;
    text-align: center;
}

#btn-loading{}
#btn-loading img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    height: 20px;
    width: 20px;
}

#AutoComplete{background:#fff;border:1px solid #4190db;display:none;width:262px;}
#AutoComplete ul{list-style-type:none;margin:0;padding:0;}
#AutoComplete li{color:#333;cursor:pointer;font:12px/20px \5b8b\4f53;text-indent:5px;}
#AutoComplete .hover{background:#6eb6fe;color:#fff;}
