body, html {margin: 0;padding: 0;height: 100%;width: 100%;font-family: 'Microsoft Yahei';font-size: 0.14rem; -webkit-overflow-scrolling: touch;overflow-scrolling: touch;}
.app {max-width: 19.2rem;width: 100%;margin: 0 auto;overflow-x: hidden;position: relative;}
.w1200{width: 12rem;margin: 0 auto;}
.banner img{width: 100%;vertical-align:bottom;}
.contain{width: 100%;}
.background img,.main2 img{width: 100%;vertical-align:bottom;}
.fundTable .main2 a img {width: 100%;}
.fundTable .main2 a{display: flex;}
.btn-w{position: relative;}
.btn{position: absolute;bottom:0.3rem;left: 4.56rem;/*outline:none;*/}
.btn img{width: 2.8rem;height: 0.85rem; /*display: inline-block;margin: -1px;*/-webkit-animation: 1s size linear infinite;-moz-animation: 1s size linear infinite;-o-animation: 1s size linear infinite;animation: 1s size linear infinite;}
.btn1{bottom:1rem;}
.footer{width: 100%;padding-top:50px}
.footer img{width: 100%;vertical-align:bottom;margin-top:-28px;}
.source {
    position: relative;
    float: right;
    right: 400px;
    font-size: 15px;
    color: orange;
}
@keyframes size {
    0% {
        transform: scale(0.8, 0.8)
    }
    50% {
        transform: scale(1, 1)
    }
    100% {
        transform: scale(0.8, 0.8)
    }
}

@-moz-keyframes size {
    0% {
        -moz-transform: scale(0.8, 0.8)
    }
    50% {
        -moz-transform: scale(1, 1)
    }
    100% {
        -moz-transform: scale(0.8, 0.8)
    }
}

@-webkit-keyframes size {
    0% {
        -webkit-transform: scale(0.8, 0.8)
    }
    50% {
        -webkit-transform: scale(1, 1)
    }
    100% {
        -webkit-transform: scale(0.8, 0.8)
    }
}

@-o-keyframes size {
    0% {
        -o-transform: scale(0.8, 0.8)
    }
    50% {
        -o-transform: scale(1, 1)
    }
    100% {
        -o-transform: scale(0.8, 0.8)
    }
}
