

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	background-color: #fff;
	font-size: .3rem;
	max-width: 750px;
	min-height: 100vh;
	margin: 0 auto !important;
}

html {
	font-size: 26.66667vw !important;
}
@media(min-width:750px){
	html {
        font-size: 13.3333334vw !important;
    }
}
img {
	max-width: 100%;
	vertical-align: middle;
}

ul,
li {
	list-style: none;
}

ul,
li,
ol,
div,
p {
	font-size: .3rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

h2,
h3,
h4 {
	font-weight: normal;
}

input,
textarea {
	font-family: -apple-system-font, Helvetica Neue, sans-serif
}

i {
	font-style: normal;
}

a {
	text-decoration: none;
}

button {
	border: 0;
	outline: none;
	background-color: transparent;
}


.clearfix::after {
	clear: both;
	content: '';
	display: block;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.flex_bd {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	min-width: 0;
}

.flex-ac {
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}


.flex-hc {
	-webkit-box-pack: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}

/* 主轴两端对齐 */
.flex-zBetween {
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

/* 主轴end对齐 */
.flex-zEnd {
	-webkit-box-pack: end;
	-moz-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

/* 主轴start对齐 */
.flex-zStart {
	-webkit-box-pack: start;
	-moz-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.van-nav-bar {
	position: fixed;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: .5rem;
	line-height: 1.5;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;
	z-index: 999;
	background-color: #fff;
}

.van-placeholder {
	height: .5rem;
}


.van-nav-bar__left,
.van-nav-bar__right {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 .15rem;
	font-size: .16rem;
	cursor: pointer;
	color: #333;
}

.van-nav-bar__left {
	left: 0;
}

.van-nav-bar__right {
	right: 0;
}

.van-nav-bar__title {
	color: #333;
	font-size: .18rem;
	margin: 0 .45rem;
	width: 100%;
	text-align: left;
	font-weight: 600;
}

.van-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


.footer {
	margin-bottom: 1rem;
	height: .6rem;
	padding: 0 .1rem;
}

.footer p{
	font-size:.12rem;
	text-align: center;
}
.footer p a{
	color:#222;
}

/*列表分页*/
.main .page{
	display: grid;
    grid-template-columns: 3fr 4fr 3fr;
    grid-template-rows: .35rem;
    grid-column-gap: .1rem;
    margin: .1rem 0;
    overflow: hidden;
}
.main .page a{
    border: #ddd 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .18rem;
    background: #fff;
}

.main .page a {
    color: #3c80f4;
}

.footer_text {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
}
section {
    margin: 0;
    padding: 0;
}
.footbar_text {
    z-index: 999;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
    background-color: #FFf;
    border: 0;
    border-top: 1px solid #F4F4F4;
}
.footbar_font {
	font-size: 0.1575rem;
}

.weui-tabbar {
	position: fixed;
	height: .6rem;
	bottom: 0;
	width: 100%;
	background-color: #FFFFFF;
	z-index: 91111;
}

.footer .weui-tabbar::before {
	border: 0;
}

.icon {
	font-size: 0;
	line-height: 1;
	margin-bottom: .04rem;
}

.icon .iconfont {
	font-size: .2rem;
	color: #d1cfcf;
	vertical-align: top;
}


.weui-tabbar__item .weui-tabbar__label {
	color: #b8b6b6;
	font-size: .14rem;
}

.weui-tabbar__item.active .weui-tabbar__label {
	color: #3c80f4;
}

.weui-tabbar__item.active {
	background: url(../image/foot.png) no-repeat top center;
	background-size: 1.29rem .305rem;
	margin-top: -.305rem;
	padding-top: 0;
}

.weui-tabbar__item.active .icon {
	background-color: #679dfa;
	box-shadow: 0 4px 10px rgba(103, 157, 250, 0.2);
	width: .42rem;
	height: .42rem;
	border-radius: 50%;
	margin: 0 auto;
	line-height: .42rem;
	margin-top: .15rem;
	margin-bottom: .04rem;
}


.weui-tabbar__item.active .icon .iconfont {
	color: #fff;
}

.search-bar {
	padding: .1rem 0 .15rem;
}


.search-btn {
	font-size: .15rem;
	color: #fff;
	background-color: #3c80f4;
	height: .37rem;
	border-radius: .2rem;
	text-align: center;
	width: .7rem;
	padding: 0;
	font-weight: normal;
}

.search-input {
	position: relative;
	font-size: 0;
	margin-right: .15rem;
}

.search-input>input {
	font-size: .15rem;
	background-color: #f6f7fa;
	height: .37rem;
	border-radius: .2rem;
	padding-left: .43rem;
}


.search-input .iconfont {
	color: #afb0b3;
	font-size: .17rem;
	position: absolute;
	left: .15rem;
	top: 50%;
	transform: translateY(-50%);
}

.main {
	padding: 0 .15rem;
	padding-bottom: .1rem;
	min-height: calc(100vh - .5rem);
	box-sizing: border-box;
}

.panel-tt {
	font-size: .20rem;
	color: #222222;
	font-weight: 600;
}

.art-tit {
	font-size: .18rem;
	color: #333333;
	line-height: .2rem;
	margin-bottom: .3rem;
}


.art-list li a {
	padding: .17rem 0;
	border-bottom: 1px solid #dddddd;
}

.art-tag {
	display: inline-block;
	font-size: .13rem;
	color: #666;
	line-height: .19rem;
	background-color: #f5f9ff;
	padding: 0 .05rem;
	border-radius: .02rem;
	margin-right: .06rem;
}

.art-num {
	font-size: .13rem;
	color: #999999;
	line-height: .19rem;
}

.art-num .iconfont {
	font-size: .14rem;
	margin-right: .07rem;
}


.art-tags {
	font-size: 0;
}

.art-pic {
	margin-left: .15rem;
}

.art-pic img {
	width: .8rem;
	height: .8rem;
}


.banner {
	margin-bottom: .2rem;
}
.banner img{width:100%;}

.kp-question {
	font-size: .18rem;
	color: #222222;
	height: .4rem;
	overflow: hidden;
	line-height: .4rem;
	font-weight: 600;
}

.block {
	width: .17rem;
	height: .17rem;
	color: #fff;
	font-size: .13rem;
	text-align: center;
	line-height: .17rem;
	margin-right: .11rem;
	border-radius: .02rem;
}

.block-w {
	background-color: #0d8eeb;
}

.block-d {
	background-color: #ff9000;
}

.kp-answer {
	font-size: .14rem;
	line-height: .2rem;
	color: #333333;
}

.kp-user {
	color: #999999;
}

.kp-top {
	margin-bottom: .04rem;
}

.kp-middle {
	margin-bottom: .07rem;
}

.kp-num {
	font-size: .13rem;
	color: #999999;
	line-height: .15rem;
}

.kp-ava {
	font-size: 0;
	margin-right: .1rem;
}

.kp-ava img {
	width: .3rem;
	height: .3rem;
}

.post {
	font-size: .14rem;
	color: #999999;
	margin-bottom: 5px;
}

.name {
	font-size: .14rem;
	color: #333333;
	font-weight: 600;
	line-height: .15rem;
	margin-right: .1rem;
	margin-bottom: 5px;
}

.kp-hospital {
	font-size: .13rem;
	color: #999999;
	line-height: .14rem;
}

.kp-doc {
	margin-bottom: .02rem;
}

.kp-list li a {
	display: block;
}

.kp-audio .kp-question {
	padding-left: .32rem;
	background: url(../image/wen.png) no-repeat left center;
	background-size: .26rem .26rem;
}

.kp-audio .kp-ava img {
	width: .34rem;
	height: .34rem;
}

.kp-audio .name {
	font-size: .14rem;
}

.kp-audio .kp-doc {
	margin-bottom: .05rem;
}

.audio-play {
	width: 73%;
	background: url(../image/audio.png) no-repeat left .18rem center #679dfa;
	background-size: 1rem .15rem;
	height: .42rem;
	border-radius: .21rem;
	padding: 0 .075rem;
	margin-bottom: .14rem;
}

.kp-audio li a {
	display: block;
	padding: .13rem;
	border-radius: .06rem;
	border: 1px solid #eeeeee;
}


.audio-play .iconfont {
	font-size: .28rem;
	color: #fff;
}

.audio-time {
	font-size: .15rem;
	color: #fff;
	margin-right: .4rem;
}

.kp-tags {
	line-height: 1;
	font-size: 0;
}

.kp-tags .kp-num {
	margin-right: .25rem;
}

.kp-audio .kp-top {
	margin-bottom: .1rem;
}

.kp-audio .kp-ft {
	margin-bottom: .1rem;
}

.kp-audio {
	padding-top: .15rem;
}

.kp-audio li {
	margin-bottom: .1rem;
}

.new {
	background: url(../image/new.png) no-repeat right .15rem top .1rem;
	background-size: .13rem .13rem;
}

.hot {
	background: url(../image/hot.png) no-repeat right .15rem top .1rem;
	background-size: .13rem .13rem;
}

.video-pic {
	position: relative;
}

.video-time {
	position: absolute;
	right: .1rem;
	bottom: .1rem;
	width: .625rem;
	height: .18rem;
	background-image: url(../image/vv-iocon.png);
	background-repeat: no-repeat;
	background-size: .18rem .18rem;
	background-color: rgba(0,0,0,.4);
	text-align: right;
	padding: 0 .07rem;
	font-size: .13rem;
	color: #fff;
	line-height: .18rem;
	border-radius: .1rem;
}

.video-time2 {
	position: absolute;
	right: .1rem;
	bottom: .1rem;
	height: .18rem;
	background-repeat: no-repeat;
	background-size: .18rem .18rem;
	background-color: rgba(0,0,0,.4);
	text-align: right;
	padding: 0 .07rem;
	font-size: .13rem;
	color: #fff;
	line-height: .18rem;
	border-radius: .1rem;
}


.video-pic .video-play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: .4rem;
	height: .4rem;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
	line-height: .3rem;
}

.video-play .iconfont {
	font-size: .17rem;
	color: #fff;
}

.video-grid {
	margin-top: .06rem;
}
.kp-video{
	overflow: hidden;
	margin: 0 -5px;
}
.kp-video li a {
	display: block;
}
.kp-cn{
	line-height: 1;
}

.kp-data .kp-num {
	font-size: .13rem;
	margin-bottom: .04rem;
}
.kp-num .iconfont{
	font-size: .14rem;
}

.kp-num:last-child {
	margin: 0;
	margin-bottom: -25px;
}


.kp-num .iconfont {
	font-size: .14rem;
	margin-right: .05rem;
}


.kp-num .icon-video-playback {
	font-size: .13rem;
	transform: rotate(-360deg);
}


.quiz-btn {
	background-color: #3c80f4;
	font-size: .16rem;
	color: #fff;
	height: .39rem;
	width: 67%;
	font-weight: normal;
	line-height: 1.5;
}


.video-panel {
	padding-top: .1rem;
	margin-bottom: 10px;
}

.bg-line {
	background-color: #f7f9fa;
	height: .1rem;
	margin: 0 -.15rem;
}

.video-tip {
	font-size: .13rem;
	color: #fdb11a;
	padding-left: .22rem;
	background: url(../image/tip.png) no-repeat left center;
	background-size: .15rem .15rem;
	white-space: nowrap;
	margin-bottom: .2rem;
}


.video-art-desc h4 {
	font-size: .14rem;
	color: #222222;
	font-weight: 600;
}

.video-art-desc p {
	font-size: .22rem;
	line-height: .46rem;
	color: #333333;
}


.video-art-text {
	border-radius: .06rem;
	margin-bottom: .1rem;
}

.video-art-tit {
	display: inline-block;
	font-size: .15rem;
	color: #ffffff;
	width: 1.25rem;
	height: .39rem;
	margin-left: -.11rem;
	text-align: center;
	background: url(../image/block.png) no-repeat center;
	background-size: 1.25rem .39rem;
}

.art-detail .kp-top {
	margin-bottom: .2rem;
}

.art-detail .kp-ft {
	margin-bottom: .15rem;
}

.art-detail .kp-tags {
	margin-bottom: .2rem;
}

.find-box {
	background-color: #dce8fd;
	border-radius: .06rem;
	text-align: center;
	padding-top: .1rem;
	margin-bottom: .3rem;
	height: .84rem;
}

.find-tit {
	font-size: .14rem;
	color: #3c80f4;
	background: url(../image/find.png) no-repeat center;
	background-size: 2.27rem .1rem;
}

.find-reply {
	font-size: .13rem;
	color: #222222;
	margin-bottom: .13rem;
}

.find-link .weui-btn {
	margin-bottom: -.19rem;
}

.art-detail li a {
	padding: 0;
	border: 0;
}

.art-audio-play audio {
	background-color: #f5f7fa;
	width: 100%;
}

.answer-detail .kp-top {
	margin-bottom: .15rem;
}

.answer-detail .kp-answer {
	margin-bottom: .15rem;
}

.answer-detail .kp-tags {
	margin-bottom: 0;
}

.art-detail li {
	margin-bottom: 0;
}


.answer-panel {
	padding-top: .2rem;
	margin-bottom: .4rem;
}

.answer-panel .kp-ft {
	padding: .2rem 0;
}

.answer-panel .video-art {
	padding-top: 0;
}

.link-panel {
	padding-top: .2rem;
}

.more {
	font-size: .14rem;
	color: #3c80f4;
}

.more .iconfont {
	font-size: .13rem;
	margin-left: .1rem;
}

.find-detail .name {
	font-size: .15rem;
}

.find-detail .kp-doc {
	margin-bottom: .07rem;
}

.find-detail .kp-cn {
	padding-bottom: .07rem;
	border-bottom: 1px dashed #EEEEEE;
}

.find-detail .art-pic {
	margin-right: .15rem;
	margin-left: 0;
}

.kp-well-label {
	font-size: .13rem;
	color: #3c80f4;
	border: 1px solid #3c80f4;
	line-height: .14rem;
	border-radius: .09rem;
	padding: 0 .05rem;
	height: .16rem;
	margin-right: .08rem;
}

.kp-well {
	padding-top: .1rem;
}

.kp-well-label .iconfont {
	font-size: .1rem;
	margin-right: .05rem;
}

.find-detail {
	padding: .1rem .15rem .15rem;
	margin: 0 -.15rem;
	border-bottom: 1px solid #dddddd;
}


.kp-well-val {
	font-size: .13rem;
	color: #999999;
	line-height: .15rem;
}


.find-nav {
	margin: 0 -.075rem;
	padding: .2rem 0;
}

.find-nav .weui-flex__item {
	padding: 0 .075rem;
}

.find-nav .placeholder {
	font-size: .15rem;
	color: #333333;
	background-color: #ebf2fe;
	padding: .135rem 0;
	text-align: center;
	border-radius: .05rem;
	line-height: .23rem;
	display: block;
}

.find-nav .placeholder img {
	width: .23rem;
	height: .23rem;
	margin-right: .1rem;
}

.find-info {
	padding-top: .2rem;
}


.yy-item .keys {
	font-size: .13rem;
	color: #999999;
	margin: 0 .14rem;
}

.amount {
	font-size: .15rem;
	color: #3c80f4;
}

.yy-item .name {
	font-size: .15rem;
	color: #333333;
	margin-right: 0;
	line-height: 1.5;
}

.yy-item-txt {
	line-height: 2;
	font-size: 0;
}


.yy-time {
	font-size: .14rem;
	color: #333;
}

.yy-btn button {
	font-size: .14rem;
	height: .3rem;
	line-height: .3rem;
	width: .78rem;
}

.yy-panel {
	padding: .1rem 0;
	position: relative;
}

.yy-panel-hd {
	margin-bottom: .1rem;
}


.yy-navbar {
	position: absolute;
	top: .1rem;
	left: .92rem;
}

.yy-navbar .weui-navbar__item {
	padding: 0 .1rem;
	font-size: .14rem;
	line-height: .3rem;
}

.weui-navbar .weui-navbar__item a{
	color: #333;
}

.yy-navbar .weui-navbar__item.weui-bar__item_on {
	color: #3c80f4;
	background-color: #fff;
}

.yy-navbar .weui-navbar__item:after {
	border-right: 0;
}

.yy-navbar.weui-navbar:after {
	border-bottom: 0;
}

.hospital-pic {
	width: .65rem;
	height: .65rem;
	background-color: #f8f8f8;
	border-radius: 50%;
	padding: .075rem;
	font-size: 0;
	margin-right: .1rem;
}

.hospital-pic img {
	width: .5rem;
	height: .5rem;
}

.hospital-tit {
	font-size: .14rem;
	color: #222222;
	word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}

.hospital-keys {
	font-size: 0;
	margin-top: .06rem;
}

.hospital-keys .post {
	border-radius: .02rem;
	margin-right: .05rem;
}

.hospital-list li a {
	padding: .05rem 0;
}

.hospital-list {
	padding: .1rem 0 .15rem;
}

.pd {
	padding-bottom: .2rem;
}

.doc-list li a {
	margin: 0;
	padding: .15rem 0;
}

.doc-list li .kp-well-val {
	max-height: .26rem;
	overflow: hidden;
	line-height: 1.1;
	text-overflow: ellipsis;
}

/* .hospital-tj li {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	min-width: 0;
}
 */

.hospital-tj li a {
	display: block;
	text-align: center;
}

.hospital-tj li .hospital-pic {
	margin: 0 auto;
	margin-bottom: .1rem;
}

.video-tab .weui-navbar::after {
	border-bottom: 0;
}

.video-tab .weui-navbar__item {
	border-bottom: 0;
	font-size: .13rem;
	flex: auto;
	margin-right: .1rem;
	-webkit-box-flex: initial;
	-webkit-flex: initial;
	color: #333333;
	background-color: #f0f3f5;
	padding: 0 .14rem;
	line-height: .23rem;
	border-radius: .13rem;
}


.video-tab .weui-navbar__item.weui-bar__item_on {
	background-color: #3c80f4;
	color: #fff;
}

.video-tab {
	margin-top: .1rem;
}

.doc-tab .weui-navbar__item {
	border-bottom: 0;
	font-size: .15rem;
	flex: auto;
	-webkit-box-flex: initial;
	-webkit-flex: initial;
	color: #333333;
	background-color: #fff;
	line-height: .23rem;
	border-radius: .13rem;
	padding: .1rem 0;
}

.doc-tab .weui-navbar__item.weui-bar__item_on {
	font-size: .16rem;
	color: #3c80f4;
	background: url(../image/border.png) no-repeat center bottom;
	background-size: .255rem .055rem;
}

.doc-tab .weui-navbar::after {
	border-bottom: 0;
}

.doc-tab .weui-navbar__item:after {
	border-right: 0;
}

.doc-tab-lt .art-pic img {
	width: .405rem;
	height: .405rem;
}

.doc-tab-lt .art-pic {
	margin-right: 0;
	position: relative;
	margin-bottom: .05rem;
}

.expert {
	position: absolute;
	right: .05rem;
	top: .02rem;
	font-size: .09rem;
	color: #ffffff;
	background-color: #3c80f4;
	padding: 0 .04rem;
	line-height: .135rem;
	border-radius: .07rem .07rem .07rem 0;
}


.doc-tab-lt {
	margin-right: .04rem;
}

.doc-tab-lt .kp-well-label {
	margin-right: 0;
}

.doc-item .name {
	margin-right: 0;
}

.doc-item .kp-well-val {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: .04rem;
}

.doc-item .kp-hospital {
	margin-bottom: .1rem;
}

.doc-item .kp-doc {
	margin-bottom: .1rem;
}

.doc-item .art-content {
	padding-top: .05rem;
}

.doc-item {
	padding: .02rem;
}

.doc-swiper .swiper-slide {
	width: 2.2rem !important;
}


.doc-item a {
	border: 0;
	padding: .13rem .2rem .1rem .075rem;
	border-radius: .06rem;
	box-shadow: 0 0 10px 4px #f9f9fa;
	margin: 0;
}

.doc-tab .weui-tab__panel {
	padding: .15rem 0 .2rem;
	margin-right: -.15rem;
}

.doc-tab {
	padding-top: .05rem;
}

.index-nav-cir {
	width: .4rem;
	height: .4rem;
	border-radius: 50%;
	background-color: #ebf2fe;
	padding: .1rem;
	text-align: center;
	font-size: 0;
	margin: 0 auto;
	margin-bottom: .05rem;
}


.index-nav-cir img {
	width: .2rem;
	height: .2rem;
}

.index-nav-tit {
	font-size: .16rem;
	color: #333333;
	line-height: .15rem;
}

.indexes-tab .weui-navbar__item {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	padding: 0;
	padding-bottom: .13rem;
}

.indexes-tab .weui-navbar__item.weui-bar__item_on {
	background: url(../image/border.png) no-repeat center bottom .025rem;
	background-size: .255rem .055rem;
}

.indexes-tab .weui-navbar__item::after {
	border-right: 1px solid #dddddd;
}


.indexes-tab .weui-navbar {
	padding: .18rem 0;
}


.indexes-slide .hd ul li {
	font-size: .15rem;
	color: #5a5f71;
	line-height: .16rem;
	padding: .21rem 0 .23rem;
	background-color: #f0f3f5;
	white-space: nowrap;
	padding-left: .225rem;
	position: relative;
}

.indexes-slide .hd ul li a {
	color: #5a5f71;
}

.indexes-slide .hd ul li.on {
	font-size: .15rem;
	color: #3c80f4;
}

.indexes-slide .hd ul li.on a{
	font-size: .15rem;
	color: #3c80f4;
}


.indexes-slide .hd ul li.on::before {
	position: absolute;
	left: 0;
	top: 50%;
	content: '';
	width: .04rem;
	height: .16rem;
	background-color: #3c80f4;
	border-radius: 0 .015rem .015rem 0;
	margin-top: -.08rem;
}

.indexes-slide .hd {
	width: .93rem;
}


.indexes-tab {
	padding-top: 0;
	margin: 0 -.15rem;
}

.indexes-tab .bg-line {
	margin: 0;
}


.indexes-tab .weui-tab__panel {
	margin-right: 0;
	padding-top: .1rem;
}

.zx {
	background: url(../image/tel.png) no-repeat left -.015rem center #ebf2fe;
	background-size: .37rem .37rem;
	border: .015rem solid #3c80f4;
	border-radius: .37rem;
	font-size: .13rem;
	color: #3c80f4;
	line-height: .34rem;
	padding-left: .68rem;
	position: relative;
	font-weight: 600;
}

.zx-btn {
	display: block;
	position: absolute;
	right: -.015rem;
	top: -.015rem;
	font-size: .13rem;
	color: #fff;
	background-color: #3c80f4;
	line-height: .37rem;
	padding: 0 .15rem;
	border-radius: .37rem;
}

.view-details {
	padding: .2rem 0;
	margin: 0 -.15rem;
}

.view-row li {
	width: 50%;
	float: left;
	border-bottom: 1px solid #fff;
}

.view-row li:nth-child(even) {
	border-left: 1px solid #fff;
}

.view-row li a {
	background-color: #ebf2fe;
	padding: .1rem .15rem;
	display: block;
	min-height: 1.255rem;
}

.view-tit {
	font-size: .13rem;
	color: #333333;
	font-weight: bold;
}

.view-en {
	font-size: .13rem;
	color: #999999;
	margin-bottom: .05rem;
	text-transform: capitalize;
}

.btn-details {
	font-size: .09rem;
	color: #fff;
	line-height: 2;
	background-color: #3c80f4;
	border-radius: .23rem;
	width: .77rem;
	padding: 0;
	margin: 0;
	text-align: center;
}

.view-bg1 {
	background: url(../image/v1.png) no-repeat right .15rem bottom .03rem;
	background-size: .47rem .985rem;
}

.view-bg2 {
	background: url(../image/v2.png) no-repeat right .25rem bottom .03rem;
	background-size: .495rem .96rem;
}

.view-bg3 {
	background: url(../image/v3.png) no-repeat right .05rem bottom .03rem;
	background-size: .865rem .751rem;
}

.view-bg4 {
	background: url(../image/v4.png) no-repeat right .25rem bottom .03rem;
	background-size: .275rem .752rem;
}

.my-wz {
	display: block;
	width: .56rem;
	height: .56rem;
	border-radius: 50%;
	background-color: #3c80f4;
	font-size: .13rem;
	text-align: center;
	line-height: .18rem;
	position: fixed;
	z-index: 111;
	right: .2rem;
	top: 50%;
	color: #fff;
	padding: .1rem .13rem;
	box-shadow: 0 10px 10px 4px rgba(60, 128, 244, 0.2);
}

.hospital-navbar-tit {
	font-size: .09rem;
	color: #333333;
	line-height: .17rem;
}

.hospital-navbar-icon {
	font-size: 0;
	margin-bottom: .05rem;
}

.hospital-navbar-icon img {
	width: .385rem;
	height: .385rem;
}

.hospital-navbar {
	padding: .1rem 0;
}

.hospital-navbar li {
	width: 25%;
	float: left;
	text-align: center;
}

.hospital-navbar li a {
	padding: .1rem 0;
	display: block;
}

.today-panel {
	margin: 0 -.15rem;
}

.today-panel .panel-hd {
	padding: .15rem .15rem .1rem;
	border-bottom: 1px solid #dddddd;
}

.today-panel .panel-tt {
	font-size: .13rem;
	line-height: .15rem;
}

.today-panel .panel-tt .iconfont {
	color: #3c80f4;
	font-size: .15rem;
	margin-right: .06rem;
	vertical-align: bottom;
}

.today-list {
	padding: .06rem .15rem .08rem;
}

.today-list li a {
	font-size: .09rem;
	color: #727272;
	display: block;
	background: url(../image/msg.png) no-repeat left center;
	background-size: .19rem .19rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: .04rem 0;
	padding-left: .23rem;
}

.work-nav-tit {
	font-size: .09rem;
	color: #333333;
	line-height: 1;
}

.work-nav-pic {
	font-size: 0;
	margin-bottom: .07rem;
}

.work-nav-pic img {
	width: .46rem;
	height: .475rem;
}

.work-nav {
	text-align: center;
	padding: .21rem 0 .19rem;
}

.work-lb {
	background: url(../image/s.jpg) no-repeat center #fff;
	margin: 0 -.15rem;
	background-size: 100% 1.83rem;
	height: 1.83rem;
	padding: .15rem 0;
}

.work-swiper {
	height: 100%;
}

.work-swiper .swiper-slide {
	text-align: center;
	font-size: 0;
	/* Center slide text vertically */
	/* 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; */
	transition: 300ms;
	transform: scale(0.9);
	/* width: 2.525rem!important;
	height: 1.4rem!important; */
}

.work-swiper .swiper-slide.swiper-slide-active {
	transform: scale(1);
	width: 2.86rem !important;
}

.work-swiper .swiper-pagination {
	font-size: 0;
}

.work-swiper .swiper-pagination-bullet {
	opacity: 1;
	background-color: #b4d1fa;
	width: .06rem;
	height: .06rem;
	border-radius: 50%;
	margin: 0 0.45rem;
}

.work-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: url(../image/cross.png) no-repeat center transparent;
	background-size: .09rem .09rem;
	width: .09rem;
	height: .09rem;
}


.work-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	border-radius: .1rem;
}


.yy-table {
	border: 1px solid #a6d2ff;
	border-radius: .04rem;
	margin-top: .15rem;
}

.yy-table th {
	font-size: .13rem;
	color: #3c80f4;
	background-color: #cbe5ff;
}

.yy-table th,
.yy-table td {
	padding: .1rem 0;
	border-bottom: 1px solid #a6d2ff;
	border-right: 1px solid #a6d2ff;
}

.yy-table th:last-child,
.yy-table td:last-child{
	border-right: 0;
} 

.yy-table tr:last-child td{
	border-bottom: 0;
} 

.yy-table td:first-child {
	font-weight: bold;
	color: #222222;
}

.yy-table td {
	font-size: .13rem;
	color: #3c80f4;
	text-align: center;
}

.yy-table {
	width: 100%;
}

.video-detail .video-pic{
	height: auto;
}
.video-detail .kp-video li{
	width: 100%;
}
.video-detail .kp-question{
	height: auto;
}
.video-detail .video-time{
	right: auto;
	bottom: auto;
	left: 10px;top: 10px;
}

.weui-navbar{
	background: none;
}

#getMoreList{
	font-size: 14px;
	color: #333333;
	text-align: center;
	padding-top: .2rem;
}

.searchBoxSearch {
    width: 95%;
    text-align: center;
    z-index: 1;
    margin: 1.25rem auto;
}

.searchBoxSearch_in {
    height: 40px;
    border: 1px solid #dedede;
    background: #fff;
    border-radius: 1.875rem;
    box-shadow: 4px 7px 15px #f2f2f2;
}

.searchBoxSearch input {
    display: block;
    width: 300px;
    background-color: #fff;
    font-size: 14px;
    color: #424142;
    padding-left: 23px;
    background-position: 0 3px;
    display: block;
    margin: 10px auto 0;
    background-image: url(../image/yl_index_search_icon.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
}

.doctorTag {
	display: inline-block;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #3c80f4;
    color: #3c80f4;
    background-color: #f5f9fe;
    line-height: 18px;
    padding: 0 5px;
    margin-left: 10px;
 }

 .normalComFlowsBottomBtn {
    width: 100%;
    padding: 2px 0;
    background: #ffffff;
    box-shadow: 0px -1px 10px 0px rgb(0 89 71 / 15%);
    position: fixed;
    bottom: 0px;
    left: 0;
    z-index: 100;
}
.normalComFlowsExpertsConsult {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.normalComFlowsExpertsConsultText {
    width: 50%;
    height: 40px;
    margin: 0 17px;
    text-align: center;
    line-height: 40px;
    background: linear-gradient(90deg, #45d9ac 0%, #24bfc0 100%);
    box-shadow: 0px 2px 4px 0px rgb(0 78 63 / 18%);
    border-radius: 31px;
    font-size: 17px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 700;
    color: #ffffff;
}

/* fenxing  */
.bg {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    opacity: .3;
    filter: alpha(opacity=30);
    z-index: 999;
}

.share_popup {
    width: 3rem;
    height: 3.8rem;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 80%;
    margin-top: -1.9rem;
    margin-left: -0.7rem;
    z-index: 999;
    border-radius: .1rem;
    display: none;
    transform: translateX(-26%) translateY(-50%);
}

.share_popup img {
    text-align: center;
    margin: -.77rem auto 0;
    width: 2.08rem;
    height: 2.08rem;
    display: block;
}

.share_popup span {
    position: absolute;
    right: .1rem;
    top: .1rem;
    font-size: .3rem;
    color: #666;
}
.iconfont2 {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    font-size: 17px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 700;
}

.freeAskClass {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    font-size: 17px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 700;
}

.share_popup_tip {
    font-size: .32rem;
    text-align: center;
    line-height: 1;
    padding: .3rem 0 .28rem;
}

.share_popup p {
    text-align: center;
    font-size: .26rem;
    color: #666;
    line-height: .4rem;
}

.fenxiang-icon{
	no-repeat left;
	text-indent: 1em;
}
.icon-guanbi:before {
    content: "\2716";
}

.video-detail .video-pic{
	height: auto;
}
.video-detail .kp-video li{
	width: 100%;
}
.video-detail .kp-question{
	height: auto;
}
.video-detail .video-time{
	right: auto;
	bottom: auto;
	left: 10px;top: 10px;
}
.video-pic {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../image/vbg.jpg) no-repeat;
	background-size: cover;
	background-repeat: no-repeat;
    background-position: center;
    height: 1.4rem;
    border-radius: 10px;
}
.video-pic img{
	max-width: 100%;
	max-height: 100%;
}
.video-time {
	position: absolute;
	right: .1rem;
	bottom: .1rem;
	width: .625rem;
	height: .18rem;
	background-image: url(../image/vv-iocon.png);
	background-repeat: no-repeat;
	background-size: .18rem .18rem;
	background-color: rgba(0,0,0,.4);
	text-align: right;
	padding: 0 .07rem;
	font-size: .12rem;
	color: #fff;
	line-height: .18rem;
	border-radius: .1rem;
}
.video-pic .video-play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: .4rem;
	height: .4rem;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
	line-height: .3rem;
}
.video-play .iconfont {
	font-size: .17rem;
	color: #fff;
}
.video-grid {
	margin-top: .06rem;
}
.faq_fx .topbox{display: flex;justify-content: space-between;margin-bottom: .1rem;}
.faq_fx .topbox .pic{width: 1.3rem;height: 1.3rem;border-radius:.1rem;}
.faq_fx .topbox .info{margin-left: 20px;width: 5.2rem;}
.faq_fx .topbox .name{color:#333333;font-weight: bold;line-height: .4rem;display: flex;align-items: center;}
.faq_fx .topbox .tags{}
.faq_fx .topbox .tags em{font-size: 12px;color:#ff8a00;line-height: .4rem;vertical-align: middle;margin-left: .2rem;background: #fff3e5;border-radius:.04rem;padding:.05rem .05rem .05rem .05rem;font-weight: normal;}
.faq_fx .topbox .smfz{font-size: .18rem;color:#8d939e;margin-top: .25rem;display: flex;align-items: center;margin-left: -.1rem;}
.faq_fx .topbox .smfz span{padding:0 .15rem;display: inline-block;vertical-align: middle;}

.kp-video li{
	
    width: 100%;
    box-sizing: border-box;
    float: left;
    padding: 5px;
}

.list-tit-crumbs {
    line-height: .5rem;
    background-color: #f4f4f4;
    box-sizing: border-box;
    font-size: .15rem;
    color: #777;
    margin-bottom: 5px;
}
.list-tit-crumbs a{
	color:#333;
}

/*底部固定*/
.bottom-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .1rem .1rem;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 3
}

.bottom-btn a {
    width: 1.7rem;
    height: .38rem;
    font-size: .17rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.bottom-btn>a:first-of-type,.bottom-btn>div:first-of-type a {
    border-radius: .4rem;
    background-color: #3291F9
}

.bottom-btn>a:first-of-type:before,.bottom-btn>div:first-of-type a::before {
    display: inline-block;
    content: '';
    background: url(../picture/ask.png) no-repeat;
    background-position: 20% center;
    background-size: 100%;
    width: .16rem;
    height: .16rem;
    margin-right: .05rem
}

.bottom-btn>a:last-of-type:before,.bottom-btn>div:last-of-type a::before {
    display: inline-block;
    content: '';
    background: url(../picture/register.png) no-repeat;
    background-position: 20% center;
    background-size: 100%;
    width: .16rem;
    height: .16rem;
    margin-right: .05rem
}

.bottom-btn>a:last-of-type,.bottom-btn>div:last-of-type a {
    border-radius: .4rem;
    background-color: #FF9023
}
.new35TopLogo {
    padding-left: 10px;
    height: 50px;
    line-height: 46px;
}
.new35TopLogo img {
    display: inline-block;
    vertical-align: middle;
    max-height: 50px;
}

.pagesize{justify-content:center;margin: 20px 0;}
.pagesize a,.pagesize span{
    width: auto;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    margin-right: 5px;
    border: 1px solid #e5e5e5;
    text-align: center;
    font-size: 15px;
    padding: 0 5px;
}
.pagesize .cur,.pagesize a:hover{background: #4194e2;color:#fff}
.pagesize .page-prev,.pagesize .page-next{width: .96rem;}