.income_item:hover .item_mask {
  background: rgba(0, 0, 0, 0.5);
}
.item_mask {
  background: transparent;
  z-index: 1;
  transition: var(--m_tran) background;
}
.income_item:hover .content_six_text {
  transform: translateY(-0.2rem);
}
.content_banner_text > p:first-child {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.4rem;
  color: #ffffff;
  margin-bottom: 0.22rem;
}

.content_banner_text > p:nth-child(2) {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.3rem;
  margin-bottom: 0.34rem;
}

.content_banner_text > p:last-child {
  background: #b6002a;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  padding: 0.15rem 0.34rem;
  display: inline-block;
  cursor: pointer;
}

.content > div:first-child {
  background-color: #ffffff;
  position: relative;
  bottom: 0.9rem;
  border-radius: 0.2rem 0.2rem 0 0;
  padding-top: 0.66rem;
  text-align: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.3rem;
  color: #000000;
  line-height: 0.38rem;
  margin-bottom: 0.17rem;
}

.content > div:nth-child(2) {
  margin-top: -0.86rem;
  text-align: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #585858;
  line-height: 0.3rem;
  padding: 0 0.3rem;
}

.content > div:nth-child(3) {
  display: flex;
  justify-content: space-between;
  margin: 0.99rem 0.68rem 1.28rem 0.68rem;
}

.content > div:nth-child(3) > div {
  display: flex;
}

.content > div:nth-child(3) > div > div:first-child {
  width: 0.57rem;
  height: 0.51rem;
  margin-right: 0.31rem;
}

.content > div:nth-child(3) > div > div:first-child > img {
  width: auto;
}

.content > div:nth-child(3) > div > div:last-child > p:first-child {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
  margin-bottom: 0.12rem;
}

.content > div:nth-child(3) > div > div:last-child > p:last-child {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 300;
  font-size: 0.16rem;
  color: #585858;
  line-height: 0.25rem;
}

.content > div:nth-child(4) {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.3rem;
  color: #000000;
  margin-bottom: 0.14rem;
}

.content > div:nth-child(5) {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #585858;
  margin-bottom: 0.55rem;
}

.content > div:nth-child(6) {
  margin-bottom: 0.99rem;
}

.content > div:nth-child(6) > div {
  display: flex;
  gap: 0.3rem 0.15rem;
}

/*.content > div:nth-child(6) > div:first-child {*/
/*  margin-bottom: 0.32rem;*/
/*}*/

/*.content > div:nth-child(6) > div > div:first-child {*/
/*  margin-right: 0.15rem;*/
/*}*/

/*.content > div:nth-child(6) > div > div:last-child {*/
/*  margin-left: 0.15rem;*/
/*}*/

.content_six_text {
  position: absolute;
  bottom: 0.24rem;
  left: 0.4rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.2rem;
  color: #ffffff;
  z-index: 2;
  transition: var(--m_tran) transform;
}

.content_box .conteng_box_text {
  position: absolute;
  bottom: 0;
}

.content_box .conteng_box_text > p {
  text-align: center;
}

.content_box_text > p:first-child {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.36rem;
  color: #ffffff;
}

.content_box_text > p:nth-child(2) {
        line-height: 0.35rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  margin-bottom: 0.55rem;
  margin-top: 0.41rem;
  text-align: center;
}

.content_box_text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content_box_text > p:last-child {
  background: #b6002a;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  padding: 0.15rem 0.34rem;
  display: inline-block;
  cursor: pointer;
}

.kefu {
  position: fixed;
  bottom: 40%;
  right: 0.2rem;
  z-index: 999;
}

.kefu_content {
  width: 0.4rem;
  height: 0.4rem;
  background: #ffffff;
  box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0, 0, 0, 0.13);
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kefu_content > img {
  width: 0.28rem;
  height: 0.21rem;
}

.kefu_footer {
  width: 0.4rem;
  height: 0.2rem;
  background: #ffffff;
  box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0, 0, 0, 0.13);
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  margin-top: 0.05rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kefu_footer > img {
  width: 0.17rem;
  height: 0.08rem;
}
@media only screen and (max-width: 1024px) {
.content > div:nth-child(2){
  font-size: 0.24rem;
}
.content > div:first-child{
  bottom: 0.6rem;
  padding-top: 0.36rem;
  font-size: 0.3rem;
  margin-bottom: 0.37rem;
}
.content_banner_text > p:last-child{
  font-size: 0.24rem;
}
.content_banner_text > p:nth-child(2){
  font-size: 0.24rem;
}
.content_banner_text > p:first-child{
  font-size: 0.34rem;
}
.content > div:nth-child(3){
  margin: 0.99rem 0 1.28rem 0;
  display: block;
  height: auto;
  overflow: hidden;
}
.content > div:nth-child(3) > div{
  display: block;
  margin-bottom: .5rem;
}
.content > div:nth-child(3) > div > div:first-child {
  width: 0.46rem;
  height: 0.44rem;
  margin: 0 auto;
}
.content > div:nth-child(3) > div > div:last-child > p:first-child{
  line-height: 0.45rem;
  text-align: center;
  font-size: 0.26rem;
}
.content > div:nth-child(3) > div > div:last-child > p:last-child {
  line-height: 0.35rem;
  text-align: center;
  font-size: 0.24rem;
}
.content > div:nth-child(5){
  font-size: 0.24rem;
  line-height: 0.35rem;
}
.content_six_text{
  font-size: 0.24rem;
}
}