﻿@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea,
th, td {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(200,200,200,0);
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    font-family: "Microsoft YaHei",微软雅黑,5FAE\8F6F\96C5\9ED1,\5b8b\4f53,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu,"STHeiti";
    line-height: 1.428;
    font-size: 14px;
    letter-spacing: 0.5px;
}

    body h2 {
        font-size: 2em;
        line-height: 1.25em;
    }

    body h3 {
        font-size: 18px;
        line-height: 1.42857em;
    }

    body h4 {
        font-size: 16px;
        line-height: 1.33333em;
    }

a:hover {
    color: #ff8500;
}

a {
    outline: 0;
    text-decoration: none;
    color: #0aaae7;
    cursor: pointer;
}

.s-no {
    cursor: default;
    text-decoration: none;
}

a img {
    border: 0;
}

ol, ul, li {
    list-style: none;
}

p {
    margin-bottom: 0px;
}

.a_s {
    cursor: pointer;
}

.txt-green {
    color: #2dcf6b;
}

.none {
    display: none;
}

input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, textarea:disabled, select:disabled {
    background: #f3f3f3;
    cursor: not-allowed;
}

form fieldset input[type=text], form fieldset textarea, form fieldset input[type=password], form fieldset input[type=email] {
    margin: 0px;
    border: 1px solid #bbe8f9;
    margin-top: 0em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    margin-bottom: 0em;
    font-size: 0.91667em;
    line-height: 1.63636em;
    padding-left: 0.8em;
    padding-right: 0.8em;
}

.clearfix:before, .clearfix:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}