@charset "utf-8";

/* CSS Document */

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

body,
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 {
    margin: 0px;
    padding: 0px;
    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;
}

b {
    font-weight: bold;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
}

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 {
    width: 100%;
    float: left;
    background: #232224 url(../images/bg.jpg) no-repeat;
    background-size: 100% auto;
    padding: .25rem;
    position: relative;
}

.indexTime {
    width: 100%;
    float: left;
    color: #e5bb7d;
}

.indexTime a {
    position: absolute;
    top: 0;
    right: .25rem;
    border: 1px solid #5a5550;
    width: .5rem;
    text-align: center;
    border-radius: 0 0 .35rem .35rem;
    padding: .1rem 0 .2rem 0;
    line-height: .35rem;
    color: #e5bb7d;
}

.indexAstro {
    width: 100%;
    float: left;
    margin-top: .62rem;
    position: relative;
}

.indexAstro img {
    width: 3.62rem;
    display: block;
    margin: 0 auto;
}

.indexAstro span {
    width: .5rem;
    height: 1rem;
    position: absolute;
    right: 1.25rem;
    top: .6rem;
    text-align: center;
    padding-top: 0.05rem;
    cursor: pointer;
    color: #e3c8a0;
}

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

.bigBox {
    width: 100%;
    float: left;
    border: 1px solid #5a5550;
}

.bigTop,
.bigDown {
    width: 100%;
    float: left;
    height: .55rem;
}

.bigTop {
    background: url(../images/bigBox_top.png) no-repeat;
    background-size: 100% auto;
}

.bigMid {
    width: 100%;
    float: left;
    background: url(../images/bigBox_mid2.png) repeat-y;
    background-size: 100% auto;
    padding: 0 .35rem;
}

.bigDown {
    background: url(../images/bigBox_down.png) no-repeat;
    background-size: 100% auto;
}

.indexMenu {
    width: 100%;
    float: left;
    border-bottom: 1px solid #5a5550;
}

.indexTab {
    width: 100%;
    float: left;
    margin-top: .3rem;
}

.indexMenu a {
    width: 20%;
    float: left;
    color: #e3c8a0;
    text-align: center;
    cursor: pointer;
    position: relative;
    padding-bottom: .1rem;
    font-size: .36rem;
}

.indexMenu a.cur::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 50%;
    border-bottom: .04rem solid #e3c8a0;
}

.indexMark {
    width: 100%;
    display: flex;
    align-items: center;
}

.indexMark .rank {
    width: 65%;
    display: flex;
    flex-direction: column;
    border-radius: .1rem;
    color: #fff;
    font-size: .28rem;
}

.indexMark .rank span {
    display: flex;
    align-items: center;
    width: 100%;
    margin: .1rem 0 0 0;
}

.indexMark .rank span:nth-of-type(1) {
    color: #f3919f;
}

.indexMark .rank span:nth-of-type(2) {
    color: #a2c6d1;
}

.indexMark .rank span:nth-of-type(3) {
    color: #f3cb91;
}

.indexMark .rank span:nth-of-type(4) {
    color: #aeaeaf;
}

.indexMark .rank span:nth-of-type(4)>em {
    color: #fff;
}

.indexMark .num {
    width: 35%;
    padding: 0 .15rem;
    color: #e3c8a0;
    font-size: .28rem;
}

.indexMark .num b {
    font-size: .72rem;
    display: block;
}

.indexMark img {
    width: .26rem;
}

.indexMark .rank img {
    margin-left: .1rem;
}

.indexLine {
    width: 100%;
    float: left;
    border-top: 1px dashed #919192;
    margin: .3rem 0 0 0;
}

.indexDirection {
    width: 6.95rem;
    float: left;
    margin: 0.2rem 0 0 -0.35rem;
    background: url(../images/direction_bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 0 3%;
}

.indexDirection span {
    width: 25%;
    float: left;
    text-align: center;
    color: #fff;
    line-height: 2.1;
}

.indexDirection span em {
    display: block;
    color: #aeaeaf;
    font-size: .28rem;
}

.indexDirection ul li {
    width: 100%;
    float: left;
    text-align: left;
    color: #fff;
    padding: 0 3%;
    margin: .05rem 0;
}

.indexDirection.month ul li:nth-child(1) {
    width: 45%;
    padding-right: 0;
}

.indexDirection.month ul li:nth-child(2) {
    width: 55%;
    padding-left: 2%;
}

.indexDirection ul li>em {
    color: #aeaeaf;
    font-size: .28rem;
    margin-right: .2rem;
}

.indexXiaoB {
    width: 100%;
    float: left;
    margin-top: .3rem;
    color: #fff;
    position: relative;
    padding-left: .2rem;
}

.indexXiaoB::before {
    content: "";
    width: .07rem;
    height: .07rem;
    background-color: #e3b1a0;
    position: absolute;
    left: .03rem;
    top: .2rem;
    border-radius: 100%;
}

.indexTxt {
    width: 100%;
    float: left;
    margin-top: .1rem;
    text-align: justify;
    color: #aeaeaf;
    font-size: .28rem;
}

.indexTxt span {
    color: #e3c8a0;
    display: block;
}

.indexTui {
    width: 80%;
    float: left;
    margin: .4rem 10% .2rem 10%;
    color: #e3c8a0;
    text-align: center;
    border: 1px solid #d9b78a;
    border-radius: .1rem;
    line-height: .7rem;
}

.indexLink {
    width: 100%;
    float: left;
    margin-top: .2rem;
}

.indexLink a {
    width: 25%;
    float: left;
    color: #d9b78a;
    text-align: center;
    margin-top: .2rem;
    font-size: .26rem;
}

.indexLink.fontColor a {
    color: #545454;
}

.indexLink a img {
    display: block;
    margin: 0 auto;
    width: .87rem;
}


/* 弹窗 */

.popMask {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 7.5rem;
    height: 100%;
    background: rgb(0, 0, 0, .8);
    position: fixed;
    top: 0;
    z-index: 999;
	margin: 0 0 0 -.25rem;
}

.popClose {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: .1rem;
}

.popClose span {
    width: .55rem;
    height: .55rem;
    cursor: pointer;
    border: .03rem solid #f2d3a4;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popClose span::before,
.popClose span::after {
    position: absolute;
    content: "";
    width: .33rem;
    height: .04rem;
    background-color: #f2d3a4;
    transform: rotate(45deg);
}

.popClose span::after {
    transform: rotate(-45deg);
}

.popContains {
    width: 100%;
    padding: .75rem .5rem;
    height: 7.8rem;
    background: url(../images/pop_bg.png) no-repeat center;
    background-size: auto 100%;
    border-radius: .1rem;
    color: #2d2222;
    position: relative;
    margin-top: .3rem;
}

.popContains .title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .36rem;
    color: #946f3f;
}

.popContains .title em {
    width: .06rem;
    height: .06rem;
    border-radius: 100%;
    background-color: #f2d3a4;
}

.popContains .title em:nth-child(2),
.popContains .title em:nth-child(3) {
    width: .1rem;
    height: .1rem;
    margin: 0 .1rem;
}

.popContains .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: .2rem;
}

.popContains .list span {
    width: 33.33%;
    text-align: center;
    font-size: .24rem;
    margin: .2rem 0;
    cursor: pointer;
    color: #625d5b;
}

.popContains .list span em {
    width: auto;
    font-size: .38rem;
    color: #131313;
    margin-bottom: .1rem;
}

.popContains .list span em::after {
    content: '';
    width: 100%;
    float: left;
    border-radius: .35rem;
    background-color: #e3e1df;
    height: .2rem;
    margin-top: -.2rem;
}

.popContains .list span.cur,
.popContains .list span.cur em {
    color: #bf7a12;
}

.popContains .list span.cur em::after {
    background-color: #f7e2c3;
}


/* 隐私弹窗 */

.popPrivacy {
    width: 4.2rem;
    margin: 4.65rem auto;
    padding: .3rem .15rem;
    background-color: #fff;
    border-radius: .1rem;
    color: #2d2222;
    position: relative;
}

.popPrivacy .title {
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.popPrivacy .txt {
    width: 100%;
    text-align: center;
    margin-top: .3rem;
}

.popPrivacy .txt a:last-child {
    color: #5E87DB;
}

.popPrivacy .btn {
    width: 100%;
    margin-top: .3rem;
    padding: 0 25%;
}

.popPrivacy .btn a {
    display: inline-block;
    width: 100%;
    border-radius: .35rem;
    text-align: center;
    color: #fff;
    background-color: #202A8B;
    line-height: .6rem;
}


/* 更多测算 */

.listWrap {
    width: 100%;
    float: left;
    background-color: #f2f2f2;
    padding: .3rem .2rem;
    padding-top: 0;
}

.listTop {
    width: 7.5rem;
    float: left;
    background-color: #cda366;
    line-height: .98rem;
    margin-left: -.2rem;
}

.listTop a {
    width: 20%;
    float: left;
    color: #fff;
    text-align: center;
}

.listTop a:last-child {
    float: right;
}

.listTop a img {
    width: .35rem;
    vertical-align: middle;
    margin: -.1rem .1rem 0 0;
}

.listWhite {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: .2rem;
    border-radius: .1rem;
    margin-top: .3rem;
    box-shadow: .01rem .04rem 0 rgb(22, 6, 48, .12);
}

.listWhite.width {
    width: 48%;
}

.listWrap .listWhite.r {
    float: right;
}

.listWhite.width .con {
    width: 100%;
    float: left;
}

.listWhite.width .con .txt {
    width: calc(100% - 1.2rem);
    float: left;
    color: #131313;
}

.listWhite.width .con .txt span {
    display: inline-block;
    color: #545454;
    font-size: .26rem;
    line-height: .4rem;
}

.listWhite.width .con img {
    width: 1.2rem;
    float: right;
}

.listXiaoB {
    width: 100%;
    float: left;
    color: #131313;
    font-size: .36rem;
    position: relative;
    padding-left: .2rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: .1rem;
}

.listXiaoB::before {
    content: "";
    width: .06rem;
    height: .36rem;
    background-color: #131313;
    position: absolute;
    left: 0;
    top: .1rem;
}

.listRmcs {
    width: 100%;
    float: left;
}

.listRmcs a {
    width: 100%;
    float: left;
    margin-top: .4rem;
    border-top: 1px dashed #919192;
    padding: 0.3rem 0 0 0;
}

.listRmcs a:first-child {
    border-top: unset;
    padding: 0;
    margin-top: .3rem;
}

.listRmcs img {
    width: 100%;
    float: left;
}

.listRmcs .title {
    width: 100%;
    float: left;
    color: #484848;
    margin: .1rem 0;
}

.listRmcs .num {
    width: 100%;
    float: left;
}

.listRmcs .num span {
    width: 40%;
    float: left;
    padding-left: .38rem;
    color: #c4c7cc;
    font-size: .24rem;
}

.listRmcs .num span:nth-of-type(1) {
    background: url(../images/ce.jpg) no-repeat center left;
    background-size: .32rem .32rem;
}

.indexRmcs .num span:nth-of-type(2) {
    background: url(../images/dot.jpg) no-repeat center left;
    background-size: .32rem .32rem;
}