﻿/*灵数*/
.lingshu_wrapper
{
    width: 100%;
    background-color: #121715;
}
.lingshu_box
{
    width: 1120px;
    height: 930px;
    margin: auto;
    background-image: url(lingshu/big_bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.lingshu_box .logo
{
    width: 199px;
    height: 62px;
    margin: 44px auto 0;
    background-image: url(lingshu/logo.png);
    background-repeat: no-repeat;
    line-height: 500px;
    overflow: hidden;
}
.lingshu_box .info
{
    display: block;
    width: 100%;
    color: #aaa;
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
}

/*灵数表单*/
.lingshu_form
{
    display: block;
    width: 377px;
    margin: 8px auto 0;
}
.lingshu_form:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.lingshu_form input
{
    float: left;
    width: 50px;
    height: 46px;
    line-height: 46px;
    color: #777;
    font-size: 20px;
    text-align: center;
    border: 1px solid #439d5d;
}
.lingshu_form input.lt
{
    width: 88px;
    border-right: none;
}
.lingshu_form input.ct
{
    border-left: none;
    border-right: none;
}
.lingshu_form span
{
    float: left;
    width: 20px;
    height: 48px;
    line-height: 50px;
    color: #777;
    font-size: 20px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #439d5d;
    border-left: none;
    border-right: none;
}
.lingshu_form .btn
{
    float: left;
    width: 96px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background-color: #41975a;
    border: 1px solid #439d5d;
}

/*灵数结果*/
.lingshu_score
{
    width: 1060px;
    height: 550px;
    margin: 20px auto 0;
    padding-top: 35px;
    box-sizing: border-box;
    border: 1px solid #338063;
    background-color: rgba(51,128,99,0.3);
}
.lingshu_score .img,
.lingshu_score .score
{
    float: left;
    width: 485px;
    height: 485px;
    margin-left: 30px;
}
/*灵数结果-图片*/
.lingshu_score .img img
{
    width: 90%;
    height: 90%;
    margin-top: 10%;
    margin-left: 5%;
}
/*灵数结果-生命数*/
.lingshu_score .score div
{
    display: block;
    width: 160px;
    height: 160px;
    color: #1caa8b;
    text-align: center;
    font-size: 20px;
    border: 5px solid #1E8E77;
    background-color: #eaeaea;
    border-radius: 12px;
    margin: auto;
    border: 5px solid rgba(30,142,119,0.6);
    background-color: rgba(255,255,255,0.7);
}
.lingshu_score .score div a
{
    display: block;
    height: 86px;
    margin-top: 25px;
    color: #1caa8b;
}
.lingshu_score .score div a img
{
    margin: auto;
    margin-bottom: 10px;
}
.lingshu_score .score div a:hover
{
    color: #f00;
}
/*灵数结果-其他数*/
.lingshu_score .score ul
{
    margin-top: 16px;
}
.lingshu_score .score ul:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.lingshu_score .score ul li
{
    height: 44px;
    font-size: 24px;
    font-weight: bold;
    margin-top: 4px;
    line-height: 44px;
    padding-left: 95px;
    background-repeat: no-repeat;
    background-position: 5px center;
    position: relative;
}
.lingshu_score .score ul li:nth-child(1)
{
    background-image: url(lingshu/point_1.png);
}
.lingshu_score .score ul li:nth-child(2)
{
    background-image: url(lingshu/point_2.png);
}
.lingshu_score .score ul li:nth-child(3)
{
    background-image: url(lingshu/point_3.png);
}
.lingshu_score .score ul li:nth-child(4)
{
    background-image: url(lingshu/point_4.png);
}
.lingshu_score .score ul li:nth-child(5)
{
    background-image: url(lingshu/point_5.png);
}
.lingshu_score .score ul li span
{
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    left: 25px;
    top: 0px;
}
.lingshu_score .score ul .whiteli
{
    color: #439d5d;
    border: 1px solid #efefef;
    background-color: #ffffff;
    filter: alpha(Opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.lingshu_score .score ul .whiteli a
{
    margin: 0 12px;
    color: #439d5d;
}
.lingshu_score .score ul .grayli
{
    color: #fefefe;
    border: 1px solid #97a776;
    background-color: #97A776;
    filter: alpha(Opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.lingshu_score .score ul .grayli a
{
    margin: 0 12px;
    color: #fefefe;
}
.lingshu_score .score ul li a:hover
{
    color: #ff0000;
}

/*灵数锚点链接*/
.lingshu_maodian
{
    width: 756px;
    margin: 20px auto 0;
}
.lingshu_maodian:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.lingshu_maodian li
{
    float: left;
    width: 90px;
    height: 30px;
    line-height: 30px;
    margin: 0 8px;
    border: 1px solid #1CAA8B;
    border-radius: 5px;
    background-color: #eaeaea;
    background-color: rgba(255,255,255,0.8);
}
.lingshu_maodian li a
{
    display: block;
    color: #1CAA8B;
    text-align: center;
}

/*灵数解释*/
.lingshu_jieshi
{
    width: 1040px;
    margin: auto;
    margin-top: 30px;
}
.lingshu_jieshi h2
{
    display: none;
}
.lingshu_jieshi p
{
    font-size: 14px;
    line-height: 1.5em;
    text-indent: 2em;
    color: #bbb;
}

/*灵数其他链接*/
.lingshu_cnt
{
    width: 1030px;
    margin: auto;
    padding: 40px 44px 0;
    border: 1px solid #eaeaea;
}
.lingshu_list
{
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 40px;
}
.lingshu_list:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.lingshu_list h2 span,
.lingshu_list h4 span
{
    display: none;
}
.lingshu_list p a
{
    display: block;
    float: left;
    margin-top: 14px;
    margin-right: 22px;
    text-align: center;
}
.lingshu_list p a img
{
    width: 63px;
    height: 63px;
    opacity: 0.6;
}
.lingshu_list p a:hover img
{
    opacity: 1;
}

.lingshu_list.lianxian
{
    padding-bottom: 26px;
}
.lingshu_list.lianxian p a
{
    margin-bottom: 14px;
}
.lingshu_list.lianxian p a img
{
    width: 140px;
    height: 140px;
    padding-bottom: 5px;
}