/* #loading{bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999;background-color:#f4f5f5;pointer-events:none;}.loader-inner{will-change:transform;width:40px;height:40px;position:absolute;top:50%;left:50%;margin:-20px 0 0 -20px;background-color:#3742fa;border-radius:50%;animation:scaleout 0.6s infinite ease-in-out forwards;text-indent:-99999px;z-index:999991;}@keyframes scaleout{0%{transform:scale(0);opacity:0;}40%{opacity:1;}100%{transform:scale(1);opacity:0;}} */

/* .catListTag {
  margin: 20px 0;
  clear: both;
  text-align: left;
  font-size: 12px;
}
 .catListTag ul {
  display: inline;
  list-style-type: none;
}


.catListTag ul li a {
  list-style: none;
  display: inline;
}

.catListTag ul li a{
  height: 24px;
  display: inline-block;
  padding: 2px 11px;
  border-radius: 8px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


.catListTag ul li a {
  color: #FFF;
  text-decoration: none
}

.catListTag ul li a:hover {
  border-radius: 8;
  text-shadow: #000 1px 1px 1px
}


.catListTag ul li:nth-of-type(8n-7) a {
  background: #8A9B0F
}

.catListTag ul li:nth-of-type(8n-6) a {
  background: #EB6841
}

.catListTag ul li:nth-of-type(8n-5) a {
  background: #3FB8AF
}

.catListTag ul li:nth-of-type(8n-4) a {
  background: #FE4365
}

.catListTag ul li:nth-of-type(8n-3) a {
  background: #FC9D9A
}

.catListTag ul li:nth-of-type(8n-2) a {
  background: #EDC951
}

.catListTag ul li:nth-of-type(8n-1) a {
  background: #C8C8A9
}

.catListTag ul li:nth-of-type(8n) a {
  background: #83AF9B
}

.dict .pcolor a:first-child {
  background: #036564
}

.dict .pcolor a:last-child {
  background: #3299BB
} */

#loading{background:#fff;background:radial-gradient(#fff,#fff);bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:99999}.loader-inner{bottom:0;height:60px;left:0;margin:auto;position:absolute;right:0;top:0;width:100px}.loader-line-wrap{animation:spin 2s cubic-bezier(0.175,0.885,0.32,1.275) infinite;box-sizing:border-box;height:50px;left:0;overflow:hidden;position:absolute;top:0;transform-origin:50% 100%;width:100px}.loader-line{border:4px solid transparent;border-radius:100%;box-sizing:border-box;height:100px;left:0;margin:0 auto;position:absolute;right:0;top:0;width:100px}.loader-line-wrap:nth-child(1){animation-delay:-50ms}.loader-line-wrap:nth-child(2){animation-delay:-0.1s}.loader-line-wrap:nth-child(3){animation-delay:-150ms}.loader-line-wrap:nth-child(4){animation-delay:-0.2s}.loader-line-wrap:nth-child(5){animation-delay:-250ms}.loader-line-wrap:nth-child(1) .loader-line{border-color:#ea4747;height:90px;width:90px;top:7px}.loader-line-wrap:nth-child(2) .loader-line{border-color:#eaea47;height:76px;width:76px;top:14px}.loader-line-wrap:nth-child(3) .loader-line{border-color:#47ea47;height:62px;width:62px;top:21px}.loader-line-wrap:nth-child(4) .loader-line{border-color:#47eaea;height:48px;width:48px;top:28px}.loader-line-wrap:nth-child(5) .loader-line{border-color:#4747ea;height:34px;width:34px;top:35px}@keyframes spin{0%,15%{transform:rotate(0)}100%{transform:rotate(360deg)}}