html,body {
  background: #f4f4f4;
}
li{
  list-style: none;
}

#sliderSegmentedControl {
  background: #ffffff;
}
header.mui-bar span{
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
}
header.mui-bar span .mui-icon {
  animation: share 3s infinite linear;
}

@keyframes share {
  0% {
    transform: rotate(0deg);
    color: #1f9a00;
  }
  50% {
    transform: rotate(180deg);
    color: #ff0000;
  }
  100%{
    transform: rotate(360deg);
    color: #1f9a00;
  }
}
.footersib {
  height: 45px;
  /* display: none; */
}
.footer {
  /* display: none; */
  width: 100%;
  background: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
.footer li {
  float: left;
  width: 25%;
  height: 44px;
  text-align: center;
  background: #009a44;
  border-radius: 5px;
}
.footer li + li {
  border-left: 1px solid #eaeaea;
}
.footer li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 7px;
}
.footer li img {
  height: 30px;
}

.mui-bar~.mui-content .mui-fullscreen {
  top: 44px;
  height: auto;
}

.mui-pull-top-tips {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -25px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.mui-bar~.mui-pull-top-tips {
  top: 24px;
}

.mui-pull-top-wrapper {
  width: 42px;
  height: 42px;
  display: block;
  text-align: center;
  background-color: #efeff4;
  border: 1px solid #ddd;
  border-radius: 25px;
  background-clip: padding-box;
  box-shadow: 0 4px 10px #bbb;
  overflow: hidden;
}

.mui-pull-top-tips.mui-transitioning {
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

.mui-pull-top-tips .mui-pull-loading {
  /*-webkit-backface-visibility: hidden;
-webkit-transition-duration: 400ms;
transition-duration: 400ms;*/
  margin: 0;
}

.mui-pull-top-wrapper .mui-icon,
.mui-pull-top-wrapper .mui-spinner {
  margin-top: 7px;
}

.mui-pull-top-wrapper .mui-icon.mui-reverse {
  /*-webkit-transform: rotate(180deg) translateZ(0);*/
}

.mui-pull-bottom-tips {
  text-align: center;
  background-color: #efeff4;
  font-size: 15px;
  line-height: 40px;
  color: #777;
}

.mui-pull-top-canvas {
  overflow: hidden;
  background-color: #fafafa;
  border-radius: 40px;
  box-shadow: 0 4px 10px #bbb;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.mui-pull-top-canvas canvas {
  width: 40px;
}

.mui-slider-indicator.mui-segmented-control {
  background-color: #efeff4;
}

.mui-scroll-wrapper {
  bottom: 40px;
}
.mui-media-body h2{
  font-weight: 400;
  font-size: 1rem;
  color: #333333;
}

.mui-navigate-right:after, .mui-push-right:after{
  font-size: 1.5rem;
  right: 0;
}

#sliderSegmentedControl .mui-control-item.mui-active{
  color: #009a44;
}
.mui-action-back{
  color: #666666;
}
.sharealert{
  display: none;
  z-index: 100000000000000;
  background-color: rgba(0, 0, 0, 0.6);
}
.sharealert .content{
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 2rem;
  padding-top: 3rem;
  z-index: 100000000000000000;
}
.sharealert .content p{
  text-align: center;
  color: rgb(0, 255, 42);
  font-size: 1.5rem;
  margin-top: 2rem;
  font-family: '楷体';
}
.sharealert .content img{
  position: absolute;
  top: 0;
  right: 1.5rem;
}