
/* * { touch-action: none; } */

*{touch-action: pan-y pinch-zoom;}

body,
html {
	height: 100%;
	-webkit-tap-highlight-color: transparent;
	background: #F7F7F7;
}

body {
	font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif;
	overflow-x:hidden;
}
img{
	/* 禁止长按图片保存 */
    pointer-events:none;
}
ul {
	list-style: none
}

.page, body {
	background-color: var(--weui-BG-0)
}

.page {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-y: auto;
	box-sizing: border-box;
	opacity: 1;
}

.page.js_show {
	opacity: 1
}

.page.actionsheet,
.page.article,
.page.dialog,
.page.form,
.page.loadmore,
.page.msg,
.page.msg_success,
.page.msg_text,
.page.msg_text_primary,
.page.msg_warn,
.page.picker,
.page.progress,
.page.toast,
.page.top-tips {
	background-color: var(--weui-BG-2)
}

.link {
	color: var(--weui-LINK)
}

.container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	color: var(--weui-FG-0)
}

.page__hd {
	padding: 40px
}

.page__bd_spacing {
	padding: 0 16px
}

.page__ft {
	padding-top: 40px;
	padding-bottom: 10px;
	padding-bottom: calc(10px + constant(safe-area-inset-bottom));
	padding-bottom: calc(10px + env(safe-area-inset-bottom));
	text-align: center
}

.page__ft img {
	height: 19px
}

body[data-weui-theme=dark] .page__ft img {
	-webkit-filter: invert(100) hue-rotate(180deg);
	filter: invert(100) hue-rotate(180deg)
}

@media (prefers-color-scheme:dark) {
	body:not([data-weui-theme=light]) .page__ft img {
		-webkit-filter: invert(100) hue-rotate(180deg);
		filter: invert(100) hue-rotate(180deg)
	}
}

.page__ft.j_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.page__title {
	text-align: left;
	font-size: 20px;
	font-weight: 400
}

.page__desc {
	margin-top: 4px;
	color: var(--weui-FG-1);
	text-align: left;
	font-size: 14px
}

.page.footer .page__ft,
.page.gallery .page__ft,
.page.navbar .page__ft,
.page.tabbar .page__ft,
.page[class*=form_] .page__ft,
.page[class*=msg_] .page__ft {
	display: none
}

.weui-cell_example:before {
	left: 52px
}

.page.home .page__intro-icon {
	margin-top: -.2em;
	margin-left: 5px;
	width: 16px;
	height: 16px;
	vertical-align: middle
}

.page.home .page__title {
	font-size: 0;
	margin-bottom: 15px
}

body[data-weui-theme=dark] .page.home .page__title {
	-webkit-filter: invert(100) hue-rotate(180deg);
	filter: invert(100) hue-rotate(180deg)
}

@media (prefers-color-scheme:dark) {
	body:not([data-weui-theme=light]) .page.home .page__title {
		-webkit-filter: invert(100) hue-rotate(180deg);
		filter: invert(100) hue-rotate(180deg)
	}
}

.page.home .page__bd img {
	width: 30px;
	height: 30px
}

body[data-weui-theme=dark] .page.home .page__bd img {
	-webkit-filter: invert(100) hue-rotate(180deg);
	filter: invert(100) hue-rotate(180deg)
}

@media (prefers-color-scheme:dark) {
	body:not([data-weui-theme=light]) .page.home .page__bd img {
		-webkit-filter: invert(100) hue-rotate(180deg);
		filter: invert(100) hue-rotate(180deg)
	}
}

.page.home .page__bd li {
	margin: 8px 0;
	background-color: var(--weui-BG-2);
	overflow: hidden;
	border-radius: 2px;
	cursor: pointer
}

.page.home .page__bd li.js_show .weui-flex {
	opacity: .5
}

.page.home .page__bd li.js_show .page__category {
	height: auto
}

.page.home .page__bd li.js_show .page__category-content {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.page.home .page__bd li:first-child {
	margin-top: 0
}

.page.home .page__category {
	height: 0;
	overflow: hidden
}

.page.home .page__category-content {
	opacity: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .3s;
	transition: .3s
}

.page.home .weui-flex {
	padding: 20px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-transition: .3s;
	transition: .3s
}

.page.home .weui-cells {
	margin-top: 0
}

.page.home .weui-cells:after,
.page.home .weui-cells:before {
	display: none
}

.page.home .weui-cell {
	padding-left: 20px;
	padding-right: 20px
}

.page.home .weui-cell:before {
	left: 20px;
	right: 20px
}

.page.form .page__bd {
	padding-bottom: 30px
}

.page.form .weui-label {
	width: 3.1em
}

.page.form_page .weui-label {
	width: 4.1em
}

.page.form_select .weui-cells__group_form .weui-cell_select-before .weui-select {
	width: 3.1em
}

[class*=" form_"].page,
[class^=form_].page {
	padding: 0
}

.page.form_input_status .weui-label,
.page.form_select .weui-label,
.page.form_select_primary .weui-label,
.page.form_vcode .weui-label {
	width: 3.1em
}

.page.button {
	background-color: var(--weui-BG-0)
}

.page.button .weui-btn_mini {
	vertical-align: middle
}

.page.button .page__bd {
	padding: 0
}

.page.button .button-sp-area {
	margin: 15px auto;
	padding: 15px;
	text-align: center
}

.page.button .button-sp-area.cell {
	padding: 15px 0
}

.page.cell .page__bd {
	padding-bottom: 30px
}

.page.dialog .page__bd {
	padding: 0 15px
}

.page.panel .page__bd {
	padding-bottom: 20px
}

.page.icons,
.page.icons-svg {
	text-align: center
}

.page.icons-svg .page__bd,
.page.icons .page__bd {
	padding: 0 40px;
	text-align: left
}

.page.icons-svg .icon-box,
.page.icons .icon-box {
	margin-bottom: 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}

.page.icons-svg .icon-box i,
.page.icons .icon-box i {
	margin-right: 18px
}

.page.icons-svg .icon-box__ctn,
.page.icons .icon-box__ctn {
	-webkit-flex-shrink: 100;
	flex-shrink: 100
}

.page.icons-svg .icon-box__title,
.page.icons .icon-box__title {
	font-weight: 400
}

.page.icons-svg .icon-box__desc,
.page.icons .icon-box__desc {
	margin-top: 6px;
	font-size: 12px;
	color: #888
}

.page.icons-svg .icon_sp_area,
.page.icons .icon_sp_area {
	margin-top: 10px;
	text-align: left
}

.page.icons-svg .icon_sp_area i:before,
.page.icons .icon_sp_area i:before {
	margin-bottom: 5px
}

.page.flex .placeholder {
	margin: 5px;
	padding: 0 10px;
	background-color: var(--weui-BG-1);
	height: 2.3em;
	line-height: 2.3em;
	text-align: center;
	color: var(--weui-FG-1)
}

.page.layers {
	overflow-x: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px
}

@media only screen and (max-width:320px) {
	.page.layers .page__hd {
		padding-left: 20px;
		padding-right: 20px
	}
}

.page.layers .page__bd {
	position: relative
}

.page.layers .page__desc {
	min-height: 4.8em
}

.page.layers .layers__layer {
	position: absolute;
	left: 50%;
	width: 150px;
	height: 266px;
	margin-left: -75px;
	box-sizing: border-box;
	-webkit-transition: .5s;
	transition: .5s;
	background: url(images/layers/transparent.gif) no-repeat 50%;
	background-size: contain;
	font-size: 14px;
	color: var(--weui-WHITE)
}

.page.layers .layers__layer span {
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transition: .5s;
	transition: .5s
}

.page.layers .layers__layer:last-child span {
	color: #aaa
}

.page.layers .layers__layer.j_hide {
	opacity: 0
}

.page.layers .layers__layer.j_pic span {
	color: transparent
}

@media only screen and (min-width:375px) and (min-height:603px) {
	.page.layers .layers__layer {
		width: 180px;
		height: 320px;
		margin-left: -90px
	}
}

@media only screen and (min-width:414px) and (min-height:640px) {
	.page.layers .layers__layer {
		width: 200px;
		height: 355px;
		margin-left: -100px
	}
}

.page.layers .layers__layer_popout {
	border: 1px solid hsla(0, 0%, 80%, .5);
	/* z-index: 4 */
}

.page.layers .layers__layer_popout.j_transform {
	-webkit-transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(120px);
	transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(120px)
}

@media only screen and (max-width:320px) {
	.page.layers .layers__layer_popout.j_transform {
		-webkit-transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(140px);
		transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(140px)
	}
}

.page.layers .layers__layer_popout.j_pic {
	border-color: transparent;
	background-image: url(images/layers/popout.png)
}

.page.layers .layers__layer_mask {
	background-color: rgba(0, 0, 0, .5);
	/* z-index: 3 */
}

.page.layers .layers__layer_mask.j_transform {
	-webkit-transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(40px);
	transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(40px)
}

@media only screen and (max-width:320px) {
	.page.layers .layers__layer_mask.j_transform {
		-webkit-transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(80px);
		transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(80px)
	}
}

.page.layers .layers__layer_navigation {
	background-color: rgba(40, 187, 102, .5);
	/* z-index: 2 */
}

.page.layers .layers__layer_navigation.j_transform {
	-webkit-transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(-40px);
	transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(-40px)
}

@media only screen and (max-width:320px) {
	.page.layers .layers__layer_navigation.j_transform {
		-webkit-transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(20px);
		transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(20px)
	}
}

.page.layers .layers__layer_navigation.j_pic {
	background-color: transparent;
	background-image: url(images/layers/navigation.png)
}

.page.layers .layers__layer_content {
	background-color: var(--weui-BG-2);
	/* z-index: 1 */
}

.page.layers .layers__layer_content.j_transform {
	-webkit-transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(-120px);
	transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(-120px)
}

@media only screen and (max-width:320px) {
	.page.layers .layers__layer_content.j_transform {
		-webkit-transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(-40px);
		transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(-40px)
	}
}

.page.layers .layers__layer_content.j_pic {
	background-image: url(images/layers/content.png)
}

.page.searchbar .searchbar-result {
	display: none;
	margin-top: 0;
	font-size: 14px
}

.page.searchbar .searchbar-result .weui-cell__bd {
	padding: 2px 0 2px 20px;
	color: var(--weui-FG-1)
}

.page.gallery {
	overflow: hidden
}

.weui-half-screen-dialog {
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.weui-half-screen-dialog_show {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.loading_demo {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.loading_demo .weui-loading,
.loading_demo .weui-primary-loading {
	margin: 0 5px
}

@-webkit-keyframes a {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		opacity: 0
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes a {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		opacity: 0
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@-webkit-keyframes b {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		opacity: 0
	}
}

@keyframes b {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		opacity: 0
	}
}

.page.slideIn {
	-webkit-animation: a .2s forwards;
	animation: a .2s forwards
}

.page.slideOut {
	-webkit-animation: b .2s forwards;
	animation: b .2s forwards
}

@supports (top:constant(safe-area-inset-top)) {
	.page {
		padding: constant(safe-area-inset-top) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left)
	}

	.page.navbar,
	.page.tabbar {
		padding-left: 0;
		padding-right: 0
	}

	.weui-tab__panel {
		padding-left: constant(safe-area-inset-left);
		padding-right: constant(safe-area-inset-right)
	}
}

@supports (top:env(safe-area-inset-top)) {
	.page {
		padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)
	}

	.page.article,
	.page.msg_success,
	.page.msg_text,
	.page.msg_text_primary,
	.page.msg_warn,
	.page.navbar,
	.page.tabbar {
		padding: 0
	}
}


/* 轮播图 */
.banner-container{
	width: 100%;
	height:1.23rem;
	margin-top: 0.60rem;
	overflow:hidden;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-pagination-bullet{
	width: 7px !important;
	height: 7px !important;
	opacity: 2;
	/* background:#fdfdfd !important; */
}
.swiper-pagination-bullet-active{
	opacity: 1!important;
	background:#ff5000!important;
}

/*菜单栏*/
#goods-category {
	/* height: 1.86rem; */
	height: auto;
	margin: 0 0.10rem;
	padding: .1rem 0rem;
}
ul.listico{ 
	width: 100%;
	padding: 0 0.04rem;
    overflow: hidden;
    display: flex;
    flex-flow: row wrap;
} 
ul.listico li{
	flex: 0 0 20%;
	justify-content: center;
}
ul.listico li a{ 
	color: #222222;     
	display: inline-block; 
} 
ul.listico li img{
	display: block;
	width: .6rem;
	height: .6rem;
	border-radius: 50%;
}
ul.listico li span{
	display: block;
    font-size: .12rem;
    height: .2rem;
    line-height: .2rem;
    width: 100%;
    text-align: center;
}


/*精品推荐*/
#competitive-products{
	margin-left: .12rem;
	margin-right: .12rem;
}

#competitive-products::before,
#competitive-products::after,
#maybe-youlike::before,
#maybe-youlike::after {
	content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
	width: 0!important;
    height: 0px!important;
	border: none!important;
    color: #E5E5E5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.competitive-products-title,
#youlike-title{ 
	color: #FF4D4F!important;
    background-color: #F7F7F7!important;
	opacity: 1;
    font-weight: 600;
	font-size: .16rem!important;
	padding: .14rem 0.10rem .10rem;
}
.jp-title{ 
	font-size: .14rem;
	color: #000000;
}
.jp-title2 {
	font-size: .14rem;
	color:#222222;
	word-break: break-all;
    overflow-wrap: break-word;
	/* padding-left: 0.05rem;
    padding-right: 0.05rem; */
}

/*商品价格*/
.productmargin{margin: 5px 5px 5px 5px;background-color: #ffffff;border-radius:5px}
.product{font-size:14px;color:#000000;padding-left: 5px;}
.price {
	font-size: .16rem;
    font-weight: 600;
    color: #FF4D4F;
}
.oprice{font-size: .12rem;color:#cccccc;text-decoration:line-through;}


#maybe-youlike {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
	margin-top: .15rem;
    margin-bottom: .5rem;
    margin-left: .12rem;
    margin-right: .12rem;
}

/**公告**/
#notice {
	display: flex;
    align-items: center;
	height: auto;
	min-height: .3rem;
	background-color: #FF4D4F;
	color: #FFFFFF;
	margin-top: .12rem;
	margin-left: .12rem;
	margin-right: .12rem;
	padding-left: .15rem;
	border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#notice-icon{
	width: .2rem;
	height: .2rem;
}


#loadNiceGoods, #youlike-content {
	width: 100%;
	display: block;
	background-color: #F7F7F7;
    border: none;
	column-count: 2;
	-webkit-column-count: 2;
	column-gap: 0.4em;
}
#loadNiceGoods div.shopitem, #youlike-content div.shopitem {
	position: relative;
	margin: 0 0 0.10rem 0;
	padding: 0.05rem!important;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    border: none;
    border-radius: 8px;
    height: auto;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
}

#loadNiceGoods div.shopitem:last-child, #youlike-content div.shopitem:last-child {
	margin-bottom: 0;
}

/*----------------咨询入口start----------------------*/
.extra-activity{
	/*margin: .1rem .12rem;*/
	margin: 0 0.10rem;
	padding: .1rem 0rem;
	display: flex;
	flex-direction: row;
}

.extra-activity .inquiry-doctors{
	background: #F7F7F7;
	border-radius: 5px 5px 5px 5px;
	height: 232px;
	content: url("/patientStatic/image/mall/index/inquiry_doctor.png");
}

.extra-activity .activity-detail{
	height: 232px;
	margin: 0 0 0 .12rem ;
	display: flex;
	flex-direction: column;
}

.extra-activity .activity-detail .item-up{
	height: 48%;
	border-radius: 8px 8px 8px 8px;
	opacity: 1;
}

.item-up-img{
	width: 100%;
	height: 100%;
}
.item-down-img{
	width: 100%;
	height: 100%;
}


.extra-activity .activity-detail .item-up .item-img-show{

}

.extra-activity .activity-detail .item-up .item-detail{
	padding: 8px 0 0 14px;
	display: flex;
	flex-direction: column;
}

.extra-activity .activity-detail .item-up .item-detail .item-title{
	font-size: 16px;
	font-weight: 600;
	color: #4073ED;
	-webkit-background-clip: text;
}

.extra-activity .activity-detail .item-up .item-detail .item-intro{
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	line-height: 40px;
	-webkit-background-clip: text;
}

.extra-activity .activity-detail .item-up .item-img{
	padding-left: .25rem;
	width: .66rem;
	height: .92rem;
	background: #EDF3FF;
	border-radius: 8px 8px 8px 8px;
	opacity: 1;
	content: url("/patientStatic/image/mall/index/medicine_1.png");
}

.extra-activity .activity-detail .item-down{
	padding-top: 4%;
	height: 49%;
	border-radius: 8px 8px 8px 8px;
	opacity: 1;
	display: flex;
	flex-direction:row;
}
.extra-activity .activity-detail .item-down .item-image-flex{
	padding: 11px 0 0 20px;
	display: flex;
	flex-direction: column;
}

.extra-activity .activity-detail .item-down .item-detail .item-img{
	margin-top: 10px;
	width: 88%;
	height: 56%;
	background: #FFFFFF;
	border-radius: 8px 8px 8px 8px;
	opacity: 1;
	content: url("/patientStatic/image/mall/index/medicine_2.png");
}

.extra-activity .activity-detail .item-down .item-image-flex .item-img{
	margin-top: 10px;
	width: 88%;
	height: 60%;
	background: #FFFFFF;
	border-radius: 8px 8px 8px 8px;
	opacity: 1;
	content: url("/patientStatic/image/mall/index/medicine_2.png");
}


.extra-activity .activity-detail .item-down .item-detail{
	padding: 8px 0 0 12px;
	display: flex;
	flex-direction: column;
}

.extra-activity .activity-detail .item-down .item-detail .item-title{
	font-size: 16px;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #ED3E3E;
	-webkit-background-clip: text;
}

.extra-activity .activity-detail .item-down .item-image-flex .item-intro{
	font-size: 12px;
	font-family: PingFang SC-Regular, PingFang SC;
	color: #999999;
	-webkit-background-clip: text;
}
/*----------------咨询入口end----------------------*/

.youlike {
	padding: 0!important;
}
.no-more-item {
	width: 100%;
    height: .38rem;
    line-height: .38rem;
	text-align: center;
	font-size: .14rem;
    color: #c2c2c2;
}


.weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon, 
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon > i, 
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__label{
	color: #33D8D4!important;
}
.weui-tabbar__label {
    text-align: center;
    color: #999999;
    font-size: 10px;
    line-height: 2.8!important;
	font-size: .12rem!important;
}

.weui-panel__hd:after {
	border-bottom: 0.5px solid #E5E5E5!important;
}

.weui-grid:before,
.weui-grid:after {
	border-right: 0.5px solid #D9D9D9!important;
}

span.RX, span.OTC, span.NOTDRUG {
	position: absolute;
	display: inline-block;
	left: 0.05rem;
    top: 0.05rem;
	border: 0px solid #c1c1c1;
    font-size: .11rem;
    padding: 1px 1px;
    background-color: #ff0000;
    color: #FFFFFF;
	/* border-radius: 0 4px 2px 0; */
	border-radius: 4px;
	line-height: .14rem;
    height: .14rem;
	z-index: 9; 
}
span.OTC, span.NOTDRUG {
	/* background-color: #00BCD4!important; */
	background-color: #00904a!important
}

span.ybpay {
	border: 0px solid #c1c1c1;
    font-size: .11rem;
    padding: 1px 2px;
    background-color: #FF4D4F;
    color: #FFFFFF;
    border-radius: 4px;
    line-height: .14rem;
    height: .14rem;
    display: inline-block;
    margin-right: 4px;
}

span.addToCart {
	line-height: .22rem;
	width: .22rem;
    height: .22rem;
    display: inline-block;
	float: right;
    text-align: center;
    border-radius: 50%;
    margin-right: .02rem;
	margin-top: .02rem;
	content: url("/patientStatic/image/mall/shoppingcart/shoppingcar@2x.png");
}

.shopitem > p.price-and-addtocart {
	width: 100%;
	height: .26rem;
    line-height: .26rem;
}

.weui-grid:active {
	background-color: #FFFFFF!important;
}

.stock-block {
	width: 100%;
	font-size: .12rem;
    color: #666666;
	height: .24rem;
    line-height: .24rem;
}
/* 优惠券海报轮播-----*/
.coupon-container{
	display: none;
	text-align:center; 
	background: rgba(0, 0, 0, 0.0);
	margin: 1.2rem .8rem .0rem .8rem;
	overflow: hidden;
	z-index: 1;
}
.coupon-item{
	width: 100%;
}
.close-popup{
	position:absolute;
	text-align:center; 
	height: 20px;
	width: 20px;
	margin-top: -5px;
	margin-left: 48%;
	z-index: 10;
	content: url("/patientStatic/image/mall/coupon/close-btn@2x.png");
}


.myswiper {
	z-index: 0!important;
}


.pruductimg{
	position: relative;
	text-align: center;
	width: 100%;
	border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.drugviewImg {
	width: 100%;
    height: 200%;
    min-width: 100px;
    max-height: 200px;
    min-height: 150px;
}

.cover-img {
    position: absolute;
    left: 0;
    top: 0;
	width: 100%;
    height: 100%;
    min-width: 100px;
    max-height: 200px;
    min-height: 150px;
}

.coin-symbol {
	color: #FF4D4F;
    font-size: .12rem;
    font-weight: 600;
}

.saleout{
    font-size: 0.12rem;
    background-color: #F2F3F4;
    width: 100%;
    padding-top: 0.05rem;
    padding-bottom: 0.05rem;
    color: #ff9800;
    text-align: center;
}