﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, table, th, td, button, a {
    padding: 0;
    margin: 0;
    list-style: none;
    text-indent: 0px;
    -webkit-touch-callout: none;
    /*当你触摸并按住触摸目标时候，禁止或显示系统默认菜单 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1, h2, h3, h4, h5, h6, th {
    font-size: 100%;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after, button:before, button:after, input:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol, ul {
    list-style: none;
}

cite, em {
    font-style: normal;
}

img, button {
    border: 0px none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

button, object {
    cursor: pointer;
    background: none;
    vertical-align: middle;
    overflow: visible;
}

object {
    cursor: default;
}

input, button, select, textarea {
    outline: none;
    vertical-align: middle;
}

textarea {
    resize: none;
}

i, b {
    font-style: normal;
    font-weight: 100;
}

@media screen and (min-width:768px) {
    input, textarea {
        font-size: 16px;
        -webkit-appearance: none;
    }
}

@media screen and (max-width:768px) {
    input, textarea {
        font-size: 0.26rem;
        -webkit-appearance: none;
    }
}

input::-webkit-input-placeholder {
    color: #aaa;
}

input:-moz-placeholder {
    color: #aaa;
}

input::-moz-placeholder {
    color: #aaa;
}

input:-ms-input-placeholder {
    color: #aaa;
}

textarea::-webkit-input-placeholder {
    color: #aaa;
}

textarea:-moz-placeholder {
    color: #aaa;
}

textarea::-moz-placeholder {
    color: #aaa;
}

textarea:-ms-input-placeholder {
    color: #aaa;
}

html {
    /*表示100px=1rem;       625%    62.5%*/
    font-family: "microsoft yahei", "\534E\6587\7EC6\9ED1", Verdana, Arial, Helvetica, sans-serif;
    background: rgba(255, 255, 255, 1);
}

body {
    font-family: "microsoft yahei", "\534E\6587\7EC6\9ED1", Verdana, Arial, Helvetica, sans-serif;
    /*微软雅黑      华文细黑     最后一个字体：ios系统默认 */
    font-size: 16px;
    /* -webkit-user-select: none; */
    /*禁止选中内容*/
    -webkit-text-size-adjust: none;
    /*不调整（拉伸）字大小*/
    background: #fff;
}

#app {
    width: 100%;
    min-height: 12.46rem;
    /*min-height: 800px;*/
    background: rgba(255, 255, 255, 1);
    max-width: 7.5rem;
    min-width: 3.2rem;
    margin: 0 auto;
    -webkit-overflow-scrolling: touch;
}

.clear {
    clear: both;
}

.about {
    max-width: 750px;
    margin: 0 auto;
}

.about .img {
    display: block;
    width: 100%;
}

.cont {
    padding: 10px
}

.cont p {
    line-height: 30px;
    font-size: 16px;
    color: #333;
    text-indent: 2em;
}

.cont img {
    display: block;
    width: 100%;
    margin: 10px 0;
}

.cont div {
    line-height: 30px;
    font-size: 16px;
    color: #333;
}
.fot {
    background: #666;
    padding: 10px;
    height: 24px;
}
.fot a{font-size: 12px;}
.fot a:nth-child(1),.fot a:nth-child(2) {
    float: left;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
}

.fot a:nth-child(3) {
    float: right;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
}