body,h1,h2,h3,p,dl,dd,ol,ul,th,td,form,fieldset,input,button,textarea {
	margin: 0;
	padding: 0; 
	}
html {
	-webkit-text-size-adjust: none;
	word-wrap: break-word;
	}
html{
	font-family:Arial,Verdana,Sans-serif;
	}
html, body, ul, li, a {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    text-decoration: none;
	}
body {
    background: #f1f1f1;
	}
ul li {
    list-style: none;
	}
.content {
	max-width:750px;
	width:100%;
	margin:0 auto;
	}
/*首页*/
.footers{
	width:100%;
	background: linear-gradient(90deg, #FFF9EF 0%, #E8F9FF 100%);
	border:.01rem solid #E3E3E3;
	position:fixed;
	bottom:0;
	left:0;
	z-index:999999;
	border-top:.01rem solid #eeeeee;
	}
.footers ul{
	width:100%;
	display:flex;
	}
.footers ul li{
	width:25%;
	text-align:center;
	padding-top:.16rem;
	}
.footers ul li a{
	text-decoration:none;
	}
.footers ul li.activeClass .homemes{
	color:#bf905f;
	}
.footers .homeimg{
	width:100%;
	text-align:center
	}
.footers .homeimg img{
	width:.43rem;
	height:.4rem;
	}
.footers .homemes{
	width:100%;
	text-align:center;
	font-size:.24rem;
	color:#666666c;
	line-height:.24rem;
	font-family:"微软雅黑";
	padding-top:.11rem;
	padding-bottom:.33rem;
	}
.footers ul li.activeClass .homemes{
	color:#A8775C;
	}
.disseek {
	width:100%;
	padding:.2rem .3rem;
	display:flex;
	align-items: center;
	justify-content: space-between;
	}
.disseek .searchall {
	width:6rem;
	display:flex;
	border-radius:.4rem;
	border:.01rem solid #FD445B;
	}
.disseek form {
	width:87%;
	}
.disseek .searchall .input-group {
	background:transparent;
	display:flex;
	width:100%;
	align-items:center;
	}
.disseek .searchall .input-group .form-control {
	background:transparent;
	border:0;
	outline:0;
	font-size:.28rem;
	color:#888888;
	font-family:"微软雅黑";
	-webkit-box-shadow:none;
    box-shadow:none;
    line-height:.28rem;
    padding:.26rem 0;
	}
.disseek .searchall .input-group-addon {
	width:auto;
	background:transparent;
	border:0;
	display:flex;
	padding:0 .3rem;
	align-items:center;
	}
.disseek .searchall .input-group-addon img {
	width:.28rem;
	}
.disseek input::-webkit-input-placeholder {
	color:#999 !important;
	}
.disseek input:-moz-placeholder {
	color: #999 !important;
	}
.disseek input:-moz-placeholder {
	color: #999 !important;
	}
.disseek input:-ms-input-placeholder {
	color: #999 !important;
	}
.disseek .searchall .myorder {
	display:flex;
	width:1.6rem;
    border-radius:.36rem;
	height:.66rem;
    background: linear-gradient(-90deg, #FD455C, #FF1025);
    font-size: .28rem;
	justify-content: center;
    color:#FFFFFF;
    font-family: "微软雅黑";
    text-align: center;
	line-height:.66rem;
	margin:.06rem;
	}
.disseek .myshops {
	width:15%;
	}
.disseek .myshops .leftones {
	width:.6rem;
	line-height:.63rem;
	margin:0 auto;
	position:relative;
	text-align:center;
	}
.disseek .myshops .leftones img {
	width:100%;
	}
.disseek .myshops .leftones .badge {
	background-color: #FF4142;
	font-weight: normal;
	position:absolute;
	padding:.03rem .08rem;
	border-radius:.2rem;
	top:.05rem;
	color:#FFF;
	font-size:.22rem;
	line-height:.22rem;
	font-family:"微软雅黑";
    left:75%;
    }
.banner {
	padding:0 .3rem;
}
.banner .banner-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    position:relative;
}
.banner .banner-container .img {
    width: 100%;
    height: auto;
}
.banner .banner-container .img img {
    width: 100%;
    height: auto;
}
.banner .banner-container .banner-pagination {
    border:0;
    position: absolute;
    bottom: .05rem;
    width: 100%;
    z-index: 2;
    text-align: center;
}
.banner .banner-container .banner-pagination .swiper-pagination-bullet {
    margin-right:.05rem;
    width:.1rem;
    height:.1rem;
    background-color: #ffffff;
    border: 0;
    opacity: 1;
}
.banner .banner-container .banner-pagination .swiper-pagination-bullet-active {
    background:#FF4142;
    width:.1rem;
    height:.1rem;
}
.waringout {
	width:100%;
	background-size:100% 100%;
	}
.waringout ul {
	padding:0 .4rem;
	display:flex;
	justify-content: space-between;
	align-items:center;
	}
.waringout ul li {
	width:33.33%;
	display:flex;
	align-items:center;
	padding:.1rem 0 .3rem 0;
	text-align:center;
	font-size:.24rem;
	color:#333333;
	font-family:"微软雅黑";
	}
.waringout ul li img {
	display:inline-block;
	width:.3rem;
	margin-right:.1rem;
	}
.beeths{
	padding:0 .3rem;
	margin-top:.3rem;
	}
.beeths .outhe {
	background:#FD445B;
	border-radius:.1rem;
	padding:.1rem .2rem;
	}
.beeths .outhe .bigtitles {
	font-size:.4rem;
	line-height:.4rem;
	color:#FFFFFF;
	font-family:"微软雅黑";
	text-align:center;
	padding:.08rem 0 .18rem 0;
	}
.beeths .outhe .smlist {
	padding:.4rem .22rem;
	background:#ffffff;
	border-radius:.1rem;
	
	}
.beeths .outhe .smlist a {
	display:flex;
	justify-content: space-between;
	}
.beeths .outhe .smlist .leftimgs {
	width: 1.85rem;
    height: 1.85rem;
    background: #f7f7f7;
    overflow: hidden;
	}
.beeths .outhe .smlist .leftimgs img {
	object-fit: cover;
    width: 100%;
    height: 100%;
	}
.beeths .outhe .smlist .rightmes {
	width:70%;
	margin-left:.2rem;
	}
.beeths .outhe .smlist .rightmes .toptitles {
	width: 100%;
    margin-top: .05rem;
    height: .8rem;
    font-size: .28rem;
    line-height: .4rem;
    color: #333333;
    font-family: "微软雅黑";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	}
.beeths .outhe .smlist .rightmes .othernum {
	display:flex;
	justify-content: space-between;
	align-items:center;
	}
.beeths .outhe .smlist .rightmes .othernum .linesleft {
	width: 2.66rem;
	height: .12rem;
	background: #E3E3E3;
	border-radius: .06rem;
	position:relative;
	}
.beeths .outhe .smlist .rightmes .othernum .linesleft .redline {
	height: .12rem;
	background: #FF4142;
	border-radius: .06rem;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	}
.beeths .outhe .smlist .rightmes .othernum .othmes {
	font-size: .24rem;
    line-height: .24rem;
    color: #FF4142;
	}
.beeths .outhe .pricestwos {
	margin-top:.2rem;
	display:flex;
	align-items:center;
	}
.beeths .outhe .pricestwos .price-a {
	font-size: .36rem;
    line-height: .36rem;
    color: #FF4142;
	}
.beeths .outhe .pricestwos s {
	font-size: .3rem;
    line-height: .3rem;
    color: #999999;
	margin-left:.3rem;
	}
.beeths .outhe .pricestwos .price-b {
	width: 1.38rem;
    height: .54rem;
    display: inline-block;
    font-size: .3rem;
    color: #FFFFFF;
    font-family: "微软雅黑";
    background:#FF4142;
    border-radius: .27rem;
    text-align: center;
    line-height: .54rem;
    text-decoration: none;
    text-align: center;
	margin-left:auto;
	}
.big-content {
	padding:0 .3rem;
	}
.big-content .redtitle {
	font-size: .4rem;
    line-height: .4rem;
    color: #000000;
	font-weight:bold;
	padding:.4rem 0;
	}
.big-content .skinlistone {
	width:100%;
	}
.big-content .skinlistone .skinones li {
	border-radius:.1rem;
	padding:.32rem .18rem;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	background: #FFFFFF;
	}
.big-content .skinlistone .skinones .imgbot {
	width: 1.85rem;
    height: 1.85rem;
    background: #f7f7f7;
    overflow: hidden;
	}
.big-content .skinlistone .skinones .imgbot img {
	object-fit: cover;
    width: 100%;
    height: 100%;
	}
.big-content .skinlistone .skinones .rightmes {
	width:66%;
	margin-left:.33rem;
	}
.big-content .skinlistone .skinones .rightmes .bigtitle {
	width: 100%;
    height: .75rem;
    font-size: .3rem;
    line-height: .38rem;
    color: #333333;
    font-family: "微软雅黑";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	}
.big-content .skinlistone .skinones .rightmes .smtitle {
	display:flex;
	align-items:center;
    font-size: .24rem;
    line-height: .24rem;
    color: #FF4142;
	margin-top:.1rem;
	}
.big-content .skinlistone .skinones .rightmes .smtitle img {
	width:.22rem;
	height:.36rem;
	margin-right:.18rem;
	}
.big-content .skinlistone .skinones .rightmes .price {
	width:100%;
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin-top:.25rem;
	}
.big-content .skinlistone .skinones .rightmes .price .priceone {
	font-size:.36rem;
	color:#FF4142;
	font-family:"微软雅黑";
	line-height:.36rem;
	}
.big-content .skinlistone .skinones .rightmes .price .addnums {
	width:.38rem;
	height:.38rem;
	}
.big-content .skinlisttwos {
	width:100%;
	margin-top:.17rem;
	}
.big-content .skinlisttwos .skinones {
	width:100%;
	}
.big-content .skinlisttwos .skinones li {
	width:2.18rem;
	padding:.2rem .18rem;
	background: #FFFFFF;
	border-radius:.1rem;
	margin-right:.18rem;
	}
.big-content .skinlisttwos .skinones .imgbot {
	width:100%;
	height:1.85rem;
	overflow:hidden;
	}
.big-content .skinlisttwos .skinones .imgbot img {
	object-fit: cover;
    width: 100%;
    height: 100%;
	}
.big-content .skinlisttwos .skinones .rightmes {
	padding:.27rem 0 0 0;
	}
.big-content .skinlisttwos .skinones .rightmes .bigtitle {
	width: 100%;
    height: .75rem;
    font-size: .3rem;
    line-height: .38rem;
    color: #333333;
    font-family: "微软雅黑";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	}
.big-content .skinlisttwos .skinones .rightmes .smtitle {
	display:flex;
	align-items:center;
    font-size: .24rem;
    line-height: .24rem;
    color: #FF4142;
	margin-top:.1rem;
	}
.big-content .skinlisttwos .skinones .rightmes .smtitle img {
	width:.22rem;
	height:.36rem;
	margin-right:.08rem;
	}
.big-content .skinlisttwos .skinones .rightmes .price {
	width:100%;
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin-top:.25rem;
	}
.big-content .skinlisttwos .skinones .rightmes .price .priceone {
	font-size:.36rem;
	color:#FF4142;
	font-family:"微软雅黑";
	line-height:.36rem;
	}
.big-content .skinlisttwos .skinones .rightmes .price .addnums {
	width:.38rem;
	height:.38rem;
	}
.big-content .skinlisttwos .skin-pagination {
    width: 100%;
    text-align: center;
	padding-top:.2rem;
}
.big-content .skinlisttwos .skin-pagination .swiper-pagination-bullet {
    margin-right:.05rem;
    width:.1rem;
    height:.1rem;
    background-color: #ffffff;
    border: 0;
    opacity: 1;
}
.big-content .skinlisttwos .skin-pagination .swiper-pagination-bullet-active {
    background:#FF4142;
    width:.1rem;
    height:.1rem;
}
.big-content .speialslist {
	width:100%;
	display: flex;
    justify-content: space-between;	
}
.big-content .speialslist .spe-a {
	width:3.34rem;
	height:3.22rem;
	overflow:hidden;
	}
.big-content .speialslist .spe-a img {
	width:100%;
	height:100%;
	object-fit:cover;
	}
.big-content .speialslist .spe-b {
	width:3.34rem;
	}
.big-content .speialslist .spe-bb {
	width:3.34rem;
	height:1.52rem;
	overflow:hidden;
	}
.big-content .speialslist .spe-bb img {
	width:100%;
	height:100%;
	object-fit:cover;
	}
.big-content .speialslist .spe-cc {
	width:3.34rem;
	height:1.52rem;
	overflow:hidden;
	margin-top:.17rem;
	}
.big-content .speialslist .spe-cc img {
	width:100%;
	height:100%;
	object-fit:cover;
	}
.bottomlist{
	padding:.5rem 0 .2rem 0;
	}
.bottomlist .column {
	width:100%;
	overflow-x: auto;
	white-space: nowrap;
}
.bottomlist .column span {
	display: inline-table;
	font-size:.3rem;
	color: #999999;
	font-family:"微软雅黑";
	line-height:.4rem;
	margin-right:.45rem;
}
.bottomlist .column::-webkit-scrollbar 
{ 
	width: 0; 
	height: 0; 
} 
   
/*定义滑块 内阴影+圆角*/ 
.bottomlist .column::-webkit-scrollbar-thumb 
{ 
	border-radius: 0; 
} 
.bottomlist .column .clicked {
	color:#333333;
	font-size:.4rem;
	font-weight:bold;
}
.bottomlist .skinlistthree {
	width:100%;
	margin-top:.17rem;
	}
.bottomlist .skinlistthree .skinones {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	}
.bottomlist .skinlistthree .skinones li {
	width:3.38rem;
	background: #FFFFFF;
	border-radius:.1rem;
	margin-top:.2rem;
	}
.bottomlist .skinlistthree .skinones li.noright {
	margin-right:0;
	}
.bottomlist .skinlistthree .skinones .imgbot {
	width:100%;
	height:3.38rem;
	overflow:hidden;
	}
.bottomlist .skinlistthree .skinones .imgbot img {
	object-fit: cover;
    width: 100%;
    height: 100%;
	}
.bottomlist .skinlistthree .skinones .rightmes {
	padding:.27rem .2rem;
	}
.bottomlist .skinlistthree .skinones .rightmes .bigtitle {
	width: 100%;
    height: .75rem;
    font-size: .3rem;
    line-height: .38rem;
    color: #333333;
    font-family: "微软雅黑";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	}
.bottomlist .skinlistthree .skinones .rightmes .userprice {
	width: 100%;
	margin-top:.15rem;
	font-size:.24rem;
	line-height:.24rem;
	color:#FF4142;
	}
.bottomlist .skinlistthree .skinones .rightmes .price {
	width:100%;
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin-top:.25rem;
	}
.bottomlist .skinlistthree .skinones .rightmes .price .priceone {
	font-size:.36rem;
	color:#FF4142;
	font-family:"微软雅黑";
	line-height:.36rem;
	}
.bottomlist .skinlistthree .skinones .rightmes .price .addnums {
	width:.38rem;
	height:.38rem;
	}
.bottom-meslist {
	padding:.58rem 0;
	}
.bottom-meslist .big-names {
	color:#333333;
	font-size:.3rem;
	line-height:.3rem;
	text-align:center;
	font-family:"宋体";
	font-weight:bold;
	}
.bottom-meslist .big-names span {
	color:#B5B5B5;
	font-weight:normal;
	font-family:"微软雅黑";
	}
.bottom-meslist .ahref {
	color:#666666;
	font-size:.26rem;
	line-height:.26rem;
	text-align:center;
	margin-top:.41rem;
	}
.bottom-meslist .smmes {
	color:#666666;
	font-size:.26rem;
	line-height:.26rem;
	text-align:center;
	margin-top:.34rem;
	}
.bottom-meslist .smmes p {
	margin-bottom:.1rem;
	}
.navigation {
	width:100%;
	padding:0 .45rem;
}
.navigation ul {
	width:100%;
	padding-bottom:.65rem;
	border-bottom:.01rem solid #e4e0de;
}
.navigation ul li {
	width:33.33%;
	float:left;
}
.navigation .na-img {
	width:100%;
	text-align:center;
	padding-top:.62rem;
}
.navigation .na-img img {
	width:1.5rem;
}
.outlet {
	width:100%;
	}
.outlet .outlettitle {
	width:100%;
	padding:.6rem 0 .4rem 0;
	text-align:center;
	}
.outlet .outlettitle img {
	display:inline-block;
	width:1.9rem;
	}
.outlet .outletlist {
	width:100%;
	padding:0 .5rem 0 .7rem;
	}
.outlet .outletlist .leftlist {
	width:100%;
	padding:0 0 .85rem 0;
	}
.outlet .outletlist .leftlist .outlefts {
	width:40%;
	}
.outlet .outletlist .leftlist .outlefts .goprice {
	width:100%;
	font-size:.28rem;
	line-height:.3rem;
	height:.3rem;
	margin-top:.3rem;
	color:#333333;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	}
.outlet .outletlist .leftlist .outlefts .goprice span {
	color:#c93a1b;
	font-size:.3rem;
	}
.outlet .outletlist .leftlist .outlefts .gobuy {
	width:100%;
	font-size:.22rem;
	line-height:.3rem;
	height:.3rem;
	color:#666666;
	font-family:"微软雅黑";
	margin-top:.15rem;
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	}
.outlet .outletlist .leftlist .outlefts .priceones {
	width:100%;
	font-size:.28rem;
	height:.28rem;
	line-height:.28rem;
	color:#c93a1b;
	font-family:"微软雅黑";
	margin-top:.15rem;
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	}
.outlet .outletlist .leftlist .outlefts .gotobuys {
	width:100%;
	margin-top:.23rem;
	}
.outlet .outletlist .leftlist .outlefts .gotobuys a {
	display:inline-block;
	font-size:.22rem;
	color:#ffdeca;
	font-family:"微软雅黑";
	padding:0 .1rem;
	border-radius:.05rem;
	text-decoration:none;
	background:#c93a1b;
	}
.outlet .outletlist .leftlist .goimgright {
	width:60%;
	position:relative;
	}
.outlet .outletlist .leftlist .goimgright .goimg {
	width:100%;
	overflow:hidden;
	}
.outlet .outletlist .leftlist .goimgright .goimg img {
	width:3.2rem;
	height:2.3rem;
	}
.outlet .outletlist .leftlist .goimgright .redbo {
	width:.76rem;
	position:absolute;
	top:0;
	right:0;
	}
.outlet .outletlist .leftlist .goimgright .redbo img {
	width:100%;
	}	
.outlet .outletlist .rightlist {
	width:100%;
	}
.outlet .outletlist .rightlist .meslist {
	width:50%;
	}
.outlet .outletlist .rightlist .meslist .todays {
	width:100%;
	font-size:.28rem;
	line-height:.28rem;
	height:.28rem;
	color:#333333;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	}
.outlet .outletlist .rightlist .meslist .todays span {
	color:#c93a1b;
	font-size:.3rem;
	}
.outlet .outletlist .rightlist .meslist .todaysone {
	width:100%;
	font-size:.22rem;
	color:#666666;
	font-family:"微软雅黑";
	margin-top:.1rem;
	height:.35rem;
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	}
.outlet .outletlist .rightlist .meslist .priceones {
	width:100%;
	font-size:.28rem;
	height:.35rem;
	color:#c93a1b;
	font-family:"微软雅黑";
	margin-top:.1rem;
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	}
.outlet .outletlist .rightlist .meslist .gotobuys {
	width:100%;
	margin-top:.25rem;
	}
.outlet .outletlist .rightlist .meslist .gotobuys a {
	display:inline-block;
	font-size:.22rem;
	color:#ffdeca;
	font-family:"微软雅黑";
	padding:0 .1rem;
	border-radius:.05rem;
	text-decoration:none;
	background:#c93a1b;
	}
.outlet .outletlist .rightlist .meslist .tomesa {
	width:100%;
	margin-top:.3rem;
	}
.outlet .outletlist .rightlist .meslist .tomesa .goimg {
	width:100%;
	text-align:right;
	padding-right:.5rem;
	}
.outlet .outletlist .rightlist .meslist .tomesa .goimg img {
	width:2.2rem;
	}
.beauty {
	width:100%;
	}
.beauty .outlettitle {
	width: 100%;
    padding:.5rem 0 .45rem 0;
    text-align: center;
	}
.beauty .outlettitle img {
	display: inline-block;
    width:1.9rem;
	}
.beauty .outbanners {
	width:100%
	}
.beauty .outbanners img {
	width:100%
	}
.beauty .beautyone {
	width:100%;
	border-bottom:.01rem solid #f1f1f1;
	padding:.75rem .55rem;
	}
.beauty .beautyone .imgsleft {
	width:50%;
	position:relative;
	}
.beauty .beautyone .imgsleft .imgdiv {
	width:100%;
	text-align:center;
	}	
.beauty .beautyone .imgsleft .imgdiv img {
	width:2.1rem;
	height:2.1rem;
	}
.beauty .beautyone .imgsleft .imgtype {
	width:.25rem;
	position:absolute;
	top:0;
	left:0;
	}	
.beauty .beautyone .imgsleft .imgtype img {
	width:100%;
	}	
.beauty .beautyone .mesright {
	width:50%;
	position:relative;
	}
.beauty .beautyone .mesright .bigtitle {
	width:100%;
	font-size:.28rem;
	line-height:.28rem;
	height:.28rem;
	color:#333333;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	margin-top:.3rem;
	}
.beauty .beautyone .mesright .smtitle {
	width:100%;
	font-size:.22rem;
	height:.25rem;
	line-height:.25rem;
	color:#666666;
	font-family:"微软雅黑";
	margin-top:.2rem;
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	}
.beauty .beautyone .mesright .price {
	width:100%;
	font-size:.24rem;
	height:.24rem;
	line-height:.24rem;
	color:#333;
	font-family:"微软雅黑";
	margin-top:.35rem;
	}
.beauty .beautyone .mesright .price span {
	color:#ef3a58;
	font-size:.3rem;
	} 
.beauty .beautyone .mesright .redout {
	width:.7rem;
	position:absolute;
	bottom:-.5rem;
	right:0;
	}	
.beauty .beautyone .mesright .redout img {
	width:100%;
	}
.beauty .bratutow {
	width:100%;
	padding-right:.5rem;
	}
.beauty .bratutow .beara {
	width:50%;
	padding-left:.7rem;
	}
.beauty .bratutow .beara .goimg {
	width:100%;
	text-align:center;
	padding-bottom:.5rem;
	}
.beauty .bratutow .beara .goimg img {
	width:1.8rem;
	height:1.8rem;
	}	
.beauty .bratutow .beara .bigtitle {
	width:100%;
	font-size:.26rem;
	line-height:.26rem;
	height:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	}
.beauty .bratutow .beara .smtitle {
	width:100%;
	font-size:.22rem;
	color:#666666;
	font-family:"微软雅黑";
	height:.3rem;
	line-height:.3rem;
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	margin-top:.2rem;
	}
.beauty .bratutow .beara .price {
	width:100%;
	font-size:.24rem;
	line-height:.24rem;
	height:.24rem;
	color:#333;
	font-family:"微软雅黑";
	margin-top:.35rem;
	}
.beauty .bratutow .beara .price span {
	color:#c93a1b;
	font-size:.3rem;
	}
.protectliver {
	width:100%;
	}
.protectliver .outlettitle {
	width:100%;
	padding:1.25rem 0 .45rem 0;
	text-align:center;
	}
.protectliver .outlettitle img {
	width:1.9rem;
	}
.protectliver .outbanners {
	width:100%;
	}
.protectliver .outbanners img {
	width:100%;
	}
.protectliver .prolist {
	width:100%;
	overflow-x:hidden;
	margin-top:.8rem;
}
.protectliver .prolist .good-container {
   width: 100%;
}
.protectliver .prolist .good-container .swiper-slide {
   width:38%;
   margin-right:4%;
}
.protectliver .prolist .good-container .swiper-slide .img {
	width:100%;
}
.protectliver .prolist .good-container .swiper-slide .img .imges {
	width:100%;
	background:#ffffff;
	padding:.6rem .4rem;
	text-align:center;
	position:relative;
	}
.protectliver .prolist .good-container .swiper-slide .img .imges img {
	width:1.8rem;
	height:1.8rem;
	}
.protectliver .prolist .good-container .swiper-slide .img .imgtype {
	width:.35rem;
	position:absolute;
	top:.3rem;
	left:.1rem;
	}
.protectliver .prolist .good-container .swiper-slide .img .imgtype img {
	width:100%;
	height:auto;
	}
.protectliver .prolist .good-container .swiper-slide .img .bigtitle {
	width:100%;
	font-size:.26rem;
	height:.26rem;
	line-height:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	margin-top:.3rem;
	}
.protectliver .prolist .good-container .swiper-slide .img .smtitle {
	width:100%;
	font-size:.22rem;
	line-height:.25rem;
	height:.3rem;
	color:#666666;
	font-family:"微软雅黑";
	margin-top:.1rem;
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	}
.protectliver .prolist .good-container .swiper-slide .img .price {
	width:100%;
	font-size:.24rem;
	line-height:.24rem;
	height:.24rem;
	color:#4b3b22;
	font-family:"微软雅黑";
	margin-top:.35rem;
	}
.protectliver .prolist .good-container .swiper-slide .img .price span {
	color:#ef3a58;
	font-size:.3rem;
	} 
.stomachcaresone {
	width:100%;
	}
.stomachcaresone .outlettitle {
	width:100%;
	padding:1.25rem 0 .45rem;
	text-align:center;
	}
.stomachcaresone .outlettitle img {
	width:1.9rem;
	}
.stomachcaresone .outbanners {
	width:100%;
	}
.stomachcaresone .outbanners img {
	width:100%;
	}
.stomachcaresone .beautyone {
	width:100%;
	border-bottom:.01rem solid #f1f1f1;
	padding:.7rem .6rem 0 .5rem;
	}
.stomachcaresone .beautyone .imgsleft {
	width:50%;
	position:relative;
	}
.stomachcaresone .beautyone .imgsleft .imgdiv {
	width:100%;
	padding:.35rem .85rem 0 .4rem;
	text-align:center;
	}	
.stomachcaresone .beautyone .imgsleft .imgdiv img {
	width:2rem;
	height:2rem;
	}
.stomachcaresone .beautyone .imgsleft .imgtype {
	width:.25rem;
	position:absolute;
	top:0;
	left:0;
	}	
.stomachcaresone .beautyone .imgsleft .imgtype img {
	width:100%;
	}	
.stomachcaresone .beautyone .mesright {
	width:50%;
	padding:.55rem 0 0 0;
	position:relative;
	}
.stomachcaresone .beautyone .mesright .bigtitle {
	width:100%;
	font-size:.28rem;
	height:.28rem;
	line-height:.28rem;
	color:#333333;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	}
.stomachcaresone .beautyone .mesright .smtitle {
	width:100%;
	font-size:.22rem;
	height:.3rem;
	line-height:.3rem;
	color:#666666;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	margin-top:.15rem;
	}
.stomachcaresone .beautyone .mesright .price {
	width:100%;
	font-size:.24rem;
	line-height:.28rem;
	height:.28rem;
	color:#333;
	font-family:"微软雅黑";
	margin-top:.5rem;
	}
.stomachcaresone .beautyone .mesright .price span {
	color:#ef3a58;
	font-size:.3rem;
	} 
.stomachcaresone .beautyone .mesright .redout {
	width:.71rem;
	position:absolute;
	bottom:-.1rem;
	right:0;
	}	
.stomachcaresone .beautyone .mesright .redout img {
	width:100%;
	}
.childone {
	width:100%;
	}
.childone .outlettitle {
	width:100%;
	padding:1.1rem 0 .35rem 0;
	text-align:center;
	}
.childone .outlettitle img {
	width:1.9rem;
	}
.childone .outbanners {
	width:100%;
	}
.childone .outbanners img {
	width:100%;
	}
.childone .childonelist {
	width:100%;
	padding:.75rem .3rem 0 .3rem;
	}
.childone .childonelist .skinones {
	width:100%;
	border-bottom:.01rem solid #e4e0de;
	}
.childone .childonelist .skinones li {
	width:48%;
	float:left;
	margin-right:4%;
	margin-bottom:.9rem;
	}
.childone .childonelist .skinones li.noright {
	margin-right:0;
	}
.childone .childonelist .skinones .leftimg {
	width:100%;
	padding:.1rem .35rem;
	position:relative;
	}
.childone .childonelist .skinones .leftimg .imgbot {
	width:2.5rem;
	height:2.5rem;
	padding:.5rem;
	margin:0 auto;
	overflow:hidden;
	background:#fff;
	border-radius:50%;
	}
.childone .childonelist .skinones .leftimg .imgbot img {
	width:100%;
	}
.childone .childonelist .skinones .leftimg .titlesone {
	width:.3rem;
	position:absolute;
	top:0;
	left:0;
	}
.childone .childonelist .skinones .leftimg .titlesone img {
	width:100%;
	}
.childone .childonelist .skinones .rightmes {
	width:100%;
	padding:0 .25rem;
	}
.childone .childonelist .skinones .rightmes .bigtitle {
	font-size:.26rem;
	height:.3rem;
	line-height:.3rem;
	color:#333333;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	margin-top:.3rem;
	}
.childone .childonelist .skinones .rightmes .smtitle {
	font-size:.22rem;
	height:.26rem;
	line-height:.26rem;
	color:#666666;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	margin-top:.15rem;
	}
.childone .childonelist .skinones .rightmes .types {
	width:100%;
	}
.childone .childonelist .skinones .rightmes .types span {
	display:inline-block;
	background:#c93a1b;
	font-size:1rem;
	color:#ffffff;
	padding:0 .04rem;
	font-family:"黑体";
	float:left;
	margin-right:.1rem;
	line-height:.28rem;
	}
.childone .childonelist .skinones .rightmes .types span.yellow {
	background:#d7aa2d;
	}
.childone .childonelist .skinones .rightmes .price {
	width:100%;
	font-size:.24rem;
	height:.28rem;
	line-height:.28rem;
	color:#4b3b22;
	font-family:"微软雅黑";
	margin-top:.3rem;
	}
.childone .childonelist .skinones .rightmes .price span {
	font-size:.32rem;
	color:#c93a1b;
	}
.moregoodall {
	width:100%;
	text-align:center;
	font-size:1.2rem;
	color:#4b3b22;
	font-family:"微软雅黑";
	padding:1.5rem 0;
	}
.moregoodall i {
	color:#999;
	}
.footersone {
	max-width:750px;
	width:100%;
	background:#fff;
	border-top:.01rem solid #f1f1f1;
	position:fixed;
	bottom:0;
	z-index:999999;
	margin:0 auto;
}
.footersone ul {
	width:100%;
}
.footersone ul li {
	width:25%;
	float:left;
	text-align:center;
	padding:.14rem;
}
.footersone ul li.clicked .homemes {
	color:#a66831;
}
.footersone .homeimg {
	width:100%;
}
.footersone .homeimg img {
	width:.5rem;
}
.footersone .homemes {
	width:100%;
	text-align:center;
	font-size:.22rem;
	color:#333333;
	font-family:"微软雅黑";
	padding-top:.05rem;
}
/*增加地址*/
.newaddress {
	width:100%;
	padding:0 .3rem;
}
.newaddress .newlines {
	width:100%;
	margin-top:.4rem;
}
.newaddress .newlines input {
	width:100%;
	border:0;
	outline:0;
	background:#efedee;
	border-radius:.1rem;
	font-size:.24rem;
	line-height:.26rem;
	color:#888888;
	font-family:"微软雅黑";
	padding:.25rem .2rem;
}
.newaddress .newgetsex {
	width:100%;
	margin-top:.3rem;
}
.newaddress .newgetsex .inputchoose {
	line-height:.24rem;
	margin-right:.2rem;
}
.newaddress .newgetsex .inputchoose input[type="radio"] {
  	display: none;
}
.newaddress .newgetsex .inputchoose label {
  	width:.24rem;
 	height:.24rem;
 	margin-bottom:0;
 	border-radius:50%;
  	cursor: pointer;
  	border:.01rem solid #a4a4a4;
  	background-size:100% 100%;
}
.newaddress .newgetsex .inputchoose label.checked {
	border:0;
  	background:url(../images/inputa.png) no-repeat;
  	background-size:100% 100%;
}
.newaddress .newgetsex .spantext {
	font-size:.26rem;
	line-height:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	margin-right:.45rem;
}
.newaddress .linechoose {
	width:100%;
	margin-top:.4rem;
}
.newaddress .linechoose select {
	width:31%;
	margin-right:2%;
	appearance:none;
  	-moz-appearance:none;
  	-webkit-appearance:none;
	background: url("../images/updown.png") no-repeat right .15rem center #ffffff;
	background-size:.2rem .15rem;
	padding-right:.2rem;
	padding-left:.1rem;
	border:0.01rem solid #999999;
  	font-size:.26rem;
  	color:#555555;
  	font-family:"微软雅黑";
  	outline:none;
  	border-radius:.04rem;
  	line-height:.6rem;
}
.newaddress .linechoose select:last-child {
	margin-right:0;
}
.newaddress .newlines textarea {
	width:100%;
	border:0;
	outline:0;
	background:#efedee;
	border-radius:.1rem;
	font-size:.24rem;
	line-height:.26rem;
	color:#888888;
	font-family:"微软雅黑";
	padding:.25rem .2rem;
	height:3rem;
	resize:none;
}
.newaddress .ofnewone {
	width:100%;
	margin-top:1.45rem;
	text-align:center;
}
.newaddress .ofnewone a {
	display:inline-block;
	width:2.8rem;
	height:.6rem;
	text-decoration:none;
	color:#ffffff;
	font-size:.32rem;
	font-family:"微软雅黑";
	background:#9c5b2b;
	border-radius:0.1rem;
	text-align:center;
	line-height:.6rem;
}
/*全部订单*/
.ordertitles {
	width:100%;
	background:#fff;
	border-bottom:.01rem solid #f1f1f1;
}
.ordertitles ul {
	width:100%;
	padding:0 .3rem;
}
.ordertitles ul li {
	width:25%;
	text-align:center;
	float:left;
	font-size:.28rem;
	line-height:.28rem;
	color:#333333;
	font-family:"微软雅黑";
	padding:.4rem 0;
}
.ordertitles ul li a {
	color:#333333;
	}
.ordertitles ul li.clicked {
	color:#9c5b2b;
	border-bottom:.02rem solid #9c5b2b;
}
.ordertitles ul li.clicked a {
	color:#9c5b2b;
	}
.orderlistabc {
	width:100%;
}
.orderlistabc .chineslist {
	width:100%;
} 
.orderlistabc .chineslist .noteamll {
	width:100%;
	text-align:center;
	padding:.6rem 0;
	}
.orderlistabc .chineslist .noteamll img {
	width:40%;
	}
.orderlistabc .chineslist .orderitems {
	width:100%;
	background:#fff;
	padding:0 .3rem;
	}
.orderlistabc .chineslist .orderlistone {
	width:100%;
	background:#fff;
	padding:.3rem 0;
	border-bottom:.01rem solid #f1f1f1;
}
.orderlistabc .chineslist .orderlistone .listimg {
	width:2rem;
	height:1.7rem;
	overflow:hidden;
}
.orderlistabc .chineslist .orderlistone .listimg img {
	width:100%;
	min-height:1.7rem;
}
.orderlistabc .chineslist .orderlistone .listmes {    
	width:71%;
	padding-left:.25rem;
}
.orderlistabc .chineslist .orderlistone .listmes .bigtitle {
	width:100%;
	margin-top:.1rem;
}
.orderlistabc .chineslist .orderlistone .listmes .bigtitle .bg {
	width:75%;
	font-size:.28rem;
	line-height:.28rem;
	color:#333333;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
}
.orderlistabc .chineslist .orderlistone .listmes .bigtitle .dista {
	width:.3rem;
	height:.3rem;
	display:inline-block;
	background:url(../images/delete.png) no-repeat;
	background-size:100% 100%;
}
.orderlistabc .chineslist .orderlistone .listmes .smtitles {
	width:100%;
	font-size:.24rem;
	line-height:.26rem;
	height:.26rem;
	color:#888888;
	font-family:"微软雅黑";
	margin-top:.2rem;
}
.orderlistabc .chineslist .orderlistone .listmes .smaddress {
	width:100%;
	font-size:.24rem;
	line-height:.26rem;
	color:#666666;
	font-family:"微软雅黑";
	margin-top:.55rem;
}
.orderlistabc .chineslist .orderlistone .listmes .smaddress span {
	font-size:.26rem;
	line-height:.26rem;
	color:#e82f2f;
}
.orderlistabc .chineslist .gobuya {
	width:100%;
	padding:.2rem 0;
	text-align:right;
	background:#fff;
	margin-bottom:.2rem;
}
.orderlistabc .chineslist .gobuya a {
	width:1.45rem;
	height:.4rem;
	display:inline-block;
	font-size:.24rem;
	color:#9c5b2b;
	font-family:"微软雅黑";
	border:.01rem solid #9c5b2b;
	background:transparent;
	border-radius:.1rem;
	text-align:center;
	line-height:.4rem;
	text-decoration:none;
	text-align:center;
}
.orderlistabc .chineslist .gobuytwo {
	width:100%;
	padding:.2rem 0;
	text-align:right;
	background:#fff;
	margin-bottom:.2rem;
}
.orderlistabc .chineslist .gobuytwo a {
	width:1.45rem;
	height:.4rem;
	background:#9c5b2b;
	display:inline-block;
	font-size:.24rem;
	color:#9c5b2b;
	font-family:"微软雅黑";
	border:.01rem solid #9c5b2b;
	background:transparent;
	border-radius:.1rem;
	text-align:center;
	line-height:.4rem;
	text-decoration:none;
	text-align:center;
}
.orderlistabc .chineslist .gobuytwo a:last-child {
	width:1.45rem;
	height:.4rem;
	background:#9c5b2b;
	display:inline-block;
	font-size:.24rem;
	color:#9c5b2b;
	font-family:"微软雅黑";
	border:.01rem solid #9c5b2b;
	background:transparent;
	border-radius:.1rem;
	text-align:center;
	line-height:.4rem;
	text-decoration:none;
	text-align:center;
	margin-left:.2rem;
	}
/*地址管理*/
.addresconment {
	padding:.25rem;
}
.nulladd {
	width:100%;
	display:none;
}
.nulladd img {
	width:100%;
}
.addresconment .listaddcon {
	width:100%;
	margin-bottom:.2rem;
	background:#fff;
	padding:.5rem .35rem .45rem .35rem;
}
.addresconment .listaddcon .linesadd {
	width:100%;
}
.addresconment .listaddcon .linesadd .names {
	display:inline-block;
	margin-right:.5rem;
	font-size:.28rem;
	line-height:.28rem;
	color:#333333;
	font-family:"微软雅黑";
}
.addresconment .listaddcon .linesadd .phones {
	display:inline-block;
	font-size:.28rem;
	line-height:.28rem;
	color:#333333;
	font-family:"微软雅黑";
}
.addresconment .listaddcon .linesmes {
	width:100%;
	font-size:.26rem;
	line-height:.26rem;
	color:#999999;
	font-family:"微软雅黑";
	margin-top:.45rem;
	border-bottom:.01rem solid #f1f1f1;
	padding-bottom:.35rem;
}
.addresconment .listaddcon .linesaddones {
	width:100%;
	padding-top:.35rem;
}
.addresconment .listaddcon .linesaddones label {
    margin-bottom:0;
    font-weight:normal;
	display:inline-block;
	float:left;
	}
.addresconment .listaddcon .linesaddones input[type="radio"], input[type="checkbox"] {
	display:inline-block;
	margin:0 !important;
	}
.addresconment .listaddcon .linesaddones .oksl {
	font-size:.26rem;
	line-height:.26rem;
	color:#333333;
	font-family:"微软雅黑";
}
.addresconment .listaddcon .linesaddones .edite {
	displya:inline-block;
	font-size:.26rem;
	line-height:.26rem;
	color:#333333;
	font-family:"微软雅黑";
}
.addresconment .listaddcon .linesaddones .edite a {
	color:#333333;
	}
.addresconment .listaddcon .linesaddones .delete {
	displya:inline-block;
	font-size:.26rem;
	line-height:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	margin-right:.3rem;
}
.addresconment .listaddcon .linesaddones .delete a {
	color:#333333;
	}
.addnew {
	width:100%;
	padding:3rem 0 3rem 0;
	text-align:center;
}
.addnew a {
	display:inline-block;
	width:2.8rem;
	height:.6rem;
	text-decoration:none;
	color:#ffffff;
	font-size:.32rem;
	font-family:"微软雅黑";
	background:#9c5b2b;
	border-radius:.1rem;
	text-align:center;
	line-height:.6rem;
}
.deltemask {
	background:rgba(0,0,0,0.2);
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	display:none;
}
.deleltemes {
	max-width:750px;
	top:3rem;
	width:80%;
	background:#fff;
	position:fixed;
	z-index:99999;
	border-radius:.1rem;
	left:10%;
	display:none;
	padding-bottom:.2rem;
}
.deleltemes .oksmes {
	width:100%;
	font-size:.28rem;
	line-height:.28rem;
	color:#333333;
	font-family:"微软雅黑";
	padding:.6rem 0;
	text-align:center;
}
.deleltemes .deltebtn {
	width:100%;
	padding:0 .6rem;
}
.deleltemes .deltebtn .nook {
	text-decoration:none;
	font-size:.28rem;
	line-height:.28rem;
	color:#999999;
	font-family:"微软雅黑";
}
.deleltemes .deltebtn .yeok {
	text-decoration:none;
	font-size:.28rem;
	line-height:.28rem;
	color:#333;
	font-family:"微软雅黑";
}
/*确认交易*/
.sealout {
	width:100%;
	background:#fff;
	padding:.6rem 0;
	border-bottom:.01rem solid #f1f1f1;
}
.sealout .alltale {
	width:100%;
	font-size:.32rem;
	line-height:.32rem;
	color:#666666;
	font-family:"微软雅黑";
	margin-bottom:.1rem;
	text-align:center;
}
.sealout .allmoney {
	width:100%;
	font-size:.5rem;
	line-height:.5rem;
	color:#e82f2f;
	font-family:"微软雅黑";
	margin-bottom:.1rem;
	text-align:center;
}
.allpricesda {
	width:100%;
	padding:.4rem .25rem;
	background:#fff;
}
.allpricesda .namesa {
	font-size:.28rem;
	line-height:.28rem;
	color:#555555;
	font-family:"微软雅黑";
}
.allpricesda .gonames {
	font-size:.28rem;
	line-height:.28rem;
	color:#333333;
	font-family:"微软雅黑";
}
.allpricesone {
	width:100%;
	padding:.6rem 0 .6rem 0;
	text-align:center;
}
.allpricesone button {
	border:none;
	outline:none;
	background:#9c5b2b;
	color:#fff;
	font-size:.32rem;
	font-family:"微软雅黑";
	border-radius:.1rem;
	padding:.1rem .6rem;
	}
/*体检服务*/
.serimg {
	position:relative;
}
.serimg .banner-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    position:relative;
}
.serimg .banner-container .img {
    width: 100%;
    height: auto;
}
.serimg .banner-container .img img {
    width: 100%;
    height: auto;
}
.serimg .banner-container .banner-pagination {
    border:0;
    position: absolute;
    bottom:.04rem;
    width: 100%;
    z-index: 2;
    text-align: center;
}
.serimg .banner-container .banner-pagination .swiper-pagination-bullet {
    margin-right:.24rem;
    width:.12rem;
    height:.12rem;
    background-color: #ffffff;
    border: 0;
    opacity: 1;
}
.serimg .banner-container .banner-pagination .swiper-pagination-bullet-active {
    background-color:#9c5b2b;
    width:.12rem;
    height:.12rem;
}
.serimgmes {
	width:100%;
	background:#fff;
	padding:.4rem .3rem .4rem .3rem;
	}
.serimgmes .sectitles {
	width:100%;
}
.serimgmes .sectitles .leftline {
	width:38%;
	line-height:.28rem;
}
.serimgmes .sectitles .leftline img {
	width:100%;
}
.serimgmes .sectitles .centermes {
	width:24%;
	text-align:center;
	font-size:.28rem;
	line-height:.28rem;
	color:#333333;
	font-family:"微软雅黑";
}
.serimgmes .sectitles .rightline {
	width:38%;
	line-height:.28rem;
}
.serimgmes .sectitles .rightline img {
	width:100%;
}
.serimgmes .sertalk {
	width:100%;
	text-indent:.3rem;
	font-size:.24rem;
	line-height:.24rem;
	color:#888888;
	font-family:"微软雅黑";
	line-height:.5rem;
	padding-top:.25rem;
}
.allmesbottom {
	width:100%;
	background:#fff;
	margin-top:.2rem;
}
.allmesbottom .noteamll {
	width:100%;
	text-align:center;
	padding:.6rem 0;
	}
.allmesbottom .noteamll img {
	width:40%;
	}
.allmesbottom .relistone {
	width:100%;
	padding:.4rem .3rem;
	border-bottom:.01rem solid #f1f1f1;
	}
.allmesbottom .relistone .lisimgs {
	width:2.2rem;
	height:1.85rem;
	overflow:hidden;
}
.allmesbottom .relistone .lisimgs img {
	width:100%;
	min-height:1.85rem;
	}
.allmesbottom .relistone .lismess {
	width:68%;
	padding-left:.3rem;
	}
.allmesbottom .relistone .lismess .btitle {
	width:100%;
	font-size:.32rem;
	line-height:.32rem;
	color:#333333;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	}
.allmesbottom .relistone .lismess .stand {
	width:100%;
	font-size:.24rem;
	margin-top:.2rem;
	line-height:.3rem;
	height:.55rem;
	color:#666666;
	font-family:"微软雅黑";
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	}
.allmesbottom .relistone .lismess .croud {
	width:100%;
	margin-top:.55rem;
	}
.allmesbottom .relistone .lismess .croud .prices {
	font-size:.32rem;
	line-height:.32rem;
	color:#e82f2f;
	font-family:"微软雅黑";
	}
.allmesbottom .relistone .lismess .croud .noprice {
	font-size:.24rem;
	line-height:.24rem;
	color:#888888;
	font-family:"微软雅黑";
	margin-left:.3rem;
	padding-top:.04rem;
	}
.allmesbottom .relistone .lismess .croud .nums {
	font-size:.24rem;
	line-height:.26rem;
	color:#888888;
	font-family:"微软雅黑";
	padding-top:.04rem;
	}
.allmesbottom .relistone .lismess .croud .nums img {
	width:.32rem;
	display:inline-block;
	margin-top:-.09rem;
	margin-right:.05rem;
	}
/*确认订单*/
.orderok {
	width:100%;
}
.orderok .setmeal {
	width:100%;
	background:#fff;
}
.orderok .setmeal .setitls {
	width:100%;
	padding:.4rem 0;
	font-size:.28rem;
	line-height:.28rem;
	color:#333333;
	font-family:"微软雅黑";
	text-align:center;
	border-bottom:.01rem solid #f1f1f1;
}
.orderok .setmeal .setmes {
	width:100%;
	background:#ffffff;
	padding:.5rem;
}
.orderok .setmeal .setmes .lineput {
	width:100%;
	font-size:.26rem;
	color:#555555;
	font-family:"微软雅黑";
	line-height:.6rem;
}
.orderok .setmeal .setmes .warnout {
	width:100%;
	font-size:.26rem;
	line-height:.26rem;
	color:#9c5b2b;
	font-family:"微软雅黑";
	padding:.4rem 0 0 0;
}
.orderok .titlbig {
	width:100%;
	font-size:.28rem;
	line-height:.28rem;
	color:#333333;
	font-family:"微软雅黑";
	padding:.35rem;
	text-align:center;
	background:#fff;
	margin-top:.2rem;
	border-bottom:.01rem solid #f1f1f1;
}
.orderok .setmeal .liese {
	width:100%;
	padding:.15rem .5rem;
	border-bottom:.01rem solid #f1f1f1;
}
.orderok .setmeal .liese .sename {
	width:2rem;
	font-size:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	line-height:.6rem;
}
.orderok .setmeal .liese .seinput {
	width:50%;
}
.orderok .setmeal .liese .seinput input {
	width:4.6rem;
	background:#efedee;
	border:0;
	border-radius:.1rem;
	font-size:.2rem;
	color:#999999;
	font-family:"微软雅黑";
	line-height:.6rem;
	padding:0 .2rem;
	-webkit-appearance: none;
}
.orderok .setmeal .liese .seinput .chaticon img {
	width:.36rem;
	display:inline-block;
	margin-top:.07rem;
	margin-right:.15rem;
	}
.orderok .setmeal .liese .seinput .chatmes {
	display:inline-block;
	font-size:.24rem;
	color:#333333;
	font-family:"微软雅黑";
	line-height:.6rem;
}
.orderok .setmeal textarea {
	width:100%;
	outline:none;
	resize:none;
	font-size:.24rem;
	line-height:.26rem;
	color:#333;
	font-family:"微软雅黑";
	padding:.3rem .5rem;
	border:0;
	height:3rem;
}
.orderok .bottomoa {
	width:100%;
	position:fixed;
	bottom:0;
	max-width:750px;
}
.orderok .bottomoa li:first-child {
	width:40%;
	float:left;
	background:#efece5;
	text-align:center;
	font-size:.26rem;
	color:#666666;
	font-family:"微软雅黑";
	line-height:1rem;
}
.orderok .bottomoa li:first-child span {
	font-size:.3rem;
	color:#e82f2f;
}
.orderok .bottomoa li:last-child {
	width:60%;
	float:left;
	background:#9c5b2b;
	text-align:center;
	font-size:.32rem;
	color:#ffffff;
	font-family:"微软雅黑";
	line-height:1rem;
}
.importantmes {
	background:rgba(0,0,0,0.4);
	position:absolute;
	top:0;
	right:0;
	padding-top:5rem;
	z-index:99999;
	display:none;
}
.importantmes .impotitle {
	width:90%;
	background:#fff;
	position:fixed;
	border-radius:.1rem;
	margin-left:5%;
	padding:0 .5rem;
}
.importantmes .impotitle .redtitle {
	width:100%;
	font-size:.3rem;
	color:#9c5b2b;
	font-family:"微软雅黑";
	text-align:center;
	padding:.45rem 0 .3rem 0;
	border-bottom:.01rem solid #f1f1f1;
	margin-bottom:.2rem;
}
.importantmes .impotitle .prlines {
	width:100%;
	padding-bottom:.2rem;
}
.importantmes .impotitle  .prlines .rounds {
	width:.3rem;
	height:.3rem;
	margin-top:.01rem;
	font-size:.22rem;
	color:#ffffff;
	font-family:"微软雅黑";
	background:#9c9991;
	line-height:.35rem;
	text-align:center;
	border-radius:50%;
}
.importantmes .impotitle  .prlines .mesround {
	width:92%;
	padding-left:.15rem;
	font-size:.22rem;
	color:#666666;
	font-family:"微软雅黑";
	line-height:.4rem;
}
.importantmes .alreayread {
	width:100%;
	padding:.1rem 0 .35rem 0;
	}
.importantmes .alreayread .inputchoose {
	margin-right:.15rem;
}
.importantmes .alreayread .inputchoose input[type="checkbox"] {
  	display: none;
}
.importantmes .alreayread .inputchoose label {
  	width:.3rem;
 	height:.3rem;
 	margin-bottom:0;
 	border-radius:50%;
  	cursor: pointer;
  	border:.01rem solid #a4a4a4;
  	background-size:100% 100%;
}
.importantmes .alreayread .inputchoose label.checked {
	border:0;
  	background:url(../images/myoks.png) no-repeat;
  	background-size:100% 100%;
}
.importantmes .alreayread .armysel {
	color:#666666;
	font-size:.24rem;
	line-height:.26rem;
	font-family:"微软雅黑";
}
.importantmes .alreayread .armysel span {
	color:#e82f2f;
}
.importantmes .impotitle .bottomoks {
	width:100%;
	background:#ffffff;
	border-top:.01rem solid #f1f1f1;
}
.importantmes .impotitle .bottomoks li {
	width:50%;
	float:left;
	font-size:.24rem;
	line-height:0.26rem;
	color:#666666;
	font-family:"微软雅黑";
	text-align:center;
	padding:.3rem 0;
	border-right:.01rem solid #f1f1f1;
}
.importantmes .impotitle .bottomoks li:last-child {
	border-right:0;
}	
/*套餐详情*/
.revone {
	width:100%;
	}
.revone img {
	width:100%;
	}
.detsilmes {
	width:100%;
	background:#fff;
	padding:.3rem .5rem .25rem .5rem;
	position:relative;
}
.detsilmes .sold {
	font-size:.22rem;
	color:#ffffff;
	font-family:"微软雅黑";
	padding:.1rem .15rem;
	position:absolute;
	background:url(../images/page-b.png) no-repeat;
	background-size:100% 100%;
	text-align:center;
	right:0;
	top:0;
}
.detsilmes .titlesone {
	width:82%;
	font-size:.28rem;
	line-height:.28rem;
	height:.28rem;
	color:#9c5b2b;
	font-weight:bold;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
}
.detsilmes .mesone {
	width:100%;
	margin-top:.3rem;
}
.detsilmes .mesone .nameof {
	font-size:.26rem;
	line-height:.26rem;
	height:.26rem;
	color:#666;
	font-family:"微软雅黑";
}
.detsilmes .mesone .redname {
	font-size:.26rem;
	color:#666666;
	font-family:"微软雅黑";
	margin-left:.4rem;
}
.detsilmes .timesall {
	width:100%;
}
.detsilmes .timesall .mesleft {
	width:100%;
}
.detsilmes .timesall .mesleft .priceall {
	width:100%;
	padding-top:.3rem;
}
.detsilmes .timesall .mesleft .priceall li {
	text-align:center;
	float:left;
	margin-right:.8rem;
}
.detsilmes .timesall .mesleft .priceall .redprice {
	font-size:.2rem;
	line-height:.26rem;
	height:.26rem;
	color:#e82f2f;
	font-family:"微软雅黑";
}
.detsilmes .timesall .mesleft .priceall .grayprice {
	font-size:.2rem;
	line-height:.26rem;
	height:.26rem;
	color:#999999;
	font-family:"微软雅黑";
}
.detsilmes .timesall .mesleft .priceall .redpriceone {
	font-size:.28rem;
	line-height:.28rem;
	height:.28rem;
	color:#e82f2f;
	font-family:"微软雅黑";
}
.detsilmes .timesall .mesleft .priceall .graypriceone {
	font-size:.28rem;
	line-height:.28rem;
	height:.28rem;
	color:#999999;
	font-family:"微软雅黑";
}
.exproject {
	width:100%;
	background:#ffffff;
	margin-top:.2rem;
}
.exproject img {
	width:100% !important;
	}
.exproject .exprtitle {
	width:100%;
	padding:0 .55rem;
	border-bottom:.01rem solid #f1f1f1;
}
.exproject .exprtitle li {
	width:50%;
	float:left;
	font-size:.3rem;
	color:#333333;
	font-family:"微软雅黑";
	font-weight:bold;
	text-align:center;
	padding:.3rem 0;
}
.exproject .exprtitle li.clicked {
	color:#9c5b2b;
	border-bottom:.02rem solid #9c5b2b;
}
.exproject .excontant {
	width:100%;
}
.exproject .excontant .exslist {
	width:100%;
}
.exproject .excontant .exslist img {
	width:100%;
}
.exproject .excontant .imgdetails {
	background:#f1f1f1;
}
.exproject .excontant .mesdetai {
	width:100%;
	background:#fff;
	padding:0 .5rem;
}
.exproject .excontant .mesdetai .mesone {
	width:100%;
	padding:.3rem 0;
	border-bottom:.01rem solid #f1f1f1;
}
.exproject .excontant .mesdetai .mesone .bluetitle {
	width:100%;
	font-size:.28rem;
	color:#9c5b2b;
	font-weight:bold;
	font-family:"微软雅黑";
	border-left:.08rem solid #9c5b2b;
	line-height:.28rem;
	padding-left:.15rem;
}
.exproject .excontant .mesdetai .mesone .graymes {
	width:100%;
	font-size:.24rem;
	color:#666666;
	font-family:"微软雅黑";
	padding-left:.19rem;
	line-height:.26rem;
	margin-top:.15rem;
}
.exproject .excontant .process {
	width:100%;
	background:#fff;
	margin-top:.2rem;
	padding:0 .5rem;
	padding-bottom:.1rem;
}
.exproject .excontant .process .sectitles {
	width:100%;
	padding:.35rem 0 .5rem 0;
}
.exproject .excontant .process .sectitles .leftline {
	width:37%;
	line-height:.28rem;
}
.exproject .excontant .process .leftline img {
	width:100%;
}
.exproject .excontant .process .sectitles .centermes {
	width:26%;
	font-size:.28rem;
	text-align:center;
	font-size.28rem;
	line-height:.28rem;
	height:.28rem;
	color:#9c5b2b;
	font-family:"微软雅黑";
}
.exproject .excontant .process .sectitles .rightline {
	width:37%;
	line-height:.28rem;
}
.exproject .excontant .process .sectitles .rightline img {
	width:100%;
}
.exproject .excontant .process .proimg {
	width:100%;
}
.exproject .excontant .process .proimg .imgleft {
	width:48%;
	float:left;
	margin-right:4%;
}
.exproject .excontant .process .proimg .imgleft .topimg {
	width:100%;
}
.exproject .excontant .process .proimg .imgleft .topimg img {
	width:100%;
}
.exproject .excontant .process .proimg .imgleft .topme {
	width:100%;
	text-align:center;
	padding-top:.15rem;
	padding-bottom:.35rem;
}
.exproject .excontant .process .proimg .imgleft .topme .blue {
	font-size:.26rem;
	line-height:.26rem;
	height:.26rem;
	color:#9c5b2b;
	font-family:"微软雅黑";
}
.exproject .excontant .process .proimg .imgleft .topme .green {
	font-size:.26rem;
	line-height:.26rem;
	height:.26rem;
	color:#666666;
	font-family:"微软雅黑";
}
.exproject .excontant .process .proimg .imgright {
	width:48%;
	float:left;
}
.exproject .excontant .process .proimg .imgright .topimg {
	width:100%;
}
.exproject .excontant .process .proimg .imgright .topimg img {
	width:100%;
}
.exproject .excontant .process .proimg .imgright .topme {
	width:100%;
	text-align:center;
	padding-top:.15rem;
	padding-bottom:.35rem;
}
.exproject .excontant .process .proimg .imgright .topme .blue {
	font-size:.26rem;
	line-height:.26rem;
	height:.26rem;
	color:#9c5b2b;
	font-family:"微软雅黑";
}
.exproject .excontant .process .proimg .imgright .topme .green {
	font-size:.26rem;
	line-height:.26rem;
	height:.26rem;
	color:#666666;
	font-family:"微软雅黑";
}
.exproject .excontant .needattention {
	width:100%;
	background:#fff;
	margin-top:.2rem;
	padding:0 .5rem;
	padding-bottom:.8rem;
}
.exproject .excontant .needattention .sectitles {
	width:100%;
	padding:.35rem 0 .5rem 0;
}
.exproject .excontant .needattention .sectitles .leftline {
	width:37%;
	line-height:.28rem;
}
.exproject .excontant .needattention .leftline img {
	width:100%;
}
.exproject .excontant .needattention .sectitles .centermes {
	width:26%;
	text-align:center;
	font-size:.28rem;
	line-height:.28rem;
	height:.28rem;
	color:#9c5b2b;
	font-family:"微软雅黑";
}
.exproject .excontant .needattention .sectitles .rightline {
	width:37%;
	line-height:.28rem;
}
.exproject .excontant .needattention .sectitles .rightline img {
	width:100%;
}
.exproject .excontant .needattention .linedetails {
	width:100%;
	font-size:.26rem;
	line-height:.55rem;
	color:#999999;
	font-family:"微软雅黑";
}
.exproject .excontant .needattention .linedetails .round {
	display:inline-block;
	width:.33rem;
	height:.33rem;;
	background:#9c5b2b;
	border-radius:50%;
	color:#fff;
	text-align:center;
	line-height:.33rem;
	margin-right:.1rem;
}
.exproject .excontant .needattention .linedetails span {
	color:#e82f2f;
	}
.exproject .excontant .needattention .girls {
	width:100%;
	font-size:.28rem;
	color:#9c5b2b;
	font-family:"微软雅黑";
	padding-top:.5rem;
	padding-bottom:.2rem;
}
.exproject .excontant .agencies {
	width:100%;
	background:#fff;
	margin-top:.2rem;
	padding: 0 .5rem;
    padding-bottom: .1rem;
}
.exproject .excontant .agencies .sectitles {
	width:100%;
	padding:.35rem 0 0 0
}
.exproject .excontant .agencies .sectitles .leftline {
	width:37%;
	line-height:.28rem;
}
.exproject .excontant .agencies .leftline img {
	width:100%;
}
.exproject .excontant .agencies .sectitles .centermes {
	width:26%;
	text-align:center;
	font-size:.28rem;
	line-height:.28rem;
	color:#9c5b2b;
	font-family:"微软雅黑";
}
.exproject .excontant .agencies .sectitles .rightline {
	width:37%;
}
.exproject .excontant .agencies .sectitles .rightline img {
	width:100%;
	line-height:.28rem;
}
.exproject .excontant .agencies .agenlist {
	width:100%;
	border-bottom:.01rem solid #f1f1f1;
	padding:.5rem 0;
}
.exproject .excontant .agencies .agenlist .agimg {
	width:2.3rem;
	height:1.5rem;
	overflow:hidden;
}
.exproject .excontant .agencies .agenlist .agimg img {
	width:2.3rem;
	height:1.5rem;
}
.exproject .excontant .agencies .agenlist .agmes {
	width:65%;
	padding-left:.25rem;
}
.exproject .excontant .agencies .agenlist .agmes .bigtitle {
	width:100%;
	padding-top:.35rem;
	font-size:.26rem;
	line-height:.26rem;
	color:#9c5b2b;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
}
.exproject .excontant .agencies .agenlist .agmes .sm-mes {
	width:100%;
	padding-top:.2rem;
	font-size:.24rem;
	line-height:.24rem;
	color:#666;
	font-family:"微软雅黑";
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}
.exproject .excontant .agencies .lookmores {
	width:100%;
	padding:.3rem;
	text-align:center;
}
.exproject .excontant .agencies .lookmores p {
	width:100%;
	font-size:.24rem;
	line-height:.26rem;
	color:#999999;
	text-align:center;
	padding:0;
}
.exproject .excontant .examitem {
	padding:.5rem;
}
.exproject .excontant .exslist .projectlist {
	width:100%;
	border:.01rem solid #e7e7e7;
	margin-bottom:.2rem;
}
.exproject .excontant .exslist .projectlist table {
	width:100%;
	border:.01rem solid #e7e7e7;
}
.exproject .excontant .exslist .projectlist .one td:first-child {
	width:30%;
	background:#9c5b2b;
	text-align: center;
    font-size: .24rem;
	line-height:.26rem;
	height:.26rem;
    color: #fff;
    font-family: "微软雅黑";
    border-bottom:.01rem solid #fff;
}
.exproject .excontant .exslist .projectlist .one td:last-child{
	width:70%;
	background: #efece5;
    font-size:.24rem;
    color: #999;
    font-family: "微软雅黑";
    padding:.2rem .4rem;
    text-align:center;
    border-bottom:.01rem solid #e7e7e7;
}
.exproject .excontant .exslist .projectlist .two td:first-child {
	width:30%;
	background:#be7138;
	text-align: center;
    font-size: .24rem;
	line-height:.26rem;
    color: #fff;
    font-family: "微软雅黑";
    border-bottom:.01rem solid #fff;
}
.exproject .excontant .exslist .projectlist .two td:last-child{
	width:70%;
	background: #fff;
    font-size:.24rem;
    color: #999;
    font-family: "微软雅黑";
    padding:.2rem .4rem;
    text-align:center;
    border-bottom:.01rem solid #e7e7e7;
}
.exproject .excontant .exslist .projectlist .three td:first-child {
	width:30%;
	background:#9c5b2b;
	text-align: center;
    font-size:.24rem;
	line-height:.26rem;
    color: #fff;
    font-family: "微软雅黑";
}
.exproject .excontant .exslist .projectlist .three td:last-child{
	width:70%;
	background: #efece5;
    font-size:.24rem;
    color: #999;
    font-family: "微软雅黑";
    padding: .2rem .4rem;
    text-align:center;
}
.buttonupone {
	width:100%;
	position:fixed;
	bottom:0;
	border-top:.01rem solid #f1f1f1;
}
.buttonupone .onlinea {
	width:35%;
	float:left;
	background:#efece5;
	line-height:1rem;
	font-size:.26rem;
	color:#9c5b2b;
	font-family:"微软雅黑";
	text-align:center;
}
.buttonupone .onlinea a {
	font-size:.26rem;
	line-height:.26rem;
	height:.26rem;
	color:#9c5b2b;
	font-family:"微软雅黑";
	text-decoration:none;
	}
.buttonupone .onlinea img {
	width:.64rem;
	display:inline-block;
	margin-right:.05rem;
	}
.buttonupone .ligotobug {
	width:65%;
	float:left;
	line-height:1rem;
	background:#9c5b2b;
	font-size:.32rem;
	color:#ffffff;
	font-family:"微软雅黑";
	text-align:center;
	}
.buttonupone .ligotobug a {
	font-size:.32rem;
	line-height:.32rem;
	height:.32rem;
	color:#ffffff;
	font-family:"微软雅黑";
	text-decoration:none;
	}
/*理疗馆首页*/
.pavimask {
	background:rgba(0,0,0,0.2);
	position:absolute;
	top:0;
	left:0;
	z-index:99;
	display:none;
}
.paconetn {
	width:90%;
	top:4rem;
	left:5%;
	position:fixed;
	z-index:99;
	padding:.3rem;
	display:none;
	}
.paconetn .closeat {
	width:.4rem;
	height:.4rem;
	background:#ed3d3d;
	font-size:.3rem;
	color:#fff;
	font-family:"微软雅黑";
	text-align:center;
	line-height:.4rem;
	border-radius:50%;
	position:absolute;
	right:.12rem;
	top:.14rem;
	}
.paconetn .paclist {
	width:100%;
	background:#ffffff;
	border-radius:.2rem;
	padding:0 .6rem;
	}
.paconetn .paclist .patitle {
	width:100%;
	padding:.5rem 0 .35rem 0;
	font-size:.3rem;
	color:#9c5b2b;
	font-family:"微软雅黑";
	border-bottom:.01rem solid #f1f1f1;
	text-align:center;
	}
.paconetn .paclist .prmes {
	width:100%;
	padding:.3rem 0;
	}
.paconetn .paclist .prmes .leftnames {
	font-size:.3rem;
	line-height:.3rem;
	color:#333333;
	font-family:"微软雅黑";
	}
.paconetn .paclist .prmes .righttitme {
	font-size:.3rem;
	line-height:.3rem;
	color:#e82f2f;
	font-family:"微软雅黑";
	}
.paconetn .paclist .okgo {
	width:100%;
	padding:.6rem 0 .6rem 0;
	text-align:center;
	}
.paconetn .paclist .okgo button {
	display:inline-block;
	color:#ffffff;
	font-size:.32rem;
	line-height:.32rem;
	font-family:"微软雅黑";
	background:#9c5b2b;
	border-radius:.1rem;
	padding:.2rem .8rem;
	border:none;
	outline:none;
}
.paciliimgone {
	width:100%;
}
.paciliimgone img {
	width:100%;
}
.pacilimesa {
	width:100%;
	background:#fff;
	padding:.25rem .5rem .5rem .5rem;
	font-size:.24rem;
	line-height:.5rem;
	color:#666;
	font-family:"微软雅黑";
	text-indent:.5rem;
}
.specialproject {
	wiodth:100%;
	background:#fff;
	margin-top:.2rem;
	padding:0 .5rem;
	}
.specialproject .sectitles {
	width:100%;
	padding:.45rem 0;
}
.specialproject .sectitles .leftline {
	width:38%;
	line-height:.28rem;
}
.specialproject .sectitles .leftline img {
	width:100%;
}
.specialproject .sectitles .centermes {
	width:24%;
	text-align:center;
	font-size:.28rem;
	line-height:.28rem;
	color:#333333;
	font-family:"微软雅黑";
}
.specialproject .sectitles .rightline {
	width:38%;
	line-height:.28rem;
}
.specialproject .sectitles .rightline img {
	width:100%;
}
.specialproject .spcialimg {
	width:100%;
	}
.specialproject .spcialimg .imglist {
	width:100%;
	padding-bottom:.45rem;
	border--radius:.1rem;
	overflow:hidden;
	}
.specialproject .spcialimg .imglist img {
	width:100%;
	}
/*课程详情*/
.detailscontent {
	width:100%;
	background:#fff;
	padding:.75rem .5rem .75rem .5rem;
}
.detailscontent .titles {
	width:100%;
	padding-top:2.5rem;
	font-size:1.6rem;
	color:#333;
	font-family:"微软雅黑";
	text-align:center;
}
.detailscontent .foraom {
	width:100%;
	text-align:center;
	padding-top:0.5rem;
	font-size:0.9rem;
	color:#666666;
	font-family:"微软雅黑";
}
.detailscontent .namecontent {
	width:100%;
}
.detailscontent .namecontent img {
	width:100% !important;
	height:auto !important;
	}
.detailscontent .namecontent .imges {
	width:100%;
	padding-top:2rem;
	padding-bottom:2rem;
}
.detailscontent .namecontent .imges img {
	width:100%;
}
.detailscontent .namecontent .nigtitles {
	width:100%;
	font-size:1.4rem;
	color:#333;
	font-family:"微软雅黑";
	font-weight:bold;
}
.detailscontent .namecontent .smtitle {
	width:100%;
	font-size:1.2rem;
	color:#333333;
	font-family:"微软雅黑";
	line-height:2rem;
}
.detailscontent .namecontent .smmes {
	width:100%;
	font-size:1.2rem;
	color:#333333;
	font-family:"微软雅黑";
}
.detailscontent .namecontent .smmes span {
	font-size:1.4rem;
	font-weight:bold;
}
.iwanto {
	width:100%;
	position:fixed;
	bottom:0;
	max-width:750px;
}
.iwanto ul {
	width:100%;
}
.iwanto ul li:first-child {
	width:60%;
	float:left;
	background:#efece5;
	text-align:center;
	font-size:.28rem;
	line-height:1rem;
	height:1rem;
	color:#333333;
	font-family:"微软雅黑";
}
.iwanto ul li:first-child span {
	font-size:.32rem;
	color:#e82f2f;
}
.iwanto ul li:last-child {
	width:40%;
	float:left;
	background:#9c5b2b;
	text-align:center;
	font-size:.32rem;
	color:#ffffff;
	font-family:"微软雅黑";
	line-height:1.01rem;
}
/*确认身份*/
.coursedetails {
	width:100%;
	background:#fff;
	padding:.3rem;
}
.coursedetails .imgleft {
	width:2.3rem;
	height:1.6rem;
	overflow:hidden;
}
.coursedetails .imgleft img {
	width:2.3rem;
	height:1.6rem;
}
.coursedetails .mesright {
	width:66%;
	padding-left:.3rem;
}
.coursedetails .mesright .titles {
	width:100%;
	font-size:.28rem;
	line-height:.28rem;
	height:.28rem;
	color:#333333;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
}
.coursedetails .mesright .prices {
	width:100%;
	font-size:.3rem;
	line-height:.3rem;
	height:.3rem;
	color:#e82f2f;
	font-family:"微软雅黑";
	margin-top:.35rem;
}
.writemes {
	width:100%;
	background:#fff;
	margin-top:.2rem;
	padding:.45rem .3rem 0 .3rem;
}
.writemes .writebig {
	width:100%;
	font-size:.3rem;
	line-height:.3rem;
	color:#555555;
	font-family:"微软雅黑";
	height:.3rem;
}
.writemes .witeinput {
	width:100%;
	margin-top:.35rem;
}
.writemes .witeinput input {
	width:100%;
	background:#efedee;
	border-radius:.1rem;
	font-size:.24rem;
	line-height:.26rem;
	color:#888888;
	font-family:"微软雅黑";
	padding:.25rem .3rem;
	border:0;
	outline:none;
}
.writemes .ofnewone {
	width:100%;
	text-align:center;
	padding:2.17rem 0 5rem 0;
}
.writemes .ofnewone button {
	border:none;
	outline:none;
	background:#9c5b2b;
	color:#fff;
	font-size:.32rem;
	line-height:.32rem;
	font-family:"微软雅黑";
	border-radius:.1rem;
	padding:.15rem .75rem;
}
/*殊德培训*/
.trainlist {
	width:100%;
	background:#fff;
	padding:1.5rem;
	margin-bottom:1rem;
}
.trainlist .imgleft {
	width:35%;
	height:8rem;
	overflow:hidden;
}
.trainlist .imgleft img {
	width:100%;
	min-height:8rem;
}
.trainlist .mesright {
	width:65%;
	padding-left:1.5rem;
}
.trainlist .mesright .titles {
	width:100%;
	font-size:1.3rem;
	color:#333333;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
}
.trainlist .mesright .content {
	width:100%;
	font-size:1.1rem;
	padding-top:0.5rem;
	line-height:1.5rem;
	color:#666666;
	font-family:"微软雅黑";
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient: vertical;
}
.trainlist .mesright .nums {
	width:100%;
	font-size:1.2rem;
	color:#888888;
	font-family:"微软雅黑";
	margin-top:1.5rem;
}
/*医生介绍*/
.persontop {
	width:100%;
	background:#fff;
}
.persontop .topimges {
	width:100%;
	padding:.5rem 0 .4rem 0;
}
.persontop .topimges .imges {
	width:100%;
	text-align:center;
}
.persontop .topimges .imges .imgav {
	width:1.4rem;
	height:1.4rem;
	border-radius:50%;
	margin:0 auto;
	overflow:hidden;
}
.persontop .topimges .imges img {
	width:100%;
	min-height:1.4rem;
}
.persontop .topimges .bigname {
	width:100%;
	text-align:center;
	font-size:.32rem;
	line-height:.32rem;
	color:#555555;
	font-family:"微软雅黑";
	margin-top:.3rem;
}
.doctitles {
	width:100%;
	background:#fff;
	margin-top:.2rem;
	border-bottom:.01rem solid #f1f1f1;
}
.doctitles ul {
	width:100%;
	padding:0 .3rem;
}
.doctitles ul li {
	width:50%;
	float:left;
	padding:.3rem 0;
	text-align:center;
	font-size:.3rem;
	line-height:.3rem;
	color:#333333;
	font-family:"微软雅黑";
}
.doctitles ul li.clicked {
	color:#9c5b2b;
	border-bottom:.02rem solid #9c5b2b;
}
.doctorlist {
	width:100%;
	background:#fff;
}
.doctorlist .teamcontainer {
	width:100%;
}
.doctorlist .teamcontainer .teamone {
	width:100%;
	background:#fff;
}
.doctorlist .teamcontainer .teamone .teama {
	width: 100%;
    font-size:.3rem;
    color: #333;
    font-family: "微软雅黑";
    border-bottom:.01rem solid #f1f1f1;
    padding:.25rem .2rem;
}
.doctorlist .teamcontainer .teamone .teama img {
	width:.3rem;
    display: inline-block;
    margin-top:.06rem;
    margin-right:.16rem;
}
.doctorlist .teamcontainer .teamone .inmes {
	width:100%;
	padding-bottom:.2rem;
	border-bottom:.03rem solid #f1f1f1;
}
.doctorlist .teamcontainer .teamone .inmes .mesdetails {
	padding:.25rem .2rem 0 .2rem;
	font-size:.24rem;
	color:#888888;
	font-family:"微软雅黑";
	line-height:.4rem;
	text-indent:.4rem;
}
.doctorlist .teamcontainer .teamone .inmes .mesdetailsone {
	padding:.25rem .2rem 0 .2rem;
	font-size:.24rem;
	color:#888888;
	font-family:"微软雅黑";
	line-height:.4rem;
	text-indent:.4rem;
	display:none;
}
.doctorlist .teamcontainer .teamone .inmes .seldown {
	width:100%;
	text-align:center;
	display:none;
}
.doctorlist .teamcontainer .teamone .inmes .seldown p {
	height:.36rem;
}
.doctorlist .teamcontainer .teamone .inmes .seldown i {
	font-size:.3rem;
	line-height:.3rem;
	color:#888;
}
.doctorlist .teamcontainer .teamone .inmes .seldown .cloon {
	font-size:.24rem;
	line-height:.26rem;
	color:#888;
}
.doctorlist .teamcontainer .anmalllist {
	width:100%;
	padding:.3rem .3rem .8rem .3rem;
}
.doctorlist .teamcontainer .anmalllist .listop {
	width:100%;
	font-size:.28rem;
	color:#333333;
	font-family:"微软雅黑";
	padding-bottom:.3rem;
	border-bottom:.01rem solid #f1f1f1;
}
.doctorlist .teamcontainer .anmalllist .listbottom {
	width:100%;
	padding:.25rem 0;
	border-bottom:.01rem solid #f1f1f1;
}
.doctorlist .teamcontainer .anmalllist .listbottom .boleft {
	
}
.doctorlist .teamcontainer .anmalllist .listbottom .boleft .leftmes {
	font-size:.26rem;
	line-height:.4rem;
	color:#555555;
	font-family:"微软雅黑";
}
.doctorlist .teamcontainer .anmalllist .listbottom .boright .leftmes {
	font-size:.28rem;
	line-height:.4rem;
	color:#555555;
	font-family:"微软雅黑";
}
.doctorlist .teamcontainer .anmalllist .listbottom .boright .leftmes span {
	color:#e82f2f;
}
.doctorlist .teamcontainer .anmalllist .listbottom .boright .rightmes {
	width:1rem;
	height:.4rem;
	text-align:center;
	display:inline-block;
	font-size:.24rem;
	line-height:.4rem;
	font-family:"微软雅黑";
	border-radius:.1rem;
}
.doctorlist .teamcontainer .anmalllist .listbottom .boright .rightmesones {
	font-size:.28rem;
	line-height:.4rem;
	color:#e82f2f;
	font-family:"微软雅黑";
}
.doctorlist .teamcontainer .anmalllist .listbottom .boright .blueone {
	color:#ffffff;
	background:#9c5b2b;
}
.doctorlist .teamcontainer .anmalllist .listbottom .boright .grayone {
	color:#ffffff;
	background:#9c9991;
}
/*订单确认*/
.paorder-title {
	width:100%;
	background:#fff;
	font-size:.28rem;
	line-height:.28rem;
	color:#555555;
	font-family:"微软雅黑";
	padding:.35rem 0;
	text-align:center;
	}
.paorder-title span {
	color:#e82f2f;
	}
.paorderline {
	width:100%;
	background:#fff;
	margin-top:.2rem;
	}
.paorderline .liese {
	width:100%;
	padding:.4rem .3rem 0 .3rem;
}
.paorderline .lieseone {
	width:100%;
	margin-top:.4rem;
	padding:.3rem;
	border-top:.01rem solid #f1f1f1;
	border-bottom:.01rem solid #f1f1f1;
	}
.paorderline .lieseone .sename {
	width:1.3rem;
	font-size:.26rem;
	line-height:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	line-height:.26rem;
}
.paorderline .lieseone .seinput {
	width:50%;
	font-size:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	line-height:.26rem;
}
.paorderline .lieseone .seinput .chaticon img {
	width:.35rem;
	display:inline-block;
	}
.paorderline .lieseone .seinput .chatmes {
	display:inline-block;
	font-size:.24rem;
	color:#333333;
	font-family:"微软雅黑";
	margin-left:.1rem;
	line-height:.26rem;
}
.paorderline .liese .sename {
	width:1.3rem;
	font-size:.26rem;
	line-height:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	line-height:.26rem;
}
.paorderline .liese .seinput {
	width:50%;
	font-size:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	line-height:.26rem;
}
.paorderline .liese .seinputone {
	width:50%;
	color:#e82f2f;
	font-size:.3rem;
	font-family:"微软雅黑";
	line-height:.3rem;
}
.warinpavili {
	width:100%;
	background:#fff;
	padding:.5rem .3rem;
	}
.warinpavili .warintitle {
	width:100%;
	font-size:.26rem;
	line-height:.26rem;
	color:#9c5b2b;
	font-family:"微软雅黑";
	pmargin-bottom:.15rem;
	}
.warinpavili .wainmes {
	width:100%;
	}
.warinpavili .wainmes p {
	width:100%;
	font-size:.24rem;
	line-height:.26rem;
	color:#888888;
	font-family:"微软雅黑";
	line-height:.5rem;
	}
.addnewoks {
	width:100%;
	background:#fff;
	padding:.6rem 0 .14rem 0;
	text-align:center;
}
.addnewoks button {
	width:2.8rem;
	height:.6rem;
	color:#ffffff;
	font-size:.32rem;
	font-family:"微软雅黑";
	background:#9c5b2b;
	border-radius:.1rem;
	line-height:.6rem;
	border:0;
}
/*选择技师*/
.choosere {
	width:100%;
	background:#fff;
	padding:.4rem .35rem;
	position:relative;
	}
.choosere .chootitle {
	color:#555555;
	font-size:.28rem;
	line-height:.28rem;
	font-family:"微软雅黑";
	}
.choosere .choorightname {
	color:#333333;
	font-size:.28rem;
	line-height:.28rem;
	font-family:"微软雅黑";
	}
.choosere .choorightname i {
	color:#999;
	line-height:.28rem;
	}
.choosere .choosetext {
	width:40%;
	background:#fff;
	border-right:.01rem solid #f1f1f1;
	border-bottom:.01rem solid #f1f1f1;
	border-left:.01rem solid #f1f1f1;
	position:absolute;
	top:.46rem;
	right:0;
	display:none;
}
.choosere .choosetext li {
	width:100%;
	padding:.2rem 0;
	text-align:center;
	color:#333;
	font-size:.24rem;
	line-height:.26rem;
	font-family:"微软雅黑";
	border-bottom:.01rem solid #f1f1f1;
}
.choosere .choosetext li:last-child {
	border-bottom:0;
}
.choosepercon {
	width:100%;
	background:#fff;
	margin-top:.1rem;
	}
.choosepercon .docstulist {
	width:100%;
	padding:.45rem .4rem .45rem 0;
	border-bottom:.01rem solid #f1f1f1;
}
.choosepercon .docstulist .leftimg {
	width:1.6rem;
}
.choosepercon .docstulist .leftimg .imgdic {
	width:1rem;
	height:1rem;
	border-radius:50%;
	overflow:hidden;
	margin:0 auto;
}
.choosepercon .docstulist .leftimg .imgdic img {
	width:100%;
	min-height:1rem;
}
.choosepercon .docstulist .rightmes {
	width:75%;
}
.choosepercon .docstulist .rightmes .toptitle {
	width:100%;
}
.choosepercon .docstulist .rightmes .toptitle .topnames {
	display:inline-block;
	font-size:.28rem;
	line-height:.28rem;
	color:#333333;
	font-family:"微软雅黑";
}
.choosepercon .docstulist .rightmes .toptitle .typenames {
	display:inline-block;
	font-size:.24rem;
	line-height:.26rem;
	color:#666666;
	font-family:"微软雅黑";
	padding-top:.02rem;
	margin-left:.3rem;
}
.choosepercon .docstulist .rightmes .centermes {
	width:100%;
	font-size:.24rem;
	line-height:.26rem;
	color:#888888;
	font-family:"微软雅黑";
	margin-top:.25rem;
}
.choosepercon .docstulist .rightmes .centermes span {
	color:#e82f2f;
	}
.choosepercon .docstulist .rightmes .bottommes {
	width:100%;
	font-size:.22rem;
	line-height:.26rem;
	color:#888888;
	font-family:"微软雅黑";
	margin-top:.2rem;
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
}
/*确认订单-无收货地址*/
.havaaddress {
	width:100%;
	background:#fff;
	padding:.35rem .3rem;
	margin-bottom:.2rem;
	}
.havaaddress .havalines {
	width:100%;
	margin-bottom:.15rem;
	}
.havaaddress .havalines .leftnames {
	font-size:.26rem;
	line-height:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	margin-right:.2rem;
	}
.havaaddress .havalines .rightmes {
	font-size:.26rem;
	line-height:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	}
.havaaddress .havalinestwo {
	width:100%;
	line-height:.5rem;
	}
.havaaddress .havalinestwo .leftnames {
	font-size:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	}
.havaaddress .havalinestwo .rightmes {
	width:77%;
	font-size:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	}
.goodsmes {
	padding:0 .31rem;
	}
.noaddres {
	width:100%;
	background:#fff;
	padding:.5rem .3rem;
	border-bottom:.01rem solid #f1f1f1;
	}
.noaddres .names {
	font-size:.26rem;
	line-height:.26rem;
	color:#555555;
	font-family:"微软雅黑";
	padding:.2rem 0;
	}
.noaddres .righticonone i {
	color:#999;
	display:inline-block;
	margin-top:-.06rem;
	}
.zqcontent {
	background:#fff;
	padding:.32rem .13rem;
	}
.zqcontent .zqaddress {
	display:flex;
	}
.zqcontent .zqaddress .left-ss {
	width:.57rem;
	height:.35rem;
	border-radius:.06rem;
    background: #ffffff;
	border:.01rem solid #FD8B08;
    text-align: center;
    font-size: .24rem;
    color: #FD8B08;
    font-family: "微软雅黑";
    line-height: .35rem;
	}
.zqcontent .zqaddress .right-ss {
	font-size:.3rem;
	font-weight:bold;
	line-height:.35rem;
	}
.zqcontent .zqlist {
	margin-top:.3rem;
	display:flex;
	justify-content: space-between;
	align-items:center;
	}
.zqcontent .zqlist .mes-zq {
	font-size: .26rem;
    color: #333333;
    font-family: "微软雅黑";
    line-height: .26rem;
	}
.zqcontent .zqlist .zqright {
	display:flex;
	align-items:center;
	font-size: .26rem;
    color: #FD8B08;
    font-family: "微软雅黑";
	font-weight:bold;
    line-height: .26rem;
	}
.zqcontent .zqlist .zqright input {
	border:none;
	color: #FD8B08;
	text-align:right;
	}
.zqcontent .zqlist .zqright img {
	width:.25rem;
	height:.25rem;
	margin-left:.16rem;
	}
.zqmasks {
	width:100%;
	border-radius:.4rem .4rem 0 0;
	height:7.5rem;
	background:#ffffff;
	padding:.3rem;
	position:fixed;
	bottom:0;
	left:0;
	z-index:999999;
	display:none;
	}
.zqmasks .zqclse {
	display:flex;
	justify-content: space-between;
	padding:.05rem 0 .25rem 0;
	border-bottom:.01rem solid #CCCCCC;
	}
.zqmasks .zqclse span {
	font-size: .32rem;
    color: #333333;
    font-family: "微软雅黑";
    line-height: .32rem;
	}
.zqmasks .zqclse img {
	width:.21ewm;
	height:.21rem;
	}
.zqmasks .zqcontainer {
	display:flex;
	height:100%;
	justify-content: space-between;
	padding-top:.2rem;
	}
.zqmasks .zqcontainer .zqones {
	width:40%;
	height:100%;
	background:#EFEFEF;
	overflow-y:scroll;
	}
.zqmasks .zqcontainer .zqones .one-list {
	padding:.3rem 0;
	font-size:.26rem;
	color:#333333;
	line-height:.26rem;
	text-align:center;
	}
.zqmasks .zqcontainer .zqones .clicked {
	color:#FD8C08;
	background:#ffffff;
	}
.zqmasks .zqcontainer .zqtwos {
	width:50%;
	height:100%;
	overflow-y:scroll;
	background:#ffffff;
	margin-left:10%;
	}
.zqmasks .zqcontainer .zqtwos .one-list {
	padding:.3rem 0;
	font-size:.26rem;
	color:#333333;
	line-height:.26rem;
	border-bottom:.01rem solid #CCCCCC;
	display:flex;
	justify-content: space-between;
	align-items:center;
	}
.zqmasks .zqcontainer .zqtwos .clicked {
	color:#FD8C08;
	}
.zqmasks .zqcontainer .zqtwos .disabled {
    color: #aaa;        
    cursor: not-allowed; 
}
.zqmasks .zqcontainer .zqtwos .one-list img {
	width:.3rem;
	height:.3rem;
	}
.choosewaysone {
	padding:.3rem;
	background:#F2F2F2;
	}
.chooseways {
	border-radius:.26rem;
	overflow: hidden;
	}
.chooseways ul {
	width:100%;
	
	display:flex;
	background:#ffffff;
	}
.chooseways ul li {
	width:50%;
	text-align:center;
	padding:.32rem 0 .26rem 0;
	font-size:.26rem;
	line-height:.26rem;
	color:#999999;
	font-family:"微软雅黑";
	background:#E9E9E9;
	}
.chooseways ul li.clicked {
	color:#333333;
	background:#ffffff;
	border-radius:.26rem;
	overflow:hidden;
	}
.oneorders {
	border-top:.15rem solid #F2F2F2;
	}
.okorderone {
	width:100%;
	background:#fff;
	padding:.25rem .35rem;
	}	
.okorderone .listimg {
	width:1.5rem; 
	height:1.5rem;
	border-radius:.1rem;
	overflow:hidden;
}
.okorderone .listimg img {
	width:100%; 
	height:100%;
	object-fit:cover;
}
.okorderone .listmes {    
	width:74%;
	padding-left:.25rem;
}
.okorderone .listmes .bigtitle {
	width:100%;
	display:flex;
	align-items: end;
    justify-content: space-between;
	margin-top:.1rem;
}
.okorderone .listmes .bigtitle .bg {
	width:69%;
	font-size:.5rem;
	line-height:.5rem;
	color:#E92E26;
	font-weight:bold;
	font-family:"微软雅黑";
}
.okorderone .listmes .bigtitle .dista {
	font-size:.26rem;
	line-height:.26rem;
	color:#999999;
	font-family:"微软雅黑";
}
.okorderone .listmes .smtitles {
	width: 100%;
    margin-top: .05rem;
    height: .8rem;
    font-size: .28rem;
    line-height: .4rem;
    color: #333333;
    font-family: "微软雅黑";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.okorderone .listmes .smaddress {
	width:100%;
	font-size:.28rem;
	line-height:.28rem;
	color:#e82f2f;
	font-family:"微软雅黑";
	margin-top:.6rem;
}
.okorderone .listmes .smaddressones {
	width:100%;
	margin-top:.6rem;
	}
.okorderone .listmes .smaddressones s {
	font-size:.24rem;
	line-height:.24rem;
	color:#888888;
	font-family:"微软雅黑";
	margin-top:.1rem;
	margin-right:.3rem;
	}
.okorderone .listmes .smaddressones .graytos {
	padding:.05rem .2rem;
	border:.02rem solid #e82f2f;
	font-size:.24rem;
	line-height:.24rem;
	color:#555555;
	font-family:"微软雅黑";
	border-radius:.05rem;
	}
.okorderone .listmes .smaddressones .graytos span {
	color:#e82f2f;
	}
.orderdetailsmes {
	width:100%;
	border-top: .15rem solid #F2F2F2;
	}
.orderdetailsmes .payways{width:100%;background:#ffffff;padding:0 .3rem}
.orderdetailsmes .payways .paylines{width:100%;border-bottom:.01rem solid #eeeeee;padding:.4rem 0}
.orderdetailsmes .payways .paylines .leftlines{font-size:.32rem;color:#666666;font-family:"微软雅黑";line-height:.32rem}
.orderdetailsmes .payways .paylines .leftlines img{width:.48rem;display:inline-block;margin-top:-.02rem}
.orderdetailsmes .payways .paylines .inputchoose{line-height:.3rem;margin-top:.03rem}
.orderdetailsmes .payways .paylines .inputchoose input[type="radio"]{display:none}
.orderdetailsmes .payways .paylines .inputchoose input[type="radio"] + label{cursor:pointer;width:.32rem;height:.32rem;margin-bottom:0;cursor:pointer;background:url("../images/icon-c.png")no-repeat;background-size:100% 100%}
.orderdetailsmes .payways .paylines .inputchoose input[type="radio"]:checked + label{background:url("../images/icon-cc.png")no-repeat;background-size:100% 100%}
.orderdetailsmes .liese {
	width:100%;
	background:#fff;
	padding:.3rem;
}
.orderdetailsmes .lieseone {
	width:100%;
	background:#fff;
	padding:.3rem;
	border-top:.01rem solid #f1f1f1;
	}
.orderdetailsmes .lieseone .sename {
	width:1.55rem;
	font-size:.28rem;
	color:#333333;
	font-family:"微软雅黑";
	line-height:.3rem;
}
.orderdetailsmes .lieseone .seinput {
	width:50%;
	font-size:.28rem;
	color:#333333;
	font-family:"微软雅黑";
	line-height:.3rem;
}
.orderdetailsmes .lieseone .seinput .chaticon img {
	width:.36rem;
	display:inline-block;
	}
.orderdetailsmes .lieseone .seinput .chatmes {
	display:inline-block;
	font-size:.24rem;
	color:#333333;
	font-family:"微软雅黑";
	margin-left:.1rem;
	line-height:.3rem;
}
.orderdetailsmes .liese .sename {
	width:1.55rem;
	font-size:.28rem;
	color:#333333;
	font-family:"微软雅黑";
	line-height:.3rem;
}
.orderdetailsmes .liese .seinput {
	width:50%;
	font-size:.28rem;
	color:#333333;
	font-family:"微软雅黑";
	line-height:.3rem;
}
.orderdetailsmes .liese .seinputone {
	width:50%;
	color:#e82f2f;
	font-size:.3rem;
	font-family:"微软雅黑";
	line-height:.3rem;
}
.orderdetailsmes .liese .seinputone span {
	color:#e82f2f;
	font-size:.3rem;
	font-family:"微软雅黑";
	line-height:.3rem;
	}
.orderdetailsmes .gocardbtns {
	width:100%;
	background:#ffffff;
	margin-top:.2rem;
	}
.orderdetailsmes .gocardbtns .linegod {
	width:100%;
	padding:.3rem;
	border-bottom:.01rem solid #f1f1f1;
	}
.orderdetailsmes .gocardbtns .linegod .linimges {
	color:#555555;
	font-size:.28rem;
	font-family:"微软雅黑";
	line-height:.5rem;
	}
.orderdetailsmes .gocardbtns .linegod .linimges img {
	width:.52rem;
	display:inline-block;
	margin-top:-.07rem;
	margin-right:.2rem;
	}	
.orderdetailsmes .gocardbtns .linegod .bluegoes {
	text-decoration:none;
	display:inline-block;
	padding:0 .3rem;
	background:#88d1ff;
	font-size:.24rem;
	line-height:.5rem;
	color:#ffffff;
	font-family:"微软雅黑";
	border-radius:.1rem;
	}
.orderdetailsmes .gocardbtns .linegod .yellowgoes {
	text-decoration:none;
	display:inline-block;
	padding:0 .3rem;
	background:#d7aa2d;
	font-size:.24rem;
	line-height:.5rem;
	color:#ffffff;
	font-family:"微软雅黑";
	border-radius:.1rem;
	}
.orderdetailsmes .buyperson {
	width:100%;
	background:#fff;
	margin-top:.2rem;
	color:#333333;
	font-size:.28rem;
	line-height:.28rem;
	font-family:"微软雅黑";
	padding:.4rem .3rem .25rem .3rem;
	}
.orderdetailsmes .buinput {
	width:100%;
	background:#fff;
	padding:0 .3rem .25rem .3rem;
	}
.orderdetailsmes .buinput textarea {
	width:100%;
	height:3rem;
	color:#333333;
	font-size:.24rem;
	font-family:"微软雅黑";
	border-radius:.1rem;
	border:0;
	background:#fff;
	outline:none;
	resize:none;
	text-shadow:none;
	padding:.3rem .2rem;
	}
.orderbottomoa {
	width:100%;
	position:fixed;
	justify-content: space-between;
	display:flex;
	padding:.12rem .3rem;
	max-width:750px;
	bottom:0;
	background:#ffffff;
	align-items: center;
	border-top:.01rem solid #E3E3E3;
}
.orderbottomoa li:first-child {
	width:40%;
	float:left;
	display: flex;
    align-items: center;
    font-size: .26rem;
    color: #333333;
    font-family: "微软雅黑";
    line-height: .26rem;
}
.orderbottomoa li:first-child span {
	color: #e82f2f;
    font-size: .5rem;
    line-height: .5rem;
}
.orderbottomoa li:last-child {
	width: 35%;
    height: .76rem;
    background: linear-gradient(-90deg, #FD455C, #FF1025);
    text-align: center;
    font-size: .3rem;
    color: #FFFFFF;
    font-family: "微软雅黑";
    line-height: .76rem;
    border-radius: .1rem;
}
/*全部评论*/
.evaluationstar {
	width:100%;
	background:#fff;
	padding:.3rem;
	border-bottom:.01rem solid #f1f1f1;
}
.evaluationstar .evaname {
	width:70%;
}
.evaluationstar .evaname .names {
	font-size:.28rem;
	line-height:.28rem;
	color:#333333;
	font-family:"微软雅黑";
}
.evaluationstar .evaname ul {
	width: 100%;
    padding-top:.02rem;
}
.evaluationstar .evaname ul li {
	width: .24rem;
    height: .24rem;
    display: inline-block;
    position: relative;
    background:url(../images/onestars.png) no-repeat;
    background-size:100% 100%;
}
.evaluationstar .evaname ul li.clicked {
	background:url(../images/onestar.png) no-repeat;
	background-size:100% 100%;
}
.evaluationstar .mes {
	font-size:.24rem;
	color:#888888;
	font-family:"微软雅黑";
	padding-top:.04rem;
}
.eva-list {
	width:100%;
	background:#fff;
	padding:0 .3rem .3rem .3rem;
}
.eva-list .evaline {
	width:100%;
	padding:.3rem 0;
	border-bottom:.01rem solid #f1f1f1;
}
.eva-list .evaline .imgtitle {
	width:100%;
}
.eva-list .evaline .imgtitle .leftimg {
	width:15%;
}
.eva-list .evaline .imgtitle .leftimg .imgdiv {
	width:.7rem;
	height:.7rem;
	overflow:hidden;
	margin:0 auto;
	border-radius:50%;
}
.eva-list .evaline .imgtitle .leftimg .imgdiv img {
	width:100%;
	min-height:.7rem;
}
.eva-list .evaline .imgtitle .nownames {
	font-size.26rem;
	color:#333333;
	font-family:"微软雅黑";
	padding-left:.2rem;
	padding-top:.2rem;
}
.eva-list .evaline .imgtitle .notimes {
	font-size:.24rem;
	color:#888888;
	font-family:"微软雅黑";
	padding-top:.22rem;
}
.eva-list .evaline .evavonten {
	width:100%;
	font-size:.28rem;
	line-height:.28rem;
	color:#333333;
	font-family:"微软雅黑";
	padding-top:.2rem;
}
.eva-list .evaline .evaimglist {
	width:100%;
	padding:.2rem 0 0 0;
}
.eva-list .evaline .evaimglist ul {
	width:100%;
}
.eva-list .evaline .evaimglist ul li {
	width:22%;
	float:left;
	margin-right:4%;
}
.eva-list .evaline .evaimglist ul li:last-child {
	margin-right:0;
}
.eva-list .evaline .evaimglist ul li img {
	width:100%;
}
/*产品详情*/
.mask {       
   position: absolute; 
   top: 0; 
   background-color:rgba(0,0,0,0.8);     
   z-index: 99999; 
   left: 0; 
   display:none; 
   } 
.mask .climes {
	width:5rem;
	left:20%;
	padding-top:1.4rem;
	position:fixed;
	}
.mask .climes p {
	font-size:.32rem;
	color:#fff;
	font-family:"微软雅黑";
	line-height:.5rem;
	}
.mask .arrows {
	width:.8rem;
	position:absolute;
	top:.4rem;
	right:.4rem;
	}
.mask .arrows img {
	width:100%;
	}
.detailsbottom .leftc {
	width:40%;
	}
.masksask {
		background:rgba(0,0,0,0.7);
		position:fixed;
		left:0;
		top:0;
		z-index:9999999;
		}
.erwies {
		width:5rem;
		height:6rem;
		background:#ffffff;
		left:50%;
		top:50%;
		margin-top:-2.5rem;
		margin-left:-2.5rem;
		position:fixed;
		z-index:99999999;
		display:none;
		}
.erwies .conerwei {
	width:3.96rem;
	height:3.96rem;
	margin:0 auto;
	}
.erwies .conerwei img {
	width:3.96rem;
	height:3.96rem;
	}
.erwies .closeas {
	width:100%;
	padding:.2rem;
	text-align:right;
	}
.erwies .closeas img {
	width:.28rem;
	height:.28rem;
	}
.reminderthree {
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	position:fixed;
	top:0;
	left:0;
	z-index:9999999999;
	display:none;
}
.bannerone {
	width:100%;
}
.bannerone .banner-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    position:relative;
}
.bannerone .banner-container .img {
    width: 100%;
    height: 7.5rem;
	overflow: hidden;
}
.bannerone .banner-container .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.bannerone .banner-container .banner-pagination {
    border:0;
    position: absolute;
    bottom: .05rem;
    width: 100%;
    z-index: 2;
    text-align: center;
}
.bannerone .banner-container .banner-pagination .swiper-pagination-bullet {
    margin-right:.05rem;
    width:.1rem;
    height:.1rem;
    background-color: #ffffff;
    border: 0;
    opacity: 1;
}
.bannerone .banner-container .banner-pagination .swiper-pagination-bullet-active {
    background:#FF4142;
    width:.1rem;
    height:.1rem;
}
.detailstitle {
	background:#fff;
	padding:.14rem .32rem .4rem .32rem;
	}
.detailstitle .noprice {
	width:100%;
	display:flex;
	justify-content: space-between;
	margin-top:.35rem;
	align-items:end;
	}
.detailstitle .noprice .nametitle {
	display:inline-block;
	display:flex;
	align-items:end;
	}
.detailstitle .noprice .nametitle .names {
	font-size:.5rem;
	line-height:.5rem;
	color:#E92E26;
	font-family:"微软雅黑";
	}
.detailstitle .noprice .nametitle .type {
	display: inline-block;
	width:.85rem;
	height:.38rem;
	background:#E92E26;
    font-size: .24rem;
    color: #ffffff;
	text-align:center;
    margin:0 .22rem;
    line-height: .38rem;
    border-radius: .1rem;
	}
.detailstitle .noprice .nametitle s {
	font-size:.24rem;
	line-height:.24rem;
	color:#666666;
	font-family:"微软雅黑";
	}
.detailstitle .noprice .numpero {
	display:inline-block;
	font-size:.24rem;
	line-height:.24rem;
	color:#666666;
	font-family:"微软雅黑";
	}
.detailstitle .userclick {
	background: #FEF4EA;
	border-radius: .1rem;
	border:.01rem solid #FEDDA1;
	padding:.12rem .17rem;
	margin-top:.35rem;
	}
.detailstitle .userclick a {
	display:flex;
	justify-content: space-between;
	font-size:.24rem;
	line-height:.24rem;
	color:#A06B3C;
	}
.detailstitle .userclick span {
	display:flex;
	align-items:center;
	}
.detailstitle .userclick span img {
	width:.31rem;
	height:.22rem;
	margin-right:.14rem;
	}
.detailstitle .bigtitle {
	margin-top:.3rem;
	width:100%;
	font-size:.28rem;
	line-height:.4rem;
	color:#222222;
	font-family:"微软雅黑";
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	}
.detailstitle .numsabc {
	width:100%;
	display:flex;
	margin-top:.24rem;
	}
.detailstitle .numsabc .imglist {
	display:inline-block;
	border:.01rem solid #CD394B;
	font-size:.24rem;
	color:#C91D35;
	padding:.12rem .18rem;
	margin-right:.1rem;
	line-height:.24rem;
	border-radius:.1rem;
	margin-right:.17rem;
	}
.servicenum {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	background:#fff;
	padding:.45rem .32rem .36rem .32rem;
	align-items:center;
	margin-top:.15rem;
	}
.servicenum .sername {
	font-size:.24rem;
	line-height:.24rem;
	color:#888888;
	font-family:"微软雅黑";
	margin-right:.15rem;
	}
.servicenum .serview {
	width:90%;
	}
.servicenum .serview span {
	display:inline-block;
	background:#FEF4EA;
	font-size:.24rem;
	color:#A06B3C;
	padding:.1rem .22rem;
	margin-right:.1rem;
	line-height:.24rem;
	border-radius:.1rem;
	margin-right:.1rem;
	}
.servicenum .serview span:last-child {
	margin-right:0;
	}
.choosenum {
	width:100%;
	background:#fff;
	margin-top:.15rem;
	}
.choosenum .numas {
	font-size:.24rem;
	line-height:.24rem;
	color:#888888;
	font-family:"微软雅黑";
	}
.choosenum .numas span {
	color:#333333;
	display:inline-block;
	margin-left:.15rem;
	}
.graphicdetails {
	width:100%;
	background:#fff;
	margin-top:.2rem;
	padding:.43rem .32rem;
	}
.graphicdetails .bigtitles {
	width:100%;
	font-size:.28rem;
	line-height:.28rem;
	color:#333333;
	font-family:"微软雅黑";
	}
.graphicdetails .detailsone {
	width:100%;
	font-size:.26rem;
	color:#666;
	font-family:"微软雅黑";
	line-height:.4rem;
	margin-top:.27rem;
	}
.graphicdetails .detailsone img {
	width:100% !important;
	height:auto !important;
	}
.detailsbottom {
	width:100%;
	background:#ffffff;
	position:fixed;
	display:flex;
	padding:.12rem 0;
	bottom:0;
	max-width:750px;
	}
.detailsbottom .lefta {
	width:18%;
	border-right:.01rem solid #d5d3ce;
	text-align:center;
	font-size:.22rem;
	color:#333333;
	font-family:"微软雅黑";
	line-height:.22rem;
	}
.detailsbottom .lefta p {
	padding-top:.1rem;
	}
.detailsbottom .lefta img {
	width:.33rem;
	height:.33rem;
	}
.detailsbottom .leftaa {
	width:40%;
	display:flex;
	align-items:center;
	justify-content: center;
	text-align:center;
	font-size:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	line-height:.26rem;
	}
.detailsbottom .leftaa img {
	width:.33rem;
	height:.33rem;
	margin-right:.17rem;
	}
.detailsbottom .leftcc {
	width:55%;
	border-radius:.1rem;
	line-height:.76rem;
	background: linear-gradient(-90deg, #FD455C, #FF1025);
	font-size:.3rem;
	color:#FFFFFF;
	font-weight:bold;
	font-family:"微软雅黑";
	text-align:center;
	}
.detailsbottom .leftcc a {
	text-decoration:none;
	color:#9D5C03;
	}
.detailsbottom .leftb {
	width:18%;
	text-align:center;
	font-size:.22rem;
	color:#333333;
	font-family:"微软雅黑";
	line-height:.22rem;
	}
.detailsbottom .leftb a {
	display:inline-block;
	}
.detailsbottom .leftb span {
	position:absolute;
	top:0;
	right:-.2rem;
	background:#F8311E;
	display:inline-block;
	border-radius:50%;
	font-size:.22rem;
	color:#FFFFFF;
	padding:.02rem .1rem;
	margin-right:.1rem;
	line-height:.22rem;
	}
.detailsbottom .leftb p {
	padding-top:.1rem;
	color:#333333;
	position:relative;
	}
.detailsbottom .leftb img {
	width:.38rem;
	height:.33rem;
	}
.detailsbottom .leftf {
	width:30%;
	line-height:.76rem;
	background:#FFE7CB;
	font-size:.3rem;
	color:#9D5C03;
	font-weight:bold;
	font-family:"微软雅黑";
	text-align:center;
	border-radius:.1rem 0 0 .1rem;
	}
.detailsbottom .leftf a {
	text-decoration:none;
	color:#9D5C03;
	}
.detailsbottom .leftc {
	width:30%;
	border-radius:0 .1rem .1rem 0;
	line-height:.76rem;
	background: linear-gradient(-90deg, #FD455C, #FF1025);
	font-size:.3rem;
	color:#FFFFFF;
	font-weight:bold;
	font-family:"微软雅黑";
	text-align:center;
	}
.detailsbottom .leftc a {
	text-decoration:none;
	color:#9D5C03;
	}

.detailsbottom .leftd {
	width:15%;
	border-right:.01rem solid #d5d3ce;
	background:#efece5;
	}
.detailsbottom .leftd .leftones {
	width:.44rem;
	line-height:1rem;
	margin:0 auto;
	position:relative;
	text-align:center;
	}
.detailsbottom .leftd .leftones img {
	width:100%;
	}
.detailsbottom .leftd .leftones .badge {
	background-color: #c93a1b;
	font-weight: normal;
	position:absolute;
	padding:.03rem .1rem;
	border-radius:.2rem;
	top:.2rem;
	color:#FFF;
	font-size:.2rem;
	line-height:.2rem;
	font-family:"微软雅黑";
    left:50%;
    }
.detailsbottom .lefte {
	width:27.5%;
	line-height:1rem;
	background:#efece5;
	font-size:.32rem;
	color:#333333;
	font-family:"微软雅黑";
	text-align:center;
	}
.gotocards {
	width:100%;
	background:#fff;
	padding:.35rem .3rem;
	border-bottom:.01rem solid #f1f1f1
	}
.gotocards a {
	text-decoration:none;
	}
.gotocards .numas {
	font-size:.28rem;
	line-height:.3rem;
	color:#555555;
	font-family:"微软雅黑";
	}
.gotocards .numas img {
	width:.52rem;
	display:inline-block;
	margin-right:.15rem;
	margin-top:-.15rem;
	}
.gotocards .numright {
	width: .28rem;
    height: .28rem;
	}
.gotocards .numright img {
	width: .28rem;
    display: inline-block;
    margin-top: -.25rem;
	}

.after-sales {
	width:100%;
	background:#fff;
	padding:0 .3rem .3rem .3rem;
	margin-top:.2rem;
	}
.after-sales .afterimg {
	width:100%;
	border-bottom:.01rem solid #f1f1f1;
	padding:.3rem 0;
	text-align:center;
	}
.after-sales .afterimg img {
	width:60%;
	}
.after-sales .aftermes {
	width:100%;
	}
.after-sales .aftermes .bigtitle {
	width:100%;
	font-size:.28rem;
	line-height:.28rem;
	color:#333333;
	font-family:"微软雅黑";
	margin-top:.4rem;
	margin-bottom:.25rem;
	}
.after-sales .aftermes .bigtitle span {
	display:inline-block;
	float:left;
	width:.12rem;
	height:.12rem;
	border-radius:50%;
	border:.01rem solid #333;
	margin-right:.1rem;
	margin-top:.1rem;
	}
.after-sales .aftermes .smmes {
	width:100%;
	font-size:.24rem;
	color:#888888;
	font-family:"微软雅黑";
	line-height:.5rem;
	padding-left:.2rem;
	}

.addtobuy {
	background:rgba(0,0,0,0.3);
	position:absolute;
	top:0;
	right:0;
	z-index:9999;
	display:none;
}
.addtobuy .maplist {
	width:100%;
	position:fixed;
	bottom:0;
	overflow:hidden;
	max-width:750px;
	
}
.addtobuy .maplist .onclose {
	width:.25rem;
	height:.25rem;
	background:url(../images/closon.png) no-repeat;
	background-size:100% 100%;
	position:absolute;
	top:.3rem;
	right:.3rem;
}
.addtobuy .maplist .relistone {
	width:100%;
	display:flex;
	background:#fff;
	padding:.3rem;
	border-radius:.3rem .3rem 0 0;
}
.addtobuy .maplist .relistone .lisimgs {
	width:1.5rem;
	height:1.5rem;
	background:#efefef;
    overflow: hidden;
}
.addtobuy .maplist .relistone .lisimgs  img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.addtobuy .maplist .relistone .lismess {
	width:75%;
	padding-left:.25rem;
}
.addtobuy .maplist .relistone .lismess .btitle {
	margin-top: .05rem;
    width: 100%;
	height:.8rem;
    font-size: .28rem;
    line-height: .4rem;
    color: #222222;
    font-family: "微软雅黑";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.addtobuy .maplist .relistone .lismess .pricesse {
	display:inline-block;
	display:flex;
	align-items:end;
	width:100%;
	margin-top:.15rem;
	}
.addtobuy .maplist .relistone .lismess .priceone {
	display:flex;
	font-size:.5rem;
	line-height:.5rem;
	color:#E92E26;
	font-family:"微软雅黑";
	}
.addtobuy .maplist .relistone .lismess .type {
	display: inline-block;
	width:.85rem;
	height:.38rem;
	background:#E92E26;
    font-size: .24rem;
    color: #ffffff;
	text-align:center;
    margin:0 .22rem;
    line-height: .38rem;
    border-radius: .1rem;
	}
.addtobuy .maplist .relistone .lismess s {
	font-size:.24rem;
	line-height:.24rem;
	color:#666666;
	font-family:"微软雅黑";
	}
.addtobuy .maplist .lineputone {
	width:100%;
	background:#ffffff;
	display:flex;
	justify-content: space-between;
	align-items:center;
	padding:0 .3rem .35rem .3rem;
}
.addtobuy .maplist .lineputone .buyname {
	display:flex;
	align-items:center;
	font-size:.24rem;
	line-height:.24rem;
	color:#333333;
	font-family:"微软雅黑";
}
.addtobuy .maplist .lineputone .shop-group {
	display:flex;
	align-items:center;
	height:.7rem;
	display:flex;
}
.addtobuy .maplist .lineputone .shop-group .input-group-addon {
    width: .38rem;
    font-size:.3rem;
	line-height:.3rem;
    font-family: "微软雅黑";
    background-color: #fff;
    color: #666;
    border: .01rem solid #f1f1f1;
    border-radius:0;
    display: inline-block;
    height:.38rem;
	border-radius:50%;
	text-align:center;
	padding:0;
}
.addtobuy .maplist .lineputone .shop-group .form-control {
    font-size: .3rem;
	line-height:.38rem;
    font-family: "微软雅黑";
    color: #333;
    text-align: center;
    outline: none;
    box-shadow: none;
    display: inline-block;
    width: .83rem;
    height: .38rem;
    border-radius:0;
    border:none;
    -webkit-appearance: none;
	padding:0;
}
.addtobuy .maplist .opengroup {
	background:#ffffff;
	padding:0 .3rem .57rem .3rem;
}
.addtobuy .maplist .opengroup button {
	width:100%;
	height:.76rem;
	background:linear-gradient(-90deg, #FD455C, #FF1025);;
	border:0;
	border-radius:.1rem;
	outline:0;
	font-size:.3rem;
	line-height:.76rem;
	font-weight:bold;
	color:#ffffff;
	font-family:"微软雅黑";
}
/*传统滋补*/
.bannertwo {
	width:100%;
}
.bannertwo .banner-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    position:relative;
}
.bannertwo .banner-container .img {
    width: 100%;
    height: auto;
}
.bannertwo .banner-container .img img {
    width: 100%;
    height: auto;
}
.bannertwo .banner-container .banner-pagination {
    border:0;
    position: absolute;
    bottom: 0.5rem;
    width: 100%;
    z-index: 2;
    text-align: center;
}
.bannertwo .banner-container .banner-pagination .swiper-pagination-bullet {
    margin-right:1.2rem;
    width: 0.6rem;
    height: 0.6rem;
    background-color: #ffffff;
    border: 0;
    opacity: 1;
}
.bannertwo .banner-container .banner-pagination .swiper-pagination-bullet-active {
    border:0.1rem solid #c17740;
    background:transparent;
    width: 0.6rem;
    height: 0.6rem;
}
.topchooseone {
	width:100%;
	}
.topchooseone .typechoose {
	width:100%;
	background:url(../images/btop.png) no-repeat;
	background-size:100% 100%;
	}
.topchooseone .typechoose li {
	width: 25%;
    float: left;
    padding: .3rem 0;
    text-align: center;
    font-size: .28rem;
    color: #333333;
    font-family: "微软雅黑";
	}
.topchooseone .typechoose li.clicked {
	color:#c93a1b;
	}
.topchooseone .typechoose .iconprice {
	width: .2rem;
    height: .25rem;
    background: url(../images/ie.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 0.05rem;
	}
.topchooseone .typechoose .iconpricone {
	width: .2rem;
    height: .25rem;
    background: url(../images/ic.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 0.05rem;
	}
.topchooseone .typechoose .iconprictwo {
	width: .2rem;
    height: .25rem;
    background: url(../images/id.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 0.05rem;
	}
.topchooseone .typelist {
	width:100%;
	position:relative;
	}
.topchooseone .typelist ul {
	width:100%;
	position:absolute;
	top:0;
	background:#fff;
	padding: 0 .5rem .37rem .5rem;
    z-index: 999;
    display: none;
    border-bottom: .01rem solid #f1f1f1;
	}
.topchooseone .typelist ul li {
	    width: 23%;
    float: left;
    margin-right: 2%;
    font-size: .24rem;
    line-height: .28rem;
    color: #666666;
    font-family: "微软雅黑";
    border-radius: .05rem;
    border: .01rem solid #666666;
    padding: .1rem 0;
    text-align: center;
    margin-top: .37rem;
	}
.topchooseone .typelist ul li.clicked {
	border:.01rem solid #c93a1b;
	color:#c93a1b;
	}
.topchooseone .typelist ul li.noright {
	margin-right:0;
	}
.topchooseone .tonic {
	width:100%;
	padding:.5rem .3rem;
	background:url(../images/ctop.png) repeat-y;
	}
.topchooseone .tonic .toniclist {
	width:100%;
	border:.03rem solid #d7d3cf;
	padding:.3rem;
	margin-bottom:.5rem;
	}
.topchooseone .tonic .toniclist .leftimg {
	width:35%;
	height:2.15rem;
	position:relative;
	}
.topchooseone .tonic .toniclist .leftimg .imgbot {
	width:100%;
	height:2.15rem;
	overflow:hidden;
	}
.topchooseone .tonic .toniclist .leftimg .imgbot img {
	width:100%;
	min-height:2.15rem;
	}
.topchooseone .tonic .toniclist .leftimg .titlesone {
	width:.3rem;
	position:absolute;
	top:0;
	left:0;
	}
.topchooseone .tonic .toniclist .leftimg .titlesone img {
	width:100%;
	}
.topchooseone .tonic .toniclist .rightmes {
	width:65%;
	}
.topchooseone .tonic .toniclist .rightmes .bigtitle {
	font-size:.26rem;
	height:.26rem;
	line-height:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	}
.topchooseone .tonic .toniclist .rightmes .smtitle {
	font-size:.22rem;
	color:#666666;
	font-family:"微软雅黑";
	height:.26rem;
	line-height:.26rem;
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	margin-top:.15rem;
	}
.topchooseone .tonic .toniclist .rightmes .types {
	width:100%;
	height:.3rem;
	margin-top:.1rem
	}
.topchooseone .tonic .toniclist .rightmes .types span {
	    display: inline-block;
    background: #c93a1b;
    font-size: .2rem;
    color: #ffffff;
    padding: 0 .05rem;
    font-family: "黑体";
    float: left;
    margin-right: .05rem;
    line-height: .3rem;
    height: .3rem;
    border-radius: .02rem;
	}
.topchooseone .tonic .toniclist .rightmes .types span.yellow {
	background:#d7aa2d;
	}
.topchooseone .tonic .toniclist .rightmes .price {
	width:100%;
	font-size:.24rem;
	color:#4b3b22;
	font-family:"微软雅黑";
	margin-top:.75rem;
	height:.26rem;
	line-height:.26rem;
	}
.topchooseone .tonic .toniclist .rightmes .price span {
	font-size:.32rem;
	color:#c93a1b;
	}
.topchooseone .tonic .moregood {
	width:100%;
	text-align:center;
	font-size:.24rem;
	color:#4b3b22;
	font-family:"微软雅黑";
	}
.topchooseone .tonic .moregood img {
	width:1.22rem;
	display:inline-block;
	margin-top:-.03rem;
	}

/*美容养颜*/
.skincarebanner {
	width:100%;
	}
.skincarebanner img {
	width:100%;
	}
.skinlist {
	width:100%;
	padding:.2rem .3rem;
	}
.skinlist .skinones {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	}
.skinlist .skinones li {
	width:3.38rem;
	background: #FFFFFF;
	border-radius: 0 0 .1rem .1rem;
	margin-bottom:.2rem;
	margin-right:.14rem;
	}
.skinlist .skinones li:nth-child(2n) {
	margin-right:0;
	}
.skinlist .skinones .leftimg {
	width:100%;
	}
.skinlist .skinones .leftimg .imgbot {
	width:100%;
	height:3.38rem;
	overflow:hidden;
	}
.skinlist .skinones .leftimg .imgbot img {
	object-fit: cover;
    width: 100%;
    height: 100%;
	}
.skinlist .skinones .rightmes {
	padding:.27rem .2rem;
	}
.skinlist .skinones .rightmes .bigtitle {
	width: 100%;
    height: .7rem;
    font-size: .3rem;
    line-height: .38rem;
    color: #333333;
    font-family: "微软雅黑";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	}
.skinlist .skinones .rightmes .userprice {
	width: 100%;
	margin-top:.15rem;
	font-size:.24rem;
	line-height:.24rem;
	color:#FF4142;
	}
.skinlist .skinones .rightmes .price {
	width:100%;
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin-top:.25rem;
	}
.skinlist .skinones .rightmes .price .priceone {
	font-size:.36rem;
	color:#FF4142;
	font-family:"微软雅黑";
	line-height:.36rem;
	}
.skinlist .skinones .rightmes .price .addnums {
	width:.38rem;
	height:.38rem;
	}
.skinlist .moregood {
	width:100%;
	text-align:center;
	font-size.24rem;
	color:#4b3b22;
	font-family:"微软雅黑";
	}
.skinlist .moregood img {
	width:.22rem;
	display:inline-block;
	margin-top:-.03rem;
	}
/*名家食疗配方*/
.bannerthree {
	width:100%;
}
.bannerthree .banner-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    position:relative;
}
.bannerthree .banner-container .img {
    width: 100%;
    height: auto;
}
.bannerthree .banner-container .img img {
    width: 100%;
    height: auto;
}
.bannerthree .banner-container .banner-pagination {
    border:0;
    position: absolute;
    bottom: 0.5rem;
    width: 100%;
    z-index: 2;
    text-align: center;
}
.bannerthree .banner-container .banner-pagination .swiper-pagination-bullet {
    margin-right:1.2rem;
    width: 0.6rem;
    height: 0.6rem;
    background-color: #ffffff;
    border: 0;
    opacity: 1;
}
.bannerthree .banner-container .banner-pagination .swiper-pagination-bullet-active {
    border:0.1rem solid #c17740;
    background:transparent;
    width: 0.6rem;
    height: 0.6rem;
}
.formula {
	width:100%;
	}
.formula .typechoose {
	width:100%;
	background:url(../images/btop.png) no-repeat;
	background-size:100% 100%;
	}
.formula .typechoose li {
	width: 25%;
    float: left;
    padding: .3rem 0;
    text-align: center;
    font-size: .28rem;
    color: #333333;
    font-family: "微软雅黑";
	}
.formula .typechoose li.clicked {
	color:#c93a1b;
	}
.formula .typechoose .iconprice {
	width: .2rem;
    height: .25rem;
    background: url(../images/ie.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 0.05rem;
	}
.formula .typechoose .iconpricone {
	width: .2rem;
    height: .25rem;
    background: url(../images/ic.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 0.05rem;
	}
.formula .typechoose .iconprictwo {
	width: .2rem;
    height: .25rem;
    background: url(../images/id.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 0.05rem;
	}
.formula .typelist {
	width:100%;
	position:relative;
	}
.formula .typelist ul {
	width:100%;
	position:absolute;
	top:0;
	background:#fff;
	padding:0 .5rem .37rem .5rem;
	z-index:999;
	display:none;
	border-bottom:.01rem solid #f1f1f1;
	}
.formula .typelist ul li {
	width: 23%;
    float: left;
    margin-right: 2%;
    font-size: .24rem;
    line-height: .28rem;
    color: #666666;
    font-family: "微软雅黑";
    border-radius: .05rem;
    border: .01rem solid #666666;
    padding: .1rem 0;
    text-align: center;
    margin-top: .37rem;
	}
.formula .typelist ul li.clicked {
	border:.01rem solid #c93a1b;
	color:#c93a1b;
	}
.formula .typelist ul li.noright {
	margin-right:0;
	}
.formula .tonicone {
	width:100%;
	padding:.5rem .3rem;
	background:url(../images/ctop.png) repeat-y;
	}
.formula .tonicone .skinones {
	width:100%;
	}
.formula .tonicone .skinones li {
	width:48%;
	float:left;
	margin-right:4%;
	margin-bottom:.7rem;
	}
.formula .tonicone .skinones li.noright {
	margin-right:0;
	}
.formula .tonicone .skinones .leftimg {
	width:100%;
	background:#fff;
	padding:.8rem;
	position:relative;
	}
.formula .tonicone .leftimg .imgbot {
	width:100%;
	}
.formula .tonicone .leftimg .imgbot img {
	width:100%;
	}
.formula .tonicone .leftimg .titlesone {
	width:.35rem;
	position:absolute;
	top:.2rem;
	left:.2rem;
	}
.formula .tonicone .leftimg .titlesone img {
	width:100%;
	}
.formula .tonicone .rightmes {
	width:100%;
	}
.formula .tonicone .rightmes .bigtitle {
	font-size:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	height:.26rem;
	line-height:.26rem;
	margin-top:.15rem;
	}
.formula .tonicone .rightmes .smtitle {
	font-size:.22rem;
	height:.26rem;
	line-height:.26rem;
	color:#666666;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	margin-top:0.2rem;
	}
.formula .tonicone .rightmes .types {
	width:100%;
	height:.3rem;
	margin-top:.17rem
	}
.formula .tonicone .rightmes .types span {
	display:inline-block;
	background:#c93a1b;
	font-size:.2rem;
	color:#ffffff;
	padding:0 .05rem;
	font-family:"黑体";
	float:left;
	margin-right:.05rem;
	line-height:.3rem;
	height:.3rem;
	border-radius:.02rem;
	}
.formula .tonicone .rightmes .types span.yellow {
	background:#d7aa2d;
	}
.formula .tonicone .rightmes .price {
	width:100%;
	font-size:.24rem;
	height:.26rem;
	line-height:.26rem;
	color:#4b3b22;
	font-family:"微软雅黑";
	margin-top:.3rem;
	}
.formula .tonicone .rightmes .price span {
	font-size:.32rem;
	color:#c93a1b;
	}
.formula .tonicone .moregood {
	width:100%;
	text-align:center;
	font-size:.24rem;
	color:#4b3b22;
	font-family:"微软雅黑";
	}
.formula .tonicone .moregood img {
	width:.22rem;
	display:inline-block;
	margin-top:-.03rem;
	}
/*名家食疗配方*/
.gradnogood {
	width:100%;
	text-align:center;
	padding:3rem 0;
	}
.gradnogood img {
	width:40%;
	}
.bannerfour {
	width:100%;
}
.bannerfour .banner-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    position:relative;
}
.bannerfour .banner-container .img {
    width: 100%;
    height: auto;
}
.bannerfour .banner-container .img img {
    width: 100%;
    height: auto;
}
.bannerfour .banner-container .banner-pagination {
    border:0;
    position: absolute;
    bottom: 0.5rem;
    width: 100%;
    z-index: 2;
    text-align: center;
}
.bannerfour .banner-container .banner-pagination .swiper-pagination-bullet {
    margin-right:1.2rem;
    width: 0.6rem;
    height: 0.6rem;
    background-color: #ffffff;
    border: 0;
    opacity: 1;
}
.bannerfour .banner-container .banner-pagination .swiper-pagination-bullet-active {
    border:0.1rem solid #c17740;
    background:transparent;
    width: 0.6rem;
    height: 0.6rem;
}
.teaone {
	width:100%;
	}
.teaone .typechoose {
	width:100%;
	background:url(../images/btop.png) no-repeat;
	background-size:100% 100%;
	}
.teaone .typechoose li {
	width:25%;
	float:left;
	padding:.3rem 0;
	text-align:center;
	font-size:.28rem;
	color:#333333;
	font-family:"微软雅黑";
	}
.teaone .typechoose li.clicked {
	color:#c93a1b;
	}
.teaone .typechoose .iconprice {
	width:.2rem;
    height:.25rem;
    background: url(../images/ie.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-left:0.05rem
	}
.teaone .typechoose .iconpricone {
	width:.2rem;
    height:.25rem;
    background: url(../images/ic.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-left:0.05rem;
	}
.teaone .typechoose .iconprictwo {
	width:.2rem;
    height:.25rem;
    background: url(../images/id.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-left:0.05rem;
	}
.teaone .typelist {
	width:100%;
	position:relative;
	}
.teaone .typelist ul {
	width:100%;
	position:absolute;
	top:0;
	background:#fff;
	padding:0 .5rem .37rem .5rem;
	z-index:999;
	display:none;
	border-bottom:.01rem solid #f1f1f1;
	}
.teaone .typelist ul li {
	width:23%;
	float:left;
	margin-right:2%;
	font-size:.24rem;
	line-height:.28rem;
	color:#666666;
	font-family:"微软雅黑";
	border-radius:.05rem;
	border:.01rem solid #666666;
	padding:.1rem 0;
	text-align:center;
	margin-top:.37rem;
	}
.teaone .typelist ul li.clicked {
	border:.01rem solid #c93a1b;
	color:#c93a1b;
	}
.teaone .typelist ul li.noright {
	margin-right:0;
	}
.teaone .tonicone {
	width:100%;
	padding:0 .6rem;
	background:url(../images/ctop.png) repeat-y;
	}
.teaone .tonicone .skinones {
	width:100%;
	}
.teaone .tonicone .skinones li {
	width:46%;
	float:left;
	margin-right:8%;
	margin-top:.75rem;
	}
.teaone .tonicone .skinones li.noright {
	margin-right:0;
	}
.teaone .tonicone .skinones .leftimg {
	width:100%;
	position:relative;
	}
.teaone .tonicone .leftimg .imgbot {
	width:100%;
	padding:.1rem 0 0 0;
	text-align:center;
	}
.teaone .tonicone .leftimg .imgbot img {
	width:1.7rem;
	height:1.8rem;
	}
.teaone .tonicone .leftimg .titlesone {
	width:.3rem;
	position:absolute;
	top:0;
	left:0;
	}
.teaone .tonicone .leftimg .titlesone img {
	width:100%;
	}
.teaone .tonicone .leftimg .titlestwo {
	width:.7rem;
	position:absolute;
	top:0;
	right:0;
	}
.teaone .tonicone .leftimg .titlestwo img {
	width:100%;
	}
.teaone .tonicone .rightmes {
	width:100%;
	}
.teaone .tonicone .rightmes .bigtitle {
	font-size:.26rem;
	height:.26rem;
	line-height:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	margin-top:.5rem;
	}
.teaone .tonicone .rightmes .smtitle {
	font-size:.22rem;
	height:.26rem;
	line-height:.26rem;
	color:#666666;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	margin-top:.15rem;
	}
.teaone .tonicone .rightmes .price {
	width:100%;
	font-size:.24rem;
	color:#4b3b22;
	font-family:"微软雅黑";
	margin-top:.35rem;
	}
.teaone .tonicone .rightmes .price span {
	font-size:.32rem;
	color:#c93a1b;
	}
.teaone .tonicone .moregood {
	width:100%;
	text-align:center;
	font-size:.24rem;
	color:#4b3b22;
	font-family:"微软雅黑";
	padding:.55rem 0 .85rem 0;
	}
.teaone .tonicone .moregood img {
	width:.22rem;
	display:inline-block;
	margin-top:-.03rem;
	}
/*名家养生浴方*/
.bannerfive {
	width:100%;
}
.bannerfive .banner-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    position:relative;
}
.bannerfive .banner-container .img {
    width: 100%;
    height: auto;
}
.bannerfive .banner-container .img img {
    width: 100%;
    height: auto;
}
.bannerfive .banner-container .banner-pagination {
    border:0;
    position: absolute;
    bottom: .2rem;
    width: 100%;
    z-index: 2;
    text-align: center;
}
.bannerfive .banner-container .banner-pagination .swiper-pagination-bullet {
    margin-right:.15rem;
    width:.15rem;
    height:.15rem;
    background-color: #ffffff;
    border: 0;
    opacity: 1;
}
.bannerfive .banner-container .banner-pagination .swiper-pagination-bullet-active {
    border:.01rem solid #c17740;
    background:transparent;
    width:.15rem;
    height:.15rem;
}
.bathside {
	width:100%;
	}
.bathside .typechoose {
	width:100%;
	background:url(../images/btop.png) no-repeat;
	background-size:100% 100%;
	}
.bathside .typechoose li {
	width: 25%;
    float: left;
    padding: .3rem 0;
    text-align: center;
    font-size: .28rem;
    color: #333333;
    font-family: "微软雅黑";
	}
.bathside .typechoose li.clicked {
	color:#c93a1b;
	}
.bathside .typechoose .iconprice {
	width: .2rem;
    height: .25rem;
    background: url(../images/ie.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 0.05rem;
	}
.bathside .typechoose .iconpricone {
	width: .2rem;
    height: .25rem;
    background: url(../images/ic.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 0.05rem;
	}
.bathside .typechoose .iconprictwo {
	width: .2rem;
    height: .25rem;
    background: url(../images/id.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 0.05rem;
	}
.bathside .typelist {
	width:100%;
	position:relative;
	}
.bathside .typelist ul {
	width:100%;
	position:absolute;
	top:0;
	background:#fff;
	padding:0 .5rem .37rem .5rem;
	z-index:999;
	display:none;
	border-bottom:.01rem solid #f1f1f1;
	}
.bathside .typelist ul li {
	width:23%;
	float:left;
	margin-right:2%;
	font-size: .24rem;
    line-height: .28rem;
    color: #666666;
    font-family: "微软雅黑";
    border-radius: .05rem;
    border: .01rem solid #666666;
    padding: .1rem 0;
    text-align: center;
    margin-top: .37rem;
	}
.bathside .typelist ul li.clicked {
	border:.01rem solid #c93a1b;
	color:#c93a1b;
	}
.bathside .typelist ul li.noright {
	margin-right:0;
	}
.bathside .tonic {
	width:100%;
	margin-top:.4rem;
	padding:0 .3rem;
	background:url(../images/ctop.png) repeat-y;
	}
.bathside .tonic .toniclist {
	width:100%;
	border:.01rem solid #d7d3cf;
	padding:.3rem .2rem;
	margin-bottom:.4rem;
	}
.bathside .tonic .toniclist .leftimg {
	width:35%;
	height:2.15rem;
	position:relative;
	}
.bathside .tonic .toniclist .leftimg .imgbot {
	width:100%;
	height:2.15rem;
	overflow:hidden;
	}
.bathside .tonic .toniclist .leftimg .imgbot img {
	width:100%;
	height:2.15rem;
	}
.bathside .tonic .toniclist .leftimg .titlesone {
	width:.3rem;
	position:absolute;
	top:0;
	left:0;
	}
.bathside .tonic .toniclist .leftimg .titlesone img {
	width:100%;
	}
.bathside .tonic .toniclist .rightmes {
	width:65%;
	}
.bathside .tonic .toniclist .rightmes .bigtitle {
	font-size:.26rem;
	height:.28rem;
	line-height:.28rem;
	margin-top:.1rem;
	color:#333333;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	}
.bathside .tonic .toniclist .rightmes .smtitle {
	font-size:.22rem;
	color:#666666;
	font-family:"微软雅黑";
	height:.26rem;
	line-height:.26rem;
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	margin-top:.1rem;
	}
.bathside .tonic .toniclist .rightmes .types {
	width:100%;
	height:.3rem;
	margin-top:.2rem;
	}
.bathside .tonic .toniclist .rightmes .types span {
	display:inline-block;
	background:#c93a1b;
	font-size:.2rem;
	color:#ffffff;
	padding:0 .05rem;
	font-family:"黑体";
	float:left;
	margin-right:.05rem;
	line-height:.3rem;
	height:.3rem;
	border-radius: .02rem;
	}
.bathside .tonic .toniclist .rightmes .types span.yellow {
	background:#d7aa2d;
	}
.bathside .tonic .toniclist .rightmes .price {
	width:100%;
	font-size:.24rem;
	color:#4b3b22;
	font-family:"微软雅黑";
	margin-top:.35rem;
	}
.bathside .tonic .toniclist .rightmes .price span {
	font-size:.32rem;
	color:#c93a1b;
	}
.bathside .tonic .moregood {
	width:100%;
	text-align:center;
	font-size:.24rem;
	color:#4b3b22;
	font-family:"微软雅黑";
	}
.bathside .tonic .moregood img {
	width:.22rem;
	display:inline-block;
	margin-top:-.03rem;
	}
/*脾胃护理*/
.stomachcarebanner {
	width:100%;
	}
.stomachcarebanner img {
	width:100%;
	}
.stomachtonic {
	width:100%;
	padding:.6rem .5rem .6rem .5rem;
	background:url(../images/ctop.png) repeat-y;
	}
.stomachtonic .toniclist {
	width:100%;
	margin-bottom:.65rem;
	}
.stomachtonic .toniclist .leftimg {
	width:45%;
	padding-top:.35rem;
	position:relative;
	}
.stomachtonic .toniclist .leftimg .imgbot {
	width:100%;
	text-align:center;
	}
.stomachtonic .toniclist .leftimg .imgbot img {
	width:1.9rem;
	height:1.9rem;
	}
.stomachtonic .toniclist .leftimg .titlesone {
	width:.3rem;
	position:absolute;
	top:0;
	left:0;
	}
.stomachtonic .toniclist .leftimg .titlesone img {
	width:100%;
	}
.stomachtonic .toniclist .rightmes {
	width:55%;
	padding-left:.35rem;
	position:relative;
	}
.stomachtonic .toniclist .rightmes .titlesthree {
	width:.7rem;
	position:absolute;
	bottom:0;
	right:0;
	}
.stomachtonic .toniclist .rightmes .titlesthree img {
	width:100%;
	}
.stomachtonic .toniclist .rightmes .bigtitle {
	font-size:.26rem;
	height:.26rem;
	line-height:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	margin-top:.5rem;
	}
.stomachtonic .toniclist .rightmes .smtitle {
	font-size:.22rem;
	color:#666666;
	font-family:"微软雅黑";
	height:.26rem;
	line-height:.26rem;
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	margin-top:.2rem;
	}
.stomachtonic .toniclist .rightmes .price {
	width:100%;
	font-size:.24rem;
	color:#4b3b22;
	font-family:"微软雅黑";
	margin-top:.4rem;
	}
.stomachtonic .toniclist .rightmes .price span {
	font-size:.32rem;
	color:#c93a1b;
	}
.stomachtonic .moregood {
	width:100%;
	text-align:center;
	font-size:.24rem;
	line-height:.26rem;
	height:.26rem;
	color:#4b3b22;
	font-family:"微软雅黑";
	}
.stomachtonic .moregood img {
	width:.22rem;
	display:inline-block;
	margin-top:-.03rem;
	}
/*小儿护理*/
.nursingbanner {
	width:100%;
	}
.nursingbanner img {
	width:100%;
	}
.nursinglist {
	width:100%;
	padding:.7rem .3rem;
	background:url(../images/ctop.png) repeat-y;
	}
.nursinglist .skinones {
	width:100%;
	}
.nursinglist .skinones li {
	width:48%;
	float:left;
	margin-right:4%;
	margin-bottom:.95rem;
	}
.nursinglist .skinones li.noright {
	margin-right:0;
	}
.nursinglist .skinones .leftimg {
	width:100%;
	padding:.1rem 0 0 0;
	position:relative;
	}
.nursinglist .skinones .leftimg .imgbot {
	width:2.5rem;
	height:2.5rem;
	background:#fff;
	border-radius:50%;
	overflow:hidden;
	margin:0 auto;
	padding:.5rem;
	}
.nursinglist .skinones .leftimg .imgbot img {
	width:100%;
	}
.nursinglist .skinones .leftimg .titlesone {
	width:.3rem;
	position:absolute;
	top:0;
	left:0;
	}
.nursinglist .skinones .leftimg .titlesone img {
	width:100%;
	}
.nursinglist .skinones .rightmes {
	width:100%;
	padding-left:.15rem;
	}
.nursinglist .skinones .rightmes .bigtitle {
	font-size:.26rem;
	height:.26rem;
	line-height:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	margin-top:.5rem;
	}
.nursinglist .skinones .rightmes .smtitle {
	font-size:.22rem;
	color:#666666;
	font-family:"微软雅黑";
	height:0.26rem;
	line-height:.26rem;
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	margin-top:.15rem;
	}
.nursinglist .skinones .rightmes .types {
	width:100%;
	height:.3rem;
	margin-top:.2rem;
	}
.nursinglist .skinones .rightmes .types span {
	display: inline-block;
    background: #c93a1b;
    font-size: .2rem;
    color: #ffffff;
    padding: 0 .05rem;
    font-family: "黑体";
    float: left;
    margin-right: .05rem;
    line-height: .3rem;
    height: .3rem;
    border-radius: .02rem;
	}
.nursinglist .skinones .rightmes .types span.yellow {
	background:#d7aa2d;
	}
.nursinglist .skinones .rightmes .price {
	width:100%;
	font-size:.24rem;
	line-height:.26rem;
	height:.26rem;
	color:#4b3b22;
	font-family:"微软雅黑";
	margin-top:.3rem;
	}
.nursinglist .skinones .rightmes .price span {
	font-size:.32rem;
	color:#c93a1b;
	}
.nursinglist .moregood {
	width:100%;
	text-align:center;
	font-size:.24rem;
	color:#4b3b22;
	font-family:"微软雅黑";
	line-height:.26rem;
	height:.26rem;
	}
.nursinglist .moregood img {
	width:.22rem;
	display:inline-block;
	margin-top:-.03rem;
	}
/*养气护肝*/
.liverbanner {
	width:100%;
	}
.liverbanner img {
	width:100%;
	}
.liverlist {
	width:100%;
	padding:.35rem .3rem;
	background:url(../images/ctop.png) repeat-y;
	}
.liverlist .skinones {
	width:100%;
	}
.liverlist .skinones li {
	width:48%;
	float:left;
	margin-right:4%;
	margin-bottom:.6rem;
	}
.liverlist .skinones li.noright {
	margin-right:0;
	}
.liverlist .skinones .leftimg {
	width:100%;
	background:#fff;
	position:relative;
	}
.liverlist .skinones .leftimg .imgbot {
	width:100%;
	padding:.9rem 0;
	text-align:center;
	}
.liverlist .skinones .leftimg .imgbot img {
	width:1.8rem;
	height:1.7rem;
	}
.liverlist .skinones .leftimg .titlesone {
	width:.35rem;
	position:absolute;
	top:.2rem;
	left:.25rem;
	}
.liverlist .skinones .leftimg .titlesone img {
	width:100%;
	}
.liverlist .skinones .rightmes {
	width:100%;
	}
.liverlist .skinones .rightmes .bigtitle {
	font-size:.26rem;
	height:.26rem;
	line-height:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	margin-top:0.15rem;
	}
.liverlist .skinones .rightmes .smtitle {
	font-size:.22rem;
	color:#666666;
	font-family:"微软雅黑";
	height:.26rem;
	line-height:.26rem;
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	margin-top:.15rem;
	}
.liverlist .skinones .rightmes .types {
	width:100%;
	height:.3rem;
	margin-top:.2rem;
	}
.liverlist .skinones .rightmes .types span {
	display: inline-block;
    background: #c93a1b;
    font-size: .2rem;
    color: #ffffff;
    padding: 0 .05rem;
    font-family: "黑体";
    float: left;
    margin-right: .05rem;
    line-height: .3rem;
    height: .3rem;
    border-radius: .02rem;
	}
.liverlist .skinones .rightmes .types span.yellow {
	background:#d7aa2d;
	}
.liverlist .skinones .rightmes .price {
	width:100%;
	font-size:.24rem;
	line-height:.26rem;
	height:.26rem;
	color:#4b3b22;
	font-family:"微软雅黑";
	margin-top:.25rem;
	}
.liverlist .skinones .rightmes .price span {
	font-size:.32rem;
	color:#c93a1b;
	}
.liverlist .moregood {
	width:100%;
	text-align:center;
	font-size:.24rem;
	line-height:.26rem;
	height:.26rem;
	color:#4b3b22;
	font-family:"微软雅黑";
	}
.liverlist .moregood img {
	width:.22rem;
	display:inline-block;
	margin-top:-.03rem;
	}
/*优惠专区*/
.specialofferbanner {
	width:100%;
	}
.specialofferbanner img {
	width:100%;
	}
.specialoffertonic {
	width:100%;
	padding:.6rem .5rem .6rem .6rem;
	background:url(../images/ctop.png) repeat-y;
	}
.specialoffertonic .toniclist {
	width:100%;
	margin-bottom:.6rem;
	}
.specialoffertonic .toniclist .leftimg {
	width:45%;
	padding:.35rem 0 0 0;
	height:2.3rem;
	position:relative;
	}
.specialoffertonic .toniclist .leftimg .imgbot {
	width:100%;
	height:1.85rem;
	overflow:hidden;
	text-align:center;
	}
.specialoffertonic .toniclist .leftimg .imgbot img {
	width:80%;
	}
.specialoffertonic .toniclist .leftimg .titlesone {
	width:.25rem;
	position:absolute;
	top:0;
	left:0;
	}
.specialoffertonic .toniclist .leftimg .titlesone img {
	width:100%;
	}
.specialoffertonic .toniclist .rightmes {
	width:55%;
	padding-left:.35rem;
	padding-top:.35rem;
	position:relative;
	}
.specialoffertonic .toniclist .rightmes .titlesthree {
	width:.7rem;
	position:absolute;
	bottom:.2rem;
	right:0;
	}
.specialoffertonic .toniclist .rightmes .titlesthree img {
	width:100%;
	}
.specialoffertonic .toniclist .rightmes .bigtitle {
	font-size:.26rem;
	height:.26rem;
	line-height:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	}
.specialoffertonic .toniclist .rightmes .smtitle {
	font-size:.22rem;
	color:#666666;
	font-family:"微软雅黑";
	height:.26rem;
	line-height:.26rem;
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	margin-top:.2rem;
	}
.specialoffertonic .toniclist .rightmes .price {
	width:100%;
	font-size:.24rem;
	height:.26rem;
	line-height:.26rem;
	color:#4b3b22;
	font-family:"微软雅黑";
	margin-top:.35rem;
	}
.specialoffertonic .toniclist .rightmes .price span {
	font-size:.32rem;
	color:#c93a1b;
	}
.specialoffertonic .toniclist .rightmes .gobuys {
	width:100%;
	margin-top:.2rem;
	}
.specialoffertonic .toniclist .rightmes .gobuys a {
	text-decoration:none;
	display:inline-block;
	background:#c93a1b;
	font-size:.2rem;
	color:#ffffff;
	padding:0 .02rem;
	font-family:"黑体";
	float:left;
	line-height:.3rem;
	height:.3rem;
	border-radius:.05rem;
	}
.specialoffertonic .moregood {
	width:100%;
	text-align:center;
	font-size:.24rem;
	line-height:.26rem;
	height:.26rem;
	color:#4b3b22;
	font-family:"微软雅黑";
	}
.specialoffertonic .moregood img {
	width:.22rem;
	display:inline-block;
	margin-top:-.03rem;
	}
/*中药香囊*/
.bannersix {
	width:100%;
}
.bannersix .banner-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    position:relative;
}
.bannersix .banner-container .img {
    width: 100%;
    height: auto;
}
.bannersix .banner-container .img img {
    width: 100%;
    height: auto;
}
.bannersix .banner-container .banner-pagination {
    border:0;
    position: absolute;
    bottom: 0.5rem;
    width: 100%;
    z-index: 2;
    text-align: center;
}
.bannersix .banner-container .banner-pagination .swiper-pagination-bullet {
    margin-right:1.2rem;
    width: 0.6rem;
    height: 0.6rem;
    background-color: #ffffff;
    border: 0;
    opacity: 1;
}
.bannersix .banner-container .banner-pagination .swiper-pagination-bullet-active {
    border:0.1rem solid #c17740;
    background:transparent;
    width: 0.6rem;
    height: 0.6rem;
}
.sweetbursa {
	width:100%;
	}
.sweetbursa .typechoose {
	width:100%;
	background:url(../images/btop.png) no-repeat;
	background-size:100% 100%;
	}
.sweetbursa .typechoose li {
	width:25%;
	float:left;
	padding:.3rem 0;
	text-align:center;
	font-size:.28rem;
	color:#333333;
	font-family:"微软雅黑";
	}
.sweetbursa .typechoose li.clicked {
	color:#c93a1b;
	}
.sweetbursa .typechoose .iconprice {
	width: .2rem;
    height: .25rem;
    background: url(../images/ie.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 0.05rem;
	}
.sweetbursa .typechoose .iconpricone {
	width: .2rem;
    height: .25rem;
    background: url(../images/ic.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 0.05rem;
	}
.sweetbursa .typechoose .iconprictwo {
	width: .2rem;
    height: .25rem;
    background: url(../images/id.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 0.05rem;
	}
.sweetbursa .typelist {
	width:100%;
	position:relative;
	}
.sweetbursa .typelist ul {
	width:100%;
	position:absolute;
	top:0;
	background:#fff;
	padding:0 .5rem .37rem .5rem;
	z-index:999;
	display:none;
	border-bottom:.01rem solid #f1f1f1;
	}
.sweetbursa .typelist ul li {
	width:30%;
	float:left;
	margin-right:3%;
	font-size:.24rem;
	color:#666666;
	font-family:"微软雅黑";
	border-radius:.05rem;
	border: .01rem solid #666666;
    padding: .1rem 0;
    text-align: center;
    margin-top: .37rem;
	}
.sweetbursa .typelist ul li.clicked {
	border:.01rem solid #c93a1b;
	color:#c93a1b;
	}
.sweetbursa .typelist ul li.noright {
	margin-right:0;
	}
.sweetbursa .tonicone {
	width:100%;
	padding:.6rem .3rem;
	background:url(../images/ctop.png) repeat-y;
	}
.sweetbursa .tonicone .skinones {
	width:100%;
	}
.sweetbursa .tonicone .skinones li {
	width:48%;
	float:left;
	margin-right:4%;
	margin-bottom:1.3rem;
	}
.sweetbursa .tonicone .skinones li.noright {
	margin-right:0;
	}
.sweetbursa .tonicone .skinones .leftimg {
	width:100%;
	padding:.3rem .4rem;
	position:relative;
	}
.sweetbursa .tonicone .leftimg .imgbot {
	width:100%;
	text-align:center;
	}
.sweetbursa .tonicone .leftimg .imgbot img {
	width:2.5rem;
	height:2.5rem;
	}
.sweetbursa .tonicone .leftimg .titlesone {
	width:.3rem;
	position:absolute;
	top:0;
	left:0;
	}
.sweetbursa .tonicone .leftimg .titlesone img {
	width:100%;
	}
.sweetbursa .tonicone .leftimg .titlestwo {
	width:.7rem;
	position:absolute;
	top:0;
	right:0;
	}
.sweetbursa .tonicone .leftimg .titlestwo img {
	width:100%;
	}
.sweetbursa .tonicone .rightmes {
	width:100%;
	padding-left:.3rem;
	}
.sweetbursa .tonicone .rightmes .bigtitle {
	font-size:.26rem;
	line-height:.26rem;
	height:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
}
.sweetbursa .tonicone .rightmes .smtitle {
	font-size:.22rem;
	height:.26rem;
	line-height:.26rem;
	color:#666666;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	margin-top:.15rem;
	}
.sweetbursa .tonicone .rightmes .types {
	width:100%;
	height:.3rem;
	margin-top:.2rem;
	}
.sweetbursa .tonicone .rightmes .types span {
	display: inline-block;
    background: #c93a1b;
    font-size: .2rem;
    color: #ffffff;
    padding: 0 .05rem;
    font-family: "黑体";
    float: left;
    margin-right: .05rem;
    line-height: .3rem;
    height: .3rem;
    border-radius: .02rem;
	}
.sweetbursa .tonicone .rightmes .types span.yellow {
	background:#d7aa2d;
	}
.sweetbursa .tonicone .rightmes .price {
	width:100%;
	font-size:.24rem;
	line-height:.26rem;
	height:.26rem;
	color:#4b3b22;
	font-family:"微软雅黑";
	margin-top:.3rem;
	}
.sweetbursa .tonicone .rightmes .price span {
	font-size:.32rem;
	color:#c93a1b;
	}
.sweetbursa .tonicone .moregood {
	width:100%;
	text-align:center;
	font-size:.24rem;
	color:#4b3b22;
	font-family:"微软雅黑";
	}
.sweetbursa .tonicone .moregood img {
	width:.22rem;
	display:inline-block;
	margin-top:-.03rem;
	}
/*中医传统器具*/
.bannerserven {
	width:100%;
}
.bannerserven .banner-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    position:relative;
}
.bannerserven .banner-container .img {
    width: 100%;
    height: auto;
}
.bannerserven .banner-container .img img {
    width: 100%;
    height: auto;
}
.bannerserven .banner-container .banner-pagination {
    border:0;
    position: absolute;
    bottom: 0.5rem;
    width: 100%;
    z-index: 2;
    text-align: center;
}
.bannerserven .banner-container .banner-pagination .swiper-pagination-bullet {
    margin-right:1.2rem;
    width: 0.6rem;
    height: 0.6rem;
    background-color: #ffffff;
    border: 0;
    opacity: 1;
}
.bannerserven .banner-container .banner-pagination .swiper-pagination-bullet-active {
    border:0.1rem solid #c17740;
    background:transparent;
    width: 0.6rem;
    height: 0.6rem;
}
.chinesemedicine {
	width:100%;
	}
.chinesemedicine .typechoose {
	width:100%;
	background:url(../images/btop.png) no-repeat;
	background-size:100% 100%;
	}
.chinesemedicine .typechoose li {
	width: 25%;
    float: left;
    padding: .3rem 0;
    text-align: center;
    font-size: .28rem;
    color: #333333;
    font-family: "微软雅黑";
	}
.chinesemedicine .typechoose li.clicked {
	color:#c93a1b;
	}
.chinesemedicine .typechoose .iconprice {
	width: .2rem;
    height: .25rem;
    background: url(../images/ie.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 0.05rem;
	}
.chinesemedicine .typechoose .iconpricone {
	width: .2rem;
    height: .25rem;
    background: url(../images/ic.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
   	margin-left: 0.05rem;
	}
.chinesemedicine .typechoose .iconprictwo {
	width: .2rem;
    height: .25rem;
    background: url(../images/id.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 0.05rem;
	}
.chinesemedicine .typelist {
	width:100%;
	position:relative;
	}
.chinesemedicine .typelist ul {
	width: 100%;
    position: absolute;
    top: 0;
    background: #fff;
    padding: 0 .5rem .37rem .5rem;
    z-index: 999;
    display: none;
    border-bottom: .01rem solid #f1f1f1;
	}
.chinesemedicine .typelist ul li {
	width: 23%;
    float: left;
    margin-right: 2%;
    font-size: .24rem;
    line-height: .28rem;
    color: #666666;
    font-family: "微软雅黑";
    border-radius: .05rem;
    border: .01rem solid #666666;
    padding: .1rem 0;
    text-align: center;
    margin-top: .37rem;
	}
.chinesemedicine .typelist ul li.clicked {
	border:.01rem solid #c93a1b;
	color:#c93a1b;
	}
.chinesemedicine .typelist ul li.noright {
	margin-right:0;
	}
.chinesemedicine .tonic {
	width:100%;
	padding:0 .3rem;
	background:url(../images/ctop.png) repeat-y;
	}
.chinesemedicine .tonic .toniclist {
	width:100%;
	border-bottom:.01rem solid #d7d3cf;
	padding:.4rem 0 .3rem 0;
	}
.chinesemedicine .tonic .toniclist .leftimg {
	width:35%;
	background:#fff;
	height:2.15rem;
	position:relative;
	}
.chinesemedicine .tonic .toniclist .leftimg .imgbot {
	width:100%;
	height:2.15rem;
	overflow:hidden;
	text-align:center;
	}
.chinesemedicine .tonic .toniclist .leftimg .imgbot img {
	width:85%;
	}
.chinesemedicine .tonic .toniclist .leftimg .titlesone {
	width:.3rem;
	position:absolute;
	top:.1rem;
	left:.1rem;
	}
.chinesemedicine .tonic .toniclist .leftimg .titlesone img {
	width:100%;
	}
.chinesemedicine .tonic .toniclist .rightmes {
	width:65%;
	padding-left:.3rem;
	}
.chinesemedicine .tonic .toniclist .rightmes .bigtitle {
	font-size:.26rem;
	height:.26rem;
	line-height:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	}
.chinesemedicine .tonic .toniclist .rightmes .smtitle {
	font-size:.22rem;
	color:#666666;
	font-family:"微软雅黑";
	height:.26rem;
	line-height:.26rem;
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	margin-top:.15rem;
	}
.chinesemedicine .tonic .toniclist .rightmes .types {
	width:100%;
	height:.3rem;
	margin-top:.15rem;
	}
.chinesemedicine .tonic .toniclist .rightmes .types span {
	display:inline-block;
	background:#d7aa2d;
	font-size:.1rem;
	color:#ffffff;
	padding:0 .05rem;
	font-family:"黑体";
	float:left;
	margin-right:.05rem;
	line-height:.3rem;
	height:.3rem;
	border-radius:.05rem;
	}

.chinesemedicine .tonic .toniclist .rightmes .price {
	width:100%;
	font-size:0.24rem;
	color:#4b3b22;
	font-family:"微软雅黑";
	padding-top:.4rem;
	}
.chinesemedicine .tonic .toniclist .rightmes .price span {
	font-size:.32rem;
	color:#c93a1b;
	}
.chinesemedicine .tonic .moregood {
	width:100%;
	text-align:center;
	font-size:.24rem;
	color:#4b3b22;
	font-family:"微软雅黑";
	}
.chinesemedicine .tonic .moregood img {
	width:.26rem;
	display:inline-block;
	margin-top:-.03rem;
	}
/*我的评价*/
.myrating {
	width:100%;
}
.myrating .noteamll {
	width:100%;
	text-align:center;
	padding:1.6rem 0;
	}
.myrating .noteamll img {
	width:40%;
	}
.myrating .chineslist {
	width:100%;
	margin-bottom:.2rem;
} 
.myrating .chineslist .orderlistone {
	width:100%;
	background:#fff;
	padding:.3rem;
}
.myrating .chineslist .orderlistone .listimg {
	width:2rem;
	height:1.7rem;
	overflow:hidden;
}
.myrating .chineslist .orderlistone .listimg img {
	width:100%;
	min-height:1.7rem;
}
.myrating .chineslist .orderlistone .listmes {    
	width:65%;
	padding-left:.2rem;
}
.myrating .chineslist .orderlistone .listmes .bigtitle {
	width:100%;
}
.myrating .chineslist .orderlistone .listmes .bigtitle .bg {
	width:72%;
	font-size:.28rem;
	line-height:.28rem;
	color:#333333;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	margin-top:.1rem;
}
.myrating .chineslist .orderlistone .listmes .bigtitle .oks {
	font-size:.24rem;
	line-height:.28rem;
	color:#9c5b2b;
	font-family:"微软雅黑";
	padding-top:.04rem;
	}
.myrating .chineslist .orderlistone .listmes .smtitles {
	width:100%;
	font-size:.24rem;
	color:#888888;
	font-family:"微软雅黑";
	line-height:.26rem;
	margin-top:.2rem;
}
.myrating .chineslist .smaddress {
	width:100%;
	background:#fff;
	padding:0 .3rem;
}
.myrating .chineslist .smaddress .smmes {
	width:100%;
	border-top:0.1rem solid #f1f1f1;
	text-align:right;
	font-size:.24rem;
	line-height:.26rem;
	color:#666666;
	font-family:"微软雅黑";
	padding-top:.3rem;
	}
.myrating .chineslist .smaddress .smmes span {
	font-size:.26rem;
	line-height:.26rem;
	color:#e82f2f;
}
.myrating .chineslist .gobuytwo {
	width:100%;
	padding:.3rem;
	text-align:right;
	background:#fff;
	margin-bottom:.2rem;
}
.myrating .chineslist .gobuytwo .dista {
	width:.3rem;
	height:1.3rem;
	display:inline-block;
	background:url(../images/delete.png) no-repeat;
	background-size:100% auto;
	margin-top:.04rem;
}
.myrating .chineslist .gobuytwo .gotonum {
	width:1.45rem;
	height:.4rem;
	display:inline-block;
	font-size:.24rem;
	color:#fff;
	font-family:"微软雅黑";
	border:.01rem solid #9c5b2b;
	background:#9c5b2b;
	border-radius:.08rem;
	text-align:center;
	text-decoration:none;
	text-align:center;
	margin-left:.15rem;
	line-height:.4rem;
}
.myrating .chineslist .gobuytwo .godetails {
	width:1.45rem;
	height:.4rem;
	display:inline-block;
	font-size:.24rem;
	color:#9c5b2b;
	font-family:"微软雅黑";
	border:.01rem solid #9c5b2b;
	background:#fff;
	border-radius:.08rem;
	text-align:center;
	text-decoration:none;
	text-align:center;
	margin-left:.15rem;
	line-height:.4rem;
	}
/*发表评价*/
.mygrade {
	width:100%;
	background:#fff;
	padding:.2rem .3rem;
	border-bottom:.01rem solid #f1f1f1;
	}
.mygrade .gradeleft {
	width:1.05rem;
	height:1.05rem;
	overflow:hidden;
	background:#f7f7f7;
	}
.mygrade .gradeleft img {
	width:100%;
	min-height:1.05rem;
	}
.mygrade .gradestar {
	width:84%;
	padding-left:.2rem;
	margin-top:.4rem;
	}
.mygrade .gradestar .starmes {
	font-size:.28rem;
	line-height:.28rem;
	color:#333333;
	font-family:"微软雅黑";
	}
.mygrade .gradestar .starimg {
	height:.24rem;
    padding-top:.02rem;
	padding-left:.1rem;
}
.mygrade .gradestar .starimg li {
	width: .24rem;
    height: .24rem;
    display: inline-block;
    position: relative;
    background:url(../images/onestarss.png) no-repeat;
    background-size:100% 100%;
	margin-right:.05rem;
	float:left;
}
.mygrade .gradestar .starimg li.clicked {
	background:url(../images/twostarss.png) no-repeat;
	background-size:100% 100%;
}
.shares {
	width:100%;
	background:#fff;
	}
.shares textarea {
	width:100%;
	height:2rem;
	border:0;
	padding:.2rem .3rem;
	color:#333333;
	font-size:.26rem;
	font-family:"微软雅黑";
	background:#fff;
	outline:none;
	resize:none;
	text-shadow:none;
	line-height:.5rem;
	}
.inputmesone {
	width:100%;
	background:#fff;
	}
.inputmesone .inpulist {
	width:100%;
	padding:.4rem .3rem;
	}
.inputmesone .inpulist li {
	width:1.3rem;
	float:left;
	text-align:center;
	margin-left:.4rem;
}
.inputmesone .inpulist .imgeabc {
	width:100%;
	height:1.3rem;

	display:inline-block;
	position:relative;
}
.inputmesone .inpulist .imgeabc img {
	width:100%;
	min-height:1.3rem;
}
.inputmesone .inpulist .abcdelete {
	width:.3rem;
	height:.3rem;
	border-radius:50%;
	font-size:.24rem;
	color:#fff;
	line-height:.24rem;
	text-align:center;
	font-family:"微软雅黑";
	background:#e60012;
	position:absolute;
	top:-.03rem;
	right:-0.3rem;
}
.inputmesone .inpulist .a-upload {
    position: relative;
    display: inline-block;
	width:100%;
	height:1.3rem;
    background:url(../images/auo-a.png) no-repeat;
	background-size:100% 100%;
    text-decoration: none;
	overflow:hidden;
}
.inputmesone .inpulist .a-upload input {
	width:100%;
	height:1.3rem;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}
.gotooks {
	width:100%;
	padding:.8rem 0;
	text-align:center;
	}
.gotooks button {
	border:0;
	outline:0;
	width:2.8rem;
	height:.6rem;
	text-align:center;
	line-height:.6rem;
	background:#9c5b2b;
	font-size:.32rem;
	color:#ffffff;
	font-family:"微软雅黑";
	border-radius:.1rem;
	}
/*搜索页*/
.nullabcone {
	font-size:.26rem;
	color:#999999;
	font-family:"微软雅黑";
	line-height:.26rem;
	text-align:center;
	padding:.78rem 0;
	}
.disseekones {
	width:100%;
	padding:.2rem .3rem;
	}
.disseekones .searchall {
	width:100%;
	display:flex;
	border-radius:.4rem;
	border:.01rem solid #FD445B;
	}
.disseekones .searchall .input-group {
	background:transparent;
	display:flex;
	width:87%;
	align-items:center;
	}
.disseekones .searchall .form-control {
	background:transparent;
	border:0;
	outline:0;
	font-size:.28rem;
	color:#888888;
	font-family:"微软雅黑";
	-webkit-box-shadow:none;
    box-shadow:none;
    line-height:.28rem;
    padding:.26rem 0;
	}
.disseekones .searchall .input-group-addon {
	width:auto;
	background:transparent;
	border:0;
	display:flex;
	padding:0 .3rem;
	align-items:center;
	}
.disseekones .searchall .input-group-addon img {
	width:.28rem;
	}
.disseekones input::-webkit-input-placeholder {
	color:#999 !important;
	}
.disseekones input:-moz-placeholder {
	color: #999 !important;
	}
.disseekones input:-moz-placeholder {
	color: #999 !important;
	}
.disseekones input:-ms-input-placeholder {
	color: #999 !important;
	}
.disseekones .searchall .myorder {
	display:flex;
	width:1.6rem;
    border-radius:.36rem;
	height:.66rem;
    background: linear-gradient(-90deg, #FD455C, #FF1025);
    font-size: .28rem;
	justify-content: center;
    color:#FFFFFF;
    font-family: "微软雅黑";
    text-align: center;
	line-height:.66rem;
	margin:.06rem;
	}
.nobackone {
	width:100%;
	padding:.2rem .3rem;
	}
.nobackone .bigredtitle {
	width:100%;
	font-size:.3rem;
	line-height:.3rem;
	color:#9b5b2b;
	font-family:"微软雅黑";
	}
.nobackone .nosearchmes {
	width:100%;
	font-size:.26rem;
	line-height:.26rem
	color:#999999;
	font-family:"微软雅黑";
	margin-top:.1rem;
	margin-bottom:.4rem;
	}
.nobackone .hottypes {
	width:100%;
	}
.nobackone .hottypes ul {
	width:100%;
	}
.nobackone .hottypes ul li {
	float:left;
	margin-right:2%;
	border:.01rem solid #dddddd;
	font-size:.26rem;
	line-height:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	border-radius:.04rem;
	padding:.04rem .2rem;
	text-align:center;
	margin-top:.2rem;
	}
.nobackone .hottypes ul li a {
	color:#333;
	}
.seeknull {
	width:100%;
	padding:1rem 0;
	display:none;
}
.seeknull img {
	width:100%;
}	
/*课程订单*/
.coursesorder {
	width:100%;
	padding:0 .3rem .4rem .3rem;
	}
.coursesorder .noteamll {
	width:100%;
	text-align:center;
	padding:1.6rem 0;
	}
.coursesorder .noteamll img {
	width:40%;
	}
.coursesorder .courseslist {
	width:100%;
	margin-top:.4rem;
	border-radius:.1rem;
	border-top:.01rem solid #efece5;
	border-left:.01rem solid #efece5;
	border-right:.01rem solid #efece5;
	overflow:hidden;
	}
.coursesorder .courseslist .onelines {
	width:100%;
	background:#efece5;
	padding:.2rem .3rem;
	}	
.coursesorder .courseslist .onelines .timesone {
	font-size:.28rem;
	color:#9a531f;
	font-family:"微软雅黑";
	}
.coursesorder .courseslist .onelines .timestwo {
	width:60%;
	text-align:right;
	font-size:.28rem;
	line-height:.28rem;
	color:#9a531f;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	}
.coursesorder .courseslist .twolines {
	width:100%;
	padding:.2rem .3rem;
	border-bottom:.01rem solid #efece5;
	}	
.coursesorder .courseslist .twolines .timesone {
	font-size:.26rem;
	line-height:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	}
.coursesorder .courseslist .twolines .timestwo {
	width:70%;
	text-align:right;
	font-size:.26rem;
	line-height:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	}
.coursesorder .courseslist .twolines .timestwo span {
	color:#e82f2f;
	}
/*康复理疗订单*/
.healthyorder {
	width:100%;
	padding-bottom:.5rem;
	}
.healthyorder .teamtitle {
	width:100%;
	}
.healthyorder .teamtitle ul {
	width:100%;
	border-bottom:.01rem solid #f1f1f1;
	padding:0 .3rem;
	}
.healthyorder .teamtitle ul li {
	width:50%;
	float:left;
	font-size:.3rem;
	color:#666666;
	font-family:"微软雅黑";
	padding:.35rem 0;
	text-align:center;
	}
.healthyorder .teamtitle ul li.clicked {
	color:#9a531f;
	border-bottom:.02rem solid #9a531f;
	}
.healthyorder .teamlist {
	width:100%;
	padding:0 .3rem;
	}
.healthyorder .teamlist .teamcontainer {
	width:100%;
	}
.healthyorder .teamlist .teamcontainer .noteamll {
	width:100%;
	text-align:center;
	padding:.6rem 0;
	}
.healthyorder .teamlist .teamcontainer .noteamll img {
	width:40%;
	}
.healthyorder .teamlist .teamcontainer .courseslist {
	width:100%;
	margin-top:.4rem;
	border-radius:.1rem;
	border-top:.01rem solid #efece5;
	border-left:.01rem solid #efece5;
	border-right:.01rem solid #efece5;
	overflow:hidden;
	}
.healthyorder .teamlist .teamcontainer .courseslist .onelines {
	width:100%;
	background:#efece5;
	padding:.3rem .35rem;
	}	
.healthyorder .teamlist .teamcontainer .courseslist .onelines .timesone {
	font-size:.28rem;
	line-height:.28rem;
	color:#9a531f;
	font-family:"微软雅黑";
	}
.healthyorder .teamlist .teamcontainer .courseslist .onelines .timestwo {
	width:60%;
	text-align:right;
	font-size:.28rem;
	line-height:.28rem;
	color:#9a531f;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	}
.healthyorder .teamlist .teamcontainer .courseslist .twolines {
	width:100%;
	padding:.25rem .35rem;
	border-bottom:.01rem solid #efece5;
	}	
.healthyorder .teamlist .teamcontainer .courseslist .twolines .timesone {
	font-size:.26rem;
	line-height:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	}
.healthyorder .teamlist .teamcontainer .courseslist .twolines .timestwo {
	width:70%;
	text-align:right;
	font-size:.26rem;
	line-height:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	}
.healthyorder .teamlist .teamcontainer .courseslist .twolines .timestwo span {
	color:#e82f2f;
	}
/*我的订单*/
.doc-person .personal-center-list {
	width:100%;
	background:#fff;
	margin-bottom:.2rem;
}
.doc-person .personal-center-list li {
    padding:.3rem;
    background: #ffffff;
	border-bottom:.01rem solid #f1f1f1;
}
.doc-person .personal-center-list li a {
    text-decoration: none;
    }
.doc-person .personal-center-list li img {
    margin-right:.3rem;
    width:.34rem;
    display:inline-block;
    float:left;

    }
.doc-person .personal-center-list li span {
	font-size:.28rem;
	line-height:.28rem;
    color: #333333;
    font-family:"微软雅黑";
	display:inline-block;
    float:left;
    margin-top:.04rem;
	}
.doc-person .personal-center-list li i {
	font-size:.4rem;
	line-height:.4rem;
	color:#c7c7c7;
	display:inline-block;
	float:right;
	}
/*中医视频*/
.tvlistname {
	width:100%;
	background:#fff;
	margin-bottom:.2rem;
	padding:.3rem;
}
.tvlistname .listimgs {
	width:100%;
	border-radius:.1rem;
}
.tvlistname .listimgs img {
	width:100%;
}
.tvlistname .listmes {
	width:100%;
	padding-top:.2rem;
}
.tvlistname .listmes .nameleft {
	width:65%;
	font-size:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	line-height:.4rem;
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
}
.tvlistname .listmes .imgleft {
	width:35%;
	text-align:right;
	font-size:.24rem;
	color:#888888;
	font-family:"微软雅黑";
	line-height:.4rem;
}
.tvlistname .listmes .imgleft img {
	display:inline-block;
	width:.28rem;
	margin-top:-.04rem;
}
/*暂时没有该商品信息*/
.nodoodmesimg {
	width:100%;
	text-align:center;
	padding:2rem 0 0 0;
	}
.nodoodmesimg img {
	width:2.4rem;
	}
.nogood {
	width:100%;
	text-align:center;
	font-size:.26rem;
	line-height:.26rem
	color:#555555;
	font-family:"微软雅黑";
	padding-bottom:.1rem;
	}
/*课程培训*/
.bannerkecheng {
	width:100%;
}
.bannerkecheng .banner-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    position:relative;
}
.bannerkecheng .banner-container .img {
    width: 100%;
    height: auto;
}
.bannerkecheng .banner-container .img img {
    width: 100%;
    height: auto;
}
.bannerkecheng .banner-container .banner-pagination {
    border:0;
    position: absolute;
    bottom:.15rem;
    width: 100%;
    z-index: 2;
    text-align: center;
}
.bannerkecheng .banner-container .banner-pagination .swiper-pagination-bullet {
    margin-right:.15rem;
    width:.15rem;
    height:.15rem;
    background-color: #ffffff;
    border: 0;
    opacity: 1;
}
.bannerkecheng .banner-container .banner-pagination .swiper-pagination-bullet-active {
    border:.01rem solid #c17740;
    background:transparent;
    width:.15rem;
    height:.15rem;
}
.navigationkecheng {
	width:100%;
	background:#fff;
	padding-bottom:.2rem;
}
.navigationkecheng ul {
	width:100%;
	padding:0 .3rem;
}
.navigationkecheng ul li {
	width:33.33%;
	float:left;
	padding:.6rem 0 .55rem 0;
}
.navigationkecheng .na-img {
	width:100%;
	text-align:center;
}
.navigationkecheng .na-img img {
	width:1rem;
}
.navigationkecheng .na-mes {
	width:100%;
	margin-top:.2rem;
	text-align:center;
	font-size:.24rem;
	line-height:.26rem;
	height:.26rem;
	color:#333;
	font-family:"微软雅黑";
}
.interview {
	width:100%;
	background:#fff;
	margin-top:.2rem;
	padding:0 .3rem;
	}
.interview .sectitles {
	width:100%;
	padding:.4rem 0 0 0;
}
.interview .sectitles .leftline {
	width:38%;
}
.interview .sectitles .leftline img {
	width:100%;
}
.interview .sectitles .centermes {
	width:24%;
	text-align:center;
	font-size:.28rem;
	line-height:.28rem;
	height:.28rem;
	color:#333333;
	font-family:"微软雅黑";
}
.interview .sectitles .rightline {
	width:38%;
}
.interview .sectitles .rightline img {
	width:100%;
}
.interview .viewlist {
	width:100%;
	}
.interview .viewlist .listone {
	width:100%;
	padding:.4rem 0;
	border-bottom:.01rem solid #f1f1f1;
	}
.interview .viewlist .listone .listoneimg {
	width:100%;
	}
.interview .viewlist .listone .listoneimg img {
	width:100%;
	}
.interview .viewlist .listone .bigtitles {
	width:100%;
	font-size:.28rem;
	height:.28rem;
	line-height:.28rem;
	color:#333333;
	font-family:"微软雅黑";
	margin-top:.15rem;
	}
.interview .viewlist .listone .smtitles {
	width:100%;
	font-size:.28rem;
	height:.28rem;
	line-height:.28rem;
	color:#9d5e30;
	font-family:"微软雅黑";
	margin-top:.15rem;
	}
.interview .viewlist .listone .times {
	width:100%;
	font-size:.24rem;
	height:.26rem;
	line-height:.26rem;
	color:#666666;
	font-family:"微软雅黑";
	margin-top:.25rem;
	}
.interview .viewlist .listone .times img {
	width:.28rem;
	display:inline-block;
	margin-top:-.02rem;
	}
.interview .viewlist .listone .persons {
	width:100%;
	margin-top:.15rem;
	}
.interview .viewlist .listone .persons .address {
	width:67%;
	font-size:.24rem;
	line-height:.35rem;
	height:.35rem;
	color:#666666;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	}
.interview .viewlist .listone .persons .address img {
	width:.28rem;
	display:inline-block;
	margin-top:-.03rem;
	}
.interview .viewlist .listone .persons .gotobuys {
	width:32%;
	font-size:.24rem;
	line-height:.26rem;
	height:.26rem;
	color:#666666;
	font-family:"微软雅黑";
	text-align:right;
	}
.interview .viewlist .listone .persons .gotobuys a {
	text-decoration:none;
	border:none;
	outline:none;
	background:#9c5b2b;
	color:#fff;
	font-size:.26rem;
	font-family:"微软雅黑";
	border-radius:.05rem;
	padding:.05rem .25rem;
	}
.interview .moregood {
	width:100%;
	text-align:center;
	font-size:.24rem;
	color:#4b3b22;
	font-family:"微软雅黑";
	padding:.3rem 0;
	}
.interview .moregood img {
	width:.22rem;
	display:inline-block;
	margin-top:-0.3rem;
	}
/*订单详情页*/
.dealsaredone {
	width:100%;
	background:#fff;
	padding:1.5rem 0;
	text-align:center;
	font-size:1.6rem;
	color:#9c5b2b;
	font-family:"微软雅黑";
	border-bottom:0.1rem solid #f1f1f1;
	}
.dealsaredone img {
	display:inline-block;
	width:2rem;
	margin-top:-0.3rem;
	margin-right:0.5rem;
	}
.havaaddressone {
	width:100%;
	background:#fff;
	padding:1.5rem;
	margin-bottom:1rem;
	}
.havaaddressone .havalines {
	width:100%;
	padding-bottom:0.5rem;
	}
.havaaddressone .havalines .leftnames {
	font-size:1.3rem;
	color:#333333;
	font-family:"微软雅黑";
	margin-right:2rem;
	}
.havaaddressone .havalines .rightmes {
	font-size:1.3rem;
	color:#333333;
	font-family:"微软雅黑";
	}
.havaaddressone .havalinestwo {
	width:100%;
	line-height:2rem;
	}
.havaaddressone .havalinestwo .leftnames {
	font-size:1.3rem;
	color:#333333;
	font-family:"微软雅黑";
	}
.havaaddressone .havalinestwo .rightmes {
	width:77%;
	font-size:1.3rem;
	color:#333333;
	font-family:"微软雅黑";
	}
.okorderonetwo {
	width:100%;
	background:#fff;
	padding:1rem 1.5rem;
	}	
.okorderonetwo .listimg {
	width:40%;
	height:7rem;
	overflow:hidden;
}
.okorderonetwo .listimg img {
	width:100%;
	min-height:7rem;
}
.okorderonetwo .listmes {    
	width:60%;
	padding-left:1rem;
}
.okorderonetwo .listmes .bigtitle {
	width:100%;
	font-size:1.4rem;
	color:#333333;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	padding-top:1rem;
}
.okorderonetwo .listmes .smtitles {
	width:100%;
	font-size:1.2rem;
	color:#888888;
	font-family:"微软雅黑";
	margin-top:0.5rem;
}
.okorderonetwo .listmes .smaddress {
	width:100%;
	font-size:1.4rem;
	color:#e82f2f;
	font-family:"微软雅黑";
	margin-top:1rem;
}
.numstitle {
	width:100%;
	background:#fff;
	padding:0 1.5rem;
	}
.numstitle .titlesones {
	width:100%;
	text-align:right;
	border-top:0.1rem solid #f1f1f1;
	font-size:1.2rem;
	color:#666666;
	font-family:"微软雅黑";
	padding:1rem 0;
	}
.numstitle .titlesones span {
	color:#e82f2f;
	font-size:1.3rem;
	}
.orderdetailsmestwo {
	width:100%;
	padding-top:1.25rem;
	background:#fff;
	border-top:0.1rem solid #f1f1f1;
	}
.orderdetailsmestwo .liese {
	width:100%;
	background:#fff;
	padding:0 1.5rem 0.5rem 1.5rem;
}
.orderdetailsmestwo .lieseone {
	width:100%;
	background:#fff;
	padding:1.25rem 1.5rem;
	border-top:0.1rem solid #f1f1f1;
	border-bottom:0.1rem solid #f1f1f1;
	margin-top:1rem;
	}
.orderdetailsmestwo .lieseone .sename {
	width:7rem;
	font-size:1.4rem;
	color:#333333;
	font-family:"微软雅黑";
	line-height:1.5rem;
}
.orderdetailsmestwo .lieseone .seinput {
	width:60%;
	font-size:1.4rem;
	color:#333333;
	font-family:"微软雅黑";
	line-height:1.5rem;
}
.orderdetailsmestwo .lieseone .seinput .chaticon img {
	width:1.7rem;
	display:inline-block;
	}
.orderdetailsmestwo .lieseone .seinput .chatmes {
	display:inline-block;
	font-size:1.2rem;
	color:#333333;
	font-family:"微软雅黑";
	margin-left:0.5rem;
	line-height:1.5rem;
}
.orderdetailsmestwo .liese .sename {
	width:7rem;
	font-size:1.3rem;
	color:#333333;
	font-family:"微软雅黑";
	line-height:1.5rem;
}
.orderdetailsmestwo .liese .seinput {
	width:60%;
	font-size:1.3rem;
	color:#333333;
	font-family:"微软雅黑";
	line-height:1.5rem;
}
.orderdetailsmestwo .detailsbtn {
	width:100%;
	padding:1.5rem 1.5rem 6rem 1.5rem;
	text-align:right;
	}
.orderdetailsmestwo .detailsbtn button {
	border:none;
	outline:none;
	background:#9c5b2b;
	color:#fff;
	font-size:1.2rem;
	font-family:"微软雅黑";
	border-radius:0.4rem;
	padding:0.25rem 1rem;
	margin-left:1rem;
	}
/*订单详情页-理疗*/
.dealsaredonenow {
	width:100%;
	background:#fff;
	padding:1.5rem 0;
	text-align:center;
	font-size:1.6rem;
	color:#9c5b2b;
	font-family:"微软雅黑";
	border-bottom:0.1rem solid #f1f1f1;
	}
.dealsaredonenow img {
	display:inline-block;
	width:2rem;
	margin-top:-0.3rem;
	margin-right:0.5rem;
	}
.havaaddressonenow {
	width:100%;
	background:#fff;
	padding:1.5rem;
	margin-bottom:1rem;
	}
.havaaddressonenow .havalines {
	width:100%;
	padding-bottom:0.5rem;
	}
.havaaddressonenow .havalines .leftnames {
	font-size:1.3rem;
	color:#333333;
	font-family:"微软雅黑";
	margin-right:2rem;
	}
.havaaddressonenow .havalines .rightmes {
	font-size:1.3rem;
	color:#333333;
	font-family:"微软雅黑";
	}
.havaaddressonenow .havalinestwo {
	width:100%;
	line-height:2rem;
	}
.havaaddressonenow .havalinestwo .leftnames {
	font-size:1.3rem;
	color:#333333;
	font-family:"微软雅黑";
	}
.havaaddressonenow .havalinestwo .rightmes {
	width:77%;
	font-size:1.3rem;
	color:#333333;
	font-family:"微软雅黑";
	}
.okorderonetwonow {
	width:100%;
	background:#fff;
	padding:1rem 1.5rem;
	}	
.okorderonetwonow .listimg {
	width:40%;
	height:7rem;
	overflow:hidden;
}
.okorderonetwonow .listimg img {
	width:100%;
	min-height:7rem;
}
.okorderonetwonow .listmes {    
	width:60%;
	padding-left:1rem;
}
.okorderonetwonow .listmes .bigtitle {
	width:100%;
	font-size:1.4rem;
	color:#333333;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
}
.okorderonetwonow .listmes .smtitles {
	width:100%;
	font-size:1.2rem;
	color:#888888;
	font-family:"微软雅黑";
	margin-top:0.5rem;
}
.okorderonetwonow .listmes .smaddress {
	width:100%;
	font-size:1.4rem;
	color:#e82f2f;
	font-family:"微软雅黑";
	margin-top:1.5rem;
}
.numstitlenow {
	width:100%;
	background:#fff;
	padding:0 1.5rem;
	}
.numstitlenow .titlesones {
	width:100%;
	text-align:right;
	border-top:0.1rem solid #f1f1f1;
	font-size:1.2rem;
	color:#666666;
	font-family:"微软雅黑";
	padding:1rem 0;
	}
.numstitlenow .titlesones span {
	color:#e82f2f;
	font-size:1.3rem;
	}
.orderdetailsmestwonow {
	width:100%;
	padding-top:1.25rem;
	background:#fff;
	border-top:0.1rem solid #f1f1f1;
	}
.orderdetailsmestwonow .liese {
	width:100%;
	background:#fff;
	padding:0 1.5rem 0.5rem 1.5rem;
}
.orderdetailsmestwonow .lieseone {
	width:100%;
	background:#fff;
	padding:1.25rem 1.5rem;
	border-top:0.1rem solid #f1f1f1;
	border-bottom:0.1rem solid #f1f1f1;
	margin-top:1rem;
	}
.orderdetailsmestwonow .lieseone .sename {
	width:7rem;
	font-size:1.4rem;
	color:#333333;
	font-family:"微软雅黑";
	line-height:1.5rem;
}
.orderdetailsmestwonow .lieseone .seinput {
	width:60%;
	font-size:1.4rem;
	color:#333333;
	font-family:"微软雅黑";
	line-height:1.5rem;
}
.orderdetailsmestwonow .lieseone .seinput .chaticon img {
	width:1.7rem;
	display:inline-block;
	}
.orderdetailsmestwonow .lieseone .seinput .chatmes {
	display:inline-block;
	font-size:1.2rem;
	color:#333333;
	font-family:"微软雅黑";
	margin-left:0.5rem;
	line-height:1.5rem;
}
.orderdetailsmestwonow .liese .sename {
	width:7rem;
	font-size:1.3rem;
	color:#333333;
	font-family:"微软雅黑";
	line-height:1.5rem;
}
.orderdetailsmestwonow .liese .seinput {
	width:60%;
	font-size:1.3rem;
	color:#333333;
	font-family:"微软雅黑";
	line-height:1.5rem;
}
.orderdetailsmestwonow .detailsbtn {
	width:100%;
	padding:1.5rem 1.5rem 6rem 1.5rem;
	text-align:right;
	}
.orderdetailsmestwonow .detailsbtn button {
	border:none;
	outline:none;
	background:#9c5b2b;
	color:#fff;
	font-size:1.2rem;
	font-family:"微软雅黑";
	border-radius:0.4rem;
	padding:0.25rem 1rem;
	margin-left:1rem;
	}
/*订单详情页-体检*/
.dealsaredoneago {
	width:100%;
	background:#fff;
	padding:1.5rem 0;
	text-align:center;
	font-size:1.6rem;
	color:#9c5b2b;
	font-family:"微软雅黑";
	border-bottom:0.1rem solid #f1f1f1;
	}
.dealsaredoneago img {
	display:inline-block;
	width:2rem;
	margin-top:-0.3rem;
	margin-right:0.5rem;
	}
.havaaddressoneago {
	width:100%;
	background:#fff;
	padding:1.5rem;
	margin-bottom:1rem;
	}
.havaaddressoneago .havalines {
	width:100%;
	padding-bottom:0.5rem;
	}
.havaaddressoneago .havalines .leftnames {
	font-size:1.3rem;
	color:#333333;
	font-family:"微软雅黑";
	margin-right:2rem;
	}
.havaaddressoneago .havalines .rightmes {
	font-size:1.3rem;
	color:#333333;
	font-family:"微软雅黑";
	}
.havaaddressoneago .havalinestwo {
	width:100%;
	line-height:2rem;
	}
.havaaddressoneago .havalinestwo .leftnames {
	font-size:1.3rem;
	color:#333333;
	font-family:"微软雅黑";
	}
.havaaddressoneago .havalinestwo .rightmes {
	width:77%;
	font-size:1.3rem;
	color:#333333;
	font-family:"微软雅黑";
	}
.okorderonetwoago {
	width:100%;
	background:#fff;
	padding:1rem 1.5rem;
	}	
.okorderonetwoago .listimg {
	width:40%;
	height:7rem;
	overflow:hidden;
}
.okorderonetwoago .listimg img {
	width:100%;
	min-height:7rem;
}
.okorderonetwoago .listmes {    
	width:60%;
	padding-left:1rem;
}
.okorderonetwoago .listmes .bigtitle {
	width:100%;
	font-size:1.4rem;
	color:#333333;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
}
.okorderonetwoago .listmes .smtitles {
	width:100%;
	font-size:1.2rem;
	color:#888888;
	font-family:"微软雅黑";
	height:3rem;
	margin-top:0.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}
.okorderonetwoago .listmes .smaddress {
	width:100%;
	font-size:1.4rem;
	color:#e82f2f;
	font-family:"微软雅黑";
	margin-top:0.5rem;
}
.numstitleago {
	width:100%;
	background:#fff;
	padding:0 1.5rem;
	}
.numstitleago .titlesones {
	width:100%;
	text-align:right;
	border-top:0.1rem solid #f1f1f1;
	font-size:1.2rem;
	color:#666666;
	font-family:"微软雅黑";
	padding:1rem 0;
	}
.numstitleago .titlesones span {
	color:#e82f2f;
	font-size:1.3rem;
	}
.orderdetailsmestwoago {
	width:100%;
	padding-top:1.25rem;
	background:#fff;
	border-top:0.1rem solid #f1f1f1;
	}
.orderdetailsmestwoago .liese {
	width:100%;
	background:#fff;
	padding:0 1.5rem 0.5rem 1.5rem;
}
.orderdetailsmestwoago .lieseone {
	width:100%;
	background:#fff;
	padding:1.25rem 1.5rem;
	border-top:0.1rem solid #f1f1f1;
	border-bottom:0.1rem solid #f1f1f1;
	margin-top:1rem;
	}
.orderdetailsmestwoago .lieseone .sename {
	width:7rem;
	font-size:1.4rem;
	color:#333333;
	font-family:"微软雅黑";
	line-height:1.5rem;
}
.orderdetailsmestwoago .lieseone .seinput {
	width:60%;
	font-size:1.4rem;
	color:#333333;
	font-family:"微软雅黑";
	line-height:1.5rem;
}
.orderdetailsmestwoago .lieseone .seinput .chaticon img {
	width:1.7rem;
	display:inline-block;
	}
.orderdetailsmestwoago .lieseone .seinput .chatmes {
	display:inline-block;
	font-size:1.2rem;
	color:#333333;
	font-family:"微软雅黑";
	margin-left:0.5rem;
	line-height:1.5rem;
}
.orderdetailsmestwoago .liese .sename {
	width:7rem;
	font-size:1.3rem;
	color:#333333;
	font-family:"微软雅黑";
	line-height:1.5rem;
}
.orderdetailsmestwoago .liese .seinput {
	width:60%;
	font-size:1.3rem;
	color:#333333;
	font-family:"微软雅黑";
	line-height:1.5rem;
}
.orderdetailsmestwoago .detailsbtn {
	width:100%;
	padding:1.5rem 1.5rem 6rem 1.5rem;
	text-align:right;
	}
.orderdetailsmestwoago .detailsbtn button {
	border:none;
	outline:none;
	background:#9c5b2b;
	color:#fff;
	font-size:1.2rem;
	font-family:"微软雅黑";
	border-radius:0.4rem;
	padding:0.25rem 1rem;
	margin-left:1rem;
	}
/*订单详情页-健康优品*/
.dealsaredonene {
	width:100%;
	background:#fff;
	padding:.3rem 0;
	text-align:center;
	font-size:.32rem;
	line-height:.32rem;
	color:#9c5b2b;
	font-family:"微软雅黑";
	border-bottom:.01rem solid #f1f1f1;
	}
.dealsaredonene img {
	display:inline-block;
	width:.4rem;
	margin-top:-.01rem;
	margin-right:.05rem;
	}
.havaaddressonene {
	width:100%;
	background:#fff;
	padding:.3rem;
	margin-bottom:.2rem;
	}
.havaaddressonene .havalines {
	width:100%;
	padding-bottom:.1rem;
	}
.havaaddressonene .havalines .leftnames {
	font-size:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	margin-right:.4rem;
	}
.havaaddressonene .havalines .rightmes {
	font-size:.26rem;
	line-height:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	}
.havaaddressonene .havalinestwo {
	width:100%;
	line-height:.4rem;
	}
.havaaddressonene .havalinestwo .leftnames {
	font-size:.26rem;
	line-height:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	}
.havaaddressonene .havalinestwo .rightmes {
	width:77%;
	font-size:.26rem;
	line-height:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	}
.okorderonetwone {
	width:100%;
	background:#fff;
	padding:.2rem .3rem;
	}	
.okorderonetwone .listimg {
	width:40%;
	height:1.4rem;
	overflow:hidden;
}
.okorderonetwone .listimg img {
	width:100%;
	min-height:1.4rem;
}
.okorderonetwone .listmes {    
	width:60%;
	padding-left:.25rem;
}
.okorderonetwone .listmes .bigtitle {
	width:100%;
	font-size:.28rem;
	line-height:.28rem;
	color:#333333;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
}
.okorderonetwone .listmes .smtitles {
	width:100%;
	font-size:.24rem;
	color:#888888;
	font-family:"微软雅黑";
	height:.5rem;
	margin-top:.15rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}
.okorderonetwone .listmes .smaddress {
	width:100%;
	font-size:.28rem;
	line-height:.28rem;
	color:#e82f2f;
	font-family:"微软雅黑";
	margin-top:.1rem;
}
.numstitlene {
	width:100%;
	background:#fff;
	padding:0 .3rem;
	}
.numstitlene .titlesones {
	width:100%;
	text-align:right;
	border-top:.01rem solid #f1f1f1;
	font-size:.24rem;
	line-height:.26rem;
	color:#666666;
	font-family:"微软雅黑";
	padding:.2rem 0;
	}
.numstitlene .titlesones span {
	color:#e82f2f;
	font-size:.26rem;
	line-height:.26rem;
	}
.orderdetailsmestwone {
	width:100%;
	padding-top:.25rem;
	background:#fff;
	border-top:.01rem solid #f1f1f1;
	}
.orderdetailsmestwone .liese {
	width:100%;
	background:#fff;
	padding:0 .3rem.1rem .3rem;
}
.orderdetailsmestwone .lieseone {
	width:100%;
	background:#fff;
	padding:.25rem .3rem;
	border-top:.01rem solid #f1f1f1;
	border-bottom:.01rem solid #f1f1f1;
	margin-top:.2rem;
	}
.orderdetailsmestwone .lieseone .sename {
	width:1.4rem;
	font-size:.28rem;
	color:#333333;
	font-family:"微软雅黑";
	line-height:.28rem;
}
.orderdetailsmestwone .lieseone .seinput {
	width:60%;
	font-size:.28rem;
	color:#333333;
	font-family:"微软雅黑";
	line-height:.38rem;
}
.orderdetailsmestwone .lieseone .seinput .chaticon img {
	width:.34rem;
	display:inline-block;
	}
.orderdetailsmestwone .lieseone .seinput .chatmes {
	display:inline-block;
	font-size:.24rem;
	color:#333333;
	font-family:"微软雅黑";
	margin-left.1rem;
	line-height:26rem;
}
.orderdetailsmestwone .liese .sename {
	width:1.4rem;
	font-size:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	line-height:.3rem;
}
.orderdetailsmestwone .liese .seinput {
	width:60%;
	font-size:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	line-height:.3rem;
}
.orderdetailsmestwone .detailsbtn {
	width:100%;
	padding:.3rem .3rem 1.2rem .3rem;
	text-align:right;
	}
.orderdetailsmestwone .detailsbtn button {
	border:none;
	outline:none;
	background:#9c5b2b;
	color:#fff;
	font-size:.24rem;
	font-family:"微软雅黑";
	border-radius:.08rem;
	padding:.5rem .2rem;
	margin-left:.2rem;
	}
/*购物车*/
.shopingnull {
	width:100%;
	display:none;
	}
.shopingnull .waringout {
	width:100%;
	background:#fff;
	}
.shopingnull .waringout ul {
	width:100%;
	}
.shopingnull .waringout ul li {
	width:33.33%;
	float:left;
	padding:.25rem 0;
	text-align:center;
	font-size:.24rem;
	color:#333333;
	font-family:"微软雅黑";
	}
.shopingnull .waringout ul li img {
	display:inline-block;
	width:.3rem;
	margin-top:-.03rem;
	margin-right:.1rem;
	}
.shopingnull .nullimg {
	width:100%;
	padding:1.5rem 0;
	text-align:center;
	}	
.shopingnull .nullimg img {
	width:2.9rem;
	}
.shopping {
	width:100%;
	background:#fff;
	padding:.4rem .3rem;
	display:flex;
	justify-content: space-between;
	}
.shopping .leftchoose {
	width:1rem;
	height:1.7rem;
	}
.shopping .leftchoose .inputchoose {
	width:.32rem;
	margin:.6rem auto;
}
.shopping .leftchoose .inputchoose input[type="checkbox"] {
  	display: none;
}
.shopping .leftchoose .inputchoose label {
  	width:.36rem;
 	height:.36rem;
 	margin-bottom:0;
 	border-radius:50%;
  	cursor: pointer;
  	border:0;
  	background:url(../images/inputb.png) no-repeat;
  	background-size:100% 100%;
}
.shopping .leftchoose .inputchoose label.checked {
	border:0;
  	background:url(../images/inputaa.png) no-repeat;
  	background-size:100% 100%;
}
.shopping .rightmes {
	width:85%;
	display:flex;
	justify-content: space-between;
	border-bottom:.01rem solid #f1f1f1;
}
.shopping .rightmes .listimg {
	width:1.5rem;
	height:1.5rem;
	background:#f7f7f7;
	border-radius:.1rem;
	overflow:hidden;
}
.shopping .rightmes .listimg img {
	width:100%;
}
.shopping .rightmes .listmes {    
	width:74%;
	padding-left:.25rem;
	padding-bottom:.4rem;
}
.shopping .rightmes .listmes .bigtitle {
	width:100%;
	margin-top: .05rem;
}
.shopping .rightmes .listmes .bigtitle .bg {
	width:100%;
    height: .8rem;
    font-size: .28rem;
    line-height: .4rem;
    color: #333333;
    font-family: "微软雅黑";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.shopping .rightmes .listmes .bigtitle .dista {
	width:.3rem;
	height:.3rem;
	display:inline-block;
	background:url(../images/delete.png) no-repeat;
	background-size:100% 100%;
}
.shopping .rightmes .listmes .smtitles {
	width:100%;
	font-size:.24rem;
	line-height:.24rem;
	color:#888888;
	font-family:"微软雅黑";
	margin-top:.2rem;
}
.shopping .rightmes .listmes .smaddress {
	width:100%;
	margin-top:.3rem;
	display:flex;
	align-items:center;
	justify-content: space-between;
}
.shopping .rightmes .listmes .smaddress .price {
	font-size:.3rem;
	line-height:.3rem;
	font-weight:bold;
	color:#e82f2f;
	font-family:"微软雅黑";
	display:flex;
	align-items:center;
}
.shopping .rightmes .listmes .smaddress .price .numprice {
	padding:.05rem .1rem;
    display: inline-block;
    font-size: .22rem;
    color: #E92E26;
    font-family: "微软雅黑";
    background:#FFE9E8;
    border-radius: .1rem;
    text-align: center;
    line-height: .22rem;
    text-decoration: none;
    text-align: center;
	margin-left:.2rem;
	}
.shopping .rightmes .listmes .smaddress .shop-group {
   display:flex;
	align-items:center;
	height:.7rem;
	display:flex;
}
.shopping .rightmes .listmes .smaddress .shop-group .input-group-addon {
   width: .38rem;
    font-size:.3rem;
	line-height:.3rem;
    font-family: "微软雅黑";
    background-color: #fff;
    color: #666;
    border: .01rem solid #f1f1f1;
    border-radius:0;
    display: inline-block;
    height:.38rem;
	border-radius:50%;
	text-align:center;
	padding:0;
}
.shopping .rightmes .listmes .smaddress .shop-group .form-control {
	font-size: .3rem;
	line-height:.38rem;
    font-family: "微软雅黑";
    color: #333;
    text-align: center;
    outline: none;
    box-shadow: none;
    display: inline-block;
    width: .83rem;
    height: .38rem;
    border-radius:0;
    border:none;
    -webkit-appearance: none;
	padding:0;
}
.bottomgobuy {
	width:100%;
	position:fixed;
	display:flex;
	padding:.12rem 0;
	max-width:750px;
	bottom:0;
	background:#ffffff;
	align-items: center;
	border-top:.01rem solid #E3E3E3;
	}
.bottomgobuy .leftcheckones {
	width:60%;
	display:flex;
	justify-content: space-between;
    align-items: center;
	padding:0 .3rem;
	}
.bottomgobuy .leftcheckones .leftcheck {
	display:flex;
    align-items: center;
	}
.bottomgobuy .leftcheckones .leftcheck .inputchoose {
	width:.3rem;
	padding-top:.1rem;
	line-height:1rem;
}
.bottomgobuy .leftcheckones .leftcheck .inputchoose input[type="checkbox"] {
  	display: none;
}
.bottomgobuy .leftcheckones .leftcheck .inputchoose label {
  	width:.3rem;
 	height:.3rem;
 	margin-bottom:0;
 	border-radius:50%;
  	cursor: pointer;
  	border:0;
  	background:url(../images/inputb.png) no-repeat;
  	background-size:100% 100%;
}
.bottomgobuy .leftcheckones .leftcheck .inputchoose label.checked {
	border:0;
  	background:url(../images/inputaa.png) no-repeat;
  	background-size:100% 100%;
}
.bottomgobuy .leftcheckones .leftcheck .nocheck {
	font-size:.26rem;
	color:#666666;
	font-family:"微软雅黑";
	line-height:.26rem;
	margin-left:.17rem;
	}
.bottomgobuy .leftcheckones .nums {
	display:flex;
    align-items: center;
	font-size:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	line-height:.26rem;
	}
.bottomgobuy .leftcheckones .nums span {
	color:#e82f2f;
	font-size:.5rem;
	line-height:.5rem;
	}
.bottomgobuy .gotobuys {
	width:35%;
	height:.76rem;
	background:linear-gradient(-90deg, #FD455C, #FF1025);
	text-align:center;
	font-size:.3rem;
	color:#FFFFFF;
	font-family:"微软雅黑";
	line-height:.76rem;
	border-radius:.1rem;
	}
.bottomgobuy .gotobuyselse {
	width:35%;
	height:.76rem;
	background: linear-gradient(-90deg, #FD455C, #FF1025);
	text-align:center;
	font-size:.3rem;
	color:#FFFFFF;
	font-family:"微软雅黑";
	line-height:.76rem;
	border-radius:.1rem;
	}
/*商品清单*/
.comlist {
	width:100%;
	background:#fff;
	padding:0 .3rem;
	}
.comlist .okorderones {
	width:100%;
	background:#fff;
	padding:.3rem 0;
	border-bottom:.01rem solid #f1f1f1;
	}	
.comlist .okorderones .listimg {
	width:2rem; 
	height:1.7rem;
	padding:.2rem .4rem;
	background:#f7f7f7;
	overflow:hidden;
}
.comlist .okorderones .listimg img {
	width:100%;
	min-height:1.3rem;
}
.comlist .okorderones .listmes {    
	width:71%;
	padding-left:.2rem;
}
.comlist .okorderones .listmes .bigtitle {
	width:100%;
	margin-top:.1rem;
}
.comlist .okorderones .listmes .bigtitle .bg {
	width:69%;
	font-size:.28rem;
	line-height:.28rem;
	color:#333333;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
}
.comlist .okorderones .listmes .bigtitle .dista {
	font-size:.26rem;
	line-height:.28rem;
	color:#333333;
	font-family:"微软雅黑";
}
.comlist .okorderones .listmes .bigtitle .dista span {
	color:#e82f2f;
	}
.comlist .okorderones .listmes .smtitles {
	width:100%;
	font-size:.24rem;
	line-height:.26rem;
	color:#888888;
	font-family:"微软雅黑";
	margin-top:.2rem;
}
.comlist .okorderones .listmes .smaddress {
	width:100%;
	font-size:.28rem;
	line-height:.28rem;
	color:#e82f2f;
	font-family:"微软雅黑";
	margin-top:.6rem;
}
/*购物车确定订单*/
.havaaddressoneabc {
	width:100%;
	background:#fff;
	padding:.35rem .3rem;
	margin-bottom:.2rem;
	}
.havaaddressoneabc .havalines {
	width:100%;
	margin-bottom:.15rem;
	}
.havaaddressoneabc .havalines .leftnames {
	font-size:.26rem;
	line-height:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	margin-right:.2rem;
	}
.havaaddressoneabc .havalines .rightmes {
	font-size:.26rem;
	line-height:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	}
.havaaddressoneabc .havalinestwo {
	width:100%;
	line-height:.5rem;
	}
.havaaddressoneabc .havalinestwo .leftnames {
	font-size:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	}
.havaaddressoneabc .havalinestwo .rightmes {
	width:77%;
	font-size:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	}
.noaddresone {
	width:100%;
	background:#fff;
	padding:.5rem .3rem;
	border-bottom:.01rem solid #f1f1f1;
	}
.noaddresone .names {
	font-size:.28rem;
	line-height:.28rem;
	color:#555555;
	font-family:"微软雅黑";
	}
.noaddresone .righticon i {
	color:#999;
	display:inline-block;
	margin-top:-.06rem;
	font-size:.28rem;
	}
.okordertwo {
	width:100%;
	background:#fff;
	padding:.2rem 0 .2rem .3rem;
	}
.okordertwo .leftlist {
	width:76%;
	}
.okordertwo .leftlist ul {
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
	}
.okordertwo .leftlist ul li {
	width:1.7rem;
	height:1.7rem;
	background:#f7f7f7;
	padding:.2rem;
	margin-right:.2rem;
    display: inline-table;
}
.okordertwo .leftlist ul li img {
	width:100%;
	min-height:1.3rem;
	}
.okordertwo .leftlist ul li:last-child {
	margin-right:0;	
}
.okordertwo .allnums {
	width:1.7rem;
	height:.17rem;
	line-height:1.7rem;
	font-size:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	text-align:center;
	}
.okordertwo .allnums span {
	color:#e82f2f;
	}
.okorderonesone {
	width:100%;
	background:#fff;
	padding:.25rem .35rem;
	}	
.okorderonesone .listimg {
	width:2rem; 
	height:1.7rem;
	background:#f7f7f7;
	padding:.2rem .3rem;
	overflow:hidden;
}
.okorderonesone .listimg img {
	width:100%; 
	min-height:1.3rem;
}
.okorderonesone .listmes {    
	width:70%;
	padding-left:.2rem;
}
.okorderonesone .listmes .bigtitle {
	width:100%;
	margin-top:.1rem;
}
.okorderonesone .listmes .bigtitle .bg {
	width:69%;
	font-size:.28rem;
	line-height:.28rem;
	color:#333333;
	font-family:"微软雅黑";
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
}
.okorderonesone .listmes .bigtitle .dista {
	font-size:.26rem;
	line-height:.28rem;
	color:#333333;
	font-family:"微软雅黑";
}
.okorderonesone .listmes .bigtitle .dista span {
	color:#e82f2f;
	}
.okorderonesone .listmes .smtitles {
	width:100%;
	font-size:.24rem;
	line-height:.26rem;
	color:#888888;
	font-family:"微软雅黑";
	margin-top:.2rem;
}
.okorderonesone .listmes .smaddress {
	width:100%;
	font-size:.28rem;
	line-height:.28rem;
	color:#e82f2f;
	font-family:"微软雅黑";
	margin-top:.6rem;
}
.okorderonesone .listmes .smaddressones {
    width: 100%;
    margin-top: .6rem;
}
.okorderonesone .listmes .smaddressones s {
    font-size: .24rem;
    line-height: .24rem;
    color: #888888;
    font-family: "微软雅黑";
    margin-top: .1rem;
    margin-right: .3rem;
}
.okorderonesone .listmes .smaddressones .graytos {
    padding: .05rem .2rem;
    border: .02rem solid #e82f2f;
    font-size: .24rem;
    line-height: .24rem;
    color: #555555;
    font-family: "微软雅黑";
    border-radius: .05rem;
}
.okorderonesone .listmes .smaddressones .graytos span {
	color:#e82f2f;
	}
.orderdetailsmesone {
	width:100%;
	margin-top:.2rem;
	}
.orderdetailsmesone .liese {
	width:100%;
	background:#fff;
	padding:.3rem;
}
.orderdetailsmesone .lieseone {
	width:100%;
	background:#fff;
	padding:.3rem;
	border-top:.01rem solid #f1f1f1;
	}
.orderdetailsmesone .lieseone .sename {
	width:1.55rem;
	font-size:.28rem;
	color:#333333;
	font-family:"微软雅黑";
	line-height:.3rem;
}
.orderdetailsmesone .lieseone .seinput {
	width:50%;
	font-size:.28rem;
	color:#333333;
	font-family:"微软雅黑";
	line-height:.3rem;
}
.orderdetailsmesone .lieseone .seinput .chaticon img {
	width:.36rem;
	display:inline-block;
	}
.orderdetailsmesone .lieseone .seinput .chatmes {
	display:inline-block;
	font-size:.24rem;
	color:#333333;
	font-family:"微软雅黑";
	margin-left:.1rem;
	line-height:.3rem;
}
.orderdetailsmesone .liese .sename {
	width:1.55rem;
	font-size:.28rem;
	color:#333333;
	font-family:"微软雅黑";
	line-height:.3rem;
}
.orderdetailsmesone .liese .seinput {
	width:50%;
	font-size:.28rem;
	color:#333333;
	font-family:"微软雅黑";
	line-height:.3rem;
}
.orderdetailsmesone .liese .seinputone {
	width:70%;
	color:#e82f2f;
	font-size:.3rem;
	font-family:"微软雅黑";
	line-height:.3rem;
}
.orderdetailsmesone .liese .seinputone span {
	color:#e82f2f;
	font-size:.3rem;
	font-family:"微软雅黑";
	line-height:.3rem;
	}
.orderdetailsmesone .liese .seinputtwosones {
    width:70%;
	margin-top:-.05rem;
}
.orderdetailsmesone .liese .seinputtwosones s {
    font-size: .24rem;
    line-height: .24rem;
    color: #888888;
    font-family: "微软雅黑";
    margin-top: .1rem;
    margin-right: .3rem;
}
.orderdetailsmesone .liese .seinputtwosones .graytos {
    padding: .05rem .2rem;
    border: .02rem solid #e82f2f;
    font-size: .24rem;
    line-height: .24rem;
    color: #555555;
    font-family: "微软雅黑";
    border-radius: .05rem;
}
.orderdetailsmesone .liese .seinputtwosones .graytos span {
	color:#e82f2f;
	}
.orderdetailsmesone .gocardbtns {
    width: 100%;
    background: #ffffff;
    margin-top: .2rem;
}
.orderdetailsmesone .gocardbtns .linegod {
    width: 100%;
    padding: .3rem;
    border-bottom: .01rem solid #f1f1f1;
}
.orderdetailsmesone .gocardbtns .linegod .linimges {
    color: #555555;
    font-size: .28rem;
    font-family: "微软雅黑";
    line-height: .5rem;
}
.orderdetailsmesone .gocardbtns .linegod .linimges img {
    width: .52rem;
    display: inline-block;
    margin-top: -.07rem;
    margin-right: .2rem;
}
.orderdetailsmesone .gocardbtns .linegod .bluegoes {
    text-decoration: none;
    display: inline-block;
    padding: 0 .3rem;
    background: #88d1ff;
    font-size: .24rem;
    line-height: .5rem;
    color: #ffffff;
    font-family: "微软雅黑";
    border-radius: .1rem;
}
.orderdetailsmesone .gocardbtns .linegod .yellowgoes {
    text-decoration: none;
    display: inline-block;
    padding: 0 .3rem;
    background: #d7aa2d;
    font-size: .24rem;
    line-height: .5rem;
    color: #ffffff;
    font-family: "微软雅黑";
    border-radius: .1rem;
}
.orderdetailsmesone .buyperson {
	width:100%;
	background:#fff;
	margin-top:.2rem;
	color:#333333;
	font-size:.28rem;
	line-height:.28rem;
	font-family:"微软雅黑";
	padding:.4rem .3rem .25rem .3rem;
	}
.orderdetailsmesone .buinput {
	width:100%;
	background:#fff;
	padding:0 .3rem .25rem .3rem;
	}
.orderdetailsmesone .buinput textarea {
	width:100%;
	height:3rem;
	color:#333333;
	font-size:.24rem;
	font-family:"微软雅黑";
	border-radius:.1rem;
	border:.01rem solid #f1f1f1;
	background:#fff;
	outline:none;
	resize:none;
	text-shadow:none;
	padding:.3rem .2rem;
	}
.orderbottomoaone {
	width:100%;
	position:fixed;
	bottom:0;
	max-width:750px;
}
.orderbottomoaone li:first-child {
	width:40%;
	float:left;
	background:#efece5;
	text-align:center;
	font-size:.26rem;
	line-height:.26rem;
	color:#666666;
	font-family:"微软雅黑";
	line-height:1rem;
}
.orderbottomoaone li:first-child span {
	font-size:.3rem;
	color:#e82f2f;
}
.orderbottomoaone li:last-child {
	width:60%;
	float:left;
	background:#9c5b2b;
	text-align:center;
	font-size:.32rem;
	color:#ffffff;
	font-family:"微软雅黑";
	line-height:1rem;
}
/*购物车全部订单*/
.ordertitlesshop {
	width:100%;
	background:#fff;
	border-bottom:.01rem solid #f1f1f1;
}
.ordertitlesshop ul {
	display:flex;
	justify-content: space-between;
	padding:.02rem .4rem;
	border-top:.01rem solid #E3E3E3;
	border-bottom:.01rem solid #E3E3E3;
}
.ordertitlesshop ul li {
	text-align:center;
	font-size:.3rem;
	line-height:.3rem;
	color:#333333;
	font-family:"微软雅黑";
	padding:.2rem 0;
	position:relative;
}
.ordertitlesshop ul li span {
	position: absolute;
    top:.1rem;
    right: -.3rem;
    background: #F8311E;
    display: inline-block;
    border-radius: 50%;
    font-size: .22rem;
    color: #FFFFFF;
    padding: .02rem .1rem;
    margin-right: .1rem;
    line-height: .22rem;
	}
.ordertitlesshop ul li a {
	color:#333333;
	}
.ordertitlesshop ul li.clicked {
	border-bottom:.03rem solid #FF1025;
}
.ordertitlesshop ul li.clicked a {
	color:#9c5b2b;
	}
.orderlistabcshop {
	width:100%;
}
.orderlistabcshop .orderli {
	border-bottom:.2rem solid #F3F3F3;
	}
.orderlistabcshop .orderli:last-child {
	border-bottom:none;
	}
.orderlistabcshop .orderli .linumber {
	padding:.4rem .3rem 0 .3rem;
	display:flex;
	align-items:center;
	justify-content: space-between;
	}
.orderlistabcshop .orderli .linumber .numones {
	font-size:.24rem;
	color:#666666;
	font-family:"微软雅黑";
	line-height:.24rem;
	display:flex;
	align-items:center;
	}
.orderlistabcshop .orderli .linumber .numones img {
	width:.5rem;
	margin-right:.15rem;
	}
.orderlistabcshop .orderli .linumber .statuds {
	font-size:.24rem;
	color:#666666;
	font-family:"微软雅黑";
	line-height:.24rem;
	}
.orderlistabcshop .chineslist {
	width:100%;
} 
.orderlistabcshop .chineslist .noteamll {
	width:100%;
	text-align:center;
	padding:.6rem 0;
	}
.orderlistabcshop .chineslist .noteamll img {
	width:40%;
	}
.orderlistabcshop .chineslist .orderitems {
	width:100%;
	background:#fff;
	padding:0 .3rem;
	}
.orderlistabcshop .chineslist .orderlistone {
	width:100%;
	display:flex;
	justify-content: space-between;
	background:#fff;
	padding:.35rem .32rem;
}
.orderlistabcshop .chineslist .orderlistone .listimg {
	width:1.5rem;
	height:1.5rem;
	background:#f7f7f7;
	overflow:hidden;
}
.orderlistabcshop .chineslist .orderlistone .listimg img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.orderlistabcshop .chineslist .orderlistone .listmes {    
	width:78%;
	padding-left:.25rem;
}
.orderlistabcshop .chineslist .orderlistone .listmes .bigtitle {
	width:100%;
	margin-top:.05rem;
	height:.8rem;
	font-size:.28rem;
	line-height:.4rem;
	color:#333333;
	font-family:"微软雅黑";
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}
.orderlistabcshop .chineslist .orderlistone .listmes .bigtitle .dista {
	width:.3rem;
	height:.3rem;
	display:inline-block;
	background:url(../images/delete.png) no-repeat;
	background-size:100% 100%;
}
.orderlistabcshop .chineslist .orderlistone .listmes .smtitles {
	width:100%;
	display:flex;
	align-items:center;
	justify-content: space-between;
	margin-top:.2rem;
}
.orderlistabcshop .chineslist .orderlistone .listmes .smtitles .price {
	font-size:.32rem;
	line-height:.32rem;
	color:#333333;
	font-family:"微软雅黑";
	font-weight:bold;	
		}
.orderlistabcshop .chineslist .orderlistone .listmes .smtitles .number {
	font-size:.26rem;
	line-height:.26rem;
	color:#999999;
	font-family:"微软雅黑";
		}
.orderlistabcshop .chineslist .gobuya {
	width:100%;
	padding:.2rem .3rem;
	background:#fff;

}
.orderlistabcshop .chineslist .gobuya .smaddress {
	width:100%;
	padding:.3rem 0;
	border-top:.01rem solid #f1f1f1;
	}
.orderlistabcshop .chineslist .gobuya .smaddress .prices {
	width:100%;
	display:flex;
	justify-content:flex-end;
	font-size:.24rem;
	line-height:.32rem;
	color:#333333;
	font-family:"微软雅黑";
	text-align:right;
	}
.orderlistabcshop .chineslist .gobuya .smaddress .prices span {
	font-size:.32rem;
	line-height:.32rem;
	font-weight:bold;
	color:#333333;
}
.orderlistabcshop .chineslist .gobuya .gotimes {
	width:100%;
	padding:.2rem 0 0 0;
	}
.orderlistabcshop .chineslist .gobuya .gotimes a {
	width:1.5rem;
	height:.4rem;
	display:inline-block;
	float:right;
	font-size:.24rem;
	color:#9c5b2b;
	font-family:"微软雅黑";
	border:.01rem solid #9c5b2b;
	background:transparent;
	border-radius:.1rem;
	text-align:center;
	line-height:.4rem;
	text-decoration:none;
	text-align:center;
}
.orderlistabcshop .chineslist .orderlisttwo {
	width: 100%;
    background: #fff;
    padding:.3rem 0 .3rem .3rem;
	}
.orderlistabcshop .chineslist .orderlisttwo .leftlist {
	width:86%;
	}
.orderlistabcshop .chineslist .orderlisttwo .leftlist ul {
	overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
	}
.orderlistabcshop .chineslist .orderlisttwo .leftlist ul li {
	width:1.95rem;
	height:1.7rem;
	margin-right:.15rem;
	background:#f7f7f7;
	padding:.2rem .3rem;
	display: inline-table;
	}
.orderlistabcshop .chineslist .orderlisttwo .leftlist ul li img {
	width:100%;
	min-height:1.3rem;
	}
.orderlistabcshop .chineslist .orderlisttwo .leftlist ul li:last-child {
	margin-right:0;
	}
.orderlistabcshop .chineslist .orderlisttwo .allnums {
	width:1rem;
	text-align:center;
	}
.orderlistabcshop .chineslist .orderlisttwo .allnums .dista {
	width:.3rem;
	height:.3rem;
	display:inline-block;
	background:url(../images/delete.png) no-repeat;
	background-size:100% 100%;
	margin:0 auto;
	}
.orderlistabcshop .chineslist .gobuytwo {
	width:100%;
	padding:.2rem .32rem;
	background:#fff;
}
.orderlistabcshop .chineslist .gobuytwo .smaddress {
	width:100%;
	}
.orderlistabcshop .chineslist .gobuytwo .smaddress .prices {
	width:100%;
	display:flex;
	justify-content:flex-end;
	font-size:.24rem;
	line-height:.32rem;
	color:#333333;
	font-family:"微软雅黑";
	text-align:right;
	}
.orderlistabcshop .chineslist .gobuytwo .smaddress .prices span {
	font-size:.32rem;
	line-height:.32rem;
	font-weight:bold;
	color:#333333;
}
.orderlistabcshop .chineslist .gobuytwo .gotimes {
	width:100%;
	padding:.2rem 0 0 0;
	display:flex;
	justify-content:flex-end;
	}
.orderlistabcshop .chineslist .gobuytwo .gotimes .derailsmes {
	width:1.38rem;
	height:.58rem;
	display:inline-block;
	font-size:.26rem;
	color:#666666;
	font-family:"微软雅黑";
	border:.01rem solid #999999;
	border-radius:.1rem;
	text-align:center;
	line-height:.58rem;
	text-decoration:none;
	text-align:center;
}
.orderlistabcshop .chineslist .gobuytwo .gotimes .others {
	width:1.38rem;
	height:.58rem;
	display:inline-block;
	font-size:.26rem;
	color:#E92E26;
	font-family:"微软雅黑";
	border:.01rem solid #E92E26;
	border-radius:.1rem;
	text-align:center;
	line-height:.58rem;
	text-decoration:none;
	text-align:center;
	margin-left:.42rem;
}
.orderlistabcshop .chineslist .gobuytwo .gotimesone {
	width:100%;
	padding:.2rem 0 0 0;
	display:flex;
	align-items: center;
	justify-content:space-between;
	}
.orderlistabcshop .chineslist .gobuytwo .gotimesone .times {
	display:flex;
	color:#F8311E;
	font-size:.26rem;
	line-height:.26rem;
	}
.orderlistabcshop .chineslist .gobuytwo .gotimesone .timesone {
	display:flex;
	margin-left:auto;
	justify-content:flex-end;
	}
.orderlistabcshop .chineslist .gobuytwo .gotimesone .timesone .derailsmes {
	width:1.38rem;
	height:.58rem;
	display:inline-block;
	font-size:.26rem;
	color:#666666;
	font-family:"微软雅黑";
	border:.01rem solid #999999;
	border-radius:.1rem;
	text-align:center;
	line-height:.58rem;
	text-decoration:none;
	text-align:center;
}
.orderlistabcshop .chineslist .gobuytwo .gotimesone .timesone .others {
	width:1.38rem;
	height:.58rem;
	display:inline-block;
	font-size:.26rem;
	color:#E92E26;
	font-family:"微软雅黑";
	border:.01rem solid #E92E26;
	border-radius:.1rem;
	text-align:center;
	line-height:.58rem;
	text-decoration:none;
	text-align:center;
	margin-left:.42rem;
}
.titlebigs {
	background:#ffffff;
	padding:.32rem .32rem 0 .32rem;
	}
.titlebigs .rightmes{
	font-size:.4rem;
	line-height:.4rem;
	color:#333333;
	font-weight:bold;
	}
.titlebigs .numones {
	width:100%;
	display: flex;
	align-items:baseline;
    justify-content: space-between;
	font-size:.3rem;
	line-height:.3rem;
	color:#666666;
	margin-top:.19rem;
	font-family:"微软雅黑";
	}
.titlebigs .numones span:last-child {
	color:#E92E26;
	font-size:.5rem;
	}
.titlebigs .numtwos {
	width:100%;
	display: flex;
	align-items:baseline;
    justify-content: space-between;
	font-size:.26rem;
	line-height:.26rem;
	color:#C91D35;
	margin-top:.19rem;
	font-family:"微软雅黑";
	}
.titlebigs .numtwos span:first-child {
	font-size:.5rem;
	}
.shoporderlist {
	width:100%;
	background:#fff;
	border-top: .15rem solid #F2F2F2;
	padding:.3rem .32rem;
	}
.shoporderlist .havalines {
	width:100%;
	font-size:.26rem;
	line-height:.26rem;
	color:#333333;
	font-family:"微软雅黑";
	margin-top:.2rem;
	}
.shoporderlist .havalines span {
	color:#999999;
	}
.shoplistnames {
	width:100%;
	border-top:.15rem solid #F2F2F2;
	}
.shoplistnames .biggraymes {
	padding:.35rem .32rem 0 .32rem;
	font-size:.3rem;
	line-height:.3rem;
	color:#333333;
	font-family:"微软雅黑";
}
.shoplistnames .shoporderones {
	width:100%;
	display:flex;
	background:#fff;
	padding:.35rem .32rem .35rem .32rem;
}
.shoplistnames .shoporderones a {
	width:100%;
	display:flex;
	justify-content: space-between;
	border-bottom:.01rem solid #E3E3E3;
	}
.shoplistnames .shoporderones:last-child a {
	border-bottom:0;
	}
.shoplistnames .shoporderones .listimg {
	width:1.5rem;
	height:1.5rem;
	background:#f7f7f7;
	overflow:hidden;
}
.shoplistnames .shoporderones .listimg img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.shoplistnames .shoporderones .listmes {    
	width:78%;
	padding-left:.25rem;
}
.shoplistnames .shoporderones .listmes .bigtitle {
	width:100%;
	margin-top:.05rem;
	height:.8rem;
	font-size:.28rem;
	line-height:.4rem;
	color:#333333;
	font-family:"微软雅黑";
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}
.shoplistnames .shoporderones .listmes .bigtitle .dista {
	width:.3rem;
	height:.3rem;
	display:inline-block;
	background:url(../images/delete.png) no-repeat;
	background-size:100% 100%;
}
.shoplistnames .shoporderones .listmes .smtitles {
	width:100%;
	display:flex;
	align-items:center;
	justify-content: space-between;
	margin-top:.2rem;
}
.shoplistnames .shoporderones .listmes .smtitles .price {
	font-size:.32rem;
	line-height:.32rem;
	color:#333333;
	font-family:"微软雅黑";
	font-weight:bold;	
		}
.shoplistnames .shoporderones .listmes .smtitles .number {
	font-size:.26rem;
	line-height:.26rem;
	color:#999999;
	font-family:"微软雅黑";
		}
.shoplistnames .shoporderones .listmes .pricesone {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    font-size: .24rem;
    line-height: .32rem;
    color: #333333;
    font-family: "微软雅黑";
    text-align: right;
	margin-top:.2rem;
	padding-bottom:.4rem;
}	
.shoplistnames .shoporderones .listmes .pricesone span {
	color:#E9342C;
	font-weight:bold;
	font-size:.32rem;
	}
.shoplistnames .shoporderones .listmes .pricestwos {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    font-size: .24rem;
    line-height: .32rem;
    color: #333333;
    font-family: "微软雅黑";
    text-align: right;
	margin-top:.2rem;
	padding-bottom:.4rem;
}	
.shoplistnames .shoporderones .listmes .pricestwos span {
	font-weight:bold;
	font-size:.32rem;
	}
.shoppricesnametwo{
	width: 100%;
	border-top: .15rem solid #F2F2F2;
    background: #fff;
    padding: .5rem .32rem;
    }
.shoppricesnametwo .namelist .listone {
	display: flex;
    align-items: center;
    justify-content: space-between;
	font-size: .26rem;
    line-height: .26rem;
	margin-bottom:.3rem;
	}
.shoppricesnametwo .namelist .listone span:first-child {
	color:#666666;
	}
.shoppricesnametwo .namelist .listone span:last-child {
	color:#333333;
	}
.shoppricesnametwo .shoplineone {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    font-size: .24rem;
    line-height: .32rem;
    color: #333333;
    font-family: "微软雅黑";
    text-align: right;
	margin-top:.2rem;
	padding-bottom:.4rem;
}	
.shoppricesnametwo .shoplineone span {
	color:#E9342C;
	font-weight:bold;
	font-size:.32rem;
	}
.shoppricesname {
	width:100%;
	background:#fff;
	margin-top:.2rem;
	padding:.35rem .32rem;
	}
.shoppricesnameone {
	width:100%;
	background:#fff;
	padding:.35rem .32rem;
	display:flex;
	align-items: center;
    justify-content: space-between;
	}
.shoppricesnameone .leftadd {
	width:85%;
	}
.shoppricesnameone .leftadd .havalines {
	width:100%;
	font-size:.3rem;
	line-height:.4rem;
	color:#333333;
	font-weight:bold;
	}
.shoppricesnameone .leftadd .havalinestwo {
	width:100%;
	font-size:.26rem;
	line-height:.26rem;
	color:#333333;
	margin-top:.2rem;
	}
.shoppricesnameone .rightaddd i {
	color:#999999;
	}
.shoppricesname .shopline {
	width:100%;
	font-size:.28rem;
	line-height:.28rem;
	color:#555555;
	font-family:"微软雅黑";
	}
.shoppricesname .shopline span {
	color:#e82f2f;
	}
.shoppricesname .shoplineone {
	width:100%;
	font-size:.28rem;
	line-height:.28rem;
	color:#555555;
	font-family:"微软雅黑";
	margin-top:.25rem;
	}
.shoppricesname .shoplineone span {
	color:#e82f2f;
	}
 
 .noaddres .names {
    font-size: .26rem;
    line-height: .26rem;
    color: #333333;
    font-family: "微软雅黑";
}
.noaddres .addres {
	margin-right:.1rem;
	}
 .noaddres .addres img {
	 width:.3rem;
	 height:.38rem;
	 margin-top:.2rem;
	 margin-right:.1rem;
	 }
 .gotimestwo {
	width: 100%;
	 background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	  padding: .2rem .32rem;
	 border-top: .01rem solid #E3E3E3;
	 position:fixed;
	 bottom:0;
	 left:0;
       }
.gotimestwo .leftbtn {
	display: flex;
	align-items: center;
	font-size: .24rem;
	line-height: .24rem;
	color: #333333;
	padding:.17rem 0;
 }
.gotimestwo .leftbtn img {
 	width:.33rem;
	height:.3rem;
	margin-right:.15rem;
 }
.gotimestwo .rightbtn a {
	padding:.17rem .24rem;
	display: inline-block;
	float: right;
	font-size: .26rem;
	color: #666666;
	font-family: "微软雅黑";
	border: .01rem solid #999999;
	border-radius: .1rem;
	text-align: center;
	line-height: .26rem;
	text-decoration: none;
	text-align: center;
	margin-left:.49rem;
	}

.chooseaddress{position:fixed;bottom:0;width:100%;background:#ffffff;z-index:99999;display:none}
.chooseaddress .choose{padding:.4rem .3rem;border-bottom:.01rem solid #e3e3e3;color:#999999;font-size:.3rem;line-height:.3rem;display:flex;justify-content:space-between;align-items:center}
.chooseaddress .choose img{width:.21rem;height:.21rem}
.chooseaddress .addresslist{}
.chooseaddress .addresslist .items{padding:.2rem .2rem;border-bottom:.01rem solid #e3e3e3;display:flex;align-items:center;justify-content:space-between}
.chooseaddress .addresslist p{color:#333333;font-size:.3rem;line-height:.5rem}
.chooseaddress .addresslist p  a{display:inline-block;color:#0CF}
.chooseaddress .addresslist .items img{width:.34rem;height:.34rem;display:none}
.chooseaddress .addresslist{font-size:.3rem;border-bottom:.01rem solid #e3e3e3}
.chooseaddress .addaddresss{text-align:center;font-size:.3rem;color:#E97B66;margin-top:.3rem;line-height:.5rem;padding-bottom:.3rem}
.chooseaddress .nook{padding:.27rem .3rem;border-bottom:.01rem solid #e3e3e3;text-align:center}
.chooseaddress .nook span{text-decoration:none;display:flex;border:none;outline:none;align-items:center;justify-content:center;width:100%;height:.88rem;background:#E97B66;border-radius:.44rem;overflow:hidden;text-align:center;font-size:.36rem;line-height:.36rem;color:#FFFFFF}
.noaddres{background:#fff;padding:.2rem;padding:.2rem .2rem;border-bottom:.01rem solid #f1f1f1;display:flex;align-items:center;justify-content:space-between}
.noaddres .names{font-size:.28rem;line-height:.28rem;color:#555555;line-height:.4rem;font-family:"微软雅黑"}
.noaddres .righticon{font-size:.28rem}
.noaddres .righticon i{color:#999;display:inline-block;font-size:.28rem}