* {
  padding: 0;
  margin: 0;
}
/* main{
  margin-top: 1.17rem !important;
} */
html,
body {
  font-family: PingFangSC-Regular, PingFang SC;
}
.myIcon_ {
  width: 75px;
  height: 75px;
  position: fixed;
  bottom: 220px;
  right: 0;
  background: url(../../icon/ge.png) 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 999;
}
.myIcon_.active {
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.myIcon {
  width: 75px;
  height: 75px;
  position: fixed;
  bottom: 120px;
  right: 0;
  background: url(../../icon/icon2.gif) 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 999;
}
.myIcon.active {
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.close {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  background: url(../../icon/icon_close.png) 0 0 no-repeat;
  background-size: 100% 100%;
  left: -8px;
  top: -8px;
  z-index: 9999;
}
.script {
  font-size: 0.4rem;
  color: #333333;
}
.script span {
  color: #fe7313;
}
