/*清除元素默认的内外边距  */

* {
  margin: 0;
  padding: 0;
}

/*让所有斜体 不倾斜*/

em,
i {
  font-style: normal;
}

/*去掉列表前面的小点*/

li {
  list-style: none;
}

/*图片没有边框   去掉图片底侧的空白缝隙*/

img {
  width: 100%;
  height: 100%;
  border: 0;
  /*ie6*/
  vertical-align: middle;
}

/*让button 按钮 变成小手*/

button {
  cursor: pointer;
}

/*取消链接的下划线*/

a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
}

button,
input {
  font-family: 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5b8b\4f53, sans-serif;
  /*取消轮廓线 蓝色的*/
  outline: none;
  border: none;
  cursor: pointer;
}

body {
  background-color: #fff;
  font: 12px/1.5 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5b8b\4f53, sans-serif;
  color: black;
}

/*清除浮动*/

.clearfix:after {
  visibility: hidden;
  clear: both;
  display: block;
  content: '.';
  height: 0;
}

.clearfix {
  *zoom: 1;
}
/* 浮动阴影 */
.text-show {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  width: 100%;
  text-indent: 1rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#131313', GradientType=0);
}
/* 浮动样式 */
.fl {
  float: left;
}
.fr {
  float: right;
}
.mdt5 {
  margin-top: 5px !important;
}
.mdt10 {
  margin-top: 10px !important;
}
.mdt15 {
  margin-top: 15px !important;
}
.mdt20 {
  margin-top: 20px !important;
}
.mdt25 {
  margin-top: 25px !important;
}
.mdt30 {
  margin-top: 30px !important;
}
.mdt35 {
  margin-top: 35px !important;
}
.mdt40 {
  margin-top: 40px !important;
}
.mdt45 {
  margin-top: 45px !important;
}
.mdt50 {
  margin-top: 50px !important;
}
.mdt60 {
  margin-top: 60px !important;
}
.mdt80 {
  margin-top: 80px !important;
}
.mdb10 {
  margin-bottom: 10px !important;
}
.mdb20 {
  margin-bottom: 20px !important;
}
.mdb30 {
  margin-bottom: 30px !important;
}
.mdb35 {
  margin-bottom: 35px !important;
}
.mdb45 {
  margin-bottom: 45px !important;
}
.mdt98 {
  margin-top: 98px;
}
.pat98 {
  padding-top: 98px;
}
/* !换行 */
/**
* span,li,notext,i,.crumsb    一行
* h2,.notext2                    二行
* h3,.notext3                    三行
* .notext4                       四行
* .notext5                       五行
* h6                             六行
* h4，h5                         正常
**/

i,
span,
li,
.notext {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.notext3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  cursor: pointer;
  font-weight: normal;
}
.notext4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  cursor: pointer;
  font-weight: normal;
}
.notext5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  cursor: pointer;
  font-weight: normal;
}
.notext6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  cursor: pointer;
  font-weight: normal;
}

/* 消除google浏览器黄色框  */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  /*背景颜色*/
  box-shadow: 0 0 0 60px #eee inset;
  /*字的颜色*/
  -webkit-text-fill-color: #878787;
  outline: none;
}
/*
* 搜索框提示颜色
*/
.flex {
  display: flex;
  justify-content: space-between;
}
@keyframes package_cartoon {
  0%,
  100% {
    clip: rect(0px, 475px, 0px, 0px);
  }
  25% {
    clip: rect(0px, -1px, 610px, 0px);
  }
  50% {
    clip: rect(610px, 475px, 610px, 0px);
  }
  75% {
    clip: rect(0px, 475px, 610px, 475px);
  }
}
@keyframes ball_item {
}
@keyframes ball {
  0% {
    top: -10px;
    left: -10px;
  }
  25% {
    top: 330px;
    left: -10px;
  }
  50% {
    top: 330px;
    left: 190px;
  }

  75% {
    top: -10px;
    left: 190px;
  }
  100% {
    top: -10px;
    left: -10px;
  }
}
