body {
	background: #fff;
	font-family: PingFang SC, Lantinghei SC, Roboto, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans;
}

div,
p,
span,
i,
em,
header,
ul,
li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.searchBox{
	width: 7.5rem;
	height: .88rem;
	background: #FFFFFF;
	text-align: center;
	margin-top: .24rem;
}
.searchBox .search{
	width: 7.02rem;
	height: .64rem;
	background: #F7F7F7;
	border-radius: .32rem;
	padding: .24rem;
	margin-left: .24rem;
	display: flex;
	align-items: center;
}
.searchBox .search i{
	width: .9rem;
	height: .23rem;
	color: #CCCCCC;
	margin-bottom: .05rem;
	font-size: .32rem;
}
.searchBox .search input{
	flex: 1;
	height: .64rem;
	line-height: 100%;
	background: #F5F5F5;
	border-radius: 0.2rem;
	outline: none;
	font-size: .28rem;
	border: none;
}
.footer {
	position: fixed;
	width: 100%;
	bottom: 0;
	height: 1.2rem;
	background-color: #fff;
	max-width: 7.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer a {
	flex: 1;
	display: flex;
	align-items: center;
	flex-direction: column;
	color: #666666;
	font-size: .26rem;
	/*line-height: .20rem;*/
    padding-bottom: .24rem;
}

.footer img {
	width: .47rem;
	height: .45rem;
}
.records{
	padding: .24rem;
	width: 7.02rem;
}
.records .r1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: .32rem;
}
.records .r1 span{
	font-weight: bold;
	font-size: .28rem;
	color: #333333;
}
.records .r1 i{
	font-size: .28rem;
	color: #333333;
}
.records .r2 span{
	background: #F6F7F9;
	border-radius: .06rem;
	font-weight: 400;
	font-size: .26rem;
	color: #222222;
	padding: .16rem .25rem;
}
.adress{
    width: 100%;
    display: flex;
    margin-top: .24rem;
    padding-bottom: 1rem;
}
.adress .adressLeft{
	min-width: 1.50rem;
	background: #F7F7F7;
	height: 12.81rem;
}
.adress .adressLeft .title{
    width: 100%;
    height: .7rem;
    font-weight: 400;
    font-size: .26rem;
    color: #333333;
    text-align: center;
    line-height: .7rem;
}
.adress .adressLeft .d1{
	width: 100%;
	height: .7rem;
	font-weight: 400;
	font-size: .26rem;
	color: #333333;
	text-align: center;
	line-height: .7rem;
}
.adress .adressLeft .d1.d2{
	background: #24C527;
	font-weight: 400;
	font-size: .28rem;
	color: #FFFFFF;
}
.adress .adressLeft .title img{
    width: .4rem;
    height: .4rem;
}
.adress .adressLeft .title.d2{
    font-weight: 400;
    font-size: .28rem;
    color: #24C527;
    display: flex;
    align-items: center;
    justify-content: center;
}
.adress .adressRight {
    padding: 0.24rem 0 0.24rem 0.24rem;
    width: 6rem;
}
.adress .adressRight .title{
	font-weight: bold;
	font-size: .28rem;
	color: #333333;
	margin-right: .04rem;
}
.adress .adressRight .title.titles{
	margin-top: .24rem;
}
.adress .adressRight .rightImg {
    margin-top: .23rem;
    text-align: center;
    margin-right: 0.2rem;
}
.adress .adressRight .rightImg img{
	width: 1.72rem;
	height: 1.72rem;
	border-radius: .1rem;
}
.adress .adressRight .rightImg div{
	font-weight: 400;
	font-size: .26rem;
	color: #222222;
	margin-top: .16rem;
}
.adress .adressRight .right{
	display: flex;
	flex-wrap: wrap;
}
