﻿@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, dl, dd, ul, li, ol, form, input, select, p, textarea, span {
    /*margin: 0;*/
    font-size: 14px;
    /*padding: 0;*/
    font-family: Arial, Helvetica, sans-serif, "微软雅黑"
}

input, textarea, th, td, ol {
    padding: 0
}

input {
    outline: none
}

body {
    font: 16px/18px "PingFang SC Regular";
    overflow-x: hidden
}

body {
    font-weight: 400
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

a:hover {
    text-decoration: none;
    cursor: pointer
}

img {
    border: none;
    vertical-align: top
}

table {
    border-collapse: collapse;
    padding: 0;
    margin: 0
}

ul, li {
    list-style: none
}

textarea {
    overflow: auto;
    resize: none
}

.clear {
    clear: both
}

.clear:after {
    content: '';
    clear: both;
    display: block
}

.clear {
    zoom: 1
}

em, i {
    font-style: normal
}

@font-face {
    font-family: 'PingFang';
    src: url('../fonts/pingfang sc regular.ttf')
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden
}

input {
    color: rgba(0, 0, 0, 0.85) !important
}

input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.45) !important
}

input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.45) !important
}

input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.45) !important
}