@import url(style1.css);*,button {
    border: 0
}

a.hidefocus,a:focus,button,input {
    outline: 0
}

body,html {
    font-family: 'Microsoft YaHei',Arial,Helvetica;
    color: #000;
    font-size: 14px
}

html {
    background: #f4f4f4
}

body {
    max-width: 720px;
    margin: 0 auto
}

* {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

iframe {
    margin: 0;
    padding: 0;
    display: block;
}

ol,ul {
    list-style: none
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%
}

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

a:hover {
    text-decoration: underline;
    color: red
}

input[type=button],input[type=submit],input[type=text] {
    -webkit-appearance: none;
    outline: 0
}

button {
    cursor: pointer
}

details > summary {
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}
details > summary::marker {
  display: none;
}

.clearfix:after,.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

table {
    table-layout: fixed;
    width: 100%??
}
