* {
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    outline: none;
    border: none; 
    font-style: normal;
    font-weight: normal;
}

.page1{ background-color:#47a2ff;}
.page2{ background-color:#fbf8f8;}
.page3{ background-color:#eae7e7;}
.page4{ background-color:#84cef4;}
.page5{ background-color:#767676;}
.page6{ background-color:#5b5a5a;}

/* start header */
.header {
  display: flex;
  justify-content: center;
  padding: 8% 0;
}
.header > .content {
  width: 80%;
  display: flex;
  padding: 2% 0;
  flex-wrap: wrap;
  box-sizing: border-box;
}

/*page1*/
.header > .content > .left {
  width: 45%;
}
.header > .content > .left > img {
  width: 100%;
}

.header > .content > .right {
  width: 55%;
  padding-left: 2%;
  box-sizing: border-box;
  margin-top: 1%;
}
.header > .content > .right * {
  color: #ffffff;
}
.header > .content > .right > .top {
  padding-bottom: 15%;
}
.header > .content > .right > .top > p:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.header > .content > .right > .top > p:nth-of-type(1) > span:nth-of-type(1) {
  font-size: 72px;
  font-weight: bold;
}
.header > .content > .right > .top > p:nth-of-type(1) > span:nth-of-type(2) {
  font-size: 48px;
  font-weight: bold;
  align-self: flex-end;
  padding-bottom: 10px;
  margin-right: 26%;
}
.header > .content > .right > .top > p:nth-of-type(2) {
  font-size: 36px;
}
.header > .content > .right > .bottom {
 display: flex;
 align-items: center;
 justify-content: space-between;
}
.header > .content > .right > .bottom > p:nth-of-type(1){
    width: 38%;
  }
  .header > .content > .right > .bottom > p:nth-of-type(1) img{
    width: 78%;
  }
.header > .content > .right > .bottom > p:nth-of-type(2){
  font-size: 48px;
  font-weight: bold;
  margin-right: 20%;
}

/*page2*/
.header > .content > .right_2 {
  width: 35%;
}

.header > .content > .right_2 > img {
  width: 73%;
}

.header > .content > .left_2 {
  width: 65%;
  box-sizing: border-box;
}
.header > .content > .left_2 * {
  color: #000000;
}
.header > .content > .left_2 > .more {
  margin-top: 15%;
  margin-left: 10%;
}
.header > .content > .left_2 > .more >p:nth-of-type(1) {
  padding-bottom: 20px;
  font-size: 72px;
}
.header > .content > .left_2 > .more >p:nth-of-type(2){
    width: 20%;
    border-top:4px #000000 solid  ;
}

.header > .content > .left_2 > .more >p:nth-of-type(3){
    margin-top: 5%;
    font-size: 30px;
}
/*page3*/
.header > .content > .left_2 > .answer {
  margin-top: 15%;
  margin-left:20%;

}
.header > .content > .left_2 > .answer >p:nth-of-type(1) {
  padding-bottom: 20px;
  font-size: 72px;
}
.header > .content > .left_2 > .answer>p:nth-of-type(2){
    width: 20%;
    border-top:4px #000000 solid  ;
}
.header > .content > .left_2 > .answer >p:nth-of-type(3){
    margin-top: 5%;
    font-size: 30px;
}
.header > .content > .right_3 {
  width: 35%;
}

.header > .content > .right_3 > img {
  width: 73%;
  margin-left: 20%;
}
.header > .content > .right_2 {
  width: 35%;
}

.header > .content > .right_2 > img {
  width: 73%;
}

.header > .content > .left_2 {
  width: 65%;
  box-sizing: border-box;
}
.header > .content > .left_2 * {
  color: #000000;
}


/*page4*/
.header > .content > .right_4 {
  width: 35%;
}

.header > .content > .right_4 > img {
  width: 73%;
}

.header > .content > .left_4 {
  width: 65%;
  box-sizing: border-box;
}
.header > .content > .left_4 * {
  color: #ffffff;
}
.header > .content > .left_4 > .person {
  margin-top: 15%;
  margin-left: 10%;
}
.header > .content > .left_4 > .person >p:nth-of-type(1) {
  padding-bottom: 20px;
  font-size: 72px;
}
.header > .content > .left_4 > .person >p:nth-of-type(2){
    width: 20%;
    border-top:4px #ffffff solid  ;
}

.header > .content > .left_4 > .person >p:nth-of-type(3){
    margin-top: 5%;
    font-size: 30px;
}


/*page5*/
.header > .content5 {
  width: 80%;
  padding: 2% 0;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.header > .content5  > .foot {
  padding-bottom: 10%;
}
.box{
    display: flex;
    align-items: center;

}
.div1, .div3{
    flex:1.4;
    border-top: 4px solid #ffffff;
}

.div2{
    flex:3;
    text-align: center;
    font-size: 72px;
    color: #ffffff;
}
.header > .content5 > .foot >div:nth-of-type(2) {
    text-align: center;
    margin-top: 10%;
    font-size: 16px;
    color: #ffffff;
}
.header > .content5 > .foot >div:nth-of-type(2) >p{
    margin-top: 1%;
}


/* end header */
@media screen and (max-width: 994px){
    /*page1*/
    .header > .content {
        width: 90%;
    }
    .header > .content > .left {
        width: 45%;
    }
    .header > .content > .right {
        width: 55%;

    }
    .header > .content > .right > .bottom > p:nth-of-type(1) img{
        width: 78%;
        margin-top: 20%;

     }

    .header > .content > .right > .top > p:nth-of-type(1) > span:nth-of-type(1) {
        font-size: 24px;
    }
    .header > .content > .right > .top > p:nth-of-type(1) > span:nth-of-type(2) {
        font-size: 18px;
        padding-bottom: 2px;
        margin-right:10%;

    }
    .header > .content > .right > .top > p:nth-of-type(2) {
        font-size: 12px;
    }
    .header > .content > .right > .bottom > p:nth-of-type(2) {
        font-size: 16px;
        margin-top: 5px;
        margin-right: 10%;

    }
    .header > .content > .right > .top {
        padding-bottom: 10%;
    }

    /*page2*/

    .header > .content > .left_2 > .more {
      margin-top: 15%;
      /*margin-left: 15%;*/
    }
    .header > .content > .left_2 > .more >p:nth-of-type(1) {
        padding-bottom: 5%;
        font-size: 20px;
    }
    .header > .content > .left_2 > .more >p:nth-of-type(2){
        width: 20%;
        border-top:2px #000000 solid  ;
    }

    .header > .content > .left_2 > .more >p:nth-of-type(3){
        margin-top: 5%;
        font-size: 10px;
    }

    /*page3*/
    .header > .content > .left_2 > .answer {
      margin-top: 15%;
      /*margin-left: 15%;*/
    }
    .header > .content > .left_2 > .answer >p:nth-of-type(1) {
        padding-bottom: 5%;
        font-size: 20px;
    }
    .header > .content > .left_2 > .answer >p:nth-of-type(2){
        width: 20%;
        border-top:2px #000000 solid  ;
    }

    .header > .content > .left_2 > .answer >p:nth-of-type(3){
        margin-top: 5%;
        font-size: 10px;
    }

    /*page4*/
    .header > .content > .left_4 > .person {
      margin-top: 15%;
      /*margin-left: 15%;*/
    }
    .header > .content > .left_4 > .person >p:nth-of-type(1) {
        padding-bottom: 5%;
        font-size: 20px;
    }
    .header > .content > .left_4 > .person >p:nth-of-type(2){
        width: 20%;
        border-top:2px #ffffff solid  ;
    }

    .header > .content > .left_4 > .person >p:nth-of-type(3){
        margin-top: 5%;
        font-size: 10px;
    }

    /*page5*/
    .div1, .div3{
        flex:1.4;
        border-top: 2px solid #ffffff;
    }
    .div2{
        flex:3;
        text-align: center;
        font-size: 24px;
        color: #ffffff;
    }
    .header > .content5 > .foot >div:nth-of-type(2) {
        text-align: center;
        margin-top: 10%;
        font-size: 10px;
        color: #ffffff;
    }



}





