.content {
    width: 100%;
}
.banner {
    width: 100%;
    position: relative;
    margin-top: .95rem;
}
.content ul{
    padding-bottom: 1.7rem;
}
.banner .cont {
    font-size: .19rem;
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    transform: translate(-50%, -50%);
    text-wrap: nowrap;
}
.banner>img
{
    width:100%    
}
.banner .cont h1 
{
    text-wrap: nowrap;
    font-size: .48rem;
    margin-top: .1rem;
    font-family: "Arial";
}
.content ul li{
    width: 90%;
    margin: 0 auto;
    margin-top:.7rem ;
}
.content ul li img{
    width: 100%;
}
.content ul li .bto{
    justify-content: space-between;
    border-bottom: 0.02rem solid #9c9c9c;
}
.content ul li .bto div{
    font-size: .36rem;
    line-height: 1.4rem;
}
.content ul li .bto div>img{
    width: .83rem;
}
.content .cl>div>img
{
    width: .6rem;
}
.content .cl
{
    display:flex;
    justify-content:space-between;
    border-bottom: .02rem solid;
}
.content ul li .cl div {
    font-size: .36rem;
    line-height: 1.4rem;
}