﻿.Tips
{
    width: 400px;
    height: 200px;
    background: #fff !important;
    color: #666;
    margin: 0 auto; /*border-radius: 10px;*/
    box-shadow: 0 0 10px #707070;
    z-index: 10000;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateX(-50%);
    transform: translateY(-50%);
    text-align: center;
    overflow: hidden;
}


.Tips_title_text
{
    font-size: 18px;
    position: absolute;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
    line-height: 1.5em;
    height: 165px;
}


.EscBtn
{
    float: right;
    width: 50%;
    height: 35px;
    line-height: 35px;
    font-size: 1rem;
}



.tip_close
{
    width: 30px;
    height: 30px;
    margin: 0 5px;
    float: right;
    background: url('/InStudent/ZYB/images/tbzy/icon_list2.png');
}
.tip_close:hover
{
    cursor: pointer;
}
.tip_span_txt
{
    float: left;
    margin-left: 10px;
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
}

.Tips_title_text table
{
    height: 165px;
    width: 100%;
    margin: 0 auto;
}
