    * {
        padding: 0;
        margin: 0;
    }
    img {
        width: 100%;
        display: inline-block;
    }
    body {
        font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif;
        height: 100%;
        margin: 0;
        padding: 0;
        background-color: #f7ddce;
        width: 100%;
        text-align: center;
    }
    .shadowbg {
        background: none repeat scroll 0 0 #000000;
        border: 0 none;
        height: 100%;
        left: 0;
        opacity: 0.8;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
        display: block;
    }
    .warp{
        max-width: 720px;
        margin: 0 auto;
    }

    * {
        padding: 0;
        margin: 0;
    }

    a:hover {
        text-decoration: none;
    }

    a {
        outline: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        text-decoration: none;
    }

    body,
    html {
        width: 100%;
        margin: 0 auto;
        position: relative;
        max-width: 750px;
        margin: 0 auto;
        min-width: 320px;
        background-color: #000;
        overflow-x: hidden;
    }

    .layer-1 {
        display: none
    }

    img {
        vertical-align: bottom;
        vertical-align: top;
        width: 100%;
        pointer-events: none;
    }

    .imgdwP {
        width: 100%;
        position: relative;
    }

    .clickBtn {
        position: absolute;
        bottom: 0%;
        left: 0;
        width: 100%;

    }

    @-webkit-keyframes tada {

        from,
        to {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1)
        }

        10%,
        20% {
            -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
        }

        30%,
        50%,
        70%,
        90% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
        }

        40%,
        60%,
        80% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
        }
    }

    @keyframes tada {

        from,
        to {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1)
        }

        10%,
        20% {
            -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
        }

        30%,
        50%,
        70%,
        90% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
        }

        40%,
        60%,
        80% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
        }
    }

    @-webkit-keyframes fangda {
        0% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1)
        }

        50% {
            -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9)
        }

        100% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1)
        }
    }

    @keyframes fangda {
        0% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1)
        }

        50% {
            -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9)
        }

        100% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1)
        }
    }

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .tada {
        -webkit-animation-name: tada;
        animation-name: tada
    }

    .fangda {
        -webkit-animation-name: fangda;
        animation-name: fangda
    }

    .posiBtn {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 100;
        left: 0;
        right: 0;
        padding: 5px 0;
        background: rgba(255, 255, 255, 0.9);
    }

    .posiBtnimg {
        width: 100%;
        display: block;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
    }

    .left {
        width: 25%;
    }

    .left img {
        width: 60px;
        display: inherit;
        margin: 0 auto;
    }

    .center {
        width: 44%;
        line-height: 30px;
        padding: 0 0.5%;
    }

    .center .cenrer_title {
        font-size: 24px;
        color: #333333;
        font-weight: bold;
    }

    .center .cenrer_txt {
        font-size: 16px;
        color: #333333;
    }

    .right {
        width: 30%;
    }

    .right .rightbtn {
        width: 90px;
        background: #3cc300;
        color: #ffffff;
        font-size: 18px;
        text-align: center;
        height: 45px;
        margin: 7px auto;
        line-height: 45px;
        border-radius: 5px;
    }

    .height {
        height: 70px;
        width: 100%;
    }

    @media only screen and (min-width: 640px) {
        .left img {
            width: 120px;
        }

        .left {
            width: 15%;
        }

        .center .cenrer_title {
            font-size: 36px;
        }

        .cenrer_txt {
            font-size: 24px !important;
        }

        .center {
            width: 64%;
            line-height: 60px;
            padding: 0 0.5%;
        }

        .right {
            width: 20%;
        }

        .rightbtn {
            width: 180px !important;
        ;
            height: 90px !important;
        ;
            line-height: 90px !important;
            margin: 15px auto !important;
            font-size: 36px !important;
        }
    }

    .gif {
        position: absolute;
        top: 5%;
        right: 0;
        z-index: 10;
        width: 24.6%;

    }

    .imgdwP .donwload {
        position: absolute;
        right: 4px;
        top: 1.5%;
        width: 20%;
    }
    .weixin-wrapper{
        width: 100%;
        position: fixed;
        top: 0;
        bottom: 0;
        background: #FFFFFF;
        z-index: 99999;
        display: none;
    }
    #weixinTip {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 10000000;
    }
    .btn {
        position: absolute;
        bottom: 2.5%;
        width: 100%;
        display: block;
    }
    .btn img{
        margin-left: 25%;
        width: 50%;
        display: block;
    }
    .header{margin:0 auto;width:100%;height:4rem;max-width:720px;position:fixed;z-index:3;}
     .footer{margin:0 auto;width:100%;max-width:720px;position:fixed;z-index:3;bottom:0}

	.not_down {
	    filter: alpha(opacity=60);
	    background-color: #000;
	    opacity: 0.6;
	    -moz-opacity: 0.6;
	    width: 100%;
	    height: 100%;
	}
	.not_down_body {
	    position: fixed;
	    top: 0px;
	    left: 0px;
	     display: none; 
	    z-index: 100;
	    width: 100%;
	    height: 100%;
	}
	.not_down_img {
	    position: fixed;
	    width: 90%;
	    left: 5%;
	    top: 40%;
	    z-index: 100;
	}
	.not_down_img img {
	    width: 100%;
	}
	.shadow-box {
		display: none;
		width: 100%;
	    top: 0px;
	    position: fixed;
	    background-color: #c8c8c8;
	    z-index: 10000;
	    height: 100%;
	}
	.shadow-box img {
		width: 100%;
		z-index: 10001;
    	top: 0;
    	left: 0;
	}
	#shadow {
		background-color: white;
	    z-index: 10000;
	    width: 100%;
	    height: 700px;
	}
	#android_download {
		display: none;
	}
    #installInfo {
        display: none;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
    }
    #installInfo img {
        width: 100%;
    }
    #closeBtn {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 60px;
        line-height: 60px;
        background: rgba(0, 0, 0, 0.85);
        color: #ffffff;
        text-align: center;
        font-size: 18px;
    }
    
    .opacity{
        filter:alpha(opacity=80);  /*支持 IE 浏览器*/
        -moz-opacity:0.80; /*支持 FireFox 浏览器*/
        -khtml-opacity: 0.8; /*webkit内核浏览器*/
        opacity:0.80;  /*支持 Chrome, Opera, Safari 等浏览器*/
    }
    
    #copy_div{
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        border-radius: 18px 18px 0 0;
        display: none;
        z-index: 10002;
    }
    #copy_div p{
        text-align: left;
        margin: 15px;
        font-family: '微软雅黑';
    }
    #copy_div ul{
        overflow: hidden;
        list-style: none;
    }
    #copy_div img{
        width: 50px;
    }
    #copy_div ul li{
        float: left;
        font-size: 14px;
        font-family: '微软雅黑';
    }
    #copy_div button{
        border: none;
        background: #efefef;
        padding: 5px 20px;
        border-radius: 2px;
    }
    
    .c_alert_dialog.dialog_open{
        z-index: 10003;
    }
