* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul,
ol,
li {
	list-style: none;
}

body {
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
}

a {
	text-decoration: none;
	color: #232323;
}

img {
	width: 100%;
	border: none;
	display: block;
	vertical-align: middle;

}

table {
	border-collapse: collapse;
}

.t-center {
	text-align: center;
}
.t-bold{
	font-weight: bold;
	font-size: 0.3rem;
}
.lz-color {
	color: #3366ff;
}

.top-banner {
	width: 100%;
	position: relative;
}

.top-banner .city {
    font-size: 0.23rem;
    font-weight: bold;
    padding: 0.05rem 0.2rem;
    border-radius: 55px;
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
    color: #e1dfdf;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.fiexd {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    max-width: 640px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}
.city-item {
    width: 1.5rem;
    position: absolute;
    top: 0.7rem;
    right: 0.2rem;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    font-size: 0;
    color: #e1dfdf;
}
.city-item a {
    width: 50%;
    padding: 0.1rem 0;
    font-size: 0.22rem;
    text-align: center;
    display: inline-block;
    color: #FFFFFF;
}


.address {
	font-size: 0.22rem;
	position: absolute;
	left: 0.4rem;
	width: 2.45rem;
	top: 2.2rem;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	z-index: 999;
}

.form-info {
	background-color: #d4edff;
	padding: 0.2rem;
}

.form-info .form {
	background-color: #FFFFFF;
	border-radius: 20px;
	font-size: 0.3rem;
	line-height: .5rem;
	color: #666666;
	padding: 0.3rem 0;
}

.info-item {
	margin-left: 0.3rem;
}

.info-btn {
	width: 5rem;
	background-color: #3366ff;
	line-height: 0.6rem;
	text-align: center;
	margin: 0.2rem auto;
	border-radius: 30px;
}

.info-btn a {
	display: block;
	color: #FFFFFF;
	font-size: 0.36rem;
}

.section-top {
	width: 4rem;
	height: 1rem;
	line-height: 0.9rem;
	margin: 0.4rem auto;
	font-size: 0.4rem;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-image: url(../img/title-bgimg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

section {
	width: 90%;
	margin: 0 auto;
}

.active {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}

.active img {
	width: 2.8rem;
	margin-bottom: 0.2rem;
}
.lz-js{
	border: 1px solid #dddddd;
	border-radius: 4px;
	padding: 2px;
}
.lz-text{
	color: #666666;
	font-size: 0.22rem;
	text-indent: 0.5rem;
	line-height: 0.5rem;
	margin: 0.3rem 0;
}
.lz-data{
	background-color: #3366ff;
	background-image: url(../img/lz-data-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: space-around; 	
	align-items: center;
	padding: 0.3rem 0;
}
.lz-data .data-item{
	padding: 0 10px;
	border-right: 1px dashed #c2c2c2;
}
.lz-data .data-item:last-child{
	border-right:none;
}
.lz-data .data-item p{
	font-size: 0.2rem;
	color: #FFFFFF;
	line-height: 30px;
}



/* 逛展流程 */
.plan-table {
	width: 100%;
	border: 1px solid #CCCCCC;
}

.plan-table td {
	width: 50%;
	height: 0.8rem;
	border-right: 1px solid #CCCCCC;
	vertical-align: text-top;
	text-align: center;
	position: relative;
	padding: 0.3rem;;
}
.plan-table td img{
	width: 0.8rem;
	margin: 0.3rem auto 0;
}
.plan-table td span {
	font-size: 0.55rem;
	font-weight: bold;
	color: #d2deff;
	font-style: oblique;
	position: absolute;
	left: 5%;
	top: 0;
}
.plan-table tr {
	border-bottom: 1px solid #CCCCCC;
}

.plan-table td .h1 {
	color: #3366ff;
	margin: 10px 0 20px;
	font-size: 0.34rem;
	font-weight: bold;
}

.plan-table td p {
	font-size: 0.2rem;
	color: #666666;
	text-align: left;
	line-height: 0.4rem;
}



/* 地址 */
.traffic {

}
.traffic>div {
	border-bottom: 1px solid #E5E5E5;
	padding: 0.2rem 0;
}
.traffic img {
	float: left;
	width: 0.5rem;
}
.traffic .title {
	width: 1.5rem;
	color: #000000;
	font-weight: bold;
	padding: 0 0.2rem;
	border-right: 1px solid #E5E5E5;
	font-size: 0.24rem;
	flex-shrink: 0;
}
.traffic div {
	color: #707070;
	font-size: 0.22rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	letter-spacing: 1px;
}
.traffic .adress-text{
	padding-left: 0.2rem;
}

/* 装修攻略 */
.renovation {
	font-size: 0.26rem;
	margin: 0.2rem 0;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #CCCCCC;
}
.renovation .img-box {
	height: 1.1rem;
	display: flex;
	margin: 0.2rem auto;
}
.renovation .img-box img {
	width: 31%;
	float: left;
	margin-right: .1rem;
}
.renovation .footer-text {
	font-size: 0.22rem;
	color: #CCCCCC;
}

/* 新闻资讯 */
.news {
	margin: 0.4rem 0.3rem;
	padding-bottom: 0.3rem;
	border-bottom: 1px solid #ddd;
}
.news .flex {
	display: flex;
	justify-content: space-between;
}
.news-img-box {
	width: 1.8rem;
	height: 1.35rem;
}
.news-img-box img {
	height: 100%;
}
.news .news-title {
	width: 65%;
}
.news-title p:first-child {
	font-size: 0.24rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333333;
}
.news-title p:last-child {
	font-size: 0.2rem;
	color: #999999;
	line-height: 0.35rem;
	margin-top: 0.15rem;
}
.news-footer {
	font-size: 0.2rem;
	color: #CCCCCC;
	text-align: right;
}
.sm-text,.more-city-text{
	color: #666666;
	font-size: 0.22rem;
	text-align: center;
}
.more-city-text{
	font-size: 0.24rem;
	height: 0.8rem;
	color: #333333;
	padding: 0.3rem 0;
	border-bottom: 1px solid #CCCCCC;
}

.more-city-text2{
	font-size: 0.22rem;
	color: #333333;
	text-align: center;
	line-height: 0.5rem;
}
.all-city{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0.2rem 0;
	border-bottom: 1px solid #CCCCCC;
}
.all-city a{
	width: 25%;
	text-align: center;
	color: #3366ff;
	font-size: 0.24rem;
	font-weight: bold;
	margin: 0.14rem 0;
}

.back2top {
    width: 58px;
    height: 58px;
    position: fixed;
    right: 10%;
    bottom: 10%;
	display: none;
}
.back2top a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(https://www.lz5.com/skin/default/image/back2top.png) no-repeat;
}