

*{
  padding:0;
  margin:0;
  font-family:/* 'FZLTZHK_GBK', */ "Microsoft YaHei",Arial,"Helvetica Neue", Helvetica, STHeiTi, sans-serif; 
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  /*防止点击闪烁*/
	-webkit-tap-highlight-color: transparent;
  /*缩放网页，文字大小不变*/
  -webkit-text-size-adjust: none;

  -webkit-font-smoothing: antialiased;
  color:#000000;
}
.h1, .h2, .h3, h1, h2, h3,h4,h5,h6,p,dl,dt,dd{padding:0; margin:0;}
span,i,em{display:inline-block;vertical-align: middle;}
.ignore{
  max-width:750px;
  margin: 0 auto;
}
html,body{
  min-height:100%; 
  width:100%;
  margin: 0 auto;
  background:#FFFFFF;
}
  /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/  
::-webkit-scrollbar {  
	width: 0px;  
	height: 0px;  
	background-color: #F5F5F5;  
}  
  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track {  
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);  
	border-radius: 10px;  
	background-color: #F5F5F5;  
}  


/*去除虚线*/
input:focus,select:focus,textarea:focus,button:focus{
  outline: none;
}


/*初始化各种表单的样式*/
/* input,button,select,textarea  {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  resize:none;
	
} */

/* button,input,select,textarea {
  outline: none;
  border: none;
  background-color: #fff
} */

textarea {
  resize: none;
}

select::-ms-expand {
  display: none;
}

/*设置input中placeholder的字体颜色*/

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
  color: rgba(102,113,146,0.60);
  font-size: 14px;
  line-height: normal;
  -webkit-text-fill-color: rgba(102,113,146,0.60);
}

input::-moz-placeholder,textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(102,113,146,0.60);
  font-size: 14px;
  line-height: normal;
  -webkit-text-fill-color: rgba(102,113,146,0.60);
}



input:-ms-input-placeholder,textarea:-ms-input-placeholder {
  color: rgba(102,113,146,0.60);
  font-size: 14px;
  line-height: normal;
  -webkit-text-fill-color: rgba(102,113,146,0.60);
}

/*input[type=number]自带样式消除*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

i,em,address {
  font-style: normal;
}

a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
}


a img {
  outline: none;
  border: none;
}
h1{font-size:26px;}
h2{font-size:24px;}
h3{font-size: 22px;}
h4{font-size:20px;}
h5{font-size:18px;}
h6{font-size:14px;}

.clearfix:after{content:" ";display:block;visibility:hidden;height:0;clear:both;}

.cPaddRF{
  padding:0 15px;
}
.main{
  overflow:hidden;
  min-height:100%;
}
.operate-btn{width:100%;}
.img{
  max-width:100%;
}
img{
  content: normal !important; 
}
.bgWhite{
  background:#fff;
}

.abs{
  position:absolute;
  bottom:60px;
  width:100%;
  left:0;
  padding:0 15px;
}

.h100{min-height:100vh;}


/* bootstrap 样式重置 */
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
  background:#4760ff;
  border-radius: 6px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
  background-color:transparent;
}
.navbar-default .navbar-toggle {
  border-color: rgba(71,96,255,.5);
}
.navbar-default .navbar-toggle .icon-bar{
  background-color:#4760ff;
}
@media (min-width: 992px) and (max-width: 1200px){
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px){
  .container {
    width: 1070px;
  }
}
