@charset "UTF-8";

body {
  font-family: 微软雅黑;
}

/* 底部 */
.footer {
  width: 100%;
  height: 136px;
}
.footer .main {
  height: 120px;
}
.footer .main .copyright {
  width: 708px;
  margin-left: 310px;
  padding-top: 26px;
  color: #a0a0a0;
  font-size: 12px;
}
.footer .main .copyright  p {
  margin-bottom: 10px;
}
.footer .main .copyright  p a {
  color: #a0a0a0;
}
.footer .main .copyright  p span {
  float: right;
}
.footer .main .copyright  p a:hover {
  text-decoration: underline;
}
.footer .main .tipsworks-logo {
  position: absolute;
  left: 134px;
  top: 40px;
	width: 111px;
	height: 78px;
	background: url("../../images/v1/TipsworksLogo.png") no-repeat;
}

.main {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.top-nav {
  height: 176px;
}
.top-nav .logo {
  width: 342px;
  height: 103px;
  margin-top: 40px;
  background: url("/images/v1/ga_logo.png") no-repeat;
  float: left;
}
.top-nav .logo.en-logo {
  background: url("../../images/v1/en_ga_logo.png") no-repeat;
}
.top-nav .info-list {
  float: left;
  margin-top: 50px;
  margin-left: 50px;
}
.top-nav .info-list li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.container {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: 1209px;
  margin: 0 auto;
}
.container.tls {
  background: url("../images/tls.jpg") no-repeat center;
}
.container.wal {
  background: url("../images/wal.jpg") no-repeat center;
}
.container.en-tls {
  background: url("../images/en_tls.jpg") no-repeat center;
}
.container.en-wal {
  background: url("../images/en_wal.jpg") no-repeat center;
}
.content {
  height: 890px;
  position: relative;
}

.content .return {
  position: absolute;
  top: 30px;
  left: 0;
  width: 75px;
  height: 21px;
  background: url("../../gamen/images/en_ge_back.png") no-repeat;
  opacity: .7;
}
.content .return:hover {
  opacity: 1;
}
.container.tls .return, .container.wal .return {
  background: url("/act/gamen/images/ge_back.png") no-repeat;
}

/* 敬请期待 */
.closed {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: url("../../images/v1/closed.png") no-repeat center;
}
.closed:hover {
  -webkit-animation: rte 1s 1 both;
  animation: rte 1s 1 both;
}
@keyframes rte {
  0% { transform: rotate(0); }
  100% { transform: rotate(360deg); }
}
/* 预约成功 */
.coming-soon {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, .7);
  z-index: 950;
  display: none;
}
.coming-soon .cm {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 590px;
  height: 310px;
}
.coming-soon img {
  display: block;
  width: 100%;
  height: 100%;
}
.coming-soon .cm .closed {
  top: -60px;
  right: 0;
}