/*
* @Author: Administrator
* @Date:   2020-12-23 13:33:16
* @Last Modified by:   Administrator
* @Last Modified time: 2022-01-08 12:00:08
*/
.wmark {
	color: red;
	background-color: gold;
	padding: 0 5px;
	margin: 0 3px;
}
.main {
	max-width: 768px;
	margin: 0 auto;
	background-color: #fff;
	font-family: "微软雅黑";
}
/* 表单 */
.form_dom {
	display: none;
	margin: 0 auto;
	max-width: 768px;
	padding: 6px;
	margin-top: 5px;
}
.fbody .layui-form .layui-form-label {
	width: 60px;
}
.fbody .layui-form .layui-input-block, .fbody .layui-form .layui-input-inline {
	margin-left: 90px;
}
.form_dom .ftop {
	border-radius: 10px;
	border: 0;
	box-shadow: 0 3px 10px 0 hsla(0,0%,73.7%,.35);
	padding: 15px;
}
.form_dom .ftop .info {
	position: relative;
	padding-left: 85px;
	min-height: 110px;
}
.form_dom .ftop .info>img.user_picture {
	position: absolute;
	left: 0;
	width: 70px;
	height: 70px;
	border-radius: 35px;
}
.form_dom .ftop .info .uinfo .uname{
	font-size: 18px;
	font-weight: 600;
}
.form_dom .ftop .info .uinfo>img {
	width: 18px;
	height: 18px;
	position: relative;
	top: -4px;
}
.form_dom .ftop .info .uinfo .sccount {
	font-size: 17px;
	color: #F7A91F;
}
.form_dom .ftop .info .ucate {
	font-size: 15px;
	color: rgb(51, 51, 51);
	margin-top: 5px;
}
.form_dom .ftop .info .uaddress {
	color: #999;
	font-size: 17px;
}
.form_dom .ftop .info .wcount {
	margin-top: 5px;
	text-align: center;
	position: absolute;
	width: 70px;
	left: 0;
	top: 70px;
}
.form_dom .ftop .skill {
	margin: 8px 0;
	padding-left: 1px;
}
.fbody .ensure {
	margin: 5px 15px 10px;
	color: #ad9e75;
}
.fbody .ensure img {
	width: 28px;
}
.form_dom .fbody {
	margin-top: 10px;
}
.form_dom .ffooter {
	padding: 8px 6px;
	background-color: #F7F7F7;
	margin: 0 -6px;
	color: #5d5d5d!important;
}
.form_dom .ffooter li {
	float: left;
}
.form_dom .ffooter li:not(first-child) {
	padding-left: 15px;
}
.form_dom .ffooter li a {
	cursor: pointer;
}
.form_dom .ffooter li a:hover {
	color: #28BFEE;
}
/* 表单结束 */
.fr {
	float: right;
}
.fl {
	float: left;
}

.cb {
	clear: both;
}
.title {
	background-color: #07B3E3;
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
}


.description {
	position: relative;
	height: 88px;
	border-left: 1px solid #E3E3E7;
	border-right: 1px solid #E3E3E7;
}

.description .dtitle {
	width: 14px;
	font-size: 17px;
	padding: 8px 8px;
	background-color: #07B3E3;
	color: #fff;
	position: absolute;
	left: 0;
	height: 71px;
}
.description .dcontent {
	border-top: 1px solid #ccc;
	border-left: 0;
	padding-left: 38px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	border-bottom: 1px solid #ccc;
	height: 76px;
	position: relative;
}
.description .dcontent .dcbottom {
	position: absolute;
	bottom: 5px;
	right: 0;
	left: 0;
	padding-left: 38px;
}

.status {
	border-left: 1px solid #E3E3E7;
	border-right: 1px solid #E3E3E7;
}
.status {
	padding: 10px;
	color: #333;
	text-align: justify;
	line-height: 1.8;
}
.status>span.gfont {
	color: #999;
}
.separator {
	width: 100%;
	border-top: 10px solid #E3E3E7;
}


.slide_top {
	border-left: 1px solid #E3E3E7;
	border-right: 1px solid #E3E3E7;
}

/* 轮播广告 */
.slide_top {
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
 /* Firefox*/
@-moz-keyframes dongHua {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
 
@-webkit-keyframes dongHua {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
/* IE */
@-ms-keyframes dongHua {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes dongHua {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
.slide_top>img.lingdang {
    -moz-animation: dongHua normal 1s infinite ease-in-out; /* Firefox */
    -webkit-animation: dongHua normal 1s infinite ease-in-out; /* Webkit */
    -ms-animation: dongHua normal 1s infinite ease-in-out; /* IE */
    animation: dongHua normal 1s infinite ease-in-out; /* Opera and prob css3 final iteration */
    position: absolute;
    left: 15px;
}
.slide_top>.msg {
	padding-left: 80px;
	position: relative;
}
.slide_top>.msg>.mtitle {
	position: absolute;
	left: 5px;
}
.slide_top>.msg ul {
	height: 20px;
	overflow: hidden;
}
.slide_top>.msg ul li {
	padding-bottom: 50px;
	border: 0;
	padding-right: 10px;
	height: 20px;
}
.slide_top>.msg ul li>span:first-child {
	color: red;
	font-weight: bold;
}
.slide_top>.msg ul li>span:nth-child(2) {
	color: dodgerblue;
}


.about_problem {
	border-left: 1px solid #E3E3E7;
	border-right: 1px solid #E3E3E7;
}

.about_problem .aptitlep {
	padding: 8px 0 18px 0;
}

.about_problem .aptitle {
	background-color: #63BD3B;
	padding-right: 28px;
	float: left;
	position: relative;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-size: 18px;
	padding: 0 0 0 15px;
	width: 100px;
}
.about_problem .aptitle:after {
	content: "";
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-right-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}
.about_problem .apli {
	padding: 10px 15px;
	font-size: 15px;
	
	border-bottom: 1px dotted #E3E3E7;
}
.about_problem .apli>p:first-child {
	color: #4FA2A2;
	cursor: pointer;
}
.about_problem .apli>p:nth-child(2) {
	margin-top: 10px;
	line-height: 23px;
	color: #333;
	display: none;
}

.answer {
	border-left: 1px solid #E3E3E7;
	border-right: 1px solid #E3E3E7;
}

.answer>h3 {
	font-size: 18px;
	text-indent: 12px;
	padding: 10px 0;
	border-bottom: 1px solid #07B3E3;
}
.answer li {
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 24px;

}

.answer .docter {
	padding-left: 55px;
	position: relative;
	margin: 10px 0;
}
.answer .docter>img {
	position: absolute;
	left: 5px;
	width: 40px;
	height: 40px;
	border-radius: 20px;
}
.answer .docter .dname {
	font-size: 16px;
	color: #333;
}
.answer .docter .dinfo {
	font-size: 12px;
	color: #666;
}
.answer .docter .dinfo>img {
	position: relative;
	top: -2px;
}

.answer .dcontent {
	padding: 0 10px;
	line-height: 1.8;
	text-align: justify;
	color: #333;
	border-bottom: 1px dotted #ccc;
}
.answer .dabout {
	padding: 8px;
}
.answer .dabout>.dbzs {
	float: left;
	font-size: 12px;
	color: #4FA2A2;
	cursor: pointer;
}

.answer .dabout>.dbzs>img:first-child {
	position: relative;
	top: -3px;
}
.answer .dabout>.dbzs>img:nth-child(2) {
	position: relative;
	top: -1px;
}

.answer .dabout>.dbtime {
	float: right;
	font-size: 12px;
	color: #ccc;
}
.answer .dabout>.dbtime>img {
	position: relative;
	top: -1px;
}
/* 在线义诊 */
.online {
	border-left: 1px solid #E3E3E7;
	border-right: 1px solid #E3E3E7;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid #E3E3E7;
	border-bottom: 1px solid #E3E3E7;
}

.online>h3 {
	font-size: 18px;
	text-indent: 12px;
	padding: 10px 0;
	border-bottom: 1px solid #07B3E3;
}
.online ul li {
	margin: 12px;
}
.online .olic {
	height: 90px;
	position: relative;
	padding-left: 80px;
}
.online .olic>img {
	position: absolute;
	left: 0;
	width: 70px;
	height: 90px;
}
.online .olic .olic-name {
	height: 51px;
}
.online .olic .olic-btn {
	height: 20px;
}
.online .olic .olic-btn>span {
	padding: 2px 5px;
	color: #fff;
	background-color: #6BAD3A;
	font-size: 13px;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	border-radius: 8px;
}
.online .olic .olic-btn>span>i {
	font-size: 13px;
}

.label {
	margin: 15px 6px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 15px;
	border-left: 1px solid #E3E3E7;
	border-right: 1px solid #E3E3E7;
}
.label>h3 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 12px;
}
.label li {
	float: left;
	border: 1px solid #ccc;
	padding: 2px 7px;
	border-radius: 4px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-top: 6px;
	background-color: #e0f3ce;
	color: #333;
	position: relative;
	cursor: pointer;
}
.label li.hot {
	background-color: #ffe6c7;
}
.label li.hot>img {
	position: absolute;
	right: 1px;
	top: -7px;
}

/* 患者反馈 */
.feedback {
	margin-bottom: 15px;
}

.feedback>h3 {
	font-size: 18px;
	text-indent: 12px;
	padding: 10px 0;
	border-bottom: 1px solid #07B3E3;
}

.feedback .fb-content {
	color: #333;
	padding: 8px;
	line-height: 1.8;
}
.feedback .fb-time {
	font-size: 12px;
	text-align: right;
	color: #999;
	padding: 0 10px;
}

/* 评论 */

.reply {
	margin: 15px 6px 50px 6px;
	border: 1px solid #E3E3E7;
	border-radius: 5px;
}
.reply>h3 {
	padding: 0 15px;
	margin: 15px 0;
	font-size: 18px;
	font-weight: bold;
}
.reply ul {
	border-top: 1px solid #E3E3E7;
}
.reply li {
	padding: 10px;
}
.reply li:not(:last-child) {
	border-bottom: 1px solid #E3E3E7;
	padding-bottom: 25px;
}
.reply .user {
	padding-left: 50px;
	position: relative;
}
.reply .user>img {
	position: absolute;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 20px;
}
.reply .user>.uinfo {
	font-size: 12px;
	color: #6a6a6a;
}
.reply .user>.uinfo>img {
	position: relative;
	top: -2px;
}
.reply .user>.uname {
	color: #02879F;
	font-weight: bold;
	font-size: 17px;
}

.reply .ure {
	margin-top: 12px;
	padding: 0 5px;
}
.reply .ure .rcontent {
	font-size: 17px;
	line-height: 1.8;
	text-align: justify;
	color: #333;
}
.reply .ure .rtime {
	text-align: right;
	font-size: 12px;
	color: #999;
}
.reply .ure .rtime>img {
	position: relative;
	top: -1px;
}
.reply .ore {
	margin: 0 5px;
	margin-top: 8px;
	padding: 5px;
	font-size: 17px;
	line-height: 1.8;
	text-align: justify;
	color: #333;
	background-color: #F3F3F3;
	border-radius: 5px;
}

.reply .ore .oreunit {
	margin: 5px 0 8px 0;
	padding-bottom: 8px;
}
.reply .ore .oreunit:not(:last-child) {
	border-bottom: 1px dotted #ccc;
}
.reply .ore .oreunit .oruname {
	font-weight: bold;
	color: #02879F;
}

.recent_add {
	margin: 25px 5px 25px 5px;
	padding: 15px;
	border: 1px solid #E3E3E7;
	border-radius: 5px;
}
.recent_add>h3 {
	font-size: 18px;
	font-weight: bold;
}
.recent_add .recent_info {
	margin-top: 20px;
	margin-bottom: 15px;
	height: 100px;
	overflow: hidden;
	font-size: 17px;
	line-height: 1.8;
}

.recent_add .recent_info li {
	height: 70px;
	font-size: 12px;
	color: #333;
}
.recent_add .recent_info li .raname {
	color: red;
}


.hot_question {
	margin: 25px 5px 85px;
	border: 1px solid #E3E3E7;
	border-radius: 5px;
	padding: 15px;
}

.hot_question>h3 {
	font-weight: bold;
	font-size: 18px;
	padding: 0 0 15px 0;
}
.hot_question .hqtitle {
	color: #027FF3;
	font-size: 17px;
	margin-bottom: 10px;
	cursor: pointer;
}
.hot_question .hqtitle>span	{
	font-weight: bold;
	position: relative;
	top: -1px;
	font-size: 15px;
}
.hot_question .hqcontent {
	line-height: 1.6;
	text-align: justify;
	margin: 10px 0;
	display: none;
	padding: 0 5px;
}

.fixed_bottom {
	max-width: 768px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	background-color: #07B3E3;
	height: 50px;
	line-height: 25px;
	text-align: center;
	font-size: 15px;
}
.fixed_bottom>img {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 3px;
	top: 3px;
	border-radius: 25px;
}
.fixed_bottom p {
	height: 25px;
	line-height: 25px;
	color: #fff;
}
.fixed_bottom p.wxp {

}
.fixed_bottom p.wxp>.wmark {
	font-weight: bold;
	font-size: 15px;
}
.fixed_bottom>p.bdp {
	margin-bottom: 3px;
}
.fixed_bottom>p.bdp>i {
	font-size: 17px;
}
.fixed_bottom>p.bdp .open_form {
	padding: 2px 5px;
	background-color: #4FA2A2;
	border-radius: 8px;
}