*{margin: 0;padding: 0;outline: none;font: inherit;color: inherit; list-style: none;}
a{text-decoration: none;}
body{font-family: "arial","微软雅黑";font-size: 14px;color: #333;overflow-x: hidden;}
img{border: none; vertical-align: middle;}
strong{font-weight: bold;}
.ellipsis{overflow:hidden;white-space: nowrap;text-overflow: ellipsis;display: block;}
.pic-mc{text-align: center; overflow: hidden;}
.pic-mc img{max-width: 100%; max-height: 100%; transition:  all 1s;}
.pic-mc img[src=""]{background: #CCCCCC;}
.pic-full{position: relative;height: 0;}
.pic-full img{position: absolute;width: 100%;height: 100%;}

.fl{float: left;}
.fr{float: right;}
.clearfix:after{content: "";display: block;clear: both;}
.clear{clear: both;}

/* 设置滚动条的样式 */
html::-webkit-scrollbar{width: 6px;height: 6px;}
/* 滚动槽 */
html::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 1px #bbb;background: #ddd;}
/* 滚动条滑块 */
html::-webkit-scrollbar-thumb {background: #e60012;-webkit-box-shadow: inset 0 0 0 #e60012;}

.fadeInBottom{-webkit-animation:fadeInBottom .4s ease both;-moz-animation:fadeInBottom .4s ease both;animation:fadeInBottom .4s ease both;}
@-webkit-keyframes fadeInBottom{0%{opacity:0;-webkit-transform:translateY(30px)}100%{opacity:1;-webkit-transform:translateY(0)}}
@-moz-keyframes fadeInBottom{0%{opacity:0;-moz-transform:translateY(30px)}100%{opacity:1;-moz-transform:translateY(0)}}
@keyframes fadeInBottom{0%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}
