/*背景*/
body{
    background-image: url("../img/page1/bg.png");
    background-size:100% auto;
    height: 100%;
    box-sizing: border-box;
}
.max-bg{
    background-image: url("../img/page1/bg.png");
    background-size:100% auto;
}
body>.body{
    width: 100%;
}
body>.body>header>.title{
    width: 80%;
    margin: 10px 10%;
}
body>.body>header>.subheading{
    width: 70%;
    margin: 0 15%;
}
body>.body>header>.ren{
    position: relative;
    margin-top: 20px;
}
body>.body>header>.ren>.left{
    width: 24%;
    position: absolute;
    left: 20px;
    top:10px;
}
body>.body>header>.ren>.right{
    width: 24%;
    position: absolute;
    right: 20px;
}
body>.body>.content{
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    margin-top: 80px;

}
body>.body>.content>div{
    width: 100%;
    display: flex;
    align-items:flex-start;
    align-content: flex-start;
}
body>.body>.content>div img{
    width: 50%;
    padding: 4px 6px;
    box-sizing: border-box;
    object-fit: contain;
}




