.top-content {
  background: url("../../img/nft/bg@2x.png") no-repeat;
  background-size: cover;
}
body .top-content .desc>img {
  width: 35.875rem;
}
body .play,
body .process {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
body .process .process_container,
body .banner .container{
  text-align: center;
}

body .play{
  background: linear-gradient(180deg, #E8F2FF 0%, #FFFFFF 100%);
  text-align: center;
}
body .play .icons{
  margin-top: 3.75rem;
  margin-top: 3.3125rem ;
}
body .play .icons .content{
  display: flex;
}
body .play .icons .content .item{
  width: calc((100% - 9%)/4);
  margin-right: 3%;
  height: 5rem;
  background: rgba(255,255,255,0.5);
  box-shadow: 0px 0px 24px 0px rgba(104,153,255,0.3);
  border-radius: 0.375rem;
  display: flex;
  justify-content: center;
  position: relative;
}
body .play .icons .content .item:nth-child(4n+0){
  margin-right: 0;
}
body .play .icons .content .item>img{
  width: 7.625rem;
  position: absolute;
  bottom: 0;
  left: 0.6875rem;
}
body .play .icons .content .item>p{
  font-size: 1.25rem;
  font-weight: 500;
  color: #222222;
  margin-left:5rem ;
  line-height: 5rem;
}
.process{
  background: url("../../img/yuanLive/bg_liucheng@2x.png") no-repeat;
  background-size: 100% 100%;
}


