﻿.msgBox{
	width:450px;
	background:white;
	position:fixed;
	top:10%;
	left:35%;
}

.msgBox-cover{
	width:100%;
	height:100%;
	background:#1a19194d;
	position: fixed;
	top: 0px;
	left: 0px;
}

.msgBox-h2{
	padding: 10px;
	font-weight: 700;
	font-size: 18px;
	margin:0px;
	padding-bottom: 3px;
	display:inline-block;
}

.msgBox-title{
	display:inline-block;
	width:49%;
}

.msgBox-colse{
	text-align: center;
	font-size: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 15px;
	height: 15px;
	padding: 5px;
	cursor: pointer;
}

.msgBox-colse:hover{
	opacity: .5;
	background: #c9d1d266;
}

.msgBox-hr{
	color: #F0F0F2;
}

.msgBox-radio{
	padding:10px;
}

.msgBox-textarea{
	width: 390px;
	height: 127px;
}

.msgBox-ul{
	list-style-type: none;
	margin: 0px;
	margin-top: 5px;
	line-height: 27px;
	margin-left: 22px;
}

.msgBox-font{
	font-weight:bold
}

.msgBox-button{
	font-weight: bold;
	width: 80px;
	height: 30px;
	color: #7F7F7F;
}

    #pop-msg-wrapper2{
        position: absolute;
        top: 0px;
        left: 0px;
        zIndex: 2;
        width: 100%;
        float: left;
        display: block;
    }

    #pop-msg-box{
        position: fixed;
        border-radius: 3px;
        z-index: 3;
    }
    #pop-msg-close-button{
		position: absolute;
		width:20px;
		height:20px;
		z-index: 99999999;
		cursor:pointer;
		line-height: 1;
		color: #000;
		text-shadow: 0 1px 0 #fff;
		font-weight: 700;
		font-size: 20px;
		opacity: .2;
		margin-left: 589px;
    }
	.msg-box{
		width: 620px;
		height:410px;
		background: #FFFFFF;
		padding-bottom: 1px;
		margin-top: 20px;
		margin-left: 20px;
		margin-bottom: 20px;
		display: block;
	}
    #pop-msg-close-button:hover{
		opacity: .5;
    }
	.msgser_border{
		    margin-top: 7px;
			margin-bottom: 7px;
			border: 1px dashed #ead8d8;
			margin-right: 18px;
	}
	sup{
		background: red;
		color: white;  
		border-radius: 5px; /*圆角*/
		padding: 0px 3px; /*左右边距*/
		margin-left:5px;
	}