html,
body {
  background: #f5f5f7;
}
/*--font--*/
@font-face {
  font-family: "iconfont";
  /* Project id 3637974 */
  src: url("//at.alicdn.com/t/c/font_3637974_6l96sxm9pie.woff2?t=1662616797841") format("woff2"), url("//at.alicdn.com/t/c/font_3637974_6l96sxm9pie.woff?t=1662616797841") format("woff"), url("//at.alicdn.com/t/c/font_3637974_6l96sxm9pie.ttf?t=1662616797841") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.text-of {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*
 *@description:公共顶部 
 *@author: liangtian 
 *@date: 2020-07-28 11:22:32
*/
.header-wrap {
  background: #ffffff;
  min-width: 100%;
  height: 64px;
  position: relative;
  z-index: 999;
}
.header-wrap header {
  width: 1290px;
  height: 64px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.header-wrap header h1 {
  margin-right: 64px;
}
.header-wrap header h1 img {
  width: 182px;
}
.header-wrap header > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-wrap header > ul li {
  margin-right: 42px;
  border-bottom: 2px transparent;
}
.header-wrap header > ul li a {
  text-align: center;
  display: inline-block;
  padding: 11px;
  font-size: 16px;
  color: #4a4a4a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-wrap header > ul .nav-active {
  border-bottom: 2px solid #0181ff;
}
.header-wrap header > ul .nav-active a {
  font-weight: bold;
  color: #0181ff;
}
.header-wrap header .search-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 210px;
  height: 34px;
  background: #f5f5f7;
  border-radius: 15px;
  border: 1px solid #eaeaea;
  padding: 0 10px;
  margin: 0 15px;
}
.header-wrap header .search-content i {
  font-size: 18px;
  color: #b3b3b3;
  margin-right: 15px;
}
.header-wrap header .search-content input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  padding: 5px 0;
  color: #b2b2b2;
  border: 0;
  background: transparent;
}
.header-wrap header .search-content input::-webkit-input-placeholder {
  color: #b2b2b2;
}
.header-wrap header .search-content input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b2b2b2;
}
.header-wrap header .search-content input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b2b2b2;
}
.header-wrap header .search-content input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b2b2b2;
}
.header-wrap .user-wrap {
  position: absolute;
  right: 0;
}
.header-wrap .user-login,
.header-wrap .user {
  color: #545c63;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.header-wrap .user-login > a,
.header-wrap .user > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-wrap .user-login i,
.header-wrap .user i {
  font-size: 22px;
  margin-right: 5px;
}
.header-wrap .user-login span,
.header-wrap .user span {
  font-size: 15px;
  color: #545c63;
}
.header-wrap .user-login img,
.header-wrap .user img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 8px;
  border: 1px solid #b2b2b2;
}
.header-wrap .user-login:hover i,
.header-wrap .user:hover i {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #007aff;
}
.header-wrap .user-login:hover span,
.header-wrap .user:hover span {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #007aff;
}
.dropdown .dropdown-menu {
  top: 106%;
  border: 0;
  min-width: 110px;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(153, 153, 153, 0.28);
  box-shadow: 0px 3px 7px 0px rgba(153, 153, 153, 0.28);
}
.dropdown .dropdown-menu li {
  padding: 0 12px;
}
.dropdown .dropdown-menu li a {
  padding: 6px 4px;
  font-size: 13px;
  color: #999999;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.dropdown .dropdown-menu li a:hover {
  background: transparent;
  color: #4699f6 !important;
}
.dropdown .dropdown-menu li a:focus {
  background: transparent;
}
.dropdown .dropdown-menu li:last-child a {
  border: 0;
}
@-webkit-keyframes fadeinT {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeinT {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes fadeinT {
  0% {
    opacity: 0;
    -ms-transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes fadeinT {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.header-wrap-an {
  z-index: 999;
  -webkit-box-shadow: -1px 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: -1px 0px 10px rgba(0, 0, 0, 0.3);
  -webkit-animation: fadeinT 0.5s alternate;
  animation: fadeinT 0.5s alternate;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
/*
     *@description:公共底部 
     *@author: liangtian 
     *@date: 2020-07-28 16:32:15
    */
.footer-wrap {
  height: 98px;
  background: #282c2e;
}
.footer-wrap footer {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-wrap footer .footer-l p {
  color: #999;
  font-size: 14px;
  margin-bottom: 10px;
}
.footer-wrap footer .footer-l p a {
  color: #999;
}
.footer-wrap footer .footer-l p:last-child {
  margin-bottom: 0;
}
.footer-wrap footer .footer-r img {
  width: 200px;
}
/*
   *@description:前台分页 
   *@author: liangtian 
   *@date: 2020-07-30 10:03:24
  */
.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 45px 0;
}
.paging .layui-laypage > a {
  margin-bottom: 0;
}
.paging .layui-laypage > span {
  margin-bottom: 0;
}
.paging .layui-laypage a,
.paging .layui-laypage span,
.paging .layui-laypage button {
  border: 0;
  width: 30px;
  padding: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 6px;
  font-size: 14px;
  background: transparent;
}
.paging .layui-laypage a {
  border-radius: 50%;
}
.paging .layui-laypage a:hover {
  background: #d9dde1;
  color: #4d555d;
}
.paging .layui-laypage .layui-laypage-prev,
.paging .layui-laypage .layui-laypage-next {
  width: unset;
  margin: 0 15px;
}
.paging .layui-laypage .layui-laypage-prev:hover,
.paging .layui-laypage .layui-laypage-next:hover {
  background: unset;
}
.paging .layui-laypage .layui-laypage-curr {
  text-align: center;
}
.paging .layui-laypage .layui-laypage-curr .layui-laypage-em {
  border-radius: 50%;
}
/*
   *@description:播放中动效 
   *@author: liangtian 
   *@date: 2020-08-03 13:48:39
  */
.playing {
  width: auto;
  height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.playing .playing__bar {
  display: inline-block;
  background: white;
  width: 2px;
  border-radius: 1px;
  margin: 0 1px;
  height: 100%;
  -webkit-animation: up-and-down 1.3s ease infinite alternate;
  animation: up-and-down 1.3s ease infinite alternate;
}
.playing .playing__bar1 {
  height: 60%;
}
.playing .playing__bar2 {
  height: 30%;
  -webkit-animation-delay: -2.4s;
  animation-delay: -2.4s;
}
.playing .playing__bar3 {
  height: 75%;
  -webkit-animation-delay: -3.7s;
  animation-delay: -3.7s;
}
@-webkit-keyframes up-and-down {
  10% {
    height: 30%;
  }
  30% {
    height: 100%;
  }
  60% {
    height: 50%;
  }
  80% {
    height: 75%;
  }
  100% {
    height: 20%;
  }
}
@keyframes up-and-down {
  10% {
    height: 30%;
  }
  30% {
    height: 100%;
  }
  60% {
    height: 50%;
  }
  80% {
    height: 75%;
  }
  100% {
    height: 20%;
  }
}
/*
   *@description: 划过底部阴影
   *@author: liangtian 
   *@date: 2020-08-05 17:29:52
  */
.hvr_float_shadow {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.hvr_float_shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -o-radial-gradient(center, ellipse, rgba(16, 31, 1, 0.35) 0%, rgba(16, 31, 1, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(16, 31, 1, 0.35) 0%, rgba(16, 31, 1, 0) 80%);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.hvr_float_shadow:hover {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hvr_float_shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
}
/*暂无数据*/
.no-data {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 0;
}
.no-data p {
  padding-top: 40px;
  color: #9199a1;
  font-size: 22px;
  font-weight: 400;
}
.no-data p span {
  color: #409cff;
  font-size: 22px;
  font-weight: bold;
}
