/* box1 */
.box1 {
    padding-top: 70px;
    padding-bottom: 100px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.box1:before {
    content: "";
    display: block;
    width: 400px;
    height: 400px;
    background: #FF9D00;
    filter: blur(200px);
    position: absolute;
    top: -250px;
    left: -250px;
}
.box1:after {
    content: "";
    display: block;
    width: 400px;
    height: 400px;
    background: #0004FF;
    filter: blur(200px);
    position: absolute;
    bottom: -250px;
    right: -250px;
}
.box1 > .hit {
    padding: 0 62px;
    box-sizing: border-box;
    height: 40px;
    background: #0A1527;
    border-radius: 20px;
    border: 1px solid #32425E;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    line-height: 40px;
}
.box1 > .hit:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #FFB20C;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 42px;
    transform: translateY(-50%);
}
.box1 > h1 {
    margin-top: 30px;
    font-weight: 900;
    font-size: 60px;
    color: #FFFFFF;
}
.box1 > .download {
    font-size: 60px;
    font-weight: 900;
    color: #FBC331;
    background: linear-gradient(0deg, #FBC331 0%, #FEF2C5 50%, #DD841B 100%);;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.box1 > .desc {
    font-weight: 500;
    font-size: 18px;
    color: #83A1D1;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 40px;
}
.box1 > p {
    margin-top: 32px;
    font-weight: 400;
    font-size: 14px;
    color: #00FF84;
}
/* box2 */
.box2 {
    padding: 70px 0;
    box-sizing: border-box;
    background-color: #070720;
}
.box2 > .inner > h2 {
    font-size: 52px;
    font-weight: 900;
    color: #ffffff;
    text-align: center;
}
.box2 > .inner > .mb {
    display: none;
}
.box2 > .inner > ul {
    margin-top: 90px;
}
.box2 > .inner > ul > li {
    background: #0F172B;
    box-shadow: 0px -6px 0px 0px #E7E7E7;
    border-radius: 20px 20px 0px 0px;
    padding-bottom: 25px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 40px;
    box-sizing: border-box;
    position: relative;
    margin-right: 35px;
    width: calc(33.33% - 24px);
}
.box2 > .inner > ul > li:last-child {
    margin-right: 0;
}
.box2 > .inner > ul > li > em {
    font-weight: 900;
    font-size: 32px;
    color: #070F20;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #E7E7E7;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.box2 > .inner > ul > .rank1 {
    height: 500px;
    box-shadow: 0px -6px 0px 0px #FFC800;
}
.box2 > .inner > ul > .rank2 {
    height: 480px;
    box-shadow: 0px -6px 0px 0px #E7E7E7;
}
.box2 > .inner > ul > .rank3 {
    height: 460px;
    box-shadow: 0px -6px 0px 0px #C75922;
}
.box2 > .inner > ul > .rank1 > em {
    background: #FFC800;
}
.box2 > .inner > ul > .rank2 > em {
    background: #E7E7E7;
}
.box2 > .inner > ul > .rank3 > em {
    background: #C75922;
}

.box2 > .inner > ul > li > img {
    width: 100px;
    height: 100px;
}
.box2 > .inner > ul > li > h3 {
    font-weight: 900;
    font-size: 32px;
    color: #FFFFFF;
    margin-top: 8px;
    margin-bottom: 6px;
}
.box2 > .inner > ul > li > p{
    font-weight: 500;
    font-size: 16px;
    color: #95AAC9;
    text-align: center;
    margin-top: 15px;
}
@media only screen and (max-width: 1400px) {
.box2 > .inner > ul > li > .down-btn {
    width: 100%;
}
}

.box2 .tag {
    gap: 8px;
    margin-top: 22px;
    margin-bottom: 18px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.box2 .tag > li{
    background: #32425E;
    border-radius: 16px;
    font-weight: 500;
    font-size: 14px;
    color: #A8C1F5;
    text-align: center;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    box-sizing: border-box;
    white-space: nowrap;
}
/* box3 */
.box3 {
    background-color: #000000;
    padding-top: 80px;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.box3 > .inner > h2 {
    font-weight: 900;
    font-size: 52px;
    color: #FFFFFF;
    text-align: center;
}
.box3 .nav-top {
    margin-top: 70px;
}
.box3 .nav {
    gap: 60px;
    padding-bottom: 14px;
    box-sizing: border-box;
    border-bottom: 4px solid #283A68;
}
.box3 .nav > li {
    color: #95AAC9;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    position: relative;
}
.box3 .nav > li > img {
    width: 22px;
    height: initial;
    margin-right: 10px;
}
.box3 .nav > .active {
    color: #FFB20C;
}
.box3 .nav > .active:before {
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    background-color: #FFB20C;
}
.box3 .nav > li > .hide {
    display: block;
}
.box3 .nav > li > .show {
    display: none;
}
.box3 .nav > .active > .hide {
    display: none;
}
.box3 .nav > .active > .show {
    display: block;
}
.box3 .more {
    border: 1px solid #BAC7D7;
    border-radius: 11px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #BAC7D7;
    padding: 0 16px;
    box-sizing: border-box;
}
.box3 .list {
    margin-top: 40px;
}
.box3 .list > .item {
    display: none;
}
.box3 .list > .show {
    display: block;
}
.box3 .list > .item > ul {
    gap: 18px;
}
.box3 .list > .item > ul > li {
    width: calc(33.33% - 18px);
    height: 204px;
    background: #0E162A;
    border-radius: 20px;
    border: 1px solid #32425E;
    padding: 20px;
    box-sizing: border-box;
}
.box3 .list > .item .left > img {
    width: 80px;
    height: 80px;
    border-radius: 16px;
}
.box3 .list > .item .right {
    padding-left: 20px;
    box-sizing: border-box;
    width: calc(100% - 80px);
}
.box3 .list > .item .right > .title {
    width: 100%;
}
.box3 .list > .item .right > .title > .name {
    font-weight: 900;
    font-size: 24px;
    color: #FFFFFF;
}
.box3 .list > .item .right > .title .top {
    font-size: 16px;
    color: #ffffff;
    background-color: #DC2627;
    padding: 0 16px;
    box-sizing: border-box;
    border-radius: 16px;
    margin-left: 10px;
    font-weight: 700;
    height: 27px;
    line-height: 27px;
}
.box3 .list > .item .right > .title .hot {
    font-size: 16px;
    color: #ffffff;
    background-color: #FBAF0C;
    padding: 0 16px;
    box-sizing: border-box;
    border-radius: 16px;
    margin-left: 10px;
    font-weight: 700;
     height: 27px;
    line-height: 27px;
}
.box3 .list > .item .right > .info > p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    flex: 7;
}
.box3 .list > .item .right .count {
    flex: 3;
}
.box3 .list > .item .right .count > p {
    font-weight: 400;
    font-size: 16px;
    color: #6083C1;
    text-align: right;
}
.box3 .list >.item .down-btn {
    margin-top: 24px;
    box-shadow: none;
    padding: 0 10px;
}
/* box4 */
.box4 {
    background-image: url('../images/box4_bg.png');
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #070720;
    position: relative;
    overflow: hidden;
    border-top: 8px solid #FF6200;
    border-bottom: 8px solid #FF6200;
    padding: 60px 0;
    box-sizing: border-box;
}
.box4:before {
    content: "";
    display: block;
    width: 400px;
    height: 400px;
    background: #FF9D00;
    filter: blur(200px);
    position: absolute;
    top: -250px;
    left: -250px;
}
.box4 .inner {
   max-width: 800px;
}
.box4 .inner > h2 {
    font-weight: 900;
    font-size: 52px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.box4 .inner > p {
    font-weight: 500;
    font-size: 16px;
    color: #83A1D1;
    margin-bottom: 10px;
}
.box4 .inner > h3 {
    font-weight: 900;
    font-size: 32px;
    color: #FFFFFF;
    margin-top: 96px;
    margin-bottom: 20px;
}
.box4 .inner > ul > li {
    font-weight: 500;
    font-size: 16px;
    color: #83A1D1;
    position: relative;
    padding-left: 10px;
    box-sizing: border-box;
}
.box4  .inner >ul > li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #83A1D1;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}
.box4 .link {
    margin-top: 46px;
}
/* box5 */
.box5 {
    padding: 70px 0;
    box-sizing: border-box;
    background-color: #070720;
}
.box5 h2 {
    font-weight: 900;
    font-size: 52px;
    color: #FFFFFF;
    text-align: center;
}
.box5 ul {
    margin-top: 60px;
    gap: 60px;
}
.box5 ul > li  {
    flex: 1;
}
.box5 ul > li > div > span {
    background-color: #3B3A8F;
    font-weight: 900;
    font-size: 32px;
    color: #7374D9;
    display: block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 50%;
}
.box5 ul > li > .active {
    background-color: #FFB20C;
    color: #070F20;
}
.box5 ul > li > div > div > h3 {
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    margin: 12px 0;
}
.box5 ul > li:hover >div> span {
    background: #FFB20C;
    color: #070F20;
}
.box5 ul > li:hover >div>div> h3 {
    color: #FFB20C;
}
.box5 ul > li > div > div> p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
.box5 ul > li > ul > li {
    margin-bottom: 32px;
}
.box5 ul > li > ul > li > img {
    width: 22px;
    height: 22px;
}
.box5 ul > li > ul > li > p {
    font-weight: 400;
    font-size: 16px;
    color: #83A1D1;
    margin-left: 12px;
}
/* box6 */
.box6 {
    padding-bottom: 100px;
    box-sizing: border-box;
    background-color: #070720;
}
.box6 h2 {
    font-weight: 900;
    font-size: 52px;
    color: #FFFFFF;
    text-align: center;
}
.box6 ul {
    gap: 16px;
    margin-top: 60px;
}
.box6 ul > li {
    flex: 1;
    padding: 24px;
    box-sizing: border-box;
    background: #0E162A;
    border-radius: 20px;
    border: 1px solid #32425E;
}
.box6 ul > li:hover {
    border: 1px solid #FFB20C;
}
.box6 ul > li > .icon {
    width: 52px;
    height: 52px;
    border-radius: 8px;
}
.box6 ul > li > .icon > img {
    width: 30px;
    height: 30px;
}
.box6 ul > li:nth-child(1) > .icon {
    background-color: #F18F3A;
}
.box6 ul > li:nth-child(2) > .icon {
    background-color: #4B5AE1;
}
.box6 ul > li:nth-child(3) > .icon {
    background-color: #AC4AE5;
}
.box6 ul > li:nth-child(4) > .icon {
    background-color: #D44144;
}
.box6 ul > li > h3 {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    margin: 24px 0;
    text-align: left;
}
.box6 ul > li > p {
    font-weight: 400;
    font-size: 16px;
    color: #83A1D1;
}
/* box7 */
.box7 {
    padding: 80px 0;
    box-sizing: border-box;
    background-color: #020616;
}
.box7 h2 {
    font-weight: 900;
    font-size: 52px;
    color: #FFFFFF;
    text-align: center;
}
.box7 .list {
    gap: 18px;
    margin-top: 60px;
}
.box7 .list > li {
    flex: 1;
    background: #0A1022;
    border-radius: 20px 20px 20px 20px;
    border: 1px solid #32425E;
    padding: 32px;
    box-sizing: border-box;
}
.box7 .list > li:hover {
    border: 1px solid #FFB20C;
}
.box7 .list > li img {
    width: 40px;
    height: 40px;
    margin-right: 16px;
}
.box7 .list > li p{
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
}
.box7 .list > li > ul > li {
    margin-top: 40px;
}
.box7 .list > li > ul > li > span {
    width: 32px;
    height: 32px;
    min-width: 32px;
    background: #83A1D1;
    border-radius: 50%;
    margin-right: 16px;
    font-weight: 900;
    font-size: 18px;
    color: #070F20;
    text-align: center;
    line-height: 32px;
    display: block;
}
.box7 .list > li > ul > li > p {
    font-weight: 400;
    font-size: 16px;
    color: #83A1D1;
}
/* box8 */
.box8 {
    padding-bottom: 80px;
    box-sizing: border-box;
    background-color: #020616;
}
.box8 h2 {
    font-weight: 900;
    font-size: 52px;
    color: #FFFFFF;
    text-align: center;
}
.box8  ul {
    gap: 32px;
    margin-top: 60px;
}
.box8  ul > li {
    width: calc(50% - 32px);
    background: #0A1022;
    border-radius: 20px;
    border: 1px solid #32425E;
    padding: 0 24px;
    box-sizing: border-box;
}
.box8  ul > li:hover {
    border: 1px solid #FFB20C;
}
.box8  ul > li > .item {
    margin: 40px 0;
}
.box8  ul > li > .item > span{
    background-color: #222225;
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 8px;
    font-weight: 900;
    font-size: 24px;
    text-align: center;
    line-height: 52px;
    margin-right: 24px;
}
.box8  ul > li > .item > h3, .box8  ul > li > .item > p {
    font-size: 22px;
    color: #ffffff;
}
/* box9 */
.box9 {
    padding-bottom: 80px;
    box-sizing: border-box;
    background-color: #020616;
}
.box9 h2 {
    font-weight: 900;
    font-size: 52px;
    color: #FFFFFF;
    text-align: center;
}
.box9 .list {
    gap: 30px;
    margin-top: 60px;
}
.box9 .list  > li {
    width: calc(33.33% - 30px);
    background: #0A1022;
    border-radius: 28px;
    border: 1px solid #32425E;
    overflow: clip;
}
.box9 .list  >  li > a >img {
    width: 100%;
    height: 216px;
}
.box9 .list  > li > a > .info {
    padding: 30px;
    box-sizing: border-box;
    position: relative;
}
.box9 .list  > li > a > .info:before{
    content: "";
    display: block;
    height: 38px;
    position: absolute;
    left: 0;
    right: 0;
    top: -38px;
    background: linear-gradient( 0deg, #0A1022 0%,  rgba(10,16,34,0) 100%);
}
.box9 .list  > li > a > .info > h5 {
    font-weight: 900;
    font-size: 14px;
    color: #65748B;
    position: relative;
    padding-left: 10px;
    box-sizing: border-box;
}
.box9 .list  >  li > a > .info > h5:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #FFB20C;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.box9 .list  >  li > a > .info > h3{
    font-weight: normal;
    font-size: 20px;
    color: #FFFFFF;
    text-align: left;
    margin-top: 12px;
}
.box9 .list  >  li > a > .info > p{
    font-size: 14px;
    color: #83A1D1;
    margin-top: 26px;
}
.box9 .list  >  li > a > .info > .bottom {
    padding-top: 40px;
    box-sizing: border-box;
    border-top: 1px solid #28364E;
    margin-top: 32px;
}
.box9 .list  >  li > a > .info > .bottom > p{
    font-weight: 900;
    font-size: 14px;
    color: #FFB20C;
}
.box9 .list  >  li > a > .info > .bottom > img {
    width: 32px;
    height: 32px;
}
.box9 .list  >  li > a > .info > .bottom > .icon2 {
    display: none;
}
.box9 .list  > li:hover {
  border: 1px solid #FFB20C;
}
.box9 .list  > li:hover a > .info > .bottom > .icon1 {
   display: none;
}
.box9 .list  > li:hover  a >.info > .bottom > .icon2 {
   display: block;
}

@media only screen and (max-width: 1200px) {
    /* box1 */
.box1 {
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
}
.box1:before {
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    filter: blur(100px);
    position: absolute;
    top: -120px;
    left: -120px;
}
.box1:after {
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    filter: blur(100px);
    position: absolute;
    bottom: -120px;
    right: -120px;
}
.box1 > .hit {
    padding: 0 18px 0 30px;
    height: 28px;
    border-radius: 14px;
    border: 1px solid #32425E;
    font-size: 14px;
    line-height: 28px;
}
.box1 > .hit:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
}
.box1 > h1 {
    margin-top: 22px;
    font-size: 25px;
}
.box1 > .download {
    font-size: 32px;
}
.box1 > .desc {
    font-size: 12px;
    margin-top: 22px;
    margin-bottom: 34px;
}
.box1 > p {
    margin-top: 25px;
    font-size: 12px;
}
/* box2 */
.box2 {
    padding: 40px 16px 20px 16px;
}
.box2 > .inner > h2 {
    font-size: 26px;
    max-width: 70%;
    margin: auto;
}
.box2 > .inner > .pc {
    display: none;
}
.box2 > .inner > .mb {
    display: block;
}
.box2 > .inner > ul {
    gap: 0px;
    margin-top: 30px;
}
.box2 > .inner > ul > li {
    box-shadow: 0px -3px 0px 0px #FFC800;
    border-radius: 10px 14px 0px 0px;
    padding-bottom: 25px;
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 40px;
    margin-bottom: 35px;
    margin-right: 0;
    width: 100%;
    display: block;
}
.box2 > .inner > ul > li > em {
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: -15px;
}
.box2 > .inner > ul > .rank1 {
    height: initial;
    box-shadow: 0px -3px 0px 0px #FFC800;
}
.box2 > .inner > ul > .rank2 {
    height: initial;
    box-shadow: 0px -3px 0px 0px #E7E7E7;
}
.box2 > .inner > ul > .rank3 {
    height: initial;
    box-shadow: 0px -3px 0px 0px #C75922;
}

.box2 > .inner > ul > li > div > img {
    width: 50px;
    height: 50px;
}
.box2 > .inner > ul > li > div > div {
    margin-left: 16px;
}
.box2 > .inner > ul > li > div > div > h3 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 6px;
}
.box2 > .inner > ul > li > p{
    font-size: 12px;
    margin-top: 15px;
    text-align: left;
}
.box2 .tag {
    gap: 8px;
    margin-top: 22px;
    margin-bottom: 18px;
    width: 100%;
    overflow: initial;
    padding-bottom: 10px;
    flex-wrap: wrap;
}
.box2 .tag > li{
    border-radius: 12px;
    font-size: 11px;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
}
.box2 .down-btn {
    width: 100%;
}
/* box3 */
.box3 {
    padding: 40px 16px 60px 16px;
}
.box3 > .inner > h2 {
    font-size: 26px;
    max-width: 70%;
    margin: auto;
}
.box3 .nav-top {
    margin-top: 35px;
}
.box3 .nav {
    gap: 12px;
    padding-bottom: 9px;
    border-bottom: 2px solid #283A68;
}
.box3 .nav > li {
    font-size: 12px;
}
.box3 .nav > li > img {
    width: 22px;
    height: initial;
    margin-right: 10px;
}
.box3 .nav > .active {
    color: #FFB20C;
}
.box3 .nav > .active:before {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -11px;
    background-color: #FFB20C;
}
.box3 .more {
    margin-top: 30px;
    border-radius: 10px;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    padding: 0 27px;
}
.box3 .list {
    margin-top: 30px;
}
.box3 .list > .item > ul {
    gap: 8px;
}
.box3 .list > .item > ul > li {
    width: 100%;
    height: initial;
    border-radius: 10px;
    padding: 12px;
    display: flex;
    align-items: center;
}
.box3 .list > .item .left > img {
    width: 40px;
    height: 40px;
    border-radius: 8px;
}
.box3 .list > .item .right {
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 40px);
}
.box3 .list > .item .right > .title {
    width: 100%;
    margin-bottom: 4px;
}
.box3 .list > .item .right > .title > .name {
    font-size: 12px;
}
.box3 .list > .item .right > .title .top {
    font-size: 10px;
    padding: 0 8px;
    border-radius: 4px;
    margin-left: 6px;
    height: 14px;
    line-height: 14px;
}
.box3 .list > .item .right > .title .hot {
    font-size: 10px;
    padding: 0 8px;
    border-radius: 4px;
    margin-left: 6px;
    height: 14px;
    line-height: 14px;
}
.box3 .list > .item .right > .info > p {
    font-size: 10px;
    flex: 7;
}
.box3 .list > .item .right .count {
    display: none;
}
.box3 .list > .item .right .count > p {
    font-weight: 400;
    font-size: 16px;
    text-align: right;
}
.box3 .list >.item .down-btn {
    background: linear-gradient( 90deg, #F8B821 0%, #DC7D0D 100%);
    box-shadow: 0px 2px 5px 0px rgba(255,153,0,0.53);
    border-radius: 6px;
    height: 32px;
    margin-top: 0;
}
.box3 .list >.item .down-btn > img {
    width: 14px;
    height: 14px;
}
.box3 .list >.item .down-btn > p {
    font-size: 13px;
}
.box3 .list >.item .down-btn > span {
    display: none;
}
/* box4 */
.box4 {
    background-image: none;
    border-top: 4px solid #FF6200;
    border-bottom: 4px solid #FF6200;
    padding: 0;
}
.box4:before {
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    background: #FF9D00;
    filter: blur(100px);
    position: absolute;
    top: -120px;
    left: -120px;
}
.box4 .inner {
   max-width: 100%;
   padding: 40px 16px 0 16px;
}
.box4 .inner > h2 {
    font-size: 26px;
    margin-bottom: 10px;
}
.box4 .inner > p {
    font-size: 12px;
    margin-bottom: 10px;
}
.box4 .inner > h3 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 10px;
}
.box4 .inner > ul > li {
    font-size: 12px;
    padding-left: 10px;
    margin-bottom: 10px;
}
.box4  .inner >ul > li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #83A1D1;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}
.box4 .link {
    margin-top: 26px;
    justify-content: center;
}
.box4 .link p {
    font-size: 14px;
}
.box4 .box4_bg {
    width: 100%;
}
.box4 .down-btn {
    display: none;
}
/* box5 */
.box5 {
    padding: 40px 16px 60px 16px;
}
.box5 h2 {
    font-size: 26px;
}
.box5 ul {
    margin-top: 20px;
    gap: 0px;
    flex-direction: column;
}
.box5 ul > li  {
    flex: 1;
}
.box5 ul > li > div  {
    flex-direction: row;
    margin-top: 20px;
}
.box5 ul > li > div > span {
    background-color: #FFB20C;
    font-size: 16px;
    color: #070F20;
    width: 26px;
    height: 26px;
    min-width: 26px;
    line-height: 26px;
    margin-right: 10px;
}
.box5 ul > li > div > div > h3 {
    font-size: 14px;
    color: #FFB20C;
    margin: 0;
}
.box5 ul > li > div > div > p {
    font-size: 12px;
}
.box5 ul > li > ul  {
    padding-left: 30px;
    box-sizing: border-box;
}
.box5 ul > li > ul > li {
    margin-bottom: 16px;
}
.box5 ul > li > ul > li > img {
    width: 20px;
    height: 20px;
}
.box5 ul > li > ul > li > p {
    font-size: 12px;
    margin-left: 6px;
}
/* box6 */
.box6 {
    padding: 0 16px 60px 16px;
}
.box6 h2 {
    font-size: 26px;
    max-width: 70%;
    margin: auto;
}
.box6 ul {
    gap: 16px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.box6 ul > li {
    flex: 1;
    padding: 16px;
    border-radius: 10px;
}
.box6 ul > li > .icon {
    width: 36px;
    height: 36px;
    border-radius: 6px;
}
.box6 ul > li > .icon > img {
    width: 20px;
    height: 20px;
}
.box6 ul > li > h3 {
    font-size: 16px;
    margin: 14px 0;
}
.box6 ul > li > p {
    font-size: 12px;
}
/* box7 */
.box7 {
    padding: 40px 16px 60px 16px;
}
.box7 h2 {
    font-size: 26px;
    max-width: 70%;
    margin: auto;
}
.box7 .list {
    gap: 0px;
    margin-top: 20px;
    flex-wrap: wrap;
    flex-direction: column;
}
.box7 .list > li {
    border-radius: 10px;
    padding: 16px;
    flex: 1;
    margin-bottom: 10px
}
.box7 .list > li img {
    width: 26px;
    height: 26px;
    margin-right: 8px;
}
.box7 .list > li p{
    font-size: 16px;
}
.box7 .list > li > ul > li {
    margin-top: 16px;
}
.box7 .list > li > ul > li > span {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: 8px;
    font-size: 11px;
    line-height: 20px;
}
.box7 .list > li > ul > li > p {
    font-size: 12px;
}
/* box8 */
.box8 {
    padding: 0px 16px 60px 16px;
}
.box8 h2 {
    font-size: 26px;
    max-width: 70%;
    margin: auto;
}
.box8  ul {
   gap: 0px;
    margin-top: 20px;
    display: block;

}
.box8  ul > li {
    width: 100%;
    border-radius: 10px;
    padding:0 16px;
    margin-bottom: 12px;
}
.box8  ul > li > .item {
    margin: 20px 0;
}
.box8  ul > li > .item > span{
    width: 26px;
    height: 26px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 26px;
    margin-right: 12px;
    min-width: 26px;
}
.box8  ul > li > .item > h3, .box8  ul > li > .item > p {
    font-size: 12px;
}
/* box9 */
.box9 {
    padding: 0 16px 60px 16px;
}
.box9 h2 {
    font-size: 26px;
    max-width: 50%;
    margin: auto;
}
.box9 .list {
    gap: 0;
    margin-top: 40px;
    display: block;
}
.box9 .list  > li {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 12px;
}
.box9 .list  >  li > a >img {
    width: 100%;
    height: 161px;
}
.box9 .list  > li > a > .info {
    padding: 16px;
}
.box9 .list  > li > a > .info:before{
    content: "";
    display: block;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    background: linear-gradient( 0deg, #0A1022 0%,  rgba(10,16,34,0) 100%);
}
.box9 .list  > li > a > .info > h5 {
    font-size: 10px;
    padding-left: 11px;
}
.box9 .list  >  li > a > .info > h5:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #FFB20C;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.box9 .list  >  li > a > .info > h3{
    font-size: 16px;
    margin-top: 10px;
}
.box9 .list  >  li > a > .info > p{
    font-size: 12px;
    margin-top: 14px;
}
.box9 .list  >  li > a > .info > .bottom {
    padding-top: 24px;
    margin-top: 20px;
}
.box9 .list  >  li > a > .info > .bottom > p{
    font-size: 10px;
}
.box9 .list  >  li > a > .info > .bottom > img {
    width: 26px;
    height: 26px;
}
}
