﻿html,
body
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
body
{
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Microsoft YaHei', Verdana, Arial, Sans-Serif;
    font-size: 15px;
    color: #111;
    background: url("/images/iMessageBox_bg.jpg");
    background-size: 110% 110%;
    background-position: 50% 50%;
}

a
{
    text-decoration: none;
    outline: none;
    color: red;
}

.container
{
    max-width: 670px;
    min-width: 370px;
}
#box
{
    visibility: hidden;
}

.title
{
    display: block;
    padding: 14px;
    text-align: center;
    color: #fff;
    border-radius: 5px  5px 0 0;
    background: #ea202f;
}
.title_content
{
    /*letter-spacing: 6px;*/
    font-weight: 300;
    font-size: 18px;
}

.content
{
    min-height: 70px;
    background: rgba(255, 255, 255, .1);
    padding: 10px 35px 1px 24px;
    color: #373737;
    border: 1px solid #afafaf;
    border-width: 0 1px;
}
.c_box ul li
{
    padding: 5px 0;
    word-break: break-all;
    word-wrap: break-word;
}

.btn_box
{
    padding: 7px 40px 30px;
    text-align: center;
    border: 1px solid #afafaf;
    border-top: 0;
    border-radius: 0 0 5px  5px;
    background: rgba(255, 255, 255, .1);
}
.b_content > a
{
    display: inline-block;
    margin: 0 24px 0 0;
    padding: 4px 20px;
    min-width: 72px;
    font-size: 18px;
    color: #fff;
    border-radius: 6px;
    background-color: #ea202f;
    box-shadow: 0 4px #e23340;
    transition: .3s;
}
.b_content > a:focus
{
    background-color: #dd1729;
}
.b_content > a:hover
{
    background-color: #d41422;
    box-shadow: 0 4px #c10b18;
}
.b_content > a:last-child
{
    margin-right: 0;
}
