/**
 * Created by Leonardo on 2022/4/15.
 */
body {
    background: #2d5c93;
    margin: 0;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;

    position: relative;
    width: 1280px;
    height: auto;
    margin: 0 auto;
}



.frame5_btn {
    left: 1190px;
    top: 550px;
    background: #FF6C01;
    color: white;
}


.frame11 {
    position: relative;
    width: 1280px;
    height: 199px;
    background: url("../images/wx/11.jpeg");
}

.frame10 {
    position: relative;
    width: 1280px;
    height: 640px;
    background: url("../images/wx/10.jpeg");
}

.frame9 {
    position: relative;
    width: 1280px;
    height: 453px;
    background: url("../images/wx/9.jpeg");
}

.frame8 {
    position: relative;
    width: 1280px;
    height: 600px;
    background: url("../images/wx/8.jpeg");
}

.frame7 {
    position: relative;
    width: 1280px;
    height: 600px;
    background: url("../images/wx/7.jpeg");
}

.frame6 {
    position: relative;
    width: 1280px;
    height: 468px;
    background: url("../images/wx/6.jpeg");
}

.frame5 {
    position: relative;
    width: 1280px;
    height: 600px;
    background: url("../images/wx/5.jpeg");
}

.frame4 {
    position: relative;
    width: 1280px;
    height: 609px;
    background: url("../images/wx/4.jpeg");
}

.frame3 {
    position: relative;
    width: 1280px;
    height: 557px;
    background: url("../images/wx/3.jpeg");
}

.frame2 {
    position: relative;
    width: 1280px;
    height: 467px;
    background: url("../images/wx/2.jpeg");
}



/*导航*/
.frame1 {
    position: relative;
    width: 1280px;
    height: 600px;
    left: 0px;
    top: 0px;

    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;

    background: url("../images/wx/1.jpeg");
}

