@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
	outline: none;
}
html{
    margin:0;
    padding:0;
	font-size: 0.24rem;
}
/*这个是用来防止rembug页面闪动以及闪动所引起的后影响的*/
html{
	font-size: 50px;
}
ul {
	list-style: none;
}
body {
	max-width: 7.5rem;
	font-size: 0.24rem;
	background-color: #F6F6F6;
	font-family: microsoft yahei;
}
img {
	max-width: 100%;
}
input, textarea {
	font-family: microsoft yahei;
}
input[type="button"], input[type="submit"], input[type="reset"] {
 
-webkit-appearance: none;
 
}
li a{display: block;min-height: 0.6rem}
textarea {  -webkit-appearance: none;} 
.wap{
	width: 7.5rem;
	height: auto;overflow: hidden;
}
.banner {
	width: 7.5rem;
	height: auto;
	overflow: hidden;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
	background-color: #fff;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	margin-bottom: 0.3rem;
	box-sizing: border-box;
}
.news {
	width: 7.5rem;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	box-sizing: border-box;
	margin-bottom: 0.3rem;
}
.news li {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 0.3rem;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
	border-bottom: solid 1px #eee;
}
.news li img {
	width: 0.27rem;
	height: 0.27rem;
	float: left;
	margin-right: 0.1rem;
}
.news li a {
	color: #888;
	text-decoration: none;
}
.news li:last-child {
	border-bottom: 0;
}
.menu {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #fff;
}
.menu {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 0.2rem;
}
.menu li {
	float: left;
	width: 50%;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	text-align: center;
	font-size: 0.27rem;
	line-height: 0.6rem;
	border-bottom: solid 0.01rem #eee;
}
.menu li img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	/*	width: 0.7rem;*/
	height: 0.7rem;
}
.menu li a {
	color: #000000;
	text-decoration: none;
}
.menu li span {
	width: 0.01rem;
	height: 1.3rem;
	float: right;
	background-color: #EEEEEE;
}
.contact {
	background-color: #fff;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	padding-top: 0.3rem;
	margin-bottom: 1rem;
	box-sizing: border-box;
}
.contact p {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 0.3rem;
}
.contact p img {
	width: 0.25rem;
	height: 0.25rem;
	float: left;
	margin-right: 0.12rem;
}
.contact p a {
	color: #F00C0C;
	text-decoration: none;
}
.nav {
	width: 100%;
	height: 1rem;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #F6F6F6;
	border-top: solid #fff 0.04rem;
}
.nav li {
	width: 50%;
	height: auto;
	overflow: hidden;
	text-align: center;
	float: left;
}
.nav li a {
	color: #999999;
	text-decoration: none;
}
.nav li img {
	width: 0.45rem;
	height: 0.45rem;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.1rem;
}
.nav li img:nth-child(1) {
	display: block;
}
.nav li img:nth-child(2) {
	display: none;
}
.nav li.cur img:nth-child(1) {
	display: none;
}
.nav li.cur img:nth-child(2) {
	display: block;
}
.nav li.cur a {
	color: #10DC49;
}

/*登陆*/
.login_bg {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background-image: url(../images/bg.jpg);
	background-size: 100% 100%;
}
.logo {
	width: 4rem;
	margin-top: 1.3rem;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.2rem;
}
.logo img {
	width: 100%;
}
.form {
	width: 5rem;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.form li {
	width: 100%;
	height: auto;
	position: relative;
}
.text1 {
	width: 100%;
	height: 0.9rem;
	overflow: hidden;
	border-radius: 0.1rem;
	background-color: rgba(23,21,16,0.1);
	border: 0;
	color: #fff;
	font-size: 0.24rem;
	line-height: 0.9rem;
	margin-bottom: 0.4rem;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}
.sms_btn {
	height: 0.9rem;
	line-height: 0.9rem;
	/*	float: right;*/
	position: absolute;
	z-index: 2;
	right: 0.3rem;
	border: 0;
	background-color: transparent;
	color: #FF0000;
	font-size: 0.24rem;
}
.text1::placeholder {
 color: #fff;
}
.btn1 {
	width: 5rem;
	height: 0.9rem;
	background-color: #cc0001;
	border-radius: 0.1rem;
	color: #fff;
	border: 0;
	font-size: 0.3rem;
}
.goo{
	text-align: center;
	margin-top: 3vw;
	color: #cc0001;
	line-height: 5vw;
	text-decoration: none;
}

/*物业费*/
.tab {
	width: 100%;
	height: 0.9rem;
	overflow: hidden;
	margin-bottom: 0.1rem;
}
.tab ul {
	width: 100%;
	height: 0.9rem;
	overflow: hidden;
}
.tab li {
	float: left;
	width: 50%;
	height: 0.9rem;
	line-height: 0.9rem;
	text-align: center;
	color: #999999;
	font-size: 0.34rem;
	background-color: #F6F6F6;
}
.tab li a {
	color: #999;
	text-decoration: none;
}
.tab li.cur a {
	color: #fff;
}
.tab li.cur {
	background-color: #FCCB48;
}
.pay_form {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 1.5rem;
}
.pay_form li {
	font-size: 0.34rem;
	width: 6.9rem;
	min-height: 1rem;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	border-bottom: solid 0.01rem #eee;
}
.form_l {
	float: left;
	width: 1.6rem;
	line-height: 1rem;
	margin-right: 0.6rem;
	box-sizing: border-box;
	padding-left: 0.1rem;
	color: #333;
}
.form_r {
	line-height: 1rem;
	width: 4.5rem;
	float: left;
	font-size: 0.3rem;
	color: #666666;
}
.form_r a{
	color: #FCCB48;
	text-decoration: none;
}
.jt {
	width: 0.22rem;
	float: right;/*	margin-top: 0.1rem;*/
}
.jt img {
	width: 100%;
}
.year {
	/*	width:1.35rem;*/
	height: 0.7rem;
	padding-left: 0.15rem;
	padding-right: 0.15rem;
	line-height: 0.7rem;
	color: #999;
	background: #fff;
	border: 0.01rem solid #999;
	border-radius: 0.1rem;
	text-align: center;
	display: block;
	float: left;
	margin-top: 0.15rem;
	margin-right: 0.1rem;
	box-sizing: border-box;
}
.year:last-child{
	margin-bottom: 0.2rem;
}
.year.cur {
	color: #AF7A11;
	background: #FFF2D0;
	border: 0.01rem solid #AF7A11;
}
.btn2 {
	font-size: 0.36rem;
	width: 2.7rem;
	height: 0.9rem;
	background: #FCCB48;
	border-radius: 0.1rem;
	border: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	margin-top: 0.7rem;
}
.repair {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.clas {
	float: left;
	width: 2.3rem;
	height: auto;
	overflow: hidden;
}
.list {
	width: 5.15rem;
	float: right;
	min-height: 100vh;
	overflow: hidden;
	background-color: #f6f6f6;
	box-sizing: border-box;
	padding-left: 0.6rem;
	padding-right: 0.6rem;
}
.clas li {
	width: 100%;
	height: 1rem;
	overflow: hidden;
	background-color: #F6F6F6;
	text-align: center;
	color: #666666;
	font-size: 0.28rem;
	line-height: 1rem;
	margin-bottom: 0.04rem;
}
.clas li a {
	color: #666666;
	text-decoration: none;
}
.clas li.cur {
	color: #fff;
	background-color: #38D765;
}
.clas li.cur a {
	color: #fff;
}
.dw {
	width: 100%;
	height: auto;
	font-size: 0.24rem;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
	overflow: hidden;
	line-height: 0.36rem;
}
.dw img {
	width: 0.28rem;
	float: left;
	margin-right: 0.2rem;
}
.list ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.list li {
	width: 1.7rem;
	float: left;
	margin-right: 0.5rem;
	height: 2.85rem;
	text-align: center;
}
.list li:nth-child(2n) {
	margin-right: 0;
}
.list li a {
	color: #333;
	text-decoration: none;
}
.list li img {
	width: 100%;
	height: 1.7rem;
	margin-bottom: 0.2rem;
}
.reair_tu {
	width: 2.35rem;
	height: 2.35rem;
	overflow: hidden;
	border-radius: 0.1rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.4rem;
	margin-bottom: 0.4rem;
	box-shadow: 0 0 0.3rem rgba(0,0,0,0.2);
}
.reair_tu img {
	width: 100%;
}
.pay_form2 {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 1.5rem;
}
.pay_form2 li {
	font-size: 0.34rem;
	/*	width: 6.9rem;*/
	height: 1rem;
	margin-left: 0.8rem;
	margin-right: 0.8rem;
	overflow: hidden;/*	border-bottom: solid 0.01rem #eee;*/
}
.pay_form2 li .form_l {
	float: left;
	width: 1.8rem;
	line-height: 1rem;
	margin-right: 0;
	box-sizing: border-box;
	font-size: 0.3rem;
	/*	padding-left: 0.1rem;*/
	color: #999999;
}
.pay_form2 li .form_r {
	line-height: 1rem;
	width: 4.1rem;
	float: left;
	font-size: 0.3rem;
	color: #333;
}
.btn3 {
	font-size: 0.36rem;
	width: 2.7rem;
	height: 0.9rem;
	background: #38D765;
	border-radius: 0.1rem;
	border: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	margin-top: 0.7rem;
}
.btn6 {
	font-size: 0.36rem;
	width: 2.7rem;
	height: 0.9rem;
	background: rgba(225,85,41,1);
	border-radius: 0.1rem;
	border: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	margin-top: 0.7rem;
}
.jian {
	width: 0.6rem;
	height: 0.6rem;
	overflow: hidden;
	float: left;
	margin-right: 0.2rem;
	margin-top: 0.2rem;
}
.jian img {
	width: 100%;
}
.text2 {
	border: 0;
	border-bottom: solid 0.02rem #10DC49;
	width: 0.6rem;
	height: 0.6rem;
	float: left;
	margin-right: 0.2rem;
	text-align: center;
	font-size: 0.3rem;
	margin-top: 0.2rem;
	border-radius: 0;
}
.jia {
	width: 0.6rem;
	height: 0.6rem;
	overflow: hidden;
	float: left;
	margin-top: 0.2rem;
}
.jia img {
	width: 100%;
}
.news_list {
	width: 7.5rem;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	box-sizing: border-box;
	margin-bottom: 0.3rem;
}
.news_list li {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 0.3rem;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	border-bottom: solid 1px #eee;
	box-sizing: border-box;
}
.news_list li p {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 0.4rem;
}
.news_list li img {
	width: 0.27rem;
	height: 0.27rem;
	float: left;
	margin-right: 0.2rem;
	margin-top: 0.1rem;
}
.news_list li span {
	display: block;
	float: left;
	width: 5.8rem;
}
.news_list li a {
	color: #555;
	text-decoration: none;
}
/*
.news_list li:last-child{
	border-bottom: 0;
}
*/
.news_cont {
	width: 6.9rem;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.tit1 {
	font-size: 0.4rem;
	font-weight: 400;
	color: rgba(0,0,0,1);
	padding-top: 0.5rem;
	margin-bottom: 0.3rem;
	text-align: center;
}
.time {
	font-size: 0.24rem;
	font-weight: 400;
	color: rgba(153,153,153,1);
	padding-bottom: 0.3rem;
	margin-bottom: 0.3rem;
	border-bottom: solid 0.01rem #ddd;
	text-align: right;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}
.cont {
	font-size: 0.3rem;
	font-weight: 400;
	color: rgba(85,85,85,1);
	box-sizing: border-box;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	line-height: 0.5rem;
}
.danxuan {
	width: 1.8rem;
	float: left;
}
.danxuan span {
	float: left;
	width: 0.28rem;
	height: 0.28rem;
	overflow: hidden;
	border-radius: 0.06rem;
	background-color: #f2f2f2;
	border: #aaa 0.01rem solid;
	margin-top: 0.35rem;
	margin-right: 0.2rem;
}
.danxuan.cur span{
	background-color: rgba(225,85,41,1);
	border: solid 0.01rem rgba(225,85,41,1);
}
.pay_form3 {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 1.5rem;
}
.pay_form3 li {
	font-size: 0.34rem;
	/*	width: 6.9rem;*/
	height: auto;
	margin-left: 0.8rem;
	margin-right: 0.8rem;
	overflow: hidden;/*	border-bottom: solid 0.01rem #eee;*/
}
.pay_form3 li .form_l {
	float: left;
	width: 1.8rem;
	line-height: 1rem;
	margin-right: 0;
	box-sizing: border-box;
	font-size: 0.3rem;
	/*	padding-left: 0.1rem;*/
	color: #999999;
}
.pay_form3 li .form_r {
	line-height: 1rem;
	width: 4.1rem;
	float: left;
	font-size: 0.3rem;
	color: #333;
	height: auto;
	overflow: hidden;
}
.tit2 {
	font-size: 0.46rem;
	font-weight: 400;
	color: rgba(225,85,41,1);
	line-height: 0.48rem;
	text-align: center;
	padding-top: 0.5rem;
	margin-bottom: 0.2rem;
}
.dest1 {
	font-size: 0.24rem;
	text-align: center;
	font-weight: 400;
	color: rgba(183,183,183,1);
	line-height: 0.48rem;
	margin-bottom: 0.5rem;
}
.pay_form3 li textarea {
	background: #FAFAFA;
	border: 1px solid rgba(221, 221, 221, 1);
	border-radius: 0.06rem;
	height: 2.65rem;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	padding: 0.1rem;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	display: block;
	margin-bottom: 0.15rem;
}
.pay_form3 li input {
	background: #FAFAFA;
	border: 1px solid rgba(221, 221, 221, 1);
	border-radius: 0.06rem;
	height: 0.7rem;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}
.tianjia {
	width: 1.4rem;
	height: 1.4rem;
	margin-top: 0.2rem;
}
.u_top {
	background-image: url(../img/bg.jpg);
	background-size: 100% auto;
	height: 4.3rem;
	width: 100%;
	overflow: hidden;
	border-bottom: solid 0.2rem #f6f6f6;
}
.u_news {
	float: right;
	width: 0.87rem;
	margin-right: 0.15rem;
	margin-top: 0.15rem;
}
.u_news img {
	width: 100%;
}
.u_head {
	width: 1.9rem;
	height: 1.9rem;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);
	margin-top: 0.5rem;
	margin-left: 2.8rem;
	margin-bottom: 0.25rem;
}
.u_name {
	text-align: center;
	font-size: 0.34rem;
	font-weight: 400;
	color: rgba(115,102,0,1);
}
.u_address {
	width: 100%;
	height: 1.25rem;
	overflow: hidden;
	background-image: url(../img/b6.png);
	background-size: 100% auto;
	text-align: center;
}
.u_address a {
	display: inline-block;
	text-align-last: center;
	padding-top: 0.6rem;
	color: #666666;
	text-decoration: none;
}
.u_address a img {
	margin-bottom: -0.05rem;
	width: 0.23rem;
	margin-right: 0.1rem;
	display: inline;
}
.u_address span {
	display: inline;
	color: #EEC41A;
}
.u_list {
	width: 6.9rem;
	height: auto;
	overflow: hidden;
	margin-left: 0.3rem;
}
.u_list li {
	width: 100%;
	height: auto;
	line-height: 1rem;
	font-size: 0.3rem;
	border-bottom: solid 0.01rem #eee;
	box-sizing: border-box;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
}
.u_list li .jt{
	margin-top: 0.3rem;
}
.icon {
	float: left;
	width: 0.45rem;
	margin-top: 0.27rem;
	margin-right: 0.3rem;
}
.jt {
	float: right;
	width: 0.15rem;/*	margin-top: 0.34rem;*/
}
.u_list li a {
	color: #333;
	text-decoration: none;
}
.tec {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 0.2rem;
	position: absolute;
	bottom: 1.5rem;
}
.tec a {
	color: #ccc;
	text-decoration: none;
}
.tab2 {
	width: 100%;
	height: 0.9rem;
	overflow: hidden;
	margin-bottom: 0.1rem;
}
.tab2 ul {
	width: 100%;
	height: 0.9rem;
	overflow: hidden;
}
.tab2 li {
	float: left;
	width: 33%;
	height: 0.9rem;
	line-height: 0.9rem;
	text-align: center;
	color: #999999;
	font-size: 0.34rem;
	background-color: #F6F6F6;
	margin-right: 0.03rem;
}
.tab2 li:last-child {
	margin-right: 0;
}
.tab2 li a {
	color: #999;
	text-decoration: none;
}
.tab2 li.cur a {
	color: #fff;
}
.tab2 li.cur {
	background-color: #FCCB48;
}
.pay_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	padding-bottom: 1.3rem;
}
.pay_list li {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	box-sizing: border-box;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	border-bottom: solid 0.01rem #eee;
}
.pay_list li a {
	text-decoration: none;
}
.pay_list li img {
	float: left;
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.4rem;
}
.pay_list li h1 {
	font-size: 0.3rem;
	margin-bottom: 0.1rem;
	font-weight: normal;
	color: #000;
}
.pay_list li h1 span {
	float: right;
	color: #E60000;
}
.pay_list li h2 {
	font-size: 0.24rem;
	margin-bottom: 0.1rem;
	font-weight: normal;
	color: #999999;
}
.more {
	width: 40%;
	line-height: 0.8rem;
	background-color: #eee;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0.06rem;
	font-size: 0.3rem;
	text-align: center;
	margin-top: 0.4rem;
	color: #666;
}
.car_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	box-sizing: border-box;
	min-height: 80vh;
}
.car_list li {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	box-sizing: border-box;
	border-bottom: solid 0.01rem #eee;
	line-height: 1rem;
	font-size: 0.3rem;
	font-weight: 400;
	color: #999999;
}
.car_list li img.car {
	width: 0.4rem;
	margin-top: 0.32rem;
	float: left;
	margin-right: 0.2rem;
}
.car_list li .jt {
	margin-top: 0.35rem;
	margin-left: 0.3rem;
}
.car_list li a {
	color: #999;
	text-decoration: none;
}
.car_more {
	width: 100%;
	text-align: center;
	padding-top: 3vh;
}
.car_more a {
	color: #33CA5A;
	font-size: 0.3rem;
	font-weight: 400;
	text-decoration: none;
}
.repair_list {
	width: 100%;
	box-sizing: border-box;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	height: auto;
	overflow: hidden;
	padding-bottom: 1.5rem;
}
.repair_list li {
	width: 100%;
	box-sizing: border-box;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	height: auto;
	overflow: hidden;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
	border-bottom: solid 0.01rem #eee;
}
.repair_list li a {
	text-decoration: none;
}
.repair_list li img {
	float: left;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 0.06rem;
	margin-right: 0.4rem;
}
.repair_list li h1 {
	font-size: 0.3rem;
	margin-bottom: 0.3rem;
	font-weight: 400;
	color: #333;
}
.repair_list li h2 {
	font-size: 0.3rem;
	font-weight: 400;
	color: #EB1B1B;
	margin-bottom: 0.3rem;
}
.repair_list li h3 {
	font-size: 0.3rem;
	font-weight: 400;
	color: #999999;
}
.data_list li .jt {
	margin-left: 0.2rem;
	margin-top: 0.05rem;
}
.data_list .form_l {
	color: #999;
}
.data_list .form_r {
	color: #333;
}
.data_head {
	width: 6.9rem;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	height: auto;
	overflow: hidden;
	padding-top: 0.35rem;
	padding-bottom: 0.35rem;
	box-sizing: border-box;
	font-size: 0.3rem;
	line-height: 1rem;
	border-bottom: solid 0.01rem #eee;
	margin-left: auto;
	margin-right: auto;
}
.data_head img {
	width: 1rem;
	height: 1rem;
	float: left;
	border-radius: 50%;
}
.data_head p {
	float: right;
	color: #EEC41A;
	padding-right: 0.3rem;
}
.text3 {
	float: right;
	width: 100%;
	height: 0.6rem;
	margin-top: 0.2rem;
	border-radius: 0.06rem;
	border: solid 0.01rem #eee;
	background-color: #f6f6f6;
	box-sizing: border-box;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
}
.btn4 {
	font-size: 0.36rem;
	width: 2.7rem;
	height: 0.9rem;
	background: #38D765;
	border-radius: 0.1rem;
	border: 0;
	display: block;
	margin-right: auto;
	color: #fff;
	position: absolute;
	bottom: 1.5rem;
	margin-left: 2.4rem;
}

.a_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	/*
	padding-left: 0.3rem;
	padding-right: 0.3rem;
*/
	box-sizing: border-box;
	margin-bottom: 0.3rem;
}
.a_list li h1 {
	width: 100%;
	line-height: 1rem;
	border-bottom: solid 0.01rem #fff;
	font-size: 0.3rem;
	padding-left: 0.8rem;
	padding-right: 0.8rem;
	box-sizing: border-box;
	font-weight: bold;
	color: #38D765;
	background-color: #f6f6f6;
}
.a_list li div {
	/*	padding-left: 0.3rem;*/
/*	padding-right: 0.3rem;*/
	display: none;
}
.a_list li li h1 {
	font-weight: normal;
	color: #444;
	background-color: #fff;
	border-bottom: solid 0.01rem #eee;
	padding-left: 1.4rem;
	padding-right: 1.4rem;
}
.a_list li li li h1 {
	font-weight: normal;
	color: #777;
	background-color: #fff;
	border-bottom: solid 0.01rem #eee;
	padding-left: 1.7rem;
	padding-right: 1.7rem;
}
.btn5 {
	width: 100%;
	height: 1rem;
	background-color: #38D765;
	color: #fff;
	font-size: 0.3rem;
	line-height: 1rem;
	text-align: center;
	position: fixed;
}
.xiangmu {
	width: 0.45rem;
	float: left;
	margin-right: 0.3rem;
	margin-top: 0.26rem;
}

.swiper-slide{
/*
	width: 6.9rem!important;
	height: 3rem!important;
*/

      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}

.swiper-container {
      width: 100%;
      height: 100%;

    }


/*通用*/
.pt60 {
	padding-top: 0.6rem;
}
.bgf {
	background-color: #fff;
}
.orange {
	color: #FCCB48;
}
.red {
	color: #FF0000;
}
.fs40 {
	font-size: 0.4rem;
}
.fs26 {
	font-size: 0.26rem;
}
.c9 {
	color: #999;
}
.textr {
	text-align: right;
}
.gre {
	color: #25C64F;
}
.fr {
	float: right;
}
.c3 {
	color: #333;
}
.textr {
	text-align: right;
}
