.around .type {
    margin-top: 10px;
}
.around .type li:first-child {
    margin-left: 0;
}
.around .type li {
    padding: 0;
    margin: 0 9px;
    color: #101d37;
}
.around .type li {
    cursor: pointer;
    display: inline-block;
    line-height: 28px;
    padding: 0 9px;
    color: #555;
    font-size: 14px;
}
.around .type .select {
    position: relative;
    color: #f2304a;
    background-color: #fff;
}
.around .type .select:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #f2304a;
}
.around .container {
    height: 510px;
}
.around{
    height: 540px;
    width: 1200px;
}
.around .container {
    margin-top: 18px;
    height: 500px;
    width: 1200px;
    position: relative;
}
.around .container .map {
    height: 500px;
    width: 1200px;
}
.back-map {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    left: 20px;
    bottom: 65px;
    width: 26px;
    height: 27px;
    text-align: center;
    border: 1px solid #555;
    background: #fff;
}
#around .ctrl {
    font-size: 26px;
    line-height: 26px;
    position: absolute;
    z-index: 1;
    left: 20px;
    bottom: 50px;
    width: 26px;
    text-align: center;
    border: solid #555;
    border-width: 1px 1px 0;
    background: #fff;
}
.around .container .list {
    position: absolute;
    top: 23px;
    bottom: 23px;
    right: 23px;
    width: 310px;
    background-color: #fff;
    box-shadow: 0 0 7px rgb(0 0 0 / 45%);
}
.around .container .list .name {
    line-height: 39px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #568fe3;
}
.around .container .list .name {
    background: #f2304a!important;
    text-align: left!important;
    overflow: hidden;
    height: 40px;
}
.around .container .list .name .name-title {
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
}
.around .container .list .name .unds-project-situation {
    background: #fff;
    color: #f2304a;
    border-radius: 2px;
    float: right;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 5px;
    padding: 0 5px;
    cursor: pointer;
}
#around .ul-box {
    height: 420px;
    overflow-y: scroll;
}
#around .ul-box ul {
    height: auto;
    overflow-y: visible;
}
.around .container .list ul {
    height: 412px;
    overflow-y: auto;
}
.around .container .list ul li {
    padding: 20px 0 0!important;
    border-bottom: none!important;
}
.around .container .list ul li i{
    background-repeat: no-repeat;
    display: inline-block;
    width: 23px;
    height: 28px;
    background-position: -211px -97px;
    vertical-align: top;
    margin-left: 17px;
    line-height: 25px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-align: center;

}
.around .container .list ul li .item {
    display: inline-block;
    width: 215px;
    margin-left: 13px;
}
.around .container .list ul li .itemTitle{
    font-size: 16px;
    font-weight: 700;
    color: #101d37;
}
.around .container .list ul li .item .itemTitle{
    font-size: 14px;
    font-weight: 700;
}
.around .container .list ul li .item .itemTitle .addDistance{
    font-size: 12px;
    color: #999;
    float: right;
}
.around .container .list ul li .item .itemInfo {
    color: #888;
    font-size: .85em;
    line-height: 18px;
    margin-top: 10px;
}
.around .container .list ul li .item .itemInfo {
    color: #9399a5;
}
.around .container .map .name {
    line-height: 24px;
    border: 2px solid #fff;
    border-radius: 12px;
    padding: 0 7px;
    font-size: 14px;
    color: #fff;
    position: relative;
    display: inline-block;
    background-color: #f2304a;
    /*box-shadow: 0 0 7px rgb(0 0 0 / 20%);*/
    transform: translate(-50%, 0px);
}
.around .container .map .name {
    padding: 7px 10px!important;
    border: none!important;
    border-radius: 0!important;
}
.around .container .map .name .arrow {
    background-repeat: no-repeat;
    display: inline-block;
    width: 17px;
    height: 8px;
    background-position: -215px -79px;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8.5px;
}
.around .container .map .name .arrow {
    background-image: url(/static/mobile/img/house/detail_spritesheet.png)!important;
    background-position: inherit!important;
}
.around .container ul li {
    padding: 21px 0;
    border-bottom: 1px solid #e1e4e9;
    cursor: pointer;
}
.back-map i {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: 4px;
    background-image: url(/static/mobile/img/house/zoom-back.png);
    background-image: -webkit-image-set(url(/static/mobile/img/house/zoom-back.png) 1x,url(/static/mobile/img/house/zoom-back.png) 2x);
    background-repeat: no-repeat;
}
.around .bus-one {
    display: inline-block;
    padding: 2px;
    border-radius: 2px;
    margin-bottom: 1px;
    color: #9399a5;
}