.map{
    width: 100%;
    min-height: 8rem;
    background-image: url(../image/bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
#main{
    width: 66%;
    height: 600px;
    float: left;
}
.List{
    width: 34%;
    float: left;
    display: flex;
    justify-content: center;
}
/* .List ul{
    padding: 0 25px;
} */
.List ul h4{
    text-align: center;
    line-height: 56px;
    height:56px;
    color: #ffffff;
    font-size: 0.2rem;
    background: #BB0505;
}
.List ul li{
    line-height: 54px;
    border:1px solid rgba(187,5,5,1);
    box-sizing: border-box;
    text-align: center;
    font-size:0.14rem;
    font-weight:400;
    color: #ffffff;
    cursor: pointer;
}
.addressList{
    width: 80%;
    margin: 0 10%;
}
.addressList ul{
    width: 100%;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
}
.addressList ul li{
    display: inline-block;
    font-size: .3rem;
    line-height: 1rem;
    width: 1.7rem;
    border: 1px solid #BB0505;
    color: #ffffff;
    text-align: center;
    margin-bottom: .43rem;
    margin-left: .43rem;
}
.active{
    background: #BB0505;
}
.shade{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    display: none;
}
.popup{
    width: 40%;
    height: 56%;
    background-color: #ffffff;
    border-radius:10px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -10%;
    margin-left: -20%;
    text-align: center;
    display: none;
    z-index:9;
}
.popup .delete{
    width: 40px;
    position: absolute;
    top: -20px;
    right: -20px;
}
.popup .code{
    width: 30%;
    margin-top:14%;
}
.popup p{
    font-size:16px;
    font-weight:400;
    color:rgba(38,38,38,1);
    margin-top: 20px;
}
@media (max-width:1200px) {
	.visible-xs{
		display: block!important
	}
	.hidden-xs {
    display: none!important;
    }
  .List {
    width: 80% !important;
    margin: 0 10%;
}
  .List ul h4{
    font-size:0.36rem!important;
  }
  .List ul li{
      font-size:0.36rem!important;
  }
  .col-md-3 {
    width:100%;
}
}
