.btnbox {
    text-align: left;
    position: relative;
    width: 96%;
    background: #fff;
    color: #555555;
  height:36px;
    margin-left: unset;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 0px;

}
.btnbox1 {
    text-align: left;
    position: relative;
    width: 96%;
     background: #fff;
    color: #555555;
  height:36px;
    margin-left: unset;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 0px;

}

.btnbox span {
    display: inline-block;
line-height:36px;
padding-left: 10px;
width: 80%;
}
.btnbox1 span {
    display: inline-block;
line-height:32px;
padding-left: 10px;
width: 80%;
}
.iconfont.map {
    width: auto;
    margin-left: 10px;
    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: #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;
    height: 50px;

}
.showbox1 {
    position: absolute;
    width: 100%;
    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;
    height: 150px;
    overflow-y: scroll;

}

.showbox a {
    color: #555;
    display: block;
    transition: all 0.5s;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    padding: 0 10px;

}
.showbox1 a {
    color: #555;
    display: block;
    transition: all 0.5s;
    font-size: 14px;
    line-height: 29px;
    text-align: left;
    padding: 0 20px;

}

.showbox a:hover {
    color: #ed6501;
}
.showbox1 a:hover {
    color: #ed6501;
}