/* public */
.content .top .search-wrap {
  position: relative;
}

.content .top .search-wrap input {
  padding: 0 10px;
  width: 100%;
  height: 2.5rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.content .top .search-wrap .icon-search {
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  width: 1.25rem;
  height: 1.25rem;
  background: url("../img/index/icon-search.png") no-repeat;
  background-size: cover;
  cursor: pointer;
}

.content .mac-list-wrap {
  margin-top: 10px;
  padding: 0 50px 0 74px;
}

.content .mac-list-wrap .mac-list {
  padding: 10px 5px 0;
  height: 120px;
  background: #f4f5f7;
  overflow-y: auto;
}

.content .mac-list-wrap .item {
  margin-bottom: 10px;
  font-size: 0;
}

.content .mac-list-wrap span {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
  height: 30px;
  font-size: 18px;
  color: #333;
}

.content .mac-list-wrap span:nth-child(3n - 2) {
  margin-right: 2px;
}

.content .mac-list-wrap .num {
  width: 20px;
}

.content .mac-list-wrap .split {
  line-height: 27px;
  width: 16px;
}

.content .mac-list-wrap .icon-delete {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background-image: url("../img/index/delete.png");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.content .mac-list-wrap .icon-delete:hover {
  background-image: url("../img/index/delete_high.png");
}

.content .mac-list-wrap .add input {
  text-align: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #dadada;
  box-sizing: border-box;
}

.el-date-editor input {
  height: 30px;
}

.el-date-editor .el-input__icon {
  line-height: 30px;
}

/* vip管理 */
.page_vip .search-wrap {
  float: left;
  width: calc(100% - 15rem);
}

/* top */
.content .top {
  margin-bottom: 3.125rem;
  height: 2.5rem;
}

.content .top .sort-wrap {
  float: left;
}

.content .top .btn-wrap {
  float: right;
}

.content .top button {
  margin-left: 16px;
  text-align: center;
  line-height: 2.5rem;
  width: 7.5rem;
  height: 2.5rem;
  font-size: 1.125rem;
  color: #fff;
  background: #0084ff;
  border-radius: 0.3125rem;
  cursor: pointer;
}

.content .top button:hover {
  background: #0776dd;
}

.content table {
  width: 100%;
}

.content table thead {
  line-height: 2.5rem;
  height: 2.5rem;
  background: #0084ff;
}

.content table th {
  text-align: center;
  font-size: 1.25rem;
  color: #fff;
}

.content table tbody tr:nth-of-type(2n + 1) {
  background: #f1f4fa;
}

.content table tbody tr:nth-of-type(2n) {
  background: #e0e5e9;
}

.content table tbody td {
  padding: 1rem 0;
  text-align: center;
  font-size: 1.125rem;
  color: #333;
}

.content table tbody td span {
  margin: 0 5px;
}

.content table tbody td.remark {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content table tbody td.green {
  color: #66CC00;
}

.content table tbody td.red {
  color: #FF0000;
}

.content table tbody td.blue {
  color: #0066CC;
}

.content table .mac-list {
  max-height: 5.25rem;
  overflow-y: auto;
}

.content table .mac-list .item {
  padding: 0.3125rem 0;
  line-height: 1;
}

.content table td.opt span {
  margin: 0 0.125rem;
  color: #0084FF;
  cursor: pointer;
}

.content table td.opt span:hover {
  text-decoration: underline;
}

.content table img {
  display: block;
  margin: 0 auto;
  width: 3.75rem;
  height: 3.75rem;
}

.content .page-wrap {
  width: 100%;
}

.add-wrap form,
.revise-wrap form {
  padding: 0 90px;
}

.add-wrap .input_wrap,
.revise-wrap .input_wrap {
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 0;
  color: #4f4f4f;
}

.add-wrap .input_wrap:last-child,
.revise-wrap .input_wrap:last-child {
  margin-bottom: 0;
}

.add-wrap .name,
.revise-wrap .name,
.add-wrap .account,
.revise-wrap .account,
.add-wrap .count,
.revise-wrap .count,
.add-wrap .psd,
.revise-wrap .psd {
  display: inline-block;
  vertical-align: middle;
}

.add-wrap .name,
.revise-wrap .name {
  margin-right: 10px;
  line-height: 1;
  text-align: justify;
  width: 20%;
  font-size: 14px;
  text-justify: distribute-all-lines;
  text-align-last: justify;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.add-wrap .account,
.revise-wrap .account {
  padding: 0 10px;
  width: calc(80% - 10px);
  height: 30px;
  background: #f4f5f7;
  border-radius: 4px;
  box-sizing: border-box;
}

.add-wrap .count,
.revise-wrap .count {
  text-align: center;
  width: 30px;
  height: 30px;
  font-weight: bold;
  background: #f4f5f7;
}

.add-wrap .psd,
.revise-wrap .psd {
  line-height: 1;
  font-size: 14px;
}

.layout-form-wrap .radio-wrap {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  line-height: 1;
  font-size: 14px;
}

.layout-form-wrap .radio-wrap input[type='radio'] {
  margin: 0 5px 0 0 !important;
}

.layout-form-wrap .radio-wrap input, span {
  display: inline-block;
  vertical-align: middle;
}

.layout-form-wrap .radio-wrap input[type='text'] {
  text-align: center;
  width: 100px;
  height: 30px;
  font-weight: bold;
  background: #f4f5f7;
}

.revise-wrap {
  padding-bottom: 0;
}

.revise-wrap button {
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-top: 3px;
  line-height: 24px;
  text-align: center;
  width: 50px;
  height: 24px;
  font-size: 14px;
  color: #fff;
  background: #0084ff;
  border-radius: 4px;
  cursor: pointer;
}

.revise-wrap .mac-list-wrap {
  margin-top: 10px;
  padding: 0 50px 0 74px;
}

.revise-wrap .mac-list-wrap .mac-list {
  padding: 10px 5px 0;
  height: 120px;
  background: #f4f5f7;
  overflow-y: auto;
}

.revise-wrap .mac-list-wrap .item {
  margin-bottom: 10px;
  font-size: 0;
}

.revise-wrap .mac-list-wrap span {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
  height: 30px;
  font-size: 18px;
  color: #333;
}

.revise-wrap .mac-list-wrap span:nth-child(3n - 2) {
  margin-right: 2px;
}

.revise-wrap .mac-list-wrap .num {
  width: 20px;
}

.revise-wrap .mac-list-wrap .split {
  line-height: 27px;
  width: 16px;
}

.revise-wrap .mac-list-wrap .icon-delete {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background-image: url("../img/index/delete.png");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.revise-wrap .mac-list-wrap .icon-delete:hover {
  background-image: url("../img/index/delete_high.png");
}

.revise-wrap .mac-list-wrap .add input {
  text-align: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #dadada;
  box-sizing: border-box;
}

.delete-popup-wrapper .my-popup {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.delete-popup-wrapper .my-popup_btn button.confirm {
  background: #ff4848;
}

.delete-popup-wrapper .my-popup_btn button.confirm:hover {
  background: #f14040;
}

.delete-wrap {
  text-align: center;
}

.delete-wrap span {
  display: inline-block;
  vertical-align: middle;
}

.delete-wrap .icon-delete {
  width: 28px;
  height: 28px;
  background: url("../img/index/warning.png") no-repeat;
  background-size: cover;
}

.delete-wrap .text {
  margin-left: 12px;
  font-size: 18px;
  color: #4f4f4f;
}

.empty_tip {
  margin-top: 100px;
  text-align: center;
  font-size: 1.25rem;
  color: #0084ff;
}

/* 2018.07.30 */
#app {
  height: 100%;
  background: #f1f4fa;
}

/* aside */
#aside {
  position: fixed;
  left: 0;
  top: 5.375rem;
  bottom: 0;
  padding-top: 2.625rem;
  width: 11.625rem;
  background: #fff;
  box-shadow: 0.375rem 1rem 1.4375rem 0.25rem rgba(194, 221, 251, 0.2);
}

#aside .nav--item {
  display: block;
  margin-bottom: 5px;
}

#aside a {
  display: block;
  padding-left: 3.75rem;
  line-height: 3.125rem;
  height: 3.125rem;
  font-size: 1rem;
  color: #253252;
  background-color: #F5F5F9;
  background-position: 1rem center;
  background-repeat: no-repeat;
  background-size: 1.875rem 1.875rem;
  border-left: 0.25rem solid transparent;
  box-sizing: border-box;
}

#aside .nav--item a.active + .nav--wrap {
  display: block;
}

#aside .nav--wrap {
  display: none;
}

#aside .nav--wrap a {
  display: block;
  line-height: 2.5rem;
  height: 2.5rem;
  font-size: 0.875rem;
  color: #ABB2C1;
  background: #fff;
  border-left: 0.25rem solid transparent;
  box-sizing: border-box;
}

#aside .nav--wrap a.active,
#aside .high.active {
  color: #0084FF;
  border-left-color: #0084FF;
}

#aside .vip {
  background-image: url("../img/aside/icon-vip.png");
}

#aside .material {
  background-image: url("../img/aside/icon-material.png");
}

#aside .banner {
  background-image: url("../img/aside/icon-banner.png");
}

#aside .type {
  background-image: url("../img/aside/icon-classify.png");
}

#aside .secret {
  background-image: url("../img/aside/icon-secret.png");
}

#aside .secAccount {
  background-image: url("../img/aside/icon-secret-account.png");
}

#aside .custom {
  background-image: url("../img/aside/icon-custom.png");
}

#aside .version {
  background-image: url("../img/aside/icon-version.png");
}

#aside .order {
  background-image: url("../img/aside/icon-version.png");
}

/* content */
.content {
  position: absolute;
  left: 13.125rem;
  top: 6.625rem;
  right: 6rem;
  bottom: 1.25rem;
  overflow-y: auto;
  box-sizing: border-box;
}

.content-inner {
  padding: 1.25rem 0 0 1.25rem;
  min-height: 100%;
  background: #fff;
  box-sizing: border-box;
}

.content .page_html {
  width: 94%;
  background: #fff;
}

.content .page-wrap {
  padding: 2rem 0;
  width: 100%;
}

/* 密钥管理 && 密钥账号管理 */
.page_secAccount .search-wrap,
.page_secret .search-wrap {
  float: left;
  width: calc(100% - 20rem);
}

.page_secAccount .top,
.page_secret .top {
  margin-bottom: 0;
  height: auto;
}

.page_secAccount .top .row,
.page_secret .top .row {
  margin-bottom: 10px;
  height: 2.5rem;
}

.page_secAccount .choose-wrap,
.page_secret .choose-wrap {
  float: left;
  margin-right: 20px;
}

.page_secAccount .choose-wrap .label,
.page_secret .choose-wrap .label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  min-width: 80px;
}

.page_secAccount .choose-wrap .my-select,
.page_secret .choose-wrap .my-select {
  display: inline-block;
  vertical-align: middle;
  width: 190px;
}

.el-date-editor.el-input, .el-date-editor.el-input__inner {
  width: 190px;
}

/* 密钥管理 */
.page_secret .hor .my-radio {
  display: block;
  margin-bottom: 10px;
}

.page_secret .layout--web .my-select {
  width: 264px;
}

.page_secret .layout--web .num {
  text-align: center;
  width: 80px;
}

.page_secret .meal {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  line-height: 30px;
  font-size: 14px;
}

.page_secret .meal input {
  margin-right: 10px;
}

.page_secret .c, .page_secret .used {
  display: inline-block;
  margin-top: 5px;
  margin-left: 10px;
  font-size: 14px;
}

.page_secret .used {
  margin-left: 30px;
}

/* 密钥账号管理 */
.page_secAccount .layout--web .input_wrap .name {
  margin-top: 0;
  line-height: 30px;
}

.page_secAccount .inner--text {
  line-height: 30px;
  font-size: 14px;
}

.page_secAccount .inner--list {
  display: inline-block;
  vertical-align: middle;
  width: 264px;
  max-height: 130px;
  font-size: 14px;
  overflow-y: auto;
}

.page_secAccount .inner--list li {
  line-height: 30px;
  height: 30px;
}

.page_secAccount .mac-btn {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
  width: 50px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  background: #0084ff;
  border-radius: 4px;
  cursor: pointer;
}

.page_secAccount .mac-list-wrap {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 50px 0 0;
}

/* 客户管理 && 版本管理 */
.page_custom .search-wrap,
.page_version .search-wrap {
  float: left;
  width: calc(100% - 15rem);
}


@media screen and (min-width: 1001px) and (max-width: 1750px) {
  .choose-wrap2 .el-input--suffix .el-input__inner {
    margin: 10px 0 0 2rem;
  }
}

@media screen and (max-width: 1100px) {
  .choose-wrap2 .el-input--suffix .el-input__inner {
    margin: 10px 0 0 2rem;
  }

  .content .page_list .top {
    height: 12rem;
  }
}