@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html,
body{
  height:100%;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]),
[hidden] {
  display: none;
}
/* iPhone4/5 */
@media (max-width: 320px) {
  html {
    font-size: 42.66665px;
  }
}
/* iPhone 6 */
@media (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  html {
    font-size: 50px;
  }
}
/* iPhone 6 + */
@media (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  html {
    font-size: 55.2px;
  }
}
@media (min-width: 321px) and (max-device-width: 374px) {
  html {
    font-size: 47px;
  }
}
@media (min-width: 737px) and (max-device-width: 1024px) {
  html {
    font-size: 80px;
  }
}
body {
  font-family: PingFangSC-Light, 'helvetica neue', 'hiragino sans gb', tahoma, 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
  font-size: 0.3rem;
  color: #333;
  -webkit-text-size-adjust: 100% !important;
}
a,
img,
div,
button,
input {
  -webkit-tap-highlight-color: transparent;
}
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a {
  color: #333;
  text-decoration: none;
}
nav {
  list-style: none;
}
img {
  max-width: 100%;
}
.afterfix:after{
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility:hidden;
}
a{
  color:#fff;
  text-decoration:none;
}
a:hover{
text-decoration:none;
outline:none;
}

a:focus{
text-decoration:none;
outline:none;
}

:focus{
outline:0;
}
form{
	height:100%;
}

/*页面滑动指示箭头*/
.arrow {
    position: absolute;
    width: 0.96rem;
    height: 1rem;
    bottom: 0.3rem;
    left: 50%;
    margin-left: -0.48rem;
    z-index: 99;
    background: url("../images/next.png") no-repeat bottom center;
    background-size: 100% auto;
    opacity:0;
    z-index: 20;
}
.arrowAni{
    animation: spin 1s ease-out infinite 0s alternate;
    -webkit-animation: spin 1s ease-out infinite 0s alternate;
}
@keyframes spin {
  0% {
      /*bottom: 0.2rem;*/
      opacity:0;
   }
   100% {
      /*bottom: 0.5rem;*/
      opacity:0.75;
  }
}
@-webkit-keyframes spin {
    0% {
      /*bottom: 0.2rem;*/
      opacity:0;
    }
    100% {
      /*bottom: 0.5rem;*/
      opacity:0.75;
    }
}


/*//针对虚拟按键的手机*/
@media screen and (max-aspect-ratio:9/12) and (min-aspect-ratio:9/14){
}

html,body{
  height: 100%;
}
.page{
  width: 100%;
  min-height:100%;
  position: relative;
  background:#ffffff url('../images/bg.jpg') 0 0 no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.logo{
  position: absolute;
  top: .4rem;
  left: .33rem;
  width: 2.56rem;
  height: .6rem;
  background: url('../images/logo.png') 0 0 no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.zk{
  position: absolute;
  top: 1rem;
  left: .77rem;
  width: 6.04rem;
  height: 4.59rem;
  background: url('../images/zk.png') 0 0 no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.address{
  position: absolute;
  top: 5.8rem;
  left: 1.5rem;
  width: 4.4rem;
  height: .55rem;
  background: url('../images/address.png') 0 0 no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.home-link{
  position: absolute;
  top: 7.07rem;
  left: .45rem;
  width: 6.6rem;
}
.home-link li{
  float: left;
  width: 2.2rem;
  height: 1.32rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 2px 4px;
}
.home-link li a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.home-link li a i{
  display: block;
  width: .52rem;
  height: .52rem;
  background-image: url('../images/a1.png');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: absolute;
  top: .2rem;
  left: 50%;
  margin-left: -.26rem;
}
.home-link li a span{
  display: block;
  width: 100%;
  padding-top: .8rem;
  text-align: center;
  font-size: .26rem;
  text-align: center;
}
.home-link li:nth-child(1) a{
  background: linear-gradient(to top right, #e22320, #cf0545);
}
.home-link li:nth-child(2) a{
  background: linear-gradient(to top right, #d20940, #c40445);
}
.home-link li:nth-child(3) a{
  background: linear-gradient(to top right, #c70446, #bd043e);
}
.home-link li:nth-child(4) a{
  background: linear-gradient(to top right, #ea4636, #d30a3f);
}
.home-link li:nth-child(5) a{
  background: linear-gradient(to top right, #d71137, #c70446);
}
.home-link li:nth-child(6) a{
  background: linear-gradient(to top right, #ca0446, #be043f);
}
.home-link li:nth-child(7) a{
  background: linear-gradient(to top right, #e92e12, #d81236);
}
.home-link li:nth-child(8) a{
  background: linear-gradient(to top right, #dd192c, #ca0446);
}
.home-link li:nth-child(9) a{
  background: linear-gradient(to top right, #ce0446, #c10442);
}

.home-link li:nth-child(1) a i{
  background-image: url('../images/a1.png');
}
.home-link li:nth-child(2) a i{
  background-image: url('../images/a2.png');
}
.home-link li:nth-child(3) a i{
  background-image: url('../images/a3.png');
}
.home-link li:nth-child(4) a i{
  background-image: url('../images/a4.png');
}
.home-link li:nth-child(5) a i{
  background-image: url('../images/a5.png');
}
.home-link li:nth-child(6) a i{
  background-image: url('../images/a6.png');
}
.home-link li:nth-child(7) a i{
  background-image: url('../images/a7.png');
}
.home-link li:nth-child(8) a i{
  background-image: url('../images/a8.png');
}
.home-link li:nth-child(9) a i{
  background-image: url('../images/a9.png');
}

.tips-popup{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0,0,0,.7);
}
.tips-box{
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #b80000;
  z-index: 1;
}
.tips-box .close{
  display: block;
  width: .5rem;
  height: .5rem;
  position: absolute;
  top: .15rem;
  right: .2rem;
  background: url('../images/close.png') 0 0 no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.tips-box.home-tips{
  width: 6rem;
  height: 2rem;
  margin-top: -1rem;
  margin-left: -3rem;
  font-size: .48rem;
  text-align: center;
  line-height: 2rem;
  color: #fff;
  letter-spacing:5px;
}
.tips-box.result-tips{
  width: 6rem;
  height: 2rem;
  margin-top: -1rem;
  margin-left: -3rem;
  font-size: .32rem;
  text-align: center;
  line-height: 2rem;
  color: #fff;
  letter-spacing:1px;
}
.tips-box.game-tips{
  width: 6rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -3rem;
}
.tips-box.game-tips span{
  display: block;
  font-size: .36rem;
  text-align: center;
  line-height: 1.6rem;
  color: #fff;
  letter-spacing:1px;
}
.tips-box.game-tips p{
  font-size: .26rem;
  text-align: center;
  color: #fff;
  letter-spacing:1px;
  line-height: 1.4;
}
.tips-box.login-tips{
  width: 6rem;
  height: 3.2rem;
  margin-top: -1.6rem;
  margin-left: -3rem;
  font-size: .48rem;
  text-align: center;
  line-height: 2rem;
  color: #fff;
  letter-spacing:1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .8rem .5rem 0;
}
.tips-box.login-tips h4{
  font-size: .3rem;
  color: #fff;
  line-height: .56rem;
  text-align: center;
}
.tips-box.login-tips p{
  font-size: .3rem;
  color: #fff;
  line-height: .56rem;
  text-align: center;
}

.title{
  position: absolute;
  top: .54rem;
  left: .57rem;
  height: .72rem;
  padding-left: .2rem;
  z-index: 1;
}
.title:before{
  display: block;
  content: '';
  width: .06rem;
  height: 100%;
  background-color: #b80000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.title h2{
  font-size: .4rem;
  color: #b80000;
  height: .5rem;
  letter-spacing: 2px;
}
.title small{
  display: block;
  font-size: .25rem;
  color: #b80000;
}

.map{
  width: 6.78rem;
  height: 9.66rem;
  position: absolute;
  top: 1.62rem;
  left: .36rem;
  z-index: 2;
  background: url('../images/map.png') 0 0 no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.back{
  width: .52rem;
  height: .52rem;
  position: absolute;
  top: .58rem;
  right: .58rem;
  z-index: 2;
}
.back a{
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/home.png') 0 0 no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.guest{
  padding-top: 2.13rem;
  padding-left: .57rem;
}
.guest .list{
  padding-left: 2.08rem;
  position: relative;
  padding-bottom: .75rem;
}
.guest .list .head{
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
}
.guest .list .head img{
  display: block;
  width: 100%;
}
.guest .list h3{
  line-height: .56rem;
  font-size: .4rem;
  font-weight: bold;
  color: #b80000;
  line-height: .6rem;
}
.guest .list span{
  display: block;
  height: .48rem;
  font-size: .28rem;
  color: #b80000;
}
.guest .list h5{
  font-size: .26rem;
  font-weight: bold;
  height: .36rem;
}
.guest .list p{
  font-size: .26rem;
}
.guest .list-bottom{
  padding-top: .45rem;
}
.guest .list-bottom p{
  font-size: .42rem;
  color: #b80000;
  text-align: center;
}

.bt1{
  padding: 1.78rem .8rem 0;
}
.bt1 h3{
  width: 3.54rem;
  height: .73rem;
  background: url('../images/t3.png') center no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  margin:0 auto .25rem auto;
}
.bt1 p{
  line-height: .48rem;
  font-size: .28rem;
  text-indent: 2em;
  letter-spacing: 2px;
}
.table{
  padding: .4rem .65rem 0;
}
.table li{
  float: left;
  width: 50%;
  height: 1.02rem;
  line-height: .96rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 .11rem;
  margin-bottom: .46rem;
}
.table li span{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: .32rem;
  background-color: #b80000;
}
.table.tb1 h3{
  font-size: .36rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: .3rem;
  color: #b80000;
} 

.question{
  padding: 1.6rem .74rem 0;
}
.question.test{
  padding: 2rem .74rem 0;
}
.question.test .tit{
  line-height: .6rem;
  text-align: right;
}
.question.test .tit p{
  font-size: .26rem;
}
.question.test .tit p span{
  font-weight: bold;
  margin: 0 .05rem;
  color: #b80000;
}
.question.test .item-title{
  height: .96rem;
}
.item-wrapper{
  /*padding:.45rem .4rem;*/
}

.item-title{
  font-size: .3rem;
  padding-bottom: .4rem;
  font-weight: bold;
  color: #b80000;
  line-height:.48rem;
}
.item-list{
  padding-bottom: .28rem;
}

.nschkbox{
  display: block;
  width: 100%;
  /*height: .66rem;*/
  line-height: .66rem;
  padding: 0 .25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: .26rem;
  color: #333;
  position: relative;
  border-radius: .33rem;
  margin-bottom: .1rem;
  border: 1px solid transparent;
}
.nschkbox.chk{
  border: 1px solid  #b80000;
  color: #b80000;
}

.item-btn{
  width: 5.12rem;
  height: .85rem;
  margin: 0 auto;
  background-color: #b80000;
  text-align: center;
  letter-spacing: 5px;
  font-size: .34rem;
  line-height: .85rem;
}

.game{
  padding: 2.55rem .28rem 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.game .zp-bg{
  width: 6.94rem;
  height: 6.94rem;
  border-radius: 50%;
  padding:.35rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: rgba(184,0,0,.15);

}
.game .zp{
  width: 6.24rem;
  height: 6.24rem;
  background: url('../images/zp.png') center no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;

  -o-transform: transform 6s;
  -ms-transform: transform 6s;
  -moz-transform: transform 6s;
  -webkit-transform: transform 6s;
  transition: transform 6s;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.game .center{
  width: 2.7rem;
  height: 2.7rem;
  background: url('../images/center.png') center no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1.35rem;
  margin-top: -1.35rem;
  z-index: 3;
}
.game .center a{
  display: block;
  width: 100%;
  height: 100%;
}
.game .dot{
  display: none;
  width: 5.8rem;
  height: 5.8rem;
  background: url('../images/dot.png') center no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2.9rem;
  margin-top: -2.9rem;
  z-index: 1;
}
.game .dot1{
  display: none;
  width: 5.8rem;
  height: 5.8rem;
  background: url('../images/dot1.png') center no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2.9rem;
  margin-top: -2.9rem;
  z-index: 2;
}
.game .dot.on,
.game .dot1.on{
  display: block;
}

.login{
  padding: 7rem .77rem 0;
}
.login .input{
  width: 100%;
  height: .86rem;
  margin-bottom: .54rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid  #b80000;
  background-color: rgba(184,0,0,.3);
}
.login .input input{
  width: 100%;
  height: 100%;
  padding: 0 .3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  background-color:transparent;
  color: #b80000;
  font-family: inherit;
  font-size: .3rem;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: rgba(184, 0, 0, .8);
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgba(184, 0, 0, .8);
}
.login .btn{
  margin-bottom: .5rem;
}
.login .btn input{
  width: 100%;
  height: .86rem;
  border: 0;
  background-color: #b80000;
  color: #fff;
  font-size: .36rem;
  font-family: inherit;
  letter-spacing: 5px;
}
.login p{
  text-align: right;
  padding:0 .1rem;
}
.login p a{
  display: block;
  line-height: 1.4;
  font-size: .36rem;
  font-weight: bold;
  color: #b80000;
  border-bottom: 1px solid  #b80000;
  float: left;
}
.login p span{
  display: block;
  line-height: 1.6;
  font-size: .3rem;
  color: #b80000;
}

.table-ag{
  padding-top: 1.6rem;
  padding-left: .84rem;
  overflow: hidden;
}
.table-ag ul{
  border-left: 1px solid  rgba(184,0,0,1);
  padding-top: .2rem;
  padding-left: .36rem;
  padding-right: .5rem;
}
.table-ag ul li{
  margin-bottom: .46rem;
  position: relative;
}
.table-ag ul li:before{
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-top: .16rem solid transparent;
  border-bottom: .16rem solid transparent;
  border-left: .27rem solid rgba(184,0,0,1);
  position: absolute;
  top: 50%;
  margin-top: -.16rem;
  left: -.44rem;
  z-index: 1;
}
.table-ag ul li span{
  display: inline-block;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid  rgba(184,0,0,1);
  padding:.15rem .2rem;
  color: #fff;
  font-size: .28rem;
  background-color: rgba(184,0,0,1);
  letter-spacing: 2px;
}


.result{
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding:1.5rem .3rem .3rem;
}
.scroll{
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(255,255,255,.85);
  border: 1px solid  rgba(184,0,0,.25);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding:.3rem;
  -webkit-overflow-scrolling: touch;
}
.result .tips{
  font-size: .24rem;
  padding-bottom: .3rem;
  margin-bottom: .3rem;
  border-bottom: 1px solid rgba(184,0,0,.25);
}
.result .tips li{
  position: relative;
  margin-bottom: .1rem;
}
.result .tips li span{
  display: block;
  position: absolute;
  line-height: 1.4;
  top: 0;
  left: 0;
  color: #b80000;
}
.result .tips li p{
  padding-left: 1rem;
  line-height: 1.4;
  letter-spacing: 1px;
}
.result .intro{
  padding-bottom: .1rem;
  margin-bottom: .4rem;
  border-bottom: 1px solid rgba(184,0,0,.25);
}
.result .intro .top{
  padding-bottom: .4rem;
}
.result .intro .top h3{
  text-align: center;
  color: #b80000;
  font-size: .36rem;
  font-weight: bold;
  line-height: .64rem;
  letter-spacing: 2px;
  margin-bottom: .2rem;
}
.result .intro .top p{
  text-indent: 2em;
  font-size: .28rem;
  line-height: .44rem;
  color: #282828;
}
.result .intro .zs h5{
  font-size: .28rem;
  line-height: .44rem;
  margin-bottom: .2rem;
}
.result .intro .zs ul{
  padding-left: .4rem;
}
.result .intro .zs li{
  font-size: .24rem;
  line-height: .44rem;
  position: relative;
  margin-bottom: .2rem;
  letter-spacing: 1px;
}
.result .intro .zs li:before{
  display: block;
  content: '';
  width: .3rem;
  height: .3rem;
  -webkit-transform: rotate(-45deg) scale(.45);
  transform: rotate(-45deg) scale(.45);
  background-color: #b80000;
  position: absolute;
  top: .065rem;
  left: -.4rem;
  z-index: 1;
}
.result .section{
  margin-bottom: .6rem;
  border-bottom: 1px solid rgba(184,0,0,.25);
}
.result .section h3{
  color: #b80000;
  font-size: .42rem;
  line-height: .48rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: .3rem;
}
.result .item{
  margin-bottom: .4rem;
}
.result .item h4{
  font-size: .32rem;
  color: #b80000;
  line-height: .44rem;
  margin-bottom: .4rem;
  letter-spacing: 1px;
}
.result .item-content{
  margin-bottom: .6rem;
}
.result .item-content h5{
  font-size: .28rem;
  position: relative;
  padding-left: .4rem;
  line-height: .44rem;
  margin-bottom: .1rem;
  letter-spacing: 1px;
  font-weight: bold;
  color: rgba(0,0,0,.65);
}
.result .item-content h5:before{
  display: block;
  content: '';
  width: .3rem;
  height: .3rem;
  -webkit-transform: rotate(-45deg) scale(.45);
  transform: rotate(-45deg) scale(.45);
  background-color: rgba(0,0,0,.65);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -.15rem;
  z-index: 1;
}
.result .item-content p{
  font-size: .28rem;
  line-height: 1.4;
  margin-bottom: .1rem;
  letter-spacing: 1px;
  text-indent: 2em;
  color: #282828;
}
.result .item-content .details h6{
  font-size: .28rem;
  line-height: .44rem;
  margin-bottom: .1rem;
  letter-spacing: 1px;
  font-weight: bold;
  color: rgba(0,0,0,.65);
}
.result .item-content .details ul{
  margin-left: 1.85em;
}
.result .item-content .details li{
  font-size: .28rem;
  line-height: 1.4;
  margin-bottom: .1rem;
  letter-spacing: 1px;
  list-style: decimal;
}
.result .item-content span{
  display: block;
  font-size: .28rem;
  line-height: 1.4;
  margin-bottom: .1rem;
  letter-spacing: 1px;
  color: #282828;
  text-indent:1em;
}
.result .end{
  font-weight: bold;
  text-align: center;
  padding:.2rem 0;
  color: #b80000;
  font-size: .36rem;
}

.result .footer h3{
  text-align: center;
  color: #b80000;
  font-size: .36rem;
  font-weight: bold;
  line-height: .64rem;
  letter-spacing: 2px;
  margin-bottom: .4rem;
}
.result .footer p{
  text-indent: 2em;
  font-size: .28rem;
  line-height: .44rem;
  color: #282828;
}
.result .header{
  margin-bottom: .4rem;
}
.result .header p{
  line-height: .6rem;
  background-color:#e5e5e5;
  padding:0 .3rem;
  margin-bottom: 2px;
}
.result .header p span{
  font-size: .28rem;
}