.rss-container{
	width: 761px;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.rss-container{
		width: calc(100% - 30px);
		margin: 0 auto;
	}
}

.rss-content:after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 20px 0;
}

.rss-title{
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin: 56px 0;
	font-family: sans-serif;
}

.rss-list{
	margin-bottom: 63px;
}

.rss-list-title{
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-bottom: 18px;
}

.rss-list-text{
	font-size: 14px;
	color: #000;
	line-height: 18px;
	margin-bottom: 13px;
}

.rss-liveroom{
	margin: 0 3px;
}
.rss-list-span{
	display: block;
}

.rss-href{
	width: 467px;
	height: 26px;
	border: 1px solid #ccc;
	padding: 0 10px;
	margin-right: 12px;
	outline: none;
}

@media screen and (max-width: 768px){
	.rss-href{
		width: 100%;
		margin-right: 0;
		margin-top: 3px;
		margin-bottom: 3px;
	}
}

.rss-button-copy{
	width: 70px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #ccc;
	transform: translateY(1px);
	cursor: pointer;
	outline: none;
}
.rss-button-copy:hover{
	border: 1px solid #f00;
	color: #fff;
	background-color: #f00;
	font-weight: bold;
}

.rss-other{
	margin-bottom: 60px;
}
.rss-other-text{
	margin-bottom: 16px;
	font-size: 14px;
	color: #000;
	line-height: 18px;
}

.checked-tip{
	width: 17px;
	height: 17px;
	position: absolute;
	left: 20px;
}
#win_prompt .prompt-win-header .prompt-win-title{
	margin-left: 47px;
}
#win_prompt{
	width: 131px;
}