/**
 * fullPage 2.4.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html, body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: scroll;

}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
    background: #333;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
}
#fp-nav ul li:hover .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
/* end of fullPage */

/* 星言官网的 style */

/* Backgrounds will cover all the section
* --------------------------------------- */
.section, .slide {
    background-size: cover;
    position: relative;
}

a.dl-btn {
    background: #525252;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 18px;
    position: absolute;
}

/* 大块的下载链接在手机版中不显示 */
.dl-link {
    display: none;
}

.star, .words, .phone {
    position: absolute;    
}

/* Defining each section background and styles
* --------------------------------------- */
/* 真星座 */
#zxz1 {
    background-image: url("../images/zxzbg1.jpg");
}

#zxz1 .star {
    left: 65%;
    top: 12%;
    width: 20%;
}

#zxz1 .words {
    left: 25%;
    top: 11%;
    width: 50%;
}

#zxz1 .phone {
    left: 8%;
    top: 35%;
    width: 82%;
}

#zxz1 .dl-btn {
    left: 61%;
    top: 74%;
}

#zxz1 .dl-btn:nth-of-type(2) {
    top: 81%;
}

#zxz2 {
    background-image: url("../images/zxzbg2.jpg");
}

#zxz2 .star {
    left: 11%;
    top: 12%;
    width: 20%;
}

#zxz2 .words {
    left: 25%;
    top: 11%;
    width: 49%;
}

#zxz2 .phone {
    left: 8%;
    top: 35%;
    width: 82%;
}

#zxz2 .dl-btn {
    left: 35%;
    top: 25%;
}

#zxz2 .dl-btn:nth-of-type(2) {
    top: 46%;
}

#zxz3 {
    background-image: url("../images/zxzbg3.jpg");
}

#zxz3 .star {
    left: 70%;
    top: 21%;
    width: 20%;
}

#zxz3 .words {
    left: 10%;
    top: 11%;
    width: 60%;
}

#zxz3 .phone {
    left: 8%;
    top: 35%;
    width: 82%;
}

#zxz3 .dl-btn {
    left: 11%;
    top: 28%;
}

#zxz3 .dl-btn:nth-of-type(2) {
    top: 38%;
}

#zxz4 {
    background-image: url("../images/zxz-bg-4.png");
}

#zxz4 .star {
    left: 9%;
    top: 11%;
    width: 20%;
}

#zxz4 .words {
    left: 34%;
    top: 11%;
    width: 45%;
}

#zxz4 .phone {
    left: 20%;
    top: 35%;
    width: 65%;
}

#zxz4 .dl-btn {
    left: 65%;
    top: 75%;
}

#zxz4 .dl-btn:nth-of-type(2) {
    top: 82%;
}

/* 星盘 */
#xp1 {
    background-image: url("../images/xpbg.jpg");
}

#xp1 .star {
    left: 2%;
    top: 31%;
    width: 20%;
}

#xp1 .words {
    left: 26%;
    top: 12%;
    width: 67%;
}

#xp1 .phone {
    left: 17%;
    top: 41%;
    width: 60%;
}

#xp1 .dl-btn {
    left: 62%;
    top: 39%;
}

#xp1 .dl-btn:nth-of-type(2) {
    top: 46%;
}


/* 神数 */
#ss1 {
    background-image: url("../images/ssbg.jpg");
}

#ss1 .star {
    left: 3%;
    top: 26%;
    width: 20%;
}

#ss1 .words {
    left: 24%;
    top: 6%;
    width: 66%;
}

#ss1 .phone {
    left: 15%;
    top: 35%;
    width: 60%;
}

#ss1 .dl-btn {
    left: 61%;
    top: 79%;
}

#ss2 {
    background-image: url("../images/ssbg.jpg");
}

#ss2 .star {
    left: 71%;
    top: 58%;
    width: 20%;
}

#ss2 .words {
    left: 15%;
    top: 13%;
    width: 71%;
}

#ss2 .phone {
    left: 18%;
    top: 53%;
    width: 60%;
}

#ss2 .dl-btn {
    left: 62%;
    top: 76%;
}

/* 星言信息 */
#footer {
    /*background-image: url("../images/zxz-bg-1.png");*/
    background-color: #fafafa;
    text-align: center;
}

#logo {
    padding-bottom: 20px;
}

#logo img {
    height: 115px;
    width: 240px;
}

#slogan {
    color: #0086d1;
    font-size: 18px;
    margin: 10px;
}

.products {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.products a {
    background-repeat: no-repeat;
    background-size: 116px 60px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 60px;
    margin: 29px 0px 0px 0px;
    padding-right: 30px;
    padding-top: 30px;
    width: 116px;    
}

.zxz a {
    background-image: url("../images/nav-bg-zxz.png");
}

.xp a {
    background-image: url("../images/nav-bg-xp.png");
}

.ss a {
    background-image: url("../images/nav-bg-ss.png");
}

.footer {
    bottom: 0;
    border-top: 1px solid #eee;
    left: 50%;
    margin-left: -158px;
    padding: 20px;
    position: absolute;
}


.sns img {
    height: 50px;
    margin: 10px;
    width: 50px;
}

.wx-wrapper, .qq-wrapper {
    cursor: pointer;
    position: relative;
}

.sns .hover-wx {
    display: none;
    height: 144px;
    left: -44px;
    position: absolute;
    top: -150px;
    width: 140px;
    z-index: 9;
}

.hover-qq {
    display: none;    
    height: 88px;
    left: -34px;
    position: absolute;
    top: -85px;
    background: url(../images/hover-qq.png) no-repeat;
    width: 140px;
    padding: 10px 5px 0 0;
    color: #787878;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
}

.footer-info a {
    color: #525252;
    padding: 0 5px;
}

/* 手机版不显示页脚的版权等 */
.footer-info .footer-rights {
    color: #9c9c9c;
    display: none;
}

/* override fullpage css */
/* 下面的小圆点 */
.fp-slidesNav ul li a span {
    background-color: #888;
    border: none;
}

.fp-slidesNav ul li a.active span {
    background-color: #fff;
    border: 1px solid #888;
}

.fp-slidesNav.bottom {
    bottom: 0px;
}

/* Android 4.2.x 自带浏览器不支持 border-radius 缩写，同时设置border-radius和背景色的时候，背景色会溢出到圆角以外部分，Android 2.3 自带浏览器不支持 %，所以…… */
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background-clip: padding-box !important;
    border-top-left-radius: 999px;
    border-top-right-radius: 999px;
    border-bottom-left-radius: 999px;
    border-bottom-right-radius: 999px;    
}

/* menu */
#menu li {
    display:inline-block;
    margin: 5px;
    color: #000;
    background:#fff;
    background: rgba(255,255,255, 0.5);
    -webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active,
#menu li.active:hover{
    background:#666;
    background: rgba(0,0,0, 0.5);
    color: #fff;
}
#menu li a{
    text-decoration:none;
    color: #000;
}
#menu li.active a:hover{
    color: #000;
}
#menu li:hover{
    background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
    padding: 5px 10px;
    display:block;
}
#menu li.active a{
    color: #fff;
}
#menu{
    position:fixed;
    top:0;
    left:0;
    height: 40px;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin:0;
}


#menu .logo-mono,
#menu .logo-mono:hover {
    background: transparent;
}

#menu .logo-mono {
    margin-right: -5px;
}

.logo-mono img {
    height: 30px;
    width: 62px;
}

/* 宽屏，比如 Pad 横屏或电脑版的样式 */
@media (min-width: 1024px) {

    .content-wrapper {
        height: 100%;
        margin: auto;
        position: relative;
        width: 1024px;
    }

    /* 下载链接 */
    .dl-btn {
        display: none;
    }

    .dl-link {
        display: block;
        position: absolute;
    }

    .dl-links {
        display: inline-block;
        height: 132px;
        width: 172px;
        vertical-align: middle;
    }

    .dl-links a {
        display: inline-block;
        margin: 2px;
    }

    .dl-links img {
        height: 62px;
        width: 168px;
    }

    .qrcode {
        background-color: #fff;
        border: 5px solid #525252;
        border-radius: 10px;   
        display: inline-block;     
        height: 128px;
        width: 128px;
        vertical-align: middle;
    }

    .qrcode img {
        height: 100px;
        margin: 9px;
        width: 100px;
    }

    /* 真星座 */
    #zxz1 .star {
        left: 767px;
        top: 80px;
        width: 190px;
    }

    #zxz1 .words {
        left: 563px;
        top: 150px;
        width: 400px;
    }

    #zxz1 .phone {
        left: 56px;
        top: 80px;
        width: 550px;
    }

    #zxz1 .dl-link {
        left: 600px;
        top: 420px;
    }

    #zxz2 .star {
        left: 127px;
        top: 80px;
        width: 190px;
    }

    #zxz2 .words {
        left: 123px;
        top: 100px;
        width: 385px;
    }

    #zxz2 .phone {
        left: 470px;
        top: 58px;
        width: 420px;
    }

    #zxz2 .dl-link {
        left: 200px;
        top: 420px;
    }

    #zxz3 .star {
        left: 767px;
        top: 80px;
        width: 190px;
    }

    #zxz3 .words {
        left: 490px;
        top: 150px;
        width: 450px;
    }

    #zxz3 .phone {
        left: 56px;
        top: 80px;
        width: 400px;
    }

    #zxz3 .dl-link {
        left: 600px;
        top: 420px;
    }

    #zxz4 .star {
        left: 70px;
        top: 80px;
        width: 190px;
    }

    #zxz4 .words {
        left: 123px;
        top: 238px;
        width: 380px;
    }

    #zxz4 .phone {
        left: 570px;
        top: 58px;
        width: 390px;
    }
 
    #zxz4 .dl-link {
        left: 200px;
        top: 420px;
    }

    /* 星盘 */
    #xp1 .star {
        left: 767px;
        top: 80px;
        width: 190px;
    }

    #xp1 .words {
        left: 490px;
        top: 180px;
        width: 450px;
    }

    #xp1 .phone {
        left: 56px;
        top: 80px;
        width: 400px;
    }

    #xp1 .dl-link {
        left: 600px;
        top: 420px;
    }

    /* 神数 */
    #ss1 .star {
        left: 65px;
        top: 80px;
        width: 190px;
    }

    #ss1 .words {
        left: 123px;
        top: 158px;
        width: 380px;
    }

    #ss1 .phone {
        left: 570px;
        top: 58px;
        width: 390px;
    }

    #ss1 .dl-link {
        left: 200px;
        top: 420px;
    }

    #ss2 .star {
        left: 442px;
        top: 350px;
        width: 190px;
    }

    #ss2 .words {
        left: 123px;
        top: 111px;
        width: 380px;
    }

    #ss2 .phone {
        left: 570px;
        top: 58px;
        width: 341px;
    }

    #ss2 .dl-link {
        left: 200px;
        top: 420px;
    }

    .dl-link p {
        color: #525252;
        font-size: 18px;
        margin-top: 5px;
        text-align: center;
    }

    /* menu */
    #menu {
        left: 20px;
        top: 10px;        
    }

    #menu li a,
    #menu li.active a {
        font-size: 20px;
        padding: 10px 20px;
    }

    #menu .logo-mono {
        margin-right: 20px;
    }

    .logo-mono img {
        height: 48px;
        width: 100px;
    }

    /* 页脚的版权 */
    .footer-info .footer-rights {
        display: block;
    }


}


/* 左右的箭头，在手机版不显示 */
@media (max-width: 1023px) {
    .fp-controlArrow {
        display: none !important;
    }
}

/* 在微信中提示用别的浏览器打开 */
#weixin-tip {
    display: none;
    background: #fff;
    border: 2px dashed #333;
    border-radius: 10px;
    left: 0;
    margin: 15px auto;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0px;
    width: 300px;
    z-index: 1000;
}

#weixin-tip>div {
    width: 200px;
}

#weixin-tip>img {
    width: 50px;
}
