@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  color: #000;
  /*font-family: "PingFang SC", "Helvetica Neue", "Hiragino Sans GB", "冬青黑体", "Microsoft YaHei", "微软雅黑", Helvetica, Arial, sans-serif;*/
  font-family: "Helvetica Neue", "Hiragino Sans GB", "冬青黑体", "Microsoft YaHei", "微软雅黑", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}

.full-gray {
  filter: grayscale(1);
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
}

a:hover, .active, .active a {
  color: #e83237;
}

img {
  border: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.show-block {
  display: block;
}

.hide {
  display: none;
}

.page-top-icon {
  position: fixed;
  z-index: 5000;
  bottom: 100px;
  right: 60px;
  width: 40px;
  height: 40px;
  color: #FFFFFF;
  background-color: #8c8c8c;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
}

.slideout {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

/* header */
.nav-header {
  min-width: 1200px;
  width: 100%;
  height: 60px;
  top: 0;
  border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
  margin: 0 auto;
  background-color: #fff;
}

.nav-header .wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.nav-header .wrap .logo {
  float: left;
  margin-top: 8px;
  margin-right: 10px;
  height: 52px;
  line-height: 60px;
}

.nav-header .wrap .logo img {
  height: 31px;
}

.nav-header .wrap .logo .tiger-2022 {
  width: auto;
  height: 59px;
  margin-top: -8px;
}

.nav-header .wrap .logo.max {
  float: left;
  margin-top: 0;
  margin-right: 0;
  height: auto;
  line-height: 60px;
}

.nav-header .wrap .logo.max img {
  width: auto;
  height: 59px;
  vertical-align: top;
}

.nav-header .wrap .min-logo {
  float: left;
  margin-top: 8px;
  margin-right: 10px;
  height: 52px;
  line-height: 60px;
  display: none;
}

.nav-header .wrap .min-logo img {
  width: 38px;
  margin-top: 2px;
}

.nav-header .navbar {
  margin-left: 191px;
  /*margin-left: 279px;*/
}

.navbar .nav-left {
  margin-left: 10px;
  float: left;
}

.navbar ul {
  list-style: none;
}

.navbar ul > li {
  float: left;
  position: relative;
}

.navbar .nav-left > li {
  display: inline-block;
  padding: 0 16px;
}

.navbar .nav-left li.nav-tv {
  width: 96px;
  padding: 0;
  text-align: center;
}

.navbar .nav-left li.nav-tv:hover {
  padding-left: 0;
}

.navbar .nav-left > li.sub-menu {
  padding-right: 24px;
}

.sub-menu > a {
  cursor: pointer;
  display: block;
}

.navbar ul > li > a {
  font-size: 16px;
  line-height: 58px;
  margin-top: 2px;
  /*font-weight: bold;*/
  display: block;
  transition: initial;
  -webkit-transition: initial;
  -moz-transition: initial;
}

.navbar .nav-left > li.active, .navbar .nav-left > li:hover {
  border-top: 2px #e83237 solid;
  background-color: #F8F8F8;
  border-left: 1px #e0e0e0 solid;
  padding-left: 15px;
}

.navbar .nav-left li.nav-tv.active, .navbar .nav-left li.nav-tv:hover {
  padding-left: 0;
}

.navbar .nav-left > li.active > a, .navbar .nav-left > li:hover > a {
  font-weight: bold;
  margin-top: 0;
  color: #e83237;
}

.navbar ul > li .triangle {
  position: absolute;
  width: 0;
  height: 0;
  right: 10px;
  top: 28px;
  border-width: 5px;
  border-color: transparent;
  border-style: solid;
  border-bottom-width: 0;
  border-top-color: #000;
}

.navbar ul > li.active .triangle,
.navbar ul > li:hover .triangle {
  top: 26px;
  border-top-color: #e83237;
}

.nav-weixin {
  cursor: pointer;
}

.nav-weixin.active,
.nav-weixin:hover {
  border-top: 2px #3eb94e solid !important;
}

.nav-weixin.active a,
.nav-weixin:hover a {
  color: #3eb94e !important;
}

.navbar .nav-left .dropdown {
  position: absolute;
  top: 58px;
  display: none;
  /*border: 1px #e0e0e0 solid;*/
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.5);
}

.navbar .sub-menu:hover .dropdown {
  display: block;
}

.navbar .search-btn {
  cursor: pointer;
}

.navbar .search-btn .icon {
  line-height: 56px;
  color: #555;
  font-size: 13px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -3px;
}

.navbar .dropdown .triangle {
  position: absolute;
  top: -10px !important;
  left: 26px;
  border-width: 10px;
  border-color: transparent;
  border-style: solid;
  border-top-width: 0;
  border-bottom-color: #e0e0e0;
}

.navbar .dropdown .triangle:after {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
  top: 1px;
  margin-left: -10px;
}

.navbar .dropdown.dp-columns {
  padding: 10px 20px 4px;
  margin-left: -15px;
}

.dp-columns .title {
  font-size: 15px;
  line-height: 24px;
  padding: 10px 0;
}

.sub-menu:hover .dp-columns .title a,
.sub-menu.active .dp-columns .title a {
  color: #000;
}

.sub-menu:hover .dp-columns .title a:hover,
.sub-menu.active .dp-columns .title a:hover {
  color: #e83237;
}

.dp-columns .title span {
  border-left: 2px #e83237 solid;
  padding-left: 10px;
  color: #000;
}

.dp-columns hr {
  border-left: 0px solid #abb0b5;
  border-right: 0px solid #abb0b5;
  border-top: 1px dotted #abb0b5;
  border-bottom: 0px solid #abb0b5;
  height: 1px;
  margin: 0;
  width: 100%;
}

.dp-columns .items {
  padding-left: 8px;
  padding-top: 18px;
  padding-bottom: 8px;
}

.dp-columns .items span {
  color: #555;
  line-height: 20px;
  font-size: 12px;
  vertical-align: top;
  display: inline-block;
  margin-top: -1px;
}

.dp-columns .items a {
  display: inline-block;
  color: #555;
  font-size: 14px;
  line-height: 20px;
  padding: 0 5px 10px 5px;
}

.dp-columns .items a:hover {
  color: #e83237;
}

.dp-columns .shop-logo {
  width: 200px;
}

.navbar .nav-right {
  float: right;
}

.nav-right li {
  float: left;
  font-size: 14px;
  line-height: 60px;
  padding: 0 10px;
  height: 60px;
}

.nav-right .user-head {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-top: 16px;
  float: left;
  margin-right: 6px;
  border: 1px rgba(0, 0, 0, 0.1) solid;
}

.nav-right .username {
  display: inline-block;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  position: relative;
  padding-right: 8px;
}

.nav-right .username .notice-dot {
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 5px;
  top: 20px;
  right: 2px;
  background-color: #e83237;
  display: none;
}

.nav-right .login-btn {
  font-size: 14px;
  display: inline-block;
  padding: 4px 16px;
  border: 1px #e83237 solid;
  line-height: 20px;
  border-radius: 4px;
  font-weight: bold;
  color: #e83237;
  cursor: pointer;
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
}

.nav-right .login-btn:hover {
  background-color: #e83237;
  color: #fff;
}

.navbar .nav-right .dropdown {
  position: absolute;
  top: 58px;
  right: 0;
  display: none;
  border: 1px #e0e0e0 solid;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.5);
  width: 140px;
  /*padding: 2px 10px;*/
  border-radius: 5px;
}

.nav-right .user-menu {
  cursor: pointer;
}

.nav-right .user-menu:hover .dropdown {
  display: block;
}

.nav-right .dropdown li {
  display: block;
  float: none;
  height: 40px;
  line-height: 40px;
  border-bottom: rgba(0, 0, 0, 0.1) 1px dotted;
  padding: 0 16px;
}

.nav-right .dropdown li:hover {
  background-color: #f8f8f8;
  font-weight: bold;
}

.nav-right .dropdown .triangle {
  left: auto;
  right: 58px;
}

.nav-right .notice-num {
  padding: 1px 8px;
  background-color: #e83237;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin-left: 4px;
  vertical-align: top;
  display: none;
}

.m-nav-header {
  display: none;
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
  text-align: center;
}

.m-nav-header .wrap {
  padding: 0 20px;
}

.m-nav-header .icon {
  font-size: 16px;
  line-height: 60px;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.m-nav-header img {
  height: 31px;
  margin-top: 14px;
}

.m-nav-header .tiger-2022 {
  width: auto;
  height: 59px;
  margin-top: 0;
}

.m-nav-header.max img {
  width: auto;
  margin-top: 0;
  height: 59px;
  vertical-align: top;
}

.m-left-menu {
  position: absolute;
  height: 100%;
  background-color: #3d3d3d;
  width: 200px;
  z-index: 102;
  top: 0;
  display: none;
}

.m-left-menu .user-wrapper {
  padding: 20px 20px 10px;
  background-color: #646464;
  text-align: center;
}

.m-left-menu .user-wrapper .user-header {
  height: 80px;
}

.m-left-menu .user-wrapper .user-header img {
  height: 100%;
  width: 80px;
  border-radius: 50%;
  border: 2px #fff solid;
}

.m-left-menu .user-wrapper .username {
  margin-top: 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
}

.m-left-menu .user-wrapper .username a {
  color: #fff;
  font-size: 14px;
}

.m-left-menu .user-wrapper .login-btn {
  display: inline-block;
  padding: 4px 10px;
  border: 1px #e83237 solid;
  line-height: 20px;
  border-radius: 4px;
  font-weight: bold;
  background-color: #e83237;
  color: #fff;
  cursor: pointer;
  margin-top: 10px;
}

.m-left-menu .menu-footer {
  position: fixed;
  bottom: 10px;
  width: 200px;
}

.menu-footer .footer-wrapper {
  width: 100%;
  position: relative;
  padding: 0 10px;
}

.menu-footer .footer-wrapper span {
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
  color: #fff;
  border: 1px #fff solid;
  padding: 4px 10px;
  position: relative;
}

.menu-footer .footer-wrapper span .notice-num {
  display: none;
  position: absolute;
  min-width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #e83237;
  top: -8px;
  left: 36px;
  color: #fff;
  line-height: 20px;
  font-size: 12px;
  padding: 0 5px;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
}

.overlay-full-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 101;
  display: none;
}

.m-left-menu .menu {
  list-style: none;
  height: calc(100% - 200px);
  overflow-y: scroll;
}

.m-left-menu .menu a {
  color: #fff;
}

.m-left-menu .menu li {
  display: block;
  cursor: pointer;
  color: #fff;
  padding-left: 20px;
  font-size: 14px;
  line-height: 42px;
}

.m-left-menu .menu li img {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 4px;
}

.m-left-menu .menu li.nest {
  background-color: #5F5F5F;
}

/* header */
/* footer */
.g-footer {
  background: #2b2b2b;
  width: 100%;
  padding: 20px 0;
  -webkit-font-smoothing: subpixel-antialiased;
}

.g-footer .wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.g-footer .col {
  width: 45%;
}

.g-footer .col .hover {
  color: #e83237;
}

.g-footer .col a {
  color: #FFFFFF;
}

.g-footer .col a:hover {
  color: #e83237;
}

.g-footer .col .footer-diff {
  padding-left: 0;
  width: 100%;
}

.logo-g {
  margin-top: 9px;
}

.logo-g img {
  width: 100px;
  margin-right: 12px;
}

.g-footer .col.foot-link p {
  line-height: 23px;
}

.g-footer p {
  padding-left: 10px;
  padding-right: 30px;
  color: #FFFFFF;
  font-size: 14px;
}

.g-footer .com-info {
  padding-left: 0;
  margin-top: 30px;
}

.g-footer .cc {
  padding-left: 0;
  font-size: 12px;
  line-height: 20px;
}

.g-footer .about-us {
  padding-left: 0;
  margin-top: 20px;
  font-size: 12px;
}

.g-footer .refer {
  font-size: 12px;
  padding-left: 0;
  line-height: 20px;
  color: #fff;
}

.g-footer .refer:first-child {
  margin-top: 6px;
}

.footer-title {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-title h2 {
  color: #FFF;
  font-size: 16px;
}

.footer-title .more {
  float: right;
  margin-right: 40px;
  line-height: 40px;
  color: #e83237;
}

.footer-title .more:hover {
  color: #e83237;
}

.footer-share {
  margin-top: 10px;
}

.footer-share img {
  width: 42px;
}

.last-footer {
  width: 100%;
  background: #000000;
  text-align: center;
  -webkit-font-smoothing: subpixel-antialiased;
}

.last-footer p, .last-footer a {
  font-size: 12px;
  color: #e0e0e0;
  line-height: 24px;
}

.last-footer a:hover {
  color: #e83237;
}

.last-footer .red {
  color: #e83237;
}

.footer-wechat {
  cursor: pointer;
}

.weixin-pop-2 {
  position: absolute;
  z-index: 99;
  display: none;
  background: #fff;
  border: 1px #f2f2f2 solid;
}

.footer-wechat:hover .weixin-pop-2 {
  display: block;
}

#cnzz {
  display: none;
}

.banner {
  width: 100%;
  max-height: 90px;
  overflow-y: hidden;
  margin-bottom: 40px;
}

.banner.single-detail-top {
  margin-top: 30px;
  margin-bottom: 0;
}

.banner.single-detail-bottom {
  margin-top: 0;
  margin-bottom: 0;
}

.banner img {
  width: 100%;
}

/* index  */
.main-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 20px auto 0;
}

/* slide */
.main-wrapper .main-slide {
  width: 100%;
  height: 410px;
  overflow: hidden;
}

.main-slide .left-b-slide {
  width: 65%;
  height: 100%;
  float: left;
  padding-right: 10px;
  overflow-y: hidden;
  position: relative;
}

.left-b-slide .b-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.owl-carousel .owl-wrapper-outer {
  height: 100%;
}

.owl-carousel .owl-wrapper-outer .owl-wrapper {
  height: 100%;
}

.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
  height: 100%;
}

.owl-theme .owl-controls {
  position: absolute;
  bottom: 10px;
  width: calc(100% - 10px);
}

.owl-theme .owl-controls .owl-page span {
  background: #fff !important;
}

.main-slide .right-s-slides {
  width: 35%;
  height: 100%;
  float: left;
}

.right-s-slides .s-slide {
  width: 100%;
  height: 49%;
  float: left;
  position: relative;
}

.right-s-slides .s-slide:nth-child(1) {
  margin-bottom: 8px;
}

.slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-color: #333;
}

.slide.blur {
  /*-ms-filter: blur(5px);*/
  /*filter: blur(5px);*/
  /*-webkit-filter: blur(5px);*/
  /*-moz-filter: blur(5px);*/
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /*background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.01) 35%, rgba(0, 0, 0, 0.65) 100%);*/
  /*background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.01) 35%, rgba(0, 0, 0, 0.65) 100%);*/
  /*background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 35%, rgba(0, 0, 0, 0.65) 100%);*/
  background-color: rgba(0, 0, 0, 0.2);
}

.right-s-slides .s-slide:hover .overlay,
.left-b-slide .b-slide:hover .overlay {
  background-color: rgba(0, 0, 0, 0);
  zoom: 1;
}

.b-slide .title, .s-slide .title {
  width: 100%;
  font-size: 32px;
  line-height: 1.4;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 50px;
  text-shadow: 1px 1px 10px #000;
  text-align: center;
  font-weight: bold;
}

.s-slide .title {
  font-size: 20px;
  padding: 0 20px;
}

/* slide end */
/* main list */
.main-wrapper .main-list {
  margin-top: 40px;
  width: 100%;
}

.main-list .left-list {
  width: 66.666666%;
  float: left;
}

.single-post {
  border-bottom: rgba(0, 0, 0, 0.1) 1px dotted;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.single-post .post-pic {
  width: 200px;
  height: 200px;
  float: left;
  position: relative;
  /*margin-bottom: 20px;*/
}

.single-post .post-pic:hover .slide {
  opacity: 0.7;
}

.single-post .post-pic .post-pic-tag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e83237;
  padding: 4px 6px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

.single-post .post-pic .comment-shadow {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  /*background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.01) 35%, rgba(0, 0, 0, 0.65) 100%);*/
  /*background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.01) 35%, rgba(0, 0, 0, 0.65) 100%);*/
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.35) 100%);
}

.single-post .post-pic .link {
  position: absolute;
  right: 10px;
  bottom: 6px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}

.single-post .post-pic .link:hover {
  color: #fff;
}

.single-post .post-info {
  margin-left: 240px;
}

.single-post .post-info .title {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}

.single-post .post-info .title a {
  color: rgba(0, 0, 0, 0.9);
}

.single-post .post-info .title a:hover {
  color: #e83237;
}

.single-post .post-info .excerpt {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.9);
}

.single-post .post-info .small-infos {
  margin-top: 20px;
  /*margin-bottom: 20px;*/
}

.single-post .news-title .title {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  float: left;
}

.single-post .news-title .title a {
  color: rgba(0, 0, 0, 0.9);
}

.single-post .news-title .title a:hover {
  color: #e83237;
}

.single-post .news-title .title .date {
  display: inline;
  font-size: 12px;
  line-height: 14px;
  padding-top: 6px;
  color: rgba(0, 0, 0, 0.4);
  white-space: nowrap;
  font-weight: normal;
}

.single-post .news-title .infos {
  float: right;
  padding-top: 2px;
}

.single-post .news-title .infos p {
  float: left;
  margin-left: 10px;
  font-size: 12px;
  line-height: 20px;
  padding-top: 6px;
  color: rgba(0, 0, 0, 0.4);
}

.single-post .news-title .infos p a {
  color: rgba(0, 0, 0, 0.4);
}

.single-post .news-title .infos p a:hover {
  color: #e83237;
}

.single-post .news-title .infos p .icon {
  font-size: 14px;
  font-weight: bold;
  margin-right: 2px;
}

.single-post .news-title .infos p .icon.topic {
  font-size: 18px;
  vertical-align: sub;
  display: inline;
  line-height: normal;
}

.small-infos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.small-infos .left-infos {
  width: 270px;
}

.small-infos .left-infos img {
  width: 32px;
  border-radius: 16px;
  float: left;
  margin-right: 10px;
}

.small-infos .left-infos p {
  font-size: 12px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.4);
  float: left;
  margin-right: 10px;
}

.small-infos p a {
  color: rgba(0, 0, 0, 0.4);
}

.small-infos p a:hover {
  color: #e83237;
}

.small-infos .right-infos {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: calc(100% - 270px);
}

.small-infos .right-infos p {
  margin-left: 10px;
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.4);
}

.small-infos .right-infos p .icon {
  font-size: 14px;
  font-weight: bold;
  margin-right: 2px;
}

.small-infos .right-infos p .icon.topic {
  font-size: 18px;
  vertical-align: sub;
  display: inline;
  line-height: normal;
}

.small-infos .right-infos .more-w {
  width: 20px;
  height: 32px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 1px;
}

.small-infos .right-infos .more-w .triangle {
  width: 0;
  height: 0;
  border-width: 5px;
  border-color: transparent;
  border-style: solid;
  border-bottom-width: 0;
  border-top-color: rgba(0, 0, 0, 0.4);
  transform: rotate(90deg);
  transition: all 0.4s;
}

.small-infos .right-infos .more-w.open .triangle {
  transform: rotate(0);
}

.small-infos .right-infos .more-w:hover .triangle {
  transform: rotate(0);
}

.small-infos .right-infos .more-w .tags-w {
  position: absolute;
  right: -10px;
  top: 32px;
  width: 210px;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  display: none;
}

.small-infos .right-infos .more-w:hover .tags-w {
  display: block;
}

.small-infos .right-infos .more-w .tags-w .triangle {
  position: absolute;
  top: -10px !important;
  right: 5px;
  border-width: 10px;
  border-color: transparent;
  border-style: solid;
  border-top-width: 0;
  border-bottom-color: #e0e0e0;
  transform: rotate(0deg);
}

.small-infos .right-infos .more-w .tags-w .triangle:after {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
  top: 1px;
  margin-left: -10px;
}

.small-infos .right-infos .more-w .tags-w .tags {
  width: 100%;
  padding: 10px 10px 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.load-more {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.load-more .more {
  width: 100%;
  height: 40px;
  border: 1px rgba(0, 0, 0, 0.4) solid;
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  display: inline-block;
}

.load-more .more:hover {
  border: 1px #e83237 solid;
}

.load-more .more span {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 36px;
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
}

.load-more .more:hover span {
  color: #e83237;
}

.load-more .more.previous {
  float: left;
}

.load-more .more.next {
  float: right;
}

.load-more .more.previous, .load-more .more.next {
  width: 49%;
}

.load-more .more.previous:hover, .load-more .more.next:hover {
  background-color: #e83237;
}

.load-more .more.previous:hover span, .load-more .more.next:hover span {
  color: #fff;
}

.load-more .more.disabled {
  cursor: default;
}

.load-more .more.disabled:hover {
  border: 1px rgba(0, 0, 0, 0.4) solid;
  background-color: transparent !important;
}

.load-more .more.disabled span {
  color: rgba(0, 0, 0, 0.6) !important;
}

/* main list end */
/* main sidebar */
.right-sidebar {
  width: 33.333333%;
  padding-left: 80px;
  float: left;
}

.site-inner-block {
  width: 100%;
}

.site-inner-block .pic-banner {
  width: 100%;
  margin-bottom: 20px;
}

.site-inner-block .pic-banner a img {
  max-width: 100%;
  width: 100%;
  vertical-align: top;
}

.site-inner-block .buybuybuy-banner {
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  padding: 10px;
}

.site-inner-block .buybuybuy-banner a {
  position: relative;
  display: block;
  width: 100%;
}

.site-inner-block .buybuybuy-banner a img {
  max-width: 100%;
  width: 100%;
  vertical-align: top;
}

.site-inner-block .buybuybuy-banner a .title {
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 100%;
  font-size: 14px;
  line-height: 40px;
  overflow: hidden;
  padding: 0;
  color: #ffffff;
  background-color: #000000;
  background: rgba(0, 0, 0, 0.8);
  /*-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.50);*/
  /*box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.50);*/
}

.vote-info {
  position: absolute;
  top: 20px;
  right: 0;
  width: 125px;
  height: 50px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.vote-info img {
  position: absolute;
  width: 40px !important;
  top: 5px;
  left: 5px;
  border-radius: 20px;
}

.vote-info .vote_num {
  position: absolute;
  font-size: 24px;
  line-height: 30px;
  color: #FDC90C;
  display: inline-block;
  top: 0;
  right: 20px;
}

.vote-info .vote_1 {
  position: absolute;
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  display: inline-block;
  top: 4px;
  right: 5px;
}

.vote-info .vote_2 {
  position: absolute;
  font-size: 14px;
  color: #ffffff;
  display: block;
  top: 26px;
  right: 5px;
}

.right-sidebar .hot-block {
  width: 100%;
  margin-bottom: 40px;
}

.hot-block .hot-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 22px;
  margin-bottom: 20px;
}
.hot-block .hot-header img {
  width: 18px;
  margin-right: 10px;
}

.hot-block .hot-list {
  width: 100%;
}

.hot-list .hot-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}
.hot-list .hot-item .ranking {
  width: 18px;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  color: #999;
}
.hot-list .hot-item .ranking.hot {
  color: #e83237;
  font-weight: bold;
}
.hot-list .hot-item p {
  width: calc(100% - 18px - 10px);
  font-size: 14px;
  line-height: 21px;
  padding-bottom: 10px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) dotted;
}

.right-sidebar .site-outer-block {
  margin-top: 20px;
  width: 100%;
}

.site-outer-block .adds-banner {
  width: 100%;
  margin-bottom: 20px;
}

.site-outer-block .adds-banner a img {
  max-width: 100%;
  width: 100%;
  vertical-align: top;
}

.right-sidebar .subscribe {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.subscribe .subscribe-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 22px;
  margin-bottom: 15px;
}
.subscribe .subscribe-header img {
  width: 18px;
  margin-right: 10px;
}

.subscribe .subscribe-header h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  color: #e83237;
  padding: 0 0 10px;
}

.subscribe .subscribe-content {
  padding-top: 4px;
}

.subscribe .subscribe-content .subscribe-tips span {
  font-size: 12px;
  color: #ababab;
}

.subscribe .subscribe-form {
  position: relative;
  margin-top: 14px;
}

.subscribe input[type=text] {
  width: 100%;
  border: 1px solid #f7f7f7;
  border-radius: 2px;
  height: 40px;
  padding: 0 50px 0 10px;
  background-color: #f7f7f7;
  font-size: 13px;
  color: #999;
}

.subscribe input[type=submit] {
  position: absolute;
  top: 4px;
  right: 5px;
  width: 60px;
  height: 32px;
  border: none;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  /*background-color: #c8c8c8;*/
  /*color: #000;*/
  background-color: #e83237;
  color: #fff;
}

.subscribe.subscribe-single input[type=submit] {
  background-color: #e83237;
  color: #fff;
  cursor: pointer;
}

.subscribe input[type=submit]:hover {
  background-color: #e83237;
  color: #ffffff;
}

.subscribe .tooltip {
  display: none;
  margin-top: 10px;
  position: absolute;
  width: 160px;
  height: 30px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.subscribe .tooltip .triangle {
  position: absolute;
  width: 0;
  height: 0;
  left: 10px;
  top: -11px;
  border-width: 11px;
  border-color: transparent;
  border-style: solid;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  color: #333;
}

.subscribe .tooltip .triangle:after {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.subscribe .tooltip span {
  font-size: 12px;
  padding: 15px 10px;
  line-height: 30px;
}

.right-sidebar .eventing {
  width: 100%;
  margin-bottom: 20px;
}

.eventing .eventing-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 23px;
}
.eventing .eventing-header img {
  width: 18px;
  margin-right: 10px;
}

.eventing .eventing-header h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  color: #e83237;
  padding: 0 0 10px;
}

.eventing .eventing-content {
  margin-bottom: 40px;
}

.eventing .eventing-content .eventing-block {
  position: relative;
  margin-bottom: 20px;
  display: block;
}

.eventing-block .eventing-pic {
  width: 90px;
  float: left;
}

.eventing-pic img {
  width: 100%;
  vertical-align: top;
}

.eventing-block .eventing-info {
  margin-left: 100px;
}

.eventing-block .eventing-info .title {
  font-size: 14px;
  line-height: 21px;
}

.eventing-block .eventing-info .title a {
  font-size: 14px;
  line-height: 21px;
}

.eventing-block .eventing-info .event-going {
  height: 22px;
  margin-top: 6px;
}

.eventing-block .eventing-join {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.eventing-block .eventing-join p {
  font-size: 12px;
  color: #999999;
  line-height: 16px;
}

.eventing-block .eventing-join .left-time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.eventing-block .eventing-join .left-time img {
  height: 12px;
  margin-right: 5px;
}

.eventing-block .eventing-join .fast-join {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.eventing-block .eventing-join .fast-join img {
  height: 10px;
  margin-left: 5px;
}

.right-sidebar .prev-next-post {
  width: calc(1200px / 3 - 80px);
  position: fixed;
  bottom: 40px;
  right: calc(50% - 600px);
}
.right-sidebar .prev-next-post .pn-w {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  transform: translateY(300px);
  transition: all 0.4s;
}
.right-sidebar .prev-next-post .pn-w .cover-w {
  width: 94px;
  height: 94px;
  position: relative;
}
.right-sidebar .prev-next-post .pn-w .info {
  width: calc(100% - 94px);
  padding-left: 20px;
}
.right-sidebar .prev-next-post .pn-w .info .pn-nav {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #e83237;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
}
.right-sidebar .prev-next-post .pn-w .info .pn-nav i {
  margin-left: 10px;
  font-size: 13px;
}
.right-sidebar .prev-next-post .pn-w .info .pn-nav.reverse i {
  transform: rotate(180deg);
}
.right-sidebar .prev-next-post .pn-w .info .title {
  font-size: 14px;
  color: #000;
}
.right-sidebar .prev-next-post .pn-w:hover .info .title {
  color: #000;
}
.right-sidebar .prev-next-post.show .pn-w {
  transform: translateY(0);
}

/* main sidebar end */
/* index end */
/* single post start */
.main-wrapper .top-wrapper {
  width: 100%;
  border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
}

.top-wrapper .title {
  width: 100%;
  padding: 20px 0 10px 0;
}

.top-wrapper .title h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 46px;
}

.top-wrapper .small-infos {
  padding-bottom: 6px;
  margin-bottom: 10px;
}

.main-wrapper .main-content {
  width: 100%;
}

.main-content .single-content {
  width: 66.666667%;
  float: left;
}

.main-content .right-sidebar {
  margin-top: 30px;
}

.main-content .single-content .relate-header {
  color: #e83237;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
  font-weight: bold;
  padding-top: 40px;
}

.single-content .post-content {
  padding: 20px 0 10px 0;
  white-space: normal;
}

.single-content .post-content h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  border-left: 4px #e83237 solid;
  padding-left: 20px;
  margin: 30px 0 15px;
}

.single-content .post-content p {
  line-height: 30px;
  font-size: 18px;
  color: #000;
  padding: 15px 0;
}

.single-content .post-content p iframe {
  width: 100%;
  height: 495px;
}

.single-content .post-content img {
  vertical-align: top;
  max-width: 100%;
}

.single-content .post-content .hint {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  margin: 10px 0 0 0;
  max-width: 100%;
  font-style: italic;
}

.single-content .post-content hr {
  border-left: 0px solid #abb0b5;
  border-right: 0px solid #abb0b5;
  border-top: 1px dotted #abb0b5;
  border-bottom: 0px solid #abb0b5;
  height: 1px;
  margin: 0;
  display: inline-block;
  width: 100%;
}

.single-content .post-content blockquote {
  padding: 10px 20px;
  margin: 10px 0 20px;
  font-size: 14px;
  border-left: 2px solid #eee;
  background-color: #e9f8ff;
}

.single-content .post-content blockquote p {
  font-size: 14px;
  line-height: 22px;
}

.single-content .post-content ul {
  list-style: none;
  padding: 15px 0;
}

.single-content .post-content a {
  color: #000;
  box-shadow: 0 2px 0 #e83237;
  position: relative;
  padding-top: 2px;
}

.single-content .post-content a:hover {
  color: #fff !important;
  background-color: #e83237;
}

.single-content .post-content a:hover span {
  color: #fff !important;
}

.single-content .post-content .link-cols {
  width: 33.33333%;
  float: left;
  margin-bottom: 20px;
}

.single-content .post-tag {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 20px;
}

.single-content .post-tag p {
  font-size: 12px;
  color: #888;
  float: right;
  margin-left: 15px;
}

.single-content .post-tag p a {
  color: #888;
}

.single-content .post-tag p a:hover {
  color: #e83237;
}

/* single post end */
/* other block */
.function-block {
  border-top: rgba(0, 0, 0, 0.05) 1px solid;
  padding: 15px;
}

.function-block .left-block {
  float: left;
  font-size: 14px;
  line-height: 24px;
}

.function-block .right-block {
  float: right;
}

.function-block .right-block p {
  font-size: 14px;
  float: left;
  line-height: 26px;
}

.function-block .function-element {
  display: inline-block;
}

.function-block button {
  border: 1px #E7E7E7 solid;
  border-radius: 5px;
  background-color: #fff;
  padding: 5px 8px;
  cursor: pointer;
  font-weight: bold;
  margin-top: -2px;
  outline: none;
}

.function-block .like:hover button,
.function-block .like.active button {
  color: #e83237;
  /*color: #fff;*/
  font-weight: bold;
  border: 1px #e83237 solid;
}

.function-block .collect:hover button,
.function-block .collect.active button {
  background-color: #ffd200;
  color: #fff;
  border: 1px #ffd200 solid;
}

.function-block .collect {
  position: relative;
}

.function-block .collect .collect-hover {
  position: absolute;
  background-color: #fff;
  border: 1px #E7E7E7 solid;
  padding: 10px 20px;
  width: 160px;
  right: 0;
  bottom: 40px;
  border-radius: 5px;
  z-index: 100;
  display: none;
}

.function-block .collect:hover .collect-hover {
  display: block;
}

.function-block .collect.active .collect-hover {
  display: none;
}

.function-block .collect .collect-hover p {
  line-height: 18px;
  font-size: 12px;
}

.function-block .collect .collect-hover .triangle {
  position: absolute;
  border-width: 11px;
  border-color: transparent;
  border-style: solid;
  border-bottom-width: 0;
  border-top-color: #E7E7E7;
  color: #333;
  bottom: -11px;
  right: 18px;
}

.function-block .collect .collect-hover .triangle:after {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  margin-left: -10px;
  content: " ";
  border-bottom-width: 0;
  border-top-color: #fff;
  bottom: 1px;
}

#share_weibo_btn {
  background: url(../../images/share-icon/weibo.png) no-repeat;
  display: inline-block;
  margin: 0;
  background-size: 24px;
  width: 24px;
  height: 24px;
  vertical-align: top;
  cursor: pointer;
}

#share_weibo_btn:hover {
  background: url(../../images/share-icon/weibo_on.png) no-repeat;
  display: inline-block;
  margin: 0;
  background-size: 24px;
  width: 24px;
  height: 24px;
  vertical-align: top;
}

#share_douban_btn {
  background: url(../../images/share-icon/douban.png) no-repeat;
  display: inline-block;
  margin: 0;
  background-size: 24px;
  width: 24px;
  height: 24px;
  vertical-align: top;
  cursor: pointer;
}

#share_douban_btn:hover {
  background: url(../../images/share-icon/douban_on.png) no-repeat;
  display: inline-block;
  margin: 0;
  background-size: 24px;
  width: 24px;
  height: 24px;
  vertical-align: top;
}

#share_wechat_btn {
  background: url(../../images/share-icon/weixin.png) no-repeat;
  display: inline-block;
  margin: 0;
  background-size: 24px;
  width: 24px;
  height: 24px;
  vertical-align: top;
  cursor: pointer;
}

#share_wechat_btn:hover {
  background: url(../../images/share-icon/weixin_on.png) no-repeat;
  display: inline-block;
  margin: 0;
  background-size: 24px;
  width: 24px;
  height: 24px;
  vertical-align: top;
  cursor: pointer;
}

.wechat-dialog {
  display: none;
}

.wechat-dialog .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 200;
}

.wechat-dialog img {
  width: 300px;
  z-index: 201;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.comments-block {
  width: 100%;
  margin-bottom: 20px;
}

.comments-block .add-comment {
  padding: 20px 0 0 0;
  position: relative;
}

.comments-block .add-comment .reply-close {
  position: absolute;
  left: -20px;
  top: 30px;
  color: #9b9b9b;
  cursor: pointer;
  display: none;
}

.comments-block .cmmt-tip {
  margin: 20px 0;
  background-color: #d9edf7;
  padding: 10px 20px;
  font-size: 12px;
  display: none;
}

.comments-block .single-comment .add-comment {
  margin-left: 30px;
}

.comments-block .single-comment .add-comment .reply-close {
  display: block;
}

.user-head {
  width: 48px;
}

.user-head img {
  width: 48px;
  border-radius: 24px;
  float: left;
}

.comments-block .add-comment .comment-input-block {
  margin-left: 68px;
  position: relative;
}

.comment-input-block .no-login-info input[type=text] {
  border: 1px #ababab solid;
  font-size: 14px;
  line-height: 18px;
  display: block;
  border-radius: 5px;
  padding: 15px 20px;
  width: 200px;
  float: left;
  margin-right: 20px;
}

.comment-input-block textarea {
  border: 1px #ababab solid;
  font-size: 14px;
  line-height: 18px;
  display: block;
  border-radius: 5px;
  padding: 15px 90px 15px 20px;
  width: 100%;
  height: 80px;
  outline: none;
}

.comment-input-block textarea:disabled {
  background-color: rgba(0, 0, 0, 0.1);
}

.comment-input-block .no-login-info {
  margin-top: 20px;
}

.comment-input-block input[type=text]:disabled {
  cursor: not-allowed;
}

.comment-input-block .btn-add-comment {
  position: absolute;
  height: 30px;
  width: 60px;
  background-color: #D8D8D8;
  color: #fff;
  font-size: 14px;
  right: 10px;
  top: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
}

.comment-input-block .btn-add-comment:hover,
.comment-input-block .btn-add-comment.active {
  background-color: #e83237;
}

.comment-input-block .btn-add-comment.disabled {
  cursor: not-allowed;
}

.comment-input-block .btn-add-comment.disabled:hover {
  background-color: #D8D8D8;
}

.comment-input-block .hint {
  font-size: 14px;
  line-height: 50px;
  float: left;
}

.comment-input-block .hint span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  border: 1px #e83237 solid;
  float: left;
  margin-right: 16px;
  margin-top: 7px;
}

.comment-input-block .hint .show-link {
  cursor: pointer;
  color: #e83237;
  text-decoration: underline;
}

.comments-block .comments-list {
  margin-top: 40px;
}

.comments-list .comment-header {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 10px;
  color: #9B9B9B;
  border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
}

.comments-list .comment-header code {
  font-size: 18px;
  color: #ff9600;
}

.comments-list .comment-group {
  border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
  width: 100%;
}

.comments-list .single-comment {
  position: relative;
  padding: 15px 0;
}

.comments-list .single-comment.nest {
  border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
}

.comments-list .single-comment.nest.nest-1 {
  margin-left: 30px;
}

.comments-list .single-comment.nest.nest-2 {
  margin-left: 60px;
}

.comments-list .single-comment.nest.nest-3 {
  margin-left: 90px;
}

.single-comment .comment-show-block {
  margin-left: 68px;
}

.comment-show-block .comment-user {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
}

.comment-show-block .comment-txt {
  padding-top: 5px;
  font-size: 14px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
}

.comment-show-block .btn-del {
  position: absolute;
  right: 10px;
  bottom: 15px;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  padding: 0 4px;
  color: #9B9B9B;
  transition: color 0.3s;
}

.comment-show-block .btn-del:hover {
  color: #e83237;
}

.single-comment .reply-block {
  position: absolute;
  right: 10px;
  top: 15px;
}

.single-comment .reply-block .comment-time {
  font-size: 13px;
  color: #9B9B9B;
}

.single-comment .reply-block .btn-reply {
  background-color: #9B9B9B;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  border: none;
  border-radius: 5px;
  padding: 2px 4px;
  margin-left: 10px;
  cursor: pointer;
}

.single-comment .reply-block .btn-reply:hover {
  background-color: #e83237;
}

/* other block */
/* list event start */
.single-event {
  position: relative;
  border-bottom: rgba(0, 0, 0, 0.1) 1px dotted;
  margin-bottom: 20px;
}

.single-event.with-border-top {
  border-top: 1px #E7E7E7 solid;
  padding-top: 20px;
  padding-bottom: 0 !important;
}

.single-event .event-pic {
  width: 120px;
  float: left;
  margin-bottom: 20px;
}

.single-event .event-pic img {
  width: 100%;
  vertical-align: top;
  margin-top: 10px;
}

.single-event .event-infos {
  margin-left: 140px;
}

.single-event .event-infos .title {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
}

.single-event .event-infos .title a,
.single-event .event-infos .title span {
  font-size: 22px;
}

.event-tag {
  background-color: #bdbdbd;
  padding: 4px 6px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 12px !important;
  white-space: nowrap;
  vertical-align: text-top;
}

.event-tag.ing {
  background-color: #e83237;
}

.single-event .event-infos .event-row {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 4px;
}

.single-event .event-infos .event-row .btn-red {
  display: inline-block;
  background: #e83237;
  padding: 6px 8px;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
  border: none;
  cursor: pointer;
}

.single-event .event-infos .event-row .btn-red:disabled {
  cursor: not-allowed;
  background-color: #bdbdbd;
}

.single-event .event-infos .event-row .event-user-list {
  margin-top: 40px;
}

.event-user-list h3 {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
}

.event-user-list .event-user {
  float: left;
  text-align: center;
  margin-top: 5px;
}

.event-user-list .event-user .user-img {
  margin-right: 10px;
}

.event-user-list .event-user .user-img img {
  border-radius: 50em;
  border: 1px #f6f6f6 solid;
}

.event-user-list .event-user .user-name {
  color: #666;
  font-size: 12px;
  line-height: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 50px;
  height: 15px;
  vertical-align: bottom;
}

.single-event .event-infos .event-excerpt {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}

.single-event .join-count a {
  margin: 20px 5px 10px 0;
  float: right;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}

/* list event end */
/* single event start */
.main-content .single-content .single-event {
  position: relative;
  padding-bottom: 40px;
  border-bottom: none;
}

.main-content .single-content .event-title-intro {
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  color: #e83237;
  padding: 0 0 10px;
  border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
}

/* single event end */
/* list buy*3 start */
.main-list .all-list {
  width: 100%;
}

.all-list .single-buybuybuy {
  width: 33.333333%;
  padding: 0 10px;
  float: left;
  position: relative;
  margin-bottom: 30px;
}

.list-block .single-buybuybuy {
  width: 50%;
  padding: 0 10px;
  float: left;
  position: relative;
  margin-bottom: 30px;
}

.list-block .single-buybuybuy .buy_intro {
  border-bottom: 1px rgba(0, 0, 0, 0.4) solid;
}

.single-buybuybuy .buy-pic-preview {
  position: relative;
  height: 260px;
  border-radius: 3px 3px 0 0;
}

.single-buybuybuy .buy-pic-preview .buy-pic {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-color: #333;
}

.single-buybuybuy .buy_header {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 46px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0px;
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.single-buybuybuy .vote-info {
  top: 40px;
}

.buy_header .buy_title {
  padding: 10px 20px;
  opacity: 1;
  text-align: center;
}

.buy_header h3 {
  display: inline-block;
  font-size: 16px;
  line-height: 46px;
  color: #ffffff;
  margin-top: -9px;
}

.buy_intro {
  padding: 10px;
  font-size: 12px;
  color: #888;
  /*background-color: #eee;*/
  border-left: 1px rgba(0, 0, 0, 0.4) solid;
  border-right: 1px rgba(0, 0, 0, 0.4) solid;
}

.buy_intro p {
  line-height: 16px;
  height: 64px;
  overflow-y: hidden;
}

.vote-section {
  padding-top: 8px;
  height: 45px;
  /*background-color: #eee;*/
  border-left: 1px rgba(0, 0, 0, 0.4) solid;
  border-right: 1px rgba(0, 0, 0, 0.4) solid;
  border-bottom: 1px rgba(0, 0, 0, 0.4) solid;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.vote-section .vote-container {
  margin: 0 auto;
  width: 280px;
}

.vote-section .vote_icon {
  display: inline;
  float: left;
  line-height: inherit;
  width: 32px;
  margin: -5px 5px 0;
}

.vote-section .vote_icon img {
  max-width: 100%;
}

.vote-section .progress {
  display: inline;
  float: left;
  padding: 5px 0;
  line-height: 10px;
  color: #ffffff;
  font-size: 12px;
  border-radius: 2px;
}

.vote-section .progress_split {
  display: inline;
  float: left;
  height: 2px;
  padding: 5px 0;
  width: 3px;
}

.vote-section a {
  color: rgba(0, 0, 0, 0.7);
}

.vote-section a:hover {
  color: #e83237;
}

.vote-section span {
  text-align: center;
  display: block;
  font-size: 14px;
}

/* list buy*3 end */
/* single buy*3 start */
.main-content .single-content .single-buybuybuy {
  position: relative;
  padding-bottom: 20px;
}

.single-buybuybuy.relate {
  border-top: 1px #E7E7E7 solid;
  padding-top: 20px;
}

.single-buybuybuy .buy-title h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 46px;
}

.single-buybuybuy.relate .buy-title h1 {
  font-size: 18px;
  line-height: 26px;
}

.single-buybuybuy .buy-intro {
  margin-top: 20px;
}

.single-buybuybuy.relate .buy-intro {
  margin-top: 0px;
}

.single-buybuybuy .buy-intro p {
  line-height: 30px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  margin: 10px 0;
  display: inline-block;
  width: 100%;
}

.single-buybuybuy.relate .buy-intro p {
  line-height: 20px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}

.single-buybuybuy .buy-intro p a {
  color: #000;
  box-shadow: 0 2px 0 #e83237;
  position: relative;
  padding-top: 2px;
}

.single-buybuybuy .buy-intro p a:hover {
  color: #fff;
  background-color: #e83237;
}

.single-buybuybuy .buy-section {
  margin: 20px auto 0;
  text-align: center;
}

.single-buybuybuy .buy-section .vote-num {
  width: 80px;
  height: 110px;
  background-color: rgba(0, 0, 0, 0.8);
  float: left;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
}

.vote-num .num {
  font-size: 32px;
  line-height: 48px;
  color: #ff9600;
  margin-top: 20px;
}

.vote-num .txt {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  margin-top: -10px;
}

.single-buybuybuy .buy-section .vote-num-h {
  display: none;
  width: 100%;
  max-width: 600px;
  background-color: rgba(0, 0, 0, 0.8);
  height: 40px;
  text-align: right;
  padding-right: 20px;
}

.vote-num-h p {
  font-size: 16px;
  color: #fff;
}

.vote-num-h .num {
  font-size: 32px;
  color: #ff9600;
}

.single-buybuybuy .buy-pic {
  max-width: 600px;
  display: inline-block;
  position: relative;
}

.buy-pic .buy-split-pic {
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
}

.buy-pic .buy-single-pic {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.buy-pic .buy-split-pic img,
.buy-pic .buy-single-pic img {
  width: 100%;
  vertical-align: top;
}

.buy-pic .spu-info-split {
  position: absolute;
  width: 100%;
  z-index: 20;
}

.buy-pic .spu-title {
  padding: 10px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: block;
  text-align: left;
  height: 40px;
}

.buy-pic .spu-title-nav {
  position: absolute;
  right: 15px;
}

.buy-pic .spu-intro {
  padding: 5px 10px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  display: block;
  border-top: 1px solid #e6e6e6;
  text-align: left;
}

.buy-pic .choice-buy {
  position: absolute;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  cursor: pointer;
  opacity: 0.8;
}

.buy-pic .choice-buy:hover {
  background-color: #e83237;
}

.buy-pic .choice-buy-text {
  font-size: 30px;
  line-height: 100px;
}

.buy-pic .result-circle {
  text-align: center;
  color: #ffffff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.buy-pic .result-circle .vote-txt {
  font-size: 14px;
  font-weight: bold;
  height: 50%;
  position: relative;
  text-align: center;
}

.buy-pic .result-circle .vote-txt span {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

.buy-pic .result-circle .vote-percent {
  font-size: 30px;
  height: 50%;
  position: relative;
  text-align: center;
}

.buy-pic .result-circle .vote-percent .percent {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
}

.buy-pic .shopping-way {
  position: absolute;
  top: 15px;
  right: 15px;
}

.btn.btn-shopping {
  border: none;
  -webkit-appearance: none;
  outline: none;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: orange;
  color: #fff;
  font-size: 14px;
  line-height: 10px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}

.btn.btn-shopping:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

.btn.btn-shopping i {
  margin-left: -1px;
}

.btn-shopping .shopping-text {
  display: none;
}

.buy-pic .buy-single-pic .v-section {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.buy-pic .buy-single-pic .v-section .section {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
}

/* single buy*3 end */
/* user index start */
.main-wrapper .user-index .user-header {
  padding-top: 20px;
}

.user-header .user-img {
  width: 72px;
  float: left;
}

.user-header .user-img img {
  width: 100%;
  border-radius: 36px;
}

.user-header .user-info {
  margin-left: 96px;
}

.user-header .user-info .username {
  font-size: 32px;
  line-height: 48px;
  color: #000;
}

.user-header .user-info .join-time {
  font-size: 14px;
  color: #9B9B9B;
}

.user-header .user-info .btn-modify-info {
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  padding: 4px 10px;
  vertical-align: middle;
  margin-left: 10px;
}

.user-header .user-info .btn-modify-info:hover {
  background-color: #e83237;
}

.user-index .user-dash {
  margin-top: 40px;
}

.user-dash .col-5 {
  width: 18%;
  float: left;
  border: 1px rgba(0, 0, 0, 0.4) solid;
  height: 250px;
  margin: 0 1%;
  border-radius: 5px;
  position: relative;
}

.user-dash .col-4 {
  width: 21%;
  float: left;
  border: 1px rgba(0, 0, 0, 0.4) solid;
  height: 250px;
  margin: 0 2%;
  border-radius: 5px;
  position: relative;
}

.user-dash .col-3 {
  width: 30%;
  float: left;
  border: 1px rgba(0, 0, 0, 0.4) solid;
  height: 250px;
  margin: 0 1.5%;
  border-radius: 5px;
  position: relative;
}

.user-dash .col-5 p,
.user-dash .col-4 p,
.user-dash .col-3 p {
  padding: 0 10px;
  text-align: right;
}

.user-dash .col-5 .num,
.user-dash .col-4 .num,
.user-dash .col-3 .num {
  font-size: 64px;
  color: #e83237;
  margin-top: 40px;
}

.user-dash .col-5 .thing,
.user-dash .col-4 .thing,
.user-dash .col-3 .thing {
  font-size: 32px;
  color: #9B9B9B;
}

.user-dash .col-5 .first-txt,
.user-dash .col-4 .first-txt,
.user-dash .col-3 .first-txt {
  font-size: 14px;
  color: #9B9B9B;
  position: absolute;
  bottom: 10px;
  right: 0;
}

.user-index .user-dash-detail {
  margin-top: 80px;
}

.user-index .user-dash-detail .left-list {
  width: 58.33333%;
  float: left;
}

.user-index .user-dash-detail .right-list {
  width: 41.66666%;
  float: left;
  padding-left: 120px;
}

.user-dash-detail .list-block {
  margin-bottom: 40px;
  width: 100%;
}

.user-dash-detail .list-block .block-header {
  margin-bottom: 20px;
  border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
}

.user-dash-detail .list-block .block-header h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  color: #e83237;
  padding: 0 0 10px;
  float: left;
}

.user-dash-detail .list-block .block-header .header-more {
  float: right;
  font-size: 12px;
  line-height: 24px;
  margin-top: 6px;
  color: #555;
}

.user-dash-detail .list-block .block-header .header-more:hover {
  color: #e83237;
}

.list-block .single-comment {
  margin-bottom: 20px;
}

.list-block .single-comment .title {
  font-size: 14px;
  color: #666;
}

.list-block .single-comment .title .icon-circle:before {
  color: #ffd200;
}

.list-block .single-comment .comment {
  margin-top: 10px;
  background-color: #F7F7F7;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #4A4A4A;
}

.list-block .single-like {
  margin-bottom: 20px;
}

.list-block .single-like .title {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  margin-left: 60px;
  padding: 0 4px;
}

.list-block .single-like a:hover .title {
  color: #e83237;
}

.list-block .single-like span.tag {
  background-color: #ccc;
  color: #fff;
  font-size: 12px;
  padding: 4px 0;
  width: 54px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  float: left;
  margin-right: 10px;
  font-weight: bold;
}

.list-block i {
  margin-right: 10px;
}

/* user index end */
/* center wrapper index */
.main-wrapper .center-wrapper {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  min-height: 800px;
}

.main-wrapper .mini-wrapper {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 40px;
}

.center-wrapper .page-header,
.mini-wrapper .page-header {
  border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
  margin-bottom: 20px;
}

.center-wrapper .page-header h2,
.mini-wrapper .page-header h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  color: #e83237;
  padding: 0 0 10px;
}

.panel {
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
}

.panel .panel-header {
  padding: 10px 20px;
  color: #111;
  font-size: 14px;
  background: #f4f4f4;
  line-height: 30px;
}

.panel .panel-header h2 {
  font-size: 16px;
  font-weight: bold;
}

.panel .panel-header.success {
  color: #3c763d;
  background: #dff0d8;
}

.panel .panel-header.danger {
  color: #e83237;
  background: #f2dede;
}

.panel .panel-header.info {
  background: #d9edf7;
  color: #31708f;
}

.panel .panel-content {
  padding: 20px;
  background-color: #FEFEFE;
  border-left: 1px #EEE solid;
  border-right: 1px #EEE solid;
}

.panel.no-footer .panel-content {
  border-bottom: 1px #EEE solid;
}

.panel .panel-footer {
  padding: 10px 20px;
  color: #111;
  font-size: 12px;
  background: #f4f4f4;
  text-align: right;
}

.panel .panel-footer .a-below {
  text-decoration: underline;
}

.panel .btn-red {
  display: inline-block;
  background: #e83237;
  padding: 6px 8px;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
  border: none;
  cursor: pointer;
}

.panel .btn {
  display: inline-block;
  background: #CCC;
  padding: 6px 8px;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
  border: none;
  cursor: pointer;
}

.panel .btn.succeed {
  background: #47a447;
}

.panel .btn.succeed:hover {
  background: #4cae4c;
}

.panel .btn.info {
  background: #31708f;
}

.panel .btn.info:hover {
  background: #317392;
}

.form-group .form-row {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-row label {
  width: 10%;
  font-size: 14px;
  line-height: 32px;
  text-align: right;
  float: left;
}

.form-row input[type=text], .form-row input[type=date], .form-row input[type=password] {
  margin-left: 5%;
  padding: 0 20px;
  height: 32px;
  border: 1px solid #f0f0f0;
  font-size: 14px;
  width: 75%;
  color: #555;
}

.form-row input[type=checkbox] {
  font-size: 12px;
  line-height: 32px;
  margin-left: 30%;
}

.form-row textarea {
  margin-left: 5%;
  width: 75%;
  -webkit-appearance: none;
  padding: 10px 20px;
  border: 1px solid #f0f0f0;
  display: inline-block;
  color: #000;
  font-size: 14px;
  line-height: 24px;
}

.form-row input[type=file] {
  margin-left: 5%;
  font-size: 12px;
  padding-top: 8px;
}

.form-row .user-header {
  max-width: 250px;
  margin-left: 15%;
  width: 85%;
}

.form-row .tips {
  font-size: 12px;
  color: #e83237;
  width: 60%;
}

.form-group .col-social {
  float: left;
  margin-right: 20px;
}

.col-social img {
  width: 32px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -2px;
}

.col-social span {
  font-size: 14px;
}

.col-social .bind {
  cursor: pointer;
}

.col-social .unbind {
  text-decoration: underline;
  cursor: pointer;
  font-size: 12px;
}

.col-social .bind:hover,
.col-social .unbind:hover {
  color: #e83237;
}

.mini-wrapper label {
  width: 25%;
}

.mini-wrapper .form-row input[type=text],
.mini-wrapper .form-row input[type=date],
.mini-wrapper .form-row input[type=password] {
  width: 60%;
}

.mini-wrapper .form-row .tips {
  margin-left: 30%;
  margin-top: 4px;
}

/* center wrapper index end */
/* notice page start */
.notice-container .single-notice {
  border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
  margin-bottom: 20px;
}

.notice-container .single-notice .envelope-block {
  width: 100px;
  float: left;
  font-size: 20px;
  text-align: center;
  padding-bottom: 20px;
}

.notice-container .single-notice .envelope-block i.unread {
  color: #e83237;
  font-weight: bold;
}

.notice-container .single-notice .envelope-block p {
  margin-top: 10px;
  color: #555555;
  font-size: 12px;
}

.notice-container .single-notice .notice-content {
  margin-left: 120px;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 20px;
}

.notice-container .single-notice .notice-content a {
  font-weight: bold;
}

.notice-container .single-notice .notice-content .comment {
  margin-top: 10px;
  background-color: #e7e7e7;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #4a4a4a;
}

/* notice page end */
/** dialog box start **/
.dialog-box-overlay {
  z-index: 129;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

.dialog-box {
  width: 300px;
  height: 500px;
  position: fixed;
  left: 0;
  right: 0;
  top: 180px;
  margin: 0 auto;
  background-color: #fff;
  z-index: 130;
  display: none;
}

.dialog-box.login-box {
  height: 350px;
}

.login-box .filter {
  border-bottom: 1px #eee solid;
  position: relative;
  margin-top: 36px;
}

.login-box .filter .tip {
  width: 30px;
  text-align: center;
  position: absolute;
  bottom: -12px;
  color: #ccc;
  background-color: #fff;
  font-size: 14px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.dialog-box .box-header {
  width: 100%;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  text-align: left;
  color: #fff;
  background-color: rgba(232, 50, 55, 0.8);
  padding: 0 20px;
}

.dialog-box .box-header .box-close {
  float: right;
  line-height: 40px;
  cursor: pointer;
}

.dialog-box .box-content {
  padding: 20px 20px 0;
}

.dialog-box .box-content .row {
  width: 100%;
  margin-bottom: 20px;
}

.dialog-box .box-content .row input[type=text],
.dialog-box .box-content .row input[type=password] {
  width: 100%;
  height: 32px;
  padding: 0 10px;
  border: 1px #e7e7e7 solid;
  font-size: 14px;
}

.dialog-box .box-content .row .remember {
  font-size: 12px;
  line-height: 32px;
  float: left;
}

.dialog-box .box-content .row .forget {
  float: right;
  font-size: 12px;
  line-height: 32px;
}

.dialog-box .box-content .row .btn {
  width: 100%;
  height: 32px;
  background-color: rgba(232, 50, 55, 0.8);
  border: none;
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

.dialog-box .box-content .row .col-2 {
  width: 50%;
  float: left;
}

.login-box .col-2 {
  text-align: center;
  margin-top: 16px;
}

.login-box .col-2 img {
  width: 32px;
  cursor: pointer;
}

.login-box .redirect-link {
  font-size: 12px;
  line-height: 34px;
}

.dialog-box.apply-box {
  height: 236px;
}

.dialog-box.social-relate-box {
  width: 600px;
  height: 300px;
}

.social-relate-box {
  border-radius: 5px;
}

.social-relate-box .box-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.social-relate-box .col-left {
  width: 300px;
  border-right: 1px #e0e0e0 dashed;
  padding-right: 20px;
  height: 100%;
  float: left;
}

.social-relate-box .col-right {
  margin-left: 320px;
}

/** dialog box end **/
.subscribe-success {
  text-align: center;
  margin-top: 30px;
}

.subscribe-success img {
  width: 100px;
}

.subscribe-success h3 {
  color: #22b573;
  font-size: 16px;
  font-weight: bold;
  margin: 10px auto;
}

.main-wrapper .one-wrapper {
  width: 800px;
  margin: 0 auto;
}

.one-wrapper .header {
  text-align: center;
}

.one-wrapper .header .user-header {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.one-wrapper .header .user-info {
  margin-top: 10px;
  font-weight: bold;
  font-size: 24px;
  line-height: 46px;
}

.one-wrapper .content {
  width: 100%;
  margin-top: 60px;
}

.one-wrapper .header .user-title {
  font-size: 14px;
}

.main-wrapper .lr-wrapper {
  width: 960px;
}

.lr-wrapper .left-block {
  width: 200px;
  float: left;
  text-align: center;
  margin-bottom: 20px;
}

.lr-wrapper .left-block .user-info {
  margin-top: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
}

.lr-wrapper .right-block {
  margin-left: 240px;
}

.lr-wrapper .left-block .user-header {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.lr-wrapper .left-block .block-detail {
  width: 100%;
}

.lr-wrapper .left-block .block-detail p {
  font-size: 14px;
}

.meta-info-wrapper {
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
}

.meta-info-wrapper .slide {
  z-index: -1;
}

.meta-info-wrapper .overlay {
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.meta-info-wrapper .center-wrapper {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding-top: 84px;
  text-align: center;
}

.meta-info-wrapper p {
  color: #fff;
  text-align: center;
}

.meta-info-wrapper .meta-info {
  font-size: 44px;
  line-height: 72px;
}

.meta-info-wrapper .meta-intro {
  margin-top: -5px;
}

.meta-info-wrapper .post-count {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  font-size: 20px;
}

.meta-info-wrapper .post-count span {
  line-height: 30px;
}

.meta-info-wrapper img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.meta-info-wrapper .meta-info .icon {
  font-size: 48px;
}

.main-wrapper .search-wrapper {
  max-width: 960px;
  margin: 0 auto;
}

.search-wrapper .search-box {
  margin: 20px 0 40px;
  position: relative;
}

.search-wrapper .search-box input[type=text] {
  width: 100%;
  height: 46px;
  padding: 0 87px 0 20px;
  font-size: 16px;
  color: #555;
  border: 1px #ccc solid;
  outline: none;
}

.search-wrapper .search-box input[type=submit]:hover {
  background-color: #e83237;
  color: #fff;
}

.search-wrapper .search-box input[type=submit] {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 60px;
  height: 32px;
  border: 0;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  background-color: #e83237;
  color: #fff;
  cursor: pointer;
}

.fullpage-box {
  display: none;
  z-index: 2000;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.fullpage-box .dialog-table {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.fullpage-box .dialog-table .dialog-cell {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.fullpage-box .box-content {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
}

.weixin-box .box-content {
  width: 250px;
  height: 250px;
}

.weixin-box .box-content img {
  width: 100%;
}

.search-box .box-content {
  width: 640px;
  padding-top: 20px;
}

.search-box .search-wrapper .search-box {
  margin: 0;
}

.search-box .box-content .hot-wrapper {
  margin: 0 auto;
}
.search-box .box-content .hot-wrapper .hot-list {
  background-color: #fff;
  padding: 20px 5px 10px;
}
.search-box .box-content .hot-wrapper .hot-list > a:last-child .hot-item {
  margin-bottom: 0;
}
.search-box .box-content .hot-wrapper .hot-list > a:last-child .hot-item p {
  border-bottom: none;
}

.hot-wrapper .hot-header {
  color: #fff;
}

.hot-wrapper .hot-header h2 {
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
}

.panel .filter {
  border-top: 1px #eee solid;
  position: relative;
  margin-top: 36px;
  padding: 0 calc(50% - 40px);
}

.panel .filter .tip {
  width: 100px;
  text-align: center;
  position: absolute;
  top: -12px;
  color: #ccc;
  background-color: #fff;
  font-size: 14px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.panel .filter .col-2 {
  width: 50%;
  float: left;
  text-align: center;
}

.panel .filter .col-2 img {
  padding-top: 20px;
  width: 32px;
  cursor: pointer;
}

.social-relate-box .tip {
  font-size: 14px;
  font-weight: bold;
  color: #555;
}

.social-relate-box .skip-link {
  font-size: 14px;
  color: #bbb;
  line-height: 120px;
  margin-left: 60px;
}

.social-relate-box .skip-link:hover {
  color: #555;
  font-weight: bold;
}

.login_by_wechat {
  /*display: none;*/
}

.form-group .col-social.wechat {
  /*display: none;*/
}

.login-w {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.login-w .login-box {
  width: 1000px;
  height: 554px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 4px 42px 0 #FFDFDF;
}
.login-w .login-box .cover {
  height: 100%;
  width: 50%;
  position: relative;
}
.login-w .login-box .login-form {
  height: 554px;
  width: 50%;
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.login-w .login-box .login-form .logo {
  height: 34px;
}
.login-w .login-box .login-form .inputs {
  width: 300px;
  margin: 40px 0;
}
.login-w .login-box .login-form .inputs .input-w {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.login-w .login-box .login-form .inputs .input-w label {
  position: absolute;
  left: 0;
  font-size: 14px;
  line-height: 1.42;
  top: 12px;
  transition: all 0.4s;
  cursor: text;
}
.login-w .login-box .login-form .inputs .input-w input {
  -webkit-appearance: none;
  width: 100%;
  height: 44px;
  font-size: 14px;
  line-height: 20px;
  border: none;
  outline: none;
  border-bottom: 1px #eee solid;
  transition: border-bottom-color 0.4s;
}
.login-w .login-box .login-form .inputs .input-w input:focus {
  border-bottom: 1px #000 solid;
}
.login-w .login-box .login-form .inputs .input-w input:focus + label {
  font-size: 10px;
  top: -10px;
}
.login-w .login-box .login-form .inputs .input-w.open label {
  font-size: 10px;
  top: -10px;
}
.login-w .login-box .login-form .inputs .input-w .btn-send-dyn-code {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 12px;
  line-height: 20px;
  color: #666;
  cursor: not-allowed;
}
.login-w .login-box .login-form .inputs .input-w .btn-send-dyn-code.active {
  color: #e83237;
  cursor: pointer;
}
.login-w .login-box .login-form .btn-login {
  display: block;
  width: 240px;
  height: 44px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  background-color: #e83237;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
}
.login-w .login-box .login-form .hint {
  width: 100%;
  padding: 0 20px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 20px;
  text-align: center;
}

.page-w {
  padding: 32px 0;
}
.page-w.bg-gray {
  background-color: #f2f2f2;
}
.page-w .my-info {
  max-width: 800px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
}
.page-w .my-info .my-nav {
  height: 78px;
  width: 100%;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 100px;
}
.page-w .my-info .my-nav .nav {
  height: 70px;
  font-size: 20px;
  line-height: 70px;
  font-weight: bold;
  margin-right: 40px;
  display: block;
  position: relative;
}
.page-w .my-info .my-nav .nav:hover:after, .page-w .my-info .my-nav .nav.active:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 100%;
  height: 2px;
  background-color: #e83237;
}
.page-w .my-info .my-form {
  padding: 70px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.page-w .my-info .my-form .avatar {
  position: relative;
  width: 140px;
  height: 140px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px rgba(0, 0, 0, 0.1) solid;
}
.page-w .my-info .my-form .avatar:hover .modify-avatar {
  opacity: 1;
}
.page-w .my-info .my-form .avatar .modify-avatar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s;
}
.page-w .my-info .my-form .avatar .modify-avatar span {
  color: #fff;
}
.page-w .my-info .my-form .avatar .modify-avatar input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}
.page-w .my-info .my-form .hint {
  max-width: 680px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  padding: 20px;
  background-image: linear-gradient(-43deg, rgba(126, 217, 238, 0.2) 3%, rgba(232, 50, 55, 0.2) 99%);
}
.page-w .my-info .my-form .hint .hheader {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-w .my-info .my-form .hint .hheader .iconfont {
  font-size: 24px;
  margin-right: 5px;
}
.page-w .my-info .my-form .hint .hbody .hint2 {
  margin-top: 20px;
  font-size: 13px;
}
.page-w .my-info .my-form .info-form {
  max-width: 680px;
  left: 0;
  right: 0;
  margin: 80px auto 0;
  width: 100%;
}
.page-w .my-info .my-form .info-form .line {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.page-w .my-info .my-form .info-form .line span {
  display: inline-block;
  width: 120px;
  font-size: 16px;
}
.page-w .my-info .my-form .info-form .line input {
  -webkit-appearance: none;
  outline: none;
  width: calc(100% - 120px);
  height: 50px;
  background-color: #fff;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 0 20px;
  font-size: 16px;
  color: #666;
}
.page-w .my-info .my-form .info-form .line input:read-only {
  background-color: #f6f6f6;
  cursor: not-allowed;
}
.page-w .my-info .my-form .info-form .op {
  text-align: right;
}
.page-w .my-info .my-form .info-form .op .btn {
  height: 46px;
  width: 100px;
  background-color: #e83237;
  text-align: center;
  color: #fff;
  line-height: 46px;
  outline: none;
  border: none;
  font-size: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.page-w .my-info .my-form .info-form .or {
  width: 100%;
  margin: 80px 0;
  text-align: center;
  position: relative;
}
.page-w .my-info .my-form .info-form .or:after {
  content: " ";
  position: absolute;
  width: 100%;
  left: 0;
  top: 15px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 0;
}
.page-w .my-info .my-form .info-form .or span {
  display: inline-block;
  width: 80px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  font-size: 20px;
}
.page-w .my-info .my-form .info-form .social-login {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.page-w .my-info .my-form .info-form .social-login .social {
  padding: 12px 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #F6F6F6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 10px;
  box-shadow: 0 5px 8px 0 rgba(213, 213, 213, 0.3);
  cursor: pointer;
}
.page-w .my-info .my-form .info-form .social-login .social:hover {
  box-shadow: 0 5px 8px 0 rgba(213, 213, 213, 0.6);
}
.page-w .my-info .my-form .info-form .social-login .social > span {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.page-w .my-info .my-form .info-form .social-login .social .ico-w {
  width: 32px;
  height: 32px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
}
.page-w .my-info .my-form .info-form .social-login .social .ico-w img {
  width: 20px;
  filter: brightness(5);
}
.page-w .my-info .my-form .info-form .social-login .social .ico-w.weibo {
  background-color: #E6162D;
}
.page-w .my-info .my-form .info-form .social-login .social .ico-w.weixin {
  background-color: #2EC103;
}

.noty_buttons {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.noty_buttons .btn-notice {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 14px;
  line-height: 32px;
}
.noty_buttons .btn-notice.btn-confirm {
  color: #e83237;
}

/* 响应式 */
@media screen and (max-width: 1220px) {
  .main-wrapper {
    padding: 0 20px;
  }

  .nav-header {
    min-width: inherit;
    width: 100%;
  }

  .nav-header .wrap {
    max-width: 100%;
    padding: 0 20px;
  }

  .g-footer .col .footer-diff {
    padding-left: 20px;
  }

  .right-sidebar .prev-next-post {
    width: calc((100% - 40px) / 3 - 80px);
    right: 20px;
  }
}
@media screen and (max-width: 1160px) {
  .single-buybuybuy .buy-section .vote-num {
    margin-right: 0;
  }

  .user-dash .col-5 {
    width: 30%;
    margin: 0 1% 20px;
  }

  .navbar .nav-left > li {
    padding: 0 10px;
  }

  .navbar .nav-left > li.active,
.navbar .nav-left > li:hover {
    padding-left: 9px;
  }
}
@media screen and (max-width: 1060px) {
  .single-buybuybuy .buy-section .vote-num {
    display: none;
  }

  .single-buybuybuy .buy-section .vote-num-h {
    display: inline-block;
  }

  .login-w .login-box {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1000px) {
  .right-sidebar {
    padding-left: 40px;
  }

  .single-post .post-pic {
    width: 120px;
    height: 120px;
  }

  .single-post .post-info {
    margin-left: 140px;
  }

  .vote-info {
    width: 100px;
    height: 40px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .vote-info img {
    width: 32px !important;
    top: 4px;
    left: 4px;
    border-radius: 16px;
  }

  .vote-info .vote_num {
    font-size: 20px;
    right: 18px;
    line-height: 24px;
  }

  .vote-info .vote_1 {
    font-size: 12px;
    top: 4px;
    right: 5px;
    line-height: 18px;
  }

  .vote-info .vote_2 {
    font-size: 12px;
    top: 20px;
    right: 5px;
  }

  .site-inner-block .buybuybuy-banner a .title {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }

  .eventing-block .eventing-pic {
    width: 80px;
  }

  .eventing-block .eventing-info {
    margin-left: 90px;
  }

  .eventing-block .eventing-join {
    left: 90px;
  }

  .all-list .single-buybuybuy {
    width: 50%;
  }

  .user-dash .col-4 {
    width: 23%;
    margin: 0 1%;
  }

  .user-index .user-dash-detail .right-list {
    padding-left: 80px;
  }

  .main-wrapper .lr-wrapper {
    width: 100%;
  }

  .lr-wrapper .left-block {
    width: 160px;
  }

  .lr-wrapper .right-block {
    margin-left: 180px;
  }

  .nav-right .username {
    display: none;
  }

  .nav-right .dropdown .triangle {
    right: 18px;
  }

  .right-sidebar .prev-next-post {
    width: calc((100% - 40px) / 3 - 40px);
  }
}
@media screen and (max-width: 900px) {
  .nav-header .wrap .min-logo {
    display: block;
  }

  .nav-header .wrap .logo {
    display: none;
  }

  .nav-header .navbar {
    margin-left: 46px;
  }

  .right-sidebar .prev-next-post {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  .nav-header {
    display: none;
  }

  .m-nav-header {
    display: block;
  }

  .right-sidebar {
    display: block;
    padding-left: 0;
    width: 100%;
    margin-top: 40px;
  }

  .right-sidebar .hot-block {
    margin-top: 0;
  }

  .main-list .left-list {
    width: 100%;
  }

  .single-post .post-pic {
    width: 200px;
    height: 200px;
  }

  .single-post .post-info {
    margin-left: 220px;
  }

  .main-wrapper .main-slide {
    height: 300px;
  }

  .g-footer {
    display: none;
  }

  .last-footer .company {
    display: none;
  }

  .page-top-icon {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }

  .single-post .post-info .title {
    font-size: 18px;
    line-height: 24px;
  }

  .single-post .news-title .title {
    font-size: 18px;
    line-height: 24px;
  }

  .single-post .post-info .excerpt {
    font-size: 12px;
    line-height: 18px;
  }

  .main-content .single-content {
    width: 100%;
  }

  .top-wrapper .title h1 {
    font-size: 24px;
    line-height: 36px;
  }

  .single-content .post-content {
    padding: 10px 0;
  }

  .single-content .post-content h2 {
    font-size: 18px;
    line-height: 30px;
  }

  .single-content .post-content p {
    font-size: 16px;
    line-height: 28px;
  }

  .single-content .post-content p iframe {
    height: 320px;
  }

  .right-sidebar .site-inner-block, .right-sidebar .eventing, .site-inner-block .buybuybuy-banner {
    display: none;
  }

  .all-list .single-buybuybuy {
    width: 100%;
  }

  .single-buybuybuy .buy-title h1 {
    font-size: 24px;
    line-height: 36px;
  }

  .single-buybuybuy .buy-intro {
    margin-top: 0;
  }

  .single-buybuybuy .buy-intro p {
    font-size: 16px;
    line-height: 28px;
  }

  .single-buybuybuy .buy-pic {
    margin: 0 auto;
  }

  .main-content .single-content .single-buybuybuy {
    padding-bottom: 0;
  }

  .user-dash .col-5, .user-dash .col-4, .user-dash .col-3 {
    width: 48%;
    margin: 0 1% 20px;
  }

  .user-index .user-dash-detail .left-list {
    width: 100%;
  }

  .user-index .user-dash-detail .right-list {
    width: 100%;
    padding-left: 0;
  }

  .single-content .post-content .link-cols {
    width: 50%;
  }

  .main-wrapper .one-wrapper {
    width: 100%;
  }

  .one-wrapper .content {
    margin-top: 40px;
  }

  .one-wrapper .header .user-header {
    width: 80px;
    height: 80px;
  }

  .one-wrapper .header .user-info {
    font-size: 20px;
    line-height: 32px;
  }

  .main-wrapper .lr-wrapper {
    width: 100%;
  }

  .lr-wrapper .left-block {
    width: 100%;
  }

  .lr-wrapper .right-block {
    margin-left: 0;
  }

  .small-infos .right-infos.second-line {
    width: 100%;
  }

  .b-slide .title {
    font-size: 22px;
  }

  .s-slide .title {
    font-size: 16px;
  }

  .banner.main-index-banner {
    display: none;
  }

  .banner.left-index-banner {
    display: none;
  }

  .banner.single-detail-top {
    display: none;
  }

  .search-box .box-content {
    width: 100%;
    padding: 20px 20px;
  }
}
@media screen and (max-width: 770px) {
  .dialog-box.social-relate-box {
    width: 300px;
    height: 400px;
  }

  .social-relate-box .col-left {
    width: 100%;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px #e0e0e0 dashed;
    float: none;
  }

  .social-relate-box .col-right {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .social-relate-box .skip-link {
    margin-left: 76px;
    line-height: 50px;
  }
}
@media screen and (max-width: 769px) {
  .main-wrapper .main-slide {
    height: auto;
  }

  .main-slide .left-b-slide {
    width: 100%;
    height: 220px;
    padding-right: 0;
  }

  .main-slide .right-s-slides {
    width: 100%;
    margin-top: 10px;
    height: 180px;
  }

  .right-s-slides .s-slide {
    width: 49% !important;
    height: 100% !important;
  }

  .right-s-slides .s-slide:nth-child(1) {
    margin-right: 2%;
  }

  .b-slide .title {
    padding: 0 20px;
  }

  .main-wrapper .main-list {
    margin-top: 20px;
  }

  .main-wrapper .main-list.post-list {
    margin-top: 40px;
  }

  .top-wrapper .small-infos {
    margin-bottom: 0;
  }

  .top-wrapper .small-infos .left-infos {
    width: auto;
  }

  .single-post .post-pic {
    width: 120px;
    height: 120px;
  }

  .single-post .post-info {
    margin-left: 140px;
  }

  .single-post .post-info .small-infos {
    margin-top: 10px;
    /*margin-bottom: 10px;*/
  }

  .small-infos .left-infos img {
    display: none;
  }

  .small-infos .right-infos p {
    margin-left: 0;
    margin-right: 10px;
  }

  .hot-item p {
    font-size: 14px;
  }

  .single-post .post-pic .post-pic-tag {
    display: none;
  }

  .single-event .event-pic {
    width: 80px;
  }

  .single-event .event-infos {
    margin-left: 90px;
  }

  .single-event .event-infos .title {
    font-size: 14px;
  }

  .single-event .event-infos .title a,
.single-event .event-infos .title span {
    font-size: 18px;
  }

  .single-event .event-pic img {
    margin-top: 5px;
  }

  .user-header .user-img {
    width: 48px;
  }

  .user-header .user-info {
    margin-left: 56px;
  }

  .user-header .user-info .username {
    font-size: 24px;
    line-height: 32px;
  }

  .user-header .user-info .join-time {
    font-size: 12px;
  }

  .user-header .user-info .btn-modify-info span {
    display: none;
  }

  .top-wrapper .title {
    padding: 0 0 4px;
  }

  .list-block .single-buybuybuy {
    width: 100%;
  }

  .buy-pic .spu-title {
    font-size: 12px;
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
  }

  .buy-pic .spu-title-nav {
    display: none;
  }

  .small-infos .left-infos p {
    line-height: 14px;
  }

  .small-infos .right-infos p {
    padding-top: 0;
    line-height: 14px;
  }

  .owl-theme .owl-controls {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .single-post .post-pic {
    width: 80px;
    height: 80px;
  }

  .single-post .post-info {
    margin-left: 100px;
  }

  .single-post .post-info .excerpt {
    display: none;
  }

  .single-post .post-info .small-infos {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .small-infos .right-infos {
    display: none;
  }

  .site-inner-block .pic-banner {
    float: left;
    width: 100%;
  }

  .site-inner-block .buybuybuy-banner {
    float: left;
    width: 100%;
  }

  .all-list .single-buybuybuy {
    padding: 0;
  }

  .form-row label {
    width: 25%;
  }

  .form-row input[type=file], .form-row textarea, .form-row input[type=text], .form-row input[type=date], .form-row input[type=password] {
    width: 70%;
  }

  .notice-container .single-notice .envelope-block {
    width: 64px;
  }

  .notice-container .single-notice .notice-content {
    margin-left: 80px;
  }

  .single-event .event-infos .event-excerpt {
    display: none;
  }

  .panel .panel-content {
    padding: 20px 0;
  }

  .single-content .post-content .link-cols {
    width: 100%;
  }

  .single-post .post-pic .comment-shadow, .single-post .post-pic .link {
    display: none;
  }

  .single-post .news-title .infos p {
    display: none;
  }

  .login-w {
    padding: 20px;
  }
  .login-w .login-box {
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: center;
  }
  .login-w .login-box .cover {
    height: 0;
    width: 100%;
    padding-top: 56.25%;
  }
  .login-w .login-box .login-form {
    height: auto;
    width: 100%;
    padding: 40px 0;
  }
  .login-w .login-box .login-form .inputs {
    width: 300px;
    margin: 20px 0 40px;
  }
  .login-w .login-box .login-form .hint {
    font-size: 11px;
  }
}

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