@charset "utf-8";
#ldt {
			background: #ffffff;
		}
		
		input {
			outline: none;
			border: none;
		}
		
		header {
			width: 100%;
		}
		
		header img {
			width: 100%;
			padding: 20px;
		}
		
		#play {
			width: 90%;
			margin: 0 auto;
			margin-top: 20px;
		}
		
		#play tr {
			width: 100%;
		}
		
		#play tr td:nth-child(1) {
			width: 12%;
		}
		
		#play tr td:nth-child(2) {
			width: 86%;
		}
		
		#play tr td:nth-child(1) img {
			width: 100%;
			padding: 3px;
		}
		
		section {
			width: 90%;
			margin: 20px auto;
		}
		
		section div {
			width: 20%;
			line-height: 25px;
			display: inline-block;
			text-align: center;
		}
		
		section div span {
			width: 80%;
			margin: 5px auto;
			height: 100%;
			border-radius: 5px;
			border: 1px solid #007AFF;
			display: block;
			background: #fff;
		}
		
		.theme-green .back-bar .selected-bar {
			background: #01B8FC;
			background-image: none;
		}
		
		.slider-container {
			margin: 0 auto;
		}
		
		footer {
			width: 100%;
			height: 25px;
		}
		
		.hr {
			width: 100%;
			height: 10px;
		}
		
		nav {
			width: 100%;
			text-align: center;
		}
		
		.xz {
			border-bottom: 1px solid #6DAAEC;
		}
		
		#nav {
			width: 100%;
			line-height: 35px;
			background: #FFFFFF;
		}