/*样式初始化*/
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,
::before,
::after {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    /* iOS 与 OS X 端字体的优化 */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a {
    text-decoration: none;
    cursor: pointer;
}

button {
    cursor: pointer;
}

fieldset,
img,
input,
textarea,
button {
    border: none;
    background: none;
    outline: none;
    resize: none;
    /* 去除表单的默认样式 */
    -webkit-appearance: none;
}

/* 占位符颜色 */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #B6BECF;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #B6BECF;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #B6BECF;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #B6BECF;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul,
ol,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
b {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

/*用来做图标*/
s,
i,
em {
    font-style: normal;
    text-decoration: none;
}

body {
    background-color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-family: "PingFangSC-Regular", "Microsoft YaHei", Helvetica, Arial, "sans-serif";
}

/* 版心 */
.w {
    width: 92%;
    margin: 0 auto;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.al {
    text-align: left;
}

.ac {
    text-align: center;
}

.ar {
    text-align: right;
}

.hide {
    display: none;
}

/* 登录提示语 */
.loginTip {
    width: 100%;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #f75555;
    margin-bottom: 8px;
}

.loginTip.loginTip_lx {
    height: auto;
}

.loginTip_lx .wram {
    display: none;
}

.loginTip_lx b {
    color: #F86B67;
}

.tipWord {
    display: none;
}

.tipWord b {
    font-weight: normal;
    font-size: 12px;
}
/* 红叹号图片 */
.wram {
    vertical-align: top;
    margin-right: 2px;
    margin-top: 1px;
    height: 14px;
}