.rcpcg-front-end-notice-content{
width: 50%;
height: auto;
margin: auto auto;
padding-top: 12px;
text-align: center;
}
.rcpcg-front-end-notice{     
display: none;
background-color: yellow;
position: fixed;    
width: 100%;
height: auto;
padding-top: 10px;
padding-bottom: 10px;
z-index: 99999;
font-family: inherit;
}
.rcpcg-front-end-notice-btn{
position: relative;
float: right;
text-decoration: none !important;
color: white;
background: rgba(0,0,0,0.5);      
background-color: #f94b71;
color: white;
font-size: 10px;
border-radius: 2px;
box-shadow: none;
cursor: pointer;
text-decoration: none;      
display: block;
width: 125px;
text-align: center;
margin: 0 auto;
letter-spacing: 0.8px;
margin-right: 40px;
}
.rcpcg-front-end-notice-text{
float: left;
margin-bottom: 10px;
}
.rcpcg-front-end-notice-btn:hover{
color: white;
}
.rcpcg-close-banner{
float: right;
margin-right: -180px;
}