	/*滚动条样式*/
	
	.xt_index {
		overflow-y: auto;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 80px;
	}