@charset "utf-8";

body {
	background: #f8f8f8;
}
#index_content{ width:100%; height:100%;}
.container {
	width: 100%;
	height: 100%;
	margin: auto;
}
/*成为分销商前提条件*/
.premise-box {
	position: relative;
	margin-bottom: 10px;
}

.premise-box:after {
	content: '';
	position: absolute;
	left: 17px;
	top: 13px;
	bottom: 10px;
	width: 1px;
	background-color: #D5D5D5;
	box-shadow: none;
	overflow: visible;
}

.premise-box h2 {
	height: 40px;
	line-height: 40px;
	background-color: #EDF1F2;
	font-size: 16px;
	color: #353535;
	position: relative;
}

.premise-box h2 span {
	display: block;
	text-indent:10%;
}

.premise-box h2 i {
	position: absolute;
	left: 9px;
	top: 1px;
	color: #fff;
	z-index: 3;
	font-size: 16px;
	font-weight: normal;
}

.premise-box h2:after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	font-size: 20px;
	background-color: #55B700;
	border-radius: 50%;
	left: 5px;
	top: 8px;
	z-index: 2;
}

.premise-box h2.success:after {
	content: '';
	position: absolute;
	left: 0.15rem;
	top: 0.14rem;
	width: 0.6rem;
	height: 0.3rem;
	border-left: 0.065rem solid #fff;
	border-bottom: 0.065rem solid #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.premise-info {
	background: #fff;
	padding: 12px 0;
}

.premise-info ul li {
	font-size: 13px;
	padding: 7px 0 5px 10%;
	line-height: 20px;
	position: relative
}

.premise-info ul li:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}

.premise-info ul li:nth-child(2) {
	margin-top: 15px;
}

.premise-info ul li p:first-child {
	float: left;
	color: #666;
}

.premise-info ul li p:last-child {
	float: right;
	margin-right: 3%;
	color: #999;
}

.premise-info ul li p span {
	display: block;
	text-align: right;
	height: 15px;
}

.premise-info ul li p:first-child span {
	display: block;
	width: 100%;
}

.premise-info ul li .after {
	position: absolute;
	left: 10px;
	top: 8px;
	width: 15px;
	height: 15px;
	background-color: #999;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	z-index: 2;
}

.premise-info ul li.success p:last-child {
	color: #55B700;
}

.premise-info ul li.success .after {
	background-color: #55B700;
}

/*底部按钮*/
.container .premise-footer {
	width: 95%;
	margin: auto;
}

.premise-footer a.btn {
	display: block;
	border: none;
	border-radius: 4px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

/*成为分销商后的特权*/
.privilege-box {
	width: 95%;
	margin: 10px auto 0;
}

.privilege-box h2 {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #353535;
	font-weight: normal
}

.pirvilege-list {
	background: #fff;
	border: 1px solid #eee;
}

.pirvilege-list ul li {
	padding: 10px;
	position: relative;
}

.pirvilege-list ul li:after {
	content: '';
	height: 1px;
	border-bottom: 1px solid #eee;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 0;
}

.pirvilege-list ul li i.shop, .pirvilege-list ul li i.money {
	float: left;
	width: 40px;
	height: 40px;
	background: url(../images/user/btn_goods_collection.png);
	background-size: contain;
}

.pirvilege-list ul li i.money {
	background: url(../images/user/btn_user_info.png);
	background-size: contain;
}

.pirvilege-list ul li dl {
	position: relative;
	padding-left: 50px;
}

.pirvilege-list ul li dl dt {
	display: block;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #353535;
}

.pirvilege-list ul li dl dd {
	display: block;
	height: 15px;
	line-height: 15px;
	font-size: 12px;
	color: #999;
}

.pirvilege-tip {
	display: block;
	padding: 10px;
	line-height: 18px;
	font-size: 12px;
	color: #999;
}

/*申请成功页面*/
.apply-success {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.apply-success .apply-success-icon {
	margin: 35px 0 10px 0;
	height: 60px;
	text-align: center;
}

.apply-success .apply-success-icon i {
	line-height: 60px;
	font-size: 80px;
}

.apply-success .apply-success-tip {
	display: block;
	text-align: center;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #353535;
}

.apply-success .apply-success-btn {
	margin-top: 40px;
}

.apply-success .apply-success-btn  a.btn {
	display: inline-block;
	width: 44%;
	height: 40px;
	line-height: 40px;
	padding: 0;
	margin: 0 auto;
	font-size: 16px;
	text-align: center;
	color: #fff;
	border: none;
	border-radius: 3px;
}

.apply-success .apply-success-btn  a.btn:first-child {
	margin-right: 2%;
	background: #FF9301;
}

/*分销中心页面*/
/*头部*/
.header-wrap {
	position: relative;
	height: 150px;
	width: 100%;
	background: url(../images/distribution/distribution_centre_bg.png) repeat-x;
	background-size: contain;
}

.header-wrap dl {
	width: 90%;
	margin: auto;
	height: 150px;
	display: flex;
}

.header-wrap dl dt {
	width: 80px;
	float: left;
	height: 80px;
	margin-top: 35px;
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 99%;
    overflow: hidden;
}

.header-wrap dl dt img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.header-wrap dl dd {
	float: left;
	height: 60px;
	margin-top: 55px;
	padding-left: 8px;
}

.header-wrap dl dd span {
	display: block;
	font-size: 18px;
	line-height: 150%;
	color: #FFF;
}

.header-wrap dl dd em {
	display: block;
	font-size: 12px;
	line-height: 150%;
	color: #FFF;
	font-style: normal
}

.header-wrap-right {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	padding: 12px;
	right: 0;
}

.header-wrap-right a.set-shop-info {
	display: block;
	height: 24px;
	line-height: 24px;
}

.header-wrap-right a.set-shop-info i {
	display: block;
	font-size: 1rem;
	height: 24px;
	width: 24px;
	color: #fff;
}

/*资金详情*/
.money-list {
	width: 100%;
	position: relative;
	background: #fff;
	margin-bottom: 10px;
}

.money-list li {
	width: 50%;
	float: left;
	border-bottom: 1px solid #F6F6F9;
	box-sizing: border-box;
	padding: 15px 0;
	position: relative;
}

.money-list li:first-child:after, .money-list li:nth-child(3):after {
	content: '';
	height: 40px;
	width: 1px;
	background: #f6f6f9;
	position: absolute;
	top: 15px;
	right: 0;
}

.money-list li span {
	display: block;
	height: 20px;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	color: #353535;
}

.money-list li span i {
	display: inline-block;
	line-height: 20px;
	font-size: 20px;
	color: #23AC39;
	vertical-align: middle;
	margin-right: 3px;
}

.money-list li:nth-child(2) span i {
	color: #f23030;
}

.money-list li:nth-child(3) span i {
	color: #FEA004;
}

.money-list li:nth-child(4) span i {
	color: #23AC39;
}

.money-list li em {
	display: block;
	width: 100%;
	height: 20px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color: #999;
	font-style: normal;
}

.money-list li em strong {
	display: inline-block;
	font-size: 16px;
	margin-left: 2px;
	font-weight: normal;
}
/*分销中心样式修改*/
.distribution-centre-nav {
	height: 85px;
	padding: 0 10px 0 3%;
	background-color: #fff;
	border-bottom: 1px solid #f6f6f9;
}
.distribution-centre-nav a{ width:100%;	display: -webkit-box;-webkit-box-orient: horizontal;-webkit-box-pack: justify;}
.distribution-centre-nav .total-money p:first-child {
	font-size: 14px;
	color: #353535;
	padding: 16px 0 5px 0;
}

.distribution-centre-nav .total-money p:last-child {
	color: #f23030;
	font-size: 28px;
}

.distribution-centre-nav .nav-r p {
	font-size: 14px;
	line-height: 85px;
	color: #999;
	background: url(../images/user/user_right.png) no-repeat right center;
	background-size: auto 15px;
	padding-right: 15px;
}
.distribution-centre-nav .nav-r p em{ margin-left:3px;color:#38b66e;}

/*中间内容*/
.center-content {
	width: 100%;
	position: relative;
	background: #fff;
}

.center-content ul {
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.center-content ul li {
	width: 25%;
	float: left;
	margin: auto;
	border-bottom: 1px solid #F6F6F9;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 60px;
	position:relative;
}
.center-content ul li:after{content: '';width: 1px;display: block;background: #f6f6f9;position: absolute;pointer-events: none; right:0;top: 0;bottom: 0;z-index: 2;}
.center-content ul li:nth-child(4n):after{ content:none;}
.center-content ul li span {
	display: block;
	width: 40px;
	height: 40px;
	margin: auto;
}

.center-content ul li em {
	display: block;
	width: 100%;
	height: 20px;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	color: #353535;
	font-style: normal;
}

.distributor-income-icon {
	background: url(../images/distribution/distributor_income.png) no-repeat center center;
	background-size: auto 30px;
}

.distribution-team-icon {
	background: url(../images/distribution/distribution_team.png) no-repeat center center;
	background-size: auto 30px;
}

.distribution-order-icon {
	background: url(../images/distribution/distribution_order.png) no-repeat center center;
	background-size: auto 30px;
}

.distribution-help-icon {
	background: url(../images/distribution/distribution_help.png) no-repeat center center;
	background-size: auto 30px;
}

.add-goods-icon {
	background: url(../images/distribution/add_goods.png) no-repeat center center;
	background-size: auto 30px;
}

.look-shop-icon {
	background: url(../images/distribution/look_shop.png) no-repeat center center;
	background-size: auto 30px;
}

.shop-set-icon {
	background: url(../images/distribution/shop_set.png) no-repeat center center;
	background-size: auto 30px;
}

.withdraw-icon {
	background: url(../images/distribution/withdraw.png) no-repeat center center;
	background-size: auto 30px;
}

/*分销页面底部*/
.distribution-footer-top {
	height: 45px;
	width: 100%;
	clear: both;
	line-height: 45px;
}

.distribution-footer-nav {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 45px;
	background: #fdfdfd;
	border-top: #eee 1px solid;
	z-index: 100;
	padding: 0px;
	margin: 0 auto;
	max-width:640px;
}

.distribution-footer-nav ul {
	width: 100%;
	height: 40px;
	margin: auto;
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
}

.distribution-footer-nav ul li {
	width: 20%;
	height: 40px;
	float: left;
	text-align: center;
	margin: 0px;
}

.distribution-footer-nav ul li a {
	text-align: center;
	font-size: 12px;
	color: #666;
	display: block;
	height: 40px;
	position: relative;
	margin: auto
}

.distribution-footer-nav ul li i {
	display: block;
	width: 25px;
	height: 25px;
	margin: 0 auto;
	color: #666;
}

.index-icon, .small-shop-icon, .distribution-centre-icon, .cart-icon, .user-icon {
	background: url(../images/distribution/footer-navimg.png) no-repeat;
	background-size: auto 150px;
}

.distribution-footer-nav ul li .index-icon {
	background-position: -1px 1px;
}

.distribution-footer-nav ul li .small-shop-icon {
	background-position: 0px -25px;
}

.distribution-footer-nav ul li .distribution-centre-icon {
	background-position: -2px -56px;
}

.distribution-footer-nav ul li .cart-icon {
	background-position: 0px -86px;
	position: relative;
}

.distribution-footer-nav ul li .user-icon {
	background-position: 1px -117px;
}

.distribution-footer-nav ul li.cur .index-icon {
	background-position: -28px 3px;
}

.distribution-footer-nav ul li.cur .small-shop-icon {
	background-position: -26px -26px;
}

.distribution-footer-nav ul li.cur .distribution-centre-icon {
	background-position: -27px -56px;
}

.distribution-footer-nav ul li.cur .cart-icon {
	background-position: -27px -86px;
}

.distribution-footer-nav ul li.cur .user-icon {
	background-position: -27px -117px;
}

.distribution-footer-nav ul li span {
	display: block;
	width: 100%;
	height: 18px;
	line-height: 18px;
	font-size: 0.5rem;
	color: #666;
}

.distribution-footer-nav ul li.cur span {
	color: #f23030;
}

.cart-num {
	position: absolute;
	top: 2px;
	left:100%;
	line-height:.6rem;
	font-style:normal;
	border-radius:8px;
	padding:0 4px;
	font-size:0.5rem;
	border:1px solid #fff;
	background: none;
}

.distribution-footer-nav ul li.cur .cart-num {
	display: none;
}

/*分销订单*/
.order-box {
	position: relative;
}

.order-list-top {
	width: 100%;
	height: 45px;
	background: #FFF;
	border-bottom: 1px solid #EEE;
}

.order-list-top li {
	width: 25%;
	float: left;
	height: 45px;
	text-align: center;
}

.order-list-top li a {
	display: inline-block;
	margin: auto;
	text-align: center;
	font-size: 0.6rem;
	line-height: 43px;
	color: #353535
}

.order-list-top li a.current {
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

.order-center-content {
	width: 100%;
	overflow: hidden;
	margin-top: 0.5rem;
}

.order-list {
	width: 100%;
	overflow: hidden;
	background: #FFF;
	margin-bottom: 0.5rem;
	position:relative;
}

.order-list:last-child {
	margin-bottom: 0px;
}

.order-list h2 {
	height: 2rem;
	padding: 0 2.5%;
	border-bottom: 1px solid #eee;
}

.order-list h2 .shop-icon {
	display: block;
	float: left;
	height: 2rem;
	width: 1rem;
	text-align: center;
	line-height: 2rem;
	font-size: 0.8rem;
	color: #666;
}

.order-list h2>span {
	display: inline-block;
	float: left;
	height: 40px;
	font-size: 0.7rem;
	line-height: 2rem;
	color: #353535;
	font-weight: normal;
	padding-right: 15px;
}

.order-list h2 strong {
	text-align: left;
	display: inline-block;
	float: right;
	font-size: 0.6rem;
	line-height: 2rem;
	color: #666;
	font-weight: normal
}
.order-list h2 strong .user-rank img{ height:15px;}
.order-list-tip {
	width: 100%;
	margin: 5px auto 0px;
	padding: 0 2.5%;
}

.order-list-tip p {
	height: 25px;
	line-height: 25px;
}

.order-list-tip p span {
	color: #353535;
	font-size: 14px;
	text-align: left;
}

.order-list-tip p span:first-child {
	color: #999;
}
.order-list .distribut-money{ width:95%;margin: 0 auto 5px;}
.order-list .distribut-money span {
	font-size: 0.6rem;
	color: #353535;
	display:inline-block;
	line-height:25px;
}

.order-list .distribut-money .freight {
	font-size: 0.6rem;
	color: #353535;
}

.order-list .distribut-money .price-sum {
	color: #f23030;
	font-size: 0.55rem;
}

.order-list .distribut-money span:nth-child(2) {
	margin-right: 5px;
}

.order-list .distribut-money strong {
	font-size: 0.75rem;
	color: #f23030;
	font-weight: normal;
}
.order-close-des{ color: #999; font-size: 14px;margin-top: -.25rem;margin-bottom: .5rem;padding:0 2.5%;}
.order-list .distribut-status{ position:absolute; right:0.5rem; top:2.5rem; height:60px; width:60px;}
.order-list .distribut-status.status-order-close{ right: 80px;}
.order-list .distribut-status img{ width:100%; height:auto;}
.order-bottom-btn {
	padding: 0 2.5%;
	border-top: 1px solid #f8f8f8;
	text-align: right;
	font-weight: normal;
}

.order-bottom-btn a {
	display: inline-block;
	margin: 0.45rem 0.5rem 0.45rem 0;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	height: 1.35rem;
	font-size: 0.7rem;
	line-height: 1.35rem;
	color: #666;
	text-align: center;
	border: 1px solid #d7d7d7;
	border-radius: 0.15rem;
	box-sizing: border-box;
}

.order-bottom-btn a:last-child {
	margin-right: 0;
}

.order-bottom-btn a.cur {
	background: #f23030;
	border: 1px solid #f23030;
	color: #fff;
	margin-right: 0px;
}

.order-bottom-btn a.invalid {
	background: #D7D7D7;
	border: 1px solid #d7d7d7;
	color: #fff;
}

.order-bottom-btn span {
	display: inline-block;
	margin-top: 12px;
	padding-left: 10px;
	padding-right: 10px;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	border: 1px solid #ccc;
	text-align: center;
	border-radius: 2px;
	color: #666
}

.order-bottom-btn strong {
	display: inline-block;
	margin-top: 12px;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	color: #666;
	font-weight: normal;
	text-align: left;
	margin-right: 10px;
}

.order-bottom-btn i {
	display: inline-block;
	margin-top: 12px;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	color: #999;
	font-weight: normal;
	text-align: left;
	margin-left: 5px;
}

/*微店信息*/
.shop-info-box {
	width: 100%;
	background: #fff;
}

.shop-info-box dl {
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

.shop-info-box dl:last-child {
	border-bottom: none;
}

.shop-info-box dt {line-height: 0.9rem;display: block;height: 1rem;padding: 0.5rem 0.7rem 0.5rem 0; margin-left: 0.5rem;display: -webkit-box;display: box;display: -webkit-flex;display: flex;}
.shop-info-box dt h3{font-size: 0.7rem;line-height: 1rem;color: #353535;font-weight:normal;}
.shop-info-box dt h5 {font-size: 0.6rem;color: #999;line-height: 1rem;font-weight:normal;display: block;width: 100%;-webkit-box-flex: 1;-webkit-flex: 1;flex: 1; text-align:right;}
.shop-info-box dt.user-logo{ height:2.5rem; line-height:2.5rem;}
.shop-info-box dt.user-logo h3 {
	height: 2.5rem;
	line-height: 2.5rem;
}

.shop-info-box dt.user-logo h5 {
	height: 2.5rem;
	cursor:pointer;
}

.shop-info-box dt.user-logo h5 span{ display: inline-flex; align-items: center; text-align: center; vertical-align: middle; border-radius: 50%; overflow: hidden; background: #fff; width: 2.5rem; height: 2.5rem; border: 1px solid #eee;}

.shop-info-box dt.user-logo h5 img { max-width: 100%; max-height: 100%; align-items: center; margin: 0 auto;}

.shop-info-box dl.upload-background dt.user-logo h5 img {
	width: 5rem;
	height: 2.5rem;
	border-radius: 3px;
}

.shop-info-box dt h5 i {
	display: inline-block;
	width: 0.7rem;
	height: 0.7rem;
	margin-left: 0.2rem;
	line-height: 0.7rem;
	font-size: 0.6rem;
	color: #999;
	font-weight: normal;
}

#small_shop_name {
	display: none;
}

#small_wechat {
	display: none;
}

#small_qq {
	display: none;
}

/*选择分销商品页面*/
.distribution-goods-tip {
	position: relative;
	background: #f23030;
	color: #fff;
	font-size: 14px;
	padding: 10px 2.5%;
	font-weight: normal;
}

.distribution-goods-tip .tip-title {
	height: 40px;
	line-height: 40px;
	background: #EE5A3C;
	color: #fff;
	font-size: 16px;
	text-align: left;
	font-weight: normal;
	padding-left: 3%;
	position: relative;
}

.distribution-goods-tip .tip-title:after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg) scale(.5);
	transform: rotate(45deg) scale(.5);
	position: absolute;
	top: 12px;
	right: 15px;
	transition: all .3s linear;
}

.distribution-goods-tip.open .tip-title:after {
	-webkit-transform: rotate(135deg) scale(.5);
	transform: rotate(135deg) scale(.5);
}

.distribution-goods-tip .tip-info {
	background: #F8573B;
	width: 100%;
	padding: 5px 0;
}

.distribution-goods-tip .tip-info dl {
	color: #fff;
	padding: 0 5%;
}

.distribution-goods-tip .tip-info dl dd {
	text-indent: 20px;
	position: relative;
}

.distribution-goods-tip .tip-info dl dd:before {
	content: '';
	height: 3px;
	width: 3px;
	background: #fff;
	border-radius: 50%;
	border: non;
	position: absolute;
	top: 10px;
	left: 12px;
}

.distribution-goods-tip .tip-info p {
	color: #fff;
	padding-left: 5%;
}

.distribution-goods-list {
	margin: 10px 0;
	position: relative;
	background: #fff;
	border-top: 1px solid #eee;
}

.distribution-goods-list>ul>li {
	position: relative;
	padding: 0.5rem 0 0.5rem 0.5rem;
	border-bottom: 1px solid #eee;
}

.distribution-goods-list ul li .goods-pic {
	display: block;
	width: 3.7rem;
	height: 3.7rem;
	position: absolute;
	z-index: 1;
	top: 0.5rem;
	left: 0.5rem;
	text-align: center;
}

.distribution-goods-list ul li .goods-pic img {
	max-width: 100%;
	max-height: 100%;
}

.distribution-goods-list ul li .goods-info {
	display: block;
	margin: 0 0 0 4.1rem;
	position: relative;
	padding-right: 0.5rem;
	min-height: 3.8rem;
}

.distribution-goods-list ul li .goods-info .goods-name {
	display: block;
	height: 1.8rem;
	line-height: 0.9rem;
	overflow: hidden;
	font-size: 14px;
	color: #353535;
}

.distribution-goods-list ul li .goods-info .goods-price {
	height: 1.1rem;
	color: #f23030;
	font-size: 0.55rem;
}

.distribution-goods-list ul li .goods-info .goods-price em {
	font-size: 0.8rem;
}

.distribution-goods-list ul li .goods-info ul li {
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 13px;
	color: #a8a8a8;
	position: relative;
	padding-left: 8px;
	cursor: pointer;
}

.distribution-goods-list ul li .goods-info ul li:before {
	content: '';
	height: 3px;
	width: 3px;
	background: #a8a8a8;
	border-radius: 50%;
	border: non;
	position: absolute;
	top: 6px;
	left: 0;
}

.distribution-goods-list ul li .goods-info ul li.profit-rank:first-child:after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border-top: 1px solid #a8a8a8;
	border-right: 1px solid #a8a8a8;
	-webkit-transform: rotate(45deg) scale(.5);
	transform: rotate(45deg) scale(.5);
	position: absolute;
	top: -2px;
	right: 0;
	transition: all .3s linear;
}

.distribution-goods-list ul li .goods-info ul li.profit-rank.open:first-child:after {
	-webkit-transform: rotate(135deg) scale(.5);
	transform: rotate(135deg) scale(.5);
}

.distribution-goods-list ul li .goods-info .goods-bottom-btn {
	text-align: right;
}

.distribution-goods-list ul li .goods-info .goods-bottom-btn a {
	display: inline-block;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	height:32px;
	font-size:16px;
	line-height:32px;
	color: #fff;
	text-align: center;
	border:none;
	border-radius:4px;
	background:#f23030;
}

/*我的团队页面*/
.my-team-top {
	width: 100%;
	height: 45px;
	background: #FFF;
	border-bottom: 1px solid #EEE;
}
.my-team-top ul{display: -webkit-box !important;display: box !important;position: relative;}
.my-team-top li{position: relative;-webkit-box-flex: 1;box-flex: 1;height:45px; text-align:center;}
.my-team-top li a {
	display: inline-block;
	margin: auto;
	text-align: center;
	font-size: 0.6rem;
	line-height: 43px;
	color: #353535
}

.my-team-top li a.current {
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

.my-team-list {
	margin: 10px 0;
}

.my-team-list .my-team-item {
	background: #fff;
	padding: 10px;
	border-bottom: 1px solid #eee;
}

.my-team-list .my-team-item dt {
	height: 50px;
	width: 50px;
	float: left;
}

.my-team-list .my-team-item dt img {
	height: 50px;
	width: 50px;
	border-radius: 50%;
}

.my-team-list .my-team-item dd {
	position: relative;
	margin-left: 60px;
}

.my-team-list .my-team-item dd p {
	height: 15px;
	line-height: 15px;
	color: #a8a8a8;
	font-size: 12px;
}

.my-team-list .my-team-item dd p .money {
	display: inline-block;
	float: right;
	color: #f23030;
	font-size: 13px;
}

.my-team-list .my-team-item dd p .money em {
	font-size: 16px;
}

.my-team-list .my-team-item dd p.user-name {
	height: 20px;
	line-height: 20px;
	color: #353535;
	font-size: 16px;
}

/*我的收入页面*/
.my-income-top {
	position: relative;
	width: 100%;
}

.my-income-top img {
	width: 100%;
}

.my-income-list {
	width: 100%;
	position: relative;
	background: #fff;
	margin-bottom: 10px;
}

.my-income-list li {
	width: 50%;
	float: left;
	border-bottom: 1px solid #F6F6F9;
	box-sizing: border-box;
	padding: 15px 0;
	position: relative;
}

.my-income-list li:nth-child(3), .my-income-list li:nth-child(4) {
	border-bottom: none;
}

.my-income-list li:first-child:after, .my-income-list li:nth-child(3):after {
	content: '';
	height: 40px;
	width: 1px;
	background: #f6f6f9;
	position: absolute;
	top: 15px;
	right: 0;
}

.my-income-list li span {
	display: block;
	height: 20px;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	color: #353535;
}

.my-income-list li em {
	display: block;
	width: 100%;
	height: 20px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color: #f23030;
	font-style: normal;
}

.my-income-list li em strong {
	display: inline-block;
	font-size: 16px;
	margin-left: 2px;
	font-weight: normal;
}

.my-income-list .apply-cash-btn {
	margin: 0.5rem 0 0;
	text-align: center;
}

.my-income-list .apply-cash {
	display: inline-block;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	height: 1.25rem;
	font-size: 0.7rem;
	line-height: 1.25rem;
	color: #f23030;
	text-align: center;
	border: 1px solid #f23030;
	border-radius: 0.15rem;
	box-sizing: border-box;
	margin-bottom: 1rem;
}

.my-income-middle {
	margin-top: 0.5rem;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #fff;
}

.my-income-middle>a {
	display: block;
	height: 2.25rem;
	line-height: 2.25rem;
	font-size: 0.7rem;
	color: #353535;
	border-bottom: 0.05rem solid #F6F6F9;
	padding-left: 0.5rem;
	position: relative;
}

.my-income-middle>a:last-child {
	border: none;
}

.my-income-middle>a:after {
	content: '';
	display: block;
	width: 0.85rem;
	height: 0.85rem;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	-webkit-transform: rotate(45deg) scale(.5);
	transform: rotate(45deg) scale(.5);
	position: absolute;
	top: 0.65rem;
	right: 0.5rem;
}

/*账户明细*/
.order-search{ display:none;}
.income-details-top {
	width: 100%;
	height: 45px;
	background: #FFF;
	border-bottom: 1px solid #EEE;
}

.income-details-top li {
	width: 25%;
	float: left;
	height: 45px;
	text-align: center;
}

.income-details-top li a {
	display: inline-block;
	margin: auto;
	text-align: center;
	font-size: 14px;
	line-height: 43px;
	color: #353535
}

.income-details-top li a.current {
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

.income-details-middle {
	margin: 10px 0;
}

.income-details-middle dl {
	padding: 0.3rem 0.5rem;
	border-bottom: 0.05rem solid #F6F6F9;
	background: #fff;
	position: relative;
}

.income-details-middle dl .user-logo {
	position: absolute;
	top: 15px;
	left: 10px;
	height: 50px;
	width: 50px;
}

.income-details-middle dl .user-logo img {
	height: 50px;
	width: 50px;
	border-radius: 50%;
}

.income-details-middle dl dt {
	height: 30px;
	line-height: 30px;
	position: relative;
	padding-left: 60px;
	font-size: 16px;
}

.income-details-middle dl dt span:first-child {
	display: inline-block;
	width: 50%;
	font-size: 0.7rem;
	font-weight: 600;
}

.income-details-middle dl dt span.order-status-get {
	color: #38b66e;
}

.income-details-middle dl dt span.order-status-lose {
	color: #f23030;
}

.income-details-middle dl dt .get {
	color: #38b66e;
	float: right;
	text-align: right;
}

.income-details-middle dl dt .lose {
	color: #f23030;
	float: right;
	text-align: right;
}

.income-details-middle dl dd {
	position: relative;
	padding-left: 60px;
	font-size: 12px;
	color: #999;
	line-height: 20px;
}

.income-details-middle dl dd span {
	display:block;
	text-align: left;
	color: #999;
	line-height: 20px;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.income-details-middle dl dd span:nth-child(2n) {
	text-align: right;
	margin-left:0.3rem;
}

/*我要提现*/
.withdraw-top {
	height: 85px;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: justify;
	padding: 0 10px 0 3%;
	background-color: #fff;
	border-bottom: 1px solid #f6f6f9;
}

.withdraw-top .total-money p:first-child {
	font-size: 14px;
	color: #353535;
	padding: 16px 0 5px 0;
}

.withdraw-top .total-money p:last-child {
	color: #f23030;
	font-size: 28px;
}

.withdraw-top .withdraw-top-r p {
	font-size: 14px;
	line-height: 85px;
	color: #999;
}

/*提现记录*/
.withdraw-record-box {
	background: #fff;
}

.withdraw-record-box .withdraw-record-item {
	width: 95%;
	margin: auto;
	border-bottom: 0.05rem solid #F6F6F9;
	height: 2rem;
	padding: 0.5rem 0;
}

.withdraw-record-box .withdraw-record-item .withdraw-record-time {
	display: inline-block;
	vertical-align: top;
	color: #A9A9A9;
	text-align: center;
}

.withdraw-record-box .withdraw-record-item .withdraw-record-time dt {
	display: block;
	height: 1.2rem;
	line-height: 1.2rem;
	font-size: 16px;
}

.withdraw-record-box .withdraw-record-state {
	float: right;
	line-height: 2rem;
	position: relative;
}
.withdraw-record-box .withdraw-record-state .refuse-reason i{ vertical-align: middle;}
.withdraw-record-box .withdraw-record-state .refuse-reason .text { display: none;  position: absolute; width: 8rem; top: 35px; line-height: .7rem; right: 0; padding: .3rem; background: rgba(0,0,0,.4); color: #fff !important; font-size: .5rem;text-align: left; border-radius: .15rem; z-index: 11;}
.withdraw-record-box .withdraw-record-state .refuse-reason .text:before { content: ''; position: absolute; width: 0; height: 0; border-width: .3rem .3rem 0 0; border-color: rgba(0,0,0,.4) transparent transparent; border-style: solid; right: 5px; transform: rotate(45deg); top: -.146rem; }

.withdraw-record-box .withdraw-record-item .withdraw-record-time dd {
	display: block;
	line-height: 0.8rem;
	font-size: 14px;
}

.withdraw-record-box .withdraw-record-pic {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}

.withdraw-record-box .withdraw-record-pic img {
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
}

.withdraw-record-box .withdraw-record-info {
	display: inline-block;
	vertical-align: top;
}

.withdraw-record-box .withdraw-record-info dt {
	display: block;
	height: 1.2rem;
	line-height: 1.2rem;
	font-size: 18px;
	color: #353535;
}

.withdraw-record-box .withdraw-record-info dd {
	display: block;
	line-height: 0.8rem;
	font-size: 14px;
	color: #696969;
}

/*分销帮助中心*/
.help-content {
	background: #fff;
	padding: 0 10px;
	margin: 0.5rem auto 0;
	overflow: hidden;
}

.help-content .article-list {
	width: 100%;
	background: #fff;
}

.help-content .article-list li {
	height: 40px;
	border-bottom: 1px dotted #eee;
}

.help-content .article-list li a.article-name {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 40px;
	color: #666;
	font-size: 14px;
	position: relative;
	padding-right: 30px;
}

.help-content .article-list li a.article-name:after {
	position: absolute;
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	-webkit-transform: rotate(45deg) scale(.5);
	transform: rotate(45deg) scale(.5);
	position: absolute;
	top: 12px;
	right: 0px;
}

/*我的推广页面*/
.distributor-share {
	width: 100%;
	height: 100%;
	position: relative;
	min-height: calc(100vh - 51px);
	box-sizing: border-box;
}
.distributor-share .distributor-share-img{ position: absolute; left: 0;right:0;top: 0;bottom: 0; width: 100%; height: 100%; z-index: 0;}
.distributor-share .distributor-share-img img{ width: 100%; height: 100%;}
.distributor-share .distributor-share-bg{ position: absolute; left: 0;right:0;top: 0;bottom: 0; width: 100%; height: 100%; z-index: -1;}
.distributor-share .distributor-share-top { position: relative; }
.distributor-share .distributor-share-top .user-img{ margin:0 auto;width: 3rem; height: 3rem;border: 2px solid rgba(255,255,255,.6);border-radius: 100%; }
.distributor-share .distributor-share-top .user-img img{ display: block; border-radius:100%;width: 3rem; height: 3rem;  }
.distributor-share .distributor-share-top .user-name{ line-height:1.5rem; font-size:0.7rem; color: #fff; text-align: center; }
.distributor-share .distributor-share-code {width: 80%;margin: 2.5rem auto 0;}

.distributor-share .distributor-share-code .code-l, .distributor-share .distributor-share-code .code-r {
	float: left;
	width: 50%;
	text-align: center;
}

.distributor-share .distributor-share-code .code-l img, .distributor-share .distributor-share-code .code-r img {
	height: 6rem;
	width: 6rem;
}

.distributor-share .distributor-share-footer {
	width:280px;
	position: relative;
	margin:1rem auto;
}

.distributor-share .distributor-share-footer .invite-code{ text-align: center;padding-top: 1.2rem; height:4.7rem; position: relative;z-index: 1;}
.distributor-share .distributor-share-footer .invite-code.special{ height: 3.5rem;}
.distributor-share .distributor-share-footer .invite-code p{ font-size: 16px; font-weight: bold; line-height: 1rem;}
.distributor-share .distributor-share-footer .invite-code p:first-child{color: #353535; }
.distributor-share .distributor-share-footer .invite-code .code-text{font-size: 42px;line-height: 2.5rem;}
.distributor-share .distributor-share-footer .invite-code a{margin:0.25rem auto 0;display: inline-block;color: #fff;width: 65px;line-height:1.2rem;border-radius:0.6rem; text-align:center;}
.distributor-share .distributor-share-footer .invite-code-con{  margin:0 auto; padding-bottom:0.5rem; width: 266px; background-color: #fff; border-radius: 8px; margin-top: -1px; padding-top: .5rem;}
.distributor-share .distributor-share-footer .invite-code-con.invite-code-show{ border-radius: 0 0 8px 8px; padding-top: 0;}
.distributor-share .distributor-share-footer .invite-code-con .code-img{ width:8rem; height:auto;margin: 0 auto; }
.distributor-share .distributor-share-footer .invite-code-con .code-img img{ display: block; width:100%; height:auto;}
.distributor-share .distributor-share-footer .invite-code-con .code-desc{ line-height: 1rem; font-size: 14px; color: #666; text-align:center;width: 75%;margin: 0 auto;margin-bottom: 10px;}
.distributor-share .distributor-share-footer .invite-code-con .code-desc p{ height: 1rem; }
/*分享遮罩层*/
.bdshare-popup-box {
	background-color: #000;
	opacity: 0.9;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1001;
	display: none;
}

.bdshare-popup-box .bdshare-popup-top img {
	position: fixed;
	top: 0;
	right: 5%;
	z-index: 224;
}

.bdshare-popup-box .bdshare-popup-pic {
	text-align: center;
}

.bdshare-popup-box .bdshare-popup-bottom img {
	position: fixed;
	top: 192px;
	left: 50%;
	margin-left: -150px;
	z-index: 224;
}

/*分享后打开页面*/
.share-open {
	width: 100%;
	height: 100%;
	position: relative;
	background: url(../images/share_open_bg.png) no-repeat;
	background-size: cover;
}

a.share-open-btn {
	position: absolute;
	bottom: 1.5rem;
	left: 50%;
	margin-left: -100px;
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 200px;
	background: #EAEA24;
	color: #652E23;
	border-radius: 3px;
	font-size: 16px;
}

/*我的推荐*/
.my-recommend-top {
	width: 100%;
	position: relative;
	background-color: #f23030;
	background-image: url(../images/capital_top_bg.png);
	background-size: cover;
	text-align: center;
}

.my-recommend-top p {
	padding-top: 2.5rem;
	font-size: 0.85rem;
	color: #fff;
}

.my-recommend-top .recommend-num {
	font-size: 1.5rem;
	padding: 0.5rem 0;
	color: #fff;
	font-weight: normal;
	margin-bottom: 2rem;
}

.my-recommend-top-nav {
	border-top: 1px solid rgba(250, 250, 250, 0.1);
	position: relative;
	z-index: 2;
}

.my-recommend-top-nav .recommend-top-nav-li {
	padding: 0.5rem 0;
}

.my-recommend-top-nav .recommend-top-nav-li span {
	width: 49%;
	display: inline-block;
	border-right: 1px solid rgba(250, 250, 250, 0.1);
	box-sizing: border-box;
	font-size: 0.8rem;
	color: #fff;
}

.my-recommend-top-nav .recommend-top-nav-li span:last-child {
	border-right: none;
}

.my-recommend-list {
	margin: 10px 0;
}

.my-recommend-list .my-recommend-item {
	background: #fff;
	padding: 10px;
	border-bottom: 1px solid #eee;
}

.my-recommend-list .my-recommend-item dt {
	height: 50px;
	width: 50px;
	float: left;
}

.my-recommend-list .my-recommend-item dt img {
	height: 50px;
	width: 50px;
	border-radius: 50%;
}

.my-recommend-list .my-recommend-item dd {
	position: relative;
	margin-left: 60px;
}

.my-recommend-list .my-recommend-item dd p {
	height: 15px;
	line-height: 15px;
	color: #a8a8a8;
	font-size: 12px;
}

.my-recommend-list .my-recommend-item dd p .money {
	display: inline-block;
	float: right;
	color: #f23030;
	font-size: 13px;
}

.my-recommend-list .my-recommend-item dd p .money em {
	font-size: 16px;
}

.my-recommend-list .my-recommend-item dd p.user-name {
	height: 20px;
	line-height: 20px;
	color: #353535;
	font-size: 16px;
}

/*交易明细*/

/*我的微店*/
/*店铺页面头部*/
.shop-top{width:100%; position:relative;}
.shop-top #searchForm { position: absolute; top: 0; right: 0; left: 0; display: block; padding-right: 10px;}
.shop-top #searchForm .header-left { float: none;}
.shop-top #searchForm .header-left  a i{ color: #fff; }
.shop-top #searchForm #searchFormSubmit { padding: 0 .4rem; margin: 10px 10px 10px 0; font-size: 14px; line-height: 30px; color: #fff; border-radius: 1rem;}
.shop-top .goods-search { margin: 10px 10px 10px 0; font-size: 0; line-height: 1; background: #f0f2f5; border-radius: 30px; padding: 0 10px 0 30px; background-color: rgba(255,255,255,.2); box-sizing: border-box;}
.shop-top .goods-search input { width: 100%; height: 30px; padding: 5px; font-size: 14px; line-height: 20px; color: #fff; background-color: transparent; border: 0; box-sizing: border-box;}
.shop-top .goods-search input::-webkit-input-placeholder {color:#fff;}
.shop-top .goods-search input:-moz-placeholder {color:#fff;}
.shop-top .goods-search input::-moz-placeholder {color:#fff;}
.shop-top .goods-search input:-ms-input-placeholder {color:#fff;}
.shop-top .goods-search .iconfont { position: absolute; top: 0; bottom: 0; left: 10px; width: 15px; font-size: .8rem; line-height: 30px; color: #fff;}
.shop-top .shop-top-bg{ width:100%; height:auto;}
.shop-top .shop-top-bg img{ width:100%; height:auto;}
.shop-top dl{ width:100%;height:60px; background:#fff;}
.shop-top dl dt{margin-left: 15px;-webkit-transform: translateY(-35px);width: 70px;height: 70px; float:left;}
.shop-top dl dt img{ width: 70px; height: 70px; border-radius: 50%; object-fit: cover;}
.shop-top dl dd{position: relative;padding-top: 5px;height: 100%;box-sizing: border-box;margin: 0 0 0 95px;}
.shop-top dl dd .shop-name{font-size: 18px;color: #353535;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; height:30px; line-height:30px;}
/*楼层css*/
.goods-floor h2 {
	height: 2rem;
	line-height: 2rem;
	font-size: 16px;
	font-weight: bold;
	color: #353535;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #eee;
}

.goods-floor h2.bg {
	background: #fff;
	margin-top: 10px;
}

.goods-floor h2>font {
	display: inline-block;
	width: 1.5rem;
	height: 0.05rem;
	background: #999;
	position: relative;
	top: 0.95rem;
}

.goods-floor h2>span {
	display: inline-block;
	margin: 0 0.2rem;
	font-weight: bold;
}

.goods-floor ul li {
	width: 50%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.goods-floor ul li .goods-item {
	width: 97%;
	margin: auto;
	margin-bottom: 3%;
	background: #FFF;
	overflow: hidden;
	-webkit-box-shadow: 0 0 1px #eee;
	box-shadow: 0 0 1px #eee;
	box-sizing: border-box;
}

.goods-floor ul li .goods-item  .goods-info {
	width: 100%;
	overflow: hidden;
	margin: auto;
}

.goods-floor ul li .goods-item  .goods-pic {
	width: 100%;
	margin: auto;
	overflow: hidden;
	position: relative;
}

.goods-floor ul li .goods-item  .goods-pic a{ display: block; position: relative; width: 100%; padding-top: 100%;}

.goods-floor ul li .goods-item  .goods-pic a img { display: block; width: 100%; height: auto; position: absolute; left: 0; top: 0;}

.goods-floor ul li .goods-item  .goods-name {
	width: 93%;
	margin: auto;
	text-align: left;
	height: 1.75rem;
	overflow: hidden;
	margin-top: 0.25rem;
}

.goods-floor ul li .goods-item  .goods-name a {
	display: block;
	width: 100%;
	height: 1.8rem;
	line-height: 0.9rem;
	overflow: hidden;
	color: #353535;
	font-size: 0.65rem;
}

.goods-floor ul li .goods-item  .price {
	width: 100%;
	overflow: hidden;
	margin: auto;
	position: relative;
	text-align: left;
	margin-bottom: 0.25rem;
}

.goods-floor ul li .goods-item  .price span {
	display: block;
	width: 93%;
	overflow: hidden;
	margin: auto;
	font-size: 0.75rem;
	line-height: 35px;
	color: #f23030;
}

/*我的推荐*/
.my-recommend-top {
	display: -webkit-box !important;
	display: box !important;
	position: relative;
	background: #fff;
}

.my-recommend-top li {
	position: relative;
	-webkit-box-flex: 1;
	box-flex: 1;
	padding: 13px 0;
	width: 0;
}

.my-recommend-top li:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #f6f6f9;
}

.my-recommend-top li:last-child:after {
	content: none;
}

.my-recommend-top li span, .my-recommend-top li em {
	display: block;
	text-align: center;
	color: #666;
	line-height: 20px;
	font-size: 14px;
}

.my-recommend-top li em {
	font-size: 24px;
	line-height: 30px;
	color: #f23030;
}

.my-recommend-top li em i {
	font-size: 14px;
	font-weight: normal;
	margin-left: 3px;
}

.my-recommend-top li:first-child em {
	color: #ff9900
}

.my-recommend-top li:nth-child(3) em {
	color: #6AC20B
}

.my-recommend-list {
	margin: 10px 0;
}

.my-recommend-list .my-recommend-item {
	background: #fff;
	padding: 10px;
	border-bottom: 1px solid #F6F6F9;
}

.my-recommend-list .my-recommend-item dt {
	height: 60px;
	width: 60px;
	float: left;
}

.my-recommend-list .my-recommend-item dt img {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	margin-top: 5px;
}

.my-recommend-list .my-recommend-item dd {
	position: relative;
	margin-left: 60px;
}

.my-recommend-list .my-recommend-item dd p {
	height: 20px;
	line-height: 20px;
	color: #666;
	font-size: 12px;
}

.my-recommend-list .my-recommend-item dd p .money {
	display: inline-block;
	float: right;
	color: #f23030;
	font-size: 13px;
}

.my-recommend-list .my-recommend-item dd p .money em {
	font-size: 16px;
}

.my-recommend-list .my-recommend-item dd p.user-name {
	height: 20px;
	line-height: 20px;
	color: #353535;
	font-size: 16px;
}

.my-recommend-list .my-recommend-item dd p span:nth-child(2) {
	margin-left: 10px;
}

/*分享后打开页面*/
.share-open {
	width: 100%;
	height: 100%;
	position: relative;
	background: url(../images/share_open_bg.png) no-repeat;
	background-size: cover;
}

a.share-open-btn {
	position: absolute;
	bottom: 1.5rem;
	left: 50%;
	margin-left: -100px;
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 200px;
	background: #EAEA24;
	color: #652E23;
	border-radius: 3px;
	font-size: 16px;
}

/*分享图文*/
.share-commission {
	position: relative;
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	background: #fa827f;
}

.share-commission .iconfont {
	position: absolute;
	left: .4rem;
	font-size: .8rem;
	color: #fff;
}

.share-content,.share-content-poster {
	height: 100%;
	margin: 0 auto;
	padding: .5rem;
	color: #666;
	background: #fff;

}
.share-content{overflow-y: scroll;}
.share-content-poster{
	display: none;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	z-index: 1000;
}

.share-content-poster .goods-price .sold {
	position: relative;
	right: auto;
	top: auto;
}

.share-content .goods-price .sold {
	position: relative;
	right: auto;
	top: auto;
}

.content-header-left {
	float: left;
}

.content-header-right {
	color: #666;
	float: right;
}

.content-middle {
	width:80%;
	margin: .5rem auto;
	padding: .5rem;
	border: 1px solid #ccc;
}

.content-middle p {
	text-align: center;
}

.content-middle .pic {
	padding: .5rem 0;
}

.content-middle .pic img {
	width: 100%;
}

.content-middle .content-text h3 {
	font-size: .65rem;
	font-weight: normal;
	color: #353535;
	line-height: 20px;
	max-height:40px; overflow:hidden;line-height:20px;color: #353535;-webkit-line-clamp: 2;-webkit-box-orient: vertical;display: -webkit-box;
}
/*自定义二维码海报*/
.poster {
	margin: 0 auto .5rem;
}

.form-group dl dt {
	width: auto;
}

.form-group dl dt span em {
	color: #ff0000;
	margin-right: .1rem;
}

.form-group dl dd {
	padding-left: 0;
}

/*社区团我的提成*/
.comstore-income {
	position: relative;
	width: 100%;
	background: linear-gradient(to top, #fca182, #fd6467);
	text-align: center;
	color: #fff;
	font-size: .6rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 9rem;
	margin-bottom: 1.5rem;
}

.comstore-income .my-income-info {
	margin: 0 0 1.5rem;
}

.comstore-income .my-income-info .apply-cash {
	display: inline-block;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	font-size: 0.7rem;
	line-height: 1.25rem;
	text-align: center;
	border: 1px solid;
	border-radius: 0.15rem;
	box-sizing: border-box;
	color: #fff;
}

.comstore-income .my-income-info .apply-cash-btn {
	margin: 0.5rem 0 0;
	text-align: center;
}

.comstore-income .my-income-list {
	width: 94%;
	background: #fff;
	position: absolute;
	bottom: -.8rem;
	border-radius: .2rem;
	box-shadow: 0 5px 5px #ebebeb;
}

.comstore-income .my-income-list ul {
	display: flex;
}

.comstore-income .my-income-list li {
	box-sizing: border-box;
	padding: .6rem 0;
	width: 50%;
	line-height: 1.2rem;
}

.comstore-income .my-income-list li span {
	display: block;
	text-align: center;
	font-size: .6rem;
	color: #666;
}

.comstore-income .my-income-list li em {
	display: block;
	width: 100%;
	text-align: center;
	font-size: .9rem;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2rem;
}

.comstore-income .my-income-list li em strong {
	display: inline-block;
}

.comstore-share {
	background: #f83b38 url(../images/user/my-promotion-bg.png) no-repeat;
	background-size: 100% 100%;
}

.comstore-share .distributor-share-top {
	padding-top: 2rem;
}

.comstore-share .distributor-share-footer .invite-code {
	background: url(../images/user/my-promotion-bottom1.png) no-repeat;
	background-size: 100% 100%;
}

.comstore-share .distributor-share-footer .invite-code-con .qrcode {
	display: block;
}

.distribution-shop-name{ height: 30px; line-height: 30px; text-align: center; width: 96%; margin: 0 auto 10px; font-size: 16px; color: #353535;}
.distribution-shop-name i{ font-size: 20px; vertical-align: middle;}

/*分享*/
.share-home-btn { width: 1.8rem; height: 1.8rem; position: fixed; bottom: 8rem; right: 14px;transition: transform .3s; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; z-index: 112; background: rgba(255, 229, 36, 0.85);display: flex; align-items: center;justify-content: center; border-radius: 50%; box-sizing: border-box;}
.share-home-btn:before { content: '分享'; position: absolute; left: -.25rem; right: -.25rem; bottom: -.6rem;color: #fff; border-radius: 25px; background: #f88a2a; text-align: center; font-size: .5rem; line-height: .5rem; padding: .2rem 0; }
.share-home-btn i { font-size: .9rem; color: #333; }

.share-poster-box{ min-height: 100%;}
.share-poster-box .header-top-nav,.share-poster-box .header { background: transparent; }
.share-poster-box .header:after { border-top: none; }
.share-poster-box .header-left i, .share-poster-box .header-middle, .share-poster-box .show-menu a .iconfont { color: #fff; }
.share-poster .copyright,.share-poster .handle-spacing { display: none; }

.share-bg { padding: .5rem .8rem 0; max-width: 640px; min-height: calc(100vh - 50px);  z-index: 1000;}
.share-container { background:url(../images/distribution/share.png) no-repeat; background-size: 100% auto; margin: .6rem auto; height: calc(100vh - 75px);}

.share-info { padding: 1.5rem .5rem; margin: auto; border-radius: .5rem; }

.share-info .share-people{ height: 62px; width: 62px; box-sizing: border-box; border-radius: 31px; overflow: hidden; margin: 0 auto;}
.share-info .share-people img{ width: 100%;}

.share-info .share-text { text-align: center; font-size: .6rem; color: #333; margin: 1rem auto;}
.share-info .share-text .endorsement{ margin-top: .5rem}
.share-info .share-text .endorsement span{ background: linear-gradient(to right,#6679ff,#34caff); color: #fff; padding: .3rem .5rem; border-radius: 15px;}

.share-info .share-code { text-align: center; padding-top: 1rem;}
.share-info .share-code .code-pic { width: 185px; height: 185px; margin: auto; background:url(../images/distribution/share-code-bg.png) no-repeat center;}
.share-info .share-code .code-pic img { margin-top: 18px;}
.share-info .share-code p { font-size: .6rem; margin-top: .5rem;}

.share-container .share-btn-box { margin: 1rem 0; }
.share-container .share-btn-box .share-btn { display: block; width: 80%; margin: auto; text-align: center; color: #fff; font-size: .65rem; line-height: 1.8rem; border-radius: 5px;}
.share-container .share-btn-box .share-btn i { font-size: .8rem; margin-right: .3rem; }
