﻿/*姓名表单*/
.xingming_form
{
    position: relative;
    margin-top: 0.18rem;
    text-align: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.xingming_form:after
{
    content: "";
    display: block;
    padding-bottom: 55%;
}
.xingming_form form
{
    width: 80%;
    position: absolute;
    left: 10%;
    top: 40%;
}
.xingming_form input[type="text"]
{
    width: 40%;
    height: 0.8rem;
    line-height: 0.8rem;
    color: #808080;
    font-size: 0.4rem;
    text-align: center;
    margin: auto 2%;
    border: 1px solid #C8A27D;
    border-radius: 0.1rem;
    background-color: rgba(253,258,263,0.6);
    -webkit-appearance: none;
}
.xingming_form input[type="text"]:focus
{
    color: #404040;
}
.xingming_form button
{
    width: 86%;
    height: 0.8rem;
    font-size: 0.38rem;
    margin-top: 7%;
    color: #FFFFFF;
    border: none;
    background-color: #caa24a;
    border-radius: 0.1rem;
}
.xingming_form.ceshi { background-image: url(xingming/ceshi_bg.png); }
.xingming_form.peidui { background-image: url(xingming/peudui_bg.png); }
.xingming_form.peidui form
{
    width: 64%;
    left: 36%;
    top: 35%;
}
.xingming_form.peidui input[type="text"]
{
    width: 38%;
}
.xingming_form.peidui input[type="checkbox"]
{
    border: 1px solid #ccc;
    width: 0.3rem;
    height: 0.3rem;
    background-color: rgba(253,258,263,0.6);
    position: absolute;
    top: 0.12rem;
}
.xingming_form.peidui button
{
    width: 83%;
    background-color: #e55284;
}

/*姓名说明*/
.xingming_article
{
    padding: 0 0.26rem 0.01rem;
    background-color: #fefefe;
}
.xingming_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;
}
.xingming_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;
}

/*姓名测试结果*/
.ceshi_jieguo
{
    position: relative;
    margin-top: 0.18rem;
    padding-top: 0.46rem;
    padding-bottom: 0.46rem;
    background-image: url(xingming/ceshi_jieguo_bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.ceshi_jieguo h1
{
    font-size: 0.46rem;
    text-align: center;
}
.ceshi_jieguo h1 span
{
    font-size: 0.36rem;
    font-weight: normal;
    color: #606060;
}
/*姓名测试结果-得分*/
.ceshi_score
{
    width: 2.6rem;
    height: 2.6rem;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #fafafa;
    text-align: center;
    margin: 0.4rem auto 0;
    border-radius: 0.2rem;
    box-sizing: border-box;
    border: 0.12rem solid rgba(249,201,187,0.6);
    background-color: #f65649;
}
.ceshi_score span
{
    display: block;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.36rem;
    margin-top: 0.2rem;
    font-weight: normal;
}
/*姓名测试结果-五行*/
.ceshi_wuxing
{
    margin-top: 0.4rem;
}
.ceshi_wuxing li
{
    font-size: 0.36rem;
    height: 0.7rem;
    line-height: 0.5rem;
    text-align: center;
    color: #808080;
}
.ceshi_wuxing li span
{
    display: inline-block;
    width: 0.8rem;
    text-align: center;
    color: #4c4c4c;
}
/*姓名测试结果-五格*/
.ceshi_wuge
{
    width: 90%;
    margin: auto;
}
.ceshi_wuge:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.ceshi_wuge a
{
    display: block;
    float: left;
    width: 26.33%;
    margin: 0.15rem 3%;
    text-align: center;
    font-size: 0.34rem;
    color: #808080;
    padding-top: 0.12rem;
    padding-bottom: 0.12rem;
    border: 1px solid #e5c89c;
    border-radius: 0.1rem;
    background-color: rgba(254,254,254,0.8);
}
.ceshi_wuge a b
{
     color: #f65649;
}
/*姓名测试结果-内容*/
.ceshi_cnt
{
    padding: 0.1rem 0.32rem 0.5rem;
    background-color: #fefefe;
}
.ceshi_cnt h3
{
    font-size: 0.4rem;
    text-align: center;
    margin-top: 0.3rem;
    margin-bottom: 0.24rem;
}
.ceshi_cnt p
{
    font-size: 0.36rem;
    line-height: 1.5em;
    text-align: justify;
    text-indent: 0em!important;
    padding-bottom: 0.3rem;
    word-wrap: break-word;
}
.ceshi_cnt .info
{
    display: block;
    padding: 0.2rem 0.3rem;
    font-size: 0.3rem;
    line-height: 1.5em;
    background-color: #efefef;
    border-radius: 0.2rem;
}

/*姓名测试结果-重新测试按钮*/
.ceshi_cnt .btn
{
    display: block;
    width: 70%;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.36rem;
    text-align: center;
    color: #8f6a5b;
    background-color: #e7e1de;
    border: 1px solid #cfc5c3;
    border-radius: 0.2rem;
    margin: 0.3rem auto 0.2rem;
}

/*姓名配对结果*/
.peidui_jieguo
{
    position: relative;
    margin-top: 0.18rem;
    padding-top: 0.46rem;
    padding-bottom: 0.46rem;
    background-image: url(xingming/peidui_jieguo_bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.peidui_jieguo h1
{
    font-size: 0.46rem;
    text-align: center;
}
.peidui_jieguo h1 span
{
    font-size: 0.36rem;
    font-weight: normal;
    color: #606060;
}
/*姓名配对结果-得分*/
.peidui_score
{
    width: 2.6rem;
    height: 2.6rem;
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1.4rem;
    color: #fafafa;
    text-align: center;
    margin: 0.4rem auto 0;
    border-radius: 0.2rem;
    box-sizing: border-box;
    border: 0.12rem solid rgba(222,199,217,0.6);
    background-color: #e55284;
}
.peidui_score span
{
    display: block;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.36rem;
    margin-top: 0.2rem;
    font-weight: normal;
}
/*姓名配对结果-描述*/
.peidui_info
{
    width: 60%;
    font-size: 0.42rem;
    line-height: 1.6em;
    text-align: justify;
    color: #e55284;
    font-weight: bold;
    margin: 0.4rem auto 0;
}
/*姓名配对结果-对比*/
.peidui_duibi
{
    background-color: #fefefe;
}
.peidui_duibi:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.peidui_duibi div
{
    float: left;
    width: 50%;
    padding: 0.34rem 0;
    box-sizing: border-box;
}
.peidui_duibi div.lt { border-right: 1px dotted #fefefe; }
.peidui_duibi div.rt { border-left: 1px dotted #eaeaea;}
.peidui_duibi p
{
    text-align: center;
    padding: 0 5%;
    font-size: 0.32rem;
    color: #606060;
    height: 0.8rem;
    line-height: 0.8rem;
}
.peidui_duibi p span
{
    display: inline-block;
    width: 20%;
    font-size: 0.38rem;
}
.peidui_duibi p b
{
    color: #ff0000;
    font-weight: normal;
}
.peidui_duibi p.xm span
{
    font-weight: bold;
    font-size: 0.46rem;
}
/*姓名配对结果-性格*/
.peidui_xingge
{
    border-top: 1px dotted #eaeaea;
    background-color: #fefefe;
    padding: 0.4rem 0.32rem;
    font-size: 0.38rem;
    line-height: 1.5em;
    text-align: justify;
    text-indent: 0em!important;
    padding-bottom: 0.3rem;
    word-wrap: break-word;
}
.peidui_xingge a
{
    color: #942cdc;
}



