@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, option, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea {
    resize: none;
}

fieldset, img, button, input {
    border: 0;
}

button {
    cursor: pointer;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: normal;
}

abbr, acronym {
    border: 0;
}

strong, em, i, b {
    font-style: normal;
    font-weight: normal;
}
button,input{
        appearance:none;
        -webkit-appearance:none;
        -moz-appearance:none;
}

label, input, img, select {
    vertical-align: middle;
}

.clearfix:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

img{
    width: auto;
    max-width: 100%;
}

p{
    line-height: 1.5;
}

button{
    background: transparent;
    display: inline-block;
}
html,body {
    width: 100%;
    height: 100%;    
    background: #fff;
    font-family: Microsoft YaHei, "微软雅黑", Tahoma, Geneva, sans-serif;
    -webkit-text-size-adjust: none;
}

.box{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.f22{
    font-size: 0.22rem;
}
.f24{
    font-size: 0.24rem;
}
.f26{
    font-size: 0.26rem;
}
.f28{
    font-size: 0.28rem;
}
.f32{
    font-size: 0.32rem;
}
.f34{
    font-size: 0.34rem;
}
.f36{
    font-size: 0.36rem;
}

.pad-20{
    padding-right: 0.2rem;
    padding-left: 0.2rem;
}

.fl{
    float: left;
}
.fr{
    float: right;
}

.bg-34{
    background-color: #34d1b2;
}
.bg-a3{
    background-color: #a3a3a3;
}
.bg-f3{
    background-color: #f3f3ed;
}
.bg-ff{
    background-color: #ffffff;
}