.btnbox {
    text-align: center;
    position: relative;
    width: 100%;
    background: none;
    color: #444;
  height:42px;
    margin-left: auto;
    cursor: pointer;
    font-size: 16px;
  background: var(--color1);
  border: 0px solid #888;
  border-radius: 30px;
  padding: 0 25px 0 20px;
  transition: all 0.2s;
}
.btnbox:hover {
background:var(--color1);
  border-color: var(--color1);;

}

.btnbox span {
    display: inline-block;
line-height:40px;
}

.iconfont.map {
    width: auto;
    margin-right: 0px;
    text-align: center;
    display: inline-block;
	
}
/*
.iconfont.map:before {
    content: '\e614';
    color: #303030;
    font-size: 16px;
    text-align: center;
}
*/

.showbox {
    position: absolute;
    width: 100%;
    background: var(--color1);
    z-index: 999;
    margin-top: 0px;
    overflow: hidden;
    display: none;
    padding: 0;
    border-radius: 0px;
  left: 0px;
    border-bottom-left-radius: 15px;
   border-bottom-right-radius: 15px;
}

.showbox a {
    color: #fff;
    display: block;
    transition: all 0.5s;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding: 15px 15px;

}

.showbox a:hover {
      background: var(--color2);
    color: #fff;
}