body {
  position: relative; }

.wrap {
  position: relative;
  width: 1000px;
  margin: 0 auto; }

.header-wrap {
  position: relative;
  min-width: 1000px;
  max-width: 1190px;
  height: 100%;
  margin: 0 auto;
  background: url("http://static.mobage.cn/html/promotion/尊龙凯时china/images/common/headerbg.png") center bottom no-repeat; }

.footer-wrap {
  min-width: 1000px;
  max-width: 1126px;
  height: 60px;
  margin: 0 auto;
  background: url("http://static.mobage.cn/html/promotion/尊龙凯时china/images/common/footerbg.png") center bottom no-repeat; }

.main-body {
  min-width: 1000px; }

.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: 9999; }
  .header .navs {
    width: 1000px;
    margin: 0 auto; }
    .header .navs .nav {
      margin-right: 20px; }
      .header .navs .nav.current a:after {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0); }
      .header .navs .nav a {
        position: relative;
        display: block;
        width: 80px;
        text-align: center;
        text-decoration: none;
        line-height: 80px;
        color: #585858;
        overflow: hidden; }
        .header .navs .nav a:after {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 2px;
          content: '';
          background-color: #d61453;
          opacity: 0;
          -webkit-transform: scale3d(0.7, 1, 1);
          transform: scale3d(0.7, 1, 1);
          -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
          transition: transform 0.4s, opacity 0.4s;
          -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
        .header .navs .nav a:hover:after {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

#main-logo {
  position: absolute;
  display: block;
  height: 57.5%;
  top: 21.25%;
  left: 50%;
  margin-left: -490px; }
  #main-logo img {
    display: block;
    height: 100%;
    width: auto; }

.footer {
  background: #FDD313;
  width: 100%;
  z-index: 9999; }
  .footer .footer-link-container {
    position: relative;
    width: 1000px;
    margin: 0 auto; }
    .footer .footer-link-container a {
      display: block;
      margin-right: 10px;
      font-size: 12px;
      text-align: center;
      text-decoration: none;
      line-height: 60px;
      color: #636363; }

.white-box {
  position: relative;
  width: 70px;
  padding: 6px 15px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  border: 1px solid #f0efef;
  border-radius: 4px; }
  .white-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0px solid #f0efef;
    border-radius: 4px;
    transform-origin: 50% 50%;
    -webkit-transition: border 0s, -webkit-transform 0.8s, opacity 0.6s;
    transition: border 0s, transform 0.8s, opacity 0.6s; }
  .white-box:hover:before {
    border: 1px solid #f0efef;
    -webkit-transform: scale(1.3, 1.6);
    transform: scale(1.3, 1.6);
    opacity: 0; }

.red-box {
  position: relative;
  width: 70px;
  padding: 6px 15px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  border: 1px solid #e74479;
  border-radius: 4px; }
  .red-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0px solid #e74479;
    border-radius: 4px;
    transform-origin: 50% 50%;
    -webkit-transition: border 0s, -webkit-transform 0.8s, opacity 0.6s;
    transition: border 0s, transform 0.8s, opacity 0.6s; }
  .red-box:hover:before {
    border: 1px solid #e74479;
    -webkit-transform: scale(1.3, 1.6);
    transform: scale(1.3, 1.6);
    opacity: 0; }

.redbox {
  width: 160px;
  height: 44px;
  line-height: 44px;
  background-color: #d61453;
  border-radius: 4px;
  color: white;
  font-size: 16px;
  text-align: center; }

.icp {
  position: absolute;
  left: 50%;
  top: 21px;
  margin-left: 110px;
  font-size: 10px; }

.footer .footer-link-container .beian {
  width: 200px;
  margin: 0 7px 0 0;
  padding: 20px 0 0 0; }
  .footer .footer-link-container .beian a {
    margin: 0;
    font-size: 10px;
    display: block;
    text-decoration: none; }
  .footer .footer-link-container .beian p {
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    color: #636363; }

.a962110 {
  background: #a9a6a6;
  height: 40px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center; }
  .a962110 img {
    height: 30px; }
  .a962110 .a962110_text {
    margin-left: 20px;
    font-size: 12px; }

/*# sourceMappingURL=common.css.map */
