* {
  margin: 0;
  padding: 0;
}
.pageCenter {
  width: 1200px;
  margin: 0 auto;
}
.ty-center {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-top: 20px;
}
.lrLayout .left {
  width: 200px;
  min-height: calc(100vh - 200px);
  margin: 0 auto;
  background: #edeff2;
  box-shadow: 0 0 1px #edeff2;
  overflow: hidden;
  position: relative;
}
.lrLayout .left ul {
  width: 100%;
  height: auto;
}
.lrLayout .left ul:before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background: #7abc06;
}
.lrLayout .left li {
  list-style-type: none;
  padding-bottom: 5px;
  background-color: #e5eadd;
  border-bottom: 1px solid rgba(40, 0, 41, 0.5);
  color: #280029;
}
.lrLayout .left li a {
  color: inherit;
  padding: 10px 15px;
  font-size: 15px;
  text-decoration: none;
  margin-left: 30px;
  display: block;
}
.lrLayout .left li:last-child {
  border-bottom: none;
}
.lrLayout .left li:hover {
  background: #f5f5f5;
  color: green;
  background-color: #fffbf0;
}
.lrLayout .right {
  flex: 1;
  padding: 0 30px;
}
.lrLayout .right h6 {
  text-align: center;
  font-size: 15px;
  color: black;
  font-weight: 500;
}
.lrLayout .right h6 + div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lrLayout .right h6 + div title {
  display: block;
  font-size: 18px;
  color: black;
  padding-bottom: 5px;
  border-bottom: 2px solid #0070c0;
}
.lrLayout .right h6 + div button {
  background-color: #0070c0;
  color: #fff;
  font-size: 15px;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
}
.lrLayout .right h6 + div button:hover {
  background-color: #0062cc;
}
body {
  font-size: 14px;
  line-height: 20px;
  color: #23527c;
  background-color: rgba(0, 0, 0, 0);
}
body .el-divider__text.is-center {
  background: transparent;
  font-weight: 600;
  font-size: 16px;
}
body > header {
  min-height: 100px;
  background-color: #eef0ec;
}
body > header > div {
  width: 1200px;
  margin: 0 auto;
}
body > footer {
  min-height: 100px;
  background-color: azure;
}
body > footer > div {
  width: 1200px;
  margin: 0 auto;
}
body > .center {
  width: 100%;
  min-height: calc(100vh - 327px);
  background-color: #edeff2;
  display: flex;
}
body > .center #app {
  min-height: 100%;
  align-items: flex-start;
  align-content: center;
  position: relative;
  width: 1200px;
  margin: 0 auto;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
}
body > .center #app .index-head {
  width: 100%;
  height: 40px!important;
  margin: 0;
  padding: 0;
}
body > .center #app .el-dialog .el-form {
  width: 100%!important;
  padding-bottom: 0!important;
}
body > .center #app .card-wapper {
  display: flex;
  align-items: flex-start;
  min-height: 90%;
  width: 100%;
  background: white;
  padding: 10px;
  margin-top: -15px;
}
body > .center #app .card-wapper .card-content {
  display: flex;
  flex-wrap: wrap;
  min-height: 100%;
  width: 100%;
  margin: 0 auto;
  padding-left: 40px;
}
body > .center #app .card-wapper .card-content .card__item {
  margin: 5px;
  width: 18%;
  text-align: center;
}
body > .center #app .card-wapper .card-content .card__item .el-card__body {
  background: #f6f6f6;
  position: relative;
  cursor: pointer;
}
body > .center #app .card-wapper .card-content .card__item .el-card__body .img {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body > .center #app .card-wapper .card-content .card__item .el-card__body .vote {
  height: auto;
  position: relative;
  overflow: hidden;
  transition: all 0.01s;
}
body > .center #app .card-wapper .card-content .card__item .el-card__body .vote:hover .vote-title {
  max-height: 20px;
}
body > .center #app .card-wapper .card-content .card__item .el-card__body .vote .vote-title {
  position: absolute;
  max-height: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  word-break: break-all;
  bottom: 0px;
  transition: all 1s;
}
body > .center #app .card-wapper .card-content .card__item .el-card__body .vote .vote-title:hover {
  max-height: 100%;
}
body > .center #app .card-wapper .card-content .card__item .el-card__body .img-parent {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body > .center #app .card-wapper .card-content .card__item .el-card__body .title-parent {
  position: absolute;
  height: 50px;
  width: 80%;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  word-break: break-all;
  bottom: -30px;
  transition: all 0.5s;
}
body > .center #app .card-wapper .card-content .card__item .el-card__body .title-parent:hover {
  bottom: 0px;
}
body > .center #app .card-wapper .card-content .card__item img {
  width: 100%;
}
body > .center #app .card-wapper .card-content .card__item .title {
  padding: 10px 0;
  font-weight: 600;
}
body > .center #app .PSQForm .el-form-item > .el-form-item__content .el-radio-group {
  position: absolute;
  bottom: 10px;
}
body > .center #app .el-form {
  background-color: white;
  padding: 20px;
  width: 450px;
  margin: 0 auto;
}
body > .center #app .el-form .is-special {
  margin-bottom: 32px;
}
body > .center #app .el-form.full-form {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  background-color: transparent;
}
body > .center #app .el-form .el-form-item > .el-form-item__content > .el-button {
  width: 230px;
}
body > .center #app .el-form .el-form-item > .el-form-item__content .repeat-form .el-form {
  background-color: white;
  padding: 20px;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
body > .center #app .el-form .el-form-item > .el-form-item__content .repeat-form .el-form .top-line .el-form-item__error {
  top: -30%;
  width: 130%;
}
body > .center #app .el-form .el-form-item > .el-form-item__content .repeat-form .el-form .bottom-line .el-form-item__error {
  top: 70%;
}
body > .center #app .el-form .el-form-item > .el-form-item__content .el-autocomplete {
  width: 100%;
}
body > .center #app .el-form .el-form-item .el-row + .el-row {
  margin-top: 5px;
}
body > .center #app .el-form .el-form-item .el-row .el-col-24 .el-cascader,
body > .center #app .el-form .el-form-item .el-row .el-col-24 .el-select {
  width: 100%;
}
body > .center #app .el-form .el-form-item .el-row .el-col-24.tips {
  line-height: 1.5;
  font-size: 13px;
  color: #999999;
  font-weight: 500;
}
body > .center #app .el-form h1 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
body > .center #app .el-form img {
  height: 39px;
  float: right;
}
body > .center #app .el-form .form-button {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
body > .center #app .custom-form {
  background: transparent;
  position: absolute;
  width: 70%;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0px);
}
body > .center #app .el-container {
  min-height: 100%;
}
body > .center #app .el-container .el-aside .el-menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background: #7abc06;
}
body > .center #app .el-container .el-aside .el-menu-vertical .is-active {
  background-color: #9bce4a !important;
}
body > .center #app .el-container .el-aside .el-menu-vertical .el-menu-item:hover {
  background-color: rgba(155, 206, 74, 0.5) !important;
}
body > .center #app .el-container .el-main {
  position: relative;
}
body > .center #app .el-container .el-main .flex-center {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}
body > .center #app .el-container .el-main .ty-layout {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
body > .center #app .el-container .el-main .el-form {
  background-color: transparent;
  padding: 0;
  width: 50%;
  margin: 0 auto;
  padding-bottom: 50px;
}
body > .center #app .el-container .el-main h3 {
  text-align: center;
  padding: 15px;
  font-weight: 500;
}
body > .center #app .el-container .el-main .list-wapper {
  padding: 10px;
}
body > .center #app .el-container .el-main .list-wapper .list-item {
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
}
body > .center #app .el-container .el-main .list-wapper .el-pagination {
  float: right;
}
body > .center #app .el-container .el-main .flex-layout {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
body > .center #app .el-container .el-main .flex-layout .el-button {
  float: right;
}
body > .center #app .el-container .el-main .flex-layout .man-list {
  font-size: 20px;
  border-bottom: 2px solid #409eff;
}
body > .center #app .tranferbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body > .center #app .tranferbox ::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}
body > .center #app .tranferbox ::-webkit-scrollbar-thumb {
  /* background-color: #01c8dc;
          border-radius: 3px; */
  background-color: #4fc08d;
  border-radius: 10px;
}
body > .center #app .tranferbox .tree-node {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  width: 100%;
}
body > .center #app .tranferbox .top-right {
  display: block;
  min-width: 50px;
  width: 50px;
  text-align: right;
  position: absolute;
  right: 0px;
}
body > .center #app .tranferbox .conbox {
  height: 220px;
  border: 1px solid #e9eaed;
  border-radius: 2px;
  background: #fdfdfd;
  width: 270px;
  padding: 10px;
}
body > .center #app .tranferbox .conbox .titbox {
  height: 29px;
  line-height: 29px;
}
body > .center #app .tranferbox .conbox .titbox h2 {
  font-size: 14px;
}
body > .center #app .tranferbox .conbox .wordbox {
  font-size: 12px;
  height: 155px;
  margin-top: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
body > .center #app .tranferbox .conbox .wordbox .over-ellipsis {
  display: block;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  -webkit-line-clamp: 1;
}
body > .center #app .tranferbox .conbox .wordbox .el-tree-node__label {
  font-size: 12px;
}
body > .center #app .tranferbox .conbox .wordbox .el-tree-node__children .over-ellipsis {
  display: block;
  width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-line-clamp: 1;
}
body > .center #app .tranferbox .conbox .wordbox ul li .inli {
  display: flex;
  align-items: baseline;
}
body > .center #app .tranferbox .conbox .wordbox ul li span {
  font-size: 12px;
  display: block;
  width: calc(100% - 20px);
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body > .center #app .tranferbox .conbox .wordbox ul li .el-icon-s-custom {
  color: #93a9d3;
}
body > .center #app .tranferbox .conbox .wordbox ul li .el-icon-close {
  color: #808080;
  cursor: pointer;
}
body > .center #app footer {
  width: 100%;
  padding: 15px 34%;
  display: flex;
  justify-content: space-between;
}
