@media screen and (max-width: 800px) {
    .fudong{
        display: none;
    }
    .header-con {
        position: absolute;
        width: 100%;
        left: 50%;
        top: 0;
        bottom: 0;
        padding: 20px 20px 0;
        transform: translate(-50%, 0);
        box-sizing: border-box;
    }

    .header .bg-1 {
        width: 100%;
        display: none;
    }

    .header .bg-2 {
        width: 100%;
        display: block;
    }

    .header-con .logo1 {
        width: 40%;
        display: block;
        margin: 0 auto 0;
    }

    .header-con .logo2 {
        width: 90%;
        display: block;
        margin: 15px auto 10px;
    }

    .header-con .more {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .header-con .more .left,
    .header-con .more .right {
        width: 100%;
    }

    .header-con .more .left .logo3 {
        width: 65%;
        display: block;
        margin: auto;
    }

    .header-con .more .left .round {
        width: 100%;
        display: block;
        margin: 10px auto 0;
    }

    .header-con .more .right .lunfan1 {
        width: 100%;
        display: block;
        margin: 10px auto 0;
    }

    .header-con .downType {
        width: 100%;
        margin-top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header-con .downType .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .header-con .downType .item .d_1 {
        display: block;
        width: 100px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .downType .item:nth-child(2) {
        display: flex;
        flex-direction: column;
        /* 关键：让子元素反向排列 */
        justify-content: flex-end;
        /* 保持原有的对齐方向（可选，根据你当前的对齐需求调整） */
    }

    .header-con .downType .item:nth-child(2) {
        margin-left: 30px;
    }

    .header-con .downType .item:nth-child(2) .d_1 {
        margin-right: 0;
        margin-left: 0;
    }

    .header-con .downType .item .d_2 {
        display: block;
        width: 120px;
        height: 120px
    }

    .content {
        width: 100%;
        padding: 30px;
        box-sizing: border-box;
        margin: auto;
    }

    .content-con {
        width: 100%;
    }
    .content-con .menus {
        display: block;
        width: 100%;
        height: 100%;
        margin-bottom: 15px;
        position: relative;
    }
    .content-con .menus-con {
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        position: absolute;
        top: 0;
        left: 0;
        gap: 10px;
    }
    .content-con .menus .item{
       width: 100%;
       height: 100%;
    }
    .content-con .menus img {
        width: 100%;
    }

    .content-con .p_1 {
        font-size: 14px;
        line-height: 20px;
    }

    .content-con .p_2 {
        font-size: 20px;
        font-weight: bold;
        line-height: 24px;
        margin: 15px 0;
    }

    .content-con .app-icons {
        display:  none;
    }
    .content-con .app-icons2{
        display: block;
        width: 100%;
        height: auto;
        margin: 10px auto;
    }
    .mdb1 {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 12px;
        background-image: linear-gradient(to top, #2b3de0, #4e60ee);
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .mdb1.fan{
        flex-direction: column-reverse;
    }
    .mdb1 .info .p1 {
        font-size:14px;
        font-weight: bold;
        line-height: 20px;
        color: #fbe739;
        margin: 0 0 10px;
    }

    .mdb1 .info .p2 {
        font-size:12px;
        line-height: 20px;
        color: #fff;
    }

    .mdb1 .info {
        width:100%;
    }

    .mdb1 .mdImage {
        width: 180px;
        margin-top: 10px;
    }

    .mdb2 {
        width: 100%;
        padding: 0;
        box-sizing: border-box;
       background-image: none;
        margin-top: 15px;
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(1, 1fr);
    }

    .mdb2 .item {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 12px;
        background-image: linear-gradient(to top, #2b3de0, #4e60ee);
    }

    .mdb2 .item img {
        width: 70%;
        display: block;
        margin: auto;
    }

    .mdb2 .item .p1 {
        width: 100%;
        color: #fbe739;
        margin: 8px auto;
        text-align: center;
        font-size: 14px;
    }

    .mdb2 .item .p2 {
        width: 100%;
        color: #fff;
        font-size: 12px;
    }

    .mdb3 {
        padding: 15px;
        background-image: none;
        border: 1px solid #4c5eed;
    }

    .mdb3 .info {
        width:100%;
    }

    .mdb3 .mdImage {
        margin-top: 60px;
        display: none;
    }
    .mdb3 .inImage{
        display: block;
        width: 70%;
        margin:0 auto 10px;
    }
    .mdb3 .info .p1 {
        width: 100%;
        color: #fbe739;
        margin: 8px auto;
        text-align: center;
        font-size: 14px;
    }
    .mdb4 {
        flex-direction: column;
        padding: 15px;
    }

    .mdb4 .p_1 {
        width: 100%;
        font-size: 12px;
    }
    .mdb4 .p_2 {
        width: 100%;
        font-size: 14px;
        margin: 0 0 5px;
    }
    .mdb4 .row {
        display: grid;
        margin-top: 10px;
        grid-template-columns: repeat(1, 1fr);
    }

    .mdb4 .row .item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mdb4 .row .item .title {
        width: 100%;
        background-color: #0e1669;
        color: #fbe739;
        font-size: 14px;
        padding: 8px 0;
        text-align: center;
        line-height: 1;
        border-radius: 50px;
        margin-bottom: 10px;
    }

    .mdb4 .row .item .grid {
        display: block;
    }
    .mdb4 .row .item:nth-child(2) {
        display: block;
        margin-top: 10px;
    }
    .mdb4 .row .item .grid p {
        width: 100%;
        color: #fff;
        font-size: 12px;
    }

    .mdb4 .row .item .grid .md6-ios {
        width: 80px;
        float: right;
        margin-left: 5px;
    }

    .mdb4 .row .item .grid .md6-android {
        width: 80px;
        float: left;
        margin-right: 10px;
    }

    .mdb5 {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .mdb5.fan{
        flex-direction: column-reverse;
    }
    .mdb5 .info .p1 {
        font-size: 16px;
        text-align: center;
        font-weight: bold;
        line-height: 20px;
        color: #fbe739;
        margin: 15px 0 5px;
    }

    .mdb5 .info .p2 {
        font-size: 12px;
        line-height: 18px;
        color: #fff;
    }

    .mdb5 .info {
        width: 100%
    }

    .mdb5 .mdImage {
        width: 200px;
        margin-top: 0;
    }
    .mdb5.mdb6{
        margin-top: 10px;
    }
    .mdb6 .info {
        width: 100%;
    }

    .mdb6 .info .p1 {
        text-align: center;
    }
    .footer{
        width: 100%;
        background-color: #2b3b9c;
    }
    .footer-con{
        width: 100%;
        margin: auto;
        padding: 20px 0;
        box-sizing: border-box;
    }
    .footer-con .footer-pc{
        display: none;
    }
    .footer-con .footer-mb{
        width: 100%;
        display: block;
    }
    .footer-con p{
        text-align: center;
        color: #fff;
        font-size: 12px;
        margin-top: 10px;
    }
	
	.text-wrap { 
		padding: 28% 16%;
	}
	
	
	.speed-title {
		font-size: clamp(3px, 1.5vw, 17px);
		line-height: clamp(3px, 1.5vw, 17px); 
	}
	
	.speed-num {
		font-size: clamp(3px, 6vw, 40px);
		line-height: clamp(3px, 6vw, 44px);
	}
	
	.link-tag {
		font-size: clamp(3px, 2vw, 24px);
		line-height: clamp(3px, 2vw, 24px);
		padding: 4px 8px;
	}
}