body {
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    padding-top: 67px;
    overflow-x: hidden;
}
.main-header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 5px 0px;
    background-color: #fff;
    z-index: 999;
}

.navbar {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0px;
    border: none;
}

.navbar-header {
    float: none;
}

.navbar-brand {
    width: 70px;
    height: auto;
    float: none;
    display: block;
    margin: 0px auto;
    padding: 0px;
    position: relative;
    z-index: 1000;
}

.navbar-brand img {
    width: 70px;
}
.navbar-toggle .icon-bar {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 3px;
    margin-left: -10px;
    background-color: #222222;
    -webkit-transition: none 0.35s ease 0.35s;
    -o-transition: none 0.35s ease 0.35s;
    transition: none 0.35s ease 0.35s;
    -webkit-transition-property: top, opacity, -webkit-transform;
    transition-property: top, opacity, -webkit-transform;
}
.topbar {
    padding-top: 30px;
    display: none;
    width: 100%;
    position: relative;
    z-index: 999;
}

.tool {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.tool li {
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 40px;
}
.tool li a{
    display: block;
}
.header-tool li .wechat,
.hover-tool li .wechat {
    width: 28px;
    height: 23px;
    background-image: url(../images/icon-header-wechat.png);
}

.header-tool li .sina,
.hover-tool li .sina {
    width: 28px;
    height: 23px;
    background-image: url(../images/icon-header-sina.png);
}

.header-tool li .tencent,
.hover-tool li .tencent {
    width: 27px;
    height: 26px;
    background-image: url(../images/icon-header-tencent.png);
}

.header-tool li .space,
.hover-tool li .space {
    width: 26px;
    height: 23px;
    background-image: url(../images/icon-header-space.png);
}
.footer-tool li .wechat {
    width: 22px;
    height: 18px;
    background-image: url(../images/icon-footer-wechat.png);
}

.footer-tool li .sina {
    width: 23px;
    height: 18px;
    background-image: url(../images/icon-footer-sina.png);
}

.footer-tool li .tencent {
    width: 21px;
    height: 20px;
    background-image: url(../images/icon-footer-tencent.png);
}

.footer-tool li .space {
    width: 20px;
    height: 18px;
    background-image: url(../images/icon-footer-space.png);
}
.footer-tool li a{
    opacity: 0.6;
}
.tooltip {
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.topbar .btn-link,
.topbar .user {
    float: right;
    position: relative;
}

.topbar .btn-link {
    margin-bottom: 15px;
}

.topbar .user {
    padding-bottom: 13px;
}

.topbar .btn-link a,
.topbar .user a {
    color: #626262;
    line-height: 1;
    display: block;
}

.topbar .user a {
    text-decoration: none;
}

.topbar .user > a {
    padding: 2px 0px;
    margin-bottom: 12px;
}

.topbar .btn-link a:hover,
.topbar .user a:hover {
    color: #e84884;
}

.topbar .user .icon-dropdown {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    width: 11px;
    height: 6px;
    background: url(../images/icon-dropdown.png) no-repeat;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
}

.topbar .user:hover .icon-dropdown {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.topbar .user .user-submenu {
    position: absolute;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    top: 30px;
    display: none;
}

.topbar .user:hover .user-submenu {
    display: block;
}

.topbar .user .user-submenu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    background-color: #fff;
    width: 100px;
}

.topbar .user .user-submenu ul li {
    border-bottom: 1px solid #a7a7a7;
    margin: 0px 15px;
    text-align: center;
}

.topbar .user .user-submenu ul li:last-child {
    border-bottom: none;
}

.topbar .user .user-submenu ul li a {
    font-size: 13px;
    height: 35px;
    line-height: 35px;
}

.topbar .user .user-submenu .icon-top {
    position: absolute;
    width: 100%;
    top: -8px;
    left: 0px;
    display: block;
    height: 9px;
    background: url(../images/icon-top-1.png) no-repeat center;
}

.topbar .btn-link p {
    float: left;
    font-size: 14px;
    padding: 2px 0px;
}

.topbar .btn-link p:first-child {
    padding-right: 20px;
    border-right: 1px solid #707070;
}

.topbar .btn-link p:last-child {
    padding-left: 20px;
}

.topbar .search {
    clear: both;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 3px;
    background-color: #fff;
    float: right;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.topbar .search:hover {
    border-color: #bfbfbf;
    background-color: #eeeeee;
}

.topbar .search:hover .search-text {
    width: 200px;
    padding-left: 15px;
    padding-right: 10px;
}

.topbar .search .search-text {
    width: 0px;
    border-radius: 30px 0px 0px 30px;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    vertical-align: middle;
    border: none;
    outline: none;
}

.topbar .search .search-btn {
    width: 32px;
    height: 32px;
    background: url(../images/icon-search.png) no-repeat;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    border: none;
}

.navbar-nav > li > a {
    color: #000000;
    font-size: 16px;
}
.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover,
.navbar-nav > li > a.active {
    color: #e84884;
    background-color: inherit;
}

.navbar-nav > li > a:focus:after,
.navbar-nav > li > a:hover:after,
.navbar-nav > li > a.active:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0px;
    right: 0px;
    height: 3px;
    background-color: #e84884;
}

.navbar-toggle {
    position: absolute;
    top: 50%;
    width: 52px;
    height: 50px;
    padding: 0px;
    margin: -25px 0px 0px;
    border: none;
}

.navbar-menu {
    left: 0px;
}

.navbar-search {
    right: 0px;
}

.navbar-search img {
    width: 21px;
    height: 21px;
    vertical-align: top;
    margin-top: -2px;
}

.offcanvas-side {
    position: fixed;
    top: 0px;
    bottom: 0px;
    width: 70%;
    background-color: #3a3a3a;
    -webkit-transition: -webkit-transform 400ms ease-in-out;
    transition: transform 400ms ease-in-out;
    overflow: auto;
}

.offcanvas-menu {
    left: 0px;
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px);
}

.offcanvas-search {
    right: 0px;
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
}

.offcanvas-header {
    background-color: #a8a8a8;
    position: relative;
    padding: 5px 0px;
}

.offcanvas-header:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    left: 50%;
    margin-left: -6px;
    bottom: -6px;
    border-top: 6px solid #a8a8a8;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    z-index: 2;
}
.offcanvas-header a{
    display: inline-block;
}
.offcanvas-header img {
    width: 70px;
}

.slideout {
    -webkit-transition: -webkit-transform 400ms ease-in-out;
    transition: transform 400ms ease-in-out;
}

.offcanvas-open-menu,
.offcanvas-open-search {
    height: 100%;
    overflow: hidden;
}

.offcanvas-open-menu .offcanvas-menu {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.offcanvas-open-search .offcanvas-search {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.offcanvas-open-menu .slideout {
    -webkit-transform: translate3d(70%, 0px, 0px);
    transform: translate3d(70%, 0px, 0px);
}

.offcanvas-open-search .slideout {
    -webkit-transform: translate3d(-70%, 0px, 0px);
    transform: translate3d(-70%, 0px, 0px);
}

.offcanvas-open-menu .offcanvas-backdrop,
.offcanvas-open-search .offcanvas-backdrop {
    display: block;
}

.offcanvas-backdrop {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 0px;
}

.navbar-toggle .icon-bar.ib-top {
    top: 16px;
}

.navbar-toggle .icon-bar.ib-middle {
    top: 23px;
}

.navbar-toggle .icon-bar.ib-bottom {
    top: 30px;
}

.offcanvas-open-menu .navbar-toggle .icon-bar {
    top: 23px;
}

.offcanvas-open-menu .navbar-toggle .icon-bar.ib-top {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.offcanvas-open-menu .navbar-toggle .icon-bar.ib-middle {
    opacity: 0;
}

.offcanvas-open-menu .navbar-toggle .icon-bar.ib-bottom {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-mobile .list-group-item {
    background-color: #3a3a3a;
    border-radius: 0px;
    border-left: none;
    border-right: none;
    color: #b3b3b3;
    border-color: #000;
    font-size: 16px;
}

.nav-mobile .list-group-item:first-child {
    border-top: none;
}

.nav-mobile .list-group-item:after {
    width: 5px;
    height: 11px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -5px;
    background: url(http://7xjm3j.com1.z0.glb.clouddn.com/icon-right.png) no-repeat;
    background-size: cover;
}

.nav-mobile a.list-group-item:hover,
.nav-mobile a.list-group-item:focus {
    background-color: #3a3a3a;
    color: #b3b3b3;
}

.nav-mobile .btn-block {
    border-color: #aaa;
    border-radius: 30px;
    padding: 10px 0px;
    color: #fff;
}

.nav-mobile .btn-block:hover,
.nav-mobile .btn-block:focus {
    color: #fff;
}

.nav-mobile .btn-link {
    padding: 15px 15px 35px;
    text-decoration: none;
}

.nav-mobile .btn-block + .btn-block {
    margin-top: 10px;
}

.nav-mobile .user {
    padding: 0px 15px 20px;
}

.nav-mobile .user a {
    color: #fff;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-decoration: none;
}

.nav-mobile .user a .icon-user {
    margin-right: 10px;
}

.nav-mobile .user a span {
    font-weight: bold;
}

.nav-mobile .user .btn-close {
    color: #b4b4b4;
    padding: 0px 14px;
    margin-left: 21px;
}

.offcanvas-side .search {
    padding: 0px 15px;
}

.offcanvas-side .search input {
    width: 100%;
    height: 40px;
    padding: 0px 14px;
    margin: 50px 0px 35px;
    outline: none;
}

.offcanvas-side .search .btn-block {
    border-color: #aaa;
    border-radius: 30px;
    padding: 10px 0px;
    color: #fff;
}
.swiper-container {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
}

.swiper-container-1 .banner-text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding-top: 10px;
    padding-bottom: 25px;
    padding-left: 15px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7) 55%);
}

.swiper-container-1 .banner-text p {
    background-color: #000;
    margin-bottom: 1px;
    color: #fff;
    font-size: 18px;
    float: left;
    clear: both;
    padding: 0px 10px;
    font-weight: bold;
}

.swiper-pagination-bullet {
    background-color: #595552;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background-color: #fff;
}

.swiper-container-1 .swiper-button-next,
.swiper-container-1 .swiper-button-prev {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 12px 20px;
    margin-top: -21px;
}

.swiper-small .swiper-button-next,
.swiper-small .swiper-button-prev {
    background-size: 12px 20px;
}
.swiper-small .swiper-button-next{
    right: 0px;
}
.swiper-small .swiper-button-prev{
    left: 0px;
}
.swiper-container-horizontal>.swiper-pagination {
    bottom: 6px;
}

.banner .img-rounded {
    border-radius: 0px;
}

.swiper-slide > a {
    display: block;
}


.banner-small .thumbnail {
    padding: 0px;
    border: none;
    border-radius: 0px;
    position: relative;
    background-color: rgba(0, 0, 0, 1);
}

.banner-small .thumbnail img {
    width: 100%;
    opacity: 0.7;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.banner-small .thumbnail:hover img {
    opacity: 1;
}

.banner-small .thumbnail .bs-text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    text-align: justify;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7) 55%);
}

.content-wrap .nav-btn a {
    color: #000000;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
}

.content-wrap .nav-btn a:hover,
.content-wrap .nav-btn a:focus {
    color: #e84884;
}

.nav-btn,
.aside-item{
    border-top: 3px solid #000;
}
.aside-item{
    margin-bottom: 20px;
}
.article-img {
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.article-heading {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 16px;
}

.article-heading a {
    color: #000;
    font-weight: bold;
}

.article-heading a:hover {
    color: #e84884;
}

.article-content {
    color: #464646;
    margin-bottom: 10px;
}

.count,
.date {
    color: #707070;
    font-size: 12px;
    display: inline-block;
}
.article-date {
    float: right;
    margin-top: 3px;
}

.article-container {
    padding: 25px 0px;
    border-bottom: 1px solid #e5e5e5;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-size: cover;
}

.icon.icon-comment {
    width: 18px;
    height: 18px;
    background-image: url(../images/icon-comment.png);
}

.icon.icon-camera {
    width: 27px;
    height: 22px;
    background-image: url(http://7xjm3j.com1.z0.glb.clouddn.com/icon-camera.png);
}

.icon.icon-browse {
    width: 21px;
    height: 15px;
    background-image: url(../images/icon-browse.png);
}

.icon.icon-heart {
    width: 17px;
    height: 14px;
    background-image: url(../images/icon-heart.png);
}

.icon.icon-comment-2 {
    width: 18px;
    height: 16px;
    background-image: url(../images/icon-comment-2.png);
}

.icon.icon-date {
    width: 16px;
    height: 16px;
    background-image: url(../images/icon-date.png);
}

.icon.icon-pin {
    width: 16px;
    height: 20px;
    background-image: url(../images/icon-pin.png);
}

.icon.icon-user {
    width: 17px;
    height: 19px;
    background-image: url(http://7xjm3j.com1.z0.glb.clouddn.com/icon-user.png);
}

.icon.icon-share {
    width: 18px;
    height: 17px;
    background-image: url(../images/icon-share.png);
}
.icon.icon-like-big {
    width: 28px;
    height: 31px;
    background-image: url(../images/icon-like-1.png);
}
.icon.icon-like-small {
    width: 18px;
    height: 20px;
    background-image: url(../images/icon-like-1.png);
}
.icon-vote{
    width: 15px;
    height: 18px;
    background-image: url(http://7xjm3j.com1.z0.glb.clouddn.com/icon-vote-normal.png);
}
.active .icon-vote {
    background-image: url(../images/icon-vote-active.png);
}
.icon.icon-browse-2 {
    width: 24px;
    height: 15px;
    background-image: url(../images/icon-browse-2.png);
}
.icon.icon-file {
    width: 17px;
    height: 19px;
    background-image: url(http://7xjm3j.com1.z0.glb.clouddn.com/icon-file.png);
}
.icon-heart-hollow {
    width: 20px;
    height: 16px;
    background-image: url(http://7xjm3j.com1.z0.glb.clouddn.com/icon-heart-hollow.png);
}
.icon-icon-star {
    width: 21px;
    height: 20px;
    background-image: url(../images/icon-star.png);
}
.article-count:first-child {
    margin-right: 5px;
}

.article-left a,
.article-right a {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

.article-left a:hover .article-img,
.article-right a:hover .article-img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.aside-title {
    font-size: 16px;
    margin-top: 17px;
    margin-bottom: 15px;
}

.recommend .list-group-item {
    padding: 15px;
}

.recommend .list-group-item a {
    color: #000000;
    font-weight: bold;
}

.recommend .list-group-item a:hover {
    color: #e84884;
}

.recommend .list-group-item .date {
    display: block;
    margin-top: 8px;
}

.shinetop {
    background-color: #f8f8f8;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.shinetop .img-responsive {
    margin: 0px auto;
}

.link {
    position: relative;
    display: block;
}

.link:hover .link-btn span:first-child {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
}

.link:hover .link-btn span:last-child {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.link .link-btn {
    width: 118px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    bottom: 47px;
    left: 50%;
    margin-left: -59px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.link .link-btn span {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 5px;
    font-weight: bold;
    color: #000000;
}

.link .link-btn span:first-child {
    background-color: #fff;
    -webkit-transform-origin: 50% 50% -18px;
    transform-origin: 50% 50% -18px;
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.link .link-btn span:last-child {
    background-color: #000;
    color: #fff;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: transform .3s;
    transition: transform .3s;
    -webkit-transform-origin: 50% 50% -18px;
    transform-origin: 50% 50% -18px;
}

.column-item .media-body p {
    color: #909090;
    font-size: 12px;
}

.column-item .media-heading {
    margin-top: 5px;
}

.column-item .media-heading a,
.article-media .media-heading a {
    color: #000000;
}

.column-item .media-heading a:hover,
.article-media .media-heading a:hover {
    color: #e84884;
}

.column-article h5 {
    margin-top: 20px;
    margin-bottom: 12px;
}

.column-article h5 a {
    color: #000;
    font-weight: bold;
}

.column-article h5 a:hover {
    color: #e84884;
}

.column-article p {
    margin-bottom: 15px;
}

.column-content {
    margin-top: -10px;
    margin-bottom: 20px;
}

.column-item {
    padding: 25px 0px;
    border-bottom: 1px solid #e5e5e5;
}

.column-item:last-child {
    border-bottom: none;
}
.new{
    position: relative;
}
.new:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 2px;
    width: 8px;
    height: 8px;
    background-color: #ff9d2a;
    border-radius: 100%;
}

.new:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 100%;
}
.em-pic.new:after {
    top: 20px;
    left: 20px;
    width: 12px;
    height: 12px;
    background-color: #e84884;
}

.em-pic.new:before {
    top: 18px;
    left: 18px;
    width: 16px;
    height: 16px;
}
.em-pic img{
    width: 182px;
}
.attention-item .media-left img{
    width: 102px;
}
.article-list{
    margin-top: 10px;
    text-align: center;
}
.article-list ul{
    padding-left: 20px;
    display: inline-block;
}
.article-list li{
    margin-bottom: 20px;
    text-align: left;
}
.article-list a{
    color: #000000;
}
.article-list a:hover,
.article-list a:focus{
    color: #e84884;
}
.more{
    float: right;
    color: #000000;
}
.more:hover,
.more:focus{
    color: #e84884;
}
footer{
    background-color: #001f3d;
    overflow: hidden;
}
.footer-nav{
    padding: 26px 0px;
    margin-bottom: 26px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.footer-nav-list{
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0px -10px;
}
.footer-nav-header{
    float: left;
    margin-right: 10px;
    display: none;
}
.footer-nav-list li{
    float: left;
    padding: 0px 10px;
    margin-bottom: 10px;
    width: 50%;
}
.footer-nav-list li a{
    color: #fff;
    padding: 12px 15px;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
    text-decoration: none;
}
.footer-nav-list li:last-child{
    margin-bottom: 0px;
}
.footer-nav .code-container{
    position: relative;
    left: 0px;
    right: 0px;
    display: none;
}
.footer-nav .code-img{
    position: absolute;
    top: -27px;
    right: 0px;
    padding: 0px 40px;
    background-color: #001f3d;
}
.copy{
    padding-bottom: 26px;
}
.copy p{
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.footer-tool{
    clear: both;
    padding-top: 20px;
    display: none;
}
.footer-nav-brand{
    display: block;
}
.hover-code{
    position: fixed;
    top: 200px;
    right: 10px;
    z-index: 999;
    display: none;
}
.top{
    width: 49px;
    height: 42px;
    position: fixed;
    right: 15px;
    bottom: 80px;
    border: 1px solid #000;
    border-radius: 3px;
    display: none;
    background: url(../images/icon-top-2.png) no-repeat center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1000;
}
.aside-article{
    margin-bottom: 30px;
    text-align: center;
}
.aside-article.single{
    padding-bottom: 20px;
    border-bottom: 1px solid #9a9a9a;
}
.aside-article-header{
    display: block;
    margin-bottom: 20px;
}
.aside-article-header img{
    margin: 0px auto;
}
.aside-article-body a{
    color: #000000;
}
.aside-article-body a:hover{
    color: #e84884;
}
.aside-article-body p{
    color: #898989;
}
.swiper-container-2 .swiper-slide a{
    text-align: center;
    color: #000;
    font-size: 12px;
    text-decoration: none;
}
.swiper-container-2 .swiper-slide a:hover{
    color: #e84884;
}
.swiper-container-2 .swiper-slide img{
    margin: 0px auto;
}
.swiper-container-2 .banner-text p{
    margin-bottom: 0px;
}
.swiper-small{
    padding: 25px 40px;
    position: relative;
}
.b-title{
    font-size: 16px;
    margin-bottom: 25px;
    letter-spacing: 5px;
}
.swiper-small .swiper-container-2 .img-responsive{
    width: 80px;
}
.feature-img img{
    width: 100%;
    margin-bottom: 20px;
}
.feature-text{
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}
.feature-count{
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.feature-count .count{
    margin: 0px 25px;
}
.feature-count a.count:hover{
    color: #707070;
}
.article-feature:last-child{
    border-bottom: none;
}
.content-wrap-bg{
    background-color: #f4f4f4;
}
.body-top{
    padding-top: 20px;
    padding-bottom: 15px;
}
.body-top .count{
    margin-right: 15px;
}
.body-title{
    font-size: 20px;
    margin-top: 0px;
}
.body-content .img-responsive{
    margin-bottom: 30px;
}
.body-content p{
    color: #464646;
    margin-bottom: 30px;
    line-height: 26px;
}
.body-content .lead{
    font-size: 16px;
    color: #535353;
    background-color: #fff;
    padding: 20px;
    line-height: 30px;
    font-weight: normal;
}
.body-content h5{
    font-weight: bold;
    padding-top: 20px;
    margin-bottom: 30px;
}
.body-bottom{
    padding-top: 40px;
    padding-bottom: 100px;
    margin-bottom: 20px;
}
.comment-publish{
    height: 220px;
}
.mb-comment{
    height: 300px;
}
.mb-comment .cp-content{
    padding-top: 70px;
}
.mb-comment .login-link{
    padding-top: 140px;
}
.bb-title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 60px;
}
.bb-code{
    margin-bottom: 60px;
}
.bb-like{
    display: block;
    max-width: 288px;
    height: 55px;
    line-height: 55px;
    margin: 0px auto;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    color: #464646;
}
.bb-like:hover,
.bb-like:focus{
    text-decoration: none;
    color: #464646;
}
.bb-like .icon-like-big{
    margin-right: 15px;
    margin-top: -8px;
}
.login-link{
    color: #464646;
    padding-top: 70px;
}
.login-link a{
    color: #464646;
    text-decoration: underline;
}
.login-link a:hover{
    color: #e84884;
}
.cp-title{
    font-size: 21px;
    margin-bottom: 30px;
}
.cp-input{
    width: 100%;
    height: 49px;
    padding: 0px 10px;
    margin-bottom: 20px;
}
.cp-btn{
    text-align: right;
}
.cp-btn .btn{
    background-color: #000000;
    color: #fff;
    width: 78px;
    height: 38px;
    border-radius: 0px;
}
.comment-title{
    font-size: 16px;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 15px;
}
.comment-list .media{
    margin-top: 0px;
    padding: 40px 0px;
    border-bottom: 1px solid #d0d4d6;
}
.comment-list .media-body{
    position: relative;
    padding-top: 15px;
}
.comment-list .media-body .date{
    padding-left: 15px;
}
.comment-list .media-body .count{
    position: absolute;
    right: 0px;
    top: 18px;
}
.comment-list .media-body .count:hover,
.comment-list .media-body .count:focus{
    color: #707070;
    text-decoration: none;
}
.comment-list .media-body .icon-like-small{
    margin-top: -8px;
}
.comment-list .media-bottom{
    color: #363636;
    margin-top: 20px;
}
.page{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 30px 0px 40px;
}
.page a,
.page span{
    color: #000000;
    float: left;
    margin-right: 8px;
}
.page span{
    margin-left: -8px;
}
.page a:last-child{
    margin-left: 8px;
}
.page .active{
    color: #ff503f;
}
.ranking{
    padding-bottom: 40px;
}
.ranking ul{
    list-style: none;
    padding: 0px;
}
.ranking li:after{
    content: "";
    position: absolute;
    height: 1px;
    bottom: 0px;
    left: 60px;
    right: 0px;
    background-color: #e5e5e5;
}
.ranking li{
    padding: 25px 0px 25px 60px;
    margin-bottom: 5px;
    position: relative;
}
.ranking li a{
    color: #000000;
}
.ranking li a:hover,
.ranking li a:focus{
    color: #e84884;
}
.ranking li em{
    position: absolute;
    left: 0px;
    top: 10px;
    width: 60px;
    margin-left: 5px;
    font-size: 38px;
    display: inline-block;
    color: #bfbfbf;
}
.ranking .one,
.ranking .tow,
.ranking .three{
    color: #ff9d2a;
}
.b-article{
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}
.b-article:hover,
.b-article:focus{
    color: #e84884;
    text-decoration: none;
}
.b-article .banner-text{
    margin-top: 30px;
}
.main-content-bg .article-container,
.aside-content-bg .aside-item{
    background-color: #fff;
}
.btn-tab .btn{
    font-size: 16px;
    color: #000000;
    padding: 12px 0px;
    border-radius: 0px;
}
.btn-tab .btn-active{
    color: #e84884;
}
.icon.icon-add{
    width: 10px;
    height: 2px;
    background-color: #e84884;
    position: relative;
    margin-top: -5px;
}
.icon.icon-add:before{
    content: "";
    width: 10px;
    height: 2px;
    background-color: #e84884;
    position: absolute;
    left: 0px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.operation{
    position: relative;
    text-align: center;
}
.attention,
.attention-active{
    display: block;
    width: 82px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #a0a0a0;
    color: #000;
    font-size: 12px;
    border-radius: 20px;
    position: relative;
}
.attention-active:hover,
.attention-active:focus{
    color: #fff;
    text-decoration: none;
}
.attention:hover,
.attention:focus,
.cancel:hover,
.cancel:focus{
    color: #e84884;
    text-decoration: none;
}
.cancel{
    width: 82px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #e84884;
    color: #e84884;
    font-size: 12px;
    border-radius: 20px;
    background-color: #fff;
    position: absolute;
    top: 27px;
    left: 0px;
    display: none;
}
.cancel.active{
    display: block;
}
.attention.active,
.attention-active{
    background-color: #e84884;
    color: #fff;
    border-color: #e84884;
}
.attention.active .icon-add{
    display: none;
}
.attention.active:after,
.attention-active:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    border-top: 5px solid #fff;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
}
.media, .media-body{
    overflow: inherit;
}
.article-media{
    margin-top: 30px;
}
.article-media .media-heading{
    margin-bottom: 8px;
}
.media-count{
    font-size: 12px;
    margin: 0px -15px 10px;
}
.media-count span,
.media-count a{
    margin: 0px 15px;
    text-decoration: none;
}
.media-count span em,
.media-count a em{
    font-style: normal;
    color: #e84884;
    margin-left: 10px;
}
.attention-item{
    padding: 25px 20px;
}
.ca-title{
    color: #707070;
    font-size: 12px;
    position: relative;
    margin-top: 20px;
}
.ca-title:after{
    content: "";
    height: 1px;
    position: absolute;
    left: 60px;
    right: 0px;
    top: 50%;
    background-color: #e5e5e5;
}
.em-pic{
    display: inline-block;
}
.em-heading{
    margin-bottom: 5px;
}
.em-heading a{
    color: #000000;
}
.em-heading a:hover,
.em-heading a:focus{
    color: #e84884;
}
.em-body p{
    color: #909090;
    font-size: 12px;
}
.expert-media .attention{
    margin: 0px auto;
}
.expert-media .cancel{
    left: 50%;
    margin-left: -41px;
}
.media-right{
    text-align: center;
}
.media-right a{
    display: block;
    white-space: nowrap;
    color: #000000;
    font-size: 12px;
}
.media-right a:hover,
.media-right a:focus{
    color: #e84884;
}
.media-right .new{
    width: 49px;
    margin: 0px auto;
    padding-bottom: 5px;
}
.media-new .media-heading{
    height: 40px;
    font-weight: bold;
}
.main-title{
    background-color: #fff;
    margin: 0px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
    font-weight: bold;
}
.synopsis{
    padding-top: 15px;
    padding-bottom: 10px;
}
.synopsis p{
    margin-bottom: 0px;
}
.synopsis-text{
    color: #707070;
}
.hot-title{
    text-align: center;
    color: #000000;
    font-size: 14px;
    margin-bottom: 30px;
}
.hot-title span{
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 0px 15px;
}
.hot-title:after{
    left: -20px;
    right: -20px;
}
.expert-item{
    padding: 25px;
}
.shinetop-bg{
    background-color: #fff;
}
.media-count.btn-count{
    font-size: 14px;
}
.media-count.btn-count em{
    margin-left: 0px;
}
.mb-item{
    background-color: #fff;
    padding: 0px 20px;
}
.bt-text{
    color: #535353;
    line-height: 30px;
    text-align: center;
    padding: 0px 20px;
}
.mb-item .body-top{
    border-bottom: 1px solid #e5e5e5;

}
.body-content .img-responsive{
    margin-left: auto;
    margin-right: auto;
}
.body-media .media-heading{
    margin: 5px 0px;
}
.body-media .media-heading a{
    color: #000;
}
.body-media .media-heading a:hover,
.body-media .media-heading a:focus{
    color: #e84884;
}
.bm-date{
    font-size: 12px;
    color: #707070;
}
.mb-count{
    margin-top: 15px;
    margin-bottom: 30px;
    margin-left: -8px;
    margin-right: -8px;
    text-align: left;
}
.mb-count .count{
    margin: 0px 8px;
}
.mb-item .body-top{
    margin-bottom: 40px;
}
.comment{
    background-color: #fff;
}
.main-bottom{
    background-color: #fff;
    display: inline-block;
    margin-top: 20px;
    padding: 25px 30px 60px;
    margin-bottom: 60px;
}
.main-bottom > div{
    padding: 0px;
}
.user-info{
    background-color: #919191;
    text-align: center;
    padding: 20px 0px;
}
.user-info .media .media-left{
    padding-right: 15px;
}
.user-info .media .media-left,
.user-info .media .media-body{
    display: inline-block;
    color: #fff;
}
.user-info .media .media-body{
    width: auto;
}
.user-info .media .media-body p{
    margin-top: 4px;
    margin-bottom: 8px;
    font-size: 16px;
}
.user-info .media .media-body a{
    color: #fff;
    display: block;
    width: 66px;
    height: 21px;
    line-height: 21px;
    font-size: 12px;
    background-color: #e84884;
    text-decoration: none;
}
.nav-left{
    background-color: #f2f2f2;
    border-bottom: 1px solid #d2d2d2;
}
.nav-left .nl-top{
    padding: 15px 0px 20px;
    border-bottom: 1px solid #d2d2d2;
}
.nav-left .nl-bottom{
    padding: 20px 0px;
}
.nav-left a{
    display: block;
    width: 162px;
    height: 36px;
    line-height: 36px;
    color: inherit;
    text-align: center;
    margin: 10px auto;
    text-decoration: none;
}
.nav-left a:hover{
    color: #e84884;
}
.nav-left a:hover .icon{
    margin-right: 5px;
}
.nav-left a .icon{
    width: 19px;
    height: 17px;
    background-size: inherit;
    background-position: center;
    margin-right: 15px;
    transition: all 0.3s;
}
.icon.icon-nl-1{
    background-image: url(../images/icon-nl-1.png);
}
.icon.icon-nl-2{
    background-image: url(../images/icon-nl-2.png);
}
.icon.icon-nl-3{
    background-image: url(../images/icon-nl-3.png);
}
.icon.icon-nl-4{
    background-image: url(../images/icon-nl-4.png);
}
.icon.icon-nl-5{
    background-image: url(../images/icon-nl-5.png);
}
.icon.icon-nl-6{
    background-image: url(../images/icon-nl-6.png);
}
.nav-left a.active{
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.15);
}
.manage-title{
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 25px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
}
.media-user .media-left{
    position: relative;
    padding-right: 20px;
    overflow: hidden;
    display: block;
    padding-right: 0px;
    width: 100px;
    margin: 0px auto;
}
.media-user .media-left:hover .mu-text{
    height: 26px;
}
.mu-text{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,0.35);
    height: 0px;
    line-height: 26px;
    transition: all 0.3s;
}
.media-user .btn{
    width: 100px;
    height: 32px;
    line-height: 32px;
    padding: 0px;
    background-color: #000;
    border: none;
    border-radius: 0px;
    color: #fff;
    margin: 5px;
}
.mb-btn{
    margin: -5px;
    display: inline-block;
}
.media-user .media-body{
    display: block;
    width: auto;
    text-align: center;
}
.media-user .media-body p{
    margin-top: 12px;
    margin-bottom: 15px;
}
.member-info{
    margin-top: 12px;
    text-align: center;
}
.member-info p{
    margin-bottom: 20px;
}
label{
    font-weight: normal;
}
.form-group .radio label{
    margin-right: 10px;
}
.form-title{
    color: #939393;
    margin-bottom: 15px;
}
.manage .aside-content,
.manage .main-content{
    margin-bottom: 20px;
}
.manage .form-horizontal{
    margin-top: 30px;
}
.manage .form-horizontal .form-group{
    margin-left: 0px;
    margin-right: 0px;
}
.ma-fh .control-label{
    width: 100px;
    position: absolute;
    left: 0px;
    text-align: right;
    padding: 6px 0px;
}
.control-input{
    margin-left: 100px;
    padding: 0px 15px;
}
.manage .form-group{
    position: relative;
}
.manage .form-group span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #898989;
    display: none;
}
.submit-btn{
    text-align: center;
}
.submit-btn .btn{
    width: 180px;
    height: 42px;
    color: #fff;
    background-color: #e84884;
    border: none;
    outline: none;
}
.manage-title small{
    font-size: 12px;
    margin-left: 10px;
}
.appraisal-item{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
    margin-bottom: 20px;
}
.appraisal-img{
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 8px;
}
.appraisal-img img{
    float: left;
    margin-left: 10px;
}
.appraisal-text{
    background-color: #f4f4f4;
    padding: 10px 15px 5px;
    color: #626262;
    position: relative;
}
.appraisal-text:before{
    content: "";
    position: absolute;
    top: -8px;
    left: 12px;
    border-bottom: 8px solid #f4f4f4;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
.page-2{
    text-align: center;
}
.page-2 a,
.page-2 span{
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    line-height: 38px;
}
.page-2 a{
    width: 38px;
    margin-right: 5px;
    border: 1px solid #dddddd;
    background-repeat: no-repeat;
    background-position: center;
}
.page-2 span{
    padding-left: 2px;
    padding-right: 7px;
}
.page-2 .icon-page-1{
    background-image: url(../images/icon-page-1.jpg);
}
.page-2 .icon-page-2{
    background-image: url(../images/icon-page-2.jpg);
}
.page-2 .icon-page-3{
    background-image: url(../images/icon-page-3.jpg);
}
.page-2 .icon-page-4{
    background-image: url(../images/icon-page-4.jpg);
}
.media-comment{
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}
.media-comment .media-left{
    padding-right: 20px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
}
.media-comment .mb-title{
    margin-bottom: 2px;
}
.media-collect .mb-title{
    margin-bottom: 5px;
}
.media-message .mb-title{
    margin-bottom: 10px;
}
.mc-bottom{
    margin: 0px -10px;
}
.mc-bottom .count{
    margin: 0px 10px;
}
.cancel-btn{
    float: right;
    margin-right: 10px;
    font-size: 12px;
    color: #464646;
    margin-top: 3px;
}
.cancel-btn:hover,
.cancel-btn:focus{
    color: #e84884;
}
.update-btn .btn{
    background-color: #000;
}
.media-message .appraisal-text{
    padding: 5px 10px;
    margin-bottom: 8px;
}
.media-message .appraisal-text p{
    margin-bottom: 5px;
}
.mm-bottom .date{
    margin-bottom: 0px;
}
.success{
    height: 320px;
    border: 1px solid #cdcdcd;
    text-align: center;
    margin-bottom: 30px;
    padding: 0px 15px;
}
.success-btn{
    display: inline-block;
    width: 100%;
    max-width: 300px;
    height: 42px;
    line-height: 42px;
    background-color: #e84884;
    color: #fff;
    font-size: 16px;
}
.success-btn:hover,
.success-btn:focus{
    text-decoration: none;
    color: #fff;
}
.success-body{
    font-size: 20px;
    margin-bottom: 30px;
}
.success-body img{
    width: 55px;
    margin-right: 20px;
}
.success-content{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cb-login{
    margin: 0px;
    text-align: right;
}
.forget{
    color: #000;
}
.forget:hover,
.forget:focus{
    color: #e84884;
}
.sub-btn{
    width: 100%;
    max-width: 220px;
    height: 42px;
    line-height: 42px;
    background-color: #000;
    color: #fff;
    border: none;
    text-align: left;
    padding: 0px 23px;
    position: relative;
    margin-top: 20px;
}
.sub-btn:hover:after{
    right: 16px;
}
.sub-btn:after{
    content: "";
    position: absolute;
    width: 7px;
    height: 12px;
    right: 23px;
    top: 50%;
    margin-top: -6px;
    background-image: url(../images/icon-right-2.png);
    background-repeat: no-repeat;
    transition: right 0.2s ease-out;
}
.login-bottom{
    width: 100%;
    max-width: 320px;
    margin: 0px auto;
}
.lb-title{
    height: 1px;
    line-height: 1px;
    background-color: #c7c7c7;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}
.lb-title span{
    background-color: #fff;
    color: #c7c7c7;
    padding: 0px 10px;
}
.icon-lb{
    display: block;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
}
.lb-link{
    display: block;
    text-align: center;
    color: #000000;
}
.lb-link:hover,
.lb-link:focus{
    text-decoration: none;
    color: #000000;
}
.icon-lb.icon-login-qq{
    background-image: url(../images/icon-login-qq.png);
}
.icon-lb.icon-login-sina{
    background-image: url(../images/icon-login-sina.png);
}
.icon-lb.icon-login-wechat{
    background-image: url(../images/icon-login-wechat.png);
}
.icon-lb.icon-login-alipay{
    background-image: url(../images/icon-login-alipay.png);
}
.login,
.reg{
    padding: 50px 15px;
    border: 1px solid #cccccc;
    margin-bottom: 30px;
}
.login h3,
.reg h3{
    height: 85px;
    margin: 0px;
}
.login .form-group,
.reg .form-group{
    margin-bottom: 25px;
}
.reg h3 small{
    font-size: 14px;
    display: block;
    margin-top: 12px;
}
.gain{
    display: block;
    height: 34px;
    padding: 6px 0px;
    text-align: center;
    color: #fff;
    background-color: #898989;
}
.gain:hover,
.gain:focus{
    text-decoration: none;
    color: #fff;
}
.fg-text{
    color: #898989;
}
.fg-text a{
    color: #898989;
    text-decoration: underline;
}
.modal .control-label{
    width: 200px;
    padding-right: 0px;
}
.code-img-2{
    color: #000000;
}
.code-img-2 img{
    margin-right: 10px;
}
.code-img-2:hover,
.code-img-2:focus{
    text-decoration: none;
    color: #e84884;
}
.code{
    margin-top: 15px;
}
.modal-btn{
    padding: 0px 15px;
    margin-top: 10px;
}
.modal-btn .btn{
    width: 100%;
    max-width: 150px;
    color: #fff;
    background-color: #000;
    border: none;
}
.success-img{
    margin-bottom: 20px;
}
.success-text{
    margin-bottom: 20px;
    font-size: 20px;
}
.modal-dialog{
    margin: 67px 15px;
}
.get-code{
    margin-top: 15px;
}
.gc-btn{
    display: block;
    height: 34px;
    padding: 6px 0px;
    text-align: center;
    background-color: #898989;
    color: #fff;
    text-decoration: none;
}
.gc-btn:hover,
.gc-btn:focus{
    text-decoration: none;
    color: #fff;
    background-color: #666;
}
.hover-left{
    position: fixed;
    top: 200px;
    left: 10px;
    z-index: 999;
    display: none;
}
.hover-tool{
    width: 50px;
    background-color: #fff;
    padding: 10px 0px;
}
.hover-tool li{
    display: block;
    margin-right: 0px;
    padding: 10px 0px;
}
.hover-tool li a{
    margin: 0px auto;

}
.hl-code{
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative;
    margin-top: 10px;
}
.hl-code:hover .code-big{
    opacity: 1;
    visibility: visible;
}
.hl-code a{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: relative;
}
.hl-code .code-small{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -11px;
    margin-left: -10px
}
.hl-code .code-big{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 58px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
    body{
        padding-top: 0px;
    }
    .navbar-nav > li > a {
        padding: 10px 15px;
    }
    .topbar {
        display: table;
    }
    .navbar {
        border-radius: 0px;
        margin-top: -95px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .navbar-brand {
        width: 138px;
    }
    .navbar-brand img {
        width: 138px;
    }
    .navbar-nav {
        position: relative;
        left: 50%;
        top: 0px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .navbar-header {
        margin-bottom: 10px;
    }
    .swiper-container {
        margin-left: 0px;
        margin-right: 0px;
    }
    .swiper-container-1{
        border-radius: 6px;
    }
    .banner {
        margin-top: 30px;
    }
    .swiper-container-1 .banner-text {
        padding-left: 60px;
        padding-bottom: 40px;
        border-radius: 0px 0px 6px 6px;
    }
    .swiper-container-1 .banner-text p {
        font-size: 28px;
    }
    .swiper-container-horizontal>.swiper-pagination {
        bottom: 10px;
    }
    .banner .img-rounded {
        border-radius: 6px;
    }
    .banner-small .thumbnail {
        border-radius: 6px;
    }
    .banner-small .thumbnail .bs-text {
        border-radius: 0px 0px 6px 6px;
    }
    .article-heading {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .article-content {
        height: 60px;
    }
    .article-left a {
        margin-bottom: 0px;
    }
    .article-count:first-child {
        margin-right: 15px;
    }
    .count,
    .date {
        font-size: 14px;
    }
    .main-header {
        padding: 0px;
        position: static;
        border-bottom: 3px solid #000000;
    }
    .scrollHeader {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        height: 86px;
        box-shadow: 0px 0px 43px rgba(0,0,0,0.2);
        z-index: 999;
        -webkit-animation: expand 0.5s;
        animation: expand 0.5s;
        border-bottom: none;
    }
    .scrollHeader .topbar {
        display: block;
        float: right;
        width: auto;
        padding-top: 33px;
    }
    .scrollHeader .topbar-left {
        display: none;
    }
    .scrollHeader .topbar-right{
        width: auto;
    }
    .scrollHeader .topbar-right .search {
        display: none;
    }
    .scrollHeader .navbar {
        margin-top: 0px;
    }
    .scrollHeader .navbar-header {
        float: left;
        margin-bottom: 0px;
        margin-top: 10px;
    }
    .scrollHeader .navbar-brand {
        width: 80px;
    }
    .scrollHeader .navbar-brand img {
        width: 80px;
    }
    .scrollHeader .navbar-nav{
        left: 20px;
        transform: none;
    }
    .scrollHeader .navbar-nav > li > a{
        height: 86px;
        line-height: 86px;
        padding: 0px 5px;
    }
    .scrollHeader .navbar-nav > li > a:focus:after,
    .scrollHeader .navbar-nav > li > a:hover:after{
        bottom: 0px;
    }
    .scrollHeader + .content-wrap{
        margin-top: 184px;
    }
    .footer-nav-list{
        margin: 0px;
    }
    .footer-nav-list li{
        margin: 0px 5px;
    }
    .footer-nav-header{
        display: block;
    }
    .footer-tool{
        display: block;
    }
    .footer-nav-list li{
        width: auto;
        margin-bottom: 0px;
        padding: 0px;
    }
    .footer-nav-list li a{
        border: none;
    }
    .footer-nav-list li a:hover{
        color: #e84884;
        text-decoration: underline;
    }
    .footer-nav{
        padding: 46px 0px;
        margin-bottom: 46px;
    }
    .footer-tool{
        padding-bottom: 120px;
    }
    .copy{
        float: left;
        padding-bottom: 0px;
        margin: 0px -30px;
    }
    .copy p{
        float: left;
        margin: 0px 30px;
    }
    .hover-code{
        display: block;
    }
    .top{
        right: 30px;
    }
    .swiper-small{
        padding: 25px 30px;
    }
    .navbar-nob{
        border-bottom: none;
    }
    .feature{
        margin-top: 3px;
    }
    .feature-img img{
        margin-bottom: 60px;
    }
    .feature-text{
        margin-bottom: 50px;
    }
    .feature-count{
        padding-bottom: 25px;
    }
    .article-feature{
        border-bottom: none;
        padding: 30px 0px;
    }
    .article-feature .article-heading{
        margin-top: 0px;
        margin-bottom: 20px;
        font-size: 20px;
    }
    .article-feature .article-content{
        height: 120px;
    }
    .article-right{
        float: right;
    }
    .swiper-small .img-responsive{
        width: auto;
    }
    .body-top{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .body-title{
        font-size: 36px;
        margin-bottom: 30px;
    }
    .body-top .count{
        margin-right: 50px;
    }
    .banner-medium{
        padding: 25px 15px 60px;
    }
    .banner-medium .swiper-button-prev-3{
        left: -50px;
    }
    .banner-medium .swiper-button-next-3{
        right: -50px;
    }
    .article-list{
        text-align: inherit;
    }
    .article-list ul{
        display: inherit;
    }
    .mb-count{
        text-align: right;
        margin-left: -25px;
        margin-right: -25px;
    }
    .mb-count .count{
        margin-left: 25px;
        margin-right: 25px;
    }
    .nav-left{
        height: 547px;
    }
    .manage{
        margin-top: 30px;
    }
    .media-user .media-body{
        display: table-cell;
        text-align: left;
        width: 10000px;
    }
    .media-user .media-left{
        display: table-cell;
        padding-right: 20px;
        width: auto;
    }
    .mu-text{
        right: 20px;
    }
    .member-info{
        text-align: left;
    }
    .submit-btn{
        text-align: left;
        padding-left: 115px;
    }
    .media-user .media-body p{
        margin-top: 0px;
        margin-bottom: 8px;
    }
    .mb-btn{
        margin-top: -3px;
        margin-bottom: -3px;
    }
    .media-user .btn{
        margin-top: 3px;
        margin-bottom: 3px;
    }
    .control-input{
        width: 300px;
        float: left;
    }
    .manage .form-group span{
        display: inline;
    }
    .page-2{
        text-align: right;
    }
    .media-comment .media-left{
        display: table-cell;
    }
    .mc-bottom{
        margin: 0px -25px;
    }
    .mc-bottom .count{
        margin: 0px 25px;
    }
    .cancel-btn{
        margin-right: 25px;
    }
    .success{
        height: 420px;
    }
    .success-body{
        font-size: 28px;
    }
    .success-body img{
        width: auto;
    }
    .login,
    .reg{
        height: 620px;
    }
    .code{
        margin-top: 0px;
        padding-left: 0px;
    }
    .modal-content{
        padding-bottom: 30px;
    }
    .modal-body{
        margin-top: 20px;
    }
    .modal-dialog{
        margin: 100px auto;
    }
    .get-code{
        margin-top: 0px;
        padding-left: 0px;
    }
    .hover-left{
        display: block;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
    .navbar-nav > li > a {
        padding: 10px 25px;
    }
    .scrollHeader .navbar-nav > li > a{
        padding: 0px 20px;
    }
    .footer-nav .code-container{
        display: block;
    }
    .footer-nav-list li{
        margin: 0px 10px;
    }
    .scrollHeader .navbar-nav{
        left: 30px;
    }
    .article-content {
        height: 40px;
    }
    .article-feature .article-heading{
        margin-top: 20px;
        margin-bottom: 50px;
        font-size: 24px;
    }
    .mb-item{
        padding: 0px 60px;
    }
    .body-media{
        margin-bottom: 30px;
    }
    .bt-text{
        padding: 0px 60px;
    }
    .media-user .media-body p{
        margin-top: 12px;
        margin-bottom: 15px;
    }
    .login,
    .reg{
        padding: 50px 60px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
    .navbar-nav > li > a {
        padding: 10px 30px;
    }
    .scrollHeader .navbar-nav > li > a{
        padding: 0px 30px;
    }
    .scrollHeader .navbar-nav{
        left: 60px;
    }
    .article-content {
        height: 70px;
    }
    .mb-item{
        padding: 0px 120px;
    }
}
@keyframes expand{
    from {
        left: 50%;
        width: 0px;
        box-shadow: 0px 0px 43px rgba(0,0,0,1);
    }
    to {
        left: 0px;
        width: 100%;
        box-shadow: 0px 0px 43px rgba(0,0,0,0.2);
    }
}

.block-hd { padding-top: 20px; padding-bottom: 20px; text-align: center; line-height: 30px; color: #000; }
.block-hd .title { font-size: 24px; }
.block-hd .subtitle { font-size: 18px; text-transform: uppercase; letter-spacing: 5px; }
.block-hd .deco { display: block; width: 90px; height: 2px; margin: 15px auto 0; background-color: #000; }
.block-bd { overflow: hidden; }

/* ä¼šå‘˜ç¤¾åŒº */
.channel-nav { padding: 25px 0 30px; }
.channel-nav a { text-decoration: none; color: #595959; font-size: 16px; line-height: 24px; }
.channel-nav a:hover { color: #e84884; }
.channel-nav .nav-item { display: block; text-align: center; border-left: 1px solid #dadada;  }
.channel-nav .nav-item--noborder { border: none; }

.event-swiper { padding: 20px 20px 30px; background-color: #fff; }
.event-swiper p { margin: 0; }
.event-swiper img { width: 100%; }
.event-swiper .swiper-pagination-bullet { background-color: #cacaca; opacity: 1; }
.event-swiper .swiper-pagination-bullet-active { background-color: #898989; opacity: 1; }

.event-join-btn { display: block; width: 168px; height: 44px; margin: auto; font-size: 16px; line-height: 44px; text-align: center; text-decoration: none; color: #fff; border-radius: 5px; background-color: #e84884; }
.event-detail { margin-top: 30px; font-size: 14px; line-height: 22px; color: #707070; }
.event-ctrl { margin-top: 30px;  }
.event-ctrl a { color: #fff; text-decoration: none; }
.event-countdown { margin-top: 15px; font-size: 14px; line-height: 30px; text-align: center; color: #707070; }
.event-countdown .latin { font-size: 18px; padding: 0 5px; color: #000; }
.event-label { position: absolute; top: 20px; left: 20px; padding: 0 20px; font-size: 12px; line-height: 24px; color: #e84884; border-radius: 12px; background-color: #fff; }

.expert-community .block-bd { background-color: #fff; }
.expert-community .feed-item { padding-top: 20px; padding-bottom: 20px; margin: 0 10px; }
.expert-community .feed-item .title { font-weight: 700; font-size: 16px; line-height: 30px; }
.expert-community .feed-item .title a { color: #000; text-decoration: none; }
.expert-community .feed-item .title a:hover { color: #e84884; }
.expert-community .feed-item .desc { font-size: 14px; line-height: 24px; color: #707070; }
.expert-community .feed-item .ria { padding-top: 10px; line-height: 24px; overflow: hidden; }
.expert-community .feed-item .stats { float: left; }
.expert-community .feed-item .stat-item { float: left; margin-right: 20px; font-size: 12px; color: #999; }
.expert-community .feed-item .author { float: right; }
.expert-community .feed-item .author .info { margin-left: 10px; font-size: 12px; color: #999; }
.expert-community .feed-item + .feed-item { border-top: 1px solid #cbcbcb;  }

.reviews-item { position: relative; margin-bottom: 30px; padding: 20px 20px 0; font-size: 14px; line-height: 24px; color: #707070; background-color: #fff; }
.reviews-item .illustrate { position: relative; }
.reviews-item .illustrate .tag { position: absolute; top: 14px; right: 0; height: 24px; padding-left: 30px; padding-right: 10px; font-size: 12px; line-height: 24px; background: #eee url(../images/icon-stack.png) no-repeat 8px 50%; border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
.reviews-item a { color: #e84884; }
.reviews-item img { max-width: 100%; width: 100%; }
.reviews-item .title { margin-top: 30px; font-weight: 700; font-size: 16px; line-height: 24px; color: #000; }
.reviews-item .reply { margin-top: 15px; padding: 20px; color: #000; border-top: 1px solid #cbcbcb; }
.reviews-item .reply-hd { position: relative; font-size: 12px; line-height: 21px; }
.reviews-item .reply-title { font-weight: 700; font-size: 16px; }
.reviews-item .comment {     margin-top: 12px;
    font-size: 14px;
    max-height: 72px;
    overflow: hidden;}
.reviews-item .vote { position: absolute; top: 0; right: 0; font-size: 14px; line-height: 30px; color: #959595 }
.reviews-item .vote.active { color: #e84884; }

.event-wrap { margin-top: 10px; }
.event-older { padding-top: 50px; padding-bottom: 30px; text-align: center; font-size: 18px; line-height: 1; color: #535353; }
.event-list { padding-bottom: 30px; }
.event-item { background-color: #fff; }
.event-item p { margin-bottom: 0; }
.event-item img { width: 100%; }
.event-item + .event-item { margin-top: 30px; }
.event-item .event-illustrate { margin-left: -15px; }
.event-item .info { padding-top: 30px; }
.event-item .info .title { font-weight: 700; font-size: 24px; line-height: 30px; color: #707070; }
.event-item .info .title a { color: #000; }
.event-item .info .title a:hover { text-decoration: none; color: #e84884; }
.event-item .subtitle { margin-top: 5px; font-size: 18px; line-height: 30px; color: #000; }

.event-help .header { padding-top: 25px; padding-bottom: 15px; font-size: 16px; line-height: 24px; color: #000; text-align: center; }
.event-help { padding: 0 20px 40px; font-size: 14px; line-height: 24px; border-top: 4px solid #000000; background-color: #fff; }
.event-help p { margin: 0; }
.event-help .title { margin-top: 15px; color: #707070; }

.content-bg { background-color: #fff; }
.article-date img { margin-right: 10px; }

.talk-indicator { padding-top: 40px; padding-bottom: 30px; border-bottom: 1px solid #e5e5e5; }
.talk-indicator .btn-comment { display: block; width: 240px; height: 44px; margin: auto; font-size: 16px; line-height: 44px; text-align: center; text-decoration: none; color: #fff; border-radius: 5px; background-color: #e84884; }

#talk-area { padding: 35px 25px; }
#talk-area .title { padding-bottom: 15px; font-size: 18px; line-height: 24px; font-weight: 700; color: #000; }
#talk-area .comment-wrap {}
#talk-area .comment-user { overflow: hidden; height: 42px; line-height: 42px; }
#talk-area .comment-user img { float: left; margin-right: 20px; }
#talk-area .name {}
#talk-area .comment-tit { margin-top: 10px; margin-left: 62px; }
#talk-area .comment-tit input { border: 1px solid #ccd4d9; width: 100%; padding: 0 12px; color: #898989; font-size: 14px; line-height: 22px; min-height: 36px; }
#talk-area .comment-cnt { margin-top:  5px; margin-left: 62px; }
#talk-area .comment-cnt textarea { border: 1px solid #ccd4d9; width: 100%; padding: 6px 12px; color: #898989; font-size: 14px; line-height: 22px; min-height: 170px; }
#talk-area .comment-btn { margin-top: 15px; margin-left: 62px; display: block; width: 140px; height: 44px; font-size: 16px; line-height: 44px; text-align: center; text-decoration: none; color: #fff; border-radius: 5px; background-color: #e84884; }

/* ä¸“ä¸šé‰´å®š */
.expert-hero { color: #fff; height: 460px; padding: 0 30px; font-size: 14px; line-height: 36px; text-align: center; background: #868692 url(http://7xjm3j.com1.z0.glb.clouddn.com/expert-verify-hero.jpg) no-repeat 50% 0; padding-top: 80px; }
.expert-hero .block-hd { color: #fff; }
.expert-hero .block-hd .deco { background-color: #fff; }
.expert-hero .block-bd { margin-top: 20px; }
.expert-verify-step { padding-top: 60px; padding-bottom: 60px; background-color: #fff; }
.expert-verify-step .step-item { padding-top: 50px; font-size: 14px; line-height: 24px; }
.expert-verify-step .step-item .step { text-align: center; }
.expert-verify-step .step-item .detail { margin-top: 25px; padding: 0 15%; }
.expert-verify-step .control-btn { margin: 50px auto 0; display: block; width: 410px; height: 56px; font-size: 16px; line-height: 56px; text-align: center; text-decoration: none; color: #fff; border-radius: 5px; background-color: #e84884; }

.pub-form .file { float: left; position: relative; width: 100px; height: 100px; border-radius: 5px; overflow: hidden; border: 1px solid #aaaaaa; background-color: #f7f7f7; margin-right: 15px; }
.pub-form .file input { position: absolute; z-index: 2; top: 0; left: 0; bottom: 0; right: 0; height: 100%; opacity: 0; font-size: 100px; }
.pub-form .file .icon { position: absolute; z-index: 1; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.pub-form .text { width: 100px; }
.pub-form .unit { width: auto; color: #434343; padding-left: 0; line-height: 40px; }
.pub-form .hint { font-size: 14px; line-height: 24px; color: #626262; }
.pub-form { background-color: #fff; }
.pub-form .form-legend { padding-top: 30px; padding-bottom: 45px; font-size: 24px; color: #000; }
.pub-form .form-control { min-height: 40px; border-color: #aaa; background-color: #f7f7f7; }
.pub-form .control-label .required { color: #ff5454; }
.pub-form-ctrl { padding-top: 30px; padding-bottom: 80px; overflow: hidden; }
.pub-form-btn,
.pub-form-btn:hover { color: #fff; text-decoration: none; display: block; height: 44px; margin: auto; font-size: 16px; line-height: 44px; text-align: center; text-decoration: none; color: #fff; border-radius: 5px; background-color: #e84884; }
.pub-form-ctrl .help-text { line-height: 44px; text-align: left; color: #434343;     white-space: nowrap;}

@media screen and (max-width: 768px) {
    .channel-nav .nav-item { border-left: none; }
    .pub-form .file { width: 100%; display: block; margin: 10px 0; }
    .pub-form .unit { padding-left: 15px; }
}

.reviews-item .comment.is-active {
    max-height: inherit;
    overflow: visible;
}
.login,
.reg{
    padding: 50px 15px;
    border: 1px solid #cccccc;
    margin-bottom: 30px;
}
.reg-switch {
    padding: 0 0 15px;
}
.reg-switch ul {
    padding: 0;
}
.reg-switch li {
    list-style: none;
}
.reg-switch .captcha {
    padding: 0;
}
.reg-switch .captcha img {
    width: 100%;
    height: 34px;
}
.reg-switch .tab {
    margin: 0 15px 30px;
}
.reg-switch .switch-item {
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
}
.reg-switch .switch-item a {
    color: #000;
    text-decoration: none;
}
.reg-switch .switch-item.active {
    font-weight: 700;
    border-color: #000;
}
.reg-switch .tab-pane {
    display: none;
}
.reg-switch .tab-pane.active {
    display: block;
}
.login h3,
.reg h3{
    height: 85px;
    margin: 0px;
}
/*联系我们*/
.p-title{
    width: 135px;
    height: 41px;
    line-height: 41px;
    margin: -21px auto 0px;
    background: url(/Static/images/title-bg.png) no-repeat;
    text-align: center;
    color: #fff;
}
.contact{
    width: 591px;
    max-width: 100%;
    background-color: #eeeeee;
    margin: 100px auto 130px;
    padding: 50px 0px;
}
.contact p{
    text-align: center;
    position: relative;
    line-height: 1;
    padding: 8px 20px 24px 20px;
}
.contact p:after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 1px;
    height: 16px;
    background-color: #000;
}
.contact dl{
    width: 370px;
    margin: 0px auto;
    padding-top: 4px;
}
.contact dl dt{
    float: left;
    display: table-cell;
}
.contact dl dd{
    display: table-cell;
    line-height: 24px;
}
/*网站地图*/
.map-list-item{
    font-size: 14px;
    float: left;
    width: 1100px;
    max-width: 100%;
    margin-bottom: 0px;
    margin-top: 50px;
}
.map-list-item .main-block-title{
    width: 215px;
    margin: 0px auto 50px;
    padding-bottom: 5px;
    text-align: center;
    border-bottom: 1px solid #686868;
}
.map-list-item ul{
    float: left;
    width: 25%;
}
.map-list-item ul li{
    height: 37px;
    line-height: 37px;
}
.map-list-item ul li a{
    display: block;
    float: left;
    padding: 0px 20px;
    position: relative;
    color:#000000;
}
.map-list-item ul li a:hover{
    color: #e84884;
    text-decoration: underline;
}
.map-list-item ul li a:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-radius: 50%;
    background-color: #000;
}
.map-list-item ul li.map-item-title a:hover{
    text-decoration: none;
}
.map-list-item ul li.map-item-title a:before{
    display: none;
}
.map-list-item ul li.map-item-title{
    font-weight: bold;
    background-color: #e5e5e5;
}
.map-list-item ul li.map-item-title{
    margin-bottom: 30px;
}
.map-list-item .main-block-title{
    font-size: 16px;
}
/*帮助中心*/
.member-list{
    margin: 0px -12px;
    float: left;
    margin-top:50px;
}
.member-item{
    width: 250px;
    height: 760px;
    background-color: #e5e5e5;
    float: left;
    margin: 0px 15px;
    padding: 0px 18px;
    box-sizing: border-box;
    position: relative;
}
.member-item-title{
    width: 215px;
    margin: 0px auto 20px;
    border-bottom: 2px dotted #626262;
    padding: 30px 0px;
}
.member-item-title h4{
    font-size: 18px;
    width: 121px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin: 0px auto;
    border: 1px solid #3d3d3d;
}
.member-item-body dt{
    float: left;
    clear: both;
    font-weight: bold;
    width: 80px;
    line-height: 26px;
    font-size:14px;
}
.member-item-body dd{
    text-align: justify;
    border-bottom: 2px dotted #626262;
    margin-left: 80px;
    min-height: 70px;
    box-sizing: border-box;
    margin-bottom: 15px;
    line-height: 25px;
    padding-bottom: 15px;
    font-size:14px;
}
.member-item-body dd:last-child{
    border-bottom: none;
}
.main-font{
    font-size: inherit;
}
.member-item a{
    width: 120px;
    height: 42px;
    line-height: 42px;
    display: block;
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -60px;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.regulation .main-block-title{
    font-size: 16px;
    margin-bottom: 30px;
}
.regulation{
    float: left;
    width: 1100px;
    max-width: 100%;
    margin: 30px 0px 30px;
}
.regulation-body p{
    text-align: justify;
    font-size: 14px;
    margin-bottom: 10px;
}
/*本站声明*/
.statement-body{
    width: 1100px;
    max-width: 100%;
    margin-top:50px;
    padding-bottom: 95px;
}
.statement-body .main-block-title{
    width: 215px;
    margin: 0px auto 30px;
    padding-bottom: 5px;
    text-align: center;
    border-bottom: 1px solid #686868;
}
.statement-body p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
}
.statement-law{
    padding-bottom: 30px;
}
.statement-copy h5{
    font-size: 14px;
    padding-top: 25px;
    padding-bottom: 10px;
}
.statement-copy-body{
    margin-top: -25px;
}
/*友情链接*/
.blogroll{
    padding: 0px 80px;
    width: 1100px;
    max-width: 100%;
    margin-top:50px;
}
.blogroll p{
    text-align: center;
    line-height: 24px;
    font-size: 14px;
}
.blogroll-list{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin: 50px 0px;
}
.blogroll-list a{
    margin: 0px 13px 20px;
}