﻿html, body, ul, li, p, input, label {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

body, html {
    font-family: "Microsoft Yahei";
    height: 100%;
    min-width: 1100px;
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}

.dpn {
    display: none;
}

.dpb {
    display: block;
}

.font-ff {
    color: #333
}

.font-00 {
    color: #000;
}

.bgc-00 {
    background-color: #000;
}

.bgc-opacity {
    /*background-color: rgba(255,255,255,0.2);*/
    background-color: #fff;
}

input::-moz-placeholder {
    color: #AFB7C3;
    font-size: 12px;
    text-align: left;
}

input::-webkit-input-placeholder {
    color: #AFB7C3;
    font-size: 12px;
    text-align: left;
}

input:-ms-input-placeholder {
    color: #AFB7C3;
    font-size: 12px;
    text-align: left;
}

/* 提示错误信息 start */

label {
    cursor: text;
    font-weight: 400;
}

/*隐藏IE下默认显示input清除和密码显示按钮 */
input::-ms-clear, input::-ms-reveal {
    display: none
}

/* 提示错误信息 end */
