html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: "微软雅黑", Arial;
}
body {
    margin: 0;
}
/* HTML5 display definitions */
article,aside,details, figcaption,figure,footer,header,main, menu,nav,section,summary {
    display: block;
}
audio,canvas,progress,video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 400;
}
/* Links */
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
    outline-width: 0;
}

/* Text-level semantics */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
figure {
    margin: 1em 40px;
}
b,
strong {
    font-weight: bolder;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
h1,h2,h3,h4,h5,h6{ padding:0; margin:0; }
small {
    font-size: 80%;
}
.gary{
    background: #eee;
}
.tac{ 
    text-align: center !important; 
}
/* Embedded content */
img {
    border-style: none;
    border: 0;
    vertical-align: middle;
}
svg:not(:root) {
    overflow: hidden;
}
.clear{clear:both; height:0;}
.clearfix:after {content: "."; display: block;  height: 0; clear: both;  visibility: hidden;}
.clearfix{zoom:1;}
/* Forms*/
button,input,select,textarea {
    font: inherit;
    margin: 0;
}
button,input {
    overflow: visible;
}
button,select {
    text-transform: none;
}
button,html [type="button"], [type="reset"],[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
textarea {
    overflow: auto;
}
input:focus{ outline: none;  }
[type="checkbox"],[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
.w1520 {
    width: 79%;
    margin: 0 auto;
}
.mginb-16 {
    margin-bottom: 16px;
}
/*按钮*/
.h-but{
   text-align: center;
   margin-top: 2rem;
   transition: background .3s linear;
}
.h-but a{
    color: #fff;
    font-size:1.3rem ;
    text-align: center;
    display: inline-block;
    background: #fe9100;
    padding:.35rem 4.5rem;
    border: 1px solid #fe9100;
}
.h-but a:hover{
    background: none;
    color: #fe9100;
    border: 1px solid #fe9100;
}
