.input-group,
.input-group *,
.input-group-checkbox,
.input-group-checkbox *,
.input-group-radio,
.input-group-radio * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.input-group {
	border-collapse: separate;
	display: table;
	position: relative
}

.input-group label {
	display: block
}

.input-group-addon {
	background-color: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	padding: 10px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
	width: 1%
}

.input-group-addon:first-child {
	border-right: 0
}

.input-group-addon .iconfont {
	color: #b4b4b4;
	font-size: 18px
}

.input-group-addon.focus .iconfont {
	color: #37a6ed
}

.input-group-btn {
	position: absolute;
	right: 5px;
	top: 7px
}

.input-group-btn .c-btn {
	padding: 5px;
	border: #ddd 1px solid
}

.input-group .form-control,
.input-group .form-select,
.input-group .form-textarea {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	color: #333;
	display: block;
	font-size: 14px;
	height: 45px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color .15s ease-in-out 0, box-shadow .15s ease-in-out 0;
	outline: 0
}

.input-group .form-select-arrow {
	display: block;
	width: 10px;
	height: 10px;
	border: solid #ccc;
	border-width: 2px 2px 0 0;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 15px;
	right: 15px
}

.input-group .form-control {
	padding-right: 30px
}

.input-group.input-border .form-control,
.input-group.input-border .form-select,
.input-group.input-border .form-textarea {
	border-radius: 0;
	border-right: 0;
	font-size: 15px;
	height: 45px;
	line-height: 1.52857
}

.input-group .form-control:focus,
.input-group .form-select:focus,
.input-group .form-textarea:focus {
	color: #333
}

.input-group .form-control::-webkit-input-placeholder,
.input-group .form-textarea::-webkit-input-placeholder {
	color: #bfbfbf
}

.input-group .form-control:-moz-placeholder,
.input-group .form-textarea:-moz-placeholder {
	color: #bfbfbf
}

.input-group .form-control::-moz-placeholder,
.input-group .form-textarea::-moz-placeholder {
	color: #bfbfbf
}

.input-group .form-control:-ms-input-placeholder,
.input-group .form-textarea:-ms-input-placeholder {
	color: #bfbfbf
}

.input-group .form-textarea {
	height: auto;
	resize: none;
	margin: 0
}

.input-group .form-control:nth-child(2),
.input-group .form-textarea:nth-child(2) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-left: 0;
	padding-left: 0
}

.input-group .form-control,
.input-group label .form-control,
.input-group label .form-select,
.input-group label .form-textarea {
	border-radius: 4px;
	padding-left: 12px;
	border-left: 1px #e1e1e1 solid
}

.input-group .input-group-addon+.form-control,
.input-group .input-group-addon+.form-select {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding-left: 0;
	border-left: 0
}

.input-group-text {
	font-size: 14px;
	color: #555
}

.input-group.input-border .input-group-addon,
.input-merge .input-group .input-group-addon {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.input-group.input-border .input-group-addon {
	border-left: 0;
	font-size: 15px;
	color: #333;
	padding: 10px 20px
}

.input-merge .input-group .form-control,
.input-merge .input-group .form-select,
.input-merge .input-group .form-textarea {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.input-merge .input-group:first-child .input-group-addon {
	border-top-left-radius: 4px
}

.input-merge .input-group:first-child .form-control,
.input-merge .input-group:first-child .form-select,
.input-merge .input-group:first-child .form-textarea {
	border-top-right-radius: 4px
}

.input-merge .input-group:last-child .form-control,
.input-merge .input-group:last-child .form-select,
.input-merge .input-group:last-child .form-textarea {
	border-bottom-right-radius: 4px
}

.input-merge .input-group:last-child .input-group-addon {
	border-bottom-left-radius: 4px
}

.input-merge .input-group.input-border .form-control,
.input-merge .input-group.input-border .form-select,
.input-merge .input-group.input-border .form-textarea,
.input-merge .input-group.input-border .input-group-addon {
	border-radius: 0
}

.input-merge .input-group.input-border {
	padding-left: 20px
}

.input-merge .input-group.input-border .input-group-addon {
	padding-left: 0
}

.input-merge .input-group .form-control,
.input-merge .input-group .form-select,
.input-merge .input-group .form-textarea,
.input-merge .input-group .input-group-addon {
	border-bottom: 0
}

.input-merge .input-group:last-child .form-control,
.input-merge .input-group:last-child .form-select,
.input-merge .input-group:last-child .form-textarea,
.input-merge .input-group:last-child .input-group-addon {
	border-bottom: 1px solid #e1e1e1
}

.input-merge.input-merge-border .input-group:first-child .form-control,
.input-merge.input-merge-border .input-group:first-child .form-select,
.input-merge.input-merge-border .input-group:first-child .form-textarea,
.input-merge.input-merge-border .input-group:first-child .input-group-addon {
	border-top: 0
}

.input-merge.input-merge-border .input-group:last-child .form-control,
.input-merge.input-merge-border .input-group:last-child .form-select,
.input-merge.input-merge-border .input-group:last-child .form-textarea,
.input-merge.input-merge-border .input-group:last-child .input-group-addon {
	border-bottom: 0
}

.input-merge.input-merge-border {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	background: #fff
}

.form-control:disabled,
.form-control[disabled],
.form-select:disabled,
.form-select[disabled],
.form-textarea:disabled,
.form-textarea[disabled],
.input-group-addon-disabled {
	background-color: #f9f9f9
}

.input-group .form-input {
	height: 45px;
	border-top: 1px solid #e1e1e1;
	position: relative;
	padding: 7px 0
}

.input-group .form-input-text {
	color: #909090;
	font-size: 15px
}

.input-group .form-select-box {
	display: inline-block;
	position: relative;
	margin-right: 10px
}

.input-group .form-select-box .form-select {
	width: 100%
}

.input-group .form-select-box .form-select-arrow {
	top: 7px;
	right: 12px
}

.input-group.input-border .form-input .form-control,
.input-group.input-border .form-input .form-select {
	height: 31px;
	border: #e1e1e1 1px solid!important;
	border-radius: 2px;
	display: inline-block;
	vertical-align: baseline;
	line-height: 1.2
}

.input-group .input-clear {
	position: absolute;
	right: 8px;
	top: 8px;
	background: #ccc;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	text-align: center
}

.input-group .input-clear .close {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	overflow: hidden;
	top: 6px
}

.input-group .input-clear .close::after,
.input-group .input-clear .close::before {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #fff;
	border-radius: 6px
}

.input-group .input-clear .close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.input-group .input-clear .close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.input-group-checkbox,
.input-group-radio {
	display: inline-block;
	position: relative;
	font-size: 14px;
	color: #909090
}

.input-group-checkbox label {
	display: block;
	cursor: pointer
}

.input-group-checkbox label input[type=checkbox],
.input-group-radio label input[type=radio] {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px
}

.input-group-checkbox div input[type=checkbox],
.input-group-radio div input[type=radio] {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px
}

.input-group-checkbox .input-group-pack,
.input-group-radio .input-group-pack {
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 1px #d3d3d3 solid;
	padding: 0;
	margin: 0 5px 0 0;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	overflow: hidden;
	top: -2px
}

.input-group-radio .input-group-pack {
	border-radius: 50%
}

.input-group-checkbox .input-group-pack.input-group-pack-disabled,
.input-group-radio .input-group-pack.input-group-pack-disabled {
	background-color: #f0f0f0
}

.input-group-checkbox .input-group-pack .tick {
	display: block;
	width: 12px;
	height: 2px;
	background: #4dcd70;
	margin: 8px 0 0 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative;
	top: 50px
}

.input-group-checkbox .input-group-pack .tick:after {
	content: '';
	width: 8px;
	height: 2px;
	background: #4dcd70;
	position: absolute;
	top: -3px;
	left: -5px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}

.input-group-radio .input-group-pack .disc {
	display: block;
	content: ""!important;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #4dcd70;
	margin: 4px
}

.input-group-checkbox .input-group-pack.checked .tick,
.input-group-checkbox input[type=checkbox]:checked~.tick {
	top: 0
}

.input-group-radio .input-group-pack.checked .disc,
.input-group-radio input[type=radio]:checked~.disc {
	width: 10px;
	height: 10px
}

.input-group-switch {
	position: relative;
	font-size: 16px;
	width: 52px;
	height: 32px;
	line-height: 1em
}

.input-group-switch input {
	width: 52px;
	height: 32px;
	position: absolute;
	z-index: 10;
	border: 0;
	background: 0;
	-webkit-appearance: none;
	outline: 0
}

.input-group-switch input:before {
	content: '';
	width: 50px;
	height: 30px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	border-radius: 20px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	-webkit-user-select: none;
	user-select: none;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border-color: #dfdfdf;
	-webkit-box-shadow: #dfdfdf 0 0 0 0 inset;
	box-shadow: #dfdfdf 0 0 0 0 inset;
	-webkit-transition: border .4s, -webkit-box-shadow .4s;
	transition: border .4s, box-shadow .4s;
	-webkit-background-clip: content-box;
	background-clip: content-box
}

.input-group-switch input:checked:before {
	border-color: #4cd964;
	-webkit-box-shadow: #4cd964 0 0 0 16px inset;
	box-shadow: #4cd964 0 0 0 16px inset;
	background-color: #4cd964;
	transition: border .4s, box-shadow .4s, background-color 1.2s;
	-webkit-transition: border .4s, -webkit-box-shadow .4s, background-color 1.2s;
	background-color: #4cd964
}

.input-group-switch input:checked:after {
	left: 21px
}

.input-group-switch input:after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	top: 1px;
	left: 0;
	border-radius: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-webkit-transition: left .2s;
	transition: left .2s
}

.input-group-switch input.thread:before {
	content: '';
	width: 50px;
	height: 3px;
	border: 1px solid #e5e5e5;
	background-color: #e5e7ea;
	border-radius: 20px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	-webkit-user-select: none;
	user-select: none;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border-color: #dfdfdf;
	-webkit-box-shadow: #dfdfdf 0 0 0 0 inset;
	box-shadow: #dfdfdf 0 0 0 0 inset;
	-webkit-transition: border .4s, -webkit-box-shadow .4s;
	transition: border .4s, box-shadow .4s;
	-webkit-background-clip: content-box;
	background-clip: content-box
}

.input-group-switch input.thread:checked:before {
	border-color: #4cd964;
	-webkit-box-shadow: #4cd964 0 0 0 16px inset;
	box-shadow: #4cd964 0 0 0 16px inset;
	background-color: #4cd964;
	transition: border .4s, box-shadow .4s, background-color 1.2s;
	-webkit-transition: border .4s, -webkit-box-shadow .4s, background-color 1.2s;
	background-color: #4cd964
}

.input-group-switch input.thread:checked:after {
	left: 33px
}

.input-group-switch input.thread:after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 3px;
	left: 0;
	border-radius: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-webkit-transition: left .2s;
	transition: left .2s
}

.list-icon {
	height: 8px;
	width: 8px;
	position: relative;
	display: inline-block
}

.arrow-right {
	display: block;
	width: 8px;
	height: 8px;
	border: solid #cdcdcd;
	border-width: 2px 2px 0 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.c-list-group h3 {
	padding: 6px 15px;
	background-color: #f9f9f9;
	font-size: 13px;
	color: #5b5b5b;
	margin: 0;
	vertical-align: middle
}

.c-list {
	background-color: #fff
}

.c-list>.c-list-div,
.c-list>li {
	font-size: 15px;
	color: #333;
	position: relative;
	display: -webkit-box;
	display: box;
	margin-left: 15px;
	border-top: 1px solid #f1f1f1
}

.c-list>.c-list-text {
	line-height: 20px;
	padding: 12px 15px 12px 0
}

.c-list>.c-list-function {
	border-top: 0
}

.c-list>.c-list-function .c-list-info {
	border-top: 1px solid #f1f1f1
}

.c-list>.c-border-t:first-child,
.c-list>.c-list-function:first-child,
.c-list>.c-list-function:first-child .c-list-info,
.c-list>div:first-child,
.c-list>div:first-child .c-border-t,
.c-list>li:first-child,
.c-list>li:first-child .c-border-t {
	border: 0;
	background-image: none
}

.c-list>.c-list-cover {
	padding-left: 15px!important;
	margin-left: 0!important
}

.c-list .c-list-info {
	-webkit-box-flex: 1;
	box-flex: 1;
	padding-right: 15px;
	display: box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center
}

.c-list h4 {
	color: #333!important
}

.c-list .c-list-info>h4 {
	font-size: 15px;
	line-height: 20px
}

.c-list .c-list-info>p {
	font-size: 13px;
	line-height: 20px;
	color: #909090
}

.c-list .c-list-label {
	font-size: 13px!important;
	color: #909090!important;
	padding: 10px 15px 10px 0!important;
	border-top: 1px dashed #e1e1e1!important
}

.c-list .c-list-key {
	margin-right: 15px
}

.c-list .c-list-img {
	width: 100px;
	height: 68px;
	margin: 10px 10px 10px 0;
	position: relative
}

.c-list .c-list-img img {
	width: auto;
	height: 68px
}

.c-list>.c-list-link:active {
	background-color: #e5e6e7;
	padding-left: 15px;
	margin-left: 0
}

.c-list-link.c-border-t:active,
.c-list-link:active,
.c-list-link:active+.c-border-t {
	background-image: none;
	border-top-color: #e5e6e7
}

.c-list .c-list-value {
	color: #909090;
	display: box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center
}

.c-list .c-list-link .c-list-title,
.c-list .c-list-link .c-list-value {
	padding-right: 20px
}

.c-list .c-list-action,
.c-list .c-list-badge {
	font-size: 13px;
	color: #909090;
	position: absolute;
	height: 100%;
	right: 15px;
	display: box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	top: 0
}

.c-list-link .c-list-action,
.c-list-link .c-list-badge {
	right: 35px
}

.c-list-link .list-icon {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -4px
}

.c-list .c-avatar-l,
.c-list .c-avatar-m,
.c-list .c-avatar-s {
	margin: 10px 15px 10px 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center
}

.c-list-indent-s {
	padding-right: 70px!important
}

.c-list-indent-m {
	padding-right: 110px!important
}

.c-list-action .input-group-checkbox .input-group-pack,
.c-list-action .input-group-radio .input-group-pack {
	margin: 0 0 0 5px
}

.c-avatar-s {
	width: 26px;
	height: 26px
}

.c-avatar-m {
	width: 40px;
	height: 40px
}

.c-avatar-l {
	width: 54px;
	height: 54px
}

.c-avatar-l img,
.c-avatar-m img,
.c-avatar-s img {
	width: 100%;
	height: 100%
}

.c-list-text .c-t-right {
	color: #909090!important
}

.c-list-text .c-t-right {
	padding-right: 0;
	color: #909090
}

.c-list-link .c-t-right {
	padding-right: 20px!important
}

.c-ser-hold {
	width: 100%;
	height: 43px;
	background-color: #e8e8e8;
	padding: 6px 10px 0 10px
}

.c-ser-into {
	background: #f2f2f2;
	height: 28px;
	line-height: 28px;
	border-radius: 5px;
	color: #ccc;
	padding: 0 8px
}

.c-serdet {
	display: -webkit-box;
	display: box;
	padding: 7px 10px 0 10px
}

.ser-icon {
	position: relative;
	display: inline-block;
	width: 13px;
	height: 13px;
	font-size: 1px;
	background: 0;
	top: 1px
}

.ser-icon:after,
.ser-icon:before {
	content: "";
	position: absolute;
	left: 0;
	background: 0;
	font-size: 1px
}

.ser-icon-search:before {
	left: 1px;
	top: 1px;
	width: 9px;
	height: 9px;
	border: 1px solid #8e8e93;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%
}

.ser-icon-search:after {
	left: 9px;
	top: 11px;
	width: 5px;
	height: 1px;
	background: #8e8e93;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg)
}

.c-ser-back {
	width: 30px;
	-webkit-box-flex: 0;
	box-flex: 0;
	overflow: hidden
}

.c-ser-back .si-right {
	display: block;
	width: 12px;
	height: 12px;
	border: solid #a3a3a7;
	border-width: 0 0 2px 2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 7px 0 0 7px;
	float: left
}

.c-ser-main {
	-webkit-box-flex: 1;
	box-flex: 1;
	background: #eeeff3;
	height: 28px;
	line-height: 28px;
	border-radius: 3px;
	font-size: 15px;
	color: #8e8e93;
	position: relative;
	padding-left: 25px;
	overflow: hidden
}

.c-ser-main i {
	position: absolute;
	left: 7px;
	top: 7px
}

.c-ser-input {
	width: 100%;
	background: #eeeff3;
	height: 23px;
	line-height: 23px;
	border: 0;
	color: #8e8e93;
	border-radius: 5px;
	padding: 3px 5px 3px 0
}

.c-ser-btn {
	margin-left: 10px;
	-webkit-box-flex: 0;
	box-flex: 0
}

.c-ser-btn a {
	display: block;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	background: #3aa7ed;
	color: #fff;
	font-size: 14px;
	border-radius: 4px
}

.c-ser-canc {
	margin-left: 10px;
	-webkit-box-flex: 0;
	box-flex: 0
}

.c-ser-canc a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 5px
}

.c-ser-main .input-clear {
	position: absolute;
	right: 6px;
	top: 6px;
	background: #7e7e7e;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	text-align: center
}

.c-ser-main .input-clear:after,
.c-ser-main .input-clear:before {
	content: '';
	position: absolute;
	height: 2px;
	width: 10px;
	top: 7px;
	left: 3px;
	background: #fff;
	border-radius: 6px
}

.c-ser-main .input-clear:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.c-ser-main .input-clear:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.c-btn-4dcd70,
.c-btn.c-btn-4dcd70 {
	background-color: #4dcd70
}

.c-btn-4dcd70:hover,
.c-btn.c-btn-4dcd70 {
	background-color: #45b865
}

.c-btn-fff,
.c-btn.c-btn-fff {
	background-color: #fff;
	color: #999;
	border: #e1e1e1 1px solid
}

.c-btn-fff:hover,
.c-btn.c-btn-fff {
	background-color: #e5e5e5
}

.c-btn-588cd5 {
	background-color: #588cd5
}

.c-btn-588cd5:hover {
	background-color: #4680d0
}

.c-btn-fff-other {
	background-color: #fff;
	color: #4dcd70;
	border: #e1e1e1 1px solid
}

.c-btn-fff-other:hover {
	background-color: #e5e5e5
}

.ui-arrow,
.ui-arrow s {
	position: relative;
	display: block;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: dashed;
	border-width: 5px
}

.ui-arrow-r,
.ui-arrow-r s {
	border-left-color: #aaa;
	border-left-style: solid
}

.ui-arrow-r s {
	border-left-color: #fff;
	position: absolute;
	left: -7px;
	top: -5px
}

.ui-arrow-l,
.ui-arrow-l s {
	border-right-color: #aaa;
	border-right-style: solid
}

.ui-arrow-l s {
	border-right-color: #fff;
	position: absolute;
	right: -7px;
	top: -5px
}

.ui-arrow-t,
.ui-arrow-t s {
	border-bottom-color: #aaa;
	border-bottom-style: solid
}

.ui-arrow-t s {
	border-bottom-color: #fff;
	position: absolute;
	left: -5px;
	top: -3px
}

.ui-arrow-b,
.ui-arrow-b s {
	border-top-color: #aaa;
	border-top-style: solid
}

.ui-arrow-b s {
	border-top-color: #fff;
	position: absolute;
	left: -5px;
	bottom: -3px
}

.c-get-more {
	width: 100%
}

.c-get-more a {
	display: block;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color: #909090
}

.c-get-more a.blue {
	color: #007cd9
}

html {
	font-size: 20px
}

body {
	font-size: 14px;
	color: #333;
	background-color: #f9f9f9
}

input,
select,
textarea {
	appearance: none;
	-webkit-appearance: none
}

.noopen-tip i {
	margin: 70px 0 0 0
}

.noopen-tip .openbtn {
	width: 100px;
	height: 35px;
	line-height: 35px!important
}

.doc-suggst-lab {
	height: 45px
}

.doc-suggst-lab ul {
	width: 100%;
	height: 44px;
	display: box;
	display: -webkit-box;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 600;
	border-bottom: 1px solid #e1e1e1
}

.doc-suggst-lab ul.top35 {
	top: 35px
}

.doc-suggst-lab ul.docpage {
	position: relative
}

.doc-suggst-lab li {
	-webkit-box-flex: 1;
	box-flex: 1;
	width: 1px;
	text-align: center
}

.doc-suggst-lab li a {
	display: block;
	width: 100%;
	line-height: 44px;
	font-size: 14px;
	color: #333;
	position: relative
}

.doc-suggst-lab li a.curr {
	color: #4dcd70
}

.doc-suggst-lab li a.curr:before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #4dcd70;
	position: absolute;
	left: 0;
	bottom: -1px
}

.h45 {
	height: 45px
}

.h55 {
	height: 55px
}

.doc-suggst-top {
	line-height: 30px;
	padding: 0 10px;
	font-size: 14px;
	color: #5b5b5b;
	border-bottom: 1px solid #f2f2f2;
	background: #fff
}

.doc-suggst li {
	display: box;
	display: -webkit-box;
	position: relative;
	font-size: 14px;
	color: #909090;
	background: #fff
}

.doc-suggst li:active {
	background: #e5e6e7
}

.doc-suggst li.s-nolink:active {
	background: #fff
}

.doc-suggst .s-link:active {
	background: #e5e6e7
}

.doc-avatar {
	-webkit-box-flex: 0;
	box-flex: 0;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	overflow: hidden;
	margin: 15px 10px
}

.doc-avatar img {
	width: 45px;
	height: 45px;
	border-radius: 50%
}

.doc-info {
	-webkit-box-flex: 1;
	box-flex: 1;
	display: box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	border-top: 1px solid #f2f2f2;
	padding-top: 15px;
	padding-bottom: 15px
}

.doc-info h4 {
	line-height: 18px;
	margin-bottom: 2px;
	word-break: break-all;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.doc-info .info-tap {
	float: right;
	line-height: 18px;
	padding: 0 5px 0 2px;
	border-radius: 3px;
	color: #fff;
	font-size: 10px
}

.doc-info .info-tap.tap-blue {
	background-color: #1ab2ea
}

.doc-info .info-tap.tap-green {
	background-color: #4dcd70
}

.doc-info .info-tap i {
	font-size: 10px
}

.doc-suggst li:first-child .doc-info {
	border-top: 0
}

.hosp-avatar {
	-webkit-box-flex: 0;
	box-flex: 0;
	width: 75px;
	height: 55px;
	overflow: hidden;
	margin: 15px 10px;
	position: relative
}

.hosp-avatar img {
	width: 75px;
	height: 55px;
	border-radius: 5px
}

.hosp-avatar .hosp-lv {
	position: absolute;
	width: 50px;
	height: 13px;
	line-height: 13px;
	text-align: center;
	background: #f60;
	position: absolute;
	left: -14px;
	top: 5px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	font-size: 10px;
	color: #fff
}

.hosp-address {
	padding-right: 50px;
	position: relative;
	margin-top: 5px
}

.hosp-address .icon-dangqianweizhi {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 3px 0
}

.hosp-address .hosp-pack {
	position: absolute;
	right: 0;
	line-height: 20px;
	top: 0;
	color: #ccc
}

.hosp-address.pr0 {
	padding-right: 0
}

.hosp-save {
	-webkit-box-flex: 0;
	box-flex: 0;
	width: 44px;
	text-align: center;
	display: box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center
}

.hosp-save.w80 {
	width: 80px
}

.hosp-save .iconfont {
	font-size: 24px;
	color: #ccc
}

.hosp-save .icon-shoucang.checked:before {
	content: "\e940";
	color: #ff9600
}

.doc-suggst li.hospital-word {
	line-height: 20px;
	font-size: 12px;
	background: #f2f2f2;
	padding: 0 10px;
	color: #333
}

.doc-suggst li.hospital-word:before {
	content: '';
	display: block;
	width: 100px;
	height: 1px;
	background: #f2f2f2;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 500
}

.hosp-word-nav {
	position: fixed;
	top: 0;
	right: 0;
	width: 35px;
	height: 100%;
	z-index: 500;
	padding-top: 120px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.hosp-word-nav a {
	display: inline-block;
	width: 35px;
	line-height: 35px;
	text-align: center;
	color: #007cd9;
	font-size: 14px
}

.doc-suggst li .arrow-right {
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 10px
}

.state-hold {
	width: 69px;
	height: 19px;
	position: absolute;
	right: 0;
	top: 0
}

.state-hold div {
	float: right;
	width: 45px;
	height: 19px;
	line-height: 19px;
	background: #3fc646;
	position: relative;
	border-radius: 0 0 0 50px;
	font-size: 12px;
	color: #fff
}

.state-hold div:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 19px;
	top: 0;
	left: -10px;
	background: #3fc646;
	-webkit-transform: skewX(40deg);
	transform: skewX(40deg);
	border-radius: 0 0 0 8px
}

.state-hold div span {
	display: block;
	width: 54px;
	height: 19px;
	line-height: 19px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 500;
	text-align: center
}

.no-sched div {
	background: #ccc
}

.no-sched div:before {
	background: #ccc
}

.search-hold {
	height: 45px
}

.search-hold .c-ser-hold {
	height: 45px;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 800;
	padding: 8px 10px 0 10px;
	display: box;
	display: -webkit-box;
	display: -moz-box
}

.search-hold .ser-area {
	box-flex: 0;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	max-width: 100px;
	padding-left: 5px;
	padding-right: 28px;
	position: relative;
	line-height: 30px;
	color: #007cd9;
	margin-right: 4px
}

.search-hold .ser-area .arrow-right {
	display: inline-block;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right: 11px;
	top: 8px
}

.search-hold .c-ser-into {
	box-flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1
}

.ser-nomess {
	text-align: center;
	padding: 0 15px;
	line-height: 20px;
	font-size: 14px
}

.noopen {
	display: inline-block;
	width: 110px;
	height: 110px;
	background: url(../images/search-tb.png) no-repeat;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-ms-background-size: 100% 100%
}

.ser-nomess i {
	display: inline-block;
	margin: 90px 0 20px 0;
	font-size: 50px;
	color: #ccc
}

.ser-doclist {
	background: #fff
}

.sd-num {
	display: block;
	line-height: 33px;
	color: #909090;
	font-size: 13px;
	background: #f9f9f9
}

.sd-more {
	display: block;
	line-height: 40px;
	text-align: center;
	color: #007cd9;
	border-top: 1px solid #f2f2f2
}

.ser-hosplist .c-list .c-list-info h4 {
	float: left;
	width: auto;
	max-width: 100%;
	padding-right: 34px;
	position: relative;
	color: #666
}

.ser-hosplist {
	background: #fff
}

.ser-hosplist .c-list .c-list-info {
	padding-right: 40px
}

.ser-doclist .c-list .c-list-info h4 {
	padding-right: 0
}

.ser-doclist .c-list .c-list-info {
	padding-right: 40px
}

.ser-defu-his li {
	line-height: 45px;
	background: #fff;
	padding: 0 15px;
	border-top: 1px solid #f2f2f2
}

.ser-defu-his li a {
	color: inherit;
	display: block
}

.ser-defu-his li:first-child {
	border-top: 0
}

.ser-defu-his li .icon-lishijilu {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 1px
}

.ser-defu-tip {
	width: 200px;
	margin: 60px auto 0 auto
}

.ser-defu-tip .st-tit {
	font-size: 19px;
	color: #909090;
	text-align: center;
	line-height: 45px
}

.ser-defu-tip .st-type {
	border-top: 1px solid #f2f2f2;
	overflow: hidden;
	padding: 10px 0
}

.ser-defu-tip .st-type span {
	display: block;
	width: 50%;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #909090;
	line-height: 1.2
}

.ser-defu-tip .st-type span .iconfont {
	font-size: 26px
}

.noopen {
	display: inline-block;
	width: 110px;
	height: 110px;
	background: url(../images/search-tb.png) no-repeat;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-ms-background-size: 100% 100%
}

.record-fast {
	width: 57px;
	height: 57px;
	background: rgba(0, 0, 0, .5);
	border-radius: 50%;
	text-align: center;
	position: fixed;
	right: 10px;
	bottom: 30px;
	z-index: 600;
	font-size: 10px;
	line-height: 1.2;
	box-shadow: 0 0 4px rgba(0, 0, 0, .5)
}

.record-fast a {
	display: block;
	width: 100%;
	height: 100%;
	display: box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	color: #fff
}

.record-fast .icon-yuyuejilu {
	font-size: 18px
}

.record-fast:active {
	background: rgba(0, 0, 0, .7);
	animation: fasttouch 2s infinite;
	-webkit-animation: fasttouch 2s infinite
}

@keyframes fasttouch {
	0% {
		box-shadow: 0 0 0 0 #ff962c
	}
	100% {
		box-shadow: 0 0 0 20px rgba(255, 150, 44, 0)
	}
}

@-webkit-keyframes fasttouch {
	0% {
		box-shadow: 0 0 0 0 #ff962c
	}
	100% {
		box-shadow: 0 0 0 20px rgba(255, 150, 44, 0)
	}
}

.record-fast .icon-gengduo {
	font-size: 20px;
	vertical-align: middle
}

.suspension-wrap {
	bottom: -10%;
	right: 15px;
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: #17b3ec;
	line-height: 40px;
	border-radius: 50%;
	transition: all .3s;
	-webkit-transition: all .3s;
	z-index: 810
}

.suspension-wrap i.iconfont {
	color: #fff;
	font-size: 20px;
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 1px
}

.suspension-wrap span {
	display: block;
	color: #fff
}

.wheel-mask {
	background: rgba(0, 0, 0, .65);
	width: 100%;
	height: 100%;
	top: 0;
	position: fixed;
	left: 0
}

.wheel {
	position: fixed;
	top: 50%;
	height: 210px;
	width: 186px;
	margin-left: -93px;
	margin-top: -93px;
	left: 50%
}

.wheel a {
	display: block;
	width: 2.5rem;
	text-align: center;
	position: absolute;
	line-height: 1
}

.wheel a span {
	width: 2rem;
	height: 2rem;
	display: inline-block;
	border-radius: 50%;
	line-height: 2.2rem
}

.wheel a p {
	color: #fff;
	font-size: .45rem;
	line-height: 1;
	margin-top: .25rem
}

.wheel a.item1 {
	top: 0;
	left: 50%;
	margin-left: -1.2rem
}

.wheel a.item1 span {
	background: #ffa100;
	line-height: 2rem
}

.wheel a.item2 {
	top: 2rem;
	left: 0
}

.wheel a.item2 span {
	background: #f0665b
}

.wheel a.item3 {
	top: 2rem;
	right: 0
}

.wheel a.item3 span {
	background: #8760d8
}

.wheel a.item4 {
	bottom: 2rem;
	left: 0
}

.wheel a.item4 span {
	background: #4fcd6e
}

.wheel a.item5 {
	bottom: 2rem;
	right: 0
}

.wheel a.item5 span {
	background: #5bbe3e
}

.wheel a.item6 {
	bottom: 0;
	left: 50%;
	margin-left: -1.2rem
}

.wheel a.item6 span {
	background: #17b3ec
}

.wheel a.item-close {
	top: 50%;
	margin-top: -1.2rem;
	left: 50%;
	margin-left: -1.2rem
}

.wheel a.item-close span {
	background: #908f91
}

.suspension-wrap a.item-close i.iconfont {
	margin-bottom: 2px
}

.animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s
}

@-webkit-keyframes zoomInRT {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-3.5rem, 1.5rem, 0) scale3d(.3, .3, .3);
		transform: translate3d(-3.5rem, 1.5rem, 0) scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1;
		transform: none;
		-webkit-transform: none
	}
}

@keyframes zoomInRT {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-3.5rem, 1.5rem, 0) scale3d(.3, .3, .3);
		transform: translate3d(-3.5rem, 1.5rem, 0) scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1;
		transform: none;
		-webkit-transform: none
	}
}

.zoomInRT {
	-webkit-animation-name: zoomInRT;
	animation-name: zoomInRT
}

@-webkit-keyframes zoomInT {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3.5rem, 0) scale3d(.3, .3, .3);
		transform: translate3d(0, 3.5rem, 0) scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1;
		transform: none;
		-webkit-transform: none
	}
}

@keyframes zoomInT {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3.5rem, 0) scale3d(.3, .3, .3);
		transform: translate3d(0, 3.5rem, 0) scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1;
		transform: none;
		-webkit-transform: none
	}
}

.zoomInT {
	-webkit-animation-name: zoomInT;
	animation-name: zoomInT
}

@-webkit-keyframes zoomInLT {
	from {
		opacity: 0;
		-webkit-transform: translate3d(3.5rem, 1.5rem, 0) scale3d(.3, .3, .3);
		transform: translate3d(3.5rem, 1.5rem, 0) scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1;
		transform: none;
		-webkit-transform: none
	}
}

@keyframes zoomInLT {
	from {
		opacity: 0;
		-webkit-transform: translate3d(3.5rem, 1.5rem, 0) scale3d(.3, .3, .3);
		transform: translate3d(3.5rem, 1.5rem, 0) scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1;
		transform: none;
		-webkit-transform: none
	}
}

.zoomInLT {
	-webkit-animation-name: zoomInLT;
	animation-name: zoomInLT
}

@-webkit-keyframes zoomInRB {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-3.5rem, -1.5rem, 0) scale3d(.3, .3, .3);
		transform: translate3d(-3.5rem, -1.5rem, 0) scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1;
		transform: none;
		-webkit-transform: none
	}
}

@keyframes zoomInRB {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-3.5rem, -1.5rem, 0) scale3d(.3, .3, .3);
		transform: translate3d(-3.5rem, -1.5rem, 0) scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1;
		transform: none;
		-webkit-transform: none
	}
}

.zoomInRB {
	-webkit-animation-name: zoomInRB;
	animation-name: zoomInRB
}

@-webkit-keyframes zoomInLB {
	from {
		opacity: 0;
		-webkit-transform: translate3d(3.5rem, -1.5rem, 0) scale3d(.3, .3, .3);
		transform: translate3d(3.5rem, -1.5rem, 0) scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1;
		transform: none;
		-webkit-transform: none
	}
}

@keyframes zoomInLB {
	from {
		opacity: 0;
		-webkit-transform: translate3d(3.5rem, -1.5rem, 0) scale3d(.3, .3, .3);
		transform: translate3d(3.5rem, -1.5rem, 0) scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1;
		transform: none;
		-webkit-transform: none
	}
}

.zoomInLB {
	-webkit-animation-name: zoomInLB;
	animation-name: zoomInLB
}

@-webkit-keyframes zoomInB {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -3.5rem, 0) scale3d(.3, .3, .3);
		transform: translate3d(0, -3.5rem, 0) scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1;
		transform: none;
		-webkit-transform: none
	}
}

@keyframes zoomInB {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -3.5rem, 0) scale3d(.3, .3, .3);
		transform: translate3d(0, -3.5rem, 0) scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1;
		transform: none;
		-webkit-transform: none
	}
}

.zoomInB {
	-webkit-animation-name: zoomInB;
	animation-name: zoomInB
}

@-webkit-keyframes rotate360 {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0, 0, 0) rotate(180deg);
		transform: translate3d(0, 0, 0) rotate(180deg)
	}
	50% {
		opacity: 1;
		transform: none;
		-webkit-transform: none
	}
}

@keyframes rotate360 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0) rotate(180deg);
		transform: translate3d(0, 0, 0) rotate(180deg)
	}
	50% {
		opacity: 1;
		transform: none;
		-webkit-transform: none
	}
}

.rotate360 {
	-webkit-animation-name: rotate360;
	animation-name: rotate360
}

@-webkit-keyframes zoomOutRT {
	from {
		opacity: 1;
		transform: none;
		-webkit-transform: none
	}
	50% {
		position: fixed;
		bottom: 3rem;
		top: auto;
		opacity: 0;
		-webkit-transform: translate3d(3rem, 10rem, 0) scale3d(.3, .3, .3);
		transform: translate3d(3rem, 10rem, 0) scale3d(.3, .3, .3)
	}
	100% {
		opacity: 0
	}
}

@keyframes zoomOutRT {
	from {
		opacity: 1;
		transform: none;
		-webkit-transform: none
	}
	50% {
		opacity: 0;
		-webkit-transform: translate3d(3rem, 10rem, 0) scale3d(.3, .3, .3);
		transform: translate3d(3rem, 10rem, 0) scale3d(.3, .3, .3)
	}
	100% {
		opacity: 0
	}
}

.zoomOutRT {
	-webkit-animation-name: zoomOutRT;
	animation-name: zoomOutRT
}

@-webkit-keyframes zoomOutT {
	from {
		opacity: 1;
		transform: none;
		-webkit-transform: none
	}
	50% {
		opacity: 0;
		-webkit-transform: translate3d(6rem, 10rem, 0) scale3d(.3, .3, .3);
		transform: translate3d(6rem, 10rem, 0) scale3d(.3, .3, .3)
	}
	100% {
		opacity: 0
	}
}

@keyframes zoomOutT {
	from {
		opacity: 1;
		transform: none;
		-webkit-transform: none
	}
	50% {
		opacity: 0;
		-webkit-transform: translate3d(6rem, 10rem, 0) scale3d(.3, .3, .3);
		transform: translate3d(6rem, 10rem, 0) scale3d(.3, .3, .3)
	}
	100% {
		opacity: 0
	}
}

.zoomOutT {
	-webkit-animation-name: zoomOutT;
	animation-name: zoomOutT
}

@-webkit-keyframes zoomOutLT {
	from {
		opacity: 1;
		transform: none;
		-webkit-transform: none
	}
	50% {
		opacity: 0;
		-webkit-transform: translate3d(9.5rem, 9rem, 0) scale3d(.3, .3, .3);
		transform: translate3d(9.5rem, 9rem, 0) scale3d(.3, .3, .3)
	}
	100% {
		opacity: 0
	}
}

@keyframes zoomOutLT {
	from {
		opacity: 1;
		transform: none;
		-webkit-transform: none
	}
	50% {
		opacity: 0;
		-webkit-transform: translate3d(9.5rem, 9rem, 0) scale3d(.3, .3, .3);
		transform: translate3d(9.5rem, 9rem, 0) scale3d(.3, .3, .3)
	}
	100% {
		opacity: 0
	}
}

.zoomOutLT {
	-webkit-animation-name: zoomOutLT;
	animation-name: zoomOutLT
}

@-webkit-keyframes zoomOutRB {
	from {
		opacity: 1;
		transform: none;
		-webkit-transform: none
	}
	50% {
		opacity: 0;
		-webkit-transform: translate3d(3rem, 6rem, 0) scale3d(.3, .3, .3);
		transform: translate3d(3rem, 6rem, 0) scale3d(.3, .3, .3)
	}
	100% {
		opacity: 0
	}
}

@keyframes zoomOutRB {
	from {
		opacity: 1;
		transform: none;
		-webkit-transform: none
	}
	50% {
		opacity: 0;
		-webkit-transform: translate3d(3rem, 6rem, 0) scale3d(.3, .3, .3);
		transform: translate3d(3rem, 6rem, 0) scale3d(.3, .3, .3)
	}
	100% {
		opacity: 0
	}
}

.zoomOutRB {
	-webkit-animation-name: zoomOutRB;
	animation-name: zoomOutRB
}

@-webkit-keyframes zoomOutLB {
	from {
		opacity: 1;
		transform: none;
		-webkit-transform: none
	}
	50% {
		opacity: 0;
		-webkit-transform: translate3d(9.5rem, 7rem, 0) scale3d(.3, .3, .3);
		transform: translate3d(9.5rem, 7rem, 0) scale3d(.3, .3, .3)
	}
	100% {
		opacity: 0
	}
}

@keyframes zoomOutLB {
	from {
		opacity: 1;
		transform: none;
		-webkit-transform: none
	}
	50% {
		opacity: 0;
		-webkit-transform: translate3d(9.5rem, 7rem, 0) scale3d(.3, .3, .3);
		transform: translate3d(9.5rem, 7rem, 0) scale3d(.3, .3, .3)
	}
	100% {
		opacity: 0
	}
}

.zoomOutLB {
	-webkit-animation-name: zoomOutLB;
	animation-name: zoomOutLB
}

@-webkit-keyframes zoomOutB {
	from {
		opacity: 1;
		transform: none;
		-webkit-transform: none
	}
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3.5rem, 0) scale3d(.3, .3, .3);
		transform: translate3d(0, -3.5rem, 0) scale3d(.3, .3, .3)
	}
	100% {
		opacity: 0
	}
}

@keyframes zoomOutB {
	from {
		opacity: 1;
		transform: none;
		-webkit-transform: none
	}
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3.5rem, 0) scale3d(.3, .3, .3);
		transform: translate3d(0, -3.5rem, 0) scale3d(.3, .3, .3)
	}
	100% {
		opacity: 0
	}
}

.zoomOutB {
	-webkit-animation-name: zoomOutB;
	animation-name: zoomOutB
}

@-webkit-keyframes rotateOut360 {
	from {
		opacity: 1;
		transform: none;
		-webkit-transform: none
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0, 0, 0) rotate(180deg);
		transform: translate3d(0, 0, 0) rotate(180deg)
	}
	100% {
		opacity: 0
	}
}

@keyframes rotateOut360 {
	from {
		opacity: 1;
		transform: none;
		-webkit-transform: none
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0, 0, 0) rotate(180deg);
		transform: translate3d(0, 0, 0) rotate(180deg)
	}
	100% {
		opacity: 0
	}
}

.rotateOut360 {
	-webkit-animation-name: rotateOut360;
	animation-name: rotateOut360
}

.area-top {
	height: 40px;
	line-height: 40px;
	background: #fff;
	padding: 0 10px;
	position: relative;
	z-index: 600;
	overflow: hidden
}

.area-top .icon-dangqianweizhi {
	vertical-align: middle;
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 2px;
	color: #ccc
}

.area-top .ser-icon {
	width: 26px;
	height: 26px;
	position: absolute;
	right: 5px;
	top: 12px
}

.area-top .ser-icon-search:before {
	width: 12px;
	height: 12px
}

.area-top .ser-icon-search:after {
	width: 7px;
	height: 1px;
	left: 11px;
	top: 14px
}

.area-box {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	padding-top: 40px;
	font-size: 15px;
	z-index: 500
}

.area-province {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	background: #f9f9f9;
	-webkit-transform: translate3d(0, 0, 0)
}

.area-province ul {
	-webkit-transform: translate3d(0, 0, 0)
}

.area-province.bgc-fff {
	background: #fff
}

.area-province li {
	display: block;
	line-height: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 4px;
	padding-left: 10px;
	border-bottom: 1px solid #ebeaea
}

.area-province li:active {
	background: #abdaf0
}

.area-province li.curr {
	background: #fff
}

.area-city {
	width: 65%;
	height: 100%;
	float: left;
	overflow: hidden;
	background: #fff;
	position: relative;
	-webkit-transform: translate3d(0, 0, 0)
}

.area-province ul {
	-webkit-transform: translate3d(0, 0, 0)
}

.area-city li {
	display: block;
	line-height: 21px;
	padding: 12px 4px 12px 15px;
	color: #666
}

.area-city li:active {
	background: #abdaf0;
	color: #fff
}

.openbtn {
	width: 70px;
	height: 28px;
	line-height: 28px!important;
	padding: 0;
	text-align: center;
	font-size: 15px
}

.noopen-tip i {
	margin: 70px 0 0 0
}

.deptpart {
	padding-top: 38px
}

.dept-top {
	padding: 0 35px 0 10px;
	height: 40px;
	line-height: 40px;
	position: relative;
	z-index: 600;
	overflow: hidden;
	background-color: #fff
}

.icon-qiehuan {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -12px;
	color: #06f;
	padding-left: 20px
}

.dept-top-mess {
	display: inline-block;
	padding-right: 34px;
	position: relative
}

.dept-top-mess .mysj {
	top: 50%;
	margin-top: -8px
}

.dept-top .arrow-right {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -4px
}

.area-province li label {
	display: inline-block;
	width: 0;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	overflow: hidden;
	vertical-align: middle;
	margin-bottom: 4px
}

.area-province li.curr label {
	width: 15px
}

.area-province li .ui-arrow {
	position: relative;
	display: block;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: dashed;
	border-width: 5px;
	border-left-color: #06f;
	border-left-style: solid;
	opacity: 0
}

.area-province li.curr .ui-arrow {
	opacity: 1
}

.suggst-dept-choo li {
	z-index: 510
}

.hos-notice {
	line-height: 35px;
	padding: 0 10px;
	background: #fff0d8;
	font-size: 13px;
	color: #b7883d;
	position: relative;
	z-index: 510;
	display: box;
	display: -webkit-box
}

.hos-notice-tit {
	box-flex: 0;
	-webkit-box-flex: 0;
	width: 92px
}

.hos-notice-con {
	box-flex: 1;
	-webkit-box-flex: 1;
	height: 19px;
	overflow: hidden;
	padding: 8px 0
}

.hos-notice-con div {
	height: 19px;
	overflow: hidden
}

.hos-notice-con label {
	display: block;
	position: relative;
	line-height: 19px
}

.hos-switch {
	line-height: 40px;
	padding: 0 10px;
	background: #f9f9f9;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	z-index: 510
}

.hos-switch .arrow-right {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 2px 7px
}

.error-box {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 500;
	display: box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center
}

.error-tb {
	display: inline-block;
	width: 111px;
	height: 90px;
	background: url(../images/error-page.png) no-repeat;
	background-size: 100% 100%
}

.no-mess {
	padding: 10px;
	padding-bottom: 30px;
	text-align: center;
	font-size: 13px;
	color: #5b5b5b
}

.no-mess-tb {
	display: inline-block;
	width: 123px;
	height: 123px;
	background: url(../images/no-mess.png) no-repeat;
	background-size: 100% 100%;
	margin: 80px 0 5px 0
}

.no-mess .refresh-btn {
	display: inline-block;
	width: 130px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #4dcd70;
	border-radius: 5px;
	color: #fff;
	margin: 10px 0
}

.no-more {
	text-align: center;
	font-size: 13px;
	color: #ccc;
	line-height: 30px
}

.local-loading {
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	width: 32px;
	height: 32px;
	top: 50%;
	margin: 0 auto;
	font-size: 0;
	text-indent: -999em;
	color: #666;
	padding: 70px 0
}

.local-loading::after {
	position: absolute;
	content: '';
	width: 3px;
	height: 3px;
	margin: 14.5px 0 0 14.5px;
	border-radius: 100%;
	box-shadow: 0 -10px 0 1px #ccc, 10px 0 #ccc, 0 10px #ccc, -10px 0 #ccc, -7px -7px 0 .5px #ccc, 7px -7px 0 1.5px #ccc, 7px 7px #ccc, -7px 7px #ccc;
	-webkit-transform: rotate(360deg);
	-webkit-animation: local-loading 1.5s infinite linear;
	transform: rotate(360deg);
	animation: local-loading 1.5s infinite linear;
	display: none \9
}

@-webkit-keyframes local-loading {
	0.00% {
		-webkit-transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes local-loading {
	0.00% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}

.agreepop {
	padding: 60px 0 60px 0;
	line-height: 1.7;
	position: fixed;
	width: 90%;
	max-height: 90%;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 880;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden
}

.agree-close {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	right: 5px;
	top: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 700
}

.agree-box-tit {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-bottom: 1px solid #f2f2f2;
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 0;
	color: #000
}

.agree-close:before {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	position: absolute;
	left: 5px;
	top: 15px;
	background: #ccc
}

.agree-close:after {
	content: '';
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	left: 15px;
	top: 5px;
	background: #ccc
}

.agreepop .agree-box {
	position: relative;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 0 25px;
	font-size: 15px
}

.agree-box img {
	display: block;
	max-width: 100%;
	max-height: 100%
}

.agreepop p {
	word-break: break-all;
	line-height: 26px
}

.agreepop .agree-btn {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #37a6ed;
	text-align: center;
	border-top: 1px solid #f2f2f2;
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 16px
}

.agreemb {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 870
}

.dochoo-top {
	width: 100%;
	height: 45px;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 600;
	border-bottom: 1px solid #e1e1e1;
	display: box;
	display: -webkit-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.dochoo-top a {
	line-height: 45px;
	color: #3496ff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.dochoo-top a.choo-next,
.dochoo-top a.choo-pre {
	display: block;
	box-flex: 0;
	-webkit-box-flex: 0;
	width: 75px;
	line-height: 44px;
	color: #555;
	font-size: 14px
}

.dochoo-top a.choo-next:active,
.dochoo-top a.choo-pre:active {
	background: #e5e6e7
}

.dochoo-top a.choo-next {
	text-align: right;
	padding-left: 0
}

.dochoo-top a.choo-pre .arrow-right {
	display: inline-block;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	margin: 0 5px 0 0
}

.dochoo-top a.choo-next .arrow-right {
	display: inline-block;
	margin: 0 0 0 5px
}

.choo-date {
	box-flex: 1;
	-webkit-box-flex: 1;
	line-height: 44px;
	text-align: center;
	color: #3496ff;
	font-size: 16px
}

.choo-date-tit {
	box-flex: 1;
	-webkit-box-flex: 1;
	line-height: 44px;
	text-align: center;
	font-size: 16px
}

.h30 {
	height: 30px
}

.date-week {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #deeeff;
	position: fixed;
	left: 0;
	top: 45px;
	border-bottom: 1px solid #e1e1e1
}

.date-week li {
	display: block;
	width: 14.2%;
	float: left;
	text-align: center;
	color: #909090
}

.datechoo {
	width: 100%;
	background: #f3f3f3
}

.dtophold {
	height: 24px
}

.premouth {
	width: 100%;
	background: #fff;
	overflow: hidden;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 10px
}

.premouth .mouth {
	display: block;
	width: 100%;
	line-height: 33px;
	text-align: center;
	background: #f9f9f9;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 10px;
	font-size: 14px
}

.premouth li {
	display: block;
	width: 14.2%;
	height: 40px;
	line-height: 40px;
	float: left;
	text-align: center;
	color: #555;
	font-size: 14px
}

.premouth li.disab {
	color: #bfbfbf!important
}

.premouth ul li:first-child {
	color: #ff8100
}

.premouth ul li:last-child {
	color: #ff8100
}

.premouth li span.currtime {
	display: inline-block;
	width: 27px;
	height: 27px;
	line-height: 27px;
	background: #ff8100;
	color: #fff;
	border-radius: 50%
}

.premouth li span:active {
	display: inline-block;
	width: 27px;
	height: 27px;
	line-height: 27px;
	background: #ff8100;
	color: #fff;
	border-radius: 50%
}

.premouth li.disab span:active {
	background: 0;
	color: #bfbfbf
}

.realname-pop {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	z-index: 900;
	text-align: center;
	color: #fff
}

.realname-img {
	display: inline-block;
	width: 197px;
	height: 197px;
	background: url(../images/activity1-bg.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 10px
}

.realname-pop-mb {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 880;
	background: rgba(0, 0, 0, .7)
}

.realname-pop a.rnbtn {
	display: inline-block;
	width: 210px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #ff8100;
	color: #fff;
	font-size: 15px;
	border-radius: 3px;
	margin-top: 10px
}

.realname-pop .realname-pop-close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 23px;
	height: 23px;
	background: #ccc;
	border-radius: 50%
}

.realname-pop .realname-pop-close:before {
	content: '';
	display: block;
	width: 13px;
	height: 2px;
	background: #4c4c4c;
	border-radius: 2px;
	position: absolute;
	left: 5px;
	top: 11px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg)
}

.realname-pop .realname-pop-close:after {
	content: '';
	display: block;
	width: 13px;
	height: 2px;
	background: #4c4c4c;
	border-radius: 2px;
	position: absolute;
	left: 5px;
	top: 11px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg)
}

.state-top {
	line-height: 21px;
	background: #fcedb6;
	color: #76502d;
	padding: 8px 15px
}

.state-main {
	text-align: center;
	color: #5b5b5b;
	padding: 30px 15px 10px 15px
}

.c-dashed-t {
	border-top: 1px dashed #e1e1e1
}

.state-main .iconfont {
	display: inline-block;
	font-size: 60px;
	line-height: 1;
	margin-bottom: 10px
}

.state-mess {
	margin-left: 15px;
	margin-right: 15px;
	border-top: 1px dashed #e1e1e1;
	padding: 15px 0 0 0;
	font-size: 13px;
	color: #909090;
	line-height: 21px
}

.state-btn {
	overflow: hidden;
	display: box;
	display: -webkit-box
}

.state-btn a {
	display: block;
	box-flex: 1;
	-webkit-box-flex: 1;
	width: 1px;
	font-size: 15px;
	margin-left: 20px
}

.state-btn a:first-child {
	margin-left: 0
}

.state-order {
	width: 100%;
	line-height: 50px;
	text-align: center;
	font-size: 12px;
	color: #bfbfbf
}

.c-d1d1d1 {
	color: #d1d1d1
}

.state-wait {
	text-align: center;
	padding-top: 100px;
	color: #5b5b5b;
	line-height: 1.4
}

.state-time {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: #4dcd70;
	border-radius: 50%;
	margin-bottom: 5px;
	position: relative
}

.state-time:before {
	content: '';
	display: block;
	width: 21px;
	height: 4px;
	background: #fff;
	position: absolute;
	left: 28px;
	top: 50%;
	margin-top: -2px;
	border-radius: 5px;
	animation: statetime1 60s linear infinite;
	-webkit-animation: statetime1 60s linear infinite;
	transform-origin: 2px center
}

.state-time:after {
	content: '';
	display: block;
	width: 4px;
	height: 25px;
	background: #fff;
	position: absolute;
	bottom: 28px;
	left: 50%;
	margin-left: -2px;
	border-radius: 5px;
	animation: statetime1 10s linear infinite;
	-webkit-animation: statetime1 10s linear infinite;
	transform-origin: center 23px
}

@keyframes statetime1 {
	0.00% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}

@-webkit-keyframes statetime1 {
	0.00% {
		-webkit-transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg)
	}
}

.c-ccc {
	color: #ccc
}

.doc-suggst-order li {
	display: block;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 10px
}

.doc-suggst-order li .doc-info {
	border-top: 0
}

.doc-suggst-order li:first-child {
	border-top: 0
}

.do-state li {
	display: block;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 10px
}

.doc-suggst-order li .doc-info {
	border-top: 0
}

.do-hosp {
	line-height: 35px;
	font-size: 13px;
	padding: 0 10px;
	border-bottom: 1px solid #f2f2f2
}

.do-mess {
	display: box;
	display: -webkit-box
}

.do-state {
	height: 37px;
	line-height: 37px;
	font-size: 13px;
	padding: 0 10px;
	border-top: 1px solid #f2f2f2;
	overflow: hidden
}

.do-state a {
	display: block;
	width: 75px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin-left: 8px;
	background: #fff;
	border: 1px solid #4dcd70;
	color: #4dcd70;
	font-size: 13px;
	border-radius: 3px;
	margin-top: 5px
}

.do-state a.state-eval {
	background: #fff;
	border: 1px solid #ff8100;
	color: #ff8100
}

.book-box {
	background: #fff;
	border-top: 1px solid #f2f2f2
}

.bb-tit {
	margin-left: 15px;
	line-height: 35px;
	padding-right: 15px;
	border-bottom: 1px solid #f2f2f2
}

.bb-list {
	display: block;
	padding: 10px 15px
}

.bb-list li {
	display: box;
	display: -webkit-box;
	line-height: 20px;
	padding: 2px 0;
	font-size: 13px
}

.bb-list-link {
	border: 1px solid #4ccd70;
	color: #4ccd70;
	padding: 8px 16px;
	border-radius: 3px
}

.bl-title {
	-webkit-box-flex: 0;
	width: 70px;
	color: #909090
}

.bl-mess {
	-webkit-box-flex: 1
}

.book-tip {
	line-height: 25px;
	padding: 0 15px;
	color: #ff8100;
	font-size: 13px
}

.book-bot {
	width: 100%;
	height: 45px;
	position: fixed;
	left: 0;
	bottom: 0;
	background: #fff;
	padding: 0 15px;
	border-top: 1px solid #e1e1e1;
	text-align: right;
	display: box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center
}

.book-bot a {
	display: inline-block;
	width: 75px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #999;
	margin-left: 5px;
	color: #5b5b5b;
	text-align: center;
	border-radius: 4px
}

.book-bot a:active {
	background: #f2f2f2
}

.book-bot a.bb-exit,
.book-bot a.hollow-btn {
	color: #ff8100;
	border: 1px solid #ff8100
}

.book-bot a.bb-exit:active,
.book-bot a.hollow-btn:active {
	background: #fcefe1
}

.book-bot a.bb-pay {
	color: #4dcd70;
	border: 1px solid #4dcd70
}

.book-bot a.bb-pay:active {
	background: #d8ffe3
}

.refresh-hold {
	min-height: 15rem
}

.weui-pull-to-refresh {
	margin-top: -50px;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s
}

.weui-pull-to-refresh.refreshing {
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0)
}

.weui-pull-to-refresh.touching {
	-webkit-transition-duration: 0;
	transition-duration: 0
}

.weui-pull-to-refresh-layer {
	height: 50px;
	line-height: 50px;
	text-align: center
}

.weui-pull-to-refresh-layer .down {
	display: inline-block
}

.weui-pull-to-refresh-layer .refresh,
.weui-pull-to-refresh-layer .up {
	display: none
}

.weui-pull-to-refresh-layer .pull-to-refresh-arrow {
	display: inline-block;
	z-index: 10;
	width: 20px;
	height: 20px;
	margin-right: 4px;
	vertical-align: -4px;
	background: no-repeat center;
	background-size: 13px 20px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transform: rotate(0) translate3d(0, 0, 0);
	transform: rotate(0) translate3d(0, 0, 0);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2026%2040'%3E%3Cpolygon%20points%3D'9%2C22%209%2C0%2017%2C0%2017%2C22%2026%2C22%2013.5%2C40%200%2C22'%20fill%3D'%238c8c8c'%2F%3E%3C%2Fsvg%3E")
}

.weui-pull-to-refresh-layer .pull-to-refresh-preloader {
	display: none;
	vertical-align: -4px;
	margin-right: 4px;
	width: 20px;
	height: 20px;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: preloader-spin 1s steps(12, end) infinite;
	animation: preloader-spin 1s steps(12, end) infinite
}

.weui-pull-to-refresh-layer .pull-to-refresh-preloader:after {
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100%
}

.pull-up .weui-pull-to-refresh-layer .down,
.refreshing .weui-pull-to-refresh-layer .down {
	display: none
}

.pull-up .weui-pull-to-refresh-layer .pull-to-refresh-arrow {
	display: inline-block;
	-webkit-transform: rotate(180deg) translate3d(0, 0, 0);
	transform: rotate(180deg) translate3d(0, 0, 0)
}

.pull-up .weui-pull-to-refresh-layer .up {
	display: inline-block
}

.pull-down .weui-pull-to-refresh-layer .pull-to-refresh-arrow {
	display: inline-block
}

.pull-down .weui-pull-to-refresh-layer .down {
	display: inline-block
}

.refreshing .weui-pull-to-refresh-layer .pull-to-refresh-arrow {
	display: none
}

.refreshing .weui-pull-to-refresh-layer .pull-to-refresh-preloader {
	display: inline-block
}

.refreshing .weui-pull-to-refresh-layer .refresh {
	display: inline-block
}

@keyframes preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.weui_tab_bd_item.weui-pull-to-refresh {
	position: absolute;
	top: 50px
}

.weui-infinite-scroll {
	height: 24px;
	line-height: 24px;
	padding: 10px;
	text-align: center
}

.weui-infinite-scroll .infinite-preloader {
	display: inline-block;
	margin-right: 4px;
	vertical-align: -4px;
	width: 20px;
	height: 20px;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: preloader-spin 1s steps(12, end) infinite;
	animation: preloader-spin 1s steps(12, end) infinite
}

.weui-infinite-scroll .infinite-preloader:after {
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100%
}

@-webkit-keyframes preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.c-3496ff {
	color: #3496ff
}

.icon1-tixing {
	background: url(../images/icon1-tixing.png) no-repeat 0 0;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	display: inline-block;
	background-size: 100% 100%
}

.order-agree {
	text-align: center;
	margin-top: 10px
}

.order-agree .iconfont {
	border-left: 1px solid #e1e1e1;
	padding-left: 10px
}

.list-cun-zeng {
	margin: 0 15px
}

.list-cun-zeng li {
	width: 90px;
	height: 75px;
	border: 1px solid #e1e1e1;
	font-size: 12px;
	display: -webkit-box;
	display: box;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: center;
	box-pack: center;
	text-align: center;
	width: 30%;
	float: left;
	box-sizing: border-box;
	margin-top: 10px;
	position: relative;
	overflow: hidden
}

.list-cun-zeng li:first-child,
.list-cun-zeng li:nth-child(2),
.list-cun-zeng li:nth-child(4),
.list-cun-zeng li:nth-child(5) {
	margin-right: 5%
}

.list-cun-zeng li:nth-child(3) {
	margin-right: 0
}

.list-cun-zeng li.active {
	background-color: #fff7f1;
	color: #ff8100;
	border: 1px solid #ff8100
}

.list-cun-zeng li .cun {
	font-size: 14px
}

.list-cun-zeng li .rec {
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 30px 30px 0;
	border-color: transparent #ff8100 transparent transparent;
	right: 0
}

.list-cun-zeng li .rec>span {
	display: inline-block;
	color: #fff;
	position: absolute;
	right: -25px
}

.h62 {
	height: 62px
}

.bottom-fixed {
	position: fixed;
	bottom: 0;
	z-index: 771
}

.bottom-fixed img {
	width: 100%
}

.c-lab-mor {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	background: #fff
}

.c-lab-mor li.curr {
	border-bottom: 3px solid #fe8100;
	color: #fe8100
}

.c-lab-mor li.curr a {
	color: #fe8100
}

.c-lab-mor li a {
	color: #333
}

.c-lab-mor li:first-child {
	border-left: 0
}

.c-lab-mor li {
	-webkit-box-flex: 1;
	box-flex: 1;
	height: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	text-align: center;
	padding-top: 8px;
	border-bottom: 1px solid #e1e1e1
}

.area-box.timper {
	position: relative;
	padding-top: 0
}

.tabs-bd-box.curr {
	display: block
}

.he-cardlist.c-list li {
	margin-left: 10px
}

.he-cardlist.c-list .c-list-img {
	width: 108px;
	height: 70px
}

.he-cardlist.c-list .c-ff8100 {
	color: #ff8100!important
}

.he-cardlist.c-list .c-list-action {
	right: 10px
}

.c-btn-ff8100 {
	background: #ff8100;
	color: #fff
}

.c-fef5353 {
	color: #ef5353
}

.he-cardlist .c-btn-tiny {
	padding: 6px 20px
}

.he-inner-box {
	overflow: hidden
}

#dept-third {
	height: 100%;
	width: 100%
}

h2.title {
	height: 1.5rem;
	line-height: 1.5rem;
	color: #b2b2b2;
	padding-left: 15px
}

.tag-orange {
	background: #ff8100;
	color: #fff;
	display: inline-block;
	padding: 0 6px;
	border-radius: 15px
}

.bt-grid {
	-webkit-box-align: center;
	box-align: center
}

.mask {
	background: rgba(0, 0, 0, .7);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.mask>div {
	position: absolute;
	bottom: 0
}

.bot-btn {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 400;
	background: #fff;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	border-top: 1px solid #e1e1e1
}

.h90 {
	height: 90px
}

.h52 {
	height: 52px
}

.time-choo {
	width: 100%;
	height: 52px;
	background: #fff;
	position: fixed;
	z-index: 600;
	border-bottom: 1px solid #e1e1e1;
	display: box;
	display: -webkit-box
}

.tc-link {
	display: block;
	box-flex: 0;
	-webkit-box-flex: 0;
	width: 30px;
	height: 52px;
	position: relative
}

.tc-link .arrow-right {
	position: absolute;
	left: 50%;
	margin-left: -3px;
	top: 50%;
	margin-top: -6px
}

.tc-left .arrow-right {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg)
}

.tc-right .arrow-right {
	margin-left: -6px
}

.time-choo-hold {
	display: block;
	box-flex: 1;
	-webkit-box-flex: 1;
	overflow: hidden;
	position: relative
}

.time-choo-hold ul {
	width: 1000px
}

.time-choo-hold li {
	display: block;
	width: 55px;
	height: 52px;
	border-right: 1px solid #f2f2f2;
	float: left;
	text-align: center;
	font-size: 10px;
	color: #909090;
	display: box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.time-choo-hold li:first-child {
	border-left: 1px solid #f2f2f2
}

.tc-point {
	display: none;
	width: 12px;
	height: 12px;
	background: url(../images/timebq.png) no-repeat;
	background-size: 65px 24px;
	background-position: 0 -12px;
	position: absolute;
	top: 0;
	left: 0
}

.time-choo-hold li.hasset .tc-point {
	display: block
}

.time-choo-hold li.curr {
	background: #abdaf0;
	border-right: 1px solid #abdaf0;
	color: #fff
}

.time-choo-hold li.curr .c-333 {
	color: #fff
}

.tsel-state {
	box-flex: 0;
	-webkit-box-flex: 0;
	display: box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center
}

.tsel-state a {
	display: block;
	width: 65px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: #4dcd70;
	border-radius: 3px
}

.tsel-state a.state-full {
	background: #f98f41
}

.tsel-state a.state-none {
	background: #ccc
}

.timebq {
	display: inline-block;
	width: 21px;
	height: 11px;
	vertical-align: middle;
	margin-bottom: 2px;
	background: url(../images/timebq.png) no-repeat;
	background-size: 65px 24px;
	margin-left: 7px
}

.timebq.tbq1 {
	background-position: 0 0
}

.timebq.tbq2 {
	background-position: -22px 0
}

.timebq.tbq3 {
	background-position: -44px 0
}

.mtb2 {
	margin-top: 2px;
	margin-bottom: 2px
}

.doc-suggst-spec ul {
	padding: 0 10px;
	background: #fff
}

.doc-suggst-spec li {
	border-top: 1px solid #f2f2f2
}

.doc-suggst-spec li .doc-avatar {
	margin-left: 0
}

.doc-suggst-spec li:first-child {
	border-top: 0
}

.doc-suggst-spec li .doc-info {
	border-top: 0
}

.spec-part {
	box-flex: 0;
	-webkit-box-flex: 0;
	width: 70px;
	display: box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center
}

.doc-suggst-spec li .doc-info {
	line-height: 18px
}

.c-bfbfbf {
	color: #bfbfbf
}

.c-3cc14d {
	color: #3cc14d
}

.c-00a0e9 {
	color: #00a0e9
}

.c-ff6600 {
	color: #f60
}

.pl25 {
	padding-left: 25px
}

.c-pz-sucess a {
	position: relative
}

.c-pz-sucess a:before {
	content: "";
	width: 1px;
	height: 10px;
	background: #e1e1e1;
	top: .15rem;
	position: absolute;
	right: -.15rem
}

.c-pz-sucess a:last-child:before {
	display: none
}

.c-pz-line {
	height: 1px;
	display: block;
	background: #e1e1e1;
	text-align: center;
	position: relative
}

.c-pz-line span {
	display: block;
	top: -.5rem;
	position: absolute;
	background: #fff;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 4.5rem
}

.btn-orange-l {
	height: 2rem;
	line-height: 2rem;
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: .75rem;
	border-radius: .25rem
}

.btn-orange-l {
	background-color: #ff8100
}

.btn-blue {
	background: #17b3ec
}

.guahao-success {
	background: #fff;
	border-radius: .25rem;
	margin: 7.3rem .75rem 0;
	padding: 1.5rem .75rem;
	position: relative
}

.ico-cancel {
	width: 30px;
	height: 30px;
	display: inline-block;
	background: url(../images/gantan-ico.png) no-repeat;
	background-size: 100%
}

.service-choice .c-btn,
.state-main .c-btn-fff {
	padding: 10px 20px
}

.service-list .c-edit {
	position: absolute;
	top: 10px;
	right: 0;
	width: 40px;
	display: block
}

.c-line-1 {
	line-height: 1
}

.service-list.c-list>li.c-list-nobot {
	min-height: 35px
}

.service-list.c-list>li {
	margin-left: 0
}

.service-list.c-list .c-list-label {
	border-top: none!important;
	border-top: 0;
	color: #333!important
}

.service-list.c-list .c-list-key {
	margin-right: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center
}

.service-list .input-group-radio .c-222 {
	color: #222
}

.service-list .input-group-radio .input-group-pack {
	margin-top: 3px
}

.service-list .to-look {
	position: absolute;
	top: 0;
	right: 0
}

.c-w-100 {
	width: 100px
}

.bor-ffdfbf {
	border: 1px solid #ffdfbf
}

.bgc-fff4e9 {
	background: #fff4e9
}

.service-choice {
	border-top: 1px solid #f1f1f1
}

.service-list.service-choice.c-list>.c-list-div {
	margin-left: 0
}

.service-list .list-arrow-d:after {
	position: absolute;
	top: 50%;
	right: .75rem;
	margin-top: -.25rem;
	content: "";
	display: block;
	width: .4rem;
	height: .4rem;
	border: solid #cdcdcd;
	border-width: .1rem .1rem 0 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

.c-success-info {
	display: inline-block;
	vertical-align: top
}

.c-list>li.ml10 {
	margin-left: 10px
}

.c-ts-info {
	overflow-y: auto
}

.pz-more i {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin: -.25rem auto auto;
	content: "";
	display: block;
	width: .4rem;
	height: .4rem;
	border: solid #cdcdcd;
	border-width: .1rem .1rem 0 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

.pz-more i.up {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.mlpr40 {
	padding-right: 40px!important
}

.ml-collect {
	display: block;
	width: 23px;
	height: 23px;
	line-height: 23px;
	border: 2px solid #ccc;
	color: #ccc;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -13px
}

.ml-collect.msaved {
	border: 2px solid #ffc815;
	color: #ffc815
}

.mess-lock {
	background: #fffcf2;
	line-height: 35px;
	border-bottom: 1px solid #f2f2f2
}

.mess-lab {
	line-height: 38px;
	background: #fff;
	position: relative
}

.mess-lab li {
	display: block;
	height: 38px;
	line-height: 38px;
	float: left;
	position: relative
}

.mess-lab li span {
	display: block;
	height: 14px;
	line-height: 14px;
	padding: 0 25px;
	border-right: 1px solid #f2f2f2;
	margin-top: 12px
}

.mess-lab li.hit {
	color: #4dcd70;
	border-bottom: 2px solid #4dcd70
}

.mess-lab li .hasnews {
	display: block;
	width: 8px;
	height: 8px;
	line-height: 8px;
	background: red;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: 27px;
	top: 9px
}

.mess-lab .labhide {
	width: 45px;
	height: 38px
}

.mess-lab .arrow-right {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .3s ease
}

.mess-lab .arrow-right.ashow {
	margin-top: -7px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg)
}

.mess-con {
	background: #fff;
	padding: 10px 15px;
	line-height: 22px
}

.mess-form {
	background: #fff
}

.mess-form li {
	border-top: 1px solid #f2f2f2;
	position: relative
}

.mess-form li:first-child {
	border-top: 0
}

.mform-tit {
	display: box;
	display: -webkit-box;
	line-height: 45px;
	padding: 0 10px;
	position: relative
}

.mform-tit .icon-haoyuan,
.mform-tit .icon-jiuzhenren,
.mform-tit .icon-zhengjianleixing,
.mform-tit .icon-chushengnianyue,
.mform-tit .icon-xingbie,
.mform-tit .icon-dangqianweizhi {
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 18px;
	color: #06f
}

.mform-tit h4 {
	box-flex: 0;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	width: 95px
}

.mform-tit .mtmess {
	display: block;
	box-flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1
}

.mess-detail {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .9);
	overflow: auto;
	left: 0;
	top: 0;
	z-index: 800;
	padding: 10% 20px 10% 20px;
	display: none
}

.mess-detail .arrow-right {
	position: absolute;
	right: 15px;
	top: 22px;
	transition: all .3s ease
}

.mess-detail .arrow-right.ashow {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg)
}

.md-intro {
	position: relative;
	border-top: 1px solid #f2f2f2
}

.arrow-right.seljt {
	position: absolute;
	right: 13px;
	top: 50%;
	margin-top: -8px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transition: all .3s ease
}

.arrow-right.seljt.ashow {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	margin-top: -2px
}

.mf-select {
	width: 100%;
	border: 0;
	padding: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	background-color: #fff
}

.human-add {
	padding: 5px;
	position: relative;
	z-index: 500;
	background: #fff
}

.human-add a {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #4dcd70;
	border-radius: 2px;
	font-size: 16px;
	color: #fff;
	text-align: center
}

.human-add a:active {
	background: #34b758
}

.jzr-more {
	text-align: center;
	line-height: 26px;
	font-size: 13px;
	color: #5b5b5b;
	padding-top: 3px
}

.jzr-more .arrow-right {
	display: inline-block;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	margin: 0 0 3px 10px;
	transition: all .3s ease
}

.jzr-more .arrow-right.ashow {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	margin-bottom: -2px
}

.choosepop {
	width: 100%;
	max-height: 50%;
	bottom: 0;
	left: 0;
	z-index: 800;
	position: fixed;
	display: none;
	-webkit-animation: choopop .3s ease;
	animation: choopop .3s ease;
	background: #fff;
	overflow: hidden
}

@-webkit-keyframes choopop {
	0% {
		bottom: -200px
	}
	100% {
		bottom: 0
	}
}

@keyframes choopop {
	0% {
		bottom: -200px
	}
	100% {
		bottom: 0
	}
}

.human-hold {
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

.choosepop ul {
	display: block;
	background: #fff
}

.choosepop li {
	display: block;
	width: 100%;
	line-height: 38px;
	text-align: center;
	color: #5b5b5b;
	font-size: 15px;
	border-top: 1px solid #f2f2f2
}

.choosepop li.curr {
	color: #00a0e9
}

.choosepop li:first-child {
	border-top: 0
}

.choosepop .c-add {
	display: block;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	z-index: 500;
	background: #fff
}

.choosepop .c-close {
	display: block;
	width: 55px;
	height: 40px;
	position: absolute;
	right: 2px;
	top: 0;
	border-left: 1px solid #f2f2f2
}

.choosepop .c-close:before {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	background: #909090;
	position: absolute;
	left: 14px;
	top: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg)
}

.choosepop .c-close:after {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	background: #909090;
	position: absolute;
	left: 14px;
	top: 20px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg)
}

.choosepop-mb {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 700
}

.mform-time {
	display: box;
	display: -webkit-box;
	background: #e9f8fc
}

.mform-time dt {
	display: block;
	height: 40px;
	line-height: 15px;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	display: box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	border-right: 0
}

.mform-time dd {
	display: block;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box
}

.mform-time dd label {
	display: block;
	width: 100%;
	height: 50px;
	display: box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	border-top: 1px dashed #bddfe8;
	border-right: 1px dashed #bddfe8;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box
}

.mform-time dd label:first-child {
	border-top: 1px solid #bddfe8
}

.mform-time .mtleft {
	display: block;
	box-flex: 0;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	width: 40px
}

.mform-time .mtleft .go-left span,
.mform-time .mtright .go-right span {
	display: inline-block;
	width: 21px;
	height: 21px;
	background: #a0a9ac;
	text-align: center;
	border-radius: 50%;
	margin-top: 2px
}

.mform-time .mtleft .go-left i {
	margin: 5px 0 0 7px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
	border: solid #fff;
	border-width: 2px 2px 0 0
}

.mform-time .mtright .go-right i {
	margin: 5px 0 0 4px;
	border: solid #fff;
	border-width: 2px 2px 0 0
}

.mform-time .mtmid {
	box-flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	overflow: hidden;
	position: relative
}

.mform-time .mtmid dl {
	display: block;
	width: 60px;
	float: left
}

.mform-time .mtmid dl:nth-child(2n) dd {
	background: #fff
}

.mform-time .mtright {
	box-flex: 0;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	width: 40px
}

.mform-time .mtmid a.mt-open {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #4dcd70;
	color: #fff;
	font-size: 13px;
	display: box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center
}

.mform-time .mtmid a.mt-full {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #f5f5f5;
	color: #909090;
	font-size: 13px;
	display: box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center
}

.mt-filter {
	line-height: 35px;
	background: #e9f8fc;
	border-top: 1px solid #bddfe8;
	font-size: 13px;
	color: #39c;
	text-align: center
}

.wresult-top {
	padding-top: 25px
}

.wresult-top ul {
	display: box;
	display: -webkit-box
}

.wresult-top li {
	-webkit-box-flex: 1;
	width: 1px;
	text-align: center;
	font-size: 13px;
	position: relative
}

.wresult-top li label {
	display: inline-block;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	border: 3px solid #fff;
	background: #b9b9b9;
	border-radius: 50%;
	position: relative;
	z-index: 10;
	color: #fff
}

.wresult-top li label .iconfont {
	display: inline-block;
	vertical-align: middle
}

.wresult-top li:before {
	content: '';
	display: block;
	width: 98%;
	height: 2px;
	background: #e1e1e1;
	position: absolute;
	left: -50%;
	top: 15px;
	z-index: 9
}

.wresult-top li:first-child:before {
	display: none
}

.wresult-top li.curr label {
	background: #ff8100;
	border: 3px solid #ffe6cc
}

.mask-service {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 601;
	display: none
}

.service-hold {
	width: 90%;
	height: 90%;
	overflow: auto;
	position: absolute;
	left: 5%;
	top: 5%;
	background: #fff;
	border-radius: 6px
}

.service-close {
	position: absolute;
	right: 5%;
	margin-right: -5px;
	top: 5%;
	margin-top: -10px;
	color: #ffc5d5;
	z-index: 100
}

.service-close .iconfont {
	font-size: 22px
}

.sh-top {
	background: url("../images/accombg.png") center bottom no-repeat #ff5a87;
	background-size: 100% auto;
	color: #fff;
	padding: 10px 15px 30px 15px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px
}

.sh-top h4 {
	line-height: 45px;
	border-bottom: 1px solid #ff7b9f;
	font-size: 15px;
	font-weight: 700
}

.service-con {
	text-align: center;
	color: #ff5988;
	font-size: 15px
}

.service-con h4 .iconfont {
	color: #ff5988;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	font-size: 20px
}

.service-list {
	padding: 0 15px
}

.service-list li {
	position: relative;
	padding: 10px 15px 10px 50px;
	font-size: 13px;
	color: #909090;
	border-top: 1px solid #f2f2f2
}

.service-list-pop li {
	display: block;
	line-height: 1.5
}

.service-list li:first-child {
	border-top: 0
}

.service-list li h4 {
	font-size: 14px;
	color: #333;
	margin-bottom: 3px
}

.service-list li label {
	display: block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #fff;
	border: 1px solid #ff5a87;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 10px
}

.service-list li label .iconfont {
	font-size: 22px;
	vertical-align: middle;
	color: #ff5a87
}

.service-list li.sh-light {
	padding-left: 25px;
	color: #f68c50
}

.service-list li.sh-light .iconfont {
	position: absolute;
	left: 0;
	top: 6px;
	font-size: 18px
}

.service-btn {
	display: block;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #ff5a87;
	border-radius: 20px
}

.pz-get {
	box-flex: 0;
	-webkit-box-flex: 0;
	display: box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	padding-right: 15px
}

.pz-get a {
	display: inline-block;
	width: 55px;
	height: 25px;
	line-height: 25px;
	background: #d50c0c;
	color: #fff;
	text-align: center;
	border-radius: 2px
}

.zb-advert {
	background: #fcedb6;
	padding: 8px 15px;
	border-bottom: 1px solid #fff;
	color: #76502d
}

.zb-advert a {
	color: #007cd9;
	margin-left: 10px
}

.pntop {
	border-bottom: 1px solid #f2f2f2;
	padding: 7px 15px 7px 0;
	margin-left: 15px;
	line-height: 25px;
	color: #333;
	position: relative;
	color: #909090
}

.pntop:before {
	content: '';
	display: block;
	width: 2px;
	height: 20px;
	background: #4dcd70;
	position: absolute;
	left: -15px;
	top: 50%;
	margin-top: -10px
}

.charge-box {
	background: #fff
}

.cb-choo {
	padding-left: 15px
}

.cb-choo .input-group-checkbox {
	display: block;
	padding: 12px 0 10px 0;
	border-top: 1px solid #f2f2f2;
	font-size: 15px;
	color: #333
}

.cb-choo .input-group-checkbox:first-child {
	border-top: 0
}

.bq-recom {
	display: inline-block;
	width: 35px;
	height: 15px;
	background: url("../images/recommend.png") no-repeat;
	background-size: 100% 100%;
	margin-left: 15px
}

.cb-tip {
	margin-left: 15px;
	padding: 10px 15px 10px 0;
	color: #909090;
	border-top: 1px solid #f2f2f2
}

.pminput {
	width: 100%;
	box-sizing: border-box;
	color: #909090;
	padding: 0;
	border: 0
}

.sure-bot {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #fff;
	border-top: 1px solid #e1e1e1;
	box-sizing: border-box;
	font-size: 15px
}

.sure-bot-posi {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 600
}

.sure-bot-btn {
	display: inline-block;
	width: 115px;
	height: 45px;
	background: #4dcd70;
	color: #fff;
	text-align: center
}

.doc-groom {
	position: relative
}

.doc-groom h4 {
	line-height: 25px;
	padding: 0 10px;
	font-size: 13px;
	color: #909090
}

.doc-groom li {
	width: 33.33%;
	float: left;
	border: 0
}

.doc-groom li h4 {
	padding: 0;
	line-height: 1.2
}

.doc-groom li .doc-avatar {
	width: 35px;
	height: 35px;
	margin-top: 10px;
	margin-bottom: 10px
}

.doc-groom li .doc-avatar img {
	width: 35px;
	height: 35px
}

.doc-groom li .doc-info {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0
}

.groom-close {
	color: #cacaca;
	position: absolute;
	right: 0;
	top: 0;
	padding: 7px 10px 5px 10px;
	line-height: 1
}

.dpage-mess-tit {
	line-height: 37px;
	padding-left: 15px;
	border-bottom: 1px solid #f2f2f2;
	color: #333;
	font-size: 14px
}

.dpage-mess-tit a {
	float: right;
	color: #909090;
	padding-right: 15px;
	font-size: 12px
}

.dpage-mess-tit a .arrow-right {
	display: inline-block;
	margin-left: 5px
}

.dpage-mess {
	padding: 15px
}

.c-btn.c-btn-pill {
	border-radius: 200px
}

.c-block {
	display: block
}

.ndpage-mess {
	display: box;
	display: -webkit-box;
	padding: 10px
}

.ndmimg {
	box-flex: 0;
	-webkit-box-flex: 0;
	width: 115px;
	height: 100px;
	margin-right: 10px
}

.ndmimg img {
	width: 100%;
	height: 100%
}

.ndmcon {
	box-flex: 1;
	-webkit-box-flex: 1;
	color: #909090;
	line-height: 1.2;
	font-size: 12px
}

.ndmcon p {
	margin-top: 3px
}

.dmbq {
	display: inline-block;
	width: 43px;
	height: 15px;
	vertical-align: middle;
	margin: 0 0 3px 5px;
	background: url("../images/dmbq.png") no-repeat;
	background-size: 100% 100%
}

.ndmcon h4 {
	font-size: 14px;
	color: #333
}

.dmbot {
	border-top: 1px solid #f2f2f2;
	margin-top: 5px;
	padding-top: 5px
}

.dmbuy {
	display: inline-block;
	width: 70px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	background: #4fcc6e;
	font-size: 13px;
	border-radius: 12px;
	margin-left: 10px
}

.photo-notice {
	background: #fff0d8;
	color: #ff8100
}

.imglist dd {
	float: left;
	margin-right: 2%;
	margin-bottom: 10px;
	position: relative
}

.imglist img {
	display: block;
	width: 64px;
	height: 64px
}

.imglist .icon-delimg {
	position: absolute;
	right: -5px;
	top: -5px;
	display: block;
	width: 20px;
	height: 20px;
	background-color: #e10000;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg)
}

.imglist .icon-delimg:before,
.imglist .icon-delimg:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -5px;
	margin-top: -1px;
	width: 10px;
	height: 1px;
	background-color: #fff
}

.imglist .icon-delimg:after {
	transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg)
}

.btn-addimg {
	display: block;
	width: 64px;
	height: 64px;
	border: 1px dashed #e5e5e5;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.btn-addimg:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 2px;
	height: 28px;
	margin-left: -1px;
	margin-top: -14px;
	background-color: #e5e5e5
}

.btn-addimg:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 28px;
	height: 2px;
	margin-left: -14px;
	margin-top: -1px;
	background-color: #e5e5e5
}

.c-f11 {
	font-size: 11px
}

.c-btn-cfcfcf {
	background: #cfcfcf
}

.imgzoom-pack {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .7);
	display: none;
	z-index: 1100
}

.imgzoom-pack:after {
	content: "";
	position: absolute;
	height: 50px;
	line-height: 50px;
	width: 100%;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 5
}

.imgzoom-pack .imgzoom-x {
	color: #fff;
	height: 50px;
	width: 60px;
	line-height: 50px;
	text-align: center;
	font-size: 17px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	cursor: pointer
}

.imgzoom-x.k-right {
	right: 0;
	left: auto
}

.imgzoom-del {
	color: #fff;
	height: 50px;
	width: 60px;
	line-height: 50px;
	vertical-align: middle;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
	cursor: pointer
}

.imgzoom-del span {
	display: block;
	width: 20px;
	height: 21px;
	border: 2px solid #fff;
	border-top: 0;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 18px
}

.imgzoom-del span:before {
	content: '';
	display: block;
	width: 6px;
	height: 16px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	left: 5px;
	top: 2px
}

.imgzoom-del span i {
	display: block;
	width: 30px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: -5px;
	top: -5px
}

.imgzoom-del span i:before {
	content: '';
	display: block;
	width: 11px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 9px;
	top: -5px
}

.imgzoom-pack .imgzoom-img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden
}

.imgzoom-pack .imgzoom-img img {
	width: 100%;
	position: absolute;
	top: 50%
}

.c-red {
	color: #f00
}

.doc-notice {
	position: fixed;
	top: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
	background: #fff;
	z-index: 1
}

@-webkit-keyframes bounceInDown2 {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInDown2 {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}

.bounceInDown2 {
	-webkit-animation-name: bounceInDown2;
	animation-name: bounceInDown2
}

.service-close.photo {
	color: #4dcd70
}

.doc-mask {
	position: fixed;
	z-index: 11;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6)
}

.doc-mask-transparent {
	position: fixed;
	z-index: 11;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.doc-mask-transition {
	display: none;
	position: fixed;
	z-index: 12;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: background .3s;
	transition: background .3s
}

.doc-fade-toggle {
	background: rgba(0, 0, 0, 0.6)
}

.doc-actionsheet {
	position: fixed;
	left: 0;
	bottom: 0;
	-webkit-transform: translate(0, 130%);
	transform: translate(0, 130%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 12;
	width: 100%;
	background-color: #fff;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.doc-actionsheet-card {
	position: fixed;
	left: 0;
	bottom: -1rem;
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 12;
	width: 100%;
	background-color: #fff;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.doc-actionsheet-card:before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	right: 1.6rem;
	top: -.3rem;
	border-left: .5rem solid transparent;
	border-right: .5rem solid transparent;
	border-bottom: .5rem solid #fff
}

.doc-actionsheet-menu {
	background-color: #fff
}

.doc-actionsheet-toggle {
	bottom: 0;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

.c-82c451 {
	color: #82c451
}

.c-14a9ec {
	color: #14a9ec
}

.c-feae20 {
	color: #feae20
}

.validation-list .pmn_tit {
	width: auto;
	margin-right: 10px
}

.v-h-m {
	vertical-align: middle
}

.epage-mess {
	padding: 10px 15px;
	text-align: center
}

.epage-mess h4 .iconfont {
	font-size: 20px;
	color: #ed3636;
	line-height: 1
}

.epage-mess table td {
	border: 1px solid #e1e1e1;
	line-height: 15px;
	padding: 10px 8px;
	box-sizing: border-box;
	text-align: left;
	font-size: 13px
}

.bgc-f5f5f5 {
	background: #f5f5f5
}

.epage-pop {
	width: 90%;
	background: #fff;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 620;
	padding: 10px 0
}

.epage-pop-mb {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 610;
	background: rgba(0, 0, 0, .7)
}

.epclose {
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	right: 2px;
	top: 3px;
	z-index: 10;
	text-align: center;
	color: #e0e0e0
}

.epclose .iconfont {
	font-size: 24px
}

.epmess {
	display: inline-block;
	text-align: left;
	padding: 5px 10px 10px 60px;
	position: relative;
	font-size: 12px;
	color: #909090
}

.epmess .iconfont {
	position: absolute;
	left: 20px;
	top: 0;
	font-size: 30px;
	color: #4ed964
}

.eptable {
	width: 100%;
	text-align: center
}

.eptable td {
	border: 1px solid #e1e1e1;
	line-height: 15px;
	padding: 10px 5px;
	box-sizing: border-box;
	font-size: 13px
}

.eptable thead td {
	background: #f5f5f5
}

.epget {
	border-bottom: 1px dashed #e1e1e1;
	border-top: 1px dashed #e1e1e1;
	padding: 5px 0
}

.epgetspan {
	display: inline-block;
	line-height: 18px;
	vertical-align: middle;
	text-align: left
}

.epgetbtn {
	display: inline-block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	margin-left: 5px;
	background: #ff8100;
	color: #fff;
	vertical-align: middle
}

.over-hidden {
	overflow: hidden;
	height: 100vh
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 800;
	width: 100%;
	height: 100%
}

.overlay.bg {
	background: rgba(0, 0, 0, .7);
	opacity: .7
}

.overlay-guide {
	top: 25%;
	margin-left: 6%;
	width: 88%;
	height: auto
}

.overlay-guide img {
	display: block;
	margin: 0 auto;
	max-width: 100%
}

.overlay-close {
	position: absolute;
	top: 10%;
	right: 3%;
	display: block;
	width: 26px;
	height: 26px;
	background: url(../images/overlay-close.png) center no-repeat;
	background-size: contain
}

.c-list .c-list-info>p.c-222 {
	color: #222
}

.close-service.c-list .c-list-info {
	padding-right: 0
}

.close-service.c-list>.c-list-text {
	padding-right: 0
}

.bg-limit {
	display: inline-block;
	height: 16px;
	padding: 0 12px 0 5px;
	color: #fff;
	font-size: 10px;
	background-color: #fe8100;
	position: relative;
	top: -2px
}

.bg-limit:after {
	content: '';
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 8px;
	border-right-color: #fff;
	position: absolute;
	top: 0;
	right: 0
}

.agreepop-close {
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	right: 5px;
	top: 5px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 700;
	background-color: #ccc;
	border-radius: 50%
}

.agreepop-close:before {
	content: '';
	display: block;
	width: 16px;
	height: 2px;
	position: absolute;
	left: 4px;
	top: 11px;
	background: #fff
}

.agreepop-close:after {
	content: '';
	display: block;
	width: 2px;
	height: 16px;
	position: absolute;
	left: 11px;
	top: 4px;
	background: #fff
}

.servicepop {
	padding: 75px 0 10px 0
}

.servicepop .agree-box-tit {
	line-height: 22px;
	font-size: 17px;
	top: 22px;
	color: #333;
	border-bottom: 0
}

.icon-guarantee {
	width: 12px;
	height: 13px;
	display: inline-block;
	background: url(../images/icon-guarantee.png) no-repeat;
	background-size: 100% 100%;
	margin-right: 5px;
	position: relative;
	top: 2px
}

.servicepop .agree-box {
	padding: 0 10px;
	font-size: 12px
}

.servicepop .agree-box>li .tit {
	font-size: 14px;
	color: #fe8100;
	text-align: center;
	background: url(../images/bg-tit.png) no-repeat;
	background-size: 100% 100%;
	padding: 2px 0 5px
}

.servicepop .agree-box>li .tit .bar {
	width: 2px;
	height: 12px;
	display: inline-block;
	background-color: #4dcd70;
	border-radius: 5px;
	margin-right: 5px;
	position: relative;
	top: 1px
}

.servicepop .con {
	margin-top: 10px
}

.servicepop table {
	border: 1px solid #e1e1e1
}

.servicepop table th,
.servicepop table td {
	font-size: 13px;
	padding: 10px;
	border: 1px solid #e1e1e1;
	border-width: 0 1px 1px 0;
	vertical-align: middle
}

.servicepop table td:last-child {
	text-align: center
}

.servicepop table th {
	background-color: #f5f5f5;
	text-align: center;
	color: #333
}

.servicepop table td {
	color: #5c5c5c
}

.c-5c5c5c {
	color: #5c5c5c
}

.servicepop .con p {
	line-height: 18px
}

.process-list {
	margin-top: 10px
}

.process-list .list-tit {
	font-size: 12px;
	color: #fff;
	display: inline-block;
	height: 20px;
	position: relative;
	padding-left: 20px;
	background-color: #fe8100
}

.process-list .list-tit:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: 8px
}

.process-list .list-tit:after {
	content: '';
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 10px;
	border-left-color: #fe8100;
	position: absolute;
	right: -20px;
	top: 0
}

.list-step {
	margin: 10px 0 10px 10px
}

.list-step li {
	border-left: 1px dashed #e6e6e6;
	padding: 10px 0 10px 15px;
	color: #5c5c5c;
	position: relative
}

.list-step .num {
	width: 18px;
	height: 18px;
	display: inline-block;
	border: 1px solid #bebebe;
	border-radius: 50%;
	background-color: #fff;
	color: #5c5c5c;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	position: absolute;
	left: -10px;
	top: 10px
}

.clause-table {
	width: 100%;
	border: 1px solid #e1e1e1;
	margin: 5px 0
}

.clause-table td {
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
	vertical-align: middle
}

.bt-list-patient {
	padding: 0 10px
}

.bt-list-patient li {
	border: 1px solid #ebebeb;
	border-radius: 5px;
	margin-top: 10px;
	background: #fff;
	padding: 15px 15px 15px 0;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-box;
	display: box;
	-webkit-box-align: center;
	-ms-box-align: center;
	box-align: center;
	position: relative;
	overflow: hidden
}

.bt-list-patient li .key {
	-webkit-box-flex: 0;
	box-flex: 0;
	width: 75px;
	word-break: break-all;
	text-align: center;
	padding: 0 3px
}

.tag-ren .iconfont {
	color: #fff;
	position: absolute;
	font-size: 10px;
	margin: -30px 0 0 3px
}

.bt-list-patient li .info {
	-webkit-box-flex: 1;
	-ms-box-flex: 1;
	box-flex: 1;
	border-left: 1px solid #e1e1e1;
	padding-left: 10px;
	color: #5b5b5b;
	font-size: 13px
}

.bt-list-patient li .key span {
	font-size: 15px;
	color: #333
}

.btstate-ok {
	display: block;
	width: 45px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #45b865;
	color: #fff;
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -12px;
	border-radius: 4px
}

.btstate-ok.disable {
	background: 0;
	color: #bfbfbf;
	font-size: 13px
}

.bt-list-tip {
	padding: 0 10px;
	font-size: 13px;
	color: #909090
}

.comact-img a {
	display: block
}

.comact-img img {
	width: 100%;
	vertical-align: middle
}

.input-group .form-control.canpers-crossin {
	border-radius: 0;
	border: 0
}

.urgent-top {
	line-height: 35px;
	background: #f3f3f3;
	padding: 0 15px
}

.addtexa {
	background: #fff;
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 0;
	padding: 10px 15px;
	font-size: 14px
}

.addimg {
	margin: 0 15px;
	padding-top: 15px;
	border-top: 1px solid #f2f2f2
}

.addimg li {
	width: 65px;
	height: 65px;
	position: relative;
	float: left;
	margin-right: 12px;
	margin-bottom: 10px
}

.addimg li img {
	width: 100%;
	height: 100%
}

.addimg li.filebtn {
	box-sizing: border-box;
	border: 1px dashed #bebebe
}

.addimg li.filebtn:before {
	content: '';
	display: block;
	width: 26px;
	height: 2px;
	background: #bebebe;
	position: absolute;
	left: 50%;
	margin-left: -13px;
	top: 50%;
	margin-top: -1px
}

.addimg li.filebtn:after {
	content: '';
	display: block;
	width: 2px;
	height: 26px;
	background: #bebebe;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 50%;
	margin-top: -13px
}

.addimg li .iconfont {
	position: absolute;
	right: -5px;
	top: -9px;
	color: #ff8100
}

.urgent-tip {
	padding: 0 15px 15px 15px;
	color: #909090;
	font-size: 13px;
	line-height: 1.3
}

.viewap-top {
	line-height: 20px;
	padding: 15px
}

.viewap-step {
	background: #fff;
	overflow: hidden
}

.viewap-step li {
	margin-left: 40px;
	border-top: 1px solid #f2f2f2;
	padding: 10px 10px 10px 0;
	color: #909090;
	position: relative
}

.viewap-step li:first-child {
	border-top: 0
}

.viewap-step li h4 {
	color: #333
}

.viewap-step li:after {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: #e1e1e1;
	position: absolute;
	left: -18px;
	top: 28px
}

.viewap-step li:last-child:after {
	display: none
}

.viewap-step li .icon-dizhi {
	display: inline-block;
	position: absolute;
	z-index: 10;
	left: -28px;
	top: 10px;
	width: 20px;
	height: 25px;
	line-height: 25px;
	background: #fff;
	text-align: center
}

.viewap-step li.finish .icon-dizhi:before,
.viewap-step li.cancel .icon-dizhi:before {
	content: "\e904";
	color: #4dcd70
}

.viewap-step li.finish:after {
	background: #4dcd70
}

.viewap-step li.cancel .icon-dizhi:before {
	color: #f00
}

.urgent-know {
	padding: 10px 10px 10px 0;
	font-size: 13px;
	color: #909090
}

.urgent-know h4 {
	color: #333;
	font-size: 15px
}

.urgent-tis {
	border-top: 1px solid #f2f2f2;
	padding: 8px 0;
	font-size: 13px
}

.urgent-tis .icon-star {
	color: #f19149;
	margin-right: 2px;
	font-size: 14px
}

.mform-tit.plr15 {
	padding-left: 15px;
	padding-right: 15px
}

.icon-jiuzhenren.c-909090 {
	color: #909090
}

.arrow-right.rightjt {
	position: absolute;
	right: 13px;
	top: 50%;
	margin-top: -6px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg)
}

.basit-form .mform-tit h4 {
	width: auto;
	margin-right: 10px
}

.basit-tit {
	display: block;
	line-height: 30px;
	padding: 10px 0
}

.basit-tit .input-group-checkbox {
	display: block
}

.basit-result {
	padding: 20px 0;
	color: #666;
	font-size: 13px
}

.basit-result .icon-chenggong2,
.basit-result .icon-shibai {
	font-size: 30px;
	color: #4ed964
}

.basit-result .icon-shibai {
	color: #ccc
}

.basit-tip {
	border-top: 1px dashed #e1e1e1;
	padding: 10px 0;
	font-size: 13px;
	color: #909090
}

.basit-btn {
	padding: 10px 0;
	margin-top: 30px;
	display: box;
	display: -webkit-box
}

.basit-btn a {
	display: block;
	box-flex: 1;
	-webkit-box-flex: 1;
	width: 1px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	border: 1px solid #e1e1e1;
	margin-left: 10px;
	font-size: 16px;
	color: #909090;
	border-radius: 5px
}

.basit-btn a:first-child {
	margin-left: 0
}

.basit-btn a.disable {
	opacity: .6
}

.basit-btn>div {
	box-flex: 1;
	-webkit-box-flex: 1;
	width: 1px;
	position: relative
}

.basit-btn>div a {
	width: 100%
}

.basit-btn>div>label {
	display: block;
	position: absolute;
	width: 205px;
	font-size: 12px;
	left: 10px;
	bottom: 50px;
	background: #fff2e5;
	line-height: 25px;
	padding: 0 10px;
	border-radius: 4px;
	color: #ff8100
}

.basit-btn>div>label:before {
	content: '';
	display: block;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: dashed;
	border-width: 7px;
	border-top-color: #fff2e5;
	border-top-style: solid;
	position: absolute;
	left: .75rem;
	bottom: -13px
}

.basit-btn>div.basit-pay a {
	background: #4dcd70;
	border: 1px solid #4dcd70;
	color: #fff
}

.basit-link {
	color: #00a0e9;
	text-decoration: underline
}

.tel-authe {
	padding: 10px 0 10px 0;
	margin-left: 15px;
	font-size: 13px
}

.tel-authe .iconfont {
	color: #4dcd70;
	margin-right: 5px
}

.notic-authe {
	border-top: 1px solid #f2f2f2;
	padding-left: 15px;
	color: #666
}

.notic-authe:first-child {
	border-top: 0
}

.notic-authe h4 {
	color: #ff8100;
	line-height: 35px;
	border-bottom: 1px solid #f2f2f2;
	font-size: 13px
}

.authe-btn {
	display: box;
	display: -webkit-box
}

.authe-btn a {
	display: block;
	box-flex: 1;
	-webkit-box-flex: 1;
	width: 1px;
	margin-left: 15px;
	padding-left: 0;
	padding-right: 0
}

.authe-btn a:first-child {
	margin-left: 0
}

.ainfo {
	line-height: 21px;
	padding-top: 12px;
	padding-bottom: 12px
}

.ainfo-img li {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 15px;
	margin-bottom: 10px
}

.ainfo-img li img {
	width: 100%;
	height: 100%
}

.ainfo-ms {
	padding: 15px 0 5px 0;
	margin-left: 15px;
	font-size: 13px
}

.nwait-box {
	background: #fff
}

.nwait-box h4 {
	line-height: 38px;
	padding: 0 15px;
	border-bottom: 1px solid #f2f2f2
}

.nwpoint {
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #56d077;
	border-radius: 50%;
	vertical-align: middle;
	margin: 0 5px 3px 0
}

.c-btn-ff8100,
.c-btn.c-btn-ff8100 {
	background-color: #ff8100
}

.c-btn-ff8100:hover,
.c-btn.c-btn-ff8100:hover {
	background-color: #f08110
}

.index-disease {
	position: relative;
	padding-top: 0
}

.index-disease .area-province,
.index-disease .area-city {
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

.index-disease .area-province li {
	padding: 0;
	background: #f9f9f9
}

.index-disease .area-province .item {
	width: 100%!important;
	padding: 12px 10px;
	box-sizing: border-box
}

.index-disease .area-province .has-child li {
	padding: 12px 0 12px 25px;
	border-top: 1px solid #ebeaea;
	border-bottom: 0
}

.index-disease .area-province li.has-child label {
	width: 15px
}

.index-disease .area-province li.has-child .ui-arrow {
	border-left-color: #ccc;
	opacity: 1
}

.index-disease .area-province li.has-child.curr .ui-arrow {
	border-top-color: #06f;
	border-left-color: transparent;
	top: 3px
}

.index-disease .area-province li.has-child li.curr {
	background: #fff
}

.tag {
	color: #fff;
	font-size: 10px;
	border-radius: 3px;
	width: 15px;
	height: 15px;
	display: inline-block;
	text-align: center;
	line-height: 15px;
	margin-left: 5px;
	position: relative;
	top: -3px
}

.bgc-65c5f5 {
	background-color: #65c5f5
}

.bgc-fca449 {
	background-color: #fca449
}

.fixed-ft {
	height: 40px;
	line-height: 40px;
	position: relative;
	z-index: 1000
}

.fixed-ft ul {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff
}

.fixed-ft li {
	width: 50%;
	float: left;
	text-align: center
}

.fixed-ft .tit {
	color: inherit;
	display: block;
	border-right: 1px solid #e1e1e1
}

.fixed-ft li:last-child .tit {
	border-right: 0
}

.fixed-ft li.curr .tit {
	color: #4dcd70
}

.fixed-ft a .ui-arrow {
	display: inline-block;
	top: -2px;
	margin-left: 5px
}

.over-lay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 999
}

.over-hidden {
	overflow: hidden
}

.ft-con {
	padding: 0 10px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	color: #909090;
	text-align: left
}

.fixed-ft a.ensure-btn {
	color: #06f
}

.c-0066ff {
	color: #06f
}

.tag-group {
	margin: -5px -5px 10px
}

.hollow-tag {
	border: 1px solid #e1e1e1;
	border-radius: 100px;
	float: left;
	line-height: 1;
	padding: 8px 13px;
	margin: 5px;
	min-width: 60px;
	box-sizing: border-box;
	text-align: center;
	color: inherit;
	font-size: 13px
}

.hollow-tag.curr {
	background-color: #4dcd70;
	color: #fff;
	border: 1px solid #4dcd70
}

.fixed-ft .icon-shaixuan {
	position: relative;
	top: 2px
}

.dpt-suggst .hosp-avatar {
	width: auto;
	height: auto;
	display: box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-pack: center;
	box-pack: center
}

.dpt-suggst .hosp-avatar .hosp-img {
	width: 75px;
	height: 55px
}

.bt-f2f2f2 {
	border-top: 1px solid #f2f2f2
}

.read-list {
	margin-left: 15px
}

.read-list li {
	border-top: 1px solid #f2f2f2
}

.read-list li:first-child {
	border-top: 0
}

.read-list li a {
	display: block;
	line-height: 45px;
	color: #666;
	position: relative
}

.read-list li a:before {
	position: absolute;
	top: 50%;
	right: .75rem;
	margin-top: -0.25rem;
	content: "";
	display: block;
	width: .4rem;
	height: .4rem;
	border: solid #cdcdcd;
	border-width: .1rem .1rem 0 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.rlspace {
	color: #eee;
	margin: 0 3px
}

.area-box .hosp-word-nav {
	position: absolute;
	right: 0;
	top: 0;
	padding-top: 10px
}

.area-box .hosp-word-nav a {
	line-height: 20px
}

.area-province .hospital-word {
	line-height: 20px;
	font-size: 12px;
	background: #f2f2f2;
	padding: 0 10px;
	color: #333
}

.area-province .hospital-word:active {
	background: #f2f2f2;
	color: #333
}

.calldoc {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 1000
}

.calldoc-hd {
	position: relative;
	top: -1.5rem;
	text-align: center;
	margin-bottom: -1rem
}

.calldoc-hd img {
	width: 3rem;
	height: 3rem;
	border-radius: 50%
}

.calldoc-bd {
	overflow: auto
}

.calldoc-bd h4 {
	font-size: .75rem;
	padding: .75rem;
	line-height: 1;
	border-top: 1px solid #eee
}

.calldoc-bd h4 i {
	font-size: 1rem;
	margin-right: .5rem;
	position: relative;
	top: .15rem;
	color: #eee
}

.calldoc-bd li.curr h4 i {
	color: #4dcd70
}

.calldoc-bd li .con {
	position: relative;
	padding: .75rem .9rem;
	background-color: #f8f8fa;
	border-top: 1px solid #eee
}

.calldoc-bd li .con:before {
	content: '';
	border: solid transparent;
	border-width: 8px;
	border-bottom-color: #eee;
	position: absolute;
	top: -16px;
	left: 66px
}

.calldoc-bd li .con:after {
	content: '';
	border: solid transparent;
	border-width: 8px;
	border-bottom-color: #f8f8fa;
	position: absolute;
	top: -14px;
	left: 66px
}

.calldoc-bd .auth-group {
	margin: .2rem -.15rem 0
}

.calldoc-bd .auth-group span {
	font-size: .6rem;
	color: #666;
	margin: 0 .15rem
}

.calldoc-bd li .con .icon-renzheng {
	position: relative;
	top: .1rem;
	margin-right: .1rem
}

.calldoc-bd .con .price {
	display: inline-block;
	font-size: .6rem;
	color: #4dcd70;
	border: 1px solid #4dcd70;
	border-radius: .2rem;
	padding: .4rem 1rem;
	margin-top: .25rem
}

.calldoc-ft {
	padding: .75rem
}

.calldoc-close {
	position: absolute;
	top: -1.5rem;
	right: .5rem;
	display: block;
	color: #ff8100
}

.calldoc-close i {
	font-size: 1.1rem
}

.over-hidden {
	overflow: hidden
}

.ser-defu-his .ser-icon-search {
	margin-right: 8px
}

.ser-defu-his .ser-icon-search:before {
	left: 0;
	top: 0;
	width: 10px;
	height: 10px;
	border: 1px solid #ccc
}

.ser-defu-his .ser-icon-search:after {
	left: 9px;
	top: 11px;
	width: 6px;
	height: 1px;
	background: #ccc
}

.jylt-reser {
	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;
	border-color: #eee;
	padding: 10px
}

.jylt-reser-lt {
	font-size: 0
}

.jylt-reser-lt .lt-icon {
	display: inline-block;
	vertical-align: top;
	border-radius: 999px;
	line-height: 1.3;
	text-align: left
}

.jylt-reser-lt .lt-icon i {
	color: #4bcc72;
	font-size: 18px
}

.jylt-reser-lt .lt-tit {
	display: inline-block;
	vertical-align: top
}

.jylt-reser-btn {
	display: block;
	width: 70px;
	height: 23px;
	line-height: 23px;
	background-color: #4bcc72;
	border-radius: 3px;
	text-align: center;
	font-size: 12px;
	color: #fff
}

.jyzx-wrap-fix {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.jyzx-wrap-fix .jylt-reser-lt .lt-icon i {
	color: #1ab2ea
}

.jyzx-wrap-fix .jylt-reser-lt .lt-tit p {
	color: #1ab2ea
}

.jyzx-wrap-fix .jylt-reser-btn {
	background-color: #1ab2ea
}

.icon-tjnew {
	display: inline-block;
	width: 22px;
	height: 14px;
	background: url("../images/new.png") no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: -23px;
	top: -4px
}

.c-007dda {
	color: #007dda
}

.bgc-fc7870 {
	background-color: #fc7870
}

.bgc-449af5 {
	background-color: #449af5
}

.ai-entry {
	padding: 10px;
	background-color: #fff0d8;
	border-top: 1px solid #fceace;
	color: #b7883d;
	line-height: 1
}

.ai-pop {
	position: fixed;
	top: 120px;
	left: 10%;
	width: 80%;
	height: auto;
	background-color: #fff;
	border-radius: 10px;
	padding: 15px 10px;
	box-sizing: border-box;
	z-index: 1000
}

.pop-close {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	color: #e1e1e1;
	text-align: center;
	line-height: 40px
}

.pop-close i {
	font-size: 22px
}

.c-pack-v {
	position: relative;
	display: -webkit-box;
	display: box;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-pack: center;
	box-pack: center
}

.card-list {
	width: 100%
}

.card-list li {
	width: 50%;
	margin-left: 25%;
}

.card-list li a {
	display: block;
	color: #fff;
	text-align: center;
	margin: 0 10px;
	position: relative;
	pointer-events: none
}

.card-list li a.dz-agree {
	pointer-events: all
}

.card-list a img {
	width: 80%;
}

.card-list li .info {
	position: absolute;
	top: -52px;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 1
}

.card-list h2 {
	font-weight: bold;
	font-size: 18px
}

.card-list .info p {
	font-size: 15px;
	margin-top: 5px
}

.card-list .card-btn {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 70%;
	margin-left: 15%;
	padding: 0 8px;
	box-sizing: border-box
}

.card-list .card-btn span {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-radius: 1000px;
	color: #fff;
	font-size: 12px;
	background: linear-gradient(top, #d1d1d1, #90979d);
	background: -webkit-linear-gradient(top, #d1d1d1, #90979d);
	box-shadow: 0 3px 3px #e2e2e2
}

.dz-self .info h2 {
	color: #01C5AF
}

.dz-self .info p {
	color: #26e3c6
}

.dz-self.dz-agree .card-btn span {
	background: linear-gradient(top, #26e3c6,#01C5AF);
	background: -webkit-linear-gradient(top, #26e3c6,#01C5AF);
	box-shadow: 0 3px 3px #01C5AF
}

.dz-ai .info h2 {
	color: #449af5
}

.dz-ai .info p {
	color: #9ac5f3
}

.dz-ai.dz-agree .card-btn span {
	background: linear-gradient(top, #7cfffe, #44a7f0);
	background: -webkit-linear-gradient(top, #7cfffe, #44a7f0);
	box-shadow: 0 3px 3px #caf3fa
}

.c-007dda {
	color: #007dda
}

.c-ff2424 {
	color: #ff2424
}

.p15 {
	padding: 15px
}

.mt40 {
	margin-top: 40px
}

.bgc-ff2424 {
	background-color: #ff2424
}

.bgc-17b3ec {
	background-color: #17b3ec
}

.user-list {
	padding: 10px 0;
	margin: 0 -5px
}

.user-list li {
	float: left;
	width: 50%;
	padding: 5px;
	box-sizing: border-box
}

.user-list li a {
	display: box;
	display: -webkit-box;
	border: 1px solid #e1e1e1;
	background-color: #fff;
	border-radius: 5px;
	color: #333;
	padding: 6px 15px 10px 0;
	min-height: 66px;
	box-sizing: border-box
}

.user-list .user-img,
.user-list .user-info {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center
}

.user-list .user-img {
	width: 60px;
	text-align: center
}

.user-img img {
	width: 25px
}

.user-img.user-baby img {
	width: 30px
}

.ptb12 {
	padding-top: 12px;
	padding-bottom: 12px
}

.ptb6 {
	padding-top: 6px;
	padding-bottom: 6px
}

.required {
	position: relative
}

.required:before {
	content: "*";
	position: absolute;
	color: #f00;
	font-size: 14px;
	height: 12px;
	line-height: 12px;
	vertical-align: middle;
	left: -8px;
	top: 50%;
	margin-top: -5px
}

.c-list-a {
	display: -webkit-box;
	display: box;
	width: 100%;
	color: #333
}

.c-list>.list-arrow-r,
.c-list>.list-arrow-u,
.c-list>.list-arrow-d {
	padding-right: 30px
}

.c-list>.list-arrow-r:after,
.c-list>.list-arrow-u:after,
.c-list>.list-arrow-d:after {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -5px;
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border: solid #cdcdcd;
	border-width: 2px 2px 0 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.c-list>.list-arrow-u:after {
	right: 13px;
	margin-top: -2px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.c-list>.list-arrow-d:after {
	right: 13px;
	margin-top: -2px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

.w60 {
	width: 60px
}

.pl85 {
	padding-left: 85px
}

.img-w50 {
	width: 50px;
	height: 50px
}

.img-w50 img {
	width: 100%;
	height: 100%
}

.arrow-47c3f0 {
	display: inline-block;
	border-left-color: #47c3f0;
	margin-left: 10px
}

.c-f1853a {
	color: #f1853a
}

.c-17b3ec {
	color: #17b3ec
}

.c-pack-v {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center
}

.c-list .c-list-info>p.c-666 {
	color: #666
}

.doc-list .tags-con {
	position: absolute;
	top: 10px;
	right: 15px
}

.tags-con {
	margin: 0;
	font-size: 0;
	height: 13px
}

.tags-con .tag {
	border-radius: 0;
	width: 33px;
	height: 13px;
	line-height: 13px
}

.tags-con.tag-s .tag {
	margin-left: 0;
	margin-right: 5px;
	width: 23px
}

.tag-blue {
	background-color: #0cf
}

.tag-green {
	background-color: #0c6
}

.tag-gray {
	background-color: #999
}

.icon-circle {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	color: #fff
}

.c-eb6100 {
	color: #eb6100
}

.c-lab-17b3ec.c-lab-mor li.curr {
	border-bottom: 3px solid #17b3ec;
	color: #17b3ec
}

.c-lab-17b3ec.c-lab-mor li.curr a {
	color: #17b3ec
}

.h95 {
	height: 95px
}

.c-lab-con .lab-item {
	display: none
}

.c-lab-con .lab-item.curr {
	display: block
}

.gs-con {
	line-height: 1.8em;
	background: #fff;
	color: #555;
	padding: 15px;
	font-size: 12px
}

.symptoms-details-title {
	background: #fff;
	padding: 15px
}

.gs-lab {
	width: 100%;
	clear: both
}

.gs-lab li {
	width: 25%;
	font-size: 13px;
	color: #555
}

.gs-lab li.hit {
	border-bottom: 3px solid #17b3ec;
	color: #17b3ec
}

.gs-lab li.hit a {
	color: #17b3ec
}

.symptoms-wrap {
	overflow: hidden;
	top: 49px
}

.symptoms-left-box {
	width: 140px;
	left: 0;
	top: 49px
}

.symptoms-left-box .c-list>li,
.symptoms-left-box .c-list>.c-list-div {
	margin-left: 0!important;
	padding-left: 15px
}

.symptoms-left-box li.curr {
	background-color: #f2f2f2
}

.symptoms-left-box li.curr h4 {
	color: #00a1d8!important
}

.symptoms-right-box {
	left: 150px;
	top: 0
}

.symptoms-right-box li {
	border-bottom: #d9d9d9 1px solid
}

.symptoms-right-box li a {
	display: block;
	color: #555;
	font-size: 15px;
	line-height: 45px
}

.symptoms-recommend-box li {
	line-height: 45px;
	border-bottom: #f1f1f1 1px solid
}

.symptoms-recommend-box li:last-child {
	border-bottom: 0
}

.symptoms-details-info .c-lab-mor li a {
	border-left: 0!important
}

.symptoms-details-content {
	line-height: 26px
}

.c-0d7ae0 {
	color: #0d7ae0
}

.zw-list .c-border-b {
	border-bottom-color: #f1f1f1
}

.zw-row {
	width: 100%
}

.zw-row .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 1rem;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.zw-row .col>div {
	width: 14%;
	line-height: 1rem
}

.zw-row .col input {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 .125rem;
	width: 85%;
	height: 1rem;
	background: 0;
	line-height: 1rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.zx-upload-txt {
	position: absolute;
	top: 50%;
	left: 70px;
	-webkit-transform: translateY(-45%);
	transform: translateY(-45%)
}

.filter-box {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1100;
	display: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 60%;
	min-height: 60%;
	background: #fff
}

.filter-box.filter-bt {
	top: auto;
	bottom: 0
}

.filter-list {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%
}

.filter-mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 800;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2)
}

.scroll-fixed {
	position: fixed;
	top: 12.5rem;
	left: 0;
	z-index: 98
}

.scroll-citybox,
.scroll-hospbox {
	overflow: hidden;
	width: 100%
}

.scroll-specbox {
	overflow: hidden;
	width: 100%
}

.scroll-citybox li,
.scroll-hospbox li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.form-textarea.c-f13 {
	height: 113px;
	border: 0;
	resize: none
}

.cc-lef li {
	padding: .5rem 1rem;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	color: #5b5b5b
}

.cc-lef li:last-child {
	border-bottom: 0
}

.cc-lef li span {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.cc-rig li {
	margin-left: .75rem;
	height: 2.05rem;
	border-bottom: 1px solid #e1e1e1;
	color: #5b5b5b;
	line-height: 2.05rem
}

.cc-rig li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #5b5b5b
}

.cc-rig li:active {
	background: rgba(0, 0, 0, .01)
}

.cc-rig li:last-child {
	border-bottom: 0
}

.cc-lef li.curr {
	border-right: 1px solid #fff;
	background: #fff
}

.cc-rig li.curr {
	color: #37a6eb
}

.hosp-leftscroller,
.hosp-rightscroller {
	position: absolute;
	top: 0;
	height: 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-tap-highlight-color: transparent
}

.hosp-leftscroller {
	left: 0;
	width: 50%;
	background: #f5f5f5
}

.hosp-rightscroller {
	left: 50%;
	width: 50%;
	background: #fff
}

.imglist li {
	position: relative;
	float: left;
	margin-right: .375rem;
	margin-bottom: .375rem
}

.imglist img {
	display: block;
	width: 64px;
	height: 64px
}

.imglist .icon-delimg {
	position: absolute;
	top: -5px;
	right: -5px;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #e10000;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg)
}

.imglist .icon-delimg:after,
.imglist .icon-delimg:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -5px;
	width: 10px;
	height: 1px;
	background-color: #fff;
	content: ''
}

.imglist .icon-delimg:after {
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg)
}

.btn-addimg {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 64px;
	height: 64px;
	border: 1px dashed #e5e5e5
}

.btn-addimg:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -14px;
	margin-left: -1px;
	width: 2px;
	height: 28px;
	background-color: #e5e5e5;
	content: ''
}

.btn-addimg:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -14px;
	width: 28px;
	height: 2px;
	background-color: #e5e5e5;
	content: ''
}

.ins-img-btn {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 3100;
	width: 100%
}

.ins-img-btn .c-btn {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	border-radius: 4px;
	background-color: #fff;
	color: #157efb;
	font-size: 20px
}

.ins-img-btn .c-btn:first-child {
	border-radius: 4px 4px 0 0
}

.ins-img-btn .c-btn:nth-child(2) {
	border-top: 1px solid #e1e1e1;
	border-radius: 0 0 4px 4px
}

.zx-rule {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: .25rem .75rem;
	border-color: #eee;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.zxfw-mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%
}

.zxfw-mask-bg {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3)
}

.zxfw-mask-con {
	position: absolute;
	top: 50%;
	left: 50%;
	overflow-y: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: .5rem .75rem;
	width: 80%;
	max-height: 70%;
	border-radius: .2rem;
	background-color: #fff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-overflow-scrolling: touch
}

.zxfw-mask-close {
	display: inline-block;
	width: .7rem;
	height: .7rem;
	line-height: .7rem
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #bfbfbf
}

.w75 {
	width: 75px
}

.c-nomess .no-mess {
	padding: 0;
	text-align: left;
	font-size: 100%
}

.c-failstate {
	padding: 4.5rem .75rem 1.5rem .75rem;
	font-size: .7rem;
	color: #999;
	line-height: 1rem
}

.icon-nodata {
	display: inline-block;
	width: 6.15rem;
	height: 6.15rem;
	background: url(../images/no-data.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: .5rem
}