@charset "utf-8";

/* CSS Document U2FsdGVkX18PpxOrCHtPvqUWoygiKovB/pkvCpyCWDOgpOLAFxJfgE9exYteLyvh*/

body {
    min-width: 3.2rem;
    max-width: 7.5rem;
    margin: 0 auto !important;
    overflow-x: hidden;
    background: #fff;
    font: .32rem/1.5 "microsoft yahei", Arial, Helvetica, sans-serif;
    color: #333;
}

section,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
th,
td,
input,
textarea,
select,
img {
    margin: 0;
    padding: 0;
    border: 0;
}

ul,
ol,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: lighter;
}

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

em,
i {
    display: inline-block;
    font-weight: normal;
    font-style: normal;
}

textarea,
select,
input {
    font-family: "Microsoft Yahei";
    font-size: .32rem;
    color: #666;
}

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

a:hover {
    /*color:#333; */
    text-decoration: none;
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
button,
textarea {
    -webkit-appearance: none;
}

.cfx:after,
nav.mini:after,
.h:after,
.hn:after,
.PH:after {
    content: ' ';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    line-height: 0;
}

* {
    box-sizing: border-box;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/**** 公共css ****/


/**** 首页 ****/

.wrapper {
    float: left;
    width: 100%;
    background: #020204 url(../aiqing/wrap-bg.jpg) no-repeat;
    background-size: 100% auto;
    font-size: .3rem;
    color: #fff;
}

.wrapper.input {
    min-height: calc(100vh - .96rem);
}


/*banner图动画*/

.indexBann {
    position: relative;
    float: left;
    width: 100%;
    height: 7.85rem;
    overflow: hidden;
}

.indexBann #canvas {
    width: 7.5rem;
    overflow: hidden;
    margin-top: 1rem;
}

.indexBann .banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../aiqing/banner.png) no-repeat;
    background-size: 100% 100%;
}

.indexBann .element ul li {
    position: absolute;
    width: 4.64rem;
    height: 4rem;
    left: 1.43rem;
    top: 2.3rem;
    opacity: 0;
}

.indexBann .element ul li:nth-child(odd) {
    animation: elementShow1 10s linear infinite;
    -webkit-animation: elementShow1 10s linear infinite;
}

.indexBann .element ul li:nth-child(even) {
    animation: elementShow2 10s linear infinite;
    -webkit-animation: elementShow2 10s linear infinite;
}

.indexBann .element ul li:nth-child(1) {
    background: url(../aiqing/element1.png) no-repeat;
    background-size: 100% 100%;
}

.indexBann .element ul li:nth-child(2) {
    background: url(../aiqing/element2.png) no-repeat;
    background-size: 100% 100%;
    animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s;
}

.indexBann .element ul li:nth-child(3) {
    background: url(../aiqing/element3.png) no-repeat;
    background-size: 100% 100%;
    animation-delay: 5s;
    -webkit-animation-delay: 5s;
}

.indexBann .element ul li:nth-child(4) {
    background: url(../aiqing/element4.png) no-repeat;
    background-size: 100% 100%;
    animation-delay: 7.5s;
    -webkit-animation-delay: 7.5s;
}

@keyframes elementShow1 {
    0% {
        transform: scale(.1);
    }
    2% {
        opacity: 1;
    }
    20% {
        opacity: 1;
        transform: scale(.8);
    }
    25%,
    100% {
        transform: translateX(-6rem);
    }
}

@-webkit-keyframes elementShow1 {
    0% {
        transform: scale(.1);
    }
    2% {
        opacity: 1;
    }
    20% {
        opacity: 1;
        transform: scale(.8);
    }
    25%,
    100% {
        transform: translateX(-6rem);
    }
}

@keyframes elementShow2 {
    0% {
        transform: scale(.1);
    }
    2% {
        opacity: 1;
    }
    20% {
        opacity: 1;
        transform: scale(.8);
    }
    25%,
    100% {
        transform: translateX(6rem);
    }
}

@-webkit-keyframes elementShow2 {
    0% {
        transform: scale(.1);
    }
    2% {
        opacity: 1;
    }
    20% {
        opacity: 1;
        transform: scale(.8);
    }
    25%,
    100% {
        transform: translateX(6rem);
    }
}


/*banner图动画*/

.main {
    float: left;
    width: 100%;
    padding: 0 .3rem .5rem .3rem;
}

.main section:first-child.bigbox {
    margin: 0;
}

.bigbox {
    float: left;
    width: 100%;
    padding: .5rem .4rem;
    margin: .4rem 0 0 0;
    background: url(../aiqing/big-top.jpg) no-repeat left top, url(../aiqing/big-mid.jpg) no-repeat left center, url(../aiqing/big-down.jpg) no-repeat left bottom, url(../aiqing/big-bg.jpg) repeat-y;
    background-size: 100% auto, 100% auto, 100% auto, 100% auto;
}


/** 资料输入版块 **/

.forminput {
    float: left;
    width: 100%;
    margin: -.2rem 0 0 0;
}

.forminput_hang {
    float: left;
    width: 100%;
    border-bottom: 1px solid #f4bc71;
}

.forminput_hang_bt {
    float: left;
    width: 1.6rem;
    line-height: 1rem;
}

.forminput_hang_name {
    overflow: hidden;
}

.forminput_hang_name input {
    float: left;
    width: 100%;
    border: none;
    background: none;
    outline: none;
    height: 1rem;
    color: #fff;
}

.forminput_hang_birth {
    overflow: hidden;
    cursor: pointer;
    line-height: 1rem;
}

.forminput_hang_birth span {
    display: block;
}


/** 资料输入版块 **/

.button {
    float: left;
    width: 100%;
    padding: 0 .55rem;
    margin: .4rem 0 0 0;
}

.button.zoom {
    padding: 0 .15rem;
    animation: btnZoom 1s linear infinite alternate;
    -moz-animation: btnZoom 1s linear infinite alternate;
    -webkit-animation: btnZoom 1s linear infinite alternate;
    -o-animation: btnZoom 1s linear infinite alternate;
}

.button a,
.button a img {
    float: left;
    width: 100%;
}

@keyframes btnZoom {
    from {}
    to {
        transform: scale(.8);
    }
}

@-moz-keyframes btnZoom {
    from {}
    to {
        transform: scale(.8);
    }
}

@-webkit-keyframes btnZoom {
    from {}
    to {
        transform: scale(.8);
    }
}

@-o-keyframes btnZoom {
    from {}
    to {
        transform: scale(.8);
    }
}

.picture,
.picture img {
    float: left;
    width: 100%;
}

.picture.width635 {
    width: 6.35rem;
    margin: .1rem 0 0 -.1rem;
}

.indexLight {
    position: relative;
    float: left;
    width: 100%;
    height: 20.61rem;
    background: url(../aiqing/img01.png) no-repeat;
    background-size: 100% 100%;
}

.indexLight ul li:first-child {
    position: absolute;
    left: .33rem;
    top: 4.4rem;
    width: 6.23rem;
    height: 6.15rem;
    background: url(../aiqing/light.png) no-repeat;
    background-size: 100% 100%;
    animation: lightRotate 20s linear infinite;
    -webkit-animation: lightRotate 20s linear infinite;
}

@keyframes lightRotate {
    from {}
    to {
        transform: rotate(1turn);
    }
}

@-webkit-keyframes lightRotate {
    from {}
    to {
        transform: rotate(1turn);
    }
}

.indexLight ul li:last-child {
    position: absolute;
    left: .17rem;
    top: 3.95rem;
    width: 6.55rem;
    height: 7.77rem;
    background: url(../aiqing/img05.png) no-repeat;
    background-size: 100% 100%;
}

.indexAbout {
    float: left;
    width: 100%;
    padding: 3.2rem .5rem 0 .5rem;
    margin: .3rem 0 0 0;
    background: url(../aiqing/zy-logo.png) no-repeat center top;
    background-size: auto 3.22rem;
}

.indexAbout ul li {
    float: left;
    width: 100%;
    padding: 0 0 0 .8rem;
    margin: .2rem 0 0 0;
    font-size: .28rem;
    text-align: justify;
}

.indexAbout ul li:nth-child(1) {
    background: url(../aiqing/zy-icon1.png) no-repeat left .1rem;
    background-size: .56rem auto;
}

.indexAbout ul li:nth-child(2) {
    background: url(../aiqing/zy-icon2.png) no-repeat left .1rem;
    background-size: .56rem auto;
}

.indexAbout ul li:nth-child(3) {
    background: url(../aiqing/zy-icon3.png) no-repeat left .1rem;
    background-size: .56rem auto;
}

.indexAbout ul li:nth-child(4) {
    background: url(../aiqing/zy-icon4.png) no-repeat left .1rem;
    background-size: .56rem auto;
}


/**** 首页 ****/


/**** 浮动按钮 ****/

.floatbtn {
    float: left;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    padding: .1rem .2rem;
    position: fixed;
    bottom: 0;
    max-width: 7.5rem;
}

.floatbtn .button {
    margin: 0;
}


/**** 浮动按钮 ****/


/**** 中间洗牌页 ****/

.inputTxt {
    float: left;
    width: 100%;
    text-align: center;
}

.inputTxt span:nth-child(1) {
    color: #00b5e4;
}

.inputTxt span:nth-child(2) {
    color: #f6b70e;
}

.inputTxt span:nth-child(3) {
    color: #f9685f;
}


/**** 中间洗牌页 ****/


/**** 中间洗牌页 ****/

.stepWrap {
    float: left;
    width: 100%;
    height: 13.34rem;
    padding: 1rem .3rem 1rem .3rem;
    background: url(../aiqing/wrap-step.jpg) no-repeat;
    background-size: 100% 100%;
}

.stepCardTxt {
    float: left;
    width: 100%;
    padding: .6rem 0;
    background: url(../aiqing/step-bg.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
}

.stepCardTxt span {
    color: #f6b70e;
}

.stepCardBox {
    position: relative;
    float: left;
    width: 100%;
    height: 6.5rem;
    margin: .7rem 0 0 0;
}

.stepCardBox .card {
    position: absolute;
    width: 3.2rem;
    transition: 1s linear;
}

.stepCardBox.NoClick .card {
    pointer-events: none;
}

.positionCard .card:nth-of-type(1) {
    left: 1.94rem;
    top: 1.21rem;
}

.positionCard .card:nth-of-type(2) {
    left: 1.93rem;
    top: 1.22rem;
}

.positionCard .card:nth-of-type(3) {
    left: 1.92rem;
    top: 1.23rem;
}

.positionCard .card:nth-of-type(4) {
    left: 1.91rem;
    top: 1.24rem;
}

.positionCard .card:nth-of-type(5) {
    left: 1.9rem;
    top: 1.25rem;
}

.positionCard .card:nth-of-type(6) {
    left: 1.89rem;
    top: 1.26rem;
}

.positionCard .card:nth-of-type(7) {
    left: 1.88rem;
    top: 1.27rem;
}

.positionCard .card:nth-of-type(8) {
    left: 1.87rem;
    top: 1.28rem;
}

.positionCard .card:nth-of-type(9) {
    left: 1.86rem;
    top: 1.29rem;
}

.positionCard .card:nth-of-type(10) {
    left: 1.85rem;
    top: 1.3rem;
}

.positionCard .card:nth-of-type(11) {
    left: 1.84rem;
    top: 1.31rem;
}

.positionCard .card:nth-of-type(12) {
    left: 1.83rem;
    top: 1.32rem;
}

.positionCard .card:nth-of-type(13) {
    left: 1.82rem;
    top: 1.33rem;
}

.positionCard .card:nth-of-type(14) {
    left: 1.81rem;
    top: 1.34rem;
}

.positionCard .card:nth-of-type(15) {
    left: 1.80rem;
    top: 1.35rem;
}

.positionCard .card:nth-of-type(16) {
    left: 1.79rem;
    top: 1.36rem;
}

.positionCard .card:nth-of-type(17) {
    left: 1.78rem;
    top: 1.37rem;
}

.positionCard .card:nth-of-type(18) {
    left: 1.77rem;
    top: 1.38rem;
}

.positionCard .card:nth-of-type(19) {
    left: 1.76rem;
    top: 1.39rem;
}

.positionCard .card:nth-of-type(20) {
    left: 1.75rem;
    top: 1.4rem;
}


/* 摊牌 */

.stepFlexCard .card {
    transform: scale(.4);
}

.stepFlexCard .card:nth-of-type(1) {
    left: -.8rem;
    top: -1rem;
}

.stepFlexCard .card:nth-of-type(2) {
    left: -.8rem;
    top: .28rem;
}

.stepFlexCard .card:nth-of-type(3) {
    left: -.8rem;
    top: 1.56rem;
}

.stepFlexCard .card:nth-of-type(4) {
    left: -.8rem;
    top: 2.84rem;
}

.stepFlexCard .card:nth-of-type(5) {
    left: -.8rem;
    top: 4.12rem;
}

.stepFlexCard .card:nth-of-type(6) {
    left: .48rem;
    top: 4.12rem;
}

.stepFlexCard .card:nth-of-type(7) {
    left: 1.76rem;
    top: 4.12rem;
}

.stepFlexCard .card:nth-of-type(8) {
    left: 3.04rem;
    top: 4.12rem;
}

.stepFlexCard .card:nth-of-type(9) {
    left: 4.32rem;
    top: 4.12rem;
}

.stepFlexCard .card:nth-of-type(10) {
    left: 4.32rem;
    top: 2.84rem;
}

.stepFlexCard .card:nth-of-type(11) {
    left: 4.32rem;
    top: 1.56rem;
}

.stepFlexCard .card:nth-of-type(12) {
    left: 4.32rem;
    top: .28rem;
}

.stepFlexCard .card:nth-of-type(13) {
    left: 3.04rem;
    top: .28rem;
}

.stepBtn {
    float: left;
    width: 100%;
    padding: 0 .55rem;
    margin: .5rem 0 0 0;
}

.stepBtn a,
.stepBtn a img {
    float: left;
    width: 100%;
}


/**** 中间洗牌页 ****/


/**** 免费页 ****/

.freeMaYa {
    position: relative;
    float: left;
    width: 100%;
}

.freeMaYa .row {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.freeMaYa div:nth-child(2).row {
    margin: .4rem 0;
}

.freeMaYa .row .item {
    width: 1.5rem;
    display: flex;
    flex-direction: column;
}

.freeMaYa .row .item img {
    width: 100%;
}

.freeMaYa .row .item span {
    width: 100%;
    line-height: .6rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: .1rem 0 0 0;
}

.freeMaYa::after {
    content: "";
    position: absolute;
    top: 0;
    float: left;
    width: 100%;
    height: 7.4rem;
    background: url(../aiqing/light.png) no-repeat center;
    background-size: auto 6.15rem;
    animation: lightRotate 20s linear infinite;
    -webkit-animation: lightRotate 20s linear infinite;
}

.freeKey {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .8rem;
    margin: .3rem 0 0 0;
}

.freeKey .pic {
    float: left;
    width: 1.5rem;
}

.freeKey .pic img {
    float: left;
    width: 100%;
}

.freeKey .pic span {
    float: left;
    width: 100%;
    line-height: .6rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: .1rem 0 0 0;
}

.freeKey .txt {
    width: 2.5rem;
}

.freeKey .txt span {
    color: #ffb76a;
}

.freeMohu {
    float: left;
    width: 100%;
    padding: .3rem;
    margin: .3rem 0 0 0;
    background: url(../aiqing/mohu.png) no-repeat;
    background-size: 100% 100%;
}

.freePop {
    float: left;
    width: 100%;
    padding: .3rem 0 .3rem .3rem;
    background: #000;
    border: solid 1px #f4bc71;
    box-shadow: 0 0 .1rem #a97232;
    line-height: 2;
}

.freePop i {
    font-size: .25rem;
    color: #f6b70e;
}

.freePop img {
    display: block;
    height: .5rem;
    margin: .1rem auto;
}

.freePop span {
    display: inline-block;
    padding: 0 .1rem;
    line-height: 1.6;
    color: #000;
}

.freePop span.bg1 {
    background: #e4572b;
}

.freePop span.bg2 {
    background: #00a1cb;
}

.freePop span.bg3 {
    background: #f4e645;
}

.freePop span.bg4 {
    background: #43c3a3;
}


/**** 免费页 ****/


/**** 结果页 ****/

.resultData {
    float: left;
    width: 100%;
    text-align: center;
}

.resultTop {
    float: left;
    width: 100%;
    height: .67rem;
    padding: 0 0 0 4.4rem;
    margin: 0 0 .3rem 0;
    background: url(../aiqing/top-bg.png) no-repeat;
    background-size: 100% 100%;
    line-height: .67rem;
    font-size: .42rem;
    color: #bb1717;
    font-weight: bold;
}

.resultInfo {
    float: left;
    width: 100%;
    margin: .35rem 0 0 0;
    background: #000;
    border: solid 1px #f4bc71;
    box-shadow: 0 0 .1rem #a97232;
    line-height: .65rem;
    color: #ffa741;
    text-align: center;
}

.resultKey {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .3rem .6rem;
    margin: .3rem 0 0 0;
    background: url(../aiqing/key-top.png) no-repeat left top, url(../aiqing/key-down.png) no-repeat left bottom, url(../aiqing/key-mid.png) repeat-y;
    background-size: 100% auto, 100% auto, 100% auto;
}

.resultKey .pic {
    width: 1.5rem;
}

.resultKey .pic p {
    height: .9rem;
}

.resultKey .pic img {
    width: 100%;
}

.resultKey .txt {
    width: 3rem;
}

.resultKey .txt span {
    display: inline-block;
    padding: 0 .3rem;
    margin: 0 0 .1rem 0;
    line-height: .6rem;
    color: #fff;
    font-weight: bold;
}

.resultKey.padd {
    padding: .3rem .3rem .3rem .15rem;
}

.resultKey.padd .txt {
    width: 4rem;
}

.resultTxt {
    float: left;
    width: 100%;
    margin: .3rem 0 0 0;
    text-align: justify;
}

.resultTxt b {
    color: #f6b70e;
}

.resultTotem {
    float: left;
    width: 100%;
    padding: .3rem .5rem;
    margin: .35rem 0 0 0;
    background: url(../aiqing/key-top.png) no-repeat left top, url(../aiqing/key-down.png) no-repeat left bottom, url(../aiqing/key-mid.png) repeat-y;
    background-size: 100% auto, 100% auto, 100% auto;
}

.resultTotem ul li {
    float: left;
    width: 20%;
    height: 1.02rem;
}

.resultTotem ul li img {
    float: left;
    width: 100%;
}

.main span.zhiyin {
    background: #00a1cb;
}

.main span.tiaozhan {
    background: #499c68;
}

.main span.hexin {
    background: #bb1717;
}

.main span.zhichi {
    background: #e97f3f;
}

.main span.tuidong {
    background: #3861a4;
}

.main span.love {
    background: #e4572b;
    color: #000;
}

.main span.work {
    background: #00a1cb;
    color: #000;
}

.main span.people {
    background: #f4e645;
    color: #000;
}

.main span.healthy {
    background: #43c3a3;
    color: #000;
}

.resultInfo span.love {
    background: none;
    color: #e4572b;
}

.resultInfo span.work {
    background: none;
    color: #00a1cb;
}

.resultInfo span.people {
    background: none;
    color: #f4e645;
}

.resultInfo span.healthy {
    background: none;
    color: #43c3a3;
}


/**** 结果页 U2FsdGVkX18PpxOrCHtPvqUWoygiKovB/pkvCpyCWDOgpOLAFxJfgE9exYteLyvh****/