.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.yzz-top-box {
  display: flex;
  background: #efebeb;
  height: 1rem;
  padding: 0 10px;
}
.m-yzz-logo {
  width: 120px;
  height: 34px;
  margin-top: 0.18rem;
  margin-right: 10px;
}
.m-yzz-logo a {
  display: block;
  width: 120px;
  height: 100%;
}
.m-yzz-logo a img {
  width: 100%;
  height: 100%;
}
.yzz-search {
  flex: 1;
  margin-top: 0.18rem;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 15px;
  height: 0.5rem;
  overflow: hidden;
  display: flex;
  position: relative;
}
.yzz-search input {
  float: left;
  /* width: 85%; */
  display: block;
  height: 100%;
  line-height: 0.48rem;
  padding-left: 10px;
  color: #666666;
  flex: 1;
  border: none;
  outline: none;
  margin-right: 30px;
  font-size: 14px;
  /* display: none; */
}
.yzz-search em {
  display: block;
  float: right;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  background: url(../image/m_top_search.png) no-repeat 0 0;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -9px;
  /* display: none; */
}
.list-btn {
  margin-left: 10px;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../image/m_yzz_icon.png) no-repeat -77px 0;
  margin-top: 0.2rem;
}
.yzz-top-nav {
  border: 1px solid #f3f3f3;
  height: 0.9rem;
  line-height: 0.84rem;
  background-color: #fff;
}
.yzz-top-nav ul {
  zoom: 1;
  overflow-x: scroll;
  display: flex;
}
.yzz-top-nav ul li {
  flex-shrink: 0;
  font-size: 16px;
  margin-left: 10px;
  margin-right: 15px;
  text-align: center;
  padding: 0 0.2rem;
}
.yzz-top-nav ul li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #434343;
}
.nav-active {
  border-bottom: 3px solid #3e9aea;
}
.top-list-mask {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.top-list-box {
  padding-bottom: 10px;
  background: #fff;
}
.map-header,
.map-header1 {
  height: 1rem;
  padding: 0 10px;
  background: #efebeb;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 1;
  display: flex;
}

#mygnb-close,
#mygnb-close1 {
  display: block;
  width: 23px;
  height: auto;
  margin: 0.28rem 0px 0 0;
  background: none;
}
.map-header .map-logo,
.map-header1 .map-logo {
  width: 18%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.map-header img,
.map-header1 img {
  width: 100%;
  height: auto;
}
.top-list-tit {
  padding-top: 15%;
  width: 92%;
  margin: 0 4%;
  height: 0.94rem;
  line-height: 0.94rem;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #f1f1f1;
}
.top-list-box ul {
  width: 92%;
  margin: 0.24rem 5%;
}
.top-list-box ul li {
  float: left;
  width: auto;
  height: 0.48rem;
  line-height: 0.48rem;
  padding: 0 0.25rem;
  margin: 0.1rem 0.1rem;
  border-radius: 15px;
  font-size: 14px;
  color: #555555;
  border: 1px solid #dddddd;
  text-align: center;
}
.top-list-box ul li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #555555;
}
.top-list-box ul li:nth-of-type(4n) {
  margin-right: 0;
}
.top-list-box ul p {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #333;
  margin-bottom: 0.2rem;
}
.top-list-box ul p em {
  display: inline-block;
  width: 22px;
  height: 20px;
  background: url(../image/m_yzz_icon.png) no-repeat;
  vertical-align: top;
  margin-right: 5px;
}
.top-list-box ul:nth-of-type(1) em {
  background-position: -13px -70px;
}
.top-list-box ul:nth-of-type(2) em {
  background-position: -38px -70px;
}
.top-list-box ul:nth-of-type(3) em {
  background-position: -58px -70px;
  margin-top: -1px;
}
.crumbs-box {
  width: 100%;
  /* height:26px; */
  font-size: 12px;
  background: #f8f8f8;
  color: #666666;
  padding: 8px 0;
}
.crumbs-box span {
  color: #aaaaaa;
  margin-left: 10px;
}
.crumbs-box a {
  color: #aaaaaa;
  display: inline-block;
  margin-right: 4px;
}

.crumbs-box i {
  display: inline-block;
  width: 12px;
  height: 12px;
}

.yzz-footer-box {
  border-top: 2px solid #d9d9dc;
  padding: 20px 0 30px;
}
.yzz-footer-box .footer_center {
  width: 90%;
  margin: 0 auto;
  font-size: 14px; /* margin-left: 10%; */
}
.yzz-footer-box .wechat {
  width: 27%;
  float: left;
  text-align: center;
  margin-right: 15px;
}
.yzz-footer-box .wechat img {
  display: block;
  width: 100%;
}
.yzz-footer-box .wechat p {
  font-size: 12px;
}
.yzz-footer-box .footer_aside {
  overflow: hidden;
  padding-top: 10px;
}
.yzz-footer-box .footer_link {
  margin-bottom: 6px;
  position: relative;
}
.yzz-footer-box .footer_link .b-label {
  display: block;
  position: absolute;
  right: 0px;
  top: -10px;
  width: 80px;
}
.yzz-footer-box .footer_link .b-label img {
  width: 100%;
}
.yzz-footer-box .footer_link span {
  color: #333333;
}
.yzz-footer-box a {
  color: #7191e9;
  text-decoration: none;
  font-size: 12px;
}
.yzz-footer-box .copyright {
  line-height: 1.8;
  font-size: 12px;
}
.yzz-footer-box .top {
  display: block;

  background: url(../image/gotop.png) no-repeat;
  background-size: 100%;
  text-align: center;
  height: 40px;
  width: 40px;
  position: fixed;
  right: 10px;
  bottom: 40px;
  text-indent: -99em;
  overflow: hidden;
}
