﻿@charset "utf-8";
/* 初始化CSS */
* {
    margin: 0;
    padding: 0;
    border: none;
}
html,body {
    margin: 0;
    padding: 0;
    line-height: 1.6;
    font-family: "PingFang SC", Helvetica, Arial, "微软雅黑", "黑体";
    /*height: 100%;*/
    font-size: 14px;
}
input{
	padding-top:0; 
	padding-bottom:0;
}
input::-moz-focus-inner {
	border:none;padding:0;
}
select, input{
	vertical-align:middle; 
}
select, input, textarea{
	font-size:14px;
	font-family:"Microsoft YaHei", "微软雅黑"; 
	margin:0;
}
input[type="text"], input[type="password"], textarea{
	outline-style:none; 
	-webkit-appearance:none;
}
textarea{
	resize:none;
}
ul,li{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

i{
    font-style: normal;
}
a:-webkit-any-link {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
body a {
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
}
@media (min-width: 1200px){
    .container {
        width: 1200px;
    }
}