﻿.toplist{
top: 50px;
left: 0;
width: 100%;
height: 170px;
background: #5f5c5c;
text-align: left;
box-shadow: 0px 0px 20px #090909  inset;
margin-top: -24px;}
.mokuai{
float: left;
text-align: center;
position: relative;
margin-top: 10px;
margin-left: 10px;
cursor: pointer;
border-radius:10px;
}
.tuwenbox{margin-top: 10px;width:100px; height:130px;}
.tubox{margin: 0 auto;width:100px; height:100px;}
.textbox{width:100px; height:30px;}



.v_title{
	width:1024px;
	margin: 20px auto;
	padding-left: 0px;
}

.v_video{
    width:900px;
    margin: 0px auto;
	padding: 20px 20px;
    border-radius: 25px;
	background-color: white;
    /* border:1px solid rgb(244, 44, 3);  */
	
}

.v_player{
    width:300px;
    height:533px;
    margin:5px auto;
	margin-left: 270px;
    border:3px solid #DCDCDC;
	display: inline-block;
}
.v_list{
	vertical-align: top;
    /* border:1px solid rgb(244, 44, 3);  */
    text-align: left;
	padding-left: 10px;
	padding-top: 8px;
	width: 250px;
	display: inline-block;
}
.v_list_x{
	width: 200px;
	background-color:rgb(4, 178, 253);
	border-radius:10px;
	border:1px solid rgb(249, 249, 251);
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding: 8px 20px;
	text-decoration:none;
	margin-top: 0px;
	margin-bottom: 0px;
}

.v_list_x:hover {
	background-color:#068bfb;
}
.v_list_x:active {
	position:relative;
	top:1px;
}
.v_qrcode{
	width: 250px;
	display: inline-block;
	text-align: center;
}