@import url("/mobile/zt/css/navheader.css");
@import url("/mobile/zt/css/footer.css");
@import url("/mobile/zt/css/side.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Regular"; }

a {
  text-decoration: none !important;
  color: #000; }

body {
  background: #f2f2f5;
  min-height: 100vh; }

ol, ul, li {
  list-style: none; }

img {
  pointer-events: none; }

.fy {
  width: 100%;
  padding: 0.926vw 5.556vw 2.778vw;
  display: flex;
  justify-content: space-around; }
  .fy div {
    font-size: 1.389vw;
    color: #000;
    padding: 1.389vw;
    text-align: center; }
