/* 小于等于768 */

@media (max-width:768px),screen and (min-width:768px) and (orientation: portrait){
    .more-team{
        margin: 15vw 0;
    }
    .show-main{
        width: 100%;
        height: 95%;
    }
    .show-main .show-text{
        width: 66vw;
        height: 60vw;
        padding: 7.5vw 9vw;
        position: absolute;
        right: 7.5vw;
        bottom: 7.5vw;
    }

    .show-main .title-text h1{
        font-size: 3.15vw;
        line-height: 4.5vw;
    }
    .show-main .title-text p{
        font-size: 2.61vw;
        line-height: 4.5vw;
    }
    .show-main .title-project p{
        font-size: 2.25vw;
        line-height: 4.5vw;
    }
    /* 描述区域 */
    .project-info .wrapper{
        width:80vw;
        margin: 15vw auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .project-info .wrapper .left{
        width: 100%;
    }
    .project-info .wrapper .left h2{
        margin: 3vw 0 6.6vw;
        font-size: 8.89vw;
    }
    .project-info .wrapper .left .desc{
        font-size: 2.8vw;
        line-height: 5.4vw;
        margin-bottom: 9vw;
    }
    .project-info .wrapper .left .info{
        font-size: 2.3vw;
        line-height: 5vw;
    }

    .project-info .wrapper .right{
        margin-top: 13vw;
        width: 100%;
    }

    .project-info .wrapper .right p{
        margin-top: 7vw;
        font-size: 2.8vw;
        line-height: 5.4vw;
    }
    
    .project-info .num-info{
        width: 100%;
        height: auto;
        padding: 0 0;
    }
    .project-info .num-info ul{
        width: 100%;
        height: 100%;
        padding: 15vw 0vw 15vw 20vw;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .project-info .num-info ul li{
        margin: 8vw 0;
    }
    .project-info .num-info ul li h3{
        font-size: 9vw;
        line-height: 9vw;
        letter-spacing: 2px;
    }
    .project-info .num-info ul li span{
        font-size: 5vw;
        line-height: 5vw;
    }
    .project-info .num-info ul li p{
        margin-top: 5vw;
        font-size: 4.8vw;
        line-height: 4.8vw;
    }

    .project-info .wrapper2{
        width:80vw;
        height: auto;
        margin: 18vw auto;
        display: flex;
        flex-wrap: wrap;
    }
    .project-info .wrapper2 .project-img{
        width: 100%;
        height: auto;
        margin-bottom: 9vw;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .project-info .wrapper2 .project-img2{
        width: 100%;
        height: 100%;
        margin-bottom: 9vw;
    }

    .project-info .wrapper2 p{
        width: 80vw;
        font-size: 3.06vw;
        line-height: 6vw;
    }

    footer .map{
        display: none;
    }
    footer{
        padding: 50px 0;
    }
    /* .contact .left{
        width:90%;
    }
    .contact .right{
        width:90%;
    } */
}