body {
  margin: 0;
  padding: 0;
  background-color: #F8FBFF;
}
html, body, #app, .el-container {
  /*统一设置高度为100%*/
  height: 100%;
}
.content {
  margin: 20px;
  font-weight: bold;
}
.activity {
  background-image: url("images/market_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 0px solid #118ee9;
}
.official {
  background-image: url("images/market_bg2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.banner {
  width: 100%;
  position: relative;
}
.imgContent {
  overflow: hidden;
}
.logo {
  text-align: center;
  padding-top: 30px;
  margin: 0;
}
.logo img{
  height: 20px;
}
.activityTitle {
  font-size: 22px;
  padding: 20px 0 10px 0;
}
.activityDetail {
  max-width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.details {
  width: 70%;
  margin: 0 auto;
  height: auto;
  border-radius: 50px;
  background-color: red;
}
.detailsText {
  color: #fff;
  font-size: 12px;
}
.titleContent {
  width: 100%;
  height: 350px;
  background-image: url("images/market_bg5.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.slogan,.freeData,.numberContnet{
  font-size: 28px;
  text-align: center;
  color: #fff;
  margin: 0;
  font-weight: bolder;
}
.freeData{
  font-weight: normal;
}
#paramsName{
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding-top: 15px;
  font-size: 18px;
  margin: 0;
}
.slogan{
  padding-top: 5px;
}
.freeData{
  font-size: 15px;
}
#expiryDate{
  font-size: 30px;
  padding: 0 8px;
  font-weight: bold;
}
.numberContnet{
  margin: auto;
  padding-top: 20px;
}
.cpuBox{
  width: 65%;
  text-align: left;
}
.gpuBox{
  width: 35%;
  text-align: left;
}
#cpuUnit,#dcuUnit{
  font-size: 44px;
  margin: 0;
}
#dcuUnit{
  margin-left: 10px;
}
.unit{
  font-size: 14px;
  margin: 0;
}
.tabContent{
  background-color: #F8FBFF;
  width: 100%;
  border-radius:16px 16px 0 0;
  position: absolute;
  top: 300px;
}
.grayText {
  font-size: 14px;
  color: #8b8b8b;
  text-align: center;
  margin: 15px 0;
}
.redText,.redDiff {
  font-size: 40px;
  color: #b01f24;
  text-align: center;
  margin: 15px 0;
  font-weight: bold;
}
.redDiff{
  font-size: 20px;
}
.mr20 {
  margin: 50px 0 10px 0;
}
.timeContent {
  width: 60%;
  margin: auto;
}
.time {
  width: 100%;
}
.resourceName {
  padding-top: 12px;
  margin: 0 auto;
}
.resourceNum {
  padding-top: 5px;
}
.joinUs {
  padding-top: 20px;
}
.radiosContent {
  color: #fff;
  border-radius: 10px;
  border: 1px solid #ccc;
  height: 350px;
  background-color: #fff;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
}
.ruleContent{
  font-size: 12px;
  margin: auto;
  margin: 10px;
  margin-bottom: 0;
  color: #454545;
  background-color: #fff;
  padding: 10px 16px 0 16px;
  box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 10%);
  border-radius: 6px 6px 0 0;
}
.ruleContent p{
  margin: 0;
  padding-bottom: 10px;
}
.tab_menu,.clusterRadio{
  text-align: center;
}
.tab_menu ul{
  margin-top: 20px;
  padding: 0px;
}
.tab_menu ul li{
  color: #666666;
  padding: 0 10px 10px 10px;
  font-size: 16px;
  display: inline-block;
}
.tab_menu ul .selected{
  color: #c00019;
  border-bottom: 3px solid #c00019;
}
.resourceCard{
  margin: 10px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.btnContent{
  display: flex;
}
.btnContent div{
  text-align: center;
  width: 50%;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #c00019;
  border-radius: 10px;
}
.joinRoute{
  margin-right: 5px;
  cursor: pointer;
}
.btnContent .serviceBtnTo {
  color: #c00019;
  background-color: #F5F5F5;
}
.serviceBtnTo{
  cursor: pointer;
}
.textContent{
  padding: 16px;
}
.resourceDetails{
  font-size: 12px;
  color: #333333;
}
.resourceDetails > div {
  display: flex;
}
.resourceDetails .detailsUnit{
  margin-bottom: 10px;
}
.processor p:nth-child(1),
.memory p:nth-child(1),
.network p:nth-child(1){
  width: 80px;
  padding-right: 5px;
  flex-shrink: 0;
}
.detailsUnit{
  color: #999999;
}
.title{
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}
.trait{
  background-image: linear-gradient(to right,#FB452F,#E80000);
  color: #fff;
  padding: 2px 10px;
  border-radius: 16px;
  margin-right: 5px;
  font-size: 12px;
}
.recommend{
  text-align: center;
  background-image: linear-gradient(to right,#E80000,#FB452F);
  color: #fff;
  transform: rotate(45deg);
  position: absolute;
  width: 100px;
  top: 10px;
  right: -32px;
  font-size: 12px;
}
.clusterRadio{
  display: inline-block;
  background-color: #fff;
  padding: 5px;
  border-radius: 6px;
  color: #666666 ;
  margin-right: 5px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}
.rdactive{
  border: 1px solid #c00019;
}
#cupCluster,#gupCluster{
  padding: 0 15px;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
}
