*{
    transition: width 2s;
    -moz-transition: width 2s; /* Safari */
    -webkit-transition: width 2s; /* Safari */
}
body{
    
}
img{
    width: 100%;
    height: auto;
}
.main{
    position: relative;
    width: 100%;
}
.logo{
    position: absolute;
    top: 3.5rem;
    left: 2rem;
    width: 20%;
    z-index: 10;
}
.section{
    position: relative;
    overflow: hidden;
}
.bgImage img{
    width: 100vw;
    height: 100vh;
}
.page1_1{
    position: absolute;
    top: 24%;
    left: 7%;
    width: 86%;
}
.page1_2{
    position: absolute;
    top: 37%;
    left: 20%;
    width: 60%;
}
.page1_3{
    position: absolute;
    top: 53%;
    left: 10%;
    width: 80%;
}
.page1_4{
    position: absolute;
    top: 69%;
    left: 38%;
    width: 24%;
}
.page2_1{
    position: absolute;
    left: 18%;
    top: 22%;
    width: 64%;
}
.page2_2{
    position: absolute;
    left: 10%;
    top: 32%;
    width: 80%;
}
.page3_1{
    position: absolute;
    left: 18%;
    top: 22%;
    width: 64%;
}
.page3_2{
    position: absolute;
    left: 10%;
    top: 29%;
    width: 80%;
}
.page3_3{
    position: absolute;
    left: 10%;
    top: 66.3%;
    width: 80%;
}
.page3_4{
    position: absolute;
    left: 10%;
    top: 76.3%;
    width: 80%;
}
.page4_1{
    position: absolute;
    top: 40%;
    left: 0%;
    width: 100%;
}
.schoolList{
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    color: #fff;
    font-size: 1.1rem;
    line-height: 2rem;
    text-align: center;
}
.topBox{
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 5rem;
    width: 100vw;
    height: 16rem;
    background: url("../images/page4_2.png") no-repeat;
    background-size: 100% 100%;
}
.bottomBox{
    position: absolute;
    left: 0;
    bottom: 0;
    padding-top: 1.3rem;
    width: 100vw;
    height: 16rem;
    background: url("../images/page4_2.png") no-repeat;
    background-size: 100% 100%;
}
.page5_1{
    position: absolute;
    left: 20%;
    top: 22%;
    width: 60%;
}
.page5_2{
    position: absolute;
    left: 28%;
    top: 32%;
    width: 46%;
}
.page5_3{
    position: absolute;
    left: 20%;
    top: 44%;
    width: 28%;
}
.page5_4{
    position: absolute;
    right: 20%;
    top: 44%;
    width: 28%;
}
.page5_5{
    position: absolute;
    left: 36%;
    top: 66%;
    width: 26%;
}
.audios{
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.musicBtn{
    position: absolute;
    right: 7%;
    top: 6%;
    width: 7%;
    z-index: 10;
}
.videoBox{
    position: absolute;
    left: 2%;
    top: 23%;
    width: 96%;
    height: 73%;
}

/*Loading*/
.loadwrap {
    width: 100%;
    height: 100%;
    background: #155fc9;
    position: absolute;
    z-index: 99999999;
}

#caseBlanche {
    height: 8rem;
    width: 8rem;
    float: left;
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    top: -30%;
    bottom: 0;
    margin: auto;
}

#caseBlanche #load {
    height: 8rem;
    width: 100%;
    color: #fff;
    font-family: calibri;
    text-align: center;
    position: absolute;
    text-align: center;
}

#load i {
    height: 100%;
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 8rem;
}

#load i img {
    width: 8rem;
}

#test {
    height: 10px;
    width: 10px;
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    top: 0px;
    left: 2rem;
}
#rond {
    height: 8rem;
    width: 8rem;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    animation: rond 2s infinite;
    -webkit-animation: rond 2s infinite;
}
.loading {
    margin-top: 5rem;
    width: 100%;
    color: #fff;
    font-size: 1.4rem;
    position: absolute;
    top: 5rem;
    text-align: center;
}

@keyframes rond {
    0% {transform : rotate(0deg);}
    100% {transform : rotate(360deg);}
}

@-webkit-keyframes rond {
    0% {-webkit-transform : rotate(0deg);}
    100% {-webkit-transform : rotate(360deg);}
}