* { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } html { /* max-width: 2560px; */ margin: auto; touch-action: none; touch-action: pan-y; overflow-x: hidden; } @font-face { font-family: BrunoAceSC; src: url("../fonts/Bac/BrunoAceSC400.ttf"); } @font-face { font-family: Poppins-Black; src: url("../fonts/Poppins/Poppins-Black.otf"); } @font-face { font-family: Poppins-BlackItalic; src: url("../fonts/Poppins/Poppins-BlackItalic.otf"); } @font-face { font-family: Poppins-Bold; src: url("../fonts/Poppins/Poppins-Bold.otf"); } @font-face { font-family: Poppins-BlackItalic; src: url("../fonts/Poppins/Poppins-BoldItalic.otf"); } @font-face { font-family: Poppins-ExtraBold; src: url("../fonts/Poppins/Poppins-ExtraBold.otf"); } @font-face { font-family: Poppins-ExtraBoldItalic; src: url("../fonts/Poppins/Poppins-ExtraBoldItalic.otf"); } @font-face { font-family: Poppins-ExtraLight; src: url("../fonts/Poppins/Poppins-ExtraLight.otf"); } @font-face { font-family: Poppins-ExtraLightItalic; src: url("../fonts/Poppins/Poppins-ExtraLightItalic.otf"); } @font-face { font-family: Poppins-Italic; src: url("../fonts/Poppins/Poppins-Italic.otf"); } @font-face { font-family: Poppins-Light; src: url("../fonts/Poppins/Poppins-Light.otf"); } @font-face { font-family: Poppins-LightItalic; src: url("../fonts/Poppins/Poppins-LightItalic.otf"); } @font-face { font-family: Poppins-Medium; src: url("../fonts/Poppins/Poppins-Medium.otf"); } @font-face { font-family: Poppins-MediumItalic; src: url("../fonts/Poppins/Poppins-MediumItalic.otf"); } @font-face { font-family: Poppins-Regular; src: url("../fonts/Poppins/Poppins-Regular.otf"); } @font-face { font-family: Poppins-SemiBold; src: url("../fonts/Poppins/Poppins-SemiBold.otf"); } @font-face { font-family: Poppins-SemiBoldItalic; src: url("../fonts/Poppins/Poppins-SemiBoldItalic.otf"); } @font-face { font-family: Poppins-Thin; src: url("../fonts/Poppins/Poppins-Thin.otf"); } @font-face { font-family: Poppins-ThinItalic; src: url("../fonts/Poppins/Poppins-ThinItalic.otf"); } @font-face { font-family: Career; src: url("../fonts/Career/Career-2.ttf"); } body { -webkit-text-size-adjust: 100% !important; text-size-adjust: 100% !important; -moz-text-size-adjust: 100% !important; } body { margin: 0; padding: 0; font-size: 14px; /* font-family:"Microsoft YaHei"; */ font-family: Noto Sans SC; height: auto; /* overflow-x: hidden; */ } .bodyeng { font-family: Arial; } :root { --title-color: #232323; --content-color: #0BA299; --nothingness-color: #FFFFFF; } ul, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, form, input, hr, img, div, label, span, p, table, tr, td { margin: 0; padding: 0; list-style: none; border: 0; -webkit-appearance: none; } a { color: #535353; text-decoration: none; } a:active { color: #004098; } button { border: 0 none; /* background: #5B88ED; */ border-radius: 5px; outline: none; } button:focus { border: 0 none; outline: none; } img { vertical-align: middle; } a:focus, a:hover { text-decoration: none; } i, em { font-style: normal; /* display: block */ } .fl { float: left; } .fr { float: right; } select::-ms-expand { display: none; } select { -webkit-appearance: none; -moz-appearance: none; appearance: none; } :focus { outline: 0; } input[type=text] { -webkit-appearance: none; border-radius: 0; } .container-fluid { padding: 0; overflow: hidden; }