       body {
            margin: 0;
            padding: 0;
            font-size: 25px;
            font-family: Arial, sans-serif;
            background-color: rgba(65, 5, 64, 1);
        }

        .container {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            max-width: 750px;
            margin: 0 auto;
        }

        .bg-container {
            position: relative;
            width: 100%;
        }

        .bg {
            width: 100%;
            max-width: 100%;
            height: auto;
            cursor: pointer;
        }

        .kefu {
            position: absolute;
            top: 30%;
            right: 10px;
        }

        .kefu a {
            display: block;
        }
        .kefu a img{
            width: 120px;
            height: 120px;
        }
    .webLink {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 5px;
        background-color: #81007e;
    }

    .row_top,
    .row_bottom,
    .footer {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
    }

    .linkInfo {
        margin: 5px;
        padding: 10px;
        cursor: pointer;
        color: #fff;
        text-align: center;
        border: none;
		height: 30px;
    }

    .row_top .linkInfo {
        flex: 1;
        width: 33.3%;
    }

    .row_bottom .linkInfo {
        flex: 1;
        width: 49%;
    }

    .row_top .linkInfo:nth-child(1),
    .row_top .linkInfo:nth-child(2),
    .row_bottom .linkInfo:nth-child(1) {
        border-right: 1px solid #fff;
    }
	.footer .linkInfo {
		width: 100%; 
		border: none;
		text-align: center; 
	}
	#linkInfo{
		background-color: #fff;
		color: #000000;
		font-size: 25px;
		line-height: 30px;
	}
	
        @media (max-width: 768px) {
            body {
                font-size: 12px; 
            }

            .kefu a img {
                width: 60px; 
                height: 60px;
            }
			.linkInfo {
				height: 20px;
			}
			#linkInfo{
				background-color: #fff;
				color: #000000;
				font-size: 12px;
				line-height: 20px;
			}
        }
        .linkInfo:hover {
            text-decoration: underline;
            color: blue;
        }
		
/* 		.download-button {
		    position: absolute;
		    top: 37%;
		    left: 35%;
		    z-index: 999; 
		}
		.download-button img{
			width: 300px; 
			height: 100px;
		}
		@media (max-width: 768px) {
			.download-button img{
				border: 1px solid red;
				width: 150px; 
				height: 50px;
			}
		} */