/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018-8-29, 11:47:57
    Author     : homwu
*/

/*body{
    overflow:hidden;
}*/

/*#mb_con{
z-index: 999999;
width: 320px;
height: 480px;
position: fixed;
background-color: white;
overflow: hidden;
top: 139.5px;
left: 599.5px;
}*/

#mb_msg{
margin-top: -20px;
line-height: 20px;
font-size: 13px;
}

#mb_ico{
display: block;
position: absolute;
right: 10px;
top: 5px;
border: 1px solid gray;
width: 40px;
height: 40px;
text-align: center;
font-size: 25px;
line-height: 32px;
cursor: pointer;
border-radius: 30px;
font-family: 微软雅黑;
}

#mb_ico:hover{
background-color:Red;
color: white;	
}
