/* CSS Document */
html {
    background: #FFFFFF;
    color: #333333;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, blockquote, th, td, hr, button, article, footer, header, menu, nav, section {
    margin: 0;
    padding: 0;
}
body, button, input, select, textarea {
    font-size: 12px;
    font-family: tahoma,arial,'Hiragino Sans GB','微软雅黑', '宋体', sans-serif;
    border: none;
}
h1, h2, h3, h4, h5, h6, textarea {
    font-weight: normal;
    font-size: 12px;
}
i, b, em, textarea {
    font-style: normal;
    font-weight: 400;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}/* 去掉 table cell 的边距并让其边重合 */
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}/* pre 可以换行*/
img {
    border: none;
    vertical-align: middle;
}
input, select, textarea {
    font-size: 100%;
}
del {
    text-decoration: line-through;
}/* 一致的 del 样式 */
a {
    color: #666666;
    text-decoration: none;
}
a:focus, *:focus {
    outline: none;
}/* 去除 ie6 & ie7 焦点点状线 */
a:hover, a:link, a:visited, a:active, input:focus {
    text-decoration: none;
    transition: text-shadow 250ms ease-in 0ms, color 120ms ease-in 0ms;
}
ul, li, ol {
    list-style: none;
}
input {
    font-family: inherit;
    margin: 0;
    padding: 0;
}
th {
    text-align: inherit;
}/* ie bug：th 不继承 text-align */
iframe {
    display: block;
}/* ie6 7 8(q) bug 显示为行内表现 */

.elli {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}/* 单行多出省略号.... */
.clear {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}/* 清除浮动 */
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    zoom: 1; /* for ie6 & ie7 */
}
.wordhide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}/* 多出隐藏变... */
.fl {
    float: left;
    display: inline;
}/* 设置浮动，减少浮动带来的 bug */
.fr {
    float: right;
    display: inline;
}
.w {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.mw {
    width: 990px;
    margin: 0 auto;
    position: relative;
}
.ctrl-prev a, .ctrl-next a {
    transition: all .15s ease-in 0s;
}

.header {
    position: relative;
    min-height: 231px;
}
.header .header-loading, .footer .footer-loading {
    margin: 0 auto;
    width: 231px;
    height: 231px;
}
.header .header-loading .ball-clip-rotate-multiple, .footer .footer-loading .ball-clip-rotate-multiple {
    height: 100%;
}
.header .header-loading .ball-clip-rotate-multiple > div, .footer .footer-loading .ball-clip-rotate-multiple > div {
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    height: 80px;
    width: 80px;
    border: 3px solid #CCCCCC;
    border-bottom-color: transparent;
    border-top-color: transparent;
}
.header .header-loading .ball-clip-rotate-multiple > div:last-child, .footer .footer-loading .ball-clip-rotate-multiple > div:last-child {
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
}

[v-cloak] {
    display: none;
}

/* 遮罩层 */
.submitLoading {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #FFFFFF;
    opacity: .95;
}
.submitLoadingCont {
    position: fixed;
    z-index: 10000;
    top: 150px;
    right: 0;
    left: 0;
    text-align: center;
}
.submitLoadingCont .line-scale-pulse-out-rapid > div {
    background: #02A9E0;
}
.submitLoadingCont .submitLoadingContTip {
    padding: 20px 0;
    font-size: 28px;
    color: #02A9E0;
}
.submitLoadingCont p {
    font-size: 16px;
    color: #333333;
}

/* 页码 page start */
.pageFinder {
    margin-bottom: 10px;
}
.pageFinder .p-num a, .pageFinder .p-num b {
    float: left;
    margin-right: 5px;
    padding: 0 14px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
}
.pageFinder .p-num a {
    color: #333333;
    background-color: #F7F7F7;
    background-repeat: repeat-x;
    background-image: linear-gradient(top,#F7F7F7,#F2F2F2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f2f2f2', GradientType=0);
    border: 1px solid #DDDDDD;
}
.pageFinder .p-num .pn-break {
    color: #CCCCCC;
}
.pageFinder .p-num a.curr {
    color: #FFFFFF;
    background-color: #05AEFB;
    border: 1px solid #1282D9;
    cursor: default;
}
.pageFinder .p-skip {
    float: left;
    margin-left: 20px;
}
.pageFinder .p-skip em {
    float: left;
    font-size: 14px;
    line-height: 38px;
}
.pageFinder .p-skip .input-txt {
    float: left;
    margin: 0 3px;
    padding: 3px;
    width: 30px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #CCCCCC;
}
.pageFinder .p-skip .btn {
    display: inline-block;
    margin-left: 10px;
    padding: 4px 13px 5px;
    height: 27px;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #05AEFB;
    background-repeat: repeat-x;
    background-image: linear-gradient(top,#05AEFB,#005AA0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05aefb', endColorstr='#05aefb', GradientType=0);
    border-radius: 2px;
    cursor: pointer;
}
.pageFinder .p-num .pn-next.disabled, .pageFinder .p-num .pn-prev.disabled {
    background: #FFFFFF;
    cursor: not-allowed;
}
.pageFinder .p-num .pn-next.disabled em, .pageFinder .p-num .pn-next.disabled i, .pageFinder .p-num .pn-prev.disabled em, .pageFinder .p-num .pn-prev.disabled i {
    color: #CCCCCC;
}
/* 页码 page end */

.hide {
    /* 隐藏 */
    display: none;
}
.show {
    /* 显示 */
    display: block;
}
.content {
    position: relative;
    z-index: 1;
}

/* 字体颜色 */
.font-common {
    color: #007BC8;
}
.font-white {
    color: #FFFFFF;
}
.font-black {
    color: #000000;
}
.font-red {
    color: red;
}
.font-000 {
    color: #000000;
}
.font-333 {
    color: #333333;
}
.font-666 {
    color: #666666;
}
.font-999 {
    color: #999999;
}
/* 字体颜色 */

/* 背景颜色 */
.bg-white {
    background: #FFFFFF;
}
.bg-f0 {
    background: #F0F0F0;
}
.bg-999 {
    background: #999999;
}
.bg-common {
    background: #007BC8;
}
.bg-common-deep {
    background: #0081BB;
}
/* 背景颜色 */

/* 边框颜色 */
.border-common {
    border-color: #007BC8 !important;
}
.border-top-common {
    border-top-color: #007BC8 !important;
}
.border-right-common {
    border-right-color: #007BC8 !important;
}
.border-bottom-common {
    border-bottom-color: #007BC8 !important;
}
.border-left-common {
    border-left-color: #007BC8 !important;
}
/* 边框颜色 */

.categorys-inner {
    background: #065788;
}

/* 个人中心颜色 */
.nav-items li.curr .nav-item, .nav-items li:hover .nav-item {
    background: #26B3F3;
}
