* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif, "宋体";
}
input:focus,
textarea:focus {
  outline: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
.location {
  position: absolute;
}
body {
  max-width: 10rem;
  margin: auto;
  overflow-x: hidden;
}
.header-img {
  width: 10rem;
  height: 3.6rem;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.header-img img {
  width: 10rem;
  height: 2.69333333rem;
  top: 0;
  left: 0;
}
.header-img .box_brand {
  margin: -1.44rem auto 0;
  width: 9.2rem;
  height: 2.34666667rem;
  background: #FFFFFF;
  border: 0.02666667rem solid #f0f0f0;
  box-shadow: 0px 0.08rem 0.34666667rem 0px rgba(0, 0, 0, 0.05);
  border-radius: 0.13333333rem;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}
.header-img .box_brand .left {
  width: 3.09333333rem;
  height: 1.41333333rem;
  margin: 0rem 0rem 0rem 0.48rem;
}
.header-img .box_brand .left img {
  width: 3.09333333rem;
  height: 1.41333333rem;
  border: 0.02666667rem solid #efefef;
}
.header-img .box_brand .right {
  height: 1.41333333rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  margin: 0rem 0rem 0rem 0.42666667rem;
  text-align: left;
}
.header-img .box_brand .right .txt01 {
  font-size: 0.42666667rem;
  color: #000000;
  overflow: hidden;
  /*超出部分隐藏*/
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  white-space: nowrap;
  /*规定段落中的文本不进行换行 */
  max-width: 5.33333333rem;
  /*需要配合宽度来使用*/
  text-align: left;
  font-weight: bold;
}
.header-img .box_brand .right .txt02 {
  font-size: 0.32rem;
  color: #999999;
  overflow: hidden;
  /*超出部分隐藏*/
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  white-space: nowrap;
  /*规定段落中的文本不进行换行 */
  max-width: 4.8rem;
  /*需要配合宽度来使用*/
  text-align: left;
  margin: 0.13333333rem 0rem 0rem 0rem;
}
.nearYear {
  margin: 0.53333333rem auto 0;
  width: 10rem;
}
.nearYear .top {
  width: 10rem;
  height: 0.82666667rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  border-bottom: 0.02666667rem solid #EBEBEB;
  position: relative;
}
.nearYear .top li {
  height: 0.82666667rem;
  line-height: 0.82666667rem;
  font-size: 0.32rem;
  color: #9097A8;
}
.nearYear .top li.active {
  font-size: 0.32rem;
  color: #2D6BE6;
}
.nearYear .top .box_line {
  transform: translate3d(0px, 0px, 0px);
  transition: all 300ms cubic-bezier(0.35, 0, 0.25, 1) 0s;
  position: absolute;
  bottom: 0;
  min-width: 2rem;
  text-align: center;
  left: 0;
}
.nearYear .top .box_line .line {
  width: 0.53333333rem;
  height: 0.08rem;
  background: #2d6be6;
  border-radius: 0.10666667rem;
  margin: auto;
}
.nearYear .msg {
  width: 10rem;
  height: 3.89333333rem;
}
.nearYear .msg .center {
  width: 8.58666667rem;
  height: 1.70666667rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  align-content: flex-end;
  margin: auto;
}
.nearYear .msg .center .txt {
  width: 2rem;
  height: 0.96rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}
.nearYear .msg .center .txt .txt01 {
  font-size: 0.53333333rem;
  color: #000000;
  height: 0.4rem;
  line-height: 0.4rem;
}
.nearYear .msg .center .txt .txt02 {
  font-size: 0.32rem;
  color: #666666;
  height: 0.29333333rem;
  line-height: 0.29333333rem;
  margin: 0.26666667rem auto 0;
  width:2rem;
  text-align:center;
}
.nearYear .msg .bottom {
  width: 10rem;
}
.nearYear .msg .bottom .box_bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0.93333333rem auto 0;
}
.nearYear .msg .bottom .box_bottom .left {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  height: 0.37333333rem;
  margin: 0rem 0rem 0rem 0.77333333rem;
}
.nearYear .msg .bottom .box_bottom .left .txt01 {
  font-size: 0.37333333rem;
  color: #999999;
}
.nearYear .msg .bottom .box_bottom .left .percent {
  margin: 0rem 0.16rem 0rem 0.13333333rem;
  width: 3.33333333rem;
  height: 0.29333333rem;
  background: #e4e4e4;
  border-radius: 0.16rem;
  overflow: hidden;
  position: relative;
}
.nearYear .msg .bottom .box_bottom .left .percent .percentCount {
  background-color: #2C6AE3;
  height: 0.29333333rem;
}
.nearYear .msg .bottom .box_bottom .left .txt02 {
  font-size: 0.37333333rem;
  color: #2C6AE3;
}
.nearYear .msg .bottom .box_bottom .right {
  margin: 0rem 0.74666667rem 0rem 0rem;
}
.nearYear .msg .bottom .box_bottom .right .txt01 {
  font-size: 0.32rem;
  color: #999999;
}
.nearYear .msg .bottom .box_bottom .right .txt02 {
  font-size: 0.32rem;
  color: #2C6AE3;
}
.nearYear .msg2 {
  display: none;
  width: 100%;
  text-align: center;
  height: 2.45333333rem;
}
.nearYear .msg2 .haveDate .txt01 {
  margin: 0.56rem auto 0;
  width: 1.6rem;
  height: 0.8rem;
  background: #f8f8f8;
  border: 0.02666667rem solid #dfdfdf;
  border-radius: 0.08rem;
  display: inline-block;
  text-align: center;
  line-height: 0.8rem;
  font-size: 0.34666667rem;
  color: #444444;
}
.nearYear .msg2 .haveDate .txt02 {
  font-size: 0.32rem;
  color: #999999;
  width: 100%;
  display: inline-block;
  text-align: center;
  height: 0.32rem;
  line-height: 0.32rem;
  margin: 0.18666667rem auto 0;
}
.nearYear .msg2 .nodata {
  display: none;
}
.nearYear .msg2 .nodata .txt02 {
  font-size: 0.32rem;
  color: #999999;
  width: 100%;
  display: inline-block;
  text-align: center;
  height: 0.32rem;
  line-height: 0.32rem;
  margin: 1.01333333rem auto 0;
}
.QualityComplaint {
  margin: 0.77333333rem auto 0.77333333rem;
}
.searchPage {
  background-color: #F6F6F6 !important;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.searchPage .close {
  position: absolute;
  color: #CECECE;
  width: 0.37333333rem;
  height: 0.37333333rem;
  top: 0.37333333rem;
  right: 0.42666667rem;
}
.searchPage .title {
  font-size: 0.53333333rem;
  color: #000000;
  font-weight: bold;
  margin: 1.6rem 0rem 0rem 0.48rem;
}
.searchPage .box_icon {
  margin: 1.06666667rem auto 0;
  width: 9.04rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-height: 13.33333333rem;
  overflow: scroll;
}
.searchPage .box_icon .icon {
  height: 0.93333333rem;
  padding: 0rem 0.26666667rem 0rem 0.26666667rem;
  overflow: hidden;
  /*超出部分隐藏*/
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  white-space: nowrap;
  /*规定段落中的文本不进行换行 */
  max-width: 8rem;
  /*需要配合宽度来使用*/
  text-align: left;
  background: #ffffff;
  border-radius: 0.48rem;
  text-align: center;
  line-height: 0.93333333rem;
  margin: 0rem 0.32rem 0.32rem 0rem;
  font-size: 0.34666667rem;
  color: #333333;
}
footer {
  width: 10rem;
  height: 1.06666667rem;
  background: #f6f6f6;
  line-height: 1.06666667rem;
  text-align: center;
}
footer span {
  font-size: 0.29333333rem;
  color: #999999;
}

.nomore {
    margin: 4.90666667rem auto 0;
    font-size: 0.42666667rem;
    color: #999999;
    text-align: center;
}