﻿@charset "utf-8";

@font-face {
  font-family: "SourceHanSansCN-Normal";
  src: url("./fonts/SourceHanSansCN-Normal.woff2") format("woff2"),
       url("./fonts/SourceHanSansCN-Normal.woff") format("woff"),
       url("./fonts/SourceHanSansCN-Normal.ttf") format("truetype"),
       url("./fonts/SourceHanSansCN-Normal.eot") format("embedded-opentype"),
       url("./fonts/SourceHanSansCN-Normal.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
*{margin: 0;padding: 0;border: none;}
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0} 
body{font-family: SourceHanSansCN-Normal;-webkit-text-size-adjust:100%;} 
a{color:#2d374b;text-decoration:none} 
a:hover{color:#cd0200;text-decoration:underline} 
em{font-style:normal} 
li{list-style:none} 
img{border:0;/*vertical-align:middle*/} 
table{border-collapse:collapse;border-spacing:0} 
p{word-wrap:break-word}
input {-webkit-appearance:none; /*去除input默认样式*/}