/* body content */
.userBox{
	margin: .24rem .24rem 0;
	position: relative;
	background:url("../images/user-bg.png") no-repeat center top;
	background-size: 100% auto;
	border-radius:.2rem;
	background: #9365a6;
}
.userHd {
	display: flex;
	padding: .4rem .4rem;
}

.userHd .avatar {
	width: 1.5rem;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: .3rem;
	border-radius: 1.2rem;
}
.userHd .avatar img{
	border: #fff 1px solid;
	width: 1.5rem;
	height: 1.5rem;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, .5);
	border-radius: 1.2rem;
}
.userHd .content{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: .06rem 0;
	font-size: .24rem;
	color: #fff;
}
.userHd .text{
	font-size: .26rem;
	line-height: .4rem;
}
.userHd .name {
	font-size: .3rem;
}
.userHd  .button-box{
	font-size: 0;
	line-height: 0;
	margin: .1rem 0;
}
.userHd  .button-box .btn{
	margin-right: .2rem;
	height: 18px;
	line-height: 16px;
	font-size: 12px;
	border-color:#fff;
	color: #ffffff;
}
.userHd .value {
	font-size: 0;
}

.userHd .value span {
	height: .42rem;
	line-height: .42rem;
	padding: 0 .12rem;
	color: #fff;
	font-size: .24rem;
	display: inline-block;
	background: #ef3528;
	border-radius: 10px;
}

.userHd .goset {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: .28rem;
	color: #fff;
	flex-shrink: 0;
	padding-right: 16px;
	position: relative;
}

.userHd .goset .icon-a12r {
	width: 16px;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
	display: block;
	position: absolute;
	right: -2px;
	top: 50%;
	margin-top: -8px;
}

.h-xiaoxi {
	width: 44px;
	height: 44px;
	line-height: 44px;
	font-size: 24px;
	text-align: center;
	display: block;
	position: absolute;
	color: #FFF;
	left: auto;
	right: 0;
	top: 0;
	z-index: 5;
}

.h-xiaoxi .num {
	background: #FFF;
	position: absolute;
	right: 6px;
	top: 6px;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	font-size: 9px;
	color: #ff1c1c;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.h-set {
	width: 44px;
	height: 44px;
	line-height: 44px;
	font-size: 24px;
	text-align: center;
	display: block;
	position: absolute;
	color: #FFF;
	left: 0;
	top: 0;
	z-index: 5;
}

.userTit {
	height: 1.1rem;
	line-height: 1.1rem;
	padding: 0 .24rem;
	position: relative;
	display: flex;
}

.userTit .name {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: .32rem;
	font-weight: bold;
}

.userTit .view {
	float: right;
	color: #999;
	font-size: .26rem;
	position: relative;
	padding-right: .24rem;
}

.userTit .view .iconfont {
	width: 16px;
	height: 16px;
	font-size: 16px;
	display: block;
	position: absolute;
	right: -4px;
	top: 50%;
	margin-top: -8px;
}

.userOrder {
	background: #FFF;
	position: relative;
}
.userOrder:after {
	left: .3rem;
	right: .3rem;
}

.userOrderNav {
	display: flex;
	margin: .24rem .8rem 0;
	border-radius:.1rem ;
}

.userOrderNav .item {
	width: 25%;
}

.userOrderNav img {
	width: 1.2rem;
	margin: 0 auto;
}

.userOrderNav .tap {
	width: 1.2rem;
	margin: 0 auto;
	color: #333333;
	text-align: center;
}

.userOrderNav p {
	line-height: 1;
	font-size: .26rem;
	margin-top: .16rem;
}

.userCollect {
	position: relative;
	padding-bottom: .3rem;
}

.userCollect:after {
	left: .3rem;
	right: .3rem;
}

.userCollectList .item {
	width: 25%;
	float: left;
	margin-top: .24rem;
	text-align: center;
}

.userCollectList .thumb {
	width: 1.2rem;
	margin: 0 auto;
}

.userCollectList .name {
	height: .36rem;
	line-height: .36rem;
	font-size: .24rem;
	margin-top: .24rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.userCollectList .price {
	height: .36rem;
	font-size: .24rem;
	line-height: .36rem;
	margin-top: .24rem;
}

.user-nav {
	background: #FFF;
	margin: .24rem .3rem;
	position: relative;
	overflow: hidden;
}

.user-nav .item {
	width: 25%;
	float: left;
}

.user-nav .tap {
	padding: .36rem 0;
	text-align: center;
}

.user-nav .tap:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #e5e8ea;
	transform: scaleY(0.5);
}

.user-nav .item:nth-child(n+5) .tap:after {
	display: none;
}

.user-nav .tap img {
	width: .6rem;
	height: .6rem;
	margin: 0 auto;
}

.user-nav .tap .num {
	display: block;
	height: .6rem;
	list-style: .6rem;
	font-size: .36rem;
	margin: 0 auto;
}

.user-nav .name {
	display: block;
	font-size: 0.24rem;
	line-height: 1;
	margin-top: .24rem;
	color: #62666D;
}

/*设置开始*/

.set-nav {
	background: #FFF;
	position: relative;
}

.set-nav .tap {
	height: 1.1rem;
	padding: 0 .6rem 0 .3rem;
	display: flex;
}

.set-nav .mui-table-view-cell:after {
	left: .3rem;
	right: 0;
}

.set-nav .item:last-child .mui-table-view-cell:after {
	display: none;
}

.set-nav .img-icon {
	height: 1.1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-shrink: 0;
	margin-right: .2rem;
}

.set-nav .img-icon img {
	height: .64rem;
}

.set-nav .name {
	width: 100%;
	font-size: .34rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.set-nav .dsp {
	flex-shrink: 0;
	font-size: .3rem;
	color: #92999d;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.set-nav .icon-a12r {
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	right: .18rem;
	top: 50%;
	margin-top: -8px;
	font-size: 16px;
	font-weight: bold;
	color: #ccc;
}

.set-nav .avatar {
	height: 1.6rem;
	padding: .24rem 0.3rem;
}

.set-nav .avatar img {
	width: .96rem;
	height: .96rem;
	position: absolute;
	top: 50%;
	margin-top: -.48rem;
	right: .8rem;
	border-radius: .96rem;
}

.identity {
	padding: .3rem;
	background: #fff;
}

.identity .title {
	font-size: 0.28rem;
	height: .48rem;
	line-height: .48rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.identity .uplist {
	margin-top: .3rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.identity .uplist .item {
	width: 50%;
	height: 2.4rem;
	border: #e5e8ea 1px solid;
	background: #f9f9f9;
	position: relative;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.identity .uplist .item:first-child {
	margin-right: .2rem;
}

.identity .uplist .item:nth-child(2) {
	margin-left: .2rem;
}

.identity .uplist .item img {
	width: 100%;
	height: 100%;
}

.identity .uplist .upbtn {
	width: 40px;
	height: 40px;
	border: #dfd9df 2px solid;
	border-radius: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -20px;
}

.identity .uplist .upbtn:after {
	content: '';
	position: absolute;
	top: 7px;
	bottom: 7px;
	left: 50%;
	width: 2px;
	background: #dfd9df;
	margin-left: -1px;
}

.identity .uplist .upbtn:before {
	content: '';
	position: absolute;
	left: 7px;
	right: 7px;
	top: 50%;
	height: 2px;
	background: #dfd9df;
	margin-top: -1px;
}

.identity .uplist .text {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: .4rem;
	text-align: center;
	color: #999;
	font-size: .24rem;
}

.popups-countdown .popupsBox {
	padding: .3rem;
}

.popups-countdown .tit-tips {
	font-size: .28rem;
	color: #9f999f;
}

.popups-countdown .input-box {
	margin-top: .24rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.popups-countdown .input-box .input-txt {
	height: 1.2rem;
	width: 100%;
	border-radius: 0;
}

.popups-countdown .input-box .btn {
	width: 1.8rem;
	padding: 0;
	flex-shrink: 0;
	margin-left: .18rem;
	height: 1.2rem;
	font-size: .24rem;
	border-radius: 0;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
}

.popups-countdown .input-box .btn.fail {
	background: #f0eff5;
	border-color: #e5e9ef;
	color: #333;
}

.banklist {
	margin: 0 .4rem .4rem;
}

.banklist .item {
	margin-top: .4rem;
}

.banklist .tap {
	padding: .4rem .96rem .4rem .4rem;
	background: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, .1);
	box-shadow: 0px 1px 8px rgba(0, 0, 0, .1);
	display: flex;
	display: -webkit-flex;
}

.banklist .icon-a12r {
	width: 16px;
	height: 16px;
	line-height: 16px;
	display: block;
	position: absolute;
	right: .32rem;
	top: 50%;
	margin-top: -8px;
	color: #ccc;
	font-weight: bold;
}

.banklist .logo {
	width: .96rem;
	height: .96rem;
	flex-shrink: 0;
	margin-right: .32rem;
}

.banklist .text {
	font-size: .4rem;
	line-height: .96rem;
}

.btn .icon-add {
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: -2px 5px 0 0;
}

.btn .icon-add:before {
	content: '';
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -1px;
	background: #666;
}

.btn .icon-add:after {
	content: '';
	width: 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -1px;
	background: #666;
}

.bankinfo {
	padding: .64rem;
	text-align: center;
}

.bankinfo .logo {
	width: 1.28rem;
	height: 1.28rem;
	margin: 0 auto;
	padding: .24rem;
	background: #fff;
	-webkit-border-radius: 1.28rem;
	border-radius: 1.28rem;
	-webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, .1);
	box-shadow: 0px 1px 8px rgba(0, 0, 0, .1);
}

.bankinfo .logo img {
	width: 100%;
}

.bankinfo .name {
	font-size: .4rem;
	font-weight: bold;
	margin-top: .32rem;
}

.bankinfo .number {
	font-size: 0.37333333333333335rem;
	color: #666;
	margin-top: .24rem;
}

.bankinfo .quota {
	margin-top: .64rem;
	background: #fff;
	-webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, .1);
	box-shadow: 0px 1px 8px rgba(0, 0, 0, .1);
	-webkit-border-radius: .12rem;
	border-radius: .12rem;
	overflow: hidden;
	padding-bottom: .32rem;
}

.bankinfo .quota .bts {
	text-align: left;
	height: .8rem;
	line-height: .8rem;
	font-size: .32rem;
	padding: 0 .4rem;
	background: #f8f8f8;
	color: #999;
	margin-bottom: .32rem;
}

.bankinfo .quota .text {
	height: .96rem;
	line-height: .96rem;
	padding: 0 .4rem;
	font-size: .4rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

/*设置结束*/

/*我的订单开始*/

.MyOrder .item {
	margin-top: .24rem;
	background: #FFF;
	position: relative;
}

.MyOrder .stores {
	padding: .2rem .24rem;
	line-height: .4rem;
	font-size: .28rem;
	position: relative;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.MyOrder .order_number{
	color: #92999d;
	font-size: .24rem;
}

.MyOrder .goodsItem {
	background: #f9f9f9;
	margin-top: 1px;
}

.MyOrder .goodsItem:first-child {
	margin-top: 0;
}

.MyOrder .goodsItem .tap {
	padding: .24rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.MyOrder .goodsItem .imgbox {
	width: 1.92rem;
	height: 1.92rem;
	flex-shrink: 0;
	margin-right: .2rem;
}

.MyOrder .goodsItem .content {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: space-between;
}

.MyOrder .goodsItem .name {
	font-weight: normal;
	height: .72rem;
	line-height: .36rem;
	font-size: .3rem;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal!important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.MyOrder .goodsItem .attr {
	height: .4rem;
	line-height: .4rem;
	font-size: .24rem;
	color: #92999D;
	margin-top: .2rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.MyOrder .goodsItem .pay {
	height: .4rem;
	line-height: .4rem;
	font-size: .24rem;
	color: #92999D;
}

.MyOrder .goodsItem .price {
	float: left;
	color: #d0000e;
}

.MyOrder .goodsItem .unit {
	font-size: .3rem;
}

.MyOrder .goodsItem .num {
	float: right;
	color: #051b28;
}

.MyOrder .counts {
	line-height: .4rem;
	overflow: hidden;
	padding: .2rem .24rem;
	text-align: right;
	color: #62666d;
	font-size: .26rem;
	position: relative;
}

.MyOrder .counts:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #e5e8ea;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}

.MyOrder .opn {
	padding: .2rem .24rem;
	font-size: 0;
	line-height: 0;
	text-align: right;
}

.MyOrder .goodsItem .opn {
	padding-top: 0;
}

.MyOrder .opn .btn {
	height: 28px;
	line-height: 26px;
	display: inline-block;
	vertical-align: middle;
	margin-left: .18rem;
	padding: 0 8px;
	min-width: 72px;
	font-size: .26rem;
}

.MyOrder .opn .btn.bbgf {
	color: #05080a;
	border: #b5b8ba 1px solid;
}

/*我的订单结束*/

/*订单详情开始*/

.order-logistics .tap {
	padding: .24rem;
	background: #fff;
	position: relative;
	display: block;
	color: #62666D;
	font-size: .24rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.order-logistics .tap:after {
	content: '';
	position: absolute;
	left: .24rem;
	right: .24rem;
	bottom: 0;
	height: 1px;
	background: #e5e8ea;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}

.order-logistics:after {
	left: .24rem;
	right: .24rem;
}

.order-logistics .icon-p-wlzt {
	width: .6rem;
	font-size: .48rem;
	text-align: center;
	color: #4ecc80;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
	margin-right: .2rem;
}

.order-logistics .icon-a12r {
	width: 16px;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
}

.order-logistics .content {
	width: 100%;
}

.order-logistics .text {
	height: .4rem;
	line-height: .4rem;
	font-size: .26rem;
	color: #4ecc80;
}

.order-logistics .time {
	line-height: .36rem;
	color: #92999d;
}

.order-addr {
	padding: .24rem;
	background: #fff;
	position: relative;
	display: block;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.order-addr:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #e5e8ea;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}

.order-addr .icon-p-shdz {
	width: .6rem;
	font-size: .48rem;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
	margin-right: .2rem;
	color: #60646d;
	flex-shrink: 0;
}
.order-addr .content{
	width: 100%;
}
.order-addr .hd {
	color: #62666D;
	height: .4rem;
	line-height: .4rem;
	font-size: .26rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.order-addr .info {
	line-height: .36rem;
	font-size: .24rem;
	color: #92999D;
}

.order-list {
	padding: .24rem;
	font-size: .24rem;
	color: #92999d;
	background: #fff;
	position: relative;
}

.order-list .text {
	font-size: .26rem;
	line-height: .48rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.order-list .value {
	color: #25282a;
}

.order-list .total {
	font-size: .3rem;
	color: #25282a;
}

.order-list .btn {
	height: 28px;
	line-height: 26px;
	display: block;
	padding: 0 8px;
	min-width: 72px;
	font-size: 13px;
	border: #bbbabb 1px solid;
	position: absolute;
	right: .32rem;
	top: 50%;
	margin-top: -14px;
}

/*订单详情结束*/

/*订单物流开始*/

.logisticsInfo {
	padding: .24rem;
	height: 1.8rem;
	background: #FFF;
	position: relative;
	font-size: .24rem;
	color: #999;
	line-height: .4rem;
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.logisticsInfo .imgbox {
	width: 1.28rem;
	height: 1.28rem;
	border: #e5e8ea 1px solid;
	flex-shrink: 0;
	margin-right: .24rem;
}

.logisticsInfo .content {
	width: 100%;
}

.logisticsInfo .status {
	line-height: .48rem;
	font-size: .28rem;
	color: #25282a;
}

.logisticsList {
	padding: .42rem .24rem .18rem;
	background: #FFF;
	margin-top: .2rem;
}

.logisticsList ul {
	position: relative;
	z-index: 4;
}

.logisticsList .line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	top: 5px;
	z-index: 99;
	width: 1px;
	background: #e5e8ea;
}

.logisticsList li:last-child .line {
	display: none;
}

.logisticsList li {
	color: #92999d;
	position: relative;
	padding-bottom: .24rem;
	padding-left: 30px;
}

.logisticsList .content {
	padding-bottom: .24rem;
	font-size: .24rem;
	position: relative;
}

.logisticsList .content:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #e5e8ea;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}

.logisticsList li:last-child .content {
	padding-bottom: 0;
}

.logisticsList li:last-child .content:after {
	display: none;
}

.logisticsList .ico {
	width: 11px;
	height: 11px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 101;
}

.logisticsList .ico:before {
	width: 11px;
	height: 11px;
	display: block;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	background: #d5d8da;
	content: "";
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.logisticsList .active {
	color: #4ecc80;
}

.logisticsList .active .ico:before {
	width: 13px;
	height: 13px;
	left: -1px;
	top: -1px;
	background: #4ecc80;
}

.logisticsList .active .ico:after {
	width: 19px;
	height: 19px;
	display: block;
	position: absolute;
	z-index: 1;
	left: -4px;
	top: -4px;
	background: #c9f1d8;
	content: "";
	-webkit-border-radius: 19px;
	border-radius: 15px;
}

/*订单物流结束*/

/*订单评价开始*/

.Review {
	padding: 0 .24rem .24rem;
}

.Review .title {
	font-size: .3rem;
	padding: .2rem 0;
	line-height: .48rem;
	position: relative;
}

.Review .tra {
	display: block;
	width: 100%;
	padding: .24rem;
	height: 3rem;
	border-radius: .1rem;
	background: #f5f8fa;
	font-size: .28rem;
}

.up-sun {
	margin-right: -.2rem;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.up-sun .item {
	margin: .2rem .2rem 0 0;
	position: relative;
}

.up-sun .del {
	font-family: "iconfont";
	width: 18px;
	height: 18px;
	font-size: 18px;
	display: block;
	position: absolute;
	right: -9px;
	top: -9px;
	color: #d0000e;
}

.up-sun .del:before {
	content: '\e820';
}

.up-sun .imgbox {
	width: 1.24rem;
	height: 1.24rem;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
}

.score {
	margin-top: .24rem;
	padding-top: .24rem;
	position: relative;
}

.score-item {
	position: relative;
	padding: .1rem 0;
	display: flex;
	display: -webkit-flex;
}

.score-item .bt {
	line-height: .48rem;
	font-size: .26rem;
	color: #62666d;
	margin-right: .2rem;
}

.score-opn {
	width: 3rem;
	height: .48rem;
	font-size: 0;
}

.score-opn .tab {
	width: .6rem;
	height: .48rem;
	text-align: center;
	display: inline-block;
}

.score-opn .tab a {
	width: .48rem;
	height: .48rem;
	font-size: 18px;
	text-align: center;
	line-height: .48rem;
	font-family: "iconfont" !important;
	color: #d5d8da;
}

.score-opn .tab a:before {
	content: "\e815";
}

.score-opn .tab-1 a {
	color: #95989a;
}

.score-opn .tab-2 a {
	color: #fab54d;
}

.score-opn .tab-3 a {
	color: #FF0036;
}

.score-opn .tab-1 a:before, .score-opn .tab-2 a:before, .score-opn .tab-3 a:before {
	content: "\e810";
}

.score-tips {
	height: 20px;
	line-height: 18px;
	font-size: 12px;
	padding: 0 5px;
	text-align: center;
	color: #999;
	border: #9aa0ac 1px solid;
	background: #FFF;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	display: none;
}

.score-tips.active {
	display: block;
}

.score-tips:after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: -6px;
	top: 50%;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #9aa0ac;
	z-index: 1;
}

.score-tips:before {
	content: '';
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: -5px;
	top: 50%;
	margin-top: -4px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 5px solid #ffffff;
	z-index: 2;
}

.score-tips-2 {
	border-color: #fab54d;
	background: #fff6e9;
	color: #fab54d;
}

.score-tips-3 {
	border-color: #FF0036;
	background: #fbe9e9;
	color: #FF0036;
}

.score-tips-2:after {
	border-right-color: #fab54d;
}

.score-tips-3:after {
	border-right-color: #FF0036;
}

.score-tips-2:before {
	border-right-color: #fff6e9;
}

.score-tips-3:before {
	border-right-color: #fbe9e9;
}

/*订单评价结束*/

/*申请售后开始*/

.orderServieItem {
	background: #fff;
}

.orderServieItem .tap {
	padding: .24rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.orderServieItem .imgbox {
	width: 1.32rem;
	height: 1.32rem;
	border: #e5e8ea 1px solid;
	flex-shrink: 0;
	margin-right: .24rem;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
}

.orderServieItem .content {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: space-between;
}

.orderServieItem .name {
	font-weight: normal;
	height: .72rem;
	line-height: .36rem;
	font-size: .28rem;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal!important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.orderServieItem .attr {
	height: .4rem;
	line-height: .4rem;
	font-size: .24rem;
	color: #92999D;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.orderServieList .tap {
	background: #fff;
	padding: .32rem .32rem .32rem 54px;
}

.orderServieList .tap:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #e5e8ea;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}

.orderServieList .icons {
	font-family: "iconfont";
	width: 30px;
	height: 30px;
	font-size: 30px;
	line-height: 30px;
	display: block;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -15px;
	color: #d0000e;
}

.orderServieList .icon-a12r {
	width: 16px;
	height: 16px;
	font-size: 16px;
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -8px;
	font-weight: bold;
	color: #b5b5b5;
}

.orderServieList .bt {
	font-size: .28rem;
}

.orderServieList .dsp {
	font-size: .24rem;
	color: #92999d;
}

.up-img {
	padding: 0;
}

.up-img .bts {
	padding: .24rem .3rem 0;
	line-height: .48rem;
	font-size: .3rem;
}

.upImgList {
	padding: 0 0 .3rem .3rem;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.upImgList .itemSub {
	margin: .3rem .3rem 0 0;
	position: relative;
}

.upImgList .del {
	font-family: "iconfont";
	width: 18px;
	height: 18px;
	font-size: 18px;
	display: block;
	position: absolute;
	right: -9px;
	top: -9px;
	color: #d0000e;
}

.upImgList .del:before {
	content: '\e820';
}

.upImgList .imgbox {
	width: 1.5rem;
	height: 1.5rem;
	border: #e5e8ea 1px solid;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
}

.goodsStaus {
	margin: 44px 0 49px;
}

.goodsStaus .container {
	height: 6rem;
	overflow: hidden;
	overflow-y: auto;
}

.goodsStaus .tit {
	height: 44px;
	background: #fff;
	line-height: 44px;
	font-size: .3rem;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

/*申请售后结束*/

/*收货地址开始*/

.address-list .item {
	margin-top: .24rem;
	padding: .3rem .3rem 0;
	overflow: hidden;
	background: #FFF;
	position: relative;
}

.address-list .item:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #e5e8ea;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}

.address-list .hd {
	height: .4rem;
	line-height: .4rem;
	font-size: .28rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.address-list .info {
	line-height: .36rem;
	font-size: .24rem;
	margin-top: .12rem;
}

.address-list .opn {
	margin: .2rem -.3rem 0;
	padding: .2rem .3rem;
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.address-list .opn:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	border-top: #d5d8da 1px dashed;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}

.address-list .setdefault {
	font-size: .26rem;
	height: 28px;
	line-height: 28px;
	padding-left: 30px;
	position: relative;
	display: block;
}

.address-list .rcheck {
	position: absolute;
	display: block;
	left: 0;
	top: 50%;
	margin: 0px;
	margin-top: -10px;
}

.address-list .btn {
	height: 28px;
	line-height: 26px;
	display: inline-block;
	vertical-align: middle;
	margin-left: .18rem;
	padding: 0 8px;
	min-width: 64px;
	font-size: .26rem;
}

.address-list .btn.bbgf {
	color: #05080a;
	border: #b5b8ba 1px solid;
}

/*收货地址结束*/

/*我的收藏开始*/

.myCollection .tap {
	background: #fff;
	padding: .3rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.myCollection .tap:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #e5e8ea;
	transform: translateY(.5);
}

.myCollection .imgbox {
	width: 1.8rem;
	height: 1.8rem;
	flex-shrink: 0;
	margin-right: .3rem;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
}

.myCollection .content {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: space-between;
}

.myCollection .name {
	height: .72rem;
	line-height: .36rem;
	font-size: .28rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.myCollection .price {
	height: .4rem;
	line-height: .4rem;
	color: #93999f;
}

.myCollection .price .unit {
	font-size: .3rem;
	font-weight: bold;
	margin-left: 1px;
}

.myCollection .info {
	height: .48rem;
	line-height: .48rem;
	color: #93999f;
}

.myCollection .del {
	font-family: "iconfont";
	width: .48rem;
	height: .48rem;
	text-align: center;
	line-height: .48rem;
	font-size: .36rem;
	display: block;
	float: right;
}

.myCollection .del:before {
	content: '\e821';
}

.myCollection .btn {
	height: .48rem;
	line-height: .44rem;
	font-size: .24rem;
	display: block;
	float: right;
	padding: 0 .12rem;
}

/*我的收藏结束*/

/*关注店铺开始*/

.myShop .item {
	margin-top: .2rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	background: #fff;
}

.myShop .tap {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	padding: .3rem;
}

.myShop .imgbox {
	width: 1rem;
	height: 1rem;
	flex-shrink: 0;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
	margin-right: .24rem;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, .1);
}

.myShop .content {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: space-between;
}

.myShop .name {
	height: .56rem;
	line-height: .56rem;
	font-size: .32rem;
}

.myShop .sorce {
	height: .4rem;
	line-height: .4rem;
	font-size: .24rem;
	color: #999;
}

.myShop .opn {
	width: 1.44rem;
	flex-shrink: 0;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 .24rem;
}

.myShop .opn .btn {
	height: .56rem;
	line-height: .52rem;
	font-size: .24rem;
	display: block;
	border-radius: .6rem;
	padding: 0;
}

/*关注店铺结束*/

/*我的钱包开始*/

.fundsHd {
	padding: .3rem .4rem;
	background: #d0000e;
	overflow: hidden;
	color: #FFF;
	position: relative;
	text-align: center;
}

.fundsHd .bts {
	line-height: 1;
	font-size: .24rem;
	color: rgba(255, 255, 255, .75);
	text-align: center;
}

.fundsHd .value {
	line-height: 1;
	font-size: .72rem;
	margin-top: .3rem;
}

.fundsHd .btn {
	display: block;
	margin: .3rem auto 0;
	width: 1.8rem;
	height: .6rem;
	line-height: .58rem;
	font-size: .24rem;
	padding: 0;
	background: none;
	border-color: #fff;
	border-radius: .6rem;
}

.account-count {
	background: #FFF;
	overflow: hidden;
	position: relative;
}

.account-count li {
	width: 50%;
	float: left;
	padding: 15px 15px 15px 45px;
	line-height: 1;
	font-size: 14px;
	color: #999;
	position: relative;
}

.account-count li:before {
	content: '';
	width: 8px;
	height: 8px;
	background: #333;
	position: absolute;
	left: 20px;
	top: 17px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.account-count li:nth-child(1):before {
	background: #ff4539;
}

.account-count li:nth-child(2):before {
	background: #69c352;
}

.account-count li:nth-child(3):before {
	background: #f63440;
}

.account-count li:nth-child(4):before {
	background: #f60;
}

.account-count li:nth-child(1n):after {
	content: '';
	position: absolute;
	right: 0;
	top: 15px;
	bottom: 15px;
	width: 1px;
	background: #e3e2e8;
	transform: scaleX(0.5);
}

.account-count .num {
	font-size: 20px;
	margin-top: 8px;
}

/*我的钱包结束*/

/*资金明细开始*/

.commissionTime {
	padding: .24rem .3rem;
	background: #f6f6f6;
	position: relative;
}

.commissionTime .date {
	font-size: .3rem;
	color: #000;
	line-height: .36rem;
	margin-top: .06rem;
}

.commissionTime .info {
	font-size: .24rem;
	line-height: .3rem;
	color: #b2b2b2;
	margin-top: .08rem;
}

.commissionTime .time {
	width: 24px;
	height: 24px;
	font-size: 24px;
	display: block;
	position: absolute;
	right: .4rem;
	top: 50%;
	margin: -12px -1px 0 0;
	color: #7f7f7f;
}

.commission {
	background: #FFF;
	position: relative;
}

.commission .item {
	padding: .3rem;
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.commission .item:after {
	content: '';
	position: absolute;
	left: .3rem;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #e5e8ea;
	transform: scaleY(0.5);
}

.commission .item:last-child:after {
	display: none;
}

.commission .flag {
	width: .84rem;
	margin-right: .3rem;
	flex-shrink: 0;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
}

.commission .flag img {
	width: 100%;
	border-radius: .84rem;
}

.commission .content {
	width: 100%;
}

.commission .hd {
	height: .48rem;
	line-height: .48rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.commission .name {
	width: 100%;
	font-size: .28rem;
	overflow: hidden;
}

.commission .value {
	font-size: .36rem;
	flex-shrink: 0;
	margin-left: .18rem;
}

.commission .time {
	height: .4rem;
	line-height: .4rem;
	font-size: .24rem;
	margin-top: .12rem;
	color: #92999D;
}

/*资金明细结束*/

/*优惠券开始*/

.myCoupon {
	margin: 0 .24rem .24rem .24rem;
}

.myCoupon .item {
	background: #fff;
	margin-top: .24rem;
	padding: .3rem 1.56rem .3rem .3rem;
	position: relative;
	border-radius: 8px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.myCoupon .img-icon {
	width: .96rem;
	height: .96rem;
	flex-shrink: 0;
	margin-right: .24rem;
}

.myCoupon .content {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: space-between;
}

.myCoupon .bt {
	height: .48rem;
	line-height: .48rem;
	font-size: .28rem;
}

.myCoupon .time {
	height: .4rem;
	line-height: .4rem;
	font-size: .24rem;
	color: #92999d;
}

.myCoupon .value {
	position: absolute;
	right: 0;
	top: 0;
	flex-shrink: 0;
	width: 1.8rem;
	height: 1.56rem;
	padding: .3rem .3rem .3rem 0;
	color: #FFF;
	text-align: right;
	border-radius: 0 8px 8px 0;
	font-size: .24rem;
	background: #d0000e;
	background-image: -webkit-linear-gradient(left, #ff8896, #d0000e);
	background: linear-gradient(to right, #ff8896, #d0000e);
}

.myCoupon .money {
	height: .48rem;
	line-height: .48rem;
	font-size: .3rem;
	margin-top: .06rem;
}

.myCoupon .money .unit {
	font-size: .36rem;
	margin-left: 2px;
}

.myCoupon .money .limit {
	font-size: .24rem;
	height: .36rem;
	line-height: .36rem;
}

.myCoupon .status {
	width: 1.2rem;
	height: 1.2rem;
	position: absolute;
	left: -.6rem;
	top: 50%;
	margin-top: -.6rem;
}

.myCoupon .value:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: #f5f8fa;
	left: -5px;
	top: -5px;
	border-radius: 10px;
}

.myCoupon .value:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: #f5f8fa;
	left: -5px;
	bottom: -5px;
	border-radius: 10px;
}

.myCoupon .fail .value {
	background: #d0cece;
	background-image: -webkit-linear-gradient(left, #f0f0f0, #d0cece);
	background: linear-gradient(to right, #f0f0f0, #d0cece);
}

/*优惠券结束*/

/*红包开始*/

.myRedenvelope {
	margin: 0 .24rem .24rem .24rem;
}

.myRedenvelope .item {
	height: 1.92rem;
	background: #fff;
	margin-top: .24rem;
	padding: .3rem .3rem .3rem 2.16rem;
	position: relative;
	border-radius: 8px;
}

.myRedenvelope .img-icon {
	width: 1.56rem;
	height: 1.32rem;
	position: absolute;
	left: .3rem;
	top: .3rem;
}

.myRedenvelope .bt {
	height: .6rem;
	line-height: .42rem;
	font-size: .3rem;
	border-bottom: #e5e6e8 1px solid;
	margin: -.06rem 0 .12rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.myRedenvelope .bt .money .unit {
	font-size: .36rem;
	margin-left: 2px;
}

.myRedenvelope .time {
	height: .36rem;
	line-height: .36rem;
	font-size: .24rem;
	color: #999;
}

.myRedenvelope .fail .img-icon {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	opacity: .5;
}

/*红包结束*/

/*意见反馈开始*/

.feedback-form {
	padding: 0 .3rem .3rem;
	background: #fff;
}

.feedback-form .title {
	font-size: .3rem;
	margin-top: .3rem;
}

.feedback-form .input-box {
	margin-top: .24rem;
}

.feedback-form .input-txt {
	height: .9rem;
	padding: .24rem;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.feedback-form textarea.input-txt {
	height: 2.4rem;
}

.feedback-form .exit-opn {
	padding: .3rem 0 0 0;
}

.feedback-form .exit-opn .btn {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.feedbackTit {
	padding: .3rem .3rem 0;
	font-size: .3rem;
}

.feedbackList .item {
	padding: .3rem;
	background: #FFF;
	position: relative;
}

.feedbackList .item:after {
	content: '';
	position: absolute;
	left: .3rem;
	right: .3rem;
	bottom: 0;
	height: 1px;
	background: #e5e8ea;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}

.feedbackList .item:last-child:after {
	display: none;
}

.feedbackList .bt {
	line-height: .2rem;
	font-size: 0.28rem;
}

.feedbackList .content {
	font-size: .26rem;
	color: #62666d;
	line-height: .48rem;
	margin-top: .24rem;
}

/*意见反馈结束*/

/*分销开始*/

.spreadHd {
	padding: .3rem;
}

.spreadHd .avatar {
	width: 1.2rem;
	height: 1.2rem;
	display: block;
	margin: 0 auto;
	-webkit-border-radius: 1.6rem;
	border-radius: 1.6rem;
}

.spreadHd .content {
	margin-top: .24rem;
	text-align: center;
}

.spreadHd .name {
	font-size: .36rem;
	line-height: 1;
}

.spreadHd .dsp {
	line-height: 1;
	font-size: 0.28rem;
	margin-top: .18rem;
	color: #999;
}

.spreadMoney {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: .3rem 0;
}

.spreadMoney .item {
	width: 50%;
	text-align: center;
	line-height: 1;
	position: relative;
}

.spreadMoney .item:last-child:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #e5e9ef;
	transform: translateX(.5);
}

.spreadMoney .bt {
	line-height: 1;
	font-size: .24rem;
	color: #92999d;
}

.spreadMoney .value {
	line-height: 1;
	margin-top: .24rem;
	font-size: .36rem;
}

.spreadItem {
	padding: .3rem;
	background: #fff;
}

.spreadItem .title {
	padding: .24rem 0;
	text-align: center;
	font-size: 0;
	position: relative;
}

.spreadItem .title .name {
	height: .48rem;
	line-height: .48rem;
	color: #666;
	font-size: .28rem;
	background: #fff;
	padding: 0 .36rem;
	display: inline-block;
	position: relative;
	z-index: 2;
}

.spreadItem .title:after {
	content: '';
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 1px;
	background: #e5e8ea;
	transform: scaleY(.5);
}

.spreadItem .content {
	padding: .3rem .18rem;
	font-size: .24rem;
	line-height: 1.8;
	color: #62666d;
}

.recruitContent {
	padding: .36rem;
	background: #fff;
	text-align: center;
}

.recruitContent .title {
	font-size: .36rem;
}

.recruitContent .bt {
	font-size: .28rem;
	margin-top: .24rem;
}

.recruitContent .ewm {
	width: 3rem;
	height: 3rem;
	margin: 0 auto;
}

.recruitContent .ewm img {
	width: 100%;
}

.recruitContent .code {
	font-size: .3rem;
	margin-top: .18rem;
}

.recruitContent .spred {
	margin-top: .24rem;
	text-align: left;
	font-size: .28rem;
	word-wrap: break-word;
}

.recruitContent .btn {
	width: 3.6rem;
	display: block;
	height: .9rem;
	margin: .36rem auto;
	border-radius: 0;
}

.team-list .item {
	min-height: 68px;
	padding: 12px 12px 12px 64px;
	position: relative;
	background: #FFF;
	margin-top: 10px;
}

.team-list .avatar {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 12px;
	top: 12px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
}

.team-list .hd {
	height: 28px;
	font-size: 15px;
	line-height: 28px;
}

.team-list .text {
	line-height: 22px;
	font-size: 13px;
	margin-top: 5px;
	color: #999;
}

.team-list .opn {
	font-size: 0;
	margin-top: 12px;
	padding-top: 12px;
	text-align: center;
	border-top: #e5e5e9 1px dotted;
	margin-left: -52px;
}

.team-list .btn {
	height: 30px;
	line-height: 28px;
	font-size: 12px;
	margin: 0 5px;
}

.team-list.pl-0 .item {
	padding-left: 12px;
}

.team-list .dsp {
	margin-top: 10px;
	padding-top: 12px;
	font-size: 13px;
	line-height: 20px;
	border-top: #d5d5d9 1px dotted;
	color: #666;
}

.user-count {
	background: #fff;
	padding: 0 0 12px;
}

.user-count .item {
	width: 33.33%;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #666;
	float: left;
	border-right: #e5e5e9 1px solid;
	text-align: center;
	margin-top: 12px;
}

.user-count .item:nth-child(3n) {
	border: none;
}

.user-count b {
	font-size: 14px;
	display: inline-block;
}

.user-count .btn {
	height: 20px;
	padding: 0 5px;
	line-height: 20px;
	font-size: 12px;
	display: inline-block;
	margin-left: 7px;
}

.user-count-col2 .item {
	width: 50%;
}

.user-count-col2 .item:nth-child(3n) {
	border-right: #e5e5e9 1px solid;
}

.user-count-col2 .item:nth-child(2n) {
	border: none;
}

/*分销结束*/

/*流水明细开始*/

.running-water {
	background: #FFF;
}

.running-water .item {
	padding: 12px 15px;
	position: relative;
}

.running-water .text {
	line-height: 24px;
	font-size: 15px;
}

.running-water .date {
	line-height: 20px;
	font-size: 14px;
	color: #888;
	margin-top: 5px;
}

.running-water .item:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #d1d1d1;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}

/*流水明细结束*/

/*提现金额选择开始*/

.rechargeAmount {
	padding-bottom: 12px;
}

.rechargeAmount .bts {
	padding: 10px 12px 0;
	line-height: 30px;
	font-size: 16px;
}

.rechargeAmount .bts .tips {
	float: right;
}

.rechargeAmount dl {
	padding: 0 4px 0 12px;
	overflow: hidden;
}

.rechargeAmount dd {
	width: 33.33%;
	float: left;
	padding: 10px 8px 0 0;
}

.rechargeAmount dl a {
	display: block;
	padding: 10px 0;
	border: #e6e6e6 1px solid;
	text-align: center;
}

.rechargeAmount dl .active a {
	border: #ff2827 1px solid;
}

.rechargeAmount dl .value {
	font-size: 16px;
	line-height: 1;
	color: #ff2827;
	font-weight: bold;
}

.rechargeAmount dl .gifts {
	line-height: 1;
	overflow: hidden;
	white-space: nowrap;
	font-size: 12px;
	margin-top: 10px;
	color: #999;
}

.rechargeAmount dl .active .gifts {
	color: #ff8382;
}

/*提现金额选择结束*/

/*帮助中心开始*/

.helpList {
	background: #fff;
	margin-top: .24rem;
}

.helpList .item {
	position: relative;
}

.helpList .item:after {
	content: '';
	position: absolute;
	left: .3rem;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #e5e8ea;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}

.helpList .item:last-child:after {
	display: none;
}

.helpList .tap {
	padding: .24rem .18rem .24rem .3rem;
	font-size: .28rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.helpList p {
	line-height: .48rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.helpList .icon-a12r {
	width: 16px;
	line-height: .48rem;
	display: block;
	font-weight: bold;
	color: #c5c8ca;
	margin-left: .16rem;
	flex-shrink: 0;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: space-between;
}

.helpShow {
	padding: .3rem 0;
	background: #FFF;
}

.helpShowHd {
	padding: .18rem .3rem 0;
}

.helpShowHd .title {
	font-size: .36rem;
	line-height: 1.5;
	font-weight: bold;
}

.helpShowHd .info {
	line-height: .36rem;
	padding-top: .12rem;
	color: #96999f;
}

.helpContent {
	font-size: .3rem;
	line-height: 1.8;
	padding: .3rem;
}

.helpContent img {
	display: inline;
	max-width: 100%;
}

.about {
	padding: .3rem;
}

.aboutCnt {
	font-size: .28rem;
	line-height: 1.8;
}

.aboutCnt img {
	max-width: 100%;
}

/*帮助中心结束*/

.my-commission{
	display: flex;
	justify-content: space-between;
	margin: .1rem .24rem 0;
}
.my-commission .item{
	width: 50%;
}
.my-commission .tap{
	padding: .24rem .3rem;
	text-align: center;
	line-height: 1;
}
.my-commission .item:nth-child(1){
	padding-right: .12rem;
}
.my-commission .item:nth-child(1) .tap{
	background: url("../images/djs-bg.png") no-repeat center top;
	background-size: 100% auto;
	border-radius:.3rem ;
	color: #fff;
}
.my-commission .item:nth-child(2){
	padding-left: .12rem;
}
.my-commission .item:nth-child(2) .tap{
	background: url("../images/ktx-bg.png") no-repeat center top;
	background-size: 120% auto;
	border-radius:.3rem ;
}
.my-commission .value{
	font-size: .4rem;
	color: #1a1a1a;
}
.my-commission .bt{
	margin-top: .1rem;
}

.my-details-box{
	overflow: hidden;
	margin: .1rem .24rem 0;
}
.my-details{
	margin: 0 -.12rem;
	display: flex;
}
.my-details .item{
	width: 25%;
	margin: 0 .12rem;
	text-align: center;
	border: #d5d5d5 1px solid;
	border-radius:.1rem ;
	overflow: hidden;
	line-height: .4rem;
}
.my-details .title{
	height: .4rem;
	line-height: .4rem;
	background: #d5d5d5;
	color: #fff;
}
.my-details .item:nth-child(1){
	border-color:#aa89bd ;
}
.my-details .item:nth-child(1) .title{
	background:#aa89bd ;
}
.my-details .item:nth-child(2){
	border-color:#00b7ee ;
}
.my-details .item:nth-child(2) .title{
	background:#00b7ee ;
}
.my-details .item:nth-child(3){
	border-color:#b3d465 ;
}
.my-details .item:nth-child(3) .title{
	background:#b3d465 ;
}
.my-details .item:nth-child(4){
	border-color:#f29b76 ;
}
.my-details .item:nth-child(4) .title{
	background:#f29b76 ;
}

.my-growing{
	margin: .1rem .24rem .24rem;
}
.my-growing .item{
	margin-bottom: .1rem;
	display: flex;
}
.my-growing .text{
	width: 100%;
	height: .54rem;
	line-height: .5rem;
	border: #d0000e 1px solid;
	border-radius:.1rem;
	padding: 0 .2rem;
}
.my-growing .btn{
	height: .54rem;
	line-height: .5rem;
	margin-left: .1rem;
	flex-shrink: 0;
	width:1.8rem;
	border-color:#505050 ;
	color: #505050;
}
.my-growing .active .btn{
	border-color:#d0000e;
	color: #d0000e;
}
.my-growing .item:nth-child(n) .text{
	background: linear-gradient(to right,#d0e7b8,#e1f0f2);
}
.my-growing .item:nth-child(2n) .text{
	background: linear-gradient(to right,#e7e7b8,#e1f0f2);
}
.my-growing .item:nth-child(3n) .text{
	background: linear-gradient(to right,#e7b9b8,#e1f0f2);
}
.my-growing .item:nth-child(4n) .text{
	background: linear-gradient(to right,#e7b8df,#e1f0f2);
}

.my-growing .item:nth-child(5n) .text{
	background: linear-gradient(to right,#c0f0ff,#e1f0f2);
}

.commission-count{
	height: 44px;
	position: fixed;
	left: 0;
	right: 0;
	top: 44px;
	background: #ffffff;
	font-size: .34rem;
	display: flex;
	justify-content: space-between;
	padding: 0 .3rem;
	line-height: 44px;
}

.commission-count~.mui-content {
    padding-top: 88px;
}