/* 
* @Author: naomi
* @Date:   2017-08-25 16:20:56
* @Last Modified by:   Marte
* @Last Modified time: 2017-08-25 16:21:29
*/
/* 1.清除浏览器默认样式 */
body,
div,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
html, body {
  background-image: url(about:blank);
  background-attachment: fixed;
}
/*修正IE6振动bug*/
/* 2.针对性处理 */
div,
p,
h1,
h2,
h3,
textarea {
  word-wrap: break-word;
  word-break: break-all;
}
fieldset,
img {
  border: 0px;
}
ol,
ul,
li {
  list-style: none;
}
/*清除列表默认风格*/
textarea {
  resize: none;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
input,
button,
select,
textarea {
  outline: none;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
i,
b {
  font-style: normal;
  font-weight: normal;
}
/*文本域禁止拖拽*/
img {
  border: none;
  display: block;
  vertical-align: middle;
}
/*清除图片链接在ie下默认边框，图片底部默认的空白*/
p {
/*  text-align: justify;*/
  text-justify: distribute;
}
/*为了使文本段落左右两边对齐*/
/* 3.设置全局样式 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
body {
  width: 100%;
  height: 100%;
  /*font: normal 14px/1.5 Tahoma,
"Lucida Grande",
Verdana,
"Microsoft Yahei",
STXihei,
hei*/
}
/* 去除iPhone中默认的input样式 */
/*
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  -webkit-appearance: none;
  resize: none;
}
*/
/* 取消链接高亮  */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a,
a:hover {
  text-decoration: none;
}
/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
/*----------------------我是分割线(*^__^*) 嘻嘻------------------------*/
/* 4.定义常用类 */
/*版心*/
.w {
  width: 1190px;
  margin: 0 auto;
}
.w1042 {
  width: 1042px;
  margin: 0 auto;
}
.w1224 {
  width: 1224px;
  margin: 0 auto;
}
.w1120 {
  width: 1120px;
  margin: 0 auto;
}
/*清除浮动*/
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
/*边距*/
.ma {
  margin-left: auto;
  margin-right: auto;
}
.nomarginl {
  margin-left: 0;
}
.nomargint {
  margin-top: 0;
}
.nomarginr {
  margin-right: 0;
}
.nomarginb {
  margin-bottom: 0;
}
/*行，行内，块*/
.disb {
  display: block;
}
.disn {
  display: none;
}
.disin {
  display: inline-block;
}
/*定位*/
.pfixed {
  position: fixed;
  top: 0;
}
.prelative {
  position: relative;
}
.pabsolute {
  position: absolute;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.tc {
  text-align: center;
}
.vt {
  vertical-align: top;
}
.vm {
  vertical-align: middle;
}
.vh {
  visibility: hidden;
}
/*字体*/
.f24 {
  font-size: 24px;
}
.f20 {
  font-size: 20px;
}
.f18 {
  font-size: 18px;
}
.f16 {
  font-size: 16px;
}
.f14 {
  font-size: 14px;
}
.f12 {
  font-size: 12px;
}
.ftw {
  font-weight: 700;
}
.ftn {
  font-weight: 400;
}
.c0 {
  color: #000;
}
.cf {
  color: #fff;
}
.c3 {
  color: #333;
}
.c6 {
  color: #666;
}
.c9 {
  color: #999;
}
.tdu {
  text-decoration: underline;
}
.tdn {
  text-decoration: none;
}
/*Demo styles*/
html,
body {
  position: relative;
  height: 100%;
}
body {

  font-family: Helvetica Neue, Helvetica, Arial, "思源黑体", sans-serif;
  font-size: 14px;
  color: #f3f3f3;
  margin: 0;
  padding: 0;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* 注意！！！！！ */
/* 补充说明！！！！*/
/*此为css公用初始化，不在此文件写其他非公用css*/
