.sroll_list {
	overflow: hidden;
	height: 1.05rem;
	margin: 0 auto;
	display: flex;
	padding-bottom: .2rem;
	align-items: center;
	background: #fff;
	position: relative;
	z-index: 999;
	justify-content: space-between;
	width: 100%;
	padding: 0 .3rem .3rem .3rem;
    transform: translateX(-50%);
	left: 50%;
	width: 7.5rem;
}

.sroll_list .menu {
	width: .66rem;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}

.sroll_list .menu::after {
	content: '';
	position: absolute;
	left: -0.15rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.15rem;
	height: 0.74rem;
	background: url(../images/pic-menu-line.png) no-repeat;
	background-size: contain;
}

.sroll_list .menu img {
	width: .36rem;
}

.sroll_list ul {
	overflow: auto;
	width: calc(100% - .66rem);
	height: 100%;
	white-space: nowrap;
	font-size: 12px;
}

.sroll_list ul li {
	display: inline-flex;
	height: 100%;
	margin-right: .4rem;
	position: relative;
}

.sroll_list ul li a {
	height: 100%;
	display: flex;
	align-items: center;
	font-size: .28rem;
	color: #666666;
}

.sroll_list ul li.on a {
	color: #000000;
}

.sroll_list ul li.on::after {
	content: '';
	width: .29rem;
	height: .08rem;
	background-image: url(../images/addicon2.png);
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

.list_box {
	overflow: hidden;
	width: 100%;
}

.list_box ul {
	overflow: hidden;
	width: 100%;
	padding-bottom: .3rem;
}

.list_box ul li {
	overflow: hidden;
	width: 6.9rem;
	margin: 0 auto;
	background: #fff;
	border-radius: .25rem;
	height: 2.4rem;
	margin-top: .2rem;
}

.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.68rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.list_box ul li a .pic img {
	width: 2.2rem;
	border-radius:0.2rem;
}

.list_box ul li a .grow {
	overflow: hidden;
	width: 4.1rem;
	padding-right: .3rem;
	padding-top: .26rem;
	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;
	bottom: .25rem;
}

.list_box ul li a .grow .info span {
	font-size: .28rem;
	color: #999999;
	margin-right: .1rem;
    max-width: 3.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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 {
	display: inline-flex;
	align-items: center;
	padding: 0 .1rem;
	height: .5rem;
	background: #fffaf8;
	border: 1px solid #fc7647;
	border-radius: .06rem;
	margin-right: .18rem;
	margin-top: .18rem;
	color: #fc7647;
	font-size: 0.24rem;
}

.list_box ul li a .grow .des span.on {
	background: #f7fffe;
	border: 1px solid #4ad4bc;
	color: #4ad4bc;
}



.main_select {
	overflow: hidden;
	width: 100%;
	height: .78rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	margin-top: .07rem;
}

.main_select.on {
	background: #F2FFFB;
	border: 1px solid rgba(99, 197, 164, 0.7);
}

.main_select.on p {
	color: rgba(99, 197, 164, 0.7);
}

.main_select p {
	font-size: .26rem;
	color: #333333;
}

.main_select img {
	width: .16rem;
	margin-left: .15rem;
}

.fadeins {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	display: none;
}

.select_box {
	width: 100%;
	height: .76rem;
	border-top: 1px solid #efefef;
	display: flex;
	align-items: center;
	z-index: 999;
	background: #fff;
	position: relative;
}

.select_box .item {
	width: 25%;
	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: .25rem;
	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: hidden;
	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{
	width: 70%;
	margin: 0 auto;
}

.select_box .item .fades .buttons .chongzhi{
	overflow: hidden;
	width: 1.9rem;
	height: 0.62rem;
	color: #666666;
	background: #fff;
	margin: 0 auto;
	background-size: contain;
	border: 1px solid #666666;
	border-radius: 0.4rem;
	display: flex;
	align-items: center;
	float: left;
	margin-right: 0.62rem;
}

.select_box .item .fades .buttons .on{
	overflow: hidden;
	width: 1.9rem;
	height: 0.62rem;
	color: #fff;
	background: linear-gradient(to right, #00BEF6, #4BD4BC);
	margin: 0 auto;
	background-size: contain;
	border: 1px solid #63C5A4;
	border-radius: 0.4rem;
	display: flex;
	align-items: center;
	float: left;
}

.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;
}

.main_article_fade {
	overflow: hidden;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	background: #ffff;
	z-index: 99999;
	display: none;
}

.main_article_fade .box {
	height: calc(100vh - .75rem);
	width: 100%;
	overflow: hidden;
}

.main_article_fade .box ul {
	height: 100%;
	overflow: auto;
	padding: 0 .2rem;
	font-size: 12px;
}

.main_article_fade .box ul li {
	overflow: hidden;
	background: #f6f5fa;
	height: .53rem;
	float: left;
	border-radius: .4rem;
	margin-right: .3rem;
	display: inline-flex;
	margin-top: .48rem;
	font-size: 12px;
}

.main_article_fade .box ul li.on {
	background: #4bd3bb;
	color: #fff;
}

.main_article_fade .box ul li.on a {
	color: #fff;
}

.main_article_fade .box ul li a {
	height: 100%;
	display: inline-flex;
	align-items: center;
	padding: 0 0.3rem;
	font-size: 0.3rem;
	color: #333333;
}

.main_choos_fade {
	overflow: hidden;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	background: #ffff;
	display: none;
	z-index: 99999;
}

.main_choos_fade .zm {
	overflow: hidden;
	position: fixed;
	right: 0;
	z-index: 99999;
	width: .6rem;
	top: 50%;
	transform: translateY(-50%);
}

.main_choos_fade .zm a {
	display: block;
	text-align: center;
	font-size: .2rem;
	color: #3f3f3f;
	text-transform: uppercase;
	height: .4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.main_choos_fade .box {
	width: 100%;
	height: calc(100vh - .75rem);
	overflow: auto;
}

.main_choos_fade .box h2 {
	font-size: .26rem;
	height: .75rem;
	line-height: .75rem;
	padding-left: .3rem;
	color: #646464;
}

.main_choos_fade .box .label {
	overflow: hidden;
	width: 100%;
}

.main_choos_fade .box .label .line {
	overflow: hidden;
	width: 100%;
	height: .5rem;
	background: #f2f3f7;
	display: flex;
	align-items: center;
	padding-left: .3rem;
	font-size: .26rem;
	color: #000;
	font-weight: bold;
}

.main_choos_fade .box .label ul {
	overflow: hidden;
	padding: 0 .3rem;
}

.main_choos_fade .box .label ul li {
	overflow: hidden;
	width: 100%;
	height: .8rem;
	border-bottom: 1px solid #f2f3f7;
}

.main_choos_fade .box .label ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	font-size: .26rem;
	color: #0c0c0c;
}

.content .main_box_listdoctor {
    overflow: hidden;
    width: 100%;
    margin-top: 0rem;
}

.main_box_listdoctor .main_list_doctor {
	overflow: hidden;
	width: 95%;
	margin: 0 auto;
	margin-top: 0rem;
	margin-bottom: 0rem;
}

.main_box_listdoctor .main_list_doctor ul{
	padding: 0rem;
	margin: 0rem;
}

.main_box_listdoctor .main_list_doctor ul li{
	list-style-type: none;
	background: #fff;
	margin-top: 0.26rem;
	padding-bottom: 0.26rem;
	border-radius: 0.3rem;
}

.main_box_listdoctor .main_list_doctor .pic{
	line-height: 0rem;
}

.main_box_listdoctor .main_list_doctor .pic span {
    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: .15rem;
    color: #fc7647;
    font-size: 0.2rem;
	margin-left: 0.2rem;
}

.main_box_listdoctor .main_list_doctor a {
	width: 100%;
	box-sizing: border-box;
	height: 100%;
	display: flex;
	margin-left: 0.2rem;
}

.main_box_listdoctor .main_list_doctor a .pic {
	overflow: hidden;
	width: 1.4rem;
	height: 100%;
	padding-top: 0.26rem;
	align-items: center;
	justify-content: center;
}

.main_box_listdoctor .main_list_doctor a .pic img {
	width: 1.2rem;
	border-radius: 50%;
}

.main_box_listdoctor .main_list_doctor a .grow {
	overflow: hidden;
	width: 4.9rem;
	padding-right: .3rem;
	padding-top: .46rem;
	position: relative;
}

.main_box_listdoctor .main_list_doctor a .grow p .doc_name{
   font-size: .26rem;
   font-weight: bold;
}

.main_box_listdoctor .main_list_doctor a .grow p .doc_pos{
	overflow: hidden;
	width: 2.1rem;
	height: .38rem;
	align-items: center;
	justify-content: center;
	background: linear-gradient(to right, #01BFF5, #49D3BE);
	border-radius: .1rem;
	padding-left: 0.13rem;
	padding-right: 0.13rem;
	padding-top: 0.04rem;
	padding-bottom: 0.04rem;
	margin: 0 auto;
	margin-top: .18rem;
	margin-left: .1rem;
	font-size: .2rem;
	color: #fff;
}


.main_box_listdoctor .main_list_doctor a .grow p {
	font-size: .23rem;
	color: #000000;
}

.main_box_listdoctor .main_list_doctor a .grow .info {
	overflow: hidden;
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
}

.main_box_listdoctor .main_list_doctor a .grow .shanchang {
	overflow: hidden;
	display: flex;
	align-items: center;
	position: absolute;
	bottom: -0.03rem;
	font-size: .15rem;
    margin-top: 0.1rem;
    font-size: .23rem;
    color: #999999;
	margin-top: 0.2rem;
}

.main_box_listdoctor .main_list_doctor a .grow .shanchang b{
	font-weight: bold;
}

.main_box_listdoctor .main_list_doctor a .grow .info .left {
	margin-top: 0.1rem;
	font-size: .2rem;
	color:#F44A51;
	background:#FFF0F0;
	padding-left: 0.08rem;
	padding-right: 0.08rem;
	padding-top: 0.03rem;
	padding-bottom: 0.03rem;
	border-radius: 0.03rem;
	margin-right: 0.1rem;
}

.main_box_listdoctor .main_list_doctor a .grow .info .right {
	margin-top: 0.1rem;
	font-size: .23rem;
	color: #999999;
}


.main_box_listdoctor .main_list_doctor a .grow .des {
	overflow: hidden;
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
}

.main_box_listdoctor .main_list_doctor a .grow .des span {
	display: inline-flex;
	align-items: center;
	padding: 0 .1rem;
	height: 0.5rem;
	background: #fffaf8;
	border: 1px solid #fc7647;
	border-radius: .06rem;
	margin-right: .18rem;
	margin-top: .18rem;
	color: #fc7647;
	font-size: 0.24rem;
}

.main_box_listdoctor .main_list_doctor .grow .des span.on {
	background: #f7fffe;
	border: 1px solid #4ad4bc;
	color: #4ad4bc;
}


.main_box_zhuanti{
	background-color: #fff;
	padding-top:0.03rem;
	margin-top: 0.23rem;
}

.main_box_zhuanti .main_list_zhuanti{
	padding-bottom:0.24rem;
	width: 93%;
	margin: 0 auto;
}

.main_box_zhuanti .main_list_zhuanti li{
	margin-top: 0.3rem;
}


.content .main_box .main_listmall {
	overflow: hidden;
	padding: 0 .2rem;
}

.content .main_box .main_listmall ul {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.content .main_box .main_listmall ul li {
	overflow: hidden;
	width: 3.35rem;
	margin-top: .24rem;
}

.content .main_box .main_listmall ul li p {
	font-size: .28rem;
	margin-bottom: .1rem;
	color: #333333;
}

.content .main_box .main_listmall ul li em {
	display: block;
	font-size: .22rem;
	color: #9a9ca0;
}

.content .main_box .main_listmall ul li em .tejia{
    display: inline-flex;
    align-items: center;
    height: .26rem;
    font-size: .20rem;
    color: #fc7647;
    padding: 0 .07rem;
    border: 1px solid #fc7647;
    border-radius: .06rem;
}


.content .main_box .main_listmall ul li em .price{
	font-size: .26rem;
	color: #fc7647!important;
}

.content .main_box .main_listmall ul li .pic {
	overflow: hidden;
	width: 100%;
	position: relative;
	font-size: 12px;
	height: 3.4rem;
}

.content .main_box .main_listmall ul li .neirong {
	padding-top: .18rem;
	padding-left: .18rem;
	padding-bottom: .18rem;
	overflow: hidden;
	width: 100%;
	background-color: #fff;
}

.content .main_box .main_listmall ul li .pic img {
	width: 100%;
	display: block;
	min-height: 100%;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
}

.content .main_box .main_listmall ul li .pic span {
	display: inline-flex;
	align-items: center;
	height: .3rem;
	font-size: .2rem;
	color: #fff;
	background: rgba(0, 0, 0, 0.3);
	padding: 0 .12rem;
	position: absolute;
	right: .1rem;
	bottom: .1rem;
	justify-content: center;
	border-radius: .4rem;
}
