@charset "UTF-8";
/* 公共样式 */
html,body{width: 100%;}
html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,form,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{padding: 0;margin: 0;-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;}
body{font-family: -apple-system, sans-serif, "Helvetica Neue", 'Microsoft YaHei';font-size: 20px;font-size: 1.25rem;color: #FFFFFF;background-color: #2c2c2c;line-height: 1.7;}
a{cursor: pointer;color: #FFFFFF;text-underline-offset: 4px;}
a:hover{text-decoration: underline;text-decoration-style: dotted;}
a:focus{background: #000000;text-decoration: none !important;}
b,strong{font-weight: 600;}
img{height: auto;max-width: 100%;vertical-align: middle;}
.cur_po{cursor: pointer;}
.no_underline{text-decoration: auto;}
.a_underline{text-decoration: underline;}
.black_font{color: #000000 !important;}
.red_font{color:  #cc0000 !important;}
.gray_font{color:  #333333 !important;}
.fs_xs{font-size: 16px !important;font-size: 1rem !important;}
.fs_xxs{font-size: xx-small !important;}
ul{list-style:none;}
ol{list-style:decimal;}
.article ul ul, .article ol ul{list-style-type: circle;}
.article button{background: #FFFFFF;color: #000000;border: 3px solid transparent;font-weight: 500;font-size: 20px;font-size: 1.25rem;line-height: 1.5;padding: 15px 30px;width: max-content;}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{font-weight: normal;}
h1,.h1{font-size: 88px;font-size: 5.5rem;line-height: 1.1;}
h2,.h2{font-size: 48px;font-size: 3rem;line-height: 1.3;}
h3,.h3{font-size: 32px;font-size: 2rem;line-height: 1.3;}
h4,.h4{font-size: 24px;font-size: 1.5rem;line-height: 1.3;}
h5,.h5{font-size: 18px;font-size: 1.125rem;font-weight: 600;letter-spacing: 0.8px;letter-spacing: 0.05rem;line-height: 1.3;}
h6,.h6{font-size: 16px;font-size: 1rem;font-weight: 600;letter-spacing: 0.8px;letter-spacing: 0.05rem;line-height: 1.3;}
.header, .footer, .entry-header{width: 86.1%;max-width: 1240px;box-sizing: border-box;margin: 0 auto;}
table{border-collapse: collapse;}
table td, table th{padding: 10px;border: 1px solid;}
pre{overflow-x: auto;}
button{cursor: pointer;}
.txt-cen{text-align: center;}
/* header部分 */
.header{display: flex;align-items: flex-start;flex-wrap: wrap;row-gap: 30px;padding: 102px 0 90px;}
.site-branding{margin-top: 4px;}
.site-branding h1{font-size: 24px;font-size: 1.5rem;line-height: 1.3;margin-bottom: 5px;text-transform: uppercase;}
.site-branding p{font-size: 18px;font-size: 1.125rem;line-height: 1.4;}
.nav{width: 100%;line-height: 1.15;}
.menu-wrapper{padding-left: 0;}
.nav > ul > .menu-item{display: flex;position: relative;justify-content: space-between;}
.nav > ul > .menu-item > a{flex:98.4%;padding-left: 13.2px;padding-right: 13.2px;margin-left: -13.2px;}
.nav > ul > .menu-item.current-menu-item:first-child > a{flex: none;}
.nav > ul > .menu-item:first-child > a[href]{flex: none;}
.nav a{padding: 13.2px 0;text-decoration: none;}
.menu-wrapper li > a em{font-style: normal;}
.nav .current-menu-item > a:first-child em{text-decoration: underline;text-decoration-style: solid;}
.nav .current-menu-item > a:first-child:hover em{text-decoration: underline;text-decoration-style: dotted;}
.menu-wrapper li > a:hover{text-decoration: none;}
.menu-wrapper li > a:hover em{text-decoration: underline;text-decoration-style: dotted;}
.menu-wrapper li > a:focus em{text-decoration: none !important;}
.menu-wrapper li .sub-menu-toggle{font-size: 18px;font-size: 1.125rem;padding: 13.2px 0;flex: 1.6%;}
.menu-item-description{font-size: 16px;font-size: 1rem;line-height: 1.7;}
.nav .sub-menu{margin-left: 13.2px;border: 1px solid #FFFFFF;}
.sub-menu-toggle + .sub-menu{position: absolute;left: -13.2px;top: 100%;padding-top: 3px;margin: 0;background: #2c2c2c;z-index: 1;}
.sub-menu-toggle + .sub-menu:before,.sub-menu-toggle + .sub-menu:after{content: "";display: block;width: 0;position: absolute;top: -10px;left: 25px;border-style: solid;border-color: #FFFFFF transparent;border-width: 0 7px 10px 7px;}
.sub-menu-toggle + .sub-menu:after{top: -9px;border-color: #2c2c2c transparent;}
.sub-menu-toggle + .sub-menu li.current-menu-item a{text-decoration: underline;}
.sub-menu-toggle + .sub-menu li.current-menu-item a:hover{text-decoration-style: dotted;}
.nav .sub-menu .sub-menu{border: none;}
.sub-menu .menu-item > a{font-size: 16px;font-size: 1rem;padding: 16.5px 13.2px;display: block;}
.sub-menu .menu-item > a:hover{text-decoration: underline;text-decoration-style: dotted;}
/* article部分 */
.article{padding: 30px 0;}
.article .default-max-width{width: 43%;max-width: 610px;margin: 30px auto;}
.article h3.default-max-width:first-child{margin-top: 0;}
.article .default-max-width:last-child{margin-bottom: 0;}
.article ul, .article ol{padding-left: 50px;box-sizing: border-box;}
.article ul{list-style-type: disc;}
/* footer部分 */
.footer{padding: 30px 0 51px;font-size: 18px;font-size: 1.125rem;border-top: 3px solid #FFFFFF;text-align: center;}
.footer img{margin-top: -6px;}
/** products页面的
 * article部分
 */
.entry-header{margin: 0 auto 90px;padding: 0 0 60px;font-weight: 300;border-bottom: 3px solid #FFFFFF;}
/* 移动端自适应 */
@media only screen and (max-width: 481px){
	h1,.h1{font-size: 4rem;}
	h2,.h2{font-size: 2.25rem;}
	h3,.h3{font-size: 1.875rem;}
	.header, .footer, .entry-header, .article .default-max-width{width: 92%;}
	.header{padding: 22.5px 0 60px;}
}