html {
    width: 100%;
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #fff;
    color: #222
}

html,
body {
    /*font-size:100%!important;*/
    font-size: calc(36 * (100vw) / 750);
    line-height: auto !important;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
p,
input,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    color: #333;
    font-family: Helvetica, arial, "Helvetica Neue", verdana !important;
}

* {
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
datalist,
header,
hgroup,
menu,
nav,
section {
    display: block;
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none
}

img {
    border: 0 none;
    vertical-align: middle
}

a,
button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border-radius: 0;
    resize: none;
    box-sizing: border-box;
}

/*去除触摸时产生边框*/
a,
button {
    -webkit-tap-highlight-color: transparent;
    box-shadow: none
}

/*去除触摸时产生边框*/
[onclick] {
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

header img {
    display: block;
    height: auto;
    width: 100%;
}

section {
    margin: .4em .4em;
}

.funlist {}

.funlist ul {
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: space-around;
    /*justify-content: space-between;*/
}

.funlist li {
    width: 47%;
    margin: .3em 0em;
    border: 1px #eaebeb solid;
    border-radius: .1em;
}

.funlist li img {
    display: block;
    width: 82%;
    margin: 0 auto;
    height: auto;
    padding: .8em .5em .8em;
}

.info {
    font-size: .7em;
    margin: 1em 0 1.4em;
    text-align: center;
}

.btn {
    margin: 0 .3em;
    height: 2.7em;
    line-height: 2.8em;
    border-radius: .25em;
    font-size: .9em;
    background: #24b2a2;
    color: #fff;
    vertical-align: middle;
    text-align: center;
}

.logosmall {
    margin: 1.1em 0 0em;
}

.logosmall img {
    display: block;
    margin: 0 auto;
    height: 1.3em;
    width: auto
}