/*-------------------------------------
定制 Style
项目是用custom.scss,common.scss中的样式需要移过来
version:	1.0
-------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Microsoft YaHei, PingFang SC, SimSun, Hiragino Sans GB, Helvetica Neue, Helvetica, sans-serif;
  outline: none;
  list-style: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

a {
  text-decoration: none;
  cursor: pointer !important;
}

html {
  position: relative;
  height: 100%;
}


body {
  //overflow-x: hidden;
  min-height: 100%;
  //background-color: rgba(249, 249, 249, 1);

}

.other-pageMinWidth {
  min-width: 1090px;
}

@media (max-width: 767px) {
  .other-pageMinWidth {
    min-width: 0;
  }
}
@media (min-width: 1200px) {
  .other-pageMinWidth {
    min-width: 0;
  }
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#app {
  position: absolute;
  min-height: 100%;
  //overflow: hidden;
  width: 100%;
  z-index: 55;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  margin-left: -75px;
  margin-top: -16px;
  text-align: center;
  z-index: 2;
}

.spinner > div {
  width: 15px;
  height: 15px;
  background-color: #188ae2;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;

}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0.0)
  }
  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }
  40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/*********************************************************************
页面定制部分
 */
.my-list-bg {
  background: rgba(249, 249, 249, 1);
  //background: #fff;
}

.my-edit-bg {
  background: #fff;
}

.my-body {
  position: relative;
  width: 100%;
  //padding: 0 24px;
  //border: 1px solid #e7ecf3;
  border-bottom: none;
  min-height: 100%;
}

.my-body .my-form > .flex-50:first-child,
.my-body .my-form > .flex-50:nth-child(2),
.my-body .my-form > .flex-100:first-child {
  border-top: none;
}

.link {
  cursor: pointer;
  color: #4184b7;
}

.my-content-right {
  float: left;
  padding-left: 200px;
  width: 100%;
}

.my-left-main {
  margin-top: 90px;
}

.left-margin-50 {
  margin-left: 50px;
}

.left-margin-220 {
  margin-left: 220px;
}

.my-label {
  font-size: 14px;
  color: #5a5e66;
  margin-left: 10px;
}

.my-title-label {
  font-size: 14px;
  color: #777777;
  margin-left: 5px;
}

.my-list-query-btn {
  float: right;
  padding-right: 15px;
}

.my-list-header {
  padding: 16px 24px;
  background: rgba(243, 243, 243, 1);
  border-bottom: 1px dashed #e7ecf3;
}

.my-list-footer {
  width: 100%;
  padding: 32px 24px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.my-back {
  width: 47px;
  height: 47px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 700;
  background: url('../images/my-back.png') no-repeat
}

.my-close {
  width: 47px;
  height: 47px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 700;
  background: url('../images/my-close.png') no-repeat
}

.my-form {
  display: flex;
  flex-wrap: wrap;
  padding: 26px 0;
  margin: 0 50px;
}

.my-form label {
  font-size: 14px;
  color: #606266;
}

.my-form .el-form-item {
  margin-bottom: 0px;
  padding: 15px 0;
  border-top: 1px dashed #eee;
}

.my-form-footer {
  width: 100%;
  display: block;
  padding: 15px 162px;
}

.tree-layout {
  position: absolute;
  min-height: 100%;
  width: 200px;
  float: left;
  background: #fff;
}

.tree {
  width: 200px;
  //min-height: 400px;
  //height: 100%;
  overflow: auto;
  position: absolute;
  border-right: 1px solid #d4dde2;
}

/***************************************************************************
常用设置部分
 */
.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clear-fix {
  clear: both
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.inline-block {
  display: inline-block;
}

.flex-50 {
  width: 50%;
}

.flex-100 {
  width: 100%;
}

.w50 {
  width: 60px;
}

.w80 {
  width: 80px;
}

.w100 {
  width: 100px;
}

.w150 {
  width: 150px;
}

.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}

/*===============================================
  C. Font Size Helpers
================================================= */

.fs3 {
  font-size: 4px !important;
}

.fs4 {
  font-size: 4px !important;
}

.fs5 {
  font-size: 5px !important;
}

.fs6 {
  font-size: 6px !important;
}

.fs7 {
  font-size: 7px !important;
}

.fs8 {
  font-size: 8px !important;
}

.fs9 {
  font-size: 9px !important;
}

.fs10 {
  font-size: 10px !important;
}

.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs24 {
  font-size: 24px !important;
}

.fs26 {
  font-size: 26px !important;
}

.fs28 {
  font-size: 28px !important;
}

.fs30 {
  font-size: 30px !important;
}

.fs35 {
  font-size: 35px !important;
}

.fs40 {
  font-size: 40px !important;
}

.fs45 {
  font-size: 45px !important;
}

.fs50 {
  font-size: 50px !important;
}

/*===============================================
  D. Padding Helpers
================================================= */

.pn {
  padding: 0 !important;
}

.p1 {
  padding: 1px !important;
}

.p2 {
  padding: 2px !important;
}

.p3 {
  padding: 3px !important;
}

.p4 {
  padding: 4px !important;
}

.p5 {
  padding: 5px !important;
}

.p6 {
  padding: 6px !important;
}

.p7 {
  padding: 7px !important;
}

.p8 {
  padding: 8px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p50 {
  padding: 50px !important;
}

.ptn {
  padding-top: 0 !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt6 {
  padding-top: 6px !important;
}

.pt7 {
  padding-top: 7px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.prn {
  padding-right: 0 !important;
}

.pr1 {
  padding-right: 1px !important;
}

.pr2 {
  padding-right: 2px !important;
}

.pr3 {
  padding-right: 3px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr60 {
  padding-right: 60px !important;
}


.pbn {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pln {
  padding-left: 0 !important;
}

.pl1 {
  padding-left: 1px !important;
}

.pl2 {
  padding-left: 2px !important;
}

.pl3 {
  padding-left: 3px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

/*===============================================
  E. Margin Helpers
================================================= */

.mn {
  margin: 0 !important;
}

.m1 {
  margin: 1px !important;
}

.m2 {
  margin: 2px !important;
}

.m3 {
  margin: 3px !important;
}

.m4 {
  margin: 4px !important;
}

.m5 {
  margin: 5px !important;
}

.m8 {
  margin: 8px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.m50 {
  margin: 50px !important;
}

.mtn {
  margin-top: 0 !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mrn {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr24 {
  margin-right: 24px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mbn {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mln {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml24 {
  margin-left: 24px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

/*===============================================
  F. LineHeight Helpers
================================================= */

.lh0 {
  line-height: 0 !important;
}

.lh5 {
  line-height: 5px !important;
}

.lh10 {
  line-height: 10px !important;
}

.lh15 {
  line-height: 15px !important;
}

.lh20 {
  line-height: 20px !important;
}

.lh25 {
  line-height: 25px !important;
}

.lh30 {
  line-height: 30px !important;
}

.lh35 {
  line-height: 35px !important;
}

.lh40 {
  line-height: 40px !important;
}

.lh45 {
  line-height: 45px !important;
}

.lh50 {
  line-height: 50px !important;
}

/*===============================================
  G. Border Helpers
================================================= */

/* Default Border */

.border {
  border: 1px solid #DDD;
}

.border-left {
  border-left: 1px solid #DDD;
}

.border-right {
  border-right: 1px solid #DDD;
}

.border-top {
  border-top: 1px solid #DDD;
}

.border-bottom {
  border-bottom: 1px solid #DDD;
}

/* Border Radius */

.br0 {
  border-radius: 0px !important;
}

.br1 {
  border-radius: 1px !important;
}

.br2 {
  border-radius: 2px !important;
}

.br3 {
  border-radius: 3px !important;
}

.br4 {
  border-radius: 4px !important;
}

.br6 {
  border-radius: 6px !important;
}

.br8 {
  border-radius: 8px !important;
}

.br12 {
  border-radius: 12px !important;
}

.br24 {
  border-radius: 24px !important;
}

.br64 {
  border-radius: 64px !important;
}

/* circle */

/* Border Width */

.bw1 {
  border-width: 1px !important;
}

.bw2 {
  border-width: 2px !important;
}

.bw3 {
  border-width: 3px !important;
}

.bw4 {
  border-width: 4px !important;
}

.bw5 {
  border-width: 5px !important;
}

/* Border Style */

.bs-dashed {
  border-style: dotted !important;
}

/* Disable Border */

.border-left-none {
  border-left: none !important;
}

.border-right-none {
  border-right: none !important;
}

.border-top-none {
  border-top: none !important;
}

.border-bottom-none {
  border-bottom: none !important;
}

.border-none {
  border: none !important;
}

/*===============================================
  H. Max Width Helpers
================================================= */

.mw10 {
  max-width: 10px !important;
}

.mw20 {
  max-width: 20px !important;
}

.mw30 {
  max-width: 30px !important;
}

.mw35 {
  max-width: 35px !important;
}

.mw40 {
  max-width: 40px !important;
}

.mw45 {
  max-width: 45px !important;
}

.mw50 {
  max-width: 50px !important;
}

.mw60 {
  max-width: 60px !important;
}

.mw80 {
  max-width: 80px !important;
}

.mw100 {
  max-width: 100px !important;
}

.mw140 {
  max-width: 140px !important;
}

.mw160 {
  max-width: 160px !important;
}

.mw180 {
  max-width: 180px !important;
}

.mw200 {
  max-width: 200px !important;
}

.mw240 {
  max-width: 240px !important;
}

.mw280 {
  max-width: 280px !important;
}

.mw320 {
  max-width: 320px !important;
}

/*===============================================
  A. Text Colors
================================================= */

.text-teal {
  color: #a8e9ea !important;
}

.text-teal2 {
  color: #2dc5c7 !important;
}

.text-teal3 {
  color: #1e9093 !important;
}

.text-blue {
  color: #9de0f5 !important;
}

.text-blue2 {
  color: #33bfeb !important;
}

.text-blue3 {
  color: #238bc5 !important;
}

.text-purple {
  color: #c7b7e5 !important;
}

.text-purple2 {
  color: #a287d4 !important;
}

.text-purple3 {
  color: #715da3 !important;
}

.text-pink {
  color: #ffd1ed !important;
}

.text-pink2 {
  color: #ffb2e1 !important;
}

.text-pink3 {
  color: #ff7fb4 !important;
}

.red {
  color: red;
}

.text-red {
  color: #ffac9c !important;
}

.text-red2 {
  color: #ff745a !important;
}

.text-red3 {
  color: #ff4f3e !important;
}

.text-orange {
  color: #fbb882 !important;
}

.text-orange2 {
  color: #f9892e !important;
}

.text-orange3 {
  color: #e55e20 !important;
}

.text-yellow {
  color: #ffe29c !important;
}

.text-yellow2 {
  color: #ffcf5a !important;
}

.text-yellow3 {
  color: #ff9d3e !important;
}

.text-green {
  color: #c6e69c !important;
}

.text-green2 {
  color: #a0d65a !important;
}

.text-green3 {
  color: #6fa53e !important;
}

.text-grey {
  color: #b0daec !important;
}

.text-grey2 {
  color: #6ebbdd !important;
}

.text-grey3 {
  color: #4b87ae !important;
}

/* Neutral Colors */

.text-white {
  color: white !important;
}

.text-light {
  color: white !important;
}

.text-light2 {
  color: #f0f0f0 !important;
}

.text-light3 {
  color: #e8e8e8 !important;
}

.text-light4 {
  color: #dddddd !important;
}

.text-light5 {
  color: #cccccc !important;
}

.text-light6 {
  color: #bbbbbb !important;
}

.text-light7 {
  color: #aaaaaa !important;
}

.text-dark {
  color: #777777 !important;
}

.text-dark2 {
  color: #666666 !important;
}

.text-dark3 {
  color: #494949 !important;
}

.text-dark4 {
  color: #323232 !important;
}

.text-dark5 {
  color: #1e1c1f !important;
}

/*===============================================
  B. Border Colors
================================================= */

.border-teal {
  border-color: #a8e9ea !important;
}

.border-teal2 {
  border-color: #2dc5c7 !important;
}

.border-teal3 {
  border-color: #1e9093 !important;
}

.border-blue {
  border-color: #9de0f5 !important;
}

.border-blue2 {
  border-color: #33bfeb !important;
}

.border-blue3 {
  border-color: #238bc5 !important;
}

.border-purple {
  border-color: #c7b7e5 !important;
}

.border-purple2 {
  border-color: #a287d4 !important;
}

.border-purple3 {
  border-color: #715da3 !important;
}

.border-pink {
  border-color: #ffd1ed !important;
}

.border-pink2 {
  border-color: #ffb2e1 !important;
}

.border-pink3 {
  border-color: #ff7fb4 !important;
}

.border-red {
  border-color: #ffac9c !important;
}

.border-red2 {
  border-color: #ff745a !important;
}

.border-red3 {
  border-color: #ff4f3e !important;
}

.border-orange {
  border-color: #fbb882 !important;
}

.border-orange2 {
  border-color: #f9892e !important;
}

.border-orange3 {
  border-color: #e55e20 !important;
}

.border-yellow {
  border-color: #ffe29c !important;
}

.border-yellow2 {
  border-color: #ffcf5a !important;
}

.border-yellow3 {
  border-color: #ff9d3e !important;
}

.border-green {
  border-color: #c6e69c !important;
}

.border-green2 {
  border-color: #a0d65a !important;
}

.border-green3 {
  border-color: #6fa53e !important;
}

.border-grey {
  border-color: #b0daec !important;
}

.border-grey2 {
  border-color: #6ebbdd !important;
}

.border-grey3 {
  border-color: #4b87ae !important;
}

/* Neutral Colors */

.border-white {
  border-color: white !important;
}

.border-light {
  border-color: white !important;
}

.border-light2 {
  border-color: #f0f0f0 !important;
}

.border-light3 {
  border-color: #e8e8e8 !important;
}

.border-light4 {
  border-color: #dddddd !important;
}

.border-light5 {
  border-color: #cccccc !important;
}

.border-light6 {
  border-color: #bbbbbb !important;
}

.border-light7 {
  border-color: #aaaaaa !important;
}

.border-dark {
  border-color: #777777 !important;
}

.border-dark2 {
  border-color: #666666 !important;
}

.border-dark3 {
  border-color: #494949 !important;
}

.border-dark4 {
  border-color: #323232 !important;
}

.border-dark5 {
  border-color: #1e1c1f !important;
}

/*===============================================
  B. Background Colors
================================================= */

.bg-teal {
  background-color: #a8e9ea !important;
}

.bg-teal2 {
  background-color: #2dc5c7 !important;
}

.bg-teal3 {
  background-color: #1e9093 !important;
}

.bg-blue {
  background-color: #9de0f5 !important;
}

.bg-blue2 {
  background-color: #33bfeb !important;
}

.bg-blue3 {
  background-color: #238bc5 !important;
}

.bg-purple {
  background-color: #c7b7e5 !important;
}

.bg-purple2 {
  background-color: #a287d4 !important;
}

.bg-purple3 {
  background-color: #715da3 !important;
}

.bg-pink {
  background-color: #ffd1ed !important;
}

.bg-pink2 {
  background-color: #ffb2e1 !important;
}

.bg-pink3 {
  background-color: #ff7fb4 !important;
}

.bg-red {
  background-color: #ffac9c !important;
}

.bg-red2 {
  background-color: #ff745a !important;
}

.bg-red3 {
  background-color: #ff4f3e !important;
}

.bg-orange {
  background-color: #fbb882 !important;
}

.bg-orange2 {
  background-color: #f9892e !important;
}

.bg-orange3 {
  background-color: #e55e20 !important;
}

.bg-yellow {
  background-color: #ffe29c !important;
}

.bg-yellow2 {
  background-color: #ffcf5a !important;
}

.bg-yellow3 {
  background-color: #ff9d3e !important;
}

.bg-green {
  background-color: #c6e69c !important;
}

.bg-green2 {
  background-color: #a0d65a !important;
}

.bg-green3 {
  background-color: #6fa53e !important;
}

.bg-grey {
  background-color: #b0daec !important;
}

.bg-grey2 {
  background-color: #6ebbdd !important;
}

.bg-grey3 {
  background-color: #4b87ae !important;
}

/* Neutral Colors */

.bg-white {
  background-color: transparent !important;
}

.bg-white {
  background-color: white !important;
}

.bg-light {
  background-color: white !important;
}

.bg-light2 {
  background-color: #f0f0f0 !important;
}

.bg-light3 {
  background-color: #e8e8e8 !important;
}

.bg-light4 {
  background-color: #dddddd !important;
}

.bg-light5 {
  background-color: #cccccc !important;
}

.bg-light6 {
  background-color: #bbbbbb !important;
}

.bg-light7 {
  background-color: #aaaaaa !important;
}

.bg-dark {
  background-color: #777777 !important;
}

.bg-dark2 {
  background-color: #666666 !important;
}

.bg-dark3 {
  background-color: #494949 !important;
}

.bg-dark4 {
  background-color: #323232 !important;
}

.bg-dark5 {
  background-color: #1e1c1f !important;
}

/* Used for gradient creation of Neutral Colors */

.bg-dark.bg-gradient {
  background-color: #777777 !important;
}

.bg-dark2.bg-gradient {
  background-color: #666666 !important;
}

.bg-dark3.bg-gradient {
  background-color: #494949 !important;
}

.bg-dark4.bg-gradient {
  background-color: #323232 !important;
}

.bg-dark5.bg-gradient {
  background-color: #1e1c1f !important;
}

.red {
  color: #ff4747;
}

.gray {
  display: block;
  font-size: 12px;
  line-height: 1;
  padding-top: 6px;
  color: #acb5bb;
}

.text-overflow {
  // overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/**********************************************************************************
屏幕分辨率自适应部分
 */
@media screen and (max-width: 1560px) {
  .content-flex-right {
    text-align: left;
  }
}

@media screen and (max-width: 1200px) {
  .flex-50 {
    width: 100%;
  }
  .my-width {
    width: 320px;
  }
  .login-container .el-form-item__error {
    left: 77px;
  }
  .my-form .el-form-item:nth-child(2) {
    border-top: 1px dashed #eee;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1366px) {
  .flex-50 {
    width: 50%;
  }
  .flex-50 .my-width {
    min-width: 192px;
    width: 90%;
  }
  .flex-100 .my-width {
    width: 84%;
  }
}

@media screen and (min-width: 1367px) and (max-width: 1439px) {
  .flex-50 .my-width {
    min-width: 192px;
    width: 61%;
  }
  .flex-100 .my-width {
    width: 84%;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1600px) {
  .flex-50 .my-width {
    min-width: 192px;
    width: 61%;
  }
  .flex-100 .my-width {
    width: 83%;
  }

}

@media screen and (min-width: 1601px) and (max-width: 1920px) {
  .flex-50 .my-width {
    min-width: 192px;
    width: 61%;
  }
  .flex-100 .my-width {
    width: 83%;
  }
}

/**************************************************************************
element 重写部分
 */
.el-icon-my-menu:before {
  content: "\E6e3";
}

.child-padding > .el-submenu__title {
  padding-left: 44px !important;
  position: relative;

}

.child-padding > .el-submenu__title .el-submenu__icon-arrow {
  position: absolute;
  top: 19px;
  right: 20px;
}

.child-padding .el-menu-item {
  padding-left: 75px !important;
}

.el-menu {
  transition: none !important;
  border-right: none;
}

.el-menu-item {
  transition: none !important;
}

.el-menu--collapse {
  width: 50px !important;
}

.el-menu--collapse > .el-menu-item {
  height: 50px !important;
  line-height: 50px !important;
}

.el-menu--collapse > .el-submenu > .el-submenu__title {
  height: 50px !important;
  line-height: 50px !important;
}

.el-menu--collapse .el-submenu .el-menu {
  border: none;
}

.el-menu-item, .el-submenu__title {
  height: 36px !important;
  line-height: 36px !important;
}

.el-badge__content.is-fixed {
  top: 3px;
}

.el-badge__content.is-fixed.is-dot {
  right: 8px;
}

.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
  margin: 0 2px;
}

.el-button {
  padding: 8px 13px;
  min-width: 80px;
  font-weight: normal;
}

.el-dialog__wrapper {
  background: rgba(0, 0, 0, 0.6);
}

.el-message-box__wrapper {
  background: rgba(0, 0, 0, 0.6);

}

.small .el-input__inner {
  padding: 0 5px;
}

.el-input__inner {
  height: 32px;
  padding: 0 10px;
}

.el-input__icon {
  line-height: 32px;
}

.el-textarea__inner {
  min-height: 80px !important;
}

.el-button--primary {
  background-color: #00aeff;
  border-color: #00aeff;
}

.el-button [class*=" el-icon-"], .el-button [class^=el-icon-] {
  font-weight: bold;
}

.el-table thead {
  color: #666666;
  font-weight: 500;
}

.el-table th {
  padding: 6px 0;
  border-bottom: 2px solid #e6ebf5 !important;
}

.el-table .cell {
  padding: 0;
}

.el-table td {
  padding: 6px 0;
  font-size: 13px;
  color: #666666;
  //color: #353535;
}

.el-button--default {
  border-color: #999;

}

.el-button.is-disabled,
.el-button.is-disabled:focus,
.el-button.is-disabled:hover {
  color: #999;
  cursor: not-allowed;
  background-image: none;
  background-color: #fff;
  border-color: #999;

}

.el-radio__inner {
  border: 1px solid #c5c5c5;
  width: 16px;
  height: 16px;
}

.el-radio__input.is-checked .el-radio__inner::after {
  width: 8px;
  height: 8px;
  background: #353535;
}

.el-radio__input.is-checked .el-radio__inner {
  border: 1px solid #c5c5c5;
  background: #fff;
}

.el-radio__inner:hover {
  border: 1px solid #c5c5c5;
}

.el-radio__label {
  color: #999;
}

.is-checked + .el-radio__label {
  color: #656565;
}

.el-radio__input.is-checked + .el-radio__label {
  color: #000;
}

.el-checkbox-button__inner {
  padding: 8px 11px;
}

.el-checkbox-button.is-checked.is-focus .el-checkbox-button__inner {
  border-color: #409EFF

}

.el-checkbox-button.is-focus .el-checkbox-button__inner {
  border-color: #dcdfe6;
}

.el-collapse-item__header {
  background: rgba(243, 243, 243, 1);
}

.el-table th.is-leaf {
  border-bottom: 1px solid #ebeef5;
}

.el-collapse-item__content {
  padding: 15px 24px;
}

.el-table--striped .el-table__body tr.el-table__row--striped td {
  background: #fcfcfc;
}


.v-modal {
  display: none !important;
}

/* 右侧弹出框样式和动画 start */
.right-detail-content {
  width: 50%;
  overflow: hidden;
  margin-top: 60px;
  height: 100%;
  right: 0px;
  top: 0px !important;
  // bottom: 0px;
  border: 0px solid #e0e4e9;
  box-shadow: -3px 4px 10px 1px rgba(0, 0, 0, 0.17);
  position: fixed;
  background: white;
  padding: 0px;
  z-index: 10;
}

.right-detail-content-enter-active {
  transition: opacity 0.3s, transform 0.3s, right 0.5s, top 0.4s, -webkit-transform 0.3s;
}

.right-detail-content-leave-active {
  transition: all .5s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}

.right-detail-content-enter, .right-detail-content-leave-to {
  transform: translateX(500px);
  opacity: 0;
}

/* 右侧弹出框样式和动画 end */
/* 操作项中a标签*/
.operate a {
  height: 24px;
  line-height: 1px;
  font-size: 13px;
  text-align: center;
  color: #2366A8;
}

.operate a:hover {
  opacity: 0.65;
  color: #1ABC9C;
}


/**自定义检索**/
.search .el-tabs__header {
  border-bottom: 0;
  margin: 0;
  color: rgb(103, 1, 51);
  background: rgb(209, 178, 193);
}

/**
.search .el-tabs__nav-wrap{
  padding-left: 53px;
}**/
.search .el-tabs__item {
  border-bottom: 0;
}

/**.search .el-tabs__nav{
  width: 230px;
}**/
.search .el-tabs__nav {
  text-align: center;
}

.search .el-tabs__item {
  padding: 0 100px;
}

.el-tabs--top.el-tabs--border-card > .el-tabs__header .el-tabs__item:last-child {
  padding-right: 100px;
}

.el-tabs--top.el-tabs--border-card > .el-tabs__header .el-tabs__item:nth-child(2) {
  padding-left: 100px;
}

.search .el-tabs__nav .el-tabs__item.is-active {
  color: rgb(103, 1, 51);
  background: rgb(221, 221, 221);
}

.search .el-tabs__header .el-tabs__item {
  color: rgb(103, 1, 51);
}

.SselectBg .el-input__inner {
  height: 24px;
  border-radius: 0;
}

.goSearch .el-input__inner {
  border-radius: 0;
}

.login-container .el-input__inner {
  border: 1px solid rgb(103, 1, 51);
  border-radius: 4px;
}

.login-main .el-form-item__content {
  line-height: 30px;
}

.detail .el-form-item__content {
  line-height: 30px;
  font-weight: 400;
  font-size: 12px;
}

.detail .el-form-item__label {
  line-height: 30px;
  font-weight: 700;
}

.pdfContent .el-form-item__label {
  text-align: left;
  line-height: 20px;
  padding: 0;
  color: black;
  font-size: 12px;
}

.pdfContent .el-form-item {
  margin-bottom: 0;
}

.pdfContent .el-form-item__content {
  line-height: 20px;
  font-size: 12px;
}

.changeLimit .el-input__inner {
  border-radius: 0px;
}

.SselectBg .el-input__inner {
  line-height: 24px;
}

.sSearchContent .el-input__inner {
  line-height: 32px;
  border-radius: 0px;
}

.goSearch .el-input__inner {
  line-height: 25px;
}

.tPicker .el-input__inner {
  line-height: 25px;
  border-radius: 0px;
}

.tPicker .el-input__icon {
  line-height: 27px;
}

.login-container .el-input__inner {
  line-height: 30px;
  border-radius: 0px;
}

.ui-tabs .el-input__inner {
  line-height: 30px;
  border-radius: 0px;
}

.changeLimit .el-input__inner {
  line-height: 30px;
  border-radius: 0px;
}

.shouCang .el-input__inner {
  line-height: 30px;
  border-radius: 0px;
}

/** 首页导航栏页面中 左边导航样式**/
.navbar-line-style {
  height: 25px;
  line-height: 24px;
  margin-bottom: 20px
}

/** 首页index 三个登录案例库入口 级联样式**/
.section1-height-index {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: rgb(236, 239, 244)
}

.bj-img-index {
  background-image: url("../../images/lib/lib-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  margin-top: -100px;
  height: 100%;
}

.line-spacing-index {
  text-align: center;
  margin-top: -17px
}

/** 首页index 最新案例 热门案例 最新动态 级联样式**/
.section-index {
  padding: 30px 0;
}

.section2-content-index {
}

.top-news-index {
  display: inline-block;
  width: 380px;
  font-size: 0
}

.news-title-index {
  font-size: 16px;
  font-weight: 600;
  line-height: 35px;
  height: 35px;
  width: 30%;
  text-align: center
}

.title-border-left-index {
  display: inline-block;
  border-bottom: 4px solid rgb(103, 31, 163);
  width: 30%;
}

.title-border-right-index {
  display: inline-block;
  border-top: 1px solid black;
  width: 70%;
  height: 4px
}

.section2-height-index {
  //line-height: 20px;
  font-size: 12px;
}

.type-index {
  text-align: left;
}

.section2-title-index {
  overflow: hidden;
  cursor: pointer;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.section2-title-index a:hover {
  text-decoration: none;
  color: #409eff;
}


/**从引用bootstrap开始加入的css**/

.min-height-main {
  min-height: 550px !important;
}

.content-right {
  min-height: 350px !important;
}

@media (max-width: 767px) {
  .fixed-top {
    position: fixed !important;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .top-xs-center {
    padding-top: 71.2px;
  }
  .navigation {
    padding-top: 0 !important;
  }
  .navbar-header {
    padding: 10px 0 10px 15px;
  }
  .logo-style-sj {
    width: 150px;
    margin-top: 1%;
  }
  .login-user-sj {
    position: absolute;
    right: 15%;
    margin-top: -12.5%;
  }
}

.icon-bar {
  background: #fff;
}

.navigation {
  padding-top: 23px;
}
