/* 弹框样式 */
.bt-normal-pop,
.bt-timeline-pop {
	background: url(/s/n/apps/page/cssimg/switch-new-old/goto-old-img.png) no-repeat scroll 15px 20px transparent;
	font-size: 14px;
	padding: 60px 20px 80px 160px;
}

.bt-timeline-pop {
	background: url(/s/n/apps/page/cssimg/switch-new-old/open-tm-img.png)  no-repeat scroll 15px 20px transparent;;
}

/* 切换新版移位按钮 */
.setup a.switch-removeBg {
	right: 250px;
}

.setup a.switch-customSkin {
	right: 200px;
}

.setup a.switch-newSetting {
	right: 100px;
}

.setup a.switch-toNew,
.setup a.switch-toRush {
	position: absolute;
	right: 0px;
}

a.switch-toOld {
	display: none;
	position: absolute;
	z-index: 15;
	top: 45px;
}


