* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

body,
html {
	overflow-x: hidden;
}

li,
ul {
	list-style: none;
}

a:hover {
	color: #666;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

img {
	width:100%;
}

@media only screen and (min-width:0px) and (max-width:370px) {
	html {
		font-size: 14px;
	}
}

@media only screen and (min-width:371px) and (max-width:415px) {
	html {
		font-size: 15px;
	}
}

@media only screen and (min-width:416px) {
	html {
		font-size: 16px;
	}
}

.font88 {
	font-size: 0.88rem!important;
}

.font1 {
	font-size: 1rem!important;
}

.font11 {
	font-size: 1.1rem!important;
}

.font12 {
	font-size: 1.2rem!important;
}

.font13 {
	font-size: 1.3rem!important;
}

.font14 {
	font-size: 1.4rem!important;
}

.font16 {
	font-size: 1.6rem!important;
}

.font18 {
	font-size: 1.8rem!important;
}

.colorIndex {
	color: #0064a0;
}

.color333 {
	color: #333;
}

.color666 {
	color: #666;
}

.color999 {
	color: #999;
}

.white {
	color: #fff;
}

.padding7 {
	padding: .7rem;
}

.overflowH {
	overflow: hidden;
}

.bgwhite {
	background: #fff!important;
}

.borderBottom {
	border-bottom: 1px solid #e8e8e8;
}

.bgIndex {
	background: #0064a0;
}


/*文本控制在两行*/

.Twolines {
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.Twolines2 {
	width: 100%;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


/*header*/

header {
	width: 100%;
	position: relative;
	height: 5.4rem;
	line-height: 1.4rem;
	padding: 1.5rem 0;
}

.header {
	max-width: 1200px;
	margin: 0 auto;
}

header .logo {
	float: left;
	padding-left: 1rem;
}

header .logo img {
	width: auto;
	height: 2.4rem;
	vertical-align: inherit;
}

.banBtn {
	position: absolute;
	right: .6rem;
	background: #0064a0;
	color: #fff;
	height: 2.4rem;
	line-height: 2.4rem;
	width: 2.6rem;
	border: none;
	border-radius: 4px;
	outline: none;
}

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow-x: hidden;
}

#wrap {
	/*width: 100%;
	min-height: 100%;
	height: auto!important;
	position: relative;*/
	/*overflow-x: hidden;*/
}

.ContactUs .am-g {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.ContactUs .ewm {
	float: right;
	width: 6rem;
	padding-top: 2.3rem;
}


/*侧边栏*/

.IndexOffcanvas {
	width: 70%;
	height: 100%;
	position: fixed;
	background: #fff;
	top: 0;
	right: -70%;
	z-index: 999999;
	display: none;
}

.bg {
	background: rgba(0, 0, 0, .4);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display: none;
}

.IndexOffcanvasOne p {
	padding-left: 2rem;
	position: absolute;
	top: 0;
	left: 1rem;
}

.IndexOffcanvasOne {
	position: relative;
	height: 4rem;
	line-height: 4rem;
}

.offBtn {
	width: 1.2rem;
	position: absolute;
	top: .7rem;
	right: 1rem;
	background: none;
	border: none;
	outline: none;
}

.offBtn img {
	width: 100%;
	height: 100%;
}

.IndexOffcanvasUl {
	margin: 0;
	padding: 0 0 .7rem 0;
}

.IndexOffcanvasUl li {
	padding: 1rem 0 1rem 4rem;
	border-bottom: 1px solid #e8e8e8;
	position: relative;
}

.IndexOffcanvasUl li a {
	width: 100%;
	display: block;
}

.IndexOffcanvasUl .action {
	background: #0064a0;
}

.IndexOffcanvasUl .action a {
	color: #fff;
}

.IndexOffcanvasUl li:after {
	content: "";
	width: 1rem;
	height: 1rem;
	background: url(../images/navOrder.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 2rem;
	top: 50%;
	margin-top: -.5rem;
}

.IndexOffcanvasUl .action:after {
	background: url(../images/navOrder1.png) no-repeat;
	background-size: 100% 100%;
}

.IndexOffcanvasUl a {
	color: #666;
}


/*轮播左右按钮隐藏*/

.banner .am-direction-nav,
.banner1 .am-direction-nav,
.banner2 .am-direction-nav {
	display: none;
}

.banner .am-slider-default .am-control-nav {
	bottom: 10px;
}

.banner2 .am-slider-default .am-control-nav {
	bottom: 10px;
	text-align: right;
	padding-right: 1rem;
}

.banner .am-slider-default .am-control-nav li a {
	background: #fff;
	width: 10px;
	height: 10px;
}

.banner2 .am-slider-default .am-control-nav li a {
	background: #d1d7d5;
	width: 20px;
	height: 5px;
}

.banner .am-slider-default .am-control-nav li a.am-active {
	background: #30c37c;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

.banner2 .am-slider-default .am-control-nav li a.am-active {
	background: #0064a0;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}


/*首页的标题*/

.indexTitle {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.indexTitle p {
	padding: .7rem 0;
}

.indexTitle1 p {
	padding-top: 0;
	padding-bottom: 1.4rem;
}

.MedicalTeam {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.MedicalIn {
	width: 100%;
	position: absolute;
	top: 1.3rem;
}

.ljgdBtn {
	padding: .5rem 1.2rem;
	border: none;
	background: #0064a0;
	color: #fff;
	border-radius: 5px;
	outline: none;
	font-size: 1rem;
	margin-top: 1.2rem;
}



/*走马灯*/

.zmdBanner {
	width: 100%;
	max-width: 1200px;
	height: 34rem;
	margin: 0 auto;
	position: relative;
}

.zmdBannerIn {
	width: 100%;
	max-width: 1200px;
	position: absolute;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	top: -4em;
	left: 0;
	padding: 0 1rem;
	height: 34rem;
	background: #fff;
}


/*.str_move:hover{
		background: #fff!important;
		border: none!important;
	}*/

.zmdBannerIn .str4 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 260px;
	background: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.zmdBannerIn .str4 .aMk {
	padding: 10px;
	margin-top: 2rem;
	display: inline-block;
	text-align: center;
}

.zmdBannerIn .str4 .aMk img {
	width: 200px;
	height: 260px;
}

.zmdBannerIn .p1 {
	text-align: left;
	line-height: 1.6rem;
	padding: 0 1rem .5rem 1rem;
	white-space: normal;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.zmdBannerIn .yy,
.MedicalTeam1 .yy {
	padding: .4rem 2rem;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background: #0064a0;
	color: #fff;
	font-size: 1rem;
	/*margin-top: .7rem;*/
}

.rightImg,
.leftImg {
	position: relative;
}

.rightImg:after,
.leftImg:after {
	content: "";
	width: 13px;
	height: 19px;
	position: absolute;
	top: 50%;
	margin-top: -.65px;
}

.rightImg:after {
	left: -13px;
	background: url(../images/indexL.png) no-repeat;
	background-size: 100% 100%;
}

.leftImg:after {
	right: -13px;
	background: url(../images/indexR.png) no-repeat;
	background-size: 100% 100%;
}


/*友情链接*/

.yqlj {
	width: 100%;
	background: #f2f2f2;
}

.yqlj ul {
	padding-left: 5rem;
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.yqlj ul:after {
	content: "友情链接：";
	position: absolute;
	top: 1rem;
	left: 0;
	color: #0064a0;
	font-weight: bold;
}

.yqlj li {
	margin-right: 1rem;
	margin-bottom: .2rem;
	float: left;
}

.yqlj li a {
	color: #434343;
}


/*我的优势*/


/*查看详情*/

.meAdvantageIn .ckxq {
	border: 1px solid #0064A0;
	border-radius: 4px;
	background: none;
	font-size: 1rem;
	padding: .3rem 1.2rem;
	color: #0064A0;
}

.productIn .ckxq {
	border: 1px solid #0064A0;
	border-radius: 4px;
	background: #0064A0;
	font-size: 1rem;
	padding: .3rem 1.2rem;
	color: #fff;
}

.meAdvantage {
	background: #f2f2f2;
}

.meAdvantageIn {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 3rem;
}

.meAdvantageIn li {
	padding: 0;
}

.meAdvantageIn li img {
	width: 100%;
	height: 100%;
}

.meAdvantageIn .text {
	padding: 0 1rem;
}

.meAdvantageIn .text p {
	padding: .3rem 0;
}

.meAdvantageIn .text .textIn {
	padding: 1rem 0;
}

.meAdvantageIn ul {
	width: 50%;
	float: left;
}


/*轮播左右按钮/*/

.BtnBanner>a {
	width: 1.2rem;
	height: 1.2rem;
	position: absolute;
	top: 50%;
	margin-top: -1rem;
}

.BtnBanner .btnLeft {
	left: 3rem;
}

.BtnBanner .btnRight {
	right: 3rem;
}


/*最新动态*/

.IndexNewIn {
	position: relative;
	padding: 1rem 0;
}

.IndexNewIn .title {
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.IndexNewIn .text {
	width: 100%;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.paddingNew {
	padding: 0 .7rem;
}

.IndexNewInParent .paddingNew {
	padding-bottom: .7rem;
	padding-top: .4rem;
}

.paddingNew1 {
	padding: .2rem 0!important;
}


/*科普i文章*/

.kpwzMk {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.IndexNewIn .data {
	padding-right: 1rem;
	border-right: 1px solid #dedede;
	text-align: center;
	position: absolute;
	left: 0;
	top: 1.2rem;
	color: #999;
}

.IndexNewIn .dataAction {
	color: #0064a0;
}

.IndexNewIn .dataAction:after {
	content: "";
	width: 1px;
	height: 1.6rem;
	background: #0064A0;
	position: absolute;
	right: -1px;
	top: 0;
}


/*门诊环境*/

.banner1 .am-slider-default .am-control-nav {
	bottom: -24px;
}

.banner1 .am-slider-default .am-control-nav li a {
	background: #cccccc;
	width: 30px;
	height: 3px;
}

.banner1 .am-slider-default .am-control-nav li a.am-active {
	background: #60c3c6;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}


/*最新新闻*/

.NewsCenter .bgNew {
	background: #f2f2f2;
}


/*新闻资讯*/

.newConsultation {
	background: #0064A0;
	position: relative;
}

.newConsultation img {
	width: 100%;
}

.newConsultation .title {
	width: 100%;
	height: 4rem;
	position: absolute;
	top: 50%;
	margin-top: -2rem;
	left: 0;
}

.IndexNewDetails p {
	margin-bottom: .2rem;
}


/*专家团队*/

.Medical .img {
	margin: 0 auto;
	width: 44%;
}

.Medical {
	margin-top: 1.2rem;
}

.Medical .text {
	width: 85%;
	margin: 0 auto;
}

.yyBtn button {
	margin: 1rem;
	background: #60c3c6;
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: .4rem 1.5rem;
}


/*产品*/

.product {
	width: 100%;
	margin: 0 auto;
	background: #f2f2f2;
	padding-bottom: 1reml;
}

.productIn {
	width: 100%;
	max-width: 1200px;
	min-height: 15rem;
	;
	background: #fff;
	margin: 0 auto;
	padding: 1rem;
	position: relative;
	padding-left: 15rem;
	margin-bottom: 1rem;
}

.productIn .img {
	width: 13rem;
	height: 13rem;
	position: absolute;
	top: 1rem;
	left: 1rem;
}

.productIn .img img {
	width: 100%;
}

.productIn .titleRight {
	margin: 0 0 .5rem 0;
}

.aboutUs {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.aboutUs .title {
	padding: 1rem;
	color: #0064a0;
	font-size: 1.4rem;
}

.aboutUs .text {
	padding: 0 1rem;
	line-height: 2rem;
}

.aboutUs .img {
	padding: 0 1rem;
	margin-bottom: 1rem;
}

.str5 div {
	margin: 0 auto;
}
.str5 li{
	float: left;
		padding: 0 10px;
}
.
.str5 a {
	background: #fff;

}


/*科普文章*/

.PopularArticlesParent {
	width: 100%;
	padding-top: 2rem;
	background: #f2f2f2;
}

.PopularArticlesParent1 {
	padding-bottom: 2rem;
}

.PopularArticles {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 18rem;
	padding-right: 1rem;
	position: relative;
	min-height: 12.7rem;
	background: #fff;
	margin-bottom: 1rem;
}

.PopularArticles1 {
	padding: 0 1rem 1rem;
}

.PopularArticles .img {
	position: absolute;
	top: 1rem;
	left: 1rem;
	width: 16rem;
	height: 10rem;
    overflow:hidden;
}

.PopularArticles .title {
	padding-top: 1.4rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #dedede;
}

.PopularArticles .title:hover {
	color: #0064A0;
}

.PopularArticles1 .title:hover {
	color: #333;
}


/*人才招聘*/

.fbTime1 {
	float: left;
}

.fbTime {
	float: right;
}

.PopularArticles .text {
	margin-bottom: 1rem;
}

.PopularArticles .xqBtn {
	border: 1px solid #999;
	color: #666;
	padding: .1rem .7rem;
}

.PopularArticles .am-icon-caret-right {
	color: #0064A0;
}

.PopularArticles .xqBtn:hover {
	border: 1px solid #0064A0;
	color: #fff;
	background: #0064A0;
}

.PopularArticles .xqBtn:hover i {
	color: #fff;
}

.pagemk .am-pagination>.am-active>a {
	color: #fff;
	background: #0064A0;
	border: 1px solid #0064A0;
}

.pagemk {
	padding-bottom: 1rem;
	text-align: center;
}

.pagemk ul {
	margin-top: 0;
	display: inline-block;
}

.pagemk .am-pagination>li>a {
	color: #999;
	font-size: 12px;
	margin: 0;
}


/*联系我们*/

.ContactUsNew {
	width: 100%;
	max-width: 1200px;
	padding: 1rem;
	margin: 0 auto;
}

.ContactUsNew .title {
	font-size: 1.6rem;
	margin: 1rem 0;
}

.ContactUsNew .text p {
	margin-bottom: 1rem;
	line-height: 1.8rem;
}

.ContactUsNew .text .title1 {
	font-size: 1rem;
	margin-bottom: 0;
	font-weight: bold;
}

.ContactUsNewIn {
	margin-bottom: 2rem;
}

.ContactUsNewIn .title1 span {
	font-weight: normal;
}


/*设备展示/*/

.productIn1 .ckxq {
	margin-top: 2rem;
}

.detailsInTextBtn {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	position: relative;
}

.detailsInTextBtn button {
	height: 40px;
	line-height: 40px;
	width: 140px;
	border: 1px solid #bdbdbd;
	background: #fff;
	/*margin-bottom: 1rem;*/
	margin-top: .3rem;
}

.detailsInTextBtn2 {
	position: absolute;
	top: 0;
	left: 45%;
}

.positionText {
	position: relative;
}

.positionText .img {
	overflow: hidden;
}

.positionText .text {
	font-size: 1rem;
	color: #fff;
	width: 100%;
	padding: .5rem 0;
	text-align: center;
	background: rgba(17, 93, 137, .8);
}

.positionText .textParent {
	padding: 0 1.5rem;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}


/*新闻详情*/

.NewDetailsInParent {
	width: 100%;
	background: #f2f2f2;
	padding: 2rem 1rem;
}

.NewDetailsIn {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background: #fff;
	
	margin-bottom: 1rem;
}

.NewDetailsIn .title {
	padding: 1rem 0 .5rem;
	font-size: 1.4rem;
}

.NewDetailsInParent img {
	width: auto ;
}

.fontwB {
	font-weight: bold;
}

.newImg {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 10px;
}

.newImg img {
	width: 100%!important;
}

#yy .am-modal-dialog {
	width: 280px;
	position: fixed;
	left: 50%;
	margin-left: -140px;
	top: 20%;
}

#yy .am-modal-hd {
	height: 40px;
	position: relative;
	line-height: 40px;
	padding: 0;
	color: #fff;
	background: #0064A0;
}

#yy .am-modal-dialog {}

#yy .offBtn1 {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -7.5px;
}

#yy .img {
	width: 70%;
	padding: 1.2rem;
	margin: 0 auto;
}

#yy .img p {
	margin-top: 1rem;
	color: #666;
}


/*医师展示*/

.zmdBannerIn .item {
	width: 30%;
	margin: ;
	float: left;
}

.MedicalTeamparent {
	padding-top: 3rem;
	width: 100%;
	background: #f2f2f2;
}

.MedicalTeam1 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.MedicalTeamIn .img {
	width: 50%;
	margin: 0 auto;
}

.MedicalTeamIn {
	padding: 1rem;
}

.MedicalTeamIn>div {
	padding: 2rem 1rem;
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.MedicalTeam1>div:last-child {
	float: left!important;
}


/*新增底部切换*/


/*底部*/

.footerTab {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4rem;
	border-top: 1px solid #eee;
	background: #fff;
	z-index: 9999;
}

.footerTab img {
	width: auto;
	height: 100%;
}

.fbShow {
	display: none;
}

.lxmjShow {
	display: none;
}

.footerHeight {
	height: 1.5rem;
	line-height: 1.5rem;
}

.footerHeight1 {
	height: 2.5rem;
	line-height: 2.5rem;
}

.footerTab li {
	color: #666;
	font-size: 12px;
}

.footerTab li .actionIn {
	display: none;
}

.footerTab .action .actionIn {
	display: block;
}

.footerTab .action .actionInNone {
	display: none;
}

.footerNav .action p {
	color: #3366cc!important;
}

/*修改*/
.MedicalTeam .indexBg {
	width: 100%;
	min-height: 14rem;
	background: -webkit-linear-gradient(left, #1195e2, #43cfcf);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #1195e2, #43cfcf);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #1195e2, #43cfcf);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(right, #1195e2, #43cfcf);
	background:#1195e2\0;
	/* 标准的语法 */
	max-height: 14rem;
}
.banner3 .am-slider-default .am-control-nav,.banner3 .am-direction-nav{
	display: none;
}
.positionText .banner3  .textParent{
	padding: 0;
}


/*聊天*/
.headerNew {
	position: relative;
	background: #2ea9dc;
	height: 3.5rem;
	line-height: 3.5rem;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.backNew {
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	border: none;
	width: 3rem;
	text-align: center;
	height: 3.5rem;
	line-height: 3.3rem;
	outline: none;
}
.details{
	margin: 3.5rem 0 4.5rem 0;
	    background: #e8e8e8;
}
/*聊天详情*/

.showClick,
.showClick1,
.qyxsShow {
	/*点击详情的时候才显示*/
	display: none;
	width: 100%;
	position: absolute;
	top: 3.5rem;
	left: 100%;
}

.details {
	background: #e8e8e8;
}

.details .am-comment-meta {
	line-height: 1.4rem;
	letter-spacing: 1px;
	padding: 8px;
}

.timeJl {
	width: 100%;
	padding: 1rem;
}

.timeJl span {
	background: #b3b3b3;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
}

.detailsListParent {
	overflow: hidden;
	padding-left: 0;
}

.detailsListParent li {
	margin-bottom: 24px;
}

.detailsListParent .am-comment-meta {
	color: #363636;
}

.detailsList {
	position: relative;
	max-width: 90%;
	margin: 0 2%;
}

.am-fl .Name {
	position: absolute;
	top: -.8rem;
	left: 4.2rem;
}

.am-fr .Name {
	position: absolute;
	top: -.8rem;
	right: 4.2rem;
}

.bgWhite {
	background: #fff!important;
}

.bgeee {
	background: #eee!important;
}

.userImgdetailsList {
	display: inline-block;
	width: 3rem;
	height: 3rem;
}

.userImgdetailsList img {
	width: 100%;
	height: auto;
}

.detailsListIn {
	margin-top: .8rem;
	margin-left: 4rem;
}

.detailsListIn1 {
	margin-top: .8rem;
}

.detailsListIn1 .am-comment-meta {
	background: #ffeb0a!important;
}

.detailsListIn .img1 {
	height: 8em;
	overflow: hidden;
}

.detailsListIn1 {
	margin-right: 4rem!important;
}

.detailsListParent .am-comment-flip .am-comment-main:after {
	border-left-color: #ffeb0a!important;
}

.detailsList .bgWhite {
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.detailsList .am-comment-meta {
	white-space: normal;
}

.detailsListInSc {
	position: relative;
}

.scImg {
	width: 1.4rem;
	position: absolute;
	top: 0;
	right: 1rem;
}

.reward .xs {
	background: #d63d3d;
	padding: .1rem 1rem!important;
	outline: none!important;
	border-radius: 10px;
	-moz-border-radius: 10px;
	color: #fff;
	border: none;
}

.reward .qyxs {
	background: #d8942d;
}

.reward img {
	margin-top: 1rem;
	width: 100%;
}

.zjNew:after {
	width: 1rem;
	height: 1.2rem;
	margin-top: -.5rem;
}

.xfXs {
	position: fixed;
	top: 60%;
	right: 0;
	background: #f44949;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	/*display: none;*/
}

.xfXs i {
	font-size: 24px;
}


/*输入聊天内容*/

.inputChat {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fff;
	border-top: 1px solid #dedede;
	z-index: 999;
}

.inputChat1 {
	display: none;
}

.inputChatTop {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: .5rem 0;
	padding-left: 1rem;
	line-height: 1;
	padding-right: .5rem;
}

.inputChatTopInput {
	float: left;
	width: 68%;
}

.inputChatTopInput input {
	width: 100%;
	background: #f8f8f8;
	border: 1px solid #dedede;
	height: 2.5rem;
	padding-left: 1rem;
	
}

.inputBtn {
	/*margin-left: 2%;*/
	text-align: center;
	width: 30%;
	float: left;
	height: 2.5rem;
	line-height: 1;
	
}

.inputChatTop button {
	/*float: right;*/
	background: #fff;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	outline: none!important;
	height: 2.5rem;
	width: 2.5rem;
}

.fsBtn {

	display: none;
	width: auto!important;
	padding: 0 .6rem;
	background: #b6db49!important;
	color: #fff;
}

.fsBtn1 {
	
	width: auto!important;
	padding: 0 .6rem;
	background: #b6db49!important;
	color: #fff;
}

.inputChatTop button img {
	height: 100%;
}

.inputChatBottom {
	display: none;
	border-top: 1px solid #dedede;
	padding: 1.2rem .5rem;
}

.inputChatBottom img {
	width: 100%;
	margin-bottom: .5rem;
}

.inputChatBottom p {
	color: #666;
}
/*新增详情*/
.MedicalTeamparentNew{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background: #fff;
	padding: 3rem;
}
.MedicalTeamparentNew .title{
	padding: 1rem 0;
	font-size: 1.2rem;
	color: #0064a0;
	border-bottom: 1px solid #dedede;
}
.MedicalTeamparentNew .title span{
		padding: 1rem 0;
		border-bottom: 2px solid #0064a0;
}
.color444{
	color: #444444;
}
.MedicalTeamparentNew .xqy p{
	margin-bottom: 2rem;
}

.yyBtnNew{
	width: 100%;
	padding: 2rem 0 0;
	
}
	.yyBtnNew button{
		
		width: 100%;
		border: none;
		background: #0064A0;
		outline: none;
		font-size: 1.2rem;
		padding: .7rem;
		border-radius: 5px;
	}