@charset "UTF-8";
b, body, dd, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, html, i, iframe, img, label, legend, li, p, pre, span, strong, table, tbody, td, tfoot, th, thead, tr, ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

a, button, input {
  padding: 0;
  margin: 0;
  outline: 0; }

h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: normal; }

ul, li {
  list-style: none; }

a {
  text-decoration: none;
  color: #666; }

a:hover {
  text-decoration: none; }

a, button {
  cursor: pointer; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img, input, select {
  vertical-align: middle; }

.fl {
  float: left;
  _display: inline; }

.fr {
  float: right;
  _display: inline; }

.clearfix {
  *zoom: 1; }

.clearfix:after {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "."; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

body {
  background: #fff;
  font-family: "Microsoft Yahei","SimSun";
  font-size: 14px;
  color: #000; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.emc {
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
  _background: transparent url("../images/spacer.png") 0 0 repeat; }

.bor {
  background-color: darkblue;
  opacity: .4; }

.hw {
  text-indent: -9999px;
  overflow: hidden;
  display: block; }

.songti {
  font-family: "SimSun"; }

.f-one-line {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.hidden {
  display: none !important; }

/*common*/
.scene-cont-inner, .light-blue-bg {
  background-color: #e0fcff;
  background-color: rgba(255, 255, 255, 0.44); }

.f-orange {
  color: #f78434; }

.f-green {
  color: #005260; }

.z3 {
  box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.3); }

.list-style-circle {
  border: solid 1px #005260;
  border-radius: 100%;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  text-align: center;
  height: 15px;
  width: 15px;
  box-sizing: border-box;
  margin-right: 3px; }

/*鏂规硶2 鍔犱釜鍏辩被锛岃嚜涓畾涔夎儗鏅浘 (閰嶅悎animate-btn-bg-img銆乤nimate-btn-bg-define)*/
.animate-btn {
  position: relative;
  display: block; }

/*ie9+*/
@media screen and (min-width: 0px) {
  .animate-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.15s ease-in; }
  .animate-btn:hover:after {
    opacity: 1; } }

/* hover & active */
.btn {
  position: relative;
  display: block;
  background: url(../images/btn.png) no-repeat;
  cursor: pointer;
  /*@at-root (without: all){}*/
  /*缂栬瘧鍣ㄩ渶瑕佹渶鏂扮殑*/
  text-align: center;
  color: #7b2300;
  font-size: 14px;
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s; }
  .btn > span {
    position: relative;
    z-index: 3; }
  @media screen and (min-width: 0px) {
    .btn:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      transition: opacity .2s ease;
      background: url(../images/btn.png) no-repeat; }
    .btn:hover:after, .btn.zeroclipboard-is-hover:after {
      opacity: 1; } }
  .btn:active {
    -webkit-transform: scale(0.98);
            transform: scale(0.98); }
  .btn:hover {
    color: #ad3100; }

.btn-orange {
  background-position: -207px -33px;
  width: 89px;
  height: 26px;
  line-height: 24px; }
  .btn-orange:hover {
    background-position: -108px -180px \9; }
  .btn-orange:after {
    background-position: -108px -180px; }

.btn-orange-s {
  background-position: 0 -213px;
  width: 66px;
  height: 26px;
  line-height: 24px; }
  .btn-orange-s:hover {
    background-position: -207px -61px \9; }
  .btn-orange-s:after {
    background-position: -207px -61px; }

.btn-orange-l {
  background-position: 0 -180px;
  width: 106px;
  height: 31px;
  line-height: 29px; }
  .btn-orange-l:hover {
    background-position: -207px 0 \9; }
  .btn-orange-l:after {
    background-position: -207px 0; }

.btn-gold {
  background-position: 0 -60px;
  width: 205px;
  height: 58px;
  line-height: 58px;
  font-size: 20px;
  font-weight: bold; }
  .btn-gold:hover {
    background-position: 0 -120px \9; }
  .btn-gold:after {
    background-position: 0 -120px; }

.btn-gray {
  background-position: 0 0;
  width: 205px;
  height: 58px;
  line-height: 58px;
  cursor: default;
  font-size: 20px;
  color: #3c3c3c;
  font-weight: bold; }
  .btn-gray:hover {
    background-position: 0 0 \9; }
  .btn-gray:after {
    background-position: 0 0; }
  .btn-gray:hover {
    color: #3c3c3c; }
  .btn-gray:active {
    -webkit-transform: scale(1);
            transform: scale(1); }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: none;
  overflow: auto;
  /*overflow-y: scroll;*/
  background-color: rgba(0, 0, 0, 0.5);
  _position: absolute;
  _width: 100%;
  _height: 1876px; }
  .modal.in {
    display: block; }
  .modal .mask-for-ie {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    filter: alpha(opacity=50);
    background: #000;
    opacity: 0; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }

.fadein {
  opacity: 1; }

.modal-dialog {
  position: absolute;
  z-index: 1000;
  width: 339px;
  /*min-height: 200px;*/
  top: 50%;
  left: 50%;
  margin: -250px 0 0 -169.5px;
  box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.37), 0 0 8px -4px #e8e8e8;
  background: #fff;
  border: #fff solid 2px;
  _top: expression(eval(document.documentElement.scrollTop)+250); }

.modal-content {
  position: relative;
  outline: 0; }

.modal-header {
  height: 25px;
  line-height: 25px;
  position: relative;
  z-index: 2;
  background: #e8e8e8; }
  .modal-header .close {
    position: absolute;
    right: 6px;
    top: 6px;
    display: block;
    font-family: cursive,Helvetica,SimSun;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0; }
    .modal-header .close:hover {
      color: #ff5219;
      filter: alpha(opacity=100);
      opacity: 1; }

.modal-title {
  margin: 0;
  font-weight: bold;
  color: #bf6210;
  font-size: 16px;
  text-align: center; }

.modal-footer {
  padding: 15px 0 20px;
  border-top: none;
  text-align: center;
  *zoom: 1; }
  .modal-footer .btn {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    _float: left; }
  .modal-footer.no-footer {
    padding: 0; }

.modal-body {
  position: relative;
  padding: 15px 15px 20px;
  color: #3c3c3c;
  font-size: 12px;
  line-height: 20px;
  /* 涓嬫媺妗?*/ }
  .modal-hint .modal-body {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    word-break: break-word; }

.amat-dur-2 {
  -webkit-animation-duration: 2s !important;
          animation-duration: 2s !important; }

.amat-dur-3 {
  -webkit-animation-duration: 3s !important;
          animation-duration: 3s !important; }

.amat-dur-3-5 {
  -webkit-animation-duration: 3.5s !important;
          animation-duration: 3.5s !important; }

.amat-dur-4 {
  -webkit-animation-duration: 4s !important;
          animation-duration: 4s !important; }

.amat-dur-5 {
  -webkit-animation-duration: 5s !important;
          animation-duration: 5s !important; }

.amat-dur-6 {
  -webkit-animation-duration: 6s !important;
          animation-duration: 6s !important; }

.amat-dur-7 {
  -webkit-animation-duration: 7s !important;
          animation-duration: 7s !important; }

.amat-dur-8 {
  -webkit-animation-duration: 8s !important;
          animation-duration: 8s !important; }

.amat-dur-9 {
  -webkit-animation-duration: 9s !important;
          animation-duration: 9s !important; }

.amat-dur-10 {
  -webkit-animation-duration: 10s !important;
          animation-duration: 10s !important; }

.amat-dur-11 {
  -webkit-animation-duration: 11s !important;
          animation-duration: 11s !important; }

.amat-delay-2 {
  -webkit-animation-delay: .2s !important;
  animation-delay: .2s !important; }

.amat-delay-4 {
  -webkit-animation-delay: .4s !important;
  animation-delay: .4s !important; }

.amat-delay-6 {
  -webkit-animation-delay: .6s !important;
  animation-delay: .6s !important; }

.amat-delay-8 {
  -webkit-animation-delay: .8s !important;
  animation-delay: .8s !important; }

.amat-delay-10 {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important; }

.amat-delay-12 {
  -webkit-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important; }

.amat-delay-18 {
  -webkit-animation-delay: 1.8s !important;
  animation-delay: 1.8s !important; }

.amat-delay-20 {
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important; }

.amat-delay-25 {
  -webkit-animation-delay: 2.5s !important;
  animation-delay: 2.5s !important; }

.amat-delay-80 {
  -webkit-animation-delay: 8s !important;
  animation-delay: 8s !important; }

.amat-blink {
  -webkit-animation: blink 1.2s linear infinite;
          animation: blink 1.2s linear infinite; }

@-webkit-keyframes blink {
  0% {
    opacity: .9;
    -webkit-transform: scale(0.85);
            transform: scale(0.85); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    opacity: .9;
    -webkit-transform: scale(0.85);
            transform: scale(0.85); } }

@keyframes blink {
  0% {
    opacity: .9;
    -webkit-transform: scale(0.85);
            transform: scale(0.85); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    opacity: .9;
    -webkit-transform: scale(0.85);
            transform: scale(0.85); } }

.amat-blink2 {
  -webkit-animation: blink 1.2s ease infinite;
          animation: blink 1.2s ease infinite; }

@-webkit-keyframes blink2 {
  0% {
    opacity: .7; }
  50% {
    opacity: 0; }
  100% {
    opacity: .7; } }

@keyframes blink2 {
  0% {
    opacity: .7; }
  50% {
    opacity: 0; }
  100% {
    opacity: .7; } }

.amat-slidein-right {
  -webkit-animation: slidein-right 0.6s cubic-bezier(0.42, 0, 0.34, 0.9) both;
          animation: slidein-right 0.6s cubic-bezier(0.42, 0, 0.34, 0.9) both; }

@-webkit-keyframes slidein-right {
  0% {
    -webkit-transform: translate3d(65%, 0, 0);
            transform: translate3d(65%, 0, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes slidein-right {
  0% {
    -webkit-transform: translate3d(65%, 0, 0);
            transform: translate3d(65%, 0, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

.amat-slidein-left {
  -webkit-animation: slidein-left 0.6s cubic-bezier(0.42, 0, 0.34, 0.9) both;
          animation: slidein-left 0.6s cubic-bezier(0.42, 0, 0.34, 0.9) both; }

@-webkit-keyframes slidein-left {
  0% {
    -webkit-transform: translate3d(-65%, 0, 0);
            transform: translate3d(-65%, 0, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes slidein-left {
  0% {
    -webkit-transform: translate3d(-65%, 0, 0);
            transform: translate3d(-65%, 0, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

.amat-fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.3s ease-out both;
          animation: fade-in-bottom 0.3s ease-out both;
  -webkit-transform-origin: bottom;
          transform-origin: bottom; }

@-webkit-keyframes fade-in-bottom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
            transform: scale(0.75); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes fade-in-bottom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
            transform: scale(0.75); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.amat-scale-in {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-animation: scale-in 1.5s ease-out infinite;
          animation: scale-in 1.5s ease-out infinite; }

@-webkit-keyframes scale-in {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1; }
  35% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  61% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; } }

@keyframes scale-in {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1; }
  35% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  61% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; } }

.amat-float-top {
  -webkit-animation: floatTop 2.5s linear infinite;
          animation: floatTop 2.5s linear infinite; }

@-webkit-keyframes floatTop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-180px);
            transform: translateY(-180px); } }

@keyframes floatTop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-180px);
            transform: translateY(-180px); } }

.amat-ease-in-out {
  opacity: 0;
  -webkit-animation: fadeInOut 2.5s linear infinite;
          animation: fadeInOut 2.5s linear infinite; }

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0; }
  35% {
    opacity: 1; }
  85% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeInOut {
  0% {
    opacity: 0; }
  35% {
    opacity: 1; }
  85% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.f-red {
  color: #ff0000; }

.f-yellow {
  color: #ffff00; }

.f-14 {
  font-size: 14px; }

.f-bold {
  font-weight: bold; }

ol {
  margin: 0;
  list-style-type: decimal; }
  ol li {
    list-style-type: decimal; }

.freezing {
  /*cursor:not-allowed !important;
    animation:none !important;*/ }

.wrap {
  background: url(../images/bg.jpg) no-repeat center;
  height: 2000px; }

.container {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  overflow: visible;
  /*涓嶈兘hidden*/
  height: 100%; }

.main {
  background: url(../images/main.jpg) no-repeat center;
  background-position: -1px 0; }

.floor {
  position: relative; }

.banner {
  height: 404px; }

.floor2 {
  margin-top: 183px;
  /*_margin-top: 212px;*/ }

.progress-bar {
  height: 20px;
  line-height: 20px;
  padding-right: 45px;
  width: 358px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; }
  .progress-bar .bar {
    width: 324px;
    height: 3px;
    background: url(../images/process.png) repeat left;
    margin-top: 9px;
    _display: none; }

.survey-main {
  width: 898px;
  height: 351px;
  margin: 0 auto;
  padding: 25px 0 5px;
  position: relative; }
  .survey-main .con {
    padding: 27px 0 0 114px;
    color: #3c3c3c; }
  .survey-main .qaa {
    display: none; }
    .survey-main .qaa.active {
      display: block; }
  .survey-main .ques {
    font-size: 30px;
    line-height: 38px;
    font-weight: bold;
    /*text-align: center;*/
    padding-bottom: 12px; }
  .survey-main .radios-set .selector {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    min-width: 215px;
    _white-space: nowrap; }
    .survey-main .radios-set .selector.on .check-box {
      background-position: 0 -25px; }
    .survey-main .radios-set .selector:hover .desc {
      color: #000; }
  .survey-main .radios-set .check-box {
    background: url(../images/tick.png) no-repeat top;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    z-index: 2;
    cursor: pointer; }
  .survey-main .radios-set .desc {
    display: block;
    padding-left: 35px;
    padding-right: 35px;
    *white-space: nowrap; }
    .survey-main .radios-set .desc input {
      border: none;
      border-bottom: solid 1px;
      padding: 0 0 3px 8px;
      text-align: center;
      width: 200px; }
    .survey-main .radios-set .desc textarea {
      width: 575px;
      height: 116px;
      border: solid 1px #963510;
      margin-left: -35px;
      line-height: 1.444;
      box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
      padding: 10px 15px; }
  .survey-main .btns-set {
    position: absolute;
    bottom: 37px;
    left: 0;
    width: 100%;
    text-align: center; }
    .survey-main .btns-set .btn {
      display: inline-block;
      margin: 0 40px; }
  .survey-main .btns-set-complete {
    bottom: 40%; }

/* game select */
.game-select {
  width: 205px;
  position: absolute;
  z-index: 99;
  top: 2px;
  left: 49px; }

.select-header {
  height: 48px;
  line-height: 48px;
  display: block;
  position: relative;
  padding-left: 12px;
  color: #494949;
  background: none;
  font-size: 20px; }
  .game-select.on .select-header, .select-header:hover {
    background-color: #fafafa;
    color: #1f729e; }
  .select-header:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 100%;
    background: none;
    z-index: 2; }
  .select-header:before {
    content: "";
    position: absolute;
    top: 20px;
    right: 6px;
    z-index: 3;
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 7px solid transparent;
    border-top: 9px solid #494949;
    _border: 0;
    _width: 14px;
    _height: 14px;
    _background: #494949;
    _overflow: hidden; }

.select-menu {
  border: #e4e4e4 solid 1px;
  max-height: 146px;
  overflow: auto;
  display: none;
  position: absolute;
  width: 100%;
  background-color: #fff;
  left: -1px; }

.select-item {
  height: 29px;
  line-height: 29px;
  display: block;
  padding-left: 23px;
  border-bottom: #e4e4e4 solid 1px;
  cursor: pointer;
  color: #518aad; }
  .select-item:last-child {
    border: none; }
  .select-item:hover {
    box-shadow: 0 3px 8px -4px rgba(0, 0, 0, 0.6);
    background-color: #1f729e;
    color: #fff;
    border-color: #1f729e; }

.get-card {
  position: absolute;
  top: 63px;
  left: 49px; }

.code-zone {
  height: 26px;
  line-height: 26px;
  position: absolute;
  left: 428px;
  top: 27px; }
  .code-zone .text {
    width: 214px;
    padding: 0 5px;
    text-align: center;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    border: none;
    background: none; }
  .code-zone .btn {
    margin-left: 8px;
    color: #fff; }
    .code-zone .btn:hover {
      color: #ac4500; }

.card-content {
  position: absolute;
  top: 80px;
  left: 293px;
  height: 40px;
  line-height: 40px;
  /* background-color: #fff; */
  width: 658px;
  text-align: center;
  color: #3c3c3c;
  font-size: 12px; }

.nav-top {
  position: absolute;
  right: 0;
  top: 0;
  overflow: visible;
  font-size: 12px;
  z-index: 30;
  width: 100%; }
  .nav-top .logo {
    padding-top: 14px; }
  .nav-top .nav-top-rig {
    line-height: 25px;
    color: #373737;
    padding-right: 3px;
    padding-top: 3px; }
    .nav-top .nav-top-rig .fr {
      margin-left: 6px; }
    .nav-top .nav-top-rig .sign {
      color: #fff; }
    .nav-top .nav-top-rig .a-sign {
      /*display: none;*/
      color: #ffd800;
      font-size: 13px;
      margin-right: 15px; }
      .nav-top .nav-top-rig .a-sign:hover {
        text-decoration: underline; }
