html, body {
    margin: 0 auto;
    background: url(../images/bg.png) repeat 0 0;
    overflow-x: hidden;
    max-width: 600px;
}
.pk-input{
	 -webkit-touch-callout:none;
}
.lf {
    float: left;
}

.rt {
    float: right;
}

.clear {
    clear: both;
}
.center{
    text-align: center;
}
input {
    outline: none;
}

p {
    margin: 0;
}

body::-webkit-scrollbar { /*滚动条整体样式*/
    width: 0; /*高宽分别对应横竖滚动条的尺寸*/
    height: 0;
}

body::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
}

body::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.0);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.0);
}
/*article页*/
.testMore,.functional p.productName{
	color: #fff;
}
.goHistoryBg {
    height: 42px;
    line-height: 42px;
    margin: 0 auto;
    padding-left: 5%;
    position: relative;
    background: #4D1D80;
    color: #fff;
}
.testDian{
	width: 25%;
	display: inline-block;
}
.goHistoryBtn {
    width: 60px;
    height: 42px;
    background: url("../images/history.png") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    right: 5%;
    top: 0;
}
.imTU {
    width: 96%;
    margin: 0px auto;
    display: block;
}
.youwenjiubu{
	padding-top: 3%;
	width: 109%;
	margin-left: -5%;
}
.article-birth {
    background: url(../images/infromation.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 100%;
    padding-bottom: 21px;
}

.baziTitle > div {
    padding-top: 18%;
    padding-left: 10%;
    font-size: 14px;
    width: 92%;
}

.userInputBg {
    margin: 3% auto;
    position: relative;
    clear: both;
    background: #fff;
    width: 80%;
    border-radius: 6px;
    padding-left: 2%;
    line-height: 3.3em;
    height: 3.3em;
    color: #943CA2;
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.userInputBg input {
    border: 0;
    background: transparent;
    width: 72%;
    color: #000;
}

.userInputBg input::-webkit-input-placeholder {
    color: #D1D1D1;
    font-size:12px;
}

#birth, #birthday {
    background: url(../images/turnDown.png) 100% 50% no-repeat;
    background-size: 8%;
}

.inputClick {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.goPayBtn {
    width: 100%;
    height: 11vw;
    background: url(../images/goZhanbu.png) 51% 0 no-repeat;
    background-size: 81%;
    margin: 23% 0 10px;
}

.goHistory {
    width: 100%;
    height: 24px;
    background: url(../images/history.png) no-repeat 51% 66%;;
    background-size: 30%;
}
.compare{
	margin-top: 5%;
}
.clientService {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-bottom: 17vw;
}

.callSer {
    background: url(../images/etc.png) 0 0 no-repeat;
    background-size: 100%;
    padding: 10px 30px 0;
    display: inline-block;
    -webkit-animation: call 1s linear infinite;
    text-decoration: underline
}

@keyframes call {
    0% {
        background: url(../images/etc.png) 0 0 no-repeat;
    }
    50% {
        background: url(../images/etc.png) 0 10px no-repeat;
    }
    100% {
        background: url(../images/etc.png) 0 0 no-repeat;
    }
}

@-webkit-keyframes call {
    0% {
        background: url(../images/etc.png) 0 0 no-repeat;
    }
    50% {
        background: url(../images/etc.png) 0 10px no-repeat;
    }
    100% {
        background: url(../images/etc.png) 0 0 no-repeat;
    }
}

.goPayBtnSuspendHeight {
    height: 70px;
    width: 100%;
}

.goPayBtnSuspendList {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.8);
}

.goPayBtnSuspendList li {
    background-size: 100%;
    width: 25vw;
    height: 14.4vw;
    float: left;
}

/*评论动画*/
@keyframes scrollText1 {
    0% {
        transform: translateY(0)
    }
    55% {
        transform: translateY(-33%)
    }
    99% {
        transform: translateY(-66%)
    }
    99.001% {
        transform: translateY(0)
    }
}
@-webkit-keyframes scrollText1 {
    0% {
        transform: translateY(0)
    }
    55% {
        transform: translateY(-33%)
    }
    99% {
        transform: translateY(-66%)
    }
    99.001% {
        transform: translateY(0)
    }
}

.commentShow {
    width: 96vw;
    display: block;
    margin: 7% auto;
    background: url(../images/comment.png) 0 0 no-repeat;
    background-size: 100% 100%;
    border: 1px solid transparent;
    padding-bottom: 40px;
}

.commentShow > div {
    height: 80vw;
    overflow: hidden;
}

.commentBg {
    animation: scrollText1 30s linear infinite
}

.commentBg img {
    width: 84%;
    margin: 0 auto;
    display: block
}

.CommentOne {
    font-weight: 900;
    padding: 18% 8% 0;
}

.CommentTwo {
    padding: 0 8% 4%;

}
.textRed{
	color: #941819;
}
.yuanli{
	background: url(../images/yuanli.png) no-repeat 0 0;
	background-size: 100% 100%;
	line-height: 30px;
	padding: 14% 6% 6%;
}
.hotTest{
	width: 100%;
}
.hotTxt{
	color: #fff;
	text-align: center;
	margin-bottom: 5%;
}
.imgStyle{
	width: 20%;
	float: left;
	margin-left: 5%;
}
.imgSize{
	width: 74%;
	display: inline-block;
	text-align: center;
}
.txtStyle{
	color: #fff;
	font-size: 13px;
	margin-top: 12%;
}
.lineStyle{
	width: 80%;
	margin: 5% auto;
	display: block;
}
.goPayBtnDown {
    height: 13.2vw;
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    left: 0;
    width: 100vw;
}

.goPayBtnDown > div {
    background: url("../images/goZhanbu.png") 0 0 no-repeat;
    background-size: 100% 100%;
    width: 90vw;
    height: 13.2vw;
    margin: 0 auto;
}

.pk-modal.-show {
    border: 0;
    border-radius: 5px;
}

.pk-arrow.-clean {
    display: none;
}

.pk-modal > .close {
    width: 38px;
    height: 58px;
    line-height: 58px;
    right: -1%;
    top: -2%;
    text-align: center;
}

.pk-option.-clean.-selected, .pk-option.-clean:hover {
    background: #fcc700;
}

.pk-modal.-clean > .head {
    color: #b3b3b3;
    background: #efefef;
}

.pk-input.-clean {
    border: 0;
    height: 12vw;
}
.form-group{
	position: relative;
}
.turnDown{
	width: 6%;
	display: inline-block;
	position: absolute;
	right: 3%;
	top: 37%;
}
/* 支付页*/
.resolve{
	height: 52vw;
	background: url(../images/payBanner.png) no-repeat 0 0;
	background-size: 100% 100%;
}

.question{
	color: #98171C;
	padding: 11% 0% 0;
	width: 60%;
	margin: 0 auto;
	text-decoration:underline ;
	font-size: 16px;
}
.score{
	width: 60%;
	margin: 3% auto 0;
}
.num{
	width: 9%;
	display: inline-block;
	float: left;
}

.numBox{
	margin-top: 27%;
}
.fen{
	/*position: absolute;
	right: 20%;
	top: 23%;*/
	width: 8%;
	display: inline-block;
}

.goods-title {
    width: 85%;
    margin: 0 auto;
    font-size: 14px;
}

.time span {
    color: #c02427;
}

.pay-choose {
    float: right;
    width: 15px;
    height: 15px;
    padding: 5px;
    margin-top: 10px;
    box-sizing: content-box;
    background: url("../images/pay-choose.png") 0 0 no-repeat;
    background-size: 100%;
}
.order-money{
    width: 90%;
    margin: 5px auto 0;
    background: #C5BAF6;
    border-radius: 5px;
}
.order-money2{
    width: 90%;
    margin: 5px auto 0;
    background: #C5BAF6;
    border-radius: 5px;
}
.order-money>div{
    padding: 5px 5%;
}
.order-money-title{
    border-bottom: 1px solid #8267B4;
    padding: 5px 5%;
}

.money-show{
    width: 55%;
}
.money-show span{
    color: #f5e8c6;
    background: #c02427;
    border-radius: 4px;
    padding: 4px;
}
.order-list {
    margin: 0;
}

.order-list li {
    background: #C5BAF6;
    padding: 0 10%;
    line-height: 45px;
    height: 45px;
}

.order-list li img {
    margin-right: 10px;
    width: 20px;
}

.order-list li span {
    vertical-align: top;
}

.goods-go-pay-btn {
    background: url(../images/goPayNow.png) 0 0 no-repeat;
    background-size: 100%;
    text-align: center;
    height: 50px;
    width: 80%;
    margin: 4% auto 0;
    line-height: 50px;
    color: #fff;
}
.payFinish{
	width: 100%;
	display: inline-block;
}
.finish{
	width: 96%;
	margin: 0 auto;
	border-left: 4px solid #080808;
	border-right: 4px solid #080808;
	border-bottom: 4px solid #080808;
	background: #E3DCD6;

}
.finishBox{
	height: 100%;
	background: url(../images/presentXing.png) no-repeat 0 0;
	background-size: 100% 100%;
}
.mainHoroscope{
	width: 92%;
	margin: 0 auto;
}
.horoscope{
	width: 27%;
	margin: 3% 3% 0;
	padding: 20px;
	display: inline-block;
	background: url(../images/result-txtBg.png) no-repeat 0 0;
	background-size: 100% 100%;
}

.description{
	background: #DBB189;
	width: 96%;
	margin: 3% auto;

}
.des{
	width: 96%;
	margin: 0 auto;
	border-left: 2px solid #ECD7C2;
	border-right: 2px solid #ECD7C2;
}

.huabianTop{
	width: 100%;
	display: inline-block;
}
.huabianBottom{
	width: 100%;
	display: inline-block;
}
.six{
	padding:0 5%;
	color: #B61212;
	font-weight: 600;
	line-height: 30px;
	font-size: 14px;
}
.sixResult{
	color: #000000;
}
.common{
	padding: 3% 5%;
	color: #ffffff;
}
.txtWhite{
	margin: 8% 0;
}
.numBg{
	width: 50%;
	padding: 9%;
	text-align: center;
	font-size: 20px;
	margin: 0% auto;
	background: url(../images/numBg.png) no-repeat 0 0;
	background-size: 100% 100%;
}
.colorRed{
	color: #9C160E;
}
.engry{
	text-align: center;
	margin: 3%;
	color: #000000;
}
.analyse{
	padding: 0 5%;
	font-weight: 600;
	margin: 3% 0;
}
.analyseImg{
	width: 42%;
	margin: 3% auto;
	display: block;
}
.lockBox{
	width: 75%;
	margin: 12% auto 0;
	background: #E9CCAF;
	color: #9A0303;
	text-align: center;
	padding: 5%;
	position: relative;
}
.newLock{
	position: absolute;
	top: -24%;
	left: 43%;
	width: 11%;
	margin: 0 auto;
	display: block;
}
.yourScore{
	text-align: center;
	padding-left: 0;
}
.red{
	color: #961416;
}
.green{
	color: #075C25;
}
.imgTU{
	width: 100%;
	margin-top: 5%;
}
/*历史记录*/
.go-other{
	width: 100%;
}
.history_height {
    padding: 3% 0;
    border-bottom: 1px solid #8267B4;
}

.history_result {
    margin: 5% auto;
    padding: 5% 0 0;
    width: 90%;
    color: #714f27;
    position: relative;
}


.history_goPay_resultBtn {
    background: url(../images/btnBg.png) 0 0 no-repeat;
    background-size: 100%;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    width: 70%;
    margin: 6% auto;
    line-height: 12vw;
}



.history_text {
    color: #cb1d1f;
    font-size: 12px;
    margin: 10px 20px;
}

.history_dif {
    border-bottom: none;
}
.line_width{
	width: 96%;
	margin: 0 auto;
}
.history_style {
    width: 27%;
    display: inline-block;
}

.history_statusTextNo {
    color: #cb1d1f;
}

.history_resultBtn {
    background: url(../images/btnBg.png) 0 0 no-repeat;
    background-size: 100% 100%;
    height: 16%;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    width: 70%;
    margin: 10% auto;
    line-height: 250%;
}

.history_hint {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;
}

.hintt {
    width: 170px;
    height: 90px;
    margin: 35% auto 0;
    text-align: center;
    background: url("../images/hint.png") 0 0 no-repeat;
    background-size: 100%;
    padding-top: 8%;
}

.hintt span:nth-child(1) {
    font-size: 16px;
}
#comment-nav h3 {
    margin: -34px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

#comment-nav {
    background: #E3DCD6;
    color: #2A0C06;
    height: 50px;
    line-height: 50px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    outline: none;
}
.comment-exit {
    padding: 0 10px;
    font-size: 16px;
}
@media (min-width: 600px) {
    .history_resultBtn {
        line-height: 400%;
    }

    .history_goPay_resultBtn {
        line-height: 400%;
    }

    .history_height {
        padding: 4% 0;
    }
}

/* 结果页 */
.shaonian{
	position: fixed;
	top: 72%;
	right: 0;
	width: 32%;
}
.resultBox{
	border: 4px solid #422A5E;
	border-top: none;
	width: 96%;
	margin: 0 auto;
	background: #E3DCD6;
	padding-top: 1%;
}
.history-top{
	border-top: 4px solid #422A5E;
}
.secondBg{
	background: url(../images/presentXing.png) no-repeat 0 0;
	background-size: 100%;
}

.titleImg{
	width: 100%;
}
.star{
	background: url(../images/result-txtBg.png) no-repeat 0 0;
	background-size: 100% 100%;
	color: #fff;
	padding: 5%;
}
.xingyao{
	margin:0 2% 3% 6%;
}
.commonStyle{
	margin:5% 2% 2% 6%;
	display: block;
}
.turnBg{
	width: 60%;
	padding: 5% 3%;
	font-size: 24px;
	color: #9E519B;
	background: #EACCB0;
	text-align: center;
	margin: 4% auto 0;
}
.result-analyse{
	color: #fff;
	width: 88%;
	margin: 5% auto 0;
}
.appearanceStyle{
	margin-left: 6%;
}
.appearanceStyle ul li{
	float: left;
}
.circleBg{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #000;
}
.appearanceStyle-ul{
	margin-top: 3%;
	padding-bottom: 5%;
}
.xingqing{
	margin:1% 0 0 6%;
}
.styleFont{
	font-weight: 600;
	font-size: 16px;
	margin-top: 2%;
}
.surpriseBg{
	background: url(../images/result-surprise.png) no-repeat 0 0;
	background-size: 100% 100%;
	margin-top: 7%;
	padding:42% 0 8%;
}
.surpriseTxt{
	width: 70%;
	margin: 0 auto;
	padding: 6% 10%;
	background: url(../images/txtBg.png) no-repeat 0% 0;
	background-size: 100% 100%;
}
.goHalf {
    width: 100%;
    height: 11vw;
    background: url(../images/re-half-btn.png) 51% 0 no-repeat;
    background-size: 81%;
    margin: 6% 0 10px;
}
/*loading*/
@-webkit-keyframes line-scale {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
}

@keyframes line-scale {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
}

.line-scale > div:nth-child(1) {
    -webkit-animation: line-scale 1s .1s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s .1s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale > div:nth-child(2) {
    -webkit-animation: line-scale 1s .2s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s .2s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale > div:nth-child(3) {
    -webkit-animation: line-scale 1s .3s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s .3s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale > div:nth-child(4) {
    -webkit-animation: line-scale 1s .4s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s .4s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale > div:nth-child(5) {
    -webkit-animation: line-scale 1s .5s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s .5s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale > div {
    background-color: #FF4C24;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block
}

.opacityBg{
	width: 210px;
	height: 117px;
	position: fixed;
	top: 40%;
	left: 23%;
	background: rgba(255,255,255,0.7);
    z-index: 1500;
    border-radius: 10px;
}
.txtColor{
	text-align: center;
	font-size: 12px;
	font-weight: 600;
}
.line-scale {
    margin: 12% 0 5% 36%;
}

/*complain*/
.pdleft{
  padding-left: 10px;
  margin-bottom: 50px;
}
.complainBox{
	background: #F1F0F5;
	display: block;
	height: 100vh;
}
.complainBoxResult{
	display: none;
	height: 100vh;
	background: #F1F0F5;
}
.title{
  padding-left: 20px;
  color: #9F9EA3;
  line-height: 40px;
  padding-top: 5px;
  font-size: 14px;
}
.list-bg{
  background: #ffffff;
  padding-left: 20px;
}
.list{
  border-bottom: 1px solid #DADADA;
  font-size: 17px;
  line-height: 40px;
  color: #0c0c0c;
  height: 38px;
}
.list:last-child{
  border: 0;
}
.title{
  font-weight: 700;
  line-height: 50px;
}
.text{
  color: #9F9EA3;
  line-height: 19px;
  font-size: 15px;
}
.dui{
  width: 100px;
  height: 125px;
  margin: 0% auto 4%;
  padding-top: 10%;
  display: block;
}
.sure {
  background: transparent;
  position:relative;
  display:block;
  padding-left:14px;
  padding-right:14px;
  box-sizing:border-box;
  font-size:18px;
  text-align:center;
  text-decoration:none;
  line-height:2.55555556;
  border-radius:5px;
  -webkit-tap-highlight-color:transparent;
  overflow:hidden;
  color:#ffffff;
  background-color:#00BA44;
  width: 92%;
  margin: 0 auto;
}

.button-hover[type="primary"] {
  background: transparent;
  color:rgba(255, 255, 255, 0.6);
  background-color:#187F35;
}
.wdset{
  width: 90%;
  margin: 0 auto 15px;
}
.pay-or-nopay-bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    z-index: 9999;
    font-size: 14px;
}
.pay-or-nopay{
    border-radius: 10px;
    background: #fff;
    width: 80%;
    margin: auto;
    position: absolute;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.pay-or-nopay div{
    border-bottom: 1px solid #aaa;
    padding: 15px 0;
}
.pay-or-nopay div:last-child{
    border: 0;
}
