.section {
    position: relative;
    color: #000;
    font-family: 'myriadsetpro-thinthin', Arial;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    margin: 0 auto;
}

#s80 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    font-family: 'myriadsetpro-thinthin', Arial;
    margin: 0 auto;
    overflow: hidden
}

#s80 div, #s80 ul, #s80 ol, #s80 dl, #s80 dt, #s80 dd, #s80 li, #s80 dl, #s80 h1, #s80 h2, #s80 h3, #s80 h4, #s80 p {
    margin: 0;
    padding: 0;
    font-style: normal
}

#s80 ol, #s80 ul, #s80 li {
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#s80 img {
    border: 0;
    vertical-align: middle;
    max-width: none;
    -webkit-user-drag: none
}

#s80 *, #s80 ::after, #s80 ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#s80 .big-img {
    width: 100%;
    height: auto
}

#s80 .s80-pc {
    display: inherit
}

#s80 .s80-phone {
    display: none !important
}

#s80 .transHide {
    display: inherit;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transform: translate3d(0, 150px, 0) scale(0.6);
    transform: translate3d(0, 150px, 0) scale(0.6)
}

#s80 .showDelay {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    transition: opacity .5s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

#s80 .lab {
    display: block
}

#s80 .se {
    position: relative
}

#s80 .sect1 .box {
    position: absolute;
    top: 25%;
    left: 56%
}

#s80 .sect1 .box .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1vw
}

#s80 .sect1 .box .title img {
    width: 15.4166666667vw;
    margin-right: 1vw
}

#s80 .sect1 .box .title p {
    font-size: 4.3229166667vw;
    font-weight: 400;
    line-height: 1.2;
    color: #000
}

#s80 .sect1 .box .msg {
    font-size: 1.5625vw;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    background: -webkit-gradient(linear, left top, right top, from(#FFA800), to(#22CC00));
    background: -o-linear-gradient(left, #FFA800, #22CC00);
    background: linear-gradient(90deg, #FFA800, #22CC00);
    padding: .5vw 1vw
}

#s80 .sect2 {
    background-color: #000;
    padding: 4vw 0
}

#s80 .sect2 .box {
    width: 69.3641618497%;
    margin: 0 auto
}

#s80 .sect2 .box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#s80 .sect2 .box ul li {
    position: relative;
    margin: .5vw 0
}

#s80 .sect2 .box ul li .word {
    position: absolute
}

#s80 .sect2 .box ul li:nth-child(1) {
    width: 62.5%
}

#s80 .sect2 .box ul li:nth-child(2) {
    width: 35.6818181818%
}

#s80 .sect2 .box ul li:nth-child(2) .word {
    top: 3%;
    left: 50%;
    width: 80%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center
}

#s80 .sect2 .box ul li:nth-child(2) .word .tit {
    font-size: 5.625vw;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
    background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
    background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect2 .box ul li:nth-child(2) .word .msg {
    font-size: 3.4375vw;
    font-weight: bold;
    color: #fff;
    line-height: 1
}

#s80 .sect2 .box ul li:nth-child(3) {
    width: 49.4696969697%
}

#s80 .sect2 .box ul li:nth-child(3) .word {
    top: 10%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center
}

#s80 .sect2 .box ul li:nth-child(3) .word .tit {
    font-size: 2.1354166667vw;
    line-height: 1;
    font-weight: bold;
    color: #fff
}

#s80 .sect2 .box ul li:nth-child(4) {
    width: 22.6515151515%
}

#s80 .sect2 .box ul li:nth-child(4) .word {
    top: 10%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center
}

#s80 .sect2 .box ul li:nth-child(4) .word .tit {
    font-size: 2.65625vw;
    line-height: 1;
    font-weight: bold;
    color: #00fe40
}

#s80 .sect2 .box ul li:nth-child(5) {
    width: 24.6212121212%
}

#s80 .sect2 .box ul li:nth-child(5) .word {
    top: 10%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center
}

#s80 .sect2 .box ul li:nth-child(5) .word .tit {
    font-size: 2.5vw;
    line-height: 1;
    font-weight: bold;
    color: #fff
}

#s80 .sect2 .box ul li:nth-child(6) {
    width: 31.0606060606%
}

#s80 .sect2 .box ul li:nth-child(6) .word {
    top: 10%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center
}

#s80 .sect2 .box ul li:nth-child(6) .word .tit {
    font-size: 2.0833333333vw;
    line-height: 1;
    font-weight: 600;
    color: #f0ff00
}

#s80 .sect2 .box ul li:nth-child(7) {
    width: 31.8181818182%
}

#s80 .sect2 .box ul li:nth-child(7) .word {
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center
}

#s80 .sect2 .box ul li:nth-child(7) .word .tit {
    font-size: 2.8125vw;
    line-height: 1;
    font-weight: bold;
    color: #f0ff00;
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #B5FF16), to(#00FCFF));
    background: -o-linear-gradient(left, #B5FF16 0.1220703125%, #00FCFF 100%);
    background: linear-gradient(90deg, #B5FF16 0.1220703125%, #00FCFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect2 .box ul li:nth-child(8) {
    width: 33.7121212121%
}

#s80 .sect2 .box ul li:nth-child(8) .word {
    top: 10%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center
}

#s80 .sect2 .box ul li:nth-child(8) .word .tit {
    font-size: 2.5vw;
    line-height: 1;
    font-weight: bold;
    color: #d8ff00;
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #B5FF16), to(#00FCFF));
    background: -o-linear-gradient(left, #B5FF16 0.1220703125%, #00FCFF 100%);
    background: linear-gradient(90deg, #B5FF16 0.1220703125%, #00FCFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect2 .box ul li:nth-child(9) {
    width: 23.7121212121%
}

#s80 .sect2 .box ul li:nth-child(9) .word {
    top: 5%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center
}

#s80 .sect2 .box ul li:nth-child(9) .word .tit {
    font-size: 2.5vw;
    line-height: 1;
    font-weight: bold;
    color: #d8ff00;
    display: inline-block;
    background: -webkit-gradient(linear, right top, left top, color-stop(0.3662109375%, #FFFA6D), to(#00FF3B));
    background: -o-linear-gradient(right, #FFFA6D 0.3662109375%, #00FF3B 100%);
    background: linear-gradient(270deg, #FFFA6D 0.3662109375%, #00FF3B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect2 .box ul li:nth-child(9) .word .msg {
    font-size: 1.5625vw;
    font-weight: 600;
    color: #fff;
    line-height: 1.2
}

#s80 .sect2 .box ul li:nth-child(10) {
    width: 23.9393939394%
}

#s80 .sect2 .box ul li:nth-child(10) .word {
    top: 10%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center
}

#s80 .sect2 .box ul li:nth-child(10) .word .tit {
    font-size: 2.96875vw;
    line-height: 1;
    font-weight: 600;
    color: #fff
}

#s80 .sect2 .box ul li:nth-child(11) {
    width: 48.6363636364%
}

#s80 .sect2 .box ul li:nth-child(11) .word {
    top: 50%;
    left: 2%;
    width: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left
}

#s80 .sect2 .box ul li:nth-child(11) .word .tit {
    font-size: 2.65625vw;
    line-height: 1;

    font-weight: 600;
    display: inline-block;
    color: #fff;
    background: -webkit-gradient(linear, right top, left top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
    background: -o-linear-gradient(right, #FFA800 0.1220703125%, #22CC00 100%);
    background: linear-gradient(270deg, #FFA800 0.1220703125%, #22CC00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect2 .box ul li:nth-child(11) .word .msg {
    font-size: 1.4583333333vw;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    margin-top: 1vw
}

#s80 .sect2 .box ul li:nth-child(12) {
    width: 30.8333333333%
}

#s80 .sect2 .box ul li:nth-child(12) .word {
    top: 5%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center
}

#s80 .sect2 .box ul li:nth-child(12) .word .tit {
    font-size: 2.1875vw;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #B5FF16), to(#00FCFF));
    background: -o-linear-gradient(left, #B5FF16 0.1220703125%, #00FCFF 100%);
    background: linear-gradient(90deg, #B5FF16 0.1220703125%, #00FCFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect2 .box ul li:nth-child(13) {
    width: 21.8939393939%
}

#s80 .sect2 .box ul li:nth-child(13) .word {
    top: 10%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center
}

#s80 .sect2 .box ul li:nth-child(13) .word .tit {
    font-size: 2.0833333333vw;
    line-height: 1;
    font-weight: 600;
    color: #fff
}

#s80 .sect2 .box ul li:nth-child(14) {
    width: 43.7878787879%
}

#s80 .sect2 .box ul li:nth-child(14) .word {
    top: 5%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center
}

#s80 .sect2 .box ul li:nth-child(14) .word .tit {
    font-size: 1.9791666667vw;
    line-height: 1;
    font-weight: 600;
    color: #18ff00
}

#s80 .sect3 {
    background-color: #000
}

#s80 .sect3 .box {
    position: relative
}

#s80 .sect3 .box .word {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65.4230162901%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

#s80 .sect3 .box .word img {
    width: 6.6666666667vw;
    margin-bottom: 1vw
}

#s80 .sect3 .box .word .word-tit {
    font-size: 5.4166666667vw;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
    background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
    background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect3 .box .word .word-msg {
    font-size: 4.0104166667vw;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
    background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
    background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    position: relative
}

#s80 .sect3 .box .word .word-msg::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -10%;
    background: #31ff00;
    width: 10.4166666667vw;
    height: 0.5208333333vw
}

#s80 .sect3 .box-2 {
    padding: 4vw 0;
    width: 69.4167104572%;
    margin: 0 auto
}

#s80 .sect3 .box-2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#s80 .sect3 .box-2 ul li {
    position: relative
}

#s80 .sect3 .box-2 ul li .word {
    position: absolute
}

#s80 .sect3 .box-2 ul li:nth-child(1) {
    width: 29.5230885693%
}

#s80 .sect3 .box-2 ul li:nth-child(1) .word {
    top: 3%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center
}

#s80 .sect3 .box-2 ul li:nth-child(1) .word .tit {
    font-size: 3.4895833333vw;
    font-weight: bold;
    color: #c6f914;
    line-height: 1
}

#s80 .sect3 .box-2 ul li:nth-child(2) {
    width: 34.0651021953%
}

#s80 .sect3 .box-2 ul li:nth-child(2) .item-box {
    position: relative
}

#s80 .sect3 .box-2 ul li:nth-child(2) .item-box:nth-child(2) {
    margin-top: 1.3020833333vw
}

#s80 .sect3 .box-2 ul li:nth-child(2) .item-box:nth-child(2) .word {
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center
}

#s80 .sect3 .box-2 ul li:nth-child(2) .item-box:nth-child(2) .word .tit {
    font-size: 4.6875vw;
    font-weight: bold;
    color: #c6f914;
    display: inline-block;
    line-height: 1;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
    background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
    background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect3 .box-2 ul li:nth-child(2) .item-box:nth-child(2) .word .msg {
    font-size: 2.1875vw;
    font-weight: bold;
    color: #fff;
    line-height: 1
}

#s80 .sect3 .box-2 ul li:nth-child(3) {
    width: 33.4595003785%
}

#s80 .sect3 .box-2 ul li:nth-child(3) .item-box {
    position: relative
}

#s80 .sect3 .box-2 ul li:nth-child(3) .item-box:nth-child(1) .word {
    top: 5%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center
}

#s80 .sect3 .box-2 ul li:nth-child(3) .item-box:nth-child(1) .word .tit {
    font-size: 5.625vw;
    font-weight: bold;
    color: #c6f914;
    display: inline-block;
    line-height: 1;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
    background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
    background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect3 .box-2 ul li:nth-child(3) .item-box:nth-child(1) .word .msg {
    font-size: 3.4375vw;
    font-weight: bold;
    color: #fff;
    line-height: 1
}

#s80 .sect3 .box-2 ul li:nth-child(3) .item-box:nth-child(2) {
    margin-top: 1.3020833333vw
}

#s80 .sect3 .box-2 ul li:nth-child(3) .item-box:nth-child(2) .word {
    top: 50%;
    left: 2%;
    width: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left
}

#s80 .sect3 .box-2 ul li:nth-child(3) .item-box:nth-child(2) .word .tit {
    font-size: 2.3958333333vw;
    font-weight: bold;
    color: #c6f914;
    line-height: 1;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.3662109375%, #FFFA6D), color-stop(45.2392578125%, #3CFFFF), to(#65FF89));
    background: -o-linear-gradient(left, #FFFA6D 0.3662109375%, #3CFFFF 45.2392578125%, #65FF89 100%);
    background: linear-gradient(90deg, #FFFA6D 0.3662109375%, #3CFFFF 45.2392578125%, #65FF89 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect4 {
    background-color: #000
}

#s80 .sect4 .box {
    width: 52.5486074619%;
    margin: 0 auto;
    text-align: center;
    padding: 4vw 0
}

#s80 .sect4 .box .word .tit {
    font-size: 2.9166666667vw;
    line-height: 1;
    font-weight: 600;
    color: #fff
}

#s80 .sect4 .box .word .tit span {
    color: #18ff00
}

#s80 .sect4 .box .word .lab {
    font-size: 2.0833333333vw;
    line-height: 1;
    font-weight: 400;
    color: #18ff00;
    margin: 1vw 0
}

#s80 .sect4 .box .word .msg {
    font-size: 1.5625vw;
    line-height: 1;
    font-weight: 400;
    color: #fff
}

#s80 .sect4 .box .word .note {
    font-size: 0.9375vw;
    line-height: 1;
    font-weight: 400;
    color: #666;
    margin-top: 1vw
}

#s80 .sect4 .box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4vw
}

#s80 .sect4 .box ul li:nth-child(1) .picture-box img {
    width: 4.21875vw
}

#s80 .sect4 .box ul li:nth-child(2) .picture-box img {
    width: 4.21875vw
}

#s80 .sect4 .box ul li:nth-child(3) .picture-box img {
    width: 4.53125vw
}

#s80 .sect4 .box ul li:nth-child(4) .picture-box img {
    width: 4.4791666667vw
}

#s80 .sect4 .box ul li:nth-child(5) .picture-box img {
    width: 4.9479166667vw
}

#s80 .sect4 .box ul li:nth-child(6) .picture-box img {
    width: 4.84375vw
}

#s80 .sect4 .box ul li .picture-box {
    height: 5.2083333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#s80 .sect4 .box ul li .li-tit {
    font-size: 1.7708333333vw;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    margin: 1vw 0
}

#s80 .sect4 .box ul li .li-msg {
    font-size: 1.7708333333vw;
    font-weight: 400;
    color: #18ff00;
    line-height: 1
}

#s80 .sect5 {
    background-color: #000
}

#s80 .sect5 .box {
    width: 58.8544403573%;
    margin: 0 auto;
    text-align: center;
    padding: 4vw 0
}

#s80 .sect5 .box .word .tit {
    font-size: 2.9166666667vw;
    line-height: 1;
    font-weight: 600;
    color: #fff
}

#s80 .sect5 .box .word .lab {
    font-size: 2.0833333333vw;
    line-height: 1;
    font-weight: 400;
    color: #18ff00;
    margin: 1vw 0
}

#s80 .sect5 .box .word .msg {
    font-size: 1.5625vw;
    line-height: 1;

    font-weight: 400;
    color: #fff
}

#s80 .sect5 .box .word .msg span {
    color: #18ff00
}

#s80 .sect6 {
    background-color: #000
}

#s80 .sect6 .box {
    width: 69.5218076721%;
    margin: 0 auto;
    padding: 4vw 0
}

#s80 .sect6 .box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#s80 .sect6 .box ul li:nth-child(1) {
    width: 43.0839002268%
}

#s80 .sect6 .box ul li:nth-child(2) {
    width: 53.8170823885%
}

#s80 .sect6 .box .word .tit {
    font-size: 2.5vw;
    line-height: 1;
    font-weight: 600;
    color: #fff
}

#s80 .sect6 .box .word .lab {
    font-size: 1.6666666667vw;
    line-height: 1;
    font-weight: 400;
    color: #18ff00;
    margin: 1vw 0
}

#s80 .sect6 .box .word .msg {
    font-size: 1.4583333333vw;
    line-height: 1;
    font-weight: 400;
    color: #fff
}

#s80 .sect6 .box .word .msg span {
    color: #18ff00
}

#s80 .sect7 .box {
    width: 55.0183920126%;
    margin: 0 auto;
    padding: 8vw 0;
    text-align: center
}

#s80 .sect7 .box .tit {
    font-size: 6.25vw;
    font-weight: bold;
    color: #000;
    line-height: 1;
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
    background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
    background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect7 .box .msg {
    font-size: 1.875vw;
    line-height: 1;
    font-weight: 400;
    color: #000
}

#s80 .sect7 .box ul {
    margin-top: 4vw
}

#s80 .sect7 .box ul li:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#s80 .sect7 .box ul li:nth-child(2) p {
    font-size: 1.6666666667vw;
    font-weight: 600;
    color: #010101;
    line-height: 1.2
}

#s80 .sect7 .box ul li:nth-child(2) p:nth-child(1) {
    width: 15%
}

#s80 .sect7 .box ul li:nth-child(2) p:nth-child(2) {
    width: 45%
}

#s80 .sect7 .box ul li:nth-child(2) p:nth-child(3) {
    width: 25%;
    text-align: left;
    padding-left: 1%
}

#s80 .sect7 .box ul li:nth-child(2) p:nth-child(4) {
    width: 15%
}

#s80 .sect7 .box-2 {
    width: 69.2065160273%;
    margin: 0 auto;
    padding: 4vw 0;
    text-align: center
}

#s80 .sect7 .box-2 .tit {
    font-size: 6.25vw;
    font-weight: bold;
    color: #000;
    line-height: 1;
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
    background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
    background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect7 .box-2 .msg {
    font-size: 1.875vw;
    line-height: 1;
    font-weight: 400;
    color: #000
}

#s80 .sect7 .box-2 ul {
    margin-top: 4vw
}

#s80 .sect7 .box-2 ul li:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-2vw);
    -ms-transform: translateY(-2vw);
    transform: translateY(-2vw);
    width: 80%;
    margin: 0 0 0 auto
}

#s80 .sect7 .box-2 ul li:nth-child(2) p {
    font-size: 1.6666666667vw;
    font-weight: 600;
    color: #010101;
    line-height: 1.2;
    width: 25%
}

#s80 .sect8 .box .title {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 170, 0, 0.5607843137)), to(rgba(34, 204, 0, 0.5764705882)));
    background: -o-linear-gradient(left, rgba(255, 170, 0, 0.5607843137), rgba(34, 204, 0, 0.5764705882));
    background: linear-gradient(90deg, rgba(255, 170, 0, 0.5607843137), rgba(34, 204, 0, 0.5764705882));
    height: 231px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

#s80 .sect8 .box .title .tit {
    width: 68.1029952706%;
    font-size: 2.7604166667vw;
    font-weight: 600;
    line-height: 1.2;
    color: #000
}

#s80 .sect8 .picture-box {
    position: relative;
    margin: 4vw 0
}

#s80 .sect8 .picture-box .word {
    position: absolute
}

#s80 .sect8 .picture-box .word-tit-1 {
    left: 17%;
    top: 31%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 1.9791666667vw;
    line-height: 1;
    font-weight: 600;
    color: #000
}

#s80 .sect8 .picture-box .word-tit-2 {
    left: 70%;
    top: 28%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 1.9791666667vw;
    line-height: 1;
    font-weight: 600;
    color: #000
}

#s80 .sect8 .picture-box .word-tit-3 {
    left: 44%;
    top: 89%;
    font-size: 1.9791666667vw;
    line-height: 1;
    font-weight: 600;
    color: #000
}

#s80 .sect8 .picture-box .word-msg-1 {
    left: 28%;
    top: 32%;
    font-size: 1.4583333333vw;
    line-height: 1;
    font-weight: 400;
    color: #000
}

#s80 .sect8 .picture-box .word-msg-2 {
    left: 57%;
    top: 32%;
    font-size: 1.4583333333vw;
    line-height: 1;
    font-weight: 400;
    color: #000
}

#s80 .sect8 .picture-box .word-msg-3 {
    left: 40%;
    width: 17%;
    top: 40%;
    text-align: center;
    font-size: 1.4583333333vw;
    line-height: 1;
    font-weight: 400;
    color: #000
}

#s80 .sect8 .picture-box .word-msg-4 {
    left: 10%;
    top: 69%;
    font-size: 1.4583333333vw;
    line-height: 1;
    font-weight: 400;
    color: #000
}

#s80 .sect8 .picture-box .word-msg-5 {
    left: 37%;
    width: 25%;
    top: 67%;
    text-align: center;
    font-size: 1.4583333333vw;
    line-height: 1;
    font-weight: 400;
    color: #000
}

#s80 .sect8 .picture-box .word-msg-5 span {
    color: #009719
}

#s80 .sect8 .picture-box .word-msg-6 {
    left: 79%;
    top: 69%;
    width: 10%;
    text-align: center;
    font-size: 1.4583333333vw;
    line-height: 1;
    font-weight: 400;
    color: #000
}

#s80 .sect8 .picture-box .word-msg-7 {
    left: 21%;
    top: 102%;
    font-size: 1.4583333333vw;
    line-height: 1;
    font-weight: 400;
    color: #000
}

#s80 .sect8 .picture-box .word-msg-8 {
    left: 61%;
    top: 102%;
    font-size: 1.4583333333vw;
    line-height: 1;
    font-weight: 400;
    color: #000
}

#s80 .sect9 .box .title {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 170, 0, 0.5607843137)), to(rgba(34, 204, 0, 0.5764705882)));
    background: -o-linear-gradient(left, rgba(255, 170, 0, 0.5607843137), rgba(34, 204, 0, 0.5764705882));
    background: linear-gradient(90deg, rgba(255, 170, 0, 0.5607843137), rgba(34, 204, 0, 0.5764705882));
    height: 231px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

#s80 .sect9 .box .title .tit {
    width: 68.1029952706%;
    font-size: 2.7604166667vw;
    font-weight: 600;
    line-height: 1.2;
    color: #000
}

#s80 .sect9 .box .picture-box {
    text-align: center
}

#s80 .sect9 .box .picture-box .msg {
    font-size: 2.3958333333vw;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    margin-top: 4vw
}

#s80 .sect9 .box .picture-box .msg span {
    color: #00ab0c;
    font-weight: bold
}

#s80 .sect9 .box .picture-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 67.7351550184%;
    margin: 0 auto;
    -webkit-transform: translateY(-4vw);
    -ms-transform: translateY(-4vw);
    transform: translateY(-4vw)
}

#s80 .sect9 .box .picture-box ul li {
    width: 39.7982932506%
}

#s80 .sect9 .box .picture-box ul li img {
    width: 6.25vw
}

#s80 .sect9 .box .picture-box ul li .word {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 170, 0, 0.5607843137)), to(rgba(34, 204, 0, 0.5764705882)));
    background: -o-linear-gradient(left, rgba(255, 170, 0, 0.5607843137), rgba(34, 204, 0, 0.5764705882));
    background: linear-gradient(90deg, rgba(255, 170, 0, 0.5607843137), rgba(34, 204, 0, 0.5764705882));
    height: 149px;
    margin-top: 1vw
}

#s80 .sect9 .box .picture-box ul li .word .word-tit {
    font-size: 3.75vw;
    font-weight: normal;
    color: #000;
    line-height: 1
}

#s80 .sect9 .box .picture-box ul li .word .word-msg {
    font-size: 1.3541666667vw;
    font-weight: normal;
    color: #000;
    line-height: 1
}

#s80 .sect10 .box .title {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 170, 0, 0.5607843137)), to(rgba(34, 204, 0, 0.5764705882)));
    background: -o-linear-gradient(left, rgba(255, 170, 0, 0.5607843137), rgba(34, 204, 0, 0.5764705882));
    background: linear-gradient(90deg, rgba(255, 170, 0, 0.5607843137), rgba(34, 204, 0, 0.5764705882));
    height: 231px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

#s80 .sect10 .box .title .tit {
    width: 68.1029952706%;
    font-size: 2.7604166667vw;
    font-weight: 600;
    line-height: 1.2;
    color: #000
}

#s80 .sect10 .box .picture-box {
    text-align: center;
    width: 69.626904887%;
    margin: 0 auto;
    padding: 4vw 0 8vw 0;
    position: relative
}

#s80 .sect10 .box .picture-box .word {
    position: absolute;
    font-size: 1.1458333333vw;
    font-weight: 400;
    line-height: 1.2;
    color: #000
}

#s80 .sect10 .box .picture-box .word-1 {
    left: 40%;
    top: 31%;
    width: 20%
}

#s80 .sect10 .box .picture-box .word-2 {
    left: 69%;
    top: 55%;
    width: 30%
}

#s80 .sect10 .box .picture-box .word-3 {
    left: 49%;
    top: 89%;
    width: 40%
}

#s80 .sect10 .box .picture-box .word-4 {
    left: 14%;
    top: 89%;
    width: 35%
}

#s80 .sect10 .box .picture-box .word-5 {
    left: 6%;
    top: 55%;
    width: 20%
}

#s80 .sect11 .box .title {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 170, 0, 0.5607843137)), to(rgba(34, 204, 0, 0.5764705882)));
    background: -o-linear-gradient(left, rgba(255, 170, 0, 0.5607843137), rgba(34, 204, 0, 0.5764705882));
    background: linear-gradient(90deg, rgba(255, 170, 0, 0.5607843137), rgba(34, 204, 0, 0.5764705882));
    height: 231px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

#s80 .sect11 .box .title .tit {
    width: 68.1029952706%;
    font-size: 2.7604166667vw;
    font-weight: 600;
    line-height: 1.2;
    color: #000
}

#s80 .sect11 .box .picture-box {
    text-align: center;
    width: 69.626904887%;
    margin: 0 auto;
    padding: 4vw 0 8vw 0;
    position: relative
}

#s80 .sect11 .box .picture-box .word {
    position: absolute;
    font-size: 1.1458333333vw;
    font-weight: 400;
    line-height: 1.2;
    color: #000
}

#s80 .sect11 .box .picture-box .word-1 {
    left: 18%;
    top: 29%;
    width: 25%
}

#s80 .sect11 .box .picture-box .word-2 {
    left: 55%;
    top: 29%;
    width: 25%
}

#s80 .sect11 .box .picture-box .word-3 {
    left: 67%;
    top: 59%;
    width: 35%
}

#s80 .sect11 .box .picture-box .word-4 {
    left: 50%;
    top: 90%;
    width: 35%
}

#s80 .sect11 .box .picture-box .word-5 {
    left: 18%;
    top: 90%;
    width: 25%
}

#s80 .sect11 .box .picture-box .word-6 {
    left: 0%;
    top: 59%;
    width: 32%
}

#s80 .sect12 {
    background-color: #000
}

#s80 .sect12 .box {
    position: relative
}

#s80 .sect12 .box .word {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 57.8034682081%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

#s80 .sect12 .box .word img {
    width: 7.03125vw
}

#s80 .sect12 .box .word .word-tit {
    font-size: 4.3229166667vw;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
    background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
    background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect12 .box .word .word-msg {
    font-size: 2.34375vw;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
    background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
    background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    position: relative
}

#s80 .sect12 .box .word .word-msg::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -20%;
    background: #31ff00;
    width: 10.4166666667vw;
    height: 0.5208333333vw
}

#s80 .sect13 {
    background-color: #000
}

#s80 .sect13 .box {
    width: 69.1539674199%;
    margin: 0 auto;
    text-align: center;
    padding: 4vw 0
}

#s80 .sect13 .box .word {
    width: 77.5075987842%;
    margin: 0 auto;
    padding: 4vw 0
}

#s80 .sect13 .box .word .tit {
    font-size: 2.9166666667vw;
    line-height: 1.2;
    font-weight: 600;
    color: #18ff00
}

#s80 .sect13 .box .word .msg {
    font-size: 1.5625vw;
    line-height: 1.2;
    font-weight: 400;
    color: #fff
}

#s80 .sect13 .box-2 {
    width: 69.3116132422%;
    margin: 0 auto;
    padding: 4vw 0
}

#s80 .sect13 .box-2 .word {
    padding: 4vw 0
}

#s80 .sect13 .box-2 .word .tit {
    font-size: 2.9166666667vw;
    line-height: 1.2;
    font-weight: 600;
    color: #18ff00
}

#s80 .sect13 .box-2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

#s80 .sect13 .box-2 ul li {
    width: 22.4412433662%
}

#s80 .sect13 .box-2 ul li .msg {
    font-size: 1.1458333333vw;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    margin-top: 1vw
}

#s80 .sect13 .box-3 {
    width: 69.4167104572%;
    margin: 0 auto;
    padding: 4vw 0
}

#s80 .sect13 .box-3 .word {
    width: 84.178652536%;
    padding: 4vw 0
}

#s80 .sect13 .box-3 .word .tit {
    font-size: 2.9166666667vw;
    line-height: 1.2;
    font-weight: 600;
    color: #18ff00
}

#s80 .sect13 .box-3 .word .msg {
    font-size: 1.5625vw;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    margin-top: 1vw
}

#s80 .sect13 .box-3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#s80 .sect13 .box-3 ul li {
    width: 18.773656321%;
    position: relative;
    margin: .5vw 0
}

#s80 .sect13 .box-3 ul li .msg {
    font-size: 1.4583333333vw;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 65%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

#s80 .sect13 .box-4 {
    padding: 4vw 0
}

#s80 .sect13 .box-4 .word {
    width: 69.4167104572%;
    margin: 0 auto;
    padding: 4vw 0
}

#s80 .sect13 .box-4 .word .tit {
    font-size: 2.9166666667vw;
    line-height: 1.2;
    font-weight: 600;
    color: #18ff00
}

#s80 .sect13 .box-4 .word .msg {
    font-size: 1.5625vw;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    margin-top: 1vw
}

#s80 .sect13 .box-4 .picture-box {
    position: relative
}

#s80 .sect13 .box-4 .picture-box .note {
    position: absolute;
    bottom: 5%;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 2.3958333333vw;
    font-weight: bold;
    color: #000;
    line-height: 1
}

#s80 .sect14 {
    background-color: #000
}

#s80 .sect14 .box {
    position: relative
}

#s80 .sect14 .box .word {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 68.5233841303%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

#s80 .sect14 .box .word img {
    width: 10vw
}

#s80 .sect14 .box .word .word-tit {
    font-size: 3.1770833333vw;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
    background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
    background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect14 .box .word .word-msg {
    font-size: 1.5625vw;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    position: relative
}

#s80 .sect14 .box .word .word-msg::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -20%;
    background: #31ff00;
    width: 10.4166666667vw;
    height: 0.5208333333vw
}

#s80 .sect14 .box-2 .word {
    width: 55.0183920126%;
    margin: 0 auto;
    text-align: center;
    padding: 4vw 0
}

#s80 .sect14 .box-2 .word .tit {
    font-size: 2.9166666667vw;
    line-height: 1.2;
    font-weight: 600;
    color: #18ff00
}

#s80 .sect14 .box-2 .word .msg {
    font-size: 1.5625vw;
    line-height: 1.2;
    font-weight: 400;
    color: #fff
}

#s80 .sect14 .box-2 .word ul {
    width: 73.0181470869%;
    margin: 0 auto;
    padding-top: 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#s80 .sect14 .box-2 .word ul li .item-box {
    position: relative
}

#s80 .sect14 .box-2 .word ul li .item-box .item-word {
    position: absolute
}

#s80 .sect14 .box-2 .word ul li:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 70.8960104644%
}

#s80 .sect14 .box-2 .word ul li:nth-child(1) .item-box:nth-child(1) {
    width: 100%;
    margin-bottom: 0.625vw
}

#s80 .sect14 .box-2 .word ul li:nth-child(1) .item-box:nth-child(1) .item-word {
    left: 50%;
    top: 50%;
    width: 60%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#s80 .sect14 .box-2 .word ul li:nth-child(1) .item-box:nth-child(1) .item-word .word-tit {
    font-size: 3.125vw;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #3CA3FF), color-stop(36.71875%, #CB53FF), color-stop(66.0400390625%, #FF9C27), to(#33F5F7));
    background: -o-linear-gradient(left, #3CA3FF 0.1220703125%, #CB53FF 36.71875%, #FF9C27 66.0400390625%, #33F5F7 100%);
    background: linear-gradient(90deg, #3CA3FF 0.1220703125%, #CB53FF 36.71875%, #FF9C27 66.0400390625%, #33F5F7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect14 .box-2 .word ul li:nth-child(1) .item-box:nth-child(1) .item-word .word-msg {
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.2;
    color: #fff
}

#s80 .sect14 .box-2 .word ul li:nth-child(1) .item-box:nth-child(2) {
    width: 38.3763837638%
}

#s80 .sect14 .box-2 .word ul li:nth-child(1) .item-box:nth-child(2) .item-word {
    left: 50%;
    top: 40%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

#s80 .sect14 .box-2 .word ul li:nth-child(1) .item-box:nth-child(2) .item-word .word-tit {
    font-size: 3.125vw;
    font-weight: 400;
    color: #fff;
    line-height: 1.2
}

#s80 .sect14 .box-2 .word ul li:nth-child(1) .item-box:nth-child(2) .item-word .word-msg {
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.2;
    color: #fff
}

#s80 .sect14 .box-2 .word ul li:nth-child(1) .item-box:nth-child(3) {
    width: 58.4870848708%
}

#s80 .sect14 .box-2 .word ul li:nth-child(1) .item-box:nth-child(3) .item-word {
    left: 50%;
    top: 40%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

#s80 .sect14 .box-2 .word ul li:nth-child(1) .item-box:nth-child(3) .item-word .word-tit {
    font-size: 3.125vw;
    font-weight: 400;
    display: inline-block;
    color: #fff;
    line-height: 1.2;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.1220703125%, #17EDEE), to(#0AF258));
    background: -o-linear-gradient(bottom, #17EDEE 0.1220703125%, #0AF258 100%);
    background: linear-gradient(0deg, #17EDEE 0.1220703125%, #0AF258 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect14 .box-2 .word ul li:nth-child(1) .item-box:nth-child(3) .item-word .word-msg {
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.2;
    color: #fff
}

#s80 .sect14 .box-2 .word ul li:nth-child(2) {
    width: 27.2073250491%
}

#s80 .sect14 .box-2 .word ul li:nth-child(2) .item-box:nth-child(1) {
    width: 100%;
    margin-bottom: 0.625vw
}

#s80 .sect14 .box-2 .word ul li:nth-child(2) .item-box:nth-child(1) .item-word {
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#s80 .sect14 .box-2 .word ul li:nth-child(2) .item-box:nth-child(1) .item-word .word-tit {
    font-size: 3.125vw;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    background: -o-linear-gradient(181deg, #FF8E20 0.3662109375%, #00FFFC 100%);
    background: linear-gradient(269deg, #FF8E20 0.3662109375%, #00FFFC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect14 .box-2 .word ul li:nth-child(2) .item-box:nth-child(1) .item-word .word-msg {
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.2;
    color: #fff
}

#s80 .sect14 .box-2 .word ul li:nth-child(2) .item-box:nth-child(2) .item-word {
    left: 50%;
    top: 40%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

#s80 .sect14 .box-2 .word ul li:nth-child(2) .item-box:nth-child(2) .item-word .word-tit {
    font-size: 3.125vw;
    font-weight: 400;
    display: inline-block;
    color: #fff;
    line-height: 1.2;
    background: -o-linear-gradient(181deg, #5A89FF 0.3662109375%, #00FF3C 100%);
    background: linear-gradient(269deg, #5A89FF 0.3662109375%, #00FF3C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect14 .box-2 .word ul li:nth-child(2) .item-box:nth-child(2) .item-word .word-msg {
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.2;
    color: #fff
}

#s80 .sect14 .box-2 .bg {
    margin-top: -15%
}

#s80 .sect15 {
    background-color: #000;
    padding-bottom: 4vw
}

#s80 .sect15 .box {
    position: relative;
    margin-bottom: 4vw
}

#s80 .sect15 .box .word {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70.993168681%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

#s80 .sect15 .box .word img {
    width: 8.0208333333vw
}

#s80 .sect15 .box .word .word-tit {
    font-size: 2.6041666667vw;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    margin: 1vw 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
    background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
    background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect15 .box .word .word-msg {
    font-size: 1.5625vw;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    position: relative
}

#s80 .sect15 .box .word .word-msg::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -20%;
    background: #31ff00;
    width: 10.4166666667vw;
    height: 0.5208333333vw
}

#s80 .sect15 .box-2 {
    position: relative;
    width: 69.3641618497%;
    height: 53.6458333333vw;
    margin: 0 auto
}

#s80 .sect15 .box-2 .picture-box {
    height: 100%
}

#s80 .sect15 .box-2 .item-box {
    position: absolute
}

#s80 .sect15 .box-2 .item-box .item-word {
    position: absolute
}

#s80 .sect15 .box-2 .item-box:nth-child(1) {
    left: 0;
    top: 0;
    width: 31.9696969697%;
    height: 26.6990291262%
}

#s80 .sect15 .box-2 .item-box:nth-child(1) .item-word {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 5%;
    left: 0
}

#s80 .sect15 .box-2 .item-box:nth-child(1) .item-word .word-tit {
    font-size: 1.7708333333vw;
    font-weight: bold;
    color: #000;
    line-height: 1
}

#s80 .sect15 .box-2 .item-box:nth-child(2) {
    left: 22.34375vw;
    top: 0;
    width: 33.4848484848%;
    height: 26.8932038835%
}

#s80 .sect15 .box-2 .item-box:nth-child(2) .item-word {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 15%;
    left: 0
}

#s80 .sect15 .box-2 .item-box:nth-child(2) .item-word .word-tit {
    display: inline-block;
    font-size: 2.3958333333vw;
    font-weight: bold;
    color: #000;
    line-height: 1;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #2EFFD0), color-stop(52.7587890625%, #00FFFC), to(#00FF6C));
    background: -o-linear-gradient(left, #2EFFD0 0.1220703125%, #00FFFC 52.7587890625%, #00FF6C 100%);
    background: linear-gradient(90deg, #2EFFD0 0.1220703125%, #00FFFC 52.7587890625%, #00FF6C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect15 .box-2 .item-box:nth-child(3) {
    left: 45.7291666667vw;
    top: 0;
    width: 33.4848484848%;
    height: 26.8932038835%
}

#s80 .sect15 .box-2 .item-box:nth-child(3) .item-word {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 3%;
    left: 0
}

#s80 .sect15 .box-2 .item-box:nth-child(3) .item-word .word-tit {
    display: inline-block;
    font-size: 3.75vw;
    font-weight: bold;
    color: #000;
    line-height: 1;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #2EFFD0), color-stop(52.7587890625%, #00FFFC), to(#00FF6C));
    background: -o-linear-gradient(left, #2EFFD0 0.1220703125%, #00FFFC 52.7587890625%, #00FF6C 100%);
    background: linear-gradient(90deg, #2EFFD0 0.1220703125%, #00FFFC 52.7587890625%, #00FF6C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect15 .box-2 .item-box:nth-child(3) .item-word .word-msg {
    display: inline-block;
    font-size: 1.875vw;
    font-weight: bold;
    color: #000;
    line-height: 1;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #2EFFD0), color-stop(52.7587890625%, #00FFFC), to(#00FF6C));
    background: -o-linear-gradient(left, #2EFFD0 0.1220703125%, #00FFFC 52.7587890625%, #00FF6C 100%);
    background: linear-gradient(90deg, #2EFFD0 0.1220703125%, #00FFFC 52.7587890625%, #00FF6C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect15 .box-2 .item-box:nth-child(4) {
    left: 0;
    top: 14.84375vw;
    width: 29.1666666667%;
    height: 44.1747572816%
}

#s80 .sect15 .box-2 .item-box:nth-child(4) .item-word {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 5%;
    left: 0
}

#s80 .sect15 .box-2 .item-box:nth-child(4) .item-word .word-tit {
    font-size: 1.9270833333vw;
    font-weight: bold;
    color: #fff;
    line-height: 1
}

#s80 .sect15 .box-2 .item-box:nth-child(5) {
    left: 0;
    top: 39.21875vw;
    width: 29.1666666667%;
    height: 26.8932038835%
}

#s80 .sect15 .box-2 .item-box:nth-child(5) .item-word {
    position: absolute;
    top: 5%;
    left: 5%
}

#s80 .sect15 .box-2 .item-box:nth-child(5) .item-word .word-tit {
    font-size: 1.9791666667vw;
    font-weight: bold;
    color: #000;
    line-height: 1;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #2EFFD0), color-stop(50.7568359375%, #00FFFC), to(#00C0FF));
    background: -o-linear-gradient(left, #2EFFD0 0.1220703125%, #00FFFC 50.7568359375%, #00C0FF 100%);
    background: linear-gradient(90deg, #2EFFD0 0.1220703125%, #00FFFC 50.7568359375%, #00C0FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect15 .box-2 .item-box:nth-child(6) {
    left: 20.5729166667vw;
    top: 14.84375vw;
    width: 39.7727272727%;
    height: 19.3203883495%
}

#s80 .sect15 .box-2 .item-box:nth-child(6) .item-word {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#s80 .sect15 .box-2 .item-box:nth-child(6) .item-word .word-tit {
    font-size: 2.34375vw;
    font-weight: bold;
    line-height: 1;
    color: #fffc00;
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000
}

#s80 .sect15 .box-2 .item-box:nth-child(7) {
    left: 20.5729166667vw;
    top: 25.6770833333vw;
    width: 39.7727272727%;
    height: 19.3203883495%
}

#s80 .sect15 .box-2 .item-box:nth-child(7) .item-word {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 90%;
    left: 0
}

#s80 .sect15 .box-2 .item-box:nth-child(7) .item-word .word-tit {
    font-size: 1.875vw;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #2EFFD0), color-stop(52.7587890625%, #00FFFC), to(#00FF6C));
    background: -o-linear-gradient(left, #2EFFD0 0.1220703125%, #00FFFC 52.7587890625%, #00FF6C 100%);
    background: linear-gradient(90deg, #2EFFD0 0.1220703125%, #00FFFC 52.7587890625%, #00FF6C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect15 .box-2 .item-box:nth-child(8) {
    left: 48.3333333333vw;
    top: 14.84375vw;
    width: 29.696969697%;
    height: 23.6893203883%
}

#s80 .sect15 .box-2 .item-box:nth-child(8) .item-word {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 5%;
    left: 0
}

#s80 .sect15 .box-2 .item-box:nth-child(8) .item-word .word-tit {
    font-size: 2.34375vw;
    font-weight: bold;
    line-height: 1;
    color: #000
}

#s80 .sect15 .box-2 .item-box:nth-child(9) {
    left: 48.3333333333vw;
    top: 27.8645833333vw;
    width: 29.696969697%;
    height: 23.6893203883%
}

#s80 .sect15 .box-2 .item-box:nth-child(9) .item-word {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 5%;
    left: 0
}

#s80 .sect15 .box-2 .item-box:nth-child(9) .item-word .word-tit {
    font-size: 1.9270833333vw;
    font-weight: bold;
    line-height: 1;
    color: #000;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
    background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
    background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect15 .box-2 .item-box:nth-child(10) {
    left: 20.5729166667vw;
    top: 41.8229166667vw;
    width: 21.3636363636%;
    height: 22.0388349515%
}

#s80 .sect15 .box-2 .item-box:nth-child(10) .item-word {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#s80 .sect15 .box-2 .item-box:nth-child(10) .item-word .word-tit {
    font-size: 2.34375vw;
    font-weight: bold;
    line-height: 1;
    color: #000
}

#s80 .sect15 .box-2 .item-box:nth-child(11) {
    left: 35.7291666667vw;
    top: 41.8229166667vw;
    width: 25.6060606061%;
    height: 22.0388349515%
}

#s80 .sect15 .box-2 .item-box:nth-child(11) .item-word {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 80%;
    left: 0
}

#s80 .sect15 .box-2 .item-box:nth-child(11) .item-word .word-tit {
    font-size: 1.8229166667vw;
    font-weight: bold;
    line-height: 1;
    color: #eeff34
}

#s80 .sect15 .box-2 .item-box:nth-child(12) {
    left: 53.8020833333vw;
    top: 41.8229166667vw;
    width: 21.7424242424%;
    height: 22.0388349515%
}

#s80 .sect15 .box-2 .item-box:nth-child(12) .item-word {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 3%;
    left: 0
}

#s80 .sect15 .box-2 .item-box:nth-child(12) .item-word .word-tit {
    font-size: 4.84375vw;
    font-weight: bold;
    line-height: 1;
    color: #000;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #B5FF16), to(#33F5F7));
    background: -o-linear-gradient(left, #B5FF16 0.1220703125%, #33F5F7 100%);
    background: linear-gradient(90deg, #B5FF16 0.1220703125%, #33F5F7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect15 .box-2 .item-box:nth-child(12) .item-word .word-msg {
    font-size: 1.9270833333vw;
    font-weight: 400;
    line-height: 1;
    color: #000;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #B5FF16), to(#33F5F7));
    background: -o-linear-gradient(left, #B5FF16 0.1220703125%, #33F5F7 100%);
    background: linear-gradient(90deg, #B5FF16 0.1220703125%, #33F5F7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect16 {
    background-color: #000
}

#s80 .sect16 .box {
    width: 52.1282186022%;
    margin: 0 auto;
    text-align: center;
    padding: 4vw 0
}

#s80 .sect16 .box .tit {
    font-size: 2.9166666667vw;
    line-height: 1.2;
    font-weight: 600;
    color: #18ff00
}

#s80 .sect16 .box .lab {
    font-size: 2.0833333333vw;
    line-height: 1.2;
    font-weight: 400;
    color: #18ff00;
    margin: 1vw 0
}

#s80 .sect16 .box .msg {
    font-size: 1.5625vw;
    line-height: 1.2;
    font-weight: 400;
    color: #fff
}

#s80 .sect16 .picture-box {
    width: 69.3641618497%;
    margin: 0 auto;
    padding-bottom: 4vw;
    position: relative
}

#s80 .sect16 .picture-box img {
    display: block;
    width: 52.9545454545%;
    margin: 0 auto
}

#s80 .sect16 .picture-box .word {
    position: absolute;
    font-size: 1.3541666667vw;

    line-height: 1.2;
    font-weight: 400;
    color: #fff
}

#s80 .sect16 .picture-box .word-1 {
    left: 0;
    top: 26%;
    width: 17.2727272727%;
    text-align: right
}

#s80 .sect16 .picture-box .word-1::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    width: 9.375vw;
    border: 1px dashed #fff
}

#s80 .sect16 .picture-box .word-2 {
    left: 0;
    top: 50%;
    width: 17.2727272727%;
    text-align: right
}

#s80 .sect16 .picture-box .word-2::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    width: 9.375vw;
    border: 1px dashed #fff
}

#s80 .sect16 .picture-box .word-3 {
    left: 80%;
    top: 40%
}

#s80 .sect16 .picture-box .word-3::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    width: 20.8333333333vw;
    border: 1px dashed #fff
}

#s80 .sect17 {
    background-color: #000
}

#s80 .sect17 .box {
    position: absolute;
    left: 50%;
    top: 5%;
    width: 48.8702049396%;
    margin: 0 auto;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

#s80 .sect17 .box .tit {
    font-size: 2.9166666667vw;
    line-height: 1.2;
    font-weight: 600;
    color: #18ff00;
    margin-bottom: 2vw
}

#s80 .sect17 .box .msg {
    font-size: 1.5625vw;
    line-height: 1.2;
    font-weight: 400;
    color: #fff
}

#s80 .sect18 {
    background-color: #000
}

#s80 .sect18 .box {
    position: relative;
    width: 58.1187598529%;
    margin: 0 auto;
    text-align: center;
    padding: 4vw 0
}

#s80 .sect18 .box .tit {
    font-size: 2.9166666667vw;
    line-height: 1.2;
    font-weight: 600;
    color: #18ff00;
    margin-bottom: 2vw
}

#s80 .sect18 .box .msg {
    font-size: 1.5625vw;
    line-height: 1.2;
    font-weight: 400;
    color: #fff
}

#s80 .sect19 {
    background-color: #000
}

#s80 .sect19 .box {
    position: relative;
    width: 69.8896479243%;
    margin: 0 auto;
    text-align: center;
    padding: 4vw 0
}

#s80 .sect19 .box .word {
    width: 67.1428571429%;
    margin: 0 auto;
    margin-bottom: 2vw
}

#s80 .sect19 .box .tit {
    font-size: 2.9166666667vw;
    line-height: 1.2;
    font-weight: 600;
    color: #fff
}

#s80 .sect19 .box .lab {
    font-size: 2.0833333333vw;

    line-height: 1.2;
    font-weight: 400;
    color: #18ff00;
    margin: 1vw 0
}

#s80 .sect19 .box .msg {
    font-size: 1.5625vw;

    line-height: 1.2;
    font-weight: 400;
    color: #fff
}

#s80 .sect20 {
    background-color: #000
}

#s80 .sect20 .box {
    position: relative;
    width: 69.2065160273%;
    margin: 0 auto;
    text-align: center;
    padding: 4vw 0
}

#s80 .sect20 .box .word {
    width: 76.2338648443%;
    margin: 0 auto;
    margin-bottom: 2vw
}

#s80 .sect20 .box .tit {
    font-size: 2.8125vw;

    line-height: 1.2;
    font-weight: 600;
    color: #18ff00;
    margin-bottom: 2vw
}

#s80 .sect20 .box .msg {
    font-size: 1.5625vw;

    line-height: 1.2;
    font-weight: 400;
    color: #fff
}

#s80 .sect20 .box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#s80 .sect20 .box ul li {
    width: 32.3462414579%
}

#s80 .sect21 {
    background-color: #000
}

#s80 .sect21 .box {
    position: relative;
    text-align: center;
    padding: 4vw 0
}

#s80 .sect21 .box .word {
    width: 56.6473988439%;
    margin: 0 auto;
    margin-bottom: 2vw
}

#s80 .sect21 .box .tit {
    font-size: 2.8125vw;

    line-height: 1.2;
    font-weight: 600;
    color: #18ff00;
    margin-bottom: 2vw
}

#s80 .sect21 .box .msg {
    font-size: 1.5625vw;

    line-height: 1.2;
    font-weight: 400;
    color: #fff
}

#s80 .sect21 .box .msg span {
    color: #18ff00
}

#s80 .sect21 .box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#s80 .sect21 .box ul li {
    width: 32.3462414579%
}

#s80 .sect22 {
    padding: 4vw 0
}

#s80 .sect22 .box {
    position: relative;
    width: 69.5218076721%;
    margin: 0 auto;
    padding: 2vw 0
}

#s80 .sect22 .box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#s80 .sect22 .box .picture-box {
    width: 62.358276644%
}

#s80 .sect22 .box .word-box {
    width: 36.3567649282%
}

#s80 .sect22 .box .word-box img {
    width: 13.6458333333vw
}

#s80 .sect22 .box .word-box .tit {
    font-size: 2.0833333333vw;

    line-height: 1.2;
    font-weight: 600;
    color: #0d8f00;
    margin: 1vw 0
}

#s80 .sect22 .box .word-box .msg {
    font-size: 1.5625vw;

    line-height: 1.2;
    font-weight: 400;
    color: #000
}

#s80 .sect22 .box-2 {
    position: relative;
    width: 69.3641618497%;
    margin: 0 auto;
    padding: 2vw 0
}

#s80 .sect22 .box-2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#s80 .sect22 .box-2 .picture-box {
    width: 62.0454545455%
}

#s80 .sect22 .box-2 .word-box {
    width: 35.303030303%
}

#s80 .sect22 .box-2 .word-box img {
    width: 13.6458333333vw
}

#s80 .sect22 .box-2 .word-box .tit {
    font-size: 2.3958333333vw;

    line-height: 1.2;
    font-weight: 600;
    color: #0d8f00;
    margin: 1vw 0
}

#s80 .sect22 .box-2 .word-box .msg {
    font-size: 1.5625vw;

    line-height: 1.2;
    font-weight: 400;
    color: #000
}

#s80 .sect22 .box-3 {
    position: relative;
    width: 67.9453494482%;
    margin: 0 auto;
    padding-top: 4vw
}

#s80 .sect22 .box-3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

#s80 .sect22 .box-3 .picture-box {
    width: 43.8397581255%
}

#s80 .sect22 .box-3 .word-box {
    width: 48.3749055178%
}

#s80 .sect22 .box-3 .word-box img {
    width: 13.6458333333vw
}

#s80 .sect22 .box-3 .word-box .tit {
    font-size: 2.3958333333vw;

    line-height: 1.2;
    font-weight: 600;
    color: #0d8f00;
    margin: 1vw 0
}

#s80 .sect22 .box-3 .word-box .msg {
    font-size: 1.5625vw;

    line-height: 1.2;
    font-weight: 400;
    color: #000
}

#s80 .sect22 .box-4 {
    position: relative;
    width: 69.3641618497%;
    margin: 0 auto;
    padding: 2vw 0
}

#s80 .sect22 .box-4 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 86.2121212121%
}

#s80 .sect22 .box-4 .picture-box {
    width: 51.3181019332%
}

#s80 .sect22 .box-4 .word-box {
    width: 40.158172232%
}

#s80 .sect22 .box-4 .word-box img {
    width: 13.6458333333vw
}

#s80 .sect22 .box-4 .word-box .tit {
    font-size: 2.3958333333vw;

    line-height: 1.2;
    font-weight: 600;
    color: #0d8f00;
    margin: 1vw 0
}

#s80 .sect22 .box-4 .word-box .msg {
    font-size: 1.5625vw;

    line-height: 1.2;
    font-weight: 400;
    color: #000
}

#s80 .sect22 .box-5 {
    position: relative;
    width: 69.3641618497%;
    margin: 0 auto;
    padding: 2vw 0
}

#s80 .sect22 .box-5 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#s80 .sect22 .box-5 .word-box {
    width: 51.1363636364%;
    text-align: center
}

#s80 .sect22 .box-5 .word-box .tit {
    font-size: 2.3958333333vw;

    line-height: 1.2;
    font-weight: 600;
    color: #0d8f00
}

#s80 .sect22 .box-5 .word-box .msg {
    font-size: 1.5625vw;

    line-height: 1.2;
    font-weight: 400;
    color: #000;
    margin: 2vw 0
}

#s80 .sect22 .box-6 {
    position: relative;
    width: 59.6952180767%;
    margin: 0 auto;
    padding: 2vw 0
}

#s80 .sect22 .box-6 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#s80 .sect22 .box-6 .picture-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

#s80 .sect22 .box-6 .picture-box img:nth-child(1) {
    width: 72.1830985915%
}

#s80 .sect22 .box-6 .picture-box img:nth-child(2) {
    width: 21.4788732394%
}

#s80 .sect22 .box-6 .word-box {
    width: 60.8773500448%;
    text-align: center
}

#s80 .sect22 .box-6 .word-box .tit {
    font-size: 2.3958333333vw;

    line-height: 1.2;
    font-weight: 600;
    color: #000
}

#s80 .sect22 .box-6 .word-box .msg {
    font-size: 1.5625vw;

    line-height: 1.2;
    font-weight: 400;
    color: #000;
    margin: 1vw 0
}

#s80 .sect22 .box-7 {
    position: relative;
    width: 69.1539674199%;
    margin: 0 auto;
    padding: 2vw 0
}

#s80 .sect22 .box-7 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#s80 .sect22 .box-7 .picture-box {
    width: 65.1215805471%
}

#s80 .sect22 .box-7 .word-box {
    width: 35.0303951368%
}

#s80 .sect22 .box-7 .word-box .tit {
    font-size: 2.3958333333vw;

    line-height: 1.2;
    font-weight: 600;
    color: #000
}

#s80 .sect22 .box-7 .word-box .msg {
    font-size: 1.5625vw;

    line-height: 1.2;
    font-weight: 400;
    color: #000;
    margin: 1vw 0
}

#s80 .sect23 {
    background-color: #000;
    padding-bottom: 4vw
}

#s80 .sect23 .box {
    position: relative;
    margin-bottom: 4vw
}

#s80 .sect23 .box .word {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 59.9054125066%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

#s80 .sect23 .box .word img {
    width: 7.2916666667vw
}

#s80 .sect23 .box .word .word-tit {
    font-size: 4.84375vw;

    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
    background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
    background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect23 .box .word .word-msg {
    font-size: 3.4375vw;

    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
    background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
    background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect23 .box .word .word-msg::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -20%;
    background: #31ff00;
    width: 10.4166666667vw;
    height: 0.5208333333vw
}

#s80 .sect23 .box-2 {
    position: relative;
    width: 69.3641618497%;
    height: 38.8541666667vw;
    margin: 0 auto
}

#s80 .sect23 .box-2 .picture-box {
    height: 100%
}

#s80 .sect23 .box-2 .item-box {
    position: absolute
}

#s80 .sect23 .box-2 .item-box .item-word {
    position: absolute
}

#s80 .sect23 .box-2 .item-box:nth-child(1) {
    left: 0;
    top: 0;
    width: 29.2424242424%;
    height: 49.5978552279%
}

#s80 .sect23 .box-2 .item-box:nth-child(1) .item-word {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 5%;
    left: 0
}

#s80 .sect23 .box-2 .item-box:nth-child(1) .item-word .word-tit {
    font-size: 2.4479166667vw;

    font-weight: bold;
    color: #17edee;
    line-height: 1;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #B5FF16), to(#33F5F7));
    background: -o-linear-gradient(left, #B5FF16 0.1220703125%, #33F5F7 100%);
    background: linear-gradient(90deg, #B5FF16 0.1220703125%, #33F5F7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect23 .box-2 .item-box:nth-child(2) {
    left: 0;
    top: 19.7916666667vw;
    width: 29.2424242424%;
    height: 49.0616621984%
}

#s80 .sect23 .box-2 .item-box:nth-child(2) .item-word {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 10%;
    left: 0
}

#s80 .sect23 .box-2 .item-box:nth-child(2) .item-word .word-msg {
    font-size: 2.1875vw;

    font-weight: normal;
    color: #00ff42;
    line-height: 1
}

#s80 .sect23 .box-2 .item-box:nth-child(2) .item-word .word-tit {
    font-size: 3.0729166667vw;

    font-weight: normal;
    color: #00ff42;
    line-height: 1
}

#s80 .sect23 .box-2 .item-box:nth-child(3) {
    left: 20.5208333333vw;
    top: 0;
    width: 39.8484848485%;
    height: 26.5415549598%
}

#s80 .sect23 .box-2 .item-box:nth-child(3) .item-word {
    position: absolute;
    width: 90%;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5%
}

#s80 .sect23 .box-2 .item-box:nth-child(3) .item-word .word-tit {
    display: inline-block;
    font-size: 2.3958333333vw;

    font-weight: bold;
    color: #000;
    line-height: 1.2;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
    background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
    background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect23 .box-2 .item-box:nth-child(3) .item-word .word-msg {
    display: inline-block;
    font-size: 2.1875vw;

    font-weight: bold;
    color: #000;
    line-height: 1.2;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
    background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
    background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect23 .box-2 .item-box:nth-child(4) {
    left: 20.5208333333vw;
    top: 10.8333333333vw;
    width: 39.8484848485%;
    height: 43.8337801609%
}

#s80 .sect23 .box-2 .item-box:nth-child(4) .item-word {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 5%;
    left: 0
}

#s80 .sect23 .box-2 .item-box:nth-child(4) .item-word .word-tit {
    font-size: 2.65625vw;

    font-weight: bold;
    color: #fff;
    line-height: 1
}

#s80 .sect23 .box-2 .item-box:nth-child(5) {
    left: 48.3854166667vw;
    top: 0;
    width: 29.6212121212%;
    height: 32.8418230563%
}

#s80 .sect23 .box-2 .item-box:nth-child(5) .item-word {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    text-align: center
}

#s80 .sect23 .box-2 .item-box:nth-child(5) .item-word .word-tit {
    font-size: 1.9791666667vw;

    font-weight: bold;
    color: #000;
    line-height: 1;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.3662109375%, #56FFE5), color-stop(47.4853515625%, #E5FF56), to(#66FF66));
    background: -o-linear-gradient(left, #56FFE5 0.3662109375%, #E5FF56 47.4853515625%, #66FF66 100%);
    background: linear-gradient(90deg, #56FFE5 0.3662109375%, #E5FF56 47.4853515625%, #66FF66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect23 .box-2 .item-box:nth-child(6) {
    left: 48.3854166667vw;
    top: 13.2291666667vw;
    width: 29.5454545455%;
    height: 37.5335120643%
}

#s80 .sect23 .box-2 .item-box:nth-child(6) .item-word {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 10%;
    left: 0
}

#s80 .sect23 .box-2 .item-box:nth-child(6) .item-word .word-tit {
    font-size: 1.5625vw;

    font-weight: bold;
    line-height: 1;
    color: #ff9000
}

#s80 .sect23 .box-2 .item-box:nth-child(7) {
    left: 20.5729166667vw;
    top: 28.4375vw;
    width: 19.7727272727%;
    height: 26.6756032172%
}

#s80 .sect23 .box-2 .item-box:nth-child(7) .item-word {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 70%;
    left: 0
}

#s80 .sect23 .box-2 .item-box:nth-child(7) .item-word .word-tit {
    font-size: 1.875vw;

    font-weight: bold;
    color: #fff;
    line-height: 1
}

#s80 .sect23 .box-2 .item-box:nth-child(8) {
    left: 34.6354166667vw;
    top: 28.4375vw;
    width: 34.0909090909%;
    height: 26.6756032172%
}

#s80 .sect23 .box-2 .item-box:nth-child(8) .item-word {
    position: absolute;
    width: 73%;
    top: 50%;
    left: 27%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#s80 .sect23 .box-2 .item-box:nth-child(8) .item-word .word-tit {
    font-size: 2.0833333333vw;

    font-weight: bold;
    line-height: 1.2;
    color: #000;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #B5FF16), to(#33F5F7));
    background: -o-linear-gradient(left, #B5FF16 0.1220703125%, #33F5F7 100%);
    background: linear-gradient(90deg, #B5FF16 0.1220703125%, #33F5F7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect23 .box-2 .item-box:nth-child(8) .item-word .word-msg {
    font-size: 1.875vw;

    font-weight: bold;
    line-height: 1.2;
    color: #000;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #B5FF16), to(#33F5F7));
    background: -o-linear-gradient(left, #B5FF16 0.1220703125%, #33F5F7 100%);
    background: linear-gradient(90deg, #B5FF16 0.1220703125%, #33F5F7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect23 .box-2 .item-box:nth-child(9) {
    left: 58.59375vw;
    top: 28.4375vw;
    width: 14.8484848485%;
    height: 26.5415549598%
}

#s80 .sect23 .box-2 .item-box:nth-child(9) .item-word {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 45%;
    left: 0
}

#s80 .sect23 .box-2 .item-box:nth-child(9) .item-word .word-tit {
    font-size: 2.1875vw;

    font-weight: bold;
    line-height: 1;
    color: #f6ff00
}

#s80 .sect23 .box-2 .item-box:nth-child(9) .item-word .word-msg {
    font-size: 1.40625vw;

    font-weight: normal;
    line-height: 1;
    color: #f6ff00
}

#s80 .sect24 {
    background-color: #000
}

#s80 .sect24 .box {
    width: 57.225433526%;
    margin: 0 auto;
    text-align: center;
    padding-top: 4vw
}

#s80 .sect24 .box .tit {
    font-size: 2.8125vw;

    line-height: 1.2;
    font-weight: 600;
    color: #fff
}

#s80 .sect24 .box .lab {
    font-size: 2.0833333333vw;

    line-height: 1.2;
    font-weight: 400;
    color: #18ff00;
    margin: 1vw 0
}

#s80 .sect24 .box .msg {
    font-size: 1.5625vw;

    line-height: 1.2;
    font-weight: 400;
    color: #fff
}

#s80 .sect24 .box .msg span {
    color: #18ff00
}

#s80 .sect24 .picture-box {
    position: relative
}

#s80 .sect24 .picture-box .word {
    position: absolute;
    top: 50%;
    left: 15%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#s80 .sect24 .picture-box .word .word-tit {
    font-size: 3.3333333333vw;

    font-weight: normal;
    color: #feffff;
    line-height: 1
}

#s80 .sect24 .picture-box .word .word-lab {
    font-size: 1.8229166667vw;

    font-weight: normal;
    line-height: 1.2
}

#s80 .sect24 .picture-box .word .word-msg {
    font-size: 1.0416666667vw;

    font-weight: normal;
    line-height: 1.2;
    color: #fff
}

#s80 .sect24 .picture-box .word img {
    width: 20.2604166667vw
}

#s80 .sect24 .picture-box .word .word-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#s80 .sect24 .picture-box .word .word-box:nth-child(1) .word-lab {
    color: #5aff00
}

#s80 .sect24 .picture-box .word .word-box:nth-child(2) {
    margin-top: 4vw
}

#s80 .sect24 .picture-box .word .word-box:nth-child(2) .word-lab {
    color: #f6ff00
}

#s80 .sect25 {
    background-color: #000
}

#s80 .sect25 .box {
    width: 69.2065160273%;
    margin: 0 auto;
    text-align: center;
    padding: 4vw 0
}

#s80 .sect25 .box .tit {
    font-size: 2.9166666667vw;

    line-height: 1.2;
    font-weight: 600;
    color: #18ff00
}

#s80 .sect25 .box .msg {
    font-size: 1.5625vw;

    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    margin: 1vw 0 4vw 0
}

#s80 .sect25 .box .picture-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#s80 .sect25 .box .picture-box img:nth-child(1) {
    width: 49.6583143508%
}

#s80 .sect25 .box .picture-box img:nth-child(2) {
    width: 49.9620349279%
}

#s80 .sect25 .box-2 {
    width: 68.9963215975%;
    margin: 0 auto;
    text-align: center;
    padding: 4vw 0
}

#s80 .sect25 .box-2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#s80 .sect25 .box-2 ul li {
    position: relative;
    width: 49.2764661081%
}

#s80 .sect25 .box-2 ul li .word {
    text-align: left;
    position: absolute;
    width: 96%;
    top: 5%;
    left: 2%
}

#s80 .sect25 .box-2 .tit {
    font-size: 2.0833333333vw;

    line-height: 1.2;
    font-weight: 600;
    color: #18ff00
}

#s80 .sect25 .box-2 .lab {
    font-size: 2.0833333333vw;

    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    margin: 1vw 0 2vw 0
}

#s80 .sect25 .box-2 .msg {
    font-size: 1.25vw;

    line-height: 1.2;
    font-weight: 400;
    color: #fff
}

#s80 .sect26 {
    background-color: #000
}

#s80 .sect26 .box {
    width: 69.2065160273%;
    margin: 0 auto;
    text-align: center;
    padding: 4vw 0
}

#s80 .sect26 .box .tit {
    font-size: 2.9166666667vw;

    line-height: 1.2;
    font-weight: 600;
    color: #fff
}

#s80 .sect26 .box .lab {
    font-size: 2.0833333333vw;

    line-height: 1.2;
    font-weight: 400;
    color: #18ff00;
    margin: 1vw 0
}

#s80 .sect26 .box .msg {
    font-size: 1.5625vw;

    line-height: 1.2;
    font-weight: 400;
    color: #fff
}

#s80 .sect26 .box .picture-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#s80 .sect26 .picture-box {
    width: 70.1523909616%;
    text-align: center;
    margin: 0 auto
}

#s80 .sect26 .picture-box .tit-2 {
    display: inline-block;
    font-size: 5.2083333333vw;

    font-weight: 600;
    color: #17edee;
    line-height: 1.2;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
    background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
    background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect26 .picture-box .tit-2 span {
    font-size: 2.5vw
}

#s80 .sect27 {
    background-color: #000;
    padding: 4vw 0
}

#s80 .sect27 .box {
    position: relative;
    margin-bottom: 4vw
}

#s80 .sect27 .box .word {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 59.9054125066%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

#s80 .sect27 .box .word img {
    width: 8.4375vw
}

#s80 .sect27 .box .word .word-tit {
    font-size: 4.84375vw;

    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
    background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
    background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect27 .box .word .word-msg {
    font-size: 1.5625vw;

    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    position: relative
}

#s80 .sect27 .box .word .word-msg::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -20%;
    background: #31ff00;
    width: 10.4166666667vw;
    height: 0.5208333333vw
}

#s80 .sect28 {
    background-color: #fafffb
}

#s80 .sect28 .box {
    position: relative;
    text-align: center
}

#s80 .sect28 .box .tit {
    position: absolute;
    top: 50%;
    width: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 3.6458333333vw;

    line-height: 1.1;
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #17EDEE), to(#0AF258));
    background: -o-linear-gradient(left, #17EDEE 0.1220703125%, #0AF258 100%);
    background: linear-gradient(90deg, #17EDEE 0.1220703125%, #0AF258 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#s80 .sect28 .box::before {
    position: absolute;
    content: "N0.3";
    font-size: 10.2083333333vw;

    font-weight: bold;
    font-style: italic;
    color: #00c6ff;
    opacity: .1;
    line-height: 1;
    top: 0%;
    left: 10%
}

#s80 .sect28 .box-2 {
    padding: 4vw 0;
    width: 96%;
    margin: 0 auto;
    text-align: center;
    max-width: 1368px
}

#s80 .sect28 .box-2 .top-tit img {
    width: 5.46875vw
}

#s80 .sect28 .box-2 .top-tit .tit {
    font-size: 3.5416666667vw;

    line-height: 1;
    margin-top: 1vw;
    font-weight: bold;
    color: #000
}

#s80 .sect28 .box-2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4vw
}

#s80 .sect28 .box-2 ul li {
    text-align: left
}

#s80 .sect28 .box-2 ul li .tit {
    font-size: 2.1875vw;
    line-height: 1;

    font-weight: 600;
    color: #000
}

#s80 .sect28 .box-2 ul li .msg {
    font-size: 1.5625vw;
    line-height: 1.2;

    font-weight: 400;
    color: #000
}

#s80 .sect28 .box-2 ul li .tit_img {
    width: 8.59375vw;
    margin: 1vw 0 2vw 0
}

#s80 .sect28 .box-2 ul li:nth-child(1) {
    width: 24.4270833333vw
}

#s80 .sect28 .box-2 ul li:nth-child(2) {
    margin-left: 3.75vw;
    width: 43.0729166667vw
}

#s80 .sect28 .box-3 {
    padding: 4vw 0;
    width: 96%;
    text-align: center;
    max-width: 1615px
}

#s80 .sect28 .box-3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4vw
}

#s80 .sect28 .box-3 ul li {
    text-align: left
}

#s80 .sect28 .box-3 ul li .tit {
    font-size: 2.1875vw;
    line-height: 1;

    font-weight: 600;
    color: #000
}

#s80 .sect28 .box-3 ul li .msg {
    font-size: 1.5625vw;
    line-height: 1.2;

    font-weight: 400;
    color: #000
}

#s80 .sect28 .box-3 ul li .tit_img {
    width: 8.59375vw;
    margin: 1vw 0 2vw 0
}

#s80 .sect28 .box-3 ul li:nth-child(1) {
    width: 56.6666666667vw
}

#s80 .sect28 .box-3 ul li:nth-child(2) {
    margin-left: 2.6041666667vw;
    width: 24.84375vw
}

#s80 .sect28 .box-4 {
    padding: 4vw 0;
    width: 96%;
    text-align: center;
    margin: 0 auto;
    max-width: 1349px
}

#s80 .sect28 .box-4 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 4vw
}

#s80 .sect28 .box-4 ul li {
    text-align: left
}

#s80 .sect28 .box-4 ul li .word {
    margin-top: 2vw
}

#s80 .sect28 .box-4 ul li .tit {
    font-size: 1.875vw;
    line-height: 1;

    font-weight: 600;
    color: #000
}

#s80 .sect28 .box-4 ul li .msg {
    font-size: 1.4583333333vw;
    line-height: 1.2;

    font-weight: 400;
    color: #000;
    max-width: 555px
}

#s80 .sect28 .box-4 ul li .pho_img {
    height: 21.6666666667vw
}

#s80 .sect28 .box-4 ul li .tit_img {
    width: 8.59375vw;
    margin: 1vw 0 2vw 0
}

#s80 .sect28 .box-4 ul li:nth-child(1) {
    width: 34.53125vw
}

#s80 .sect28 .box-4 ul li:nth-child(2) {
    margin-left: 1vw;
    width: 34.53125vw
}

#s80 .sect29 {
    overflow: hidden;
    background-color: #fafffb
}

#s80 .sect29 .box p {
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    font-size: 3.5416666667vw;

    font-weight: bold;
    color: #000;
    line-height: 1
}

#s80 .sect29 .box-2 {
    width: 96%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 4vw 0
}

#s80 .sect29 .box-2 .tit {
    font-size: 2.1875vw;
    line-height: 1;

    font-weight: 600;
    color: #000
}

#s80 .sect29 .box-2 .msg {
    font-size: 1.5625vw;
    line-height: 1.2;

    font-weight: 400;
    color: #000;
    margin-bottom: 4vw
}

#s80 .sect29 .box-2 .tit_img {
    width: 8.59375vw;
    margin: 1vw 0 2vw 0
}

#s80 .sect29 .box-3 {
    width: 96%;
    max-width: 1339px;
    margin: 0 auto;
    padding: 4vw 0
}

#s80 .sect29 .box-3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#s80 .sect29 .box-3 ul li:nth-child(1) {
    width: 24.3229166667vw;
    margin-right: 1vw;
    position: relative;
    z-index: 0
}

#s80 .sect29 .box-3 ul li:nth-child(1) .color-bg {
    top: 30%;
    left: -20%;
    position: absolute;
    z-index: -1;
    width: 18.75vw;
    height: 18.75vw
}

#s80 .sect29 .box-3 ul li:nth-child(1) .color-bg .color-item {
    position: absolute;
    width: 6.7708333333vw;
    height: 6.7708333333vw;
    border-radius: 25px
}

#s80 .sect29 .box-3 ul li:nth-child(1) .color-bg .color-1 {
    left: 0;
    top: 0;
    background-color: #dbeffc
}

#s80 .sect29 .box-3 ul li:nth-child(1) .color-bg .color-2 {
    right: 0;
    top: 0;
    background-color: #e5fff6
}

#s80 .sect29 .box-3 ul li:nth-child(1) .color-bg .color-3 {
    left: 0;
    bottom: 0;
    background-color: #f9ffe6
}

#s80 .sect29 .box-3 ul li:nth-child(1) .color-bg .color-4 {
    right: 0;
    bottom: 0;
    background-color: #fdf2ee
}

#s80 .sect29 .box-3 ul li:nth-child(1) .word {
    z-index: 10
}

#s80 .sect29 .box-3 ul li:nth-child(2) {
    width: 43.8541666667vw
}

#s80 .sect29 .box-3 .tit {
    font-size: 2.1875vw;
    line-height: 1;

    font-weight: 600;
    color: #000
}

#s80 .sect29 .box-3 .lab {
    font-size: 1.875vw;
    line-height: 1;

    font-weight: 400;
    color: #000;
    margin-bottom: 2vw
}

#s80 .sect29 .box-3 .msg {
    font-size: 1.5625vw;
    line-height: 1.2;

    font-weight: 400;
    color: #000;
    margin-bottom: 4vw
}

#s80 .sect29 .box-3 .tit_img {
    width: 8.59375vw;
    margin: 1vw 0
}

#s80 .sect29 .box-4 {
    width: 96%;
    max-width: 1339px;
    margin: 0 auto;
    padding: 4vw 0
}

#s80 .sect29 .box-4 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#s80 .sect29 .box-4 ul li:nth-child(2) {
    width: 26.0416666667vw;
    margin-left: 1vw;
    position: relative;
    z-index: 0
}

#s80 .sect29 .box-4 ul li:nth-child(2) .color-bg {
    top: 25%;
    left: 5%;
    position: absolute;
    z-index: -1;
    width: 41.6666666667vw;
    height: 18.2291666667vw;
    border-radius: 9.1145833333vw;
    background-image: -webkit-gradient(linear, right top, left top, from(#E6F6FF), to(#FFEDE7));
    background-image: -o-linear-gradient(right, #E6F6FF, #FFEDE7);
    background-image: linear-gradient(to left, #E6F6FF, #FFEDE7)
}

#s80 .sect29 .box-4 ul li:nth-child(2) .color-bg::before {
    content: "";
    position: absolute;
    content: "";
    background-color: #fafffb;
    width: 39.5833333333vw;
    height: 16.1458333333vw;
    border-radius: 8.0729166667vw;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1
}

#s80 .sect29 .box-4 ul li:nth-child(2) .word {
    z-index: 10
}

#s80 .sect29 .box-4 ul li:nth-child(1) {
    width: 43.59375vw
}

#s80 .sect29 .box-4 .tit {
    font-size: 2.1875vw;
    line-height: 1;

    font-weight: 600;
    color: #000
}

#s80 .sect29 .box-4 .lab {
    font-size: 1.7708333333vw;
    line-height: 1;

    font-weight: 400;
    color: #000;
    margin-bottom: 2vw
}

#s80 .sect29 .box-4 .msg {
    font-size: 1.5625vw;
    line-height: 1.2;

    font-weight: 400;
    color: #000;
    margin-bottom: 4vw
}

#s80 .sect29 .box-4 .tit_img {
    width: 8.59375vw;
    margin: 1vw 0
}

#s80 .sect29 .box-5 {
    width: 96%;
    max-width: 1356px;
    margin: 0 auto;
    padding: 4vw 0
}

#s80 .sect29 .box-5 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#s80 .sect29 .box-5 ul li:nth-child(2) {
    width: 23.9583333333vw;
    margin-left: 1vw;
    position: relative;
    z-index: 0
}

#s80 .sect29 .box-5 ul li:nth-child(2) .color-bg {
    top: 25%;
    left: 5%;
    position: absolute;
    z-index: -1;
    width: 24.1666666667vw;
    height: 16.8229166667vw
}

#s80 .sect29 .box-5 ul li:nth-child(2) .color-bg::before {
    content: "";
    position: absolute;
    content: "";
    background-color: #fbf1e9;
    width: 15.625vw;
    height: 15.625vw;
    border-radius: 50%;
    top: 50%;
    left: 0;
    opacity: .91;
    z-index: -1
}

#s80 .sect29 .box-5 ul li:nth-child(2) .color-bg::after {
    content: "";
    position: absolute;
    content: "";
    background-color: #e5f8ff;
    width: 15.625vw;
    height: 15.625vw;
    border-radius: 50%;
    top: 30%;
    opacity: .61;
    left: 40%;
    z-index: -1
}

#s80 .sect29 .box-5 ul li:nth-child(2) .word {
    z-index: 10
}

#s80 .sect29 .box-5 ul li:nth-child(1) {
    width: 45.1041666667vw
}

#s80 .sect29 .box-5 .tit {
    font-size: 2.1875vw;
    line-height: 1;

    font-weight: 600;
    color: #000
}

#s80 .sect29 .box-5 .lab {
    font-size: 1.7708333333vw;
    line-height: 1;

    font-weight: 400;
    color: #000;
    margin-bottom: 2vw
}

#s80 .sect29 .box-5 .msg {
    font-size: 1.5625vw;
    line-height: 1.2;

    font-weight: 400;
    color: #000;
    margin-bottom: 4vw
}

#s80 .sect29 .box-5 .tit_img {
    width: 8.59375vw;
    margin: 1vw 0
}

#s80 .sect29 .box-6 {
    width: 96%;
    max-width: 1348px;
    margin: 0 auto;
    padding: 4vw 0
}

#s80 .sect29 .box-6 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

#s80 .sect29 .box-6 ul li {
    position: relative
}

#s80 .sect29 .box-6 ul li .word {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%
}

#s80 .sect29 .box-6 ul li:nth-child(2) {
    width: 34.6875vw;
    margin-left: 1vw
}

#s80 .sect29 .box-6 ul li:nth-child(1) {
    width: 34.5833333333vw
}

#s80 .sect29 .box-6 .tit {
    font-size: 2.1875vw;
    line-height: 1;

    font-weight: 600;
    color: #000
}

#s80 .sect29 .box-6 .lab {
    font-size: 1.875vw;
    line-height: 1;

    font-weight: 400;
    color: #000;
    margin-bottom: 2vw
}

#s80 .sect29 .box-6 .msg {
    font-size: 1.3541666667vw;
    line-height: 1.2;

    font-weight: 400;
    color: #000;
    margin-bottom: 4vw
}

#s80 .sect29 .box-6 .tit_img {
    width: 8.59375vw;
    margin: 1vw 0
}

#s80 .sect30 {
    background-color: #000;
    padding: 4vw 0
}

#s80 .sect30 .box {
    width: 68.1029952706%;
    margin: 0 auto;
    padding: 4vw 0;
    background-color: #0b0b0b
}

#s80 .sect30 .box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#s80 .sect30 .box ul li:nth-child(1) {
    width: 45.4475308642%
}

#s80 .sect30 .box ul li:nth-child(2) {
    width: 46.2962962963%
}

#s80 .sect30 .box ul li:nth-child(2) .word .tit {
    font-size: 2.3958333333vw;

    line-height: 1.2;
    font-weight: 600;
    color: #18ff00
}

#s80 .sect30 .box ul li:nth-child(2) .word .lab {
    font-size: 1.5625vw;

    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    margin: 1vw 0
}

#s80 .sect30 .box ul li:nth-child(2) .word .msg {
    font-size: 1.3541666667vw;

    line-height: 1.2;
    font-weight: 400;
    color: #fff
}

#s80 .sect31 {
    background-color: #000;
    padding: 4vw 0
}

#s80 .sect31 .box {
    width: 68.1029952706%;
    margin: 0 auto
}

#s80 .sect31 .box .word {
    width: 73.6882716049%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 4vw
}

#s80 .sect31 .box .word .tit {
    font-size: 2.9166666667vw;

    line-height: 1.2;
    font-weight: 600;
    color: #18ff00
}

#s80 .sect31 .box .word .msg {
    font-size: 1.5625vw;

    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    margin: 1vw 0
}

#s80 .sect31 .box .word .note {
    font-size: 1.25vw;

    line-height: 1.2;
    font-weight: 400;
    color: #7d7c7c
}

#s80 .sect32 {
    background-color: #000
}

#s80 .sect32 .box {
    width: 65.2653704677%;
    margin: 0 auto;
    padding: 4vw 0
}

#s80 .sect32 .box .word {
    text-align: center
}

#s80 .sect32 .box .word .tit {
    font-size: 2.4479166667vw;

    line-height: 1.2;
    font-weight: 600;
    color: #18ff00
}

#s80 .sect32 .box .word .msg {
    font-size: 1.3541666667vw;

    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    margin: 1vw 0
}

#s80 .sect32 .box-2 {
    width: 65.7908565423%;
    margin: 0 auto;
    padding: 4vw 0
}

#s80 .sect32 .box-2 .word {
    text-align: center
}

#s80 .sect32 .box-2 .word .tit {
    font-size: 2.4479166667vw;

    line-height: 1.2;
    font-weight: 600;
    color: #18ff00
}

#s80 .sect32 .box-2 .word .msg {
    font-size: 1.3541666667vw;

    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    margin: 1vw 0
}

#s80 .sect32 .box-2 .word ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4vw
}

#s80 .sect32 .box-2 .word ul li img {
    width: 5.9895833333vw
}

#s80 .sect32 .box-2 .word ul li p {
    font-size: 0.9375vw;

    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    margin-top: 1vw
}

#s80 .sect33 {
    background-color: #000;
    padding: 4vw 0
}

#s80 .sect33 .tit {
    font-size: 2.0833333333vw;

    line-height: 1.2;
    font-weight: 600;
    color: #18ff00;
    margin-bottom: 1vw
}

#s80 .sect33 .msg {
    font-size: 1.5625vw;

    line-height: 1.2;
    font-weight: 400;
    color: #fff
}

#s80 .sect33 .box {
    width: 69.3641618497%;
    margin: 1vw auto
}

#s80 .sect33 .box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#s80 .sect33 .box ul .word-box {
    width: 35.3787878788%
}

#s80 .sect33 .box ul .picture-box {
    width: 55.5303030303%
}

#s80 .sect33 .box-2 {
    width: 69.3641618497%;
    margin: 1vw auto
}

#s80 .sect33 .box-2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#s80 .sect33 .box-2 ul .word-box {
    width: 40%
}

#s80 .sect33 .box-2 ul .picture-box {
    width: 55.5303030303%
}

#s80 .sect33 .box-3 {
    width: 69.3641618497%;
    margin: 1vw auto
}

#s80 .sect33 .box-3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#s80 .sect33 .box-3 ul .word-box {
    width: 32.803030303%
}

#s80 .sect33 .box-3 ul .picture-box {
    width: 55.5303030303%
}

#s80 .sect33 .box-4 {
    width: 69.3641618497%;
    margin: 1vw auto
}

#s80 .sect33 .box-4 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#s80 .sect33 .box-4 ul .word-box {
    width: 34.6212121212%
}

#s80 .sect33 .box-4 ul .picture-box {
    width: 55.5303030303%
}

#s80 .sect33 .box-5 {
    width: 69.3641618497%;
    margin: 1vw auto
}

#s80 .sect33 .box-5 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#s80 .sect33 .box-5 ul .word-box {
    width: 40.6060606061%
}

#s80 .sect33 .box-5 ul .picture-box {
    width: 55.5303030303%
}

#s80 .sect34 {
    background-color: #000;
    padding: 4vw 0
}

#s80 .sect34 .box {
    width: 69.1539674199%;
    margin: 4vw auto
}

#s80 .sect34 .box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#s80 .sect34 .box ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#s80 .sect34 .box ul li .word-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2vw
}

#s80 .sect34 .box ul li:nth-child(1) .round-box {
    background: #f87936
}

#s80 .sect34 .box ul li:nth-child(2) .round-box {
    background: #59d92c
}

#s80 .sect34 .box ul li:nth-child(3) .round-box {
    background: #2f2e2e
}

#s80 .sect34 .box ul li img {
    width: 19.7916666667vw
}

#s80 .sect34 .box ul li .round-box {
    position: relative;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    opacity: .7;
    border-radius: 50%;
    margin-right: 0.78125vw
}

#s80 .sect34 .box ul li .round-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 2.8645833333vw;
    height: 2.8645833333vw;
    border: 1px solid #898989;
    border-radius: 50%
}

#s80 .sect34 .box ul li p {
    font-size: 1.9791666667vw;

    line-height: 1.2;
    font-weight: 400;
    color: #fff
}

#s80 .sect34 .box-2 {
    width: 65.9485023647%;
    margin: 0 auto;
    padding: 4vw 0
}

#s80 .sect35 {
    padding: 4vw 0
}

#s80 .sect35 .box {
    width: 69.3641618497%;
    margin: 0 auto
}

#s80 .sect35 .box ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1vw 0
}

#s80 .sect35 .box ul li:nth-of-type(even) {
    background: #edf0f2
}

#s80 .sect35 .box ul li .left-box {
    width: 35%;
    font-size: 1.5625vw;

    font-weight: 600;
    color: #000;
    line-height: 1.2;
    padding-left: 5%
}

#s80 .sect35 .box ul li .right-box {
    width: 65%;
    font-size: 1.5625vw;

    font-weight: 400;
    color: #333;
    line-height: 1.2
}

@media screen and (max-width: 1366px)and (min-width: 768px) {
    #s80 .sect1 .box {
        position: absolute;
        top: 25%;
        left: 56%
    }

    #s80 .sect1 .box .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 1vw
    }

    #s80 .sect1 .box .title img {
        width: 21.6691068814vw;
        margin-right: 1vw
    }

    #s80 .sect1 .box .title p {
        font-size: 6.0761346999vw;

        font-weight: 400;
        line-height: 1.2;
        color: #000
    }

    #s80 .sect1 .box .msg {
        font-size: 2.196193265vw;

        font-weight: 400;
        color: #fff;
        line-height: 1.2;
        background: -webkit-gradient(linear, left top, right top, from(#FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800, #22CC00);
        background: linear-gradient(90deg, #FFA800, #22CC00);
        padding: .5vw 1vw
    }

    #s80 .sect2 {
        background-color: #000;
        padding: 4vw 0
    }

    #s80 .sect2 .box {
        width: 96%;
        margin: 0 auto
    }

    #s80 .sect2 .box ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #s80 .sect2 .box ul li {
        position: relative;
        margin: .5vw 0
    }

    #s80 .sect2 .box ul li .word {
        position: absolute
    }

    #s80 .sect2 .box ul li:nth-child(1) {
        width: 62.5%
    }

    #s80 .sect2 .box ul li:nth-child(2) {
        width: 35.6818181818%
    }

    #s80 .sect2 .box ul li:nth-child(2) .word {
        top: 3%;
        left: 50%;
        width: 80%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center
    }

    #s80 .sect2 .box ul li:nth-child(2) .word .tit {
        font-size: 7.906295754vw;

        font-weight: bold;
        color: #fff;
        line-height: 1;
        display: inline-block;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect2 .box ul li:nth-child(2) .word .msg {
        font-size: 4.831625183vw;

        font-weight: bold;
        color: #fff;
        line-height: 1
    }

    #s80 .sect2 .box ul li:nth-child(3) {
        width: 49.4696969697%
    }

    #s80 .sect2 .box ul li:nth-child(3) .word {
        top: 10%;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center
    }

    #s80 .sect2 .box ul li:nth-child(3) .word .tit {
        font-size: 3.0014641288vw;
        line-height: 1;

        font-weight: bold;
        color: #fff
    }

    #s80 .sect2 .box ul li:nth-child(4) {
        width: 22.6515151515%
    }

    #s80 .sect2 .box ul li:nth-child(4) .word {
        top: 10%;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center
    }

    #s80 .sect2 .box ul li:nth-child(4) .word .tit {
        font-size: 3.7335285505vw;
        line-height: 1;

        font-weight: bold;
        color: #00fe40
    }

    #s80 .sect2 .box ul li:nth-child(5) {
        width: 24.6212121212%
    }

    #s80 .sect2 .box ul li:nth-child(5) .word {
        top: 10%;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center
    }

    #s80 .sect2 .box ul li:nth-child(5) .word .tit {
        font-size: 3.513909224vw;
        line-height: 1;

        font-weight: bold;
        color: #fff
    }

    #s80 .sect2 .box ul li:nth-child(6) {
        width: 31.0606060606%
    }

    #s80 .sect2 .box ul li:nth-child(6) .word {
        top: 10%;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center
    }

    #s80 .sect2 .box ul li:nth-child(6) .word .tit {
        font-size: 2.9282576867vw;
        line-height: 1;

        font-weight: 600;
        color: #f0ff00
    }

    #s80 .sect2 .box ul li:nth-child(7) {
        width: 31.8181818182%
    }

    #s80 .sect2 .box ul li:nth-child(7) .word {
        top: 10%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center
    }

    #s80 .sect2 .box ul li:nth-child(7) .word .tit {
        font-size: 3.953147877vw;
        line-height: 1;

        font-weight: bold;
        color: #f0ff00;
        display: inline-block;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #B5FF16), to(#00FCFF));
        background: -o-linear-gradient(left, #B5FF16 0.1220703125%, #00FCFF 100%);
        background: linear-gradient(90deg, #B5FF16 0.1220703125%, #00FCFF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect2 .box ul li:nth-child(8) {
        width: 33.7121212121%
    }

    #s80 .sect2 .box ul li:nth-child(8) .word {
        top: 10%;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center
    }

    #s80 .sect2 .box ul li:nth-child(8) .word .tit {
        font-size: 3.513909224vw;
        line-height: 1;

        font-weight: bold;
        color: #d8ff00;
        display: inline-block;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #B5FF16), to(#00FCFF));
        background: -o-linear-gradient(left, #B5FF16 0.1220703125%, #00FCFF 100%);
        background: linear-gradient(90deg, #B5FF16 0.1220703125%, #00FCFF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect2 .box ul li:nth-child(9) {
        width: 23.7121212121%
    }

    #s80 .sect2 .box ul li:nth-child(9) .word {
        top: 5%;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center
    }

    #s80 .sect2 .box ul li:nth-child(9) .word .tit {
        font-size: 3.513909224vw;
        line-height: 1;

        font-weight: bold;
        color: #d8ff00;
        display: inline-block;
        background: -webkit-gradient(linear, right top, left top, color-stop(0.3662109375%, #FFFA6D), to(#00FF3B));
        background: -o-linear-gradient(right, #FFFA6D 0.3662109375%, #00FF3B 100%);
        background: linear-gradient(270deg, #FFFA6D 0.3662109375%, #00FF3B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect2 .box ul li:nth-child(9) .word .msg {
        font-size: 2.196193265vw;

        font-weight: 600;
        color: #fff;
        line-height: 1.2
    }

    #s80 .sect2 .box ul li:nth-child(10) {
        width: 23.9393939394%
    }

    #s80 .sect2 .box ul li:nth-child(10) .word {
        top: 10%;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center
    }

    #s80 .sect2 .box ul li:nth-child(10) .word .tit {
        font-size: 4.1727672035vw;
        line-height: 1;

        font-weight: 600;
        color: #fff
    }

    #s80 .sect2 .box ul li:nth-child(11) {
        width: 48.6363636364%
    }

    #s80 .sect2 .box ul li:nth-child(11) .word {
        top: 50%;
        left: 2%;
        width: 45%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: left
    }

    #s80 .sect2 .box ul li:nth-child(11) .word .tit {
        font-size: 3.7335285505vw;
        line-height: 1;

        font-weight: 600;
        display: inline-block;
        color: #fff;
        background: -webkit-gradient(linear, right top, left top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(right, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(270deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect2 .box ul li:nth-child(11) .word .msg {
        font-size: 2.0497803807vw;

        font-weight: 600;
        color: #fff;
        line-height: 1;
        margin-top: 1vw
    }

    #s80 .sect2 .box ul li:nth-child(12) {
        width: 30.8333333333%
    }

    #s80 .sect2 .box ul li:nth-child(12) .word {
        top: 5%;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center
    }

    #s80 .sect2 .box ul li:nth-child(12) .word .tit {
        font-size: 3.074670571vw;
        line-height: 1;

        font-weight: 600;
        color: #fff;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #B5FF16), to(#00FCFF));
        background: -o-linear-gradient(left, #B5FF16 0.1220703125%, #00FCFF 100%);
        background: linear-gradient(90deg, #B5FF16 0.1220703125%, #00FCFF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect2 .box ul li:nth-child(13) {
        width: 21.8939393939%
    }

    #s80 .sect2 .box ul li:nth-child(13) .word {
        top: 10%;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center
    }

    #s80 .sect2 .box ul li:nth-child(13) .word .tit {
        font-size: 2.9282576867vw;
        line-height: 1;

        font-weight: 600;
        color: #fff
    }

    #s80 .sect2 .box ul li:nth-child(14) {
        width: 43.7878787879%
    }

    #s80 .sect2 .box ul li:nth-child(14) .word {
        top: 5%;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center
    }

    #s80 .sect2 .box ul li:nth-child(14) .word .tit {
        font-size: 2.7818448023vw;
        line-height: 1;

        font-weight: 600;
        color: #18ff00
    }

    #s80 .sect3 {
        background-color: #000
    }

    #s80 .sect3 .box {
        position: relative
    }

    #s80 .sect3 .box .word {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 96%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center
    }

    #s80 .sect3 .box .word img {
        width: 9.3704245974vw;
        margin-bottom: 1vw
    }

    #s80 .sect3 .box .word .word-tit {
        font-size: 7.6134699854vw;

        font-weight: bold;
        color: #fff;
        line-height: 1.2;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect3 .box .word .word-msg {
        font-size: 5.6368960469vw;

        font-weight: bold;
        color: #fff;
        line-height: 1.2;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
        position: relative
    }

    #s80 .sect3 .box .word .word-msg::before {
        content: "";
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -10%;
        background: #31ff00;
        width: 14.6412884334vw;
        height: 0.7320644217vw
    }

    #s80 .sect3 .box-2 {
        padding: 4vw 0;
        width: 96%;
        margin: 0 auto
    }

    #s80 .sect3 .box-2 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #s80 .sect3 .box-2 ul li {
        position: relative
    }

    #s80 .sect3 .box-2 ul li .word {
        position: absolute
    }

    #s80 .sect3 .box-2 ul li:nth-child(1) {
        width: 29.5230885693%
    }

    #s80 .sect3 .box-2 ul li:nth-child(1) .word {
        top: 3%;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center
    }

    #s80 .sect3 .box-2 ul li:nth-child(1) .word .tit {
        font-size: 4.9048316252vw;

        font-weight: bold;
        color: #c6f914;
        line-height: 1
    }

    #s80 .sect3 .box-2 ul li:nth-child(2) {
        width: 34.0651021953%
    }

    #s80 .sect3 .box-2 ul li:nth-child(2) .item-box {
        position: relative
    }

    #s80 .sect3 .box-2 ul li:nth-child(2) .item-box:nth-child(2) {
        margin-top: 1.8301610542vw
    }

    #s80 .sect3 .box-2 ul li:nth-child(2) .item-box:nth-child(2) .word {
        top: 50%;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center
    }

    #s80 .sect3 .box-2 ul li:nth-child(2) .item-box:nth-child(2) .word .tit {
        font-size: 6.588579795vw;

        font-weight: bold;
        color: #c6f914;
        display: inline-block;
        line-height: 1;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect3 .box-2 ul li:nth-child(2) .item-box:nth-child(2) .word .msg {
        font-size: 3.074670571vw;

        font-weight: bold;
        color: #fff;
        line-height: 1
    }

    #s80 .sect3 .box-2 ul li:nth-child(3) {
        width: 33.4595003785%
    }

    #s80 .sect3 .box-2 ul li:nth-child(3) .item-box {
        position: relative
    }

    #s80 .sect3 .box-2 ul li:nth-child(3) .item-box:nth-child(1) .word {
        top: 5%;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center
    }

    #s80 .sect3 .box-2 ul li:nth-child(3) .item-box:nth-child(1) .word .tit {
        font-size: 7.906295754vw;

        font-weight: bold;
        color: #c6f914;
        display: inline-block;
        line-height: 1;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect3 .box-2 ul li:nth-child(3) .item-box:nth-child(1) .word .msg {
        font-size: 4.831625183vw;

        font-weight: bold;
        color: #fff;
        line-height: 1
    }

    #s80 .sect3 .box-2 ul li:nth-child(3) .item-box:nth-child(2) {
        margin-top: 1.8301610542vw
    }

    #s80 .sect3 .box-2 ul li:nth-child(3) .item-box:nth-child(2) .word {
        top: 50%;
        left: 2%;
        width: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: left
    }

    #s80 .sect3 .box-2 ul li:nth-child(3) .item-box:nth-child(2) .word .tit {
        font-size: 3.3674963397vw;

        font-weight: bold;
        color: #c6f914;
        line-height: 1;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.3662109375%, #FFFA6D), color-stop(45.2392578125%, #3CFFFF), to(#65FF89));
        background: -o-linear-gradient(left, #FFFA6D 0.3662109375%, #3CFFFF 45.2392578125%, #65FF89 100%);
        background: linear-gradient(90deg, #FFFA6D 0.3662109375%, #3CFFFF 45.2392578125%, #65FF89 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect4 {
        background-color: #000
    }

    #s80 .sect4 .box {
        width: 96%;
        margin: 0 auto;
        text-align: center;
        padding: 4vw 0
    }

    #s80 .sect4 .box .word .tit {
        font-size: 4.0995607613vw;

        line-height: 1;
        font-weight: 600;
        color: #fff
    }

    #s80 .sect4 .box .word .tit span {
        color: #18ff00
    }

    #s80 .sect4 .box .word .lab {
        font-size: 2.9282576867vw;
        line-height: 1;

        font-weight: 400;
        color: #18ff00;
        margin: 1vw 0
    }

    #s80 .sect4 .box .word .msg {
        font-size: 2.196193265vw;
        line-height: 1;

        font-weight: 400;
        color: #fff
    }

    #s80 .sect4 .box .word .note {
        font-size: 1.317715959vw;
        line-height: 1;

        font-weight: 400;
        color: #666;
        margin-top: 1vw
    }

    #s80 .sect4 .box ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 4vw
    }

    #s80 .sect4 .box ul li:nth-child(1) .picture-box img {
        width: 5.9297218155vw
    }

    #s80 .sect4 .box ul li:nth-child(2) .picture-box img {
        width: 5.9297218155vw
    }

    #s80 .sect4 .box ul li:nth-child(3) .picture-box img {
        width: 6.3689604685vw
    }

    #s80 .sect4 .box ul li:nth-child(4) .picture-box img {
        width: 6.2957540264vw
    }

    #s80 .sect4 .box ul li:nth-child(5) .picture-box img {
        width: 6.9546120059vw
    }

    #s80 .sect4 .box ul li:nth-child(6) .picture-box img {
        width: 6.8081991215vw
    }

    #s80 .sect4 .box ul li .picture-box {
        height: 7.3206442167vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #s80 .sect4 .box ul li .li-tit {
        font-size: 2.4890190337vw;

        font-weight: 400;
        color: #fff;
        line-height: 1;
        margin: 1vw 0
    }

    #s80 .sect4 .box ul li .li-msg {
        font-size: 2.4890190337vw;

        font-weight: 400;
        color: #18ff00;
        line-height: 1
    }

    #s80 .sect5 {
        background-color: #000
    }

    #s80 .sect5 .box {
        width: 96%;
        margin: 0 auto;
        text-align: center;
        padding: 4vw 0
    }

    #s80 .sect5 .box .word .tit {
        font-size: 4.0995607613vw;

        line-height: 1;
        font-weight: 600;
        color: #fff
    }

    #s80 .sect5 .box .word .lab {
        font-size: 2.9282576867vw;
        line-height: 1;

        font-weight: 400;
        color: #18ff00;
        margin: 1vw 0
    }

    #s80 .sect5 .box .word .msg {
        font-size: 2.196193265vw;
        line-height: 1;

        font-weight: 400;
        color: #fff
    }

    #s80 .sect5 .box .word .msg span {
        color: #18ff00
    }

    #s80 .sect6 {
        background-color: #000
    }

    #s80 .sect6 .box {
        width: 96%;
        margin: 0 auto;
        padding: 4vw 0
    }

    #s80 .sect6 .box ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #s80 .sect6 .box ul li:nth-child(1) {
        width: 43.0839002268%
    }

    #s80 .sect6 .box ul li:nth-child(2) {
        width: 53.8170823885%
    }

    #s80 .sect6 .box .word .tit {
        font-size: 3.513909224vw;

        line-height: 1;
        font-weight: 600;
        color: #fff
    }

    #s80 .sect6 .box .word .lab {
        font-size: 2.3426061493vw;
        line-height: 1;

        font-weight: 400;
        color: #18ff00;
        margin: 1vw 0
    }

    #s80 .sect6 .box .word .msg {
        font-size: 2.0497803807vw;
        line-height: 1;

        font-weight: 400;
        color: #fff
    }

    #s80 .sect6 .box .word .msg span {
        color: #18ff00
    }

    #s80 .sect7 .box {
        width: 96%;
        margin: 0 auto;
        padding: 8vw 0;
        text-align: center
    }

    #s80 .sect7 .box .tit {
        font-size: 8.78477306vw;

        font-weight: bold;
        color: #000;
        line-height: 1;
        display: inline-block;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect7 .box .msg {
        font-size: 2.635431918vw;
        line-height: 1;

        font-weight: 400;
        color: #000
    }

    #s80 .sect7 .box ul {
        margin-top: 4vw
    }

    #s80 .sect7 .box ul li:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #s80 .sect7 .box ul li:nth-child(2) p {
        font-size: 2.3426061493vw;

        font-weight: 600;
        color: #010101;
        line-height: 1.2
    }

    #s80 .sect7 .box ul li:nth-child(2) p:nth-child(1) {
        width: 15%
    }

    #s80 .sect7 .box ul li:nth-child(2) p:nth-child(2) {
        width: 45%
    }

    #s80 .sect7 .box ul li:nth-child(2) p:nth-child(3) {
        width: 25%;
        text-align: left;
        padding-left: 1%
    }

    #s80 .sect7 .box ul li:nth-child(2) p:nth-child(4) {
        width: 15%
    }

    #s80 .sect7 .box-2 {
        width: 96%;
        margin: 0 auto;
        padding: 4vw 0;
        text-align: center
    }

    #s80 .sect7 .box-2 .tit {
        font-size: 8.78477306vw;

        font-weight: bold;
        color: #000;
        line-height: 1;
        display: inline-block;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect7 .box-2 .msg {
        font-size: 2.635431918vw;
        line-height: 1;

        font-weight: 400;
        color: #000
    }

    #s80 .sect7 .box-2 ul {
        margin-top: 4vw
    }

    #s80 .sect7 .box-2 ul li:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translateY(-2vw);
        -ms-transform: translateY(-2vw);
        transform: translateY(-2vw);
        width: 80%;
        margin: 0 0 0 auto
    }

    #s80 .sect7 .box-2 ul li:nth-child(2) p {
        font-size: 2.3426061493vw;

        font-weight: 600;
        color: #010101;
        line-height: 1.2;
        width: 25%
    }

    #s80 .sect8 .box .title {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 170, 0, 0.5607843137)), to(rgba(34, 204, 0, 0.5764705882)));
        background: -o-linear-gradient(left, rgba(255, 170, 0, 0.5607843137), rgba(34, 204, 0, 0.5764705882));
        background: linear-gradient(90deg, rgba(255, 170, 0, 0.5607843137), rgba(34, 204, 0, 0.5764705882));
        height: 231px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    #s80 .sect8 .box .title .tit {
        width: 96%;
        font-size: 3.8799414348vw;

        font-weight: 600;
        line-height: 1.2;
        color: #000
    }

    #s80 .sect8 .picture-box {
        position: relative;
        margin: 4vw 0
    }

    #s80 .sect8 .picture-box .word {
        position: absolute
    }

    #s80 .sect8 .picture-box .word-tit-1 {
        left: 14%;
        top: 29%;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        font-size: 2.7818448023vw;

        line-height: 1;
        font-weight: 600;
        color: #000
    }

    #s80 .sect8 .picture-box .word-tit-2 {
        left: 70%;
        top: 28%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        font-size: 2.7818448023vw;

        line-height: 1;
        font-weight: 600;
        color: #000
    }

    #s80 .sect8 .picture-box .word-tit-3 {
        left: 44%;
        top: 89%;
        font-size: 2.7818448023vw;

        line-height: 1;
        font-weight: 600;
        color: #000
    }

    #s80 .sect8 .picture-box .word-msg-1 {
        left: 25%;
        top: 32%;
        font-size: 2.0497803807vw;

        line-height: 1;
        font-weight: 400;
        color: #000
    }

    #s80 .sect8 .picture-box .word-msg-2 {
        left: 57%;
        top: 32%;
        font-size: 2.0497803807vw;

        line-height: 1;
        font-weight: 400;
        color: #000
    }

    #s80 .sect8 .picture-box .word-msg-3 {
        left: 40%;
        width: 17%;
        top: 40%;
        text-align: center;
        font-size: 1.756954612vw;

        line-height: 1;
        font-weight: 400;
        color: #000
    }

    #s80 .sect8 .picture-box .word-msg-4 {
        left: 10%;
        top: 69%;
        font-size: 2.0497803807vw;

        line-height: 1;
        font-weight: 400;
        color: #000
    }

    #s80 .sect8 .picture-box .word-msg-5 {
        left: 37%;
        width: 25%;
        top: 67%;
        text-align: center;
        font-size: 2.0497803807vw;

        line-height: 1;
        font-weight: 400;
        color: #000
    }

    #s80 .sect8 .picture-box .word-msg-5 span {
        color: #009719
    }

    #s80 .sect8 .picture-box .word-msg-6 {
        left: 79%;
        top: 69%;
        width: 15%;
        text-align: center;
        font-size: 2.0497803807vw;

        line-height: 1;
        font-weight: 400;
        color: #000
    }

    #s80 .sect8 .picture-box .word-msg-7 {
        left: 21%;
        top: 102%;
        font-size: 2.0497803807vw;

        line-height: 1;
        font-weight: 400;
        color: #000
    }

    #s80 .sect8 .picture-box .word-msg-8 {
        left: 61%;
        top: 102%;
        font-size: 2.0497803807vw;

        line-height: 1;
        font-weight: 400;
        color: #000
    }

    #s80 .sect9 .box .title {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 170, 0, 0.5607843137)), to(rgba(34, 204, 0, 0.5764705882)));
        background: -o-linear-gradient(left, rgba(255, 170, 0, 0.5607843137), rgba(34, 204, 0, 0.5764705882));
        background: linear-gradient(90deg, rgba(255, 170, 0, 0.5607843137), rgba(34, 204, 0, 0.5764705882));
        height: 231px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    #s80 .sect9 .box .title .tit {
        width: 96%;
        font-size: 3.8799414348vw;

        font-weight: 600;
        line-height: 1.2;
        color: #000
    }

    #s80 .sect9 .box .picture-box {
        text-align: center
    }

    #s80 .sect9 .box .picture-box .msg {
        font-size: 3.3674963397vw;

        font-weight: 400;
        line-height: 1.2;
        color: #000;
        margin-top: 4vw
    }

    #s80 .sect9 .box .picture-box .msg span {
        color: #00ab0c;
        font-weight: bold
    }

    #s80 .sect9 .box .picture-box ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 96%;
        margin: 0 auto;
        -webkit-transform: translateY(-4vw);
        -ms-transform: translateY(-4vw);
        transform: translateY(-4vw)
    }

    #s80 .sect9 .box .picture-box ul li {
        width: 39.7982932506%
    }

    #s80 .sect9 .box .picture-box ul li img {
        width: 8.78477306vw
    }

    #s80 .sect9 .box .picture-box ul li .word {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 170, 0, 0.5607843137)), to(rgba(34, 204, 0, 0.5764705882)));
        background: -o-linear-gradient(left, rgba(255, 170, 0, 0.5607843137), rgba(34, 204, 0, 0.5764705882));
        background: linear-gradient(90deg, rgba(255, 170, 0, 0.5607843137), rgba(34, 204, 0, 0.5764705882));
        height: 149px;
        margin-top: 1vw
    }

    #s80 .sect9 .box .picture-box ul li .word .word-tit {
        font-size: 5.270863836vw;
        font-weight: normal;
        color: #000;
        line-height: 1
    }

    #s80 .sect9 .box .picture-box ul li .word .word-msg {
        font-size: 1.9033674963vw;
        font-weight: normal;
        color: #000;
        line-height: 1
    }

    #s80 .sect10 .box .title {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 170, 0, 0.5607843137)), to(rgba(34, 204, 0, 0.5764705882)));
        background: -o-linear-gradient(left, rgba(255, 170, 0, 0.5607843137), rgba(34, 204, 0, 0.5764705882));
        background: linear-gradient(90deg, rgba(255, 170, 0, 0.5607843137), rgba(34, 204, 0, 0.5764705882));
        height: 231px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    #s80 .sect10 .box .title .tit {
        width: 96%;
        font-size: 3.8799414348vw;

        font-weight: 600;
        line-height: 1.2;
        color: #000
    }

    #s80 .sect10 .box .picture-box {
        text-align: center;
        width: 96%;
        margin: 0 auto;
        padding: 4vw 0 8vw 0;
        position: relative
    }

    #s80 .sect10 .box .picture-box .word {
        position: absolute;
        font-size: 1.6105417277vw;

        font-weight: 400;
        line-height: 1.2;
        color: #000
    }

    #s80 .sect10 .box .picture-box .word-1 {
        left: 40%;
        top: 31%;
        width: 20%
    }

    #s80 .sect10 .box .picture-box .word-2 {
        left: 69%;
        top: 55%;
        width: 30%
    }

    #s80 .sect10 .box .picture-box .word-3 {
        left: 49%;
        top: 92%;
        width: 40%
    }

    #s80 .sect10 .box .picture-box .word-4 {
        left: 14%;
        top: 92%;
        width: 35%
    }

    #s80 .sect10 .box .picture-box .word-5 {
        left: 3%;
        top: 55%;
        width: 26%
    }

    #s80 .sect11 .box .title {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 170, 0, 0.5607843137)), to(rgba(34, 204, 0, 0.5764705882)));
        background: -o-linear-gradient(left, rgba(255, 170, 0, 0.5607843137), rgba(34, 204, 0, 0.5764705882));
        background: linear-gradient(90deg, rgba(255, 170, 0, 0.5607843137), rgba(34, 204, 0, 0.5764705882));
        height: 231px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    #s80 .sect11 .box .title .tit {
        width: 96%;
        font-size: 3.8799414348vw;

        font-weight: 600;
        line-height: 1.2;
        color: #000
    }

    #s80 .sect11 .box .picture-box {
        text-align: center;
        width: 96%;
        margin: 0 auto;
        padding: 4vw 0 8vw 0;
        position: relative
    }

    #s80 .sect11 .box .picture-box .word {
        position: absolute;
        font-size: 1.6105417277vw;

        font-weight: 400;
        line-height: 1.2;
        color: #000
    }

    #s80 .sect11 .box .picture-box .word-1 {
        left: 18%;
        top: 29%;
        width: 25%
    }

    #s80 .sect11 .box .picture-box .word-2 {
        left: 55%;
        top: 29%;
        width: 25%
    }

    #s80 .sect11 .box .picture-box .word-3 {
        left: 66%;
        top: 59%;
        width: 35%
    }

    #s80 .sect11 .box .picture-box .word-4 {
        left: 50%;
        top: 91%;
        width: 35%
    }

    #s80 .sect11 .box .picture-box .word-5 {
        left: 18%;
        top: 91%;
        width: 25%
    }

    #s80 .sect11 .box .picture-box .word-6 {
        left: 0%;
        top: 59%;
        width: 32%
    }

    #s80 .sect12 {
        background-color: #000
    }

    #s80 .sect12 .box {
        position: relative
    }

    #s80 .sect12 .box .word {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 96%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center
    }

    #s80 .sect12 .box .word img {
        width: 8.0527086384vw
    }

    #s80 .sect12 .box .word .word-tit {
        font-size: 5.1244509517vw;

        font-weight: bold;
        color: #fff;
        line-height: 1.2;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect12 .box .word .word-msg {
        font-size: 2.9282576867vw;

        font-weight: bold;
        color: #fff;
        line-height: 1.2;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
        position: relative
    }

    #s80 .sect12 .box .word .word-msg::before {
        content: "";
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -20%;
        background: #31ff00;
        width: 14.6412884334vw;
        height: 0.7320644217vw
    }

    #s80 .sect13 {
        background-color: #000
    }

    #s80 .sect13 .box {
        width: 96%;
        margin: 0 auto;
        text-align: center;
        padding: 4vw 0
    }

    #s80 .sect13 .box .word {
        width: 96%;
        margin: 0 auto;
        padding: 4vw 0
    }

    #s80 .sect13 .box .word .tit {
        font-size: 4.0995607613vw;
        line-height: 1.2;

        font-weight: 600;
        color: #18ff00
    }

    #s80 .sect13 .box .word .msg {
        font-size: 2.196193265vw;
        line-height: 1.2;

        font-weight: 400;
        color: #fff
    }

    #s80 .sect13 .box-2 {
        width: 96%;
        margin: 0 auto;
        padding: 4vw 0
    }

    #s80 .sect13 .box-2 .word {
        padding: 4vw 0
    }

    #s80 .sect13 .box-2 .word .tit {
        font-size: 4.0995607613vw;
        line-height: 1.2;

        font-weight: 600;
        color: #18ff00
    }

    #s80 .sect13 .box-2 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    #s80 .sect13 .box-2 ul li {
        width: 22.4412433662%
    }

    #s80 .sect13 .box-2 ul li .msg {
        font-size: 1.6105417277vw;
        line-height: 1.2;

        font-weight: 400;
        color: #fff;
        margin-top: 1vw
    }

    #s80 .sect13 .box-3 {
        width: 96%;
        margin: 0 auto;
        padding: 4vw 0
    }

    #s80 .sect13 .box-3 .word {
        width: 96%;
        padding: 4vw 0
    }

    #s80 .sect13 .box-3 .word .tit {
        font-size: 4.0995607613vw;
        line-height: 1.2;

        font-weight: 600;
        color: #18ff00
    }

    #s80 .sect13 .box-3 .word .msg {
        font-size: 2.196193265vw;
        line-height: 1.2;

        font-weight: 400;
        color: #fff;
        margin-top: 1vw
    }

    #s80 .sect13 .box-3 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #s80 .sect13 .box-3 ul li {
        width: 18.773656321%;
        position: relative;
        margin: .5vw 0
    }

    #s80 .sect13 .box-3 ul li .msg {
        font-size: 2.0497803807vw;
        line-height: 1.2;

        font-weight: 400;
        color: #fff;
        position: absolute;
        left: 50%;
        top: 65%;
        width: 100%;
        text-align: center;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    #s80 .sect13 .box-4 {
        padding: 4vw 0
    }

    #s80 .sect13 .box-4 .word {
        width: 96%;
        margin: 0 auto;
        padding: 4vw 0
    }

    #s80 .sect13 .box-4 .word .tit {
        font-size: 4.0995607613vw;
        line-height: 1.2;

        font-weight: 600;
        color: #18ff00
    }

    #s80 .sect13 .box-4 .word .msg {
        font-size: 2.196193265vw;
        line-height: 1.2;

        font-weight: 400;
        color: #fff;
        margin-top: 1vw
    }

    #s80 .sect13 .box-4 .picture-box {
        position: relative
    }

    #s80 .sect13 .box-4 .picture-box .note {
        position: absolute;
        bottom: 5%;
        left: 0;
        text-align: center;
        width: 100%;
        font-size: 3.3674963397vw;

        font-weight: bold;
        color: #000;
        line-height: 1
    }

    #s80 .sect14 {
        background-color: #000
    }

    #s80 .sect14 .box {
        position: relative
    }

    #s80 .sect14 .box .word {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 96%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center
    }

    #s80 .sect14 .box .word img {
        width: 14.055636896vw
    }

    #s80 .sect14 .box .word .word-tit {
        font-size: 4.4655929722vw;

        font-weight: bold;
        color: #fff;
        line-height: 1.2;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect14 .box .word .word-msg {
        font-size: 1.756954612vw;

        font-weight: 400;
        color: #fff;
        line-height: 1.2;
        position: relative
    }

    #s80 .sect14 .box .word .word-msg::before {
        content: "";
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -20%;
        background: #31ff00;
        width: 14.6412884334vw;
        height: 0.7320644217vw
    }

    #s80 .sect14 .box-2 .word {
        width: 96%;
        margin: 0 auto;
        text-align: center;
        padding: 4vw 0
    }

    #s80 .sect14 .box-2 .word .tit {
        font-size: 4.0995607613vw;

        line-height: 1.2;
        font-weight: 600;
        color: #18ff00
    }

    #s80 .sect14 .box-2 .word .msg {
        font-size: 2.196193265vw;

        line-height: 1.2;
        font-weight: 400;
        color: #fff
    }

    #s80 .sect14 .box-2 .word ul {
        width: 73.0181470869%;
        margin: 0 auto;
        padding-top: 2vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #s80 .sect14 .box-2 .word ul li .item-box {
        position: relative
    }

    #s80 .sect14 .box-2 .word ul li .item-box .item-word {
        position: absolute
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(1) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 70.8960104644%
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(1) .item-box:nth-child(1) {
        width: 100%;
        margin-bottom: 0.878477306vw
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(1) .item-box:nth-child(1) .item-word {
        left: 50%;
        top: 50%;
        width: 60%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(1) .item-box:nth-child(1) .item-word .word-tit {
        font-size: 4.39238653vw;

        font-weight: 400;
        color: #fff;
        line-height: 1.2;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #3CA3FF), color-stop(36.71875%, #CB53FF), color-stop(66.0400390625%, #FF9C27), to(#33F5F7));
        background: -o-linear-gradient(left, #3CA3FF 0.1220703125%, #CB53FF 36.71875%, #FF9C27 66.0400390625%, #33F5F7 100%);
        background: linear-gradient(90deg, #3CA3FF 0.1220703125%, #CB53FF 36.71875%, #FF9C27 66.0400390625%, #33F5F7 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(1) .item-box:nth-child(1) .item-word .word-msg {
        font-size: 1.756954612vw;

        font-weight: 400;
        line-height: 1.2;
        color: #fff
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(1) .item-box:nth-child(2) {
        width: 38.3763837638%
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(1) .item-box:nth-child(2) .item-word {
        left: 50%;
        top: 40%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(1) .item-box:nth-child(2) .item-word .word-tit {
        font-size: 4.39238653vw;

        font-weight: 400;
        color: #fff;
        line-height: 1.2
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(1) .item-box:nth-child(2) .item-word .word-msg {
        font-size: 1.756954612vw;

        font-weight: 400;
        line-height: 1.2;
        color: #fff
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(1) .item-box:nth-child(3) {
        width: 58.4870848708%
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(1) .item-box:nth-child(3) .item-word {
        left: 50%;
        top: 40%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(1) .item-box:nth-child(3) .item-word .word-tit {
        font-size: 4.39238653vw;

        font-weight: 400;
        display: inline-block;
        color: #fff;
        line-height: 1.2;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0.1220703125%, #17EDEE), to(#0AF258));
        background: -o-linear-gradient(bottom, #17EDEE 0.1220703125%, #0AF258 100%);
        background: linear-gradient(0deg, #17EDEE 0.1220703125%, #0AF258 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(1) .item-box:nth-child(3) .item-word .word-msg {
        font-size: 1.756954612vw;

        font-weight: 400;
        line-height: 1.2;
        color: #fff
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(2) {
        width: 27.2073250491%
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(2) .item-box:nth-child(1) {
        width: 100%;
        margin-bottom: 0.878477306vw
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(2) .item-box:nth-child(1) .item-word {
        left: 50%;
        top: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(2) .item-box:nth-child(1) .item-word .word-tit {
        font-size: 4.39238653vw;

        font-weight: 400;
        color: #fff;
        line-height: 1.2;
        background: -o-linear-gradient(181deg, #FF8E20 0.3662109375%, #00FFFC 100%);
        background: linear-gradient(269deg, #FF8E20 0.3662109375%, #00FFFC 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(2) .item-box:nth-child(1) .item-word .word-msg {
        font-size: 1.756954612vw;

        font-weight: 400;
        line-height: 1.2;
        color: #fff
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(2) .item-box:nth-child(2) .item-word {
        left: 50%;
        top: 40%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(2) .item-box:nth-child(2) .item-word .word-tit {
        font-size: 4.39238653vw;

        font-weight: 400;
        display: inline-block;
        color: #fff;
        line-height: 1.2;
        background: -o-linear-gradient(181deg, #5A89FF 0.3662109375%, #00FF3C 100%);
        background: linear-gradient(269deg, #5A89FF 0.3662109375%, #00FF3C 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(2) .item-box:nth-child(2) .item-word .word-msg {
        font-size: 1.756954612vw;

        font-weight: 400;
        line-height: 1.2;
        color: #fff
    }

    #s80 .sect14 .box-2 .bg {
        margin-top: -15%
    }

    #s80 .sect15 {
        background-color: #000;
        padding-bottom: 4vw
    }

    #s80 .sect15 .box {
        position: relative;
        margin-bottom: 4vw
    }

    #s80 .sect15 .box .word {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 96%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center
    }

    #s80 .sect15 .box .word img {
        width: 11.2737920937vw
    }

    #s80 .sect15 .box .word .word-tit {
        font-size: 3.3674963397vw;

        font-weight: bold;
        color: #fff;
        line-height: 1.2;
        margin: 1vw 0;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect15 .box .word .word-msg {
        font-size: 2.196193265vw;

        font-weight: 400;
        color: #fff;
        line-height: 1.2;
        position: relative
    }

    #s80 .sect15 .box .word .word-msg::before {
        content: "";
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -20%;
        background: #31ff00;
        width: 14.6412884334vw;
        height: 0.7320644217vw
    }

    #s80 .sect15 .box-2 {
        position: relative;
        width: 96%;
        height: 75.4026354319vw;
        margin: 0 auto
    }

    #s80 .sect15 .box-2 .item-box {
        position: absolute
    }

    #s80 .sect15 .box-2 .item-box .item-word {
        position: absolute
    }

    #s80 .sect15 .box-2 .item-box:nth-child(1) {
        left: 0;
        top: 0;
        width: 31.9696969697%;
        height: 26.6990291262%
    }

    #s80 .sect15 .box-2 .item-box:nth-child(1) .item-word {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 5%;
        left: 0
    }

    #s80 .sect15 .box-2 .item-box:nth-child(1) .item-word .word-tit {
        font-size: 2.4890190337vw;

        font-weight: bold;
        color: #000;
        line-height: 1
    }

    #s80 .sect15 .box-2 .item-box:nth-child(2) {
        left: 31.4055636896vw;
        top: 0;
        width: 33.4848484848%;
        height: 26.8932038835%
    }

    #s80 .sect15 .box-2 .item-box:nth-child(2) .item-word {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 15%;
        left: 0
    }

    #s80 .sect15 .box-2 .item-box:nth-child(2) .item-word .word-tit {
        display: inline-block;
        font-size: 3.3674963397vw;

        font-weight: bold;
        color: #000;
        line-height: 1;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #2EFFD0), color-stop(52.7587890625%, #00FFFC), to(#00FF6C));
        background: -o-linear-gradient(left, #2EFFD0 0.1220703125%, #00FFFC 52.7587890625%, #00FF6C 100%);
        background: linear-gradient(90deg, #2EFFD0 0.1220703125%, #00FFFC 52.7587890625%, #00FF6C 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect15 .box-2 .item-box:nth-child(3) {
        left: 64.2752562225vw;
        top: 0;
        width: 33.4848484848%;
        height: 26.8932038835%
    }

    #s80 .sect15 .box-2 .item-box:nth-child(3) .item-word {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 3%;
        left: 0
    }

    #s80 .sect15 .box-2 .item-box:nth-child(3) .item-word .word-tit {
        display: inline-block;
        font-size: 5.270863836vw;

        font-weight: bold;
        color: #000;
        line-height: 1;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #2EFFD0), color-stop(52.7587890625%, #00FFFC), to(#00FF6C));
        background: -o-linear-gradient(left, #2EFFD0 0.1220703125%, #00FFFC 52.7587890625%, #00FF6C 100%);
        background: linear-gradient(90deg, #2EFFD0 0.1220703125%, #00FFFC 52.7587890625%, #00FF6C 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect15 .box-2 .item-box:nth-child(3) .item-word .word-msg {
        display: inline-block;
        font-size: 2.635431918vw;

        font-weight: bold;
        color: #000;
        line-height: 1;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #2EFFD0), color-stop(52.7587890625%, #00FFFC), to(#00FF6C));
        background: -o-linear-gradient(left, #2EFFD0 0.1220703125%, #00FFFC 52.7587890625%, #00FF6C 100%);
        background: linear-gradient(90deg, #2EFFD0 0.1220703125%, #00FFFC 52.7587890625%, #00FF6C 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect15 .box-2 .item-box:nth-child(4) {
        left: 0;
        top: 20.8638360176vw;
        width: 29.1666666667%;
        height: 44.1747572816%
    }

    #s80 .sect15 .box-2 .item-box:nth-child(4) .item-word {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 5%;
        left: 0
    }

    #s80 .sect15 .box-2 .item-box:nth-child(4) .item-word .word-tit {
        font-size: 2.7086383602vw;

        font-weight: bold;
        color: #fff;
        line-height: 1
    }

    #s80 .sect15 .box-2 .item-box:nth-child(5) {
        left: 0;
        top: 55.1244509517vw;
        width: 29.1666666667%;
        height: 26.8932038835%
    }

    #s80 .sect15 .box-2 .item-box:nth-child(5) .item-word {
        position: absolute;
        top: 5%;
        left: 5%
    }

    #s80 .sect15 .box-2 .item-box:nth-child(5) .item-word .word-tit {
        font-size: 2.7818448023vw;

        font-weight: bold;
        color: #000;
        line-height: 1;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #2EFFD0), color-stop(50.7568359375%, #00FFFC), to(#00C0FF));
        background: -o-linear-gradient(left, #2EFFD0 0.1220703125%, #00FFFC 50.7568359375%, #00C0FF 100%);
        background: linear-gradient(90deg, #2EFFD0 0.1220703125%, #00FFFC 50.7568359375%, #00C0FF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect15 .box-2 .item-box:nth-child(6) {
        left: 28.9165446559vw;
        top: 20.8638360176vw;
        width: 39.7727272727%;
        height: 19.3203883495%
    }

    #s80 .sect15 .box-2 .item-box:nth-child(6) .item-word {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    #s80 .sect15 .box-2 .item-box:nth-child(6) .item-word .word-tit {
        font-size: 3.2942898975vw;

        font-weight: bold;
        line-height: 1;
        color: #fffc00;
        -webkit-text-stroke: 1px #000;
        text-stroke: 1px #000
    }

    #s80 .sect15 .box-2 .item-box:nth-child(7) {
        left: 28.9165446559vw;
        top: 36.0907759883vw;
        width: 39.7727272727%;
        height: 19.3203883495%
    }

    #s80 .sect15 .box-2 .item-box:nth-child(7) .item-word {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 90%;
        left: 0
    }

    #s80 .sect15 .box-2 .item-box:nth-child(7) .item-word .word-tit {
        font-size: 2.635431918vw;

        font-weight: bold;
        color: #fff;
        line-height: 1;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #2EFFD0), color-stop(52.7587890625%, #00FFFC), to(#00FF6C));
        background: -o-linear-gradient(left, #2EFFD0 0.1220703125%, #00FFFC 52.7587890625%, #00FF6C 100%);
        background: linear-gradient(90deg, #2EFFD0 0.1220703125%, #00FFFC 52.7587890625%, #00FF6C 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect15 .box-2 .item-box:nth-child(8) {
        left: 67.9355783309vw;
        top: 20.8638360176vw;
        width: 29.696969697%;
        height: 23.6893203883%
    }

    #s80 .sect15 .box-2 .item-box:nth-child(8) .item-word {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 5%;
        left: 0
    }

    #s80 .sect15 .box-2 .item-box:nth-child(8) .item-word .word-tit {
        font-size: 3.2942898975vw;

        font-weight: bold;
        line-height: 1;
        color: #000
    }

    #s80 .sect15 .box-2 .item-box:nth-child(9) {
        left: 67.9355783309vw;
        top: 39.1654465593vw;
        width: 29.696969697%;
        height: 23.6893203883%
    }

    #s80 .sect15 .box-2 .item-box:nth-child(9) .item-word {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 5%;
        left: 0
    }

    #s80 .sect15 .box-2 .item-box:nth-child(9) .item-word .word-tit {
        font-size: 2.7086383602vw;

        font-weight: bold;
        line-height: 1;
        color: #000;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect15 .box-2 .item-box:nth-child(10) {
        left: 28.9165446559vw;
        top: 58.78477306vw;
        width: 21.3636363636%;
        height: 22.0388349515%
    }

    #s80 .sect15 .box-2 .item-box:nth-child(10) .item-word {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    #s80 .sect15 .box-2 .item-box:nth-child(10) .item-word .word-tit {
        font-size: 3.2942898975vw;

        font-weight: bold;
        line-height: 1;
        color: #000
    }

    #s80 .sect15 .box-2 .item-box:nth-child(11) {
        left: 50.2196193265vw;
        top: 58.78477306vw;
        width: 25.6060606061%;
        height: 22.0388349515%
    }

    #s80 .sect15 .box-2 .item-box:nth-child(11) .item-word {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 80%;
        left: 0
    }

    #s80 .sect15 .box-2 .item-box:nth-child(11) .item-word .word-tit {
        font-size: 2.5622254758vw;

        font-weight: bold;
        line-height: 1;
        color: #eeff34
    }

    #s80 .sect15 .box-2 .item-box:nth-child(12) {
        left: 75.6222547584vw;
        top: 58.78477306vw;
        width: 21.7424242424%;
        height: 22.0388349515%
    }

    #s80 .sect15 .box-2 .item-box:nth-child(12) .item-word {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 3%;
        left: 0
    }

    #s80 .sect15 .box-2 .item-box:nth-child(12) .item-word .word-tit {
        font-size: 6.8081991215vw;

        font-weight: bold;
        line-height: 1;
        color: #000;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #B5FF16), to(#33F5F7));
        background: -o-linear-gradient(left, #B5FF16 0.1220703125%, #33F5F7 100%);
        background: linear-gradient(90deg, #B5FF16 0.1220703125%, #33F5F7 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect15 .box-2 .item-box:nth-child(12) .item-word .word-msg {
        font-size: 2.7086383602vw;

        font-weight: 400;
        line-height: 1;
        color: #000;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #B5FF16), to(#33F5F7));
        background: -o-linear-gradient(left, #B5FF16 0.1220703125%, #33F5F7 100%);
        background: linear-gradient(90deg, #B5FF16 0.1220703125%, #33F5F7 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect16 {
        background-color: #000
    }

    #s80 .sect16 .box {
        width: 96%;
        margin: 0 auto;
        text-align: center;
        padding: 4vw 0
    }

    #s80 .sect16 .box .tit {
        font-size: 4.0995607613vw;

        line-height: 1.2;
        font-weight: 600;
        color: #18ff00
    }

    #s80 .sect16 .box .lab {
        font-size: 2.9282576867vw;

        line-height: 1.2;
        font-weight: 400;
        color: #18ff00;
        margin: 1vw 0
    }

    #s80 .sect16 .box .msg {
        font-size: 2.196193265vw;

        line-height: 1.2;
        font-weight: 400;
        color: #fff
    }

    #s80 .sect16 .picture-box {
        width: 96%;
        margin: 0 auto;
        padding-bottom: 4vw;
        position: relative
    }

    #s80 .sect16 .picture-box img {
        display: block;
        width: 52.9545454545%;
        margin: 0 auto
    }

    #s80 .sect16 .picture-box .word {
        position: absolute;
        font-size: 1.9033674963vw;

        line-height: 1.2;
        font-weight: 400;
        color: #fff
    }

    #s80 .sect16 .picture-box .word-1 {
        left: 0;
        top: 26%;
        width: 17.2727272727%;
        text-align: right
    }

    #s80 .sect16 .picture-box .word-1::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 1px;
        width: 13.17715959vw;
        border: 1px dashed #fff
    }

    #s80 .sect16 .picture-box .word-2 {
        left: 0;
        top: 50%;
        width: 17.2727272727%;
        text-align: right
    }

    #s80 .sect16 .picture-box .word-2::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 1px;
        width: 13.17715959vw;
        border: 1px dashed #fff
    }

    #s80 .sect16 .picture-box .word-3 {
        left: 80%;
        top: 40%
    }

    #s80 .sect16 .picture-box .word-3::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 100%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 1px;
        width: 29.2825768668vw;
        border: 1px dashed #fff
    }

    #s80 .sect17 {
        background-color: #000
    }

    #s80 .sect17 .box {
        position: absolute;
        left: 50%;
        top: 5%;
        width: 96%;
        margin: 0 auto;
        text-align: center;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    #s80 .sect17 .box .tit {
        font-size: 4.0995607613vw;

        line-height: 1.2;
        font-weight: 600;
        color: #18ff00;
        margin-bottom: 2vw
    }

    #s80 .sect17 .box .msg {
        font-size: 2.196193265vw;

        line-height: 1.2;
        font-weight: 400;
        color: #fff
    }

    #s80 .sect18 {
        background-color: #000
    }

    #s80 .sect18 .box {
        position: relative;
        width: 96%;
        margin: 0 auto;
        text-align: center;
        padding: 4vw 0
    }

    #s80 .sect18 .box .tit {
        font-size: 4.0995607613vw;

        line-height: 1.2;
        font-weight: 600;
        color: #18ff00;
        margin-bottom: 2vw
    }

    #s80 .sect18 .box .msg {
        font-size: 2.196193265vw;

        line-height: 1.2;
        font-weight: 400;
        color: #fff
    }

    #s80 .sect19 {
        background-color: #000
    }

    #s80 .sect19 .box {
        position: relative;
        width: 96%;
        margin: 0 auto;
        text-align: center;
        padding: 4vw 0
    }

    #s80 .sect19 .box .word {
        width: 96%;
        margin: 0 auto;
        margin-bottom: 2vw
    }

    #s80 .sect19 .box .tit {
        font-size: 4.0995607613vw;

        line-height: 1.2;
        font-weight: 600;
        color: #fff
    }

    #s80 .sect19 .box .lab {
        font-size: 2.9282576867vw;

        line-height: 1.2;
        font-weight: 400;
        color: #18ff00;
        margin: 1vw 0
    }

    #s80 .sect19 .box .msg {
        font-size: 2.196193265vw;

        line-height: 1.2;
        font-weight: 400;
        color: #fff
    }

    #s80 .sect20 {
        background-color: #000
    }

    #s80 .sect20 .box {
        position: relative;
        width: 96%;
        margin: 0 auto;
        text-align: center;
        padding: 4vw 0
    }

    #s80 .sect20 .box .word {
        width: 76.2338648443%;
        margin: 0 auto;
        margin-bottom: 2vw
    }

    #s80 .sect20 .box .tit {
        font-size: 3.953147877vw;

        line-height: 1.2;
        font-weight: 600;
        color: #18ff00;
        margin-bottom: 2vw
    }

    #s80 .sect20 .box .msg {
        font-size: 2.196193265vw;

        line-height: 1.2;
        font-weight: 400;
        color: #fff
    }

    #s80 .sect20 .box ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #s80 .sect20 .box ul li {
        width: 32.3462414579%
    }

    #s80 .sect21 {
        background-color: #000
    }

    #s80 .sect21 .box {
        position: relative;
        text-align: center;
        padding: 4vw 0
    }

    #s80 .sect21 .box .word {
        width: 96%;
        margin: 0 auto;
        margin-bottom: 2vw
    }

    #s80 .sect21 .box .tit {
        font-size: 3.953147877vw;

        line-height: 1.2;
        font-weight: 600;
        color: #18ff00;
        margin-bottom: 2vw
    }

    #s80 .sect21 .box .msg {
        font-size: 2.196193265vw;

        line-height: 1.2;
        font-weight: 400;
        color: #fff
    }

    #s80 .sect21 .box .msg span {
        color: #18ff00
    }

    #s80 .sect21 .box ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #s80 .sect21 .box ul li {
        width: 32.3462414579%
    }

    #s80 .sect22 {
        padding: 4vw 0
    }

    #s80 .sect22 .box {
        position: relative;
        width: 96%;
        margin: 0 auto;
        padding: 2vw 0
    }

    #s80 .sect22 .box ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #s80 .sect22 .box .picture-box {
        width: 62.358276644%
    }

    #s80 .sect22 .box .word-box {
        width: 36.3567649282%
    }

    #s80 .sect22 .box .word-box img {
        width: 19.1800878477vw
    }

    #s80 .sect22 .box .word-box .tit {
        font-size: 2.9282576867vw;

        line-height: 1.2;
        font-weight: 600;
        color: #0d8f00;
        margin: 1vw 0
    }

    #s80 .sect22 .box .word-box .msg {
        font-size: 2.196193265vw;

        line-height: 1.2;
        font-weight: 400;
        color: #000
    }

    #s80 .sect22 .box-2 {
        position: relative;
        width: 96%;
        margin: 0 auto;
        padding: 2vw 0
    }

    #s80 .sect22 .box-2 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #s80 .sect22 .box-2 .picture-box {
        width: 62.0454545455%
    }

    #s80 .sect22 .box-2 .word-box {
        width: 35.303030303%
    }

    #s80 .sect22 .box-2 .word-box img {
        width: 19.1800878477vw
    }

    #s80 .sect22 .box-2 .word-box .tit {
        font-size: 3.3674963397vw;

        line-height: 1.2;
        font-weight: 600;
        color: #0d8f00;
        margin: 1vw 0
    }

    #s80 .sect22 .box-2 .word-box .msg {
        font-size: 2.196193265vw;

        line-height: 1.2;
        font-weight: 400;
        color: #000
    }

    #s80 .sect22 .box-3 {
        position: relative;
        width: 96%;
        margin: 0 auto;
        padding-top: 4vw
    }

    #s80 .sect22 .box-3 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    #s80 .sect22 .box-3 .picture-box {
        width: 43.8397581255%
    }

    #s80 .sect22 .box-3 .word-box {
        width: 48.3749055178%
    }

    #s80 .sect22 .box-3 .word-box img {
        width: 19.1800878477vw
    }

    #s80 .sect22 .box-3 .word-box .tit {
        font-size: 3.3674963397vw;

        line-height: 1.2;
        font-weight: 600;
        color: #0d8f00;
        margin: 1vw 0
    }

    #s80 .sect22 .box-3 .word-box .msg {
        font-size: 2.196193265vw;

        line-height: 1.2;
        font-weight: 400;
        color: #000
    }

    #s80 .sect22 .box-4 {
        position: relative;
        width: 96%;
        margin: 0 auto;
        padding: 2vw 0
    }

    #s80 .sect22 .box-4 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 86.2121212121%
    }

    #s80 .sect22 .box-4 .picture-box {
        width: 51.3181019332%
    }

    #s80 .sect22 .box-4 .word-box {
        width: 40.158172232%
    }

    #s80 .sect22 .box-4 .word-box img {
        width: 19.1800878477vw
    }

    #s80 .sect22 .box-4 .word-box .tit {
        font-size: 3.3674963397vw;

        line-height: 1.2;
        font-weight: 600;
        color: #0d8f00;
        margin: 1vw 0
    }

    #s80 .sect22 .box-4 .word-box .msg {
        font-size: 2.196193265vw;

        line-height: 1.2;
        font-weight: 400;
        color: #000
    }

    #s80 .sect22 .box-5 {
        position: relative;
        width: 96%;
        margin: 0 auto;
        padding: 2vw 0
    }

    #s80 .sect22 .box-5 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #s80 .sect22 .box-5 .word-box {
        width: 51.1363636364%;
        text-align: center
    }

    #s80 .sect22 .box-5 .word-box .tit {
        font-size: 3.3674963397vw;

        line-height: 1.2;
        font-weight: 600;
        color: #0d8f00
    }

    #s80 .sect22 .box-5 .word-box .msg {
        font-size: 2.196193265vw;

        line-height: 1.2;
        font-weight: 400;
        color: #000;
        margin: 2vw 0
    }

    #s80 .sect22 .box-6 {
        position: relative;
        width: 96%;
        margin: 0 auto;
        padding: 2vw 0
    }

    #s80 .sect22 .box-6 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #s80 .sect22 .box-6 .picture-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }

    #s80 .sect22 .box-6 .picture-box img:nth-child(1) {
        width: 72.1830985915%
    }

    #s80 .sect22 .box-6 .picture-box img:nth-child(2) {
        width: 21.4788732394%
    }

    #s80 .sect22 .box-6 .word-box {
        width: 60.8773500448%;
        text-align: center
    }

    #s80 .sect22 .box-6 .word-box .tit {
        font-size: 3.3674963397vw;

        line-height: 1.2;
        font-weight: 600;
        color: #000
    }

    #s80 .sect22 .box-6 .word-box .msg {
        font-size: 2.196193265vw;

        line-height: 1.2;
        font-weight: 400;
        color: #000;
        margin: 1vw 0
    }

    #s80 .sect22 .box-7 {
        position: relative;
        width: 96%;
        margin: 0 auto;
        padding: 2vw 0
    }

    #s80 .sect22 .box-7 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #s80 .sect22 .box-7 .picture-box {
        width: 65.1215805471%
    }

    #s80 .sect22 .box-7 .word-box {
        width: 35.0303951368%
    }

    #s80 .sect22 .box-7 .word-box .tit {
        font-size: 3.3674963397vw;

        line-height: 1.2;
        font-weight: 600;
        color: #000
    }

    #s80 .sect22 .box-7 .word-box .msg {
        font-size: 2.196193265vw;

        line-height: 1.2;
        font-weight: 400;
        color: #000;
        margin: 1vw 0
    }

    #s80 .sect23 {
        background-color: #000;
        padding-bottom: 4vw
    }

    #s80 .sect23 .box {
        position: relative;
        margin-bottom: 4vw
    }

    #s80 .sect23 .box .word {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 96%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center
    }

    #s80 .sect23 .box .word img {
        width: 10.2489019034vw
    }

    #s80 .sect23 .box .word .word-tit {
        font-size: 5.3440702782vw;

        font-weight: bold;
        color: #fff;
        line-height: 1.2;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect23 .box .word .word-msg {
        font-size: 3.953147877vw;

        font-weight: 400;
        color: #fff;
        line-height: 1.2;
        position: relative;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect23 .box .word .word-msg::before {
        content: "";
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -20%;
        background: #31ff00;
        width: 14.6412884334vw;
        height: 0.7320644217vw
    }

    #s80 .sect23 .box-2 {
        position: relative;
        width: 96%;
        height: 54.6120058565vw;
        margin: 0 auto
    }

    #s80 .sect23 .box-2 .item-box {
        position: absolute
    }

    #s80 .sect23 .box-2 .item-box .item-word {
        position: absolute
    }

    #s80 .sect23 .box-2 .item-box:nth-child(1) {
        left: 0;
        top: 0;
        width: 29.2424242424%;
        height: 49.5978552279%
    }

    #s80 .sect23 .box-2 .item-box:nth-child(1) .item-word {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 5%;
        left: 0
    }

    #s80 .sect23 .box-2 .item-box:nth-child(1) .item-word .word-tit {
        font-size: 3.4407027818vw;

        font-weight: bold;
        color: #17edee;
        line-height: 1;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #B5FF16), to(#33F5F7));
        background: -o-linear-gradient(left, #B5FF16 0.1220703125%, #33F5F7 100%);
        background: linear-gradient(90deg, #B5FF16 0.1220703125%, #33F5F7 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect23 .box-2 .item-box:nth-child(2) {
        left: 0;
        top: 27.8184480234vw;
        width: 29.2424242424%;
        height: 49.0616621984%
    }

    #s80 .sect23 .box-2 .item-box:nth-child(2) .item-word {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 10%;
        left: 0
    }

    #s80 .sect23 .box-2 .item-box:nth-child(2) .item-word .word-msg {
        font-size: 3.074670571vw;

        font-weight: normal;
        color: #00ff42;
        line-height: 1
    }

    #s80 .sect23 .box-2 .item-box:nth-child(2) .item-word .word-tit {
        font-size: 4.3191800878vw;

        font-weight: normal;
        color: #00ff42;
        line-height: 1
    }

    #s80 .sect23 .box-2 .item-box:nth-child(3) {
        left: 28.8433382138vw;
        top: 0;
        width: 39.8484848485%;
        height: 26.5415549598%
    }

    #s80 .sect23 .box-2 .item-box:nth-child(3) .item-word {
        position: absolute;
        width: 90%;
        text-align: center;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 5%
    }

    #s80 .sect23 .box-2 .item-box:nth-child(3) .item-word .word-tit {
        display: inline-block;
        font-size: 3.3674963397vw;

        font-weight: bold;
        color: #000;
        line-height: 1.2;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect23 .box-2 .item-box:nth-child(3) .item-word .word-msg {
        display: inline-block;
        font-size: 3.074670571vw;

        font-weight: bold;
        color: #000;
        line-height: 1.2;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect23 .box-2 .item-box:nth-child(4) {
        left: 28.8433382138vw;
        top: 15.2269399707vw;
        width: 39.8484848485%;
        height: 43.8337801609%
    }

    #s80 .sect23 .box-2 .item-box:nth-child(4) .item-word {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 5%;
        left: 0
    }

    #s80 .sect23 .box-2 .item-box:nth-child(4) .item-word .word-tit {
        font-size: 3.7335285505vw;

        font-weight: bold;
        color: #fff;
        line-height: 1
    }

    #s80 .sect23 .box-2 .item-box:nth-child(5) {
        left: 68.0087847731vw;
        top: 0;
        width: 29.6212121212%;
        height: 32.8418230563%
    }

    #s80 .sect23 .box-2 .item-box:nth-child(5) .item-word {
        position: absolute;
        top: 25%;
        left: 0;
        width: 100%;
        text-align: center
    }

    #s80 .sect23 .box-2 .item-box:nth-child(5) .item-word .word-tit {
        font-size: 2.7818448023vw;

        font-weight: bold;
        color: #000;
        line-height: 1;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.3662109375%, #56FFE5), color-stop(47.4853515625%, #E5FF56), to(#66FF66));
        background: -o-linear-gradient(left, #56FFE5 0.3662109375%, #E5FF56 47.4853515625%, #66FF66 100%);
        background: linear-gradient(90deg, #56FFE5 0.3662109375%, #E5FF56 47.4853515625%, #66FF66 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect23 .box-2 .item-box:nth-child(6) {
        left: 68.0087847731vw;
        top: 18.5944363104vw;
        width: 29.5454545455%;
        height: 37.5335120643%
    }

    #s80 .sect23 .box-2 .item-box:nth-child(6) .item-word {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 10%;
        left: 0
    }

    #s80 .sect23 .box-2 .item-box:nth-child(6) .item-word .word-tit {
        font-size: 2.196193265vw;

        font-weight: bold;
        line-height: 1;
        color: #ff9000
    }

    #s80 .sect23 .box-2 .item-box:nth-child(7) {
        left: 28.9165446559vw;
        top: 39.9707174231vw;
        width: 19.7727272727%;
        height: 26.6756032172%
    }

    #s80 .sect23 .box-2 .item-box:nth-child(7) .item-word {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 70%;
        left: 0
    }

    #s80 .sect23 .box-2 .item-box:nth-child(7) .item-word .word-tit {
        font-size: 2.635431918vw;

        font-weight: bold;
        color: #fff;
        line-height: 1
    }

    #s80 .sect23 .box-2 .item-box:nth-child(8) {
        left: 48.682284041vw;
        top: 39.9707174231vw;
        width: 34.0909090909%;
        height: 26.6756032172%
    }

    #s80 .sect23 .box-2 .item-box:nth-child(8) .item-word {
        position: absolute;
        width: 73%;
        top: 50%;
        left: 27%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    #s80 .sect23 .box-2 .item-box:nth-child(8) .item-word .word-tit {
        font-size: 2.9282576867vw;

        font-weight: bold;
        line-height: 1.2;
        color: #000;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #B5FF16), to(#33F5F7));
        background: -o-linear-gradient(left, #B5FF16 0.1220703125%, #33F5F7 100%);
        background: linear-gradient(90deg, #B5FF16 0.1220703125%, #33F5F7 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect23 .box-2 .item-box:nth-child(8) .item-word .word-msg {
        font-size: 2.635431918vw;

        font-weight: bold;
        line-height: 1.2;
        color: #000;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #B5FF16), to(#33F5F7));
        background: -o-linear-gradient(left, #B5FF16 0.1220703125%, #33F5F7 100%);
        background: linear-gradient(90deg, #B5FF16 0.1220703125%, #33F5F7 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect23 .box-2 .item-box:nth-child(9) {
        left: 82.3572474378vw;
        top: 39.9707174231vw;
        width: 14.8484848485%;
        height: 26.5415549598%
    }

    #s80 .sect23 .box-2 .item-box:nth-child(9) .item-word {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 45%;
        left: 0
    }

    #s80 .sect23 .box-2 .item-box:nth-child(9) .item-word .word-tit {
        font-size: 3.074670571vw;

        font-weight: bold;
        line-height: 1;
        color: #f6ff00
    }

    #s80 .sect23 .box-2 .item-box:nth-child(9) .item-word .word-msg {
        font-size: 1.9765739385vw;

        font-weight: normal;
        line-height: 1;
        color: #f6ff00
    }

    #s80 .sect24 {
        background-color: #000
    }

    #s80 .sect24 .box {
        width: 96%;
        margin: 0 auto;
        text-align: center;
        padding-top: 4vw
    }

    #s80 .sect24 .box .tit {
        font-size: 3.953147877vw;

        line-height: 1.2;
        font-weight: 600;
        color: #fff
    }

    #s80 .sect24 .box .lab {
        font-size: 2.9282576867vw;

        line-height: 1.2;
        font-weight: 400;
        color: #18ff00;
        margin: 1vw 0
    }

    #s80 .sect24 .box .msg {
        font-size: 2.196193265vw;

        line-height: 1.2;
        font-weight: 400;
        color: #fff
    }

    #s80 .sect24 .box .msg span {
        color: #18ff00
    }

    #s80 .sect24 .picture-box {
        position: relative
    }

    #s80 .sect24 .picture-box .word {
        position: absolute;
        top: 50%;
        left: 5%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    #s80 .sect24 .picture-box .word .word-tit {
        font-size: 4.6852122987vw;

        font-weight: normal;
        color: #feffff;
        line-height: 1
    }

    #s80 .sect24 .picture-box .word .word-lab {
        font-size: 2.5622254758vw;

        font-weight: normal;
        line-height: 1.2
    }

    #s80 .sect24 .picture-box .word .word-msg {
        font-size: 1.4641288433vw;

        font-weight: normal;
        line-height: 1.2;
        color: #fff
    }

    #s80 .sect24 .picture-box .word img {
        width: 28.4773060029vw
    }

    #s80 .sect24 .picture-box .word .word-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #s80 .sect24 .picture-box .word .word-box:nth-child(1) .word-lab {
        color: #5aff00
    }

    #s80 .sect24 .picture-box .word .word-box:nth-child(2) {
        margin-top: 4vw
    }

    #s80 .sect24 .picture-box .word .word-box:nth-child(2) .word-lab {
        color: #f6ff00
    }

    #s80 .sect25 {
        background-color: #000
    }

    #s80 .sect25 .box {
        width: 96%;
        margin: 0 auto;
        text-align: center;
        padding: 4vw 0
    }

    #s80 .sect25 .box .tit {
        font-size: 4.0995607613vw;

        line-height: 1.2;
        font-weight: 600;
        color: #18ff00
    }

    #s80 .sect25 .box .msg {
        font-size: 2.196193265vw;

        line-height: 1.2;
        font-weight: 400;
        color: #fff;
        margin: 1vw 0 4vw 0
    }

    #s80 .sect25 .box .picture-box {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #s80 .sect25 .box .picture-box img:nth-child(1) {
        width: 49.6583143508%
    }

    #s80 .sect25 .box .picture-box img:nth-child(2) {
        width: 49.9620349279%
    }

    #s80 .sect25 .box-2 {
        width: 96%;
        margin: 0 auto;
        text-align: center;
        padding: 4vw 0
    }

    #s80 .sect25 .box-2 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #s80 .sect25 .box-2 ul li {
        position: relative;
        width: 49.2764661081%
    }

    #s80 .sect25 .box-2 ul li .word {
        text-align: left;
        position: absolute;
        width: 96%;
        top: 5%;
        left: 2%
    }

    #s80 .sect25 .box-2 .tit {
        font-size: 2.9282576867vw;

        line-height: 1.2;
        font-weight: 600;
        color: #18ff00
    }

    #s80 .sect25 .box-2 .lab {
        font-size: 2.9282576867vw;

        line-height: 1.2;
        font-weight: 400;
        color: #fff;
        margin: 1vw 0 2vw 0
    }

    #s80 .sect25 .box-2 .msg {
        font-size: 1.756954612vw;

        line-height: 1.2;
        font-weight: 400;
        color: #fff
    }

    #s80 .sect26 {
        background-color: #000
    }

    #s80 .sect26 .box {
        width: 96%;
        margin: 0 auto;
        text-align: center;
        padding: 4vw 0
    }

    #s80 .sect26 .box .tit {
        font-size: 4.0995607613vw;

        line-height: 1.2;
        font-weight: 600;
        color: #fff
    }

    #s80 .sect26 .box .lab {
        font-size: 2.9282576867vw;

        line-height: 1.2;
        font-weight: 400;
        color: #18ff00;
        margin: 1vw 0
    }

    #s80 .sect26 .box .msg {
        font-size: 2.196193265vw;

        line-height: 1.2;
        font-weight: 400;
        color: #fff
    }

    #s80 .sect26 .box .picture-box {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #s80 .sect26 .picture-box {
        width: 96%;
        text-align: center;
        margin: 0 auto
    }

    #s80 .sect26 .picture-box .tit-2 {
        display: inline-block;
        font-size: 7.3206442167vw;

        font-weight: 600;
        color: #17edee;
        line-height: 1.2;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect26 .picture-box .tit-2 span {
        font-size: 3.513909224vw
    }

    #s80 .sect27 {
        background-color: #000;
        padding: 4vw 0
    }

    #s80 .sect27 .box {
        position: relative;
        margin-bottom: 4vw
    }

    #s80 .sect27 .box .word {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 96%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center
    }

    #s80 .sect27 .box .word img {
        width: 8.78477306vw
    }

    #s80 .sect27 .box .word .word-tit {
        font-size: 5.3440702782vw;

        font-weight: bold;
        color: #fff;
        line-height: 1.2;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect27 .box .word .word-msg {
        font-size: 2.196193265vw;

        font-weight: 400;
        color: #fff;
        line-height: 1.2;
        position: relative
    }

    #s80 .sect27 .box .word .word-msg::before {
        content: "";
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -20%;
        background: #31ff00;
        width: 14.6412884334vw;
        height: 0.7320644217vw
    }

    #s80 .sect28 .box .tit {
        width: 90%;
        font-size: 4.6852122987vw
    }

    #s80 .sect28 .box::before {
        font-size: 14.3484626647vw
    }

    #s80 .sect28 .box-2 .top-tit img {
        width: 7.6866764275vw
    }

    #s80 .sect28 .box-2 .top-tit .tit {
        font-size: 4.9780380673vw
    }

    #s80 .sect28 .box-2 ul li .tit {
        font-size: 3.074670571vw
    }

    #s80 .sect28 .box-2 ul li .msg {
        font-size: 2.196193265vw
    }

    #s80 .sect28 .box-2 ul li .tit_img {
        width: 12.0790629575vw
    }

    #s80 .sect28 .box-2 ul li:nth-child(1) {
        width: 34.3338213763vw
    }

    #s80 .sect28 .box-2 ul li:nth-child(2) {
        width: 60.541727672vw
    }

    #s80 .sect28 .box-3 ul li .tit {
        font-size: 3.074670571vw
    }

    #s80 .sect28 .box-3 ul li .msg {
        font-size: 2.196193265vw
    }

    #s80 .sect28 .box-3 ul li .tit_img {
        width: 12.0790629575vw
    }

    #s80 .sect28 .box-3 ul li:nth-child(1) {
        width: 79.6486090776vw
    }

    #s80 .sect28 .box-3 ul li:nth-child(2) {
        width: 34.9194729136vw
    }

    #s80 .sect28 .box-4 ul li .tit {
        font-size: 2.635431918vw
    }

    #s80 .sect28 .box-4 ul li .msg {
        font-size: 2.0497803807vw
    }

    #s80 .sect28 .box-4 ul li .pho_img {
        height: 30.4538799414vw
    }

    #s80 .sect28 .box-4 ul li .tit_img {
        width: 12.0790629575vw
    }

    #s80 .sect28 .box-4 ul li:nth-child(1) {
        width: 48.5358711567vw
    }

    #s80 .sect28 .box-4 ul li:nth-child(2) {
        width: 48.5358711567vw
    }

    #s80 .sect29 .box p {
        font-size: 4.9780380673vw
    }

    #s80 .sect29 .box-2 .tit {
        font-size: 3.074670571vw
    }

    #s80 .sect29 .box-2 .msg {
        font-size: 2.196193265vw
    }

    #s80 .sect29 .box-2 .tit_img {
        width: 12.0790629575vw
    }

    #s80 .sect29 .box-3 ul li:nth-child(1) {
        width: 34.1874084919vw
    }

    #s80 .sect29 .box-3 ul li:nth-child(1) .color-bg {
        width: 26.3543191801vw;
        height: 26.3543191801vw
    }

    #s80 .sect29 .box-3 ul li:nth-child(1) .color-bg .color-item {
        width: 9.5168374817vw;
        height: 9.5168374817vw
    }

    #s80 .sect29 .box-3 ul li:nth-child(2) {
        width: 61.6398243045vw
    }

    #s80 .sect29 .box-3 .tit {
        font-size: 3.074670571vw
    }

    #s80 .sect29 .box-3 .lab {
        font-size: 2.635431918vw
    }

    #s80 .sect29 .box-3 .msg {
        font-size: 2.196193265vw
    }

    #s80 .sect29 .box-3 .tit_img {
        width: 12.0790629575vw
    }

    #s80 .sect29 .box-4 ul li:nth-child(2) {
        width: 36.6032210835vw
    }

    #s80 .sect29 .box-4 ul li:nth-child(2) .color-bg {
        width: 58.5651537335vw;
        height: 25.6222547584vw;
        border-radius: 12.8111273792vw
    }

    #s80 .sect29 .box-4 ul li:nth-child(2) .color-bg::before {
        width: 55.6368960469vw;
        height: 22.6939970717vw;
        border-radius: 11.3469985359vw
    }

    #s80 .sect29 .box-4 ul li:nth-child(1) {
        width: 61.2737920937vw
    }

    #s80 .sect29 .box-4 .tit {
        font-size: 3.074670571vw
    }

    #s80 .sect29 .box-4 .lab {
        font-size: 2.4890190337vw
    }

    #s80 .sect29 .box-4 .msg {
        font-size: 2.196193265vw
    }

    #s80 .sect29 .box-4 .tit_img {
        width: 12.0790629575vw
    }

    #s80 .sect29 .box-5 ul li:nth-child(2) {
        width: 33.6749633968vw
    }

    #s80 .sect29 .box-5 ul li:nth-child(2) .color-bg {
        width: 33.9677891654vw;
        height: 23.6456808199vw
    }

    #s80 .sect29 .box-5 ul li:nth-child(2) .color-bg::before {
        width: 21.9619326501vw;
        height: 21.9619326501vw
    }

    #s80 .sect29 .box-5 ul li:nth-child(2) .color-bg::after {
        width: 21.9619326501vw;
        height: 21.9619326501vw
    }

    #s80 .sect29 .box-5 ul li:nth-child(1) {
        width: 63.3967789165vw
    }

    #s80 .sect29 .box-5 .tit {
        font-size: 3.074670571vw
    }

    #s80 .sect29 .box-5 .lab {
        font-size: 2.4890190337vw
    }

    #s80 .sect29 .box-5 .msg {
        font-size: 2.196193265vw
    }

    #s80 .sect29 .box-5 .tit_img {
        width: 12.0790629575vw
    }

    #s80 .sect29 .box-6 ul li:nth-child(2) {
        width: 48.7554904832vw
    }

    #s80 .sect29 .box-6 ul li:nth-child(1) {
        width: 48.6090775988vw
    }

    #s80 .sect29 .box-6 .tit {
        font-size: 3.074670571vw
    }

    #s80 .sect29 .box-6 .lab {
        font-size: 2.635431918vw
    }

    #s80 .sect29 .box-6 .msg {
        font-size: 1.9033674963vw
    }

    #s80 .sect29 .box-6 .tit_img {
        width: 12.0790629575vw
    }

    #s80 .sect30 {
        background-color: #000;
        padding: 4vw 0
    }

    #s80 .sect30 .box {
        width: 96%;
        margin: 0 auto;
        padding: 4vw 0;
        background-color: #0b0b0b
    }

    #s80 .sect30 .box ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #s80 .sect30 .box ul li:nth-child(1) {
        width: 45.4475308642%
    }

    #s80 .sect30 .box ul li:nth-child(2) {
        width: 46.2962962963%
    }

    #s80 .sect30 .box ul li:nth-child(2) .word .tit {
        font-size: 3.3674963397vw;

        line-height: 1.2;
        font-weight: 600;
        color: #18ff00
    }

    #s80 .sect30 .box ul li:nth-child(2) .word .lab {
        font-size: 2.196193265vw;

        line-height: 1.2;
        font-weight: 600;
        color: #fff;
        margin: 1vw 0
    }

    #s80 .sect30 .box ul li:nth-child(2) .word .msg {
        font-size: 1.9033674963vw;

        line-height: 1.2;
        font-weight: 400;
        color: #fff
    }

    #s80 .sect31 {
        background-color: #000;
        padding: 4vw 0
    }

    #s80 .sect31 .box {
        width: 96%;
        margin: 0 auto
    }

    #s80 .sect31 .box .word {
        width: 73.6882716049%;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 4vw
    }

    #s80 .sect31 .box .word .tit {
        font-size: 4.0995607613vw;

        line-height: 1.2;
        font-weight: 600;
        color: #18ff00
    }

    #s80 .sect31 .box .word .msg {
        font-size: 2.196193265vw;

        line-height: 1.2;
        font-weight: 600;
        color: #fff;
        margin: 1vw 0
    }

    #s80 .sect31 .box .word .note {
        font-size: 1.756954612vw;

        line-height: 1.2;
        font-weight: 400;
        color: #7d7c7c
    }

    #s80 .sect32 {
        background-color: #000
    }

    #s80 .sect32 .box {
        width: 96%;
        margin: 0 auto;
        padding: 4vw 0
    }

    #s80 .sect32 .box .word {
        text-align: center
    }

    #s80 .sect32 .box .word .tit {
        font-size: 3.4407027818vw;

        line-height: 1.2;
        font-weight: 600;
        color: #18ff00
    }

    #s80 .sect32 .box .word .msg {
        font-size: 1.9033674963vw;

        line-height: 1.2;
        font-weight: 600;
        color: #fff;
        margin: 1vw 0
    }

    #s80 .sect32 .box-2 {
        width: 96%;
        margin: 0 auto;
        padding: 4vw 0
    }

    #s80 .sect32 .box-2 .word {
        text-align: center
    }

    #s80 .sect32 .box-2 .word .tit {
        font-size: 3.4407027818vw;

        line-height: 1.2;
        font-weight: 600;
        color: #18ff00
    }

    #s80 .sect32 .box-2 .word .msg {
        font-size: 1.9033674963vw;

        line-height: 1.2;
        font-weight: 400;
        color: #fff;
        margin: 1vw 0
    }

    #s80 .sect32 .box-2 .word ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 4vw
    }

    #s80 .sect32 .box-2 .word ul li img {
        width: 8.4187408492vw
    }

    #s80 .sect32 .box-2 .word ul li p {
        font-size: 1.317715959vw;

        line-height: 1.2;
        font-weight: 400;
        color: #fff;
        margin-top: 1vw
    }

    #s80 .sect33 {
        background-color: #000;
        padding: 4vw 0
    }

    #s80 .sect33 .tit {
        font-size: 2.9282576867vw;

        line-height: 1.2;
        font-weight: 600;
        color: #18ff00;
        margin-bottom: 1vw
    }

    #s80 .sect33 .msg {
        font-size: 2.196193265vw;

        line-height: 1.2;
        font-weight: 400;
        color: #fff
    }

    #s80 .sect33 .box {
        width: 96%;
        margin: 1vw auto
    }

    #s80 .sect33 .box ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #s80 .sect33 .box ul .word-box {
        width: 35.3787878788%
    }

    #s80 .sect33 .box ul .picture-box {
        width: 55.5303030303%
    }

    #s80 .sect33 .box-2 {
        width: 96%;
        margin: 1vw auto
    }

    #s80 .sect33 .box-2 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #s80 .sect33 .box-2 ul .word-box {
        width: 40%
    }

    #s80 .sect33 .box-2 ul .picture-box {
        width: 55.5303030303%
    }

    #s80 .sect33 .box-3 {
        width: 96%;
        margin: 1vw auto
    }

    #s80 .sect33 .box-3 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #s80 .sect33 .box-3 ul .word-box {
        width: 32.803030303%
    }

    #s80 .sect33 .box-3 ul .picture-box {
        width: 55.5303030303%
    }

    #s80 .sect33 .box-4 {
        width: 96%;
        margin: 1vw auto
    }

    #s80 .sect33 .box-4 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #s80 .sect33 .box-4 ul .word-box {
        width: 34.6212121212%
    }

    #s80 .sect33 .box-4 ul .picture-box {
        width: 55.5303030303%
    }

    #s80 .sect33 .box-5 {
        width: 96%;
        margin: 1vw auto
    }

    #s80 .sect33 .box-5 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #s80 .sect33 .box-5 ul .word-box {
        width: 40.6060606061%
    }

    #s80 .sect33 .box-5 ul .picture-box {
        width: 55.5303030303%
    }

    #s80 .sect34 {
        background-color: #000;
        padding: 4vw 0
    }

    #s80 .sect34 .box {
        width: 96%;
        margin: 4vw auto
    }

    #s80 .sect34 .box ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #s80 .sect34 .box ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #s80 .sect34 .box ul li .word-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 2vw
    }

    #s80 .sect34 .box ul li:nth-child(1) .round-box {
        background: #f87936
    }

    #s80 .sect34 .box ul li:nth-child(2) .round-box {
        background: #59d92c
    }

    #s80 .sect34 .box ul li:nth-child(3) .round-box {
        background: #2f2e2e
    }

    #s80 .sect34 .box ul li img {
        width: 27.8184480234vw
    }

    #s80 .sect34 .box ul li .round-box {
        position: relative;
        width: 2.9282576867vw;
        height: 2.9282576867vw;
        opacity: .7;
        border-radius: 50%;
        margin-right: 1.0980966325vw
    }

    #s80 .sect34 .box ul li .round-box::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 4.0263543192vw;
        height: 4.0263543192vw;
        border: 1px solid #898989;
        border-radius: 50%
    }

    #s80 .sect34 .box ul li p {
        font-size: 2.7818448023vw;

        line-height: 1.2;
        font-weight: 400;
        color: #fff
    }

    #s80 .sect34 .box-2 {
        width: 96%;
        margin: 0 auto;
        padding: 4vw 0
    }

    #s80 .sect35 {
        padding: 4vw 0
    }

    #s80 .sect35 .box {
        width: 96%;
        margin: 0 auto
    }

    #s80 .sect35 .box ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1vw 0
    }

    #s80 .sect35 .box ul li:nth-of-type(even) {
        background: #edf0f2
    }

    #s80 .sect35 .box ul li .left-box {
        width: 35%;
        font-size: 2.196193265vw;

        font-weight: 600;
        color: #000;
        line-height: 1.2;
        padding-left: 5%
    }

    #s80 .sect35 .box ul li .right-box {
        width: 65%;
        font-size: 2.196193265vw;

        font-weight: 400;
        color: #333;
        line-height: 1.2
    }
}

@media screen and (max-width: 767px) {
    #s80 {
        overflow: hidden
    }

    #s80 .s80-pc {
        display: none !important
    }

    #s80 .s80-phone {
        display: initial !important
    }

    #s80 .sect1 {
        padding: 8vw 0
    }

    #s80 .sect1 .box {
        position: relative;
        top: 0;
        left: 0;
        width: 96%;
        margin: 0 auto;
        text-align: center
    }

    #s80 .sect1 .box .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 4vw
    }

    #s80 .sect1 .box .title img {
        width: 52.0833333333vw;
        margin-right: 1vw
    }

    #s80 .sect1 .box .title p {
        font-size: 13.0208333333vw;

        font-weight: 400;
        line-height: 1;
        color: #000;
        padding-top: 2.6041666667vw
    }

    #s80 .sect1 .box .msg {
        display: inline-block;
        font-size: 4.6875vw;

        font-weight: 400;
        color: #fff;
        line-height: 1.2;
        background: -webkit-gradient(linear, left top, right top, from(#FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800, #22CC00);
        background: linear-gradient(90deg, #FFA800, #22CC00);
        padding: 2vw 2vw 1vw 2vw
    }

    #s80 .sect2 {
        background-color: #000;
        padding: 8vw 0
    }

    #s80 .sect2 .box {
        width: 96%;
        margin: 0 auto
    }

    #s80 .sect2 .box ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #s80 .sect2 .box ul li {
        position: relative;
        margin: .5vw 0
    }

    #s80 .sect2 .box ul li .word {
        position: absolute
    }

    #s80 .sect2 .box ul li:nth-child(1) {
        width: 62.5%
    }

    #s80 .sect2 .box ul li:nth-child(2) {
        width: 35.6818181818%
    }

    #s80 .sect2 .box ul li:nth-child(2) .word {
        top: 3%;
        left: 50%;
        width: 80%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center
    }

    #s80 .sect2 .box ul li:nth-child(2) .word .tit {
        font-size: 6.5104166667vw;

        font-weight: bold;
        color: #fff;
        line-height: 1;
        display: inline-block;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect2 .box ul li:nth-child(2) .word .msg {
        font-size: 4.6875vw;

        font-weight: bold;
        color: #fff;
        line-height: 1
    }

    #s80 .sect2 .box ul li:nth-child(3) {
        width: 49.4696969697%
    }

    #s80 .sect2 .box ul li:nth-child(3) .word {
        top: 10%;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center
    }

    #s80 .sect2 .box ul li:nth-child(3) .word .tit {
        font-size: 3.125vw;
        line-height: 1;

        font-weight: bold;
        color: #fff
    }

    #s80 .sect2 .box ul li:nth-child(4) {
        width: 22.6515151515%
    }

    #s80 .sect2 .box ul li:nth-child(4) .word {
        top: 10%;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center
    }

    #s80 .sect2 .box ul li:nth-child(4) .word .tit {
        font-size: 5.2083333333vw;
        line-height: 1;

        font-weight: bold;
        color: #00fe40
    }

    #s80 .sect2 .box ul li:nth-child(5) {
        width: 24.6212121212%
    }

    #s80 .sect2 .box ul li:nth-child(5) .word {
        top: 10%;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center
    }

    #s80 .sect2 .box ul li:nth-child(5) .word .tit {
        font-size: 3.3854166667vw;
        line-height: 1;

        font-weight: bold;
        color: #fff
    }

    #s80 .sect2 .box ul li:nth-child(6) {
        width: 31.0606060606%
    }

    #s80 .sect2 .box ul li:nth-child(6) .word {
        top: 10%;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center
    }

    #s80 .sect2 .box ul li:nth-child(6) .word .tit {
        font-size: 3.3854166667vw;
        line-height: 1;

        font-weight: 600;
        color: #f0ff00
    }

    #s80 .sect2 .box ul li:nth-child(7) {
        width: 31.8181818182%
    }

    #s80 .sect2 .box ul li:nth-child(7) .word {
        top: 10%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center
    }

    #s80 .sect2 .box ul li:nth-child(7) .word .tit {
        font-size: 4.1666666667vw;
        line-height: 1;

        font-weight: bold;
        color: #f0ff00;
        display: inline-block;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #B5FF16), to(#00FCFF));
        background: -o-linear-gradient(left, #B5FF16 0.1220703125%, #00FCFF 100%);
        background: linear-gradient(90deg, #B5FF16 0.1220703125%, #00FCFF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect2 .box ul li:nth-child(8) {
        width: 33.7121212121%
    }

    #s80 .sect2 .box ul li:nth-child(8) .word {
        top: 10%;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center
    }

    #s80 .sect2 .box ul li:nth-child(8) .word .tit {
        font-size: 4.1666666667vw;
        line-height: 1;

        font-weight: bold;
        color: #d8ff00;
        display: inline-block;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #B5FF16), to(#00FCFF));
        background: -o-linear-gradient(left, #B5FF16 0.1220703125%, #00FCFF 100%);
        background: linear-gradient(90deg, #B5FF16 0.1220703125%, #00FCFF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect2 .box ul li:nth-child(9) {
        width: 23.7121212121%
    }

    #s80 .sect2 .box ul li:nth-child(9) .word {
        top: 5%;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center
    }

    #s80 .sect2 .box ul li:nth-child(9) .word .tit {
        font-size: 3.125vw;
        line-height: 1;

        font-weight: bold;
        color: #d8ff00;
        display: inline-block;
        background: -webkit-gradient(linear, right top, left top, color-stop(0.3662109375%, #FFFA6D), to(#00FF3B));
        background: -o-linear-gradient(right, #FFFA6D 0.3662109375%, #00FF3B 100%);
        background: linear-gradient(270deg, #FFFA6D 0.3662109375%, #00FF3B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect2 .box ul li:nth-child(9) .word .msg {
        font-size: 3.125vw;

        font-weight: 600;
        color: #fff;
        line-height: 1.2
    }

    #s80 .sect2 .box ul li:nth-child(10) {
        width: 23.9393939394%
    }

    #s80 .sect2 .box ul li:nth-child(10) .word {
        top: 10%;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center
    }

    #s80 .sect2 .box ul li:nth-child(10) .word .tit {
        font-size: 3.90625vw;
        line-height: 1;

        font-weight: 600;
        color: #fff
    }

    #s80 .sect2 .box ul li:nth-child(11) {
        width: 48.6363636364%
    }

    #s80 .sect2 .box ul li:nth-child(11) .word {
        top: 50%;
        left: 2%;
        width: 70%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: left
    }

    #s80 .sect2 .box ul li:nth-child(11) .word .tit {
        font-size: 3.90625vw;
        line-height: 1;

        font-weight: 600;
        display: inline-block;
        color: #fff;
        background: -webkit-gradient(linear, right top, left top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(right, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(270deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect2 .box ul li:nth-child(11) .word .msg {
        font-size: 3.125vw;

        font-weight: 600;
        color: #fff;
        line-height: 1;
        margin-top: 1vw
    }

    #s80 .sect2 .box ul li:nth-child(12) {
        width: 30.8333333333%
    }

    #s80 .sect2 .box ul li:nth-child(12) .word {
        top: 5%;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center
    }

    #s80 .sect2 .box ul li:nth-child(12) .word .tit {
        font-size: 4.1666666667vw;
        line-height: 1;

        font-weight: 600;
        color: #fff;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #B5FF16), to(#00FCFF));
        background: -o-linear-gradient(left, #B5FF16 0.1220703125%, #00FCFF 100%);
        background: linear-gradient(90deg, #B5FF16 0.1220703125%, #00FCFF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect2 .box ul li:nth-child(13) {
        width: 21.8939393939%
    }

    #s80 .sect2 .box ul li:nth-child(13) .word {
        top: 10%;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center
    }

    #s80 .sect2 .box ul li:nth-child(13) .word .tit {
        font-size: 3.3854166667vw;
        line-height: 1;

        font-weight: 600;
        color: #fff
    }

    #s80 .sect2 .box ul li:nth-child(14) {
        width: 43.7878787879%
    }

    #s80 .sect2 .box ul li:nth-child(14) .word {
        top: 5%;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center
    }

    #s80 .sect2 .box ul li:nth-child(14) .word .tit {
        font-size: 3.125vw;
        line-height: 1;

        font-weight: 600;
        color: #18ff00
    }

    #s80 .sect3 {
        background-color: #000
    }

    #s80 .sect3 .box {
        position: relative;
        padding: 8vw 0
    }

    #s80 .sect3 .box .word {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 96%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center
    }

    #s80 .sect3 .box .word img {
        width: 9.375vw;
        margin-bottom: 2vw
    }

    #s80 .sect3 .box .word .word-tit {
        font-size: 7.5520833333vw;

        font-weight: bold;
        color: #fff;
        line-height: 1.2;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect3 .box .word .word-msg {
        font-size: 5.46875vw;

        font-weight: bold;
        color: #fff;
        line-height: 1.2;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
        position: relative
    }

    #s80 .sect3 .box .word .word-msg::before {
        content: "";
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -10%;
        background: #31ff00;
        width: 19.53125vw;
        height: 0.6510416667vw
    }

    #s80 .sect3 .box-2 {
        padding: 4vw 0;
        width: 96%;
        margin: 0 auto
    }

    #s80 .sect3 .box-2 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #s80 .sect3 .box-2 ul li {
        position: relative
    }

    #s80 .sect3 .box-2 ul li .word {
        position: absolute
    }

    #s80 .sect3 .box-2 ul li:nth-child(1) {
        width: 29.5230885693%
    }

    #s80 .sect3 .box-2 ul li:nth-child(1) .word {
        top: 3%;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center
    }

    #s80 .sect3 .box-2 ul li:nth-child(1) .word .tit {
        font-size: 5.46875vw;

        font-weight: bold;
        color: #c6f914;
        line-height: 1
    }

    #s80 .sect3 .box-2 ul li:nth-child(2) {
        width: 34.0651021953%
    }

    #s80 .sect3 .box-2 ul li:nth-child(2) .item-box {
        position: relative
    }

    #s80 .sect3 .box-2 ul li:nth-child(2) .item-box:nth-child(2) {
        margin-top: 1.953125vw
    }

    #s80 .sect3 .box-2 ul li:nth-child(2) .item-box:nth-child(2) .word {
        top: 50%;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center
    }

    #s80 .sect3 .box-2 ul li:nth-child(2) .item-box:nth-child(2) .word .tit {
        font-size: 6.5104166667vw;

        font-weight: bold;
        color: #c6f914;
        display: inline-block;
        line-height: 1;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect3 .box-2 ul li:nth-child(2) .item-box:nth-child(2) .word .msg {
        font-size: 3.125vw;

        font-weight: bold;
        color: #fff;
        line-height: 1
    }

    #s80 .sect3 .box-2 ul li:nth-child(3) {
        width: 33.4595003785%
    }

    #s80 .sect3 .box-2 ul li:nth-child(3) .item-box {
        position: relative
    }

    #s80 .sect3 .box-2 ul li:nth-child(3) .item-box:nth-child(1) .word {
        top: 5%;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center
    }

    #s80 .sect3 .box-2 ul li:nth-child(3) .item-box:nth-child(1) .word .tit {
        font-size: 7.8125vw;

        font-weight: bold;
        color: #c6f914;
        display: inline-block;
        line-height: 1;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect3 .box-2 ul li:nth-child(3) .item-box:nth-child(1) .word .msg {
        font-size: 3.90625vw;

        font-weight: bold;
        color: #fff;
        line-height: 1
    }

    #s80 .sect3 .box-2 ul li:nth-child(3) .item-box:nth-child(2) {
        margin-top: 1.953125vw
    }

    #s80 .sect3 .box-2 ul li:nth-child(3) .item-box:nth-child(2) .word {
        top: 50%;
        left: 2%;
        width: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: left
    }

    #s80 .sect3 .box-2 ul li:nth-child(3) .item-box:nth-child(2) .word .tit {
        font-size: 3.3854166667vw;

        font-weight: bold;
        color: #c6f914;
        line-height: 1;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.3662109375%, #FFFA6D), color-stop(45.2392578125%, #3CFFFF), to(#65FF89));
        background: -o-linear-gradient(left, #FFFA6D 0.3662109375%, #3CFFFF 45.2392578125%, #65FF89 100%);
        background: linear-gradient(90deg, #FFFA6D 0.3662109375%, #3CFFFF 45.2392578125%, #65FF89 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect4 {
        background-color: #000
    }

    #s80 .sect4 .box {
        width: 96%;
        margin: 0 auto;
        text-align: center;
        padding: 8vw 0
    }

    #s80 .sect4 .box .word .tit {
        font-size: 6.5104166667vw;

        line-height: 1;
        font-weight: 600;
        color: #fff
    }

    #s80 .sect4 .box .word .tit span {
        color: #18ff00
    }

    #s80 .sect4 .box .word .lab {
        font-size: 5.2083333333vw;
        line-height: 1;

        font-weight: 400;
        color: #18ff00;
        margin: 4vw 0
    }

    #s80 .sect4 .box .word .msg {
        font-size: 3.90625vw;
        line-height: 1;

        font-weight: 400;
        color: #fff
    }

    #s80 .sect4 .box .word .note {
        font-size: 3.125vw;
        line-height: 1;

        font-weight: 400;
        color: #666;
        margin-top: 4vw
    }

    #s80 .sect4 .box ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 4vw
    }

    #s80 .sect4 .box ul li:nth-child(1) .picture-box img {
        width: 10.546875vw
    }

    #s80 .sect4 .box ul li:nth-child(2) .picture-box img {
        width: 10.546875vw
    }

    #s80 .sect4 .box ul li:nth-child(3) .picture-box img {
        width: 11.328125vw
    }

    #s80 .sect4 .box ul li:nth-child(4) .picture-box img {
        width: 11.1979166667vw
    }

    #s80 .sect4 .box ul li:nth-child(5) .picture-box img {
        width: 12.3697916667vw
    }

    #s80 .sect4 .box ul li:nth-child(6) .picture-box img {
        width: 12.109375vw
    }

    #s80 .sect4 .box ul li .picture-box {
        height: 13.0208333333vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #s80 .sect4 .box ul li .li-tit {
        font-size: 3.90625vw;

        font-weight: 400;
        color: #fff;
        line-height: 1;
        margin: 1vw 0
    }

    #s80 .sect4 .box ul li .li-msg {
        font-size: 3.125vw;

        font-weight: 400;
        color: #18ff00;
        line-height: 1
    }

    #s80 .sect5 {
        background-color: #000
    }

    #s80 .sect5 .box {
        width: 96%;
        margin: 0 auto;
        text-align: center;
        padding: 8vw 0
    }

    #s80 .sect5 .box .word .tit {
        font-size: 7.2916666667vw;

        line-height: 1;
        font-weight: 600;
        color: #fff
    }

    #s80 .sect5 .box .word .lab {
        font-size: 5.2083333333vw;
        line-height: 1;

        font-weight: 400;
        color: #18ff00;
        margin: 4vw 0
    }

    #s80 .sect5 .box .word .msg {
        font-size: 3.90625vw;
        line-height: 1;

        font-weight: 400;
        color: #fff
    }

    #s80 .sect5 .box .word .msg span {
        color: #18ff00
    }

    #s80 .sect6 {
        background-color: #000
    }

    #s80 .sect6 .box {
        width: 96%;
        margin: 0 auto;
        padding: 8vw 0;
        text-align: center
    }

    #s80 .sect6 .box ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #s80 .sect6 .box ul li:nth-child(1) {
        width: 100%
    }

    #s80 .sect6 .box ul li:nth-child(2) {
        width: 100%;
        padding: 8vw 0
    }

    #s80 .sect6 .box .word .tit {
        font-size: 6.25vw;

        line-height: 1;
        font-weight: 600;
        color: #fff
    }

    #s80 .sect6 .box .word .lab {
        font-size: 4.1666666667vw;
        line-height: 1;

        font-weight: 400;
        color: #18ff00;
        margin: 4vw 0
    }

    #s80 .sect6 .box .word .msg {
        font-size: 3.6458333333vw;
        line-height: 1;

        font-weight: 400;
        color: #fff
    }

    #s80 .sect6 .box .word .msg span {
        color: #18ff00
    }

    #s80 .sect7 {
        display: none
    }

    #s80 .sect7 .box {
        width: 96%;
        margin: 0 auto;
        padding: 8vw 0;
        text-align: center
    }

    #s80 .sect7 .box .tit {
        font-size: 15.625vw;

        font-weight: bold;
        color: #000;
        line-height: 1;
        display: inline-block;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect7 .box .msg {
        font-size: 4.6875vw;
        line-height: 1;

        font-weight: 400;
        color: #000
    }

    #s80 .sect7 .box ul {
        margin-top: 4vw
    }

    #s80 .sect7 .box ul li:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #s80 .sect7 .box ul li:nth-child(2) p {
        font-size: 4.1666666667vw;

        font-weight: 600;
        color: #010101;
        line-height: 1.2
    }

    #s80 .sect7 .box ul li:nth-child(2) p:nth-child(1) {
        width: 15%
    }

    #s80 .sect7 .box ul li:nth-child(2) p:nth-child(2) {
        width: 45%
    }

    #s80 .sect7 .box ul li:nth-child(2) p:nth-child(3) {
        width: 25%;
        text-align: left;
        padding-left: 1%
    }

    #s80 .sect7 .box ul li:nth-child(2) p:nth-child(4) {
        width: 15%
    }

    #s80 .sect7 .box-2 {
        width: 96%;
        margin: 0 auto;
        padding: 4vw 0;
        text-align: center
    }

    #s80 .sect7 .box-2 .tit {
        font-size: 15.625vw;

        font-weight: bold;
        color: #000;
        line-height: 1;
        display: inline-block;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect7 .box-2 .msg {
        font-size: 4.6875vw;
        line-height: 1;

        font-weight: 400;
        color: #000
    }

    #s80 .sect7 .box-2 ul {
        margin-top: 4vw
    }

    #s80 .sect7 .box-2 ul li:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translateY(-2vw);
        -ms-transform: translateY(-2vw);
        transform: translateY(-2vw);
        width: 80%;
        margin: 0 0 0 auto
    }

    #s80 .sect7 .box-2 ul li:nth-child(2) p {
        font-size: 4.1666666667vw;

        font-weight: 600;
        color: #010101;
        line-height: 1.2;
        width: 25%
    }

    #s80 .sect8 {
        display: none
    }

    #s80 .sect8 .box .title {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 170, 0, 0.5607843137)), to(rgba(34, 204, 0, 0.5764705882)));
        background: -o-linear-gradient(left, rgba(255, 170, 0, 0.5607843137), rgba(34, 204, 0, 0.5764705882));
        background: linear-gradient(90deg, rgba(255, 170, 0, 0.5607843137), rgba(34, 204, 0, 0.5764705882));
        height: 231px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    #s80 .sect8 .box .title .tit {
        width: 96%;
        font-size: 6.9010416667vw;

        font-weight: 600;
        line-height: 1.2;
        color: #000
    }

    #s80 .sect8 .picture-box {
        position: relative;
        margin: 4vw 0
    }

    #s80 .sect8 .picture-box .word {
        position: absolute
    }

    #s80 .sect8 .picture-box .word-tit-1 {
        left: 14%;
        top: 29%;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        font-size: 4.9479166667vw;

        line-height: 1;
        font-weight: 600;
        color: #000
    }

    #s80 .sect8 .picture-box .word-tit-2 {
        left: 70%;
        top: 28%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        font-size: 4.9479166667vw;

        line-height: 1;
        font-weight: 600;
        color: #000
    }

    #s80 .sect8 .picture-box .word-tit-3 {
        left: 44%;
        top: 89%;
        font-size: 4.9479166667vw;

        line-height: 1;
        font-weight: 600;
        color: #000
    }

    #s80 .sect8 .picture-box .word-msg-1 {
        left: 25%;
        top: 32%;
        font-size: 3.6458333333vw;

        line-height: 1;
        font-weight: 400;
        color: #000
    }

    #s80 .sect8 .picture-box .word-msg-2 {
        left: 57%;
        top: 32%;
        font-size: 3.6458333333vw;

        line-height: 1;
        font-weight: 400;
        color: #000
    }

    #s80 .sect8 .picture-box .word-msg-3 {
        left: 40%;
        width: 17%;
        top: 40%;
        text-align: center;
        font-size: 3.125vw;

        line-height: 1;
        font-weight: 400;
        color: #000
    }

    #s80 .sect8 .picture-box .word-msg-4 {
        left: 10%;
        top: 69%;
        font-size: 3.6458333333vw;

        line-height: 1;
        font-weight: 400;
        color: #000
    }

    #s80 .sect8 .picture-box .word-msg-5 {
        left: 37%;
        width: 25%;
        top: 67%;
        text-align: center;
        font-size: 3.6458333333vw;

        line-height: 1;
        font-weight: 400;
        color: #000
    }

    #s80 .sect8 .picture-box .word-msg-5 span {
        color: #009719
    }

    #s80 .sect8 .picture-box .word-msg-6 {
        left: 79%;
        top: 69%;
        width: 15%;
        text-align: center;
        font-size: 3.6458333333vw;

        line-height: 1;
        font-weight: 400;
        color: #000
    }

    #s80 .sect8 .picture-box .word-msg-7 {
        left: 21%;
        top: 102%;
        font-size: 3.6458333333vw;

        line-height: 1;
        font-weight: 400;
        color: #000
    }

    #s80 .sect8 .picture-box .word-msg-8 {
        left: 61%;
        top: 102%;
        font-size: 3.6458333333vw;

        line-height: 1;
        font-weight: 400;
        color: #000
    }

    #s80 .sect9 {
        display: none
    }

    #s80 .sect9 .box .title {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 170, 0, 0.5607843137)), to(rgba(34, 204, 0, 0.5764705882)));
        background: -o-linear-gradient(left, rgba(255, 170, 0, 0.5607843137), rgba(34, 204, 0, 0.5764705882));
        background: linear-gradient(90deg, rgba(255, 170, 0, 0.5607843137), rgba(34, 204, 0, 0.5764705882));
        height: 231px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    #s80 .sect9 .box .title .tit {
        width: 96%;
        font-size: 6.9010416667vw;

        font-weight: 600;
        line-height: 1.2;
        color: #000
    }

    #s80 .sect9 .box .picture-box {
        text-align: center
    }

    #s80 .sect9 .box .picture-box .msg {
        font-size: 5.9895833333vw;

        font-weight: 400;
        line-height: 1.2;
        color: #000;
        margin-top: 4vw
    }

    #s80 .sect9 .box .picture-box .msg span {
        color: #00ab0c;
        font-weight: bold
    }

    #s80 .sect9 .box .picture-box ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 96%;
        margin: 0 auto;
        -webkit-transform: translateY(-4vw);
        -ms-transform: translateY(-4vw);
        transform: translateY(-4vw)
    }

    #s80 .sect9 .box .picture-box ul li {
        width: 39.7982932506%
    }

    #s80 .sect9 .box .picture-box ul li img {
        width: 15.625vw
    }

    #s80 .sect9 .box .picture-box ul li .word {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 170, 0, 0.5607843137)), to(rgba(34, 204, 0, 0.5764705882)));
        background: -o-linear-gradient(left, rgba(255, 170, 0, 0.5607843137), rgba(34, 204, 0, 0.5764705882));
        background: linear-gradient(90deg, rgba(255, 170, 0, 0.5607843137), rgba(34, 204, 0, 0.5764705882));
        height: 149px;
        margin-top: 1vw
    }

    #s80 .sect9 .box .picture-box ul li .word .word-tit {
        font-size: 9.375vw;
        font-weight: normal;
        color: #000;
        line-height: 1
    }

    #s80 .sect9 .box .picture-box ul li .word .word-msg {
        font-size: 3.3854166667vw;
        font-weight: normal;
        color: #000;
        line-height: 1
    }

    #s80 .sect10 {
        display: none
    }

    #s80 .sect10 .box .title {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 170, 0, 0.5607843137)), to(rgba(34, 204, 0, 0.5764705882)));
        background: -o-linear-gradient(left, rgba(255, 170, 0, 0.5607843137), rgba(34, 204, 0, 0.5764705882));
        background: linear-gradient(90deg, rgba(255, 170, 0, 0.5607843137), rgba(34, 204, 0, 0.5764705882));
        height: 231px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    #s80 .sect10 .box .title .tit {
        width: 96%;
        font-size: 6.9010416667vw;

        font-weight: 600;
        line-height: 1.2;
        color: #000
    }

    #s80 .sect10 .box .picture-box {
        text-align: center;
        width: 96%;
        margin: 0 auto;
        padding: 4vw 0 8vw 0;
        position: relative
    }

    #s80 .sect10 .box .picture-box .word {
        position: absolute;
        font-size: 2.8645833333vw;

        font-weight: 400;
        line-height: 1.2;
        color: #000
    }

    #s80 .sect10 .box .picture-box .word-1 {
        left: 40%;
        top: 31%;
        width: 20%
    }

    #s80 .sect10 .box .picture-box .word-2 {
        left: 69%;
        top: 55%;
        width: 30%
    }

    #s80 .sect10 .box .picture-box .word-3 {
        left: 49%;
        top: 92%;
        width: 40%
    }

    #s80 .sect10 .box .picture-box .word-4 {
        left: 14%;
        top: 92%;
        width: 35%
    }

    #s80 .sect10 .box .picture-box .word-5 {
        left: 3%;
        top: 55%;
        width: 26%
    }

    #s80 .sect11 {
        display: none
    }

    #s80 .sect11 .box .title {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 170, 0, 0.5607843137)), to(rgba(34, 204, 0, 0.5764705882)));
        background: -o-linear-gradient(left, rgba(255, 170, 0, 0.5607843137), rgba(34, 204, 0, 0.5764705882));
        background: linear-gradient(90deg, rgba(255, 170, 0, 0.5607843137), rgba(34, 204, 0, 0.5764705882));
        height: 231px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    #s80 .sect11 .box .title .tit {
        width: 96%;
        font-size: 6.9010416667vw;

        font-weight: 600;
        line-height: 1.2;
        color: #000
    }

    #s80 .sect11 .box .picture-box {
        text-align: center;
        width: 96%;
        margin: 0 auto;
        padding: 4vw 0 8vw 0;
        position: relative
    }

    #s80 .sect11 .box .picture-box .word {
        position: absolute;
        font-size: 2.8645833333vw;

        font-weight: 400;
        line-height: 1.2;
        color: #000
    }

    #s80 .sect11 .box .picture-box .word-1 {
        left: 18%;
        top: 29%;
        width: 25%
    }

    #s80 .sect11 .box .picture-box .word-2 {
        left: 55%;
        top: 29%;
        width: 25%
    }

    #s80 .sect11 .box .picture-box .word-3 {
        left: 66%;
        top: 59%;
        width: 35%
    }

    #s80 .sect11 .box .picture-box .word-4 {
        left: 50%;
        top: 91%;
        width: 35%
    }

    #s80 .sect11 .box .picture-box .word-5 {
        left: 18%;
        top: 91%;
        width: 25%
    }

    #s80 .sect11 .box .picture-box .word-6 {
        left: 0%;
        top: 59%;
        width: 32%
    }

    #s80 .sect12 {
        background-color: #000;
        padding: 8vw 0
    }

    #s80 .sect12 .box {
        position: relative
    }

    #s80 .sect12 .box .word {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 96%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center
    }

    #s80 .sect12 .box .word img {
        width: 14.3229166667vw
    }

    #s80 .sect12 .box .word .word-tit {
        font-size: 6.5104166667vw;

        font-weight: bold;
        color: #fff;
        line-height: 1.2;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect12 .box .word .word-msg {
        font-size: 3.3854166667vw;

        font-weight: bold;
        color: #fff;
        line-height: 1.2;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
        position: relative
    }

    #s80 .sect12 .box .word .word-msg::before {
        content: "";
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -20%;
        background: #31ff00;
        width: 26.0416666667vw;
        height: 0.6510416667vw
    }

    #s80 .sect13 {
        background-color: #000
    }

    #s80 .sect13 .box {
        width: 96%;
        margin: 0 auto;
        text-align: center;
        padding: 8vw 0
    }

    #s80 .sect13 .box .word {
        width: 100%;
        margin: 0 auto;
        padding: 4vw 0
    }

    #s80 .sect13 .box .word .tit {
        font-size: 6.5104166667vw;
        line-height: 1.2;

        font-weight: 600;
        color: #18ff00
    }

    #s80 .sect13 .box .word .msg {
        font-size: 3.90625vw;
        line-height: 1.2;

        font-weight: 400;
        color: #fff;
        margin-top: 2vw
    }

    #s80 .sect13 .box-2 {
        width: 96%;
        margin: 0 auto;
        padding: 8vw 0
    }

    #s80 .sect13 .box-2 .word {
        padding: 4vw 0
    }

    #s80 .sect13 .box-2 .word .tit {
        font-size: 7.2916666667vw;
        line-height: 1.2;

        font-weight: 600;
        color: #18ff00
    }

    #s80 .sect13 .box-2 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #s80 .sect13 .box-2 ul li {
        width: 45%
    }

    #s80 .sect13 .box-2 ul li .msg {
        font-size: 3.125vw;
        line-height: 1.2;

        font-weight: 400;
        color: #fff;
        margin-top: 2vw;
        height: 13.0208333333vw
    }

    #s80 .sect13 .box-3 {
        width: 96%;
        margin: 0 auto;
        padding: 8vw 0
    }

    #s80 .sect13 .box-3 .word {
        width: 96%;
        padding: 4vw 0;
        text-align: center
    }

    #s80 .sect13 .box-3 .word .tit {
        font-size: 7.2916666667vw;
        line-height: 1.2;

        font-weight: 600;
        color: #18ff00
    }

    #s80 .sect13 .box-3 .word .msg {
        font-size: 3.90625vw;
        line-height: 1.2;

        font-weight: 400;
        color: #fff;
        margin-top: 4vw
    }

    #s80 .sect13 .box-3 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #s80 .sect13 .box-3 ul li {
        width: 45.9259259259%;
        position: relative;
        margin: 1vw 0
    }

    #s80 .sect13 .box-3 ul li .msg {
        font-size: 4.6875vw;
        line-height: 1.2;

        font-weight: 400;
        color: #fff;
        position: absolute;
        left: 50%;
        top: 70%;
        width: 100%;
        text-align: center;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    #s80 .sect13 .box-4 {
        padding: 8vw 0
    }

    #s80 .sect13 .box-4 .word {
        width: 96%;
        margin: 0 auto;
        padding: 4vw 0;
        text-align: center
    }

    #s80 .sect13 .box-4 .word .tit {
        font-size: 6.5104166667vw;
        line-height: 1.2;

        font-weight: 600;
        color: #18ff00
    }

    #s80 .sect13 .box-4 .word .msg {
        font-size: 3.90625vw;
        line-height: 1.2;

        font-weight: 400;
        color: #fff;
        margin-top: 1vw
    }

    #s80 .sect13 .box-4 .picture-box {
        position: relative
    }

    #s80 .sect13 .box-4 .picture-box .note {
        position: absolute;
        bottom: 5%;
        left: 0;
        text-align: center;
        width: 100%;
        font-size: 4.6875vw;

        font-weight: bold;
        color: #000;
        line-height: 1
    }

    #s80 .sect14 {
        background-color: #000;
        padding: 8vw 0
    }

    #s80 .sect14 .box {
        position: relative
    }

    #s80 .sect14 .box .word {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 96%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center
    }

    #s80 .sect14 .box .word img {
        width: 15.625vw
    }

    #s80 .sect14 .box .word .word-tit {
        font-size: 4.4270833333vw;

        font-weight: bold;
        color: #fff;
        line-height: 1.2;
        margin: 4vw 0;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect14 .box .word .word-msg {
        font-size: 3.125vw;

        font-weight: 400;
        color: #fff;
        line-height: 1.2;
        position: relative
    }

    #s80 .sect14 .box .word .word-msg::before {
        content: "";
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -20%;
        background: #31ff00;
        width: 26.0416666667vw;
        height: 0.6510416667vw
    }

    #s80 .sect14 .box-2 .word {
        width: 96%;
        margin: 0 auto;
        text-align: center;
        padding: 18vw 0 8vw 0
    }

    #s80 .sect14 .box-2 .word .tit {
        font-size: 7.2916666667vw;

        line-height: 1.2;
        font-weight: 600;
        color: #18ff00
    }

    #s80 .sect14 .box-2 .word .msg {
        font-size: 3.90625vw;

        line-height: 1.2;
        font-weight: 400;
        color: #fff
    }

    #s80 .sect14 .box-2 .word ul {
        display: none
    }

    #s80 .sect14 .box-2 .word ul li .item-box {
        position: relative
    }

    #s80 .sect14 .box-2 .word ul li .item-box .item-word {
        position: absolute
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(1) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 70.8960104644%
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(1) .item-box:nth-child(1) {
        width: 100%;
        margin-bottom: 1.5625vw
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(1) .item-box:nth-child(1) .item-word {
        left: 50%;
        top: 50%;
        width: 60%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(1) .item-box:nth-child(1) .item-word .word-tit {
        font-size: 7.8125vw;

        font-weight: 400;
        color: #fff;
        line-height: 1.2;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #3CA3FF), color-stop(36.71875%, #CB53FF), color-stop(66.0400390625%, #FF9C27), to(#33F5F7));
        background: -o-linear-gradient(left, #3CA3FF 0.1220703125%, #CB53FF 36.71875%, #FF9C27 66.0400390625%, #33F5F7 100%);
        background: linear-gradient(90deg, #3CA3FF 0.1220703125%, #CB53FF 36.71875%, #FF9C27 66.0400390625%, #33F5F7 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(1) .item-box:nth-child(1) .item-word .word-msg {
        font-size: 3.125vw;

        font-weight: 400;
        line-height: 1.2;
        color: #fff
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(1) .item-box:nth-child(2) {
        width: 38.3763837638%
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(1) .item-box:nth-child(2) .item-word {
        left: 50%;
        top: 40%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(1) .item-box:nth-child(2) .item-word .word-tit {
        font-size: 7.8125vw;

        font-weight: 400;
        color: #fff;
        line-height: 1.2
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(1) .item-box:nth-child(2) .item-word .word-msg {
        font-size: 3.125vw;

        font-weight: 400;
        line-height: 1.2;
        color: #fff
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(1) .item-box:nth-child(3) {
        width: 58.4870848708%
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(1) .item-box:nth-child(3) .item-word {
        left: 50%;
        top: 40%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(1) .item-box:nth-child(3) .item-word .word-tit {
        font-size: 7.8125vw;

        font-weight: 400;
        display: inline-block;
        color: #fff;
        line-height: 1.2;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0.1220703125%, #17EDEE), to(#0AF258));
        background: -o-linear-gradient(bottom, #17EDEE 0.1220703125%, #0AF258 100%);
        background: linear-gradient(0deg, #17EDEE 0.1220703125%, #0AF258 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(1) .item-box:nth-child(3) .item-word .word-msg {
        font-size: 3.125vw;

        font-weight: 400;
        line-height: 1.2;
        color: #fff
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(2) {
        width: 27.2073250491%
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(2) .item-box:nth-child(1) {
        width: 100%;
        margin-bottom: 1.5625vw
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(2) .item-box:nth-child(1) .item-word {
        left: 50%;
        top: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(2) .item-box:nth-child(1) .item-word .word-tit {
        font-size: 7.8125vw;

        font-weight: 400;
        color: #fff;
        line-height: 1.2;
        background: -o-linear-gradient(181deg, #FF8E20 0.3662109375%, #00FFFC 100%);
        background: linear-gradient(269deg, #FF8E20 0.3662109375%, #00FFFC 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(2) .item-box:nth-child(1) .item-word .word-msg {
        font-size: 3.125vw;

        font-weight: 400;
        line-height: 1.2;
        color: #fff
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(2) .item-box:nth-child(2) .item-word {
        left: 50%;
        top: 40%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(2) .item-box:nth-child(2) .item-word .word-tit {
        font-size: 7.8125vw;

        font-weight: 400;
        display: inline-block;
        color: #fff;
        line-height: 1.2;
        background: -o-linear-gradient(181deg, #5A89FF 0.3662109375%, #00FF3C 100%);
        background: linear-gradient(269deg, #5A89FF 0.3662109375%, #00FF3C 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect14 .box-2 .word ul li:nth-child(2) .item-box:nth-child(2) .item-word .word-msg {
        font-size: 3.125vw;

        font-weight: 400;
        line-height: 1.2;
        color: #fff
    }

    #s80 .sect14 .box-2 .bg {
        margin-top: 0
    }

    #s80 .sect15 {
        background-color: #000;
        padding-bottom: 8vw
    }

    #s80 .sect15 .box {
        position: relative;
        margin-bottom: 16vw
    }

    #s80 .sect15 .box .word {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 96%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center
    }

    #s80 .sect15 .box .word img {
        width: 16.1458333333vw
    }

    #s80 .sect15 .box .word .word-tit {
        font-size: 5.2083333333vw;

        font-weight: bold;
        color: #fff;
        line-height: 1.2;
        margin: 1vw 0;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect15 .box .word .word-msg {
        font-size: 3.125vw;

        font-weight: 400;
        color: #fff;
        line-height: 1.2;
        position: relative
    }

    #s80 .sect15 .box .word .word-msg::before {
        content: "";
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -20%;
        background: #31ff00;
        width: 26.0416666667vw;
        height: 1.3020833333vw
    }

    #s80 .sect15 .box-2 {
        position: relative;
        width: 96%;
        height: 141.796875vw;
        margin: 0 auto
    }

    #s80 .sect15 .box-2 .item-box {
        position: absolute
    }

    #s80 .sect15 .box-2 .item-box .item-word {
        position: absolute
    }

    #s80 .sect15 .box-2 .item-box:nth-child(1) {
        left: 0;
        top: 0;
        width: 52.027027027%;
        height: 23.0486685032%
    }

    #s80 .sect15 .box-2 .item-box:nth-child(1) .item-word {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 5%;
        left: 0
    }

    #s80 .sect15 .box-2 .item-box:nth-child(1) .item-word .word-tit {
        font-size: 4.4270833333vw;

        font-weight: bold;
        color: #000;
        line-height: 1
    }

    #s80 .sect15 .box-2 .item-box:nth-child(2) {
        left: 0;
        top: 33.59375vw;
        width: 49.8648648649%;
        height: 21.1202938476%
    }

    #s80 .sect15 .box-2 .item-box:nth-child(2) .item-word {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 15%;
        left: 0
    }

    #s80 .sect15 .box-2 .item-box:nth-child(2) .item-word .word-tit {
        display: inline-block;
        font-size: 4.6875vw;

        font-weight: bold;
        color: #000;
        line-height: 1;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #2EFFD0), color-stop(52.7587890625%, #00FFFC), to(#00FF6C));
        background: -o-linear-gradient(left, #2EFFD0 0.1220703125%, #00FFFC 52.7587890625%, #00FF6C 100%);
        background: linear-gradient(90deg, #2EFFD0 0.1220703125%, #00FFFC 52.7587890625%, #00FF6C 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect15 .box-2 .item-box:nth-child(3) {
        left: 48.828125vw;
        top: 33.59375vw;
        width: 49.1891891892%;
        height: 21.1202938476%
    }

    #s80 .sect15 .box-2 .item-box:nth-child(3) .item-word {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 3%;
        left: 0
    }

    #s80 .sect15 .box-2 .item-box:nth-child(3) .item-word .word-tit {
        display: inline-block;
        font-size: 6.5104166667vw;

        font-weight: bold;
        color: #000;
        line-height: 1;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #2EFFD0), color-stop(52.7587890625%, #00FFFC), to(#00FF6C));
        background: -o-linear-gradient(left, #2EFFD0 0.1220703125%, #00FFFC 52.7587890625%, #00FF6C 100%);
        background: linear-gradient(90deg, #2EFFD0 0.1220703125%, #00FFFC 52.7587890625%, #00FF6C 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect15 .box-2 .item-box:nth-child(3) .item-word .word-msg {
        display: block;
        font-size: 3.90625vw;

        font-weight: bold;
        color: #000;
        line-height: 1;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #2EFFD0), color-stop(52.7587890625%, #00FFFC), to(#00FF6C));
        background: -o-linear-gradient(left, #2EFFD0 0.1220703125%, #00FFFC 52.7587890625%, #00FF6C 100%);
        background: linear-gradient(90deg, #2EFFD0 0.1220703125%, #00FFFC 52.7587890625%, #00FF6C 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect15 .box-2 .item-box:nth-child(4) {
        display: none;
        left: 0;
        top: 37.109375vw;
        width: 29.1666666667%;
        height: 44.1747572816%
    }

    #s80 .sect15 .box-2 .item-box:nth-child(4) .item-word {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 5%;
        left: 0
    }

    #s80 .sect15 .box-2 .item-box:nth-child(4) .item-word .word-tit {
        font-size: 4.8177083333vw;

        font-weight: bold;
        color: #fff;
        line-height: 1
    }

    #s80 .sect15 .box-2 .item-box:nth-child(5) {
        left: 51.171875vw;
        top: 0;
        width: 46.8918918919%;
        height: 23.0486685032%
    }

    #s80 .sect15 .box-2 .item-box:nth-child(5) .item-word {
        position: absolute;
        top: 5%;
        left: 5%
    }

    #s80 .sect15 .box-2 .item-box:nth-child(5) .item-word .word-tit {
        font-size: 4.9479166667vw;

        font-weight: bold;
        color: #000;
        line-height: 1;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #2EFFD0), color-stop(50.7568359375%, #00FFFC), to(#00C0FF));
        background: -o-linear-gradient(left, #2EFFD0 0.1220703125%, #00FFFC 50.7568359375%, #00C0FF 100%);
        background: linear-gradient(90deg, #2EFFD0 0.1220703125%, #00FFFC 50.7568359375%, #00C0FF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect15 .box-2 .item-box:nth-child(6) {
        left: 0;
        top: 64.453125vw;
        width: 56.6216216216%;
        height: 14.6005509642%
    }

    #s80 .sect15 .box-2 .item-box:nth-child(6) .item-word {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    #s80 .sect15 .box-2 .item-box:nth-child(6) .item-word .word-tit {
        font-size: 5.46875vw;

        font-weight: bold;
        line-height: 1;
        color: #fffc00;
        -webkit-text-stroke: inherit
    }

    #s80 .sect15 .box-2 .item-box:nth-child(7) {
        left: 0;
        top: 86.0677083333vw;
        width: 56.4864864865%;
        height: 21.9467401286%
    }

    #s80 .sect15 .box-2 .item-box:nth-child(7) .item-word {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 65%;
        left: 0
    }

    #s80 .sect15 .box-2 .item-box:nth-child(7) .item-word .word-tit {
        font-size: 3.3854166667vw;

        font-weight: bold;
        color: #fff;
        line-height: 1;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #2EFFD0), color-stop(52.7587890625%, #00FFFC), to(#00FF6C));
        background: -o-linear-gradient(left, #2EFFD0 0.1220703125%, #00FFFC 52.7587890625%, #00FF6C 100%);
        background: linear-gradient(90deg, #2EFFD0 0.1220703125%, #00FFFC 52.7587890625%, #00FF6C 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect15 .box-2 .item-box:nth-child(8) {
        left: 55.3385416667vw;
        top: 64.453125vw;
        width: 42.2972972973%;
        height: 17.9063360882%
    }

    #s80 .sect15 .box-2 .item-box:nth-child(8) .item-word {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 5%;
        left: 0
    }

    #s80 .sect15 .box-2 .item-box:nth-child(8) .item-word .word-tit {
        font-size: 5.859375vw;

        font-weight: bold;
        line-height: 1;
        color: #000
    }

    #s80 .sect15 .box-2 .item-box:nth-child(9) {
        left: 55.3385416667vw;
        top: 90.3645833333vw;
        width: 42.2972972973%;
        height: 18.8246097337%
    }

    #s80 .sect15 .box-2 .item-box:nth-child(9) .item-word {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 5%;
        left: 0
    }

    #s80 .sect15 .box-2 .item-box:nth-child(9) .item-word .word-tit {
        font-size: 4.8177083333vw;

        font-weight: bold;
        line-height: 1;
        color: #000;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect15 .box-2 .item-box:nth-child(10) {
        left: 0;
        top: 118.2291666667vw;
        width: 30.4054054054%;
        height: 16.6207529844%
    }

    #s80 .sect15 .box-2 .item-box:nth-child(10) .item-word {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    #s80 .sect15 .box-2 .item-box:nth-child(10) .item-word .word-tit {
        font-size: 4.6875vw;

        font-weight: bold;
        line-height: 1;
        color: #000
    }

    #s80 .sect15 .box-2 .item-box:nth-child(11) {
        left: 30.2083333333vw;
        top: 118.2291666667vw;
        width: 36.4864864865%;
        height: 16.6207529844%
    }

    #s80 .sect15 .box-2 .item-box:nth-child(11) .item-word {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 80%;
        left: 0
    }

    #s80 .sect15 .box-2 .item-box:nth-child(11) .item-word .word-tit {
        font-size: 3.3854166667vw;

        font-weight: bold;
        line-height: 1;
        color: #eeff34
    }

    #s80 .sect15 .box-2 .item-box:nth-child(12) {
        left: 66.2760416667vw;
        top: 118.2291666667vw;
        width: 30.9459459459%;
        height: 16.6207529844%
    }

    #s80 .sect15 .box-2 .item-box:nth-child(12) .item-word {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 3%;
        left: 0
    }

    #s80 .sect15 .box-2 .item-box:nth-child(12) .item-word .word-tit {
        font-size: 9.1145833333vw;

        font-weight: bold;
        line-height: 1;
        color: #000;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #B5FF16), to(#33F5F7));
        background: -o-linear-gradient(left, #B5FF16 0.1220703125%, #33F5F7 100%);
        background: linear-gradient(90deg, #B5FF16 0.1220703125%, #33F5F7 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect15 .box-2 .item-box:nth-child(12) .item-word .word-msg {
        font-size: 4.1666666667vw;

        font-weight: 400;
        line-height: 1;
        color: #000;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #B5FF16), to(#33F5F7));
        background: -o-linear-gradient(left, #B5FF16 0.1220703125%, #33F5F7 100%);
        background: linear-gradient(90deg, #B5FF16 0.1220703125%, #33F5F7 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect16 {
        background-color: #000
    }

    #s80 .sect16 .box {
        width: 96%;
        margin: 0 auto;
        text-align: center;
        padding: 8vw 0
    }

    #s80 .sect16 .box .tit {
        font-size: 5.46875vw;

        line-height: 1.2;
        font-weight: 600;
        color: #18ff00
    }

    #s80 .sect16 .box .lab {
        font-size: 5.2083333333vw;

        line-height: 1.2;
        font-weight: 400;
        color: #18ff00;
        margin: 4vw 0
    }

    #s80 .sect16 .box .msg {
        font-size: 3.90625vw;

        line-height: 1.2;
        font-weight: 400;
        color: #fff
    }

    #s80 .sect16 .picture-box {
        width: 96%;
        height: 104.1666666667vw;
        margin: 0 auto;
        padding-bottom: 4vw;
        position: relative
    }

    #s80 .sect16 .picture-box img {
        display: block;
        width: 66.015625%;
        margin: 0 auto
    }

    #s80 .sect16 .picture-box .word {
        position: absolute;
        font-size: 3.3854166667vw;

        line-height: 1.2;
        font-weight: 400;
        color: #fff
    }

    #s80 .sect16 .picture-box .word-1 {
        left: 12%;
        top: 65%;
        width: 30%;
        text-align: center
    }

    #s80 .sect16 .picture-box .word-1::after {
        content: "";
        position: absolute;
        top: auto;
        bottom: 110%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 52.0833333333vw;
        width: 1px;
        border: 1px dashed #fff
    }

    #s80 .sect16 .picture-box .word-2 {
        left: 3%;
        top: 49%;
        width: 17.2727272727%;
        text-align: right
    }

    #s80 .sect16 .picture-box .word-2::after {
        content: "";
        position: absolute;
        bottom: 100%;
        top: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 26.0416666667vw;
        width: 1px;
        border: 1px dashed #fff
    }

    #s80 .sect16 .picture-box .word-2::before {
        content: "";
        position: absolute;
        bottom: 33.8541666667vw;
        top: auto;
        left: 50%;
        height: 1px;
        width: 13.0208333333vw;
        border: 1px dashed #fff
    }

    #s80 .sect16 .picture-box .word-3 {
        left: 35%;
        top: 52%
    }

    #s80 .sect16 .picture-box .word-3::after {
        content: "";
        position: absolute;
        top: auto;
        bottom: 100%;
        right: 50%;
        height: 32.5520833333vw;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 1px;
        border: 1px dashed #fff
    }

    #s80 .sect17 {
        background-color: #000
    }

    #s80 .sect17 .box {
        position: relative;
        left: 0;
        top: 0%;
        width: 96%;
        margin: 0 auto;
        text-align: center;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    #s80 .sect17 .box .tit {
        font-size: 6.25vw;

        line-height: 1.2;
        font-weight: 600;
        color: #18ff00;
        margin-bottom: 4vw
    }

    #s80 .sect17 .box .msg {
        font-size: 3.90625vw;

        line-height: 1.2;
        font-weight: 400;
        color: #fff;
        margin-bottom: 4vw
    }

    #s80 .sect18 {
        background-color: #000
    }

    #s80 .sect18 .box {
        position: relative;
        width: 96%;
        margin: 0 auto;
        text-align: center;
        padding: 8vw 0
    }

    #s80 .sect18 .box .tit {
        font-size: 5.9895833333vw;

        line-height: 1.2;
        font-weight: 600;
        color: #18ff00;
        margin-bottom: 4vw
    }

    #s80 .sect18 .box .msg {
        font-size: 3.90625vw;

        line-height: 1.2;
        font-weight: 400;
        color: #fff
    }

    #s80 .sect19 {
        background-color: #000
    }

    #s80 .sect19 .box {
        position: relative;
        width: 96%;
        margin: 0 auto;
        text-align: center;
        padding: 8vw 0
    }

    #s80 .sect19 .box .word {
        width: 96%;
        margin: 0 auto;
        margin-bottom: 4vw
    }

    #s80 .sect19 .box .tit {
        font-size: 7.2916666667vw;

        line-height: 1.2;
        font-weight: 600;
        color: #fff
    }

    #s80 .sect19 .box .lab {
        font-size: 5.2083333333vw;

        line-height: 1.2;
        font-weight: 400;
        color: #18ff00;
        margin: 4vw 0
    }

    #s80 .sect19 .box .msg {
        font-size: 3.90625vw;

        line-height: 1.2;
        font-weight: 400;
        color: #fff
    }

    #s80 .sect20 {
        background-color: #000
    }

    #s80 .sect20 .box {
        position: relative;
        width: 96%;
        margin: 0 auto;
        text-align: center;
        padding: 8vw 0
    }

    #s80 .sect20 .box .word {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 2vw
    }

    #s80 .sect20 .box .tit {
        font-size: 6.5104166667vw;

        line-height: 1.2;
        font-weight: 600;
        color: #18ff00;
        margin-bottom: 4vw
    }

    #s80 .sect20 .box .msg {
        font-size: 3.90625vw;

        line-height: 1.2;
        font-weight: 400;
        color: #fff
    }

    #s80 .sect20 .box ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #s80 .sect20 .box ul li {
        width: 32.3462414579%
    }

    #s80 .sect21 {
        background-color: #000
    }

    #s80 .sect21 .box {
        position: relative;
        text-align: center;
        padding: 8vw 0
    }

    #s80 .sect21 .box .word {
        width: 96%;
        margin: 0 auto;
        margin-bottom: 4vw
    }

    #s80 .sect21 .box .tit {
        font-size: 7.03125vw;

        line-height: 1.2;
        font-weight: 600;
        color: #18ff00;
        margin-bottom: 4vw
    }

    #s80 .sect21 .box .msg {
        font-size: 3.90625vw;

        line-height: 1.2;
        font-weight: 400;
        color: #fff;
        margin-bottom: 4vw
    }

    #s80 .sect21 .box .msg span {
        color: #18ff00
    }

    #s80 .sect21 .box ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #s80 .sect21 .box ul li {
        width: 32.3462414579%
    }

    #s80 .sect22 {
        padding: 8vw 0
    }

    #s80 .sect22 .box {
        position: relative;
        width: 96%;
        margin: 0 auto;
        padding: 2vw 0
    }

    #s80 .sect22 .box ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #s80 .sect22 .box .picture-box {
        width: 100%
    }

    #s80 .sect22 .box .word-box {
        width: 96%;
        padding-bottom: 4vw
    }

    #s80 .sect22 .box .word-box img {
        width: 34.1145833333vw
    }

    #s80 .sect22 .box .word-box .tit {
        font-size: 6.5104166667vw;

        line-height: 1.2;
        font-weight: 600;
        color: #0d8f00;
        margin: 4vw 0
    }

    #s80 .sect22 .box .word-box .msg {
        font-size: 3.90625vw;

        line-height: 1.2;
        font-weight: 400;
        color: #000
    }

    #s80 .sect22 .box-2 {
        position: relative;
        width: 96%;
        margin: 0 auto;
        padding: 4vw 0;
        text-align: left
    }

    #s80 .sect22 .box-2 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    #s80 .sect22 .box-2 .picture-box {
        width: 100%
    }

    #s80 .sect22 .box-2 .word-box {
        width: 96%;
        padding-bottom: 4vw
    }

    #s80 .sect22 .box-2 .word-box img {
        width: 34.1145833333vw
    }

    #s80 .sect22 .box-2 .word-box .tit {
        font-size: 5.9895833333vw;

        line-height: 1.2;
        font-weight: 600;
        color: #0d8f00;
        margin: 4vw 0
    }

    #s80 .sect22 .box-2 .word-box .msg {
        font-size: 3.90625vw;

        line-height: 1.2;
        font-weight: 400;
        color: #000
    }

    #s80 .sect22 .box-3 {
        position: relative;
        width: 96%;
        margin: 0 auto;
        padding: 4vw 0
    }

    #s80 .sect22 .box-3 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #s80 .sect22 .box-3 .picture-box {
        width: 100%
    }

    #s80 .sect22 .box-3 .word-box {
        width: 96%;
        margin: 0 auto;
        padding: 4vw 0
    }

    #s80 .sect22 .box-3 .word-box img {
        width: 34.1145833333vw
    }

    #s80 .sect22 .box-3 .word-box .tit {
        font-size: 5.9895833333vw;

        line-height: 1.2;
        font-weight: 600;
        color: #0d8f00;
        margin: 4vw 0
    }

    #s80 .sect22 .box-3 .word-box .msg {
        font-size: 3.90625vw;

        line-height: 1.2;
        font-weight: 400;
        color: #000
    }

    #s80 .sect22 .box-4 {
        position: relative;
        width: 96%;
        margin: 0 auto;
        padding: 4vw 0
    }

    #s80 .sect22 .box-4 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        width: 100%
    }

    #s80 .sect22 .box-4 .picture-box {
        width: 100%
    }

    #s80 .sect22 .box-4 .word-box {
        width: 96%;
        margin: 0 auto;
        padding-bottom: 4vw
    }

    #s80 .sect22 .box-4 .word-box img {
        width: 34.1145833333vw
    }

    #s80 .sect22 .box-4 .word-box .tit {
        font-size: 6.5104166667vw;

        line-height: 1.2;
        font-weight: 600;
        color: #0d8f00;
        margin: 4vw 0
    }

    #s80 .sect22 .box-4 .word-box .msg {
        font-size: 3.90625vw;

        line-height: 1.2;
        font-weight: 400;
        color: #000
    }

    #s80 .sect22 .box-5 {
        position: relative;
        width: 96%;
        margin: 0 auto;
        padding: 4vw 0
    }

    #s80 .sect22 .box-5 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #s80 .sect22 .box-5 .word-box {
        width: 96%;
        text-align: center
    }

    #s80 .sect22 .box-5 .word-box .tit {
        font-size: 5.9895833333vw;

        line-height: 1.2;
        font-weight: 600;
        color: #0d8f00
    }

    #s80 .sect22 .box-5 .word-box .msg {
        font-size: 3.90625vw;

        line-height: 1.2;
        font-weight: 400;
        color: #000;
        margin: 4vw 0
    }

    #s80 .sect22 .box-6 {
        position: relative;
        width: 96%;
        margin: 0 auto;
        padding: 4vw 0
    }

    #s80 .sect22 .box-6 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #s80 .sect22 .box-6 .picture-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }

    #s80 .sect22 .box-6 .picture-box img:nth-child(1) {
        width: 100%
    }

    #s80 .sect22 .box-6 .picture-box img:nth-child(2) {
        display: none
    }

    #s80 .sect22 .box-6 .word-box {
        width: 96%;
        text-align: center
    }

    #s80 .sect22 .box-6 .word-box .tit {
        font-size: 5.9895833333vw;

        line-height: 1.2;
        font-weight: 600;
        color: #000
    }

    #s80 .sect22 .box-6 .word-box .msg {
        font-size: 3.90625vw;

        line-height: 1.2;
        font-weight: 400;
        color: #000;
        margin: 4vw 0
    }

    #s80 .sect22 .box-7 {
        position: relative;
        width: 96%;
        margin: 0 auto;
        padding: 4vw 0
    }

    #s80 .sect22 .box-7 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #s80 .sect22 .box-7 .picture-box {
        width: 100%
    }

    #s80 .sect22 .box-7 .word-box {
        width: 96%;
        text-align: center
    }

    #s80 .sect22 .box-7 .word-box .tit {
        font-size: 5.9895833333vw;

        line-height: 1.2;
        font-weight: 600;
        color: #000
    }

    #s80 .sect22 .box-7 .word-box .msg {
        font-size: 3.90625vw;

        line-height: 1.2;
        font-weight: 400;
        color: #000;
        margin: 4vw 0
    }

    #s80 .sect23 {
        background-color: #000;
        padding-bottom: 8vw
    }

    #s80 .sect23 .box {
        position: relative;
        padding: 8vw 0
    }

    #s80 .sect23 .box .word {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 96%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center
    }

    #s80 .sect23 .box .word img {
        width: 13.0208333333vw
    }

    #s80 .sect23 .box .word .word-tit {
        font-size: 6.5104166667vw;

        font-weight: bold;
        color: #fff;
        line-height: 1.2;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect23 .box .word .word-msg {
        font-size: 4.6875vw;

        font-weight: 400;
        color: #fff;
        line-height: 1.2;
        position: relative;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect23 .box .word .word-msg::before {
        content: "";
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -50%;
        background: #31ff00;
        width: 26.0416666667vw;
        height: 0.6510416667vw
    }

    #s80 .sect23 .box-2 {
        position: relative;
        width: 96%;
        height: 54.296875vw;
        margin: 0 auto
    }

    #s80 .sect23 .box-2 .item-box {
        position: absolute
    }

    #s80 .sect23 .box-2 .item-box .item-word {
        position: absolute
    }

    #s80 .sect23 .box-2 .item-box:nth-child(1) {
        left: 0;
        top: 0;
        width: 29.2682926829%;
        height: 49.6402877698%
    }

    #s80 .sect23 .box-2 .item-box:nth-child(1) .item-word {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 5%;
        left: 0
    }

    #s80 .sect23 .box-2 .item-box:nth-child(1) .item-word .word-tit {
        font-size: 3.6458333333vw;

        font-weight: bold;
        color: #17edee;
        line-height: 1;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #B5FF16), to(#33F5F7));
        background: -o-linear-gradient(left, #B5FF16 0.1220703125%, #33F5F7 100%);
        background: linear-gradient(90deg, #B5FF16 0.1220703125%, #33F5F7 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect23 .box-2 .item-box:nth-child(2) {
        left: 0;
        top: 27.734375vw;
        width: 29.2682926829%;
        height: 48.9208633094%
    }

    #s80 .sect23 .box-2 .item-box:nth-child(2) .item-word {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 10%;
        left: 0
    }

    #s80 .sect23 .box-2 .item-box:nth-child(2) .item-word .word-msg {
        font-size: 3.3854166667vw;

        font-weight: normal;
        color: #00ff42;
        line-height: 1
    }

    #s80 .sect23 .box-2 .item-box:nth-child(2) .item-word .word-tit {
        font-size: 3.90625vw;

        font-weight: normal;
        color: #00ff42;
        line-height: 1
    }

    #s80 .sect23 .box-2 .item-box:nth-child(3) {
        left: 28.7760416667vw;
        top: 0;
        width: 39.701897019%;
        height: 26.618705036%
    }

    #s80 .sect23 .box-2 .item-box:nth-child(3) .item-word {
        position: absolute;
        width: 90%;
        text-align: center;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 5%
    }

    #s80 .sect23 .box-2 .item-box:nth-child(3) .item-word .word-tit {
        display: inline-block;
        font-size: 3.125vw;

        font-weight: bold;
        color: #000;
        line-height: 1.2;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect23 .box-2 .item-box:nth-child(3) .item-word .word-msg {
        display: inline-block;
        font-size: 3.3854166667vw;

        font-weight: bold;
        color: #000;
        line-height: 1.2;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect23 .box-2 .item-box:nth-child(4) {
        left: 28.7760416667vw;
        top: 15.1041666667vw;
        width: 39.701897019%;
        height: 43.8848920863%
    }

    #s80 .sect23 .box-2 .item-box:nth-child(4) .item-word {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 5%;
        left: 0
    }

    #s80 .sect23 .box-2 .item-box:nth-child(4) .item-word .word-tit {
        font-size: 3.3854166667vw;

        font-weight: bold;
        color: #fff;
        line-height: 1
    }

    #s80 .sect23 .box-2 .item-box:nth-child(5) {
        left: 67.578125vw;
        top: 0;
        width: 29.674796748%;
        height: 32.8537170264%
    }

    #s80 .sect23 .box-2 .item-box:nth-child(5) .item-word {
        position: absolute;
        top: 15%;
        left: 0;
        width: 100%;
        text-align: center
    }

    #s80 .sect23 .box-2 .item-box:nth-child(5) .item-word .word-tit {
        font-size: 3.3854166667vw;

        font-weight: bold;
        color: #000;
        line-height: 1;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.3662109375%, #56FFE5), color-stop(47.4853515625%, #E5FF56), to(#66FF66));
        background: -o-linear-gradient(left, #56FFE5 0.3662109375%, #E5FF56 47.4853515625%, #66FF66 100%);
        background: linear-gradient(90deg, #56FFE5 0.3662109375%, #E5FF56 47.4853515625%, #66FF66 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect23 .box-2 .item-box:nth-child(6) {
        left: 67.578125vw;
        top: 18.4895833333vw;
        width: 29.539295393%;
        height: 37.6498800959%
    }

    #s80 .sect23 .box-2 .item-box:nth-child(6) .item-word {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 5%;
        left: 0
    }

    #s80 .sect23 .box-2 .item-box:nth-child(6) .item-word .word-tit {
        font-size: 3.3854166667vw;

        font-weight: bold;
        line-height: 1;
        color: #ff9000
    }

    #s80 .sect23 .box-2 .item-box:nth-child(7) {
        left: 28.7760416667vw;
        top: 39.7135416667vw;
        width: 19.783197832%;
        height: 26.618705036%
    }

    #s80 .sect23 .box-2 .item-box:nth-child(7) .item-word {
        position: absolute;
        width: 120%;
        text-align: center;
        top: 70%;
        left: 0;
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
        -webkit-transform-origin: 20% 0%;
        -ms-transform-origin: 20% 0%;
        transform-origin: 20% 0%
    }

    #s80 .sect23 .box-2 .item-box:nth-child(7) .item-word .word-tit {
        font-size: 3.125vw;

        font-weight: bold;
        color: #fff;
        line-height: 1
    }

    #s80 .sect23 .box-2 .item-box:nth-child(8) {
        left: 48.4375vw;
        top: 39.7135416667vw;
        width: 34.0108401084%;
        height: 26.618705036%
    }

    #s80 .sect23 .box-2 .item-box:nth-child(8) .item-word {
        position: absolute;
        width: 73%;
        top: 50%;
        left: 27%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    #s80 .sect23 .box-2 .item-box:nth-child(8) .item-word .word-tit {
        font-size: 3.3854166667vw;

        font-weight: bold;
        line-height: 1.2;
        color: #000;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #B5FF16), to(#33F5F7));
        background: -o-linear-gradient(left, #B5FF16 0.1220703125%, #33F5F7 100%);
        background: linear-gradient(90deg, #B5FF16 0.1220703125%, #33F5F7 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect23 .box-2 .item-box:nth-child(8) .item-word .word-msg {
        font-size: 3.125vw;

        font-weight: bold;
        line-height: 1.2;
        color: #000;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #B5FF16), to(#33F5F7));
        background: -o-linear-gradient(left, #B5FF16 0.1220703125%, #33F5F7 100%);
        background: linear-gradient(90deg, #B5FF16 0.1220703125%, #33F5F7 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect23 .box-2 .item-box:nth-child(9) {
        left: 81.9010416667vw;
        top: 39.7135416667vw;
        width: 14.7696476965%;
        height: 26.618705036%
    }

    #s80 .sect23 .box-2 .item-box:nth-child(9) .item-word {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 45%;
        left: 0
    }

    #s80 .sect23 .box-2 .item-box:nth-child(9) .item-word .word-tit {
        font-size: 3.90625vw;

        font-weight: bold;
        line-height: 1;
        color: #f6ff00
    }

    #s80 .sect23 .box-2 .item-box:nth-child(9) .item-word .word-msg {
        display: none;
        font-size: 3.125vw;

        font-weight: normal;
        line-height: 1;
        color: #f6ff00
    }

    #s80 .sect24 {
        background-color: #000
    }

    #s80 .sect24 .box {
        width: 96%;
        margin: 0 auto;
        text-align: center;
        padding-top: 8vw
    }

    #s80 .sect24 .box .tit {
        font-size: 7.03125vw;

        line-height: 1.2;
        font-weight: 600;
        color: #fff
    }

    #s80 .sect24 .box .lab {
        font-size: 5.2083333333vw;

        line-height: 1.2;
        font-weight: 400;
        color: #18ff00;
        margin: 4vw 0
    }

    #s80 .sect24 .box .msg {
        font-size: 3.90625vw;

        line-height: 1.2;
        font-weight: 400;
        color: #fff
    }

    #s80 .sect24 .box .msg span {
        color: #18ff00
    }

    #s80 .sect24 .picture-box {
        width: 96%;
        margin: 0 auto;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    #s80 .sect24 .picture-box .word {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 4vw 0
    }

    #s80 .sect24 .picture-box .word .word-tit {
        font-size: 6.5104166667vw;

        font-weight: normal;
        color: #feffff;
        line-height: 1
    }

    #s80 .sect24 .picture-box .word .word-lab {
        font-size: 3.3854166667vw;

        font-weight: normal;
        line-height: 1.2
    }

    #s80 .sect24 .picture-box .word .word-msg {
        font-size: 3.125vw;

        font-weight: normal;
        line-height: 1.2;
        color: #fff
    }

    #s80 .sect24 .picture-box .word img {
        width: 31.25vw
    }

    #s80 .sect24 .picture-box .word .word-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #s80 .sect24 .picture-box .word .word-box:nth-child(1) .word-lab {
        color: #5aff00
    }

    #s80 .sect24 .picture-box .word .word-box:nth-child(2) {
        margin-top: 0
    }

    #s80 .sect24 .picture-box .word .word-box:nth-child(2) .word-lab {
        color: #f6ff00
    }

    #s80 .sect25 {
        background-color: #000
    }

    #s80 .sect25 .box {
        width: 96%;
        margin: 0 auto;
        text-align: center;
        padding: 8vw 0
    }

    #s80 .sect25 .box .tit {
        font-size: 6.5104166667vw;

        line-height: 1.2;
        font-weight: 600;
        color: #18ff00
    }

    #s80 .sect25 .box .msg {
        font-size: 3.90625vw;

        line-height: 1.2;
        font-weight: 400;
        color: #fff;
        margin: 4vw 0
    }

    #s80 .sect25 .box .picture-box {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #s80 .sect25 .box .picture-box img {
        margin: 2vw 0
    }

    #s80 .sect25 .box .picture-box img:nth-child(1) {
        width: 100%
    }

    #s80 .sect25 .box .picture-box img:nth-child(2) {
        width: 100%
    }

    #s80 .sect25 .box-2 {
        width: 96%;
        margin: 0 auto;
        text-align: center;
        padding: 8vw 0
    }

    #s80 .sect25 .box-2 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #s80 .sect25 .box-2 ul li {
        position: relative;
        width: 100%;
        margin: 2vw 0
    }

    #s80 .sect25 .box-2 ul li .word {
        text-align: left;
        position: absolute;
        width: 96%;
        top: 5%;
        left: 2%
    }

    #s80 .sect25 .box-2 .tit {
        font-size: 5.46875vw;

        line-height: 1.2;
        font-weight: 600;
        color: #18ff00
    }

    #s80 .sect25 .box-2 .lab {
        font-size: 5.2083333333vw;

        line-height: 1.2;
        font-weight: 400;
        color: #fff;
        margin: 4vw 0
    }

    #s80 .sect25 .box-2 .msg {
        font-size: 3.90625vw;

        line-height: 1.2;
        font-weight: 400;
        color: #fff
    }

    #s80 .sect26 {
        background-color: #000
    }

    #s80 .sect26 .box {
        width: 96%;
        margin: 0 auto;
        text-align: center;
        padding: 8vw 0
    }

    #s80 .sect26 .box .tit {
        font-size: 7.2916666667vw;

        line-height: 1.2;
        font-weight: 600;
        color: #fff
    }

    #s80 .sect26 .box .lab {
        font-size: 5.2083333333vw;

        line-height: 1.2;
        font-weight: 400;
        color: #18ff00;
        margin: 4vw 0
    }

    #s80 .sect26 .box .msg {
        font-size: 3.90625vw;

        line-height: 1.2;
        font-weight: 400;
        color: #fff
    }

    #s80 .sect26 .box .picture-box {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #s80 .sect26 .picture-box {
        width: 96%;
        text-align: center;
        margin: 0 auto
    }

    #s80 .sect26 .picture-box .tit-2 {
        display: inline-block;
        font-size: 10.4166666667vw;

        font-weight: 600;
        color: #17edee;
        line-height: 1.2;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect26 .picture-box .tit-2 span {
        font-size: 5.2083333333vw
    }

    #s80 .sect27 {
        background-color: #000;
        padding: 8vw 0
    }

    #s80 .sect27 .box {
        position: relative;
        margin-bottom: 8vw;
        padding: 4vw 0
    }

    #s80 .sect27 .box .word {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 96%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center
    }

    #s80 .sect27 .box .word img {
        width: 15.625vw
    }

    #s80 .sect27 .box .word .word-tit {
        font-size: 7.8125vw;

        font-weight: bold;
        color: #fff;
        line-height: 1.2;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.1220703125%, #FFA800), to(#22CC00));
        background: -o-linear-gradient(left, #FFA800 0.1220703125%, #22CC00 100%);
        background: linear-gradient(90deg, #FFA800 0.1220703125%, #22CC00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #s80 .sect27 .box .word .word-msg {
        font-size: 3.90625vw;

        font-weight: 400;
        color: #fff;
        line-height: 1.2;
        position: relative
    }

    #s80 .sect27 .box .word .word-msg::before {
        content: "";
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -20%;
        background: #31ff00;
        width: 26.0416666667vw;
        height: 0.6510416667vw
    }

    #s80 .sect28 .box {
        height: 26.0416666667vw
    }

    #s80 .sect28 .box .tit {
        font-size: 5.2083333333vw;
        width: 96%
    }

    #s80 .sect28 .box img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    #s80 .sect28 .box-2 {
        padding: 8vw 0
    }

    #s80 .sect28 .box-2 .top-tit img {
        width: 13.671875vw
    }

    #s80 .sect28 .box-2 .top-tit .tit {
        text-align: left;
        font-size: 5.2083333333vw
    }

    #s80 .sect28 .box-2 ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #s80 .sect28 .box-2 ul li {
        width: 100% !important
    }

    #s80 .sect28 .box-2 ul li .tit {
        font-size: 5.46875vw
    }

    #s80 .sect28 .box-2 ul li .msg {
        font-size: 3.90625vw
    }

    #s80 .sect28 .box-2 ul li .tit_img {
        width: 21.484375vw;
        margin: 2vw 0 4vw 0
    }

    #s80 .sect28 .box-2 ul li:nth-child(1) {
        width: 61.0677083333vw
    }

    #s80 .sect28 .box-2 ul li:nth-child(2) {
        width: 107.6822916667vw
    }

    #s80 .sect28 .box-3 {
        padding: 8vw 0;
        margin: 0 auto
    }

    #s80 .sect28 .box-3 ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    #s80 .sect28 .box-3 ul li {
        width: 100% !important
    }

    #s80 .sect28 .box-3 ul li .tit {
        font-size: 5.46875vw
    }

    #s80 .sect28 .box-3 ul li .msg {
        font-size: 3.90625vw;
        padding-bottom: 4vw
    }

    #s80 .sect28 .box-3 ul li .tit_img {
        width: 21.484375vw;
        margin: 4vw 0
    }

    #s80 .sect28 .box-3 ul li:nth-child(2) {
        margin-left: auto
    }

    #s80 .sect28 .box-4 {
        padding-bottom: 8vw
    }

    #s80 .sect28 .box-4 ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #s80 .sect28 .box-4 ul li {
        width: 100% !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    #s80 .sect28 .box-4 ul li .word {
        padding: 4vw 0
    }

    #s80 .sect28 .box-4 ul li .tit {
        font-size: 5.2083333333vw
    }

    #s80 .sect28 .box-4 ul li .msg {
        font-size: 3.6458333333vw
    }

    #s80 .sect28 .box-4 ul li .pho_img {
        height: auto
    }

    #s80 .sect28 .box-4 ul li .tit_img {
        width: 21.484375vw;
        margin: 4vw 0
    }

    #s80 .sect28 .box-4 ul li:nth-child(2) {
        margin-left: 0
    }

    #s80 .sect29 .box p {
        font-size: 5.9895833333vw
    }

    #s80 .sect29 .box-2 {
        padding: 8vw 0
    }

    #s80 .sect29 .box-2 .tit {
        font-size: 5.46875vw
    }

    #s80 .sect29 .box-2 .msg {
        font-size: 3.90625vw
    }

    #s80 .sect29 .box-2 .tit_img {
        width: 21.484375vw;
        margin: 4vw 0
    }

    #s80 .sect29 .box-3 ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #s80 .sect29 .box-3 ul li {
        width: 100% !important
    }

    #s80 .sect29 .box-3 ul li:nth-child(1) {
        width: 60.8072916667vw;
        margin-right: auto
    }

    #s80 .sect29 .box-3 ul li:nth-child(1) .color-bg {
        display: none
    }

    #s80 .sect29 .box-3 ul li:nth-child(2) {
        width: 109.6354166667vw
    }

    #s80 .sect29 .box-3 .tit {
        font-size: 5.46875vw
    }

    #s80 .sect29 .box-3 .lab {
        font-size: 4.6875vw
    }

    #s80 .sect29 .box-3 .msg {
        font-size: 3.90625vw
    }

    #s80 .sect29 .box-3 .tit_img {
        width: 21.484375vw;
        margin: 4vw 0
    }

    #s80 .sect29 .box-4 {
        padding: 8vw 0
    }

    #s80 .sect29 .box-4 ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    #s80 .sect29 .box-4 ul li {
        width: 100% !important
    }

    #s80 .sect29 .box-4 ul li:nth-child(2) .color-bg {
        display: none
    }

    #s80 .sect29 .box-4 .tit {
        font-size: 5.46875vw
    }

    #s80 .sect29 .box-4 .lab {
        font-size: 4.6875vw
    }

    #s80 .sect29 .box-4 .msg {
        font-size: 3.90625vw
    }

    #s80 .sect29 .box-4 .tit_img {
        width: 21.484375vw;
        margin: 4vw 0
    }

    #s80 .sect29 .box-5 ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    #s80 .sect29 .box-5 ul li {
        width: 100% !important
    }

    #s80 .sect29 .box-5 ul li:nth-child(2) {
        width: 59.8958333333vw
    }

    #s80 .sect29 .box-5 ul li:nth-child(2) .color-bg {
        display: none
    }

    #s80 .sect29 .box-5 .tit {
        font-size: 5.46875vw
    }

    #s80 .sect29 .box-5 .lab {
        font-size: 4.6875vw
    }

    #s80 .sect29 .box-5 .msg {
        font-size: 3.90625vw
    }

    #s80 .sect29 .box-5 .tit_img {
        width: 21.484375vw;
        margin: 4vw 0
    }

    #s80 .sect29 .box-6 {
        padding: 8vw 0
    }

    #s80 .sect29 .box-6 ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #s80 .sect29 .box-6 ul li {
        margin: 2vw 0;
        width: 100% !important
    }

    #s80 .sect29 .box-6 .tit {
        font-size: 6.5104166667vw
    }

    #s80 .sect29 .box-6 .lab {
        font-size: 5.2083333333vw
    }

    #s80 .sect29 .box-6 .msg {
        font-size: 3.90625vw
    }

    #s80 .sect29 .box-6 .tit_img {
        width: 21.484375vw;
        margin: 2vw 0 4vw 0
    }

    #s80 .sect30 {
        background-color: #000;
        padding: 8vw 0
    }

    #s80 .sect30 .box {
        width: 96%;
        margin: 0 auto;
        padding: 4vw 0;
        background-color: #0b0b0b
    }

    #s80 .sect30 .box ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }

    #s80 .sect30 .box ul li:nth-child(1) {
        width: 100%
    }

    #s80 .sect30 .box ul li:nth-child(2) {
        width: 100%
    }

    #s80 .sect30 .box ul li:nth-child(2) .word .tit {
        font-size: 7.2916666667vw;

        line-height: 1.2;
        font-weight: 600;
        color: #18ff00
    }

    #s80 .sect30 .box ul li:nth-child(2) .word .lab {
        font-size: 3.90625vw;

        line-height: 1.2;
        font-weight: 600;
        color: #fff;
        margin: 4vw 0
    }

    #s80 .sect30 .box ul li:nth-child(2) .word .msg {
        font-size: 3.125vw;

        line-height: 1.2;
        font-weight: 400;
        color: #fff
    }

    #s80 .sect31 {
        background-color: #000;
        padding: 8vw 0
    }

    #s80 .sect31 .box {
        width: 96%;
        margin: 0 auto
    }

    #s80 .sect31 .box .word {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 4vw
    }

    #s80 .sect31 .box .word .tit {
        font-size: 6.5104166667vw;

        line-height: 1.2;
        font-weight: 600;
        color: #18ff00
    }

    #s80 .sect31 .box .word .msg {
        font-size: 3.90625vw;

        line-height: 1.2;
        font-weight: 600;
        color: #fff;
        margin: 4vw 0
    }

    #s80 .sect31 .box .word .note {
        font-size: 3.125vw;

        line-height: 1.2;
        font-weight: 400;
        color: #7d7c7c
    }

    #s80 .sect32 {
        background-color: #000
    }

    #s80 .sect32 .box {
        width: 96%;
        margin: 0 auto;
        padding: 8vw 0
    }

    #s80 .sect32 .box .word {
        text-align: left
    }

    #s80 .sect32 .box .word .tit {
        font-size: 6.1197916667vw;

        line-height: 1.2;
        font-weight: 600;
        color: #18ff00
    }

    #s80 .sect32 .box .word .msg {
        font-size: 3.90625vw;

        line-height: 1.2;
        font-weight: 600;
        color: #fff;
        margin: 4vw 0
    }

    #s80 .sect32 .box-2 {
        width: 96%;
        margin: 0 auto;
        padding: 8vw 0
    }

    #s80 .sect32 .box-2 .word {
        text-align: left
    }

    #s80 .sect32 .box-2 .word .tit {
        font-size: 6.1197916667vw;

        line-height: 1.2;
        font-weight: 600;
        color: #18ff00
    }

    #s80 .sect32 .box-2 .word .msg {
        font-size: 3.90625vw;

        line-height: 1.2;
        font-weight: 400;
        color: #fff;
        margin: 4vw 0
    }

    #s80 .sect32 .box-2 .word ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 4vw
    }

    #s80 .sect32 .box-2 .word ul li {
        width: 25%;
        text-align: center
    }

    #s80 .sect32 .box-2 .word ul li img {
        width: 14.9739583333vw
    }

    #s80 .sect32 .box-2 .word ul li p {
        font-size: 3.125vw;

        line-height: 1.2;
        font-weight: 400;
        color: #fff;
        margin-top: 1vw
    }

    #s80 .sect33 {
        background-color: #000;
        padding: 8vw 0
    }

    #s80 .sect33 .tit {
        font-size: 6.5104166667vw;

        line-height: 1.2;
        font-weight: 600;
        color: #18ff00;
        margin-bottom: 4vw
    }

    #s80 .sect33 .msg {
        font-size: 3.90625vw;

        line-height: 1.2;
        font-weight: 400;
        color: #fff;
        margin-bottom: 4vw
    }

    #s80 .sect33 .box {
        width: 96%;
        margin: 4vw auto
    }

    #s80 .sect33 .box ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #s80 .sect33 .box ul .word-box {
        width: 100%
    }

    #s80 .sect33 .box ul .picture-box {
        width: 100%
    }

    #s80 .sect33 .box-2 {
        width: 96%;
        margin: 0 auto;
        padding: 4vw 0
    }

    #s80 .sect33 .box-2 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    #s80 .sect33 .box-2 ul .word-box {
        width: 100%
    }

    #s80 .sect33 .box-2 ul .picture-box {
        width: 100%
    }

    #s80 .sect33 .box-3 {
        width: 96%;
        margin: 0 auto;
        padding: 4vw 0
    }

    #s80 .sect33 .box-3 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #s80 .sect33 .box-3 ul .word-box {
        width: 100%
    }

    #s80 .sect33 .box-3 ul .picture-box {
        width: 100%
    }

    #s80 .sect33 .box-4 {
        width: 96%;
        margin: 0 auto;
        padding: 4vw 0
    }

    #s80 .sect33 .box-4 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    #s80 .sect33 .box-4 ul .word-box {
        width: 100%
    }

    #s80 .sect33 .box-4 ul .picture-box {
        width: 100%
    }

    #s80 .sect33 .box-5 {
        width: 96%;
        margin: 0 auto;
        padding: 4vw 0
    }

    #s80 .sect33 .box-5 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #s80 .sect33 .box-5 ul .word-box {
        width: 100%
    }

    #s80 .sect33 .box-5 ul .picture-box {
        width: 100%
    }

    #s80 .sect34 {
        background-color: #000;
        padding: 8vw 0
    }

    #s80 .sect34 .box {
        width: 96%;
        margin: 4vw auto
    }

    #s80 .sect34 .box ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #s80 .sect34 .box ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 45%;
        margin: 5% 2.5%
    }

    #s80 .sect34 .box ul li .word-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 4vw
    }

    #s80 .sect34 .box ul li:nth-child(1) .round-box {
        background: #f87936
    }

    #s80 .sect34 .box ul li:nth-child(2) .round-box {
        background: #59d92c
    }

    #s80 .sect34 .box ul li:nth-child(3) .round-box {
        background: #2f2e2e
    }

    #s80 .sect34 .box ul li img {
        width: 100%
    }

    #s80 .sect34 .box ul li .round-box {
        position: relative;
        width: 5.2083333333vw;
        height: 5.2083333333vw;
        opacity: .7;
        border-radius: 50%;
        margin-right: 1.953125vw
    }

    #s80 .sect34 .box ul li .round-box::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 7.1614583333vw;
        height: 7.1614583333vw;
        border: 1px solid #898989;
        border-radius: 50%
    }

    #s80 .sect34 .box ul li p {
        font-size: 4.9479166667vw;

        line-height: 1.2;
        font-weight: 400;
        color: #fff
    }

    #s80 .sect34 .box-2 {
        display: none;
        width: 96%;
        margin: 0 auto;
        padding: 4vw 0
    }

    #s80 .sect35 {
        padding: 8vw 0
    }

    #s80 .sect35 .box {
        width: 96%;
        margin: 0 auto
    }

    #s80 .sect35 .box ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 2vw 0
    }

    #s80 .sect35 .box ul li:nth-of-type(even) {
        background: #edf0f2
    }

    #s80 .sect35 .box ul li .left-box {
        width: 35%;
        font-size: 3.90625vw;

        font-weight: 600;
        color: #000;
        line-height: 1.2;
        padding-left: 2%;
        word-break: keep-all
    }

    #s80 .sect35 .box ul li .right-box {
        width: 65%;
        font-size: 3.90625vw;

        font-weight: 400;
        color: #333;
        word-break: keep-all;
        line-height: 1.2
    }
}