/*******公共样式*******/
.container #allBalance .h4 {
  border-bottom: 1px solid #ddd;
  padding: 0.2rem 0;
  font-weight: 600;
}
.container #allBalance .h4 span {
  color: #ff9145;
  font-size: 0.13rem;
}
.container #allBalance .item01 {
  font-size: 16px;
  padding: 0.1rem 0 0 0;
}
.container #allBalance .item01 #balance {
  color: #ff9145;
}
.container #allBalance .item02 {
  font-size: 12px;
  padding: 0.1rem 0;
  color: #F54545;
}
.container #withdraeView .h4 {
  border-bottom: 1px solid #ddd;
  padding: 0.2rem 0;
  font-weight: 600;
}
.container #withdraeView .withdrawInfo:after {
  display: block;
  clear: both;
  content: "";
  border-bottom: 1px solid #ddd;
}
.container #withdraeView .withdrawInfo .form-group input,
.container #withdraeView .withdrawInfo .form-group select {
  margin-bottom: 0.05rem;
}
.container #withdraeView .withdrawInfo div {
  padding-left: 0;
}
.container #withdraeView .withdrawInfo .withdrawBtn button {
  margin: 5px 10px 0 0;
}
.container #withdraeView .orders {
  padding-top: .1rem;
}
.container #withdraeView #times {
  margin-top: .2rem;
}
.container #withdraeView #times .form-control {
  text-align: center;
  display: inline-block;
  width: 30%;
  background: #fff;
}
.container #withdraeView .tab-order {
  border: 1px solid #dddddd;
}
.container #withdraeView .tab-order .laifangForm {
  cursor: pointer;
}
.container #withdraeView .tab-order .laifangForm:hover {
  color: #ff9145;
}
.container #withdraeView .tab-order .hisneed {
  width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
}
.container #withdraeView .tab-order thead {
  background: #F7F7F7;
}
.container #withdraeView .tab-order thead tr td {
  padding: 0.2rem 0;
  font-size: 0.15rem;
}
.container #withdraeView .tab-order tbody tr td {
  padding: 0.2rem 0;
}
.container #withdraeView .M-box a,
.container #withdraeView .M-box span {
  font-size: 0.16rem;
}
.container .group-img {
  position: relative;
}
.container .group-img img {
  display: inline-block;
  position: absolute;
  right: 18px;
  bottom: 6px;
  height: 32px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .container #allBalance .h4 {
    padding: 0.1rem 0;
    margin: 0;
  }
  .container #withdraeView .h4 {
    padding: 0.1rem 0;
  }
  .container #withdraeView .dropdown {
    font-size: 0.12rem;
  }
  .container #withdraeView .dropdown button {
    font-size: 0.12rem;
  }
  .container #withdraeView .dropdown .dropdown-menu {
    min-width: 0.88rem;
    left: 0.63rem;
  }
  .container #withdraeView .withdrawInfo:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .container #withdraeView .withdrawInfo .withdrawBtn {
    text-align: center;
  }
  .container #withdraeView #times {
    margin-top: 0.1rem;
    font-size: 0.12rem;
  }
  .container #withdraeView #times .form-control {
    font-size: 0.12rem;
    height: 0.3rem;
    width: 36%;
  }
  .container #withdraeView .search {
    margin: 0.1rem 0;
  }
  .container #withdraeView .search .form-group {
    margin-bottom: 0;
  }
  .container #withdraeView .search .form-group .form-control {
    display: inline-block;
  }
  .container #withdraeView .orders {
    padding-top: 0.1rem;
  }
  .container #withdraeView .orders .orderList {
    padding: 0 0.1rem;
    position: relative;
  }
  .container #withdraeView .orders .orderList > div {
    background-color: #fff;
    padding: 0.1rem 0;
    border-bottom: 1px solid #ddd;
  }
  .container #withdraeView .orders .orderList > div header {
    overflow: hidden;
    font-size: 0.13rem;
    color: #555555;
    line-height: 0.4rem;
  }
  .container #withdraeView .orders .orderList > div div {
    position: relative;
    overflow: hidden;
    color: #999;
    font-size: 0.13rem;
  }
  .container #withdraeView .orders .orderList > div div h5 {
    font-size: 0.13rem;
  }
  .container #withdraeView .orders .orderList > div div span {
    color: #666;
  }
  .container #withdraeView .orders .orderList > div footer {
    font-size: 0.13rem;
    color: #999;
  }
  .container #withdraeView .orders .orderList > div footer p,
  .container #withdraeView .orders .orderList > div footer span {
    padding-bottom: 0.1rem;
    padding-top: 0.1rem;
  }
}
