body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td {
    margin: 0;
    padding: 0
}

html {
    color: #000;
    background: #fff;
    overflow-y: scroll
}

body,button,input,select,textarea,pre {
    font-size: 12px;
    font-family: Arial, Helvetica, STHeiti,"宋体"
}

html.mod-without-msyahei body {
    font-family: Arial,Helvetica,STHeiti
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%
}

address,cite,dfn,em,var {
    font-style: normal
}

small {
    font-size: 12px
}

ul,ol {
    list-style: none
}

a {
    text-decoration: none;
    color: #2b78e4
}

a:hover {
    color: #1d61ad;
    -webkit-transition: color .15s linear , background-color .3s linear;
    -moz-transition: color .15s linear , background-color .3s linear;
    -o-transition: color .15s linear , background-color .3s linear;
    -ms-transition: color .15s linear , background-color .3s linear;
    transition: color .15s linear , background-color .3s linear;
    cursor: pointer
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

fieldset,img {
    border: 0
}

button,input,select,textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    -ms-interpolation-mode: bicubic
}

textarea {
    resize: vertical
}

*:focus {
    outline: 0
}

.left {
    float: left
}

.right {
    float: right
}

.overflow {
    overflow: hidden
}

.hide {
    display: none
}

.inlineBlock {
    display: inline-block;
    zoom: 1
}

.block {
    display: block
}

.inline {
    display: inline
}

.error {
    color: #F00;
    font-size: 12px
}

.fb {
    font-weight: bold
}

.f14 {
    font-size: 14px
}

button {
    cursor: pointer
}

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden
}

.clearfix {
    zoom: 1
}

.wordwrap {
    word-break: break-all;
    word-wrap: break-word
}

pre.wordwrap {
    white-space: pre-wrap
}

#wrapper {
    width: 100%
}

#head {
    height: 75px;
    z-index: 100
}

#nav {
    width: 100%;
    background: #fafafa;
    z-index: 1
}

#head,#content,#foot {
    width: 980px;
    margin-left: auto;
    margin-right: auto
}

#foot {
    text-align: center;
    color: #7a77c8;
    margin-top: 20px;
    margin-bottom: 20px
}

body {
    background: url(/static/passpc-base/img/header_bg.png?v=5e5eae1e.png) repeat-x top
}

.mod-header {
    display: inline;
    font-size: 66px
}

.mod-userbar {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 300
}

.mod-userbar li {
    float: left;
    margin: 0 3px
}

.mod-userbar li a {
    text-decoration: underline
}

.mod-userbar-select {
    position: relative
}

.mod-ui-arr {
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    display: inline-block;
    height: 4px;
    line-height: 0;
    width: 1px;
    border-top: 4px solid #00c;
    color: #00c;
    vertical-align: middle;
    margin-left: 2px;
    margin-top: 2px
}

.mod-userbar-select div {
    position: absolute;
    right: 0;
    top: 20px;
    border: 1px solid #9b9b9b;
    box-shadow: 1px 1px 2px #ccc;
    -moz-box-shadow: 1px 1px 2px #ccc;
    -webkit-box-shadow: 1px 1px 2px #ccc;
    background: #fff;
    display: none;
    width: 65px
}

.mod-userbar-select div a {
    display: block;
    line-height: 24px;
    padding: 0 6px;
    border-bottom: 1px solid #ebebeb;
    text-decoration: none;
    width: 53px;
    height: 24px
}

.mod-userbar-select div a:hover {
    background: #ebebeb
}

.mod-feedback {
    position: fixed;
    display: block;
    top: 200px;
    right: -1px;
    height: 80px;
    width: 24px;
    border: 1px solid #dfdfdf;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    background-color: #f7f7f7
}

.mod-feedback .feedback-inner {
    color: #1d61ad;
    font-size: 12px;
    width: 16px;
    margin-top: 10px;
    margin-left: 7px
}

a.mod-feedback:hover .feedback-inner {
    color: #2e7fdb
}

.mod-feedback {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}