@charset 'UTF-8';

/**
 * @author yangye
 * @design yangxuesong;
 */

/**
 * @author yangye
 * @design yangxuesong;
 */

/**
 * @author yangye
 * @design yangxuesong;
 */

/* 居中容器 */

/*边框*/

/*下边距 默认mb就是10px*/

/* 不折行截字 */

/* 折行截字 */

/* 字号22的标题 - 调整行高 */

/* 嵌套小三角 */

/* 实体小三角 */

/* 过渡动画 默认0.3秒 */

/* 平面书封hover放大到1.1倍 */

/* 父容器清浮动 */

/* 标题下边框线 */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
a,
blockquote,
th,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
}

ol,
ul,
li {
  list-style: none outside none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset,
img {
  border: 0 none;
}

/* 页面设置最小宽度，防止浏览器缩小之后部分容器的背景留白 */

html {
  min-width: 990px;
}

body {
  font-family: 'PingFangSC-Regular', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Microsoft YaHei', 'sans-serif';
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

input::-moz-focus-inner {
  padding: 0;
  border: none;
}

a img {
  border: none;
}

a {
  text-decoration: none;
  color: #262626;
  outline: none;
}

a:hover {
  color: #ff3955;
}

a.default {
  cursor: text;
}

a.default:hover {
  color: inherit;
}

.loaded a {
  transition: color .3s, background-color .3s, border .3s;
}

textarea {
  font: 14px/1.8 'PingFangSC-Regular', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Microsoft YaHei', 'sans-serif';
  resize: none;
  outline: none;
}

select {
  font-family: 'PingFangSC-Regular', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Microsoft YaHei', 'sans-serif';
}

input,
button {
  font-family: 'PingFangSC-Regular', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Microsoft YaHei', 'sans-serif';
  border: none;
  outline: none;
}

input::-ms-clear {
  display: none;
}

label {
  cursor: pointer;
}

i,
em,
cite {
  font-style: normal;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bbb;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bbb;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bbb;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bbb;
}

p {
  word-wrap: break-word;
  word-break: break-all;
}

.lbf-combobox .lbf-combobox-label .lbf-combobox-icon:before {
  visibility: hidden;
}

/*# sourceMappingURL=H:/readnovel_pc_proj/.map/reset.css.map */