@charset "UTF-8";
/**
 * Description: 区块链.
 * Version: 0.0.1
 * Last update: 2018/02/05
 */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #333;
  -webkit-font-smoothing: antialiased;
}
ul {
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
input:focus {
  outline: none;
}
[v-cloak] {
  display: none;
}
.mb40 {
  margin-bottom: 40px;
}
.pore {
  position: relative;
}
.pt40 {
  padding-top: 40px;
}
.qk-nav {
  width: 140px;
}
.qk-logo {
  width: 96px;
  height: 27px;
}
.qk-nav-list {
  font-size: 16px;
  margin-top: 50px;
}
.qk-nav-list .qk-nav-item {
  margin-bottom: 20px;
}
.qk-nav-list .qk-nav-item:last-child {
  margin-bottom: 0;
}
.qk-nav-list a {
  display: block;
  line-height: 40px;
  color: #333;
}
.qk-nav-list a:hover {
  font-weight: bold;
}
.qk-nav-list a.active {
  font-weight: bold;
  color: #fff;
  background-color: #333;
  border-radius: 4px;
}
.qk-caontainer {
  margin-top: 40px;
}
.nomt {
  margin-top: 0;
}
.qk-banner {
  height: 270px;
  margin-bottom: 40px;
}
.qk-banner-swiper {
  width: 800px;
  height: 270px;
}
.qk-banner-pic {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.qk-banner-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.swiper-container-horizontal > .swiper-pagination-bullets.qk-banner-pagination {
  bottom: 60px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.qk-banner-pagination .swiper-pagination-bullet {
  opacity: .3;
  width: 6px;
  height: 6px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.qk-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
  opacity: 1;
}
.qk-banner-small {
  margin-left: 840px;
  width: 300px;
  height: 270px;
  background-color: #a06458;
  padding: 25px;
}
.qk-banner-small-title {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  padding-left: 37px;
  line-height: 32px;
  background: url(../images/home_hot.png) left center no-repeat;
  background-size: 32px 32px;
}
.qk-article {
  width: 800px;
  padding-left: 50px;
}
.article-nav {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 30px;
}
.article-nav .article-nav-item {
  float: left;
  margin-right: 50px;
}
.article-nav .article-nav-item:last-child {
  margin-right: 0;
}
.article-nav .article-nav-item a {
  display: block;
  font-size: 14px;
  color: #666;
  padding-bottom: 10px;
  font-weight: bold;
}
.article-nav .article-nav-item a.active {
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #333;
}
.article-item {
  margin-bottom: 40px;
}
.article-item:last-child {
  margin-bottom: 0;
}
.article-item:hover {
  background-color: #f6f6f6;
}
.article-item .article-pic-box {
  width: 270px;
  height: 180px;
}
.article-item .article-pic-box .article-pic {
  width: 270px;
  height: 180px;
}
.article-item .article-pic-box .article-pic-tag {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  color: #fff;
  padding: 6px 12px;
}
.article-item .article-info {
  margin-left: 290px;
  height: 180px;
  padding-top: 20px;
  padding-right: 20px;
}
.article-item .article-info .article-title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.article-item .article-info .article-title span.dujia {
  background-color: #f3b827;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  padding: 2px 5px;
}
.article-item .article-info .article-title span.shoufa {
  background-color: #ee7962;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  padding: 2px 5px;
}
.article-item .article-info .article-abs {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.article-item .article-info .article-ft {
  position: absolute;
  left: 0;
  right: 20px;
  bottom: 20px;
}
.article-item .article-info .article-ft .article-ft-item {
  float: left;
  font-size: 12px;
  color: #999;
  margin-right: 25px;
}
.article-item .article-info .article-ft .article-ft-item:last-child {
  margin-right: 0;
}
.article-item .article-info .article-ft .article-ft-item.article-author a {
  display: inline-block;
  line-height: 24px;
}
.article-item .article-info .article-ft .article-ft-item.article-author .article-author-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}
.article-item .article-info .article-ft .article-ft-item.article-time {
  line-height: 24px;
  padding-left: 20px;
  position: relative;
}
.article-item .article-info .article-ft .article-ft-item.article-time:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #999;
  left: 0;
  top: 50%;
  margin-top: -3px;
  border-radius: 50%;
}
.article-item .article-info .article-ft .article-ft-item a {
  color: #999;
}
.article-item .article-info .article-ft .article-tag {
  font-size: 12px;
  line-height: 24px;
  color: #999;
  padding-left: 20px;
  background: url(../images/list_tag.png) left center no-repeat;
  background-size: 12px 12px;
}
.article-item .article-info .article-ft .article-tag .article-tag-item {
  margin-right: 15px;
}
.article-item .article-info .article-ft .article-tag .article-tag-item:last-child {
  margin-right: 0;
}
.article-item .article-info .article-ft .article-tag .article-tag-item a {
  color: #999;
}
.qk-side {
  float: left;
  width: 300px;
  margin-left: 40px;
}
.qk-search {
  width: 250px;
  margin-left: 25px;
  margin-bottom: 40px;
}
.qk-search-input {
  width: 100%;
  height: 40px;
  border: 2px solid #e3e3e3;
  border-radius: 20px;
  padding: 0 15px;
}
.hand-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../images/search.png) center no-repeat;
  background-size: 24px 24px;
}
.hot-article-type-title {
  font-size: 16px;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 6px;
  margin-bottom: 30px;
  font-weight: bold;
}
.hot-article-type-title:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 18px;
  height: 6px;
  margin-left: -9px;
  bottom: -6px;
  background: url(../images/arrow_down.png) center bottom no-repeat;
  background-size: 18px 6px;
}
.hot-article-item {
  display: block;
  margin-bottom: 25px;
  height: 75px;
}
.hot-article-item:last-child {
  margin-bottom: 0;
}
.hot-article-item .hot-article-pic-box {
  width: 100px;
  height: 75px;
}
.hot-article-item .hot-article-pic-box .hot-article-pic {
  width: 100px;
  height: 75px;
}
.hot-article-item .hot-article-info {
  margin-left: 110px;
  height: 75px;
}
.hot-article-item .hot-article-info .hot-article-title {
  height: 38px;
  font-size: 14px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.hot-article-item .hot-article-info .hot-article-time {
  position: absolute;
  font-size: 12px;
  color: #999;
  left: 0;
  bottom: 5px;
}
.footer {
  background-color: #2f2f2f;
  color: #fff;
}
.ptb40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.qk-article-source {
  font-size: 12px;
  color: #999;
  margin-bottom: 20px;
}
.qk-article-source a {
  color: #999;
}
.qk-article-source span {
  margin-left: 5px;
  padding-left: 15px;
  background: url(../images/details_arrow_right.png) left center no-repeat;
  background-size: 10px 10px;
}
.qk-article-h3 {
  font-size: 24px;
  color: #363745;
  font-weight: bold;
  margin-bottom: 24px;
}
.qk-article-h3 .dujia {
  background-color: #f3b827;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  padding: 2px 5px;
  vertical-align: middle;
}
.qk-article-h3 .shoufa {
  background-color: #ee7962;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  padding: 2px 5px;
  vertical-align: middle;
}
.read-tip {
  font-size: 12px;
  color: #666;
  padding: 0 12px;
  line-height: 18px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
}
.mb60 {
  margin-bottom: 60px;
}
.qk-article-summary {
  font-size: 16px;
  color: #666;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f2f2f2;
}
.main-text {
  text-align: justify;
  word-wrap: break-word;
}
.main-text img {
  max-width: 100%;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: auto;
}
.main-text p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 30px;
  word-break: break-all;
}
.main-text h2 {
  font-size: 18px;
  margin-bottom: 30px;
  color: #333;
  position: relative;
  font-weight: bold;
  padding-left: 22px;
}
.main-text h2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background-color: #333;
}
.main-text h3 {
  font-size: 16px;
  margin-bottom: 30px;
  color: #666;
  font-weight: bold;
  padding-left: 22px;
  position: relative;
}
.main-text h3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background-color: #666;
}
.main-text h4 {
  font-size: 14px;
  font-weight: normal;
  margin-top: -20px;
  margin-bottom: 40px;
  color: #333;
}
.main-text ul {
  margin-bottom: 30px;
  margin-top: -10px;
  color: #555c68;
  font-size: 16px;
  list-style-type: square;
  list-style-position: inside;
}
.main-text ul li {
  margin-bottom: 10px;
}
.main-text ul li:last-child {
  margin-bottom: 0;
}
.main-text ol {
  padding-left: 0;
  margin-bottom: 30px;
  margin-top: -10px;
  list-style-position: inside;
  color: #555c68;
  font-size: 16px;
}
.main-text ol li {
  margin-bottom: 10px;
}
.main-text ol li:last-child {
  margin-bottom: 0;
}
.main-text a {
  color: #2a3342;
  border-bottom: 1px solid #f8ac59;
}
.main-text iframe {
  width: 100%;
}
.qk-article-share {
  font-size: 14px;
  color: #666;
  margin-bottom: 40px;
}
.qk-article-share-container {
  display: inline-block;
  vertical-align: middle;
}
.btn-qk-article-share {
  display: inline-block;
}
.jiathis_style_32x32.qk-article-share-container .jiathis_button_weixin .jtico {
  background: url(../images/activity_share_wechat.png) center no-repeat;
  background-size: 30px 30px;
}
.jiathis_style_32x32.qk-article-share-container .jiathis_button_tsina .jtico {
  background: url(../images/details_share_sina.png) center no-repeat;
  background-size: 30px 30px;
}
.qk-article-statement {
  background-color: #f8f8f8;
  padding: 10px 20px;
  font-size: 14px;
  color: #666;
}
.reading {
  margin-top: 60px;
}
.reading .reading-type-title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 15px;
  background: url(../images/detail_pic.png) left center no-repeat;
  background-size: 8px 20px;
}
.reading .reading-list {
  margin-left: -20px;
  margin-right: -20px;
}
.reading .reading-item {
  display: block;
  width: 33.33%;
  float: left;
  padding: 0 20px;
}
.reading .reading-item:last-child {
  margin-right: 0;
}
.reading .reading-item .reading-pic {
  position: absolute;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.reading .reading-item .reading-title {
  height: 38px;
  font-size: 14px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.author {
  padding: 30px;
  background-color: #f8f8f8;
  margin-bottom: 40px;
}
.author .author-info-box {
  height: 85px;
}
.author .signature {
  margin-top: 15px;
  word-break: break-all;
  text-align: justify;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.author .author-avatar-box {
  width: 85px;
  height: 85px;
  border-radius: 4px;
}
.author .author-avatar-box .author-avatar {
  width: 85px;
  height: 85px;
}
.author .author-info {
  margin-left: 100px;
}
.author .author-info .author-name {
  font-size: 16px;
  color: #333;
}
.author .author-info .author-post {
  font-size: 12px;
  color: #666;
  margin-top: 10px;
}
.author .author-info .author-article-number {
  font-size: 14px;
  color: #666;
  margin-top: 15px;
}
.author .new-article {
  margin-top: 20px;
}
.author .new-article .new-article-type-title {
  font-size: 12px;
  color: #666;
  font-weight: bold;
  margin-bottom: 15px;
}
.author .new-article .new-article-item {
  margin-bottom: 20px;
}
.author .new-article .new-article-item:last-child {
  margin-bottom: 0;
}
.author .new-article .new-article-item .new-article-link {
  font-size: 14px;
  color: #333;
}
.hot-tag {
  margin-bottom: 40px;
}
.hot-tag-list .hot-tag-item {
  display: inline-block;
  margin-right: 40px;
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
  padding-left: 8px;
  position: relative;
}
.hot-tag-list .hot-tag-item:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1px;
  left: 0;
  background-color: #333;
}
.hot-tag-list .hot-tag-item a {
  color: #333;
}
.qk-banner-box {
  display: block;
  width: 800px;
  height: 270px;
  overflow: hidden;
}
.qk-kx-day {
  margin-bottom: 60px;
}
.qk-kx-day:last-child {
  margin-bottom: 0;
}
.qk-kx-day .qk-kx-date {
  border: 1px solid #ee7962;
  font-size: 14px;
  display: inline-block;
  line-height: 28px;
  margin-bottom: 10px;
}
.qk-kx-day .qk-kx-date .qk-riqi {
  display: inline-block;
  text-align: center;
  background-color: #ee7962;
  color: #fff;
  padding: 0 12px;
}
.qk-kx-day .qk-kx-date .qk-xingqi {
  color: #666;
  text-align: center;
  padding: 0 12px;
}
.qk-kx-day .qk-kx-day-item {
  padding: 30px 0;
  border-bottom: 1px solid #f2f2f2;
}
.qk-kx-day .qk-kx-day-item .qk-kx-title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.qk-kx-day .qk-kx-day-item .qk-kx-desc {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: justify;
}
.qk-kx-day .qk-kx-day-item .qk-kx-ft {
  font-size: 12px;
  color: #999;
  position: relative;
}
.qk-kx-day .qk-kx-day-item .qk-kx-ft .new-right-tool {
  position: absolute;
  right: 0;
}
.qk-kx-day .qk-kx-day-item .qk-kx-ft .share-type-title {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}
.qk-kx-day .qk-kx-day-item .qk-kx-ft .qk-kx-time {
  padding-left: 20px;
  background: url(../images/news_icon_time.png) left center no-repeat;
  background-size: 12px 12px;
  margin-right: 20px;
}
.qk-kx-day .qk-kx-day-item .qk-kx-ft .qk-kx-link {
  color: #999;
  padding-left: 20px;
  background: url(../images/news_icon_link.png) left center no-repeat;
  background-size: 12px 12px;
  margin-right: 20px;
}
.qk-kx-day .qk-kx-day-item .qk-kx-ft .qk-kx-share {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #999;
  width: 20px;
  height: 20px;
  background: url(../images/news_share_wechat.png) left center no-repeat;
  background-size: 20px 20px;
  margin-right: 20px;
  vertical-align: middle;
}
.qk-kx-day .qk-kx-day-item .qk-kx-ft .qk-kx-share:hover {
  background-image: url(../images/news_share_wechat_s.png);
}
.qk-kx-day .qk-kx-day-item .qk-kx-ft .qk-kx-share .qk-kx-share-box {
  display: none;
  position: absolute;
  width: 120px;
  height: 120px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #f6f6f6;
  border-radius: 4px;
  left: 50%;
  top: -130px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.qk-kx-day .qk-kx-day-item .qk-kx-ft .qk-kx-share .qk-kx-share-box img {
  width: 100%;
  height: 100%;
}
.qk-kx-day .qk-kx-day-item .qk-kx-ft .qk-kx-share .qk-kx-share-box.active {
  display: block;
}
.qk-kx-container {
  padding-top: 20px;
}
.qk-kx-search-box {
  position: absolute;
  top: 20px;
  right: 0;
}
.qk-kx-search-box .qk-kx-search-input {
  width: 240px;
  height: 32px;
  border-radius: 16px;
  border: 2px solid #e3e3e3;
  padding: 0 12px;
}
.qk-kx-search-box .qk-kx-hand {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: url(../images/search.png) center no-repeat;
  background-size: 20px 20px;
}
.qk-kx-hot {
  background-color: #2b2f67;
  border-radius: 12px;
  width: 300px;
  height: 270px;
  padding: 25px;
}
.qk-kx-hot .qk-kx-hot-title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding-left: 35px;
  background: url(../images/home_hot.png) left center no-repeat;
  background-size: 30px 30px;
}
.qk-baike {
  width: 800px;
  margin: auto;
}
.qk-baike-search-input {
  width: 100%;
  height: 48px;
  border: 1px solid #979797;
  padding: 0 15px;
  color: #333;
  font-size: 20px;
}
.qk-baike-hand-search {
  position: absolute;
  width: 48px;
  height: 48px;
  background: url(../images/search.png) center no-repeat;
  background-size: 30px 30px;
  top: 0;
  right: 0;
}
.qk-baike-search-box {
  margin-bottom: 60px;
}
.qk-baike-title-list {
  margin-bottom: 20px;
}
.qk-baike-title-list .qk-baike-title-item {
  float: left;
  margin-right: 60px;
}
.qk-baike-title-list .qk-baike-title-item:last-child {
  margin-right: 0;
}
.qk-baike-title-list .qk-baike-title-item.active a {
  font-weight: bold;
}
.qk-baike-title-list .qk-baike-title-item a {
  position: relative;
  font-size: 16px;
  color: #333;
  padding-left: 20px;
}
.qk-baike-title-list .qk-baike-title-item a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  background-color: #666;
}
.qk-baike-project-item {
  float: left;
  margin-right: 40px;
  width: 380px;
  margin-top: 30px;
}
.qk-baike-project-item:nth-of-type(even) {
  margin-right: 0;
}
.qk-baike-project-item:nth-of-type(1) {
  margin-top: 0;
}
.qk-baike-project-item:nth-of-type(2) {
  margin-top: 0;
}
.qk-baike-project-item .qk-baike-project-logo-box {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  overflow: hidden;
}
.qk-baike-project-item .qk-baike-project-logo-box .qk-baike-project-logo {
  width: 120px;
  height: 120px;
}
.qk-baike-project-item .qk-baike-project-info {
  margin-left: 135px;
  padding-top: 10px;
}
.qk-baike-project-item .qk-baike-project-info .qk-baike-project-name {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.qk-baike-project-item .qk-baike-project-info .qk-baike-project-desc {
  height: 63px;
  font-size: 16px;
  color: #333;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.qk-baike-search-container {
  padding-bottom: 40px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 40px;
}
.qk-search-title {
  text-align: center;
  color: #333;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 60px;
}
.ptb60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.qk-motto {
  text-align: center;
  margin-bottom: 30px;
}
.qk-motto .qk-motto-item {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #333;
  margin-right: 20px;
  padding-left: 22px;
}
.qk-motto .qk-motto-item:first-child {
  padding-left: 0;
}
.qk-motto .qk-motto-item:first-child:after {
  display: none;
}
.qk-motto .qk-motto-item:last-child {
  margin-right: 0;
}
.qk-motto .qk-motto-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 2px;
  height: 2px;
  background-color: #333;
}
.qk-search-search-input {
  width: 100%;
  padding: 0 15px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #979797;
}
.qk-hand-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../images/search.png) center no-repeat;
  background-size: 25px 25px;
}
.search-key {
  padding-top: 60px;
}
.search-key-title {
  font-size: 16px;
  color: #666;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  margin-bottom: 40px;
}
.search-key-title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background-color: #666;
}
.search-key-list {
  margin-bottom: 0;
}
.search-key-list .search-key-item {
  float: left;
  margin-right: 40px;
  margin-bottom: 30px;
}
.search-key-list .search-key-item a {
  font-size: 18px;
  color: #333;
}
.home-banner-big {
  position: relative;
  display: block;
  width: 520px;
  height: 312px;
}
.home-banner-big .home-banner-big-pic {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 520px;
  height: 312px;
}
.home-banner-big .home-banner-big-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-banner-samll-box {
  margin-left: 560px;
  width: 240px;
  height: 312px;
}
.home-banner-samll-box .home-banner-samll {
  display: block;
  position: relative;
  width: 240px;
  height: 146px;
  margin-bottom: 20px;
}
.home-banner-samll-box .home-banner-samll:last-child {
  margin-bottom: 0;
}
.home-banner-samll-box .home-banner-samll .home-banner-samll-pic {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 240px;
  height: 146px;
}
.home-banner-samll-box .home-banner-samll .home-banner-samll-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
}
.home-banner-samll-box .home-banner-samll .home-banner-samll-title .home-banner-samll-title-box {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.home-kx {
  width: 300px;
}
.home-kx-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  padding-left: 15px;
  background: url(../images/detail_pic.png) left center no-repeat;
  background-size: 8px 20px;
}
.qk-more {
  font-size: 12px;
  line-height: 20px;
  color: #999;
  padding-right: 20px;
  background: url(../images/more.png) right center no-repeat;
  background-size: 16px 16px;
}
.qk-more.qk-more-special {
  margin-left: 15px;
}
.home-kx-type-title {
  height: 20px;
  margin-bottom: 30px;
}
.home-kx-time {
  font-size: 12px;
  color: #666;
  line-height: 20px;
}
.home-kx-desc {
  display: block;
  margin-left: 50px;
  font-size: 14px;
  color: #333;
  text-align: justify;
  word-break: break-all;
}
.home-kx-item {
  position: relative;
  margin-bottom: 20px;
  padding-left: 15px;
}
.home-kx-item:last-child {
  margin-bottom: 0;
}
.home-kx-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d8d8d8;
}
.home-kx-item:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: -26px;
  width: 2px;
  background-color: #d8d8d8;
  left: 3px;
}
.home-kx-item:last-child:before {
  display: none;
}
.home-kx-list {
  margin-bottom: 0;
}
.hot-project-item {
  margin-bottom: 20px;
  height: 100px;
}
.hot-project-item .hot-project-logo-box {
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.hot-project-item .hot-project-logo-box .hot-project-logo {
  width: 100px;
  height: 100px;
}
.hot-project-item .hot-project-info {
  padding-top: 5px;
  margin-left: 110px;
}
.hot-project-item .hot-project-info .hot-project-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.hot-project-item .hot-project-info .pirce {
  margin-top: 10px;
  padding-right: 18px;
  height: 24px;
}
.hot-project-item .hot-project-info .pirce .jiage {
  display: inline-block;
  font-size: 14px;
  color: #333;
}
.hot-project-item .hot-project-info .pirce .zhangdie {
  position: relative;
  display: inline-block;
  border-radius: 2px;
  padding: 2px 6px;
  color: #fff;
  margin-left: 15px;
}
.hot-project-item .hot-project-info .pirce .zhangdie.up {
  background-color: #1cbe67;
}
.hot-project-item .hot-project-info .pirce .zhangdie.up:after {
  content: "";
  position: absolute;
  width: 12px;
  top: 0;
  right: -18px;
  height: 24px;
  background: url(../images/project_up.png) center no-repeat;
  background-size: 12px 24px;
}
.hot-project-item .hot-project-info .pirce .zhangdie.down {
  background-color: #ee7962;
}
.hot-project-item .hot-project-info .pirce .zhangdie.down:after {
  content: "";
  position: absolute;
  width: 12px;
  top: 0;
  right: -18px;
  height: 24px;
  background: url(../images/project_down.png) center no-repeat;
  background-size: 12px 24px;
}
.hot-project-tag-list {
  margin-top: 10px;
}
.hot-project-tag-list .hot-project-tag-item {
  display: inline-block;
  border: 1px solid #dedede;
  font-size: 12px;
  color: #666;
}
.juhe-banner {
  background-color: #f6f6f6;
  padding: 60px 0;
  text-align: center;
}
.juhe-banner .juhe-title {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  margin-bottom: 40px;
}
.juhe-banner .juhe-title2 {
  font-size: 20px;
  color: #333;
}
.juhe-banner .juhe-title2 span {
  color: #ee7962;
}
.market-table.table > tbody > tr > td {
  padding: 12px 0;
  font-size: 16px;
}
.qk-article-tag-list .qk-article-tag-item {
  display: inline-block;
  padding: 3px 15px;
  color: #333;
  margin-right: 15px;
  border: 1px solid #ededed;
  border-radius: 14px;
}
.qk-article-tag-list .qk-article-tag-item:last-child {
  margin-right: 0;
}
.qr-code-box {
  margin-bottom: 30px;
}
.btn-nav-search {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/nav_icon_search.png) left center no-repeat;
  background-size: 24px 24px;
  vertical-align: middle;
}
.nav-tool {
  position: absolute;
  top: 0;
  right: 15px;
  height: 60px;
}
.mauto {
  margin: auto;
}
.qk-kx-share-cover {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
}
.new-source {
  color: #878e9a;
  margin-bottom: 30px;
}
.qk-kx-detail-title {
  font-size: 20px;
  font-weight: bold;
  color: #2a3342;
  margin-bottom: 15px;
}
.qk-mb15 {
  margin-bottom: 15px;
}
.about-people-post {
  font-size: 16px;
  margin-top: 10px;
}
.market-up {
  color: #1cbe67;
}
.market-down {
  color: #ee7962;
}
.market-search-box {
  position: absolute;
  top: 0;
  right: 15px;
}
.market-search-box .market-search-input {
  width: 240px;
  height: 32px;
  border-radius: 16px;
  border: 2px solid #e3e3e3;
  padding: 0 15px;
}
.market-search-box .hand-market-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: url(../images/search.png) center no-repeat;
  background-size: 25px 25px;
}
.login-box {
  display: inline-block;
  position: relative;
}
.login-box .btn-login {
  font-size: 14px;
  color: #333;
}
.login-box .btn-reg {
  font-size: 14px;
  color: #333;
  margin-left: 20px;
}
.pic-box {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: auto;
}
.kx-creat-mask {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.kx-creat-box {
  position: fixed;
  top: 100%;
  width: 320px;
  background-color: #fff;
}
.kx-creat-box .kx-creat-title {
  word-break: break-all;
  text-align: justify;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.kx-creat-box .kx-head-pic {
  width: 100%;
}
.kx-creat-box .kx-creat-time {
  padding: 10px 0;
  font-size: 12px;
  color: #999;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}
.kx-creat-box .kx-creat-content {
  word-break: break-all;
  text-align: justify;
  font-size: 16px;
  color: #333;
}
.kx-creat-box .kx-creat-source {
  margin-top: 15px;
  color: #666;
  font-size: 12px;
}
.kx-creat-box .kx-creat-source.no-source {
  margin-top: 0;
}
.kx-creat-box .kx-creat-container {
  padding: 20px;
  min-height: 431px;
}
.kx-head-box {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.kx-head-box .kx-head-title {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
  color: #fff;
}
.kx-head-box .kx-head-title:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -5px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.9);
}
.kx-head-box .kx-head-logo {
  width: 90px;
}
.btn-htmltopic {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ee7962;
  color: #fff;
  height: 50px;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
}
.kx-type-title .kx-type-title-pic {
  width: 100%;
  height: 100%;
}
.kx-type-ft .share-ft-bg {
  width: 100%;
}
.kx-type-ft .lycj-qrcode-pox {
  float: left;
  width: 82px;
  height: 82px;
  background-color: #fff;
  border: 1px solid #3c3c3b;
}
.kx-type-ft .lycj-qrcode {
  width: 100%;
}
.kx-type-ft .kx-share-ft-box {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
}
.kx-type-ft .kx-type-ft-info {
  margin-left: 82px;
  padding-left: 10px;
  padding-top: 20px;
}
.kx-type-ft .kx-type-ft-info .kx-ft-title {
  font-size: 18px;
  color: #f2b726;
  font-weight: bold;
}
.kx-type-ft .kx-type-ft-info .moto {
  font-size: 13px;
  color: #f2b726;
  margin: 2px 0;
}
.kx-type-ft .kx-type-ft-info .kx-ft-saoma {
  font-size: 12px;
  color: #fff;
}
.btn-creat-pic {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(../images/new_icon_img.png) center no-repeat;
  background-size: 20px 20px;
}
.btn-creat-pic:hover {
  background-image: url(../images/news_share_img_s.png);
}
.hide-scrollbar {
  overflow: -moz-hidden-unscrollable;
  overflow: hidden;
}
.creat-pic-box {
  padding: 30px;
  margin: auto;
  text-align: center;
}
.creat-pic {
  width: 320px;
}
.copy-tip {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
.close-pic-box {
  position: fixed;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background-color: #ccc;
}
.btn-article-to-pic {
  display: inline-block;
  width: 36px;
  height: 32px;
  background: url(../images/details_share_img.png) center no-repeat;
  background-size: 30px 30px;
  vertical-align: top;
}
.article-creat-box {
  position: fixed;
  top: 100%;
  width: 320px;
  background-color: #fff;
}
.article-head-pic {
  width: 100%;
}
.article-head-logo {
  position: absolute;
  height: 55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
}
.article-type-title-pic {
  height: 33px;
}
.article-type-title-bottom {
  position: absolute;
  width: 20px;
  height: 4px;
  background-color: #666;
  left: 50%;
  margin-left: -10px;
  bottom: 0;
}
.article-creat-container {
  padding: 20px;
  min-height: 415px;
}
.article-creat-title {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.article-creat-time {
  padding: 10px 0;
  font-size: 12px;
  color: #999;
  margin-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}
.article-type-ft-bg {
  width: 100%;
}
.article-creat-content {
  font-size: 16px;
  color: #333;
  word-break: break-all;
  text-align: justify;
  text-indent: 2em;
}
.article-creat-p {
  margin-bottom: 15px;
  text-indent: 2em;
}
.article-creat-p:last-child {
  margin-bottom: 0;
}
.article-bg {
  width: 100%;
}
.article-qrcode {
  width: 100%;
}
.article-qrcode-pox {
  width: 110px;
  height: 110px;
  padding: 7px;
  background-color: #fff;
  border: 1px solid #fbe193;
  margin-bottom: 12px;
}
.article-qrcode-tip {
  text-align: center;
  color: #333;
  font-size: 12px;
}
.article-type-ft {
  margin-top: 80px;
}
.article-qrcode-box {
  width: 110px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -80px;
}
.hide-qrcode {
  display: none;
}
.lock-scroll {
  overflow: hidden;
}
.footer-tool {
  margin-bottom: 15px;
}
.footer-tool a {
  margin-right: 35px;
}
.footer-tool a:last-child {
  margin-right: 0;
}
.about-me {
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
}
.app-down {
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
}
.app-down:hover .app-qrcode {
  display: block;
}
.app-down .app-qrcode {
  display: none;
  position: absolute;
  z-index: 10;
  top: -230px;
  width: 160px;
  padding: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
}
.app-down .app-qrcode:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #fff;
}
.app-down .app-qrcode img {
  width: 100%;
  margin-top: 15px;
}
.appdown-tip {
  line-height: 20px;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.partner {
  margin-bottom: 15px;
}
.partner-title {
  color: rgba(255, 255, 255, 0.6);
}
.beianhao {
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.4);
}
.gzh-pic {
  width: 70px;
  height: 70px;
}
.partner-pic {
  height: 20px;
  margin-left: 23px;
}
.gzh-motto {
  display: inline-block;
  text-align: right;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  vertical-align: middle;
  padding-right: 15px;
}
.fixed-side {
  position: fixed;
  right: 20px;
  bottom: 200px;
  width: 70px;
  border: 1px solid #f1f1f1;
  background-color: #fff;
}
.fixed-side .fixed-side-item {
  display: block;
  height: 70px;
  border-bottom: 1px solid #f1f1f1;
  font-size: 12px;
  color: #999;
  text-align: center;
  padding-top: 42px;
}
.fixed-side .fixed-side-item:last-child {
  border-bottom: none;
}
.fixed-side .fixed-side-item.back-top {
  display: none;
  cursor: pointer;
  background: url(../images/icon_backtop.png) center top 10px no-repeat;
  background-size: 28px 28px;
}
.fixed-side .fixed-side-item.feedback {
  background: url(../images/icon_Feedback.png) center top 10px no-repeat;
  background-size: 28px 28px;
}
.qk-article-side {
  position: absolute;
  left: 0;
  top: 0;
}
.qk-article-side .qk-article-tool-list {
  position: fixed;
}
.qk-article-side .qk-article-tool-list .qk-article-tool-item {
  width: 40px;
  height: 60px;
  text-align: center;
  font-size: 12px;
  color: #999;
  padding-top: 40px;
  cursor: pointer;
}
.qk-article-side .qk-article-tool-list .qk-article-tool-item.support {
  background: url(../images/details_share_like.png) center top 10px no-repeat;
  background-size: 24px 24px;
}
.qk-article-side .qk-article-tool-list .qk-article-tool-item.comments {
  background: url(../images/article_details_comment.png) center top 10px no-repeat;
  background-size: 24px 24px;
}
.qk-article-side .qk-article-tool-list .qk-article-tool-item.share-wechat {
  padding-top: 0;
}
.qk-article-side .qk-article-tool-list .qk-article-tool-item.share-wechat a {
  display: block;
  height: 60px;
  padding-top: 40px;
  color: #999;
  background: url(../images/article_details_share_wechat.png) center top 10px no-repeat;
  background-size: 24px 24px;
}
.qk-article-side .qk-article-tool-list .qk-article-tool-item.share-weibo {
  padding-top: 0;
}
.qk-article-side .qk-article-tool-list .qk-article-tool-item.share-weibo a {
  display: block;
  height: 60px;
  padding-top: 40px;
  color: #999;
  background: url(../images/article_details_share_sina.png) center top 10px no-repeat;
  background-size: 24px 24px;
}
.qk-article-side .qk-article-tool-list .qk-article-tool-item.share-pic {
  background: url(../images/article_details_share_img.png) center top 10px no-repeat;
  background-size: 24px 24px;
}
.comments-number {
  font-size: 12px;
  color: #999;
  line-height: 22px;
}
.comments-box {
  margin-top: 60px;
}
.comments-box .comments-type-title {
  padding-left: 15px;
  margin-bottom: 20px;
  background: url(../images/detail_pic.png) left center no-repeat;
  background-size: 8px 20px;
}
.comments-box .comments-type-title .comments-title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.comments-login-out {
  background-color: #f8f8f8;
  line-height: 110px;
  text-align: center;
  font-size: 18px;
  color: #666;
  font-weight: bold;
}
.comments-textarea {
  background-color: #f8f8f8;
  padding: 5px;
  width: 100%;
  resize: vertical;
  height: 110px;
  margin-bottom: 10px;
}
.btn-submit {
  background-color: #666;
  color: #fff;
  border: none;
  outline: none;
  padding: 4px 15px;
}
.comment-list {
  padding-top: 20px;
}
.comment-list .comment-item {
  margin-bottom: 15px;
}
.comment-list .comment-item:last-child {
  margin-bottom: 0;
}
.comment-list .comment-item .comment-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.comment-list .comment-item .comment-avatar .img-fuil {
  width: 100%;
}
.comment-list .comment-item .comment-info {
  margin-left: 50px;
  padding-bottom: 15px;
}
.comment-list .comment-item .comment-info .comment-hd {
  position: relative;
  color: #555c68;
  line-height: 40px;
}
.comment-list .comment-item .comment-info .comment-hd .comment-time {
  margin-left: 30px;
}
.comment-list .comment-item .comment-info .comment-content {
  color: #555c68;
  text-align: justify;
  word-break: break-all;
}
.kx-article {
  width: 800px;
}
.activity-container {
  width: 880px;
}
.activity-container .activity-item {
  padding: 20px 0;
  border-bottom: 1px solid #f6f6f6;
}
.activity-container .activity-item:first-child {
  padding-top: 0;
}
.activity-container .activity-item:last-child {
  border-bottom: none;
}
.activity-container .activity-item .activity-pic {
  display: block;
  width: 360px;
  height: 200px;
}
.activity-container .activity-item .activity-pic .activity-img {
  width: 100%;
}
.activity-container .activity-item .activity-info {
  margin-left: 360px;
  height: 200px;
  padding-top: 20px;
  padding-left: 20px;
}
.activity-container .activity-item .activity-info .activity-title {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.activity-container .activity-item .activity-info .activity-infos {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.activity-container .activity-item .activity-info .activity-infos .activity-infos-item {
  font-size: 14px;
  color: #666;
  padding-left: 20px;
  margin-bottom: 10px;
}
.activity-container .activity-item .activity-info .activity-infos .activity-infos-item.name {
  background: url(../images/activity_sponsor.png) left center no-repeat;
  background-size: 14px 14px;
}
.activity-container .activity-item .activity-info .activity-infos .activity-infos-item.time {
  background: url(../images/activity_time.png) left center no-repeat;
  background-size: 14px 14px;
}
.activity-container .activity-item .activity-info .activity-infos .activity-infos-item.addr {
  background: url(../images/activity_address.png) left center no-repeat;
  background-size: 14px 14px;
}
.activity-details-banner {
  padding-bottom: 40px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 40px;
}
.activity-details-banner-pic {
  width: 630px;
  height: 350px;
}
.activity-details-banner-pic .activity-details-banner-img {
  width: 100%;
  height: 100%;
}
.activity-details-banner-pic .activity-status {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 2px 5px;
  color: #fff;
}
.activity-details-banner-pic .activity-status.ing {
  background-color: #ee7962;
}
.activity-details-banner-info {
  margin-left: 630px;
  padding-left: 30px;
}
.activity-details-banner-info .activity-details-title {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-bottom: 50px;
}
.activity-details-banner-info .activity-infos-item {
  padding-left: 20px;
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}
.activity-details-banner-info .activity-infos-item.name {
  background: url(../images/activity_sponsor.png) left center no-repeat;
  background-size: 14px 14px;
}
.activity-details-banner-info .activity-infos-item.time {
  background: url(../images/activity_time.png) left center no-repeat;
  background-size: 14px 14px;
}
.activity-details-banner-info .activity-infos-item.addr {
  background: url(../images/activity_address.png) left center no-repeat;
  background-size: 14px 14px;
}
.activity-details-banner-info .btn-activity-apply {
  font-size: 20px;
  color: #fff;
  padding: 13px 24px;
  border-radius: 2px;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  background: -webkit-linear-gradient(#f2b726, #f8c730);
  background: -o-linear-gradient(#f2b726, #f8c730);
  background: -moz-linear-gradient(#f2b726, #f8c730);
  background: -webkit-gradient(linear, left top, left bottom, from(#f2b726), to(#f8c730));
  background: -moz- oldlinear-gradient(#f2b726, #f8c730);
  background: linear-gradient(#f2b726, #f8c730);
}
.space-banner {
  height: 324px;
  background: -webkit-linear-gradient(#85cce9, #31a1f0);
  background: -o-linear-gradient(#85cce9, #31a1f0);
  background: -moz-linear-gradient(#85cce9, #31a1f0);
  background: -webkit-gradient(linear, left top, left bottom, from(#85cce9), to(#31a1f0));
  background: -moz- oldlinear-gradient(#85cce9, #31a1f0);
  background: linear-gradient(#85cce9, #31a1f0);
}
.space-banner .space-img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
}
.space-banner .space-info {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 30px;
}
.space-banner .space-info .space-avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fff;
  margin: auto;
  margin-bottom: 15px;
}
.space-banner .space-info .space-avatar .space-avatar-img {
  width: 100%;
  height: 100%;
}
.space-banner .space-info .space-name {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.space-banner .space-info .space-post {
  font-size: 12px;
  color: #666;
  background-color: #fff;
  padding: 2px 12px;
  border-radius: 9px;
}
.space-banner .space-info .space-signature {
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
}
.space-number {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 15px;
  background: url(../images/detail_pic.png) left center no-repeat;
  background-size: 8px 20px;
  font-size: 18px;
  color: #333;
}
.space-number span {
  font-weight: bold;
}
.about-banner {
  height: 635px;
  background: -webkit-linear-gradient(#6a9af1, #9fb9f8);
  background: -o-linear-gradient(#6a9af1, #9fb9f8);
  background: -moz-linear-gradient(#6a9af1, #9fb9f8);
  background: -webkit-gradient(linear, left top, left bottom, from(#6a9af1), to(#9fb9f8));
  background: -moz- oldlinear-gradient(#6a9af1, #9fb9f8);
  background: linear-gradient(#6a9af1, #9fb9f8);
}
.about-banner .about-bg {
  position: absolute;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-banner .about-container {
  position: absolute;
  width: 1000px;
  left: 50%;
  margin-left: -500px;
  top: 50px;
  background-color: #fff;
  bottom: 50px;
  padding: 60px 70px;
}
.about-banner .abouot-logo {
  height: 110px;
}
.about-banner .about-info {
  text-align: center;
  font-size: 18px;
  color: #333;
  margin-top: 40px;
}
.about-banner .cooperation-container {
  border-top: 1px solid #f6f6f6;
  padding-top: 40px;
}
.about-banner .cooperation-container .cooperation-item {
  text-align: center;
}
.about-banner .cooperation-container .cooperation-item .cooperation-titlle {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
}
.about-banner .cooperation-container .cooperation-item .cooperation-email {
  font-size: 18px;
  color: #333;
}
.about-banner .cooperation-container .cooperation-item .cooperation-img {
  width: 100px;
  margin-bottom: 15px;
}
.share-pic-content {
  display: none;
}
.avatar-round-50 {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  line-height: 0;
}
.avatar-round-50 img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.login-in-box {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  height: 60px;
  padding-top: 7px;
}
.login-in-box:hover .login-meun {
  display: block;
}
.login-meun {
  display: none;
  position: absolute;
  z-index: 1;
  top: 50px;
  width: 130px;
  right: 0;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(153, 153, 153, 0.2);
  box-shadow: 0 10px 20px 0 rgba(153, 153, 153, 0.2);
}
.login-meun .login-meun-item {
  padding: 10px 0;
  border-bottom: 1px solid #f6f6f6;
  line-height: 30px;
  position: relative;
}
.login-meun .login-meun-item:last-child {
  border-bottom: none;
}
.login-meun .login-meun-item a {
  color: #333;
  display: block;
}
.login-meun .login-meun-item .notice {
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 14px;
  padding: 0 4px;
  margin-top: -7px;
  border-radius: 10px;
  font-size: 12px;
  color: #fff;
  background-color: red;
}
.personal {
  width: 800px;
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 85px 120px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.personal-form .personal-form-input {
  display: none;
  border: 1px solid #ddd;
  outline: none;
  width: 100%;
  padding: 0 12px;
  height: 36px;
  border-radius: 2px;
}
.personal-form .personal-form-input:focus {
  border-color: rgba(238, 121, 98, 0.5);
}
.personal-form .personal-form-textarea {
  display: none;
  border: 1px solid #ddd;
  outline: none;
  width: 100%;
  padding: 5px 12px;
  border-radius: 2px;
  resize: vertical;
}
.personal-form .personal-form-textarea:focus {
  border-color: rgba(238, 121, 98, 0.5);
}
.personal-form .user-avatar-box {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 8px;
  background-color: #fff;
  left: 50%;
  margin-left: -40px;
  top: -40px;
}
.personal-form .user-avatar-box .form-group {
  margin-bottom: 0;
}
.personal-form .user-avatar-box .control-label {
  position: absolute;
}
.personal-form .user-avatar-box .upload_thum {
  margin-bottom: 0;
  margin-right: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: none;
}
.personal-form .user-avatar-box .multi_uploader .imglist {
  padding: 0;
}
.personal-form .user-avatar-box .user-avatar-pic {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.personal-form .user-avatar-box.jiav1:after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 22px;
  height: 22px;
  background: url(../images/pic_vip_enterprise.png) center no-repeat;
  background-size: 22px;
}
.personal-form .user-avatar-box.jiav2:after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 22px;
  height: 22px;
  background: url(../images/pic_vip_personal.png) center no-repeat;
  background-size: 22px;
}
.personal-form .personal-form-label {
  float: left;
  width: 70px;
  font-size: 14px;
  color: #666;
}
.personal-form .personal-form-info {
  margin-left: 70px;
  padding-left: 15px;
}
.personal-form .personal-form-item {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}
.personal-form .personal-form-text {
  font-size: 16px;
  color: #333;
  text-align: justify;
  word-break: break-all;
}
.personal-form .btn-change {
  background-color: #333;
  color: #fff;
  font-size: 16px;
  padding: 4px 12px;
  border-radius: 2px;
  border: none;
  outline: none;
  margin-top: 15px;
}
.personal-form .btn-save {
  display: none;
  background-color: #333;
  color: #fff;
  font-size: 16px;
  padding: 4px 12px;
  border-radius: 2px;
  border: none;
  outline: none;
  margin-top: 15px;
}
.personal-caontainer {
  margin-top: 80px;
}
.qk-login-caontainer {
  margin-top: 100px;
}
.qk-login-box {
  width: 440px;
  margin: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 60px 70px;
}
.qk-login-box .qk-login-title {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  margin-bottom: 80px;
  text-align: center;
}
.qk-login-box .qk-login-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e7e7e7;
  padding-left: 30px;
  height: 40px;
}
.qk-login-box .qk-login-input.qk-login-account {
  background: url(../images/phone.png) left center no-repeat;
  background-size: 22px 22px;
}
.qk-login-box .qk-login-input.qk-login-pwd {
  background: url(../images/password.png) left center no-repeat;
  background-size: 22px 22px;
}
.qk-login-box .qk-login-item {
  position: relative;
  margin-bottom: 15px;
}
.qk-login-box .forgot-pwd {
  font-size: 12px;
  color: #666;
}
.qk-login-box .remember-pwd {
  position: relative;
  font-size: 12px;
  color: #666;
  padding-left: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
}
.qk-login-box .remember-pwd:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 12px;
  height: 12px;
  border: 1px solid #e5e6ea;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
.qk-login-box .remember-pwd.active:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: #999 url(../images/selected1.png) center no-repeat;
  background-size: 12px;
}
.qk-login-box .btn-qk-login {
  display: block;
  width: 100%;
  height: 40px;
  background-color: #f3b827;
  color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  text-align: center;
  line-height: 40px;
}
.qk-login-box .go-reg {
  font-size: 14px;
  color: #333;
}
.qk-login-box .mt40 {
  margin-top: 40px;
}
.qk-login-box .btn-get-auth-code {
  float: right;
  width: 98px;
  height: 32px;
  border: 1px solid #999;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  margin-top: 8px;
}
.qk-login-box .qk-login-aut-box {
  margin-right: 100px;
}
.home-article {
  width: 800px;
}
.ui-tip {
  display: none;
  position: absolute;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  background: #fff7f7;
  color: #ff4242;
  border: 1px solid;
  font-size: 14px;
  white-space: nowrap;
  border-radius: 2px;
}
.ui-tip.tip-left {
  left: 100%;
  top: 0;
  margin-left: 12px;
}
.ui-tip.tip-left:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  margin: -4px;
  background-color: inherit;
  border: 1px solid;
  border-top-color: transparent;
  border-right-color: transparent;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 99;
}
.error .ui-tip {
  display: block;
}
.table-market {
  -webkit-box-shadow: 0 5px 20px 0 rgba(102, 102, 102, 0.1);
  box-shadow: 0 5px 20px 0 rgba(102, 102, 102, 0.1);
}
.table-market thead tr {
  background-color: #f2f2f2;
}
.table.table-market > tbody > tr > td {
  padding: 14px 8px;
}
.table.table-market > thead > tr > th {
  padding: 14px 8px;
}
.lhlk {
  display: inline-block;
  margin-right: 20px;
}
.lhlk .lh {
  padding-left: 20px;
  background: url(../images/news_icon_up.png) left center no-repeat;
  background-size: 20px 20px;
  margin-right: 15px;
}
.lhlk .lh:hover {
  background-image: url(../images/news_icon_up_s.png);
}
.lhlk .lh.active {
  background-image: url(../images/news_icon_up_s.png);
}
.lhlk .lk {
  padding-left: 20px;
  background: url(../images/news_icon_down.png) left center no-repeat;
  background-size: 20px 20px;
}
.lhlk .lk:hover {
  background-image: url(../images/news_icon_down_s.png);
}
.lhlk .lk.active {
  background-image: url(../images/news_icon_down_s.png);
}
.load-box {
  text-align: center;
}
.load-box .load-more {
  display: inline-block;
  line-height: 30px;
  padding: 0 15px;
  border: 1px solid #ebebeb;
  color: #333;
}
.share-qrcode-box {
  padding-top: 15px;
  text-align: center;
}
.share-qrcode-tip {
  margin-top: 10px;
  color: #666;
}
.share-qrcode {
  width: 125px;
}
.testtip {
  text-align: center;
  padding-top: 140px;
}
.testtip .testtip-img {
  width: 160px;
  height: 160px;
}
.testtip .testtip-text {
  font-size: 16px;
  color: #333;
  margin-top: 16px;
}
.market-line {
  display: none;
}
.partner-link {
  text-align: left;
}
.btn-nav-appdown {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/nav_icon_app.png) left center no-repeat;
  background-size: 24px 24px;
  margin-left: 30px;
  margin-right: 49px;
  vertical-align: middle;
}
.btn-nav-appdown:hover .appdown-box {
  display: block;
}
.btn-nav-appdown .appdown-box {
  display: none;
  position: absolute;
  z-index: 1;
  top: 55px;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  background-color: #fff;
  padding: 15px;
}
.btn-nav-appdown .appdown-box:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #fff;
}
.btn-nav-appdown .appdown-box img {
  width: 100%;
  margin-bottom: 15px;
}
.btn-nav-appdown:after {
  content: "";
  position: absolute;
  right: -24px;
  top: 4px;
  width: 1px;
  height: 16px;
  background-color: #999;
}
.lycj-badge {
  display: block;
  background-color: red;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
.appdown-banner {
  width: 100%;
}
.reading-pic-box {
  position: relative;
  height: 134px;
  overflow: hidden;
  margin-bottom: 6px;
}
.link-box {
  display: inline-block;
  width: 790px;
  vertical-align: top;
}
.link-box .partner-pic {
  margin-bottom: 15px;
}
.link-box .eth-from-title {
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}
.link-box .eth-from-textarea {
  width: 100%;
  height: 90px;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 10px;
  resize: none;
  margin-bottom: 15px;
}
.link-box .btn-submit-eth {
  display: block;
  background-color: #ee7962;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  border-radius: 3px;
}
.qk-search-label {
  font-size: 14px;
  color: #333;
}
.qk-search-pox {
  display: inline-block;
}
.qk-input-search {
  width: 384px;
  height: 28px;
  border: 1px solid #d8d8d8;
  outline: none;
  border-radius: 14px;
  font-size: 14px;
  color: #333;
  padding-left: 12px;
  padding-right: 80px;
}
.qk-btn-search {
  position: absolute;
  right: 0;
  top: 0;
  width: 68px;
  height: 28px;
  border-radius: 14px;
  text-align: center;
  line-height: 28px;
  color: #fff;
  font-size: 14px;
  background-image: -webkit-linear-gradient(91deg, #f2b726 3%, #f8c730 100%);
  background-image: -moz- oldlinear-gradient(91deg, #f2b726 3%, #f8c730 100%);
  background-image: linear-gradient(-1deg, #f2b726 3%, #f8c730 100%);
  -webkit-box-shadow: 0 5px 10px 0 rgba(243, 184, 39, 0.2);
  box-shadow: 0 5px 10px 0 rgba(243, 184, 39, 0.2);
}
.qk-search-container .qk-search-box {
  width: 510px;
  margin: auto;
}
.qk-search-container .qk-input-search {
  width: 510px;
}
.qk-search-box .qk-title-form {
  display: inline-block;
}
.qk-search-result {
  margin-top: 30px;
}
.qk-search-result-item {
  margin-top: 30px;
}
.qk-search-result-item:first-child {
  margin-top: 0;
}
.qk-search-result-item .qk-search-result-hd {
  line-height: 60px;
  background-color: #f6f6f6;
  padding: 0 40px;
}
.qk-search-result-item .qk-search-result-hd .qk-search-name {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.qk-search-result-item .qk-search-result-hd .qk-search-term {
  font-size: 16px;
  color: #999;
}
.qk-search-result-item .qk-search-result-hd .qk-search-term span {
  color: #333;
  margin-left: 12px;
}
.qk-search-result-item .qk-search-conrent {
  border: 2px solid #f6f6f6;
  border-top: none;
  padding: 10px 40px;
}
.qk-search-result-item .qk-search-conrent .qk-search-table {
  width: 100%;
}
.qk-search-result-item .qk-search-conrent .qk-search-table td {
  padding: 10px 0;
  font-size: 16px;
  color: #333;
}
.qk-search-result-item .qk-search-conrent .qk-search-table td:last-child {
  text-align: right;
}
.qk-search-result-item .qk-search-conrent .qk-search-table td .qk-search-more {
  display: inline-block;
  width: 84px;
  height: 32px;
  border: 1px solid #999;
  border-radius: 16px;
  line-height: 30px;
  text-align: center;
  color: #666;
  font-size: 14px;
}
.qk-search-result-item .qk-search-conrent .qk-search-table td .qk-search-more span {
  vertical-align: middle;
}
.qk-search-result-item .qk-search-conrent .qk-search-table th {
  padding: 10px 0;
  font-size: 14px;
  color: #999;
}
.qk-icon-more {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/icon_more.png) center no-repeat;
  background-size: 12px 12px;
}
.qk-select-search {
  width: 100%;
}
.adstatis {
  display: block;
}
.hot-article-rank {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 14px;
  padding: 1px 10px;
}
.home-banner-swiper {
  width: 520px;
  height: 312px;
}
.topic-link {
  display: block;
}
.topic-img {
  width: 800px;
  height: 200px;
}
.topic-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #1dbe67;
  color: #fff;
  font-size: 14px;
  padding: 2px 10px;
}
.topic-title {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 20px;
  color: #fff;
}
.shade:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  top: 50%;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background: -webkit-linear-gradient(top, transparent, #000);
  background: -moz-linear-gradient(top, transparent, #000);
  background: -ms-linear-gradient(top, transparent, #000);
  opacity: .7;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.topic-container {
  width: 800px;
  margin: auto;
}
.topic-swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.topic-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}
.swiper-pagination.topic-swiper-pagination {
  bottom: 20px;
  text-align: right;
  padding-right: 16px;
}
.topic-details-title {
  margin-top: 20px;
  position: relative;
  padding-right: 77px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.tdt-share {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: url(../images/details_share_wechat1.png) center no-repeat;
  background-size: 32px 32px;
}
.tdt-share .tdt-qrcode-box {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -65px;
  top: 55px;
  width: 130px;
  height: 130px;
  padding: 17px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(153, 153, 153, 0.3);
  box-shadow: 0 0 5px 0 rgba(153, 153, 153, 0.3);
}
.tdt-share .tdt-qrcode-box:after {
  content: "";
  position: absolute;
  top: -7px;
  right: 57px;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
  -moz-box-shadow: 1px -1px 30px 0 rgba(135, 142, 154, 0.15);
  -webkit-box-shadow: 1px -1px 30px 0 rgba(135, 142, 154, 0.15);
  box-shadow: 1px -1px 30px 0 rgba(135, 142, 154, 0.15);
}
.tdt-share .tdt-qrcode-box .tdt-qrcode {
  width: 96px;
}
.tdt-share:hover .tdt-qrcode-box {
  display: block;
}
.topic-details-digest {
  margin-top: 20px;
  background-color: #f6f6f6;
  padding: 20px;
  border-left: 4px solid #c0c0c0;
  font-size: 16px;
  color: #666;
}
.topic-about-title {
  position: relative;
  height: 28px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.topic-about-title:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #c0c0c0;
}
.topic-about-title span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 20px;
  color: #333;
  font-weight: bold;
  padding: 0 20px;
  background-color: #fff;
}
.btn-exceptional {
  display: block;
  width: 152px;
  height: 60px;
  margin: auto;
  margin-top: 30px;
  background: url(../images/icon_reward.png) center no-repeat;
  background-size: 152px 60px;
}
.btn-exceptional:hover {
  background-image: url(../images/icon_reward_s.png);
}
.exceptional-avatar-list {
  display: inline-block;
  margin-right: 14px;
  margin-top: 18px;
}
.exceptional-avatar-list .exceptional-avatar-item {
  display: inline-block;
  width: 24px;
  height: 36px;
}
.exceptional-avatar-list .exceptional-avatar-item .exceptional-avatar {
  width: 36px;
  height: 36px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.pop-exceptional-title {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  color: #333;
  line-height: 80px;
  background-color: #f6f6f6;
}
.pop-exceptional-content {
  padding: 10px 60px;
}
.pop-exceptional-list {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
.pop-exceptional-list .pop-exceptional-item {
  float: left;
  width: 33.33%;
  padding: 10px 15px;
}
.pop-exceptional-list .pop-exceptional-item .pop-exceptional-btn {
  display: block;
  border: 1px solid #979797;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #333;
}
.pop-exceptional-list .pop-exceptional-item .pop-exceptional-btn.active {
  color: #f3b827;
  border: 1px solid #f3b827;
}
.pop-exceptional-list .pop-exceptional-input-box {
  float: left;
  width: 66.67%;
  padding: 10px 15px;
}
.pop-exceptional-list .pop-exceptional-input-pox {
  border: 1px solid #979797;
  position: relative;
}
.pop-exceptional-list .pop-exceptional-input-pox .pop-exceptional-input {
  width: 100%;
  border: none;
  outline: none;
  height: 30px;
  padding-left: 12px;
  padding-right: 50px;
  -webkit-appearance: none;
}
.pop-exceptional-list .pop-exceptional-input-pox .pop-exceptional-input-unit {
  position: absolute;
  right: 12px;
  top: 0;
  line-height: 30px;
}
.pop-btn-exceptional {
  display: block;
  margin: auto;
  width: 112px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  background-color: #f3b827;
}
.exceptional-class .exceptional-body {
  text-align: center;
  font-size: 18px;
  color: #333;
  padding-top: 40px;
}
.exceptional-class .exceptional-btn {
  display: block;
  width: 112px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background-color: #f3b827;
  margin: auto;
  margin-top: 40px;
}
.btn-focus {
  display: block;
  width: 100px;
  height: 32px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  margin: auto;
  margin-top: 15px;
  color: #fff;
}
.btn-focus .icon-focus {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/attention_icon_selected.png) center no-repeat;
  background-size: 20px;
  vertical-align: text-bottom;
  margin-right: 5px;
}
.mt60 {
  margin-top: 60px;
}
.column-author {
  background: -webkit-linear-gradient(#f6b91c 100%, #ffdb5b 5%);
  background: -o-linear-gradient(#f6b91c 100%, #ffdb5b 5%);
  background: -moz-linear-gradient(#f6b91c 100%, #ffdb5b 5%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #f6b91c), color-stop(5%, #ffdb5b));
  background: -moz- oldlinear-gradient(#f6b91c 100%, #ffdb5b 5%);
  background: linear-gradient(#f6b91c 100%, #ffdb5b 5%);
}
.column-author .column-author-title {
  width: 100%;
}
.column-author .column-author-body {
  position: relative;
  top: -40px;
  padding: 20px;
  font-size: 14px;
  color: #333;
}
.column-author .column-author-ft {
  position: relative;
  top: -30px;
  text-align: center;
}
.column-author .column-author-btn {
  display: inline-block;
  width: 100px;
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  font-size: 16px;
  color: #333;
  margin: 0 15px;
}
.qk-contribute {
  width: 800px;
  margin: auto;
  padding-top: 80px;
}
.qk-contribute .qk-contribute-label {
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
}
.qk-contribute .qk-contribute-input {
  width: 100%;
  height: 32px;
  border: 1px solid #979797;
}
.qk-contribute .qk-contribute-item {
  margin-bottom: 24px;
}
.qk-contribute .qk-contribute-tag-list {
  margin-left: -10px;
  margin-right: -10px;
}
.qk-contribute .qk-contribute-tag-list .qk-contribute-tag-item {
  float: left;
  width: 20%;
  padding: 0 10px;
}
.qk-contribute .qk-contribute-ft {
  text-align: center;
  margin-top: 40px;
}
.qk-contribute .qk-contribute-ft .qk-contribute-btn {
  display: inline-block;
  width: 112px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  margin: 0 15px;
}
.qk-contribute .qk-contribute-ft .qk-contribute-btn.save {
  color: #f3b827;
  border: 1px solid #f3b827;
}
.qk-contribute .qk-contribute-ft .qk-contribute-btn.submit {
  color: #fff;
  background-color: #f3b827;
}
.mt80 {
  margin-top: 80px;
}
.qk-certification {
  width: 640px;
  margin: auto;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding-top: 30px;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 40px;
}
.qk-certification-title {
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 30px;
}
.qk-certification-tab {
  display: inline-block;
  border: 1px solid #999;
  margin-bottom: 40px;
}
.qk-certification-tab .qk-certification-tab-item {
  float: left;
  width: 120px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  color: #666;
  font-size: 16px;
  cursor: pointer;
}
.qk-certification-tab .qk-certification-tab-item.active {
  background-color: #333;
  color: #fff;
}
.qk-certification-tab .qk-certification-tab-item:hover {
  background-color: #333;
  color: #fff;
}
.qk-certification {
  width: 640px;
  margin: auto;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding-top: 30px;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 40px;
}
.qk-certification .qk-certification-label {
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
}
.qk-certification .qk-certification-input {
  width: 100%;
  height: 32px;
  border: 1px solid #979797;
}
.qk-certification .qk-certification-item {
  margin-bottom: 24px;
}
.qk-certification .qk-certification-tag-list {
  margin-left: -10px;
  margin-right: -10px;
}
.qk-certification .qk-certification-tag-list .qk-certification-tag-item {
  float: left;
  width: 20%;
  padding: 0 10px;
}
.qk-certification .qk-certification-ft {
  text-align: center;
  margin-top: 40px;
}
.qk-certification .qk-certification-ft .qk-certification-btn {
  display: inline-block;
  width: 112px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  margin: 0 15px;
}
.qk-certification .qk-certification-ft .qk-certification-btn.save {
  color: #f3b827;
  border: 1px solid #f3b827;
}
.qk-certification .qk-certification-ft .qk-certification-btn.submit {
  color: #fff;
  background-color: #f3b827;
}
.qk-certification .qk-certification-textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #979797;
  resize: vertical;
  height: 110px;
}
.qk-certification .qk-certification-txt {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.qk-certification-company {
  display: none;
}
.mb80 {
  margin-bottom: 80px;
}
.stimulate {
  background: -webkit-linear-gradient(#fed587 2%, #ffa178 99%);
  background: -o-linear-gradient(#fed587 2%, #ffa178 99%);
  background: -moz-linear-gradient(#fed587 2%, #ffa178 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #fed587), color-stop(99%, #ffa178));
  background: -moz- oldlinear-gradient(#fed587 2%, #ffa178 99%);
  background: linear-gradient(#fed587 2%, #ffa178 99%);
  padding-top: 80px;
  padding-bottom: 80px;
}
.stimulate .stimulate-box {
  width: 1000px;
  margin: auto;
  padding: 60px;
  background-color: #fff;
}
.stimulate-pox {
  margin-bottom: 30px;
}
.stimulate-pox:last-child {
  margin-bottom: 0;
}
.stimulate-pox .stimulate-title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 20px;
}
.stimulate-pox .stimulate-content {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
.suanli-list {
  margin-bottom: 40px;
}
.suanli-list .suanli-item {
  float: left;
  width: 25%;
  text-align: center;
}
.suanli-list .suanli-item:nth-of-type(2) {
  border-right: 1px solid #999;
}
.suanli-list .suanli-item .suanli-number {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}
.suanli-list .suanli-item .suanli-title {
  font-size: 16px;
  color: #666;
}
.liezuan-banner {
  width: 100%;
  margin-bottom: 40px;
}
.suanli-btn-group {
  text-align: center;
}
.suanli-btn-group a {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin: 0 15px;
}
.ls-suanli-list .ls-suanli-item {
  padding: 10px 0;
  border-bottom: 1px solid #999;
  font-size: 16px;
  color: #333;
}
.ls-suanli-list .ls-suanli-item .ls-suanli-number {
  font-weight: bold;
}
.myarticle-table tbody tr td {
  padding: 18px 8px;
  color: #333;
}
.myarticle-table tbody tr td:nth-of-type(2) {
  width: 450px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.myarticle-table tbody tr td:nth-of-type(1),
.myarticle-table tbody tr td:nth-of-type(3) {
  text-align: center;
}
.myarticle-table tbody tr td a {
  color: #333;
  margin-right: 15px;
}
.myarticle-table tbody tr td a:hover {
  color: #23527c;
}
.myarticle-table thead tr th {
  font-size: 18px;
  padding: 18px 8px;
  background-color: #eaeaea;
  font-weight: bold;
}
.myarticle-table thead tr th:nth-of-type(1),
.myarticle-table thead tr th:nth-of-type(3) {
  text-align: center;
}
.my-infos {
  position: relative;
  top: -35px;
  text-align: center;
}
.my-infos .my-infos-name {
  font-size: 16px;
  color: #333;
}
.my-infos .my-infos-tag {
  display: inline-block;
  border: 1px solid #d5d5d5;
  font-size: 12px;
  color: #666;
  line-height: 20px;
  border-radius: 11px;
  padding: 0 5px;
  margin-top: 10px;
}
.my-infos .my-infos-slogan {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}
.myfocus-title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.myfocus-bar {
  background-color: #eaeaea;
  padding: 15px 20px;
}
.myfocus-bar .myfocus-tool {
  width: 80px;
  text-align: center;
}
.myfocus-list {
  border: 1px solid #eaeaea;
  border-top: none;
  padding: 0 20px;
}
.myfocus-list .myfocus-item {
  padding: 20px 0;
  border-bottom: 1px solid #eaeaea;
}
.myfocus-list .myfocus-item:last-child {
  border-bottom: none;
}
.myfocus-list .myfocus-item .myfocus-author-avatar-box {
  float: left;
  width: 40px;
  height: 40px;
  position: relative;
}
.myfocus-list .myfocus-item .myfocus-author-avatar-box .myfocus-author-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.myfocus-list .myfocus-item .myfocus-author-avatar-box.jiav1:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  background: url(../images/pic_vip_enterprise.png) center no-repeat;
  background-size: 22px;
}
.myfocus-list .myfocus-item .myfocus-author-avatar-box.jiav2:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  background: url(../images/pic_vip_personal.png) center no-repeat;
  background-size: 22px;
}
.myfocus-list .myfocus-item .myfocus-author-name {
  font-size: 16px;
  line-height: 40px;
  margin-left: 55px;
}
.myfocus-list .myfocus-item .myfocus-btn-cancel {
  display: block;
  width: 80px;
  height: 32px;
  border: 1px solid #999;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  margin-top: 4px;
}
.myfocus-list .myfocus-item .myfocus-btn-cancel:hover {
  background-color: #f3b827;
  color: #fff;
  border: none;
}
.personal.msg {
  padding-left: 60px;
  padding-right: 40px;
  padding-top: 90px;
  padding-bottom: 60px;
}
.msg-nav {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 140px;
  background-color: #f6f6f6;
  padding: 15px 0;
}
.msg-nav .msg-item {
  position: relative;
  font-size: 14px;
  color: #333;
}
.msg-nav .msg-item a {
  display: block;
  color: #333;
  padding: 15px 20px;
}
.msg-nav .msg-item a.active,
.msg-nav .msg-item a:hover {
  background-color: #fff;
}
.msg-nav .msg-item .msg-number {
  position: absolute;
  left: 100px;
  top: 50%;
  margin-top: -8px;
  line-height: 16px;
  border-radius: 8px;
  background-color: #ee7962;
  color: #fff;
  font-size: 12px;
  padding: 0 5px;
}
.msg-box {
  margin-left: 180px;
}
.msg-box .msg-type-title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #f6f6f6;
  padding-bottom: 5px;
}
.msg-info-item {
  padding: 20px 0;
  border-bottom: 1px solid #f6f6f6;
}
.msg-info-item.unread .msg-bd {
  color: #333;
}
.msg-info-item.unread .msg-bd a {
  color: #333;
}
.msg-info-item .msg-bd {
  color: #999;
}
.msg-info-item .msg-bd a {
  color: #999;
  text-decoration: underline;
}
.msg-info-item .msg-bd a:hover {
  color: #23527c;
}
.msg-info-item .msg-ft {
  margin-top: 8px;
}
.msg-info-item .msg-ft .msg-time {
  font-size: 12px;
  color: #999;
}
.dashang-item {
  padding: 20px 0;
  border-bottom: 1px solid #f6f6f6;
}
.dashang-item .dashang-time {
  font-size: 12px;
  color: #999;
  line-height: 32px;
}
.dashang-avatar-box {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.dashang-avatar-box .dashang-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.dashang-name {
  display: inline-block;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-right: 20px;
}
.dashang-number {
  display: inline-block;
  font-size: 14px;
  color: #333;
}
.praise-right {
  padding-top: 5px;
  margin-left: 150px;
}
.msg-info-item.unread .dashang-name {
  color: #333;
}
.msg-info-item .dashang-name {
  color: #666;
}
.dashang-item.unread .dashang-name {
  color: #333;
}
.dashang-item.unread .dashang-number {
  color: #333;
}
.dashang-item .dashang-name {
  color: #666;
}
.dashang-item .dashang-number {
  color: #999;
}
.btn-to-article {
  position: relative;
  margin-left: 49px;
  display: inline-block;
  width: 80px;
  height: 30px;
  border: 1px solid #979797;
  font-size: 14px;
  line-height: 28px;
  color: #666;
  text-align: center;
  padding-left: 20px;
  background: url(../images/nav_icon_write.png) left 10px center no-repeat;
  background-size: 20px;
  vertical-align: middle;
}
.btn-to-article:after {
  content: "";
  position: absolute;
  left: -24px;
  width: 1px;
  height: 16px;
  background-color: #999;
  top: 6px;
}
.recomment-list {
  margin-left: 50px;
  background-color: #f6f6f6;
  padding: 5px 10px;
}
.recomment-list .recomment-item {
  padding: 5px 0;
  -ms-word-break: break-all;
  word-break: break-all;
  padding-right: 50px;
  position: relative;
}
.recomment-list .recomment-item:hover .btn-recomment-item {
  display: block;
}
.btn-recomment {
  position: absolute;
  right: 0;
  top: 0;
  color: #666;
  font-size: 14px;
}
.btn-recomment-item {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  color: #666;
  font-size: 14px;
}
.recomment-form {
  display: none;
  margin-left: 50px;
  margin-top: 15px;
}
.tabset-title {
  font-size: 16px;
  color: #2B3442;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 30px;
}
.tabset-lsit {
  border: 1px solid #477AE4;
  border-radius: 4px;
  margin-bottom: 15px;
}
.tabset-lsit .tabset-item {
  float: left;
  width: 2.77%;
}
.tabset-lsit .tabset-item a {
  display: block;
  font-size: 16px;
  color: #477AE4;
  text-align: center;
  line-height: 34px;
}
.tabset-lsit .tabset-item a:hover,
.tabset-lsit .tabset-item a.active {
  background-color: #477AE4;
  color: #fff;
}
.tabset-content .tabset-content-item {
  display: inline-block;
  margin-right: 10px;
  margin-top: 15px;
}
.tabset-content .tabset-content-item a {
  display: block;
  border: 2px solid #F1F5F6;
  border-radius: 2px;
  text-align: center;
  font-size: 14px;
  color: #555C68;
  padding: 2px 15px;
}
.tabset-content .tabset-content-item a:hover {
  border-color: #477AE4;
  color: #477AE4;
}
.home-top-ad {
  height: 90px;
}
.guoqingbg {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/ly_home_bg.png) center top 70px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#e10019), to(#fff));
  background: url(../images/ly_home_bg.png) center top 70px no-repeat, -webkit-linear-gradient(#e10019, #fff);
  background: url(../images/ly_home_bg.png) center top 70px no-repeat, -moz- oldlinear-gradient(#e10019, #fff);
  background: url(../images/ly_home_bg.png) center top 70px no-repeat, linear-gradient(#e10019, #fff);
  background-size: 100% auto;
}
.guoqingclose {
  position: fixed;
  right: 10px;
  top: 70px;
  width: 24px;
  height: 24px;
  background: url(../images/ly_icon_close.png) center no-repeat;
  background-size: 24px;
  cursor: pointer;
}
.pagination {
  position: relative;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pagination > li > a,
.pagination > li > span {
  float: none;
  display: inline-block;
  border: none;
  background-color: transparent;
  padding: 2px 8px;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background-color: transparent;
  color: #878e9a;
}
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus,
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
  background-color: #333;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
}
.pagination > li {
  margin: 0 7px;
}
.pagination > li > span,
.pagination > li > a {
  color: #555c68;
}
.pagination > li > span:hover,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > a:focus {
  color: #477ae4;
  border: none;
  background-color: transparent;
}
.pagination > li.first {
  position: absolute;
  left: 0;
}
.pagination > li.last {
  position: absolute;
  right: 0;
}
.pagination.pagination-block {
  display: block;
  margin: 0;
}
.pagination-wrapper {
  clear: both;
  padding: 20px 0;
}
.row .pagination-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.project-container .pagination {
  background-color: #fff;
}
.login-img {
  width: 490px;
  height: 480px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
  overflow: hidden;
}
.tip-register {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 20px;
  color: #fff;
  text-align: center;
}
.tip-register .btn-now-register {
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  width: 110px;
  height: 28px;
  text-align: center;
  line-height: 24px;
  margin-left: 10px;
}
.tip-register .btn-now-register:hover {
  background-color: #fff;
  color: #2a3342;
}
.lyw-layer-right {
  margin-left: 490px;
  padding: 50px 30px;
}
.lyw-layer-title {
  display: inline-block;
  font-size: 44px;
  color: #555c68;
  border-bottom: 4px solid #878e9a;
}
.login-input {
  width: 100%;
  border: none;
  outline: none;
  border-bottom: 1px solid #e5e6ea;
  height: 40px;
}
.btn-get-code {
  position: absolute;
  top: 0;
  right: 0;
  width: 82px;
  border: none;
  outline: none;
  background-color: #477ae4;
  color: #fff;
  height: 36px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn-get-code[disabled] {
  background-color: #999;
}
.btn-layer-login {
  width: 100%;
  background-color: #477ae4;
  color: #fff;
  border: none;
  outline: none;
  height: 36px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  line-height: 36px;
  display: block;
  text-align: center;
}
.get-code-box {
  display: none;
}
.password-tool {
  height: 40px;
  line-height: 40px;
}
.remember-password-model-checkbox {
  position: relative;
  padding-left: 20px;
  color: #878e9a;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.remember-password-model-checkbox.active:before {
  border-width: 8px;
  border-color: #1ab394;
}
.remember-password-model-checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #e5e6ea;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
.remember-password-model-checkbox.active:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: url(../images/selected.png) center no-repeat;
  background-size: 16px;
}
.password-tool a {
  color: #878e9a;
}
.tip-back-password {
  display: none;
}
.img-fuil {
  width: 100%;
}
.fy-nav {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  height: 60px;
}
.fy-nav .fy-logo {
  display: inline-block;
  padding-top: 15px;
}
.fy-nav .fy-logo .fy-logo-pic {
  display: block;
  height: 37px;
}
.fy-nav .fy-logo .fy-logo-pic1 {
  display: none;
  height: 37px;
}
.fy-nav .fy-nav-list {
  position: absolute;
  right: 0;
  top: 0;
}
.fy-nav .fy-nav-list .fy-nav-item {
  float: left;
  margin: 0 20px;
  font-size: 16px;
  line-height: 60px;
  position: relative;
}
.fy-nav .fy-nav-list .fy-nav-item a {
  display: block;
  color: #fff;
}
.fy-nav .fy-nav-list .fy-nav-item.current {
  font-weight: bold;
}
.fy-nav .fy-nav-list .fy-nav-item.current a {
  color: #d8b05a;
}
.fy-nav .fy-nav-list .fy-nav-item.current:after {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 0;
  height: 4px;
  background-color: #d8b05a;
}
.fy-nav.fix {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(151, 154, 162, 0.2);
  box-shadow: 0 10px 20px 0 rgba(151, 154, 162, 0.2);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.fy-nav.fix .fy-nav-item a {
  color: #333;
}
.fy-nav.fix .fy-logo-pic {
  display: none;
}
.fy-nav.fix .fy-logo-pic1 {
  display: block;
}
.fy-banner {
  position: relative;
  height: 750px;
  overflow: hidden;
}
.fy-banner .fy-banner-pic {
  position: absolute;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.fy-banner .fy-banner-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fy-banner .fy-banner-container .fy-banner-title {
  font-size: 40px;
  font-weight: bold;
  color: #efc56b;
  text-align: center;
  margin-bottom: 20px;
}
.fy-banner .fy-banner-container .fy-banner-slogan {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.fy-section {
  padding: 60px 0;
}
.fy-section-title {
  font-weight: bold;
  font-size: 26px;
  color: #333;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.fy-section-title:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #d8b05a;
  left: 50%;
  margin-left: -15px;
  bottom: -15px;
}
.fy-value-list .fy-value-item {
  float: left;
  width: 33.33%;
  text-align: center;
}
.fy-value-list .fy-value-item .fy-value-icon {
  width: 44px;
  margin-bottom: 25px;
}
.fy-value-list .fy-value-item .fy-value-title {
  width: 226px;
  margin: auto;
  font-weight: bold;
  font-size: 18px;
  color: #333;
  word-wrap: break-word;
}
.fy-about {
  text-align: center;
  font-size: 18px;
  color: #333;
  word-wrap: break-word;
}
.fy-logo-list {
  display: inline-block;
  padding: 0 50px;
  margin-left: -30px;
  margin-right: -30px;
}
.fy-logo-list .fy-logo-item {
  float: left;
  padding: 15px 30px;
}
.fy-logo-list .fy-logo-item .fy-logo-img {
  width: 160px;
  height: 60px;
}
.fy-bg1 {
  background-color: #f5f5f5;
}
.fy-email {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-bottom: 35px;
}
.fy-or {
  font-weight: bold;
  font-size: 26px;
  color: #333;
  text-align: center;
  margin-bottom: 25px;
}
.fy-form {
  width: 640px;
  margin: auto;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  padding: 40px 65px;
}
.fy-form .fy-form-item {
  margin-bottom: 20px;
}
.fy-form .fy-form-item:last-child {
  margin-bottom: 0;
}
.fy-form .fy-form-item .fy-form-label {
  float: left;
  width: 30%;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 34px;
}
.fy-form .fy-form-item .fy-form-input-box {
  float: left;
  width: 70%;
  padding-left: 30px;
}
.fy-form .fy-form-item .fy-form-input-box .fy-input {
  border: 1px solid #e1e1e1;
  width: 100%;
  outline: none;
  height: 32px;
  padding: 0 12px;
}
.btn-form-submit {
  display: inline-block;
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #d8b05a;
  -webkit-box-shadow: 0 4px 10px 0 rgba(216, 176, 90, 0.4);
  box-shadow: 0 4px 10px 0 rgba(216, 176, 90, 0.4);
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
}
.fy-footer {
  background-color: #24221e;
}
.ptb30 {
  padding: 30px 0;
}
.fy-footer-item {
  font-size: 18px;
  color: #fff;
  opacity: .6;
}
.fy-footer-logo {
  position: absolute;
  right: 15px;
  top: 25px;
  height: 35px;
}
.fy-copyright {
  font-size: 14px;
  color: #999;
  line-height: 35px;
  border-top: 1px solid #2f2f2f;
}
.letter-banner {
  position: relative;
  overflow: hidden;
  height: 240px;
}
.letter-banner .letter-banner-pic {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
}
.letter-introduction {
  padding-top: 20px;
  padding-bottom: 40px;
}
.letter-introduction .letter-title {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.letter-introduction .letter-desc {
  border-left: 4px solid #c0c0c0;
  background-color: #f6f6f6;
  padding: 20px;
  font-size: 16px;
  color: #666;
  margin-top: 20px;
}
.letter-title1 {
  width: 620px;
  height: 28px;
  margin: auto;
  position: relative;
  margin-bottom: 20px;
}
.letter-title1 span {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #333;
  padding: 0 20px;
  background-color: #fff;
}
.letter-title1:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  background-color: #c0c0c0;
}
.letter-grid-outer {
  margin-left: -15px;
  margin-right: -15px;
}
.letter-pb20 {
  padding-bottom: 20px;
}
.letter-grid .letter-grid-sizer {
  width: 33.33%;
  padding: 0 15px;
  padding-top: 50px;
  margin-bottom: 15px;
}
.letter-box {
  background-color: #f9f7ed;
  border-radius: 8px;
  padding-top: 70px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  position: relative;
}
.letter-box .letter-avatar-box {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -50px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.letter-box .letter-avatar-box .letter-avatar {
  width: 100%;
  height: 100%;
}
.letter-box .letter-remarks {
  font-size: 14px;
  color: #666;
}
.letter-box .letter-remarks p {
  text-indent: 2em;
}
.letter-box .letter-source {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
}
.letter-box .letter-source .letter-source-name {
  text-align: center;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.letter-box .letter-source .letter-source-title {
  text-align: center;
}
.letter-box .letter-ft {
  margin-top: 20px;
}
.letter-box .letter-ft .btn-letter-creat-pic {
  display: block;
  margin-left: 20px;
  padding-left: 29px;
  font-size: 12px;
  cursor: pointer;
  color: #999;
  line-height: 24px;
  background: url(../images/ic_letter_img%402x.png) left center no-repeat;
  background-size: 24px 24px;
}
.letter-box .letter-ft .btn-like {
  display: block;
  cursor: pointer;
  padding-left: 29px;
  font-size: 12px;
  color: #999;
  line-height: 24px;
  background: url(../images/ic_letter_like%402x.png) left center no-repeat;
  background-size: 24px 24px;
}
.letter-box .letter-ft .btn-like:hover,
.letter-box .letter-ft .btn-like.active {
  background-image: url(../images/ic_letter_like_clicked%402x.png);
}
.letter-qrcode {
  position: fixed;
  right: 20px;
  bottom: 130px;
  width: 70px;
  height: 70px;
  background: url(../images/btn_share%402x.png) center no-repeat;
  background-size: 70px 70px;
  cursor: pointer;
}
.letter-qrcode .letter-qrcode-pic {
  display: none;
  position: absolute;
  left: -70px;
  width: 70px;
  height: 70px;
}
.letter-qrcode:hover .letter-qrcode-pic {
  display: block;
}
.letter-copyright {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}
.project-filter {
  padding-bottom: 12px;
  border-bottom: 1px solid #f2f2f2;
}
.project-filter-item {
  float: left;
  margin-left: 50px;
  color: #333;
}
.project-filter-item:first-child {
  margin-left: 0;
}
.project-filter-item a {
  color: #333;
}
.project-filter-item a .onlinetime,
.project-filter-item a .shizhi {
  padding-right: 14px;
}
.project-filter-item a .onlinetime[data-flag='0'],
.project-filter-item a .shizhi[data-flag='0'] {
  background: url(../images/icon_filter.png) right center no-repeat;
  background-size: 14px;
}
.project-filter-item a .onlinetime[data-flag='1'],
.project-filter-item a .shizhi[data-flag='1'] {
  background: url("../images/icon_filter_down.png") right center no-repeat;
  background-size: 14px;
}
.project-filter-item a .onlinetime[data-flag='2'],
.project-filter-item a .shizhi[data-flag='2'] {
  background: url("../images/icon_filter_up.png") right center no-repeat;
  background-size: 14px;
}
.pro-index-search {
  width: 320px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.pro-index-con {
  margin-left: -20px;
  margin-right: -20px;
}
.pro-index-con-item {
  float: left;
  width: 50%;
  padding: 0 20px;
  margin-top: 40px;
}
.pro-index-con-item:nth-of-type(1),
.pro-index-con-item:nth-of-type(2) {
  margin-top: 0;
}
.pro-index-con .pro-index-con-box {
  border: 2px solid #f2f2f2;
}
.pro-index-con .pro-index-con-box:hover {
  background-color: #f8f8f8;
}
.pro-index-con .pro-index-item-img {
  float: left;
  width: 180px;
  height: 180px;
  overflow: hidden;
}
.pro-index-con .pro-index-item-img img {
  width: 100%;
  height: 100%;
}
.pro-index-con .pro-index-item-text {
  margin-left: 180px;
  padding: 20px;
  height: 180px;
}
.pro-index-con .pro-index-item-title {
  padding-bottom: 15px;
  margin-bottom: 17px;
  border-bottom: 1px solid #EBEBEB;
}
.pro-index-con .pro-index-item-title--title {
  font-size: 18px;
  color: #333;
}
.pro-index-con .pro-index-item-title--tag {
  font-size: 13px;
  border: 1px solid #d96e59;
  border-radius: 2px;
  color: #ee7962;
  margin-left: 2px;
  padding: 5px 10px;
}
.pro-index-con .pro-index-item-title--tag:nth-of-type(2) {
  margin-left: 20px;
}
.pro-index-con .pro-index-item-row {
  margin-bottom: 6px;
}
.pro-index-con .pro-index-item-row span {
  margin-left: 30px;
  padding-left: 20px;
  font-size: 12px;
  color: #666;
}
.pro-index-con .pro-index-item-row span:first-child {
  margin-left: 0;
}
.pro-index-con .pro-index-item-row--add {
  background: url(../images/icon_address_p.png) left center no-repeat;
  background-size: 14px;
}
.pro-index-con .pro-index-item-row--time {
  background: url(../images/icon_time_p.png) left center no-repeat;
  background-size: 14px;
}
.pro-index-con .pro-index-item-row.pro-index-tip {
  background: url(../images/icon_tag_p.png) left center no-repeat;
  background-size: 14px;
  padding-left: 20px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-index-con .pro-index-item-row.pro-index-tip a {
  font-size: 12px;
  color: #ee7962;
  margin-left: 20px;
}
.pro-index-con .pro-index-item-row.pro-index-tip a:first-child {
  margin-left: 0;
}
.pro-index-con .pro-price-box .pro-price-item {
  float: left;
  text-align: center;
  font-size: 12px;
  color: #999;
  margin-left: 20px;
}
.pro-index-con .pro-price-box .pro-price-item:first-child {
  margin-left: 0;
}
.pro-index-con .pro-price-box .pro-price-item-number {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.pro-banner {
  background-color: #21273d;
  padding: 30px 0;
  color: #fff;
}
.pro-banner-con-l {
  float: left;
  width: 48%;
}
.pro-banner-con-l .coin-wrap .coin-pic {
  float: left;
  width: 140px;
  height: 140px;
  overflow: hidden;
}
.pro-banner-con-l .coin-wrap .coin-pic img {
  width: 100%;
  height: 100%;
}
.pro-banner-con-l .coin-wrap .coin-intro {
  margin-left: 140px;
  padding-left: 20px;
}
.pro-banner-con-l .coin-wrap .coin-intro .coin {
  margin-bottom: 10px;
}
.pro-banner-con-l .coin-wrap .coin-intro .coin-name {
  font-size: 28px;
  vertical-align: middle;
}
.pro-banner-con-l .coin-wrap .coin-intro .coin-tip {
  padding: 6px 14px;
  font-size: 13px;
  color: #ee7962;
  border: 1px solid #d96e59;
  border-radius: 2px;
  margin-left: 10px;
}
.pro-banner-con-l .coin-wrap .coin-intro .coin-tip:nth-of-type(1) {
  margin-left: 17px;
}
.pro-banner-con-l .coin-wrap .coin-intro .coin-subname {
  font-size: 16px;
  margin-bottom: 20px;
}
.pro-banner-con-l .coin-wrap .coin-intro .coin-point-wrap {
  margin-bottom: 23px;
}
.pro-banner-con-l .coin-wrap .coin-intro .coin-point-wrap .coin-point {
  margin-left: 20px;
  color: #ee7962;
  font-size: 14px;
}
.pro-banner-con-l .coin-wrap .coin-intro .coin-point-wrap .coin-point:first-child {
  margin-left: 0;
}
.pro-banner-con-l .coin-wrap .coin-intro .coin-intro-ft span {
  padding-left: 21px;
  font-size: 12px;
  color: #f2f2f2;
  margin-left: 20px;
}
.pro-banner-con-l .coin-wrap .coin-intro .coin-intro-ft span:first-child {
  margin-left: 0;
}
.pro-banner-con-l .coin-wrap .coin-intro .coin-intro-ft span.address {
  background: url(../images/icon_location.png) left center no-repeat;
  background-size: 14px;
}
.pro-banner-con-l .coin-wrap .coin-intro .coin-intro-ft span.viewnum {
  background: url(../images/icon_see.png) left center no-repeat;
  background-size: 14px;
}
.pro-banner-con-l .coin-wrap .coin-intro .coin-intro-ft span.pub-time {
  background: url(../images/icon_time.png) left center no-repeat;
  background-size: 14px;
}
.pro-banner-con-l .coin-index-link {
  margin-top: 25px;
  margin-bottom: 8px;
}
.pro-banner-con-l .coin-web-link {
  word-wrap: break-word;
}
.pro-banner-con-r {
  float: right;
}
.pro-banner-con-r .coin-now-price-wrap {
  background-color: #424759;
  padding: 15px 31px;
  margin-bottom: 20px;
}
.pro-banner-con-r .coin-now-price-wrap-l {
  float: left;
  width: 50%;
}
.pro-banner-con-r .coin-now-price-wrap-l .coin-now-price {
  font-size: 28px;
}
.pro-banner-con-r .coin-now-price-wrap-r {
  float: left;
  width: 50%;
}
.pro-banner-con-r .coin-now-price-wrap-r .coin-pre-wrap {
  vertical-align: middle;
  height: 60px;
  line-height: 60px;
  padding-left: 25px;
}
.pro-banner-con-r .coin-now-price-wrap-r .coin-pre-wrap .coin-pre {
  font-size: 18px;
  position: relative;
}
.pro-banner-con-r .coin-now-price-wrap-r .coin-pre-wrap .coin-pre.coin-pre-up {
  color: #00a62c;
  white-space: nowrap;
}
.pro-banner-con-r .coin-now-price-wrap-r .coin-pre-wrap .coin-pre.coin-pre-up::after {
  position: absolute;
  right: -29px;
  top: -2px;
  background: url(../images/icon_up.png) no-repeat;
  background-size: 24px 26px;
  content: "";
  display: block;
  height: 26px;
  width: 24px;
}
.pro-banner-con-r .coin-now-price-wrap-r .coin-pre-wrap .coin-pre.coin-pre-down {
  color: #FF5252;
  white-space: nowrap;
}
.pro-banner-con-r .coin-now-price-wrap-r .coin-pre-wrap .coin-pre.coin-pre-down::after {
  position: absolute;
  right: -29px;
  top: -2px;
  background: url("../images/icon_down.png") no-repeat;
  background-size: 24px 26px;
  content: "";
  display: block;
  height: 26px;
  width: 24px;
}
.pro-banner-con-r .coin-fw .coin-price-max {
  background-color: #424759;
  padding: 20px;
  margin-bottom: 25px;
  float: left;
}
.pro-banner-con-r .coin-fw .coin-price-max span {
  font-size: 18px;
  margin-left: 10px;
}
.pro-banner-con-r .coin-fw .coin-price-min {
  background-color: #424759;
  padding: 20px;
  margin-bottom: 25px;
  float: right;
}
.pro-banner-con-r .coin-fw .coin-price-min span {
  font-size: 18px;
  margin-left: 10px;
}
.pro-banner-con-r .button-group .coin-btn {
  background: #d96e59;
  border-radius: 2px;
  padding: 12px 28px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin-left: 15px;
}
.pro-banner-con-r .button-group .coin-btn:first-child {
  margin-left: 0;
}
.pro-nav-wrap {
  padding-top: 40px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 35px;
}
.pro-nav-wrap .pro-nav-item {
  float: left;
  font-size: 14px;
  margin-left: 48px;
}
.pro-nav-wrap .pro-nav-item:first-child {
  margin-left: 0;
}
.pro-nav-wrap .pro-nav-item a {
  color: #666;
}
.pro-nav-wrap .pro-nav-item a.active {
  border-bottom: 1px solid #333;
  color: #333;
  padding-bottom: 12px;
}
.base-info .base-info-section {
  margin-bottom: 40px;
}
.base-info .base-info-section:last-child {
  margin-bottom: 0;
}
.base-info .base-info-section .pro-con-title {
  margin-bottom: 10px;
}
.base-info .base-info-section .pro-con-title .member-icon {
  background: url("../images/home_list_author.png") no-repeat;
  background-size: 20px;
  padding-left: 25px;
  display: inline-block;
}
.pro-pb40 {
  padding-bottom: 40px;
}
.pro-con-left {
  float: left;
  width: 70%;
  margin-right: 3%;
}
.pro-con-right {
  float: right;
  border: 1px solid #f2f2f2;
  width: 27%;
  padding: 20px;
  padding-bottom: 0;
}
.pro-con-right .pro-con-right-title {
  float: left;
  font-size: 16px;
  color: #333333;
}
.pro-con-right .pro-more {
  float: right;
  font-size: 12px;
  color: #666666;
}
.pro-con-right .pro-item {
  width: 121px;
  float: left;
}
.pro-con-right .pro-item-img {
  width: 121px;
  height: 120px;
}
.pro-con-right .pro-item-img img {
  width: 121px;
  height: 120px;
}
.pro-con-right .pro-item-name {
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 28px;
}
.mr20 {
  margin-right: 20px;
}
.br {
  border-right: 1px solid #EBEBEB;
}
.hangqing-info .pro-hq-box-top {
  background-color: #f8f8f8;
  padding: 30px 25px;
  margin-bottom: 40px;
}
.hangqing-info .pro-hq-box-top .pro-hq-box-top-item {
  float: left;
  font-size: 14px;
  color: #333;
  width: 50%;
  text-align: center;
  border-right: 1px solid #EBEBEB;
}
.hangqing-info .pro-hq-box-top .pro-hq-box-top-item:last-child {
  border-right: none;
}
.hangqing-info .pro-hq-box-top .pro-hq-box-top-item .pro-hq-box-top-number {
  font-size: 28px;
}
.hangqing-info .pro-hq-box-top .pro-hq-box-top-item .pro-hq-box-top-number.pro-hq-box-top-number-green {
  color: #00a62c;
}
.hangqing-info .pro-hq-box-bottom {
  margin-left: -12px;
  margin-right: -12px;
}
.hangqing-info .pro-hq-box-bottom .pro-hq-box-bottom-item {
  float: left;
  width: 33.33%;
  padding: 0 12px;
}
.hangqing-info .pro-hq-box-bottom .pro-hq-box-bottom-item .pro-hq-box-bottom-box {
  padding: 27px 20px;
  background-color: #f8f8f8;
}
.hangqing-info .pro-hq-box-bottom .pro-hq-box-bottom-item .pro-hq-box-bottom-box .pro-hq-box-bottom-title {
  vertical-align: middle;
  margin-bottom: 15px;
}
.hangqing-info .pro-hq-box-bottom .pro-hq-box-bottom-item .pro-hq-box-bottom-box .pro-hq-box-bottom-title span:first-child {
  float: left;
  margin-top: 4px;
}
.hangqing-info .pro-hq-box-bottom .pro-hq-box-bottom-item .pro-hq-box-bottom-box .pro-hq-box-bottom-title span.color-block {
  color: #fff;
  padding: 6px 5px;
  font-size: 12px;
  float: right;
  border-radius: 4px;
}
.hangqing-info .pro-hq-box-bottom .pro-hq-box-bottom-item .pro-hq-box-bottom-box .pro-hq-box-bottom-title span.color-block.bgy {
  background: #f5c229;
}
.hangqing-info .pro-hq-box-bottom .pro-hq-box-bottom-item .pro-hq-box-bottom-box .pro-hq-box-bottom-title span.color-block.bgr {
  background: #ff7070;
}
.hangqing-info .pro-hq-box-bottom .pro-hq-box-bottom-item .pro-hq-box-bottom-box .zongfxl {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
}
.hangqing-info .pro-hq-box-bottom .pro-hq-box-bottom-item .pro-hq-box-bottom-box .byellow {
  background: #f8e8ba;
  height: 10px;
  margin-top: 13px;
}
.hangqing-info .pro-hq-box-bottom .pro-hq-box-bottom-item .pro-hq-box-bottom-box .liutl {
  font-size: 18px;
  color: #333333;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.hangqing-info .pro-hq-box-bottom .pro-hq-box-bottom-item .pro-hq-box-bottom-box .bblue {
  background-color: #a0c4fa;
  height: 10px;
  margin-top: 13px;
}
.hangqing-info .pro-hq-box-bottom .pro-hq-box-bottom-item .pro-hq-box-bottom-box .bpink {
  background-color: #ffd1d1;
  height: 10px;
  margin-top: 13px;
}
.noinfo {
  background: url("../images/noinfo.jpg") no-repeat;
  background-size: 324px 298px;
  height: 298px;
  width: 324px;
  margin: 0 auto;
}

/*# sourceMappingURL=style.css.map */
