.sidebar .sidebar-section {
  font-size: 1.4rem;
}

.sidebar-section .section-header {
  margin: 0 0 10px;
  background: url(../imgs/slash.jpg) right center;
  background-size: auto 22px;
}
.sidebar-section .section-header span {
  background-color: white;
  padding-right: 10px;
}

.sidebar-subscribe {
  margin-top: 10px;
  position: relative;
}
.sidebar-subscribe input {
  padding-left: 9px;
  display: inline-block;
  width: 66%;
  border-radius: 3px;
}

a.sidebar-submit {
  display: block;
  background-color: #FFF300;
  border-radius: 3px;
  border: none;
  width: 100%;
  text-align: center;
  color: #333;
  padding: 6px;
  margin-top: 10px;
  transition: 0.3s all ease-in-out;
}

a.sidebar-submit:visited {
  color: #333;
}

.sidebar-submit:hover {
  background-color: #DED300;
  color: #333;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
}

.email-hint {
  position: absolute;
  line-height: 37px;
  left: 10px;
}

.icon-email {
  margin-right: 3px;
}

.sidebar-subscribe button {
  float: right;
  margin-top: 0;
  width: 30%;
  border: none;
  font-size: 1.4rem;
  padding: 5px;
}

.sidebar-tabs ul.nav li {
  display: inline-block;
}

.side-bar {
  position: fixed;
  bottom: 140px;
  right: 30px;
  padding: 0;
  z-index: 17;
}
.side-bar-item {
  position: relative;
  list-style: none;
  transition: 0.3s all ease-in-out;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin-bottom: 6px;
  background-color: rgba(39, 41, 46, 0.6);
}
.side-bar-item > div {
  display: none;
  position: absolute;
  left: -165px;
  top: 0;
  width: 150px;
  margin-right: 20px;
  background-color: #FFFFFF;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.06);
  font-size: 14px;
}
.side-bar-item > div a {
  font-size: 14px;
  color: #27292E;
}
.side-bar-item:hover div {
  display: block;
}
.side-bar-item > div.item_qr_code {
  width: 103px;
  height: 103px;
  left: -118px;
  top: -29px;
  border: 13px solid #FFFFFF;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 4px 4px 10px 3px rgba(0, 0, 0, 0.1);
}
.side-bar-item > div.report {
  background-image: none;
}
.side-bar-item > div.item_contact_text {
  width: auto;
  min-width: 130px;
  height: auto;
  left: -145px;
  top: -20px;
  padding: 12px 14px;
  border: 13px solid #FFFFFF;
  background-color: #FFFFFF;
  box-shadow: 4px 4px 10px 3px rgba(0, 0, 0, 0.1);
  font-size: 13px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #27292E;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
}
.side-bar-item .icon-top {
  font-size: 20px;
  color: #FFFFFF;
}
.side-bar-item > p:not(.side-bar-label) {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 41, 46, 0.9);
  padding: 7px 10px;
  font-size: 11px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgb(255, 255, 255);
  line-height: 14px;
  cursor: pointer;
}
.side-bar-item:hover > p:not(.side-bar-label) {
  display: block;
}
.side-bar__report, .side-bar__finance {
  position: relative;
  width: 64px;
  height: 64px;
  line-height: normal;
  background-color: #fff300;
  background-image: none;
}
.side-bar__report > p.side-bar-label, .side-bar__finance > p.side-bar-label {
  display: flex !important;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: transparent;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  white-space: normal;
}
.side-bar__report .side-bar-label-line, .side-bar__finance .side-bar-label-line {
  display: block;
  width: 100%;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
}
.side-bar__report:hover > p.side-bar-label, .side-bar__finance:hover > p.side-bar-label {
  background-color: #ded300;
  color: #333;
}
.side-bar__service {
  background-image: url("../imgs/icon/customer_service_icon.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 60% 60%;
}

#topArrow {
  display: none;
}

.share_qrcode .qrcode {
  width: 30%;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  top: 150px;
  box-shadow: 0px 1px 2px 0px rgba(68, 68, 68, 0.2);
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 1.4rem;
}
.share_qrcode .qrcode h3 {
  margin: 10px 0 0 0;
  font-size: 1.6rem;
}

#qr-div {
  text-align: center;
  padding: 20px 0;
}
#qr-div canvas {
  width: 100%;
}

.qrcode .fa-times {
  color: #838383;
  font-size: 2.6rem;
}
.qrcode .fa-times:hover {
  cursor: pointer;
  color: #626262;
  transition: 0.3s all ease-in-out;
}

.qr-wra {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 16;
  display: none;
}

.sidebar .nav-tabs {
  border-bottom: none;
}
.sidebar .nav-tabs > li.active > a:hover, .sidebar .nav-tabs > li.active > a:focus {
  border: none;
}
.sidebar .nav-tabs > li > a {
  color: #333;
  border: none;
}
.sidebar .nav-tabs > li > a:hover {
  border: none;
  background-color: transparent;
}
.sidebar .nav li.active {
  display: inline-block;
  border-bottom: 2px solid #FFF300;
  background-color: #fff;
}
.sidebar .nav-tabs > li {
  margin-bottom: 5px;
}
.sidebar .nav > li > a {
  padding: 0;
}
.sidebar .nav > li {
  width: 25%;
  text-align: center;
}

.section-content {
  color: #939393;
  font-size: 1.4rem;
}

.item .pic1 {
  width: 60px;
  margin-right: -80px;
  float: left;
  overflow: hidden;
}
.item .item-pic {
  width: 30px;
  margin-right: 3px;
  float: left;
  overflow: hidden;
}

img.avatar {
  border-radius: 50%;
}

.comment-src {
  width: 45%;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: right;
  white-space: nowrap;
  color: #9b9b9b;
}

.comment-content a {
  color: #666;
}
.comment-content {
  color: #9b9b9b;
  background-color: #f8f8f8;
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 5px;
}

.tab-content .item {
  overflow: hidden;
  padding: 10px 0;
}
.tab-content .item:hover a {
  text-decoration: none;
}

.comment-author {
  float: left;
}
.comment-author a {
  line-height: 30px;
}

#hot-comment .item,
#new-comment .item {
  border-bottom: 1px solid #e8e8e8;
}

#hot-comment .item:last-child,
#new-comment .item:last-child {
  border-bottom: none;
}

.tab-content .item:last-child {
  margin: 0;
  padding-bottom: 0;
  border: none;
}

.item-pic1 {
  width: 24%;
  height: 78px;
  /*margin-right: -80px;*/
  float: left;
  overflow: hidden;
}
.item-pic1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item .item-content {
  margin-left: 28%;
  font-size: 1.4rem;
  text-align: justify;
  min-height: 60px;
  color: #333;
}
.item .item-content:hover {
  color: #4cc1fc;
}

.item-time {
  border-top: 1px solid #ebebeb;
  margin-top: 5px;
  padding-top: 5px;
  color: #9b9b9b;
}

#side_fix a {
  color: #333;
}

@media screen and (max-width: 768px) {
  .qrcode {
    width: 50%;
  }
  .to-top li {
    display: none;
  }
  .to-top li:first-child {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .to-top {
    right: 14px;
    bottom: 90px;
  }
  .qrcode {
    width: 70%;
  }
}
