.dot {
    height: 20px;
    width: 20px;
    border-radius: 10px;
    display: inline-block;
    position: relative;
  }

  #dot1 {
    background: #ea4335;
    animation-name: dotloader;
    animation-duration: 1s;
    animation-delay: 0.1s;
    animation-iteration-count: infinite;
  }

  #dot2 {
    background: #34a853;
    animation-name: dotloader;
    animation-duration: 1s;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
  }

  #dot3 {
    background: #4285f4;
    animation-name: dotloader;
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-iteration-count: infinite;
  }

  #dot4 {
    background: #fbbc05;
    animation-name: dotloader;
    animation-duration: 1s;
    animation-delay: 0.4s;
    animation-iteration-count: infinite;
  }

  @keyframes dotloader {
    0% {
      top: 0px;
    }

    15% {
      top: 10px;
    }

    30% {
      top: 0px;
    }

    100% {
      top: 0px;
    }

  }

  .squircle {
    width: 30px;
    height: 30px;
    margin: 0px;
    background: #000;
    display: inline-block;
    border: 1px solid #fff;
    vertical-align: top;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: inherit;
  }

  #squircle1 {
    background: #ea4335;
    transform-origin: 100% 100%;
    animation-name: squircle;
  }

  #squircle2 {
    background: #34a853;
    transform-origin: 0% 100%;
    animation-name: squircle;
  }

  #squircle3 {
    background: #4285f4;
    transform-origin: 0% 0%;
    animation-name: squircle;
  }

  #squircle4 {
    background: #fbbc05;
    transform-origin: 100% 100%;
    animation-name: squircle;
  }
  #loader{
	  text-align: center;
  }


  /* lyy新增 */
  .fun-top {
	  background: rgba(60,60,60,0.6);
	  position: fixed;
	  width: 100%;
	  line-height: 32px;
	  float: left;
	  z-index: 9;
	  top: 0;
  }
  .fun-top .share {
	  float: right;
  }
  .fun-top .share span {
	  float: right;
	  padding: 4px 8px 4px 0;
	  box-sizing: border-box;
  }
  .fun-top .share span img {
	  width: 22px;
	  height: 22px;
  }
  .fun-top #daodu {
	  padding-right: 5px;
  }
  .fun-top .logo {
	  float: left;
	  margin: 8px 0 0 12px;
  }
  .fun-top .logo img {
	  height: 30px;
	  width: auto;
  }
  .fun-bottom {
	  background: rgba(60,60,60,0.6);
	  position: fixed;
	  width: 100%;
	  line-height: 48px;
	  float: left;
	  z-index: 9;
	  bottom: 0;
	  height: 48px;
  }
.fun-item .fun-rili {
	/* width: 20%; */
	text-align: center;
	/* padding-top: 5px; */
}
  .fun-bottom .fun-item {
	  display: flex;
	  padding: 0 20px;
  }
  .fun-bottom .fun-item span {
	  text-align: center;
	  flex: auto;
  }
  .fun-bottom .fun-item span img {
	  width: 24px;
	  height: 30px;
	  vertical-align: middle;
      margin-bottom: 5px;
  }
  .fun-box {

  }
  .thumbnail-box {
	  background: rgba(60,60,60,0.8);
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  top: 0;
	  left: 0;
	  z-index: 999;
	  padding: 15px 25px;
	  box-sizing: border-box;
	  display: none;
  }
  .thumbnail-box .back .title,.search .back .title {
	  text-align: center;
	  color: #fff;
	  font-size: 1.2rem;
	  display: block;
  }
  .thumbnail-box .back-pic,.search .back-pic {
	  float: right;
  }
  .thumbnail-box .back-pic img,.search .back-pic img {
	  width: 24px;
  }

  .thumbnail-box .main {
	 height: 100%;
	 overflow: scroll;
	 width: 100%;
  }
  .thumbnail-box .main .main-list {
	  overflow: auto;
	  padding: 10px 26px;
	  box-sizing: border-box;
  }
  .thumbnail-box .main .main-list .main-item {
      float: left;
      width: 46%;
      margin: 0px 5px;
      height: 260px;
  }
  .thumbnail-box .main .main-list .main-item img {
	  width: 100%;
	  height: 100%;
  }
  .thumbnail-box .main .main-list .main-item p {
	  color: #fff;
	  text-align: center;
	  margin-top: 5px;
  }
  /* 日历 */
#riliview {
  	  background: rgba(60,60,60,0.8);
  	  width: 100%;
  	  height: 100%;
  	  position: absolute;
  	  top: 0;
  	  left: 0;
  	  z-index: 999;
  	  padding: 15px 0;
  	  box-sizing: border-box;
  	  display: none;
  }
  #riliview table tbody{
	  box-shadow: -2px 2px 10px 0px #e3e3e3;
  }
  .page-turning {
	  background: rgba(60,60,60,0.8);
	  width: 100%;
	  height: 60px;
	  position: absolute;
	  bottom: 48px;
	  left: 0;
	  z-index: 999;
	  padding: 15px 25px;
	  box-sizing: border-box;
	  text-align: center;
	  display: none;
  }
  .page-turning span {
	  padding: 0 10px;
  }
  .page-turning span img {
	  width: 26px;
	  vertical-align: middle;
  }
  .page-turning span input {
	  border: none;
	  outline: none;
	  line-height: 28px;
	  height: 28px;
	  width: 78px;
	  text-align: center;
	  border-radius: 50px;
  }
  .search {
	  background: rgba(60,60,60,0.8);
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  top: 0;
	  left: 0;
	  z-index: 999;
	  padding: 15px 25px;
	  box-sizing: border-box;
	  display: none;
  }
  .search .input {
	  margin: 40px 8px;
	  background-color: #fff;
	  border-radius: 6px;
	  line-height: 40px;
  }
  .search .input input {
	  border: none;
	  outline: none;
	  line-height: 32px;
	  height: 32px;
	  width: 80%;
	  padding-left: 16px;
	  margin-bottom: 5px;
  }
  .search .input span {

  }
  .search .input span img {
	  width: 28px;
	  vertical-align: middle;
  }
  .other {
	  background: rgba(60,60,60,0.8);
	  width: 100%;
	  height: 60px;
	  position: absolute;
	  bottom: 48px;
	  left: 0;
	  z-index: 999;
	  padding: 15px 25px;
	  box-sizing: border-box;
	  text-align: center;
	  display: none;
  }
  #topBar_pc {
	  display: none;
  }
  .page-share {
	  background: rgba(60,60,60,0.8);
	  width: 100%;
	  height: 100px;
	  position: absolute;
	  top: 48px;
	  left: 0;
	  z-index: 999;
	  padding: 15px 25px;
	  box-sizing: border-box;
	  text-align: center;
	  border-bottom-right-radius: 10px;
	  border-bottom-left-radius: 10px;
	  display: none;
  }
  .page-share div img {
	  width: 40px;
  }
  .page-share .page-share-item {
	  float: left;
	  text-align: center;
	  width: 25%;
  }
  .page-share .page-share-item p {
  	  margin: 4px 0 0 0;
	  color: #fff;
  }
  .introduction {
  	  position: fixed;
  	  top: 0;
  	  bottom: 0px;
  	  height: 100%;
  	  left: 0;
  	  width: 80%;
  	  background: #fff;
  	  z-index: 9999999;
  	  padding: 12px;
  	  border-top-right-radius: 6px;
  	  border-bottom-right-radius: 6px;
	  display: none;
  }
  .introduction .introduction-top {
  	  display: flex;
  }
  .introduction .introduction-top p {
  	  font-size: 18px;
  	  font-weight: bold;
  	  margin: 6px 0;
  }
  .introduction .introduction-top p img {
  	  width: 20px;
  }
  .introduction .introduction-top .pic {
  	  flex: auto;
  	  text-align: right;
  }
  .introduction .introduction-top .pic span {
  	  cursor: pointer;
  	  display: inline-block;
  }
  .introduction .introduction-item {
  	  margin-bottom: 20px;
  }
  .introduction .introduction-list .info-text p {
  	  margin: 0;
  	  border-bottom: 1px solid #ccc;
  }
  .introduction .introduction-list .info-text p a {
  	  text-decoration: none;
  	  color: #333;
  	  font-size: 15px;
  	  padding: 10px 0;
  	  display: inline-block;
  	  line-height: 24px;
  }
  .introduction .introduction-list .info-text p a:hover {
  	  color: #026be9;
  }
  .introduction .introduction-list {
  	  height: calc(100% - 46px);
  	  overflow-y: scroll;
  }
  .introduction .introduction-list .introduction-item-title p {
  	  font-weight: bold;
  	  font-size: 20px;
  	  margin: 0px 0 -2px;
  }
  .clickContrlArea {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
  .otherRili{
	  height: 100%;
	  width: 100%;
  }

  .thumbnail-box .main .main-list .main-item div {
  	height: 190px;
  	overflow: hidden;
  }
