.upload-carouse {
  color: #999;
  font-size: 12px;
}
.upload-carouse .el-dialog__body {
  font-size: 12px;
  color: #999;
}
.upload-carouse .upload-carouse-operation {
  display: flex;
  text-align: left;
  align-items: center;
}
.upload-carouse .upload-carouse-tip {
  margin-right: 10px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
}
.upload-carouse .upload-carouse-preview {
  margin-top: 10px;
}
.upload-carouse .upload-carouse-preview .preview-item {
  margin-top: 16px;
  display: flex;
}
.upload-carouse .upload-carouse-preview .preview-item .preview-content {
  background: #d8d8d8;
  width: 100px;
  height: 40px;
  overflow: hidden;
}
.upload-carouse .upload-carouse-preview .preview-item .preview-content img {
  height: 100%;
  width: 100%;
}
.upload-carouse .upload-carouse-preview .preview-item .preview-input {
  margin: 0 10px;
  flex: 1;
}
.upload-carouse .upload-carouse-preview .preview-item .preview-input .el-input__inner {
  width: 100%;
  height: 40px !important;
  line-height: 40px !important;
}
.upload-carouse .upload-carouse-preview .preview-item .preview-opeartion .el-button {
  padding: 11px 5px;
}

.portal-site-banner {
  position: relative;
}
.msg-banner-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 10px;
  line-height: 1;
  z-index: 10;
}
.msg-banner-inner h1,
.msg-banner-inner span {
  color: #fff;
  z-index: 10;
}
.msg-banner-inner h1 {
  font-size: 24px;
  margin-bottom: 14px;
}
.msg-banner-inner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--portal-site-main-color);
  opacity: 0.5;
}

.portal-site-about-our {
  background: #fafafa;
}
.portal-site-about-our .portal-site-about-content {
  padding: 20px 20px 130px;
  margin: 30px auto;
  position: relative;
  width: var(--portal-site-main-width);
  overflow: hidden;
  background: #fff;
}
.portal-site-about-our .portal-site-about-content .about-title {
  font-size: 30px;
  line-height: 1;
  color: #333;
  padding: 36px 0;
  position: relative;
}
.portal-site-about-our .portal-site-about-content .about-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 6px;
  background: var(--portal-site-main-color);
}
.portal-site-about-our .portal-site-about-content .about-box {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 55px;
}
.portal-site-about-our .portal-site-about-content .about-txt {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  flex: 1;
  padding-right: 70px;
}
.portal-site-about-our .portal-site-about-content .about-img {
  width: 400px;
  flex-shrink: 0;
}
.portal-site-about-old {
  background: #fff;
}
.portal-site-about-old .portal-site-about-content {
  margin-top: 20px;
  margin-bottom: 80px;
  border: 1px solid #e9e9e9;
  padding: 5px 20px 70px;
}
.portal-site-about-old .portal-site-about-content .about-title {
  font-size: 24px;
  padding-bottom: 20px;
}
.portal-site-about-old .portal-site-about-content .about-title:after {
  display: none;
}

