/* Write your styles */
body {
    font-size:1.2rem;
}
.clear {
    margin:0px;padding:0px;clear:both;height:0px;overflow:hidden;
}
/*列表页面*/
.my-loading {
    text-align:center;line-height:150px;height:150px;color:#999;
}

.my-body-back {
    background:#efefef;
}
.my-div-list {
    background:#ffffff;margin-bottom:1.2rem;
}
.my-div-title {
    font-weight:bold;font-size:1.4rem;
}
.my-div-content {
    color:#666;
}


/*内容页面*/
#phone a {
    margin-right:0rem;
}
#address a{
    cursor:pointer;
}
#address div{
    padding-top:0.5rem;
}
.my-div-block {
    background:#ffffff;margin-bottom:1.2rem;
}
.my-div-detail-title-0 {
    font-weight:bold;font-size:1.6rem;
}
.my-div-detail-title {
    border-bottom:1px solid #efefef;line-height:1.4rem;font-weight:bold;font-size:1.4rem;
}
.my-div-detail-content {
    color:#666;
}
.my-icon-color {
    color:#0e90d2;
}

/*地图*/
#r_title {
    background:#0e90d2;color:#fff;padding:5px;
}
#result {
    font-size:1.2rem;line-height:1.8rem;padding:5px;background:#fafafa;color:#666;
}

.my-header-bottom {
    background:#fafafa;border-top:1px solid #E4E4E4;color:#999;height:40px;line-height:40px;
}
.my-nav {
    text-align:center;font-size:1.4rem;cursor:pointer;
}
.my-nav-active {
    color:#0e90d2;
}





