/*挽回爱介绍*/
.referral{
	height: auto;
    margin: 6vw auto 0;
}
.referral>h2{
	color: #ff5562;
    margin-bottom: 1vw;
    font-weight: 100;
    font-size: 3rem
}
.referral>h3{
	text-align: center;
	font-weight: 100;
	font-size: 2.4rem
}
.referral>p{
	text-indent: 2em;
    line-height: 3.4rem;
    font-size: 1.6rem;
    font-weight: 100;
    margin: 0 auto 10px;
}
/*信息反馈*/
#from_tickling_mb{
    width: 30rem;
    height: 4rem;
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 14;
    margin: auto;
    background: #000;
    border-radius: 4px;
    opacity: .6;
    display: none
}
.from_tickling{
    width: 30rem;
    height: 4rem;
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
    margin: auto;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 4rem;
    display: none
}




@media(min-width: 10px){
	.referral>p{
		width: 90%;
	}
	.referral>h2{
		background: #ff5562;
		color: #fff;
		text-align: center;
		padding: 10px 0;
		font-size: 2.4rem
	}
}
@media(min-width: 768px){
	.referral>p{
		width: 100%;
	}
	.referral>h2{
		background: #fff;
		color: #ff5562;
		text-align: left;
		font-size: 3rem;
		padding: 0;
	}
}