/*
  HTML5 Reset :: style.css
  ----------------------------------------------------------
  We have learned much from/been inspired by/taken code where offered from:

  Eric Meyer          :: http://meyerweb.com
  HTML5 Doctor        :: http://html5doctor.com
  and the HTML5 Boilerplate :: http://html5boilerplate.com

-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html,
body,
body div,
span,
object,
iframe,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

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

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

/* Responsive images and other embedded objects */

/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
  In fact, it *will* cause problems with Google Maps' controls at small size.
  If this is the case for you, try uncommenting the following:

#map img {
    max-width: none;
}
*/

/* we use a lot of ULs that aren't bulleted.
  you'll have to restore the bullets within content,
  which is fine because they're probably customized anyway */

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 0.013333rem dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */

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

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 0.013333rem;
  border: 0;
  border-top: 0.013333rem solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select,
input,
textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td,
td img {
  vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */

pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */

.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */

button,
input,
select,
textarea {
  margin: 0;
}

/* make buttons play nice in IE */

button,
input[type=button] {
  width: auto;
  overflow: visible;
}

/* scale images in IE7 more attractively */

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/

/* let's clear some floats */

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

@font-face {
  font-family: 'siyuan';
  src: url("../fonts/zaoziyueyuan.ttf");
}

.center-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.full {
  width: 100%;
  height: 100%;
}

.full {
  position: absolute;
  top: 0;
  left: 0;
}

.hide {
  display: none;
}

a {
  text-decoration: none !important;
  color: inherit;
}

a:hover {
  color: inherit;
}

.hide {
  display: none !important;
}

.blur {
  -webkit-filter: blur(0.133333rem);
  filter: blur(10px);
  opacity: 0.6;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.hideVisibility {
  visibility: hidden;
  opacity: 0;
}

html,
body {
  height: 100%;
}

body {
  font-family: 'Microsoft YaHei', '\5fae\8f6f\96c5\9ed1';
  font-size: 0.186667rem;
  width: 100%;
}

.opacity0 {
  opacity: 0 !important;
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.music {
  position: fixed;
  top: 0.266667rem;
  right: 0.266667rem;
  width: 0.666667rem;
  height: 0.666667rem;
  z-index: 99;
  background-image: url(../images/bgmusic.svg);
  background-position: right 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.music.active {
  background-position: left 0;
  -webkit-animation: round 3s infinite linear;
  animation: round 3s infinite linear;
}

.music::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.333333rem;
  height: 1.333333rem;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 999999;
  content: "";
}

.options {
  opacity: 0;
  visibility: hidden;
  position: relative;
  z-index: -99;
  display: none;
}

.main {
  width: 10rem;
  height: 20.106667rem;
  position: relative;
}

.main .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.main .swiper-container .swiper-wrapper {
  height: 100%;
  -webkit-perspective: 3000;
  -webkit-backface-visibility: hidden;
}

.main .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main .swiper-container .swiper-wrapper .swiper-slide img.icon {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.img-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.arrow-right {
  position: absolute;
  top: 16.533333rem;
  left: 4.613333rem;
  width: 0.666667rem;
  z-index: 2;
}

.arrow-right {
  z-index: 15;
  -webkit-animation: arrowmoveup 1s infinite ease-in-out;
  animation: arrowmoveup 1s infinite ease-in-out;
}

[hidden],
[hide] {
  display: none !important;
}

@-webkit-keyframes arrowmoveup {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate3d(0, -0.106667rem, 0);
    transform: translate3d(0, -0.106667rem, 0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, -0.213333rem, 0);
    transform: translate3d(0, -0.213333rem, 0);
    opacity: 0;
  }
}

@keyframes arrowmoveup {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate3d(0, -0.106667rem, 0);
    transform: translate3d(0, -0.106667rem, 0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, -0.213333rem, 0);
    transform: translate3d(0, -0.213333rem, 0);
    opacity: 0;
  }
}

@-webkit-keyframes moveright {
  0% {
    opacity: .3;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: .3;
  }
}

@keyframes moveright {
  0% {
    opacity: .3;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: .3;
  }
}

@-webkit-keyframes bigger {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes bigger {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes bigger2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@keyframes bigger2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.jobs,
.provinces {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 4.4rem 0;
  border: 0.013333rem solid #fff;
  background: rgba(254, 249, 229, 0.95);
  overflow: hidden;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
}

.jobs .inner,
.provinces .inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  border: 0.013333rem solid #c51414;
  padding: 0 0.026667rem;
}

.jobs b,
.provinces b {
  float: left;
  width: 33.33333%;
  text-align: center;
  height: 0.933333rem;
  line-height: 0.933333rem;
  font: bold 0.533333rem/0.933333rem SimHei;
  color: #800e0e;
}

.jobs b.active,
.provinces b.active {
  color: #df1919;
}

.jobs b.no-border,
.provinces b.no-border {
  border: 0;
}

.jobs b:nth-child(6n),
.jobs b:nth-child(6n-1),
.jobs b:nth-child(6n-2),
.provinces b:nth-child(6n),
.provinces b:nth-child(6n-1),
.provinces b:nth-child(6n-2) {
  background: #fbf2cb;
}

.btn-select {
  position: absolute;
  top: 8.08rem;
  left: 3.4rem;
  width: 3.12rem;
  height: 1.093333rem;
}

.btn-select .selected {
  position: absolute;
  right: -0.866667rem;
  top: 0.32rem;
  width: 0.76rem;
  height: 0.52rem;
  background: url(../images/has-selected.png) no-repeat;
  background-size: contain;
}

.btn-select.right {
  top: 9.946667rem;
}

.mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
}

.mask .close-mask {
  position: absolute;
  left: 4.253333rem;
  top: 15.773333rem;
  width: 1.573333rem;
}

.result {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  height: 100%;
  background-position: center;
  background-size: cover;
  text-align: center;
}

.result .iam {
  position: absolute;
  left: 3.613333rem;
  top: 4.693333rem;
  color: #fff9e5;
  font-size: 0.68rem;
  font-family: serif;
  text-align: left;
}

.result .count-wrap {
  position: absolute;
  top: 13.226667rem;
  left: 0;
  width: 100%;
  height: 0.533333rem;
  text-align: center;
  color: #c51414;
  font: bold 0 SimHei;
}

.result .count-wrap span {
  font-size: 0.4rem;
  vertical-align: middle;
}

.result .count-wrap span:nth-child(1) {
  color: #484848;
}

.result .count-wrap span:nth-child(4) {
  color: #484848;
}

.result .reread {
  position: absolute;
  left: 2.84rem;
  top: 13.893333rem;
  width: 4.64rem;
  height: auto;
}

.result .btn-share {
  position: absolute;
  left: 2.84rem;
  top: 11.813333rem;
  width: 4.64rem;
}

.result .btn-gen {
  position: absolute;
  left: 2.84rem;
  top: 15.786667rem;
  width: 4.64rem;
  height: auto;
}

.result .fd-text {
  position: absolute;
  left: 1.986667rem;
  top: 6.626667rem;
  width: 7.306667rem;
  height: auto;
}

.result .share-tips {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes aniScale {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
  }
}

@keyframes aniScale {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
  }
}

.jieli {
  position: absolute;
  left: 5.973333rem;
  top: 2.546667rem;
  width: 1.213333rem;
  z-index: 1;
  -webkit-animation: aniScale 1s linear infinite;
  animation: aniScale 1s linear infinite;
}

@-webkit-keyframes aniFlash {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: .7;
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
  }
}

@keyframes aniFlash {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: .7;
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
  }
}

.btn-start {
  display: none;
  position: absolute;
  left: 3.413333rem;
  top: 11.946667rem;
  z-index: 4;
  width: 3.16rem;
}

.btn-start.active {
  -webkit-animation: aniFlash 1s ease infinite;
  animation: aniFlash 1s ease infinite;
}

.btn-reread1 {
  display: none;
  position: absolute;
  left: 3.413333rem;
  top: 13.786667rem;
  z-index: 4;
  width: 3.16rem;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.whoaim {
  position: absolute;
  left: 3.613333rem;
  top: 3.746667rem;
  font-size: 0.68rem;
  font-family: serif, SimSun;
  color: #fff9e5;
  text-align: left;
}

.join-time {
  position: absolute;
  left: 3.6rem;
  top: 5.76rem;
  width: 4rem;
  font-size: 0.68rem;
  font-family: serif, SimSun;
  color: #fff9e5;
  text-align: left;
}

.jieli2 {
  position: absolute;
  left: 2.946667rem;
  top: 1.586667rem;
  width: 7.053333rem;
}

.flag {
  position: absolute;
  left: 0;
  top: 0;
  width: 10rem;
}

.shine {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 10rem;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.gezi {
  position: absolute;
  left: 6.453333rem;
  top: 3.186667rem;
  z-index: 2;
  width: 3.226667rem;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.year {
  position: absolute;
  left: 2.226667rem;
  top: 16.04rem;
  z-index: 2;
  width: 5.573333rem;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.ani-elem {
  display: none;
}

.border-top {
  border-top: 0.013333rem dotted #dd2a22;
}

.border-bottom {
  border-bottom: 0.013333rem dotted #dd2a22;
}

.jobs .inner,
.provinces .inner {
  border-width: 0.013333rem;
}

.jobs,
.provinces {
  padding: 4.4rem 0;
}

.music {
  width: 0.333333rem;
  height: 0.333333rem;
}

body {
  overflow: hidden;
}

.swiper-picker {
  width: 2.973333rem;
  height: 4.213333rem;
  position: absolute;
  left: 0.906667rem;
  top: 6.266667rem;
  z-index: 999;
  overflow: hidden;
  text-align: center;
  line-height: 0.842667rem;
  color: #fff;
  font-size: 0.72rem;
}

.swiper-picker .swiper-slide {
  opacity: 0.4;
}

.swiper-picker .swiper-slide.active {
  color: #fff;
  font-size: 0.933333rem;
  font-weight: bold;
  opacity: 1;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.arrow-top {
  width: 2.866667rem;
  height: 0.533333rem;
  position: absolute;
  left: 0.92rem;
  top: 5.413333rem;
  z-index: 999;
}

.arrow-down {
  width: 2.866667rem;
  height: 0.533333rem;
  position: absolute;
  left: 0.92rem;
  top: 10.506667rem;
  z-index: 999;
}

.btn-submit {
  width: 3.36rem;
  height: 1.72rem;
  position: absolute;
  left: 3.32rem;
  top: 13.52rem;
}

.btn-skip-wrap {
  width: 10rem;
  height: 1.066667rem;
  position: absolute;
  left: 0;
  top: 16rem;
  text-align: center;
}

.btn-skip-wrap span {
  color: #c42810;
  font-size: 0.506667rem;
}

.cover-text {
  display: none;
  width: 4.813333rem;
  height: 7.666667rem;
  position: absolute;
  left: 3.026667rem;
  top: 2.906667rem;
}

.text-g.move-down {
  margin-top: 0.8rem;
}

.pt {
  position: absolute;
  left: 0.813333rem;
  font: bold 0.48rem serif, 'Microsoft YaHei';
  color: #d30808;
  text-align: left;
}

.pt.move-up {
  margin-top: 0.4rem;
}

.pt.move-left {
  margin-left: -0.533333rem;
}

.pt1 {
  top: 9.6rem;
}

.pt2 {
  top: 10.266667rem;
}

.pt3 {
  top: 10.946667rem;
}

.page-outer {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 499;
  background: rgba(0, 0, 0, 0.7);
}

.page-outer .save-tip {
  position: absolute;
  left: 0;
  top: 16.666667rem;
  text-align: center;
  width: 100%;
  font-size: 0.373333rem;
  color: #fff;
}

.page-outer .btn-close {
  position: absolute;
  left: 8.506667rem;
  top: 3.066667rem;
  width: 0.533333rem;
  height: auto;
}

.page-outer .poster-wrap {
  position: absolute;
  left: 1rem;
  top: 3.653333rem;
  width: 8rem;
  height: 12.8rem;
}

.page-outer .poster-wrap .preview-img,
.page-outer .poster-wrap .fd {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-outer .poster-wrap .preview-img .poster,
.page-outer .poster-wrap .fd .poster {
  width: 100%;
  height: 100%;
}

.page-outer .poster-wrap .preview-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}