.admin-row {
  height: 100%;
  width: 100%;
  padding: 12px 0;
}

.admin-row .admin-header {
  width: 180px;
  height: 40px;
  cursor: pointer;
}
.admin-row .logo-header {
  overflow: hidden;
  height: 70px;
  position: relative;
}
.admin-row .logo-img {
  position: relative; 
  top:-40px
}
.el-col-24 {
  width: 100%;
}

[class*='el-col-'] {
  float: left;
  box-sizing: border-box;
}

.el-container.is-vertical {
  flex-direction: column;
}

.admin-warp {
  background: url('/image/bg-header-admin.png') no-repeat;
  background-size: 100% 100%;
  position: relative;
  height: 100vh;
  overflow: hidden;
  min-width: 1440px;
}

.admin-container .header {
  position: sticky;
  top: 0;
  z-index: 5;
  padding-right: 38px;
  background-color: #fff;
}

.header {
  padding: 0 20px;
}

.admin-row .user-info-wrap {
  display: flex;
  align-items: center;
  color: #fff;
}

.recharge-l {
  height: 100%;
}

.recharge-l .text {
  margin-right: 5px;
  font-size: 20px;
  color: #000;
  font-weight: 400;
}

.recharge-l .money {
  font-size: 24px;
  color: #ff7300;
  font-weight: 700;
  margin-right: 16px;
}

.recharge-l .recharge-btn {
  height: 32px;
  background: #ff7300;
  border-radius: 16px 16px 16px 16px;
  padding: 0 14px;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  line-height: 32px;
  cursor: pointer;
}

.login .user-img {
  margin-left: 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 8px;
}

.trans-dropdown {
  width: 140px;
  height: 32px;
  margin-left: 40px;
  margin-right: 24px;
  padding: 0 12px;
  border: 1px solid #ececec;
  background: #fff;
  border-radius: 4px;
}
.trans-dropdown:hover {
  border: 1px solid #ff7300;
}
.icon-xiala1:before {
  content: '\e879';
}

.icon-bell:before {
  content: '\e6f7';
}
.main-container {
  flex-shrink: 0;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
  width: calc(100vw - 244px);
  overflow-x: hidden;
  height: calc(100vh - 70px);
}
.pov-box .login-out {
  font-size: 14px;
  color: #111;
  font-weight: 400;
}

.popover-active {
  position: absolute;
  top: 46px;
  background-color: #fff;
  left: 1407px;
  width: 116px !important;
  min-width: 0 !important;
  margin-top: 12px;
  color: #606266;
  line-height: 1.4;
  text-align: justify;
  font-size: 14px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  word-break: break-all;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  padding: 12px;
}
.popper .popper__arrow {
  top: -6px;
  left: 50%;
  margin-right: 3px;
  border-top-width: 0;
  border-bottom-color: #ebeef5;
}

#drawer {
  background: #fff;
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2),
    0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
  height: 100vh;
  padding: 48px;
  position: absolute;
  right: -44px;
  text-align: center;
  top: 0;
  transform: translateX(100%);
  transition: transform 300ms ease-in-out;
  z-index: 3;
}
#drawer .title {
  height: 48px;
  padding: 0 20px;
}
#drawer .content .no-data .img {
  width: 138px;
  height: 138px;
  margin-bottom: 8px;
}
#drawer .content {
  height: calc(100vh - 82px);
  overflow: overlay !important;
}
#overlay {
  background: black;
  bottom: 0;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 250ms, visibility 0s;
  visibility: hidden;
  width: 100vw;
  z-index: 2;
}

.main.show-drawer #drawer {
  right: 0;
  transform: translateX(10%);
}
.main.show-drawer #overlay {
  opacity: 0.5;
  visibility: visible;
}

/* Model */

.modal .modal-right {
  width: 100%;
}
.modal-open .modal {
  overflow-y: hidden;
}
.modal-dialog,
.modal.modal-right .modal-dialog {
  max-width: 380px;
  min-height: calc(100vh - 0px);
}
.show .modal-dialog,
.modal.modal-right.show .modal-dialog {
  transform: translateX(25%);
}
.modal.modal-right .modal-content {
  padding: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 760px;
  overflow-x: hidden;
}
.modal-dialog {
  transform: translate(-100%, 0);
  margin: 0px auto 0 0;
}
.modal.modal-right .modal-dialog {
  transform: translate(100%, 0);
  margin: 0px 0 0 auto;
}
.modal-full {
  min-width: 100%;
  margin: 0;
}

/* Rechare */
.recharge-wrap .recharge-header {
  text-align: center;
  margin-bottom: 40px;
}
.recharge-wrap .recharge-header-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 15px;
}
.recharge-wrap .recharge-header-desc {
  color: #1d2129;
  line-height: 16px;
}
.recharge-wrap .recharge-header-desc .user-text {
  color: #ff8a00;
}
.input__inner {
  width: 100%;
  outline: none;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.recharge-wrap .recharge-main .recharge-input .input__inner {
  height: 60px;
  background: #fff;
  border-radius: 4px;
  opacity: 1;
  border: 1px solid #ff7300;
  padding-left: 34px;
  font-weight: 500;
  font-size: 22px;
  color: #111;
  line-height: 60px;
  position: relative;
}
.recharge-wrap .recharge-main .recharge-input .el-input__prefix {
  left: 13px;
}
.recharge-wrap .recharge-main .input-prefix {
  color: #111;
  font-size: 16px;
  height: 100%;
  font-weight: 500;
}
.el-form-item__content:after {
  clear: both;
}
.el-input {
  position: relative;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
.input__inner::placeholder {
  font: 14px;
}
.recharge-wrap .recharge-main .rechart-form-item {
  position: relative;
}
.el-form-item--small.el-form-item {
  margin-bottom: 18px;
}
.el-form-item__content {
  line-height: 32px;
  position: relative;
  font-size: 14px;
}
.el-input__prefix {
  height: 100%;
  text-align: center;
  transition: all 0.3s;
  position: absolute;
  left: 5px;
  top: 0;
  color: #c0c4cc;
}
.recharge-wrap .recharge-quick {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 75px;
}
.recharge-wrap .recharge-quick .recharge-item {
  width: 180px;
  height: 227px;
  border-radius: 20px;
  opacity: 1;
  border: 2px solid #ebecf0;
  position: relative;
  text-align: center;
  cursor: pointer;
  padding-top: 17px;
}

.recharge-wrap .recharge-quick .recharge-item_discount {
  background-color: #ff8a00;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  color: #fff;
  font-size: 22px;
  position: absolute;
  width: 57px;
  height: 57px;
  -o-object-fit: contain;
  object-fit: contain;
  left: -28px;
  top: -28px;
}
.recharge-wrap .recharge-quick .recharge-item_amount {
  font-size: 24px;
  font-weight: 500;
  position: relative;
  top: -4px;
}
.recharge-wrap .recharge-quick .recharge-item_tips {
  left: -14px;
  position: absolute;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZgAAABICAYAAADLcuPOAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAPuSURBVHgB7d1PbtxkGAbw104FLatcAClzA05AewLKBSjcgF0rddVlywpuUDgBcIJwA24wUVmwza5Sotq1ncwkHn/+kxlbrZTfT6o6sZ1Z5pFf+/ueLBZW/hJlAPC5KbPnkceCFv1yAO4vAQPAIgQMAIsQMAAsQsAAsAgBA8AiBAwAi8jevYx19f9JLOTr4wDgM/TfeSynjHVelvF7AMCMqmz5Ky+KOA0AmE9ZRBUwqzdNwCx5owTAfVLG2ep1nOZXn43JAJhJdjUZawKm+BB/BgAcrvxQxB/1h6vXlB/Fv2FMBsDhzuvxWP2hCZjVqzivn/gHABxmOxHbLrQsMm+TAXCQMi/jn80PNyv5v2hSx5gMgL1dvr+Zhm0Dph6TRdk8iwGAuyvjdPXrzY1K3j7nOQwAeynznSUvrYApvoy3AQB7uLz1/KXWCpjrMdlpAMBd1OOx13F2+1DevaadQAAwoqyy4+/dg52AKQpjMgDupii7O8J0Amb1prnFOQsAmOJqc8uz3cPJRksdMQBM1bcTTDJgdMQAMFHT/ZI6kQwYHTEATHLd/ZI6lff/jjEZACMG9rHsDRgdMQCM2Ha/pPQGjI4YAEac943Har0BoyMGgBGDk6586KSOGAB6tLpfUgYDRkcMAH1ud7+kDAaMjhgAkna6X1KG72BCRwwAHZ3ul5TRgNERA8Cuy3J85/3RgNERA0BLovslZTRgrr5LRwwAjWT3S8qkgNERA8BGqvslZVLAAMDGw4nXTQqYPI/vAwAisos8fppy4aSAySKeBgBUsjK+Xf88ft1owKxfxEmVME8CAGp1JmRxPHbZaMAcHQkXANryR+NjsvERWRk/BgDcyKpHJ9+NjckGA2b9qroFMh4DYFcW34yNyQYD5ujC22MAJB0ffTWcEYMBU5buXgBIqqZk8XhoTDYYMNWQzevJAPR5OjQm6w2Y9Yvm7mX0NTQA7q3jeFg9i+nRGzD5xJWaANxbWRUivc9hegOmGo89DgAYUCXMs2rilZQMmOvx2EkAwLDe5SzJgMmPvJ4MwCRZ9UjlSepEMmBsbgnAVFVmPPs/MSbrBEyzuaXxGADT1Zsin+we7ASM7hcA7ii7yLpvHncCxngMgLvKEqv6WwGj+wWAvdRLW3ZW9bcCRvcLAPva7Yhpj8h0vwCwn05HzDZgdL8AcJCdjphtwOh+Afikyk/wb26tjpgHmw9190t9fzO37Hks8K0AHOLdy+ZvcxHz2nTEvF39dusORvcLADPYdsQ0AaP7BYCZbDtimoDR/QLATLYdMU3A6H4BYC6bjphc9wsAM2uWveS6XwCYWdMR88DmlgD31hJrYRpVtvzwEeLJ/NVQ8UrVAAAAAElFTkSuQmCC);
  background-size: 100%;
  width: 204px;
  height: 36px;
  line-height: 33px;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 600;
}
.recharge-wrap .recharge-quick .recharge-item_img {
  width: 118px;
  height: 118px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
}
.recharge-box {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.pay-card .pay-btn.paypal {
  background: rgba(0, 48, 135, 0.9);
  margin-top: 12px;
  border-radius: 8px;
}
.pay-card .pay-btn {
  width: 100%;
  height: 50px;
}
.admin-button {
  color: #fff;
  font-size: 16px;
  background: rgba(255, 138, 0, 0.9);
  border: none;
}


.recharge-item.active {
  background: rgba(255, 115, 0, .05);
  border: 1px solid #ff7300 !important;
}

.recharge-wrap .recharge-main .rechart-form-item .recharts-tooltip {
  position: absolute;
  top: 0;
  height: 100%;
  font-weight: 400;
  color: #111;
  line-height: 30px;
}
.recharge-wrap .recharge-main .rechart-form-item .recharts-tooltip .icon {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}
.recharge-wrap .recharge-main .rechart-form-item .recharts-tooltip .txt {
  font-size: 14px;
  margin: 3px 6px 0;
}
.recharge-wrap .recharge-main .rechart-form-item .recharts-tooltip .money {
  color: #ff7300;
  font-weight: 500;
  font-size: 20px;
}