.login-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}
.login-container::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: -48%;
  background-image: url(/svg/login-bg.svg);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.login-weaper {
  margin: 0 auto;
  width: 100%;
}

.login-left,
.login-border {
  position: relative;
  min-height: 500px;
  align-items: center;
  display: flex;
}

.login-left {
  justify-content: center;
  flex-direction: column;
  color: #fff;
  float: left;
  width: 50%;
  position: relative;
  box-sizing: border-box;
}

.login-left .img {
  width: 200px;
}

.login-time {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 100%;
  color: #fff;
  font-weight: 200;
  opacity: 0.9;
  font-size: 18px;
  overflow: hidden;
  font-weight: bold;
}

.login-left .title {
  text-align: center;
  color: #fff;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 28px;
  font-weight: bold;
}

.login-border {
  border-left: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.login-main {
  margin: 0 auto;
  padding: 30px 50px;
  width: 70%;
  box-shadow: -4px 5px 10px rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
}

.login-main > h3 {
  margin-bottom: 20px;
}

.login-title {
  color: #000;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  letter-spacing: 4px;
}

.login-menu {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}
.login-menu a {
  color: #999;
  font-size: 12px;
  margin: 0px 8px;
}

.login-submit {
  width: 100%;
  height: 45px;
  border: 1px solid #409EFF;
  background: none;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 300;
  color: #409EFF;
  cursor: pointer;
  margin-top: 30px;
  font-family: "neo";
  transition: 0.25s;
}

.login-form {
  margin: 10px 0;
}
.login-form i {
  color: #333;
}
.login-form .el-form-item__content {
  width: 100%;
}
.login-form .el-form-item {
  margin-bottom: 12px;
}
.login-form .el-input input {
  padding: 20px 0 20px 40px;
  text-indent: 5px;
  border-radius: 0;
}
.login-form .el-input .el-input__suffix, .login-form .el-input .el-input__prefix {
  display: flex;
  align-items: center;
  text-align: center;
}
.login-form .el-input .el-input__prefix {
  margin-left: 8px;
}

.login-code {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 0 0 10px;
}

.login-code-img {
  margin-top: 2px;
  width: 100px;
  height: 38px;
  background-color: #fdfdfd;
  border: 1px solid #f0f0f0;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 38px;
  text-indent: 5px;
  text-align: center;
}

.msg-text {
  display: block;
  width: 60px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.msg-text.display {
  color: #ccc;
}

.login-container[data-v-9fa485f6] {
  position: relative;
}
.login-lang-switch[data-v-9fa485f6] {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
}
.login-lang-switch__trigger[data-v-9fa485f6] {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  cursor: pointer;
}
.login-lang-switch__trigger i[data-v-9fa485f6] {
  font-size: 18px;
  color: #303133;
}
.login-lang-switch__icon[data-v-9fa485f6] {
  width: 25px;
  height: 25px;
}
.rolelist[data-v-9fa485f6] {
  display: flex;
  flex-wrap: wrap;
}
.rolelist .roleitem[data-v-9fa485f6] {
  padding: 8px 12px;
  background: #4290f7;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  margin-left: 20px;
  margin-bottom: 20px;
}
@keyframes error404animation-data-v-1845bf6d {
0% {
    transform: rotateZ(0deg);
}
20% {
    transform: rotateZ(-60deg);
}
40% {
    transform: rotateZ(-10deg);
}
60% {
    transform: rotateZ(50deg);
}
80% {
    transform: rotateZ(-20deg);
}
100% {
    transform: rotateZ(0deg);
}
}
.error404-body-con[data-v-1845bf6d] {
  width: 700px;
  height: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.error404-body-con-title[data-v-1845bf6d] {
  text-align: center;
  font-size: 240px;
  font-weight: 700;
  color: #2d8cf0;
  height: 260px;
  line-height: 260px;
  margin-top: 40px;
}
.error404-body-con-title span[data-v-1845bf6d] {
  display: inline-block;
  color: #19be6b;
  font-size: 230px;
  animation: error404animation-data-v-1845bf6d 3s ease 0s infinite alternate;
}
.error404-body-con-message[data-v-1845bf6d] {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 12px;
  color: #dddde2;
}
.error404-btn-con[data-v-1845bf6d] {
  text-align: center;
  padding: 20px 0;
  margin-bottom: 40px;
}
@keyframes error403animation-data-v-1837a7ec {
0% {
    transform: rotateZ(0deg);
}
40% {
    transform: rotateZ(-20deg);
}
45% {
    transform: rotateZ(-15deg);
}
50% {
    transform: rotateZ(-20deg);
}
55% {
    transform: rotateZ(-15deg);
}
60% {
    transform: rotateZ(-20deg);
}
100% {
    transform: rotateZ(0deg);
}
}
.error403-body-con[data-v-1837a7ec] {
  width: 700px;
  height: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.error403-body-con-title[data-v-1837a7ec] {
  text-align: center;
  font-size: 240px;
  font-weight: 700;
  color: #2d8cf0;
  height: 260px;
  line-height: 260px;
  margin-top: 40px;
}
.error403-body-con-title .error403-0-span[data-v-1837a7ec] {
  display: inline-block;
  position: relative;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 20px solid #ed3f14;
  color: #ed3f14;
  margin-right: 10px;
}
.error403-body-con-title .error403-0-span i[data-v-1837a7ec] {
  display: inline-block;
  font-size: 120px !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.error403-body-con-title .error403-key-span[data-v-1837a7ec] {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 190px;
  border-radius: 50%;
  margin-right: 10px;
}
.error403-body-con-title .error403-key-span i[data-v-1837a7ec] {
  display: inline-block;
  font-size: 190px !important;
  position: absolute;
  left: 20px;
  transform: translate(-50%, -60%);
  transform-origin: center bottom;
  animation: error403animation-data-v-1837a7ec 2.8s ease 0s infinite;
}
.error403-body-con-message[data-v-1837a7ec] {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 4px;
  color: #dddde2;
}
.error403-btn-con[data-v-1837a7ec] {
  text-align: center;
  padding: 20px 0;
  margin-bottom: 40px;
}
@keyframes error500animation-data-v-4cf39caa {
0% {
    transform: rotateZ(0deg);
}
20% {
    transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(5deg);
}
60% {
    transform: rotateZ(-5deg);
}
80% {
    transform: rotateZ(10deg);
}
100% {
    transform: rotateZ(0deg);
}
}
.error500-body-con[data-v-4cf39caa] {
  width: 700px;
  height: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.error500-body-con-title[data-v-4cf39caa] {
  text-align: center;
  font-size: 240px;
  font-weight: 700;
  color: #2d8cf0;
  height: 260px;
  line-height: 260px;
  margin-top: 40px;
}
.error500-body-con-title .error500-0-span[data-v-4cf39caa] {
  display: inline-block;
  position: relative;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 20px solid #ed3f14;
  color: #ed3f14;
  margin-right: 10px;
}
.error500-body-con-title .error500-0-span i[data-v-4cf39caa] {
  display: inline-block;
  font-size: 120px !important;
  position: absolute;
  bottom: -43px;
  left: 20px;
  transform-origin: center bottom;
  animation: error500animation-data-v-4cf39caa 3s ease 0s infinite alternate;
}
.error500-body-con-message[data-v-4cf39caa] {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 4px;
  color: #dddde2;
}
.error500-btn-con[data-v-4cf39caa] {
  text-align: center;
  padding: 20px 0;
  margin-bottom: 40px;
}
.iframe {
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
  box-sizing: border-box;
}
.top[data-v-53b37492] {
  display: flex;
}
.top .top-cloum[data-v-53b37492] {
  background: #fff;
  height: 260px;
  width: 100%;
}
.top .top-left[data-v-53b37492] {
  width: 49.5%;
  margin-right: 1%;
}
.top .top-left.full-width[data-v-53b37492] {
  width: 100%;
  margin-right: 0;
}
.top .top-left .noticlist[data-v-53b37492] {
  padding: 0px 20px;
}
.top .top-left .noticlist .noticeitem[data-v-53b37492] {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  margin-right: 20px;
  display: inline-block;
}
.top .top-left .noticlist .notice-info[data-v-53b37492] {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.top .top-left .noticlist .notice-info .nickname[data-v-53b37492] {
  margin-right: 20px;
  color: #606266;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top .top-left .noticlist .notice-info .time[data-v-53b37492] {
  width: 140px;
  text-align: right;
  color: #909399;
}
.top .top-left li[data-v-53b37492] {
  list-style: none;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.top .top-left li[data-v-53b37492] :first-child {
  color: #1890ff;
  cursor: pointer;
}
.top .top-right[data-v-53b37492] {
  width: 49.5%;
}
.top .top-right .recharge-address-table-container[data-v-53b37492] {
  padding: 10px 20px;
}
.body[data-v-53b37492] {
  margin-top: 20px;
}
.body .body-cloum[data-v-53b37492] {
  background: #fff;
  padding-bottom: 20px;
  width: 49.5%;
}
.body .body-cloum .noticlist[data-v-53b37492] {
  padding: 0px 20px;
}
.body .body-cloum .noticlist .noticeitem[data-v-53b37492] {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  margin-right: 20px;
  display: inline-block;
}
.body .body-cloum .noticlist .notice-info[data-v-53b37492] {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.body .body-cloum .noticlist .notice-info .nickname[data-v-53b37492] {
  margin-right: 20px;
  color: #606266;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.body .body-cloum .noticlist .notice-info .time[data-v-53b37492] {
  width: 140px;
  text-align: right;
  color: #909399;
}
.body .body-cloum li[data-v-53b37492] {
  list-style: none;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.body .body-cloum li[data-v-53b37492] :first-child {
  color: #1890ff;
  cursor: pointer;
}
[data-v-53b37492] .el-card__body {
  background: #f0f2f5;
}
.title[data-v-53b37492] {
  height: 56px;
  border-bottom: 1px #e9e9e9 solid;
  position: relative;
}
.title span[data-v-53b37492] {
  display: inline-block;
  height: 56px;
  line-height: 56px;
  margin-left: 20px;
  font-weight: bold;
}
.title .morenotice[data-v-53b37492] {
  display: inline-block;
  height: 56px;
  line-height: 56px;
  margin-left: 20px;
  color: #1890ff;
  cursor: pointer;
  font-weight: 100;
  position: absolute;
  right: 20px;
}
.empty-data[data-v-53b37492] {
  text-align: center;
  color: #909399;
  padding: 40px 0;
  font-size: 14px;
}
.notice-detail-content[data-v-53b37492] {
  line-height: 1.6;
  font-size: 14px;
  white-space: pre-wrap;
  word-break: break-all;
  padding: 10px;
}
.status-dot[data-v-53b37492] {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f56c6c;
  margin-right: 5px;
  vertical-align: middle;
}
.status-dot.is-read[data-v-53b37492] {
  background-color: #909399;
}

.avatar-uploader .el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader .el-upload:hover {
  border-color: #409EFF;
}
.avatar-uploader-icon {
  font-size: 28px!important;
  color: #8c939d!important;
  width: 178px!important;
  height: 178px!important;
  line-height: 178px!important;
  text-align: center!important;
}
.avatar {
  width: 178px;
  height: 178px;
  display: block;
}

.addnotic[data-v-1ca2889c] {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.addnotic .view-title[data-v-1ca2889c] {
  padding: 0px 20px;
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}
.addnotic .view-content[data-v-1ca2889c] {
  padding: 20px;
}
.detailnotic[data-v-73fdfe14] {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.detailnotic .view-title[data-v-73fdfe14] {
  padding: 0px 20px;
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}
.detailnotic .view-content[data-v-73fdfe14] {
  padding: 20px;
}
.detailnotic .view-content .title[data-v-73fdfe14], .detailnotic .view-content .content[data-v-73fdfe14] {
  margin-bottom: 20px;
}
.detailnotic .view-content .content[data-v-73fdfe14] {
  display: flex;
}
.detailnotic .view-content .content div[data-v-73fdfe14] {
  height: 500px;
  padding: 20px;
  background-color: #f2f2f2;
  flex: 1;
}
.noticelist[data-v-3342f8c3] {
  background: #Fff;
}
.noticelist .top-cloum[data-v-3342f8c3] {
  background: #Fff;
  height: 260px;
  width: 59%;
}
.noticelist .noticlist[data-v-3342f8c3] {
  padding: 0px 20px;
}
.noticelist .noticlist .noticeitem[data-v-3342f8c3] {
  cursor: pointer;
}
.noticelist li[data-v-3342f8c3] {
  list-style: none;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.noticelist li[data-v-3342f8c3] :first-child {
  color: #1890FF;
  cursor: pointer;
}
.noticelist .function[data-v-3342f8c3] {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0px 20px;
  height: 204px;
}
.noticelist .function .fuc-item[data-v-3342f8c3] {
  font-size: 12px;
  flex: 1;
  cursor: pointer;
}
.noticelist .function .fuc-item img[data-v-3342f8c3] {
  width: 33px;
  height: 33px;
}
.noticelist .function .fuc-item div[data-v-3342f8c3] {
  margin-top: 8px;
}
.title[data-v-3342f8c3] {
  height: 56px;
  border-bottom: 1px #e9e9e9 solid;
  position: relative;
}
.title span[data-v-3342f8c3] {
  display: inline-block;
  height: 56px;
  line-height: 56px;
  margin-left: 20px;
  font-weight: bold;
}
.title .back-btn[data-v-3342f8c3] {
  font-size: 20px;
  cursor: pointer;
  margin-left: 20px;
  vertical-align: middle;
}
.noticelist[data-v-608a797e] {
  background: #fff;
  padding-bottom: 20px;
}
.noticelist .noticlist[data-v-608a797e] {
  padding: 0px 20px;
}
.noticelist .noticlist .noticeitem[data-v-608a797e] {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  margin-right: 20px;
  display: inline-block;
}
.noticelist .noticlist .notice-info[data-v-608a797e] {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.noticelist .noticlist .notice-info .nickname[data-v-608a797e] {
  margin-right: 20px;
  color: #606266;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.noticelist .noticlist .notice-info .time[data-v-608a797e] {
  width: 140px;
  text-align: right;
  color: #909399;
}
.noticelist li[data-v-608a797e] {
  list-style: none;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.noticelist li[data-v-608a797e] :first-child {
  color: #1890ff;
  cursor: pointer;
}
.title[data-v-608a797e] {
  height: 56px;
  border-bottom: 1px #e9e9e9 solid;
  position: relative;
  margin-bottom: 20px;
}
.title span[data-v-608a797e] {
  display: inline-block;
  height: 56px;
  line-height: 56px;
  margin-left: 20px;
  font-weight: bold;
}
.title .back-btn[data-v-608a797e] {
  font-size: 20px;
  cursor: pointer;
  margin-left: 20px;
  vertical-align: middle;
}
.pagination-container[data-v-608a797e] {
  padding: 10px 20px;
  text-align: right;
}
.empty-data[data-v-608a797e] {
  text-align: center;
  color: #909399;
  padding: 100px 0;
  font-size: 14px;
}
.notice-detail-content[data-v-608a797e] {
  line-height: 1.6;
  font-size: 14px;
  white-space: pre-wrap;
  word-break: break-all;
  padding: 10px;
}
.status-dot[data-v-608a797e] {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f56c6c;
  margin-right: 5px;
  vertical-align: middle;
}
.status-dot.is-read[data-v-608a797e] {
  background-color: #909399;
}
.addnotic[data-v-42fc684a] {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.addnotic .view-title[data-v-42fc684a] {
  padding: 0px 20px;
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}
.addnotic .view-content[data-v-42fc684a] {
  padding: 20px;
}
.detailbanner[data-v-6777a63e] {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.detailbanner .view-title[data-v-6777a63e] {
  padding: 0px 20px;
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}
.detailbanner .view-content[data-v-6777a63e] {
  padding: 20px;
}
.detailbanner .view-content div[data-v-6777a63e] {
  margin-bottom: 8px;
}
.addnotic[data-v-dba00bcc] {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.addnotic .view-title[data-v-dba00bcc] {
  padding: 0px 20px;
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}
.addnotic .view-content[data-v-dba00bcc] {
  padding: 20px;
}
.detailbanner[data-v-437823c0] {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.detailbanner .view-title[data-v-437823c0] {
  padding: 0px 20px;
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}
.detailbanner .view-content[data-v-437823c0] {
  padding: 20px;
}
.detailbanner .view-content .title[data-v-437823c0], .detailbanner .view-content .bannerpic[data-v-437823c0], .detailbanner .view-content .content[data-v-437823c0] {
  margin-bottom: 20px;
}
.detailbanner .view-content .content[data-v-437823c0] {
  display: flex;
  width: 100%;
}
.detailbanner .view-content .content span[data-v-437823c0] {
  width: 60px;
}
.detailbanner .view-content .content div[data-v-437823c0] {
  height: 500px;
  flex: 1;
  padding: 20px;
  background-color: #f2f2f2;
}
.detailbanner .view-content .bannerpic img[data-v-437823c0] {
  width: 100px;
  height: 100px;
}
.addnotic[data-v-d2fec34a] {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.addnotic .view-title[data-v-d2fec34a] {
  padding: 0px 20px;
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}
.addnotic .view-content[data-v-d2fec34a] {
  padding: 20px;
}
.detailbanner[data-v-78cd684e] {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.detailbanner .view-title[data-v-78cd684e] {
  padding: 0px 20px;
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}
.detailbanner .view-content[data-v-78cd684e] {
  padding: 20px;
}
.detailbanner .view-content .title[data-v-78cd684e], .detailbanner .view-content .bannerpic[data-v-78cd684e], .detailbanner .view-content .content[data-v-78cd684e] {
  margin-bottom: 20px;
}
.detailbanner .view-content .content[data-v-78cd684e] {
  display: flex;
  width: 100%;
}
.detailbanner .view-content .content span[data-v-78cd684e] {
  width: 60px;
}
.detailbanner .view-content .content div[data-v-78cd684e] {
  height: 500px;
  flex: 1;
  padding: 20px;
  background-color: #f2f2f2;
}
.detailbanner .view-content .bannerpic img[data-v-78cd684e] {
  width: 100px;
  height: 100px;
}
.addnotic[data-v-424d4a1a] {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.addnotic .view-title[data-v-424d4a1a] {
  padding: 0px 20px;
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}
.addnotic .view-content[data-v-424d4a1a] {
  padding: 20px;
}
.detailbanner[data-v-bebd543a] {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.detailbanner .view-title[data-v-bebd543a] {
  padding: 0px 20px;
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}
.detailbanner .view-content[data-v-bebd543a] {
  padding: 20px;
}
.detailbanner .view-content .title[data-v-bebd543a], .detailbanner .view-content .bannerpic[data-v-bebd543a], .detailbanner .view-content .content[data-v-bebd543a] {
  margin-bottom: 20px;
}
.detailbanner .view-content .content[data-v-bebd543a] {
  display: flex;
  width: 100%;
}
.detailbanner .view-content .content span[data-v-bebd543a] {
  width: 60px;
}
.detailbanner .view-content .content div[data-v-bebd543a] {
  height: 500px;
  flex: 1;
  padding: 20px;
  background-color: #f2f2f2;
}
.detailbanner .view-content .bannerpic img[data-v-bebd543a] {
  width: 100px;
  height: 100px;
}
.selectvalue[data-v-25b12c0b], .search[data-v-25b12c0b] {
  margin-bottom: 20px;
}
.selecttree[data-v-25b12c0b] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 300px;
  overflow-y: auto;
}
.selecttree .selecttree[data-v-25b12c0b], .selecttree .selectradio[data-v-25b12c0b] {
  width: 40%;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.el-radio[data-v-25b12c0b] {
  display: block;
  margin: 20px;
}
[data-v-25b12c0b] .el-tree__empty-text {
  left: 50px !important;
}
.addrules-dialog .add-detailtable {
  margin: 10px 0px 30px;
  border: 3px dashed #e9e9e9;
  height: 42px;
  color: #1890ff;
  text-align: center;
  line-height: 36px;
}
.addrules-dialog .orgDialog-submit {
  text-align: right;
}
.addrules-dialog .orgDialog-submit input {
  padding: 2px 16px 2px 16px;
  height: 32px;
  margin-left: 10px;
  border: none;
  border-radius: 4px;
}
.addrules-dialog .orgDialog-submit .orgDialog-submit-cancle {
  padding: 2px 16px 2px 16px;
}
.addrules-dialog .orgDialog-submit .orgDialog-submit-confirm {
  background-color: #1890ff;
  color: #fff;
}
.addrules-dialog .addrebate {
  padding-left: 10px;
  color: #1890ff;
}
.detailfeedback[data-v-9e2891c0] {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.detailfeedback .view-title[data-v-9e2891c0] {
  padding: 0px 20px;
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}
.detailfeedback .view-content[data-v-9e2891c0] {
  padding: 20px;
}
.detailfeedback .view-content .title[data-v-9e2891c0], .detailfeedback .view-content .connent[data-v-9e2891c0] {
  margin-bottom: 20px;
}
.detailfeedback .view-content .content[data-v-9e2891c0] {
  display: flex;
}
.detailfeedback .view-content .content span[data-v-9e2891c0] {
  width: 260px;
}
.detailfeedback .view-content .content div[data-v-9e2891c0] {
  height: 500px;
  padding: 20px;
  background-color: #f2f2f2;
}
.addnotic[data-v-2424853b] {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.addnotic .view-title[data-v-2424853b] {
  padding: 0px 20px;
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}
.addnotic .view-content[data-v-2424853b] {
  padding: 20px;
}
.detailbanner[data-v-5e08e83a] {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.detailbanner .view-title[data-v-5e08e83a] {
  padding: 0px 20px;
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}
.detailbanner .view-content[data-v-5e08e83a] {
  padding: 20px;
}
.detailbanner .view-content .title[data-v-5e08e83a], .detailbanner .view-content .bannerpic[data-v-5e08e83a], .detailbanner .view-content .content[data-v-5e08e83a] {
  margin-bottom: 20px;
}
.detailbanner .view-content .content[data-v-5e08e83a] {
  display: flex;
  width: 100%;
}
.detailbanner .view-content .content span[data-v-5e08e83a] {
  width: 60px;
}
.detailbanner .view-content .content div[data-v-5e08e83a] {
  height: 500px;
  flex: 1;
  padding: 20px;
  background-color: #f2f2f2;
}
.detailbanner .view-content .bannerpic img[data-v-5e08e83a] {
  width: 100px;
  height: 100px;
}
.addnotic[data-v-75d5ddf3] {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.addnotic .view-title[data-v-75d5ddf3] {
  padding: 0px 20px;
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}
.addnotic .view-content[data-v-75d5ddf3] {
  padding: 20px;
}
.detailbanner[data-v-b158743a] {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.detailbanner .view-title[data-v-b158743a] {
  padding: 0px 20px;
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}
.detailbanner .view-content[data-v-b158743a] {
  padding: 20px;
}
.detailbanner .view-content .title[data-v-b158743a], .detailbanner .view-content .bannerpic[data-v-b158743a], .detailbanner .view-content .content[data-v-b158743a] {
  margin-bottom: 20px;
}
.detailbanner .view-content .content[data-v-b158743a] {
  display: flex;
  width: 100%;
}
.detailbanner .view-content .content span[data-v-b158743a] {
  width: 60px;
}
.detailbanner .view-content .content div[data-v-b158743a] {
  height: 500px;
  flex: 1;
  padding: 20px;
  background-color: #f2f2f2;
}
.detailbanner .view-content .bannerpic img[data-v-b158743a] {
  width: 100px;
  height: 100px;
}
.addclientinfo[data-v-5985fe7b] {
  width: 100%;
  height: 100%;
  padding: 0px 20px;
  background-color: #fff;
}
.addclientinfo .info-cloum[data-v-5985fe7b] {
  margin-bottom: 30px;
}
.addclientinfo .view-title[data-v-5985fe7b] {
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}
.addclientinfo .add-detailtable[data-v-5985fe7b] {
  margin: 10px 0px 30px;
  border: 3px dashed #e9e9e9;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.addclientinfo .flex-cloum[data-v-5985fe7b] {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
}
.addclientinfo .flex-cloum .inputitem[data-v-5985fe7b] {
  display: inline-block;
  margin: 20px 0px 10px 0px;
  width: 33%;
}
.addclientinfo .flex-cloum .inputitem .el-input[data-v-5985fe7b], .addclientinfo .flex-cloum .inputitem .el-select[data-v-5985fe7b] {
  width: 80%;
}
.add-detailtable[data-v-5985fe7b] {
  margin: 10px 0px 30px;
  border: 3px dashed #e9e9e9;
  height: 42px;
  color: #1890ff;
  text-align: center;
  line-height: 36px;
}
.detailbanner[data-v-365b16df] {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.detailbanner .view-title[data-v-365b16df] {
  padding: 0px 20px;
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}
.detailbanner .view-content[data-v-365b16df] {
  padding: 20px;
}
.detailbanner .view-content .title[data-v-365b16df], .detailbanner .view-content .bannerpic[data-v-365b16df], .detailbanner .view-content .content[data-v-365b16df] {
  margin-bottom: 20px;
}
.detailbanner .view-content .content[data-v-365b16df] {
  display: flex;
  width: 100%;
}
.detailbanner .view-content .content span[data-v-365b16df] {
  width: 60px;
}
.detailbanner .view-content .content div[data-v-365b16df] {
  height: 500px;
  flex: 1;
  padding: 20px;
  background-color: #f2f2f2;
}
.detailbanner .view-content .bannerpic img[data-v-365b16df] {
  width: 100px;
  height: 100px;
}
.detailcontractVlogger[data-v-9bc564d8] {
  width: 100%;
  height: 100%;
  padding: 0px 20px;
  background-color: #fff;
}
.detailcontractVlogger .info-cloum[data-v-9bc564d8] {
  margin-bottom: 30px;
}
.detailcontractVlogger .view-title[data-v-9bc564d8] {
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}
.detailcontractVlogger .add-detailtable[data-v-9bc564d8] {
  margin: 10px 0px 30px;
  border: 3px dashed #e9e9e9;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.detailcontractVlogger .flex-cloum[data-v-9bc564d8] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
}
.detailcontractVlogger .flex-cloum div[data-v-9bc564d8] {
  display: inline-block;
  margin: 20px 0px 10px 0px;
  width: 33%;
}
.detailcontractVlogger .rejectreslut[data-v-9bc564d8] {
  margin-left: 10px;
  color: #1890FF;
  cursor: pointer;
}
.view-content[data-v-9bc564d8] {
  padding: 20px;
}
.view-content .title[data-v-9bc564d8], .view-content .content[data-v-9bc564d8] {
  margin-bottom: 20px;
}
.view-content .content[data-v-9bc564d8] {
  display: flex;
}
.view-content .content div[data-v-9bc564d8] {
  height: 500px;
  padding: 20px;
  background-color: #f2f2f2;
  flex: 1;
}
.ellipsis[data-v-9bc564d8] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.copyShoreCode[data-v-9bc564d8] {
  cursor: pointer;
  padding: 8px 10px;
  background: #1890FF;
  color: #fff;
  border-radius: 4px;
  margin-left: 12px;
}
.addnotic[data-v-833ec358] {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.addnotic .view-title[data-v-833ec358] {
  padding: 0px 20px;
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}
.addnotic .view-content[data-v-833ec358] {
  padding: 20px;
}
.addsignbloggerinfo[data-v-5d9e9614] {
  width: 100%;
  height: 100%;
  padding: 0px 20px;
  background-color: #fff;
}
.addsignbloggerinfo .info-cloum[data-v-5d9e9614] {
  margin-bottom: 30px;
}
.addsignbloggerinfo .view-title[data-v-5d9e9614] {
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}
.addsignbloggerinfo .rule-btn[data-v-5d9e9614] {
  margin: 24px 0px 16px 0px;
  position: relative;
}
.addsignbloggerinfo .rule-btn span[data-v-5d9e9614] {
  padding: 8px 16px;
  color: #fff;
  border-radius: 4px;
}
.addsignbloggerinfo .rule-btn .left-btn[data-v-5d9e9614] {
  background-color: #f59a23;
  margin-right: 12px;
}
.addsignbloggerinfo .rule-btn .right-btn[data-v-5d9e9614] {
  position: absolute;
  right: 0px;
  bottom: -8px;
  background-color: #1890ff;
}
.addsignbloggerinfo .add-detailtable[data-v-5d9e9614] {
  margin: 10px 0px 30px;
  border: 3px dashed #e9e9e9;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.addsignbloggerinfo .flex-cloum[data-v-5d9e9614] {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
}
.addsignbloggerinfo .flex-cloum .inputitem[data-v-5d9e9614] {
  display: inline-block;
  margin: 20px 0px 10px 0px;
  width: 33%;
}
.addsignbloggerinfo .flex-cloum .inputitem .el-input[data-v-5d9e9614], .addsignbloggerinfo .flex-cloum .inputitem .el-select[data-v-5d9e9614] {
  width: 80%;
}
.addsignbloggerinfo .vloggertype[data-v-5d9e9614] {
  position: relative;
}
.addsignbloggerinfo .vloggertype .el-form-item[data-v-5d9e9614] {
  width: 80%;
}
.addsignbloggerinfo .vloggertype .customtype[data-v-5d9e9614] {
  position: absolute;
  top: 6px;
  right: 20%;
  font-size: 14px;
  color: #1890FF;
}
.addsignbloggerinfo .dictcategory[data-v-5d9e9614] {
  position: relative;
}
.addsignbloggerinfo .dictcategory .customtype[data-v-5d9e9614] {
  position: absolute;
  top: 6px;
  right: 20%;
  font-size: 14px;
  color: #1890FF;
}
.el-select[data-v-5d9e9614] {
  width: 100%;
}
.orgDialog-submit[data-v-5d9e9614] {
  text-align: right;
  margin-top: 40px;
}
.orgDialog-submit input[data-v-5d9e9614] {
  padding: 2px 16px 2px 16px;
  height: 32px;
  margin-left: 10px;
  border: none;
  border-radius: 4px;
}
.orgDialog-submit .orgDialog-submit-cancle[data-v-5d9e9614] {
  padding: 2px 16px 2px 16px;
}
.orgDialog-submit .orgDialog-submit-confirm[data-v-5d9e9614] {
  background-color: #1890ff;
  color: #fff;
}
.el-radio-group[data-v-5d9e9614] {
  width: 100%;
}
.radiogroup[data-v-5d9e9614] {
  margin-top: 20px;
}
.radiogroup .el-radio[data-v-5d9e9614] {
  width: 50%;
  margin-right: 0px;
}
.AEProgram[data-v-5d9e9614] {
  width: 80%;
  display: flex;
}
.AEProgram div[data-v-5d9e9614] {
  display: inline-block;
  width: 50%;
  color: #D9001B;
  font-size: 12px;
}
.ruleRemind[data-v-5d9e9614] {
  font-size: 12px;
  color: #D9001B;
}
.expandspan[data-v-5d9e9614] {
  margin-left: 12px;
  cursor: pointer;
  color: #1890ff;
}
.detailnotic[data-v-5ca63e5a] {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.detailnotic .view-title[data-v-5ca63e5a] {
  padding: 0px 20px;
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}
.detailnotic .view-content[data-v-5ca63e5a] {
  padding: 20px;
}
.detailnotic .view-content .title[data-v-5ca63e5a], .detailnotic .view-content .content[data-v-5ca63e5a] {
  margin-bottom: 20px;
}
.detailnotic .view-content .content[data-v-5ca63e5a] {
  display: flex;
}
.detailnotic .view-content .content div[data-v-5ca63e5a] {
  height: 500px;
  padding: 20px;
  background-color: #f2f2f2;
  flex: 1;
}
.detailclientinfo[data-v-5b9f6540] {
  width: 100%;
  height: 100%;
  padding: 0px 20px;
  background-color: #fff;
}
.detailclientinfo .info-cloum[data-v-5b9f6540] {
  margin-bottom: 30px;
}
.detailclientinfo .view-title[data-v-5b9f6540] {
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}
.detailclientinfo .add-detailtable[data-v-5b9f6540] {
  margin: 10px 0px 30px;
  border: 3px dashed #e9e9e9;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.detailclientinfo .flex-cloum[data-v-5b9f6540] {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
}
.detailclientinfo .flex-cloum div[data-v-5b9f6540] {
  display: inline-block;
  margin: 20px 0px 10px 0px;
  width: 33%;
}
.detailclientinfo .flex-invoice[data-v-5b9f6540] {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
}
.detailclientinfo .flex-invoice .leftinvoiceid[data-v-5b9f6540] {
  display: flex;
}
.detailclientinfo .rejectreslut[data-v-5b9f6540] {
  margin-left: 10px;
  color: #1890FF;
  cursor: pointer;
}
.invoice-dialog[data-v-5b9f6540]  .el-dialog__body {
  padding-top: 0px;
}
.fileurl[data-v-5b9f6540] {
  margin-right: 8px;
  color: #1890FF;
  cursor: pointer;
}
.addclientinfo[data-v-c073dd78] {
  width: 100%;
  height: 100%;
  padding: 0px 20px;
  background-color: #fff;
}
.addclientinfo .info-cloum[data-v-c073dd78] {
  margin-bottom: 30px;
}
.addclientinfo .view-title[data-v-c073dd78] {
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}
.addclientinfo .add-detailtable[data-v-c073dd78] {
  margin: 10px 0px 30px;
  border: 3px dashed #e9e9e9;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.addclientinfo .flex-cloum[data-v-c073dd78] {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
}
.addclientinfo .flex-cloum .inputitem[data-v-c073dd78] {
  display: inline-block;
  margin: 20px 0px 10px 0px;
  width: 33%;
}
.addclientinfo .flex-cloum .inputitem .el-input[data-v-c073dd78], .addclientinfo .flex-cloum .inputitem .el-select[data-v-c073dd78] {
  width: 80%;
}
.add-detailtable[data-v-c073dd78] {
  margin: 10px 0px 30px;
  border: 3px dashed #e9e9e9;
  height: 42px;
  color: #1890ff;
  text-align: center;
  line-height: 36px;
}
.detailclientinfo[data-v-edbd2400] {
  width: 100%;
  height: 100%;
  padding: 0px 20px;
  background-color: #fff;
}
.detailclientinfo .info-cloum[data-v-edbd2400] {
  margin-bottom: 30px;
}
.detailclientinfo .view-title[data-v-edbd2400] {
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}
.detailclientinfo .add-detailtable[data-v-edbd2400] {
  margin: 10px 0px 30px;
  border: 3px dashed #e9e9e9;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.detailclientinfo .flex-cloum[data-v-edbd2400] {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
}
.detailclientinfo .flex-cloum div[data-v-edbd2400] {
  display: inline-block;
  margin: 20px 0px 10px 0px;
  width: 33%;
}
.detailclientinfo .flex-invoice[data-v-edbd2400] {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
}
.detailclientinfo .flex-invoice .leftinvoiceid[data-v-edbd2400] {
  display: flex;
}
.detailclientinfo .rejectreslut[data-v-edbd2400] {
  margin-left: 10px;
  color: #1890FF;
  cursor: pointer;
}
.invoice-dialog[data-v-edbd2400]  .el-dialog__body {
  padding-top: 0px;
}
.fileurl[data-v-edbd2400] {
  margin-right: 8px;
  color: #1890FF;
  cursor: pointer;
}
.detailclientinfo[data-v-5df9fb7c] {
  width: 100%;
  height: 100%;
  padding: 0px 20px;
  background-color: #fff;
}
.detailclientinfo .info-cloum[data-v-5df9fb7c] {
  margin-bottom: 30px;
}
.detailclientinfo .view-title[data-v-5df9fb7c] {
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}
.detailclientinfo .add-detailtable[data-v-5df9fb7c] {
  margin: 10px 0px 30px;
  border: 3px dashed #e9e9e9;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.detailclientinfo .flex-cloum[data-v-5df9fb7c] {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
}
.detailclientinfo .flex-cloum div[data-v-5df9fb7c] {
  display: inline-block;
  margin: 20px 0px 10px 0px;
  width: 33%;
}
.detailclientinfo .flex-invoice[data-v-5df9fb7c] {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
}
.detailclientinfo .flex-invoice .leftinvoiceid[data-v-5df9fb7c] {
  display: flex;
}
.detailclientinfo .rejectreslut[data-v-5df9fb7c] {
  margin-left: 10px;
  color: #1890FF;
  cursor: pointer;
}
.invoice-dialog[data-v-5df9fb7c]  .el-dialog__body {
  padding-top: 0px;
}
.fileurl[data-v-5df9fb7c] {
  margin-right: 8px;
  color: #1890FF;
  cursor: pointer;
}
.detailclientinfo[data-v-ea00f8d4] {
  width: 100%;
  height: 100%;
  padding: 0px 20px;
  background-color: #fff;
}
.detailclientinfo .info-cloum[data-v-ea00f8d4] {
  margin-bottom: 30px;
}
.detailclientinfo .view-title[data-v-ea00f8d4] {
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}
.detailclientinfo .add-detailtable[data-v-ea00f8d4] {
  margin: 10px 0px 30px;
  border: 3px dashed #e9e9e9;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.detailclientinfo .flex-cloum[data-v-ea00f8d4] {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
}
.detailclientinfo .flex-cloum div[data-v-ea00f8d4] {
  display: inline-block;
  margin: 20px 0px 10px 0px;
  width: 33%;
}
.detailclientinfo .flex-form[data-v-ea00f8d4] {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
}
.detailclientinfo .flex-form .inputitem[data-v-ea00f8d4] {
  display: inline-block;
  margin: 20px 0px 10px 0px;
  width: 33%;
}
.detailclientinfo .flex-form .inputitem .el-input[data-v-ea00f8d4], .detailclientinfo .flex-form .inputitem .el-select[data-v-ea00f8d4] {
  width: 80%;
}
.detailclientinfo .rejectreslut[data-v-ea00f8d4] {
  margin-left: 10px;
  color: #1890FF;
  cursor: pointer;
}
.detailclientinfo[data-v-7499da94] {
  width: 100%;
  height: 100%;
  padding: 0px 20px;
  background-color: #fff;
}
.detailclientinfo .info-cloum[data-v-7499da94] {
  margin-bottom: 30px;
}
.detailclientinfo .view-title[data-v-7499da94] {
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}
.detailclientinfo .add-detailtable[data-v-7499da94] {
  margin: 10px 0px 30px;
  border: 3px dashed #e9e9e9;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.detailclientinfo .flex-cloum[data-v-7499da94] {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
}
.detailclientinfo .flex-cloum div[data-v-7499da94] {
  display: inline-block;
  margin: 20px 0px 10px 0px;
  width: 33%;
}
.detailclientinfo .flex-form[data-v-7499da94] {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
}
.detailclientinfo .flex-form .inputitem[data-v-7499da94] {
  display: inline-block;
  margin: 20px 0px 10px 0px;
  width: 33%;
}
.detailclientinfo .flex-form .inputitem .el-input[data-v-7499da94], .detailclientinfo .flex-form .inputitem .el-select[data-v-7499da94] {
  width: 80%;
}
.detailclientinfo .rejectreslut[data-v-7499da94] {
  margin-left: 10px;
  color: #1890FF;
  cursor: pointer;
}
.detailclientinfo[data-v-48ad2eb0] {
  width: 100%;
  height: 100%;
  padding: 0px 20px;
  background-color: #fff;
}
.detailclientinfo .info-cloum[data-v-48ad2eb0] {
  margin-bottom: 30px;
}
.detailclientinfo .view-title[data-v-48ad2eb0] {
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}
.detailclientinfo .add-detailtable[data-v-48ad2eb0] {
  margin: 10px 0px 30px;
  border: 3px dashed #e9e9e9;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.detailclientinfo .flex-cloum[data-v-48ad2eb0] {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
}
.detailclientinfo .flex-cloum div[data-v-48ad2eb0] {
  display: inline-block;
  margin: 20px 0px 10px 0px;
  width: 33%;
}
.detailclientinfo .flex-form[data-v-48ad2eb0] {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
}
.detailclientinfo .flex-form .inputitem[data-v-48ad2eb0] {
  display: inline-block;
  margin: 20px 0px 10px 0px;
  width: 33%;
}
.detailclientinfo .flex-form .inputitem .el-input[data-v-48ad2eb0], .detailclientinfo .flex-form .inputitem .el-select[data-v-48ad2eb0] {
  width: 80%;
}
.detailclientinfo .rejectreslut[data-v-48ad2eb0] {
  margin-left: 10px;
  color: #1890FF;
  cursor: pointer;
}
.detailclientinfo[data-v-5881ce26] {
  width: 100%;
  height: 100%;
  padding: 0px 20px;
  background-color: #fff;
}
.detailclientinfo .info-cloum[data-v-5881ce26] {
  margin-bottom: 30px;
}
.detailclientinfo .view-title[data-v-5881ce26] {
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}
.detailclientinfo .add-detailtable[data-v-5881ce26] {
  margin: 10px 0px 30px;
  border: 3px dashed #e9e9e9;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.detailclientinfo .flex-cloum[data-v-5881ce26] {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
}
.detailclientinfo .flex-cloum div[data-v-5881ce26] {
  display: inline-block;
  margin: 20px 0px 10px 0px;
  width: 33%;
}
.detailclientinfo .flex-form[data-v-5881ce26] {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
}
.detailclientinfo .flex-form .inputitem[data-v-5881ce26] {
  display: inline-block;
  margin: 20px 0px 10px 0px;
  width: 33%;
}
.detailclientinfo .flex-form .inputitem .el-input[data-v-5881ce26], .detailclientinfo .flex-form .inputitem .el-select[data-v-5881ce26] {
  width: 80%;
}
.detailclientinfo .rejectreslut[data-v-5881ce26] {
  margin-left: 10px;
  color: #1890FF;
  cursor: pointer;
}
.detailclientinfo[data-v-0e704050] {
  width: 100%;
  height: 100%;
  padding: 0px 20px;
  background-color: #fff;
}
.detailclientinfo .info-cloum[data-v-0e704050] {
  margin-bottom: 30px;
}
.detailclientinfo .view-title[data-v-0e704050] {
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}
.detailclientinfo .add-detailtable[data-v-0e704050] {
  margin: 10px 0px 30px;
  border: 3px dashed #e9e9e9;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.detailclientinfo .flex-cloum[data-v-0e704050] {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
}
.detailclientinfo .flex-cloum div[data-v-0e704050] {
  display: inline-block;
  margin: 20px 0px 10px 0px;
  width: 33%;
}
.detailclientinfo .flex-form[data-v-0e704050] {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
}
.detailclientinfo .flex-form .inputitem[data-v-0e704050] {
  display: inline-block;
  margin: 20px 0px 10px 0px;
  width: 33%;
}
.detailclientinfo .flex-form .inputitem .el-input[data-v-0e704050], .detailclientinfo .flex-form .inputitem .el-select[data-v-0e704050] {
  width: 80%;
}
.detailclientinfo .rejectreslut[data-v-0e704050] {
  margin-left: 10px;
  color: #1890FF;
  cursor: pointer;
}
.addclientinfo[data-v-538d8ac8] {
  width: 100%;
  height: 100%;
  padding: 0px 20px;
  background-color: #fff;
}
.addclientinfo .info-cloum[data-v-538d8ac8] {
  margin-bottom: 30px;
}
.addclientinfo .view-title[data-v-538d8ac8] {
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}
.addclientinfo .add-detailtable[data-v-538d8ac8] {
  margin: 10px 0px 30px;
  border: 3px dashed #e9e9e9;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.addclientinfo .flex-cloum[data-v-538d8ac8] {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
}
.addclientinfo .flex-cloum .inputitem[data-v-538d8ac8] {
  display: inline-block;
  margin: 20px 0px 10px 0px;
  width: 33%;
}
.addclientinfo .flex-cloum .inputitem .el-input[data-v-538d8ac8], .addclientinfo .flex-cloum .inputitem .el-select[data-v-538d8ac8] {
  width: 80%;
}
.add-detailtable[data-v-538d8ac8] {
  margin: 10px 0px 30px;
  border: 3px dashed #e9e9e9;
  height: 42px;
  color: #1890ff;
  text-align: center;
  line-height: 36px;
}
.detailcontractVlogger[data-v-c52ac4d8] {
  width: 100%;
  height: 100%;
  padding: 0px 20px;
  background-color: #fff;
}
.detailcontractVlogger .info-cloum[data-v-c52ac4d8] {
  margin-bottom: 30px;
}
.detailcontractVlogger .view-title[data-v-c52ac4d8] {
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}
.detailcontractVlogger .add-detailtable[data-v-c52ac4d8] {
  margin: 10px 0px 30px;
  border: 3px dashed #e9e9e9;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.detailcontractVlogger .flex-cloum[data-v-c52ac4d8] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
}
.detailcontractVlogger .flex-cloum div[data-v-c52ac4d8] {
  display: inline-block;
  margin: 20px 0px 10px 0px;
  width: 33%;
}
.detailcontractVlogger .rejectreslut[data-v-c52ac4d8] {
  margin-left: 10px;
  color: #1890FF;
  cursor: pointer;
}
.view-content[data-v-c52ac4d8] {
  padding: 20px;
}
.view-content .title[data-v-c52ac4d8], .view-content .content[data-v-c52ac4d8] {
  margin-bottom: 20px;
}
.view-content .content[data-v-c52ac4d8] {
  display: flex;
}
.view-content .content div[data-v-c52ac4d8] {
  height: 500px;
  padding: 20px;
  background-color: #f2f2f2;
  flex: 1;
}
.detailcontractVlogger[data-v-8846fd8c] {
  width: 100%;
  height: 100%;
  padding: 0px 20px;
  background-color: #fff;
}
.detailcontractVlogger .info-cloum[data-v-8846fd8c] {
  margin-bottom: 30px;
}
.detailcontractVlogger .view-title[data-v-8846fd8c] {
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}
.detailcontractVlogger .add-detailtable[data-v-8846fd8c] {
  margin: 10px 0px 30px;
  border: 3px dashed #e9e9e9;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.detailcontractVlogger .flex-cloum[data-v-8846fd8c] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
}
.detailcontractVlogger .flex-cloum div[data-v-8846fd8c] {
  display: inline-block;
  margin: 20px 0px 10px 0px;
  width: 33%;
}
.detailcontractVlogger .rejectreslut[data-v-8846fd8c] {
  margin-left: 10px;
  color: #1890FF;
  cursor: pointer;
}
.form-flex[data-v-8846fd8c] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
}
.form-flex .el-form-item--small.el-form-item[data-v-8846fd8c] {
  width: 33%;
}
.copyShoreCode[data-v-8846fd8c] {
  cursor: pointer;
  padding: 8px 10px;
  background: #1890FF;
  color: #fff;
  border-radius: 4px;
  margin-left: 12px;
}
.operationBtn[data-v-8846fd8c] {
  display: flex;
  justify-content: space-between;
}
.detailclientinfo[data-v-3f6f2c5c] {
  width: 100%;
  height: 100%;
  padding: 0px 20px;
  background-color: #fff;
}
.detailclientinfo .info-cloum[data-v-3f6f2c5c] {
  margin-bottom: 30px;
}
.detailclientinfo .view-title[data-v-3f6f2c5c] {
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}
.detailclientinfo .add-detailtable[data-v-3f6f2c5c] {
  margin: 10px 0px 30px;
  border: 3px dashed #e9e9e9;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.detailclientinfo .flex-cloum[data-v-3f6f2c5c] {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
}
.detailclientinfo .flex-cloum div[data-v-3f6f2c5c] {
  display: inline-block;
  margin: 20px 0px 10px 0px;
  width: 33%;
}
.detailclientinfo .rejectreslut[data-v-3f6f2c5c] {
  margin-left: 10px;
  color: #1890FF;
  cursor: pointer;
}
