@charset "utf-8";
/* CSS Document */
html,body,div,ul,li,p,h1,h2,h3,h4,h5,h6{
   margin:0;
   padding:0;
}
*
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
html,body{
    height: 100%;
    overflow: hidden;
    background: #85e1f9!important;
}
canvas{background: #85e1f9!important;}
body { -webkit-text-size-adjust:none;font-family:"微软雅黑", arial,sans-serif;  color:#000; overflow:hidden;text-align: left;-webkit-appearance:none; font-size:16px;}
table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000;}del,ins{text-decoration:none}p{ margin:0; padding:0}img {-ms-interpolation-mode: bicubic;}
a:link,a:visited,a:hover,a:active{ text-decoration:none;}
li{ list-style:none;}
img{ vertical-align:middle;}
/**/
.hide{ display:none;}
.fll{ float:left;}
.flr{ float:right;}
.no_text{text-align: left;overflow: hidden;text-indent: -999px;display: block;}
.inline_b{display: inline-block;*zoom:1;*display: inline;}
.ver_line{display: inline-block;width: 1px;height: 100%;vertical-align: middle;}
html body div.clr,
html body span.clr {
 background: none;
 border: 0;
 clear: both;
 display: block;
 float: none;
 font-size: 0;
 margin: 0;
 padding: 0;
 overflow: hidden;
 visibility: hidden;
 width: 0;
 height: 0;
}
/**/
body, canvas, div {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body
{
    font-size: 0.24rem;
}
/*#gameCanvas
{
    width: 100%!important;
    height: auto!important;
    z-index: 100;
    background: #000;
}
#Cocos2dGameContainer
{
    width: 100%!important;
    height: 100%!important;
    position: absolute!important;
    top: 0!important;
    bottom: 0!important;
    left: 0!important;
    right: 0!important;
    overflow: hidden!important;
    margin: 0!important;
}*/
.fixwidth #gameCanvas
{
    width: 100%!important;
    height: auto!important;
    z-index: 100;
    background: #000;
}
.fixwidth
{
    width: 100%!important;
    height: 100%!important;
    position: absolute!important;
    overflow: hidden!important;
    margin: 0!important;
}
#heng
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1000;
    display: none;
}
#heng p
{
    font-size: 30px;
    color: #fff;
    text-align: center;
    top: 50%;
    position: relative;
    margin-top: -15px;

}
#overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 900;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.8;
    display: none;
}
#loading
{
    width: 64px;
    height: 68px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -34px;
    display: none;
}
#debug
{
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 16px;
}

.share_tip
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}
.share_tip img
{
    position: absolute;
    right: 0.3rem;
    top: 0.2rem;
    width: 0.82rem;
    
}
.share_tip p
{
    color: #fff;
    text-align: center;
    font-size: 0.40rem;
    position: absolute;
    width: 100%;
    top: 3.2rem;
    line-height: 1.5;
}
.black_bg
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
}
.cover
{
    position: absolute;
    width: 100%;
    display: none;
    width: 6.4rem;
    height: 7.15rem;
    background-image: url(../images/cover_bg.png);
    background-size:contain;
}
.cover>.bg
{
    position: relative;
    width: 100%;
}
.cover>.inner
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.cover_logo
{
    width: 2.34rem;
    height: 1rem;
    background-image: url(../images/cover_logo.png);
    background-size: contain;
    position: relative;
    margin: 0.8rem auto 0;
    display: block;
}
.cover .middle_section
{
    position: absolute;
    width: 100%;
    left: 0;
    top: 28.5%;
    bottom: 18.9%;
    text-align: center;
}
.cover .bottom_section
{
    position: absolute;
    bottom: -0.22rem;
    width: 100%;
    text-align: center;
    width: 100%;
}
.resume_btn
{
    display: inline-block;
    width: 4.23rem;
    height: 1.57rem;
    background-image: url(../images/resume_btn.png);
    background-size: 8.48rem;
    overflow: hidden;
    text-indent: -999px;
    background-position: 0 0;
}
.resume_btn.hover
{
    background-image: url(../images/resume_btn.png);
    background-position: -4.25rem 0;
}
.submit_btn
{
    display: inline-block;
    width: 4.23rem;
    height: 1.57rem;
    background-image: url(../images/submit_btn.png);
    background-size: 8.48rem;
    overflow: hidden;
    text-indent: -999px;
    background-position: 0 0;
}
.submit_btn.hover
{
    background-image: url(../images/submit_btn.png);
    background-position: -4.25rem 0;
}
.swipe1 p
{
    font-size: 0.2rem;
    color: #3796ff;
    line-height: 1.4;
    margin-bottom: 0.2rem;
}
.swipe1 h2
{
    font-weight: bold;
}
.swipe1
{
    width: 84%!important;
    display: block;
    left:8%!important;
    position: relative;
    overflow: hidden;
}
.swipe1 .swiper-slide
{
    text-align: center;
}
.swipe1 .img_wrap
{
    margin-top: 0.5rem;
}
.swipe1 .img_wrap img
{
    width: 45%;
    margin: 0 1%;
}
.swipe1 .swiper-slide h1
{
    color: #16579f;
    font-size: 0.24rem;
    font-weight: bold;
    margin-top: 0.1rem;
    line-height: 1.6;
}
.swipe1 .swiper-slide h2
{
    font-size: 0.24rem;
    color: #3796ff;
    font-weight: normal;
    line-height: 1.6;
}
.xunzhang_title .left
{
    display: inline-block;
    vertical-align: middle;
}
.xunzhang_title .right
{
    display: inline-block;
    vertical-align: middle;
    color: #9b78ff;
    font-size: 0.84rem;
    font-weight: bold;
}
.xunzhang_title h1
{
    color: #16579f;
    font-size: 0.33rem;
    font-weight: bold;
}
.xunzhang_title h2
{
    color: #16579f;
    font-size: 0.24rem;
    font-weight: bold;
}
.xunzhang_content
{
    color: #16579f;
    font-size: 0.24rem;
    line-height: 2;
    margin-top: 0.3rem;
    font-weight: bold;
}
.zi_star
{
    display: inline-block;
    width: 0.22rem;
    height: 0.21rem;
    background-image: url(../images/xingxing.png);
    background-size: contain;
}
.xunzhang_title .subtitle
{
    font-size: 0.24rem;
    display: inline-block;
    color: #bbfffc;
    background:#9579ff; 
    padding: 0.1rem 0.6rem;
    border-radius: 0.4rem;
    margin-top: 0.1rem;
}
.result_page
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    background: rgba(0,0,0,0.8);
    text-align: center;
    display: none;
}
.result_page .score
{
    font-size: 0.56rem;
    color: #f3f9fd;
    text-align: center;
    line-height: 1.2;
    margin-top: 0.3rem;
}

.result_page .score_text
{
    font-size: 0.2rem;
    color: #85ceff;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
}
.result_btn
{
    display: inline-block;
    width: 4.21rem;
    height: 1.62rem;
    background-image: url(../images/btn_bg.png);
    background-size: 8.44rem;
    position: relative;
    background-position: 0 0;
}
.result_btn.hover
{
    background-image: url(../images/btn_bg.png);
    background-position:-4.23rem 0;
}
.result_btn .text
{
    display: inline-block;
    width: 2.17rem;
    height: 0.69rem;
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
}
.result_btn .wycj
{
    background-image: url(../images/wycj.png);
    background-size: contain;
}
.result_btn .zlyc
{
    background-image: url(../images/zlyc.png);
    background-size: contain;
}
.star_small
{
    display: inline-block;
    width: 0.96rem;
    height: 0.96rem;
    vertical-align: bottom;
    position: relative;
    top:0.05rem;
    z-index: 10;
}
.star_big
{
    display: inline-block;
    width: 1.44rem;
    height: 1.39rem;
    vertical-align: bottom;
    position: relative;
    z-index: 10;
}
.star_outer .gold_star
{
    background-image: url(../images/gold_star.png);
    background-size: contain;
}
.star_outer
{
    position: relative;
}
.star_outer .silver_star
{
    background-image: url(../images/silver_star.png);
    background-size: contain;
}
.result_middle p
{
    font-size: 0.32rem;
    color: #fff;
    line-height: 2;
    font-weight: bold;
    margin: 0.7rem 0;
}
.result_middle
{
    position: absolute;
    top: 50%;
    transform:translate(0,-50%);
    -webkit-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    -o-transform:translate(0,-50%);
    width: 100%;
}
.yingying
{
    display: inline-block;
    width: 4.21rem;
    height: 3.79rem;
    background-image: url(../images/yingying.png);
    background-size: contain;
    position: absolute;
    left: 50%;
    margin-left: -2.2rem;
    top: -1.2rem;
}
.result_btn .light1
{
    display: inline-block;
    width: 0.23rem;
    height: 0.22rem;
    background-image: url(../images/light1.png);
    background-size: contain;
    position: absolute;
    left: 0.1rem;
    top: 0;
}
.result_btn .light2
{
    display: inline-block;
    width: 0.46rem;
    height: 0.48rem;
    background-image: url(../images/light2.png);
    background-size: contain;
    position: absolute;
    top: 0.1rem;
    right: -0.3rem;
}
.henyihan
{
    display: inline-block;
    width: 2.17rem;
    height: 0.85rem;
    background-image: url(../images/hyh.png);
    background-size: contain;
}

#henping {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000 url(../images/horizonal_text.png) no-repeat center;
  background-size: 50% auto;
  z-index: 99999999;
  display: none
}
.cover_zhongjiang input
{
    font-size: 0.23rem;
    line-height: 1.5;
    padding: 0.06rem 0;
    width: 3.4rem;
    display: block;
    margin: 0.2rem auto 0;
    color: #5335c4;
    background: #96b8fe;
    border:1px solid #7255dc;
    border-radius: 0.295rem;
    outline: none;
    text-align: center;
    -moz-transition: all 0.3s; /* Firefox 4 */
    -webkit-transition: all 0.3s; /* Safari 和 Chrome */
    -o-transition: all 0.3s; /* Opera */
}
.cover_zhongjiang .half
{
    display: inline-block;
    vertical-align: middle;
    width: 1.6rem;
    margin: 0.2rem 0.05rem 0;

}
.cover_zhongjiang .middle_section 
{
    top: 26.5%;
}
.cover_zhongjiang input:focus::-webkit-input-placeholder {
    color:    #96b8fe;
    -moz-transition: all 0.3s; /* Firefox 4 */
    -webkit-transition: all 0.3s; /* Safari 和 Chrome */
    -o-transition: all 0.3s; /* Opera */
}
.cover_zhongjiang input:focus::-moz-input-placeholder {
    color:    #96b8fe;
    -moz-transition: all 0.3s; /* Firefox 4 */
    -webkit-transition: all 0.3s; /* Safari 和 Chrome */
    -o-transition: all 0.3s; /* Opera */
}
.cover_zhongjiang input::-webkit-input-placeholder {
    color:    #5335c4;
    -moz-transition: all 0.3s; /* Firefox 4 */
    -webkit-transition: all 0.3s; /* Safari 和 Chrome */
    -o-transition: all 0.3s; /* Opera */
}
.cover_zhongjiang input:-moz-placeholder {
    color:    #5335c4;
    -moz-transition: all 0.3s; /* Firefox 4 */
    -webkit-transition: all 0.3s; /* Safari 和 Chrome */
    -o-transition: all 0.3s; /* Opera */
}
.cover_zhongjiang input:focus
{
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transition: all 0.3s; /* Firefox 4 */
    -webkit-transition: all 0.3s; /* Safari 和 Chrome */
    -o-transition: all 0.3s; /* Opera */
}
.zhongjiang_content p
{
    line-height: 1.5;
    color: #16579f;
    font-size: 0.24rem;
    margin-top: 0.2rem;
    font-weight: bold;
}
.loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 25%;
    height: 200px;
    align-items: center;
    justify-content: center;
}
.ball-scale > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    height: 60px;
    width: 60px;
    -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
    animation: ball-scale 1s 0s ease-in-out infinite;
}
@-webkit-keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }}
@keyframes pulse {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
