.querypanel {
  margin-top: 10px;
  border: 1px solid #ebebeb;
  padding: 30px;
  border-radius: 3px;
  transition: .2s;
}
/*穿梭框面板*/
.querypaneltrans {
  margin-top: 20px;
  margin-bottom: 20px;
}
.querypanel .el-form-item {
  color:#000;
  margin-bottom: 15px;
}
.oppanel {
  margin-top: 10px;
  border: 1px solid #ebebeb;
  padding: 20px;
  border-radius: 3px;
  height: 100px;
  transition: .2s;
}
.websitequerypanel {
  margin-top: 10px;
  border: 1px solid #ebebeb;
  padding: 30px;
  border-radius: 3px;
  transition: .2s;
}
/*************表类相关************/
.qxpanel {
  margin-left: 20px;
}
.cdpanel {
  margin-top: 10px;
}
.btnpanel {
  margin-top: 30px;
}
table {
  font-size: 14px;
}

td, th {
  display: table-cell;

}
/**表标题栏**/
table th {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.el-table td, .el-table th {
  padding: 0px 0;
  min-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-overflow: ellipsis;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.el-table th {
  white-space: nowrap;
  overflow: hidden;
  user-select: none;
  text-align: center;
}

.el-table .cell {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: normal;
  word-break: break-all;
  line-height: 23px;
}
.alowscroll
{
  height:100%;
  overflow:auto
}

.el-drawer__header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #72767b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  /* margin-bottom: 32px; */
  padding: 20px 20px 0;
}

.el-drawer__body {
  overflow: auto;
  /* overflow-x: auto; */
}

/*2.隐藏滚动条，太丑了*/
.el-drawer__container ::-webkit-scrollbar{
  display: none;
}

.gispecgroup .el-table__header-wrapper {
  overflow: hidden;
  display: none;
}

.el-card__header {
  padding: 8px 15px;
  border-bottom: 1px solid #EBEEF5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/********************表类样式结束*******************/





resize-triggers > div {
  background: #eee;
  overflow: auto;
}
.resize-triggers, .resize-triggers > div, .contract-trigger:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}
.resize-triggers {
  animation: 0ms resizeanim;
  visibility: hidden;
  opacity: 0;
}
.note{
  width: 99%;
  margin-left: 0px;
  margin-right: 0px;
}

.tablepanel {
  margin-top: 10px;
  margin-bottom: 20px;
  border: 1px solid #ebebeb;
  padding: 30px;
  border-radius: 3px;
  transition: .2s;
}
table tr {
  padding: 5px;
  height: 45px;
}
.queryinput {
}
.querybtn {
  padding-left: 10px;
}
.opicon{
  padding-left: 5px;
}
.savebasepanel {
  margin-top: 20px;
}
.ciicon {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 30px;
  padding-right: 2px;
}
.el-dialog {
  position: relative;
  margin: 0 auto 50px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
  box-shadow: 0 1px 3px rgba(0,0,0,.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
}
.el-dialog__body {
  margin: 10px 20px 10px 20px;
  padding: 20px 30px;
  color: #f1f1f1;
  line-height: 14px;
  font-size: 14px;
  border:1px solid;
  border-radius:10px;
  -moz-border-radius:10px; /* Old Firefox */
}
.formdiv {
  width:80%;
}
.formpanel {
  width:100%;
  margin-top: 20px;
}
.formpanelbtn {
  width:100%;
}
@media (max-width: 600px) {
  .el-dialog {
    width: 100%;
  }
  .el-dialog__body {
    margin: 10px 10px 10px 10px;
    padding: 20px 20px;
  }
  .el-input__inner {
    line-height: 16px;
  }
  .formdiv {
    width:100%;
  }
  .formpanel {
    width:100%;
  }
  .el-message-box {
    display: inline-block;
    width: 320px;
    padding-bottom: 10px;
    vertical-align: middle;
    background-color: #FFF;
    border-radius: 4px;
    border: 1px solid #EBEEF5;
    font-size: 18px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    text-align: left;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
.pcenter {
  display: flex; justify-content: center; align-items: center;
}
.yyzz_upload {
}
.tabcard {
  padding: 30px;
}
.tabcard1 {
  padding: 20px;
}
.tbdownbtn {
  margin-top: 20px;
}
.curpointer{
  cursor: pointer;
}
.outopicondiv{
  margin:0 auto 0 auto;
  text-align:center;
}
.el-tree-node__content label{
  display: inline-block;
  margin-bottom: 0px;
}
.inopicondiv {
  display: flex;
  flex-flow: row;
  width:140px;
  margin:0 auto 0 auto;
}
.inopicondiv .opicon{
  flex:1;
  width:70px;
  padding-right: 2px;
}
.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;
}
.el-upload-dragger {
  background-color: #fff;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 180px;
  height: 180px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.pcenter {
  display: flex; justify-content: center; align-items: center;
}



.el-form-item1 {
  margin-bottom: 0px;
}

.el-form-item__label {
  text-align: left;
  vertical-align: middle;
  float: left;
  font-size: 14px;
  color: #5a5e66;
  line-height: 40px;
  padding: 0 12px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-dialog__footer {
  padding: 10px 10px 10px;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-dialog__header {
  padding: 15px 15px 10px;
  background-color: #0d8ddb;
}

.el-dialog__title {
  line-height: 24px;
  font-size: 16px;
  color: #f0f0f0;
}
.savebtnpanel {
  margin-top: 20px;
}
.subquerypanel {
  margin-bottom: 15px;
}
.oppanel {
  margin-top: 10px;
  border: 1px solid #ebebeb;
  padding: 20px;
  border-radius: 3px;
  height: 100px;
  transition: .2s;
}
.bigavatarimg {
  width: 240px;
  height: 120px;
  display: block;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
}
.centerbtn {
  text-align: center;
  line-height: 300px;
}
.subquerybtn {
  margin-left: 10px;
}
.el-date-editor .el-range-separator {
  padding: 0 5px;
  line-height: 32px;
  width: 6%;
  color: #303133;
}
.leftpanel {
}
.rightpanel {
  padding-left: 30px;
}
.el-dialog__headerbtn .el-dialog__close {
  color: #fff;
}
.avatar-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  width: 178px;
  height: 178px;
  line-height: 178px;
  text-align: center;
}
.avatar {
  width: 178px;
  height: 178px;
  display: block;
}
.avatarimg {
  width: 64px;
  height: 64px;
  display: block;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
}
.avatarimg1 {
  width: 64px;
  height: 64px;
  display: block;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
}
.avatarimg2 {
  width: 200px;
  display: block;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
}
.avatarimg6 {
  width: 100px;
  display: block;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
}
.avatarimg3 {
  width: 80px;
  height: 80px;
  display: block;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
}
.avatarimg4 {
  width: 200px;
  height: 80px;
  display: block;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
}

.goodsavatarimg {
  width: 120px;
  height: 120px;
  display: block;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
}


.avatarimg1 {
  width: 64px;
  height: 64px;
  display: block;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
}
.avatarimg2 {
  width: 100px;
  display: block;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
}
.avatarimgpanel {
  display: flex;
  align-items: center;
  justify-content: center;
}
.desinfo {
  margin-top: 10px;
  font-size: 8px;
}

.el-scrollbar__wrap {
  overflow: scroll;
  height: 100%;
  /* width: 100%; */
}
.el-checkbox+.el-checkbox {
  /* margin-left: 30px; */
}
.querydespanel {
  height: 400px;
  margin-bottom: 30px;
}
.ql-container {
  color: #000;
  min-height:400px;
}
.quill-editor {
  min-height: 300px;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 1.5em;
  /* vertical-align: -15%; */
}

.gtopicon{
  font-size: 22px;
  padding-left: 10px;
}
.desinfoex {
  margin-left: 10px;
  font-size: 9px;
  color:#1d9d74;
}


.el-tag + .el-tag {
  margin-left: 10px;
}
.button-new-tag {
  margin-left: 10px;
  height: 32px;
  line-height: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
.input-new-tag {
  width: 90px;
  margin-left: 10px;
  vertical-align: bottom;
}

.el-tag {
  background-color: rgba(64,158,255,.1);
  padding: 0 10px;
  margin-bottom: 10px;
  height: 32px;
  line-height: 30px;
  font-size: 12px;
  color: #409EFF;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(64,158,255,.2);
}

.el-popover {
  width: 400px;
}

.el-popover .el-table th>.cell {
  font-size: 9px;
}

.el-popover .el-table tr {
  font-size: 9px;
}
.plqd {
  color: #fff;
  background: #3b5998;
  display: block;
  margin: -1px -1px 0;
  font-size: 22px;
  line-height: 90px;
}
.plfx {
  color: #fff;
  background: #00aced;
  display: block;
  margin: -1px -1px 0;
  font-size: 22px;
  line-height: 90px;
}
.plkh {
  color: #fff;
  background: #4875b4;
  display: block;
  margin: -1px -1px 0;
  font-size: 22px;
  line-height: 90px;
}
.plhy {
  color: #fff;
  background: #bb4b39;
  display: block;
  margin: -1px -1px 0;
  font-size: 22px;
  line-height: 90px;
}


.showpcinfo {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.uploadpanel {
  display: flex;
}
.cuspath {
  margin-bottom: 15px;
}

.gibasespecbtn{
  margin-left: 20px;
}


.el-upload-list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 220px;
}

