html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
html {
  position: relative;
  min-height: 100%;
}

li {
  list-style-type:none;
}
a {
  text-decoration:none;
}

.indexGlobal .share {
  transition: all 3s ease;
  display: none;
  z-index: 110;
  position: fixed;
  left: 57%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 50vw;
}
.indexGlobal .closeDiv {
  position: fixed;
  z-index: 99;
  left: -1.5%;
}
.indexGlobal .closeBtn {
  font-size: 40px;
  float: right;
  margin-top: -20px;
  margin-right: -20px;
}

.indexGlobal .top,
.indexGlobal .list {
  overflow:hidden;
}

.indexGlobal .list {
  padding-bottom: 50px;
}

.bottom {
  width: 100%;
  overflow: hidden;
}

.elUploadFile {
  min-width: 350px;
  min-height: 350px;
  max-width: 30%;
  max-height: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid;
}

body .el-table th.gutter {
  display: table-cell !important;
}
.el-button--medium {
  padding: 12px 20px !important;
}
.el-table .ascending .sort-caret.ascending {
  border-bottom-color: #1d5a5a;
}
.el-table .descending .sort-caret.descending {
  border-top-color: #1d5a5a;
}
.resultTable {
  width: 100%;
  margin: 0px auto;
  padding-top: 20px;
}
.el-pagination {
  padding: 18px 0px;
  float: right;
}
.tableTools {
  width: 40%;
  float: right;
  height: 60px;
  display: flex;
  flex-direction: row-reverse;
}
.toolsSearch {
  max-width: 40%;
  float: right;
  margin: 5px;
  height: 36px !important;
}
.toolsButtonGroup {
  float: right;
  height: 50px;
  margin: 0px;
  margin: 5px;
}
.toolButton {
  margin: 0px;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #193c5a !important;
  color: #fff;
}
.el-pagination.is-background .el-pager li:not(.disabled):hover {
  color: #777777;
}
.el-dropdown-menu__item > .el-checkbox-group {
  max-width: 125px;
  padding: 15px;
}
.el-dropdown-menu {
  position: absolute !important;
  max-height: 300px !important;
  overflow: auto !important;
}
.el-dropdown-menu__item:focus,
.el-dropdown-menu__item:not(.is-disabled):hover {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #4c7a7a;
}
.linkButton {
  width: 100%;
  color: #193c5a;
  text-align: left;
  font-size: 14px;
  text-align: justify;
  white-space: initial !important;
  line-height: 22px;
}
.linkImg {
  width: 30px;
  height: 30px;
  border: 1px solid black;
}

.el-message-box__message p img {
  width: 200px;
}

.el-select {
  width: 100%;
}

.tooltipMarginbottom {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.tooltipMarginbottom b {
  margin-left: 2px;
  margin-right: 2px;
}

.formSubmit {
  width: 100%;
}

#map {
  margin-left: auto;
  margin-right: auto;
  display: table;
  width: auto;
}

.customizeParam .resultTable {
  /* max-width: 50vw; */
}
.customizeParam .formItemButton {
  margin: 0px 0px 20px;
}

.imageCroppingPublic .text {
  font-size: 14px;
}
.imageCroppingPublic .clearfix:before,
.imageCroppingPublic .clearfix:after {
  display: table;
  content: '';
}
.imageCroppingPublic .clearfix:after {
  clear: both;
}
.imageCroppingPublic .box-card {
  width: 100%;
}
.imageCroppingPublic label {
  display: block;
  margin-bottom: 10px;
}
.imageCroppingPublic .wrap {
  margin-bottom: 5px;
}
.imageCroppingPublic .avatar {
  display: block;
  width: 200px;
}
.imageCroppingPublic .button {
  margin-top: 35px;
}
.imageCroppingPublic .handle {
  float: left;
  padding-top: 8px;
  padding-bottom: 8px;
}
.imageCroppingPublic .close {
  float: right;
  padding-top: 8px;
  padding-bottom: 8px;
}
.imageCroppingPublic input {
  display: inline-block;
  width: 50%;
}
.imageCroppingPublic .text {
  margin: 20px;
}

.marked .markedInputs {
  display: none;
}
.marked .markedImgArea {
  height: 600px;
  max-height: 350px;
  border: 1px solid #eee;
  overflow: auto;
  background: #fff;
}
.marked .markedContent {
  border: 1px solid #dcdfe6;
  padding: 5px;
  height: 600px;
  overflow: auto;
}
.questionsTitle {
  display: flex;
  align-items: baseline;
  background: #ededed;
  padding: 10px;
  background: rgb(245 245 245);
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  margin: 5px 0;
}
.questionsTitle span p:first-child {
  display: inline;
}
.questionsTitle span :not(:first-child) {
  margin-left: 50px;
}
.bottomText {
  background: rgb(219, 255, 223);
  padding: 5px;
  margin: 15px 0 20px 0;
  border: 8px solid #67c23a4d;
  border-radius: 5px;
}

code {
  color: #ff6363;
  background: #d5d5d5;
}
.titleStyle {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #dfdfdf;
  margin: 5px 0;
}
.bottomText {
  background: rgb(219, 255, 223);
  padding: 5px;
  margin: 12px 0 10px 0;
  border: 1px solid #67c23a4d;
}

.optionStyle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  padding: 6px 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.emp {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-sizing: border-box;
  padding: 180px 0;
  color: #c9c9c9;
}
.ql-container.ql-snow {
  border: none;
  font-size: 18px;
}
.previewTitleFront {
  display: inline-block;
  /* background: #f4f4f5; */
  border: 1px solid #d3d4d6;
  height: 28px;
  line-height: 28px;
  width: 500px;
  margin: 0 10px;
  padding: 0 5px;
}

#showFront .el-collapse-item__wrap {
  border: 1px solid #ebeef5 !important;
  padding: 15px 0;
}

.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}