.x-balance {
  box-shadow: 0px 0px 20px 0px rgba(39, 51, 159, 0.1);
  border-radius: 4px;
  height: 180px;
  background-image: -webkit-image-set(
    url('../img/index-balance-background.png') 1x,
    url('../img/index-balance-background@2x.png') 2x
  );
  background-image: image-set(
    url('../img/index-balance-background.png') 1x,
    url('../img/index-balance-background@2x.png') 2x
  );
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 16px;
  box-sizing: border-box;
}

.x-balance-available {
  background-color: #0970f7;
}
.x-balance-unavailable {
  background-color: #f6651c;
}

.quota-display{
  width: 100%;
  display: flex;
  padding: 0px 16px;
  box-sizing: border-box;
}


.quota-display-item{
  flex: 1;
  background-color: #14152B;
  text-align: center;
  padding: 30px 0px;
  position: relative;
}

.item-has-before::after{
  content: '';
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -30px;
  width: .5px;
  height: 60px;
  background-color: white;
  z-index: 1000;
}

/* .quota-display-item-content{
  text-align: center;
} */

.quota-display-item-title{
  font-size: 14px;
  color: #ffffff;
  padding: 10px 0px;
}

.quota-display-item .blue{
  font-size: 30px;
  color: #023AFF;
}

.quota-display-item .red{
  font-size: 30px;
  color: #ED3C6A;
}

.quota-display-item .yellow{
  font-size: 30px;
  color: #FFA338;
}

.x-balance-header {
  font-size: 16px;
  color: #ffffff;
}
.x-balance-content {
  font-size: 48px;
  color: #ffffff;
  margin: 30px 70px;
}

.x-infomation {
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(39, 51, 159, 0.1);
  border-radius: 5px;
  height: 140px;
  color: #262952;
}

.x-infomation-topbar-blue {
  height: 8px;
  border-radius: 5px 5px 0px 0px;
  background-color: rgba(9, 112, 247, 1);
}
.x-infomation-topbar-orange {
  height: 8px;
  border-radius: 5px 5px 0px 0px;
  background-color: rgba(246, 101, 28, 1);
}

.x-rase-price {
  color: #FFFFFF;
  background-color: #000000;
}

.x-rase-price .layui-form-label {
  width: 100px;
  padding: 9px 14px;
}
.x-rase-price .layui-input-block {
  margin-left: 160px;
  margin-right: 30px;
}

.x-rase-price .layui-row:nth-child(odd) {
  background-color: #14152B;
}
.x-rase-price .layui-row:nth-child(even) {
  background-color: #14152B;
}

.x-rase-price .layui-row{
  margin-bottom: 5px;
}

.x-rase-price input{
  background-color: #14152B !important;
  color: white !important;
  border: 1px solid white !important;
}


.x-rase-price .layui-row .layui-col-md4{
  padding: 20px;
  text-align: center!important;
  margin:0;

}

.x-rase-price .layui-row .layui-col-md6{
  padding:20px;
  padding-bottom: 10px;

}

.x-rase-price .layui-row .layui-col-md6 input{
  text-align: center;
}
.x-rase-price .layui-row .layui-col-md12{
  padding-left: 20px;
  padding-right: 20px;
}

.config-btn{
  position: absolute;
  right: 20px;
  background: none;
  border: 0;
  color: #ff5722;
    cursor: pointer;
}
.uinfo{
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.uinfo img{
  width: 60px;
  height: 60px;
  border-radius: 60px;
  margin-top: 10px;
}
.uinfo_logout{
  border:0;
  background: none;
  margin-top: 5px;
  color: white;
  cursor: pointer;
}
.layui-nav{
  margin-top: -70px;
}
.x-navbar{
  margin-left: 220px;
  width: auto;
}

