.rongyu {
	width: 1200px;
	height: 220px;
	margin: 0 auto;
    background: url(images/rongyu.png) no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
 }

.rongyu .section-heading {
    font-family: "����", cursive;
    text-align: center;
    font-size: 40px;
    color: #ff0000;
	padding-top:10px;
    margin: 15px;
	text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
 }
  
.rongyu .container {
	display: flex;
	justify-content: center;
	width: 90%;
	margin: 0 auto;
}
  
.rongyu .profile {
    position: relative;
    transition: all 0.3s;
}
  
.rongyu .profile:hover {
    transform: translateY(2px);
}
  
.rongyu .profile img {
    max-width: 85%;
    border-radius: 50%;
    border: 2px solid #f7f7f7;
    filter: drop-shadow(-5px 0 5px rgba(0, 0, 0, 0.1));
    cursor: pointer;
}

.rongyu .history{
	float:right;
  	width:100px;
  	height:3rem;
  	font-size:18px;
  	font-weight:600; 
  	color: #fff;
    z-index: 100;
    line-height:30px;
    margin-top:-30px;
    text-align: center;"
    border:solid 1px #ff9838;
    background-color: #ff0000 !important;
}

.rongyu .history:hover{
	filter: Alpha(Opacity=100);
	opacity: 0.8;
	text-decoration: none;
}

.rongyu .history a {
    color: #fff;
}