﻿.user-content {
  padding-top: 36px;
}

.user-content .left {
  padding: 62px 0 200px;
  border-radius: 6px;
  width: 216px;
  height: 582px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 13px 0px rgba(6, 6, 6, 0.11);
          box-shadow: 0px 2px 13px 0px rgba(6, 6, 6, 0.11);
}

.user-content .left .avatar {
  border-radius: 100%;
  width: 130px;
  height: 130px;
  margin: 0 auto;
}

.user-content .left .avatar img {
  border-radius: 100%;
  width: 130px;
  height: 130px;
  display: block;
}

.user-content .left .username {
  padding: 0 10px;
  text-align: center;
  font-size: 16px;
  font-family: Source Han Sans CN Normal, Source Han Sans CN Normal-Normal;
  color: #363636;
  line-height: 40px;
}

.user-content .left .sidebar {
  margin-top: 84px;
}

.user-content .left .sidebar li {
  cursor: pointer;
  margin-bottom: 42px;
  font-size: 18px;
  line-height: 40px;
  font-family: Source Han Sans CN Normal, Source Han Sans CN Normal-Normal;
  text-align: center;
  color: #595959;
  letter-spacing: 2px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.user-content .left .sidebar li a {
  display: block;
  color: #595959;
}

.user-content .left .sidebar li span {
  position: absolute;
  top: 11px;
  right: 30px;
  display: block;
  width: 35px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background: #bfbfbf;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  font-size: 12px;
  font-family: Source Han Sans CN Normal, Source Han Sans CN Normal-Normal;
  color: #ffffff;
  letter-spacing: 0;
}

.user-content .left .sidebar li:hover a, .user-content .left .sidebar li.selected a {
  color: #ff474b;
}

.user-content .left .sidebar li:hover span, .user-content .left .sidebar li.selected span {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff474b), to(#ffa1a1));
  background: linear-gradient(#ff474b 0%, #ffa1a1 100%);
}

.user-content .left .sidebar li.selected:after {
  display: block;
  content: "";
  color: #ff474b;
  width: 6px;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffa1a1), to(#ff474b));
  background: linear-gradient(#ffa1a1 0%, #ff474b 100%);
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: 0;
}

.user-content .right {
  width: 960px;
  margin-left: 20px;
}

.user-content .right .tit {
  font-size: 18px;
  line-height: 18px;
  font-family: Source Han Sans CN Normal, Source Han Sans CN Normal-Normal;
  color: #ff474b;
  margin: 26px 0;
}

.user-content .right .info-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.user-content .right .info-list input,
.user-content .right .info-list select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 0 10px;
  outline: none;
  width: 320px;
  height: 40px;
  line-height: 40px;
  background: #f3f3f3;
  border: 1px solid #cecece;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(66, 66, 66, 0.16) inset;
          box-shadow: 0px 0px 6px 0px rgba(66, 66, 66, 0.16) inset;
}

.user-content .right .info-list select {
  background: #f3f3f3 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABzklEQVRYR+3VTahNYRTG8d8tA6aSSEkIIyZKMaEUknLLREkUI0zEQBmQSFGKMrmKSN26k1vkc4AykBiZGAgjUgaUsbT0br29zjl773tPncleo/2x1nr+59nvWmfMiGNsxPo6gM6BzoFROLASH6rxzwHO4DCeIa7/JQ1pVyzHHWzEXeyLvhXAYnzJhF5hB34MSXwenmJT1m8LnucOfMKyLOE+dg0JYAp7sl5vsT53IK7DkrAoj1s4OEuIqziW9fiK3XhdAsT9UVwrBC/j5AwhTuFCUbsTD3odwurZaZwriqLRxZYQB3CzqNlfutxvDC/hRFEcE3KjIcR2PCxyj+NKWT9oD0zgUFEwjukaiHV4goVZ3nmEs/9F3SIqT++vNJ4v+0CEaIgHRBWT2NsPug5gLu5ha9bgc4J436Np2B72V/EOawc5VgcQtYsSxN+5TfEmQXzPnsWBi4NXxW/Mx8/ZAkT9asRiij1exaMEEfcxajEpeazAx0Hi8a6JA1WPDQliQdb0W/qFqwqhzXhRJ94WIPK3JYg5A5ofwfUm4jMBiJoYxbB8TQ+Rs+mftKl+q0+QN12SFlVYvRSPEWfidmPllNjmDLTt3Si/A+gc6Bz4A5AUQyGLbAHsAAAAAElFTkSuQmCC) no-repeat 290px center;
  background-size: 16px;
}

.user-content .right .info-list .label {
  width: 100px;
}

.user-content .right .info-list .btn {
  width: 90px;
  height: 40px;
  line-height: 40px;
  background: #eee;
  border: 1px solid #cecece;
  font-size: 14px;
  font-family: Source Han Sans CN Normal, Source Han Sans CN Normal-Normal;
  text-align: center;
  color: #746f6f;
  letter-spacing: 1px;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 auto;
}

.user-content .right .info-list .avatar {
  border-radius: 100%;
  margin: 40px 0;
}

.user-content .right .info-list .avatar img {
  border-radius: 100%;
  display: block;
  width: 170px;
  height: 170px;
}

.user-content .right .info-list .avatar .upload {
  padding-top: 24px;
  text-align: center;
  margin-left: 76px;
}

.user-content .right .info-list .avatar .upload h6 {
  font-size: 18px;
  line-height: 26px;
  font-family: Source Han Sans CN Normal, Source Han Sans CN Normal-Normal;
  color: #4c4948;
}

.user-content .right .info-list .avatar .upload p {
  font-size: 14px;
  line-height: 26px;
  font-family: Source Han Sans CN Normal, Source Han Sans CN Normal-Normal;
  color: #9e9e9e;
}

.user-content .right .account .phone {
  width: 292px;
}

.user-content .right .account .action {
  color: #007fff;
  cursor: pointer;
}

.user-content .right .save-btn {
  width: 90px;
  height: 40px;
  line-height: 40px;
  background: #eee;
  border: 1px solid #cecece;
  font-size: 14px;
  text-align: center;
  color: #746f6f;
  letter-spacing: 1px;
  border-radius: 5px;
  cursor: pointer;
  margin: 40px 0 0 200px;
}

.user-content .right .user-center-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.user-content .right .user-center-list:after {
  content: "";
  width: 308px;
}

.user-content .right .user-center-list li {
  border-radius: 6px;
  width: 308px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 9px 0px rgba(47, 49, 51, 0.11);
          box-shadow: 0px 1px 9px 0px rgba(47, 49, 51, 0.11);
  position: relative;
  margin-bottom: 20px;
}

.user-content .right .user-center-list li .pic {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: block;
  width: 308px;
  height: 180px;
}

.user-content .right .user-center-list li .mask {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  width: 308px;
  height: 180px;
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user-content .right .user-center-list li .mask .icon {
  display: block;
  width: 44px;
  height: 43px;
}

.user-content .right .user-center-list li .con {
  padding: 10px 15px;
}

.user-content .right .user-center-list li .con p {
  font-size: 16px;
  font-family: Source Han Sans CN Medium, Source Han Sans CN Medium-Medium;
  font-weight: 500;
  color: #363636;
  line-height: 20px;
  margin-bottom: 10px;
}

.user-content .right .user-center-list li .con span {
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-family: Source Han Sans CN Regular, Source Han Sans CN Regular-Regular;
  font-weight: 400;
  color: #a3a3a3;
}

.user-content .right .user-center-list li .delete {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  font-size: 12px;
  line-height: 24px;
  font-family: Source Han Sans CN Regular, Source Han Sans CN Regular-Regular;
  color: #fff;
  background: url("../images/icon-delete.png") no-repeat left center;
  background-size: 14px 14px;
  text-indent: 20px;
  position: absolute;
  top: 5px;
  right: 10px;
}

.user-content .right .user-comm-list ul {
  width: 100%;
}

.user-content .right .user-comm-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  padding: 24px 24px 0;
  width: 912px;
  border: 1px solid #dcdcdc;
  border-radius: 7px;
}

.user-content .right .user-comm-list ul li img {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

.user-content .right .user-comm-list ul li .con {
  width: 840px;
}

.user-content .right .user-comm-list ul li .con .name {
  font-size: 14px;
  line-height: 26px;
  font-family: Source Han Sans CN Medium, Source Han Sans CN Medium-Medium;
  color: #4b4b4b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.user-content .right .user-comm-list ul li .con .name span {
  color: #ff474b;
}

.user-content .right .user-comm-list ul li .con p {
  font-size: 14px;
  font-family: Source Han Sans CN Normal, Source Han Sans CN Normal-Normal;
  color: #3e3e3e;
  line-height: 24px;
}

.user-content .right .user-comm-list ul li .con .source {
  white-space: normal;
  word-break: break-all;
  margin-top: 15px;
  padding: 14px;
  background: #f8f8f8;
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
  font-family: Source Han Sans CN Normal, Source Han Sans CN Normal-Normal;
  color: #999;
  text-align: justify;
}

.user-content .right .user-comm-list ul li .con .comm-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.user-content .right .user-comm-list ul li .con .comm-tools .ac-more {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: url("../images/user-icon-more.png") no-repeat center center;
  position: relative;
}

.user-content .right .user-comm-list ul li .con .comm-tools .ac-more .action {
  display: none;
  background: #f2f2f2;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(116, 116, 116, 0.26);
          box-shadow: 0px 2px 8px 0px rgba(116, 116, 116, 0.26);
  position: absolute;
  top: 30px;
  right: -10px;
}

.user-content .right .user-comm-list ul li .con .comm-tools .ac-more .action .ac {
  font-size: 14px;
  border-radius: 4px;
  padding: 0 10px;
  color: #4e4e4e;
  cursor: pointer;
  display: block;
  text-align: center;
  width: 34px;
  height: 30px;
  line-height: 30px;
}

.user-content .right .user-comm-list ul li .con .comm-tools .ac-more .action .ac:hover {
  background: #fff;
  color: #ff4b4f;
}

.user-content .right .user-comm-list ul li .con .comm-tools .ac-more:hover .action {
  display: block;
}

.bind-phone {
  padding: 20px 40px;
  width: 320px;
}

.bind-phone .focus {
  width: 350px;
  height: 30px;
  line-height: 30px;
  color: #ff552e;
  font-size: 12px;
  position: absolute;
  bottom: -30px;
  left: 0;
}

.bind-phone .focus span {
  display: block;
  height: 30px;
  line-height: 30px;
  position: relative;
  padding-left: 20px;
}

.bind-phone .icon-tips {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAEN0lEQVRYR82YXWwUZRSGn3e7ulD8bSUGxYi4QKzdof7UxhuCNwJiCdBuAiZNjJELe6mJ3qhcqIneqDHRGI3xhqAwbTH1B4MxwWiMksjP7raG0HBhgGAiJYgQqe0cs1u37S473f1mUTtXm+x53/PMmfm+c74Rc/zSHOejLkBL0wCpBzBbBLEmsCbM/gSNEMRGOHvkuPYzXk8RnAENYnR5m5BtROoErg8FMLuE+BpjkDH7RIO5X11hnQCty+tAfIC42zURZoa0G9guP3O0Vn1NgLZhxbUkrn4L9HitxuFxFmDsZGysV4NHz1fzqwpom1rvIh77HLijmpnT/8YQAWs1kDkxm25WQEu3roeYD8x3Sl5zsJ0msDXqz2XCJKGAtrH1Tq7SYdA1NeeLFGinmVB7WCUrAlrnLY3Maz4IWhEpp7PIfuac2rUvc6FcWhkw7b0DPOWY5zeC4CWk80gvAkuc9GY71JftqQpom1YuJ27DkN+EXa7xDvnDB/IK29h2A/GJEaRmFwcwT342O1NzWQWt2+tHbHY0Pis/2zRTY93eD4gOR5+v5GcfDgW0dEsS4sfcTIvRwWb5uT2FCqZX3grBCGies9cE92kgc7CoK6mgdaeeQ3rV2bRAZQbKA2bBepCWRvIheEV+7vkQwCiPJRpGuMqG5WenWulUBW196kYaNRopndmHSDuwIECx6zB7F2lRJK+CSIvlHzlZ+FU0sXRLG8QPuZvaiPzssrIF8hFii7vXPwpjlfoy35YCdqUeIaZ8z3W7jIuMXVqmwaOnpm6229uJ2OpmNDM62CI/t6sccBsxvRfJ1OwE0qfyM72F9VI3oD0jP/t6KWC39yTi/UiAk6ID8jOFfa9uwMCeVn/2jbJ3sDC5fDYnAG1iq/qGPi4F3OzdSwM/zQlAbLX87DelgPltZj5nkKoOsSE3ceUe8QS3Fcev0k6STn0PejBiFa8UYE5+JlVkKG91zyK99r8Cmr2svuwLlQHrGhZmrOIurwvZGqRt7jc7fo/84cMVASe3iNRupLS78TTg9Iad+gJpnYPXl/IzJfGXz4NpL396y49cjgMrp/jj4lLtHbk0BZj29gJrawYcJ6U9mdzM+Mojf3fr2yhW6AqO1wGMPFS+y68CHqpZX+vIX3jM65IJFsz/Dun+mhPUFWi/wAVP/vFz5Tbhx87O5TeRSBxCWlxX7mriye837eVnkdBFMtOvcIBqsH2I26vlifj/XxD0FCeXSh5Vu4alkwuhcR/QFhEiTHaSYLxT/cOzzqBVAQvvZP4gn2h+E+mJCKu7EuAuGO+VP1x1gq8JcHrbaEliDdsRj4FizhU1jiHbVhwEatE7AU6Bbmi9mQSPgjZg5DtGIjyZ/Q7aSxAMcCY34PrFNRJgyUJaTZyFLUsgngRLYizAGAWNYhOnGR360RWq6kZdS+n/q5i6K/hvg/4NPX2LOLSlU28AAAAASUVORK5CYII=");
  width: 14px;
  height: 14px;
  background-size: 14px;
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
}

.bind-phone .login-input {
  position: relative;
  width: 320px;
  height: 30px;
  border-bottom: 1px solid #feddde;
  margin-top: 44px;
}

.bind-phone .login-input.user-icon {
  width: 344px;
  padding: 0 25px;
  background: url("../images/user_icon.png") no-repeat left center;
}

.bind-phone .login-input.password-icon {
  width: 344px;
  padding: 0 25px;
  background: url("../images/password_icon.png") no-repeat left center;
}

.bind-phone .login-input input {
  width: 100%;
  height: 30px;
  border: none;
  outline: none;
}

.bind-phone .login-input input::-webkit-input-placeholder {
  font-size: 16px;
  color: #9d9d9d;
}

.bind-phone .login-input input:-ms-input-placeholder {
  font-size: 16px;
  color: #9d9d9d;
}

.bind-phone .login-input input::-ms-input-placeholder {
  font-size: 16px;
  color: #9d9d9d;
}

.bind-phone .login-input input::placeholder {
  font-size: 16px;
  color: #9d9d9d;
}

.bind-phone .login-input.code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bind-phone .login-input.code input {
  width: 200px;
}

.bind-phone .login-input.code span {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  line-height: 30px;
  font-size: 16px;
  font-family: PingFang SC Regular, PingFang SC Regular-Regular;
  color: #ff474b;
}

.bind-phone .login-input.pw-eyes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bind-phone .login-input.pw-eyes input {
  width: 300px;
}

.bind-phone .login-input.pw-eyes span {
  display: block;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.bind-phone .login-input.pw-eyes span.hide {
  background: url("../images/pw_hide.png") no-repeat center center;
  background-size: cover;
}

.bind-phone .login-input.pw-eyes span.show {
  background: url("../images/pw_show.png") no-repeat center center;
  background-size: cover;
}

.bind-phone .forget-text {
  margin-top: 10px;
  text-align: right;
}

.bind-phone .forget-text a {
  font-size: 16px;
  font-family: PingFang SC Medium, PingFang SC Medium-Medium;
  font-weight: 500;
  color: #ff474b;
  line-height: 18px;
}

.bind-phone .btn {
  cursor: pointer;
  width: 200px;
  height: 30px;
  line-height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffa08a), to(#f42324));
  background: linear-gradient(#ffa08a 0%, #f42324 100%);
  opacity: 1;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.bind-phone .btn.bind {
  margin: 40px auto 0;
}
/*# sourceMappingURL=user.css.map */