.line_03 b {
    background: #ddd;
    margin-top: 4px;
    display: inline-block;
    width: 30%;
    height: 1px;
    _overflow: hidden;
    vertical-align: middle;
}
.line_03 span {
    display: inline-block;
    width: 35%;
    vertical-align: middle;
    text-align: center;
}
.line_03 {
    width: 100%;
}
#Xmas{
    width: 200px;
    line-height: 200px;
    text-align:center;
    background:#585858;
    margin:50px auto;
    box-shadow: 0 0 100px 1920px rgba(0,0,0,.5);
    z-index: 1000000000000000000;
    /*filter: alpha(opacity=80);*/
    /*-moz-opacity: 0.5;*/
    /*opacity: 0.5;*/
    /*z-index:100;*/
    /*background-color:#ffffff;*/
}
.haha{
    padding-right: 250px;
    text-align:right;
}
.mask{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}

.warn{
    width: 80%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin:auto;
    border-radius: 8px;
    background-color: #858585;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-indx:1000;
}

.warn .title{
    width: 100%;
    height: 50px;
    line-height: 57px;
    text-align: center;
    font-size: 18px;
}

.warn .content{
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding-left: 21px;
    padding-right: 21px;
    padding-bottom: 24px;
}

.warn .i_know{
    border-top: 1px solid #eee;
    width: 100%;
    height:46px;
    color: #4691ee;
    text-align: center;
    font-size: 16px;
    line-height: 46px;
}