﻿.create-container{
}
.content-1{
  background: #2A2B1C;  
  overflow: hidden;
  padding: 0 0.7rem 0.8rem;
}
.content-1-title{
  margin-top: 2.09rem;
  font-size: 0.64rem;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: bold;
  color: rgb(240, 254, 151);
}
.content-1-text{
  margin-top: 1rem;
  font-size: 0.18rem;
  font-family: Helvetica-Regular, Helvetica;
  font-weight: 400;
  color: rgb(240, 254, 151);
  line-height: 0.27rem;  
}
.content-1-mian-item-bottom{
  display: block;
  padding: 0.2rem;
  background-color: #2A2B1C;
}
.content-1-mian-item-title1{
  display: block;
  line-height: 0.39rem;
  font-size: 0.28rem;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: bold;
  color: #fff;
}
.content-1-mian-item-title2,.content-1-mian-item-title3{
  margin-top: 0.15rem;
  font-size: 0.18rem;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: bold;
  color: #fff;
}
.content-2{
  padding: 1.2rem 0.7rem 3rem;
}

.waterfall-item-show{
  width: 100%;
  top: 0;
  position: absolute;
  display: none;
  background-color: rgba(0, 0, 0, .6);
  padding: 0.2rem;
  height: 100%;
}
.waterfall-item-show-title1{
  display: block;
  line-height: 0.39rem;
  font-size: 0.28rem;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: bold;
  color: rgb(240, 254, 151);
}
.waterfall-item-show-title2,.waterfall-item-show-title3{
  margin-top: 0.15rem;
  font-size: 0.18rem;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: bold;
  color: rgb(240, 254, 151);
}
.content-2-more{
  cursor: pointer;
  width: fit-content;
  margin: 0 auto;
  font-size: 0.26rem;
  font-family: Arimo-Regular, Arimo;
  font-weight: 400;
  color: #2A2A1C;
  padding: 0.1rem 0.6rem;  
  border: 1px solid #000;
  margin-top: 1rem;
}
.content-2-more:hover{
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .content-1-text{
    font-size: 0.3rem;
    line-height: 0.4rem;
  }
}