
body,
ul,
dl,
dt,
dd,
p,
h1,
h2,
input,
a {
  padding: 0;
  margin: 0;
}
input {
  outline: none;
  border: none;
}
body {
  /*font-family: Arial;*/
  font-family: "microsoft yahei";
}
ul {
  list-style: none;
}
img {
  display: block;
  max-width: 100%;
}
a,
input {
  display: block;
  text-decoration: none;
}
textarea{
  outline: none;
}
.flex{
  display:flex;
}
.flex-right,
.ar{
  text-align:right;
}
.ac{
  text-align:center;
}
.F1{
  flex:1;
}
.F2{
  flex:2;
}
.F3{
  flex:3;
}
.F4{
  flex:4;
}
.F5{
  flex:5;
}
.F6{
  flex:6;
}
.F7{
  flex:7;
}
.F9{
  flex:9;
}
.wrap{
  flex-wrap:wrap;
  ustify-content:space-around;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:before,
.clearfix:after {
  /*伪元素标签清除浮动*/
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
  /*IE/7/6*/
}
body{
  background: #fff;
}
.mescroll{
  position: fixed;
  top: 0;
  bottom: 0;
  height: auto; /*如设置bottom:50px,则需height:auto才能生效*/
}
.list-enter-active {
    transition: all 1s;
}

.list-enter:nth-child(2n){
    opacity: 0;
    transform: translateX(50px);
    -webkit-transform: translateX(50px);
}

.list-leave-active {
    opacity: 0;
}

.list-leave:nth-child(2n) {
    opacity: 0;
}

.list-leave:nth-child(2n+1) {
    opacity: 0;
}

.list-enter:nth-child(2n+1){
    opacity: 0;
    transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
}
#header{
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  background-color: #ffb400;
}
.public-head{
  width: 100%;
  height: 0.94rem;
  overflow: hidden;
  position: relative;
}
.public-head-back,
.public-head-sc,
.public-head-fx,
.public-head-scan,
.public-head-set{
  position: absolute;
  height: 0.94rem;
  top:0;
}
.public-head-set{
  line-height: 0.94rem;
  right: 3%;
  color:#fff;
  font-weight: bold;
}
.public-head-sc label{
  position:absolute;
  width: 12px;height: 12px;
  color: white;font-size: 6px;line-height: 12px;text-align: center;
  background: #ff2a2a;border-radius: 6px;
  right: -6px;top: 6px;
  text-align:center;
}
.public-head-back{
  width: 10%;
  left:3%;
}
.public-head-scan{
  width: 10%;
  left: 13%;
}
.public-head-scan img{
  width: 0.42rem;
  height: 0.42rem;
  margin-top:0.22rem;
}
.public-head-fx{
  width: 8%;
  right:3%;
}
.public-head-sc{
  width: 8%;
  right: 11%;
}
.public-head-caiji{
  position: absolute;
  height: 0.94rem;
  line-height: 0.94rem;
  top:0;
  width: 15%;
  right:3%;
  font-size: 0.36rem;
  color:#fff;
}
.public-head-back img{
  width: 0.37rem;
  height: 0.34rem;
  margin-top: 0.28rem;
}
.public-head-sc img{
  float:right;
  width: 0.42rem;
  height: 0.42rem;
  margin: 0.2rem auto;
}
.public-head-fx img{
  float:right;
  width: 0.4rem;
  height: 0.4rem;
  margin: 0.2rem auto;
}
.public-head-title{
  width: 100%;
  line-height: 0.94rem;
  font-size: 0.36rem;
  color:#fff;
  font-weight:700;
  text-align:center;
}
.public-progress{
	position: fixed;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background: #fff;
}
.system-head{
  width: 100%;
  box-sizing: border-box;
  padding: 0 3%;
  margin: 0 auto;
  font-size: 0.24rem;
  color: #eaeff4;
  background-color: #ffb400;
  padding-bottom: 0.2rem;
}
.mescroll{
  position: fixed;
  top: 0;
  bottom: 0;
  height: auto; /*如设置bottom:50px,则需height:auto才能生效*/
}
.public-exit{
  position: fixed;
  top:0;
  left:0;
  font-size: 0.3rem;
  line-height: 0.31rem;
  padding: 0.3rem 0.4rem;
  border-radius: 0.1rem;
  background: rgba(0,0,0,0.8);
  color:#fff;
}
.public-input{
  width: 77%;
  margin-left: 3%;
  margin-top:0.12rem;
}
.public-input input{
  width: 100%;
  height: 0.7rem;
  font-size: 0.3rem;
  color: #000;
  background: #fff;
  border-radius: 0.1rem;
  box-sizing: border-box;
  padding-left: 0.34rem;
}
.public-input input::-webkit-input-placeholder{
  font-size: 0.3rem;
  color: #999;
}
.public-head-sc label{
  position:absolute;
  width: 12px;height: 12px;
  color: orange;font-size: 6px;line-height: 12px;text-align: center;
  background: #fff;border-radius: 6px;
  right: -6px;top: 6px;
  text-align:center;
}
.zixun-bar-list{
  width: 100%;
  overflow-x:scroll;
  border-bottom: 1px solid #eee;
}
.zixun-bar-list li{
  float:left;
  font-size: 0.26rem;
  line-height: 0.26rem;
  text-align:center;
  padding: 0 0.15rem;
}
.zixun-bar-list span{
  display:block;
  color:#4a4a4a;
  padding: 0.3rem 0.1rem 0.1rem;
  border-bottom: 2px solid #fff;
}
.zixun-bar-list .hover{
  color:#ffa000;
  border-bottom: 2px solid #ffa000;
}
.zixun-list-title{
  font-size: 0.4rem;
  line-height: 0.8rem;
  font-weight: 700;
  width: 94%;
  margin: 0 auto;
  margin-top:0.4rem;
}
.zixun-list-one{
  width: 94%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0.3rem 0;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.zixun-list-one-lf{
  position: relative;
  width: 4.6rem;
  height: 1.46rem;
}
.zixun-list-one-lf-title{
  font-size: 0.36rem;
  line-height: 0.4rem;
  color:#222222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.zixun-list-one-rt img{
  width: 2.2rem;
  height: 1.46rem;
}
.zixun-list-one-lf-time{
  font-size: 0.24rem;
  line-height: 0.3rem;
  height: 0.6rem;
  color:#999;
  overflow: hidden;
}
.zixun-list-public{
  margin-top:0.3rem;
}
.zixun-list-public-lf{
  font-size: 0.22rem;
  line-height: 0.23rem;
  color:#acb6c5;
}
.zixun-list-public-rt{
  font-size: 0.22rem;
  line-height: 0.23rem;
  color:#999;
}
.public-padding{
  width: 100%;
  height: 100px;
}
.footer-input{
  width: 100%;
  left: 0;
  bottom: 0;
  position: fixed;
  height: 1rem;
  background: #ebebeb;
}
.footer-input-lf{
  width: 60%;
  margin-top: 0.16rem;
  position: relative;
  margin-left: 3%;
}
.footer-input-lf input{
  width: 100%;
  height: 0.68rem;
  border-radius: 0.34rem;
  background: #fff;
  font-size: 0.26rem;
  line-height: 0.3rem;
  box-sizing: border-box;
  padding-left: 0.4rem;
}
.footer-input-lf img{
  position: absolute;
  right: 0.4rem;
  top:0.15rem;
  width: 0.4rem;
  height: 0.38rem;
}
.footer-input-lf input::-webkit-input-placeholder{
  font-size: 0.26rem;
  line-height: 0.3rem;
  color:#bbbbbb;
}
.footer-input-rt img{
  margin-top:0.29rem;
  margin-left: 0.4rem;
  float:left;
  width: 0.42rem;
  height: 0.42rem;
}
.article-head{
  width: 94%;
  margin: 0 auto;
  margin-top:0.4rem;
}
.article-head-slogan{
  font-size: 0.42rem;
  line-height: 0.5rem;
  font-weight: 700;
}
.article-head-banner{
  width: 100%;
  box-sizing: border-box;
  padding: 0.2rem 3%;
  background: #f3f3f3;
  border-radius: 0.2rem;
  margin-top:0.2rem;
}
.article-head-banner-title{
  font-size: 0.24rem;
  line-height: 0.5rem;
  color:#333;
}
.article-head-banner-title span{
  font-size: 0.42rem;
}
.article-head-banner-lf .vertical{
  writing-mode: vertical-lr;
  -webkit-writing-mode:vertical-lr;
  font-size: 0.24rem;
}
.article-head-banner-lf .across{
    font-size: 0.42rem;
    margin-top:0.2rem;
}
.article-head-banner-rt{
  margin-top: -0.1rem;
}
.article-head-banner-rt span{
  font-size: 0.24rem;
  line-height: 0.26rem;
  color:#333;
}
.article-head-banner-btn{
  width: auto;
  font-size: 0.32rem;
  line-height: 0.4rem;
  height: 0.4rem;
  padding: 0 0.2rem;
  padding-top:0.06rem;
  background: green;
  color:#fff;
  border-radius: 0.2rem;
}
.article-head-img{
  margin-top:0.2rem;
}
.article-head-img img{
  width: 100%;
}
.article-head-text{
  width: 100%;
  font-size: 0.28rem;
  line-height: 0.4rem;
  margin-top:0.2rem;
}
.login-fasetlogin{
  width: 100%;
  background: #eee;
  height: 0.02rem;
  margin: 0.6rem auto;
  position: relative;
}
.login-fasetlogin-text{
  position:absolute;
  width: 30%;
  text-align:center;
  height: 0.32rem;
  line-height: 0.32rem;
  left: 35%;
  top: -0.15rem;
  background: #fff;
  color: #666;
}
.login-fast-list{
  width: 90%;
  margin: 0 auto;
  margin-bottom: 0.6rem;
}
.share-modify-share{
  width: 94%;
  margin-top: 0.6rem;
}
.login-wx{
  width: 50%;
  float:left;
}
.login-wx img{
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto;
}
.article-bottom-banner{
  width: 100%;
  padding: 0.2rem;
  box-sizing: border-box;
  background: #f3f3f3;
  border-radius:0.2rem;
  font-size: 0.26rem;
  line-height: 0.4rem;
}

.zixundetails-body-pl{
  width: 94%;
  margin: 0 auto;
  margin-top: 0.4rem;
}
.zixundetails-body-pl-title{
  color:#000;
  font-size:0.4rem;
  line-height: 0.5rem;
  font-weight:700;
}
.zixundetails-body-pl-list-head-lf img{
  width: 0.8rem;
  height: 0.8rem;
  border-radius:0.4rem;
}
.zixundetails-body-pl-list-head-ct{
  margin-left: 0.1rem;
  margin-top: 0.08rem;
}
.zixundetails-body-pl-list-head-ct p{
  color:#333;
  font-size: 0.3rem;
}
.zixundetails-body-pl-list-head-ct span{
  color:#a1a1a1;
  font-size: 0.22rem;
}
.zixundetails-body-pl-list-head-rt img{
  width: 0.33rem;
  height: 0.37rem;
  margin-top:0.05rem;
}
.zixundetails-body-pl-list-head-rt span{
  font-size: 0.32rem;
  color:#999;
  line-height: 0.34rem;
  margin-top:0.1rem;
  margin-left:0.01rem;
}
.zixundetails-body-pl-list-son{
  padding: 0.2rem 0;
  border-bottom: 1px solid #eee;
}
.zixundetails-body-pl-list-text{
  box-sizing: border-box;
  width: 100%;
  padding-left: 0.9rem;
  font-size: 0.26rem;
  color:#373737;
  margin-top: 0.3rem;
}
.share-modify{
  width: 100%;
  height: 100%;
  position: fixed;
  top:0;
  left:0;
  z-index:8;
  background: rgba(0,0,0,0.5);
}
.share-modify-center{
  width: 80%;
  margin: 0 auto;
  background: #fff;
  border-radius:0.2rem;
  margin-top:200px;
  box-sizing: border-box;
  padding: 0.2rem;
}
.share-modify-head{
  width: 100%;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.32rem;
  text-align:center;
  position: relative;
  border-bottom: 1px solid #f3f3f3;
}
.share-modify-head-close{
  position: absolute;
  right:0.25rem;
  top:0.25rem;
}
.share-modify-head-close img{
  width: 0.4rem;
  height: 0.4rem;
}
.share-modify-content-remind{
  width: 100%;
  font-size: 0.28rem;
  line-height: 0.4rem;
  color:#999;
  margin-top:0.1rem;
}
.share-modify-content-red{
  width: 100%;
  font-size: 0.4rem;
  color:red;
  margin-top:0.1rem;
}
.firstgold-body{
  width: 84%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 40px;
  margin-top: 1.4rem;
}
.firstgold-bar{
  width: 90%;
  display:flex;
  position: absolute;
  bottom: -1.2rem;
  left: 5%;
  border-radius: 0.2rem;
  overflow: hidden;
  -moz-box-shadow:0px 0px 1px #eee;
  -webkit-box-shadow:0px 0px 1px #eee;
  box-shadow:0px 0px 1px #eee;
}
.firstgold-bar-son{
  flex:1;
  font-size:0.32rem;
  color:#333;
  text-align:center;
  background: #fff;
  padding: 0.4rem 0;
}
.firstgold-bar-son-img{
  width: 1.2rem;
  height: 1.2rem;
  padding: 0.2rem;
  background: #fff;
  border: 2px solid #f9f9f9;
  border-radius: 0.6rem;
  box-sizing: border-box;
  margin: 0 auto;
}
.firstgold-bar-son img{
  width: 0.8rem;
  /*height: 0.8rem;*/
  margin: 0 auto;
}
.firstgold-bar-son p{
  font-size: 0.32rem;
  line-height: 0.34rem;
  margin-top: 0.2rem;
  color:#333;
}
.firstgold-bar .imghover{
  background: orange;
  border:none;
}
.firstgold-bar .fnthover{
  color:orange;
}
.firstgold-html{
  width: 100%;
  font-size: 0.32rem;
  line-height: 0.6rem;
  color: #666;
  margin-top:0.4rem;
}
.firstgold-msg{
  width: 100%;
  margin-top:0.4rem;
}
.firstgold-msg-text,
.firstgold-msg-step{
  width: 100%;
  font-size:0.28rem;
  line-height: 0.6rem;
  color:#666;
}
.firstgold-msg-step-lf{
  width: 21%;
  height: 0.6rem;
}
.firstgold-msg-step-fr{
  width: 79%;
}
.firstgold-regist{
  width: 100%;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align:center;
  font-size: 0.32rem;
  color:#666;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-top: 0.6rem;
}
.agreement-text{
  width: 100%;
  font-size:0.32rem;
  line-height: 0.5rem;
  box-sizing: border-box;
  padding: 0.3rem 0;
}
.online-order-lf{
  width: 50%;
  box-sizing: border-box;
  overflow:scroll;
}
.online-order-title{
  font-size: 0.32rem;
  line-height: 0.5rem;
}
.online-order{
  margin-top: 0.2rem;
}
.online-clear-order-fr{
  padding: 0.15rem 0.2rem;
  font-size: 0.32rem;
  color:#666;
}
.center-head{
  width: 100%;
  box-sizing: border-box;
  padding: 0 3%;
  background: #ffb400;
  /*border-top-right-radius:0.8rem;
  border-top-left-radius:0.8rem;*/
  overflow:hidden;
}
.center-head-lf{
  margin-left:0.2rem;
}
.center-head-lf img{
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
}
.center-head-rt{
  margin-top: 0.25rem;
}
.center-head-rt-name{
  font-size: 0.36rem;
  color:#fff;
}
.center-head-rt-time{
  font-size: 0.24rem;
  color:#eee;
}
.center-head-xufei{
  font-size: 0.24rem;
  color:#666;
  /*background: #fff;*/
  padding: 0 0.2rem;
  height: 0.3rem;
  line-height: 0.3rem;
  border-radius: 0.15rem;
}
.center-body{
  width: 94%;
  margin: 0 auto;
  margin-top:0.2rem;
}
.center-top-ask{
  font-size: 0.28rem;
  line-height: 0.3rem;
}
.center-top-ask-lf{
  font-size: 0.24rem;
  color:#ffb400;
}
.center-status{
  margin-top:0.3rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #f3f3f3;
}
.center-status-son{
  width: 20%;
  font-size: 0.32rem;
  line-height: 0.4rem;
  text-align:center;
  color:#999;
}
.center-status-son span{
  font-size: 0.42rem;
  color: #ffa800;
}
.center-status-son p{
  margin-top: 0.1rem;
}
.center-function-father{
  overflow:hidden;
  box-sizing: border-box;
  border-bottom: 1px solid #f3f3f3;
}
.center-function-father-title,
.center-function-list-son{
  padding: 0.25rem 0;
}
.center-function-list-son{
  border-top:1px solid #f3f3f3;
  width: 100%;
  box-sizing: border-box;
  padding-left: 5%;
}
.center-function-father-title-lf img,
.center-function-list-son-lf img{
  width: 0.36rem;
  height: 0.36rem;
}
.center-function-father-title-lf span,
.center-function-list-son-lf span{
  font-size: 0.32rem;
  color:#666;
  margin-top:0.04rem;
}
.center-function-list-son-lf span{
  font-size: 0.32rem;
  color:#999;
  margin-top:0.04rem;
}
.center-function-father-title-rt{
  margin-top:0.04rem;
  font-size:0.3rem;
  color:#999;
}
.center-function-list-son-rt{
  margin-top:0.04rem;
  font-size:0.4rem;
  color:#999;
}
.autarkymanager-body{
  width: 94%;
  margin: 0 auto;
  margin-top: 1.4rem;
}
.autarkymanager-list-son{
  background: #fff;
  padding: 0.2rem 0;
  margin-top:0.2rem;
}
.autarkymanager-list-son-head{
  width: 96%;
  margin: 0 auto;
}
.autarkymanager-list-son-lf{
  width: 30%;
}
.autarkymanager-list-son-lf img{
  width: 100%;
  height: 1.44rem;
}
.autarkymanager-list-son-rt{
  width: 68%;
  margin-left: 2%;
  height: 1.44rem;
  position: relative;
}
.autarkymanager-list-son-rt-title{
  width: 100%;
  font-size: 0.32rem;
  line-height: 0.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.autarkymanager-list-son-rt-bottom{
  position: absolute;
  width: 100%;
  bottom: 0;
  left:0;
}
.autarkymanager-list-son-msg{
  font-size: 0.24rem;
  color: #ff4040;
  margin-left: 0.2rem;
}
.autarkymanager-list-son-msg img{
  width: 0.3rem;
}
.autarkymanager-list-son-bottom{
  width: 96%;
  margin: 0 auto;
  margin-top:0.2rem;
  border-top: 1px solid #f3f3f3;
  box-sizing: border-box;
  height: 0px;
  display:none;
  overflow: hidden;
}
.autarkymanager-list-son-bottom-lf{
  width: 33.3%;
}
.autarkymanager-list-son-bottom-lf img{
  width: 0.3rem;
  height: 0.3rem;
  margin: 0 auto;
  margin-top: 0.2rem;
}
.autarkymanager-list-son-bottom-lf p{
  font-size: 0.24rem;
  line-height: 0.26rem;
  text-align:center;
  margin-top: 0.1rem;
  color:#478cdd;
}
.upproduct-camera{
  width: 94%;
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
  padding: 0.2rem;
  -moz-box-shadow:0px 0px 5px #eee;
  -webkit-box-shadow:0px 0px 5px #eee;
  box-shadow:0px 0px 5px #eee;
  margin-top:0.3rem;
}
.upproduct-camera-btn{
  position: relative;
}
.upproduct-camera-btn-modify{
  position: absolute;
  left:0;
  bottom: -1.1rem;
  width: 100%;
  height: 1.1rem;
  background-image:url(../image/person/up2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.upproduct-camera-btn-modify p{
  color:#fff;
  font-size:0.24rem;
  line-height: 0.4rem;
  margin-top: 0.25rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0 5%;
}
.upproduct-camera-btn-lf img{
  width: 0.74rem;
  height: 0.74rem;
  -moz-box-shadow:0px 0px 10px #ccc;
  -webkit-box-shadow:0px 0px 10px #ccc;
  box-shadow:0px 0px 10px #ccc;
  border-radius: 50%;
}
.upproduct-camera-btn-rt{
  font-size: 0.26rem;
  line-height: 0.74rem;
  height: 0.74rem;
  color:orange;
  margin-left: 0.15rem;
}
.upproduct-camera-list{
  margin-top:0.2rem;
}
.upproduct-camera-list-son{
  width: 25%;
  position: relative;
}
.upproduct-camera-list-image{
  width: 90%;
  height: 1.1rem;
  margin-top:0.15rem;
}
.upproduct-camera-list-close{
  position: absolute;
  right:0;
  top:0;
  width: 0.33rem;
  height: 0.33rem;
}
.upproduct-first-ask{
  width: 94%;
  margin: 0 auto;
  margin-top: 1.2rem;
}
.upproduct-first-ask-rt{
  font-size: 0.24rem;
  color: orange;
  line-height: 0.26rem;
}
.upproduct-input-module{
  width: 94%;
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
  -moz-box-shadow:0px 0px 5px #eee;
  -webkit-box-shadow:0px 0px 5px #eee;
  box-shadow:0px 0px 5px #eee;
  margin-top:0.3rem;
}
.buquan_xiugai-upload{
  width: 94%;
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
  -moz-box-shadow:0px 0px 5px #eee;
  -webkit-box-shadow:0px 0px 5px #eee;
  box-shadow:0px 0px 5px #eee;
  margin-top:0.3rem;
  padding: 0.38rem 3%;
}
.upproduct-input-module-input,
.upproduct-input-module-href{
  width: 94%;
  margin: 0 auto;
}
.upproduct-input-module-input input{
  width: 100%;
  height: 1rem;
  font-size: 0.3rem;
}
.upproduct-input-module-input input::-webkit-input-placeholder{
  font-size: 0.3rem;
  color: #aaa;
}
.upproduct-input-module-href-lf{
  height: 1rem;
  line-height: 1rem;
  font-size: 0.3rem;
}
.upproduct-input-module-input{
  position: relative;
}
.upproduct-input-module-unit{
  position:absolute;
  right: 0;
  bottom: 0;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.36rem;
}
.upproduct-first-ask-rt img{
  width: 0.36rem;
  height: 0.36rem;
}
.upproduct-first-ask-rt span{
  font-size: 0.3rem;
  margin-top:0.06rem;
}
.upproduct-input-module-title{
  width: 100%;
  box-sizing: border-box;
  padding: 0 3%;
  font-size: 0.36rem;
  line-height: 1rem;
}
.upproduct-input-module-textarea{
  width: 94%;
  margin: 0 auto;
  border-top:1px solid #f3f3f3;
  padding-top: 0.3rem;
}
.upproduct-input-module-textarea textarea{
  width: 100%;
  height: 3rem;
  font-size: 0.3rem;
  line-height: 0.32rem;
  border:none;
  resize:none;
  -webkit-resize:none;
  outline:none;
  border-bottom: 1px solid #f3f3f3;
}
.upproduct-input-module-textarea textarea::-webkit-input-placeholder{
  font-size: 0.3rem;
  color: #aaa;
}
.upproduct-input-module-photos{
  width: 94%;
  margin: 0 auto;
}
.upproduct-input-module-photos-son{
  width: 30%;
  margin-right: 3.3%;
  position: relative;
  margin-top: 0.2rem;
}
.upproduct-input-module-photos-image{
  width: 100%;
  height: 1.3rem;
}
.upproduct-input-module-photos-close{
  position:absolute;
  width: 0.34rem;
  height: 0.34rem;
  right: -0.17rem;
  top:-0.17rem;
}
.upproduct-input-module-photos-son p{
  font-size: 0.24rem;
  color: orange;
  line-height: 0.26rem;
  text-align:center;
  margin-top:0.15rem;
}
.upproduct-submit{
  position: fixed;
  width: 100%;
  left:0;
  bottom:0;
  display:flex;
}
.upproduct-submit-flex{
  flex:1;
  height: 1.2rem;
  line-height: 1.2rem;
  color:#fff;
  font-size: 0.3rem;
  font-weight:700;
  background: orange;
  text-align:center;
}
.upproduct-modify{
  width: 100%;
  height: 100%;
  position: fixed;
  top:0;
  left:0;
  background: rgba(0,0,0,0.5);
}
.upproduct-modify-center{
  background: #f9f9f9;
  width: 94%;
  margin: 0 auto;
  margin-top: 75px;
  max-height: 300px;
  overflow:scroll;
  border-radius:0.2rem;
}
.upproduct-modify-close{
  width: 94%;
  margin: 0.4rem auto;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.3rem;
  font-weight: 700;
  text-align:center;
  border-radius: 0.1rem;
  color:orange;
  background: #fff;
}
.upproduct-modify-editor{
  width: 94%;
  margin: 0 auto;
  margin-top:150px;
  box-sizing: border-box;
  padding: 0.2rem;
  background: #fff;
  border-radius: 0.2rem;
}
.upproduct-modify-editor textarea{
  width: 100%;
  height: 3rem;
  font-size: 0.32rem;
  line-height: 0.4rem;
  border: none;
}
.upproduct-modify-editor textarea::-webkit-input-placeholder{
  font-size: 0.32rem;
  color:#aaa;
}
.upproduct-modify-btn{
  width: 94%;
  margin: 0 auto;
  margin-top:0.4rem;
}
.upproduct-modify-btn-lf{
  width: 45%;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.3rem;
  color:orange;
  background: #fff;
  text-align:center;
  border-radius: 0.1rem;
}
.afterstyle-body{
  width: 94%;
  margin: 0 auto;
}
.afterstyle-title{
  width: 100%;
  margin-top:0.2rem;
  font-size: 0.3rem;
  line-height: 0.45rem;
}
.afterstyle-astrict{
  width: 100%;
  font-size: 0.24rem;
  color:#999;
  text-align:right;
}
.afterstyle-border{
  width: 100%;
  height: 0.1rem;
  background: #f9f9f9;
}
.afterstyle-gray{
  width: 100%;
  box-sizing: border-box;
  padding: 0.3rem 3% 0.5rem;
  background: #f9f9f9;
  color:#999;
  font-size: 0.24rem;
  text-align:right;
}
.search-modify-center{
  width: 100%;
  height: 100%;
  background: #fff;
}
.search-modify-center-seach-son{
  width: 80%;
  margin: 0 auto;
  margin-top: 0.6rem;
  position: relative;
}
.search-modify-center-seach-son p{
  font-size: 0.3rem;
  line-height: 0.32rem;
}
.search-modify-center-seach-son input{
  width: 100%;
  height: 0.7rem;
  font-size: 0.26rem;
  background: #eee;
  box-sizing: border-box;
  padding-left: 0.2rem;
  margin-top:0.2rem;
}
.search-modify-center-seach-son input::-webkit-input-placeholder{
  font-size: 0.26rem;
}
.search-modify-center-xiala{
  position: absolute;
  width: 0.4rem;
  right: 0.15rem;
  bottom: 0.15rem;
}
.search-modify-center-btn{
  width: 50%;
  height: 0.78rem;
  line-height: 0.78rem;
  color:#fff;
  font-size: 0.3rem;
  background: #3e80cc;
  text-align:center;
  margin: 0 auto;
  margin-top: 0.6rem;
}
.search-modify-center-back{
  width: 94%;
  margin: 0.2rem auto;
}
.search-modify-center-back img{
  width: 0.4rem;
}
.search-modify-center-back span{
  font-size: 0.32rem;
  line-height: 0.34rem;
  margin-top:0.06rem;
}
.saleothers-explain{
  width: 94%;
  margin: 0.4rem auto;
  box-sizing: border-box;
  padding: 0 3%;
  border-radius: 0.2rem;
  -moz-box-shadow:0px 0px 5px #ccc;
  -webkit-box-shadow:0px 0px 5px #ccc;
  box-shadow:0px 0px 5px #ccc;
  padding-bottom: 0.2rem;
}
.saleothers-explain-title{
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.32rem;
  text-align:center;
  font-weight:700;
}
.saleothers-explain-content{
  font-size: 0.26rem;
  line-height: 0.45rem;
  color:#666;
}
.otherskind-body-title{
  width: 100%;
  text-align:center;
  font-size: 0.36rem;
  color:#252525;
  font-weight: 700;
  margin-top:0.6rem;
}
.otherskind-body-center{
  margin-top:0.3rem;
}
.otherskind-body-center-lf{
  width: 20%;
}
.otherskind-body-center-lf li{
  width: 100%;
  height: 0.9rem;
  line-height: 0.9rem;
  color:#999;
  text-align:center;
}
.otherskind-body-center-lf .hover{
  color:#000;
  font-weight:700;
  background: #fff;
}
.otherskind-body-center-rt{
  width: 80%;
  background: #fff;
}
.otherskind-body-center-rt-list{
  margin-top: 0.3rem;
}
.otherskind-body-center-rt-list:first-child{
  margin-top:0;
}
.otherskind-body-center-rt-title{
  width: 94%;
  margin: 0 auto;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.34rem;
  font-weight: 700;
}
.otherskind-body-center-rt-son{
  width: 30%;
  margin-left: 2.5%;
  border-radius: 0.15rem;
  text-align:center;
  /*overflow:hidden;*/
  -moz-box-shadow:0px 0px 5px #ccc;
  -webkit-box-shadow:0px 0px 5px #ccc;
  box-shadow:0px 0px 5px #ccc;
  padding-bottom: 0.2rem;
  margin-top: 0.2rem;
  position: relative;
}
.otherskind-body-center-rt-num{
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 22px;
  text-align:center;
  font-size:10px;
  color:#fff;
  border-radius: 10px;
  right:0;
  top:0;
  background: #ff5353;
}
.otherskind-body-center-rt-close{
  position: absolute;
  right: 0;
  bottom: 0;
}
.otherskind-body-center-rt-son img{
  width: 100%;
  height: 1.24rem;
  margin-top:0.1rem;
}
.otherskind-body-center-rt-close img{
  width: 0.4rem;
  height: 0.4rem;
}
.otherskind-body-center-rt-son p{
  font-size: 0.26rem;
  color:#2e2e2e;
  margin-top:0.1rem;
  margin-bottom: 0.1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.otherskind-body-center-rt-son span{
  font-size: 0.24rem;
  line-height:  0.4rem;
  padding: 0 0.2rem;
  border: 1px solid #f15339;
  color:#f15339;
  border-radius: 0.2rem;
}
.others-tabBar{
  position: fixed;
  left:0;
  bottom:0;
  width: 100%;
  height: 1.22rem;
  background: #505052;
}
.others-tabBar-home{
  margin-left: 0.32rem;
  margin-top: -0.32rem;
  position: relative;
}
.others-tabBar-corner{
  width: 16px;
  height: 16px;
  border-radius: 8px;
  position: absolute;
  right: -6px;
  top: 3px;
  color:#fff;
  font-size: 8px;
  text-align:center;
  line-height: 16px;
  background: -webkit-linear-gradient(#ff7861, #fb3e37); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#ff7861, #fb3e37); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#ff7861, #fb3e37); /* Firefox 3.6 - 15 */
  background: linear-gradient(#ff7861, #fb3e37); /* 标准的语法 */
}
.others-tabBar-home img{
  width: 1.1rem;
  height: 1.1rem;
}
.others-tabBar-text{
  width: 70%;
  margin-top: 0.2rem;
  margin-left: 4%;
  font-size: 0.26rem;
  line-height: 0.4rem;
  color:#fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.others-tabBar-goto{
  margin-top: 0.3rem;
  margin-left: 4%;
}
.others-tabBar-goto img{
  width: 0.96rem;
}
.otherschoose-nav{
  position: absolute;
  width: 94%;
  left: 3%;
  bottom: -0.7rem;
  box-sizing: border-box;
  padding: 0.3rem;
  background: #fff;
  border-radius: 0.1rem;
}
.otherschoose-nav-title{
  font-size: 0.28rem;
  line-height: 0.3rem;
  color:#010101;
}
.otherschoose-nav-page-lf{
  font-size: 0.3rem;
  line-height: 0.32rem;
  color:#5c5c5c;
  margin-top: 0.2rem;
}
.otherschoose-nav-page-rt{
  padding: 0.14rem 0.3rem;
  font-size: 0.26rem;
  line-height: 0.28rem;
  color: orange;
  background: #d7e9ff;
}
.otherschoose-product-list{
  margin-top: 1rem;
}
.otherschoose-product-son{
  width: 94%;
  margin: 0 auto;
  margin-top: 0.2rem;
  background: #fff;
  box-sizing: border-box;
  padding: 0.3rem;
  padding-left:0;
}
.otherschoose-product-son-lf img{
  width: 1.7rem;
  height: 1.7rem;
}
.otherschoose-product-son-rt{
  width: 72%;
  height: 1.7rem;
  position: relative;
}
.otherschoose-product-son-rt-name{
  width: 100%;
  font-size: 0.26rem;
  line-height: 0.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.otherschoose-product-son-lirun-lf{
  font-size: 0.24rem;
  line-height: 0.26rem;
  border: 1px solid #ff604f;
  color:#ff604f;
  padding: 0.02rem 0.03rem;
  border-radius: 0.03rem;
  box-sizing: border-box;
}
.otherschoose-product-son-lirun-rt{
  font-size: 0.24rem;
  line-height: 0.26rem;
  padding: 0.03rem;
  color:#ff5947;
  background: #ffddda;
  border-radius: 0.03rem 0.04rem;
  margin-left: 0.2rem;
}
.otherschoose-product-son-add{
  position: absolute;
  right: 0;
  bottom: 0;
}
.otherschoose-product-son-add img{
  width: 0.44rem;
  height: 0.44rem;
}
.otherchoose-kind{
  position: fixed;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.otherchoose-kind-center{
  width: 100%;
  position: absolute;
  left:0;
  bottom:0;
  background: #fff;
  padding: 0.3rem 0;
  border-radius: 0.2rem;
  padding-bottom: 1rem;
}
.otherchoose-kind-center-head{
  width: 100%;
  text-align:center;
  position: relative;
}
.otherchoose-kind-center-head-title{
  font-size: 0.36rem;
  line-height: 0.5rem;
}
.otherchoose-kind-center-head-text{
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #656565
}
.otherchoose-kind-center-head-close{
  position: absolute;
  right:3%;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
}
.otherchoose-kind-center-content-lf{
  width: 24%;
}
.otherchoose-kind-center-content-lf ul{
  height: 5.4rem;
  overflow: scroll;
}
.otherchoose-kind-center-content-lf li{
  width: 100%;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.26rem;
  color: #545454;
  text-align:center;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.otherchoose-kind-center-content-lf .hover{
  background: orange;
  color:#fff;
}
.otherchoose-kind-center-content-rt{
  width: 76%;
}
.otherchoose-kind-center-content-rt ul{
  height: 5.4rem;
  overflow:scroll;
  width: 40%;
  margin-left: 6.6%;
}
.otherchoose-kind-center-content-rt li{
  width:100%;
  height: 0.58rem;
  line-height: 0.58rem;
  font-size: 0.3rem;
  text-align:center;
  margin-top:0.3rem;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.otherchoose-kind-center-content-rt .hover{
  border: 1px solid orange;
  color:orange;
}
.otherchoose-kind-submit{
  width: 2.6rem;
  height: 0.92rem;
  line-height: 0.92rem;
  text-align:center;
  background: #c5e0ff;
  color: orange;
  font-size: 0.36rem;
  margin: 0.5rem auto;
}
.upproduct-drag-rt{
  font-size: 0.26rem;
  color:orange;
  line-height: 0.28rem;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  margin-right: 3%;
}
.setprofit-all-take{
  width: 94%;
  margin: 0 auto;
}
.setprofit-all-take-lf img{
  width: 0.4rem;
  height: 0.4rem;
}
.setprofit-all-take-lf span{
  font-size: 0.3rem;
  margin-top:0.06rem;
}
.setprofit-all-take-rt-son{
  font-size: 0.26rem;
  line-height: 0.28rem;
  background-color: #eee;
  padding: 0.06rem 0.1rem;
  margin-left: 0.1rem;
}
.otherschoose-product-son-take img{
  width: 0.4rem;
  height: 0.4rem;
  margin-top:0.6rem;
}
.setprofit-fenxiao{
  position: absolute;
  width: 65%;
  bottom: 0.2rem;
  right: 0;
}
.setprofit-fenxiao-lf{
  margin-top:0.02rem;
}
.setprofit-fenxiao-lf img{
  width: 0.4rem;
  height: 0.4rem;
}
.setprofit-fenxiao-lf span{
  font-size: 0.3rem;
  line-height: 0.32rem;
  margin-top: 0.04rem;
}
.setprofit-fenxiao-rt span{
  font-size: 0.26rem;
  margin-top: 0.08rem;
}
.setprofit-fenxiao-rt select{
  height: 0.4rem;
  font-size: 0.26rem;
  outline-style: none;
  border:none;
  padding:0;
  background-color: #fff;
  -webkit-appearance: none;
}
.setprofit-fenxiao-rt input{
  width: 40%;
  height: 0.4rem;
  font-size: 0.26rem;
  box-sizing: border-box;
  border: 1px solid #aaa;
  margin-left: 0.02rem;
  padding-left:0.1rem;
}
.setprofit-submit{
  width: 100%;
  height: 0.9rem;
  line-height: 0.9rem;
  position: fixed;
  left:0;
  bottom:0;
  background-color: #ffb400;
  color:#fff;
  font-weight: bold;
  text-align:center;
}
.custom-manager-body{
  width: 94%;
  margin: 0.3rem auto;
  background-color: #fff;
}
.custom-manager-body-ipt{
  border-bottom: 1px solid #f3f3f3;
  position: relative;
}
.custom-manager-body-ipt-choose{
  position:absolute;
  right:0;
  top:0;
  height: 0.9rem;
  padding-right: 0.3rem;
}
.custom-manager-body-ipt-code{
  position:absolute;
  right:0;
  top:-1px;
  height: 0.9rem;
  width: 2rem;
  text-align:center;
  color:#fff;
  background-color: #ffb400;
  font-size: 0.3rem;
  line-height: 0.9rem;
  border:1px solid orange;
}
.custom-manager-body-ipt-choose img{
  width: 0.4rem;
  height: 0.4rem;
  margin-top: 0.25rem;
}
.custom-manager-body-ipt-choose span{
  font-size: 0.3rem;
  line-height: 0.9rem;
}
.custom-manager-body-ipt input{
  width: 100%;
  height: 0.9rem;
  font-size: 0.3rem;
  box-sizing: border-box;
  padding-left: 0.3rem;
}
.custom-manager-body-ipt textarea{
  width: 100%;
  height: 2.7rem;
  font-size: 0.3rem;
  line-height: 0.3rem;
  box-sizing: border-box;
  padding: 0.3rem;
  border:none;
  resize: none;
}
.custom-manager-body-ipt input::-webkit-input-placeholder,
.custom-manager-body-ipt textarea::-webkit-input-placeholder{
  font-size: 0.3rem;
  color:#999;
}
.custom-system-up{
  width: 100%;
  box-sizing: border-box;
  padding: 0.3rem;
}
.custom-system-up img{
  width: 0.74rem;
  height: 0.74rem;
  vertical-align: middle;
  display:inline-block;
}
.custom-system-up span{
  font-size: 0.26rem;
  color:#3f80cc;
}
.custom-manager-body-bar-son{
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.3rem;
}
.custom-manager-bar{
  width: 94%;
  margin: 0 auto;
}
.custom-manager-bar-son{
  width: 100%;
  margin-top:0.2rem;
}
.custom-manager-bar-son img{
  width: 0.4rem;
  height: 0.4rem;
}
.custom-manager-bar-son span{
  font-size: 0.3rem;
  line-height: 0.32rem;
  margin-top:0.04rem;
}
.custom-manager-submit{
  width: 60%;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.36rem;
  color:#fff;
  margin: 0.4rem auto;
  background-color: #ffb400;
  text-align:center;
}
.custom-manager-body-up{
  width: 100%;
  padding-top:0.3rem;
  padding-bottom: 0.3rem;
}
.custom-manager-body-up-btn{
  width: 80%;
  margin: 0 auto;
  height: 3rem;
  border: 1px solid #eee;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.custom-manager-body-up-btn img{
  width: 0.8rem;
  height: 0.8rem;
  margin: 1.1rem auto;
}
.custom-manager-body-up p{
  font-size: 0.3rem;
  line-height: 0.32rem;
  margin-top: 0.3rem;
  text-align:center;
}
.ordermanager-nav{
  width: 90%;
  margin: 0 auto;
  margin-top: 1.4rem;
  margin-bottom: 0.3rem;
  overflow:scroll;
}
.ordermanager-nav-fx-son{
  width: 19%;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align:center;
  color: #2f2f31;
  position: relative;
  font-size: 0.26rem;
}
.ordermanager-nav-gy-son{
  width: 30%;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align:center;
  color: #2f2f31;
  position: relative;
  font-size: 0.26rem;
}
.ordermanager-nav-zy-son{
  width: 17.2%;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align:center;
  color: #2f2f31;
  position: relative;
  font-size: 0.26rem;
}
.ordermanager-nav .hover{
  color: orange;
}
.ordermanager-nav .hover::after{
 content: "";
 position: absolute;
 left: 50%;bottom: 0;
 transform: translateX(-50%);
 width: 50%;
 border-bottom: 2px solid orange;
}
.ordermanager-body{
  width: 90%;
  margin: 0 auto;
  padding-bottom: 1.6rem;
}
.ordermanager-body-fx-son-head{
  padding-bottom: 0.28rem;
  border-bottom: 1px solid #efefef;
}
.ordermanager-body-fx-son{
  width: 100%;
  box-sizing: border-box;
  padding: 0.3rem;
  -moz-box-shadow:0px 0px 3px #ccc;
  -webkit-box-shadow:0px 0px 3px #ccc;
  box-shadow:0px 0px 3px #ccc;
}
.ordermanager-body-fx-son-head{
  font-size: 0.24rem;
  line-height: 0.26rem;
  color:#969696;
}
.ordermanager-body-fx-son-head-label{
  padding: 0.06rem 0.1rem;
  color:#fff;
  background-color: #ff4c4c;
  border-radius: 0.08rem;
}
.ordermanager-body-fx-son-head-rt img{
  width: 0.39rem;
  margin-top: -0.1rem;
}
.ordermanager-body-fx-son-user{
  padding: 0.18rem 0;
}
.ordermanager-body-fx-son-user-lf img{
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
}
.ordermanager-body-fx-son-user-lf span{
  font-size: 0.26rem;
  line-height: 0.28rem;
  color:#232323;
  margin-top:0.15rem;
}
.ordermanager-body-fx-son-user-rt{
  font-size: 0.24rem;
  line-height: 0.28rem;
  color:#969696;
  margin-top:0.15rem;
}
.ordermanager-body-fx-son-product{
  padding-bottom: 0.26rem;
  border-bottom: 1px solid #eee;
  padding-top:0.26rem;
}
.ordermanager-body-fx-son-product-lf img{
  width: 1.7rem;
  height: 1.7rem;
}
.ordermanager-body-fx-son-product-rt{
  width: 68%;
  height: 1.7rem;
  position:relative;
}
.ordermanager-body-fx-son-product-rt-label{
  position:absolute;
  right:0;
  top:0;
  padding: 0.06rem 0.1rem;
  font-size: 0.24rem;
  color:#fff;
  background-color: #ccc;
  border-radius: 0.1rem;
}
.ordermanager-body-fx-son-product-rt-title{
  font-size: 0.26rem;
  line-height: 0.36rem;
}
.ordermanager-body-fx-son-product-rt-bottom{
  position:absolute;
  width: 100%;
  left:0;
  bottom:0;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color:#ff4040;
}
.ordermanager-body-fx-son-msg{
  padding: 0.34rem 0;
  border-bottom: 1px solid #eee;
}
.ordermanager-body-fx-son-outlay{
  font-size: 0.24rem;
  line-height: 0.26rem;
  color:#969696;
  text-align:right;
}
.ordermanager-body-fx-son-cuikuan{
  font-size: 0.24rem;
  height: 0.5rem;
  line-height: 0.5rem;
  color:#ff5050;
  border: 1px solid #ff5050;
  padding: 0 0.2rem;
  border-radius: 0.25rem;
  margin-top:0;
}
.ordermanager-body-fx-son-address{
  padding: 0.3rem 0;
  padding-bottom: 0.24rem;
  border-bottom: 1px solid #eee;
}
.ordermanager-body-fx-son-address-lf img{
  width: 0.56rem;
  height: 0.56rem;
}
.ordermanager-body-fx-son-address-rt{
  width: 86%;
  margin-left:2%;
}
.ordermanager-body-fx-son-address-rt-name{
  font-size: 0.26rem;
  line-height: 0.28rem;
  color:#272727;
}
.ordermanager-body-fx-son-address-rt-text{
  font-size: 0.26rem;
  line-height: 0.4rem;
  color:#272727;
}
.ordermanager-body-fx-son-fahuo{
  padding-top: 0.3rem;
  width: 100%;
  text-align:right;
}
.ordermanager-body-fx-son-fahuo-son{
  display:inline-block;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.24rem;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  border-radius: 0.3rem;
  font-size: 0.24rem;
  color: #999;
  padding: 0 0.2rem;
}
.ordermanager-footer{
  width: 100%;
  position:fixed;
  left: 0;
  bottom: 0;
  height: 1.2rem;
  text-align:center;
  background-color: #bac3ce;
}
.ordermanager-footer-center{
  display:inline-block;
  margin-top:0.4rem;
}
.ordermanager-footer-center img{
  width: 0.31rem;
}
.ordermanager-footer-center span{
  font-size: 0.3rem;
  line-height: 0.32rem;
  color:#fff;
}
.ordermanager-body-son-gys{
  margin-top:0.3rem;
}
.ordermanager-body-son-gys-lf img{
  width: 0.56rem;
  height: 0.56rem;
}
.ordermanager-body-son-gys-lf-rt{
  margin-left: 0.2rem;
  font-size: 0.26rem;
  line-height: 0.28rem;
}
.ordermanager-body-son-gys-lf-rt p{
  color:#444;
  padding-bottom: 0.06rem;
}
.ordermanager-body-son-gys-rt{
  height: 0.5rem;
  box-sizing: border-box;
  text-align:center;
  line-height: 0.46rem;
  border-radius: 0.25rem;
  color: #ff5050;
  border: 1px solid #ff5050;
  font-size: 0.24rem;
  padding: 0 0.3rem;
}
.autarkymanager-footer{
  position:fixed;
  left:0;
  bottom:0;
  width: 100%;
  height: 1.2rem;
  background-color: #fff;
  border-top:1px solid #eee;
}
.autarkymanager-footer-choose{
  margin-left:3%;
  margin-top: 0.4rem;
}
.autarkymanager-footer-choose img{
  width: 0.36rem;
  height: 0.36rem;
}
.autarkymanager-footer-choose span{
  font-size: 0.3rem;
  line-height: 0.32rem;
  color:#242424;
  margin-top:0.02rem;
}
.autarkymanager-footer-son{
  width: 35%;
  height: 0.84rem;
  line-height: 0.84rem;
  text-align:center;
  color: #828282;
  background-color: #e6e6e6;
  border-radius: 0.14rem;
  margin-top:0.18rem;
  margin-right: 3%;
  font-size:0.28rem;
}
.autarkymanager-add-modify{
  position:fixed;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  z-index: 9;
}
.autarkymanager-add-modify-center{
  position:absolute;
  width: 100%;
  left:0;
  bottom:0;
  background-color: #fff;
  overflow: hidden;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.autarkymanager-add-modify-head{
  padding: 0.3rem 3%;
}
.autarkymanager-add-modify-head-lf{
  width: 1.2rem;
  height: 0.58rem;
  line-height: 0.58rem;
  font-size: 0.3rem;
  color:#b2b2b2;
  background-color: #e7e7e7;
  text-align:center;
  border-radius: 0.1rem;
}
.autarkymanager-add-modify-son{
  width: 100%;
  height: 0.84rem;
  line-height: 0.84rem;
  color:#383838;
  font-size: 0.36rem;
  text-align:center;
}
.autarkymanager-add-modify-list .hover{
  background-color: #e2f0ff;
  color:#329cff;
}
.otherschoose-page{
  width: 94%;
  margin: 0 auto;
}
.otherschoose-page-lf{
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.3rem;
  font-weight:bold;
  color:#666;
}
.otherschoose-page-lf:active{
  color:#329cff;
}
.otherschoose-page-lf img{
  display:inline-block;
  vertical-align: sub;
  height: 0.35rem;
}
.dress-category-son{
  width: 24%;
  text-align:center;
  font-size: 0.32rem;
  color:#333;
  margin-left: 7%;
}
.dress-category-son img{
  display:inline-block;
  vertical-align: bottom;
  width: 0.4rem;
}
.dress-category{
  margin-top:0.3rem;
}
.create-hb{
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  /*margin-top: 1.4rem;*/
  margin-top: 0.2rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.create-hb-ipt input{
  width: 100%;
  height: 1rem;
  font-size: 0.3rem;
  box-sizing: border-box;
  padding-left: 0.2rem;
  border-bottom: 1px solid #eee;
}
.create-hb-ipt input::-webkit-input-placeholder{
  font-size:0.3rem;
  color: #d5d5d5;
}
.create-hb-content{
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.2rem;
}
.create-hb-radio{
  width: 50%;
  margin-bottom: 0.2rem;
}
.create-hb-radio img{
  width: 0.4rem;
}
.create-hb-radio span{
  font-size: 0.3rem;
  line-height: 0.32rem;
  color:#3d3d3d;
  margin-top:0.05rem;
}
.create-hb-take{
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.3rem;
  color:#000;
}
.create-hb-take input{
  width: 100%;
  height: 1rem;
  font-size: 0.3rem;
  line-height: 0.32rem;
  color:#000;
}
.create-hb-take-lf{
  width: 25%;
}
.create-hb-take-lf span{
  line-height: 1rem;
  font-size: 0.3rem;
}
.create-hb-time-son{
  width: 40%;
  height: 1rem;
  line-height: 1rem;
  color: #d5d5d5;
  font-size:0.24rem;
}
.create-hb-time-son img{
  width: 0.35rem;
  margin-top:0.3rem;
}
.create-hb-time-text{
  width: 20%;
  height: 1rem;
  line-height: 1rem;
  font-size:0.3rem;
  text-align:center;
}
.create-hb-text{
  width: 100%;
  font-size: 0.3rem;
  line-height: 0.8rem;
  height: 0.8rem;
}
.create-hb-submit{
  width: 90%;
  height: 1rem;
  line-height: 1rem;
  text-align:center;
  background-color: #3e80cc;
  color:#fff;
  font-size: 0.3rem;
  margin: 0.6rem auto;
}
.hb-manager{
  width: 90%;
  margin: 0 auto;
}
.hb-manager-group{
  width: 100%;
  overflow-x:scroll;
  height: 2.6rem;
  margin-top:0.2rem;
  position:relative;
}
.hb-manager-drag{
  position:absolute;
  right:0.3rem;
  top:0.1rem;
  font-size: 0.3rem;
  color:#666;
}
.hb-manager-group-scroll{
  width: 140%;
  height: 2.6rem;
  border-radius:0.2rem;
}
.hb-manager-group-son{
  background-color: #eaf5ff;
  border-radius: 0.2rem;
  height: 2.6rem;
}
.hb-manager-group-son-money{
  font-size: 0.24rem;
  color:#5ebaff;
  margin-top:0.4rem;
}
.hb-manager-group-son-money span{
  font-size: 0.6rem;
}
.hb-manager-group-son-lf{
  width: 30%;
}
.hb-manager-group-son-lf img{
  margin: 0 auto;
  margin-top:0.35rem;
}
.hb-manager-group-btns-lf span{
  font-size: 0.24rem;
  color:#d3d3d3;
  line-height: 0.6rem;
}
.hongbao-ke{
  width: 0.92rem;
  height: 1.02rem;
}
.hongbao-btn{
  width: 1.25rem;
  height: 0.54rem;
}
.hb-manager-group-son-date{
  font-size: 0.24rem;
  line-height: 0.3rem;
  color:#686868;
}
.hb-manager-group-btns-lf{
  width: 0.96rem;
  text-align:center;
  font-size: 0.24rem;
  line-height: 0.36rem;
  margin-top: 0.7rem;
  margin-left: 0.26rem;
  color: #d3d3d3;
}
.hb-manager-group-btns-lf img{
  width: 0.96rem;
  margin: 0 auto;
}
.huiyuan-set-title{
  font-size:0.3rem;
  color: #515151;
  line-height: 0.32rem;
}
.huiyuan-set-title span{
  font-size:0.32rem;
  color: #4b9eff;
  line-height: 0.34rem;
}
.huiyuan-set{
  width: 94%;
  margin: 0 auto;
}
.huiyuan-set-title{
  margin-top: 0.3rem;
}
.huiyuan-set-text{
  width: 100%;
  box-sizing: border-box;
  padding-left: 0.34rem;
  font-size: 0.24rem;
  line-height: 0.32rem;
  padding-top:0.1rem;
  color: #747474;
}
.huiyuan-set-form{
  margin-top:0.4rem;
}
.huiyuan-set-ipt{
  width: 100%;
  border-bottom: 1px solid #eee;
  position:relative;
}
.huiyuan-set-ipt-lf{
  width:30%;
  height: 1rem;
  line-height: 1.05rem;
  font-size:0.3rem;
  color: #2f2f2f;
  text-align:center;
}
.huiyuan-set-ipt-rt{
  width: 70%;
}
.huiyuan-set-ipt-rt input{
  width: 100%;
  height: 1rem;
  font-size:0.3rem;
  line-height: 0.32rem;
}
.huiyuan-set-ipt-rt input::-webkit-input-placeholder{
  font-size:0.3rem;
  line-height: 0.32rem;
  color: #d8d8d8;
}
.huiyuan-set-ipt-icon{
  position:absolute;
  right:0;
  top:0;
  height: 1rem;
  line-height: 1rem;
  font-size:0.3rem;
  color: #d8d8d8;
}
.huiyuan-manager{
  width: 94%;
  margin: 0 auto;
  margin-top:0.4rem;
  margin-bottom:0.4rem;
}
.huiyuan-manager-son{
  width: 100%;
  border-radius:0.2rem;
  overflow:hidden;
  -moz-box-shadow:0px 0px 5px #ccc;
  -webkit-box-shadow:0px 0px 5px #ccc;
  box-shadow:0px 0px 5px #ccc;
  box-sizing: border-box;
  margin-top:0.3rem;
}
.huiyuan-manager-son-head{
  width: 100%;
  padding: 0 0.3rem;
  box-sizing: border-box;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.24rem;
  color:#b8b8b8;
  position:relative;
}
.huiyuan-manager-son-head img{
  height: 1rem;
}
.huiyuan-manager-son-foot{
  width: 100%;
  padding: 0 0.3rem;
  box-sizing: border-box;
  height: 1.2rem;
  line-height: 1.2rem;
  color: #7b7b7b;
  font-size:0.3rem;
  border-top: 1px solid #eee;
}
.huiyuan-manager-son-modify{
  position:absolute;
  right:0.4rem;
  top: 0.6rem;
}
.huiyuan-manager-son-modify img{
  width: 1.7rem;
  height: 1.5rem;
}
.huiyuan-manager-son-btn1{
  position:absolute;
  right:0;
  bottom:0;
  width: 100%;
  height: 0.76rem;
  line-height: 0.76rem;
  font-size: 0.24rem;
  color:#383838;
  box-sizing: border-box;
  padding: 0 0.4rem;
  border-top: 1px solid #eee;
}
.huiyuan-manager-son-btn2{
  position:absolute;
  right:0;
  bottom:0.7rem;
  width: 100%;
  height: 0.66rem;
  line-height: 0.66rem;
  font-size: 0.24rem;
  color:#383838;
  box-sizing: border-box;
  padding: 0 0.4rem;
}
.huiyuan-manager-son-btn1 img,
.huiyuan-manager-son-btn2 img{
  width: 0.3rem;
  height: 0.3rem;
  margin-top: 0.2rem;
}
.sport-public{
  width: 100%;
  padding-bottom: 0.32rem;
  background-color: #edf4fd;
}
.sport-public-warn{
  width: 94%;
  margin: 0 auto;
  height: 1rem;
  line-height: 1rem;
  color: #50a0fe;
  font-size: 0.28rem;
}
.sport-public-warn img{
  width: 0.3rem;
  margin-top:0.32rem;
}
.sport-public-btn{
  width: 100%;
  font-size: 0.28rem;
  color:#ff6565;
  text-align:center;
  line-height: 0.3rem;
}
.sport-public-btn-son{
  width: 50%;
  text-decoration: underline;
}
.sport-list{
  width: 94%;
  margin: 0 auto;
}
.sport-list-son{
  width: 100%;
  -moz-box-shadow:0px 0px 5px #ccc;
  -webkit-box-shadow:0px 0px 5px #ccc;
  box-shadow:0px 0px 5px #ccc;
  border-radius: 0.2rem;
  box-sizing: border-box;
  padding: 0 0.3rem;
  padding-bottom:0.3rem;
}
.sport-list-son-public{
  width: 100%;
}
.sport-list-son-product{
  padding: 0.28rem 0;
  border-bottom: 1px solid #eee;
}
.sport-list-son-public-date{
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  color: #818181;
  font-size: 0.24rem;
  border-bottom: 1px solid #eee;
}
.sport-list-son-price{
  position:absolute;
  width: 100%;
  bottom:0;
  left:0;
}
.sport-list-son-price-lf{
  font-size: 0.24rem;
  color:#9b9b9b;
}
.sport-list-son-kanjia-btns{
  margin-top: 0.28rem;
}
.sport-list-son-kanjia-lf{
  text-align:center;
  width: 50%;
}
.sport-list-son-kanjia-btn{
  display:inline-block;
  font-size: 0.24rem;
  color:#478cdd;
}
.sport-list-son-kanjia-btn img{
  width: 0.3rem;
}
.sport-list-son-submit{
  width: 1.76rem;
  height: 0.66rem;
  line-height: 0.66rem;
  font-size: 0.3rem;
  color:#3291ff;
  text-align:center;
  background-color: #dcecff;
  margin: 0 auto;
  margin-top:0.4rem;
}
.sport-all-set{
  position:fixed;
  width: 100%;
  height: 100%;
  left:0;
  bottom:0;
  background-color: rgba(0,0,0,0.7);
}
.sport-all-set-content{
  position:absolute;
  width: 100%;
  left:0;
  bottom:0;
  transform: translate(0,300px);
  height: 300px;
  border-top-right-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
  background-color: #fff;
}
.sport-all-set-close{
  position:absolute;
  right:3%;
  top:0.3rem;
}
.sport-all-set-close img{
  width: 0.42rem;
}
.custom{
  width: 94%;
  margin: 0.4rem auto;
}
.all-custom{
  width: 2.4rem;
  height: 0.62rem;
}
.custom-list{
  margin-top:0.3rem;
}
.custom-list-son{
  width: 100%;
  border-radius: 0.2rem;
  -moz-box-shadow:0px 0px 5px #ccc;
  -webkit-box-shadow:0px 0px 5px #ccc;
  box-shadow:0px 0px 5px #ccc;
  box-sizing: border-box;
  padding: 0.28rem 0.2rem;
  margin-top: 0.3rem;
}
.custom-list-son-lf{
  position: relative;
}
.custom-list-son-lf span{
  font-size: 0.18rem;
  color:#fff;
  background-color: #ffa000;
  border-radius: 0.1rem;
  position: absolute;
  bottom:-0.1rem;
  padding: 0 0.06rem;
  left:0;
}
.custom-list-son-lf img{
  width: 0.86rem;
  height: 0.86rem;
  border-radius: 50%;
}
.custom-list-son-ct{
  margin-left: 0.16rem;
}
.custom-list-son-ct-name{
  margin-top:0.06rem;
}
.custom-list-son-ct-name span{
  font-size: 0.3rem;
  color:#242424;
}
.custom-list-son-ct-name img{
  margin-left: 0.12rem;
}
.custom-sex{
  width: 0.26rem;
  height: 0.26rem;
}
.custom-label{
  width: 0.44rem;
}
.custom-list-son-ct-tel,
.custom-list-son-position{
  margin-top:0.1rem;
}
.custom-list-son-ct-tel img{
  width: 0.24rem;
}
.custom-list-son-ct-tel span{
  font-size: 0.24rem;
  line-height: 0.26rem;
  color:#bbb;
}
.custom-list-son-position img{
  width: 0.2rem;
}
.custom-list-son-position span{
  font-size: 0.24rem;
  line-height: 0.26rem;
  color:#bbb;
}
.custom-list-son-single{
  width: 1.4rem;
  margin-top:0.1rem;
}
.custom-all-fenxi{
  width: 100%;
  height: 100%;
  position: fixed;
  left:0;
  bottom:0;
  background-color: rgba(0,0,0,0.7);
}
.custom-all-fenxi-center{
  width: 6.2rem;
  margin: 2.4rem auto;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
}
.custom-all-fenxi-center-head{
  width: 100%;
  background-color: #4798f5;
  padding: 0.2rem 0.38rem;
  box-sizing: border-box;
  color:#fff;
}
.custom-all-fenxi-center-title{
  font-size: 0.36rem;
  line-height: 0.38rem;
}
.custom-all-fenxi-center-text{
  font-size: 0.3rem;
  color: #d1e6ff;
  line-height: 0.32rem;
  margin-top: 0.2rem;
}
.custom-all-fenxi-center-close{
  position:absolute;
  right:0.38rem;
  top:0.2rem;
}
.custom-all-fenxi-center-close img{
  width: 0.36rem;
}
.custom-all-fenxi-center-list{
  padding: 0.36rem 0;
}
.custom-all-fenxi-center-son{
  width: 5.44rem;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 0.16rem;
}
.custom-all-fenxi-center-son-lf{
  height: 0.54rem;
  line-height: 0.54rem;
  font-size: 0.24rem;
  color:#292929;
}
.custom-all-fenxi-center-son:nth-child(2n+1){
  background-color: #eee;
}
.custom-single-advice{
  width: 5.44rem;
  margin: 0 auto;
  font-size:0.24rem;
  line-height: 0.26rem;
  color:#222222;
  margin-top: 0.2rem;
}
.custom-single-btn{
  width: 80%;
  margin: 0.44rem auto 0;
  padding-bottom:0.44rem;
}
.custom-single-btn img{
  width: 2.22rem;
  height: 0.8rem;
}
.custom-single-close img{
  width: 0.8rem;
  margin: 0 auto;
  margin-top:0.2rem;
}
.custom-search-sx{
  width: 80%;
  margin: 0 auto;
}
.custom-search-sx-son{
  margin-top: 0.3rem;
  margin-left: 0.3rem;
}
.custom-search-sx-son img{
  width: 0.34rem;
}
.custom-search-sx-son span{
  font-size: 0.3rem;
  line-height: 0.36rem;
  color:#272727;
}
.modify-input-num{
  position: fixed;
  left:0;
  bottom:0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
}
.modify-input-num-center{
  width: 80%;
  margin: 1.2rem auto;
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 0.4rem 0;
  position: relative;
}
.modify-input-num-center input{
  width: 90%;
  margin: 0 auto;
  height: 1rem;
  font-size: 0.3rem;
  box-sizing: border-box;
  border: 1px solid #eee;
  padding-left: 0.4rem;
  margin-top:0.6rem;
}
.modify-input-num-center input:-webkit-input-placeholder{
  font-size: 0.3rem;
}
.modify-input-num-button{
  width:2.4rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align:center;
  font-size:0.3rem;
  color:#fff;
  background-color: #3291ff;
  margin: 0 auto;
  margin-top:0.4rem;
}
.quanyi-set-son{
  width: 94%;
  margin: 0 auto;
  border-radius: 0.14rem;
  -moz-box-shadow:0px 0px 3px #ccc;
  -webkit-box-shadow:0px 0px 3px #ccc;
  box-shadow:0px 0px 3px #ccc;
  overflow: hidden;
  margin-top: 0.26rem;
  box-sizing: border-box;
  padding: 0 4%;
}
.quanyi-set-son-head{
  width: 100%;
  height: 0.84rem;
  line-height: 0.84rem;
  font-size: 0.28rem;
  color:#242424;
  font-weight:bold;
  border-bottom: 1px solid #eee;
}
.quanyi-set-son-head img{
  width: 0.3rem;
  height: 0.3rem;
  margin-top: 0.24rem;
}
.quanyi-set-son-input{
  position: relative;
}
.quanyi-set-son-input input{
  width: 100%;
  height: 0.84rem;
  font-size: 0.28rem;
}
.quanyi-set-son-input input::-webkit-input-placeholder{
  font-size: 0.28rem;
  color: #c1c1c1;
}
.quanyi-set-icon{
  position:absolute;
  right: 0;
  top:0;
  height: 0.84rem;
  font-size: 0.3rem;
  line-height: 0.84rem;
  color: #c1c1c1;
}
.quanyi-set-son-text span{
  font-size: 0.22rem;
  color:#a4a4a4;
}
.huiyuan-manager-son-head .huiyuan-icon{
  width: 0.3rem;
  height: 0.3rem;
  margin-top:0.34rem;
}
.person-set-son{
  width: 100%;
  padding: 0 3%;
  box-sizing: border-box;
}
.person-set-son-head{
  font-size:0.3rem;
  color:#242424;
  padding: 0.34rem 0;
  border-bottom: 1px solid #eee;
}
.person-set-son-head-ipt span{
  font-size: 0.24rem;
  color:#b4b4b4;
}
.setting-xiala{
  font-size: 0.24rem;
  color:#b4b4b4;
}
.person-set-son-head img{
  width: 0.72rem;
}
.person-set-son-choose{
  width: 100%;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.26rem;
  color:#3d3d3d;
  border-bottom: 1px solid #eee;
}
.person-set-son-choose img{
  width: 0.3rem;
  margin-top: 0.3rem;
}
.person-set-son-choose input{
  font-size:0.24rem;
  margin-top: 0.3rem;
  margin-left: 0.4rem;
}
.person-set-son-choose input::-webkit-input-placeholder{
  font-size: 0.24rem;
  color: #b4b4b4;
}
.guanhuai-body{
  width: 90%;
  margin: 0 auto;
  margin-top: 1.4rem;
  margin-bottom: 0.3rem;
}
.guanhuai-body-introduct{
  display:flex;
  margin-top:0.2rem;
}
.guanhuai-body-introduct-lf{
  flex:1;
}
.guanhuai-body-introduct-rt{
  flex:12;
  font-size: 0.24rem;
  color:#383838;
}
.guanhuai-body-introduct-lf{
  font-size: 0.24rem;
  color: #747474;
}
.guanhuai-body-introduct-lf img{
  width: 0.34rem;
}
.guanhuai-body-list{
  margin-top: 0.6rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0.36rem 0.24rem;
  -moz-box-shadow:0px 0px 3px #ccc;
  -webkit-box-shadow:0px 0px 3px #ccc;
  box-shadow:0px 0px 3px #ccc;
}
.guanhuai-body-list-title{
  display:flex;
  font-size: 0.3rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.3rem;
}
.guanhuai-body-list-title-lf{
  flex: 2;
}
.guanhuai-body-list-title-rt{
  flex: 1;
  font-size: 0.26rem;
  color:#0076ff;
  text-align:right;
}
.guanhuai-body-list-son{
  padding: 0.3rem 0;
  border-bottom: 1px solid #eee;
}
.guanhuai-body-list-son:last-child{
  border-bottom: none;
}
.guanhuai-body-yulan{
  width: 100%;
  height: 0.88rem;
  line-height: 0.88rem;
  background-color: #daebff;
  font-size: 0.3rem;
  color:#3e80cc;
  text-align:center;
  margin: 0 auto;
  margin-top:0.8rem;
}
.guanhuai-custom-modify{
  position: fixed;
  left:0;
  bottom:0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
}
.guanhuai-custom-modify-center{
  position:absolute;
  bottom: 0;
  width: 100%;
  height: 400px;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-sizing: border-box;
  padding:16px;
  padding-top: 50px;
  -webkit-transform: translateY(400px);
  transform: translateY(400px);
}
.msg-modify-center{
  width: 80%;
  background-color: #fff;
  margin: 2rem auto;
  position:relative;
  padding:16px;
  padding-top: 60px;
  border-radius: 10px;
  box-sizing: border-box;
}
.msg-modify-content{
  font-size: 0.28rem;
  color:#666;
}
.guanhuai-custom-modify-close{
  position:absolute;
  right: 16px;
  top: 16px;
}
.guanhuai-custom-modify-close img{
  width: 24px;
  height: 24px;
}
.guanhuai-custom-modify-center-list{
  width: 100%;
  height: 330px;
  box-sizing: border-box;
  overflow:scroll;
}
.buquan_xiugai-upload-head{
  font-size: 0.26rem;
  color:orange;
}
.buquan_xiugai-upload-head img{
  display:inline-block;
  width: 0.74rem;
  height: 0.74rem;
  vertical-align: middle;
}
.buquan_xiugai-upload-img img{
  width: 100%;
}
.buquan_xiugai-upload-body{
  position: relative;
  margin-top:0.48rem;
}
.buquan_xiugai-upload-close{
  position: absolute;
  top:-0.1rem;
  right: -0.1rem;
}
.buquan_xiugai-upload-close img{
  width: 0.4rem;
}
.send-sale-son{
  display:flex;
  width: 100%;
  -moz-box-shadow:0px 0px 3px #eee;
  -webkit-box-shadow:0px 0px 3px #eee;
  box-shadow:0px 0px 3px #eee;
  font-size: 0.28rem;
  margin-top:0.4rem;
}
.send-sale-son-lf{
  flex: 7;
  padding: 0.34rem 0;
  text-align:center;
}
.send-sale-son-rt{
  flex: 3;
  padding: 0.34rem 0;
  text-align:center;
  color: #418ee8;
  background-color: #c8e1ff;
}
.xiugai-mentie-title{
  width: 100%;
  box-sizing: border-box;
  padding: 0 3%;
  font-size: 0.3rem;
  color:#2c2c2c;
  padding-top: 0.3rem;
}
.xiugai-mentie-style{
  width: 94%;
  margin: 0 auto;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0.4rem 0.2rem;
  box-sizing: border-box;
}
.xiugai-mentie-style-title-son{
  width: 50%;
  text-align:center;
  font-size: 0.42rem;
  color:#2c2c2c;
  font-weight: bold;
  margin-top: 0.2rem;
}
.xiugai-mentie-style-guanzhu{
  width: 5.52rem;
  height: 2.58rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 0.3rem;
  box-sizing: border-box;
  padding: 0.6rem;
}
.xiugai-mentie-style-guanzhu-lf img{
  width: 1.6rem;
  height: 1.6rem;
}
.xiugai-mentie-style-guanzhu-rt{
  font-size: 0.3rem;
  color:#fff;
  font-weight: bold;
  margin-left: 0.24rem;
  margin-top: 0.46rem;
}
.xiugai-mentie-style-tuiguang{
  width: 100%;
  background-color: #fff;
  border-radius: 0.14rem;
  box-sizing: border-box;
  padding: 0.3rem 0;
}
.xiugai-mentie-style-tuiguang-title1{
  font-size: 0.4rem;
  color:#343434;
  font-weight: bold;
  text-align:center;
  margin-top: 0.2rem;
}
.xiugai-mentie-style-tuiguang-title2{
  width: 100%;
  font-size: 0.24rem;
  color:#343434;
  text-align:center;
  margin-top: 0.1rem;
}
.xiugai-mentie-style-tuiguang-shouzhi img{
  width: 0.34rem;
  margin: 0 auto;
  margin-top: 0.2rem;
}
.xiugai-mentie-style-tuiguang-ewm img{
  width: 3.4rem;
  margin: 0 auto;
  margin-top: 0.2rem;
}
.onlinepay-body{
  width: 94%;
  margin: 0 auto;
  margin-top:-1.8rem;
  border-radius: 0.2rem;
  background: #fff;
  position:relative;
  z-index:2;
  padding: 0 0.43rem;
  padding-top:1.6rem;
  padding-bottom: 0.74rem;
  box-sizing: border-box;
  -moz-box-shadow:0px 0px 8px #fcd89d;
  -webkit-box-shadow:0px 0px 8px #fcd89d;
  box-shadow: 0px 0px 8px #fcd89d;
}
.onlinepay-logon{
  position: absolute;
  left:0;
  top:-30px;
  width: 80px;
  margin: 0 auto;
}
.onlinepay-logon img{
  width: 100%;
  height: 75px;
  border: 5px solid #fff;
  border-radius: 50%;
}
.onlinepay-text{
  font-size: 0.34rem;
  color:#333;
  font-weight:700;
}
.onlinepay-text span{
  color:#f45555;
  font-size: 0.4rem;
}
.onlinepay-paymethods-son{
  margin-top: 0.6rem;
}
.onlinepay-paymethods-son-lf img{
  width: 0.54rem;
  height: 0.44rem;
}
.onlinepay-paymethods-son-lf span{
  font-size:0.28rem;
  line-height: 0.28rem;
  color:#4e4e4e;
  margin-top:0.08rem;
  margin-left:0.1rem;
}
.onlinepay-paymethods-son-rt img{
  width: 0.4rem;
  height: 0.4rem;
}
.submit-sure{
  width: 94%;
  height: 1rem;
  line-height: 1rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../image/public/btn1.png);
  text-align:center;
  font-size: 0.32rem;
  color:#fff;
  margin:1rem auto;
  border-radius:0.2rem;
}
.caiji-body{
  width: 94%;
  margin: 25px auto;
  border-radius: 0.14rem;
  -moz-box-shadow:0px 0px 5px #aaa;
  -webkit-box-shadow:0px 0px 5px #aaa;
  box-shadow:0px 0px 5px #aaa;
  box-sizing: border-box;
  padding: 0.2rem;
}
.caiji-body-title{
  font-size:0.3rem;
  line-height: 0.5rem;
}
.caiji-body-son input{
  width: 100%;
  height: 0.8rem;
  box-sizing: border-box;
  -moz-box-shadow:inset 0px 0px 5px #aaa;
  -webkit-box-shadow:inset 0px 0px 5px #aaa;
  box-shadow:inset 0px 0px 5px #aaa;
  border-radius: 0.14rem;
  padding-left:0.3rem;
  font-size:0.3rem;
}
.caiji-body-son input::-webkit-input-placeholder{
  font-size:0.3rem;
}
.caiji-body-btn{
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  text-align:center;
  background-color: #ffb400;
  color:#fff;
  font-size: 0.36rem;
  border-radius: 0.14rem;
  margin-top: 0.4rem;
}
.caiji-body-choose-son{
  font-size:0.3rem;
}
.caiji-body-choose-son img{
  display:inline-block;
  width: 0.4rem;
  vertical-align: middle;
}
.subordinate-body{
  width: 94%;
  margin: 0 auto;
  margin-top: 0.2rem;
}
.subordinate-son-lf{
  width: 6%;
}
.subordinate-son-lf img{
  width: 0.3rem;
}
.subordinate-son-rt{
  max-width: 94%;
  font-size: 0.28rem;
  line-height: 0.42rem;
  color:#616161;
}
.subordinate-son-rt ul{
  margin-top: 0.2rem;
}
.subordinate-son-rt li{
  color: red;
}
.subordinate-son-rt h2{
  line-height: 0.6rem;
  margin-top: 0.2rem;
}
.network-search-head img{
  display:inline-block;
  width: 0.34rem;
  vertical-align: middle;
}
.network-search-head span{
  font-size:0.3rem;
  color: #939393;
}
.network-search-pro-son{
  padding: 0 0.14rem;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.24rem;
  color:#3f80cc;
  background-color: #edf5ff;
  border-radius: 0.2rem;
  margin-top: 0.24rem;
  margin-right: 0.14rem;
}
.myteam-search-head-son img{
  display:inline-block;
  width: 0.34rem;
  vertical-align: middle;
}
.myteam-search-head-son span{
  font-size:0.3rem;
  color: #939393;
}
.network-list-son{
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.3rem;
  -moz-box-shadow:0px 0px 5px #ccc;
  -webkit-box-shadow:0px 0px 5px #ccc;
  box-shadow:0px 0px 5px #ccc;
  border-radius: 0.14rem;
  margin-top: 0.32rem;
  padding-bottom: 0.3rem;
  padding-top: 0.2rem;
  position: relative;
}
.network-list-label{
  position:absolute;
  right:0;
  top: 0;
}
.network-list-label img{
  width: 0.74rem;
}
.network-list-son-head{
  height: 0.9rem;
  line-height: 0.9rem;
}
.network-name span{
  display:inline-block;
  height: 0.26rem;
  padding: 0 0.04rem;
  line-height: 0.34rem;
  font-size:0.2rem;
  color:#ffa700;
  border:1px solid #ffa700;
  border-radius: 0.04rem;
}
.network-list-son-head-text{
  font-size: 0.3rem;
}
.network-list-son-center{
  padding-bottom:0.3rem;
  border-bottom: 1px solid #eee;
}
.network-list-son-center-lf img{
  width: 1.36rem;
  height: 1.36rem;
}
.network-list-son-center-lf p{
  font-size: 0.28rem;
  color:#323232;
  line-height: 0.44rem;
}
.network-list-son-center-lf span{
  color: #a9a9a9;
}
.network-list-son-switch{
  width: 100%;
  height: 0.9rem;
  background-color: #eff4fb;
  overflow: hidden;
  margin-top: 0.3rem;
}
.network-list-son-switch img{
  width: 0.3rem;
  height: 0.3rem;
  margin: 0.3rem auto;
}
.network-list-son-footer{
  margin-top: 0.3rem;
}
.network-list-son-footer-icon{
  text-align:center;
  font-size: 0.24rem;
  color:#7db4ef;
}
.network-list-son-footer-icon img{
  height: 0.4rem;
  margin: 0 auto;
}
.network-lake{
  width: 100%;
  box-sizing: border-box;
  padding: 0 3%;
  font-size: 0.3rem;
  color:#4d97ee;
  text-align:right;
  margin-top: 0.3rem;
}
.network-lake img{
  display:inline-block;
  width: 0.36rem;
  height: 0.33rem;
  vertical-align: middle;
}
.genzong-modify{
  position: fixed;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
}
.genzong-modify-center{
  position: absolute;
  width: 100%;
  height: 300px;
  left:0;
  bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
  -webkit-transform: translate(0,300px);
  transform: translate(0,300px);
}
.genzong-modify-head{
  position: relative;
}
.genzong-modify-close{
  position:absolute;
  right:13px;
  top:13px;
}
.genzong-modify-close img{
  width: 24px;
  height: 24px;
}
.genzong-modify-head-text{
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align:center;
}
.genzong-modify-list{
  width: 100%;
  box-sizing: border-box;
  padding: 0 5%;
  height: 200px;
  overflow:scroll;
}
.genzong-modify-footer{
  width: 90%;
  margin: 0 auto;
}
.genzong-modify-son{
  font-size: 0.26rem;
  line-height: 0.36rem;
  margin-top: 10px;
}
.genzong-modify-footer-son input{
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  font-size:14px;
  background-color: #eee;
  padding-left:16px;
}
.genzong-modify-footer-send{
  height: 40px;
  line-height: 40px;
  text-align:center;
  background-color: #4ea5ef;
  font-size: 16px;
  color:#fff;
}
.myteam-list{
  width: 94%;
  margin: 0 auto;
}
.myteam-list-son{
  -moz-box-shadow:0px 0px 5px #ccc;
  -webkit-box-shadow:0px 0px 5px #ccc;
  box-shadow:0px 0px 5px #ccc;
  border-radius: 0.14rem;
  box-sizing: border-box;
  padding: 0.28rem 0;
}
.myteam-list-son{
  font-size: 0.28rem;
  color:#3c3c3c;
  margin-top: 0.3rem;
}
.myteam-list-son-head{
  border-bottom: 1px solid #eee;
  padding-bottom: 0.2rem;
}
.myteam-list-son-head-lf{
  padding-left:0.2rem;
  font-size: 0.36rem;
  color:#000;
}
.myteam-list-son-head-lf span{
  font-size: 0.28rem;
  color:#636363;
}
.myteam-list-son-head-rt span{
  display:inline-block;
  padding: 0 0.16rem 0 0.24rem;
  height: 0.4rem;
  line-height: 0.44rem;
  font-size: 0.28rem;
  background-color: #ff4646;
  color:#fff;
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.myteam-list-son-list{
  padding-left: 0.2rem;
  margin-top:0.1rem;
}
.myteam-list-son-son{
  width: 50%;
  margin-top:0.2rem;
}
.myteam-list-son-son span{
  color:#818181;
}
.myteam-list-son-son .myteam-list-btn{
  display:inline-block;
  padding: 0 0.1rem;
  font-size: 0.22rem;
  background-color: #d8d8d8;
  color:#fff;
  border-radius: 0.04rem;
}
.shouyi-list{
  width: 94%;
  margin: 0 auto;
}
.shouyi-list-son{
  width: 100%;
  -moz-box-shadow:0px 0px 5px #ccc;
  -webkit-box-shadow:0px 0px 5px #ccc;
  box-shadow:0px 0px 5px #ccc;
  border-radius: 0.14rem;
  box-sizing: border-box;
  padding: 0.28rem;
  font-size: 0.3rem;
  margin-top: 0.42rem;
}
.shouyi-list-son-group{
  width: 50%;
}
.article-body{
  width: 94%;
  margin: 0 auto;
}
.article-body-add{
  text-align:center;
  overflow: hidden;
}
.article-body-add input{
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
  height: 0.8rem;
  font-size:0.3rem;
  border: 1px solid #eee;
  margin-top:0.42rem;
  text-align:center;
}
.article-body-add input::-webkit-input-placeholder{
  font-size:0.3rem;
}
.article-body-btn{
  width: 40%;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.3rem;
  color:#fff;
  background-color: #ffbb49;
  border-radius: 0.14rem;
  margin: 0.42rem auto;
  margin-bottom:0.8rem;
}
.article-line{
  width: 100%;
  height: 4px;
  background-color: #f9f9f9;
}
.article-body-list-son{
  font-size:0.3rem;
}
.article-body-list-son img{
  display:inline-block;
  width: 0.36rem;
  vertical-align: sub;
}
.article-add-form{
  width: 86%;
  margin: 0 auto;
}
.article-add-ipt-son{
  margin-top:0.42rem;
}
.article-add-ipt-son input{
  width: 100%;
  height: 0.8rem;
  font-size: 0.3rem;
  box-sizing: border-box;
  padding-left: 0.3rem;
  border: 1px solid #eee;
}
.article-add-ipt-son input::-webkit-input-placeholder{
  font-size: 0.3rem;
}
.article-add-ipt-son button{
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align:center;
  color:#fff;
  background-color: #ffbb49;
  font-size:0.3rem;
  text-align:center;
  border:none;
}
.article-add-btn{
  width: 75px;
  height: 75px;
  border: 1px solid #eee;
  overflow:hidden;
  text-align:center;
  margin: 0.42rem auto;
}
.article-add-btn img{
  width: 40px;
  margin: 0 auto;
  margin-top:8px;
}
.article-add-btn span{
  font-size:0.3rem;
  line-height: 0.45rem;
  color:#666;
}
.article-list{
  width: 94%;
  margin: 0 auto;
}
.article-list-son{
  padding: 0.36rem 0;
  border-bottom: 1px solid #eee;
}
.article-list-son-lf img{
  width: 1.4rem;
  height: 1.4rem;
}
.article-list-son-editor{
  width: 100%;
  margin-top: 0.7rem;
}
.article-list-son-editor-one{
  display:inline-block;
  font-size: 0.3rem;
  color:#666;
  margin-left: 0.3rem;
}
.article-list-son-editor-one img{
  display:inline-block;
  width: 0.4rem;
  vertical-align: sub;
}
.shouyi-list-nav{
  width: 80%;
  margin: 0.42rem auto;
  /*margin-top: 0.42rem;*/
}
.shouyi-list-nav-bar{
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.36rem;
  color:#ffbb49;
  text-align:center;
  box-sizing: border-box;
  border: 1px solid #ffbb49;
}
.shouyi-list-nav .hover{
  background-color: #ffbb49;
  color:#fff;
}
.new-chose-son img{
  display:inline-block;
  width: 0.3rem;
  vertical-align: middle;
}
.new-chose-son{
  font-size: 0.3rem;
}
.new-chose{
  margin-top: 0.2rem;
}
