img{
    max-width: 100%;
}

#describe .container{
    padding-top: 0px;
    display: flex;
}
#describe .container2{
    padding-top: 15px;
    display: flex;
    width: 100%;
}
#describe .container2 .iufo{
    text-align: center;
    width: 100%;
}
#describe .container2 .iufo h2{
    text-align: center;
    font-size: 24px;
    border-bottom: #b54845 2px solid;
    line-height: 180%;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
#describe .container2 .iufo p{
    text-align: center;
    font-size: 21px;
    font-weight: 300;
    color: #3c3c3c;
    letter-spacing: 0.15em;
}
#describe .container .title{
    margin-right: 60px;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.designItem{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}    

.designItem .topBox,.designItem .bottomBox{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.designItem .item{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
}
#content-wrap .description_box *{
    vertical-align: middle;
}
.designItem .item .imgBox{
    text-align: center;
    padding-bottom: 12px;
    height: 133px;
    width: 33%;
    display: inline-block;
}
.designItem .item .imgBox img{
    width:100px;
    opacity: 0.8;
}
.designItem .item:nth-child(7){
    padding-bottom: 0px;
}

.designItem .item:nth-child(7) .item{
    padding-bottom: 0px;
}
.designItem .item .info{
    width: 33%;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}
.designItem .item .info p.step-item:after{content:'';width: 0px;height: 0px;position: relative;border: #7f7f7f6b 1px solid;top: 65px;right: 50%;padding-bottom: 35px;}
.designItem .item:last-child .info p.step-item:after{display:none;}
.designItem .item .wl{
    width: 90%;
}
.designItem .item .info p.step{
    color: #cecece;
    font-weight: bold;
    font-size: 50px;
    text-align: right;
}
.designItem .item .info p.step-item{
    font-size: 27px;
    color: #3c3c3c;
}
.designItem .item .info p.step-item{
    text-align: center;
    display: inline-block;
    margin: 0;
}
.designItem .item .info p.step{
    margin:0;
    text-align: center;
    color: #b54845;
}

.designItem .topBox .arrow,.designItem .bottomBox .arrow{
    display: inline-block;
    height: 133px;
    line-height: 133px;
}
@media screen and (max-width: 1440px){
    .designItem .item .info{
    width: 250px;
}
}
@media screen and (max-width: 980px){
    .designItem .item .info{
    width: 33%;
}
    .designItem .item .imgBox{
    width: 33%;
    float: right;
}
}

@media screen and (max-width: 640px){
    .designItem .item .info{
    width: 45%;
}
    .designItem .item .info:first-child{
    width: 25%;
}
    .designItem .item .info:first-child p.step{
    font-size: 25px;
}
    .designItem .item .imgBox{
    width: 25%;
}
    .designItem .item{
        width: 100%;
    }
    .designItem .item .info p.step-item{
    font-size: 20px;
}
    .designItem .item .wl{
        width: 100%;
    }
}
@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;
    }
    .designItem .item .info{
    width: 62%!important;
    }
    .designItem .item .imgBox{
        width: 33%;
    }
}