/* ================================================================================= 整个站点通用模块 */

html {
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
    height: 100%;
}

body {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    font-family:  "Microsoft YaHei", "Lucida Grande", "Lucida Sans Unicode", "STHeiti", "Helvetica", "Arial", "Verdana", "sans-serif";
    font-size: 10px;
    line-height: 1.2;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5em;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}


/* link */

a {
    text-decoration: none;
    color: #333;
    font-size: 1.4rem;
}

a:visited,
a:active {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #e84252;
}

.inner-link {
    color: #999;
    cursor: default;
}

.inner-link em {
    margin-right: 4px;
    margin-left: 4px;
    color: #e84252;
}

.inner-link a {
    font-size: .8125em;
    color: #e84252;
    text-decoration: none;
}

.inner-link a:hover {
    color: #255fcb;
}

.inner-link .punctuation {
    margin-left: 4px;
    font-family: Simsun, serif;
    font-style: normal;
}


/* 页面内容区: 通栏、定宽范围 */

.section-wrapper:before,
.section-wrapper:after,
.section-header:before,
.section-header:after,
.section-container:before,
.section-container:after,
.module-wrapper:before,
.module-wrapper:after,
.module-header:before,
.module-header:after,
.module-container:before,
.module-container:after {
    display: table;
    content: " ";
}

.section-wrapper:after,
.section-header:after,
.section-container:after,
.module-wrapper:after,
.module-header:after,
.module-container:after {
    clear: both;
    overflow: hidden;
}

.section-wrapper,
.section-header,
.section-container,
.module-wrapper,
.module-header,
.module-container {
    *zoom: 1;
}


/* Float blocks */


/* Display */

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}


.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.clear {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    *zoom: 1;
}


/* Font family */

.sans-serif {
    font-family: \5fae\8f6f\96c5\9ed1, "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
}

.serif {
    font-family: "Helvetica Neue", Helvetica, Arial, \5b8b\4f53, Simsun, sans-serif;
}


/* Text Utility */

.font-normal {
    font-weight: normal;
    font-style: normal;
}

.font-thin {
    font-weight: 300;
}

.font-bold {
    font-weight: 700;
}

.font-italic {
    font-style: italic;
}


/* Text align */


/* Text overflow */

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.list-ellipsis .item,
.text-ellipsis {
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: normal;
    white-space: nowrap;
}


/* 图片自适应 */

.img-responsive {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}


/*#region public */

.column {
    float: left;
    *display: inline;
}

.column-main,
.column-sidebar,
.my-column-main,
.my-column-sidebar {
    float: left;
    *display: inline;
}

.column-main {
    width: 850px;
    background-color: #fff;
}

.my-column-main {
    width: 1000px;
}

.column-sidebar {
    width: 410px;
    margin-left: 20px;
    overflow: hidden;
    background-color: #fff;
}

.my-column-sidebar {
    width: 260px;
    margin-right: 20px;
    overflow: hidden;
}

.column-sidebar .column .media-wrapper {
    padding: 0 10px;
    font-size: .875em;
    text-align: center;
}

.column-count-2>.column {
    width: 50%;
    *width: 49.9690%;
}

.column-count-3>.column {
    width: 33.3333%;
    *width: 33.3023%;
}

.column-count-4>.column {
    width: 25%;
    *width: 24.9690%;
}

.column-count-5>.column {
    width: 20%;
    *width: 19.9690%;
}

.column-count-6>.column {
    width: 16.6667%;
    *width: 16.6357%;
}

.column-count-8>.column {
    width: 12.5000%;
    *width: 12.4690%;
}

.inline-block {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}

.f-mb20{
    margin-bottom: 20px;
}
.f-mb30{
    margin-bottom: 30px;
}
/*#region pagination*/

.module-pagination {
    clear: both;
    height: 40px;
    margin: 40px auto;
    text-align: center;
}

.pagination-inner {
    position: relative;
    display: inline-block;
}

.pagination-inner a,
.pagination-inner .page-break,
.pagination-inner .page-cur,
.pagination-inner .page-prev,
.pagination-inner .page-next {
    float: left;
    min-width: 26px;
    width: 26px;
    width: auto !important;
    height: 36px;
    margin-right: 5px;
    padding: 0 5px;
    font-size: 14px;
    line-height: 36px;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
}

.pagination-inner .page-prev,
.pagination-inner .page-next {
    width: auto;
    color: #999;
}

.pagination-inner .page-prev span,
.pagination-inner .page-next span {
    color: #666;
}

.pagination-inner a {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    border-radius: 3px;
}

.pagination-inner a:hover,
.pagination-inner a.page-prev:hover span,
.pagination-inner a.page-next:hover span,
.pagination-inner .page-cur {
    border-color: #FF4765;
    background-color: #FF4765;
    color: #fff;
    text-decoration: none;
}

.pagination-inner .page-cur {
    font-weight: bold;
}

/*#region pendant*/

.page-pendant {
    position: fixed;
    _position: absolute;
    right: 20px;
    bottom: 30px;
    z-index: 999;
}

*html,
*html body {
    background-image: url(about:blank);
    background-attachment: fixed;
}

*html .page-pendant {
    position: absolute;
    bottom: auto;
}

.pendant-inner {
    position: relative;
    height: 60px;
    width: 60px;
    overflow: hidden;
    margin-top: 20px;
}

.pendant-inner:nth-child(1) {
    margin-top: 0;
}

.to-top {
    top: 20px;
    filter: alpha(opacity=0);
    opacity: 0;
    cursor: pointer;
    -moz-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
}

.to-top span {
    display: block;
    position: absolute;
    left: 0;
    width: 58px;
    height: 58px;
    color: #7b7b7b;
    line-height: 60px;
    text-align: center;
    border: 1px solid #d9d9d9;
}

.to-top .tag {
    top: 0;
    z-index: 1;
    font-size: 34px;
    background-color: #fff;
}

.to-top .title {
    top: 60px;
    z-index: 2;
    font-size: 1.4rem;
    background-color: #fff;
    -moz-transition: all ease-in .2s;
    -o-transition: all ease-in .2s;
    -webkit-transition: all ease-in .2s;
    transition: all ease-in .2s;
}

.to-top-in {
    top: 0;
    filter: alpha(opacity=100);
    opacity: 1;
}

.to-top-in:hover .title {
    top: 0;
}