@charset "utf-8";

/* CSS Document */

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd,
input {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
}

@font-face {
    /* MicrosoftYaHei */
    font-family: "MicrosoftYaHei";
    src: url("../font/MicrosoftYaHei.ttf");
}

@font-face {
    /* MicrosoftYaHei */
    font-family: "MicrosoftYaHei";
    src: url("../font/yahei.eot");
}

@font-face {
    /* MicrosoftYaHei */
    font-family: "MicrosoftYaHei";
    src: url("../font/MSYH.TTC");
}


/* @media (max-width: 1024px){
html{
	font-size:62.5%;
	}
}
@media (min-width: 1024px){
html{
	font-size:80%;
	}
}
@media (min-width: 1200px){
html{
	font-size:100%;
	}
} */

html {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: "Microsoft YaHei";
    width: 100%;
    overflow-x: hidden;
    color: #666;
}
*{
    font-family: "Microsoft YaHei";
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
img {
    border: none;
}

li {
    list-style: none;
}

input,
select,
textarea {
    outline: none;
}

textarea {
    resize: none;
}

a {
    text-decoration: none;
}


/*清除浮动*/

.clearfix:after {
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear:after {
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
    clear: both;
}

.clear {
    zoom: 1;
}

.fl {
    float: left;
    /*设置左浮动*/
}

.fr {
    float: right;
    /*设置右浮动*/
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}
