html,
body {
  height: 100%;
}
.ejbanner1{
  display:none
}
.load {
  min-height: 230px;
  height: 100%;
  max-height: 430px;
  position: relative;
}

.load::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  position: absolute;
  background: url(../images/timg.gif) no-repeat center;
  background-color: white;
  background-size: 240px;
  min-height: 220px;
  top: 0;
  left: 0;
}
.load2{
  border-right-color: transparent;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.load2:before {
    content: "";
    position: absolute;
    top: 29%;
    left: 50%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px #fd9957 solid;
    clip: rect(0, 110px, 120px, 0);
    animation: loading 1.1s infinite linear;
  }

  @keyframes loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

.content-box {
}

.app-nav {
  margin-top: 100px;
  padding-top: 10px;
  background: #fff;
}

.app-nav .fl {
  display: none;
}

.app-nav .form-control {
  font-size: 16px;
  height: 38px;
}

.app-nav .breadcrumb {
  background: #fff;
  display: inline-block;
  font-size: 16px;
  /* font-family: SF UI Display; */
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}

.app-nav .breadcrumb li+li::before {
  content: ">\00a0";
}

.app-nav .select {
  padding-top: 4px;
}

.content-block {
  margin-bottom: 24px;
  padding: 24px 38px;
  background: rgba(247, 247, 247, 1);
  overflow: auto;
}

.appDescription,
.screenshots {
  padding-bottom: 28px;
}

.appMessage .media-left {
  /* padding-left: 10px; */
  padding-right: 12px;
}

.appMessage .media-left img {
  width: 112px;
  height: 112px;
}

.appMessage .media-body {
  position: relative;
}

.appMessage .media-heading {
  font-size: 24px;
  /* font-family:SF UI Display; */
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
}

.appMessage .media-heading span {
  font-size: 24px;
  color: rgba(102, 102, 102, 1);
  padding-left: 2px;
}

.otherMessage {
  /* margin-top: 30px; */
  font-size: 16px;
  line-height: 16px;
  /* font-family:SF UI Display; */
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  position: absolute;
  bottom: -1px;
}

.otherMessage div+div{
  margin-top: 13px;
}

.otherMessage span+span {
  padding-left: 32px;
}
.otherMessage a{
  color: #0072FF;
  text-decoration: underline;
}

.content-block h4 {
  font-size: 20px;
  /* font-weight: 400; */
  color: rgba(51, 51, 51, 1);
  margin-bottom: 15px;
}

.appDescription .description {
  font-size: 16px;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 28px;
  white-space: pre-wrap;
}

.screenshots {
  position: relative;
  overflow: hidden;
}

#picture-box {
  position: relative;
  overflow: auto;
  width: 100%;
}
#picture-box::-webkit-scrollbar{
  display: none;
}

.picture-inner {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  transition: all 0.25s ease 0s;
}

.picture-inner img {
  height: 394px;
  width: 700px;
  float: left;
  padding-left: 8px;
}

.picture-inner img:first-child {
  padding-left: 0px;
}

/* å›¾ç‰‡æŽ§åˆ¶å·¦å³æŒ‰é”® */
.screenshots .picture-control {
  position: absolute;
  width: 38px;
  text-align: center;
  font-size: 40px;
  font-family: cursive;
  height: 394px;
  line-height: 394px;
  top: 84px;
  font-weight: 900;
  cursor: pointer;
}

.picture-control.left {
  left: 0px;
}

.picture-control.right {
  right: 0px;
}

/* å›¾ç‰‡æŽ§åˆ¶æŒ‰é”®ç»“æŸ */

.app-box {
  overflow: hidden;
  margin-bottom: 60px;
}

.category-nav {
  width: 260px;
  background: rgba(247, 247, 247, 1);
  padding: 0 0px 14px 0px;
  margin-right: 28px;
}

.category-nav h3 {
  font-size: 20px;
  font-weight: 400;
  padding: 0 0 0 36px;
  color: rgba(128, 128, 128, 1);
  margin: 36px 0 22px;
}

.tree ul{
  margin-bottom: 0;
}
.tree li {
  list-style-type: none;
  margin: 0;
  padding: 22px 0;
  position: relative;
}

.tree li+li {
  /* margin-top: 5px; */
}

.parent_li li+li {
  margin: 0;
}

.tree li li::before,
.tree li li::after {
  content: '';
  left: -6px;
  position: absolute;
  right: auto;
}

.tree li li::before {
  border-left: 2px solid rgba(216, 216, 216, 1);
  ;
  height: 100%;
  top: -5px;
  width: 2px
}

.tree li li::after {
  border-top: 2px solid rgba(216, 216, 216, 1);
  top: 25px;
  width: 25px
}

.tree li span {}

.tree li.parent_li .glyphicon {
  position: absolute;
  top: 10px;
  right: 4px;
  font-size: 18px;
}

.tree>ul>li::before,
.tree>ul>li::after {
  border: 0
}

.tree li:last-child::before {
  height: 30px
}

.tree li:hover {
  background: #eee;
  color: black;
  cursor: pointer;
}

.tree ul li {
  padding: 22px 20px 22px 36px;
  line-height: 1;
  font-size: 20px;
  font-weight: 400;
  color: rgba(128, 128, 128, 1);
}

li.parent_li li {
  padding-left: 20px;
}
li.parent_li li:hover {
  /* background: #ddd; */
}
.tree li.active {
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
}

/* æ ‘å½¢ç»„ä»¶æ ·å¼ç»“æŸ */
.app-list {
  background: rgba(247, 247, 247, 1);
  padding: 30px;
  /* float: left;
  width: calc(100% - 292px); */
  overflow: hidden;
}

.app-list .app-ul {
  overflow: hidden;
}

.app-list .app-ul li {
  width: 20%;
  float: left;
  padding-top: 15px;
  /* text-align: center; */
  height: 180px;
  max-height: 180px;
}

.app-list .app-ul li>div {
  height: 100%;
  width: 100px;
  margin: 0 auto;
  /* text-align: center; */
}

.app-ul li>div img {
  height: 100px;
  width: 100px;
  cursor: pointer;
  margin-bottom: 8px;
}

.app-ul li>div span {
  font-size: 16px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  cursor: pointer;
}

.app-list nav {
  text-align: center;
}

.pagination>li>a,
.pagination>li>span {
  margin: 0 5px;
  background: rgba(255, 255, 255, 1);
  border-radius: 50% !important;
  font-size: 20px;
  font-weight: 400;
  color: rgba(127, 127, 127, 1);
  width: 42px;
  height: 42px;
}

.pagination>li .glyphicon {
  font-size: 16px;
}

#pagination {
  margin: 10px auto 0;
  width: max-content;
}

#pagination .glyphicon {
  font-size: 16px;
  line-height: 42px;
}

.app__pagination {
  display: inline-block;
  transition: all .7s ease 0s;
  margin: 0 5px;
  background: rgba(255, 255, 255, 1);
  border-radius: 50% !important;
  font-size: 16px;
  font-weight: 400;
  color: rgba(127, 127, 127, 1);
  width: 42px;
  text-align: center;
  line-height: 42px;
  height: 42px;
}

.app__pagination+.app__pagination {
  margin-left: 13px;
}

.app__pagination:hover {
  color: #fff;
  background-color: #248efb
}

.app__pagination-active {
  background: #248efb;
  /* padding: 5px 10px; */
  color: #fff
}

@media (max-width:991px) {
  .app-nav {
    margin-top: 90px;
    padding: 10px 0;
    overflow: hidden;
  }

  .app-nav .breadcrumb,
  .category-nav {
    display: none;
  }

  .app-nav .fl {
    display: block;
  }

  .otherMessage {
  margin-top: 0;
  }

  span.publish {
    display: block;
  }

  .otherMessage .time {
    padding-left: 40px;
  }

  .app-list {
    width: 100%;
    padding: 20px;
  }

  .app-list .app-ul li {
    width: 25%;
  }
}

@media (max-width: 767px) {
  body {
    min-width: 700px;
  }

  .app-box {
    margin-bottom: 40px;
  }

  .app-nav {
    margin-top: 60px;
    padding: 17px 0 22px;
    overflow: hidden;
  }

  .app-nav .form-control {
    font-size: 24px;
    height: 48px;
  }

  #classSelect {
    width: 364px;
  }

  .content-block {
    margin-bottom: 23px;
    padding: 20px 23px;
  }

  .content-block h4 {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 400;
  }
  .appMessage .media-left img{
    width: 170px;
    height: 170px;
  }
  .appMessage .media-heading{
    font-size:32px;
    font-weight: 400;
  }
  .otherMessage{
    font-size:20px;
    line-height: 26px;
  }
  .otherMessage div+div{
    margin-top: 0;
  }
  .otherMessage span+span {
    display: block;
    padding: 0;
  }
  .otherMessage div:first-of-type span:last-of-type{
    display: inline;
    padding-left: 16px;
  }
  .appDescription .description {
    line-height: 36px;
    font-size: 24px;
  }

  .screenshots .picture-control {
    width: 25px;
    height: 324px;
    line-height: 324px;
    top: 70px;
    display: none !important;
  }

  .picture-inner {
    padding-bottom: 20px;
  }

  .picture-inner img {
    width: 575px;
    height: 324px;
  }

  .footer .backtop {
    right: 0;
    z-index: 999;
  }
}