/* ==================== 重置默认样式 start ==================== */
* { padding: 0; margin: 0; box-sizing: border-box; font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", "华文细黑", "STHeiti", "MingLiu" }
*:before,
*:after { vertical-align: middle; box-sizing: border-box; }
html { max-width: 1920px; margin: 0 auto;}
ul, li, ol { list-style: none; }
em { font-style: normal; }
img { vertical-align: middle; max-width: 100%; }
a{ color:inherit; text-decoration: none; outline: none; -webkit-backface-visibility: hidden;}
a:hover{text-decoration: none;}
a:focus { outline: none; }
input:focus, select:focus, textarea:focus { outline: -webkit-focus-ring-color auto 0; }
table { border-collapse: collapse; border-spacing: 0; }
th,td { vertical-align: middle; }
/* ==================== 重置默认样式 end ==================== */
