.banner{
    margin-top: 50px;
    font-size: 0;
}
.u-title{
    text-align: center;
    line-height: 50px;
    margin: 10px 0;
    font-size: 26px;
    color: #0099ff;
    font-weight: 600;
}
.my-list li{
    margin-bottom: 20px;
    padding: 15px 4%;
    background: #fafafa;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
}
.store-title{
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: bold;
}
.store-type{
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    padding: 0 10px;
    border: 1px solid #999;
    font-size: 12px;
}
.list-cont{
    margin-top: 10px;
}
.store-img{
    float: left;
    width: 30%;
    font-size: 0;
}
.store-info{
    margin-left: 32%;
}
.info-txt{
    color: #333;
    font-size: 12px;
    margin: 5px 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.info-txt a{
    color: #333
}
.position-icon{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/location-icon.png);
    background-size: cover;
    vertical-align: middle;
    margin-right: 3px;
}
.clock-icon{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/clock.png);
    background-size: cover;
    vertical-align: middle;
    margin-right: 3px;
}
.tel-icon{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/tel.png);
    background-size: cover;
    vertical-align: middle;
    margin-right: 3px;
}
.show-more{
    text-align: center;
    margin-bottom: 20px;
}
.show-more a{
    color: #0070c9;
    font-size: 12px;
}
.border{
    background: #fafafa;
    height: 10px;
}
.my-type{
    margin-bottom: 10px;
    position: relative;
}
.my-type-aside{
    width: 30%;
    font-size: 0;
    position: relative;
}
.my-type-aside a,.my-mac-wrap a, .img-box3 a, .img-box4 a{
    display: block;
    width: 100%;
    height: 100%;
}
.my-type-title{
    position: absolute;
    top: 15px;
    width: 100%;
    text-align: center;
    color: #1a1a1a;
    font-size: 12px;
}
.my-type-right{
    position: absolute;
    left: 30%;
    right: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
}
.my-mac-wrap{
    height: 50%;
    position: relative;
    font-size: 0;
}
.my-type-right-btm{
    height: 50%;
}
.img-box3{
    width: 50%;
    float: left;
    position: relative;
    font-size: 0;
}
.img-box4{
    width: 50%;
    float: right;
    position: relative;
    font-size: 0;
}
.question-list li{
    padding: 10px 4% 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.user-avatar{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}
.user-name{
    color: #333;
}
.ques-tit{
    font-size: 16px;
    margin: 10px 0;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ques-date{
    color: #999;
    font-size: 12px;
}
.ans-num{
    color: #0070c9;
    float: right;
    font-size: 12px;
}
.news-list li{
    margin: 10px 0;
    border-bottom: 1px solid #eee;
    padding: 10px 4% 20px;
    overflow: hidden;
}
.news-pic{
    float: left;
	height: 30%;
    width: 30%;
}
.news-info{
    width: 68%;
    float: right;
}
.news-title{
    margin-bottom: 5px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}
.news-date{
    color: #999;
    font-size: 12px;
}

/*维修点列表页*/
.content-wrap{
    padding-top: 50px;
}
.srch-result{
    font-size: 16px;
    color: #1a1a1a;
    line-height: 100px;
    text-align: center;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5px;
}
.myItem h3{
    color: #333;
}
.fc:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.myItem .storeType{
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    padding: 0 10px;
    border: 1px solid #999;
    font-size: 12px;
}
.format2{
    margin-top: 10px;
}
.format2 .zuo {
    width: 30%;
    font-size: 0;
}
.format2 .you {
    margin-left: 32%;
}
.you p{
    color: #333;
    font-size: 12px;
    padding: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.format2 .you .iconfont{
    margin-right: 5px;
    vertical-align: middle;
}
.mip-fill-content{
    height: 100px;
}
.tel-btn{
	position: absolute;
	right: 35px;
	bottom: 25px;
	background: #0070c9;
	background: linear-gradient(bottom,#0070c9,#42a1ec);
	background: -webkit-linear-gradient(bottom,#0070c9,#42a1ec);
	border-radius: 5px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	width: 85px;
	text-align: center;
	font-size: 12px;
}







