@font-face {
  font-family: MicrosoftYaHei;
  src: url('../font/MicrosoftYaHei.ttf'),
  url('../font/MicrosoftYaHei.eot'); /* IE9+ */
}

@font-face {
  font-family: MicrosoftYaHei-Bold;
  src: url('../font/MicrosoftYaHei-Bold.ttf'),
  url('../font/MicrosoftYaHei-Bold.eot'); /* IE9+ */
}

@font-face {
  font-family: Captureit;
  src: url('../font/Captureit.ttf'),
  url('../font/Captureit.eot'); /* IE9+ */
}

@font-face {
  font-family: DS-Digital-Bold;
  src: url('../font/DS-Digital-Bold.ttf'),
  url('../font/DS-Digital-Bold.eot'); /* IE9+ */
}

@font-face {
  font-family: TRENDS;
  src: url('../font/TRENDS.ttf'),
  url('../font/TRENDS.eot'); /* IE9+ */
}
.user-login .bg {
  background: url("../img/user/bg.png") center / contain no-repeat;
}
.user-login .logo{
  background: url("../img/user/logo.png") center / cover no-repeat;
}
.wrap-bg{
  background:#F5F7FA;
}
.wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
}
#app{
  overflow: auto;
}
.main {
  width: 1152px;
  height: auto;
  background: #ffffff;
  border-radius: 2px;
  margin: 40px auto;
}
.ncac_main{
  width: 90%;
}
.content {
  width:1152px;
  height: auto;
}
.mian_ncac{
  width: 100%;
}
.content_ncac{
  width: 90%;
  margin: 0 auto;
}
.content .title{
  width: 1152px;
  height: 55px;
  border-bottom: 1px solid #E9E9E9;
  padding: 16px 0;
  margin-bottom: 14px;
}
.content_ncac .title{
  width: 90%;
}
.home-bg{
  background: url('../img/home/bg3.png') center /100% 100% no-repeat;
}
.login-bg{
  background: url('../img/home/bg1.png') center 100%/100% auto no-repeat;
}
.ncac-bg{
  background: url('../img/home/ncac-bg.png') center 100%/100% auto no-repeat;
}
.nnac-bg {
  background: url('../img/home/bg-nnac.png') center 100%/100% auto no-repeat;
}
.ytac-bg {
  background: url('../img/home/bg-ytac.png') center 100%/100% auto no-repeat;
}
.dlac-bg {
  background: url('../img/home/bg-dlac.png') center 100%/100% auto no-repeat;
}
.bg-new{
  background: url('../img/home/bg-nnac.png') center 100%/100% auto no-repeat;
}
.nav-on{
  background: url('../img/home/nav-on.png') center /100% 100% no-repeat;
}
.icon{
  display:block;
  width:0.3rem;
  height:0.3rem;
}
.icon-phone{
  background: url('../img/home/phone.png') center 100%/100% auto no-repeat;
}
.icon-send{
  background: url('../img/home/send.png') center 100%/100% auto no-repeat;
}
.icon-net{
  background: url('../img/home/net.png') center 100%/100% auto no-repeat;
}
.icon-notice{
  background: url('../img/home/notice.png') center 100%/100% auto no-repeat;
}
.icon-user{
  background: url('../img/home/avatar-border.png') center 100%/100% auto no-repeat;
}
.icon-deault-avatar{
  background: url("../img/user/Group.svg") center / 0.4rem 0.4rem no-repeat;
}
.icon-view-all{
  background: url("../img/home/all.png") center / 100% 100% no-repeat;
}
.th-bg{
  background: url("../img/home/list-title.png") center / 100% 100% no-repeat;
}
.logo{
  display:inline-block;
  min-width:2.56rem;
  width:2.56rem;
  height:0.82rem;
  margin:0 0.54rem 0 0.4rem!important;
}
.logo-cqac{
  background:url("../img/home/logo/cq-logo.png") center / cover no-repeat;
}
.logo-qdac{
  background:url("../img/home/logo/qd-logo.png") center / cover no-repeat;
}
.logo-hnac{
  background:url("../img/home/logo/hn-logo.png") center / cover no-repeat;
}
.logo-whac{
  background:url("../img/home/logo/wh-logo.png") center / cover no-repeat;
}
.logo-ytac{
  background:url("../img/home/logo/yt-logo1.png") center / cover no-repeat;
}
.logo-dlac{
  background:url("../img/home/logo/dl-logo1.png") center / cover no-repeat;
}
.logo-nnac{
  background:url("../img/home/logo/nn-logo.png") center / cover no-repeat;
}
.logo-ncac{
  background:url("../img/home/logo/ncac-logo.png") center / cover no-repeat;
}
.logo-sjzac{
  background:url("../img/home/logo/sjz-logo.png") center / cover no-repeat;
}

.ant-collapse-arrow svg{
  float:right;
}
.mian_ncac .ant-table-body{
  min-height: 600px;
}
.mian_ncac .ant-table-placeholder{
  position: absolute;
  width: 100%;
  top: 100px;
  border: none;
}

