.lock {
  height: 100vh;
  overflow: hidden;
}

.pointer {
  cursor: pointer !important;
}

.notSelect {
  cursor: no-drop !important;
}

.container #shadow {
  position: fixed;
  left: 19.7%;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 88;
  display: none;
}
.container #shadow.addZindex {
  z-index: 158;
}
.container .dialog {
  position: fixed;
  left: 19.7%;
  top: 10px;
  bottom: 10px;
  right: 0;
  z-index: 99;
  overflow-y: scroll;
  display: none;
}
.container .dialog.center {
  top: 50px;
}
.container .dialog .dialogBox {
  background-color: #fff;
  width: 80%;
  margin-left: 10%;
  border-radius: 5px;
  padding-bottom: 20px;
}

.container .dialog .dialogBoxzkz {
  width: 1032px;
}
.container .dialog .dialogBox .tableTitle {
  box-sizing: border-box;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .dialog .dialogBox .tableTitle.center {
  justify-content: center;
}
.container .dialog .dialogBox .tableTitle i {
  cursor: pointer;
}
.container .dialog .dialogBox .tipInfo {
  box-sizing: border-box;
  padding-left: 85px;
  padding-top: 15px;
  color: #fc8585;
  font-size: 14px;
}
.container .dialog .dialogBox .operate {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  padding-right: 25px;
  border-top: 1px solid #e9e9e9;
  padding-top: 15px;
}
.container .dialog .dialogBox .operate.center {
  justify-content: center;
}
.container .dialog .dialogBox .operate .button {
  margin-left: 10px;
}
.container .Box {
  display: flex;
}
.container .Box .asideLeft {
  width: 19.7%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  padding: 50px 37px;
  background: url("../images/u5.png") no-repeat 107% 3% #1cabe2;
  background-size: 43%;
  min-height: 100vh;
}
.container .Box .asideLeft .title {
  text-align: center;
  color: #fff;
  white-space: nowrap;
}
.container .Box .asideLeft .title h2 {
  font-size: 34px;
  line-height: 48px;
}
.container .Box .asideLeft .info {
  padding-top: 50px;
}
.container .Box .asideLeft .info .txt {
  color: #fff;
  text-indent: 2em;
  font-size: 17px;
  line-height: 1.9;
  padding-top: 7px;
  text-align: justify;
}
.container .Box .asideLeft .operate {
  width: 100%;
  margin-top: 30px;
}
.container .Box .asideLeft .operate .operate_item {
  display: block;
  position: relative;
}
.container .Box .asideLeft .operate .operate_item img {
  display: block;
  width: 100%;
}
.container .Box .asideLeft .operate .operate_item span {
  position: absolute;
  right: 15%;
  top: 15px;
}
.container .Box .asideLeft .menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
}
.container .Box .asideLeft .menu .menu_item {
  color: #fff;
  opacity: 0.65;
  display: flex;
  align-items: center;
  padding: 19px 0;
  position: relative;
}
.container .Box .asideLeft .menu .menu_item.active {
  opacity: 1;
}
.container .Box .asideLeft .menu .menu_item.active:before {
  content: '';
  position: absolute;
  width: 45px;
  height: 1px;
  background-color: #fff;
  left: -65px;
}
.container .Box .asideLeft .menu .menu_item img {
  display: block;
  width: 25px;
  margin-right: 15px;
}
.container .Box .asideLeft .menu .menu_item p, .container .Box .asideLeft .menu .menu_item .justify {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
  width: 74px;
  text-align: justify;
}
.container .Box .asideLeft .menu .menu_item .justify {
  display: flex;
  justify-content: space-between;
}
.container .Box .asideRight {
  flex: 1;
  padding-bottom: 20px;
}
.container .Box .asideRight .banner {
  width: 100%;
  position: relative;
}
.container .Box .asideRight .banner .mainImg {
  display: block;
  width: 100%;
}
.container .Box .asideRight .banner .doLogin {
  width: 15%;
  height: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 23px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #1cabe2;
}
.container .Box .asideRight .banner .menu {
  position: absolute;
  right: 28px;
  top: 25px;
}
.container .Box .asideRight .banner .menu .user {
  width: 23px;
  height: 23px;
  cursor: pointer;
  display: block;
}
.container .Box .asideRight .banner .menu .option {
  position: absolute;
  width: 83px;
  right: 0;
  top: 40px;
  background-color: #fff;
  border-radius: 4px;
  display: none;
}
.container .Box .asideRight .banner .menu .option:before {
  content: '';
  position: absolute;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #e4e4e4;
  z-index: 1;
  border-radius: 4px 0 0 4px;
}
.container .Box .asideRight .banner .menu .option .item {
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
  color: #747474;
  font-size: 14px;
  display: block;
  padding: 8px 0;
  position: relative;
  transition: 0.3s all;
}
.container .Box .asideRight .banner .menu .option .item:before {
  content: '';
  transition: 0.3s all;
}
.container .Box .asideRight .banner .menu .option .item:hover {
  color: #1cabe2;
}
.container .Box .asideRight .banner .menu .option .item:hover:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background-color: #1cabe2;
  z-index: 2;
  border-radius: 4px 0 0 0;
}
.container .Box .asideRight .banner .menu .option .item:first-child {
  border-radius: 4px 4px 0 0;
}
.container .Box .asideRight .banner .menu .option .item:last-child {
  border-radius: 0 0 4px 4px;
}
.container .Box .asideRight .location {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  padding: 13px 20px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 15px;
}
.container .Box .asideRight .location .item {
  color: #8d8d8d;
}
.container .Box .asideRight .location .item:last-of-type {
  color: #666666;
}
.container .Box .asideRight .location span {
  color: #8d8d8d;
  margin: 0 5px;
}
.container .Box .asideRight .footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.container .Box .asideRight .footer span {
  font-size: 14px;
  color: #c9c9c9; margin-right: 10px;
}
.container .Box .asideRight .footer span a{
  color: #c9c9c9;
}
.container .Box .asideRight .footer span:first-child {
  margin-right: 10px;
}

.button {
  background-color: #ccc;
  font-size: 14px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
}
.button.primary {
  background-color: #1890ff;
}
.button.empty {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  color: #5a5a5a;
}

.form .item {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  font-size: 14px;
}
.form .item.file {
  align-items: flex-start;
}
.form .item.file .val {
  flex-wrap: wrap;
  font-size: 14px;
}
.form .item.file .val .download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-right: 20px;
  color: #8d8d8d;
  margin-bottom: 7px;
}
.form .item.file .val .download .down {
  text-decoration: underline;
  color: #1890ff;
}
.form .item.file .val .upBtn {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.form .item.file .val .upBtn span {
  margin-left: 3px;
  font-size: 13px;
}
.form .item.file .val .tip {
  width: 100%;
  color: #8d8d8d;
  font-size: 13px;
  margin-top: 7px;
}
.form .item .label {
  color: #272727;
  width: 160px;
  text-align: right;
}
.form .item .label span {
  color: #ff6600;
  margin-right: 3px;
}
.form .item .val {
  flex: 1;
  display: flex;
  align-items: center;
}
.form .item .val select {
  width: 50%;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-size: 14px;
  box-sizing: border-box;
  padding: 9px 10px;
  outline: none;
}
.form .item .val input {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-size: 14px;
  box-sizing: border-box;
  padding: 9px 10px;
  outline: none;
}
.form .item .val .button {
  flex-shrink: 0;
  padding: 8px 12px;
  margin-left: 15px;
}
.form .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 23px;
}
.form .submit .button {
  padding: 8px 12px;
}

@media all and (max-width: 1600px) {
  .container .Box .asideLeft .title h2 {
    font-size: 30px;
  }

  .container .Box .asideRight .banner .doLogin {
    font-size: 21px;
  }

  .container .Box .asideLeft .info {
    padding-top: 25px;
  }
}
@media all and (max-width: 1500px) {
  .container .Box .asideLeft .title h2 {
    font-size: 28px;
  }

  .container .Box .asideRight .banner .doLogin {
    font-size: 18px;
  }

  .container .Box .asideLeft .info .txt {
    font-size: 15px;
  }
}
.imgBox{ padding: 2px 10px;}

.inputhj{ margin-right: 6%;}
/*# sourceMappingURL=common.css.map */
