﻿@charset "utf-8";

*{margin:0;padding:0;border:0;box-sizing: border-box;outline: none;}
address,caption,cite,code,dfn,em,th,var{font-style:normal; font-weight:normal}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{border:0}
body{
    color:#333;
    font-size:14px;
    font-family:"微软雅黑";
    text-align: center;
    background-color:#f6f6f6;
}
input,select,option,textarea{font-family: inherit}

a{text-decoration: none}
a:link{color:#333;}
a:visited{color:#333;}
a:hover{color:#0063ba}
a:active{color:#333}