/*最小的宽度*/



/*这里写pc客户端的样式*/
@media only screen and (min-width: 1029px){
    .header .container {
        display: flex;
        height: 100%;
    }

    .effect-one2 {
        height: 463px;
    }

}