.xufusm-box{
	width: 700px;
    position: fixed;
    margin: 0 auto;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 8px;
    overflow: hidden;
    text-align: left;
    z-index: 9;

}
.xufusm-tit{
	line-height: 60px;
    height: 60px;
    padding: 0 10px;
    color: #fff;
    background: #0279d3;
}
.xufusm-tit b{
	font-size: 24px;
    color: #fff;
    font-family: "黑体";
}
.xufusm-tit i{
	font-size: 30px;
    font-style: normal;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 16px;
    color: #fff;
    line-height: 30px;
    cursor: pointer;
    font-weight: 200;
    font-family: "黑体";
}
.xufusm-cont{
	padding: 15px 15px 20px 15px;
    background: #fff;
    font-size: 14px;
    line-height: 1.6;
    border: 1px solid #0279d3;
}
.xufusm-cont p{
	font-size: 14px;
    line-height: 1.6;
    color: #666;
    font-family: "Arial", "微软雅黑", serif;
    -webkit-font-smoothing: antialiased;
}



