@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei';
    border: 0;
    outline: medium;
    text-shadow: none;
    text-decoration: none;
}

body {
    font-size: 100px;
    line-height: 1.5;
    overflow-x: hidden;
    position: relative;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
a:link,
a:active,
a:visited,
a:hover {
    text-decoration: none;
}

img,
i {
    display: block;
}

img {
    width: 100%;
    display: block;
    vertical-align: middle;
    margin-bottom: .2rem;
}

.wraper {
    margin: 0 auto;
    width: 100%;
    max-width: 750px;
    position: relative;
    box-sizing: border-box;
    font-size: .36rem;
    overflow: hidden;
}

.wrap {
    padding: .2rem .3rem;
    box-sizing: border-box;
}



.indent {
    text-indent: 2em;
}

p {
    line-height: 2;
    margin-bottom: .2rem;
    /* color: rgb(31, 73, 125); */
    /* font-weight: 600; */
}

