﻿html, body
{
    /*width: 100%;
    height: 100%;
    font-family: "微软雅黑";*/
}
.pt_30
{
    padding-top: 30px;
}
.pt_25
{
    padding-top: 25px;
}
.t_box
{
    background: url("/cn/insurance/v3/images/bg_black_5.png") repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;    
}
.t_box_in
{
    position: absolute;
    width: 480px;
    height: 300px;
    top: 50%;
    left: 50%;
    margin: -151px 0 0 -241px;
    background: #fff;
    padding: 1px;
}
.t_box_in h4
{
    background: #0066b3;
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
    padding: 0 15px;
    color: #fff;
}
.t_content
{
    font-size: 14px;
    color: #333;
    padding: 15px;
    max-height: 226px;
    overflow-x: auto;
    font-family: "微软雅黑";
}
.t_content .t_text
{
    line-height:19px;
}

.t_check_in
{
    position: relative;
    padding-left: 20px;
}
.t_sure
{
    width: 15px;
    height: 15px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 5px;
}
.t_text strong
{
    font-size: 13px;
}
.t_check label
{
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}
.t_btn_box
{
    text-align: center;
    padding-top: 25px;
}
.t_btn
{
    display: inline-block;
    text-decoration: none;
    width: 80px;
    height: 30;
    line-height: 30px;
    border-radius: 4px;
    background: #0066b3;
    color: #fff;
}
.t_btn:hover
{
    color:#fff;
    }
.t_grey
{
    background: #ddd;
    cursor: default;
}
