.btnbox {
    text-align: center;
    position: relative;
    width: 100%;
    background: none;
  height:70px;
  line-height: 70px;
    margin-left: auto;
    cursor: pointer;
    font-size: 14px;
}

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

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

.showbox {
    position: absolute;
    width: 130px;
  right: -50px;
    background: #fff;
    z-index: 999;
    margin-top: 0px;
    overflow: hidden;
    display: none;
    padding: 0;
    box-shadow: 0px 0px 10px rgba(0,0,0,0);
    border-radius: 0px;
      border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.showbox a {
    color: #737373;
    display: block;
    transition: all 0.5s;
    font-size: 14px;
    line-height: 40px;
    text-align: left;
    padding: 0 10px 0 42px;
    margin-top: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-family: "helvetica";
}

.showbox a:hover {
    color: #c1a25e;
}