.cont{
    background-color: #ffffff;
    min-width: 1200px;
}
.cont .container{
    padding: 0 1.4rem;
    min-width: 10rem;
    max-width: 12.5rem;
}
.title{
    margin-top: 1.08rem;
    font-size: .32rem;
    color: #000000;
    font-weight: bold;
}
.title_arrow{
    display: inline-block;
    width: .14rem;
    margin-left: .2rem;
}
.sub_title{
    font-size: .32rem;
    color: #000000;
    margin-bottom: .34rem;
}
.addr_cont{
    margin-top: 1.08rem;
    margin-bottom: 2.06rem;
    min-height: 18rem;
}
.addr_box{
    width: 12.32rem;
    color: #ffffff;
    position: relative;
    margin: 0 auto .48rem;
    cursor: pointer;
}
.addr_bg{
    width: 100%;
    border-radius: .74rem;
}
.addr_txt_cont{
    /*width: 2.38rem;*/
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 .672rem .46rem;
    font-size: .2276rem;
}
.addr_name{
    font-size: .6rem;
    font-weight: bold;
    padding-bottom: .3264rem;
}
.addr_more{
    border-top: 1px solid #ffffff;
    font-size: .18rem;
    width: 5.24rem;
    padding: .08rem 0;
}
.addr_more span{
    margin-right: .864rem;
}
.icon_addr_more{
    position: absolute;
    width: 1.2rem;
    right: .672rem;
    bottom: .46rem;
}
