<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin:0;
    padding:0;
    list-style: none;
    box-sizing: border-box;
}
.footer{
    width: 100%;
    max-width: 750px;
    min-width: 320px;
    padding: 3% 0;
    padding-top: 3%;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 25%;
    overflow: hidden;
    /* border-top: 10px solid #efefef; */
    text-align: center;
    line-height: 2;
    color: #666;
    font-size: 12px;
    /* position: relative; */
    /* top: -40px; */
    /* border-top: 10px solid #F8F8F8;; */
    border-top: 1px solid #ededed;
    background-color: #fff;
}
.footer a{
	display: block;
	color: #666;
}
.bottom{
    position: fixed;
    bottom: 0%;
}
@keyframes scale{
	0% {
		transform: scale(.9);
	}
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(.9);
	}
}
@keyframes scale1{
	0% {
		transform: scale(.9) translateX(-50%);
	}
	50% {
		transform: scale(1) translateX(-50%);
	}
	100% {
		transform: scale(.9) translateX(-50%);
	}
}
.submit{
    animation: scale1 1.1s infinite;
}

@font-face {
	font-family: FZLTTHJW;
	src: url("../fonts/fzltthjw.ttf");
}


.submit_button{
    animation: scale 1s infinite;
}


.top_button{
    background-color: #fff;
    z-index: 101;
    border-bottom: 1px solid #eaeaea;
    /* display: block!important; */
}



@media (min-width:560px){
    html,body{
		width:100%;
		height: 100%;
	}
	.container{
		width: 750px;
		margin: 0 auto;
		border:1px solid #f4f4f4;
        position: relative;
        background-color: #ffffff;
	}


    .top_button ul{
        display: flex;
        align-items: center;
      /* padding:16px 20px; */
        justify-content: space-between;
    }
    .top_button ul .header_left{
        display: flex;
        align-items: center;
    }
    .top_button ul .header_right{
        display: flex;
    }
    .top_button ul li #downIcon{
        /* vertical-align: middle; */
        width: 120px;
        height: 120px;
        margin-right: 20px;
        border-radius: 10px;
    }
    .top_button #downTxt01{
        padding-top: 5px;
    }
    .header_left .name{
        font-size: 38px;
        font-weight: bold;
    } 
    .header_right button{
        width: 200px;
        height: 68px;
        background: #00DC4F;
        border-radius: 12px 12px 12px 12px;
        cursor: pointer;
        animation: scale 1s infinite;
        border: none;
        outline: none;
        font-size: 32px;
        font-weight: 500;
        color: #FFFFFF;
    }
	.p_1 a {
	  animation: blink 1s infinite;
	}@keyframes blink {
	  0% { color: #000000; }
	  50% { color: #FF0000; }
	  100% { color: #000000; }
	}
    .header_left .p_1{
        font-size: 20px;
        color: #666;
        margin-top: 4px;
    }
    .header_left .p_1 span:nth-child(-n+2){
        margin-right: 25px;
        position: relative;
    }
    .header_left .p_1 span:nth-child(-n+2)::after{
        content:"";
        position: absolute;
        display: block;
        right: -12px;
        top: 0;
        width: 1px;
        height: 20px;
        background: #999999;
        border-radius: 100px 100px 100px 100px;
    }
    .header_left .p_2{
        display: flex;
        align-items: center;
        margin-top: 4px;
    }
    .header_left .p_2 .span1{
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
        color: #FFFFFF;
        margin-top: 5px;
        width: 100px;
        height: 26px;
        background: #06DFC2;
        border-radius: 4px 4px 4px 4px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 18px;
    }
    .header_left .p_2 .span2{
        font-size: 18px;
        font-weight: 500;
        color: #FF8628;
        display: inline-flex;
        align-items: center;
    }
    .header_left .p_2 img{
        width: 120px;
        height: auto;
        vertical-align: middle;
    }
    .commomTitle {
        width:266px;
        margin-bottom: 39px;
    }

    
}

@media (max-width:560px){
    html,body{
		width:100%;
		height: 100%;
	}
	.container{
		width: 100%;
		margin: 0 auto;
		border:1px solid #f4f4f4;
        background-color: #ffffff;
        position: relative;
    }
    /* .bg{
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .bg img{
        width: 100%;
    } */



    .top_button ul{
        display: flex;
        align-items: center;
      /* padding:16px 20px; */
        justify-content: space-around;
    }
    .top_button ul .header_left{
        display: flex;
        align-items: center;
    }
    .header_left .name{
        font-size: 19px;
        font-weight: bold;
    } 
    .top_button ul .header_right{
        display: flex;
    }
    .top_button ul li #downIcon{
        /* vertical-align: middle; */
        width: 62px;
        height: 62px;
        margin-right: 10px;
        border-radius: 10px;
    }
    .top_button #downTxt01{
        padding-top: 5px;
    }
    .header_left{
        font-size: 14px;
        font-family: PingFang SC;
        /* font-weight: bold; */
    }
    .header_right button{
        display: block;
        margin: 0 auto;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        border: none;
        outline: none;
        padding: 6px 17px;
        border-radius: 5px;
        cursor: pointer;
        animation: scale 1s infinite;
        width: 50px;
        height: 70px;
        background: #00DC4F;
        border-radius: 4px 4px 4px 4px;
    }
	.p_1 a {
	  animation: blink 1s infinite;
	}@keyframes blink {
	  0% { color: #000000; }
	  50% { color: #FF0000; }
	  100% { color: #000000; }
	}
    .header_left .p_1{
        font-size: 16px;
        color: #666;
        margin-top: 6px;
    }
    .header_left .p_1 span:nth-child(-n+2){
        margin-right: 13px;
        position: relative;
    }
    .header_left .p_1 span:nth-child(-n+2)::after{
        content:"";
        position: absolute;
        display: block;
        right: -6px;
        top: 2px;
        width: 1px;
        height: 8px;
        background: #999999;
        border-radius: 100px 100px 100px 100px;
    }
    .header_left .p_2{
        display: flex;
        align-items: center;
        margin-top: 4px;
    }
    .header_left .p_2 .span1{
        display: inline-block;
        font-size: 10px;
        font-weight: 500;
        color: #FFFFFF;
        margin-top: 5px;
        width: 71px;
        height: 18px;
        background: #06DFC2;
        border-radius: 2px 2px 2px 2px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 18px;
    }
    .header_left .p_2 .span2{
        font-size: 10px;
        font-weight: 500;
        color: #FF8628;
        display: inline-flex;
        align-items: center;
    }
    .header_left .p_2 img{
        width: 40px;
        height: auto;
        vertical-align: middle;
    }


    .commomTitle {
        text-align: center;
    }
    .commomTitle span{
        font-size: 27px;
        font-weight: bold;
        color: #222222;
        position: relative;
        display: inline-block;
    }
    .commomTitle span::before{
        content:"";
        display: block;
        width: 49px;
        height: 28px;
        background-image: url('../images/title_left.png');
        background-size: 100% 100%;
        position: absolute;
        top: 5px;
        left: -60px;
    }
    .commomTitle span::after{
        content:"";
        display: block;
        width: 49px;
        height: 28px;
        background-image: url('../images/title_right.png');
        background-size: 100% 100%;
        position: absolute;
        top: 5px;
        right: -60px;
    }
    .commomSubtitle{
        font-size: 12px;
        font-weight: 400;
        color: #999999;
        margin-top: 10px;
        text-align: center;
    }
}</pre></body></html>