img{
    max-width: 100%;
}

#describe .container{
    padding-top: 15px;
    display: flex;
}
#describe .container .title{
    margin-right: 60px;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.designItem{
    display: flex;
    flex-wrap: wrap;
}    

.designItem .topBox,.designItem .bottomBox{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.designItem .item{
    text-align: center;
    width: 14%;
    margin: 0 auto;
    padding-bottom: 178px;
}
.designItem .item .imgBox{
    text-align: center;
    padding-bottom: 12px;
    height: 133px;
    width: 100%;
}
.designItem .item:nth-child(7){
    padding-bottom: 0px;
}
.designItem .item:nth-child(7) .item{
    padding-bottom: 0px;
}
.designItem .item .info{
    width: 100%;
    margin: 0 auto;
}
.designItem .item .wl{
    width: 90%;
}
.designItem .item .info p.step{
    color: #c7b084;
    font-weight: bold;
    font-size: 14px;
}
.designItem .item .info p.step-item{
    font-size: 17px;
    color: #354879;
}
.designItem .item .info p.step,.designItem .item .info p.step-item{
    text-align: left;
}

.designItem .topBox .arrow,.designItem .bottomBox .arrow{
    display: inline-block;
    height: 133px;
    line-height: 133px;
}

@media screen and (max-width: 860px){
    .designItem .topBox .arrow, .designItem .bottomBox .arrow{
        display: none;
    }
    #describe .container .title{
        margin-right: 45px;
    }
    .designItem .item{
        width: 50%;
    }
    .designItem .item .info p.step,
    .designItem .item .info p.step-item{
        text-align: center;
    }
    
    .designItem .bottomBox{
        flex-direction: row-reverse;
        position: relative;
        height: 410px;
    }
    .designItem .item{
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .designItem .bottomBox .item:nth-child(1),
    .designItem .bottomBox .item:nth-child(3){
        position: absolute;
        bottom: -180px;
    }
    .designItem .bottomBox .item:nth-child(3){
        left: 0px;
    }
    .designItem .arrow{
        display: none;
    }
    #side-nav .waylink{
        display: none;
    }
    .content-wrraper{
        margin-bottom: 0px;
    }
    #community{
        margin: 120px 0px;
    }
}
@media screen and (max-width: 640px){
    .designItem .item{
        width: 40%;
    }
    .designItem .item .wl{
        width: 65%;
    }
}
@media screen and (max-width: 480px){
    .designItem .item{
        width: 100%;
    }
    .designItem .bottomBox{
        flex-direction: column-reverse;
        height: auto;
    }
    .designItem .bottomBox .item:nth-child(1),
    .designItem .bottomBox .item:nth-child(3){
        position: static;
       
    }
    .designItem .item:nth-child(7){
        padding-bottom: 20px;
    }
    #describe .container .title{
        display: none;
    }
    #community{
        margin: 50px 0px;
    }
}