#citms #citms-shortcuts {
  top: 400px;

}
.swiper-slide {
  margin: 0 1%;
}

/* 轮播区域样式 */
.tjMenu {
  background: url("../../../static/images/tjimg/menuBg.png") no-repeat 0 bottom;
  background-size: 100% auto;
  width: calc(10.5% - 15px);
  height: calc(100% - 40%);
  margin-left: 15px;
  position: relative;
  overflow: hidden;
  float: left;
}
.tjMenu.up {
  background: url("../../../static/images/tjimg/menuBg.png") no-repeat 0 top;
  background-size: 100% auto;
}
.menubox {
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
}
.tjMenu.up .menubox {
  top: 0;
}
.menuico {
  background: url("../../../static/images/tjimg/ico.png") no-repeat center 0;
  background-size: 100% auto;
  text-align: center;
  margin: 0 20px;
  margin-top: 20px;
  overflow: hidden;
  padding: 10%;
  padding-bottom: 20%;
  border-radius: 50%;
  position: relative;
  transition: box-shadow 0.25s;
}

@media screen and (max-height: 900px) {
  #citms #citms-shortcuts .search-box{
    top:-130px;
  }
}
@media screen and (max-height: 800px) {
  #citms #citms-shortcuts .search-box{
    top:-100px;
  }
   #citms #citms-shortcuts {
    top: 280px;
  }
  .tjMenu {
    height: calc(100% - 25%);
  }
  .menuico {
    margin: 10px 10px 0;
    padding: 10%;
    padding-bottom: 20%;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .tjMenu {
    height: calc(100% -30%);
  }
  .menuico {
    margin: 10px 10px 0;
    padding: 10%;
    padding-bottom: 20%;
  }
}
.menuico:hover,
.menuico.on {
  box-shadow: 2px 2px 15px rgba(49, 127, 255, 0.5),
    2px -3px 15px rgba(49, 127, 255, 0.5), 2px 4px 15px rgba(49, 127, 255, 0.5),
    -3px 2px 15px rgba(49, 127, 255, 0.5);
  // box-shadow: 0px 0px 10px #317fff, 0px 0px 10px #317fff, 0px 0px 10px #317fff, 0px 10px 10px #317fff;
  cursor: pointer;
}
.menuico img {
  width: 75%;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 5px;
}
.menuico b {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  animation: circleRoate 2s infinite linear;
  transform-style: preserve-3d;
}
@keyframes circleRoate {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
.menuico b::after {
  width: 5px;
  height: 5px !important;
  border-radius: 50%;
  background-color: #fff;
  animation: particle_ 2s infinite linear;
  box-shadow: 0 0 12px #fff;
  content: " ";
  position: absolute;
  left: 50%;
}
@keyframes particle_ {
  from {
    transform: rotateX(90deg) rotateY(0deg);
  }
  to {
    transform: rotateX(90deg) rotateY(-360deg);
  }
}
.menuTitle {
  text-align: center;
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
  height: 50px;
}
.menuTitle h2 {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  height: 24px;
}
.menuTitle p {
  font-size: 12px;
  line-height: 20px;
  color: #8e8f91;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  height: 20px;
}
.nums {
  width: 22%;
  height: 22%;
  border-radius: 50%;
  background: #e50031;
  position: absolute;
  top: 8%;
  right: 8%;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  line-height: 24px;
  text-align: center;
}

/* 轮播按钮样式 */
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  top: calc(50% - 90px);
  left: 0;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
  top: calc(50% - 70px);
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 90px;
  left: 0;
  width: 100%;
  position: fixed;
  z-index: 500;
}

/*  轮播区域文件夹样式 */
.folderWrap {
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc(100% - 50%);
}
.tjMenu.up .folderWrap {
  bottom: inherit;
  top: 0;
}
.folderWrap p {
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  margin-top: 10px;
}
.folder {
  background-size: 100% auto;
  text-align: center;
  margin: 0 20px;
  margin-top: 10px;
  overflow: hidden;
  padding: 10% 8%;
  position: relative;
  border: 1px solid #00e4ff;
  border-radius: 28%;
  height: calc(100% - 50px);
  -webkit-box-shadow: rgba(0, 150, 255, 0.66) 0px 0px 10px 5px inset;
          box-shadow: rgba(0, 150, 255, 0.66) 0px 0px 10px 5px inset;
}
.folderBox {
  width: 43%;
  float: left;
  height: 48%;
  overflow: hidden;
  margin: 1%;
  margin-top: 2%;
}
.folderBox:nth-child(2n-1) {
  margin-right: 8%;
}
.folderBox img {
  width: 80%;
  margin-top: 10%;
}
.imgBox {
  border-radius: 50%;
  padding: 15%;
  background: url("../../../static/images/tjimg/ico.png") no-repeat center 0;
  background-size: 100% auto;
}

.folderListBoxMask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 30;
  display: none;
}
/** 文件夹弹出窗样式*/
.folderListBox {
  background: url(../../../static/images/tjimg/folderBg.png) no-repeat 0 0;
  background-size: 100% 100%;
  width: 0;
  height: 0;
  z-index: 3000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -42%);
  border: 1px solid #0d6f97;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 50px #004b8a;
}
.folderList {
  margin-left: 25px;
}
.folderListBox h2 {
  height: 30px;
  overflow: hidden;
}
.folderName {
  font-size: 16px;
  line-height: 30px;
  color: #4addfb;
  background: transparent;
  border: 0px none;
  height: 30px;
  outline: none;
  width: 350px;
  padding-left: 10px;
  text-align: center;
  overflow: hidden;
}
.folderName:focus {
  border: 0px none;
  border-bottom: 1px solid #0d6f97;
  height: 29px;
}
.folderItem {
  width: 150px;
  float: left;
  margin: 0 50px;
}
.folderItem .menubox {
  position: inherit;
  top: inherit;
  left: inherit;
  bottom: inherit;
  margin-top: 20px;
}
.folderItem .menubox .menuico {
  width: 103px;
  height: 103px;
  padding: 0;
  margin: 0 auto;
  margin-top: 10px;
}
.folderItem .menubox .menuico img {
  width: 60%;
  height: 60%;
  margin: 20%;
}


.shortcuts-container{
 z-index: 10; 
}
.folderWrap .folderBox img{    vertical-align: inherit;}