@import url('/plugins/layui/css/layui.css');
.memberWrap {
  margin: 20px auto 60px;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  background: var(--white);
  display: flex;
}
.menuWrap {
  flex: 0 0 160px;
  width: 160px;
  border-right: 1px solid #D9D9D9;
  padding: 14px;
}
.menuWrap .user {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 15px;
}
.menuWrap .user .avatar {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50px;
  margin: auto;
  position: relative;
}
.menuWrap .user .name {
  color: var(--black);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
}
.menuWrap .menu {
  padding: 0 17px;
}
.menuWrap .menu a {
  display: block;
  padding: 15px 0;
  margin-top: 10px;
  color: #8F8F8F;
  font-size: 16px;
  font-weight: 400;
}
.menuWrap .menu a.curr {
  color: var(--main);
}
.memberWrap .userWrap {
  padding: 35px 45px;
  width: 1140px;
}
.userinfo {
  display: flex;
  align-items: center;
}
.userinfo .avatar {
  flex: 0 0 90px;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  overflow: hidden;
  margin-right: 20px;
  position: relative;
}
.userinfo .avatar .mask {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.35);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  opacity: 0;
  transition: all 0.5s;
}
.userinfo .avatar:hover .mask {
  opacity: 1;
}
.userinfo .name {
  color: var(--black);
  font-size: 20px;
  font-weight: 600;
}
.userinfo .studyId {
  color: var(--main);
  font-size: 16px;
  font-weight: 400;
}
.userinfo .datas {
  display: flex;
  margin-top: 10px;
}
.userinfo .datas .item {
  color: #8A8A8A;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.userinfo .datas .item + .item {
  margin-left: 16px;
  padding-left: 16px;
}
.userinfo .datas .item + .item::before {
  display: block;
  content: '';
  height: 16px;
  border-left: 1px #D9D9D9 solid;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.userinfo .datas .item span {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
  margin-left: 3px;
}
.memberWrap .form {
  margin-top: 45px;
}
.form .formControl {
  display: flex;
  margin-top: 25px;
  align-items: center;
}
.form .label {
  margin-right: 13px;
  color: var(--black);
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  width: 5em;
}
.form .inputControl {
  width: 383px;
  height: 34px;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  padding: 0 10px;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}
.form .formControl.large {
  border-radius: 4px;
  background: #F7F7F7;
  padding: 0 20px;
  width: 420px;
  height: 60px;
  display: flex;
  justify-content: space-between;
}
.form .formControl.large .inputControl {
  border: none;
  width: 100%;
  flex: 0 1 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 400;
  padding: 0;
}
.form .formControl.large .send {
  border: none;
  white-space: nowrap;
  color: #00963C;
  font-size: 18px;
  font-weight: 400;
  background: none;
  cursor: pointer;
}
.form .inputControl.readonly {
  background: #F6F6F6;
  cursor: not-allowed;
}
.form .inputControl.hand {
  cursor: pointer;
}
.form .inputControl.readonly .input {
  color: #999999;
  flex: 0 1 100%;
}
.form a.hand {
  cursor: pointer;
  color: var(--main);
  font-size: 14px;
  white-space: nowrap;
  margin-left: 15px;
}
.form .btn {
  width: 120px;
  height: 38px;
  padding: 0;
  border-radius: 6px;
  background: var(--main);
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  border: none;
  cursor: pointer;
}
.listWrap {
  padding: 15px 25px;
  flex: 0 1 100%;
}
.filterBar {
  display: flex;
  align-items: center;
}
.filterBar .date {
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.34);
  font-size: 16px;
  font-weight: 400;
}
.filterBar .dateTabs {
  display: flex;
  align-items: center;
  margin-left: 15px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  overflow: hidden;
}
.filterBar .dateTabs .tab {
  display: block;
  line-height: 20px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 8px;
  min-width: 72px;
  text-align: center;
}
.filterBar .dateTabs .tab.curr {
  background: var(--main);
  color: var(--white);
}
.filterBar .inputWrap {
  margin-left: 30px;
  display: flex;
}
.filterBar .inputWrap input {
  width: 330px;
  height: 40px;
  border-radius: 6px;
  opacity: 0.3;
  background: #D9D9D9;
  padding: 0 10px;
}
.filterBar .inputWrap button {
  margin-left: 10px;
  width: 70px;
  height: 40px;
  padding: 10px;
  text-align: center;
  line-height: 20px;
  color: var(--white);
  border-radius: 6px;
  background: var(--main);
  border: none;
  font-size: 22px;
  cursor: pointer;
}
.filterBar .clearBtn {
  color: var(--main);
  font-size: 14px;
  font-weight: 400;
}
.filterBar .clearBtn .iconfont {
  color: var(--main);
  font-size: 16px;
}
.listWrap .list {
  margin: 40px 0 30px;
}
.listWrap .list .item {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
}
.listWrap .list .thumb {
  width: 84px;
  flex: 0 0 84px;
  height: 84px;
  margin-right: 20px;
}
.listWrap .list .content {
  flex: 0 1 100%;
}
.listWrap .list .flex {
  align-items: center;
}
.listWrap .list .title {
  color: #5B5B5B;
  font-size: 20px;
  font-weight: 500;
}
.listWrap .list .date {
  color: #8F8F8F;
  font-size: 12px;
  font-weight: 400;
  padding-left: 8px;
  margin-left: 10px;
  position: relative;
}
.listWrap .list .date::before {
  display: block;
  content: '';
  width: 1px;
  height: 12px;
  background: #8F8F8F;
  position: absolute;
  left: -1px;
  top: 50%;
  margin-top: -4px;
}
.listWrap .list .more {
  flex: 0 0 82px;
  width: 82px;
  margin-left: 30px;
  line-height: 30px;
  border-radius: 100px;
  border: 1px var(--main) solid;
  text-align: center;
  color: var(--main);
  font-size: 14px;
  font-weight: 500;
}
.listWrap .list .infos {
  margin-top: 10px;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}
.loginContainer {
  min-height: 575px;
  background-size: cover;
  position: relative;
  padding: 40px 0 60px;
}
.loginContainer {
  padding: 90px 0;
  background: url(../images/bg003.jpg) no-repeat center;
  background-size: cover;
}
.loginWrap {
  width: 440px;
  margin: 0px auto;
  z-index: 5;
  background: var(--white);
  position: relative;
  border-radius: 10px;
  padding: 25px;
}
.loginTabs {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px #F0F0F0 solid;
  margin-bottom: 25px;
  position: relative;
}
.loginTabs .item {
  cursor: pointer;
  font-weight: 400;
  font-size: 20px;
  color: #7C7C7C;
  margin-right: 40px;
  position: relative;
  padding: 10px 0;
}
.loginTabs .item.act {
  color: #000;
}
.loginTabs .item.act::after {
  display: block;
  content: '';
  width: 82px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  margin-left: -41px;
  bottom: -11px;
}

.inputGroup {
  display: flex;
  align-items: center;
  height: 54px;
  background: #F0F0F0;
  border: 1px #F0F0F0 solid;
  border-radius: 4px;
  margin-bottom: 25px;
  padding: 0 10px;
  position: relative;
}
.inputGroup input {
  padding: 0 10px;
  font-size: 16px;
  flex: 1 1 100%;
}
.inputGroup select {
  border: none;
  background: none;
  height: 100%;
  border-right: 1px #D9D9D9 solid;
  padding-right: 10px;
  font-size: 14px;
  color: #7C7C7C;
}
.inputGroup .send {
  white-space: nowrap;
  font-size: 16px;
  color: #43A977;
  cursor: pointer;
  padding: 10px;
}
.sended {
  display: block;
  white-space: nowrap;
}
.loginWrap .btn.confirm {
  width: 100%;
  line-height: 56px;
  height: 56px;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  padding: 0;
  background: var(--main);
  outline: none;
  border: none;
  border-radius: 4px;
}
.actionWrap {
  margin-top: 25px;
}
.actionWrap span,
.actionWrap a {
  font-weight: 400;
  color: var(--black);
  font-size: 16px;
}
.actionWrap span a {
  color: #43A977;
}
.otherLogin {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.otherLogin .title {
  display: flex;
  align-items: center;
  width: calc(100% + 40px);
  justify-content: center;
  white-space: nowrap;
  margin: 0 -20px 20px;
  color: #7C7C7C;
  font-family: "PingFang SC";
  font-size: 16px;
  font-weight: 400;
}
.otherLogin .title::before,
.otherLogin .title::after {
  display: block;
  content: '';
  flex: 0 1 50%;
  height: 1px;
  background: #E5E5E5;
  margin: 0 20px;
}
.otherLogin .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #5B5B5B;
  font-size: 14px;
  font-weight: 400;
}
.otherLogin .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50px;
  border: 1px #D9D9D9 solid;
  margin-bottom: 10px;
}
.otherLogin .item img {
  width: 29px;
  height: 29px;
}
.modalForm {
  padding: 0 20px 20px;
  display: none;
}
.modalForm .hidd {
  display: none;
}
.tipsContent {
  margin-top: 20px;
  color: var(--black);
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}
.updateAvatarWrap {
  padding-top: 20px;
}
.updateAvatarWrap .upload {
  flex: 0 0 305px;
  width: 305px;
  height: 305px;
  background: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.updateAvatarWrap .upload .text {
  opacity: 0.4;
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
.updateAvatarWrap .avatarUploadWrap {
  width: 140px;
  padding: 10px 15px;
  margin-left: 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.updateAvatarWrap .avatar {
  width: 90px;
  height: 90px;
  border-radius: 90px;
  overflow: hidden;
}
.updateAvatarWrap .title {
  color: var(--black);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin-top: 25px;
  opacity: 0.5;
}
.updateAvatarWrap .tips {
  color: var(--main);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  margin-top: 3px;
}

.inputGroup i {
  display: none;
  width: 100%;
  position: absolute;
  bottom: -25px;
  line-height: 25px;
  left: 0;
  color: #666666;
  font-weight: bold;
  font-size: 12px;
  font-style: normal;
  box-sizing: border-box;
  padding: 0 10px;
}

.layui-input-block.inputGroup.error input,
.inputGroup.error {
  border-color: #F04B4B;
}
.inputGroup.error i {
  color: #F04B4B;
}

.layui-input-block.inputGroup.success input,
.inputGroup.success {
  border-color: #eee;
}

.inputGroup.success i {
  color: #43A977;
}

.inputGroup .success {
  color: #43A977;
}

.no {
  background-color: #F2F2F2 !important;
  color: #A5A5A5 !important;
}
.layui-upload-file {
  display: none;
}
.paginations .layui-laypage span,
.paginations .layui-laypage a {
  width: 40px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
.paginations .layui-laypage-next *,
.paginations .layui-laypage-prev * {
  font-size: 16px;
}