 * {
            margin: 0;
            padding: 0;
        }

        img {
            width: 100%;
            height: 100%;
        }

        a {
            text-decoration: none;
        }

        


        .page-1 .p1{
            
            z-index: 1;
        }
      

        .footer .p3,.page-1 .p3 {
            flex-shrink: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 4rem;
            padding: .2rem 0;
            margin: 0.2rem auto 0.2rem auto;
            background-color: #fff;
            border-radius: 0.2rem;
            text-align: center;
            font-size: 0;
        }

        .footer .p3 .arrow,.page-1 .p3 .arrow{
            position: relative;
            width: .3rem;
            height: .5rem;
        }
        .footer .p3 .arrow::after,.page-1 .p3 .arrow::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 2px;
            left: 0;
            bottom: 0;
            border-radius: 1px;
            background: #1aa4ee;
        }
        .footer .p3 .arrow img,.page-1 .p3 .arrow img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: .28rem;
            height: .3rem;
            animation: arrow-anim .5s linear alternate infinite;
        }
        @keyframes arrow-anim {
            0% {
                top: 0;
            }
            100% {
                top: .1rem;
            }
        }
        .footer .p3 .text,.page-1 .p3 .text {
            margin-left: 10px;
            font-size: .3rem;
        }
        .footer .p3 div,.page-1 .p3 div {
            display: inline-block;
            color: #1aa4ee;
        }
        .page-1 .p4 {
            display: block;
            width: 5rem;
            margin: 0.2rem auto;
            font-size: 14px;
            color: #fff;
            text-align: center;
        }


        .page-1 {
           
           
            width: 7.5rem;
            padding-bottom: 30px;
            align-items: center;
            background-color: #000000;
            overflow: hidden;
            margin: auto;
        }
        .page-2 {
            width: 7.5rem;
            background: url({$p2});
            background-size: 100% 100%;
            margin: auto;
        }

        .page-3 {
            width: 7.5rem;
           
            background: url({$p3});
            background-size: 100% 100%;
            margin: auto;
        }

        .page-4 {
            width: 7.5rem;
            height: 19.26rem;
            background: url(__TMPL__/mobile/static/images/ic_4.jpg);
            background-size: 100% 100%;
            margin: auto;
        }

        .footer {
            width: 7.5rem;
            margin: auto;
            padding: 0.2rem 0;
            background: #1aa4ee;
            text-align: center;
            color: #fff;
        }

        .footer .p1 {
            font-size: 16px;
            text-shadow: 0 1px 2px rgba(0,0,0,.3);
        }

        .footer .p2 {
            font-size: 14px;
        }

        .footer .p4 {
            font-size: 12px;
            margin-top: 0.5rem;
            color: #a1eff2;
        }

        /* wx公众号 */

        .wxcode_box_wrap {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 10;
        }

        .wxcode_box {
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 6rem;
            background: #fff;
            border-radius: 0.2rem;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            margin-top: 1rem;
            z-index: 11;
        }

        .wxcode_box .wxcode_close {
            position: absolute;
            top: -0.8rem;
            right: 0.3rem;
            width: 0.5rem;
            height: 0.8rem;
            background: url(__TMPL__/mobile/static/images/wxcode_close.png) center no-repeat;
            background-size: 100% 100%;
        }

        .wxcode_box .wxcode_title {
            margin-top: 0.4rem;
        }

        .wxcode_box .wxcode_title p {
            box-sizing: border-box;
            padding: 0 0.1rem;
            width: 100%;
            line-height: 1.5;
            text-align: center;
            font-size: 14px;
            font-weight: 700;
            color: #333;
            white-space: nowrap;
        }

        .wxcode_box .wxcode_title span {
            display: block;
            line-height: 1;
            text-align: center;
            font-size: 0.75rem;
            color: #333;
            margin-top: 0.4rem;
        }

        .wxcode_box ul {
            margin: 0.3rem 0;
            padding-left: 0.6rem;
        }

        .wxcode_box ul li {
            line-height: 1;
            font-size: 14px;
            color: #666;
            margin-bottom: 0.15rem;
        }

        .wxcode_box .wxcode_copy {
            width: 4rem;
            height: 0.6rem;
            line-height: 0.6rem;
            text-align: center;
            font-size: 14px;
            color: #fff;
            background: #32cc12;
            border-radius: 5px;
            margin: 0 auto;
            overflow: hidden;
            cursor: pointer;
        }

        .wxcode_box .wxcode_copy em {
            -webkit-user-select: auto;
            -moz-user-select: auto;
            -ms-user-select: auto;
            user-select: auto;
        }

        .wxcode_box .wxcode_describe {
            line-height: 1;
            text-align: center;
            font-size: 14px;
            color: #999;
            margin-top: 0.15rem;
        }

        .wxcode_box .code_box {
            border-top: 1px dashed #bbb;
            margin: 0.3rem 0.3rem 0;
        }

        .wxcode_box .code_box p {
            line-height: 1;
            text-align: center;
            font-size: 14px;
            color: #333;
            margin: 0.3rem 0 0.25rem;
        }

        .wxcode_box .code_box .qrcode img {
            max-width: 60%;
            display: block;
            margin: 0px auto 0.4rem;
        }

        .tips {
            display: none;
            position: fixed;
            width: 7.5rem;
            height: 100%;
            left: 0;
            right: 0;
            top: 0;
            margin: 0 auto;
            background: rgba(0, 0, 0, 0.5);
            z-index: 99;
        }

        .tips img {
            position: absolute;
            width: 4.74rem;
            height: 2.37rem;
            top: 0;
            right: 0.2rem;
        }
        /**/
		.download{
			position: relative;
		}
		.download>a{
			position: absolute;
			background:none;
		}
		
		.download>a.ks2{
			top: 610px;
		}
		.download>a.ks1{
			top: 20px;
			right: 10px;
			width:32%;
			height: 50px;
		}
		.download>a.ks3{
			top: 1200px;
		}
		.download>a.ks4{
			top:1800px;
		}
		.download>a.ks5{
			bottom: 30px;
		}
		.download>a.ks2,
		.download>a.ks3,
		.download>a.ks4,
		.download>a.ks5{
			right:50%;
			margin-right: -150px;
			width:300px;
			height: 70px;
		}