*,
*::before,
*::after {
  box-sizing: border-box;
    padding:0;
    margin:0;
    border:0;
    word-break: break-all;
    word-wrap:break-word;
    font-family:"Microsoft YaHei","微软雅黑",Arial;
}
img{
    display:block;
}
a{
    text-decoration: none;
}
ul{
	list-style: none;
}
input{outline: none;}
table td{padding-left:10px;border-style: solid;}
table th{border-style: solid;}
table{border-style: solid;margin:0;border-collapse:collapse;border-spacing:0;}
.hide{
    display:none;
}
@font-face {
    font-family: PingFangRegular;
    src: url('../fonts/PingFangRegular.ttf')
}
@font-face {
    font-family: PingFangHeavy;
    src: url('../fonts/PingFangHeavy.ttf')
}
@font-face {
    font-family: PingFangLight;
    src: url('../fonts/PingFangLight.ttf')
}
@font-face {
    font-family: PingFangMedium;
    src: url('../fonts/PingFangMedium.ttf')
}

*{
    font-family: '微软雅黑';
}
