@charset "utf-8";
.gray {
  color: #333;
}
.black {
  color: #242424;
}
.blue {
  color: #0086cb;
}
.m10 {
  margin-top: 10px;
}
.m20 {
  margin-top: 20px;
}
.layui-upload-file {
  display: none!important;
}
.iahr-content {
  background-color: #f8faff;
  padding-top: 20px;
  padding-bottom: 100px;
}
.module-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.module-table td {
  padding: 0.8rem 10px;
  line-height: 1.2;
}
.module-table thead td {
  color: #adadad;
  font-family: 'Roboto-Bold';
}
.module-table tbody tr:nth-child(2n-1) {
  background-color: #fbfcff;
}
.module-table tbody td {
  color: #343434;
}
.mc-item-title {
  font-family: 'Roboto-Bold';
}
.wap-wrapper-box {
  position: sticky;
  top: 89px;
}
.person-left {
  width: 280px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
.person-left a {
  color: #63697f;
}
.person-right {
  width: 900px;
}
.pl-item {
  padding: 22px 40px 22px 20px;
  font-size: 16px;
  display: block;
  border-bottom: 1px solid #eee;
}
.pl-item:last-child {
  border-bottom: 0;
}
.pl-item:hover,
.pl-item:active {
  background-color: #f7f9fa;
}
.pl-item.active {
  color: #fff;
  position: relative;
  padding-right: 30px;
  font-family: 'Roboto-Bold';
  background-color: #0086cb;
}
.pl-item.active:after {
  font-family: 'iconfont';
  content: '\e659';
  float: right;
  position: absolute;
  top: 0;
  right: 8px;
  top: 50%;
  margin-top: -8px;
  text-align: center;
}
.friend-link {
  margin-top: 30px;
}
.friend-link a {
  margin-right: 15px;
}
.friend-link a:hover {
  opacity: 0.7;
}
.friend-link a.active {
  color: #ddd;
}
.edit {
  font-size: 14px;
  color: #a6b1cc;
  border: 1px solid #a6b1cc;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 3px 10px;
}
.edit:before {
  font-family: 'iconfont';
  content: '\e61d';
  font-size: 16px;
}
.edit:hover {
  border-color: #0086cb;
}
.user-more:before {
  content: '';
}
.remove:before {
  content: '\e657';
}
.remove:hover {
  color: #f00;
  border-color: #f00;
}
.add-info:before {
  content: '\e67a';
}
.module-address-icon .edit {
  line-height: 1;
  padding: 3px 10px;
}
.module-address-icon .remove {
  margin-left: 5px;
}
.module-box {
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 3px 10px rgba(123, 161, 199, 0.2);
  -moz-box-shadow: 0 3px 10px rgba(123, 161, 199, 0.2);
  box-shadow: 0 3px 10px rgba(123, 161, 199, 0.2);
  margin-bottom: 20px;
  font-size: 14px;
}
.module-box:first-child {
  margin-top: 0;
}
.module-title {
  color: #232323;
  font-size: 0.9rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #d2d8e5;
}
.module-title .module-title-text {
  font-size: 16px;
  color: #0086cb;
}
.module-title-tip {
  color: #e24d4d;
  margin-left: 15px;
  font-size: 0.7rem;
}
.module-content .mc-item {
  margin-top: 20px;
  line-height: 25px;
}
.user-avatar {
  width: 160px;
  height: 210px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
.user-avatar img {
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.user-avatar .avatar-change {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 262px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: none;
  z-index: 9;
}
.user-avatar:hover .avatar-change {
  display: block;
}
.user-info {
  padding-left: 180px;
}
.user-username {
  color: #0086cb;
  font-size: 0.9rem;
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.user-desc {
  color: #0086cb;
  margin-top: 0.8rem;
  line-height: 1.5;
}
.user-message {
  margin-top: 5px;
  display: inline-block;
}
.user-message dl {
  display: inline-block;
  margin-right: 35px;
}
.user-message dl dt {
  color: #333;
  margin-bottom: 7px;
}
.user-message dl dd {
  color: #242424;
}
.user-friend .like {
  color: #f97e1a;
}
.user-friend .more {
  font-size: 0.55rem;
}
.user-friend dt,
.user-friend dd {
  display: inline-block;
}
.user-friend .friend-link {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.user-status {
  margin-top: 30px;
}
.user-changepwd {
  margin-top: 10px;
}
.user-changepwd .blue {
  text-decoration: underline;
}
.user-btn-box {
  margin-top: 35px;
  margin-bottom: 15px;
}
.user-btn-box .user-btn1,
.user-btn-box .user-btn2,
.user-btn-box .user-btn3 {
  padding: 10px 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
}
.user-btn-box .user-btn1:hover,
.user-btn-box .user-btn2:hover,
.user-btn-box .user-btn3:hover {
  opacity: 0.7;
}
.user-btn-box .user-btn1 {
  background-color: #0086cb;
}
.user-btn-box .user-btn2 {
  background-color: #f97e1a;
  margin-left: 3px;
}
.user-btn-box .user-btn3 {
  background-color: #526bb2;
  margin-left: 3px;
}
.form-box input,
.form-box textarea,
.form-box select {
  font-family: 'Roboto-Regular';
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  background-color: transparent;
}
.form-box input:disabled,
.form-box textarea:disabled,
.form-box select:disabled{
    -webkit-text-fill-color: #333;
    -webkit-opacity: 1;
    color: #333;
}
.form-box .form-btn {
  padding: 9px 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  color: #fff;
  background-color: #0086cb;
  font-size: 16px;
  cursor: pointer;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.form-box .form-btn:hover {
  opacity: 0.7;
}
.form-box .form-canel-btn {
  background-color: transparent;
  border: 1px solid #ddd;
  color: #595757;
  padding: 9px 25px;
  margin-left: 20px;
  position: relative;
  top: 1px;
}
.form-box.active input,
.form-box.active textarea,
.form-box.active select {
  border: 1px solid #ddd;
  padding: 10px;
}
.form-box.active .form-btn {
  display: inline-block;
}
.form-box .upload-input {
  width: calc(100% - 120px);
}
@media screen and (max-width: 768px) {
  .wap-wrapper-box {
    position: fixed;
    z-index: 98;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .wap-wrapper-box:before {
    content: '\e65b';
    position: absolute;
    right: 15px;
    top: 15px;
    font-family: 'iconfont';
    color: #fff;
    font-size: 24px;
  }
  .wap-wrapper-box .person-left {
    padding: 10px;
    position: fixed;
    left: -100%;
    top: 0;
    width: 70%;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .wap-wrapper-box .person-left .pl-item {
    padding: 15px 10px;
  }
  .wap-wrapper-box.active {
    left: 0;
  }
  .wap-wrapper-box.active .person-left {
    left: 0;
  }
  .sub-nav-open {
    display: block;
    position: fixed;
    left: -30px;
    top: 25%;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: right;
    line-height: 50px;
    background-color: #333;
    color: #fff;
    padding-right: 5px;
    z-index: 9;
  }
  .sub-nav-open.active {
    display: none;
  }
  .person-right {
    width: 100%;
  }
  .module-box {
    padding: 10px;
    width: 95%;
    margin: 10px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .module-box .user-info {
    padding-left: 0;
  }
  .module-box .user-avatar {
    width: 70px;
    height: 70px;
    float: none;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 20px;
  }
  .module-box .user-message {
    margin-top: 18px;
  }
  .module-box .user-message dl {
    margin-right: 20px;
  }
  .module-box .user-status,
  .module-box .user-btn-box {
    margin-top: 20px;
  }
  .module-box .user-btn-box .user-btn1,
  .module-box .user-btn-box .user-btn2 {
    display: block;
    margin: 0 0 10px 0;
    text-align: center;
  }
  .module-title-tip {
    display: block;
    width: 100%;
    clear: both;
    margin-left: 0;
    padding-top: 5px;
  }
  .iahr-content {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
/*# sourceMappingURL=user.css.map */