* {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  color: white; }

body {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s linear;
    background: #1a1a1a;
}

a {
  text-decoration: none;
  cursor: pointer; }

.banner {
  width: 100%;
  background-size: cover;
  min-width: 1200px; }
  .banner .banner-top {
    width: 100%;
    height: 91px;
    background-color: #1b1617;
    color: white; }
    .banner .banner-top .top-center {
      /* width: 642px; */
      height: 100%;
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      justify-content: center;
       position: relative;}
      .banner .banner-top .top-center .menu-left,
      .banner .banner-top .top-center .menu-right {
          position: absolute;
          display: flex;
          align-items: center;
          height: 100%;
      }
      .banner .banner-top .top-center .menu-left {
          right: calc(50% + 46px);
      }
      .banner .banner-top .top-center .menu-right {
          left: calc(50% + 46px);
      }
      .banner .banner-top .top-center .menu-left .clip,
      .banner .banner-top .top-center .menu-right .clip {
        display: flex;
        margin: 0 20px;
        font-size: 16px;
        align-items: center;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 42px; }
        .banner .banner-top .top-center .clip .clip-img {
          width: 56px;
          height: 58px;
          position: relative;
          /* top: 20px; */
          z-index: 99; }
        .banner .banner-top .top-center .clip .clip-1 {}
		  .banner .banner-top .top-center .clip .clip-2 {}
          .banner .banner-top .top-center .clip .clip-1 .clip-1 > a > span {
            width: 16px;
            height: 8px;
            font-size: 14px;
            color: #FFFFFF; }

.clip-1 a.active > span, .clip-1 a:hover > span,
.clip-2 a.active > span, .clip-2 a:hover > span {
  padding-bottom: 30px;
  border-bottom: 3px solid #40a2cf; }
  
.active{
	padding-bottom: 30px;
	border-bottom: 3px solid #40a2cf;
}
.triangle {
  position: absolute;
  left: 916px; }

.bottom {
  width: 100%;
  height: 300px;
  background-color: #1b1617; }
  .bottom .bottom1 {
    width: 1200px;
    height: 258px;
    background-color: #1b1617; }
    .bottom .bottom1 .bottom-title {
      background-color: #1b1617;
      display: flex;
      align-items: center;
      position: relative;
      top: 52px; }
    .bottom .bottom1 .bottom-content {
      width: 1200px;
      display: flex;
      position: relative;
      top: 88px; }
      .bottom .bottom1 .bottom-content .bottom-clip {
        width: 400px;
        height: 86px; }
        .bottom .bottom1 .bottom-content .bottom-clip .bottom-img {
          width: 36px;
          height: 36px;
          position: relative;
          left: 50%;
          /* top: 20%; */
          margin-left: -20px;
          margin-top: -20px; }
        .bottom .bottom1 .bottom-content .bottom-clip .bottom-font {
          font-size: 16px;
          position: relative;
          bottom: 0;
          margin-top: 10px;
          text-align: center;
          color: #999999; }
  .bottom .bottom2 {
    height: 42px;
    background-color: #2b2b2c;
    text-align: center;
    font-size: 14px;
    line-height: 42px;
    color: #666666;}
    .bottom .bottom2 .bottom-font2 {
      align-items: center;
      text-align: center;
      font-size: 14px;
      color: #666666;
      line-height: 42px;
      font-weight: 500; }

html, body {
  margin: 0;
  padding: 0; 
  visibility: hidden;}

.iw_poi_title {
  color: #CC5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap; }

.iw_poi_content {
  font: 12px arial,sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
  color: #1b1617; }

.anchorBL {
  display: none; }

.banner-bottom {
  width: 100%;
  height: 530px;
  background-image: url("../img/contact/banner.jpg");
  background-repeat: no-repeat;
  background-clip: border-box;
  background-position-x: center;
  background-position-y: 0;
  background-origin: content-box; 
  background-size: cover;
  position: relative;
  }
.download-box {
    position: absolute;
    top: 20%;
    left:50%; 
	transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 240px;
    flex-wrap: nowrap;
}
.game-icon {
    width: 240px;
    height: auto;
    /* border-radius: 30px; */
    margin: 0;
    margin-right: 30px;
}
.game-info {
    height: 240px;
    padding: 20px;
    box-sizing: border-box;
    width: 460px;
    border: 1px solid #fff;
    margin: 0;
}
.game-info-title {
    font-size: 24px;
    color: #fff;
    text-align: left;
}
.game-info-describe{
    font-size: 16px;
    color: #fff;
    text-align: left;
}
.game-info-describe {
    padding-top: 40px;
    padding-bottom: 30px;
}
.game-info-btn {
    width: 100%;
    height: 80px;
    color: #fff;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5788a2;
}


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