@charset "utf-8";
html {
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
#Body{
        max-width: 750px;
margin: 0 auto;
}

@media screen and (min-width: 360px) and (max-width: 374px) {
    html {
        font-size: 70.3%;
    }
}

@media screen and (min-width: 375px) and (max-width: 383px) {
    html {
        font-size: 73.24%;
    }
}

@media screen and (min-width: 384px) and (max-width: 399px) {
    html {
        font-size: 75%;
    }
}

@media screen and (min-width: 400px) and (max-width: 413px) {
    html {
        font-size: 78.125%;
    }
}

@media screen and (min-width: 414px) and (max-width: 431px) {
    html {
        font-size: 80.86%;
    }
}

@media screen and (min-width: 432px) and (max-width: 480px) {
    html {
        font-size: 84.375%;
    }
}
@media screen and (min-width: 481px) and (max-width: 600px) {
    html {
        font-size: 84.375%;
    }
}


input,
textarea,
button,
a,
select {
    outline: 0
}

input:focus,
textarea:focus,
button:focus,
a:focus,
select:focus {
    outline: 0
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
fieldset,
textarea {
    margin: 0
}

fieldset,
legend,
textarea,
input {
    padding: 0
}

ul,
ol {
    padding-left: 0;
    list-style-type: none
}

a img,
fieldset {
    border: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    border: none;
    background: none
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: none
}

i,
u,
dfn,
em,
address {
    font-style: normal;
}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fef6e9 inset;
  transition: background-color 5000s ease-in-out 0s;
}

select {
    border-radius: 0;
    -webkit-border-radius: 0
}

body {
    line-height: 1.6;
    /*font-family: "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Zen Hei", sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        color: #222;
    font-size: 1.26666666rem
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);/* 去掉点击时效果 */
}

textarea,
input {
    color: #222
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #a3a3a3
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #a3a3a3
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #a3a3a3
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #a3a3a3
}

textarea.placeholder,
input.placeholder {
    color: #a3a3a3
}

textarea {
    resize: none;
    overflow-y: auto
}

a {
    color: #459ae9;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

button,
input,
select,
textarea {
    font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "\9ED1\4F53", Arial, sans-serif
}

s {
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    text-decoration: none;
}

*:before,
*:after,
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type='date'] {
    -webkit-appearance: none;
    background: transparent;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}