/* 全局样式 */
* {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  
  
}




body {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 12px !important;
  font-family: 'Microsoft YaHei', 'Arial', arial, sans-serif;
  font-weight: normal;
}
img{
	max-width: 100%;
}
ul,
li,
ol {
  list-style-type: none;
}



h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  color: #3b3c36;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

i,
b,
strong {
  /* font-weight: normal; */
  font-style: normal;
}



input,
select,
textarea {
  outline: none;
}

em {
  font-style: normal;
}



/* 处理左右浮动 记得加上clearfix清除浮动 */
.fl {
  float: left;
}

.fr {
  float: right;
  
}

.clearfix:after {
  content: '';
  height: 0;
  display: block;
  clear: both;
}



/* 字体文件 */

/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(../font/Montserrat/Montserrat.otf);
}

@font-face {
  font-family: 'Segoe UI';
  src: url(../font/SegoeUI/SegoeUI.ttf);
}

@font-face {
  font-family: 'KaushanScript';
  src: url(../font/font1410/KaushanScript-Regular.ttf);
}
