body {
  font-size: 1.4rem;
}

.shumou-log-wrap {
  width: auto !important;
  height: auto !important;
}

.shumou {
  z-index: 9 !important;
}

.item-intro {
  box-shadow: none !important;
}

.tab-hor {
  width: 100%;
}

.tab-hor .tab-nav ul {
  display: flex;
  justify-content: center;
  margin-bottom: 5.2rem;
}

.tab-hor .tab-nav ul li {
  position: relative;
  width: 15.5rem;
  line-height: 3.3rem;
  color: rgba(0, 0, 0, 0.85);
  font-size: 2.4rem;
  text-align: center;
  font-family: PingFangSC-Regular;
  margin-right: 12rem;
  cursor: pointer;
}

.tab-hor .tab-nav ul li:last-child {
  margin-right: 0;
}

.tab-hor .tab-nav ul li.selected {
  color: #fe8c00;
}

.tab-hor .tab-nav ul li.selected:after {
  content: "";
  position: absolute;
  width: 10rem;
  height: 0.4rem;
  left: 2.25rem;
  bottom: -1.5rem;
  background: linear-gradient(to right, #fe8c00, white);
}

.tab-hor .tab-container {
  width: 100%;
  height: 50rem;
  box-sizing: border-box;
  padding: 4rem;
  border-radius: 0.04rem;
  background-color: white;
  box-shadow: 0 0.2rem 1.6rem 0 rgba(0, 0, 0, 0.1);
}

.tab-hor .tab-container .tab-panel {
  display: none;
}

.tab-hor .tab-container .tab-panel:nth-child(1) {
  display: block;
}

.tab-hor .tab-container .tab-panel h3 {
  line-height: 3rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.8rem;
  text-align: center;
  font-family: PingFangSC-Regular;
  margin-bottom: 5rem;
}

.tab-hor .tab-container .tab-panel .content {
  display: flex;
  align-items: center;
}

.tab-hor .tab-container .tab-panel .content p {
  line-height: 30px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  text-align: left;
  font-family: PingFangSC-Regular;
}

@font-face {font-family: 'iconfont';
  src: url('iconfont.eot');
  src: url('iconfont.eot?#iefix') format('embedded-opentype'),
  url('iconfont.woff') format('woff'),
  url('iconfont.ttf') format('truetype'),
  url('iconfont.svg#iconfont') format('svg');
}

.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;}