*,
*::before,
*::after {
  box-sizing: border-box;
    padding:0;
    margin:0;
    border:0;
    word-break:keep-all !important;
    word-wrap:break-word !important;
    overflow-wrap: break-word;
    hyphens:auto;

}
strong{
    font-weight: bold;
}
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')
}

*:not(.content-common *){
    font-family: 'PingFangRegular';
}

