﻿/**
  base Css
  Create by:	Jin Ya Jun
  Create date:	02/24/2024
  History:
	  Append - 05/14/2020 - Jin Ya Jun
	  		   Create the base css file
	  Modify - one ......
	  Modify - two ......aaaaaaaaaaaaaaaaa
**/

/*@font-face { font-family: "HarmonySansSc"; src: url("/font/HarmonySansSc/HarmonyOS_Sans_SC_Regular.ttf") format("truetype"); font-style: normal; font-display: swap; }
@font-face { font-family: "HarmonySansSc"; src: url("/font/HarmonySansSc/HarmonyOS_Sans_SC_Bold.ttf") format("truetype"); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: "HarmonySansCondensed"; src: url("/font/HarmonySansCondensed/HarmonyOS_Sans_Condensed_Regular.ttf") format("truetype"); font-style: normal; font-display: swap; }
@font-face { font-family: "HarmonySansCondensed"; src: url("/font/HarmonySansCondensed/HarmonyOS_Sans_Condensed_Bold.ttf") format("truetype"); font-weight: bold; font-style: normal; font-display: swap; }
*/
@font-face { font-family: "MyriadPro"; src: url("/font/MyriadPro/Myriad Pro Light.otf") format("opentype"); font-weight: 300; font-style: normal; font-display: swap }
@font-face { font-family: "MyriadPro"; src: url("/font/MyriadPro/Myriad Pro Regular.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap }
@font-face { font-family: "MyriadPro"; src: url("/font/MyriadPro/Myriad Pro Semibold.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap }
@font-face { font-family: "MyriadPro"; src: url("/font/MyriadPro/Myriad Pro Bold.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap }
@font-face { font-family: "MyriadPro"; src: url("/font/MyriadPro/Myriad Pro Black.otf") format("opentype"); font-weight: 800; font-style: normal; font-display: swap }

@font-face { font-family: "MyriadPro_Condensed"; src: url("/font/MyriadPro/Myriad Pro Light Condensed.otf") format("opentype"); font-weight: 300; font-style: normal; font-display: swap }
@font-face { font-family: "MyriadPro_Condensed"; src: url("/font/MyriadPro/Myriad Pro Condensed.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap }
@font-face { font-family: "MyriadPro_Condensed"; src: url("/font/MyriadPro/Myriad Pro Semibold Condensed.otf") format("opentype"); font-weight: 600; font-style: normal; font-display: swap }
@font-face { font-family: "MyriadPro_Condensed"; src: url("/font/MyriadPro/Myriad Pro Bold Condensed.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap }
@font-face { font-family: "MyriadPro_Condensed"; src: url("/font/MyriadPro/Myriad Pro Black Condensed.otf") format("opentype"); font-weight: 800; font-style: normal; font-display: swap }


html { color: #000; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; outline: none 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img, a { border: 0; outline: none 0; }
address, caption, em, strong, th { font-style: normal; font-weight: normal; }
li { 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; font-variant: normal; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
input, textarea, select { font-family: inherit; font-size: inherit; font-weight: inherit; }
input, textarea, select { font-size: 100%; }
legend { color: #000; }
select, input, button, textarea { font-family: 'Microsoft YaHei', 'MyriadPro', Arial, Helvetica Neue, Helvetica, sans-serif; }
table { font-size: inherit; font: 100%; }
pre, code, kbd, samp, tt { font-family: 'Microsoft YaHei', 'MyriadPro', Arial, Helvetica Neue, Helvetica, sans-serif; }
/*字体大小*/
html, body { font-family: 'Microsoft YaHei', 'MyriadPro', Arial, Helvetica Neue, Helvetica, sans-serif; cursor: default; font-size: 62.5%; color: #000; }
form { height: auto; background: none; }
html, body { background: #f6f6f4; }
em, i, b { font-style: normal; }
strong { font-weight: bold; }
hr { height: .1rem; font: 0; padding: 0; background-color: #e6e6e6; margin: .5rem 0; border: 0; clear: both; }
a { color: #000; text-decoration: none; transition: all .3s; -webkit-transition: all .3s; }

.clear_fix { clear: both; display: block; height: auto; width: auto; padding: 0; margin: 0; border: none 0; line-height: normal; font-size: 0; }
