.problem{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.problem li{
    width: 49%;
    height: 5.4rem;
    text-align: center;
    margin-top: .3rem;
    background: #fff;
    border-radius: .1rem;
}
.problem li img{
    width: 1.2rem;
    margin: .4rem 0 .3rem;
}
.problem .desc{
    margin: .3rem 4% 0;
    line-height: .54rem;
}
.morekindplay{
    width: 100%;
    height: 10.4rem;
    background: url("../images/auction/475.png") no-repeat;
    background-size: 100% 100%;
}
.morekindplay .title_section{
    color: #fff;
    padding-top: 1.2rem;
}
.play-cont{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.play-cont div{
    width: 2.7rem;
    height: .9rem;
    background: #FE574C;
    border: .02rem solid #fff;
    font-size: .4rem;
    text-align: center;
    line-height: .9rem;
    border-radius: 5rem;
    color: #fff;
    margin-bottom: .4rem;
}
.morekindplay >img{
    width: 80%;
    margin: .3rem 12% 0 8%;
}
.moreshowlist{
    margin-top: -.2rem;
}
.moreshowlist .title_section{
    padding-top: 3rem;
}