@charset "utf-8";
/*--------------------------------全局通用--------------------------------**/
::-webkit-scrollbar {
	width: 0px
}

body, html {
	margin: 0px;
	padding: 0px;
	background-color: #F6F6F6;
	font-family:"黑体";
	text-decoration: none;
	transform: translateZ(0);
	webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	overflow: hidden;
}

a {
	text-decoration: none !important;
	outline: none !important;
}

a:focus {
	outline: none !important;
}

a, img, input, button, select, textarea {
	outline: none;
	border: 0;
}

input {
	font-size: 14px;
}

textarea {
	resize: none;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}

ul {
	margin: 0px;
	padding: 0px;
}

ul li {
	list-style-type: none;
	border-bottom: 1px solid #dedede;
    padding: 0.89em 1.2em;
    font-size: 0.91em;
}

.greenColor {
	color: #00874B !important;
}

.grayColor {
	color: gray;
}

.redColor {
	color: red;
}

.bgcolorA1DDF5 {
	background: #A1DDF5;
}

.overflow-auto {
	overflow: auto;
}

.borderNone {
	border: none !important;
}

#showMessageLodding {
	font-size: 11px;
	color: gray;
	text-align: center;
	display: none;
	z-index: 9999;
	position: fixed;
	top: 45%;
	width: 2em;
	height: 2em;
	left: 45%;
}

#showMessageNo {
	width: 100%;
	height: 25px;
	font-size: 11px;
	color:gray;
	text-align: center;
	display: none;
}

.loading-img {
	width: 50%;
	position: fixed;
	left: 50%;
	transform: translate(-50%);
	-ms-transform: translate(-50%);
	-webkit-transform: translate(-50%);
	top: 20%;
}

.textCenter {
	text-align: center;
}
.ui-loader {
	display: none !important;
}

.fll {
	float: left;
}

.flr {
	float: right;
}

.font06 {
	font-size: 3vmin;
}

.font07 {
	font-size: 3.5vmin;
}

.font08 {
	font-size: 4vmin;
}

.font09 {
	font-size: 4.5vmin;
}
/*--------------------------------错误界面--------------------------------**/
.error-info {
	font-size: 23px;
	color: #E1B300;
	width: 100%;
	text-align: center;
	margin-top: 1em;
}

.prompt-div {
	margin-top: 25%;
	margin-left: 50%;
	width: 2em;
	height: 2em;
	border: 5px solid #E1B300;
	border-radius: 50%;
	color: #E1B300;
	text-align: center;
	line-height: 2em;
	font-size: 50px;
	transform: translate(-50%);
	-ms-transform: translate(-50%);
	-webkit-transform: translate(-50%);
}

.prompt-info {
	width: 100%;
	text-align: center;
	color: #C33929;
	margin-top: 1.5em;
	font-size: 17px;
}

.go-home {
	width: 70%;
	margin-left: 15%;
	margin-top: 6.5em;
	border: 0px;
	background: rgba(79, 163, 223, 0.82);
	color: white;
	border-radius: 50px/50px;
	padding: 0.8em 0.2em;
	font-size: 15px;
}

.finsh-div {
	color: #46c750 !important;
	border: 5px solid #46c750 !important;
}

.finsh-info {
	color: #46c750 !important;
}

.omission {
	word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*--------------------------------jquery mobile 头部--------------------------------**/
.ui-header {
	background: #fff;
    box-shadow: 0 0 0.3em #999999;
	height: 2.9em;
	border: none;
    z-index: 3;
}

.ui-header .logoImg {
	width: 1.5em;
    margin: 0.7em 0.5em;
    float: left;
}

.ui-header .searchImg {
    width: 1.3em;
    margin-top: 0.8em;
    margin-right: 0.6em;
}

.ui-header .myInfoImg {
	width: 2em;
	height: 2em !important;
}

.none-border {
	border: 0px;
	box-shadow: none;
}

.header-title {
	padding: 0 !important;
	font-weight: 100;
	font-size: 17px !important;
	line-height: 2.7em;
}

.right-title {
	right: 0px;
	left: inherit;
}

.header-right-btn {
	margin-top: 0.7em !important;
	margin-right: 1em !important;
}

.header-title img {
	width: 1em !important;
}

/*--------------------------------jquery mobile 主体--------------------------------**/
.ui-content {
    padding:0;
	margin: 0px;
	position: fixed;
	top: 2.9em;
	bottom: 0em;
	left: 0px;
	right: 0px;
	width: 100%;
	max-width: 100%;
	overflow: auto;
	overflow-x: hidden;
}

/*--------------------------------jquery mobile 底部--------------------------------**/
.ui-footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	border: 1px solid #dedede;
	background: rgba(250,250,250,0.9);
	height: 3.4em;
}

.footer-page-div {
	width: 20%;
    float: left;
	text-align: center;
	padding-top: 0.5em;
	overflow: auto;
}

.footer-page-div img{
    width: 1.4em;
    height: 1.4em;
}

.footer-page-div div{
	font-size: 0.5em;
	color: gray;
	margin-top: 0.2em;
}

/*--------------------------------通用提示弹窗--------------------------------**/
.alert-box {
	position: fixed;
	bottom: 30%;
	left: 50%;
	color: white;
	display: none;
	width: 100%;
	text-align: center;
	z-index: 99999999;
}

.alert-bkg {
	float: left;
	font-size: 13px;
	border-radius: 50px/50px;
	-moz-border-radius: 50px/50px;
	-webkit-border-radius: 50px/50px;
	padding: 9px 20px 9px 20px;
	transform: translate(-50%);
	-ms-transform: translate(-50%);
	-webkit-transform: translate(-50%);
	background: black;
	font-size: 15px;
}

/*--------------------------------登陆页--------------------------------**/
.login-content {
	background: #fff;
}

.login-content .login-top {
	padding: 3em 0;
	overflow: auto;
	text-align: center;
}

.login-content .login-img {
	width: 10em;
	height: 6.3em;
	overflow: hidden;
	display: inline-block;
}

.login-img img{
	width: 100%;
}


.login-div{
    width: 88%;
    margin-left: 6%;
}

.login-div .login-div-input {
	background: white;
	border: 1px solid #eaeaea;
	height: 2.8em;
    border-radius: 4px;
    margin-bottom: 0.9em;
}

.reg-class {
	height: 2em;
	margin-top: 0.5em;
	margin-left: 1em;
	font-size: 14px;
	width: 70%;
    font-family: "黑体";
}

.img-div {
	float: left;
    width: 1em;
    margin: 0.7em 0 0 1em;
}

.img-div img {
	width: 100%;
}

.login-auto-check {
	width: 1em;
    height: 1em;
    border: 1px solid #dedede;
}

.checkBox {
	margin-right: 5px;
}

.selected {
	background-image: url(/MSMS/resources/images/mobile/select.png);
    background-size: 0.7em 0.7em;
    background-repeat: no-repeat;
    background-position: center;
}

.line-height15 {
	line-height: 1.5em;
}

#bottomButton {
	position: absolute;
	width: 76%;
	margin-left: 12%;
	margin-top: 2em;
	background-color: #00874B;
	color: white;
	font-size: 1em;
	padding: 0.7em 0;
    font-family: "黑体";
}

/*--------------------------------注册页--------------------------------**/
.register-info{
	background: #fff;
	margin-top: 0.8em;
}
.register-infotitle {
    border-bottom: 1px solid #dedede;
    overflow: auto;
    font-size: 3.8vmin;
    color: #808080;
}

.register-infotitle div {
    padding: 1.1em;
}

.register-infotitle input {
    float: right;
    width: 60%;
    padding: 1.1em 2.1em 1.1em 0em;
    text-align: right;
    font-family: "黑体";
    font-size:3.8vmin;
    text-overflow: ellipsis;
    overflow: hidden;
}

.register-infochoice {
	float:right;
	color: #333;
    padding-right: .5em !important;
}

.register-img {
	height: 3.8vmin;
}

.register-img-div {
	padding: 1.1em 1em 0em 0 !important;
}

.register-code-input{
	float: left !important;
	text-align: left !important;
	padding: 1.1em 0 !important;
	width: 30% !important;
}

.register-get {
	background-color: #00874B;
	color: white;
    padding: 0.4em 0.4em !important;
    margin-top: 0.6em;
    margin-right: 2em;
}

/*--------------------------------首页--------------------------------**/
.swiper-container .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: 13.5em;
}

.swiper-container {
	padding: 0 0 0.2em !important;
}

.home-div{
	border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    padding: 0.8em;
}

.home-content-div  div{
	color: gray;
}

.home-video {
	background-color: #fff;
	border-bottom: 1px solid #dedede;
}

.home-case {
	background-color: #fff;
    border-bottom: 1px solid #dedede;
	margin-top: 0.8em;
}

.home-need {
	background-color: #fff;
	margin-top: 0.5em;
	border-bottom: 1px solid #dedede;
}

.home-top {
	padding: 2px 0;
}

.number {
    color: red;
}

.home-content-div {
	border: 1px solid #dedede;
    margin: 14px 0 14px 10px;
    padding: 5px;
	box-shadow: 0 0 0.5em #6B6969;
}

.home-img img{
	width: 100%;
    height: 100%;
}

.ICU{
	font-size: 3.7vmin;
	float: right;
	margin-top: 3px;
    color: #00874b !important;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow:hidden;
    white-space: nowrap;
    max-width: 29%;
}

.title {
	word-wrap: normal;
    white-space: nowrap;
    font-size: 4.7vmin;
    float: left;
    max-width: 70%;
    text-overflow: ellipsis;
    overflow:hidden;
    color: #000 !important
}

.time {
	float: left;
	font-size: 4vmin;
}

.bottom-img {
	width: 4vmin;
    height: 5vmin;
}

.bottom-img img {
	width: 100%;
    margin-top: 3px;
}

.home-introduce {
    padding: 2px 0;
    font-size: 3.5vmin;
    line-height: 5.0vmin;
    height: 14vmin;
    overflow: hidden;
    white-space: pre-wrap;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.home-need-div {
	box-shadow: 0 0 0.4em #B7B2B2;
    margin: 0.7em 0.5em;
    padding: 0.3em;
    position: relative;
}

.home-need-img {
    width: 28%;
    margin-right: 0.4em;
}

.home-need-img img {
	width: 100%;
}
.home-need-img1 {
    width: 31%;
    margin-right: 0.1em;
}

.home-need-img1 img {
	width: 100%;
}

.home-need-left {
	padding-left: 0.2em;
}

.home-need-left>div {
    padding-bottom: 0.25em;
    text-overflow: ellipsis;
    overflow: hidden;
}

.final {
	background: #099b59;
    color: #fff;
    padding: 2px 4px;
    margin-right: 0.8em;
}

.way {
	color: #000;
	font-size: 1.3em;
}

.money {
	font-size: 1.2em;
    color: red;
    padding-bottom: 0 !important;
    margin-top: -5px;
}

.home-copyright {
	color:#099B59;
	text-align: center;
	padding: 1em;
    font-size: 0.8em;
}

/*--------------------------------医生详情--------------------------------**/
.detailsTop {
    background: #7ad3ff;
    text-align: center;
    color: #fff;
}

.headImg {
	overflow: auto;
    width: 3.7em;
    margin: auto auto;
    height: 3.7em;
}

.headImg img{
	width: 3.4em;
    height: 3.4em;
	border-radius: 50%;
	-moz-border-radius: 50%; /* Firefox */
	-webkit-border-radius: 50%; /* Safari 和 Chrome */
	border: 2px solid #fff;
	overflow: hidden;
	float: left;
}

.doctorName {
    padding: 0.5em 0 0.7em;
}

.addConcern-div {
	padding: 0.8em 0em;
    font-size: 0.9em;
}

.addConcern {
	padding: 6px 0;
    background-color: rgba(0, 0, 0, 0.3);
    width: 26%;
    margin: auto auto;
}

.detailsBottom {
    background: #fff;
    padding: 0.5em 0;
}

.detailsBottom>div{
	padding: 0.5em 0;
    overflow: auto;
}

.detailsBottom-title {
    width: 20%;
    text-align: right;
    color: gray;    
}

.detailsBottom-content {
    width: 72%;
    float: right;
    margin-right: 0.5em;
}
