body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
	font: 14px Arial, Tahoma;
	color: #666;
	font-weight: normal;
}

button,
input,
select,
textarea,
label {
	vertical-align: middle;
	border: 0;
	outline: none;
}

img {
	vertical-align: middle;
	border: none;
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none !important;
	color: #666;
	vertical-align: baseline;
	cursor: pointer;
	font-size: inherit;
	-o-transition: .2s ease;
	-moz-transition: .2s ease;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

a:hover {
	color: #333;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	word-wrap: break-word;
	word-break: break-all;
	background: #fff;
	margin: 0 auto;
	width: 100%;
	font-size: 14px;
}

* {
	box-sizing: border-box;
}

em,
i {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
}

li {
	list-style: none;
}

/*清浮*/
.g-cf:after {
	content: "";
	clear: both;
	display: table;
}

.g-cf {
	zoom: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

.clearfix {
	*zoom: 1;
}

/*浮动*/
.fl {
	float: left;
	_display: inline;
}

.fr {
	float: right;
	_display: inline;
}

input,
textarea {
	outline: none;
	-webkit-appearance: none;
	background: none;
}

input[type='checkbox']:focus {
	outline: none;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999999;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999999;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999999;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999999;
}

.ht {
	width: 100%;
	height: 1rem;
}

.sht {
	width: 100%;
	height: 1.1rem;
}

.fb {
	width: 100%;
	height: 1.1rem;
}

.blue {
	color: #5677fc !important;
}

.red {
	color: #eb0b00 !important;
}

.yellow {
	color: #ff8400 !important;
}

.green {
	color: #45a72b !important;
}

.grey {
	color: #999 !important;
}

.bg_color {
	background-color: #f7f7f7;
}

.main {
	margin: 0 .2rem;
}

.mt8 {
	margin-top: .8rem;
}

.align-center {
	align-items: center;
}


/******************/
.header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background: #28c649;
	z-index: 100;
	height: .96rem;
}

.header h2 {
	padding: 0 .3rem;
	font-size: .36rem;
	color: #fff;
	line-height: .96rem;
}

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 100%;
	display: flex;
	background: #fff;
	align-items: center;
	justify-content: space-between;
	height: 1rem;
	box-shadow: 0 0.5px 0.2rem 0.5px rgba(224, 224, 224, 0.53);
}

.footer .li {
	text-align: center;
	flex: 1;
}

.footer span {
	display: block;
	height: .4rem;
}

.footer img {
	height: .4rem;
}

.footer p {
	text-align: center;
	font-size: .24rem;
	color: #333;
	margin-top: .13rem;
	line-height: 1;
}

.home_page {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.home_page::before {
	display: block;
	content: '';
	width: 110%;
	height: 3rem;
	background-color: #5677fc;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	border-radius: 0 0 1rem 1rem;
}

.search_box {
	background-color: #5677fc;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	padding: 0 .2rem;
	z-index: 9;
	width: 100%;
	top: 0;
	height: 1rem;
}

.search_box .collect {
	text-align: center;
	flex-shrink: 0;
	margin-right: .32rem;
}

.search_box .collect img {
	width: .39rem;
}

.search_box .collect span {
	display: block;
	font-size: .22rem;
	color: #fff;
	margin-top: .12rem;
	white-space: nowrap;
	line-height: 1;
}

.search_input {
	flex: 1;
	display: flex;
	align-items: center;
	border-radius: .35rem;
	background: #fff;
	padding: 0 .23rem;
	height: .7rem;
}

.search_box i {
	display: block;
	width: .27rem;
	flex-shrink: 0;
	margin-right: .3rem;
}

.search_box input {
	flex: 1;
	font-size: .26rem;
	color: #333;
}

.search_box span {
	display: block;
	width: .43rem;
	position: relative;
}

.banner {
	height: 3.6rem;
	border-radius: .2rem;
	position: relative;
	margin-top: .15rem;
}

.banner a {
	display: block;
	border-radius: .1rem;
	overflow: hidden;
	height: 100%;
}

.banner img {
	width: 100%;
	height: 100%;
}

.banner .swiper-slide {
	border-radius: .2rem;
	overflow: hidden;
	background-color: #ccc;
}

.banner .swiper-pagination-bullet {
	width: .14rem;
	height: .14rem;
}

.swiper-container {
	height: 100%;
}

.menu {
	padding: .3rem 0;
}

.menu_ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu_ul li {
	height: 1.39rem;
	padding: 0 .3rem;
	background-color: #f7f7f7;
	border-radius: .15rem;
	width: 48.5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu_ul li i {
	display: block;
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	overflow: hidden;
}

.menu_ul li .txt {
	flex: 1;
	margin-left: .2rem;
	text-align: right;
}

.menu_ul li .txt h2 {
	font-size: .3rem;
	color: #201a8c;
	font-weight: bold;
}

.menu_ul li .txt p {
	font-size: .22rem;
	color: #7e7bb8;
	margin-top: .05rem;
}

.registerinfo {
	padding: .9rem .4rem;
}

.registerinfo_con ul {
	padding: .8rem 0;
}

.registerbtn {
	position: static;
	padding: 0;
}

.yzmlogin {
	margin: .45rem .2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.yzmlogin span {
	display: block;
	font-size: .26rem;
	color: #5677fc;
}


.form_list li {
	padding: .35rem 0;
	text-align: left;
	align-items: center;
	border-bottom: 1px solid #ddd;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: .3rem;
}

.form_list li:last-child {
	margin-bottom: 0;
}

.form_list li .icon {
	flex-shrink: 0;
	height: .28rem;
	width: .7rem;
	text-align: center;
	font-size: 0;
	margin: 0 .15rem;
	line-height: 1;
}

.form_list li .icon img {
	height: 100%;
}

.form_list li input {
	font-size: .26rem;
	color: #333;
	text-align: left;
	flex: 1;
}

.blue_btn {
	border-radius: .39rem;
	background: #5677fc;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin: 0 .19rem;
	font-size: .3rem;
	height: .77rem;
}

.logo {
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 50%;
	overflow: hidden;
	background-color: #cdcdcd;
	margin: 0 auto;
}

.logo img {
	width: 100%;
	height: 100%;
}

.yzmcode {
	color: #5677fc;
	padding: 0;
	margin: 0;
	flex-shrink: 0;
	font-size: .26rem;
}

.register_box {
	padding: .4rem;
}

.register_box .register_con {
	margin-bottom: 1.7rem;
}

.register_box p {
	font-size: .23rem;
	color: #999;
	margin-top: .3rem;
}

input[type='checkbox'] {
	width: .24rem;
	height: .24rem;
	margin-right: 7px;
	background: none;
	border: none;
	box-shadow: none;
}

input[type='checkbox']::after {
	display: block;
	width: .24rem;
	height: .24rem;
	content: "";
	visibility: visible;
	background-size: cover;
	background-image: url('../images/nocheck.png');
	background-repeat: no-repeat;
}

input[type='checkbox']:checked::after {
	background-image: url('../images/check.png');
}

.agreement {
	display: flex;
	align-items: center;
	font-size: .24rem;
	color: #666;
	margin-top: .5rem;
}

.home_box {
	padding: .35rem .2rem;
	overflow: hidden;
	min-height: calc(100vh - 7.7rem);
}

.home_box h2 {
	text-align: center;
	font-size: .44rem;
	color: #221b8f;
	font-weight: bold;
}

.goods_list {
	margin: .3rem 0;
}

.goods_list li {
	box-shadow: 0 .05rem .08rem 0 #d7d7d7;
	border-radius: .15rem;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: .2rem;
}

.goods_list li .img {
	width: 100%;
	height: 7.14rem;
	font-size: 0;
}

.goods_list li .img img {
	width: 100%;
	height: 100%;
}

.goods_list li .info {
	padding: .2rem .28rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.goods_list li .info .price {
	flex-shrink: 0;
	text-align: center;
}

.goods_list li .info .new_price {
	display: flex;
	align-items: center;
	font-size: .42rem;
	color: #e51f19;
}

.goods_list li .info .new_price em {
	display: block;
	font-weight: bold;
	font-size: .42rem;
}

.goods_list li .info .old_price {
	font-size: .24rem;
	color: #9a9a9a;
	text-decoration: line-through;
}

.goods_list li .info h3 {
	flex: 1;
	max-width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: .4rem;
	color: #150e75;
	font-weight: bold;
}

.cart_icon {
	flex-shrink: 0;
	width: .35rem;
	height: .34rem;
}

.search_page .search_box {
	background-color: #fff;
	box-shadow: 0px 1px .16rem 0px rgba(187, 187, 187, 0.34);
}

.search_box .back {
	width: .3rem;
	font-size: 0;
	flex-shrink: 0;
	text-align: center;
}

.search_box .back img {
	width: .19rem;
}

.search_page .search_box .search_input {
	background-color: #f7f7f7;
	border-radius: .1rem;
	margin: 0 .3rem;
	height: .58rem;
}

.searchbtn {
	background: no-repeat;
	font-size: .26rem;
	color: #666;
}

.search_page .search_box i {
	width: .22rem;
}

.search {
	padding: .5rem .4rem;
}

.search_info {
	margin-bottom: .6rem;
}

.search_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.search_head h3 {
	font-size: .28rem;
	color: #212121;
}

.search_head h3::before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: .08rem;
	height: .26rem;
	border-radius: 2px;
	background-color: #5677fc;
	margin-right: .15rem;
	line-height: 0;
}

.search_head .delsearch {
	display: block;
	width: .27rem;
}

.search_ul {
	margin: 0 -.1rem;
}

.search_ul li {
	display: inline-block;
	vertical-align: middle;
	margin: .2rem .1rem 0;
	padding: 0 .26rem;
	height: .56rem;
	line-height: .56rem;
	border-radius: .28rem;
	background-color: #f0f0f0;
	text-align: center;
	font-size: .26rem;
	color: #666;
}

.search_ul li img {
	width: .19rem;
	margin-right: .1rem;
}

.search_info p {
	text-align: center;
	margin-top: .2rem;
}

.searchsort {
	height: .78rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8;
	width: 100%;
	background-color: #fff;
	padding: 0 .8rem;
	border-bottom: solid 1px #dddddd;
}

.searchsort .li {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: .28rem;
	color: #333;
	height: 100%;
}

.searchsort .li.active {
	color: #e90608;
}

.searchsort .li img {
	width: .18rem;
	margin-left: .14rem;
}

.search_cont {
	padding: .78rem 0;
}

.search_list li {
	border-bottom: solid 1px #ddd;
	display: flex;
}

.search_list li .img {
	flex-shrink: 0;
	width: 2.17rem;
	height: 2.17rem;
	background-color: #ccc;
	font-size: 0;
}

.search_list li .img img {
	width: 100%;
	height: 100%;
}

.search_list li .info {
	flex: 1;
	padding: .3rem .28rem 0;
	position: relative;
}

.search_list li .info h3 {
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: .26rem;
	color: #000;
}

.search_list li .info .collect {
	position: absolute;
	bottom: .6rem;
	right: .28rem;
	width: .27rem;
	height: .24rem;
	font-size: 0;
}

.search_list li .info .collect img {
	width: 100%;
	height: 100%;
}

.search_list li .info span {
	display: block;
	margin-top: .15rem;
	font-size: .24rem;
	color: #999;
}

.search_list li .info .price {
	margin-top: .2rem;
	font-weight: bold;
	color: #eb0b00;
	font-size: .32rem;
}

.null_box {
	margin-top: 20vh;
}

.null_box .img {
	width: 2.45rem;
	font-size: 0;
	margin: 0 auto;
}

.null_box p {
	text-align: center;
	margin: .25rem;
	font-size: .24rem;
	color: #999;
}

.classify_left {
	position: fixed;
	top: 0;
	left: 0;
	height: calc(100% - 1rem);
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 8;
	width: 1.9rem;
	background-color: #f1f1f1;
}

.classify_right {
	width: calc(100% - 1.9rem);
	margin-left: 1.9rem;
	padding: .15rem .18rem;
}

.classify_left li {
	height: .84rem;
	line-height: .84rem;
	text-align: center;
	font-size: .26rem;
	color: #000;
}

.classify_list {
	margin: 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.classify_list li {
	width: 49%;
}

.classify_list li .img {
	height: 2.52rem;
}

.classify_list li .info {
	padding: .2rem .18rem;
	display: block;
}

.classify_list li .info h3 {
	max-width: 100%;
	font-size: .26rem;
	color: #000;
	font-weight: normal;
}

.classify_list li .info .bot {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.classify_list li .info .price {
	font-size: .24rem;
	text-align: left;
	color: #eb0b00;
	margin-top: .05rem;
	line-height: 1;
}

.classify_list li .info .icon {
	width: .23rem;
}

.infobanner {
	height: 7.5rem;
}

.infobanner .swiper-container {
	height: 100%;
}

.infobanner img {
	width: 100%;
	height: 100%;
	background-color: #ccc;
}

.tab_box {
	display: flex;
	align-items: center;
	justify-content: center;
	height: .79rem;
	background-color: #fff;
	border-bottom: none;
}

.tab_box a {
	display: block;
	padding: 0 .3rem;
	font-size: .3rem;
	color: #666;
}

.shopinfo_top {
	padding: .3rem;
	background-color: #fff;
}

.shopinfo_top_t {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.shopinfo_top_t .price {
	display: flex;
	align-items: flex-end;
	line-height: 1.1;
}

.shopinfo_top_t .price .new_price {
	color: #eb0b00;
	font-size: .4rem;
}

.shopinfo_top_t .price span {
	display: block;
	font-size: .24rem;
	color: #999;
	margin-left: .3rem;
	text-decoration: line-through;
}

.shopinfo_top_t .kc {
	font-size: .24rem;
	color: #333;
}

.shopinfo_top h3 {
	font-size: .32rem;
	color: #333;
	margin-top: .1rem;
}

.shopinfo_top span {
	display: block;
	font-size: .24rem;
	color: #333;
	margin-top: .1rem;
}

.shopinfo_box {
	background-color: #fff;
	margin-top: .2rem;
	padding: .3rem;
}

.shopinfo_box h2 {
	font-size: .28rem;
	color: #333;
	font-weight: bold;
}

.shopinfo_box .info {
	margin-top: .3rem;
}

.shopinfo_box .info img {
	width: 100%;
}

.footercart {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	background: #fff;
	display: flex;
	justify-content: space-between;
	height: 1rem;
}

.footercart_left {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-shrink: 0;
	width: 2.98rem;
}

.footercart_left .li {
	display: block;
	text-align: center;
	flex: 1;
	position: relative;
}

.footercart_left .li:not(:last-child)::after {
	display: block;
	content: '';
	width: 1px;
	height: .43rem;
	background-color: #ddd;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.footercart_left .li i {
	display: block;
	width: .41rem;
	margin: 0 auto;
}

.footercart_left .li span {
	display: block;
	padding-top: .1rem;
	font-size: .22rem;
	color: #999;
	line-height: 1.1;
}

.footercart_right {
	display: flex;
	justify-content: space-between;
	flex: 1;
}

.footercart_right .foot_btn {
	flex: 1;
	font-size: .3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.grey_bg {
	background-color: #dddddd;
	color: #333;
}

.blue_bg {
	background-color: #5677fc !important;
	color: #fff !important;
}

.rated_top p {
	font-size: .24rem;
	color: #b4b5be;
	margin-top: .19rem
}

.addcartmask {
	background-color: rgba(0, 0, 0, .6);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	display: flex;
	align-items: flex-end;
}

.addcartmask_info {
	padding: .3rem .26rem .38rem;
	background-color: #fff;
	width: 100%;
	transition: all .4s;
	position: relative;
}

.buyclose {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: .15rem;
	top: .22rem;
	width: .5rem;
	height: .5rem;
}

.buyclose img {
	width: .25rem;
	height: .26rem;
}

.addcartmask_top {
	display: flex;
}

.addcartmask_top .img {
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 4px;
	overflow: hidden;
	margin-right: .3rem;
	transform: translateY(-1rem);
	position: relative;
	margin-bottom: -1rem;
	background-color: #ccc;
	overflow: hidden;
	flex-shrink: 0;
}

.addcartmask_top_r {
	flex: 1;
}

.addcartmask_top_r .price {
	display: flex;
	align-items: flex-end;
	line-height: 1.1;
}

.addcartmask_top_r .price {
	color: #eb0b00;
	font-size: .4rem;
}

.addcartmask_top_r .kc {
	font-size: .24rem;
	color: #333;
}

.addcartmask_top_r h3 {
	font-size: .28rem;
	color: #333;
	margin-top: .1rem;
	font-weight: bold;
}

.addcartmask_top_r span {
	display: block;
	font-size: .24rem;
	color: #333;
	margin-top: .05rem;
}

.addcartmask_con {
	padding: .2rem;
	margin-top: 1rem;
	border-top: solid 1px #efefef;
	border-bottom: solid 1px #efefef;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.addcartmask_con p {
	font-size: .26rem;
	color: #333;
	margin-left: 1.3rem;
}

.addnum {
	display: flex;
	align-items: center;
}

.addnum span {
	position: relative;
	width: .41rem;
	height: .41rem;
	color: #fff;
	display: flex !important;
	align-items: center;
	justify-content: center;
	margin-top: 0 !important;
}

.addnum span img {
	width: .21rem;
}

.addnum input {
	width: .6rem;
	height: .4rem;
	text-align: center;
	font-size: .3rem;
	color: #000;
}

.form_submit {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: .35rem;
	overflow: hidden;
	height: .7rem;
	margin-top: 1rem;
}

.form_submit div {
	flex: 1;
	height: .7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .26rem;
}

.addaddress {
	background: #fff;
	padding: .15rem .2rem;
	display: flex;
	align-items: center;
}

.addaddress .icon {
	flex-shrink: 0;
	width: .37rem;
	height: .4rem;
	margin-right: .2rem;
}

.xzaddress {
	flex: 1;
	height: .91rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid .5px #cbcbcb;
	font-size: .26rem;
	color: #333;
	background-color: #f9f9f9;
}

.addaddress p {
	font-size: .26rem;
	line-height: .4rem;
	color: #333;
}

.back_top {
	position: fixed;
	bottom: 2.38rem;
	right: .32rem;
	z-index: 10;
	width: .7rem;
	height: .7rem;
}

.back_top img {
	width: 100%;
	height: 100%;
}

.confirmorders .search_list li {
	border-bottom: none;
	border-top: solid 1px #ddd;
	padding: .18rem 0;
}

.confirmorders .search_list li .img {
	width: 1.58rem;
	height: 1.58rem;
	border-radius: .15rem;
	overflow: hidden;
}

.confirmorders .search_list li .info {
	padding: .09rem .19rem;
}

.confirmorders .search_list li .info span {
	margin-top: .1rem;
}

.confirmorders_info {
	margin-top: .1rem;
	background: #fff;
	padding: 0 .2rem;
}

.confirmorders_info h2 {
	padding: .17rem .13rem .26rem;
	font-size: .3rem;
	color: #333;
	position: relative;
}

.confirmorders_info h2::after {
	display: block;
	content: '';
	width: 1.44rem;
	height: 1.5px;
	background-color: #5677fc;
	position: absolute;
	left: 0;
	bottom: 0;
}

.confirmorders .search_list li .info .info_bot {
	display: flex;
	align-items: flex-end;
}

.confirmorders .search_list li .info .info_bot .num {
	display: block;
	font-size: .22rem;
	color: #9c9c9c;
	margin-left: .25rem;
}

.confirmorders_bot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .23rem;
	margin-top: .1rem;
	background-color: #fff;
	font-size: .28rem;
	color: #333;
}

.confirmorders_bot span {
	display: block;
	font-size: .28rem;
	color: #333;
}

.confirmorders_bot p {
	font-size: .28rem;
	color: #333;
}

.confirmorders_bot textarea {
	border-radius: .15rem;
	padding: .2rem .15rem;
	border: solid 1px #bbbbbb;
	font-size: .28rem;
	color: #333;
	width: 100%;
	height: 1.8rem;
}

.text_box {
	min-height: 50vh;
	display: block;
}

.confirmorders_foot {
	background: #fff;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}

.confirmfoot_left p {
	font-size: .26rem;
	color: #999999;
	line-height: .4rem;
}

.confirmorders_foot_r {
	display: flex;
	height: 100%;
	width: 2.4rem;
}

.confirmfoot_left {
	flex: 1;
	padding: .2rem;
	display: block;
	text-align: right;
}

.confirmfoot_right {
	width: 2.18rem;
	flex: initial;
}

.red_color {
	color: #eb0b00 !important;
}

.order_info {
	min-height: calc(100vh - 1rem);
}

.pay_mask_box {
	background-color: #fff;
	width: 100%;
}

.pay_list li {
	padding: .35rem .33rem;
	border-bottom: solid .5px #eee;
}

.pay_list li label {
	display: flex;
	align-items: center;
	font-size: .28rem;
	color: #333;
}

.pay_list li label span {
	display: inline-block;
	vertical-align: middle;
	color: #999;
}

.pay_list li img {
	width: .36rem;
	margin-right: .3rem;
}

.mui-radio input[type='radio'],
.mui-checkbox input[type='checkbox'] {
	width: .3rem;
	height: .3rem;
	top: 50%;
	transform: translateY(-50%);
}

.mui-radio input[type='radio']:before,
.mui-checkbox input[type='checkbox']:before {
	display: block;
	content: '';
	background-image: url('../images/nocheck.png');
	background-size: 100% 100%;
	width: .3rem;
	height: .3rem;
	line-height: 1;
	font-family: cursive;
}

.mui-radio input[type='radio']:checked:before {
	background-image: url('../images/check.png');
	content: '';
}

.pay_mask_box .form_submit {
	margin: .25rem .28rem;
	border-radius: 0;
	justify-content: space-between;
}

.pay_mask_box .form_submit div {
	flex: inherit;
	width: 48%;
	border-radius: .1rem;
}

.pay_mask_box .grey_bg {
	border: solid .5px #d0d0d0;
	background-color: #f8f8f8;
}

.pay_sucbox {
	padding: 1.2rem .4rem .5rem;
	text-align: center;
}

.pay_sucbox .icon {
	width: 1.48rem;
	height: 1.48rem;
	font-size: 0;
	margin: 0 auto;
}

.pay_sucbox h2 {
	margin-top: .5rem;
	font-size: .36rem;
	color: #333;
	font-weight: bold;
}

.pay_sucbox p {
	margin-top: .5rem;
	font-size: .28rem;
	color: #666;
}

.pay_sucbox p span {
	padding-bottom: 2px;
	border-bottom: solid .5px;
}

.pay_bot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 1.18rem;
}

.pay_btn {
	width: 47.5%;
	border-radius: .15rem;
	border: solid .5px #5677fc;
	height: .86rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .3rem;
	color: #5677fc;
}

.address_mask_box {
	background-color: #fff;
	width: 100%;
	padding: .4rem .2rem;
}

.address_mask_box .m_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.address_mask_box .m_head h2 {
	font-size: .32rem;
	color: #333;
}

.address_mask_box .m_head .close {
	flex-shrink: 0;
	width: .3rem;
	height: .3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.address_mask_box .m_head .close img {
	width: .25rem;
	height: .26rem;
}

.address_mask_box .address_list {
	height: 4.65rem;
	overflow-y: scroll;
	margin-top: .4rem;
}

.address_list li {
	display: flex;
	align-items: center;
	border-radius: .15rem;
	background-color: #f6f6f6;
	padding: .35rem .3rem;
	margin-bottom: .16rem;
}

.address_list li:last-child {
	margin-bottom: 0;
}

.address_list li .icon {
	flex-shrink: 0;
	width: .37rem;
	height: .4rem;
	margin-right: .24rem;
}

.address_list li .right {
	flex: 1;
}

.address_list li .right p {
	font-size: .26rem;
	line-height: .4rem;
	color: #333;
}

.address_list li.active {
	border: solid 1px #5677fc;
	background-color: rgba(86, 119, 252, 0.1);
}

.address_form {
	padding: .25rem .28rem;
}

.address_form li {
	margin-bottom: .42rem;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.address_form li:last-child {
	border-bottom: none;
}

.address_form li span {
	display: block;
	font-size: .28rem;
	color: #333;
	width: 1.6rem;
}

.address_form li .input {
	flex: 1;
	background-color: #f5f5f5;
	border-radius: .15rem;
	padding: 0 .4rem;
	min-height: .86rem;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.address_form li input,
.address_form li a {
	flex: 1;
	text-align: left;
	display: block;
	min-height: .32rem;
	font-size: .28rem;
}

.address_form li a {
	display: flex;
	align-items: center;
	color: #999;
}

.address_form li .input img {
	flex-shrink: 0;
	width: .12rem;
	height: .21rem;
}

.address_form li textarea {
	width: 100%;
	font-size: .28rem;
	color: #333;
	padding-top: .2rem;
	min-height: 1rem;
}

.address_form li .input .icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	font-size: .24rem;
	color: #666;
}

.address_form li .input .icon img {
	width: .28rem;
	height: .32rem;
	margin-right: .09rem;
}

.address_box .blue_btn {
	margin: 1.4rem .6rem;
}

.cart_head {
	height: .82rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8;
	width: 100%;
}

.cart_head h2 {
	font-size: .29rem;
	position: relative;
	height: .82rem;
	line-height: .82rem;
}

.cart_head h2::after {
	display: block;
	content: '';
	width: 1.5rem;
	height: 1px;
	background-color: #5677fc;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.cart_head .admin {
	position: absolute;
	top: 50%;
	right: .4rem;
	font-size: .28rem;
	color: #333;
	transform: translateY(-50%);
}

.cart_btn {
	height: 1rem;
	background-color: #5677fc;
	color: #fff;
}

.cart_boot {
	border-top: solid 1px #e3e3e3;
	padding-left: .22rem;
	background-color: #fff;
}

.cart_boot input[type='checkbox'],
.cart_boot input[type='checkbox']::after {
	width: .3rem;
	height: .3rem;
}

.checksAll label {
	display: inline-block;
	vertical-align: middle;
	font-size: .26rem;
	color: #333;
}

.cart_page .search_list li .info .addnum {
	position: absolute;
	right: 0;
	bottom: .1rem;
	border: solid .5px #cecece;
	border-radius: 1.5px;
}

.cart_page .search_list li .info .addnum span {
	width: .48rem;
	height: .44rem;
}

.cart_page .search_list li .info .addnum span img {
	width: 100%;
	height: 100%;
}

.cart_page .search_list li .li {
	display: flex;
	align-items: center;
	position: relative;
	flex: 1;
}

.cart_page .search_list li .check {
	margin: 0 .1rem;
}

.checksAll img,
.check img {
	width: .3rem;
	height: .3rem;
	margin-right: .1rem;
}

.cart_page .delete {
	width: .88rem;
	height: .43rem;
	border-radius: .1rem;
	font-size: .24rem;
	position: absolute;
	right: 0;
	bottom: .1rem;
}

.myhead {
	padding: .57rem .55rem 0 .2rem;
	background-image: url('../images/my_bg.png');
	background-size: 100%;
	background-repeat: no-repeat;
	height: 4.41rem;
}

.myhead .set {
	margin-left: auto;
	width: .43rem;
	font-size: 0;
}

.myhead .set img {
	width: 100%;
}

.myhead_info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: .26rem;
}

.myhead_info .left {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1;
}

.myhead_info i {
	display: block;
	width: 1.3rem;
	height: 1.3rem;
	border-radius: .15rem;
	overflow: hidden;
	margin-right: .26rem;
	flex-shrink: 0;
}

.myhead_box {
	flex: 1;
}

.myhead_box h3 {
	font-size: .3rem;
	color: #fff;
}

.myhead_box span {
	display: block;
	color: #a9beff;
	font-size: .24rem;
	margin-top: .1rem;
}

.myhead_box p {
	font-size: .26rem;
	color: #fff;
	line-height: .4rem;
}

.myhead_info .ewm {
	flex-shrink: 0;
	width: .8rem;
	height: .8rem;
	margin-left: .5rem;
}

.myhead_info .ewm img {
	width: 100%;
}

.my_content {
	padding: 0 .2rem;
	margin-top: -.5rem;
	position: relative;
	z-index: 1;
}

.myorder {
	background-color: #fff;
	border-radius: .15rem;
	margin-bottom: .2rem;
}

.myorder_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: .3rem;
}

.myorder_head h3 {
	font-size: .28rem;
	color: #333;
	font-weight: bold;
}

.alljump {
	display: block;
	font-size: .24rem;
	color: #999;
}

.border-bot {
	border-bottom: 1px solid #ddd;
}

.myorder_ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .3rem 0;
}

.myorder_ul li {
	flex: 1;
	text-align: center;
}

.myorder_ul li i {
	display: block;
	width: .41rem;
	margin: 0 auto;
}

.myorder_ul li p {
	font-size: .26rem;
	color: #333;
	padding-top: .1rem;
}

.section-con {
	display: flex;
	justify-content: space-between;
	padding: 0 .3rem .3rem;
}

.section-con li {
	flex: 1;
	text-align: center;
	position: relative;
}

.section-con li:not(:last-child)::after {
	display: block;
	content: '';
	width: 1px;
	height: .6rem;
	background-color: #ddd;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.section-con li span {
	display: block;
	font-size: .32rem;
	color: #333;
	font-weight: bold;
}

.section-con li p {
	font-size: .24rem;
	color: #666;
	margin-top: .15rem;
}

.performance-con li::after {
	display: none !important;
}

.performance-con {
	padding: 0 0 .3rem;
}

.tool_list {
	margin: .4rem 0 -.5rem;
	display: flex;
	flex-wrap: wrap;
}

.tool_list li {
	width: 33.33%;
	text-align: center;
	margin-bottom: .55rem;
}

.tool_list li .icon {
	font-size: 0;
	width: .66rem;
	height: .61rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.tool_list li span {
	display: block;
	font-size: .24rem;
	color: #666;
	margin-top: .2rem;
}

.com_head {
	height: 2.6rem;
	background-image: linear-gradient(11deg, #275cb8 0%, #5577f3 100%);
	border-radius: 0 0 .4rem .4rem;
	padding: .4rem 0;
	text-align: center;
	color: #fff;
}

.com_head h3 {
	font-size: .46rem;
	color: #fff;
}

.chead_list {
	margin-top: .34rem;
	display: flex;
	align-items: center;
}

.chead_list li {
	flex: 1;
	position: relative;
}

.chead_list li:not(:last-child)::after {
	display: block;
	content: '';
	width: 1px;
	height: .91rem;
	background-color: #5985de;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.chead_list li span {
	display: block;
	font-size: .3rem;
	line-height: .48rem;
}

.date_tab {
	height: .83rem;
	background-color: #fff;
}

.date_list {
	white-space: nowrap;
	overflow-x: scroll;
}

.date_list li {
	display: inline-block;
	vertical-align: middle;
	height: .83rem;
	line-height: .83rem;
	text-align: center;
	width: 25%;
	font-size: .28rem;
	color: #666;
	position: relative;
}

.date_list li.on {
	color: #5971e6;
}

.date_list li.on::after {
	display: block;
	content: '';
	width: 1.05rem;
	height: 1.5px;
	background-color: #5971e6;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.com_cont {
	height: calc(100vh - 3.43rem);
	border-top: solid .21rem #f5f5f5;
	overflow-y: scroll;
}

.com_list {
	padding: 0 .2rem .5rem;
}

.com_list li {
	border-bottom: solid 1px #eee;
	padding: .29rem 0;
	display: flex;
	align-items: center;
}

.com_list li .icon {
	flex-shrink: 0;
	font-size: 0;
	width: .58rem;
	height: .58rem;
	margin-right: .2rem;
}

.com_list li .icon img {
	width: 100%;
	height: 100%;
}

.com_list li .info {
	flex: 1;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.com_list li .info .left {
	flex: 1;
	overflow: hidden;
}

.com_list li .info .left h3 {
	font-size: .28rem;
	color: #333;
	font-weight: bold;
}

.com_list li .info .left p {
	margin-top: .1rem;
	font-size: .2rem;
	line-height: .26rem;
	color: #666;
}

.com_list li .info .left span {
	display: block;
	font-size: .2rem;
	color: #999;
	margin-top: .05rem;
}

.com_list li .info .right {
	flex-shrink: 0;
	margin-left: .8rem;
	font-size: .28rem;
	color: #333;
}

.user_head {
	padding: .6rem 0;
}

.user_head p {
	color: #fff;
	font-size: .26rem;
}

.user_head span {
	display: block;
	margin-top: .6rem;
	font-size: .64rem;
}

.user_cont {
	height: calc(100vh - 2.6rem);
	border-top: none;
}

.user_list li .icon {
	width: .96rem;
	height: .96rem;
	margin-right: .25rem;
	border-radius: 50%;
	overflow: hidden;
}

.user_list li .info .left h3 {
	font-size: .3rem;
	color: #000;
}

.user_list li .info .left p {
	font-size: .24rem;
	color: #999;
	margin-top: .15rem;
}

.user_list li .info .right {
	text-align: right;
	margin-left: .3rem;
}

.user_list li .info .right p {
	font-size: .3rem;
	color: #000;
}

.user_list li .info .right span {
	display: inline-block;
	background-color: #5677fc;
	border-radius: .21rem;
	height: .42rem;
	margin-top: .05rem;
	font-size: .24rem;
	padding: 0 .1rem;
	line-height: .42rem;
	color: #fff;
}

.per_list {
	padding: .18rem .2rem;
}

.per_list li {
	background-color: #fff;
	margin-bottom: .22rem;
	overflow: hidden;
	border-radius: .15rem .15rem 0 0;
}

.per_list li h2 {
	text-align: center;
	margin-top: .34rem;
	font-size: .34rem;
	color: #202224;
	line-height: 1;
	font-weight: bold;
}

.per_list li h2::before,
.per_list li h2::after {
	display: inline-block;
	vertical-align: middle;
	content: '——';
	margin: 0 .4rem;
	color: #eee;
	transform: translateY(-.05rem);
	font-weight: normal;
}

.per_list li .num_dl {
	margin-top: .1rem;
}

.per_list li .num_dl dd {
	padding: .3rem .2rem;
	border-bottom: solid 1px #eee;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.per_list li .num_dl dd:last-child {
	border-bottom: none;
}

.per_list li .num_dl dd span {
	display: block;
	font-size: .26rem;
	color: #333;
}

.per_dl dd {
	display: flex;
	justify-content: space-between;
	text-align: center;
	border-top: solid 2px #fff;
}

.per_dl dd span {
	flex: 1;
	height: .8rem;
	line-height: .8rem;
	border-right: solid 2px #fff;
	font-size: .26rem;
}

.per_dl dd span:last-child {
	border-right: none;
}

.per_dl dd span:first-child {
	background-color: #e2f6dd;
	color: #42b275;
}

.per_dl dd span:nth-child(2) {
	background-color: #e8f6f7;
	color: #77a0ad;
}

.per_dl dd span:nth-child(3) {
	background-color: #fef1e8;
	color: #ec9746;
}

.with_cont {
	height: calc(100vh - 2.6rem);
	background-color: #fff;
}

.with_cont ul li .info .right {
	text-align: right;
}

.with_cont ul li .info .right span {
	display: block;
	font-size: .28rem;
	color: #333;
}

.with_cont ul li .info .right span.blue {
	font-size: .24rem;
	margin-top: .05rem;
}

.bank_cont {
	padding: .18rem .2rem;
}

.bank_box {
	background-color: #fff;
	border-radius: .15rem;
	margin-bottom: .2rem;
}

.bank_list li {
	border-bottom: solid 1px #eee;
	padding: .3rem .25rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: .26rem;
}

.bank_list li:last-child {
	border-bottom: none;
}

.bank_list li span {
	display: block;
	width: 1.7rem;
	flex-shrink: 0;
	font-size: .26rem;
	color: #999;
	text-align: right;
}

.bank_list li p,
.bank_list li input {
	flex: 1;
	margin-left: .45rem;
	font-size: .26rem;
	color: #000;
}

.bank_list li p.p2 {
	color: #999;
}

.bank_btn {
	margin: .8rem .4rem;
}

.bank_list2 li span {
	text-align: center;
}

.address_cont {
	padding: .2rem;
}

.address_cont .address_list li {
	background-color: #fff;
	border-radius: .15rem;
	overflow: hidden;
	display: block;
	padding: 0;
}

.address_li {
	display: flex;
	align-items: center;
	padding: .35rem .3rem;
}

.add_bot {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: .78rem;
	border-top: solid 1px #eee;
	padding: 0 .35rem;
}

.add_bot span {
	display: flex;
	align-items: center;
	margin-left: .5rem;
	font-size: .24rem;
	color: #333;
}

.add_bot span img {
	width: .27rem;
	margin-right: .14rem;
}

.address_btn {
	margin: 1.9rem .4rem;
}

.update_list li {
	position: relative;
}

.update_list li span {
	width: 1.5rem;
}

.update_list li .yzmcode {
	right: .3rem;
}

.poster_box {
	min-height: 6.67rem;
	font-size: 0;
}

.poster_box .poster_img {
	width: 100%;
	height: 100%;
}

.set_list {
	padding: 0 .2rem;
}

.set_list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: solid 1px #eee;
	padding: .3rem .2rem;
}

.set_list li .left {
	flex: 1;
	display: flex;
	align-items: center;
}

.arrow {
	flex-shrink: 0;
	font-size: 0;
	width: .12rem;
	height: .21rem;
	line-height: 1;
}

.arrow img {
	width: 100%;
	height: 100%;
}

.set_list li .left .icon {
	flex-shrink: 0;
	width: .29rem;
	text-align: center;
	margin-right: .24rem;
}

.set_list li .left span {
	display: block;
	font-size: .24rem;
	color: #333;
}

.update_list {
	background-color: #fff;
	border-radius: .15r1em;
}

.update_list li p {
	flex-shrink: 0;
	margin-left: 0;
	text-align: right;
}

.update_list li:last-child {
	border-bottom: solid 1px #eee;
}


.update_list li textarea {
	flex: 1;
	margin-left: .45rem;
	font-size: .26rem;
	color: #000;
}

.upload_box {
	margin-top: .5rem;
}

.img_list {
	margin-right: -.16rem;
	margin-top: .35rem;
}

.img_list ul {
	display: flex;
	align-items: center;
}

.img_list li {
	position: relative;
	width: 1.6rem;
	height: 1.6rem;
	margin-right: .16rem;
}

.img_list li img {
	width: 100%;
	height: 100%;
}

.img_list li input {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.img_list li .close {
	width: .33rem;
	height: .33rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -.1rem;
	top: -.1rem;
}

.upload_btn {
	margin: 1.17rem .4rem .5rem;
}

.load {
	text-align: center;
	font-size: .24rem;
	color: #999;
	margin-bottom: .5rem;
}

.order_tab {
	background-color: #fff;
	display: flex;
	height: .86rem;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 8;
}

.order_tab li {
	flex: 1;
	font-size: .26rem;
	height: .86rem;
	line-height: .86rem;
}

.order_ul {
	padding: .2rem;
}

.order_ul li {
	background-color: #fff;
	border-radius: .15rem;
	overflow: hidden;
	margin-bottom: .2rem;
	padding: 0 .25rem;
}

.order_ul li .order_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: .25rem;
}

.order_ul li span {
	display: block;
}

.order_ul li .order_top span.no {
	font-size: .26rem;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.order_ul li .order_top span.date {
	font-size: .22rem;
	color: #999;
	flex-shrink: 0;
}

.order_ul li .order_con {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: .1rem;
	margin-bottom: .2rem;
}

.order_ul li .order_con span,
.order_ul li .order_con h3 {
	color: #333;
}

.order_ul li .order_con h3 {
	font-size: .26rem;
}

.order_ul li .order_con span {
	font-size: .24rem;
}

.order_ul li .order_bot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: solid 1px #eee;
	padding: .2rem 0 .25rem;
}

.order_ul li .order_bot span {
	font-size: .26rem;
}

.order_ul li .order_bot p {
	font-size: .24rem;
	color: #999;
}

.detail_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.detail_top span {
	display: block;
	font-size: .24rem;
}

.green_bg {
	background-color: #009788;
}

.detail_bottom {
	margin-top: .8rem;
}

.detail_btn {
	margin-top: .17rem;
}

.detail_cont {
	min-height: 55vh;
	background-color: #fff;
}

.service {
	width: 1.27rem;
	height: .49rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ddd;
	border-radius: .25rem;
	font-size: .22rem;
	color: #999;
	margin-left: .2rem;
	margin-top: .25rem;
}
.logistics_box h2{
	padding: .3rem .27rem;
	font-size: .3rem;
	color: #202224;
	border-bottom: solid 1px #ddd;
}

.logist_ul {
    position: relative;
    overflow: hidden;
    padding: .25rem .2rem;
	margin: 0 .3rem .5rem;
}

.logist_ul li{
	padding: .25rem 0;
	margin-left: .4rem;
	position: relative;
}
.logist_ul li p {
    font-size: .26rem;
    color: #666;
	margin-top: .2rem;
}
.logist_ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: .3rem;
    color: #202224;
}
.logist_ul li:before {
    display: block;
    content: '';
    width: .24rem;
    height: .24rem;
    position: absolute;
	top: .45rem;
    left: -.5rem;
    transform: translateY(-50%);
	background-image: url('../images/wl_icon.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
    z-index: 1;
	background-color: #fff;
}
.logist_ul li.active:before{
	width: .36rem;
	height: .36rem;
	background-image: url('../images/wl_icon2.png');
	background-position: center;
	left: -.57rem;
	z-index: 2;
}
.logist_ul li:not(:last-child)::after{
	display: block;
	content: '';
	height: 100%;
	width: 1px;
	background-color: #bbb;
	position: absolute;
	left: -.38rem;
	top: .45rem;
	z-index: 0;
}