@charset "UTF-8";
/*重置样式*/
*{margin: 0;padding: 0;-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-border: border-color;-moz-box-sizing: border-box;outline: none;}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight: 400;line-height: 1.5;color: inherit;}
ul{list-style: none;}
a{text-decoration: none;color: #333;}
img{vertical-align: middle;outline: none;border: 0;}
body {
  font-family:"微软雅黑", "Arial", "sans-serif";
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  color: #333;
  background-color: #fff;
  max-width: 640px;
  min-width: 320px;
  position: relative;
  margin:0 auto;
  padding-top: 60px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,button,textarea,select{
	
  outline: none;
  font-family:inherit;
  border: none;
  background: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0px;
}
iframe{border: none;vertical-align: top;}
:before, :after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
}
/*全局样式*/
.section{width: 100%;overflow: hidden;}
.container{margin:0 auto;padding:0 15px;}
.clearfix:before,.clearfix:after,
.container:before,.container:after{
  content: " ";display: table;
}
.clearfix:after,.container:after{
  clear: both;
}
.pull-left{float: left;}
.pull-right{float: right;}
.dis-table{display: table;width: 100%;height: 100%;}
.dis-cell{display: table-cell;vertical-align: middle;}
.scrollbar{overflow-y: auto;}
.scrollbar::-webkit-scrollbar {
  width: 3px;
  background-color: #dcdbdb;
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color:#099cf1;
  border-radius: 10px;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('font/HelveticaNeue-Condensed.eot');
    src: local('☺'), url('font/HelveticaNeue-Condensed.woff') format('woff'),
     url('font/HelveticaNeue-Condensed.ttf') format('truetype'),
      url('font/HelveticaNeue-Condensed.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue_ltex';
    src: url('font/HelveticaNeue-LightExt.eot');
    src: local('☺'), url('font/HelveticaNeue-LightExt.woff') format('woff'),
     url('font/HelveticaNeue-LightExt.ttf') format('truetype'),
      url('font/HelveticaNeue-LightExt.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open';
    src: url('font/OPENSANS.eot');
    src: local('☺'), url('font/OPENSANS.woff') format('woff'),
     url('font/OPENSANS.ttf') format('truetype'),
      url('font/OPENSANS.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
