﻿/*星盘表单*/
.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_form div h1,
.taluo_form div p
{
    display: none;
}

/*文章*/
.chaxun_link
{
    background-color: #fefefe;
    padding: 0.3rem 0.26rem 0.2rem;
    margin-top: 0.18rem;
}
.chaxun_link h3
{
    text-align: center;
    font-size: 0.38rem;
    margin-bottom: 0.2rem;
}
.chaxun_link h4
{
    font-size: 0.38rem;
    margin-bottom: 0.2rem;
}
.chaxun_link ul:after
{
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
.chaxun_link ul li
{
    float: left;
    display: block;
    width: 50%;
    border-top: 1px solid #f5f5f5;
}
.chaxun_link ul li a
{
    display: block;
    font-size: 0.34rem;
    padding: 0.24rem 0.1rem 0.24rem 0;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.chaxun_link ul li a:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #909090;
    margin-right: 6px;
    position: relative;
    left: 0;
    bottom: 0.08rem;
}
.chaxun_link ul.col_1 li
{
    width: 100%;
}