

/* new */
.leftRight{
    height: 16rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    /* background-color: #2b737e; */
    position: relative;
}
.leftRight .f1{
    height: 16rem;
    position: absolute;
    left: 1rem;
}
.leftRight .f2{
    height: 16rem;
    position: absolute;
    right: 1rem;
   
}
.fig{
    font-size: small;
    color: #333;
    text-align: center;
}
.single{
    text-align: center;
    margin-bottom: 0.7rem;
    margin-top: 0.5rem;
}
.single img{
    width: 90%;
}
.leftRight .s1{
    height: 16rem;
    position: absolute;
    left: 7rem;
}
.leftRight .s2{
    height: 16rem;
    position: absolute;
    right: 6rem;
}
.leftRight .t1{
    height: 16rem;
    position: absolute;
    left: 0.5rem;
}
.leftRight .t1-5{
    height: 16rem;
    position: absolute;
    right: 0.5rem;
}
.design{
    display: flex;
    justify-content: left;
}
.kuang{
    box-shadow: 0px 0px 9px 5px gray inset;
    padding: 1.5rem 0;
}