.carousel-control-next,
.carousel-control-prev {
  width: 10%;
}
.empty {
  width: 100%;
  padding-top: 300px;
  padding-bottom: 400px;
}
.empty .span {
  background: #ccc;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .empty {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
html .two-picture-text .item {
  flex: 1;
  width: 0;
}
html .two-picture-text .item:last-child {
  margin-right: 0 !important;
}
html .two-picture-text .item .text {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
  width: 50%;
  line-height: 150%;
}
html .two-picture-text .item .text.text1 {
  width: 100%;
  left: 0;
}
@media screen and (min-width: 768px) {
  html .responsive-div {
    width: 80%;
    min-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  html .responsive-div {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  html .body {
    padding-top: 66px;
  }
}
@media screen and (max-width: 768px) {
  html .body {
    padding-top: 50px;
  }
}
.footer {
  width: 100%;
  background: #292929;
  margin: 0 auto;
}
.footer .logo img {
  height: 40px;
}
.footer .t {
  flex: 1;
  line-height: 200%;
}
.footer .weixin {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .footer .wx {
    display: none !important;
  }
  .logo {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  html .pc-header {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  html .mobile-header {
    display: none;
  }
}
html .pc-header {
  width: 100%;
  height: 66px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
html .pc-header.bg-white {
  background: #ffffff;
}
html .pc-header.bg-white80 {
  background: rgba(255, 255, 255, 0.5);
}
html .pc-header .responsive-div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
html .pc-header .responsive-div .logo {
  display: flex;
  align-content: center;
  height: 40px;
}
html .pc-header .responsive-div .pc-navigation {
  display: flex;
  height: 66px;
}
html .pc-header .responsive-div .pc-navigation .item {
  height: 66px;
  line-height: 66px;
  border-bottom: 2px solid rgba(10, 10, 10, 0);
  position: relative;
}
html .pc-header .responsive-div .pc-navigation .item .div {
  width: 200px;
  height: auto;
  background: white;
  position: absolute;
  top: 66px;
  box-shadow: 0 0 15px #ccc;
  padding: 10px 0;
  border: 1px solid #eee;
}
html .pc-header .responsive-div .pc-navigation .item .div div {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
html .pc-header .responsive-div .pc-navigation .item .div div:hover {
  background: #eee;
}
html .pc-header .responsive-div .pc-navigation .item:hover,
html .pc-header .responsive-div .pc-navigation .item.active {
  border-bottom: 2px solid #0097cc;
}
html .pc-header .responsive-div .pc-navigation .item:hover .first-name,
html .pc-header .responsive-div .pc-navigation .item.active .first-name {
  color: #0097cc;
}
html .mobile-header {
  width: 100%;
  height: 50px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
html .mobile-header .responsive-div {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
html .mobile-header .responsive-div .logo {
  display: flex;
  align-content: center;
  height: 20px;
}
html .mobile-header .header-more-category {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: white;
  z-index: 9;
}
html .mobile-header .header-more-category .list {
  border-top: 1px solid #eee;
  padding: 0 10px;
  overflow-y: auto;
  height: 100%;
}
html .mobile-header .header-more-category .list .item .div {
  height: 50px;
  border-bottom: 1px solid #eee;
}
html .mobile-header .header-more-category .list .item .child {
  border-bottom: 1px solid #eee;
  height: 40px;
  padding-left: 20px;
}
html .mobile-header .left-icon {
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
  padding: 10px;
  left: 2px;
  top: 4px;
  cursor: pointer;
}
html .mobile-header .left-icon.active span:last-child {
  top: 15px;
  width: 21px;
  left: 0;
  transform: rotate(-45deg);
}
html .mobile-header .left-icon.active span:nth-child(2) {
  opacity: 0;
}
html .mobile-header .left-icon.active span:first-child {
  top: 0;
  left: 0;
  width: 21px;
  transform: rotate(45deg);
}
html .mobile-header .left-icon span {
  display: block;
  width: 16px;
  height: 1px;
  border-radius: 1px;
  background-color: #282828;
  position: absolute;
  transform-origin: 0 0;
  transition: all 0.3s ease-in-out;
}
html .mobile-header .left-icon span:first-child {
  top: 0;
  left: 0;
}
html .mobile-header .left-icon span:nth-child(2) {
  top: 6px;
  left: 0;
  opacity: 1;
}
html .mobile-header .left-icon span:last-child {
  top: 12px;
  left: 0;
}
/*# sourceMappingURL=index.css.map */