html {
    font-size: 62.5%;
}
body {
    margin: 0 auto;
    background-color: #29bde9;
    margin-top: 44px;
    margin-bottom: 60px;
}
p {
    font-size: 13px;
    color: #fff;
    margin: 5px 0;
}
a {
    text-decoration: none;
}
a:focus {
    background-color: transparent;
}
.head1 {
    position: fixed;
    top: 0;
    width: 100%;
    height: 44px;
    background-color: #29bde0;
    z-index: 1;
}
.head2 {
    display: flex;
    justify-content: space-between;
}
.head3 {
    width: 25px;
    height: 21px;
    margin: 10px;
    background: url(home.png);
    background-size: 25px 21px;
    background-repeat: no-repeat;
}
.head4 {
    width: 20px;
    height: 20px;
    margin: 10px;
    background: url(news.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
}
.word {
    font-size: 15px;
    margin-top: 10px;
}
main {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    width: 70vw;
    margin: 0 auto;
}
.top1 {
    position: relative;
    width: 175px;
    height: 102.5px;
    margin: 0 auto;
    background: url(victory.png) no-repeat;
    background-size: 175px 102.5px;
}
.word1 {
    position: absolute;
    bottom: 0;
    width: 100%;
  margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
}
.word2 {
    color: #ffc865;
    font-size: 15px;
    text-align: justify;
    margin-bottom: 20px;
}
.center {
   display: flex;
   flex-flow: row wrap;
}
.word4 {
margin: 2.5px 10px 2.5px 0;
}
.below1 {

    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    background-color: #fff;
}
.below2 {
    max-width: 768px;
    width: 70vw;
}
.below3 {
    display: flex;
    justify-content: space-between;
}
.word5 {
    color: #515151;
    font-size: 14px;
}
.word6 {
    color: #d5d5d5;
    font-size: 10px;
}
.word7 {
    color: #a6a6a6;
}
.foot1 {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: rgba(41, 189, 233, 0.5);
}
.foot2 {
    display: flex;
    height: 100%;
    justify-content: space-around;
    align-items: center;
}
.end1 {
    width: 130px;
    padding: 5px;
    text-align: center;
    border-radius: 3px;
    font-size: 20px;
    box-sizing: border-box;
    background-color: #f66f6f;
}
.end2 {
    width: 130px;
    padding: 5px;
    text-align: center;
    border-radius: 3px;
    font-size: 20px;
    box-sizing: border-box;
    background-color: #fbb435;
}