html {
  height: 100%;
}

.account-body {
  min-height: 100%;
  /*  background: #ffffff url(../images/home_p.png) no-repeat;
  background-position: center top;
  background-position-y: 99px; */
}



.user-info {
  box-sizing: border-box;
  height: 318px;
  padding-top: 54px;
  text-align: center;
  position: relative;
  background: #ffffff url(../images/home_p.png) no-repeat center;
}

.user-info .layui-btn {

  width: 160px;
  height: 40px;
  border-radius: 2px;
  background-color: rgba(51, 51, 51, 1);
  display: block;
  margin: 0 auto;
  margin-top: 21px;
}

.avatar {
  display: block;
  height: 96.42px;
  width: 96.42px;
  border-radius: 50%;
  margin: 10px auto;
}

.username {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

.toRecord {
  margin-top: 18px;
}

.btn-grap {
  position: absolute;
  right: 120px;
  top: 0;
  height: 100%;
  width: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.btn-grap .layui-btn {
  margin: 10px 0;
  background-color: #0075ff;
}

.accout-sidebarBox {
  background-color: #fff;
  width: 160px;
}

.content-box {
  margin-left: 170px;
  background: #fff;
}

.accout_contentBox {
  padding: 0 24px;
  /*  min-height: 700px; */
}

.account_header {
  border-bottom: 1px solid #e4e4e4;
}

.c-h {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  color: rgba(196, 16, 11, 1);

  line-height: 50px;
  font-weight: 700;
  position: relative;
  margin-left: 11px;
}

.c-h::after {
  position: absolute;
  content: "";
  display: block;
  background-color: rgba(196, 16, 11, 1);
  width: 4px;
  height: 14px;
  top: 18px;
  left: -10px;
}

.c-h .epigraph {
  display: inline-block;
  margin-left: 20px;
  color: #a2a2a2;
  font-weight: 100;
}

.panel {
  box-sizing: border-box;
  border: 1px solid #dfe4e7;
  padding: 20px 50px 30px 30px;
  margin-top: 10px;
  color: #2e2e2e;
}

.panel .availableSum {
  font-size: 38px;
  line-height: 53px;
  height: 53px;
  margin-right: 500px;
}

.blue {
  color: #0088ff;
}

.panel .amount-label {
  margin-right: 500px;
}

.tip {
  line-height: 72px;
  color: #a2a2a2;
}

.router_main {
  min-height: 550px;
}

.members-accoutBox {
  margin-bottom: 40px;
}

.classify {
  display: flex;
  align-items: center;
  color: #888;
  line-height: 28px;
  padding: 8px 0;
  border-bottom: 1px solid #e4e4e4;
}

.classify dd {
  padding: 0 2px;
}

.classify a.types {
  color: #888;
  display: inline-block;
  height: 28px;
  width: 86px;
  text-align: center;
}

.classify a.active.types {
  background-color: #0075ff;
  color: #fff;
}

.agree-detail {
  min-height: 400px;
  margin-top: 10px;
  position: relative;
}

.agree-detail::before {
  content: "";
  position: absolute;
  z-index: 19;
  width: 30px;
  height: 12px;
  background-color: #fff;
  left: 0;
  top: 0;
}

.agree-list {
  padding: 6px 0 10px 30px;
  position: relative;
  overflow: hidden;
}

.agree-list::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #e4ebf0;
  left: 3px;
  z-index: 0;
  top: 0px;
}

.agreeTime {
  color: #9aa5ad;
  font-size: 12px;
  line-height: 20px;
}

.agreeTime::before {
  position: relative;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #3b97ff;
  margin-left: -30px;
  margin-right: 26px;
  z-index: 20;
}

.item-info {
  margin-left: 150px;
}

.item-info .title {
  color: #3b4653;
  font-size: 18px;
  line-height: 24px;
}

.cover {
  width: 120;
  height: 85px;
}

.item-info .content {
  height: 60px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.item-info .bottom-info {
  display: flex;
  align-items: center;
  color: #9aa5ad;
  line-height: 20px;
}

.item-info .bottom-info span {
  margin: 0 8px;
}

.complaint-form {
  padding: 20px 200px 20px 0;
}

.complaint-form .layui-form-item {
  clear: inherit;
}

.complaint-form .layui-form-item:after {
  clear: inherit;
}

.complaint-form .layui-form-label {
  text-align: left;
}

.complaint-form .layui-form-label.required::before {
  content: "*";
  display: inline-block;
  color: #ff0909;
  margin-left: -12px;
  margin-right: 10px;
}

.m-icon-ck {
  display: inline-block;
  height: 16px;
  width: 16px;
  background: url(../images/unck.png) no-repeat center;
  background-size: 100%;
  vertical-align: middle;
}

input[name="type"]:checked+.m-icon-ck {
  background: url(../images/ced.png) no-repeat center;
}

.radio-input {
  line-height: 36px;
}

.upload {
  display: inline-block;
  height: 90px;
  width: 90px;
  background: url(../images/upload.png) no-repeat center;
  background-size: 100%;
}

.submit-btn {
  width: 180px;
}

.upload-list {
  margin: 0;
  display: inline;
  vertical-align: top;
}

.upload-list-item {
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  width: 90px;
  height: 90px;
  margin: 0 8px 8px 0;
  display: inline-block;
}

.load-img {
  width: 100%;
  height: 100%;
}

.rm-img {
  position: absolute;
  background-color: #0093ff;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  top: -10px;
  right: -10px;
  cursor: pointer;
}

.layui-form-radio>i:hover,
.layui-form-radioed>i {
  color: #0093ff;
}

.demand-list-item {
  position: relative;
  border: 1px solid #e4e4e4;
  padding: 10px 15px;
  margin-top: 10px;
}

.demand-list-item dd {
  color: #a2a2a2;
  font-size: 12px;
  padding: 5px 200px 0 0;
  line-height: 1.5;
  display: table;
}

.demands {
  display: block !important;
  width: 800px;
}

.demand-list-item dd span {
  display: table-cell;
}

.demand-list-item dd .label {
  width: 60px;
  vertical-align: top;
}

.demand-list-item .demand-info-dt span {
  color: #2e2e2e;
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
  line-height: 20px;
}

.demand-list-item .demand-info-dt .createTime {
  color: #a2a2a2;
  font-size: 12px;
  font-weight: 200;
}

.close-demands {
  position: absolute;
  line-height: 20px;
  top: 10px;
  right: 20px;
  color: #666;
  padding: 4px 8px;
}

.unwind-demands {
  position: absolute;
  bottom: 10px;
  right: 20px;
  padding: 4px 8px;
  color: #0088ff;
}

.packUp.unwind-demands {
  color: #666666;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  margin-left: -60px;
}

.service-item {
  display: flex;
  align-items: end;
  margin-left: 60px;
  margin-bottom: 10px;
}

.service-logo {
  width: 50px;
  height: 50px;
}

.service-name {
  margin-left: 10px;
  width: 128px;
}

.settlement {
  /* padding-right: 10px; */
  padding-bottom: 40px;
}

.settle-top-bar {
  height: 56px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eff3f6;
}

.types-ul {
  display: flex;
  align-items: center;
}

.types-ul a.top-types {
  display: block;
  box-sizing: border-box;
  height: 55px;
  color: #a2a2a2;
  line-height: 55px;
  margin: 0 5px;
}

.types-ul a.top-types.active {
  color: rgba(196, 16, 11, 1);

  border-bottom: 2px solid rgba(196, 16, 11, 1);
}

.select {
  display: flex;
}

.select .select-input {
  box-sizing: border-box;
  padding: 6px 10px;
  width: 256px;
  /* height: 30px; */
  height: 38px;

  border: 1px solid #e7e9eb;
}

.subselect {
  width: 60px;
  font-size: 14px;
  height: 38px;
  /*  
  background: #e7e9eb; 
  color: #a2a2a2;*/
  color: white;
  background-color: rgba(83, 83, 83, 1);
}

.subselect:hover {
  color: #a2a2a2;
}

.baksetList-theader {
  background-color: #f4f6f8;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 34px;
  height: 34px;
  color: #b9bfc4;
  padding-left: 17px;
}

.baksetList-theader span {
  display: inline-block;
}

.items-head {
  height: 32px;
  display: flex;
  background-color: #f4f6f8;
  color: #a2a2a2;
  font-size: 12px;
  padding: 0 17px;
  align-items: center;
  justify-content: space-between;
}

.baksetList-items {
  box-sizing: border-box;
  border: 1px solid #dfe4e7;
  margin-bottom: 10px;
}

.items-head .remove {
  cursor: pointer;
  padding: 8px;
}

.items-footer {
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  padding: 0 17px;
}

.m-ic-icon-warn_ye {
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/zy.png);
  margin-left: 10px;
  width: 12px;
  height: 12px;
  margin-right: 4px;
}

.dfk-tip {
  color: #ff9100;
  font-size: 12px;
}

.baksetList-tbody .teamName {
  color: #888;
  font-size: 12px;
  margin-left: 20px;
}

.baksetList-tbody .items-content {
  display: flex;
  border-bottom: 1px solid #dfe4e7;
}

.baksetList-tbody .goods-item {
  flex: 1;
}

.baksetList-tbody .bakset-status {
  width: 135px;
  border-left: 1px solid #dfe4e7;
  text-align: center;
}

.baksetList-tbody .bakset-status.order {
  width: 222px;
}

.baksetList-tbody .bakset-status .status {
  color: #ff9100;
  font-size: 12px;
  line-height: 40px;
}

.bakset-operation {
  width: 208px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 1px solid #dfe4e7;
}

.bakset-operation.order {
  width: 222px;
  padding-top: 3px;
}

.paybtn {
  color: #0075ff;
  border-color: #0075ff;
}

.pay-confirm {
  background: url(../images/payc.png) no-repeat center;
  text-align: center;
  color: #2e2e2e;
  height: 40px;
  padding-top: 190px;
}

.pay-confirmT {
  /* background: url(../images/payc.png) no-repeat center; */
  text-align: center;
  color: #2e2e2e;


}

.pay-confirmT p {

  height: 25px;
  color: rgba(46, 46, 46, 100);
  font-size: 18px;
  text-align: center;
  font-family: PingFangSC-Regular;
  line-height: 25px;
  margin-top: 22px;
  margin-bottom: 70px;
}

.pay-confirmT div {
  display: inline-block;
  vertical-align: middle;
  width: 157px;
  height: 132px;
  position: relative;
  margin-bottom: 102px;
}

.pay-confirmT div.zhifubao {
  background: url(../../../images/zhifubao.png) no-repeat center;
}


.pay-confirmT div.weixing {
  background: url(../../../images/weixin.png) no-repeat center;
}


.pay-confirmT div.zhifubao span, .pay-confirmT div.weixing span {
  display: block;
  width: 157px;
  height: 22px;
  color: rgba(46, 46, 46, 100);
  font-size: 16px;
  text-align: center;
  font-family: PingFangSC-Regular;
  line-height: 22px;
  position: absolute;
  bottom: 0;
}

.bakset-operation.order a {
  margin: 3px;
}

.teamLogo {
  width: 26px;
  height: 26px;
  border-radius: 50%;
}

.goods-ls {
  display: flex;
  padding: 12px 0 12px 17px;
  border-bottom: 1px solid #dfe4e7;
  margin-bottom: -1px;
}

.goods-ls .combImg {
  width: 90px;
  height: 90px;
}

.comb-info {
  width: 166px;
  margin-left: 14px;
  margin-right: 30px;
}

.pname {
  height: 36px;
  line-height: 30px;
  height: 60px;
  font-size: 12px;
  color: #2e2e2e;
}

.combName {
  color: #a2a2a2;
  line-height: 15px;
  width: 100px;
  height: 15px;
  overflow: hidden;
}

.sum {
  width: 60px;
}

.price-box {
  flex: 1;
  padding: 0 12px;
  display: flex;
}

.price-box>span {
  flex: 1;
  text-align: center;
}

.face {
  color: #a2a2a2;
  font-size: 12px;
}

.goods-status {
  margin: -12px 0;
  border-left: 1px solid #dfe4e7;
  width: 100px;
  text-align: center;
  padding: 12px;
}

.goods-status .status {
  color: #ff9100;
}

.acceptPrice {
  margin: 10px 0;
}

.order-status {
  color: #666;
  font-size: 12px;
  width: 120px;
  margin: 0 auto;
  margin-top: 12px;
  text-align: left;
  line-height: 18px;
}

.order-status dt {
  color: #ff9100;
  text-align: center;
}

.payment-info {
  padding: 20px;
}

.payment-info li {
  padding: 8px 0;
  color: #2e2e2e;
  font-size: 14px;
}

.payment-info li .label {
  display: inline-block;
  width: 72px;
  color: #666;
}

.remove-layer {
  padding: 20px;
}

.rm-textarea {
  height: 140px;
  resize: none;
}

.payment-info li .yuan {
  text-decoration: none;
  font-size: 12px;
}

.payment-pr {
  color: #ff9100;
  font-size: 16px;
}

.sub-confirm {
  color: #2e2e2e;
  font: 16px;
  text-align: center;
}

.attention {
  display: inline-block;
  width: 56px;
  height: 56px;
  background: url(../images/warn_grey_large.png) no-repeat center;
  margin: 30px 0;
}

.cfm-dis {
  text-align: center;
}

.cfm-dis p {

  color: rgba(136, 136, 136, 100);
  font-size: 13px;
  text-align: center;
  font-family: PingFangSC-Regular;
}

.cfm-class,
.layui-layer .layui-layer-btn a {
  width: 100px;
  text-align: center;
  line-height: 28px;
}

.totalAmount,
.order-type,
.order-stage {
  display: inline-block;
  width: 80px;
  font-size: 12px;
}

.info .notice {
  border: 1px solid #ffd7a4;
  background-color: #fff0dd;
  color: #ff7a00;
  line-height: 1.5;
  padding: 8px 16px;
  font-size: 12px;
  margin: 10px 20px;
  margin-bottom: 0px;
}

.m-ic-icon-warn_grey {
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/zy.png);
  width: 12px;
  height: 12px;
}

.coupons-list {
  display: inline-block;
  position: relative;
  width: 248px;
  margin: 10px;
}

.coupons-box {
  overflow: hidden;
}

.coupons-head {
  background-color: #bbc6d8;
  position: relative;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 10px;
  color: #fff;
}

.coupons-head::before {
  position: absolute;
  content: "";
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: #fff;
  left: 50%;
  top: -20px;
  margin-left: -16px;
}

.coupons-head .yen {
  font-style: normal;
  margin-right: 4px;
}

.coupons-head .amount {
  font-size: 24px;
  font-weight: 700;
}

.coupons-list .deadline {
  color: #778396;
}

.coupons-des {
  padding: 8px 14px 10px 14px;
  background-color: #f8f9fc;
  color: #888;
}

.usableAmount {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 2;
  color: #778396;
}

.used {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 2;
  width: 54px;
  height: 40px;
  background: url(../images/used.png);
}

.overdue {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 2;
  width: 54px;
  height: 40px;
  background: url(../images/overdue.png);
}

.coupon-team-name {
  font-size: 10px;
}

.coupon-description {
  font-size: 10px;
  line-height: 15px;
  height: 105px;
  color: #b1b1b1;
}

.immed-link {
  height: 24px;
}

.immediate {
  display: block;
  margin: 0 auto;
  line-height: 24px;
  border-radius: 12px;
  border: 1px solid #bbc6d8;
  width: 80px;
  text-align: center;
  margin-top: 4px;
}

.couponName {
  line-height: 18px;
}

.coupon-team-name {
  line-height: 16px;
}

.create {
  margin-top: 20px;
}

/* 关注团队 */
.team-item {
  border: 1px solid #e4e4e4;
  height: 178px;
  box-sizing: border-box;
  border-left: none;
  border-right: none;
  margin-bottom: -1px;
  padding: 20px 20px 20px 0;
}

.team-info {
  float: left;
  width: 500px;
}

.my-team-list {
  margin-top: -1px;
}

.team-logo {
  display: inline-block;
  width: 100px;
  width: 100px;
  margin-right: 18px;
  vertical-align: top;
}

.team-name {
  display: inline-block;
  color: #2e2e2e;
  font-size: 16px;
  vertical-align: top;
}

.team-goods-list {
  margin-left: 500px;
}

.team-list {
  min-height: 680px;
  padding: 20px 0;
  margin-left: -30px;
}

.team-li {
  float: left;
  position: relative;
  box-sizing: border-box;
  padding: 25px 30px;
  width: 248px;
  height: 310px;
  border: 1px solid #e4e4e4;
  margin-left: 30px;
  margin-bottom: 30px;
}

.collection-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.collection-img {
  display: block;
  width: 186px;
  height: 186px;
}

.col-team-logo {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 12px;
}

.col-team-name {
  display: inline-block;
  color: #888;
  font-size: 14px;
  width: 150px;
}

.collection-name {
  /* width: 100%; */
  line-height: 30px;
}

.col-team-pri {
  color: #2e2e2e;
  font-size: 12px;
  line-height: 28px;
}

.past .col-team-pri {
  color: #a2a2a2;
}

.past .dated {
  display: block;
}

.dated {
  display: none;
  position: absolute;
  bottom: -14px;
  right: 0;
  width: 60px;
  height: 48px;
  background: url(../images/xiajia.png);
}

.clear-shadow {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.batch-clear-shadow {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(100, 100, 100, 0.5);
  z-index: 10;
}

.bottom-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 38px;
}

.bottom-btn .layui-btn {
  width: 50%;
}

.batch-clear {
  display: none;
}

.batch-icon {
  position: absolute;
  box-sizing: border-box;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #ccd8e2;
  border-radius: 50%;
}

.batch-clear:checked+.batch-icon {
  border-color: #0088ff;
  padding: 2px;
}

.batch-clear:checked+.batch-icon::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #0088ff;
  border-radius: 50%;
}

.clear {
  position: absolute;
  z-index: 4;
  right: 10px;
  top: 10px;
  padding: 5px;
  cursor: pointer;
}

.right-bts {
  float: right;
  line-height: 50px;
}

.reomve-b {
  display: inline-block;
  margin-right: 28px;
  padding: 2px 12px;
}

.filter-link {
  display: inline-block;
  padding: 0 30px;
  color: #888;
  line-height: 28px;
}

.filter-link.active {
  background-color: #0088ff;
  color: #fff;
}

.tabbar {
  padding: 10px 0;
}

.list-table {
  border: 1px solid #e4e4e4;
  border-left: none;
  border-right: none;
  width: 100%;
}

.list-table tr {
  height: 40px;
  border-bottom: 1px solid #e4e4e4;
}

.createTime {
  color: #888;
  text-align: right;
}

.team-goods-item {
  display: inline-block;
  margin-right: 20px;
}

.team-goods-img {
  width: 120px;
  height: 120px;
  display: block;
}

.price {
  line-height: 15px;
}

.team-goods-price {
  color: #2e2e2e;
  font-size: 14px;
}

.review1 {
  display: none;
}

.checkbox-label {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 90px;
}

.checkbox-label input {
  position: absolute;
  top: 50%;
  margin-top: -7px;
}

.notice {
  margin: 10px 18px;
  color: #ff9100;
  font-size: 12px;
}

.notice::before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/zy.png) no-repeat;
  margin-right: 4px;
}



.sider-nav-item i.zltg {
  background-image: url(../images/sprite/account.png);
  background-position: 0 0;
}


.layui-btn-primary {

  border-radius: 1px;
  background-color: rgba(255, 255, 255, 1);
  /*   border: 1px solid rgba(0, 136, 255, 1); */
  border: 1px solid rgba(83, 83, 83, 1);
  color: rgba(51, 51, 51, 1);

  /* color: rgba(0, 136, 255, 100); */
  font-size: 12px;
  text-align: center;
  font-family: PingFangSC-Medium;
}

.layui-btn-primary:hover {
  border: 1px solid rgba(83, 83, 83, 1);
  color: rgba(51, 51, 51, 1);

}