﻿@charset "utf-8";
/*base*/
html,body,ul,li,p,h3,h4,a,img,input,span,a,textarea{margin:0;padding:0;}
html,body{min-width: 320px;}
img,input,button {border: 0;}
i{font-style: normal;}
input:focus,textarea:focus,select:focus, button{outline:none;}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
li,button{list-style: none;}
body{font-size: 14px;color: #545454;font-family:"Microsoft Yahei";}
a{color: #545454;text-decoration:none;font-family:"Microsoft Yahei";}
a:hover{color: #0660b6;}
button,img,input { vertical-align: middle;}
.clearfix:before,
.clearfix:after {content: " ";display: table;clear: both;}
.fl{ float:left;}
.fr{ float:right;}
::-webkit-input-placeholder {color: #7f7f7f; } :-moz-placeholder { color: #7f7f7f; } ::-moz-placeholder {  color: #7f7f7f; } :-ms-input-placeholder {color: #7f7f7f; } 
.cont{width: 1200px;margin: 0 auto;}
@media screen and ( max-width: 1200px ) {body,html{ width: 1200px !important;}.cont{ width: 1200px; }}



