﻿/*塔罗牌牌义*/
.taluo_jieshi_nav {
    display: block;
    width: 100%;
    height: 0.84rem;
    border: 2px solid #eaeaea;
    border-bottom: none;
    background-color: #f0f0f0;
    margin: 0 auto 0.4rem;
}
.taluo_jieshi_nav:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.taluo_jieshi_nav li {
    float: left;
    display: inline-block;
    width: 20%;
    height: 0.84rem;
    text-align: center;
    line-height: 0.84rem;
    font-size: 16px;
    cursor: pointer;
}
.taluo_jieshi_nav li.on {
    background-color: #fff;
}

.taluo_jieshi
{
    display: none;
}
.taluo_jieshi:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.taluo_jieshi a
{
    display: block;
    float: left;
    color: #942cdc;
    width: 33.33%;
    font-size: 0.36rem;
    text-align: center;
    padding-top: 0.4rem;
}
.taluo_jieshi img
{
    display: block;
    width: 77px;
    margin: auto;
    margin-bottom: 0.1rem;
}
.taluo_jieshi em
{
    font-style: normal;
    padding-left: 0.08rem;
    font-weight: 600;
}
.taluo_jieshi span
{
    display: block;
    font-size: 0.26rem;
    line-height: 0.36rem;
    height: 0.72rem;
}
/*塔罗表单*/
.taluo_form
{
    margin-top: 0.18rem;
    position: relative;
}
.taluo_form img
{
    width: 100%;
}
.taluo_form span
{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.46rem;
    color: #fff;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 10;
}
.taluo_form div
{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
}

/*生日说明*/
.taluo_article
{
    padding: 0 0.26rem 0.01rem;
    background-color: #fefefe;
}
.taluo_article h1
{
    font-size: 0.4rem;
    font-weight: bold;
    color: #404040;
    line-height: 0.6rem;
    text-align: center;
    padding-top: 0.5rem;
}
.taluo_article p
{
    font-size: 0.4rem;
    line-height: 1.5em;
    text-align: justify;
    text-indent: 0em!important;
    margin-bottom: 0.36rem;
    word-wrap:break-word;
}
.taluo_article img
{
    max-width: 100%;
    height:auto;
    margin-left: auto;
    margin-right: auto;
}
.taluo_article p a
{
    color: #942cdc;
}