/* CSS Document */
html, body {
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif; 'Î¢ÈíÑÅºÚ';
    color: #000;
    font-size: 14px;
}
html{
    background: #F4F4F4;
    
}
body{
    max-width: 720px;
    margin:0 auto;
/*    overflow-x: hidden;*/
}
/*div, span, iframe, map, font, input, img, a img, samp, hr, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th {

    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

* {
    padding: 0;
    
    border: 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

ol, ul {
    list-style: none;
}

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

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #FF0000;
}

a:active {
    text-decoration: none;
}

a:focus {
    outline: none;
}

a.hidefocus {
    outline: none
}



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


details {
    margin-bottom: 10px;
    outline: none;
}
summary {
    border-radius: 8px;
    background: #fff;
    padding: 8px 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 768px) {
    summary strong {
        font-size: 16px;
        color: #ff0000;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
  }
  summary strong i {
    display: inline-block;
    margin-right: 5px;
    border-radius: 3px;
    width: 48px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 13px;
    font-style: normal;
    background-color: #ff0000;
  }
  summary span {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 14px;
    color: #999;
  }
  .dropdown-arrow {
    width: 22px;
    height: 22px;
    color: #999;
  }
  details[open] .dropdown-arrow {
    transform: rotate(180deg);
  }
  .content {
    margin-top: 10px;
  }   


button {
    border: 0;
    outline: none;
    cursor: pointer;
}
input{outline:none}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
table{
    table-layout: auto;
    width: 100%;
}
table tr td strong {
    font-family: 'Roboto', 'Arial', 'Helvetica Neue', 'Consolas', Î¢ÈíÑÅºÚ !important;
    font-feature-settings: 'tnum' !important;
    -webkit-font-feature-settings: 'tnum' !important;
    -moz-font-feature-settings: 'tnum' !important;
}
table tr td span {
    font-family: 'Roboto', 'Arial', 'Helvetica Neue', 'Consolas', Î¢ÈíÑÅºÚ !important;
    font-feature-settings: 'tnum' !important;
    -webkit-font-feature-settings: 'tnum' !important;
    -moz-font-feature-settings: 'tnum' !important;
}