@media screen and (max-width: 1200px){

.stage .col-three, .stage .col-one{
    padding: 30px;
}

.onthe .content > div{
    margin-left: 20px;
    margin-right: 20px;
}

}

@media screen and (max-width: 940px){

.button dd a{
    font-size: 16px;
}

.wecan .col-two .drop span{
    font-size: 18px;
}

}

@media screen and (max-width: 760px){

.sub{
    font-size: 72px !important;
}
.detail{
    font-size: 24px !important;
}

/* nav */

header nav{
    height: 80px;
    line-height: 80px;
}

/* header */

header .header dl{
    flex-direction: column;
}

header .header dl dd{
    margin-bottom: 30px;
}

header .header .text .sub{
    line-height: 90px;
    margin-bottom: 20px;
}

/* about */

section .content{
    flex-direction: column;
}

.about .col-one .img{
    height: 350px;
    margin-bottom: 20px;
}

.about .col-one{
    margin-right: 0px;
}

.about .col-two{
    margin-left: 0px;
}

/* stage */
.stage .content{
    height: auto;
}

.stage .col-one .img{
    height: 250px;
}

.stage .col-two .img{
    margin-top: 0px;
    margin: auto;
    transform: rotate(90deg);
}

.stage .col-three .img{
    height: 250px;
}

/* wecan */

.wecan .col-one .img {
    height: 350px;
}

.wecan .content > div{
    margin: 0px;
}

.wecan .history{
    padding: 10px;
}

.wecan .content .col-one2{
    margin-top: 40px !important;
}

.wecan .content .col-two2{
    margin-top: 40px !important;
}

/* yotdark */
.leadersImg {
    min-height: 260px !important;
    min-width: auto !important;
}
.swiper-pagination {
    width: 78vw !important;
}

/* footer */

footer .footer-bottom{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

footer .footer-bottom .company{
    flex-direction: column;
    align-items: center;
}

footer .footer-bottom .company p{
    margin-top: 15px;
    font-size: 18px;
}

}

@media screen and (max-width: 480px){

.sub{
    font-size: 42px !important;
}
.detail{
    font-size: 20px !important;
}

section{
    padding-top: 100px;
    padding-bottom: 70px;
    min-height: auto;
}

section .title{
    margin-bottom: 40px;
}



section .button p{
    width: 35px;
    height: 35px;
}

section .button dd{
    font-size: 16px;
}

header{
    height: 730px;
}

header nav{
    height: 80px;
    line-height: 80px;
}

header nav dl dd{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: bold;
}

/* about */

.about .col-one .img{
    height: 250px;
    margin-bottom: 20px;
}

header .header .text .sub{
    line-height: 42px;
    margin-bottom: 20px;
}

header .header .text .detail{
    margin-bottom: 80px;
}

/* stage */
.stage .content{
    height: auto;
}

.stage .col-one{
    padding: 30px;
}


.stage .col-two .img{
    margin-top: 0px;
    margin: auto;
    transform: rotate(90deg);
}

.stage .col-three{
    padding: 30px;
}


/* wecan */

.wecan .col-one .img {
    height: 250px;
}

/* yotdark */
.leadersImg {
    min-height: 260px !important;
    min-width: auto !important;
}

/* roadmap */

.roadmap .roadtitle .right button:nth-child(1){
    margin-right: 0px;
}

.roadmap .roadtitle .right button{
    width: 20px;
    height: 20px;
}

.container{
    min-width: 330px;
}

/* footer */

footer .footer-bottom{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

footer .footer-bottom .company{
    flex-direction: column;
}

footer .footer-bottom .company p{
    font-size: 16px;
}


}