	.player_item {
		position: relative;
		padding-bottom: 56%;
		background-color: black;
		margin-bottom: 20px;
	}

	/* .easyplayer-container {
		position: relative;
		width: 100%;
		height: 448px;
		overflow: hidden;
	} */

	.player_box {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
	}

	.inputs {
		-webkit-appearance: none;
		background-color: #fff;
		background-image: none;
		border-radius: 4px;
		border: 1px solid #dcdfe6;
		box-sizing: border-box;
		color: #606266;
		display: inline-block;
		font-size: inherit;
		height: 36px;
		line-height: 36px;
		outline: none;
		padding: 0 15px;
		transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
		width: 100%;
		max-width: 600px;
		margin-right: 16px;
		margin-bottom: 16px;
		margin-top: 16px;
	}

	.btn-item {
		cursor: pointer;
		display: inline-block;
		padding: 6px 12px;
		margin-right: 15px;
		border-radius: 4px;
		border: 1px #ccc solid;
	}

	.df {
		display: flex;
		align-items: center;
		margin-bottom: 16px;
	}

	.box {
		padding-top: 10px;
		margin: auto;
		max-width: 800px;
	}

	/* @media screen and (max-width:768px) {
		.easyplayer-container {
			position: relative;
			width: 100%;
			height: 210px;
			overflow: hidden;
		}
	} */