@font-face { font-family: 'iconfont'; /* Project id 2431691 */ src: url('http://at.alicdn.com/t/font_2431691_e0mrop3oe9n.woff2?t=1627263835138') format('woff2'), url('http://at.alicdn.com/t/font_2431691_e0mrop3oe9n.woff?t=1627263835138') format('woff'), url('http://at.alicdn.com/t/font_2431691_e0mrop3oe9n.ttf?t=1627263835138') format('truetype'); } .iconfont{ font-family:"iconfont" !important; font-size:16px;font-style:normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale; } html{overflow:auto;overflow-y:scroll; scroll-behavior:smooth;} body{color:#333;background:#fff;font-family:'microsoft yahei';overflow-x:hidden;height:100%;font-size: 14px;} *{-webkit-margin-before:0px;-webkit-margin-after:0px;-webkit-padding-start:0px;padding:0;margin:0;} a{text-decoration:none;} a:hover{text-decoration:none;} ul,li{list-style:none;margin:0;padding:0;} h1,h2,h3,h4,h5,h6,p{margin:0;padding:0;} input,i{border:none;outline:none;} *:focus{border:none;outline:none;} img{max-width: 100%;} /*主色调 红色 #c61b24*/ body{--zhu-color:#7a7a7a;--pei-color:#f8b72e;} .fl{float: left;} .fr{float: right} .clear{clear: both;} .ellipsis{text-overflow: ellipsis;overflow: hidden;white-space:nowrap;} .clamp{text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;overflow: hidden;} .wrap{width:100%;margin:0 auto;overflow: hidden;} .wrapp{width:100%;margin:0 auto;} @media(min-width: 1200px){ .wrap{width:1200px;} .wrapp{width:1200px;} } @media(min-width: 1400px){ .wrap{width:1400px;} .wrapp{width:1400px;} } /*自定义滚动条*/ .scrollbar::-webkit-scrollbar { /*滚动条整体样式*/ width : 5px; /*高宽分别对应横竖滚动条的尺寸*/ height: 1px; } .scrollbar::-webkit-scrollbar-thumb { /*滚动条里面小方块*/ border-radius: 5px; box-shadow : inset 0 0 5px rgba(0, 0, 0, 0.2); background : #535353; } .scrollbar::-webkit-scrollbar-track { /*滚动条里面轨道*/ box-shadow : inset 0 0 5px rgba(0, 0, 0, 0.2); border-radius: 5px; background : #ededed; } /*down*/ .down{} .down ul{display: flex;flex-direction: row;background: #333;position: fixed;z-index: 1;bottom:0;width:100%;} .down li{width:25%;border-right:solid 1px #eee;text-align: center;padding:5px 0;} .down li:nth-child(4){border-right:none;} .down li i{color:#fff;font-size: 22px;line-height: 1} .down li p{color:#fff;font-size: 16px;line-height: 1}