@charset "utf-8";
/* CSS Document */
.container {
  width: 100%;
}
.mt20 {
  margin-top: 10px;
}
.tools{
  background: #ffffff; 
  border-top:1px solid #e3e3e3;
  width:100%;
}

.tools_left{
  width:50%;
  float:left;
  height:199px;
  border-right: 1px solid #e3e3e3; 
  border-bottom:1px solid #e3e3e3; 

}
.tools .h2{ 
  padding:15px 0; 
  width:100%;
  color:#0f9a71;
  font-weight:600;
  font-size:16px;
  text-align:center;

}
.tools_left span{
  display: block;
  font-size:12px;
  color:#b8b8b8;
  text-align:center;
}
.tools_left img{
  height:120px;
  margin:auto;
}

.tools_right{
	width: 50%;
	float:left;
}
.view_1{
  height:99px;
  border-bottom:1px solid #e3e3e3; 
}

.view_1 .h2{ 
  padding:15px 0 7px 0; 
  width:100%;
  color:#0f9a71;
  font-weight:600;
  font-size:16px;
  text-align:center;
  margin-left:;
}

.view_1 span{
  display: block;
  font-size:12px;
  color:#b8b8b8;
  text-align:center;
}

.view_1 img{
  width:65px;
  height:60px;
  margin-top:-25px;
  float:right;
  margin-right:15px;
}
.AD img{
  width:100%;
  height:auto;
}
.title {
  line-height: 45px;
  border-bottom: 1px solid #eee;
  position: relative;
  display: flex;
  background: #ffffff;
}
.title:before {
  content: '';
  width: 5px;
  height: 20px;
  background: #d61319;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
.title .t_name {
  flex: 1;
  color: #333;
  padding-left: 15px;
  font-size:16px;
}

.title .t_more {
  width: 55px;
  text-align: right;
  font-size: 14px;
  color: #9c9c9c;
  position: relative;
}

.title .t_more p {
  padding-right: 18px;
}

.title .t_more::after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 1px 1px 0 0;
  border-color: #747474;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 10px;
}

.index_fw{
  background: #ffffff;
  padding:10px 5px;
}
.fw_li{
  width:calc(50% - 5px );
  float:left;
  margin-bottom:7px; 
  background:#eef5f3; 
  padding-bottom:10px;
  margin-right:7px;
}
.fw_li:nth-child(2n+2){margin-right:0px;}
.fw_li img{
  width:45px;
  height:45px;
  float:left;
  margin:10px 7px 0 7px;
}
.fw_li .content{
  float:left;
  width:110px;
}
.fw_li .content .h2{
  font-size:15px;
  font-weight:400;
  color:#000000;
  line-height:12px;
  margin-top:15px;
  height:20px; 

}
.fw_li .content p{
  font-size:12px;
  color:#999999;
}
.fw_li .content span{
  line-height:20px;
  color:#FFF; 
  background:#17a072;
  padding:3px 5px; 
  border-radius:4px;
  font-size:12px;
}

/*业务列表*/
.nav{
  width:100%;
  height:50px;
  display:flex;
  display:-webkit-flex;
  flex-direction:row;
  background: #ffffff;
  flex-wrap:wrap;
  justify-content:left;
}
.default{
  line-height:50px;
  text-align:center;
  flex:1;
  border-bottom:1px solid #e3e3e3;
  color:#000;
  font-size:16px;}
.red{
  line-height:50px;
  text-align:center;
  color:#fc5558;
  flex:1;
  border-bottom:2px solid #ff0000;
  font-size:16px; 
}
.topTitle{ background: #13a173; height:calc( .88rem + 1px ); text-align: center; line-height: .88rem; font-size: .36rem; color: #fff; border-bottom:1px solid #e3e3e3; position: relative; }
.topTitle a.returnBtn{ display: block;position: absolute; left: 0;padding: 0 .24rem; height: .88rem; font-size: 0 ;top:0; }
.topTitle a.returnBtn img{ width: .2rem;margin-top:15px;}

.show{
  display:block;
  margin-bottom:20rpx;

}
.hidden{
  display:none;
}

.lists_title {
  line-height: 45px;
  border-bottom: 1px solid #eee;
  position: relative;
  display: flex;
  background: #ffffff;
}

.lists_title .t_name {
  flex: 1;
  color: #999999;
  padding-left: 15px;
  font-size:14px;
}


.lists_index_fw{
  background: #ffffff;
  padding: 0px;
}

.lists_fw_li{
  width:calc(50% - 11px );
  float:left;
  padding:5px 5px 10px 5px;
  
  border-bottom:1px solid #eeeeee;
}
.lists_fw_li:nth-child(2n+2){border-left:1px solid #eeeeee;}
.lists_fw_li img{
  width:45px;
  height:45px;
  float:left;
  margin:10px 5px 0 5px;
}
.lists_fw_li .content{
  float:left;

}
.lists_fw_li .content .h2{
  font-size:13px;
  font-weight:400;
  color:#000000;
  line-height:16px;
  margin-top:15px;
  height:30px; 

}
.lists_fw_li .content text{
  font-size:12px;
  color:#999999;
}
.lists_fw_li .content span{
  line-height:20px;
  color:#17a072; 
  padding:5px 0px; 
  font-size:14px;
  font-weight:600;
}

/*业务详情*/
.fw_pic{
  width:100%;
}
.fw_pic img{
  width:100%;
  height:auto;
}
.fw_detail{
  padding:10px;
  background: #FFFFFF;
}
.fw_name{
  font-size:18px;
  font-weight:400;
  color:#000000;
  margin-bottom:10px;
}
.fw_bref{
  font-size:14px;
  color:#666666;
  margin-bottom:10px;
}
.fw_price{
  width:100%;
  display:flex;
  padding-bottom:10px;
  border-bottom:1px solid #eeeeee;
}
.fw_price p{
  color:#999999;
  font-size:16px;
}
.fw_price .price{
  font-size:20px;
  color:#ff0000;
  padding-right:30px;
}
.ordernum{
  margin:10px 0;
}
.fw_num{
 color:#999999;
  font-size:16px;
  float:left;
}
.num_btn{
  width:30px;
  height:30px;
  float:right;
  font-size:18px;
  color:#333333;
  text-align:center;
  line-height:30px;
  border:1px solid #eeeeee;
}
.num_input{
  width:40px;
  height:30px;
  float:right;
  font-size:16px;
  color:#333333;
  text-align:center;
  line-height:30px;  
  border-top:1px solid #eeeeee;
  border-bottom:1px solid #eeeeee;
  border-left:0;
  border-right:0;
}

.totalpice{
  width:100%;
  padding:10px 0;
  display:flex;
  flex-direction:row-reverse;
}
.totalpice p{
  font-size:16px;
  color:#666666;
}

.totalpice .price{
  font-size:18px;
  color:#ff0000;
}

.fw_content{
  padding:10px 0;
  line-height:25px;
  background: #ffffff;
}
.fw_content img{
  width:100%;
}

.fw_btn{
  width:100%;
  height:50px;
  position: fixed;
  z-index: 999;
  bottom:0;
  border-top:1px solid #eeeeee;
}
.fw_btn .msgbtn {
  width:50%;
  line-height:50px;
  font-size:18px;
  color:#17a072;
  background: #ffffff;
  text-align: center;
  float:left;
}
.fw_btn .orderbtn {
  width:50%;
  line-height:50px;
  font-size:18px;
  color:#ffffff;
  text-align: center;
  background: #eeb900;
  border:1px solid #eeb900;
  float:left;
}
.orderbtn-hover{
  background: #eeb900;
}
.sharebtn{/*分享按钮*/
	position:absolute;
	right:20px;
	width:50px;
	height:20px;
	line-height:20px;
	color:#898989;
}
.sharebtn img{width:15px;height:15px;}
/*购买*/
.order_fw_detail{
  padding:15px 10px;
  background: #FFFFFF;
  display:flex;
  border-bottom:1px solid #eeeeee;
}
.order_fw_pic{
  width:120px;
  height:80px;
}
.order_fw_pic img{
  width:120px;
  height:80px;
}
.order_fw_con{padding:0 10px;}
.order_fw_name{
  font-size:16px;
  font-weight:400;
  color:#000000;
  margin-bottom:10px;
}
.order_fw_price{
  width:100%;
  display:flex;
  padding-bottom:10px;
}
.order_fw_price p{
  color:#999999;
  font-size:12px;
}
.order_fw_price .price{
  font-size:16px;
  color:#ff0000;
  padding-right:30px;
}

.order_totalpice{
  width:100%;
  font-size:18px;
  color:#ff0000;
}
.userinfo{
  padding:0 10px;
  background: #ffffff;
}
.userinfo .item{
  width:100%;
  display:flex;
  padding:10px 5px;
  border-bottom:1px solid #eeeeee;
}
.userinfo .item_title{
  width:125px;
  line-height:30px;
  color:#000000;
}
.userinfo .item_input{
  width:250px;
  color:#000000;
  flex-direction:row-reverse;
  text-align:right;
}
.userinfo .item input{
  border:1px solid #fff;
}
.item_textarea{
  padding:10px 0;
  height:75px;
}
.item_textarea textarea{
	padding:10px;line-height:25px;font-size:13px;border:1px solid #eeeeee;width:100%;margin-bottom:60px;
	
}
.piclist{
  padding:10px 0;
}
.picurl{
  width:25%;
  float:left;
}
.picurl img{
  width:75px;
  height:75px;
  margin-bottom:5px;
}
.mp_del{
  position: relative;
  left:60px;
  top:-80px;
}
.mp_del img{
  width:20px;
  height:20px;
}
.beizhu{padding:10px;line-height:25px;font-size:13px;border-top:1px solid #eeeeee;width:100%;}
.msgbtn p{
  line-height:50px;
  font-size:16px;
  color:#17a072;
  padding-left:10px;
}
.msgbtn .price{
  font-size:18px;
  color:#ff0000;
  line-height:50px;
}

/*用户中心*/
.user_top{
  width:95%;
  padding:20px 0;
  margin:10px auto;
  border-radius: 5px;
  background: #17a072;
}
.user_head{
  float: left;
  padding-left:20px;
  padding-right:20px;
}
.user_head img{
  width:60px;
  height:60px;
  border-radius: 100%;
  border:2px #ffffff solid;
}
.user_name{
  width:150px;
  float: left;
  font-size:18px;
  color:#ffffff;
  line-height:30px;

}
.user_level{
  width:90px;
  display:block;
  line-height:20px;
  font-size:12px;
  font-weight:600;
  text-align:center;
  border:1px solid #f2b90a;
  color:#f2b90a;
  border-radius: 5px;
}
.userNav {
  padding: 20px 5px;
  background: #fff;
}

.userNav .inBox {
  display: flex;
  flex-flow: row wrap;
  box-sizing: border-box;
  padding: 0 6px;
}
.menu_li {
  width: 25%;
  overflow: hidden;
  padding: 0;
  text-align:center;
}

.menu_li:nth-child(3n+3) {
  padding-right: 0;
}

.menu_li img {
  width: 35px;
  height: 35px;
  margin:auto;
}

.menu_li p {
  display: block;
  text-align: center;
  font-size: 13px;
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.userinfo .useritem{
  line-height: 45px;
  height:45px;
  border-bottom: 1px solid #eee;
  position: relative;
  display: flex;
  background: #ffffff;
}
.useritem img{
  width: 20px;
  height: 20px;
  margin:auto;
}
.useritem .item_title{
  flex: 1;
  color: #666;
  font-size:14px;
  padding-left: 15px;
  line-height: 45px;
}

.useritem .t_more {
  width: 150px;
  text-align: right;
  font-size: 14px;
  color: #9c9c9c;
  position: relative;
}

.useritem .t_more::after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 1px 1px 0 0;
  border-color: #747474;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 10px;
}

/*我的订单*/
.myorder {
  background: #fff;
  border-bottom:1px solid #eeeeee;
}

.myorder .inBox {
  display: flex;
  flex-flow: row wrap;
  box-sizing: border-box;
  padding: 5px 6px;
}

.myorder .inBox li {
  width: 20%;
  overflow: hidden;
  padding: 0;
}

.myorder .inBox li p {
  display: block;
  color:#333333;
  padding:5px 0;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.orderitem{
  width:100%;
  background: #ffffff;
}

.orderop{
  padding:10px;
}
.orderop .orderbtn{
  padding:5px 10px;
  border:1px solid #666666;
  border-radius: 5px;
  margin-right:10px;
  float:right;
  font-size:14px;
  color:#666666;
}
.userWork p{
  width:100%;
  color:#ffffff;
  font-size:14px;
  padding-left:15px;
  line-height:25px;
  position: absolute;
  top:70px;
  z-index:10;
}

.userWork img{
  width:100%;
  z-index:1;
}
.item .t_more {
  width: 250px;
  text-align: right;
  font-size: 14px;
  color: #9c9c9c;
  position: relative;
}

/*账户信息*/
.demo-label{margin:3px 20px 0 0;display:inline-block;font-weight:400}
.demo-radio{display:none}
.demo-radioInput{background-color:#fff;border:1px solid rgba(0,0,0,0.15);border-radius:100%;display:inline-block;height:16px;margin-right:10px;margin-top:-1px;vertical-align:middle;width:16px;line-height:1}
.demo-radio:checked + .demo-radioInput:after{background-color:#57ad68;border-radius:100%;content:"";display:inline-block;height:12px;margin:0px 2px 4px 1px;width:12px}
.demo-checkbox.demo-radioInput,.demo-radio:checked + .demo-checkbox.demo-radioInput:after{border-radius:0}
.item .t_right {
  width: 250px;
  text-align: right;
  font-size: 14px;
  color: #9c9c9c;
  position: relative;
}
.t_more img{
  width: 50px;
  height: 50px;
  margin:auto;
}
.city-select{width:30%;height:30px;border:1px solid #f5f5f5; overflow:hidden;}

.sumbtn{
  width:100%;
  height:45px;
  line-height:45px;
  position: fixed;
  bottom:0;
  text-align: center;
  color:#ffffff;
  font-size:18px;
  background: #17a072;
  border-radius: 0;
}
.mypic{overflow: hidden;position: absolute;width: 50px;height: 50px;line-height: 90px;margin:-50px 0px 0 -50px;opacity: 0;filter:alpha(opacity=0); cursor: pointer;border: solid transparent;}
.lh25{line-height:30px;}

.userinfo .item_code{
  width:100px;
  color:#666666;
  padding:5px 0;
  flex-direction:row-reverse;
  text-align:right;
  float:right;
}

.codebtn{
  padding:5px;
  border:1px solid #ff0000;
  border-radius: 5px;
  margin-left:10px;

  float:right;
  font-size:14px;
  line-height:20px;
  color:#ff0000;
}

.codebtn button{
  height:30px;
  line-height:30px;
  font-size:16px;
  color:#333333;
  border: none;
  background: #ffffff;
}
.codebtn button::after{
  border: none;
}

/*合伙人中心*/

.b-f {
  background: #fff;
}
.dealer-bg img {
  width: 100%;
}

.widget-body .widget {
  width: 350px;
  box-sizing: border-box;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.11);
  border-radius: 6px;
}

.widget__base {
  margin-top: -30px;
}

.widget__base .base__user {
  position: relative;
  padding: 7px 20px;
  border-bottom: 1px solid #e7e7e7;
  z-index:99;
}

.widget__base .base__user .user-avatar {
  position: absolute;
  top: -37px;
  right: 30px;
}

.widget__base .base__user .user-avatar img {
  width: 75px;
  height: 75px;
  z-index: 10;
  border: 2px solid #fff;
  border-radius: 50%;
}

.widget__base .base__user .user-nickName {
  margin-top: 15px;
  margin-bottom: 5px;
}

.widget__base .base__capital {
  padding: 17px;
}

.widget__base .base__capital .capital-card {
  height: 100px;
  padding: 15px 0;
  background: url('../images/sipo/card below.png');
  background-size:cover;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
}

.widget__base .base__capital .capital-card .card-right .withdraw-btn {
  width: 65px;
  height: 25px;
  line-height: 25px;
  background: #fff;
  color: #17a072;
  border-radius: 12px;
  margin-right: 16px;
}

.widget__base .base__capital .capital-already {
  padding: 10px;
  padding-bottom: 0;
}

/* 操作列表 */

.widget__operat {
  padding: 25px;
  margin-top: 20px;
}

.widget__operat .operat__item {
  width: 33.33333%;
  float: left;
  margin-bottom: 25px;
  text-align: center;
}

.widget__operat .operat__item:last-child {
  margin-bottom: 0;
}

.widget__operat .operat__item .item__icon {
  margin-bottom: 4px;
}

.widget__operat .operat__item .item__icon img {
  width:22px;
  height:22px;
}

/* 当前不是分销商 */

.no-dealer {
  padding-top: 75px;
}

.no-icon img {
  width: 210px;
  height: 120px;
}

.no-msg {
  padding: 43px 0;
}

.form-submit button {
  font-size: 15px;
  background: #786cff;
  border: 1px solid #786cff;
  color: white;
  border-radius: 25px;
  padding: 0 40px;
  min-width: 235px;
  box-sizing: border-box;
}

.form-submit button[disabled] {
  background: #8e84fc;
  border-color: #8e84fc;
  color: white;
}



.dis-flex {
  display: flex !important;
}
.flex-box {
  flex: 1;
}
.flex-dir-column {
  flex-direction: column;
}
.flex-y-center {
  /* display: flex; */
  align-items: center;
}
.flex-x-end {
  justify-content: flex-end;
}
.flex-x-between {
  justify-content: space-between;
}
.flex-x-around {
  justify-content: space-around;
}
.col-f {
  color: #fff;
}
.col-9 {
  color: #999;
}
.f-28 {
  font-size: 14px;
}
.f-24 {
  font-size: 12px;
}
.t-r {
  text-align: right;
}

/*申请提现*/
/* 提现金额 */
.returnBtn{
	display:block;
	position:absolute;
	left:15px;
	top:10px;
}
.returnBtn img{
	height:20px;
}
.c-violet {
  color: #17a072;
}
.widget__capital {
  padding: 5px 0;
  margin-top: -30px;
}

.widget__capital .capital__item {
  height: 40px;
  padding: 5px 17px;
  font-size: 14px;
  border-bottom: 1px solid #e7e7e7;
  box-sizing: border-box;
}

.widget__capital .capital__item:last-child {
  border-bottom: none;
}

.widget__capital .capital__item .item__left {
  margin-right: 10px;
}

.item__right{text-align:center}
.capital_input{
	width:100%;
	height:30px;
	line-height:30px;
	border:1px solid #fff;
}

.capital__lowest {
  width: 350px;
  padding-right: 10px;
  box-sizing: border-box;
}
.col-7 {
  color: #777;
}
.m-top20 {
  margin-top: 13px;
}

/* 提现方式 */

.widget__form {
  padding: 5px 0 10px 0;
}

.widget__form .form__title {
  padding: 8px 18px;
  border-bottom: 1px solid #e7e7e7;
}

.widget__form .form__box {
  padding: 10px 17px;
}

.widget__form .form__field {
  height: 40px;
  padding: 0;
  box-sizing: border-box;
  font-size: 14px;
}

.widget__form .form__field .radio__icon {
  font-size: 14px;
  margin-right: 6px;
}

.widget__form .form__field .field-input input {
  background-color: #f9f9f9;
  height: 35px;
  padding: 5px 10px;
  box-sizing: border-box;
  width:100%;
  border:1px solid #f9f9f9;
}

/* 提交申请 */

.form-submit {
  margin-top: 20px;
}
.flex-x-center {
  justify-content: center;
}
.form-submit input {
  font-size: 15px;
  background: #17a072;
  border: 1px solid #17a072;
  color: white;
  border-radius: 25px;
  padding: 0 60px;
  line-height:40px;
}

/* 提现明细列表 */

.widget-list {
  padding: 5px 10px 20px 10px;
  box-sizing: border-box;
}

.widget__detail {
  padding: 10px 7px;
  box-sizing: border-box;
  font-size: 14px;
  border-bottom: 1px solid #e7e7e7;
}

.widget__detail .detail__money {
  font-size: 15px;
  margin-bottom: 6px;
}

.widget__detail .detail__reason {
  margin-top: 8px;
  color: #8e84fc;
}
.detail__left{float:left;}
.detail__right{float:right;}
.col-m {
  color: #ff495e !important;
}
.col-green {
  color: #0ed339 !important;
}

.yoshop-notcont {
  padding: 65px 50px;
  box-sizing: border-box;
}

.yoshop-notcont .cont {
  display: block;
  text-align: center;
  font-size: 15px;
  color: #999;
  margin-top: 5px;
}

.yoshop-notcont .iconfont {
  font-size: 75px;
  color: #ccc;
  text-align: center;
  display: block;
  margin-bottom: 6px;
}

.yoshop-notcont .img {
  width: 200px;
  height: 120px;
  margin: 0 auto;
}

.yoshop-notcont .img img {
  width: 100%;
  height: 100%;
}
.no-more {
  text-align: center;
  color: #737373;
  padding: 10px 0;
}


.c-80 {
  color: #808080;
}

.widget__detail .user-avatar {
  margin-right: 8px;
}

.widget__detail .user-avatar img {
  display: block;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.widget__detail .user-info {
  height: 100%;
}

.widget__detail .user-info .user-nickName {
  margin-bottom: 4px;
}

.widget__detail .detail__money {
  width: 100%;
  margin-bottom: 4px;
}
/* 团队人数 */

.widget-people {
  padding: 8px 13px;
  height: 35px;
  box-sizing: border-box;
  background: #f7f7f7;
}

/*快捷注册与登录*/
.layer_bg{
	width:100%;
	height:100%;
	position:fixed;
	top:0;left:0;
	background:url('../images/qrcode/bg_black.png') repeat;
	z-index:1000;
}
.layer_box{
	position: absolute;
	width:90%;
	height:300px;
	left:5%;
	top:50%; 
	margin:-150px auto 0 auto;
	background:#fff;
	border-radius:10px;
	
}
.layer_tab{
	width:100%;
	height:40px;
	background:#1ad387;
	list-style:none;
	margin:0px 0 20px 0;
	padding:0px;
}
.layer_tab li{
	width:50%;
	float:left;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-size:14px;
}
.layer_tab_on{background:#149862 !important;}
.regForm{width:90%; margin:auto;}
.loginForm{width:90%; margin:auto;display:none}
.regInput{width:100%;border:1px solid #ccc;height:40px;line-height:35px; border-radius:5px;margin-bottom:10px; background:#FFF}
.mb{margin-bottom:15px;font-size:16px;}
.regPhone{margin:5px 0px 5px 10px;border:1px solid #fff;height:25px;line-height:25px;width:60%;font-size:16px;}
.regPwd{margin:5px 10px;border:1px solid #fff;height:25px;line-height:25px;font-size:16px;}
.regCode{margin:12px 0px;line-height:20px;height:20px;font-size:14px;color:#333;border-left:1px solid #666; display:inline-block; text-indent:10px}
.regbtn{width:100%;margin:auto;border:1px solid #13a173; background:#13a173;color:#fff;height:40px; border-radius:5px; text-align:center;font-size:16px;line-height:40px;}

.clearfix:after {
    clear: both;
    display: block;
    content: '';
}

.clearfix {
    zoom: 1;
}



