.mySearch {
  width: 100%;
  height: 6.33333333rem;
  background: url("../../image/HelpCenter/banner8.png") no-repeat;
  background-size: cover;
}
.mySearch .box {
  width: 24rem;
  margin: 0 auto;
  overflow: hidden;
}
.mySearch .box .inp {
  float: left;
  overflow: hidden;
  margin-top: 2rem;
}
.mySearch .box .inp input {
  width: 20rem;
  border: none;
  height: 2.66666667rem;
  line-height: 2.66666667rem;
  float: left;
  border-radius: 0.3rem 0 0 0.3rem;
}
.mySearch .box .inp button {
  float: left;
  height: 2.66666667rem;
  font-size: 12px;
  text-align: center;
  padding: 0 0.66666667rem;
  color: #fff;
  line-height: 2.66666667rem;
  background: #3355FF;
  border: none;
}
.bigClassify {
  width: 100%;
  max-width: 750px;
  min-width: 320px;
  position:relative;
}
.bigClassify .box1 {
  white-space: nowrap;
  overflow-x: auto;
  padding-bottom: 20px;
  overflow-y: hidden;
  position:relative;
}
.bigClassify .box1 li {
  margin: 0 5px;
  height: 50px;
  line-height: 55px;
  margin-top: -0.4rem;
  display: inline-block;
  position:relative;
}
.bigClassify .box1 li a {
  color: #666;
  font-size: 12px;
}
.bigClassify .box1 li.current {
  border-bottom: 2px solid #3355FF;
}
.bigClassify .box1 li.current a {
  color: #3355FF;
}
.bigClassify .box1 li:first-child {
  margin-left: 0.33333333rem;
}
.bigClassify .box1 li:alst-child {
  margin: 0;
}
.bigClassify .box1::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}
.classifyTwo {
  width: 100%;
  border-top: 1px solid #f1f1f1;
  margin-top: -21px;
  position: relative;
  z-index: 999;
  background: #fff;
}
.classifyTwo .left {
  margin-left: 0.5%;
  float: left;
  width: 27%;
}
.classifyTwo .left .smallClassify li {
  border: 1px solid #efefef;
  width: 100%;
  border-right: none;
  margin-top: -1px;
  padding: 10px 5px;
  box-sizing: border-box;
  background: #f5f5f5;
}
.classifyTwo .left .smallClassify li a {
  line-height: 20px;
  font-size: 12px;
  color: #555;
  display: block;
  width: 100%;
  text-align: center;
}
.classifyTwo .left .smallClassify li.active {
  border-left: 1px solid #3355FF;
  background: #fff;
  font-weight: 700;
}
.classifyTwo .left .smallClassify li.active a {
  font-weight: 700;
}
.classifyTwo .right {
  margin-left: 2%;
  width: 69%;
}
.classifyTwo .right .content {
  width: 100%;
}
.classifyTwo .right .content .top {
  margin-top: 10px;
}
.classifyTwo .right .content .top span {
  font-size: 12px;
}
.classifyTwo .right .content .tab {
  margin: 10px 0;
}
.classifyTwo .right .content .tab a {
  display: inline-block;
  width: 3.33333333rem;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  text-align: center;
  margin-right: 20px;
}
.classifyTwo .right .content .tab a.current1 {
  background: #efefef;
  border-radius: 4px;
  color: #3355FF;
}
.classifyTwo .right .content .list li {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 10px;
  padding: 8px 0;
}
.classifyTwo .right .content .list li a {
  display: block;
}
.classifyTwo .right .content .list li a p {
  font-size: 14px;
  overflow: hidden;
  /*超出部分隐藏*/
  white-space: nowrap;
  /*不换行*/
  text-overflow: ellipsis;
  /*超出部分文字以...显示*/
  color: #666;
}
.classifyTwo .right .content .list li a .bottom {
  overflow: hidden;
  margin-top: 0.4rem;
}
.classifyTwo .right .content .list li a .bottom .date {
  float: left;
  font-size: 12px;
  color: #9b9b9b;
}
.classifyTwo .right .content .list li a .bottom .eye {
  float: right;
}
.classifyTwo .right .content .list li a .bottom .eye img {
  width: 1rem;
  vertical-align: middle;
  margin-top: -0.16666667rem;
  display: inline-block;
}
.classifyTwo .right .content .list li a .bottom .eye span {
  font-size: 12px;
  color: #9b9b9b;
}
.zhuye {
  position: fixed;
  width: 3.33333333rem;
  height: 3.33333333rem;
  right: 20px;
  top: 80%;
  background: #fff;
  z-index: 9999;
}
.zhuye img {
  width: 4rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
