.btn {
  color: #fff;
  /* background-color: rgba(22, 155, 213, 1); */
  border-radius: 3px;
  text-decoration: none;
  display: block;
  padding: 8px 13px;
  color: #86AFE5;
}

.btn:hover {
  color: rgba(22, 155, 213, 1);
}

.view-port-center-box {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}


@media screen and (max-width: 600px) {
  .view-port-center-box__inner {
    width: 100%;
  }
}

.bg_img {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  /* z-index: -100; */
}

.bg_img img {
  width: 100%;
  height: 100%;
}

.box-from {
  width: 432px;
  margin: 0 auto;
  border-radius: 5px;
  background-color: rgba(37, 42, 63, 1);
  /* height: 308px; */
  padding-bottom: 20px;
}

.box-from__logo-wrap {
  overflow: hidden;
}

.box-from__logo {
  width: 23.1%;
  float: right;
  margin-right: 5px;
  margin-top: 20px;
}

.box-from__form h4 {
  /* height: 26px;
    line-height: 26px; */
  font-size: 20px;
  color: #D7D7D7;
  letter-spacing: 5px;
  margin-bottom: 30px;
}

.box-from__form {
  width: 83.3%;
  margin: 0 auto;
  /* margin-top: 30px; */
}

.box-from__form input {
  width: 100%;
  height: 37px;
  font-size: 16px;
  margin-bottom: 20px;
  border: none;
  outline: none;
  text-indent: 6px;
  border-radius: 4px;
}

.box-from__form input[type='text'],
.box-from__form input[type='password'] {
  background-color: #eee !important;
}

.box-from__form input[type='submit'] {
  cursor: pointer;
  background-color: #2A77A7;
  color: white;
}

.box-from_div_info {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.box-from .result-msg {
  font-size: 14px;
  color: red;
}

.box-from input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #eee inset;
}

.box-from__link {
  color: #fff;
}

@media screen and (max-width: 600px) {
  .box-from {
    width: 100%;
  }
}

.l-main-center {}

@media screen and (min-width: 1280px) {
  .l-main-center {
    width: 1280px;
    margin: 0 auto;
  }
}

/*  */

.blank {
  height: 10px;
}

.blank1 {
  height: 1px;
}

.blank100 {
  height: 100px;
}

/*  */

.ctrls {
  height: 70px;
  line-height: 70px;
  display: flex;
  background-color: #fff;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}

.ctrls--no-border-bottom {
  border-bottom: none;
}

.ctrls__left {
  /* float: left; */
}

.ctrls__left-item {
  margin-left: 13px;
  margin-right: 13px;
  color: #86AFE5;
  font-size: 13px;
  text-decoration: none;
}

.ctrls__dilver {
  display: inline;
  border-right: 1px solid #ccc;
}

.ctrls__left-item--active {
  color: black;
}

.ctrls__right {
  /* float: right; */
  margin-left: auto;
  /* margin-right: 6px; */
  align-items: center;
  display: flex;
}

.l-fix-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin-top: 30px;
  /* position: absolute; */
  bottom: 0px;
  left: 0px;
  /* background: #333; */
}

.copy-right {
  font-size: 13px;
  color: #ccc;
  text-align: center;
  line-height: 52px;
  height: 52px;
  background-color: rgba(102, 102, 102, 1);
  overflow: hidden;
}

.list-big {
  margin-bottom: 30px;
}

.list-big::after {
  content: "";
  display: block;
  clear: both;
}

.list-big__row {
  display: flex;
  /* justify-content: space-around; */
  justify-content: flex-start;
  border-bottom: #eee solid 1px;
  text-decoration: none;
}

.list-big__row:hover {
  background-color: #eee;
}

.list-big__row--header {
  border-bottom: gray solid 1px;
}

.list-big__row--header:hover {
  background-color: #fff;
}

.list-big__cell {
  /* width: 30%; */
  min-width: 15%;
  max-width: 40%;
  line-height: 86px;
  height: 86px;
  color: #999999;
  font-size: 13.5px;
  font-weight: 650;
  font-style: normal;
  text-decoration: none;
  text-indent: 1em;
}

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

@media screen and (max-width: 500px) {
  .list-big__cell--hide-in-small {
    display: none;
  }
}

.list-big__cell--pointer {
  cursor: pointer;
}

.list-big__cell--small {
  line-height: 36px;
  height: 36px;
}

.list-big__cell--width1 {
  width: 50px;
}


.list-big__cell--center {
  display: flex;
  align-items: center;
}

.down-menu {
  font-size: 13px;
  position: relative;
}

.down-menu__clear {
  clear: both;
}

.down-menu__icon {
  height: 6px;
  width: 10px;
  background-image: url(/static/img/down-menu-r.png);
  /* background-image: url(/static/img/project-down-menu.png); */

  background-size: 100% 100%;
  transform: rotate(-90deg);
  cursor: pointer;
}

.down-menu__icon--big {
  height: 12px;
  width: 20px;
  margin-top: 12px;
}

.down-menu__icon--active {
  transform: rotate(0deg);
}

.down-menu__menu {
  /* display: none; */
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.349019607843137);
  color: black;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: hidden;
}

.down-menu__menu_header {
  /* display: none; */
  background-color: #fff;
  border-radius: 5px;
  /* box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.349019607843137); */
  color: black;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: hidden;
}

.down-menu__menu--active {
  position: absolute;
  right: 0px;
  top: 30px;
  display: block;
  /* z-index: 1000000; */
}

.down-menu__menu--active-left {
  left: 0px;
  top: 25px;
}

.down-menu__menu-item-icon {
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 18px;
}

.down-menu__menu-item {
  display: block;
  width: 140px;
  margin-left: 2em;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  color: #666666;
}

/* .down-menu__menu-item:hover {
    background-color: #ddd;
} */

.poup-form {
  /* width: 600px; */
  width: 692px;
  min-height: 100px;
  z-index: 500;
}

@media screen and (max-width: 600px) {
  .poup-form {
    width: 96vw;
  }
}

.poup-form__header {
  height: 40px;
  background-color: #666666;
  color: #fff;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.poup-form__footer {
  height: 40px;
  display: flex;
  justify-content: space-around;
}

.poup-form__a {
  font-size: 16px;
}

.poup-form__main {
  padding: 20px;
  max-height: 90vh;
  flex-grow: 2;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 360px;
}

.poup-form-input {
  width: 100%;
  font-size: 15px;
}

.poup-form__close {
  height: 50%;
  margin-left: auto;
}

.close-icon {
  cursor: pointer;
}

.flex-items {
  display: flex;
  justify-content: flex-start;
  padding: 15px;
  flex-wrap: wrap;
}

.my-item {
  position: relative;
  margin-right: 15px;
  display: inline-flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ccc;
  width: 280px;
  height: 80px;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 15px;
}

.my-item--select {
  background-color: #57c5f7;
  color: #fff !important;
}

@media screen and (max-width: 600px) {
  .my-item {
    width: 100%;
  }
}

.my-item:hover {
  /* background-color: #bbb; */
  text-decoration: none;
  box-shadow: 0 0 3px #0000ff;
}

.my-item__short-name {
  font-size: 22px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background-color: red;
  color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.my-item__name {
  font-weight: bolder;
  margin-left: 8px;
}

.my-item__info {
  font-weight: bolder;
  margin-left: auto;
}

.my-item__opera-box {
  position: absolute;
  bottom: 6px;
  right: 6px;
  display: flex;
  width: 70px;
  justify-content: space-between;

}

.upload-form {
  float: right;

}

.upload {
  position: relative;
  display: inline-block;
  padding: 7px 16px;
  overflow: hidden;
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-indent: 0;
  line-height: 20px;
  background-color: #3ba5de;
  border-radius: 3px;
  font-size: 14px;
  margin-right: 30px;
  cursor: pointer;
}

.upload input {
  position: absolute;
  font-size: 22px;
  right: 0;
  top: 0;
  opacity: 0;
}

.upload:hover {
  color: #004974;
  text-decoration: none;
}

.upload-msg {
  display: block;
  float: left;
  padding: 3px 5px;
}

.tree_active {
  background-color: #d5e8fc;
}

.tree_active_select {
  background-color: #d5e8fc;
}

.new_l-main-center {
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
  min-height: 1280px;
}

.new_l-main-center_crumbs {
  margin: 0;
}

/*表格button*/
.jarvis-iview-table-button {
  margin-left: 5px !important;
  margin-right: 5px !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.common_search-input {}

/* iview 开启 搜索按键 , 清除图标会在按键里面 */
.common_search-input .ivu-input-icon {
  right: 50px !important;
}

/* iview 开启 搜索按键 ,  样式不统一 */
.common_search-input .ivu-input-search {
  background-color: #2db7f5 !important;
  border-color: #2db7f5 !important;
}

.common_search-input .ivu-input-search:hover {
  background: #2db7f5 !important;
  border-color: #2db7f5 !important;
}
