﻿/*生日banner*/
.shengri_banner
{
    display: block;
    width: 100%;
    background-image: url(shengri/shengri_banner.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center -0.5rem;
}
.shengri_banner:after
{
    content: ".";
    display: block;
    padding-bottom: 22%;
    visibility: hidden;
}
.shengri_banner h1,
.shengri_banner p
{
    top: -500px;
    position: absolute;
}

/*生日列表*/
.shengri_box
{
    padding-top: 0.6rem;
    padding-bottom: 0.2rem;
    background-color: #fefefe;
}
.shengri_box:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.shengri_box a
{
    float: left;
    display: block;
    width: 39.5%;
    font-size: 0.36rem;
    text-align: center;
    margin-left: 7%;
    margin-bottom: 5%;
}
.shengri_box a img
{
    display: block;
    width: 100%;
    border-radius: 2px;
    margin-bottom: 2%;
}

/*生日表单*/
.shengri_form
{
    position: relative;
    margin-top: 0.18rem;
    text-align: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.shengri_form.mima { background-image: url(shengri/mima_bg.png); }
.shengri_form.xingge { background-image: url(shengri/xingge_bg.png); }
.shengri_form.shengrishu { background-image: url(shengri/shengrishu_bg.png); }
.shengri_form.huayu { background-image: url(shengri/huayu_bg.png); }
.shengri_form.qiaokeli { background-image: url(shengri/qiaokeli_bg.png); }
.shengri_form.mingren { background-image: url(shengri/mingren_bg.png); }
.shengri_form.danshengshi { background-image: url(shengri/danshengshi_bg.png); }
.shengri_form.tree { background-image: url(shengri/tree_bg.png); }
.shengri_form:after
{
    content: "";
    display: block;
    padding-bottom: 55%;
}
.shengri_form form
{
    width: 45%;
    position: absolute;
    left: 10%;
    top: 35%;
}
.shengri_form span
{
    display: block;
    font-size: 0.3rem;
    color: #b5b1a6;
    margin-bottom: 0.1rem;
}
.shengri_form select
{
    width: 44%;
    height: 0.8rem;
    font-size: 0.4rem;
    border: 1px solid #C8A27D;
    margin: auto 2%;
    text-align: center;
    padding-left: 10%;
    border-radius: 0.1rem;
    background-color: rgba(0,0,0,0);
    -webkit-appearance: none;
}
.shengri_form button
{
    width: 94%;
    height: 0.75rem;
    font-size: 0.36rem;
    margin-top: 7%;
    color: #FFFFFF;
    border: none;
    background-color: #9a3311;
    border-radius: 0.1rem;
}

/*生日说明*/
.shengri_article
{
    padding: 0 0.26rem 0.01rem;
    background-color: #fefefe;
}
.shengri_article h1
{
    font-size: 0.4rem;
    font-weight: bold;
    color: #404040;
    line-height: 0.6rem;
    text-align: center;
    padding-top: 0.5rem;
    padding-bottom: 0.2rem;
}
.shengri_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;
}
.shengri_article img
{
    max-width: 100%;
    height:auto;
    margin-left: auto;
    margin-right: auto;
}
.shengri_article p a
{
    color: #942cdc;
}

/*生日列表*/
.shengri_list
{
    max-height: 14rem;
    margin: 0 auto;
    overflow: hidden;
}
.riqi_table
{
    width: 100%;
    overflow: hidden;
    border-collapse: collapse;
    margin-bottom: 0.5rem;
}
.riqi_table thead td
{
    text-align: center;
    font-size: 0.32rem;
    color: #808080;
    background-color: #ebebeb;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}
.riqi_table tbody td
{
    box-sizing: border-box;
    border-top: 1px solid #ececec;
    background-color: #f8f8f8;
    text-align: center;
}
.riqi_table tbody a
{
    display: block;
    font-size: 0.32rem;
    color: #808080;
    padding: 0.2rem 0;
}

/*诞生石、生日树列表*/
.danshengshi_table
{
    width: 100%;
    font-size: 0.32rem;
    margin-bottom: 0.5rem;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ececec;
    box-sizing: border-box;
}
.danshengshi_table thead td
{
    color: #808080;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-left: 0.32rem;
    background-color: #ebebeb;
    border: 1px solid #ececec;
}
.danshengshi_table tbody td
{
    box-sizing: border-box;
    border: 1px solid #ececec;
    text-align: left;
    padding-left: 0.32rem;
}
.danshengshi_table tbody a
{
    display: inline-block;
    padding: 0.2rem 0;
    color: #808080;
}

/*加载全部按钮*/
.shengri_more
{
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.3rem;
    text-align: center;
    color: #808080;
    margin-bottom: 0.5rem;
    background-color: #e5e5e5;
}
.shengri_more i
{
    color: #909090;
    font-size: 0.3rem;
}