.x-balance {
  box-shadow: 0px 0px 20px 0px rgba(39, 51, 159, 0.1);
  border-radius: 4px;
  height: 180px;
  box-sizing: border-box;
}

.x-balance-available {
  background-color: #ffffff;
}
.x-balance-unavailable {
  background-color: #ffffff;
}

.x-balance-header {
  position: relative;
  font-size: 16px;
  color: #000000;
  border-bottom: 1px solid #dddddd;
  height: 40px;
  line-height: 40px;
  padding-left: 16px;
  font-weight: 900;
}
.x-balance-header img{
  position: absolute;
  right: 10px;
  width: 30px;
  top: 5px;
}
.x-balance-content {
  font-size: 48px;
  color: #000000;
  text-align: center;
}
.x-balance-content #key{
  margin-top: 10px;
}
.x-balance-content #appid{
  margin-top: 10px;
}

.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: #262952;
}

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

.x-rase-price .layui-row:nth-child(odd) {
  background-color: rgba(255, 247, 244, 1);
}
.x-rase-price .layui-row:nth-child(even) {
  background-color: rgba(244, 246, 255, 1);
}


