@media (min-width: 481px) {
    .section:not(:nth-of-type(1)) .title {
        max-width: 1060px;
    }
}
@media (min-width: 768px) {
    .section .content {
        max-width: 90%;
    }
}
@media (min-width: 1025px) {
    .s1 .tip {
        white-space: nowrap;
    }
    .s1 .content ._ {
         margin-top: 0;
         flex-direction: row;
         justify-content: center;
     }
    .s1 .content ._0 {
        text-align: left;
        padding-right: 60px;
    }
    .s1 .content ._1 {
        margin-top: 0;
        max-width: 40%;
        text-align: center;
    }
    .s1 .features {
        justify-content: flex-start;
    }
    .s1 .title .t2 {
        display: inline-block;
    }
    .s1 .download {
        justify-content: flex-start;
    }

    .s2 .c0 {
        position: relative;
        display: flex;
        justify-content: center;
    }
    .s2 .c0 >div:nth-of-type(1) {
        z-index: 2;
    }
    .s2 .c0 >div:nth-of-type(2) {
        position: absolute;
        z-index: 1;
        border-radius: 15px;
        background-position: right;
        background-size: contain;
    }
    .s2 .card .name,.desc {
        max-width: 60%;
    }
    .s2 .others .card {
        width: calc(50% - 10px);
    }
}

@media (min-width: 1281px) {
    .s1 .content ._1 img {
        max-width: 100%;
    }
}

@media (min-width: 1921px) {
    .s1 {
        margin-top: 70px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .section {
        padding: 35px 20px;
    }
    .section .title {
        margin: 25px 0;
    }
    .section .title .t0 {
        font-size: 28px;
    }
    .section .title .t1 {
        font-size: 15px;
    }
    .s1 {
        padding-top: 45px;
    }
    .s1 .tip {
        top: 35px;
        padding: 7px 4px;
        font-size: 11px;
    }
    .s1 .features {
        margin-top: 35px;
    }
    .s1 .features .sep {
        height: 26px;
    }
    .s1 .features .feature img {
        height: 22px;
    }
    .s1 .features .feature div:nth-of-type(1) {
        font-size: 14px;
    }
    .s1 .features .feature div:nth-of-type(2) {
        font-size: 12px;
    }
    .s1 .title .t0 {
        font-size: 38px;
    }
    .s1 .title .t1 {
        font-size: 17px;
    }
    .s1 .title .t1 img {
        height: 17px;
    }
    .s1 .title .t2 {
        margin-top: 14px;
        font-size: 14px;
    }
    .s1 .download-area {
        margin-top: 40px;
    }
    .s1 .download img {
        height: 32px;
    }
    .s1 .download div:first-child {
        font-size: 10px;
    }
    .s1 .download div:last-child {
        font-weight: 500;
        font-size: 14px;
    }
    .s1 .other-download {
        margin-top: 32px;
        font-size: 12px;
    }
    .s1 .more {
        margin-top: 13px;
        padding: 9px 17px;
        gap: 12px;
        font-size: 11px;
    }
    .s1 .more img {
        height: 13px;
    }
    .s2 .content .card {
        min-height: 160px;
    }
    .s2 .content .card .name {
        font-size: 17px;
    }
    .s2 .content .card .desc {
        margin-top: 15px;
        font-size: 14px;
    }
    .s2 .c0 >div:nth-of-type(2) {
        min-height: 160px;
    }
    .s3 .content .all-features {
        padding-top: 30px;
    }
    .s3 .content .all-features > .feature img {
        height: 38px;
    }
    .s3 .content .all-features > .feature div {
        font-size: 12px;
    }
    .s3 .content .main-features .feature {
        margin-top: 100px;
        gap: 12%;
    }
    .s3 .content .main-features .feature .info {
        max-width: 50%;
    }
    .s3 .content .main-features .feature .illustration {
        max-width: 120px;
    }
    .s3 .content .main-features .feature .hot {
        margin-bottom: 10px;
        padding: 3px 6px;
        font-size: 9px;
    }
    .s3 .content .main-features .feature .hot img {
        height: 11px;
    }
    .s3 .content .main-features .feature .title-0 {
        font-size: 18px;
    }
    .s3 .content .main-features .feature .title-1 {
        font-size: 12px;
    }
    .s3 .content .main-features .feature .desc {
        margin-top: 10px;
        font-size: 12px;
    }
    .s4 .content .avatars {
        gap: 24px;
    }
    .s4 .content .avatars img:nth-of-type(3) {
        height: 70px;
    }
    .s4 .content .avatars img:nth-of-type(1),
    .s4 .content .avatars img:nth-of-type(5){
        height: 40px;
    }
    .s4 .content .avatars img:nth-of-type(2),
    .s4 .content .avatars img:nth-of-type(4){
        height: 50px;
    }
    .s4 .content .name {
        margin-top: 25px;
        font-size: 18px;
    }
    .s5 table thead th {
        font-size: 15px;
    }
    .s5 table tbody td {
        padding: 12px;
        font-size: 13px;
    }
    .s5 .join {
        padding: 20px 30px;
        margin-top: 40px;
        font-size: 18px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .section {
        padding: 40px 20px;
    }
    .section .title {
        margin: 40px 0;
    }
    .section .title .t0 {
        font-size: 34px;
    }
    .section .title .t1 {
        font-size: 20px;
    }
    .s1 {
        padding-top: 50px;
    }
    .s1 .tip {
        top: 40px;
        padding: 8px 4px;
        font-size: 12px;
    }
    .s1 .features {
        margin-top: 40px;
        gap: 25px;
    }
    .s1 .features .sep {
        height: 28px;
    }
    .s1 .features .feature img {
        height: 26px;
    }
    .s1 .features .feature div:nth-of-type(1) {
        font-size: 16px;
    }
    .s1 .features .feature div:nth-of-type(2) {
        font-size: 14px;
    }
    .s1 .title .t0 {
        font-size: 44px;
    }
    .s1 .title .t1 {
        font-size: 19px;
    }
    .s1 .title .t1 img {
        height: 19px;
    }
    .s1 .title .t2 {
        margin-top: 22px;
        font-size: 17px;
    }
    .s1 .download-area {
        margin-top: 50px;
    }
    .s1 .download >div {
        padding: 10px 14px;
    }
    .s1 .download img {
        height: 34px;
    }
    .s1 .download div:first-child {
        font-size: 11px;
    }
    .s1 .download div:last-child {
        font-size: 15px;
    }
    .s1 .other-download {
        margin-top: 36px;
        font-size: 14px;
    }
    .s1 .more {
        margin-top: 16px;
        padding: 11px 20px;
        gap: 15px;
        font-size: 12px;
    }
    .s1 .more img {
        height: 15px;
    }
    .s2 .content .card {
        min-height: 200px;
    }
    .s2 .content .card .name {
        font-size: 17px;
        font-weight: 500;
    }
    .s2 .content .card .desc {
        margin-top: 18px;
        font-size: 14px;
    }
    .s2 .c0 >div:nth-of-type(2) {
        min-height: 200px;
    }

    .s3 .content .all-features {
        padding-top: 40px;
    }
    .s3 .content .all-features > .feature img {
        height: 44px;
    }
    .s3 .content .all-features > .feature div {
        font-size: 14px;
    }
    .s3 .content .main-features .feature {
        margin-top: 130px;
        gap: 12%;
    }
    .s3 .content .main-features .feature .info {
        max-width: 50%;
    }
    .s3 .content .main-features .feature .illustration {
        max-width: 150px;
    }
    .s3 .content .main-features .feature .hot {
        margin-bottom: 13px;
        padding: 5px 9px;
        font-size: 11px;
    }
    .s3 .content .main-features .feature .hot img {
        height: 13px;
    }
    .s3 .content .main-features .feature .title-0 {
        font-size: 20px;
    }
    .s3 .content .main-features .feature .title-1 {
        font-size: 14px;
    }
    .s3 .content .main-features .feature .desc {
        margin-top: 13px;
        font-size: 14px;
    }
    .s4 .content .avatars {
        gap: 30px;
    }
    .s4 .content .avatars img:nth-of-type(3) {
        height: 110px;
    }
    .s4 .content .avatars img:nth-of-type(1),
    .s4 .content .avatars img:nth-of-type(5){
        height: 50px;
    }
    .s4 .content .avatars img:nth-of-type(2),
    .s4 .content .avatars img:nth-of-type(4){
        height: 70px;
    }
    .s4 .content .name {
        margin-top: 32px;
        font-size: 20px;
    }
    .s5 table thead th {
        font-size: 17px;
    }
    .s5 table tbody td {
        padding: 15px;
        font-size: 14px;
    }
    .s5 .join {
        padding: 30px 50px;
        margin-top: 70px;
        font-size: 20px;
    }
}
@media (min-width: 1025px) and (max-width: 1280px) {
    .section {
        padding: 45px 20px;
    }
    .section .content {
        max-width: 1000px;
    }
    .section .title {
        margin: 40px 0;
    }
    .section .title .t0 {
        font-size: 34px;
    }
    .section .title .t1 {
        font-size: 20px;
    }
    .s1 {
        padding-top: 80px;
    }
    .s1 .tip {
        top: 40px;
        padding: 9px 5px;
        font-size: 13px;
    }
    .s1 .features {
        margin-top: 45px;
        gap: 30px;
    }
    .s1 .features .sep {
        height: 28px;
    }
    .s1 .features .feature img {
        height: 28px;
    }
    .s1 .features .feature div:nth-of-type(1) {
        font-size: 17px;
    }
    .s1 .features .feature div:nth-of-type(2) {
        font-size: 15px;
    }
    .s1 .title .t0 {
        font-size: 50px;
    }
    .s1 .title .t1 {
        font-size: 22px;
    }
    .s1 .title .t1 img {
        height: 20px;
    }
    .s1 .title .t2 {
        margin-top: 22px;
        font-size: 17px;
    }
    .s1 .download-area {
        margin-top: 50px;
    }
    .s1 .download >div {
        padding: 10px 14px;
    }
    .s1 .download img {
        height: 36px;
    }
    .s1 .download div:first-child {
        font-size: 12px;
    }
    .s1 .download div:last-child {
        font-size: 16px;
    }
    .s1 .other-download {
        margin-top: 36px;
        font-size: 14px;
    }
    .s1 .more {
        margin-top: 15px;
        padding: 10px 20px;
        gap: 14px;
        font-size: 12px;
    }
    .s1 .more img {
        height: 14px;
    }
    .s1 .content ._1 img {
        max-width: 410px;
    }
    .s2 .content .card {
        min-height: 200px;
    }
    .s2 .content .card .name {
        font-size: 18px;
        font-weight: 500;
    }
    .s2 .content .card .desc {
        margin-top: 18px;
        font-size: 15px;
    }
    .s2 .c0 >div:nth-of-type(2) {
        min-height: 200px;
    }
    .s3 .content .all-features {
        padding-top: 40px;
    }
    .s3 .content .all-features > .feature img {
        height: 44px;
    }
    .s3 .content .all-features > .feature div {
        font-size: 14px;
    }
    .s3 .content .main-features .feature {
        margin-top: 130px;
        gap: 12%;
    }
    .s3 .content .main-features .feature .info {
        max-width: 50%;
    }
    .s3 .content .main-features .feature .illustration {
        max-width: 150px;
    }
    .s3 .content .main-features .feature .hot {
        margin-bottom: 13px;
        padding: 5px 9px;
        font-size: 11px;
    }
    .s3 .content .main-features .feature .hot img {
        height: 13px;
    }
    .s3 .content .main-features .feature .title-0 {
        font-size: 20px;
    }
    .s3 .content .main-features .feature .title-1 {
        font-size: 14px;
    }
    .s3 .content .main-features .feature .desc {
        margin-top: 13px;
        font-size: 14px;
    }
    .s4 .content .avatars {
        gap: 30px;
    }
    .s4 .content .avatars img:nth-of-type(3) {
        height: 110px;
    }
    .s4 .content .avatars img:nth-of-type(1),
    .s4 .content .avatars img:nth-of-type(5){
        height: 50px;
    }
    .s4 .content .avatars img:nth-of-type(2),
    .s4 .content .avatars img:nth-of-type(4){
        height: 70px;
    }
    .s4 .content .name {
        margin-top: 32px;
        font-size: 20px;
    }
    .s5 table thead th {
        font-size: 17px;
    }
    .s5 table tbody td {
        padding: 15px;
        font-size: 14px;
    }
    .s5 .join {
        padding: 30px 50px;
        margin-top: 70px;
        font-size: 20px;
    }
}
@media (min-width: 1281px) and (max-width: 1920px) {
    .section {
        padding: 50px 20px;
    }
    .section .content {
        max-width: 1060px;
    }
    .section .title {
        max-width: 1060px;
        margin: 50px 0;
    }
    .section .title .t0 {
        font-size: 40px;
    }
    .section .title .t1 {
        font-size: 22px;
    }
    .s1 {
        padding-top: 100px;
    }
    .s1 .content ._0 {
        padding-right: 90px;
    }
    .s1 .tip {
        top: 50px;
        padding: 10px 5px;
        font-size: 14px;
    }
    .s1 .features {
        margin-top: 50px;
        gap: 40px;
    }
    .s1 .features .sep {
        height: 30px;
    }
    .s1 .features .feature img {
        height: 30px;
    }
    .s1 .features .feature div:nth-of-type(1) {
        font-size: 18px;
    }
    .s1 .features .feature div:nth-of-type(2) {
        font-size: 15px;
    }
    .s1 .title .t0 {
        font-size: 54px;
    }
    .s1 .title .t1 {
        font-size: 22px;
    }
    .s1 .title .t1 img {
        height: 25px;
    }
    .s1 .title .t2 {
        margin-top: 22px;
        font-size: 17px;
    }
    .s1 .download-area {
        margin-top: 50px;
    }
    .s1 .download >div {
        padding: 12px 16px;
    }
    .s1 .download img {
        height: 38px;
    }
    .s1 .download div:first-child {
        font-size: 13px;
    }
    .s1 .download div:last-child {
        font-size: 17px;
    }
    .s1 .other-download {
        margin-top: 40px;
        font-size: 14px;
    }
    .s1 .more {
        margin-top: 20px;
        padding: 10px 20px;
        gap: 15px;
        font-size: 12px;
    }
    .s1 .more img {
        height: 14px;
    }
    .s1 .content ._1 {
        text-align: center;
    }
    .s1 .content ._1 img {
        max-width: 460px;
    }
    .gallery img {
        height: 180px;
    }
    .s2 .content .card {
        min-height: 240px;
    }
    .s2 .content .card .name {
        font-size: 20px;
        font-weight: 500;
    }
    .s2 .content .card .desc {
        margin-top: 19px;
        font-size: 17px;
    }
    .s2 .c0 >div:nth-of-type(2) {
        min-height: 240px;
    }
    .s3 .content .all-features {
        padding-top: 50px;
    }
    .s3 .content .all-features > .feature img {
        height: 48px;
    }
    .s3 .content .all-features > .feature div {
        font-size: 15px;
    }
    .s3 .content .main-features .feature {
        margin-top: 140px;
        gap: 12%;
    }
    .s3 .content .main-features .feature .info {
        max-width: 50%;
    }
    .s3 .content .main-features .feature .illustration {
        max-width: 180px;
    }
    .s3 .content .main-features .feature .hot {
        margin-bottom: 16px;
        padding: 6px 12px;
        font-size: 12px;
    }
    .s3 .content .main-features .feature .hot img {
        height: 16px;
    }
    .s3 .content .main-features .feature .title-0 {
        font-size: 24px;
    }
    .s3 .content .main-features .feature .title-1 {
        font-size: 18px;
    }
    .s3 .content .main-features .feature .desc {
        margin-top: 17px;
        font-size: 17px;
    }
    .s4 .content .avatars {
        gap: 40px;
    }
    .s4 .content .avatars img:nth-of-type(3) {
        height: 130px;
    }
    .s4 .content .avatars img:nth-of-type(1),
    .s4 .content .avatars img:nth-of-type(5){
        height: 60px;
    }
    .s4 .content .avatars img:nth-of-type(2),
    .s4 .content .avatars img:nth-of-type(4){
        height: 90px;
    }
    .s4 .content .name {
        margin-top: 35px;
        font-size: 22px;
    }
    .s5 table thead th {
        font-size: 18px;
    }
    .s5 table tbody td {
        padding: 15px;
        font-size: 15px;
    }
    .s5 .join {
        padding: 40px 60px;
        margin-top: 80px;
        font-size: 24px;
    }
}
@media (min-width: 1921px) {
    .section {
        padding: 60px 20px;
    }
    .section .content {
        max-width: 1280px;
    }
    .section .title {
        max-width: 1280px;
        margin: 50px 0;
    }
    .section .title .t0 {
        font-size: 45px;
    }
    .section .title .t1 {
        font-size: 23px;
    }
    .s1 {
        padding-top: 150px;
    }
    .s1 .tip {
        top: 60px;
        padding: 10px 5px;
        font-size: 15px;
    }
    .s1 .content ._ {
        gap: 40px;
    }
    .s1 .features {
        margin-top: 55px;
        gap: 50px;
    }
    .s1 .features .sep {
        height: 35px;
    }
    .s1 .features .feature img {
        height: 35px;
    }
    .s1 .features .feature div:nth-of-type(1) {
        font-size: 20px;
    }
    .s1 .features .feature div:nth-of-type(2) {
        font-size: 16px;
    }
    .s1 .title .t0 {
        font-size: 60px;
    }
    .s1 .title .t1 {
        font-size: 24px;
    }
    .s1 .title .t1 img {
        height: 24px;
    }
    .s1 .title .t2 {
        margin-top: 25px;
        font-size: 18px;
    }
    .s1 .download-area {
        margin-top: 60px;
    }
    .s1 .download >div {
        padding: 14px 20px;
    }
    .s1 .download img {
        height: 40px;
    }
    .s1 .download div:first-child {
        font-size: 14px;
    }
    .s1 .download div:last-child {
        font-size: 18px;
    }
    .s1 .other-download {
        margin-top: 50px;
        font-size: 15px;
    }
    .s1 .more {
        margin-top: 20px;
        padding: 12px 25px;
        gap: 20px;
        font-size: 14px;
    }
    .s1 .more img {
        height: 16px;
    }
    .s1 .content ._1 {
        text-align: center;
    }
    .s1 .content ._1 img {
        max-width: 500px;
    }
    .gallery {
        padding: 200px 0;
    }
    .gallery img {
        height: 200px;
    }
    .s2 .content .card {
        min-height: 280px;
    }
    .s2 .content .card .name {
        font-size: 22px;
        font-weight: 500;
    }
    .s2 .content .card .desc {
        margin-top: 20px;
        font-size: 18px;
    }
    .s2 .c0 >div:nth-of-type(2) {
        min-height: 280px;
    }
    .s2 .content .others {
        gap: 20px;
    }
    .s3 .content .all-features {
        padding-top: 60px;
    }
    .s3 .content .all-features > .feature img {
        height: 50px;
    }
    .s3 .content .all-features > .feature div {
        font-size: 16px;
    }
    .s3 .content .main-features .feature {
        margin-top: 150px;
        gap: 12%;
    }
    .s3 .content .main-features .feature .info {
        max-width: 50%;
    }
    .s3 .content .main-features .feature .illustration {
        max-width: 200px;
    }
    .s3 .content .main-features .feature .hot {
        margin-bottom: 17px;
        padding: 8px 16px;
        font-size: 14px;
    }
    .s3 .content .main-features .feature .hot img {
        height: 17px;
    }
    .s3 .content .main-features .feature .title-0 {
        font-size: 25px;
    }
    .s3 .content .main-features .feature .title-1 {
        font-size: 19px;
    }
    .s3 .content .main-features .feature .desc {
        margin-top: 19px;
        font-size: 19px;
    }
    .s4 .content .avatars {
        gap: 50px;
    }
    .s4 .content .avatars img:nth-of-type(3) {
        height: 150px;
    }
    .s4 .content .avatars img:nth-of-type(1),
    .s4 .content .avatars img:nth-of-type(5){
        height: 70px;
    }
    .s4 .content .avatars img:nth-of-type(2),
    .s4 .content .avatars img:nth-of-type(4){
        height: 110px;
    }
    .s4 .content .name {
        margin-top: 40px;
        font-size: 24px;
    }
    .s5 table thead th {
        font-size: 20px;
    }
    .s5 table tbody td {
        padding: 18px;
        font-size: 16px;
    }
    .s5 .join {
        padding: 50px 70px;
        margin-top: 90px;
        font-size: 26px;
    }
}