.Consume {
  width: 100%;
}
.Consume .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Consume .title > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Consume .title .button-primary {
  height: 34px !important;
  margin-right: 0;
  color: #6868CE;
}
.Consume .list {
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  margin-top: 10px;
  padding: 0px 26px 16px 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.Consume .list .top {
  width: 100%;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px dashed #c6c4c4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Consume .list .top .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.Consume .list .top .left .ant-radio-group {
  margin-left: 10px;
}
.Consume .list .top .left .ant-calendar-picker {
  margin: 0 20px 0 0;
}
.Consume .list .top .search-right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 220px;
      -ms-flex: 220px 0 0px;
          flex: 220px 0 0;
}
.Consume .ant-checkbox-group {
  margin-right: 20px;
}
.Consume .top input,
.Consume .top .ant-select {
  width: 120px;
  margin-right: 20px;
}
.Consume label {
  font-weight: normal;
  color: #000;
}

.feed-back {
  width: 100%;
  min-height: 500px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  margin-top: 10px;
  padding: 15px 20px 16px 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
.feed-back .required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: 5px;
  color: #f5222d;
  font-size: 18px;
}
.feed-back .phone-input .ant-input {
  margin: 12px 0;
  width: 100%;
  height: 34px;
  background: #ECF1FD;
  outline: none;
}
.feed-back .feed-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 19px;
  border-top: 1px dashed #C6C4C4;
}
.feed-back .feed-content {
  font-size: 14px;
  font-weight: 400;
  color: #9B9B9B;
  line-height: 28px;
  margin: 10px 0 19px;
}
.feed-back .feed-img .feed-img-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feed-back .feed-img .feed-img-top span {
  margin-right: 10px;
  cursor: pointer;
  margin-left: 0;
}
.feed-back .feed-img .feed-img-cont {
  height: 104px;
  background: #ECF1FD;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feed-back .feed-img .file-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feed-back .feed-img .file-box img {
  width: 104px;
  height: 104px;
  margin-right: 10px;
}

.my-organization {
  width: 100%;
}
.my-organization .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.my-organization .title > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.my-organization .title .button-primary {
  height: 34px !important;
  margin-right: 0;
  color: #6868CE;
}
.my-organization .list {
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  margin-top: 10px;
  padding: 0px 26px 16px 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.my-organization .list .top {
  width: 100%;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px dashed #c6c4c4;
}
.my-organization .list .top .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.my-organization .list .top .left .ant-radio-group {
  margin-left: 10px;
}
.my-organization .list .top .right {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.my-organization .list .top .right .ant-calendar-picker {
  margin: 0 20px 0 0;
}
.my-organization .list .top .right .search-right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.my-organization .ant-checkbox-group {
  margin-left: 20px;
}
.my-organization .top input {
  width: 140px;
}
.my-organization .top .ant-select {
  width: 300px;
  margin-right: 20px;
}
.my-organization .see-text {
  color: #6868CE;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.my-organization .see-text i {
  margin-right: 4px;
}

.usage-log {
  width: 100%;
}
.usage-log .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.usage-log .title > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.usage-log .title .button-primary {
  height: 34px !important;
  margin-right: 0;
  color: #6868CE;
}
.usage-log .list {
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  margin-top: 10px;
  padding: 0px 26px 16px 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.usage-log .list .top {
  width: 100%;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px dashed #c6c4c4;
}
.usage-log .list .top .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.usage-log .list .top .left .ant-radio-group {
  margin-left: 10px;
}
.usage-log .list .top .right {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.usage-log .list .top .right .ant-calendar-picker {
  margin: 0 20px 0 0;
}
.usage-log .list .top .right .search-right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.usage-log .ant-checkbox-group {
  margin-left: 20px;
}
.usage-log .top input,
.usage-log .top .ant-select {
  width: 140px;
}

.big-img-box .ant-modal-body {
  padding: 0;
}
.big-img-box .ant-modal-mask {
  background-color: #000;
}
.big-img-box .ant-modal-content {
  background-color: #000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: -100px;
}
.big-img-box .ant-modal-close {
  color: #fff;
}
.answer-modal .ant-modal-content .ant-modal-header {
  border: none;
}
.answer-modal .ant-modal-content .ant-modal-header .ant-modal-title {
  width: 80px;
  height: 32px;
  border-bottom: 5px solid #6868CE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #6868CE;
}
.answer-modal .ant-modal-content .ant-modal-footer .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 46px;
}
.answer-modal .ant-modal-content .ant-modal-footer .button div {
  width: 84px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #6868CE;
  cursor: pointer;
}
.answer-modal .ant-modal-content .ant-modal-footer .button .cancle {
  border: 1px solid #6868CE;
}
.answer-modal .ant-modal-content .ant-modal-footer .button .ok {
  background: url(../img/beijing.29660abe.png) no-repeat;
  background-size: cover;
  color: #fff;
  border: none;
  margin-right: 50px;
}
.answer-modal .ant-modal-content .ant-modal-body {
  padding-top: 0;
}
.answer-modal .ant-modal-content .modal-content {
  width: 100%;
  min-height: 160px;
  max-height: 500px;
  overflow-y: auto;
}
.answer-modal .ant-modal-content .modal-content .content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}
.answer-modal .ant-modal-content .modal-content .content .feed-img {
  margin-top: 20px;
}
.answer-modal .ant-modal-content .modal-content .content .feed-img .feed-img-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.answer-modal .ant-modal-content .modal-content .content .feed-img .feed-img-top span {
  margin-right: 10px;
  cursor: pointer;
  margin-left: 0;
}
.answer-modal .ant-modal-content .modal-content .content .feed-img .feed-img-cont {
  height: 104px;
  background: #ECF1FD;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.answer-modal .ant-modal-content .modal-content .content .feed-img .file-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.answer-modal .ant-modal-content .modal-content .content .feed-img .file-box img {
  width: 104px;
  height: 104px;
  margin-right: 10px;
}
.answer-modal .ant-modal-content .modal-content .content .img-box img {
  max-width: 100px;
  max-height: 100px;
  margin: 10px 0;
  cursor: pointer;
}
.answer-modal .ant-modal-content .modal-content .content .content-left {
  margin-bottom: 10px;
  color: #999;
  font-size: 12px;
}

.answer-feedback {
  width: 100%;
}
.answer-feedback .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.answer-feedback .title > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.answer-feedback .title .button-primary {
  height: 34px !important;
  margin-right: 0;
  color: #6868CE;
}
.answer-feedback .list {
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  margin-top: 10px;
  padding: 0px 26px 16px 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.answer-feedback .list .top {
  width: 100%;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px dashed #c6c4c4;
}
.answer-feedback .list .top .right {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.answer-feedback .list .top .right .ant-calendar-picker {
  margin: 0 20px 0 0;
}
.answer-feedback .list .top .right .search-right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.answer-feedback .status-box {
  padding: 4px 14px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.answer-feedback .status-box.active {
  border: 1px solid #6868CE !important;
}
.answer-feedback .status-box:nth-of-type(1) {
  border-radius: 4px 0 0 4px;
}
.answer-feedback .status-box:nth-of-type(3) {
  border-radius: 0 4px 4px 0;
}
.answer-feedback input {
  width: 300px;
  margin-left: 20px;
}
.answer-feedback .see-text {
  color: #6868CE;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.answer-feedback .see-text i {
  margin-right: 4px;
}

.no-invoice-modal .ant-modal-content .ant-modal-header {
  border: none;
}
.no-invoice-modal .ant-modal-content .ant-modal-header .ant-modal-title {
  width: 80px;
  height: 32px;
  border-bottom: 5px solid #6868CE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #6868CE;
}
.no-invoice-modal .ant-modal-content .ant-modal-footer .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 46px;
}
.no-invoice-modal .ant-modal-content .ant-modal-footer .button div {
  width: 84px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #6868CE;
  cursor: pointer;
}
.no-invoice-modal .ant-modal-content .ant-modal-footer .button .cancle {
  border: 1px solid #6868CE;
}
.no-invoice-modal .ant-modal-content .ant-modal-footer .button .ok {
  background: url(../img/beijing.29660abe.png) no-repeat;
  background-size: cover;
  color: #fff;
  border: none;
  margin-right: 50px;
}
.no-invoice-modal .ant-modal-content .ant-modal-body {
  padding-top: 0;
}
.no-invoice-modal .ant-modal-content .modal-content {
  width: 100%;
  min-height: 160px;
  max-height: 400px;
  overflow-y: auto;
}
.no-invoice-modal .ant-modal-content .modal-content .search-top {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.no-invoice-modal .ant-modal-content .modal-content .search-right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.apply-institution-add .form-content {
  max-height: 400px;
  overflow: auto;
}
.apply-institution-add .ant-modal-content .ant-modal-header {
  border: none;
}
.apply-institution-add .ant-modal-content .ant-modal-header .ant-modal-title {
  width: 140px;
  height: 32px;
  border-bottom: 5px solid #6868CE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #6868CE;
}
.apply-institution-add .ant-modal-content .ant-modal-footer .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 46px;
}
.apply-institution-add .ant-modal-content .ant-modal-footer .button div {
  width: 84px;
  height: 34px;
  border: 1px solid #6868CE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #6868CE;
  cursor: pointer;
}
.apply-institution-add .ant-modal-content .ant-modal-footer .button :nth-child(2) {
  background: url(../img/beijing.29660abe.png) no-repeat;
  background-size: cover;
  color: #fff;
  border: none;
  margin-left: 50px;
}
.apply-institution-add .ant-modal-content .ant-form-item {
  margin-bottom: 8px;
}
.apply-institution-add .ant-modal-content h3 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
}
.apply-institution-add .ant-modal-content .tips-box {
  font-size: 12px;
  color: #f5222d;
  padding-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.apply-institution-add .ant-modal-content .tips-box i {
  margin-top: 8px;
  margin-right: 5px;
}
.apply-institution-add .ant-modal-content .other-box .ant-form-explain {
  position: absolute;
}
.apply-institution-add .delivery-tips {
  line-height: 14px;
  font-size: 12px;
  color: red;
}

.personal {
  min-height: 787px;
  background: #edf0f2;
  padding: 46px 0px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.personal .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.personal .title .button-primary {
  height: 34px !important;
  margin-right: 0;
  color: #6868CE;
}
.personal .title i {
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  color: #4A4A4A;
}
.personal .personal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 0 51px;
}
.personal .left-nav {
  -webkit-box-flex: 198px;
      -ms-flex: 198px 0 0px;
          flex: 198px 0 0;
  width: 198px;
  height: 407px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  margin-right: 16px;
}
.personal .left-nav .head {
  width: 90px;
  height: 90px;
  margin: 22px 0 17px;
}
.personal .left-nav .name {
  font-size: 16px;
  font-weight: 500;
  color: #6868CE;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
}
.personal .left-nav .nav-list {
  margin-top: 15px;
}
.personal .left-nav .nav-list div {
  margin: 0 19px;
  font-size: 14px;
  font-weight: 500;
  color: #4A4A4A;
  text-align: left;
  line-height: 28px;
  padding: 8px 0;
  border-bottom: 1px dashed #C6C4C4;
  cursor: pointer;
}
.personal .left-nav .nav-list div img {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.personal .left-nav .nav-list div:last-child {
  border-bottom: none;
}
.personal .left-nav .nav-list div.active {
  color: #6868CE;
}
.personal .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.personal .chat-box {
  width: 190px;
  -webkit-box-flex: 190px;
      -ms-flex: 190px 0 0px;
          flex: 190px 0 0;
  padding: 4px;
  font-size: 14px;
  margin-top: 10px;
}
.personal .chat-box img {
  width: 190px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.personal .chat-box p {
  padding: 0 4px;
  font-size: 12px;
  color: #606266;
}
.personal .people-left-icon {
  color: #6868CE;
  font-size: 20px;
  margin-right: 12px;
  font-weight: bold;
}
.personal .circle-box {
  position: relative;
}
.personal .circle-box i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: red;
  color: #fff;
  position: absolute;
  top: 8px;
  right: -8px;
  font-style: normal;
}


/*# sourceMappingURL=6.1753093713389.css.map*/