﻿/* 二维码样式 */
.ewm{
    margin-left:5px;
}
.ewm_two{
    height:164px;
}
.ewm_three{
    height:6px;
}
.ewm_font{
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    color: #000;
    letter-spacing:1px;
    margin-top:3px;
}
#ewm_out{
    width:60px;
    height:40px;
    background-image: url(../images/out1.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
}
#notice_1{
    position: fixed;
    left:0;
    bottom: 0;
    width:14em;
    height:10em;
    color:#fff;
    font-family: 'Microsoft YaHei';
    background-color:#00bff0;
    padding:5px 5px;
}
#notice_2{   
    text-align: center;
    font-weight:bold;
    font-size:16px;
    color:#fff;
}
#notice_3{  
    text-indent:2em;
    text-align: left;
    margin-top:5px;
    font-size:14px;
    line-height:130%;
}
#notice_4{  
    position:absolute;
    top:0px;
    right:0px;
    width:20px;
    height:20px;
    background: url(../images/shut.png);
    background-repeat: no-repeat;
    background-position: 40% 40%;
}
