@charset 'UTF-8';

.col-sub {
  width: 300px;
}

.col-sub .user-card {
  padding: 28px 0 20px 0;
  border: 1px solid #f0dbd7;
  border-radius: 6px;
}

.col-sub .btn-group {
  margin-top: 22px;
}

.col-sub .btn {
  width: 227px;
  cursor: pointer;
}

.col-main {
  width: 880px;
}

.contact-card-detail {
  border: 1px solid #f0dbd7;
  border-radius: 6px;
}

.tab-cnt {
  min-height: 520px;
}

.rank-list {
  padding: 16px 40px 28px;
  background: #fff;
  margin-top: 12px;
}

.rank-list-item {
  padding: 12px 0;
  border-bottom: 1px solid #f3f3f3;
}

.rank-list-item:last-child {
  border-bottom: none;
}

.rank-list-item-inner {
  height: 56px;
  line-height: 56px;
  font-size: 0;
}

.rank-list-item-inner p {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #333;
  margin-right: 30px;
}

.rank-list-item-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
}

.rank-list-item-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}

.rank-list-item-name {
  width: 120px;
  overflow: hidden;
}

.rank-list-item-label {
  width: 150px;
}

.rank-list-item-label span {
  display: inline-block;
  vertical-align: middle;
}

.rank-list-item-label .rank-list-item-num {
  color: #da4442;
  margin-left: 10px;
}

.menu-practice-item-date {
  margin-right: 0;
}

.tab-normal {
  position: relative;
}

.tab-normal .tab-nav {
  border: 1px solid #f0dbd7;
}

.tab-normal .tab-nav-item.cur {
  background-color: #fff;
}

.menu-practice-item {
  box-sizing: border-box;
  padding-top: 65px;
  width: 287px;
  height: 254px;
  margin: 0 6px 20px 0;
  border-radius: 6px;
  /* background-image: url(../img/ed.png); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.menu-practice-item:nth-child(3n) {
  margin-right: 0;
}

.menu-practice-item-title {
  font-size: 18px;
  color: #333;
  height: 58px;
}

.menu-practice-item-desc {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.order-list {
  margin-top: 24px;
}

.order-item {
  box-sizing: border-box;
  padding: 13px 15px;
  width: 287px;
  height: 270px;
  margin: 0 6px 20px 0;
  border: 1px solid #f0dbd7;
  border-radius: 6px;
  background-color: #fff;
}

.order-top img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 11px;
}

.order-top-info {
  margin-top: 5px;
}

.order-top-info p {
  font-size: 14px;
  color: #666;
}

.order-desc {
  margin-top: 10px;
  font-size: 18px;
  height: 52px;
  color: #333;
  font-weight: 700;
  overflow: hidden;
}

.order-from {
  position: relative;
  margin-top: 20px;
  font-size: 14px;
  color: #d7553a;
  padding-left: 10px;
}

.order-from::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  display: block;
  width: 4px;
  height: 12px;
  background: #ea6a27;
  border-radius: 2px;
}

.order-btn {
  display: block;
  margin: 28px auto 0 auto;
  width: 221px;
  height: 72px;
}

.contact-card .contact-item {
  position: relative;
  padding-left: 28px;
}

.contact-card .contact-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.contact-card .contact-item:nth-child(1)::before {
  background-image: url(../img/lxr.png);
}

.contact-card .contact-item:nth-child(2)::before {
  background-image: url(../img/lxfs.png);
}

.contact-card .contact-item:nth-child(3)::before {
  background-image: url(../img/hddd.png);
}

.menu-practice {
  margin: 24px 0 0 0;
  min-height: 346px;
}

.user-card .user-info {
  padding: 0;
}

.user-card .user-info.bi-col .user-info-item {
  width: 50%;
}

.user-card .user-info-num {
  font-size: 18px;
}

.user-card .user-info.bi-col .user-info-item:nth-child(-n + 2) {
  margin-bottom: 20px;
}

.user-card .user-info.bi-col .user-info-item:nth-of-type(2):after {
  display: block;
}

.user-card .user-info.bi-col .user-info-item:last-child:after {
  display: none;
}

.user-area {
  display: inline-block;
  /* min-width: 116px; */
  padding: 0 15px;
  height: 27px;
  line-height: 27px;
  background: #fff8f5;
  border: 1px solid #f38e87;
  border-radius: 13px;
  font-size: 16px;
  font-weight: 400;
  color: #e35b52;
  margin-bottom: 20px;
  margin: 0 auto 20px auto;
}
