


.banner img{
	width: 100%;
}

.content .tong_title {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.content .tong_title p {
	display: flex;
	align-items: flex-end;
	font-size: .36rem;
	color: #000000;
}

.content .tong_title p span {
	color: #999999;
	font-weight: normal;
	font-size: .24rem;
	margin-left: .16rem;
	margin-bottom: .02rem;
}

.content .tong_title a {
	font-size: .24rem;
	color: #999999;
	margin-bottom: .02rem;
	display: block;
}

.content .tong_title img {
    width: 0.4rem;
	margin-right: 0.16rem;
}

.content .main_box {
	overflow: hidden;
	width: 100%;
	border-radius: .3rem .3rem 0 0;
	margin-top: .3rem;
}

.content .main_box .main_recommend {
	overflow: hidden;
	padding: 0rem 0 0 .3rem;
}

.content .main_box .main_recommend .main_recommend_slide {
	overflow-x: auto;
	height: 3.56rem;
	width: 100%;
	white-space: nowrap;
	font-size: 12px;
	margin-top: .3rem;
}

.content .main_box .main_recommend .main_recommend_slide .swiper {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.content .main_box .main_recommend .main_recommend_slide .swiper-slide {
	width:2.36rem;
	margin-right: .2rem;
}

.content .main_box .main_recommend .main_recommend_slide .item {
	width: 100%;
}

.content .main_box .main_recommend .main_recommend_slide .item .pic {
	overflow: hidden;
	width: 100%;
	height: 2.1rem;
}

.content .main_box .main_recommend .main_recommend_slide .item .pic img {
	display: block;
	width: 100%;
	border-top-right-radius:8%;
	border-top-left-radius:8%;
}

.content .main_box .main_recommend .main_recommend_slide .item p {
	font-size: .28rem;
	color: #0c0c0c;
	line-height: .36rem;
	margin-bottom: .15rem;
	white-space: normal;
}

.content .main_box .main_recommend .main_recommend_slide .yq_bottom{
	background-color: #ffffff;
	padding-left: .6rem;
	padding-top: .22rem;
	padding-bottom: .46rem;
	border-bottom-right-radius:8%;
	border-bottom-left-radius:8%;
}

.content .main_box .main_recommend .main_recommend_slide .item .address{
	margin-top: .22rem;
}

.content .main_box .main_recommend .main_recommend_slide .item .address img{
	width: 0.2rem;
	float: left;
}

.content .main_box .main_recommend .main_recommend_slide .item .address p{
    font-size: .22rem;
    color: #9a9ca0;
    white-space: normal;
	float: left;
	margin-left:.06rem;
	margin-top: -0.05rem;
}

.content .main_box .main_recommend .tong_title {
	padding-right: .3rem;
}

.content .main_box .main_recommend .box {
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-right: .3rem;
	margin-top: .3rem;
}

.content .main_box .main_recommend .box .left {
	overflow: hidden;
	width: 3.35rem;
}

.content .main_box .main_recommend .box .left a {
	display: block;
	overflow: hidden;
}

.content .main_box .main_recommend .box .left img {
	display: block;
	width: 100%;
}

.content .main_box .main_recommend .box .right {
	overflow: hidden;
	width: 3.35rem;
}

.content .main_box .main_recommend .box .right a {
	display: block;
	width: 100%;
	margin-bottom: .2rem;
}

.content .main_box .main_recommend .box .right a:last-child {
	margin-bottom: 0;
}

.content .main_box .main_recommend .box .right a img {
	display: block;
	width: 100%;
}


.select_box {
	width: 100%;
	height: .96rem;
	border-bottom: 1px solid #efefef;
	display: flex;
	align-items: center;
	z-index: 999;
	background: #fff;
	position: relative;
}

.select_box .item {
	width: 33%;
	height: 100%;
}

.select_box .item .lines {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.select_box .item .lines>p {
	font-size: .35rem;
	color: #333333;
}

.select_box .item .lines>img {
	width: .16rem;
	margin-left: .1rem;
}

.select_box .item .fades {
	overflow: hidden;
	width: 100%;
	background: #fff;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	border-top: 1px solid #efefef;
	z-index: 999;
	border-radius: 0 0 .2rem .2rem;
	padding-bottom: .3rem;
}

.select_box .item .fades ul {
	overflow: auto;
	padding: .2rem .3rem;
}

.select_box .item .fades ul li {
	font-size: .26rem;
	height: .8rem;
	display: flex;
	align-items: center;
	color: #656565;
}

.select_box .item .fades ul li a {
	color: #656565;
}

.select_box .item .fades ul li.on {
	color: #63C5A4;
}

.select_box .item .fades ul li.on a {
	color: #63C5A4;
}

.select_box .item .fades .buttons {
	overflow: hidden;
	width: 6.9rem;
	height: 0.72rem;
	color: #fff;
	background: #fff url(../images/pic-button-bg.png) right center no-repeat;
	margin: 0 auto;
	background-size: contain;
	border: 1px solid #63C5A4;
	border-radius: 0.4rem;
	display: flex;
	align-items: center;
}

.select_box .item .fades .buttons div {
	width: 50%;
	font-size: 0.3rem;
	height: 100%;
	display: flex;
	color: #63C5A4;
	align-items: center;
	justify-content: center;
}

.select_box .item .fades .buttons div.on {
	color: #fff;
}

.list_box {
	overflow: hidden;
	width: 100%;
	background-color: #fff;
}

.list_box ul {
	overflow: hidden;
	width: 100%;
	padding-bottom: .3rem;
}

.list_box ul li {
	overflow: hidden;
	width: 6.9rem;
	margin: 0 auto;
	background: #fff;
	height: 2.4rem;
	margin-top: .35rem;
	border-bottom:#EFEFEF 1px solid;
}

.list_box ul li a {
	width: 100%;
	box-sizing: border-box;
	height: 100%;
	display: flex;
	justify-content: space-between;
}

.list_box ul li a .pic {
	overflow: hidden;
	width: 2.38rem;
	height: 85%;
	display: flex;
	align-items: center;
    justify-content: center;
    border-radius: 0.2rem;
    border: 1px solid #E7E7E7;
}

.list_box ul li a .pic img {
	width: 2.2rem;
}

.list_box ul li a .grow {
	overflow: hidden;
	width: 4.3rem;
	padding-right: .0rem;
	padding-top: .0rem;
	position: relative;
}

.list_box ul li a .grow p {
	font-size: .3rem;
	color: #000000;
}

.list_box ul li a .grow .info {
	overflow: hidden;
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
}

.list_box ul li a .grow .info span {
	font-size: .23rem;
	color: #999999;
	margin-right: .1rem;
	margin-top: .16rem;
	line-height: 0.32rem;
}

.list_box ul li a .grow .info img {
	width: .1rem;
}

.list_box ul li a .grow .des {
	overflow: hidden;
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
}

.list_box ul li a .grow .des span {
	font-size: 0.22rem;
	display: inline-flex;
	align-items: center;
	padding: 0 .1rem;
	height: .34rem;
	background: #fffaf8;
	border: 1px solid #fc7647;
	border-radius: .06rem;
	margin-right: .18rem;
	margin-top: .55rem;
	color: #fc7647;
}

.list_box ul li a .grow .des span.on {
	background: #f7fffe;
	border: 1px solid #4ad4bc;
	color: #4ad4bc;
}

.list_box ul li a .grow .des span.news {
	background: #f7fffe;
	border: 1px solid #689DF1;
	color: #689DF1;
}

.content .loding {
	overflow: hidden;
	height: .68rem;
	background: #f8f8f8;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content .loding img {
	width: .24rem;
	border-radius: 50%;
}

.content .loding span {
	font-size: .22rem;
	color: #999999;
	margin-left: .1rem;
}


.search_grow {
  overflow: hidden;
  width: 6.9rem;
  height: .6rem;
  margin: 0 auto;
  border-radius: .4rem;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  margin-top: .28rem;
  padding-left: .6rem;
  font-size: 12px; }
  .search_grow img {
    width: .32rem; }
  .search_grow input {
    width: 80%;
    height: 100%;
    border: none;
    outline: none;
    font-size: .3rem;
    color: #666666;
    background: none;
    padding-left: .22rem; }
    .search_grow input::placeholder {
      color: #666666; }

.search_box {
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 1.93rem);
  display: flex;
  margin-top: .28rem; }
  .search_box .grow {
    overflow: hidden;
    width: calc(100% - 2.3rem);
    height: 100%; }
    .search_box .grow ul {
      overflow: auto;
      width: 100%;
      height: 100%; }
      .search_box .grow ul li {
        overflow: hidden;
        height: .95rem;
        width: 100%;
        position: relative;
        font-size: .28rem;
        color: #000000;
        padding-left: .5rem;
        display: flex;
        align-items: center; }
        .search_box .grow ul li a {
          height: 100%;
          display: flex;
          font-size: .28rem;
          color: #000000;
          align-items: center; }
  .search_box .navbars {
    overflow: hidden;
    width: 2.3rem;
    background: #f8f8f8;
    height: 100%; }
    .search_box .navbars ul {
      overflow: auto;
      width: 100%;
      height: 100%; }
      .search_box .navbars ul li {
        overflow: hidden;
        height: .95rem;
        width: 100%;
        position: relative;
        font-size: .28rem;
        color: #000000;
        padding-left: .42rem;
        display: flex;
        align-items: center; }
        .search_box .navbars ul li.on {
          background: #fff;
          color: #4bd4bc; }
          .search_box .navbars ul li.on::after {
            content: '';
            width: .05rem;
            height: .32rem;
            background: #4bd4bc;
            position: absolute;
            left: 0;
            border-radius: .4rem;
            top: 50%;
            transform: translateY(-50%); }
			
.fenleixuan ul li {
    overflow: hidden;
    background: #f6f5fa;
    height: 0.33rem;
    float: left;
    border-radius: 0.2rem;
    margin-right: 0.3rem;
    display: inline-flex;
    margin-top: 0.28rem;
    font-size: 12px;
	height: 0.5rem !important;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
}
			