/*----------------banner -----------------*/

[v-cloak]{
	display: none;
}

.banner {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.banner img {
	width: 100%;
}

.swiper-container {
	position: relative;
	width: 100%;
	height: 450px;
}

.swiper-slide {
	width: 100%;
	height: 450px;
	position: relative;
}

.swiper-slide .item {
	display: block;
	width: 100%;
	height: 450px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-slide .swiper-wrapper-bot {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 9999;
}

.swiper-slide .swiper-wrapper-bot-main {
	width: 1200px;
	display: flex;
	align-items: center;
	position: absolute;
	
}

.swiper-slide .swiper-wrapper-bot-main span {
	color: #fff;
	font-size: 18px;
}

.swiper-slide .item img {
	width: 100%;
	height: 100%;
}

/*分页器*/
.swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 20px;
	left: 35%;
}

/*分页器 自定义样式 */
.swiper-pagination-customs {
	width: 10px;
	height: 4px;
	margin: 0 2px;
	background-color: rgba(224, 224, 224, 0.5);
	transition: all 0.3s !important;
}

/*分页器 自定义样式 被选中*/
.swiper-pagination-customs-active {
	width: 20px;
	height: 8px;
	opacity: 1;
	background-color: #ff8b52;
	transition: all 0.3s !important;
}

/*导航 自定义样式 左*/
.swiper-button-prev {
	position: absolute !important;
	left: 10% !important;
	background-image: url(../asstes/images/prev-on.png) !important;
	background-repeat: no-repeat !important;
	-webkit-background-size: auto !important;
	background-size: auto !important;
}

/*导航 自定义样式 右*/
.swiper-button-next {
	position: absolute !important;
	right: 10% !important;
	background-image: url(../asstes/images/next-on.png) !important;
	background-repeat: no-repeat !important;
	-webkit-background-size: auto !important;
	background-size: auto !important;
}

/*end*/
/*内容区域*/
.main_wrap {
	width: 1200px;
	margin: 20px auto;
	
	display: flex;
	justify-content: space-between;
}

/*内容区域左边*/
.main_wrap .main_wrap_l {
	width: 900px;
}

.main_wrap .main_wrap_l .main_wrap_l_d {
	width: 100%;
	display: flex;
	font-size: 16px !important;
}

.main_wrap_l_d .title {
	display: block;
	width: 62px;
	height: 28px;
	line-height: 28px;
	text-align: left;
	color: #333;
}

.main_wrap_l_d .single {
	width: 830px;
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
}

.main_wrap_l_d .single .danxuan {
	display: block;
	/*width: 66px;*/
	height: 28px;
	border: 1px solid #eaeaea;
	background: #fff;
	box-sizing: border-box;
	line-height: 26px;
	border-radius: 5px;
	color: #333;
	flex-shrink: 0;
	margin-right: 10px;
	margin-bottom: 15px;
	padding: 0 20px;
}

.main_wrap_l_d:last-child .single .danxuan {
	margin-bottom: 0px;
}

.main_wrap_l_d .single .danxuan:hover {
	background-image: linear-gradient(to right, #ff9b6b, #f87d40);
	color: #fff !important;
	border: 1px solid transparent !important;
}

.main_wrap_l_d .single .danxuan.on {
	background-image: linear-gradient(to right, #ff9b6b, #f87d40);
	color: #fff;
	border: none !important;
}

/*最新 % 最热*/
.Popular {
	width: 100%;
}

.Popular .top {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.Popular .top .top_text {
	height: 50px;
	line-height: 50px;
	position: relative;
	font-size: 16px;
	cursor: pointer;
	margin-right: 80px;
}

.Popular .top .top_text:last-child {
	margin-right: 0;
}

.Popular .top .top_text.on {
	font-weight: 600;
}

.Popular .top .top_text.on::after {
	position: absolute;
	content: "";
	width: 80%;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-bottom: solid 2px #ff6a33;
}

/*内容*/

.flex-row {
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
}


.dd_img {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.dd_img img {
	cursor: pointer;
}

/*内容区域左边*/
.tr_huanse {
	border-top: 1px solid #eaeaea;
}

.spectralCurrency span {
	width: 36%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

/*曲谱名*/
.flex-row_name span {
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	color: #000;
}

/*主体表格*/

.index-table {
	width: 100%;
	background: #fff;
}

.index-table .table-th {
	font-weight: 700;
	background: #F8F8F8;
}

.index-table .table-td {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index-table .table-td a {
	/*display: block;
	width: 100%;*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index-table .table-th > div {
	font-size: 14px;
}

.index-table .table-tr {
	height: 50px;
	line-height: 50px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;
}


.td2 {
	width: 30px;
	font-weight: 700;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.td2 img {
	max-width: 18px;
	height: auto;
}

.td3 {
	display: flex;
	width: 280px;
}

.td3 a {
	/*font-weight: 600;*/
	width: 270px;
	display: block;
}

.td4 {
	width: 155px;
}

.td4 a {
	/*font-weight: 600;*/
	/*width: 130px;
	display: block;*/
}
.td5 {
	width: 130px;
}

.td5 a {
	/*font-weight: 600;*/
	width: 120px;
	display: block;
}
.td6 {
	width: 40px;
}

.td7 {
	width: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.td8 {
	width: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.td9 {
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}



.buy-icon {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.buy-icon img {
	cursor: pointer;
}

.buy-icon a {
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
}

/*
table .th6 {
	text-align: right;
}*/
