﻿@charset "utf-8";

/*----重置css----*/
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, code, em, img, q, small, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, table, tbody, tr, th, td, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    /* font-family: 'MicrosoftYaHei', serif; */
    box-sizing: border-box;
}

body {
    /*min-width: 1340px;*/
    margin: 0 auto;
    font-family: "MicrosoftYaHei", Helvetica, Arial, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-weight: 400;
}

html, body {
    font-family: "MicrosoftYaHei";
    background: #ffffff;
}

a {
    color: #666666;
}

span, p, button {
    font-family: "MicrosoftYaHei";
}

a, a:active, a:hover, a:focus, a:visited {
    text-decoration: none
}

a, img {
    -webkit-touch-callout: none
}

ol, ul, li {
    list-style: none
}

select, input, button {
    border: none;
    border-radius: initial;
    padding: 0;
    margin: 0;
    background: none;
}

textarea, input[type="password"], input[type="text"], input[type="button"] {
    resize: none;
    outline: 0;
    -webkit-appearance: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    border-radius: inherit;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

body {
    -webkit-text-size-adjust: 100% !important;
}

select:focus {
    outline: none;
}

i {
    font-style: normal;
}
.no-more{
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    color: #a8a8a8;
}
