* {
    margin: 0;
    padding: 0;
}

body {
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
    background-attachment: fixed;
    /* box-shadow: 5px 5px 20px rgba(169, 169, 169, 0.5); */
}

.page {
    width: 90%;
    /* background-color: rgba(169, 169, 169, 0.5); */
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);

    /* text-align: center; */
}

.footer {
    /* background-color: rgba(138, 43, 226, 0.6); */
    width: 90%;
    height: 2em;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
}


.header {
    float: left;
    width: 100%;
    height: 4em;
    /* background-color: rgba(255, 228, 196, 0.6); */
}

.content {
    float: left;
    width: 100%;
    /* height: 57em; */
    /* background-color: rgba(127, 255, 212, 0.6); */
    /* overflow: hidden; */
}

.left {
    float: left;
    width: 80%;
    /* height: 55em; */
    /* background-color: rgba(127, 255, 0, 0.4); */
}

.right {
    float: left;
    width: 20%;
    /* height: 55em; */
    /* background-color: rgba(0, 100, 0, 0.3); */
}

iframe {
    border: 2px solid #eb3d41;
    border-radius: 1em;
    box-shadow: 8px 8px 8px 0 #eb3d4130;
    height: 450px;
}


img {
    width: 80%;
    /* padding: 5%; */
    margin-top: 1%;
    margin-bottom: 5%;
    display: block;
    position: relative;
    /* top: 50%; */
    left: 50%;
    transform: translate(-50%, 0%);
    /* float: left; */

}

.right p {
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: rgb(41, 41, 41);
    font-size: 30px;
    font-family: 幼圆;
    text-shadow: 5px 5px 10px #000000;
}

/* .left {
    text-align: center;
} */

.last {
    width: 80%;
    clear: both;
    float: left;
    margin-top: 0%;
    /* background-color: cadetblue; */
    text-align: center;
}

.last p {
    font-size: 20px;
}

.left p {
    margin-top: 2%;
    position: relative;
    left: 10%;
    font-size: 2rem;
}