* {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

#app {
  font-family: 'Microsoft Yahei';
  font-size: 16px;
  width: 1920px;
  margin: 0 auto;
  padding: 0;
  user-select: none;
  overflow-x: hidden;
}

#wrapper {
  display: none;
  position: relative;
}

#wrapper-loading {
  width: 1920px;
  height: 960px;
  background: url(../images/bg-loading.jpg?v=2) no-repeat center;
}

.logo {
  position: absolute;
  width: 210px;
  height: 95px;
  top: 0px;
  left: 230px;
  background-image: url(../images/logo.png?v=2);
  background-size: 100% 100%;
  z-index: 99;
}

#animation_container {
  display: block;
}
.pet{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}

.active_content {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/popbg.jpg?v=1) no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 999999;
  overflow: hidden;
  display: none;
}
.pop-box{
  width: 1158px;
  height: 766px;
  position: absolute;
  left: 50%;
  margin-left: -579px;
  top: 50%;
  margin-top: -383px;
  background: url(../images/pop.png?v=1) no-repeat;
}

.active_title {
  width: 175px;
}

.gotop {
  width: 100%;
  height: 60px;
  cursor: pointer;
}

.active_title ul {
  width: 176px;
  height: 250px;
  top: 77px;
  left: 0;
  position: absolute;
  z-index: 20;
}

.active_title li {
  width: 100%;
  height: 56px;
  cursor: pointer;
  margin-bottom: 3px;
  /* border-radius: 14px; */
}

.nav1.act {
  background: url(../images/nav.png?v=2) no-repeat;
  background-position: 0 0px;
}
.nav2.act {
  background: url(../images/nav.png?v=2) no-repeat;
  background-position: 0 -59px;
}
.nav3.act {
  background: url(../images/nav.png?v=2) no-repeat;
  background-position: 0 -118px;
}
.nav4.act {
  background: url(../images/nav.png?v=2) no-repeat;
  background-position: 0 -177px;
}
.nav5.act {
  background: url(../images/nav.png?v=2) no-repeat;
  background-position: 0 -236px;
}
.nav6.act {
  background: url(../images/nav.png?v=2) no-repeat;
  background-position: 0 -295px;
}
.nav7.act {
  background: url(../images/nav.png?v=2) no-repeat;
  background-position: 0 -354px;
}



.active_color {
  color: #ff375c !important;
}

#content {
  width: 100%;
  position: relative;
}
#content .t{
  display: block;
  margin-left: 505px;
  margin-top: 3px;
}
.cont{
  width: 920px;
  height: 550px;
  margin-left: 200px;
  margin-top: 20px;
  overflow: auto;
}
.cont::-webkit-scrollbar{
  width: 6px;
  background: #c0c0c0;
}
.cont::-webkit-scrollbar-thumb{
  width: 6px;
  background: #2091f0;
}
#navigation {
  position: absolute;
  top: 22px;
  left: 1360px;
  width: 470px;
  height: 47px;
  z-index: 99;
}

.home {
  background: url(../images/btns.png?v=1) no-repeat;
}

.start {
  background: url(../images/btns.png?v=1) no-repeat;
  background-position: 100% 0;
}

.web7k7k {
  background: url(../images/link.png) no-repeat;
  background-position: 50% 0;
}

.btn-link {
  float: left;
  width: 120px;
  height: 47px;
}

@keyframes step_id {
  0% {
    opacity: 1;
    scale: 1;
  }

  50% {
    opacity: .8;
  }

  100% {
    opacity: 1;
    scale: 1;
  }
}


/* 版本提示 */
#NIE-warning-tips {
  display: none;
}

#NIE-warning-bg {
  display: none;
}

#NIE-warning-dialog {
  display: none;
}

.p-f-record a {
  color: #4f4f4f;
}
.hide{
  display: none;
}
