.divAnnounce {
    display: none;
    background-color: #00A7e1;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
}
.divAnnounce div {
	max-width:1365px;
	margin:0 auto;
}
.divAnnounce div a {
	color: #fff;
}
.divAnnounce div span{
	font-size:14px;
}
.divAnnounce .announce-close {
	float:right;
	cursor:pointer;
}
.divAnnounce .announce-close:before {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    background-size: contain;
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 16.02 16.02%22%3E%3Cpath d%3D%22M16.02 1.6L14.42 0 8.01 6.41 1.6 0 0 1.6l6.41 6.41L0 14.42l1.6 1.6 6.41-6.41 6.41 6.41 1.6-1.6-6.41-6.41 6.41-6.41z%22 fill%3D%22%23CCCCCC%22/%3E%3C/svg%3E");
}
.vh {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.divAnnounce2 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
	overflow-x: hidden;
    overflow-y: auto;
	background-color:#555555;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
	opacity:0.7;

}
.divAnnounce2-dialog {
	display:none;
    position: absolute;
    /*margin: 30px auto;*/
	position: fixed; /* or absolute */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 900px;
	z-index:1051;
}

.divAnnounce2-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    outline: 0;
}

.divAnnounce2-content .announce2-close {
	float:right;
	cursor:pointer;
	padding-right:10px;
}
.divAnnounce2-content .announce2-close:before {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    background-size: contain;
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 16.02 16.02%22%3E%3Cpath d%3D%22M16.02 1.6L14.42 0 8.01 6.41 1.6 0 0 1.6l6.41 6.41L0 14.42l1.6 1.6 6.41-6.41 6.41 6.41 1.6-1.6-6.41-6.41 6.41-6.41z%22 fill%3D%22%23CCCCCC%22/%3E%3C/svg%3E");
}
.divAnnounce2-body {
    position: relative;
    padding: 15px;
}
@media only screen and (max-width: 640px){
	.divAnnounce
	{
		font-size:14px;
		line-height:120%;
	}
	.divAnnounce div span
	{
		font-size:12px;
	}
}
@media only screen and (max-width: 360px){
	.divAnnounce
	{
		font-size:10px;
		line-height:120%;
	}
}