@CHARSET "utf-8";

.colorGreen {
	color: #00874c;
}

.ellipsis {
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*--------------------------------视频分享--------------------------------**/
.ICU {
	width: 20%;
}
body {
	margin: 0px auto;
	width: 100%;
	font-weight: normal!important;
}

.videoShare-content {
	padding: 0;
    margin-bottom: 3.6em;
}

.swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 15em;
}

#searchDiv{
	width: 100%;
	margin-top: 0.5em;
}
.searchDiv1{
	width: 100%;
	overflow: auto;
	background-color: white;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
}

.searchDiv1>div{
	float: left;
	margin: 0.8em 1.8em 0 0.8em;
}

.searchDiv1-Div1-Choose{
    height: 3px;
    margin-top: 0.8em;
    background-color: green;
}


.searchDiv2{
	width: 100%;
	background-color: white;
	border-bottom: 1px solid #DADADA;
	overflow: auto;
}
.searchDiv2-Div1{
	float: left;
    padding: 1em 0 1em 0.5em;
    color: gray;
}

.searchDiv2-Div2{
	float: right;
	padding: 1em 0.5em 1em 0;
}

.searchDiv2-Div2 span {
    padding: 0;
    margin-right: 1em;
}

.searchDiv2-Div2 div{
    float: right;
    width: 0.8em;
    height: 1em;
}

.searchDiv2-Div2 img{
	width: 100%;	
}

.select {
    background: #fff;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #dedede;	
}

.select li{
	float: left;
    border-style: none;
    width: 21%;
    padding: 0;
    margin-left: 3%;
	margin-top: 0.8em;
}

.select input{
	display: none;
}

.selectLabel {
    border-radius: 3px;
    width: 100%;
    text-align: center;
    font-size: 0.93em !important;
    padding: 0.44em 0;
    border: 1px solid #dedede;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 0 0.3em !important;
}

.searchDiv3{
	width: 100%;
	height: 40px;
	background-color: white;
	border-bottom: 1px solid #DADADA;
}
.searchDiv3-Div1{
	float: left;
	width: 25%;
	padding: 1%;
	margin-left: -5%;
}
.searchDiv3-Div2{
	float: left;
	padding: 1%;
}
.searchDiv3-Div2 img{
	width: 20%;
	margin-left: 10%;
}

.searchDiv {
    width: 95%;
    padding: 0.9em 3%;
    overflow: auto;
}

.searchInput{
    border: 1px solid green;
    padding: 0.8em 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-family: "黑体";
    width: 71%;
    margin-top: 0;
	float: left;
	-webkit-appearance:none; /*去除input默认样式*/
}

.searchButton{
    background-color: #00874c;
    padding: 1.05em 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-family: "黑体";
	width: 20%;
    color: #fff;
    font-size: 0.8em;
    float: left;
	text-align: center;
	margin-top: -0.5px;
	margin-left: -3px;
}

.share-content-div {
    margin: 0 0.5em;
    border-bottom: 1px dotted #dedede;
    overflow: auto;
    color: gray;
    padding: 0.7em 0;
    font-size: 4vmin;
}

.share-img {
	width: 38%;
}

.share-img img {
	width: 100%;
	height: 100%;
}

.video-bottom {
	background: #fff;
}

.share-right {
	overflow: auto;
    padding-left: 0.6em;
}

.share-right>div {
	margin-bottom: 0.3em;
}

.videoFooter {
	height: 1.4em;
    text-align: center;
    padding: 1em;
    color: #00874c;
}

.anshengfen .select li{
    width: 15% !important;
    margin-left: 4% !important;
}

.selection {
	width: 131%;
	margin-left: -9px;
}

.hiddenshadow {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(8, 8, 8, 0.5);
    display: none;
}

.hiddenDiv {
	display: none;
	margin: auto;
	position: fixed;
	top: 27%;
	left: 0px;
	right: 0px;
	width: 80%;
	max-height: 45%;
	overflow: auto;
	padding: 0px;
	overflow-x: hidden;
	border-radius: 5px;
	background: #fff;
}

.hiddenDiv div {
	width: 100%;
	text-align: center;
	color: #00874B;
	padding: 1em 0;
	font-family: "黑体";
    border-bottom: 1px solid #dedede;
}

.multiSelect {
	display: none;
}

/*--------------------------------视频分享-发布--------------------------------**/
.videoRelesae-content {
	background-color: #fff;
}

.videoRelesae-content .title {
	padding: 1.8em 0;
    font-size: 1.1em;
    text-align: center;
    width: 100%;
    max-width: 100%;
}

.content {
    padding: 0 1.5em;
    color: gray;
    font-size: 0.84em;
    line-height: 1.9;
    overflow: auto;
}

.content span{
	float: left;
	width: 5%;
}

.content div{
	float: left;
    width: 95%;	
}

/*--------------------------------病例分享--------------------------------**/
#caseheaderUl{
	background: white;
	margin:auto;
	width: 75%;
	border-radius: 50px/50px;
    margin-bottom: 1em;
}

.caseTitleButton.left{
	border: 1px solid #00874C;
	font-size: 1em !important;
	color: #00874C;
	border-top-left-radius: 1.5em;
	border-bottom-left-radius: 1.5em;
	opacity: 1;
}
.caseTitleButton.right{
    border: 1px solid #00874C;
	font-size: 1em !important;
	color: #00874C;
	border-top-right-radius: 1.5em;
	border-bottom-right-radius: 1.5em;
	opacity: 1;
}
.caseTitleButton.now{
	background:#00874C;
	color: #fff;
}

.caseShareActiv .share-content-div {
    font-size: 3.5vmin !important;
    line-height: 1.45;
}

.share-right div{
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;	
}

/*--------------------------------病例分享-病例活动-详情------------------------------**/
.activInstruction {
	background: #fff;
	border-bottom: 1px solid #dedede;
}

.activTitle {
	padding: 0.7em;
}

.caseShareActivBtn {
    overflow: auto;
    text-align: center;
    width: 100%;
    margin-left: 19%;
}

.caseShareActivBtn div{
    background: #00874c;
    width: 20%;
    color: #fff;
    margin: 3% 3% 2%;
    padding: 0.5em 0.5em;
    font-size: 0.9em;
    float: left;	
}

.activTitle-title{
	color: #000;
	font-size: 1em;
}

.activTitle-time {
    float: right;
    color: gray;
    font-size: 0.9em;	
}

.caseShare-bottom {
	background: #fff;
    margin-top: 1em;
	border-top: 1px solid #dedede;
}

.joinCase {
	border-bottom: 1px solid #dedede;
    padding: 0.8em 1em;	
}

/*--------------------------------病例分享-发布------------------------------**/
.mainQuest {
    text-align: right;
    margin-right: 1.8em;
    font-family: "黑体";	
}

.relevant-div {
	width: 75%;	
}

.relevant {
	width: 91%;
    text-align: right;
    font-family: "黑体";
}

.uploadPhotos {
    padding: 0 18px;
    background: #fff;
    border: 1px solid #dedede;
    margin-top: 1em;
    overflow: auto;
}

.uploadPhotos-title {
    color: #888;
    padding: 1em 0 1.5em;
}

.uploadImgDiv {
	border-style: none;
	position: relative;
	padding: 0;
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.uploadPhotos-pic {
	position: absolute;
	z-index: 1;
	width: 80px;
	height: 80px;
}

.uploadPhotos-del {
	position: absolute;
	z-index: 2;
	width: 25px;
	height: 25px;
	top: -12px;
	left: 68px;
	height: 25px;
}

.caseRelease-middle {
	margin-top: 0.5em;
    border-top: 1px solid #dedede;
}

.caseRelease-bottom {
    margin-top: 0.6em;
    border-top: 1px solid #dedede;	
}

/*--------------------------------病例分享-发布------------------------------**/
.caseDetailsContent {
	color: gray;
    background: #fff;
    /* margin-top: -6px; */
    overflow: auto;
    border-bottom: 1px solid #dedede;
    padding-bottom: 1em;
}

.caseDetailsContent .title{
    font-size: 1.1em;
    float: none;
    width: 100%;
    padding: 0.6em;	
}

.CDcontent {
	font-size: 0.9em;
    padding: 0.4em 1.1em;
    line-height: 1.6;
    overflow: auto;
}
.CDcontent>div{
	overflow: auto;
}

.CDcontent>div>div{
	float: left;
    width: 87%;
}

.CDcontent span{
	float: left;
    width: 13%;
}

.shareConcern {
	float: right;
    background: #00874c;
    color: #fff;
    padding: 0.5em 1em;
    margin: 0 6px;
}

.shareConcern div{
    float: left;
    width: 1em;
    height: 1em;
    margin: 2px 8px 0 0;	
}

.shareConcern img{
	width: 100%;
}

.caseDetailsContent-bottom {
	position: relative;
    overflow: auto;
    margin-left: 0.6em;	
}

.caseDetailsContent-bottom>span{
	position: absolute;
    bottom: 5px;
}

.communication {
    background: #fff;
    margin-top: 0.7em;
	overflow: auto;
}

.communication textarea{
    width: 95%;
    height: 85%;
    overflow: auto;
    padding: 4px 6px;	
}

.textarea-div {
	width: 96%;
    height: 4.3em;
    margin-left: 2%;
    margin-top: 2%;
    border: 1px solid #00874c;	
}

.btn_submit {
	background-color: #00874b;
    padding: 0.55em 0.8em;
    margin: auto;
    color: white;
    display: block;
    margin-top: 0.8em;
    outline: none;
    margin-right: 2%;
    font-family: "黑体";
    font-size: 0.9em;	
}

.comment-left {
    float: left;
    width: 13%;
    padding: 0 2%;
}

.comment-right {
	width: 81%;
    float: left;
}

.comment-left-div {
    border-radius: 50px;
    border: 1px solid #fff;
    width: 3.2em;
    height: 3.2em;	
}

.comment-left-div img{
    border-radius: 50px;
    width: 100%;
    height: 100%;
}

.comment-content {
	color: gray;
    font-size: 0.9em;
    margin-top: 0.5em;
    word-break: break-all;
}

.comment-div {
    border-bottom: 1px solid #dedede;
    overflow: auto;
    margin-top: 0.8em;
}

.comment-reply {
    color: #00874C;
    font-size: 0.9em;
    margin: 0.4em 0;
	overflow: auto;	
}

.replyBtn {
    margin-bottom: 0.8em;
    padding: 0.5em 1.8em;
    margin-right: 0;	
}

.reply-textarea {
    width: 100%;
    margin-left: 0;	
}

.replyHidden {
	display: none;
}

.playVideo {
	position: absolute !important;
    width: 4em !important;
    height: 4em !important;
    left: 45% !important;
    top: 35% !important;
}