.my-container {
  width: 100%;
  height: 100vh;
  background: url(http://ovqxodlhu.bkt.clouddn.com/activity/8573ce7bb33d2b0ade71479986195460.png)
    no-repeat;
  background-size: 100%;
  padding: 2%;
  box-sizing: border-box;
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
}

.my-bar {
  display: flex;
}
.aui-searchbar-input {
  margin-left: 0;
}
.aui-bar-light,
.aui-bar-nav,
.aui-searchbar {
  background: transparent;
  border-bottom: 0;
}
.aui-bar-nav.aui-bar-light .aui-iconfont,
.aui-searchbar-cancel {
  color: #424242;
}
.text-aline-center {
  text-align: center;
  margin-top: 6px;
}
.my-count {
  font-weight: 700;
}

.with-50 {
  width: 50% !important;
}
.my-top {
  width: 100%;
  height: 3.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.if-modal-wrap {
  position: relative;
}
.if-modal-wrap .modal-hidden-black {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 8989;
  background: transparent;
}
.my-search {
  flex: 1;
  margin: 0 10px;
  position: relative;
  height: 100%;
}
.my-top .my-search input {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(250, 250, 250, 0.6);
  border-radius: 20px;
  padding-left: 35px;
  box-sizing: border-box;
  font-size: 14px;
}
.my-top .my-search span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 10px;
}

/* 内容 */
.my-content-top {
  border-radius: 10px;
  background: #fff;
  padding: 10px 0px 10px 5px;
  margin-top: 30%;
}
.my-content-top > p {
  padding: 0 10px;
  line-height: 26px;
  color: #424242;
  position: relative;
}
.my-content-top > p::before {
  content: "";
  width: 2px;
  height: 80%;
  background: #a5b9a3;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.my-name {
  margin-left: 5px;
}
.my-tel {
  margin-left: 20px;
}
.my-content-top ul {
  display: flex;
  margin-top: 10px;
}
.my-content-top ul li {
  flex: 1;
}
.my-content-top ul li .my-count {
  font-weight: 700;
}
.my-content-top ul li .my-text {
  color: #999;
}
.my-content-top ul li p {
  line-height: 26px;
  text-align: center;
}

.my-content-middle {
  margin: 10px 0;
}
.my-content-middle ul li {
  font-size: 0.7rem;
}
.my-content-middle ul li:last-child {
  text-align: right;
}
.my-content-middle ul li span {
  color: #998963;
  margin-left: 5px;
}
.my-content-middle .my-rule {
  color: #a5b9a3;
  margin-right: 5px;
  font-size: 13px;
}
.black-box p {
  color: #424242 !important;
}
.my-content-bottom {
  flex: 1;
  background: #fff;
  border-radius: 10px;
  font-size: 0.7rem;
  /* overflow: hidden; */
}
.my-content-bottom > ul li {
  position: relative;
  text-align: left;
  font-size: 12px;
  white-space: nowrap;
}
.buyers-li:nth-child(1) {
  width: 32%;
}
.buyers-li:nth-child(2),
.buyers-li:nth-child(3) {
  width: 34%;
  margin-top: 5px;
}
.my-content-bottom > ul li i {
  font-style: normal;
  font-size: 10px;
  color: #333;
}
.my-content-bottom-content {
  /* max-height: 50vh; */
  margin-top: 0.1rem;
  padding-bottom: 0.625rem;
  overflow-x: hidden;
  overflow-y: scroll;
}
.my-content-bottom-content ul li {
  width: 100%;
  padding: 8px 0;
  position: relative;
}
.my-content-bottom-content ul li::after {
  content: "";
  width: 90%;
  height: 1px;
  background-color: #f0f0f0;
  position: absolute;
  bottom: 0;
  left: 5%;
  /* transform: scaleY(.5);
  -webkit-transform: scaleY(.5);  */
}
.my-content-bottom-content ul li a {
  display: block;
  width: 100%;
  color: #424242;
  align-items: center;
}
.my-col-3 {
  width: 34%;
}
.my-col-4 {
  width: 33.33%;
}
.my-col-5 {
  width: 34%;
}
.pay-agent-num {
  display: none;
}
.my-content-bottom-content p {
  text-align: center;
  font-size: 0.7rem;
}
.aui-progress {
  width: 76%;
  position: relative;
  left: 12%;
}
.aui-list .aui-list-item-inner {
  justify-content: center;
  font-size: 0.7rem;
}
.personal_info {
  text-align: left;
  font-size: 13px;
  color: #999;
}
.purchase-volume {
  font-size: 14px;
  color: #999;
  display: inline-block;
}
.personal_info > span {
  font-weight: 500;
  font-size: 14px;
  color: #333;
}
.purchase-volume span {
  color: #ff4f64;
  font-size: 16px;
  font-weight: 500;
}
