body {
  background: #000;
  font-family: "San Francisco", "SourceHanSansCN Regular", "Microsoft YaHei", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.comp {
  position: relative;
  overflow: hidden;
}

.w {
  position: relative;
  width: 1420px;
  margin: 0 auto;
}

button {
  display: block;
  cursor: pointer;
  border: 0;
}

.m_commonCommu {
  display: none;
}

.commonCommu span, .commonCommu a {
  position: relative;
  width: 27px;
  height: 22px;
  margin-top: 25px;
  background-image: url("../images/icon-commu.png");
  background-repeat: no-repeat;
}
.commonCommu .commu-wx {
  background-position: 0 0;
}
.commonCommu .commu-wx:hover {
  background-position: -60px 0;
}
.commonCommu .commu-wx:hover .commonCommu-box {
  display: block;
}
.commonCommu .commu-wb {
  background-position: 0 -48px;
}
.commonCommu .commu-wb:hover {
  background-position: -60px -48px;
}
.commonCommu .commu-bili {
  background-position: 0 -96px;
}
.commonCommu .commu-bili:hover {
  background-position: -60px -96px;
}
.commonCommu .commu-qq {
  background-position: 0 -144px;
}
.commonCommu .commu-qq:hover {
  background-position: -60px -144px;
}
.commonCommu .commu-dy {
  background-position: 0 -192px;
}
.commonCommu .commu-dy:hover {
  background-position: -60px -192px;
}
.commonCommu .commu-dy:hover .commonCommu-box {
  display: block;
}
.commonCommu .commu-dy .commonCommu-box {
  bottom: 0;
}
.commonCommu .commonCommu-box {
  display: none;
  position: absolute;
  width: 155px;
  padding: 7px;
  background-color: #222931;
}
.commonCommu .commonCommu-box img {
  position: relative;
  display: block;
  margin: 0 auto 7px;
  width: 100%;
}
.commonCommu .commonCommu-box p {
  color: #cbbfa6;
  text-align: center;
  margin-bottom: 5px;
}

.commu {
  position: fixed;
  left: 60px;
  bottom: 80px;
  z-index: 11;
  width: 36px;
}
.commu h3 {
  line-height: 1.4;
  color: #999;
}
.commu span, .commu a {
  display: block;
  left: 3px;
}
.commu .commonCommu-box {
  left: 40px;
}

header {
  position: relative;
  z-index: 9;
  height: 90px;
  line-height: 90px;
  margin-bottom: 60px;
}
header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 140px;
  background: url("../images/header-bg.png") 0 0 repeat-x;
  background-size: auto 100%;
  pointer-events: none;
  z-index: -1;
}
header .logo {
  /*position: absolute;
  left: 50px;
  top: 20px;*/
  font-size: 0;
  float: left;
  margin-left: 50px;
  margin-top: 20px;
}
header nav {
  float: left;
  color: #ccc;
  margin-top: 7px;
  margin-left: 50px;
  font-size: 18px;
}
header nav a {
  font-size: 20px;
  color: #ccc;
  margin: 0 15px 0 8px;
}
header nav a:hover {
  color: #fff;
}
header .btn-pre,
header .btn-dl,
header .state1,
header .state2 {
  float: right;
}
header .btn-dl {
  width: 174px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #ffe7a6;
  font-size: 20px;
  margin: 26px 67px 0 0;
  background: url("../images/btn.png") 0 0 no-repeat;
}
header .btn-dl:hover {
  background-position: -175px 0;
}
header .state1,
header .state2 {
  display: none;
  margin-top: 5px;
  font-size: 20px;
  margin-right: 40px;
}
header .state1.show,
header .state2.show {
  display: block;
}
header .state1 span {
  color: #e3e3e3;
  margin-left: 17px;
  cursor: pointer;
}
header .state1 span:hover {
  color: #fff;
}
header .state2 {
  position: relative;
}
header .state2:hover .box {
  display: block;
}
header .state2 .username {
  position: relative;
  padding-right: 26px;
  color: #e3e3e3;
}
header .state2 .username::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 11px;
  height: 7px;
  background: url("../images/user-icon.png") 0 -28px no-repeat;
  cursor: pointer;
}
header .state2 .box {
  display: none;
  position: absolute;
  top: 80px;
  right: 0;
  font-size: 16px;
  background-color: #222931;
  width: 190px;
  color: #fff;
}
header .state2 .box a {
  color: #fff;
  display: block;
  height: 54px;
  line-height: 54px;
  transition: background-color 0.3s;
  padding-left: 56px;
  background-image: url("../images/user-icon.png");
  background-repeat: no-repeat;
  box-sizing: content-box;
}
header .state2 .box a:hover {
  background-color: #29313b;
}
header .state2 .box .acc {
  background-position: 27px -43px;
}
header .state2 .box .logout {
  background-position: 28px -97px;
}

footer {
  background-color: #000;
  padding: 30px 0;
  text-align: center;
}
footer p {
  line-height: 1.6;
  color: #999;
}
footer p a {
  color: #999;
}
footer p a:hover {
  color: #fff;
}
footer .footer-logo {
  margin-bottom: 15px;
}
footer .link {
  margin-bottom: 15px;
}
footer .link a, footer .link span {
  display: inline-block;
  vertical-align: middle;
}
footer .link a {
  color: #ccc;
}
footer .link a:hover {
  color: #fff;
}
footer .link span {
  font-size: 12px;
  margin: 0 3px;
}
footer .txt2 {
  margin-bottom: 15px;
}
footer .link1, footer .friend {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
footer .link1 a {
  margin-right: 10px;
}
footer .link1 > img {
  cursor: pointer;
}
footer .icon-gongan {
  vertical-align: sub;
  margin-right: 3px;
}
footer .friend h3, footer .friend img {
  vertical-align: middle;
}
footer .friend h3 {
  display: inline-block;
}
footer .friend img {
  margin-left: 15px;
}

.popbox {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.popbox .layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.popbox .close {
  position: absolute;
  width: 55px;
  height: 55px;
  top: -70px;
  right: 0;
  background: url("../images/close.png") 0 0 no-repeat;
  cursor: pointer;
  z-index: 2;
}
.popbox .close:hover::after {
  transform: rotate(180deg);
}
.popbox .close::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 12px;
  width: 29px;
  height: 29px;
  background: url("../images/close-1.png") 0 0 no-repeat;
  transition: all 0.6s;
}
.popbox .wrap {
  position: absolute;
  left: 50%;
  top: 50%;
}

.preBox .box {
  display: none;
}
.preBox .close {
  right: 25px;
}
.preBox .wrap {
  display: none;
  margin-left: -328px;
  width: 656px;
  box-sizing: border-box;
}
.preBox .wrap.show {
  display: block;
}
.preBox .statusPre {
  font-size: 0;
  height: 515px;
  margin-top: -257px;
  padding-top: 150px;
  padding-left: 120px;
  background: url("../images/popbox-appointment-bg.png") 0 0 no-repeat;
}
.preBox .statusPre .close {
  top: -30px;
}
.preBox input {
  background: transparent;
  border: 1px solid #666;
  width: 418px;
  height: 58px;
  margin-bottom: 20px;
  padding: 5px 10px;
  color: #fff;
}
.preBox .code,
.preBox .getcode,
.preBox .countdown {
  display: inline-block;
  vertical-align: top;
}
.preBox .code {
  width: 279px;
}
.preBox .getcode,
.preBox .countdown {
  display: none;
  width: 140px;
  height: 58px;
  background: url("../images/btn.png") 0 -268px no-repeat;
  color: #cbbfa6;
  line-height: 58px;
}
.preBox .getcode:hover,
.preBox .countdown:hover {
  background-position: -141px -268px;
}
.preBox .getcode.show,
.preBox .countdown.show {
  display: inline-block;
}
.preBox .countdown {
  display: none;
}
.preBox .submit {
  width: 419px;
  height: 72px;
  background: url("../images/btn.png") 0 -195px no-repeat;
  font-size: 32px;
  color: #ffe7a6;
}
.preBox .submit:hover {
  background-position: -420px -195px;
}
.preBox .statusSuc {
  height: 472px;
  padding-top: 145px;
  margin-top: -236px;
  background: url("../images/pre-statusSuc-bg.png") 0 0 no-repeat;
  text-align: center;
}
.preBox .statusSuc .close {
  top: -70px;
}
.preBox .statusSuc h2 {
  font-size: 32px;
  color: #dad0b1;
  margin-bottom: 35px;
}
.preBox .commonCommu {
  color: #ccc;
}
.preBox .commonCommu h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
.preBox .commonCommu span,
.preBox .commonCommu a {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
.preBox .commonCommu .commonCommu-box {
  bottom: 35px;
}
.preBox .commonCommu .commu-dy .commonCommu-box {
  right: 0;
}

.ageWarn .wrap {
  background-color: #222931;
  width: 1000px;
  height: 500px;
  margin: -250px 0 0 -500px;
  padding: 50px 80px;
  box-sizing: border-box;
}
.ageWarn .wrap h2 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 35px;
}
.ageWarn .wrap p {
  color: #999;
  line-height: 1.7;
  margin-bottom: 20px;
}

.popVideoBox .wrap {
  width: 800px;
  height: 640px;
  margin-left: -400px;
  margin-top: -320px;
}
.popVideoBox video {
  /* position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  height: 200%; */
  width: 100%;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  position: absolute;
  left: auto;
  top: auto;
  width: 68px;
  height: 68px;
  background: url("../images/swiper2-pn.png") 0 0 no-repeat;
}
.swiper .swiper-button-prev:hover {
  background-position: 0 -100px;
}
.swiper .swiper-button-next {
  background-position: -68px 0;
}
.swiper .swiper-button-next:hover {
  background-position: -68px -100px;
}
.swiper .swiper-button-prev.swiper-button-disabled {
  background-position: 0 -200px;
}
.swiper .swiper-button-next.swiper-button-disabled {
  background-position: -68px -200px;
}
.swiper .swiper-pagination-bullet {
  width: 29px;
  height: 29px;
  background-position: 0 0;
  background-repeat: no-repeat;
  opacity: 1;
  border-radius: 0;
  background-color: transparent;
}

@-webkit-keyframes rota {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rota {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
input::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder {
  color: #999;
}

input::placeholder {
  color: #999;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/*# sourceMappingURL=common.css.map */
