body button {
  border: 1px solid transparent;
  outline: none;
  background: transparent;
}
.header {
  background: #a5b9a3;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 8px 17px;
}
.header span,
.header button {
  width: 66px;
  padding: 0;
}
.header h3 {
  align-self: center;
}
.gray-color p {
  color: gray !important;
}
.logout-wrap {
  text-align: center;
  color: #a5b9a3;
}
.logout-wrap div {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}
.logout-wrap div .confirm-logout {
  border-radius: 18px;
  background: #a5b9a3;
  color: #fff;
}
.logout-wrap div .no-logout {
  border-radius: 18px;
  border: 1px solid #a5b9a3;
  color: #a5b9a3;
}
.avatar-wrap {
  position: relative;
  display: flex;
  background: #fff;
  align-items: center;
  padding: 20px 16px;
  height: 120px;
}
.avatar-wrap #img-ava {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.person-info {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}
.person-info h2 {
  color: #333;
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 21px;
}
.person-info div {
  font-size: 15px;
}
.person-info div span {
  flex-shrink: 0;
  color: #9b9b9b;
  font-size: 12px;
}
#certify-status {
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #e5e5e5;
}
.person-info #level-ico {
  display: block;
  flex-shrink: 0;
  width: auto;
  height: 24px;
  margin-right: 2px;
}
.invite-wrap {
  display: block;
  color: #4a4a4a;
}
.blocked-img {
  display: block;
  margin-bottom: 20px;
}
.team-table {
  color: #4a4a4a;
  background: #fff;
}
.team-table h3 {
  color: #333333;
  padding: 8px 0;
  font-weight: bold;
  padding-left: 13px;
}
.team-table .table-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
.team-table .table-item a {
  justify-content: center;
  padding: 8px 0;
}
.team-table .table-item .general-line-display {
  width: 50%;
}
.team-table .table-item span {
  font-size: 13px;
  color: #434343;
  line-height: 1.2;
}
.team-table .table-item p {
  font-size: 16px;
  color: #a5b9a3;
  margin-bottom: 4px;
  line-height: 1.2;
}
.team-table .table-item div {
  width: 33%;
}
.team-table .table-item .right-before {
  position: relative;
}
.team-table .table-item .right-before::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 80%;
  background: #edebeb;
  right: 0;
  top: 10%;
}
body a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-decoration: none;
  color: #4a4a4a;
}
.blocked {
  display: none;
}
.profit {
  position: relative;
  padding: 0 16px 20px;
}
.team-table {
  position: relative;
  margin-top: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.cover-avoid-click {
  display: none;
  position: absolute;
  width: 100% !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.profit a,
.profit > div {
  width: 50%;
  text-align: center;
}
.profit span {
  font-size: 12px;
  color: #4a4a4a;
}
.with-bofore {
  padding-left: 15px;
  border-left: 1px solid #f2f2f2;
}
.aui-dialog-footer {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #f6f6f6;
  padding: 6px;
}
.aui-dialog-footer div {
  height: 40px;
  line-height: 40px;
  color: #333;
}
.aui-dialog-footer div:nth-child(1) span {
  display: block;
  width: 220px;
  height: 36px;
  line-height: 19px;
  border-radius: 26px;
  font-size: 16px;
  background-color: #adbdbc;
  color: #fff;
  padding: 10px 16px;
  margin: 0 auto;
}
.aui-dialog-footer .disagree {
  color: #333333;
}
.aui-dialog-footer div:nth-child(1) .agreed {
  background-color: #a5b9a3;
}
.modal-prevent-click {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5809;
}
.blocked p {
  color: #333 !important;
}
.aui-dialog .line-display {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.frosted img {
  width: 80px;
}
.aui-dialog-body p {
  text-align: left;
  padding: 5px 10px;
}
.describe {
  color: #a5b9a3;
  margin-bottom: 16px;
}
.buyers-wrap-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.buyers-wrap-top .buyers-num {
  width: 50%;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.buyers-wrap-top .search-line {
  width: 50%;
  display: flex;
  background-color: #f5f5f5;
  border-radius: 18px;
  height: 32px;
  line-height: 32px;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
}
.buyers-wrap-top .search-line img {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.buyers-wrap-top .search-line input {
  height: 100%;
  font-size: 14px;
  padding: 0 12px 0 8px;
}
.gray-words {
  color: #999999;
  font-size: 14px;
}
.certify-invite {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.certify-invite #invite-input {
  position: fixed;
  top: -100px;
  font-size: 14px;
}
.certify-invite #copy-invite {
  color: #a5b9a3;
  margin-left: 4px;
}

#serial-code-span {
  position: relative;
}
#my-tel,
#my-name {
  font-size: 14px;
  color: #333;
}

body .my-content-bottom {
  margin: 10px 12px 0 12px;
  padding: 12px 12px 0 12px;
  border-radius: 10px 10px 0 0;
}

.free {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  display: inline-block;
}

#tutor-info-box {
  border-bottom: 1px solid #e6e6e6;
}
