@charset "utf-8";
@font-face{font-family:'HarmonyOS';src:url('../fonts/HarmonyOS_Sans_SC_Bold.ttf') format('truetype'); /* Legacy iOS */font-style:normal;font-weight:700;font-display:swap;}
@font-face{font-family:'HarmonyOS';src:url('../fonts/HarmonyOS_Sans_SC_Medium.ttf') format('truetype'); /* Legacy iOS */font-style:normal;font-weight:500;font-display:swap;}
@font-face{font-family:'HarmonyOS';src:url('../fonts/HarmonyOS_Sans_SC_Regular.ttf') format('truetype'); /* Legacy iOS */font-style:normal;font-weight:400;font-display:swap;}
@font-face{font-family:'HarmonyOS';src:url('../fonts/HarmonyOS_Sans_SC_Light.ttf') format('truetype'); /* Legacy iOS */font-style:normal;font-weight:300;font-display:swap;}

/*初始化样式*/
*{-webkit-tap-highlight-color:transparent; box-sizing: border-box;}

/*html5设置*/
article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block;}
html,body,div,pre,code,form,fieldset,legend,input,textarea,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main,p,h1,h2,h3,h4,h5,h6,dl,dd,ol,ul,li{margin:0;padding:0;}
body{background-color:#fff;color:#333;font:400 16px/1.875em 'Microsoft Yahei','Arial','Sans-serif'; overflow-x:hidden;width:100%;word-wrap:break-word;}
a{text-decoration:none;outline:none;color:#333;}
a:focus{outline:none;-moz-outline:none;}
a:hover{color:#009c96;}
a img{border:none;}
img {max-width: 100%;}
li{list-style:none;}
select,input,textarea,button{border-radius:0;-webkit-border-radius:0;background:none;border:none;margin:0;padding:0;outline:none;font-family:'Microsoft Yahei','Arial','Sans-serif';}
input:focus{outline:none;}
textarea{resize:none;}
input[type='text']::-moz-placeholder{opacity:1;}
input[type='text']:-moz-placeholder{opacity:1;}
input[type='text']::-webkit-input-placeholder{opacity:1;}
input[type='text']:-ms-input-placeholder{opacity:1;}
table{background-color:transparent;border-spacing:0;border-collapse:collapse;width:100%;box-sizing:border-box;table-layout: fixed;}
table th{background-color:#f9f9f9;text-align:center;box-sizing:border-box;}
table td,table th{box-sizing:border-box;}

/*全局样式*/
.inner{width:93.75%;margin:0 auto;}
.inner1600 {max-width:1600px;}
.inner1400 {max-width:1400px;}
.inner1440 {max-width:1440px;}
.inner1366 {max-width:1366px;}
.clear{clear:both;height:0px;overflow:hidden;}
.figure {overflow: hidden; position: relative;}
.figure a {display: block;}
.figure img {display: block; width: 100%; height: auto;}
.figure .img {background: no-repeat center center; background-size: cover; display: block; transition: all .3s;}
.figure .img:hover {transform: scale(1.1);}
.rows {display: -webkit-box; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden;}
.wot {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.reset,
.submit {cursor: pointer;}
.font22 {font-size: 22px; line-height: 1.35em;}
.font24 {font-size: 24px; line-height: 1.35em;}
.font26 {font-size: 26px; line-height: 1.35em;}
.font34 {font-size: 34px; line-height: 1.35em;}
.font50 {font-size: 50px; line-height: 1.35em;}