* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
html {
  font-size: 375px;
}
body {
  font-size: 16px;
}
body .normalTextarea {
  flex: 1;
  display: block;
  font-size: inherit;
}
body .normalTextarea .el-textarea__inner {
  color: #252627;
  border: none;
  resize: none;
  background: none;
  padding: 0;
  box-sizing: border-box;
  font-family: inherit;
}
#app {
  font-family: "微软雅黑", Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
  height: 100%;
}
.wrapper {
  width: 1400px;
  margin: 0 auto;
}
.flex {
  display: flex;
}
.flexC {
  flex-direction: column;
}
.flexcc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexc {
  display: flex;
  align-items: center;
}
.flexsa {
  display: flex;
  justify-content: space-around;
}
.flexsb {
  display: flex;
  justify-content: space-between;
}
.flexsac {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.flexsbc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.posiCenter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.oneline {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.twoline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.threeline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}
.el-input /deep/ input,
.el-date-picker /deep/ input {
  background: #F4F7FA;
}
.layoutbox {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #EBEEF5;
  border-left: 1px solid #EBEEF5;
}
.layoutbox > div {
  box-sizing: border-box;
  min-height: 45px;
  border-right: 1px solid #EBEEF5;
  border-bottom: 1px solid #EBEEF5;
  display: flex;
  align-items: center;
  padding: 10px;
}
.layoutbox > div > div {
  flex: 1;
}
.layoutbox > div > div .el-date-editor,
.layoutbox > div > div .el-select {
  width: 100%;
}
.layoutbox img {
  max-height: 308px;
  max-width: 308px;
}
.layoutbox .r4 {
  width: 16.666667%;
  padding-left: 15px;
}
.layoutbox .r8 {
  width: 33.333333%;
  word-break: break-all;
}
.layoutbox .r12 {
  width: 50%;
  word-break: break-all;
}
.layoutbox .r16 {
  width: 66.666667%;
  word-break: break-all;
}
.layoutbox .r20 {
  width: 83.333333%;
  word-break: break-all;
}
.layoutbox .r24 {
  width: 100%;
  word-break: break-all;
}
.layoutbox .require:before {
  content: '*';
  color: red;
  margin-right: 4px;
  margin-bottom: -5px;
  line-height: 14px;
}
.el-image {
  margin: 0 10px 10px 0;
}
.el-image img {
  cursor: zoom-in;
}
.popupBtn {
  display: inline-block;
  width: 80px;
  padding: 0px 30px;
  background: #0B6CFE;
  height: 48px;
  line-height: 48px;
  font-size: 22px;
  color: #fff;
  border-radius: 4px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.popupCancel {
  color: #50525A;
  border: 1px solid #EBEEF5;
  background: #fff;
  margin-right: 60px;
}
.seefile {
  color: #FF762A !important;
}
.el-tooltip__popper {
  max-width: 1000px;
}

.home[data-v-24bac5cb] {
  display: flex;
  align-items: center;
  text-align: center;
  height: 100%;
  letter-spacing: 2px;
}
.home .left[data-v-24bac5cb] {
  width: 520px;
  height: 100%;
  background: #f6f7fb;
  border-radius: 6px;
  text-align: center;
}
.home .left .lbox[data-v-24bac5cb] {
  width: 310px;
  background: #388bcb;
  border-radius: 4px;
  margin: 100px auto 0;
  padding-top: 30px;
}
.home .left .lbox .msg[data-v-24bac5cb] {
  color: #fff;
  font-size: 24px;
  margin: 30px 0 80px;
}
.home .left .lbox .el-button[data-v-24bac5cb] {
  margin: 0 0 80px;
  color: #388bcb;
  background: #fff;
}
.home .left .lbox #qrcodeimg[data-v-24bac5cb] {
  width: 250px;
  height: 250px;
  margin: 0px 25px 25px;
  padding: 5px;
  background: #fff;
}
.home .left .lbox img[data-v-24bac5cb] {
  width: 260px;
  height: 260px;
  margin: 25px;
}
.home .left .lbox h4[data-v-24bac5cb] {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  padding-bottom: 24px;
}
.home .right[data-v-24bac5cb] {
  width: 880px;
  height: 100%;
  padding: 100px 0 0 110px;
  box-sizing: border-box;
  position: relative;
}
.home .right h3[data-v-24bac5cb] {
  width: 160px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  margin-bottom: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAAA2BAMAAACy3o9AAAAAHlBMVEUAAAB8s/h8t/h5s/l8tPZ8tPZ8tPV8tPZ8tPZ8tPYZRDcpAAAACXRSTlMAJScore/x8vOThETtAAAAgElEQVRYw+3XoQ2AQBSD4QYIEzAAggEYAdjiFmAFLEuc6LYIBHckmKMIktY98yVP/sDrdesM5arA2CvBhuSU3FRsv6gPQO3LArAOjKMSxLAtkILZDBo0aNCgQYMGDRo0+CdQkZUpKMnKFLxnZSlI8kRbSUfqQWhffs5KxbKsLN0B9eb4vzfmVbsAAAAASUVORK5CYII=) center / 160px 54px no-repeat;
  color: #0777FF;
  font-size: 22px;
}
.home .right .search[data-v-24bac5cb] {
  display: flex;
  align-items: center;
  height: 60px;
  margin-bottom: 50px;
}
.home .right .search .el-input[data-v-24bac5cb] {
  width: 520px;
  height: 100%;
  margin-right: 10px;
  font-size: 20px;
}
.home .right .search .el-input[data-v-24bac5cb] input {
  height: 100%;
  background: #F4F7FA;
}
.home .right .search .iconbox[data-v-24bac5cb] {
  cursor: pointer;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  background: #F4F7FA;
  border: 1px solid #E1E8F0;
  border-radius: 4px;
}
.home .right .items[data-v-24bac5cb] {
  display: flex;
  flex-wrap: wrap;
  width: 700px;
}
.home .right .items p[data-v-24bac5cb] {
  cursor: pointer;
  width: 320px;
  height: 100px;
  background: #FFFFFF;
  border: 1px solid #D2D7DC;
  border-radius: 4px;
  margin: 0 20px 20px 0;
}
.home .right .items p img[data-v-24bac5cb] {
  max-width: 36px;
  max-height: 44px;
  margin-right: 20px;
}
.home .right .items p span[data-v-24bac5cb] {
  font-size: 22px;
  color: #53565A;
}
.home .right .footer[data-v-24bac5cb] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin: auto;
  cursor: pointer;
}
.logo[data-v-24bac5cb] {
  margin-bottom: 50px;
}
.logo img[data-v-24bac5cb] {
  margin-right: 15px;
  width: 80px;
}
.logo span[data-v-24bac5cb] {
  font-size: 60px;
}

p[data-v-e24552d4] {
  margin: 0 0 10px;
}
p span[data-v-e24552d4] {
  margin-left: 10px;
  color: #1880F7;
  cursor: pointer;
}

