body, h1, h2, h3, h4, h5, h6, hr, p,
blockquote, dl, dt, dd, ul, ol, li, pre,
form, fieldset, button,legend,div,
img, input { border: none; margin: 0; padding: 0; }

:root{
  --themeColor: #3068E5;
  --maxWidth: 680px;
}

html {
  display: none;
}

img{
  vertical-align: middle;
}

a, a:hover{
  text-decoration: none;
  color: #333;
}

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

/* 处理dplaer */
.dplayer-menu{display: none !important;}
.dplayer-setting{display: none !important;}
.dplayer-full-in-icon{display: none !important;}

/* app下载横幅 */
#downTip{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: var(--maxWidth);
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  background: #fff;
  z-index: 3;
  box-sizing: border-box;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.04);
}
#downTip .downLogo{
  width: 9.8rem;
  height: 2.8rem;
  background: url(../logo/downLogo.png) no-repeat;
  background-size: 100% 100%;
}
#downTip .downBtn{
  font-size: 1.3rem;
  width: 8.1rem;
  line-height: 2.8rem;
  color: #FFFFFF;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
  background: var(--themeColor);
  box-shadow: 0px 2px 6px rgba(48, 104, 229, 0.4);
  border-radius: 1.5rem;
  text-align: center;
}