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

@font-face {
    font-family: Milky Matcha Personal Use;
    src: url("fonts/Milky_Matcha.otf")
}

@font-face {
    font-family: GOOD BRUSH;
    src: url("fonts/Good_Brush.otf")
}

#tab7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    font-family: 'myriadsetpro-thinthin', Arial;
    margin: 0 auto;
    background-color: #fff
}

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

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

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

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

#tab7 .tab7-pc {
    display: inherit
}

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

#tab7 .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)
}

#tab7 .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)
}

#tab7 .se {
    position: relative
}

#tab7 .sect1 {
    background: -o-linear-gradient(315deg, #C2C2C3 0%, #e6e6e6 50%, #F1F1F2 100%);
    background: linear-gradient(135deg, #C2C2C3 0%, #e6e6e6 50%, #F1F1F2 100%)
}

#tab7 .sect1 .box {
    position: absolute;
    left: 7%;
    top: 70%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center
}

#tab7 .sect1 .box .title .tit-1 {
    font-size: 4.6354166667vw;
    font-weight: 600;
    color: #0a0a0a;
    line-height: 1
}

#tab7 .sect1 .box .title .tit-2 {
    font-size: 3.4375vw;
    font-family: Milky Matcha Personal Use;
    font-weight: 400;
    color: #0a0a0a;
    line-height: 1;
    background: -webkit-gradient(linear, left top, right top, from(#53D5FF), color-stop(50.244140625%, #8C5DFF), to(#DD4DFF));
    background: -o-linear-gradient(left, #53D5FF 0%, #8C5DFF 50.244140625%, #DD4DFF 100%);
    background: linear-gradient(90deg, #53D5FF 0%, #8C5DFF 50.244140625%, #DD4DFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#tab7 .sect1 .box .title .tit-3 {
    font-size: 4.6354166667vw;
    font-family: GOOD BRUSH;
    font-weight: bold;
    color: #0a0a0a;
    line-height: 1;
    background: -webkit-gradient(linear, left top, right top, color-stop(50.2441406, #8C5DFF), to(#DD4DFF));
    background: -o-linear-gradient(left, #8C5DFF 50.2441406 0%, #DD4DFF 100%);
    background: linear-gradient(90deg, #8C5DFF 50.2441406 0%, #DD4DFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#tab7 .sect1 .box .lab {
    font-size: 1.71875vw;
    font-weight: bold;
    color: #141414;
    line-height: 1;
    padding: 1vw 0 2vw 0
}

#tab7 .sect1 .box .msg {
    font-size: 1.1458333333vw;
    font-weight: 600;
    color: #000;
    line-height: 1.5
}

#tab7 .sect2 {
    background-color: #e7e7e7;
    padding: 4vw 0
}

#tab7 .sect2 .box {
    width: 96%;
    max-width: 1266px;
    margin: 0 auto
}

#tab7 .sect2 .box .item-ul {
    font-size: 0
}

#tab7 .sect2 .box .item-ul .item-li {
    width: 100%
}

#tab7 .sect2 .box .item-ul .item-li .item-box {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#tab7 .sect2 .box .item-ul .item-li .item-box:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

#tab7 .sect2 .box .item-ul .item-li .word {
    position: absolute;
    top: 10%;
    width: 100%;
    text-align: center
}

#tab7 .sect2 .box .item-ul .item-li .word .word-tit {
    font-weight: 600;
    color: #000;
    line-height: 1
}

#tab7 .sect2 .box .item-ul .item-li .word .word-msg {
    font-weight: 400;
    color: gray;
    line-height: 1.2
}

#tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul {
    font-size: 0
}

#tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul .item-li-1-li {
    overflow: hidden;
    border-radius: 2.0833333333vw;
    display: inline-block;
    vertical-align: top;
    float: left;
    position: relative
}

#tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul .item-li-1-li:nth-child(1) {
    width: 39.2575039494%
}

#tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul .item-li-1-li:nth-child(1) .word .word-tit {
    font-size: 2.5vw;
    background: -webkit-gradient(linear, left top, right top, from(#FEDC45), to(#FB7099));
    background: -o-linear-gradient(left, #FEDC45 0%, #FB7099 100%);
    background: linear-gradient(90deg, #FEDC45 0%, #FB7099 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul .item-li-1-li:nth-child(2) {
    width: 15.4028436019%;
    margin-left: .7898894155%;
    margin-right: .7109004739%
}

#tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul .item-li-1-li:nth-child(2) .word .word-tit {
    font-size: 1.5104166667vw
}

#tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul .item-li-1-li:nth-child(2) .word .word-msg {
    font-size: 1.0416666667vw
}

#tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul .item-li-1-li:nth-child(3) {
    width: 25.9083728278%;
    margin-right: .5529225908%
}

#tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul .item-li-1-li:nth-child(3) .word .word-tit {
    font-size: 1.8229166667vw;
    background: -webkit-gradient(linear, left top, right top, from(#53D5FF), color-stop(50.244140625%, #8C5DFF), to(#DD4DFF));
    background: -o-linear-gradient(left, #53D5FF 0%, #8C5DFF 50.244140625%, #DD4DFF 100%);
    background: linear-gradient(90deg, #53D5FF 0%, #8C5DFF 50.244140625%, #DD4DFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul .item-li-1-li:nth-child(3) .word .word-msg {
    font-size: 1.71875vw
}

#tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul .item-li-1-li:nth-child(4) {
    width: 17.3775671406%
}

#tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul .item-li-1-li:nth-child(4) .word .word-tit {
    font-size: 1.8229166667vw
}

#tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul .item-li-1-li:nth-child(4) .word .word-msg {
    font-size: 1.71875vw
}

#tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul .item-li-1-li:nth-child(5) {
    width: 20.458135861%;
    margin-top: 1.0268562401%;
    margin-left: .868878357%;
    margin-right: 1.0268562401%
}

#tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul .item-li-1-li:nth-child(5) .word {
    top: 5%
}

#tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul .item-li-1-li:nth-child(5) .word .word-tit {
    font-size: 1.7708333333vw;
    line-height: .8;
    background: -webkit-gradient(linear, left top, right top, from(#59F47D), to(#4BEAED));
    background: -o-linear-gradient(left, #59F47D 0%, #4BEAED 100%);
    background: linear-gradient(90deg, #59F47D 0%, #4BEAED 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul .item-li-1-li:nth-child(5) .word .word-msg {
    font-size: 1.1979166667vw
}

#tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul .item-li-1-li:nth-child(6) {
    width: 20.458135861%;
    margin-top: 1.0268562401%
}

#tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul .item-li-1-li:nth-child(6) .word {
    top: 10%
}

#tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul .item-li-1-li:nth-child(6) .word .word-tit {
    font-size: 1.1979166667vw
}

#tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul .item-li-1-li:nth-child(6) .word .word-msg {
    font-size: 0.9895833333vw
}

#tab7 .sect2 .box .item-ul .item-li-2 .item-li-2-ul {
    font-size: 0
}

#tab7 .sect2 .box .item-ul .item-li-2 .item-li-2-ul .item-li-2-li {
    overflow: hidden;
    border-radius: 2.0833333333vw;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: .6319115324%
}

#tab7 .sect2 .box .item-ul .item-li-2 .item-li-2-ul .item-li-2-li:nth-child(1) {
    width: 42.2590837283%
}

#tab7 .sect2 .box .item-ul .item-li-2 .item-li-2-ul .item-li-2-li:nth-child(1) .word .word-tit {
    display: inline-block;
    font-size: 2.5vw;
    background: -webkit-gradient(linear, left top, right top, from(#6C65FF), color-stop(51.0009765625%, #3AF8FF), to(#6DE883));
    background: -o-linear-gradient(left, #6C65FF 0%, #3AF8FF 51.0009765625%, #6DE883 100%);
    background: linear-gradient(90deg, #6C65FF 0%, #3AF8FF 51.0009765625%, #6DE883 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#tab7 .sect2 .box .item-ul .item-li-2 .item-li-2-ul .item-li-2-li:nth-child(1) .word .word-msg {
    position: absolute;
    color: #000;
    left: 65%;
    bottom: -255%;
    font-size: 1.1979166667vw
}

#tab7 .sect2 .box .item-ul .item-li-2 .item-li-2-ul .item-li-2-li:nth-child(2) {
    width: 21.6429699842%;
    margin-left: .4739336493%;
    margin-right: .5529225908%
}

#tab7 .sect2 .box .item-ul .item-li-2 .item-li-2-ul .item-li-2-li:nth-child(2) .word .word-tit {
    font-size: 1.6666666667vw;
    background: -webkit-gradient(linear, left top, right top, from(#53D5FF), color-stop(50.244140625%, #8C5DFF), to(#DD4DFF));
    background: -o-linear-gradient(left, #53D5FF 0%, #8C5DFF 50.244140625%, #DD4DFF 100%);
    background: linear-gradient(90deg, #53D5FF 0%, #8C5DFF 50.244140625%, #DD4DFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#tab7 .sect2 .box .item-ul .item-li-2 .item-li-2-ul .item-li-2-li:nth-child(2) .word .word-msg {
    font-size: 1.1979166667vw
}

#tab7 .sect2 .box .item-ul .item-li-2 .item-li-2-ul .item-li-2-li:nth-child(3) {
    width: 17.140600316%;
    margin-right: .6319115324%
}

#tab7 .sect2 .box .item-ul .item-li-2 .item-li-2-ul .item-li-2-li:nth-child(3) .word .word-tit {
    font-size: 1.6666666667vw;
    background: -webkit-gradient(linear, left top, right top, from(#59F47D), to(#4BEAED));
    background: -o-linear-gradient(left, #59F47D 0%, #4BEAED 100%);
    background: linear-gradient(90deg, #59F47D 0%, #4BEAED 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#tab7 .sect2 .box .item-ul .item-li-2 .item-li-2-ul .item-li-2-li:nth-child(3) .word .word-msg {
    font-size: 1.1979166667vw
}

#tab7 .sect2 .box .item-ul .item-li-2 .item-li-2-ul .item-li-2-li:nth-child(4) {
    width: 17.2985781991%;
    margin-top: -11%
}

#tab7 .sect2 .box .item-ul .item-li-2 .item-li-2-ul .item-li-2-li:nth-child(4) .word .word-tit {
    font-size: 2.0833333333vw;
    background: -webkit-gradient(linear, left top, right top, from(#FEDC45), to(#FB7099));
    background: -o-linear-gradient(left, #FEDC45 0%, #FB7099 100%);
    background: linear-gradient(90deg, #FEDC45 0%, #FB7099 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#tab7 .sect2 .box .item-ul .item-li-2 .item-li-2-ul .item-li-2-li:nth-child(4) .word .word-msg {
    font-size: 1.25vw
}

#tab7 .sect3 .box {
    padding: 4vw 0;
    width: 96%;
    max-width: 1033px;
    margin: 0 auto;
    text-align: center
}

#tab7 .sect3 .box .lab {
    font-size: 3.0208333333vw;
    font-weight: 600;
    color: #0d0d0d;
    line-height: 1
}

#tab7 .sect3 .box .tit {
    font-size: 3.5416666667vw;
    font-weight: 600;
    color: #000;
    line-height: 1;
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#59F47D), to(#4BEAED));
    background: -o-linear-gradient(left, #59F47D 0%, #4BEAED 100%);
    background: linear-gradient(90deg, #59F47D 0%, #4BEAED 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#tab7 .sect3 .box .msg {
    font-size: 1.3541666667vw;
    font-weight: 400;
    color: #5d5d5d;
    line-height: 1.2;
    padding-top: 1vw
}

#tab7 .sect3 .box .picture-box {
    max-width: 1023px;
    margin: 0 auto;
    position: relative
}

#tab7 .sect3 .box .picture-box div {
    position: absolute;
    left: 35%;
    top: 33%
}

#tab7 .sect3 .box .picture-box div ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#tab7 .sect3 .box .picture-box div ul li {
    text-align: left
}

#tab7 .sect3 .box .picture-box div ul li:nth-child(1) {
    padding-right: 4vw
}

#tab7 .sect3 .box .picture-box div .word-tit {
    font-size: 2.7604166667vw;
    font-weight: 600;
    color: #0d0d0d;
    line-height: 1
}

#tab7 .sect3 .box .picture-box div .word-tit span {
    font-size: 1.7708333333vw
}

#tab7 .sect3 .box .picture-box div .word-msg {
    font-size: 1.3541666667vw;
    font-weight: 400;
    color: #7f7f7f;
    line-height: 1
}

#tab7 .sect4 .box {
    padding: 4vw 0;
    width: 96%;
    max-width: 1206px;
    margin: 0 auto;
    text-align: left
}

#tab7 .sect4 .box .title {
    text-align: center;
    font-size: 4.53125vw;
    font-weight: bold;
    color: #151515;
    line-height: 1;
    padding-bottom: 4vw
}

#tab7 .sect4 .box .lab {
    font-size: 3.0208333333vw;
    font-weight: 600;
    color: #0d0d0d;
    line-height: 1
}

#tab7 .sect4 .box .tit {
    font-size: 3.5416666667vw;
    font-weight: 600;
    color: #000;
    line-height: 1;
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#FEDC45), to(#FB7099));
    background: -o-linear-gradient(left, #FEDC45 0%, #FB7099 100%);
    background: linear-gradient(90deg, #FEDC45 0%, #FB7099 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#tab7 .sect4 .box .msg {
    font-size: 1.3541666667vw;
    font-weight: 400;
    color: #5d5d5d;
    line-height: 1.2;
    padding-top: 1vw;
    padding-bottom: 4vw
}

#tab7 .sect4 .box .picture-box {
    position: relative;
    padding-bottom: 4vw
}

#tab7 .sect4 .box .picture-box div {
    position: absolute;
    width: 100%;
    bottom: 5%
}

#tab7 .sect4 .box .picture-box div ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

#tab7 .sect4 .box .picture-box div ul li {
    text-align: center
}

#tab7 .sect4 .box .picture-box div ul li p {
    margin-top: 1vw;
    font-size: 1.25vw;
    font-weight: 600;
    color: #000;
    line-height: 1.1
}

#tab7 .sect4 .box .picture-box div ul li:nth-child(1) img {
    width: 4.4270833333vw
}

#tab7 .sect4 .box .picture-box div ul li:nth-child(2) img {
    width: 5.2604166667vw
}

#tab7 .sect4 .box .picture-box div ul li:nth-child(3) img {
    width: 4.4270833333vw
}

#tab7 .sect4 .box .picture-box div ul li:nth-child(4) img {
    width: 4.4270833333vw
}

#tab7 .sect4 .box .picture-box div ul li:nth-child(5) img {
    width: 2.9166666667vw
}

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

#tab7 .sect5 .box {
    padding: 4vw 0;
    width: 96%;
    max-width: 1420px;
    margin: 0 auto;
    text-align: center
}

#tab7 .sect5 .box .lab {
    font-size: 3.0208333333vw;
    font-weight: 600;
    color: #fff;
    line-height: 1
}

#tab7 .sect5 .box .tit {
    font-size: 3.5416666667vw;
    font-weight: 600;
    color: #000;
    line-height: 1;
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#6C65FF), color-stop(51.0009765625%, #3AF8FF), to(#6DE883));
    background: -o-linear-gradient(left, #6C65FF 0%, #3AF8FF 51.0009765625%, #6DE883 100%);
    background: linear-gradient(90deg, #6C65FF 0%, #3AF8FF 51.0009765625%, #6DE883 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#tab7 .sect5 .box .msg {
    max-width: 976px;
    margin: 0 auto;
    font-size: 1.3541666667vw;
    font-weight: 400;
    color: #b2b2b2;
    line-height: 1.2;
    padding-top: 1vw
}

#tab7 .sect5 .box .picture-box {
    position: relative
}

#tab7 .sect5 .box .picture-box ul {
    padding-top: 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

#tab7 .sect5 .box .picture-box ul li {
    text-align: center
}

#tab7 .sect5 .box .picture-box ul li .word-tit {
    font-size: 1.25vw;
    font-weight: 600;
    color: #fff;
    line-height: 1.1
}

#tab7 .sect5 .box .picture-box ul li .word-msg {
    font-size: 1.09375vw;
    font-weight: 400;
    color: #c6c6c6;
    line-height: 1
}

#tab7 .sect6 .box {
    padding: 4vw 0;
    width: 100%;
    text-align: center
}

#tab7 .sect6 .box .lab {
    font-size: 3.0208333333vw;
    font-weight: 600;
    color: #0d0d0d;
    line-height: 1
}

#tab7 .sect6 .box .tit {
    font-size: 3.5416666667vw;
    font-weight: 600;
    color: #000;
    line-height: 1;
    display: inline-block;
    background: -o-linear-gradient(175deg, #BE339A 0%, #F7525F 51.0009765625%, #FD9888 100%);
    background: linear-gradient(275deg, #BE339A 0%, #F7525F 51.0009765625%, #FD9888 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#tab7 .sect6 .box .msg {
    max-width: 880px;
    margin: 0 auto;
    font-size: 1.3541666667vw;
    font-weight: 400;
    color: #5d5d5d;
    line-height: 1.2;
    padding-top: 1vw
}

#tab7 .sect6 .box .picture-box {
    position: relative;
    padding-top: 20vw
}

#tab7 .sect6 .box .picture-box .word {
    position: absolute
}

#tab7 .sect6 .box .picture-box .word .word-tit {
    font-size: 1.875vw;
    font-weight: 400;
    color: #000;
    line-height: 1.2
}

#tab7 .sect6 .box .picture-box .word img {
    width: 2.65625vw
}

#tab7 .sect6 .box .picture-box .word .line {
    position: absolute;
    left: 50%;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000
}

#tab7 .sect6 .box .picture-box .word-1 {
    left: 33.5%;
    top: 18%
}

#tab7 .sect6 .box .picture-box .word-1 .line {
    width: 8vw;
    height: 30vw
}

#tab7 .sect6 .box .picture-box .word-2 {
    left: 45%;
    top: 12%
}

#tab7 .sect6 .box .picture-box .word-2 .line {
    width: 1px;
    height: 22vw
}

#tab7 .sect6 .box .picture-box .word-3 {
    left: 80.3%;
    top: 40%
}

#tab7 .sect6 .box .picture-box .word-3 .line {
    width: 1px;
    height: 9vw
}

#tab7 .sect6 .box-2 {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 4vw
}

#tab7 .sect6 .box-2 ul {
    font-size: 0
}

#tab7 .sect6 .box-2 ul li {
    display: inline-block;
    vertical-align: top;
    width: 48.6666666667%;
    margin-top: 2.0833333333%
}

#tab7 .sect6 .box-2 ul li:nth-child(1) {
    width: 100%
}

#tab7 .sect6 .box-2 ul li:nth-child(3) {
    margin-left: 2.6666666667%
}

#tab7 .sect7 .box {
    padding: 4vw 0;
    width: 100%;
    text-align: center
}

#tab7 .sect7 .box .lab {
    font-size: 3.0208333333vw;
    font-weight: 600;
    color: #0d0d0d;
    line-height: 1
}

#tab7 .sect7 .box .tit {
    font-size: 3.5416666667vw;
    font-weight: 600;
    color: #000;
    line-height: 1;
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#53D5FF), color-stop(50.244140625%, #8C5DFF), to(#DD4DFF));
    background: -o-linear-gradient(left, #53D5FF 0%, #8C5DFF 50.244140625%, #DD4DFF 100%);
    background: linear-gradient(90deg, #53D5FF 0%, #8C5DFF 50.244140625%, #DD4DFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#tab7 .sect7 .box .msg {
    max-width: 843px;
    margin: 0 auto;
    font-size: 1.3541666667vw;
    font-weight: 400;
    color: #5d5d5d;
    line-height: 1.2;
    padding-top: 1vw
}

#tab7 .sect7 .box .picture-box {
    position: relative;
    padding-top: 4vw;
    width: 96%;
    margin: 0 auto;
    max-width: 854px
}

#tab7 .sect7 .box .picture-box .word {
    position: absolute;
    overflow: hidden;
    width: 331px;
    height: 106px
}

#tab7 .sect7 .box .picture-box .word span {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    border-radius: 50%;
    background-image: -o-radial-gradient(ellipse, transparent, transparent, #23a7ff);
    background-image: radial-gradient(ellipse, transparent, transparent, #23a7ff);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: mymove 2s infinite;
    animation: mymove 2s infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

#tab7 .sect7 .box .picture-box .word span:nth-child(1) {
    -webkit-animation-delay: 0;
    animation-delay: 0
}

#tab7 .sect7 .box .picture-box .word span:nth-child(2) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

#tab7 .sect7 .box .picture-box .word span:nth-child(3) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

@-webkit-keyframes mymove {
    0% {
        width: 0;
        height: 0
    }

    100% {
        width: 331px;
        height: 106px
    }
}

@keyframes mymove {
    0% {
        width: 0;
        height: 0
    }

    100% {
        width: 331px;
        height: 106px
    }
}

#tab7 .sect7 .box .picture-box .word-1 {
    left: 6%;
    top: 63%
}

#tab7 .sect7 .box .picture-box .word-2 {
    left: 57%;
    top: 63%
}

#tab7 .sect7 .box-2 {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 4vw
}

#tab7 .sect7 .box-2 .picture-box {
    position: relative;
    padding-top: 4vw
}

#tab7 .sect7 .box-2 .picture-box .word {
    position: absolute;
    overflow: hidden;
    width: 348px;
    height: 163px
}

#tab7 .sect7 .box-2 .picture-box .word span {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: -o-radial-gradient(ellipse, transparent 0%, transparent 60%, #b71dff 100%);
    background-image: radial-gradient(ellipse, transparent 0%, transparent 60%, #b71dff 100%);
    -webkit-animation: mymove2 3s infinite;
    animation: mymove2 3s infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

#tab7 .sect7 .box-2 .picture-box .word span:nth-child(1) {
    -webkit-animation-delay: 0;
    animation-delay: 0
}

#tab7 .sect7 .box-2 .picture-box .word span:nth-child(2) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

#tab7 .sect7 .box-2 .picture-box .word span:nth-child(3) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

@-webkit-keyframes mymove2 {
    0% {
        width: 0;
        height: 0
    }

    100% {
        width: 348px;
        height: 163px
    }
}

@keyframes mymove2 {
    0% {
        width: 0;
        height: 0
    }

    100% {
        width: 348px;
        height: 163px
    }
}

#tab7 .sect7 .box-2 .picture-box .img1 {
    position: absolute;
    width: 32.3958333333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 15%
}

#tab7 .sect7 .box-2 .picture-box .word-1 {
    left: 25%;
    top: 58%;
    -webkit-transform: translate(-50%, -50%) rotate(15deg);
    -ms-transform: translate(-50%, -50%) rotate(15deg);
    transform: translate(-50%, -50%) rotate(15deg)
}

#tab7 .sect7 .box-2 .picture-box .word-2 {
    left: 75%;
    top: 58%;
    -webkit-transform: translate(-50%, -50%) rotate(345deg);
    -ms-transform: translate(-50%, -50%) rotate(345deg);
    transform: translate(-50%, -50%) rotate(345deg)
}

#tab7 .sect8 {
    padding: 4vw 0
}

#tab7 .sect8 .title {
    text-align: center;
    font-size: 4.53125vw;
    font-weight: bold;
    color: #151515;
    line-height: 1;
    padding-bottom: 4vw
}

#tab7 .sect8 .box {
    padding: 4vw 0;
    text-align: right;
    background-color: #000;
    position: relative;
    height: 72.9166666667vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

#tab7 .sect8 .box::before {
    position: absolute;
    content: "";
    z-index: 10;
    width: 0;
    left: 0;
    top: -36.4583333333vw;
    height: 0;
    margin: 36.4583333333vw auto;
    border-top: 36.4583333333vw solid #468ff4;
    border-left: 36.4583333333vw solid #468ff4;
    border-right: 36.4583333333vw solid rgba(0, 0, 0, 0);
    border-bottom: 36.4583333333vw solid rgba(0, 0, 0, 0)
}

#tab7 .sect8 .box .word {
    position: absolute;
    right: 5%;
    bottom: 10%;
    width: 96%;
    max-width: 907px
}

#tab7 .sect8 .box .tit {
    font-size: 3.5416666667vw;
    font-weight: 600;
    color: #000;
    line-height: 1;
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#6C65FF), color-stop(51.0009765625%, #3AF8FF), to(#6DE883));
    background: -o-linear-gradient(left, #6C65FF 0%, #3AF8FF 51.0009765625%, #6DE883 100%);
    background: linear-gradient(90deg, #6C65FF 0%, #3AF8FF 51.0009765625%, #6DE883 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#tab7 .sect8 .box .lab {
    font-size: 3.0208333333vw;
    font-weight: 600;
    color: #fff;
    line-height: 1
}

#tab7 .sect8 .box .msg {
    font-size: 1.3541666667vw;
    font-weight: 400;
    color: #bfbebe;
    line-height: 1.2;
    padding-top: 1vw;
    padding-bottom: 2vw
}

#tab7 .sect8 .box ul {
    font-size: 0;
    max-width: 800px;
    margin: 0 0 0 auto
}

#tab7 .sect8 .box ul li {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-top: 1vw
}

#tab7 .sect8 .box ul li div {
    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
}

#tab7 .sect8 .box ul li p {
    display: inline-block;
    font-size: 1.3541666667vw;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    margin-left: 10px
}

#tab7 .sect8 .box ul li p span {
    font-size: 1.25vw;
    color: #ececec
}

#tab7 .sect8 .box ul li:nth-child(1) img {
    width: 2.7083333333vw
}

#tab7 .sect8 .box ul li:nth-child(2) img {
    width: 1.9270833333vw
}

#tab7 .sect8 .box ul li:nth-child(3) img {
    width: 2.2916666667vw
}

#tab7 .sect8 .box ul li:nth-child(4) img {
    width: 2.1875vw
}

#tab7 .sect8 .box ul li:nth-child(5) img {
    width: 2.03125vw
}

#tab7 .sect8 .box ul li:nth-child(6) img {
    width: 1.9791666667vw
}

#tab7 .sect8 .box .action-1 {
    left: 24% !important;
    top: 5% !important;
    -webkit-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out
}

#tab7 .sect8 .box .action-2 {
    left: 13% !important;
    top: 31% !important;
    -webkit-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out
}

#tab7 .sect8 .box .item-1 {
    position: absolute;
    left: 35%;
    top: -10%;
    z-index: 11
}

#tab7 .sect8 .box .item-1 p {
    position: absolute;
    left: -76%;
    top: 100%;
    font-size: 15.46875vw;
    font-weight: bold;
    color: #000;
    line-height: 1;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg)
}

#tab7 .sect8 .box .item-1 img {
    width: 32.03125vw
}

#tab7 .sect8 .box .item-2 {
    position: absolute;
    left: 4%;
    top: 44%;
    z-index: 11
}

#tab7 .sect8 .box .item-2 p {
    position: absolute;
    left: 74%;
    top: -28%;
    font-size: 13.0208333333vw;
    font-weight: bold;
    color: #468ff4;
    line-height: 1;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    text-shadow: 1vw 0 1vw rgba(70, 143, 244, .6862745098)
}

#tab7 .sect8 .box .item-2 img {
    width: 50.0520833333vw
}

#tab7 .sect9 .box {
    padding: 4vw 0;
    width: 100%;
    text-align: center;
    max-width: 1180px;
    margin: 0 auto
}

#tab7 .sect9 .box .lab {
    font-size: 3.0208333333vw;
    font-weight: 600;
    color: #0d0d0d;
    line-height: 1
}

#tab7 .sect9 .box .tit {
    font-size: 3.5416666667vw;
    font-weight: 600;
    color: #000;
    line-height: 1;
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#53D5FF), color-stop(50.244140625%, #8C5DFF), to(#DD4DFF));
    background: -o-linear-gradient(left, #53D5FF 0%, #8C5DFF 50.244140625%, #DD4DFF 100%);
    background: linear-gradient(90deg, #53D5FF 0%, #8C5DFF 50.244140625%, #DD4DFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#tab7 .sect9 .box .msg {
    max-width: 961px;
    margin: 0 auto;
    font-size: 1.3541666667vw;
    font-weight: 400;
    color: #5d5d5d;
    line-height: 1.2;
    padding-top: 1vw
}

#tab7 .sect9 .box .picture-box {
    position: relative;
    padding-top: 4vw
}

#tab7 .sect9 .box .picture-box ul {
    font-size: 0
}

#tab7 .sect9 .box .picture-box ul li {
    position: relative;
    width: 49.5%;
    display: inline-block
}

#tab7 .sect9 .box .picture-box ul li .word {
    position: absolute;
    top: 3%;
    right: 3%;
    text-align: right
}

#tab7 .sect9 .box .picture-box ul li .word .word-tit {
    font-size: 2.0833333333vw;
    font-weight: 600;
    color: #000;
    line-height: 1;
    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;
    padding-bottom: .5vw
}

#tab7 .sect9 .box .picture-box ul li .word .word-tit img {
    margin-right: 5px
}

#tab7 .sect9 .box .picture-box ul li .word .word-msg {
    font-size: 1.6145833333vw;
    font-weight: 400;
    color: #000;
    line-height: 1
}

#tab7 .sect9 .box .picture-box ul li:nth-child(3) {
    width: 100%;
    margin-top: 1%
}

#tab7 .sect9 .box .picture-box ul li:nth-child(2) {
    margin-left: 1%
}

#tab7 .sect9 .box .picture-box ul li:nth-child(2) .word img {
    width: 1.9791666667vw
}

#tab7 .sect9 .box .picture-box ul li:nth-child(1) .word img {
    width: 2.1354166667vw
}

#tab7 .sect9 .box .picture-box .word {
    position: absolute
}

#tab7 .sect10 {
    background-color: #000
}

#tab7 .sect10 .box {
    padding: 4vw 0 0 0;
    width: 100%;
    text-align: center
}

#tab7 .sect10 .box .lab {
    font-size: 3.0208333333vw;
    font-weight: 600;
    color: #fff;
    line-height: 1
}

#tab7 .sect10 .box .tit {
    font-size: 3.5416666667vw;
    font-weight: 600;
    color: #000;
    line-height: 1;
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#6C65FF), color-stop(51.0009765625%, #3AF8FF), to(#6DE883));
    background: -o-linear-gradient(left, #6C65FF 0%, #3AF8FF 51.0009765625%, #6DE883 100%);
    background: linear-gradient(90deg, #6C65FF 0%, #3AF8FF 51.0009765625%, #6DE883 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#tab7 .sect10 .box .msg {
    max-width: 1010px;
    margin: 0 auto;
    font-size: 1.3541666667vw;
    font-weight: 400;
    color: #b2b2b2;
    line-height: 1.2;
    padding-top: 1vw
}

#tab7 .sect10 .box .picture-box {
    position: relative;
    width: 96%;
    max-width: 1700px;
    margin: 0 auto
}

#tab7 .sect15 .box {
    padding: 4vw 0 0 0;
    max-width: 1300px;
    width: 100%;
    text-align: center;
    margin: 0 auto
}

#tab7 .sect15 .box .lab {
    font-size: 3.0208333333vw;
    font-weight: 600;
    color: #0d0d0d;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#tab7 .sect15 .box .lab img {
    width: 3.0729166667vw;
    margin-right: 1vw
}

#tab7 .sect15 .box .tit {
    font-size: 3.5416666667vw;
    font-weight: 600;
    color: #000;
    line-height: 1;
    padding: 1vw 0;
    background: -webkit-gradient(linear, left top, right top, from(#53D5FF), color-stop(50.244140625%, #8C5DFF), to(#DD4DFF));
    background: -o-linear-gradient(left, #53D5FF 0%, #8C5DFF 50.244140625%, #DD4DFF 100%);
    background: linear-gradient(90deg, #53D5FF 0%, #8C5DFF 50.244140625%, #DD4DFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#tab7 .sect15 .box .msg {
    margin: 0 auto;
    font-size: 1.3541666667vw;
    font-weight: 400;
    color: #b2b2b2;
    line-height: 1.2
}

#tab7 .sect15 .box .picture-box {
    position: relative;
    width: 100%;
    max-width: 1287px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 4vw
}

#tab7 .sect11 .box {
    padding: 4vw 0 0 0;
    width: 100%;
    text-align: center
}

#tab7 .sect11 .box .lab {
    font-size: 3.0208333333vw;
    font-weight: 600;
    color: #0d0d0d;
    line-height: 1
}

#tab7 .sect11 .box .tit {
    font-size: 3.5416666667vw;
    font-weight: 600;
    color: #000;
    line-height: 1;
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#BE339A), color-stop(51.0009765625%, #F7525F), to(#FD9888));
    background: -o-linear-gradient(left, #BE339A 0%, #F7525F 51.0009765625%, #FD9888 100%);
    background: linear-gradient(90deg, #BE339A 0%, #F7525F 51.0009765625%, #FD9888 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#tab7 .sect11 .box .msg {
    max-width: 1010px;
    margin: 0 auto;
    font-size: 1.3541666667vw;
    font-weight: 400;
    color: #b2b2b2;
    line-height: 1.2;
    padding-top: 1vw
}

#tab7 .sect11 .box .picture-box {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 4vw
}

#tab7 .sect11 .box .picture-box ul {
    font-size: 0;
    -webkit-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out
}

#tab7 .sect11 .box .picture-box ul li {
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
    margin-top: 1vw
}

#tab7 .sect11 .box .picture-box ul li img {
    width: 31.5104166667vw
}

#tab7 .sect11 .box .picture-box .ul-1 {
    margin-left: -10%
}

#tab7 .sect11 .box .picture-box .action-1 {
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%)
}

#tab7 .sect11 .box .picture-box .action-2 {
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%)
}

#tab7 .sect11 .box .picture-box .ul-2 {
    margin-right: -10%
}

#tab7 .sect12 {
    background-color: #e8e8e8;
    padding: 4vw 0
}

#tab7 .sect12 .box {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto
}

#tab7 .sect12 .box .item-ul .item-li {
    width: 100%;
    font-size: 0;
    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
}

#tab7 .sect12 .box .item-ul .item-li .word {
    width: 55%;
    display: inline-block
}

#tab7 .sect12 .box .item-ul .item-li .word .tit {
    font-size: 2.6041666667vw;
    font-weight: 600;
    color: #000004;
    line-height: 1.1
}

#tab7 .sect12 .box .item-ul .item-li .word .item-ul-label {
    margin-top: 2vw;
    margin-left: 30px
}

#tab7 .sect12 .box .item-ul .item-li .word .item-ul-label .item-li-label {
    position: relative;
    width: 100%;
    font-size: 1.3541666667vw;
    font-weight: 400;
    color: #595959;
    line-height: 1.2;
    margin-bottom: 1vw
}

#tab7 .sect12 .box .item-ul .item-li .word .item-ul-label .item-li-label::after {
    position: absolute;
    left: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    content: "";
    background-image: url("images/sect12-icon-20220812104246558.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 50%
}

#tab7 .sect12 .box .item-ul .item-li .picture {
    width: 40%;
    display: inline-block
}

#tab7 .sect13 {
    padding: 4vw 0
}

#tab7 .sect13 .box {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center
}

#tab7 .sect13 .box .tit {
    font-size: 3.5416666667vw;
    font-weight: 600;
    color: #000;
    line-height: 1;
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#6C65FF), color-stop(51.0009765625%, #3AF8FF), to(#6DE883));
    background: -o-linear-gradient(left, #6C65FF 0%, #3AF8FF 51.0009765625%, #6DE883 100%);
    background: linear-gradient(90deg, #6C65FF 0%, #3AF8FF 51.0009765625%, #6DE883 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#tab7 .sect13 .box .msg {
    max-width: 1146px;
    margin: 0 auto;
    font-size: 1.3541666667vw;
    font-weight: 400;
    color: #5c5c5c;
    line-height: 1.2;
    padding-top: 1vw
}

#tab7 .sect13 .box .picture-box {
    padding: 4vw 0;
    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
}

#tab7 .sect13 .box .picture-box img {
    width: 16.6666666667vw;
    margin: 0 1vw
}

#tab7 .sect13 .box-2 {
    width: 96%;
    max-width: 1176px;
    margin: 0 auto;
    padding: 4vw 0
}

#tab7 .sect13 .box-2 ul {
    font-size: 0;
    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
}

#tab7 .sect13 .box-2 ul li {
    display: inline-block
}

#tab7 .sect13 .box-2 ul li:nth-child(1) {
    width: 55.3333333333%;
    margin-right: 5.6666666667%
}

#tab7 .sect13 .box-2 ul li:nth-child(1) .word .word-tit {
    font-size: 3.5416666667vw;
    font-weight: 600;
    color: #000004;
    line-height: 1;
    display: inline-block;
    background: -webkit-gradient(linear, right top, left top, from(#BE339A), color-stop(51.0009765625%, #F7525F), to(#FD9888));
    background: -o-linear-gradient(right, #BE339A 0%, #F7525F 51.0009765625%, #FD9888 100%);
    background: linear-gradient(270deg, #BE339A 0%, #F7525F 51.0009765625%, #FD9888 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#tab7 .sect13 .box-2 ul li:nth-child(1) .word .word-msg {
    font-size: 1.3541666667vw;
    font-weight: 400;
    color: #5d5d5d;
    line-height: 1.2;
    padding-top: 1vw
}

#tab7 .sect13 .box-2 ul li:nth-child(2) {
    width: 39%
}

#tab7 .sect13 .box-3 {
    padding: 4vw 0;
    width: 96%;
    text-align: center;
    max-width: 1198px;
    margin: 0 auto
}

#tab7 .sect13 .box-3 .lab {
    font-size: 3.0208333333vw;
    font-weight: 600;
    color: #0d0d0d;
    line-height: 1
}

#tab7 .sect13 .box-3 .tit {
    font-size: 3.5416666667vw;
    font-weight: 600;
    color: #000;
    line-height: 1;
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#53D5FF), color-stop(50.244140625%, #8C5DFF), to(#DD4DFF));
    background: -o-linear-gradient(left, #53D5FF 0%, #8C5DFF 50.244140625%, #DD4DFF 100%);
    background: linear-gradient(90deg, #53D5FF 0%, #8C5DFF 50.244140625%, #DD4DFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#tab7 .sect13 .box-3 .msg {
    margin: 0 auto;
    font-size: 1.3541666667vw;
    font-weight: 400;
    color: #5c5c5c;
    line-height: 1.2;
    padding-top: 1vw
}

#tab7 .sect13 .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: 2vw
}

#tab7 .sect13 .box-3 ul li {
    width: 20.5208333333vw
}

#tab7 .sect13 .box-3 ul li p {
    font-size: 1.875vw;
    font-weight: 400;
    color: #5c5c5c;
    line-height: 1;
    padding-left: 3vw;
    padding-top: 1vw
}

#tab7 .sect14 {
    padding: 4vw 0
}

#tab7 .sect14 .box {
    width: 96%;
    max-width: 1031px;
    margin: 0 auto
}

#tab7 .sect14 .box .title {
    font-size: 2.0833333333vw;
    font-weight: 600;
    color: #000;
    line-height: 1;
    padding-left: 2%
}

#tab7 .sect14 .box ul {
    padding: 2vw 0
}

#tab7 .sect14 .box ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1vw 0 5px 0;
    border-bottom: 2px solid #909090
}

#tab7 .sect14 .box ul li p {
    font-size: 1.3541666667vw;
    color: #5d5d5d;
    line-height: 1
}

#tab7 .sect14 .box ul li .left {
    width: 30%;
    font-weight: bold;
    padding-left: 2%
}

#tab7 .sect14 .box ul li .right {
    width: 70%
}

#tab7 .sect14 img {
    display: block;
    margin: 0 auto;
    width: 65.3125vw
}

@media screen and (max-width: 1366px)and (min-width: 768px) {
    #tab7 .sect15 .box .lab {
        font-size: 4.2459736457vw
    }

    #tab7 .sect15 .box .lab img {
        width: 4.3191800878vw
    }

    #tab7 .sect15 .box .tit {
        font-size: 4.9780380673vw
    }

    #tab7 .sect15 .box .msg {
        font-size: 1.9033674963vw
    }

    #tab7 .sect1 .box {
        left: 2%
    }

    #tab7 .sect1 .box .title .tit-1 {
        font-size: 6.5153733529vw
    }

    #tab7 .sect1 .box .title .tit-2 {
        font-size: 4.831625183vw
    }

    #tab7 .sect1 .box .title .tit-3 {
        font-size: 6.5153733529vw
    }

    #tab7 .sect1 .box .lab {
        font-size: 2.4158125915vw
    }

    #tab7 .sect1 .box .msg {
        font-size: 1.6105417277vw
    }

    #tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul .item-li-1-li {
        border-radius: 2.9282576867vw
    }

    #tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul .item-li-1-li:nth-child(1) .word .word-tit {
        font-size: 3.513909224vw
    }

    #tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul .item-li-1-li:nth-child(2) .word .word-tit {
        font-size: 2.1229868228vw
    }

    #tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul .item-li-1-li:nth-child(2) .word .word-msg {
        font-size: 1.4641288433vw
    }

    #tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul .item-li-1-li:nth-child(3) .word .word-tit {
        font-size: 2.5622254758vw
    }

    #tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul .item-li-1-li:nth-child(3) .word .word-msg {
        font-size: 2.4158125915vw
    }

    #tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul .item-li-1-li:nth-child(4) .word .word-tit {
        font-size: 2.5622254758vw
    }

    #tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul .item-li-1-li:nth-child(4) .word .word-msg {
        font-size: 2.4158125915vw
    }

    #tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul .item-li-1-li:nth-child(5) .word .word-tit {
        font-size: 2.4890190337vw
    }

    #tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul .item-li-1-li:nth-child(5) .word .word-msg {
        font-size: 1.6837481698vw
    }

    #tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul .item-li-1-li:nth-child(6) .word .word-tit {
        font-size: 1.6837481698vw
    }

    #tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul .item-li-1-li:nth-child(6) .word .word-msg {
        font-size: 1.3909224012vw
    }

    #tab7 .sect2 .box .item-ul .item-li-2 .item-li-2-ul .item-li-2-li {
        border-radius: 2.9282576867vw
    }

    #tab7 .sect2 .box .item-ul .item-li-2 .item-li-2-ul .item-li-2-li:nth-child(1) .word .word-tit {
        font-size: 3.513909224vw
    }

    #tab7 .sect2 .box .item-ul .item-li-2 .item-li-2-ul .item-li-2-li:nth-child(1) .word .word-msg {
        font-size: 1.6837481698vw
    }

    #tab7 .sect2 .box .item-ul .item-li-2 .item-li-2-ul .item-li-2-li:nth-child(2) .word .word-tit {
        font-size: 2.3426061493vw
    }

    #tab7 .sect2 .box .item-ul .item-li-2 .item-li-2-ul .item-li-2-li:nth-child(2) .word .word-msg {
        font-size: 1.6837481698vw
    }

    #tab7 .sect2 .box .item-ul .item-li-2 .item-li-2-ul .item-li-2-li:nth-child(3) .word .word-tit {
        font-size: 2.3426061493vw
    }

    #tab7 .sect2 .box .item-ul .item-li-2 .item-li-2-ul .item-li-2-li:nth-child(3) .word .word-msg {
        font-size: 1.6837481698vw
    }

    #tab7 .sect2 .box .item-ul .item-li-2 .item-li-2-ul .item-li-2-li:nth-child(4) .word .word-tit {
        font-size: 2.9282576867vw
    }

    #tab7 .sect2 .box .item-ul .item-li-2 .item-li-2-ul .item-li-2-li:nth-child(4) .word .word-msg {
        font-size: 1.756954612vw
    }

    #tab7 .sect3 .box .lab {
        font-size: 4.2459736457vw
    }

    #tab7 .sect3 .box .tit {
        font-size: 4.9780380673vw
    }

    #tab7 .sect3 .box .msg {
        font-size: 1.9033674963vw
    }

    #tab7 .sect3 .box .picture-box div .word-tit {
        font-size: 3.8799414348vw
    }

    #tab7 .sect3 .box .picture-box div .word-tit span {
        font-size: 2.4890190337vw
    }

    #tab7 .sect3 .box .picture-box div .word-msg {
        font-size: 1.9033674963vw
    }

    #tab7 .sect4 .box .title {
        font-size: 6.3689604685vw
    }

    #tab7 .sect4 .box .lab {
        font-size: 4.2459736457vw
    }

    #tab7 .sect4 .box .tit {
        font-size: 4.9780380673vw
    }

    #tab7 .sect4 .box .msg {
        font-size: 1.9033674963vw
    }

    #tab7 .sect4 .box .picture-box div ul li p {
        font-size: 1.756954612vw
    }

    #tab7 .sect4 .box .picture-box div ul li:nth-child(1) img {
        width: 6.2225475842vw
    }

    #tab7 .sect4 .box .picture-box div ul li:nth-child(2) img {
        width: 7.3938506589vw
    }

    #tab7 .sect4 .box .picture-box div ul li:nth-child(3) img {
        width: 6.2225475842vw
    }

    #tab7 .sect4 .box .picture-box div ul li:nth-child(4) img {
        width: 6.2225475842vw
    }

    #tab7 .sect4 .box .picture-box div ul li:nth-child(5) img {
        width: 4.0995607613vw
    }

    #tab7 .sect5 .box .lab {
        font-size: 4.2459736457vw
    }

    #tab7 .sect5 .box .tit {
        font-size: 4.9780380673vw
    }

    #tab7 .sect5 .box .msg {
        font-size: 1.9033674963vw
    }

    #tab7 .sect5 .box .picture-box ul li .word-tit {
        font-size: 1.756954612vw
    }

    #tab7 .sect5 .box .picture-box ul li .word-msg {
        font-size: 1.5373352855vw
    }

    #tab7 .sect6 .box .lab {
        font-size: 4.2459736457vw
    }

    #tab7 .sect6 .box .tit {
        font-size: 4.9780380673vw
    }

    #tab7 .sect6 .box .msg {
        font-size: 1.9033674963vw
    }

    #tab7 .sect6 .box .picture-box .word .word-tit {
        font-size: 2.635431918vw
    }

    #tab7 .sect6 .box .picture-box .word img {
        width: 3.7335285505vw
    }

    #tab7 .sect6 .box .picture-box .word-1 {
        left: 33.5%;
        top: 18%
    }

    #tab7 .sect6 .box .picture-box .word-1 .line {
        width: 7vw;
        height: 28vw
    }

    #tab7 .sect6 .box .picture-box .word-2 {
        left: 44.5%;
        top: 11%
    }

    #tab7 .sect6 .box .picture-box .word-2 .line {
        width: 1px;
        height: 22vw
    }

    #tab7 .sect6 .box .picture-box .word-3 {
        left: 79.5%;
        top: 37%
    }

    #tab7 .sect6 .box .picture-box .word-3 .line {
        width: 1px;
        height: 9vw
    }

    #tab7 .sect7 .box .lab {
        font-size: 4.2459736457vw
    }

    #tab7 .sect7 .box .tit {
        font-size: 4.9780380673vw
    }

    #tab7 .sect7 .box .msg {
        font-size: 1.9033674963vw
    }

    #tab7 .sect7 .box-2 .picture-box .img1 {
        width: 51.2445095168vw
    }

    #tab7 .sect8 .title {
        font-size: 6.3689604685vw
    }

    #tab7 .sect8 .box {
        height: 102.4890190337vw
    }

    #tab7 .sect8 .box .tit {
        font-size: 4.9780380673vw
    }

    #tab7 .sect8 .box .lab {
        font-size: 4.2459736457vw
    }

    #tab7 .sect8 .box .msg {
        font-size: 1.9033674963vw
    }

    #tab7 .sect8 .box ul {
        font-size: 0;
        max-width: 800px;
        margin: 0 0 0 auto
    }

    #tab7 .sect8 .box ul li {
        width: 33.33%;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        margin-top: 1vw
    }

    #tab7 .sect8 .box ul li div {
        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
    }

    #tab7 .sect8 .box ul li p {
        display: inline-block;
        font-size: 1.9033674963vw;
        font-weight: 400;
        color: #fff;
        line-height: 1;
        margin-left: 10px
    }

    #tab7 .sect8 .box ul li p span {
        font-size: 1.756954612vw;
        color: #ececec
    }

    #tab7 .sect8 .box ul li:nth-child(1) img {
        width: 3.8067349927vw
    }

    #tab7 .sect8 .box ul li:nth-child(2) img {
        width: 2.7086383602vw
    }

    #tab7 .sect8 .box ul li:nth-child(3) img {
        width: 3.2210834553vw
    }

    #tab7 .sect8 .box ul li:nth-child(4) img {
        width: 3.074670571vw
    }

    #tab7 .sect8 .box ul li:nth-child(5) img {
        width: 2.8550512445vw
    }

    #tab7 .sect8 .box ul li:nth-child(6) img {
        width: 2.7818448023vw
    }

    #tab7 .sect8 .box .word {
        width: 55%
    }

    #tab7 .sect8 .box .item-1 {
        left: 27%;
        top: -19%
    }

    #tab7 .sect8 .box .item-1 p {
        font-size: 21.7423133236vw
    }

    #tab7 .sect8 .box .item-1 img {
        width: 45.0219619327vw
    }

    #tab7 .sect8 .box .item-2 {
        left: -24%
    }

    #tab7 .sect8 .box .item-2 p {
        font-size: 18.3016105417vw
    }

    #tab7 .sect8 .box .item-2 img {
        width: 70.3513909224vw
    }

    #tab7 .sect9 .box .lab {
        font-size: 4.2459736457vw
    }

    #tab7 .sect9 .box .tit {
        font-size: 4.9780380673vw
    }

    #tab7 .sect9 .box .msg {
        font-size: 1.9033674963vw
    }

    #tab7 .sect9 .box .picture-box ul li .word .word-tit {
        font-size: 2.9282576867vw
    }

    #tab7 .sect9 .box .picture-box ul li .word .word-msg {
        font-size: 2.2693997072vw
    }

    #tab7 .sect9 .box .picture-box ul li:nth-child(2) .word img {
        width: 2.7818448023vw
    }

    #tab7 .sect9 .box .picture-box ul li:nth-child(1) .word img {
        width: 3.0014641288vw
    }

    #tab7 .sect10 .box .lab {
        font-size: 4.2459736457vw
    }

    #tab7 .sect10 .box .tit {
        font-size: 4.9780380673vw
    }

    #tab7 .sect10 .box .msg {
        font-size: 1.9033674963vw
    }

    #tab7 .sect11 .box .lab {
        font-size: 4.2459736457vw
    }

    #tab7 .sect11 .box .tit {
        font-size: 4.9780380673vw
    }

    #tab7 .sect11 .box .msg {
        font-size: 1.9033674963vw
    }

    #tab7 .sect11 .box .picture-box ul li img {
        width: 100%
    }

    #tab7 .sect12 .box .item-ul .item-li .word .tit {
        font-size: 3.6603221083vw
    }

    #tab7 .sect12 .box .item-ul .item-li .word .item-ul-label .item-li-label {
        font-size: 1.9033674963vw
    }

    #tab7 .sect12 .box .item-ul .item-li .picture {
        width: 40%;
        display: inline-block
    }

    #tab7 .sect13 .box .tit {
        font-size: 4.9780380673vw
    }

    #tab7 .sect13 .box .msg {
        font-size: 1.9033674963vw
    }

    #tab7 .sect13 .box .picture-box img {
        width: 23.4260614934vw
    }

    #tab7 .sect13 .box-2 ul li:nth-child(1) .word .word-tit {
        font-size: 4.9780380673vw
    }

    #tab7 .sect13 .box-2 ul li:nth-child(1) .word .word-msg {
        font-size: 1.9033674963vw
    }

    #tab7 .sect13 .box-3 .lab {
        font-size: 4.2459736457vw
    }

    #tab7 .sect13 .box-3 .tit {
        font-size: 4.9780380673vw
    }

    #tab7 .sect13 .box-3 .msg {
        font-size: 1.9033674963vw
    }

    #tab7 .sect13 .box-3 ul li {
        width: 28.8433382138vw
    }

    #tab7 .sect13 .box-3 ul li p {
        font-size: 2.635431918vw
    }

    #tab7 .sect14 .box .title {
        font-size: 2.9282576867vw
    }

    #tab7 .sect14 .box ul li p {
        font-size: 1.9033674963vw
    }

    #tab7 .sect14 img {
        width: 91.8008784773vw
    }
}

@media screen and (max-width: 767px) {
    #tab7 {
        overflow: hidden
    }

    #tab7 .tab7-pc {
        display: none !important
    }

    #tab7 .tab7-phone {
        display: initial !important
    }

    #tab7 .sect15 .box {
        padding: 8vw 0
    }

    #tab7 .sect15 .box .lab {
        font-size: 6.5104166667vw
    }

    #tab7 .sect15 .box .lab img {
        width: 7.6822916667vw
    }

    #tab7 .sect15 .box .tit {
        font-size: 7.8125vw;
        padding: 2vw 0
    }

    #tab7 .sect15 .box .msg {
        font-size: 3.90625vw
    }

    #tab7 .sect1 {
        background: -webkit-gradient(linear, left bottom, left top, from(#dfdfdf), color-stop(50%, #f3f3f3), to(#ffffff));
        background: -o-linear-gradient(bottom, #dfdfdf 0%, #f3f3f3 50%, #ffffff 100%);
        background: linear-gradient(0deg, #dfdfdf 0%, #f3f3f3 50%, #ffffff 100%)
    }

    #tab7 .sect1 .box {
        position: relative;
        width: 96%;
        left: 0;
        margin: 0 auto;
        text-align: center;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 8vw 0
    }

    #tab7 .sect1 .box .title .tit-1 {
        font-size: 10.15625vw
    }

    #tab7 .sect1 .box .title .tit-2 {
        font-size: 8.59375vw
    }

    #tab7 .sect1 .box .title .tit-3 {
        font-size: 11.5885416667vw
    }

    #tab7 .sect1 .box .lab {
        font-size: 5.2083333333vw;
        padding: 2vw 0 4vw 0
    }

    #tab7 .sect1 .box .msg {
        font-size: 3.90625vw;
        font-weight: normal;
        color: #535353
    }

    #tab7 .sect1 .picture-box {
        display: block !important;
        height: 104.1666666667vw;
        position: relative;
        z-index: 1
    }

    #tab7 .sect1 .picture-box img {
        position: absolute
    }

    #tab7 .sect1 .picture-box img:nth-child(1) {
        width: 60.6770833333vw;
        left: 5%;
        top: 15%;
        z-index: 12
    }

    #tab7 .sect1 .picture-box img:nth-child(2) {
        width: 60.2864583333vw;
        right: 0;
        top: 0;
        z-index: 11
    }

    #tab7 .sect1 .picture-box img:nth-child(3) {
        width: 84.765625vw;
        right: 0;
        bottom: 5%
    }

    #tab7 .sect2 {
        padding: 8vw 0
    }

    #tab7 .sect2 .box {
        width: 100%
    }

    #tab7 .sect2 .box .item-ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    #tab7 .sect2 .box .item-ul .item-li-1 {
        width: 48%;
        margin: 1%
    }

    #tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul li {
        width: 100% !important;
        border-radius: 0;
        margin: 1% 0 !important;
        float: none !important;
        position: relative
    }

    #tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul li.item-li-1-li:nth-child(1) .word .word-tit {
        font-size: 5.2083333333vw
    }

    #tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul li.item-li-1-li:nth-child(2) .word .word-tit {
        font-size: 5.2083333333vw
    }

    #tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul li.item-li-1-li:nth-child(2) .word .word-msg {
        font-size: 3.90625vw
    }

    #tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul li.item-li-2-li:nth-child(3) .word {
        left: 5%;
        width: 95%;
        text-align: left
    }

    #tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul li.item-li-2-li:nth-child(3) .word .word-tit {
        font-size: 5.2083333333vw;
        font-weight: 600;
        color: #030409;
        line-height: 1;
        background: -webkit-gradient(linear, left top, right top, from(#59F47D), to(#4BEAED));
        background: -o-linear-gradient(left, #59F47D 0%, #4BEAED 100%);
        background: linear-gradient(90deg, #59F47D 0%, #4BEAED 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul li.item-li-2-li:nth-child(3) .word .word-msg {
        font-size: 3.90625vw
    }

    #tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul li:nth-child(4) .word .word-tit {
        font-size: 4.5572916667vw;
        background: -webkit-gradient(linear, left top, right top, from(#53D5FF), color-stop(50.244140625%, #8C5DFF), to(#DD4DFF));
        background: -o-linear-gradient(left, #53D5FF 0%, #8C5DFF 50.244140625%, #DD4DFF 100%);
        background: linear-gradient(90deg, #53D5FF 0%, #8C5DFF 50.244140625%, #DD4DFF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul li:nth-child(4) .word .word-msg {
        font-size: 3.90625vw
    }

    #tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul li.item-li-1-li:nth-child(5) .word .word-tit {
        font-size: 5.2083333333vw;
        line-height: 1
    }

    #tab7 .sect2 .box .item-ul .item-li-1 .item-li-1-ul li.item-li-1-li:nth-child(5) .word .word-msg {
        font-size: 3.90625vw
    }

    #tab7 .sect2 .box .item-ul .item-li-2 {
        width: 48%;
        margin: 1%
    }

    #tab7 .sect2 .box .item-ul .item-li-2 .item-li-2-ul li {
        width: 100% !important;
        border-radius: 0;
        margin: 1% 0 !important;
        float: none !important;
        position: relative
    }

    #tab7 .sect2 .box .item-ul .item-li-2 .item-li-2-ul li:nth-child(1) .word .word-tit {
        font-size: 5.2083333333vw;
        background: -webkit-gradient(linear, left top, right top, from(#53D5FF), color-stop(50.244140625%, #8C5DFF), to(#DD4DFF));
        background: -o-linear-gradient(left, #53D5FF 0%, #8C5DFF 50.244140625%, #DD4DFF 100%);
        background: linear-gradient(90deg, #53D5FF 0%, #8C5DFF 50.244140625%, #DD4DFF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0)
    }

    #tab7 .sect2 .box .item-ul .item-li-2 .item-li-2-ul li:nth-child(1) .word .word-msg {
        font-size: 3.90625vw
    }

    #tab7 .sect2 .box .item-ul .item-li-2 .item-li-2-ul li:nth-child(2) .word .word-tit {
        font-size: 5.2083333333vw
    }

    #tab7 .sect2 .box .item-ul .item-li-2 .item-li-2-ul li:nth-child(2) .word .word-msg {
        font-size: 3.90625vw
    }

    #tab7 .sect2 .box .item-ul .item-li-2 .item-li-2-ul li:nth-child(5) .word .word-tit {
        font-size: 5.2083333333vw
    }

    #tab7 .sect2 .box .item-ul .item-li-2 .item-li-2-ul li:nth-child(5) .word .word-msg {
        font-size: 3.90625vw
    }

    #tab7 .sect2 .box .item-ul .item-li-2 .item-li-2-ul li.item-li-2-li:nth-child(4) .word .word-tit {
        font-size: 6.5104166667vw
    }

    #tab7 .sect2 .box .item-ul .item-li-2 .item-li-2-ul li.item-li-2-li:nth-child(4) .word .word-msg {
        font-size: 3.90625vw
    }

    #tab7 .sect3 .box {
        padding: 8vw 0
    }

    #tab7 .sect3 .box .lab {
        font-size: 6.5104166667vw
    }

    #tab7 .sect3 .box .tit {
        font-size: 7.8125vw
    }

    #tab7 .sect3 .box .msg {
        font-size: 3.90625vw;
        padding-top: 2vw
    }

    #tab7 .sect3 .box .picture-box div {
        top: 10%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    #tab7 .sect3 .box .picture-box div ul li:nth-child(1) {
        padding-right: 8vw
    }

    #tab7 .sect3 .box .picture-box div .word-tit {
        font-size: 6.5104166667vw
    }

    #tab7 .sect3 .box .picture-box div .word-tit span {
        font-size: 3.90625vw
    }

    #tab7 .sect3 .box .picture-box div .word-msg {
        font-size: 3.3854166667vw
    }

    #tab7 .sect4 .box {
        text-align: center
    }

    #tab7 .sect4 .box .title {
        font-size: 8.4635416667vw;
        padding-bottom: 8vw
    }

    #tab7 .sect4 .box .lab {
        font-size: 6.5104166667vw
    }

    #tab7 .sect4 .box .tit {
        font-size: 7.8125vw
    }

    #tab7 .sect4 .box .msg {
        font-size: 3.90625vw;
        padding-top: 2vw;
        padding-bottom: 8vw
    }

    #tab7 .sect4 .box .picture-box {
        padding-bottom: 10vw
    }

    #tab7 .sect4 .box .picture-box div ul {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    #tab7 .sect4 .box .picture-box div ul li p {
        font-size: 12px
    }

    #tab7 .sect4 .box .picture-box div ul li:nth-child(1) img {
        width: 11.0677083333vw
    }

    #tab7 .sect4 .box .picture-box div ul li:nth-child(2) img {
        width: 13.1510416667vw
    }

    #tab7 .sect4 .box .picture-box div ul li:nth-child(3) img {
        width: 11.0677083333vw
    }

    #tab7 .sect4 .box .picture-box div ul li:nth-child(4) img {
        width: 11.0677083333vw
    }

    #tab7 .sect4 .box .picture-box div ul li:nth-child(5) img {
        width: 7.2916666667vw
    }

    #tab7 .sect5 .box {
        padding: 8vw 0
    }

    #tab7 .sect5 .box .lab {
        font-size: 6.5104166667vw
    }

    #tab7 .sect5 .box .tit {
        font-size: 7.5520833333vw
    }

    #tab7 .sect5 .box .msg {
        font-size: 3.90625vw;
        padding-top: 2vw
    }

    #tab7 .sect5 .box .picture-box ul {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #tab7 .sect5 .box .picture-box ul li .word-tit {
        font-size: 3.3854166667vw
    }

    #tab7 .sect5 .box .picture-box ul li .word-msg {
        font-size: 12px
    }

    #tab7 .sect6 .box {
        padding: 8vw 0
    }

    #tab7 .sect6 .box .lab {
        font-size: 6.5104166667vw
    }

    #tab7 .sect6 .box .tit {
        font-size: 7.8125vw
    }

    #tab7 .sect6 .box .msg {
        font-size: 3.90625vw;
        padding-top: 2vw
    }

    #tab7 .sect6 .box .picture-box {
        padding-top: 30vw
    }

    #tab7 .sect6 .box .picture-box .word .word-tit {
        font-size: 4.6875vw
    }

    #tab7 .sect6 .box .picture-box .word img {
        width: 6.640625vw
    }

    #tab7 .sect6 .box .picture-box .word-1 {
        left: 5%;
        top: 14%
    }

    #tab7 .sect6 .box .picture-box .word-1 .line {
        width: 20vw;
        height: 40vw
    }

    #tab7 .sect6 .box .picture-box .word-2 {
        left: 30%;
        top: 5%
    }

    #tab7 .sect6 .box .picture-box .word-2 .line {
        width: 1px;
        height: 35vw
    }

    #tab7 .sect6 .box .picture-box .word-3 {
        left: 79.5%;
        top: 37%
    }

    #tab7 .sect6 .box .picture-box .word-3 .line {
        width: 1px;
        height: 9vw
    }

    #tab7 .sect7 .box {
        padding: 8vw 0
    }

    #tab7 .sect7 .box .lab {
        font-size: 6.5104166667vw
    }

    #tab7 .sect7 .box .tit {
        font-size: 7.8125vw
    }

    #tab7 .sect7 .box .msg {
        font-size: 3.90625vw
    }

    #tab7 .sect7 .box .picture-box .word-1 {
        left: 10%;
        top: 60%
    }

    #tab7 .sect7 .box .picture-box .word-2 {
        left: 62%;
        top: 60%
    }

    #tab7 .sect7 .box .picture-box .word {
        width: 30vw;
        height: 10vw
    }

    @-webkit-keyframes mymove {
        0% {
            width: 0;
            height: 0
        }

        100% {
            width: 30vw;
            height: 10vw
        }
    }

    @keyframes mymove {
        0% {
            width: 0;
            height: 0
        }

        100% {
            width: 30vw;
            height: 10vw
        }
    }

    #tab7 .sect7 .box-2 .picture-box .img1 {
        width: 50%
    }

    #tab7 .sect7 .box-2 .picture-box .word {
        width: 30vw;
        height: 10vw
    }

    #tab7 .sect7 .box-2 .picture-box .word span {
        background-image: -o-radial-gradient(ellipse, transparent 0%, transparent 50%, #b71dff 100%);
        background-image: radial-gradient(ellipse, transparent 0%, transparent 50%, #b71dff 100%)
    }

    @-webkit-keyframes mymove2 {
        0% {
            width: 0;
            height: 0
        }

        100% {
            width: 30vw;
            height: 10vw
        }
    }

    @keyframes mymove2 {
        0% {
            width: 0;
            height: 0
        }

        100% {
            width: 30vw;
            height: 10vw
        }
    }

    #tab7 .sect8 {
        padding: 8vw 0
    }

    #tab7 .sect8 .title {
        font-size: 10.4166666667vw
    }

    #tab7 .sect8 .box {
        height: 182.2916666667vw
    }

    #tab7 .sect8 .box::before {
        width: 169.2708333333vw;
        height: 260.4166666667vw;
        top: -50%;
        left: -100%;
        margin: 0;
        background-color: #468ff4;
        border: none;
        -webkit-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
        transform: rotate(35deg)
    }

    #tab7 .sect8 .box .tit {
        font-size: 7.8125vw;
        background: none;
        -webkit-text-fill-color: #fff
    }

    #tab7 .sect8 .box .lab {
        font-size: 6.5104166667vw
    }

    #tab7 .sect8 .box .msg {
        font-size: 3.3854166667vw;
        color: #fff
    }

    #tab7 .sect8 .box ul {
        position: absolute;
        right: 0;
        top: 375%;
        width: 50%
    }

    #tab7 .sect8 .box ul li {
        width: 50%;
        margin-top: 4vw
    }

    #tab7 .sect8 .box ul li p {
        font-size: 3.90625vw
    }

    #tab7 .sect8 .box ul li p span {
        display: block;
        font-size: 12px
    }

    #tab7 .sect8 .box ul li:nth-child(1) img {
        width: 6.7708333333vw
    }

    #tab7 .sect8 .box ul li:nth-child(2) img {
        width: 4.8177083333vw
    }

    #tab7 .sect8 .box ul li:nth-child(3) img {
        width: 5.7291666667vw
    }

    #tab7 .sect8 .box ul li:nth-child(4) img {
        width: 5.46875vw
    }

    #tab7 .sect8 .box ul li:nth-child(5) img {
        width: 5.078125vw
    }

    #tab7 .sect8 .box ul li:nth-child(6) img {
        width: 4.9479166667vw
    }

    #tab7 .sect8 .box .word {
        width: 96%;
        right: 2%;
        top: 2%;
        bottom: auto;
        z-index: 111;
        text-align: center
    }

    #tab7 .sect8 .box .item-1 {
        left: 20%;
        top: 23%
    }

    #tab7 .sect8 .box .item-1 p {
        left: -56%;
        top: 102%;
        font-size: 24.7395833333vw;
        -webkit-transform: rotate(305deg);
        -ms-transform: rotate(305deg);
        transform: rotate(305deg)
    }

    #tab7 .sect8 .box .item-1 img {
        width: 52.9947916667vw
    }

    #tab7 .sect8 .box .item-2 {
        left: 0;
        top: 55%
    }

    #tab7 .sect8 .box .item-2 p {
        left: 57%;
        top: -34%;
        font-size: 24.7395833333vw;
        -webkit-transform: rotate(305deg);
        -ms-transform: rotate(305deg);
        transform: rotate(305deg)
    }

    #tab7 .sect8 .box .item-2 img {
        width: 73.046875vw
    }

    #tab7 .sect9 .box {
        padding: 8vw 0
    }

    #tab7 .sect9 .box .lab {
        font-size: 6.5104166667vw
    }

    #tab7 .sect9 .box .tit {
        font-size: 7.8125vw
    }

    #tab7 .sect9 .box .msg {
        font-size: 3.90625vw
    }

    #tab7 .sect9 .box .picture-box {
        padding-top: 8vw
    }

    #tab7 .sect9 .box .picture-box ul li .word .word-tit {
        font-size: 5.2083333333vw
    }

    #tab7 .sect9 .box .picture-box ul li .word .word-msg {
        font-size: 4.0364583333vw
    }

    #tab7 .sect9 .box .picture-box ul li:nth-child(2) .word img {
        width: 4.9479166667vw
    }

    #tab7 .sect9 .box .picture-box ul li:nth-child(1) .word img {
        width: 5.3385416667vw
    }

    #tab7 .sect10 .box {
        padding-top: 8vw
    }

    #tab7 .sect10 .box .lab {
        font-size: 6.5104166667vw
    }

    #tab7 .sect10 .box .tit {
        font-size: 7.8125vw
    }

    #tab7 .sect10 .box .msg {
        font-size: 3.90625vw
    }

    #tab7 .sect11 .box {
        width: 100%;
        margin: 0 auto;
        padding: 8vw 0
    }

    #tab7 .sect11 .box .lab {
        font-size: 5.9895833333vw
    }

    #tab7 .sect11 .box .tit {
        font-size: 7.8125vw
    }

    #tab7 .sect11 .box .msg {
        font-size: 3.90625vw
    }

    #tab7 .sect11 .box .picture-box {
        width: 130.2083333333vw;
        padding-top: 8vw
    }

    #tab7 .sect11 .box .picture-box .ul-1 {
        margin-left: -30%
    }

    #tab7 .sect11 .box .picture-box .ul-2 {
        margin-left: -20%
    }

    #tab7 .sect11 .box .picture-box ul li img {
        width: 100%
    }

    #tab7 .sect12 {
        padding: 8vw 0
    }

    #tab7 .sect12 .box .item-ul .item-li {
        padding: 8vw 0
    }

    #tab7 .sect12 .box .item-ul .item-li .word .tit {
        font-size: 4.6875vw
    }

    #tab7 .sect12 .box .item-ul .item-li .word .item-ul-label .item-li-label {
        font-size: 3.3854166667vw
    }

    #tab7 .sect12 .box .item-ul .item-li .picture {
        width: 45%;
        display: inline-block
    }

    #tab7 .sect13 {
        padding: 8vw 0
    }

    #tab7 .sect13 .box .tit {
        font-size: 7.8125vw
    }

    #tab7 .sect13 .box .msg {
        font-size: 3.90625vw
    }

    #tab7 .sect13 .box .picture-box img {
        width: 41.6666666667vw
    }

    #tab7 .sect13 .box-2 {
        padding: 8vw 0
    }

    #tab7 .sect13 .box-2 ul li:nth-child(2) {
        width: 44%
    }

    #tab7 .sect13 .box-2 ul li:nth-child(1) {
        margin-right: 0
    }

    #tab7 .sect13 .box-2 ul li:nth-child(1) .word .word-tit {
        font-size: 7.8125vw
    }

    #tab7 .sect13 .box-2 ul li:nth-child(1) .word .word-msg {
        font-size: 3.90625vw
    }

    #tab7 .sect13 .box-3 {
        padding: 8vw 0
    }

    #tab7 .sect13 .box-3 .lab {
        font-size: 6.5104166667vw
    }

    #tab7 .sect13 .box-3 .tit {
        font-size: 7.2916666667vw
    }

    #tab7 .sect13 .box-3 .msg {
        font-size: 3.90625vw
    }

    #tab7 .sect13 .box-3 ul {
        margin-top: 4vw
    }

    #tab7 .sect13 .box-3 ul li {
        width: 51.3020833333vw
    }

    #tab7 .sect13 .box-3 ul li p {
        font-size: 4.6875vw
    }

    #tab7 .sect14 .box .title {
        font-size: 5.2083333333vw
    }

    #tab7 .sect14 .box ul li {
        padding: 2vw 0 1vw 0
    }

    #tab7 .sect14 .box ul li p {
        font-size: 3.90625vw
    }

    #tab7 .sect14 img {
        width: 100%
    }
}
