/*top*/

.carousel {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 650px;
	width: 100%;
	overflow: hidden;
}

.init_bar {
	position: absolute;
	width: 250px;
	z-index: 9;
	left: 130px;
}

.init_bar .box_left {}

.init_bar .box_left h1 {
	font-size: 26px;
	text-align: center;
	color: white;
	letter-spacing: 6px;
}

.init_bar .down_load_btns {
	margin-top: 1rem;
	padding: 15px;
}

.down_load_btns .down_btn {
	display: inline-block;
	width: 100px;
	border: 1px solid #00c1ff;
	height: 30px;
	border-radius: 14px;
	line-height: 30px;
	color: white;
	text-align: center;
}

.down_load_btns .b_down {
	background-color: #00c1ff;
	margin-right: 10px;
}


/*e-top*/


/*ytydownload*/

.ytydownload {
	width: 1200px;
	margin: 50px auto;
}
.ytydownload h2{
	text-align: center;
	letter-spacing: 4px;
	margin-bottom: 50px;
}
.ytydownload .ytydownload-dw {
	width: 600px;
	border-left: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	display: block;
	overflow: hidden;
	margin: 0 auto;
}

.ytydownload-dw dl {
	height: 94px;
	padding: 20px;
	background: #FFF;
	cursor: pointer;
	border-bottom: 1px solid #e7e7e7;
}

.ytydownload-dw dt {
	width: 64px;
	height: 74px;
	float: left;
	text-align: center;
	margin-left: 20px;
	padding-top: 20px;
}
.ytydownload-dw dt img{
	width: 100%;
	height: auto;
}

.ytydownload-dw dd {
	width: 385px;
	float: right;
	margin-top: 24px;
}

.ytydownload-dw dd .load {
	width: 364px;
	float: left;
}

.ytydownload-dw dd .load h3 {
	float: left;
	width: 200px;
	font-size: 16px;
}

.ytydownload-dw dd .load-list {
	float: left;
	width: 154px;
	text-align: center;
	margin-top: 13px;
}

.load-list-btn {
	background: #ff0137;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 6px 36px;
	text-align: center;
	font-weight: bold;
}
/*e-ytydownload*/