﻿.fadeOutUp {
	animation: fadeOutUp 1s forwards
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(0,-100%,0)
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(0,-100%,0)
	}
}

.circle {
	border-radius: 4px;
	overflow: hidden;
	height: 46px;
	width: 46px;
	padding: 0;
	background-size: cover;
	background-position: 50%
}

.avator {
	width: 48px;
	height: 48px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #f5f5f5
}

.mask {
	display: none;
	z-index: 980;
	background-color: rgba(0,0,0,.5);
	will-change: opacity;
	-webkit-backdrop-filter: blur(14px);
	transition: opacity .5s ease;
	-moz-transition: .5s opacity ease;
	-webkit-transition: opacity .5s ease;
	-o-transition: .5s opacity ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000
}

.mask,.reMask {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.reMask {
	z-index: 1000
}

.wx-share-suc {
	position: fixed;
	opacity: 0;
	width: 280px;
	z-index: -1;
	top: 50%;
	left: 50%;
	transition: all .5s ease;
	-webkit-transform: translate(-50%);
	transform: translate(-50%)
}

.wx-share-suc.show-share-suc {
	opacity: 1;
	z-index: 10000;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.wx-share-suc img {
	width: 100%
}

.wx-share-suc .x-circle {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 1px solid #fff;
	margin: 10px auto 0;
	padding: 7px
}

.wx-share-suc .x-circle div {
	height: 100%;
	position: relative
}

.wx-share-suc .x-circle div:after,.wx-share-suc .x-circle div:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	background: #fff;
	width: 100%;
	height: 1px
}

.wx-share-suc .x-circle div:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.wx-share-suc .x-circle div:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.text-default {
	opacity: .87;
	color: #221814
}

.right {
	float: right
}

.left {
	float: left
}

.clearfix {
	zoom: 1
}

.clearfix:after {
	clear: both;
	content: '';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden
}

.align-center {
	text-align: center
}

.text-primary {
	color: #4875d1
}

.text-value {
	color: #505050;
	font-size: 16px
}

.text-info1 {
	color: #969696;
	font-size: 1rem
}

.text-info2 {
	color: #505050;
	font-size: 14px
}

.text-min {
	color: #969696;
	font-size: 12px
}

.text-hint {
	color: #969696;
	font-size: .75rem
}

.border {
	border-bottom: 1px solid #f5f5f5
}

.border.light-border {
	border-bottom: 1px solid rgba(145,155,185,.15)
}

.border-top-bottom {
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5
}

.align-right {
	text-align: right
}

.align-justify {
	text-align: justify
}

.align-left {
	text-align: left
}

.common-padding {
	padding-top: 10px;
	padding-bottom: 10px
}

.hr-solid {
	width: 100%;
	border-bottom: 1px solid;
	opacity: .54
}

.lable-hot-sales {
	background: #51bfa7;
	position: relative;
	width: 35px;
	font-size: .75rem;
	height: 18px;
	line-height: 18px;
	border-radius: 3px
}

.lable-hot-sales:after {
	content: '\70ED\9500';
	opacity: .87;
	color: #fff
}

.label-otc {
	background: #51bfa7;
	position: relative;
	width: 35px;
	font-size: .75rem;
	height: 18px;
	line-height: 18px;
	text-align: center;
	border-radius: 3px
}

.label-otc:after {
	content: 'OTC';
	opacity: .87;
	color: #fff
}

.label-large-scale {
	background: transparent;
	position: relative;
	width: 58px;
	height: 18px;
	line-height: 18px;
	font-size: .75rem;
	border-radius: 3px;
	text-align: center
}

.label-large-scale:after {
	content: '\5927\6807\54C1\79CD';
	opacity: .87;
	color: #40d0ae
}

.label-insurance {
	background: transparent;
	position: relative;
	width: 35px;
	height: 18px;
	line-height: 18px;
	font-size: .75rem;
	border-radius: 3px;
	text-align: center
}

.label-insurance:after {
	content: '\533B\4FDD';
	opacity: .87;
	color: #78ceed
}

.label-basic {
	background: transparent;
	position: relative;
	width: 35px;
	height: 18px;
	line-height: 18px;
	font-size: .75rem;
	border-radius: 3px;
	text-align: center
}

.label-basic:after {
	content: '\57FA\836F';
	opacity: .87;
	color: #fdd160
}

.label-bidding {
	background: transparent;
	position: relative;
	width: 35px;
	font-size: .75rem;
	height: 18px;
	line-height: 18px;
	border-radius: 3px;
	text-align: center
}

.label-bidding:after {
	content: '\4E2D\6807';
	opacity: .87;
	color: #ee6573
}

.label-low-price {
	background: transparent;
	position: relative;
	width: 45px;
	font-size: .75rem;
	height: 18px;
	line-height: 18px;
	border-radius: 3px;
	text-align: center
}

.label-low-price:after {
	content: '\4F4E\4EF7\836F';
	opacity: .87;
	color: #9fd661
}

.label-type-drug {
	background: #fff;
	position: relative;
	width: 35px;
	font-size: .75rem;
	height: 18px;
	line-height: 18px;
	border-radius: 3px;
	text-align: center
}

.label-type-drug:after {
	content: '\836F\54C1';
	opacity: .87;
	color: #a3a3a3
}

.label-type-instrument {
	background: #fff;
	position: relative;
	width: 35px;
	font-size: .75rem;
	height: 18px;
	line-height: 18px;
	border-radius: 3px;
	text-align: center
}

.label-type-instrument:after {
	content: '\5668\68B0';
	opacity: .87;
	color: #a3a3a3
}

.label-type-healthy {
	background: #fff;
	position: relative;
	width: 45px;
	height: 18px;
	line-height: 18px;
	font-size: .75rem;
	text-align: center;
	border-radius: 3px
}

.label-type-healthy:after {
	content: '\4FDD\5065\54C1';
	opacity: .87;
	color: #a3a3a3
}

.label-type-other {
	background: #fff;
	position: relative;
	width: 35px;
	height: 18px;
	line-height: 18px;
	font-size: .75rem;
	text-align: center;
	border-radius: 3px
}

.label-type-other:after {
	content: '\5176\4ED6';
	opacity: .87;
	color: #a3a3a3
}[class*=icono-],[class*=icono-] * {
	box-sizing: border-box
}[class*=icono-] {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-style: normal;
	color: #646464;
	text-align: left;
	text-indent: -9999px;
	direction: ltr
}[class*=icono-]:after,[class*=icono-]:before {
	content: '';
	pointer-events: none
}

.icono-caretDown,.icono-caretLeft,.icono-caretRight,.icono-caretUp {
	width: 12px;
	height: 20px;
	margin: 0
}

.icono-caretDown:before,.icono-caretLeft:before,.icono-caretRight:before,.icono-caretUp:before {
	top: 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.icono-caretDown:after,.icono-caretLeft:after,.icono-caretRight:after,.icono-caretUp:after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.icono-caretDown:after,.icono-caretDown:before,.icono-caretLeft:after,.icono-caretLeft:before,.icono-caretRight:after,.icono-caretRight:before,.icono-caretUp:after,.icono-caretUp:before {
	width: 10px;
	height: 1px;
	position: absolute;
	bottom: 0;
	margin: auto 0;
	right: 2px;
	box-shadow: inset 0 0 0 32px;
	-webkit-transform-origin: right;
	transform-origin: right;
	height: 0;
	border: 1px solid
}

.icono-caretDown,.icono-caretDownCircle,.icono-caretDownSquare {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.icono-caretUp,.icono-caretUpCircle,.icono-caretUpSquare {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.icono-caretLeft,.icono-caretLeftCircle,.icono-caretLeftSquare {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.icono-play {
	width: 0;
	height: 0;
	border-width: 7px 0 7px 10px;
	border-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
	margin: 7px 9px
}

.icono-pause {
	width: 6px;
	height: 20px;
	margin: 7px 20px 7px 8px;
	box-shadow: inset 0 0 0 32px,12px 0 0 0
}

.icono-search {
	border: 2px solid;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: 4px 4px 8px 8px
}

.icono-search:before {
	position: absolute;
	border: 1px solid;
	width: 2px;
	height: 7px;
	box-shadow: inset 0 0 0 32px;
	top: 16px;
	right: 6px;
	border-radius: 0 0 1px 1px
}

.icono-sync {
	width: 18px;
	height: 18px;
	border: 2px solid;
	border-radius: 50%;
	border-right-color: transparent;
	border-left-color: transparent;
	margin: 4px;
	color: #fff
}

.icono-sync:before {
	transform: rotate(-45deg);
	right: -7px;
	top: 0
}

.icono-sync:after {
	transform: rotate(135deg);
	left: -7px;
	bottom: 0
}

.icono-sync:after,.icono-sync:before {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: solid;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent
}

.btn {
	position: relative;
	height: 36px;
	border: 0;
	width: 100%;
	cursor: pointer;
	border-radius: 5px;
	text-transform: uppercase;
	text-decoration: none;
	transition: #e6e6e6 .2s ease,box-shadow .28s cubic-bezier(.4,0,.2,1);
	outline: none!important;
	text-align: center;
	display: block;
	padding: 0;
	color: #5b69c5;
	background-color: #fff;
	border-color: #5b69c5;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

.btn.btn-disabled {
	background-color: #dadbe1
}

.btn.btn-flat {
	background: none;
	box-shadow: none;
	font-weight: 500
}

.btn-primary:not(.btn-flat) {
	color: hsla(0,0%,100%,.84)
}

.btn-primary.btn-flat {
	color: rgba(91,105,197,.84)
}

.btn-secondary {
	background-color: #fff;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px solid #ffb554;
	color: #ffb554
}

.btn-login {
	border: 1px solid rgba(91,105,197,.84);
	background-color: rgba(91,105,197,.84);
	color: #fff
}

.btn-login.btn-secondary {
	background-color: transparent;
	color: #5b69c5
}

.btn-login.btn-secondary.btn-disabled {
	background-color: #fff
}

.btn-login.btn-disabled {
	opacity: .57;
	background-color: #5b69c5
}

.btn.btn-sm {
	padding: 5px 15px;
	font-size: 1rem
}

a {
	color: rgba(91,105,197,.84);
	cursor: pointer
}

a,a:hover {
	text-decoration: none
}

.message,.report {
	position: fixed;
	display: none;
	opacity: 0;
	z-index: 1100;
	padding: 5px 15px;
	background-color: rgba(0,0,0,.5);
	color: hsla(0,0%,100%,.84);
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	border-radius: 3px;
	transform: translate(-50%,-50%);
	transition: all 1s ease-in;
	-moz-transition: 1s all ease-in;
	-webkit-transition: all 1s ease-in;
	-o-transition: 1s all ease-in;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000
}

::-webkit-input-placeholder {
	color: #969696
}

:-moz-placeholder,::-moz-placeholder {
	color: #969696
}

:-ms-input-placeholder {
	color: #969696
}

.flex-center {
	display: flex;
	justify-content: center;
	align-items: center
}

.flex-center.flex-column {
	flex-direction: column
}

.opacity-info {
	opacity: .57
}

.hr {
	width: 100%;
	border: 0;
	border-bottom: 1px solid rgba(91,105,197,.84)
}

.hr.hr-hint {
	opacity: .37
}

.click-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 7px 5px 8px 15px;
	color: #221814;
	border-bottom: 1px solid rgba(145,155,185,.25)
}

.click-item>span {
	display: block
}

.close-circle {
	width: 16px;
	height: 16px;
	background-size: 16px;
	background-image: url(../images/48fc109e35d0453bb00e87e7c1cf64a1.gif)
}

.close-circle-blue {
	width: 15px;
	height: 15px;
	background-size: 15px
}

.transparent {
	opacity: 0;
	display: none
}

.out-margin {
	margin-bottom: -7px
}

.name-show {
	line-height: 1.2;
	text-overflow: ellipsis;
	color: #1e1e1e;
	font-size: 16px;
	white-space: nowrap
}

.name-show,.overflow {
	overflow: hidden
}

.flex-column {
	flex-direction: column
}

.flex-shrink {
	flex-shrink: 0
}

.level-between {
	justify-content: space-between
}

.level-equal {
	justify-content: space-around
}

.level-center {
	justify-content: center
}

.vertical-align {
	align-items: center
}

.flex-box {
	flex: 1
}

html {
	font-size: 15px;
	height: 100%
}

html * {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-moz-tap-highlight-color: transparent;
	list-style: none
}

html .container {
	width: 100%;
	height: 100%;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 50px;
	flex: 1;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-perspective: 0
}

html .container .row {
	margin-left: -12px;
	margin-right: -12px;
	zoom: 1
}

html .container .row:after {
	clear: both;
	content: '';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden
}

html .container .row [class*=col-] {
	padding-left: 12px;
	padding-right: 12px
}

body {
	font-family: Arial,Hirogino Sans GB W3,SimSun,RobotoDraft,Roboto,Helvetica Neue,Helvetica,'sans-serif';
	line-height: 1.5;
	background-color: #e6e6e6;
	word-break: break-all;
	color: #787878;
	font-weight: 400;
	margin: 0;
	height: 100vh
}

.white-back {
	margin-left: -12px;
	margin-right: -12px;
	padding-left: 12px;
	padding-right: 12px;
	background-color: #fff;
	position: relative
}

.position-right {
	position: absolute;
	right: 12px;
	top: 10px
}

.position-right img {
	height: 36px
}

.page-content {
	display: flex;
	position: relative;
	height: 100vh;
	flex-direction: column
}

.justify {
	text-align: justify;
	-moz-text-align-last: justify;
	width: 70px;
	height: 0
}

.justify span {
	display: inline-block;
	padding-left: 100%
}

.section-padding {
	padding: 5px;
	font-size: 1rem;
	color: hsla(194,7%,54%,.84);
	background-color: #e6e6e6;
	margin-left: -12px;
	margin-right: -12px
}

.full-picture {
	z-index: 1001;
	position: fixed;
	top: 0;
	background-color: rgba(0,0,0,.99);
	left: 0;
	bottom: 0;
	padding: 5px;
	right: 0;
	display: flex;
	justify-content: center;
	flex-direction: column
}

.full-picture .swiper-slide {
	overflow: auto
}

.full-picture .swiper-slide img {
	margin: auto
}

.full-picture .swiper-container {
	overflow-y: auto
}

.no-wrap {
	white-space: nowrap
}

.overflow-ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.multi-line {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: 2rem;
	min-height: 1rem
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.flex-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-align-items: center;
	align-items: center
}

.flex-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.flex-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.common-user-summary {
	background-color: #fff;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	padding-top: 10px;
	padding-bottom: 10px
}

.common-user-summary .img {
	padding-top: 3px
}

.common-user-summary .avator {
	float: left
}

.common-user-summary .line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.common-user-summary .line-second {
	padding-top: 5px
}

.common-user-summary .name {
	line-height: 1;
	padding-top: 3px;
	width: 75%
}

.common-user-summary .time {
	color: #787878;
	white-space: nowrap
}

.common-user-summary .advantage {
	font-size: 16px;
	overflow: hidden;
	width: 76%;
	flex-basis: 100%;
	flex-shrink: 16
}

.common-user-summary .advantage.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.relative {
	position: relative
}

.section-desc {
	display: block;
	background-color: #fafafa;
	height: 38px;
	line-height: 38px;
	font-size: 1rem;
	color: #505050;
	border-bottom: 1px solid #f0f0f0
}

.section-desc span {
	padding-left: 12px
}

.section-desc span:after {
	content: '';
	display: block;
	background-color: #4875d1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 3px
}

.content-div {
	width: 100%;
	background-color: #e6e6e6
}

.refresh-div {
	z-index: 100;
	min-height: 300px
}

.loading-div,.refresh-div {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #e6e6e6
}

.loading-div {
	z-index: 9;
	height: 100%;
	text-align: center
}

.error-div,.loading-div {
	position: fixed;
	top: 0;
	left: 0
}

.error-div {
	margin: 0;
	padding: 0;
	z-index: 999;
	width: 100%;
	height: 300px;
	min-height: 300px;
	background-color: #e6e6e6
}

.error-message {
	margin-top: 100px;
	font-size: 1.5em
}

.error-code,.error-message {
	color: #646464;
	text-align: center
}

.error-code {
	margin-top: 40px;
	font-size: 1.2em
}

.circle {
	border-radius: 50%;
	overflow: hidden;
	height: 40px;
	width: 40px;
	padding: 0;
	background-size: cover;
	background-position: 50%
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12 {
	padding-left: 12px;
	padding-right: 12px;
	float: left
}

.col-1 {
	width: 8.33333333%
}

.col-2 {
	width: 16.66666667%
}

.col-3 {
	width: 25%
}

.col-4 {
	width: 33.33333333%
}

.col-5 {
	width: 41.66666667%
}

.col-6 {
	width: 50%
}

.col-7 {
	width: 58.33333333%
}

.col-8 {
	width: 66.66666667%
}

.col-9 {
	width: 75%
}

.col-10 {
	width: 83.33333333%
}

.col-11 {
	width: 91.66666667%
}

.col-12 {
	width: 100%
}

.font10 {
	font-size: 12px;
	transform-origin: left;
	transform: scale(.84)
}

@media screen and (min-width:320px) and (max-width:374px) {
	html {
		font-size: 14px
	}

	.common-user-summary .advertise {
		max-width: 72%
	}

	.common-user-summary .content {
		padding-left: 12px!important
	}

	#agency-detail .summary .info {
		padding-left: 12px
	}

	#agency-detail .summary .content,#agency-detail .summary .content .hospital,#agency-detail .summary .content .province {
		margin-left: 0
	}

	.form-horizontal .form-group label {
		font-size: 1rem
	}

	.form-horizontal .form-group .form-control {
		height: 20px
	}

	.btn {
		margin-top: 0
	}

	.btn.btn-sm {
		font-size: 12px
	}

	.city-selector .sub-selector .city-scroll-wrapper,.city-selector .sub-selector .province-scroll-wrapper {
		max-height: 340px
	}

	.city-selector .left .item {
		padding-top: 5px;
		padding-bottom: 5px
	}

	.dialog {
		padding-left: 15px;
		padding-right: 15px
	}

	#user-login,#user-signup {
		padding-top: 40px
	}

	#password-reset .tel-input,#user-signup .tel-input {
		width: 50%
	}

	.top-search .filter-body .back {
		max-height: 305px
	}

	.top-search .filter-body .list-div-wrapper {
		max-height: 290px
	}

	.top-search .filter-body .item {
		padding: 7px 15px 8px
	}
}

@media screen and (min-width:768px) {
	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	textarea:focus+.android-spacer {
		display: block;
		width: 100%;
		height: 160px
	}
}

@media screen and (min-width:541px) and (max-width:768px) {
	#product-detail .title {
		font-size: 22px
	}

	#product-detail .invest-info,#product-detail .item,#product-detail .name,#product-detail .product-desc .store .product-count,#product-detail .store-name,#product-detail .time,#recruit-detail .browse-count,#recruit-detail .info .line,#recruit-detail .line {
		font-size: 18px
	}

	#recruit-detail .info .salary {
		font-size: 26px
	}

	#agency-detail .content,#agency-detail .text-info2,#recruit-detail .detail,#recruit-detail .info .title,#recruit-detail .section-padding,#recruit-detail .text-info2 {
		font-size: 22px
	}

	#agency-detail .summary .info .line .name,#agency-detail .summary .info .line .team-size,#agency-detail .text-min {
		font-size: 18px
	}

	#agency-detail .label,#agency-detail .value {
		font-size: 26px
	}

	#store-detail .store-info .header .address {
		font-size: 18px
	}

	#store-detail .store-info .header .title {
		font-size: 26px
	}

	#store-detail .product-info .common-user-summary .content .line,#store-detail .product-info .item {
		font-size: 18px
	}

	#store-detail .product-info .base-info .header .title {
		font-size: 22px
	}

	#store-detail .product-info .base-info .advantage {
		font-size: 26px
	}
}

.circle {
	border-radius: 4px;
	overflow: hidden;
	height: 46px;
	width: 46px;
	padding: 0;
	background-size: cover;
	background-position: 50%
}

.avator {
	width: 48px;
	height: 48px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid background-border-color
}

.mask {
	display: none;
	z-index: 980;
	background-color: rgba(0,0,0,.5);
	will-change: opacity;
	-webkit-backdrop-filter: blur(14px);
	transition: opacity .5s ease;
	-moz-transition: .5s opacity ease;
	-webkit-transition: opacity .5s ease;
	-o-transition: .5s opacity ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000
}

.mask,.reMask {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.reMask {
	z-index: 1000
}

.wx-share-suc {
	position: fixed;
	opacity: 0;
	width: 280px;
	z-index: -1;
	top: 50%;
	left: 50%;
	transition: all .5s ease;
	-webkit-transform: translate(-50%);
	transform: translate(-50%)
}

.wx-share-suc.show-share-suc {
	opacity: 1;
	z-index: 10000;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.wx-share-suc img {
	width: 100%
}

.wx-share-suc .x-circle {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 1px solid #fff;
	margin: 10px auto 0;
	padding: 7px
}

.wx-share-suc .x-circle div {
	height: 100%;
	position: relative
}

.wx-share-suc .x-circle div:after,.wx-share-suc .x-circle div:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	background: #fff;
	width: 100%;
	height: 1px
}

.wx-share-suc .x-circle div:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.wx-share-suc .x-circle div:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.text-default {
	opacity: .87;
	color: color-default
}

.right {
	float: right
}

.left {
	float: left
}

.clearfix {
	zoom: 1
}

.clearfix:after {
	clear: both;
	content: '';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden
}

.align-center {
	text-align: center
}

.text-primary {
	color: colorOne
}

.text-value {
	color: colorFour;
	font-size: font-second5
}

.text-info1 {
	color: colorFive;
	font-size: font-size-reg
}

.text-info2 {
	color: colorFour;
	font-size: font-second6
}

.text-min {
	color: color-second2;
	font-size: 12px
}

.text-hint {
	color: color-second2;
	font-size: font-size-min
}

.border {
	border-bottom: 1px solid background-border-color
}

.border.light-border {
	border-bottom: 1px solid background-border-color-light
}

.border-top-bottom {
	border-top: 1px solid background-border-color;
	border-bottom: 1px solid background-border-color
}

.align-right {
	text-align: right
}

.align-justify {
	text-align: justify
}

.align-left {
	text-align: left
}

.common-padding {
	padding-top: 10px;
	padding-bottom: 10px
}

.hr-solid {
	width: 100%;
	border-bottom: 1px solid;
	opacity: opacity-second
}

.lable-hot-sales {
	background: #51bfa7;
	position: relative;
	width: 35px;
	font-size: .75rem;
	height: 18px;
	line-height: 18px;
	border-radius: 3px
}

.lable-hot-sales:after {
	content: '\70ED\9500';
	opacity: .87;
	color: #fff
}

.label-otc {
	background: #51bfa7;
	position: relative;
	width: 35px;
	font-size: .75rem;
	height: 18px;
	line-height: 18px;
	text-align: center;
	border-radius: 3px
}

.label-otc:after {
	content: 'OTC';
	opacity: .87;
	color: #fff
}

.label-large-scale {
	background: transparent;
	position: relative;
	width: 58px;
	height: 18px;
	line-height: 18px;
	font-size: .75rem;
	border-radius: 3px;
	text-align: center
}

.label-large-scale:after {
	content: '\5927\6807\54C1\79CD';
	opacity: .87;
	color: #40d0ae
}

.label-insurance {
	background: transparent;
	position: relative;
	width: 35px;
	height: 18px;
	line-height: 18px;
	font-size: .75rem;
	border-radius: 3px;
	text-align: center
}

.label-insurance:after {
	content: '\533B\4FDD';
	opacity: .87;
	color: #78ceed
}

.label-basic {
	background: transparent;
	position: relative;
	width: 35px;
	height: 18px;
	line-height: 18px;
	font-size: .75rem;
	border-radius: 3px;
	text-align: center
}

.label-basic:after {
	content: '\57FA\836F';
	opacity: .87;
	color: #fdd160
}

.label-bidding {
	background: transparent;
	position: relative;
	width: 35px;
	font-size: .75rem;
	height: 18px;
	line-height: 18px;
	border-radius: 3px;
	text-align: center
}

.label-bidding:after {
	content: '\4E2D\6807';
	opacity: .87;
	color: #ee6573
}

.label-low-price {
	background: transparent;
	position: relative;
	width: 45px;
	font-size: .75rem;
	height: 18px;
	line-height: 18px;
	border-radius: 3px;
	text-align: center
}

.label-low-price:after {
	content: '\4F4E\4EF7\836F';
	opacity: .87;
	color: #9fd661
}

.label-type-drug {
	background: #fff;
	position: relative;
	width: 35px;
	font-size: .75rem;
	height: 18px;
	line-height: 18px;
	border-radius: 3px;
	text-align: center
}

.label-type-drug:after {
	content: '\836F\54C1';
	opacity: .87;
	color: #a3a3a3
}

.label-type-instrument {
	background: #fff;
	position: relative;
	width: 35px;
	font-size: .75rem;
	height: 18px;
	line-height: 18px;
	border-radius: 3px;
	text-align: center
}

.label-type-instrument:after {
	content: '\5668\68B0';
	opacity: .87;
	color: #a3a3a3
}

.label-type-healthy {
	background: #fff;
	position: relative;
	width: 45px;
	height: 18px;
	line-height: 18px;
	font-size: .75rem;
	text-align: center;
	border-radius: 3px
}

.label-type-healthy:after {
	content: '\4FDD\5065\54C1';
	opacity: .87;
	color: #a3a3a3
}

.label-type-other {
	background: #fff;
	position: relative;
	width: 35px;
	height: 18px;
	line-height: 18px;
	font-size: .75rem;
	text-align: center;
	border-radius: 3px
}

.label-type-other:after {
	content: '\5176\4ED6';
	opacity: .87;
	color: #a3a3a3
}[class*=icono-],[class*=icono-] * {
	box-sizing: border-box
}[class*=icono-] {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-style: normal;
	color: #646464;
	text-align: left;
	text-indent: -9999px;
	direction: ltr
}[class*=icono-]:after,[class*=icono-]:before {
	content: '';
	pointer-events: none
}

.icono-caretDown,.icono-caretLeft,.icono-caretRight,.icono-caretUp {
	width: 12px;
	height: 20px;
	margin: 0
}

.icono-caretDown:before,.icono-caretLeft:before,.icono-caretRight:before,.icono-caretUp:before {
	top: 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.icono-caretDown:after,.icono-caretLeft:after,.icono-caretRight:after,.icono-caretUp:after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.icono-caretDown:after,.icono-caretDown:before,.icono-caretLeft:after,.icono-caretLeft:before,.icono-caretRight:after,.icono-caretRight:before,.icono-caretUp:after,.icono-caretUp:before {
	width: 10px;
	height: 1px;
	position: absolute;
	bottom: 0;
	margin: auto 0;
	right: 2px;
	box-shadow: inset 0 0 0 32px;
	-webkit-transform-origin: right;
	transform-origin: right;
	height: 0;
	border: 1px solid
}

.icono-caretDown,.icono-caretDownCircle,.icono-caretDownSquare {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.icono-caretUp,.icono-caretUpCircle,.icono-caretUpSquare {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.icono-caretLeft,.icono-caretLeftCircle,.icono-caretLeftSquare {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.icono-play {
	width: 0;
	height: 0;
	border-width: 7px 0 7px 10px;
	border-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
	margin: 7px 9px
}

.icono-pause {
	width: 6px;
	height: 20px;
	margin: 7px 20px 7px 8px;
	box-shadow: inset 0 0 0 32px,12px 0 0 0
}

.icono-search {
	border: 2px solid;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: 4px 4px 8px 8px
}

.icono-search:before {
	position: absolute;
	border: 1px solid;
	width: 2px;
	height: 7px;
	box-shadow: inset 0 0 0 32px;
	top: 16px;
	right: 6px;
	border-radius: 0 0 1px 1px
}

.icono-sync {
	width: 18px;
	height: 18px;
	border: 2px solid;
	border-radius: 50%;
	border-right-color: transparent;
	border-left-color: transparent;
	margin: 4px;
	color: #fff
}

.icono-sync:before {
	transform: rotate(-45deg);
	right: -7px;
	top: 0
}

.icono-sync:after {
	transform: rotate(135deg);
	left: -7px;
	bottom: 0
}

.icono-sync:after,.icono-sync:before {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: solid;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent
}

.btn {
	position: relative;
	height: 36px;
	border: 0;
	width: 100%;
	cursor: pointer;
	border-radius: 5px;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color .2s ease,box-shadow .28s cubic-bezier(.4,0,.2,1);
	outline: none!important;
	text-align: center;
	display: block;
	padding: 0;
	color: #5b69c5;
	background-color: #fff;
	border-color: #5b69c5;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

.btn.btn-disabled {
	background-color: color-button-disable
}

.btn.btn-flat {
	background: none;
	box-shadow: none;
	font-weight: 500
}

.btn-primary:not(.btn-flat) {
	color: color-white
}

.btn-primary.btn-flat {
	color: color-primary
}

.btn-secondary {
	background-color: #fff;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px solid color-button-primary;
	color: color-button-primary
}

.btn-login {
	border: 1px solid color-primary;
	background-color: color-primary;
	color: #fff
}

.btn-login.btn-secondary {
	background-color: transparent;
	color: color-primary-dark
}

.btn-login.btn-secondary.btn-disabled {
	background-color: #fff
}

.btn-login.btn-disabled {
	opacity: .57;
	background-color: color-primary-dark
}

.btn.btn-sm {
	padding: 5px 15px;
	font-size: font-size-reg
}

a {
	color: color-primary;
	cursor: pointer
}

a,a:hover {
	text-decoration: none
}

.message,.report {
	position: fixed;
	display: none;
	opacity: 0;
	z-index: first-z-index;
	padding: 5px 15px;
	background-color: rgba(0,0,0,.5);
	color: color-white;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	border-radius: 3px;
	transform: translate(-50%,-50%);
	transition: all 1s ease-in;
	-moz-transition: 1s all ease-in;
	-webkit-transition: all 1s ease-in;
	-o-transition: 1s all ease-in;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000
}

::-webkit-input-placeholder {
	color: color-second2
}

:-moz-placeholder,::-moz-placeholder {
	color: color-second2
}

:-ms-input-placeholder {
	color: color-second2
}

.flex-center {
	display: flex;
	justify-content: center;
	align-items: center
}

.flex-center.flex-column {
	flex-direction: column
}

.opacity-info {
	opacity: .57
}

.hr {
	width: 100%;
	border: 0;
	border-bottom: 1px solid color-primary
}

.hr.hr-hint {
	opacity: .37
}

.click-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 7px 5px 8px 15px;
	color: color-default;
	border-bottom: 1px solid color-border
}

.click-item>span {
	display: block
}

.close-circle {
	width: 16px;
	height: 16px;
	background-size: 16px;
	background-image: url(../images/48fc109e35d0453bb00e87e7c1cf64a1.gif)
}

.close-circle-blue {
	width: 15px;
	height: 15px;
	background-size: 15px
}

.transparent {
	opacity: 0;
	display: none
}

.out-margin {
	margin-bottom: -7px
}

.name-show {
	line-height: 1.2;
	text-overflow: ellipsis;
	color: colorThree;
	font-size: font-second5;
	white-space: nowrap
}

.name-show,.overflow {
	overflow: hidden
}

.flex-column {
	flex-direction: column
}

.flex-shrink {
	flex-shrink: 0
}

.level-between {
	justify-content: space-between
}

.level-equal {
	justify-content: space-around
}

.level-center {
	justify-content: center
}

.vertical-align {
	align-items: center
}

.flex-box {
	flex: 1
}

#show-body {
	background-color: #f2f2f2
}

#user-detail .user-info {
	background: #73b24e;
	margin: 0;
	position: relative
}

#user-detail .user-box {
	padding: 20px 17px
}

#user-detail .nav-box {
	background: #73b24e
}

#user-detail .top-nav-box {
	background: #fff
}

#user-detail .top-nav-box .common-user-summary {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

#user-detail .common-user-summary {
	padding: 0;
	border-bottom: 1px solid #f1f1f1;
	display: flex;
	justify-content: space-between;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #fff
}

#user-detail .name-shows {
	color: #fff;
	font-size: 14px;
	font-weight: 700
}

#user-detail .user-desc {
	color: #fff;
	font-size: 14px;
	line-height: 1;
	margin-top: 4px
}

#user-detail .avatar {
	min-width: 42px;
	min-height: 42px;
	width: 11.2vw;
	height: 11.2vw;
	border-radius: 50%;
	background-color: #e6e6e6;
	margin-right: 10px;
	overflow: hidden
}

#user-detail .avatar img {
	width: 100%;
	height: 100%
}

#user-detail .toggle-item {
	position: relative;
	margin-bottom: -1px;
	flex: 1;
	color: #80808d;
	font-size: 14px;
	height: 46px;
	justify-content: center
}

#user-detail .toggle-item.active {
	font-size: 16px;
	color: #080922;
	font-weight: 700
}

#user-detail .toggle-item.active:after {
	content: '';
	display: block;
	height: 3px;
	width: 20px;
	background: #73b24e;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: 0
}

#user-detail .vertical-middle {
	position: absolute;
	left: 50%;
	top: 40%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

#user-detail .empty-image {
	width: 100px
}

.leave-zore {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: all .2s cubic-bezier(0,0,.25,1);
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	max-height: 150px;
	overflow: hidden;
	visibility: visible
}

.leave-zore.is-top {
	visibility: hidden;
	max-height: 0;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0)
}

.product-image {
	background-image: url(../images/b4aaba0cd94f4c4794c56907223f2ae8.gif);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	min-width: 80px;
	min-height: 80px;
	width: 21.34vw;
	height: 21.34vw;
	margin-right: 10px;
	border-radius: 4px
}

.common-bg {
	background: #fff
}

.sort-desc {
	padding: 5px 12px;
	line-height: 1;
	font-size: 14px;
	background: #e6e6e6
}

.product-icon {
	height: 16px;
	margin-left: 8px;
	flex-shrink: 0
}

.product-title {
	font-size: 16px;
	font-weight: 700;
	color: #080922
}

.product-desc {
	color: #80808d;
	font-size: 14px
}

.product-item {
	color: #505050;
	font-size: 14px;
	padding: 4px 0
}

.company {
	font-size: 14px;
	color: #323232
}

.salary {
	color: #4875d1;
	font-size: 16px;
	font-weight: 700;
	margin-left: 10px
}

.float-padding {
	padding-left: 12px;
	float: left
}

.recruit-info {
	background: #fff;
	padding: 14px 15px
}

.recruit-info .title {
	font-size: 16px;
	overflow: hidden
}

.recruit-info hr {
	margin-bottom: 5px;
	margin-top: 5px;
	border: none;
	border-bottom: 1px solid #f5f5f5
}

.recruit-info .line-second {
	padding-top: 0
}

.recruit-info .base-info,.recruit-info .this-padding {
	padding-bottom: 2px;
	padding-top: 2px;
	margin-top: 2px;
	margin-bottom: 2px
}

.label {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #80808d;
	font-size: 14px
}

.value {
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
	-ms-flex-negative: 2;
	flex-shrink: 2;
	flex: 1
}

.agency-item-box {
	font-size: 14px
}

.agency-item-box .label {
	color: #80808d
}

.agency-item-box .value {
	color: #080922
}

.province-item {
	color: #080922;
	font-size: 14px
}

.province-item .icono-caretDown,.province-item .icono-caretUp {
	margin: 0 auto;
	display: block;
	color: #969696
}

.province-item .common-padding {
	padding-top: 8px;
	padding-bottom: 8px
}

.ellipsis-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.icon-enterprise,.icon-name,.icon-vip {
	
	height: 16px;
	margin-left: 6px;
	flex-shrink: 0
}

.icon-vip {
	height: 20px
}

.vertical-center {
	align-items: center
}

.product-item {
	padding: 16px 12px;
	background: #fff
}

.desc-hint {
	font-size: 14px;
	color: #080922
}

.department-right {
	font-size: 12px;
	color: #80808d;
	margin-left: 20px;
	flex-shrink: 0
}

.last-border {
	background: #f2f2f2;
	height: 6px
}

.job-top {
	color: #080922;
	font-weight: 700;
	font-size: 16px
}

.company-level {
	color: #080922;
	font-size: 14px
}

.job-value {
	font-size: 14px;
	color: #80808d
}

.job-bottom {
	font-size: 12px;
	color: #80808d;
	margin-top: 10px
}

.agency-info-box,.agency-operating,agency-hospital {
	padding: 10px 15px
}

.operated-item {
	margin-top: 10px
}

.box-title {
	height: 35px;
	color: #080922;
	font-size: 14px;
	border-bottom: 1px solid #f1f1f1
}

.box-title-left {
	height: 20px;
	width: 3px;
	background: #4875d2;
	margin-right: 12px
}

.agency-info-box .label {
	width: 70px
}

.item-title {
	height: 44px;
	padding-left: 15px;
	padding-right: 15px
}

.insurance-count {
	color: #80808d
}

.caret-right {
	width: 6px;
	height: 12px;
	margin-left: 7px;
	transition: all .3s
}

.caret-down {
	width: 12px;
	margin-left: 7px
}

.hospital-level,.municipal-level,.provinces-item {
	padding: 4px 15px;
	border-bottom: 1px solid #f1f1f1;
	min-height: 44px
}

.labels {
	margin-right: 5px;
	color: #80808d;
	flex-shrink: 0
}

.values {
	color: #080922;
	overflow: hidden
}

.visible-hidden {
	visibility: hidden
}

.arrow-div {
	width: 12px
}

.arrow-rotate {
	transform: rotate(90deg)
}

.hospital-names {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.right-content {
	line-height: 1;
	padding-top: 1px;
	padding-bottom: 1px;
	overflow: hidden
}

.product-name {
	line-height: normal
}
.bottom{
	position: fixed;bottom: 0;z-index: 9999999;width: 100%;height: 50px;background: #73b24e;
}
.button{
	width: 100%;background: #73b24e;border:none;text-align: center;line-height: 50px;font-size: 22px;color: #fff
}