/**
 * 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;
}

.container input::-webkit-outer-spin-button,
.container input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.container input[type='number'] {
    -moz-appearance: textfield;
}

.round_btn {
    text-decoration: none;
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px 36px;
    border-radius: 200px;

    font-style: normal;
    font-weight: 400;
    font-size: 26px;

    color: #FFFFFF;
}

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

.statement {
    position: relative;
    width: 1280px;
    height: 400px;
    background: #2d5c93;
}

.statement a:link {
    color: #B0D5FF;
    text-decoration: underline;
}

.statement a:visited {
    color: #B0D5FF;
    text-decoration: none;
}

.statement a:hover {
    color: #B0D5FF;
    text-decoration: none;
}

.statement a:active {
    color: #B0D5FF;
    text-decoration: none;
}

.frame13 {
    position: relative;
    width: 1280px;
    height: 600px;
    background: #2d5c93;
}

.frame12 {
    position: relative;
    width: 1280px;
    height: 900px;
    background: #e1f0ff;
}

.frame11 {
    position: relative;
    width: 1280px;
    height: 450px;
    background: url("../images/home/12.jpg");
}

.frame10 {
    position: relative;
    width: 1280px;
    height: 700px;
    background: url("../images/home/11.jpg");
}

.frame9 {
    position: relative;
    width: 1280px;
    height: 700px;
    background: url("../images/home/10.jpg");
}

.frame8 {
    position: relative;
    width: 1280px;
    height: 700px;
    background: url("../images/home/9.jpg");
}

.frame7 {
    position: relative;
    width: 1280px;
    height: 700px;
    background: url("../images/home/8.jpg");
}

.frame6 {
    position: relative;
    width: 1280px;
    height: 900px;
    background: url("../images/home/7.jpg");
}

.frame5 {
    position: relative;
    width: 1280px;
    height: 800px;
    background: url("../images/home/6.jpg");
}

.frame4 {
    position: relative;
    width: 1280px;
    height: 700px;
    background: url("../images/home/5.jpg");
}

.frame3 {
    position: relative;
    width: 1280px;
    height: 800px;
    background: url("../images/home/4.jpg");
}

.frame2 {
    position: relative;
    width: 1280px;
    height: 649px;
    background: url("../images/home/3.jpg");
}

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

    /* Inside auto layout */

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

.navigationbar_bg {
    position: absolute;
    width: 1280px;
    height: 87px;
    left: 0px;
    top: 0px;

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

.navigationbar {
    /* NavigationBar */

    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px;

    position: absolute;
    /*width: 818px;*/
    height: 45px;
    left: 466px;
    top: 16px;
}

.navigationbar a {
    text-decoration: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    padding: 0px;
    width: auto;
    height: 43px;
    top: 0px;
    margin: 0px 13px;
}

.nav_txt_box_sel {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px 10px;
    height: auto;

    background: #FFFFFF;
    border-radius: 16px 16px 0px 0px;

    color: #2d5c93;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.nav_txt_box_sel span {
    width: auto;
    height: 16px;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;

    color: #34679E;
}

.nav_sel_bar_sel {
    /* Auto layout */
    position: relative;
    height: 6px;
    left: 0px;
    top: 8px;

    background: #FFFFFF;

    /* Inside auto layout */

    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.nav_txt {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 10px;
}

.nav_txt span {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}