﻿html {font-size: 62.5%;}
body {font-size: 1.4rem;}


body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, 
dl, dt, dd, ul, ol, li, 
pre, 
fieldset, lengend, button, input, textarea, 
th, td { 
    margin: 0;
    padding: 0;
}
dt,dd{ font-weight: normal;}

body,
button, input, select, textarea { 
    
    font: 14px/1 "微软雅黑", Tahoma, Helvetica, Arial, sans-serif; 
   background: transparent;
}

h1,h2,h3,h4,h5,h6{ font-weight: normal;margin: 0;padding: 0;}
address, cite, dfn, em, var { font-style: normal; } 
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } 
small { font-size: 12px; } 


ul, ol { list-style: none; }


a {
	text-decoration: none;
	outline: none;
	color: #7f7f7f;
}

a:visited{
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
	outline: none;
}

a:active{
	text-decoration: none;
	outline: none;
}

a:focus{
	text-decoration: none;
	outline: none;
}

abbr[title], acronym[title] { 
    border-bottom: 1px dotted;
    cursor: help;
}

q:before, q:after { content: ''; }


legend { color: #000; } 
fieldset, img { border: none; } 

button, input, select, textarea {
    font-size: 100%; 
    border: none;
	outline: none;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}


hr {
    height: 1px;
    border: none;
    border-top: 1px dotted rgb(211, 211, 211);
    margin-top: 20px;
    margin-bottom: 20px;
}

img{
	vertical-align: top;
	border: none;
}


html { overflow-y: scroll; }


.ofh{
    overflow:hidden;
}

.fl{
    float: left;
}


.fr{
    float: right;
}


.clearfix {*zoom: 1;}
.clearfix:before,
.clearfix:after {display: table;line-height: 0;content: "";}
.clearfix:after {clear: both; }





.container{
    margin:0 auto;
}

.defaultDiv{
    max-width: 1200px;
    margin:0 auto;
}



label{
	cursor: pointer;
}




.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}


.bg_cover{
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}


.img_center{
	display: inline-block;
	margin: 0 auto;
}





input::-webkit-input-placeholder {
	
    color:#666;
}
input::-moz-placeholder {
	
    color:#666;
}

textarea::-webkit-input-placeholder {
	
    color:#666;
}
textarea::-moz-placeholder {
	
    color:#666;
}


select{
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	cursor: pointer;
}
select::-ms-expand { display: none; }


input[type="text"], 
input[type="email"], 
input[type="search"], 
input[type="password"], 
input[type="button"], 
input[type="submit"], 
input[type="reset"] {
        
        -webkit-appearance: caret;
        -moz-appearance: caret; 
        
        
        -webkit-appearance: none;
        border-radius: 0;
}



@font-face {
	font-family: 'YourWebFontName';
	src: url(''); 
	src: url('') format('embedded-opentype'), 
	         url('') format('woff'), 
	         url('')  format('truetype'), 
	         url('') format('svg'); 
	font-weight: normal;
	font-style: normal;
}