/* Header */
#header .clone{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  background: rgb(89 137 27);
  padding: 5px 0 !important;
  -webkit-box-shadow: 0px 2px 3px 0px rgb(50 50 50 / 20%);
  -moz-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 2px 3px 0px rgb(50 50 50 / 20%);
  opacity:0;
  top:-50px;
  z-index:-1;
  transition:0.5s ease;
  }
  #header .clone.active{top:0;z-index:123;opacity:1}
  .page-inner #header {background:rgb(89 137 27) !important;position:relative}
#header {
 
-webkit-box-shadow: 0px 2px 3px 0px rgb(50 50 50 / 20%);
 
-moz-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.2);
 
box-shadow: 0px 2px 3px 0px rgb(50 50 50 / 20%);
 
position: absolute;
 
background: rgb(0 0 0 / 10%);
 
z-index: 123;
 
width: 100%;
 
left: 0;
 
top: 0;
}
#header .hotline a {
  color: #fff700;
}
#header .lang {
}
#header .lang a {
  font-family: "Avo";
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
} 
#header .lang a span {
  background: url(../images/search.png) no-repeat center;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 33px;
  text-align: center;
  font-size: 10px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.list-above .item-w {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
.list-above .item-w:nth-child(1) {
  background: #487210;
  padding-left: 35px;
}
.list-above .item-w:nth-child(2) {
  background: #4f7917;
}
.list-above .item-w:nth-child(3) {
  background: #548119;
}
.list-above .item-w:nth-child(4) {
  background: #59891b;
}
.list-above {
  background: #4f7917;
  padding-left: 30px;
  padding-right: 30px;
  padding: 0;
}
.list-above .above-item {
  color: #fff;
}
.list-above .above-item a {
}
.list-above .above-item strong {
  font-family: "Avo_bold";
  font-size: 21px;
}
.list-above .above-item p {
  font-family: "Avo";
  margin: 0;
}
.form-head {
}
.form-head form {
}
.form-head form input {
	font-family: "Avo";    border-radius: 30px;    border: 1px solid #cccccc4d;    padding: 5px 10px 5px 13px;    display: inline-block;    width: 270px;    font-size: 12px;    background: #fff0;	    margin-right: 5px;
}
.form-head form button {
  background: url(../images/search-icon.png) no-repeat center;
  border: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
}
#header .clone .logo img {
    max-height: 50px;
}
#header .clone .hotline {}
#header .hotline {
  background: url(../images/hotline.png) no-repeat no-repeat left;
  height: 48px;
  display: inline-block;
  line-height: 48px;
  padding-left: 60px;
  margin-left: 30px;
  font-family: Avo;
  font-style: italic;
  font-size: 20px;
  color: #333;
}
#header .header-bottom {
  /* background: url(../images/head.png) no-repeat top right; */
  background-size: contain;
}
#header .header-bottom .hotline-top {
}
#header.header-bottom .hotline-top div {
  font-size: 15px;
  color: #218533;
  font-weight: 500;
}
#header .header-bottom .hotline-top div a {
  color: #218533;
}
.header-top {
  color: #fff;
  background-color: #0a77d4;
}
.header-top .wrap-content {
}
@media (max-width: 768px) {
   #header {background:rgb(89 137 27) !important;position:relative}
  .list-above {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 450px) {
  .list-above .item-w {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.mm-listitem{position:relative !Important}