﻿/*通用类*/
*{
	margin:0;		
	padding:0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}


/*设备的rem-vw标准*/
html{	
	overflow-x:hidden;
	
}

body{		
	width:100%;	
	min-width:320px;
	min-height: 100vh;
	margin:0 auto;	
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	background:#fff;
	overflow-x:hidden;
	text-align:left;	
	position:relative;
	color:#333;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	font-size:14px;
}

img{
	border:none;	
}
h1,h2,h3{
	font-weight:normal;	
}
a{
	color:#333;
	text-decoration:none;	
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
	outline:none；
}
input,textarea,select{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	font-size:1em;
	outline:none;
	margin:0;
	padding:0;
	-webkit-appearance: none;  
}
input::-webkit-input-placeholder {
	color: #a0a0a0 !important;
}
textarea::-webkit-input-placeholder {
	color: #a0a0a0 !important;
}
input[type='button'],input[type='text'],input[type='search'], input[type='submit'], input[type='reset'],input[type='date'],input[type='time'],input[type='number'] {
	-webkit-appearance: none;
}
select{
	-webkit-appearance: none;
	-webkit-appearance: none;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border:none;	
}
textarea{ 
	-webkit-appearance: none;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
ul,ol{
	padding:0;
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;	
}
td,th{
	padding:0;	
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}

.toper{
	background:linear-gradient(to bottom,rgba(0,0,0,.25),rgba(255,255,255,.95) 80%);
	padding:30px 15px 10px 15px;
	position: relative;
}
.toper .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:url(../images/toper.jpg) no-repeat center center;
	background-size:cover;
	filter: blur(1.25rem) brightness(.7);   
    opacity: 0.5;
}
.toper .cnt{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 20;
	box-sizing:border-box;
	
}
.tbar{
	padding:20px 15px 20px 110px;
	border-radius:10px;
	background:#fff;
	min-height: 80px;
	position: relative;
}
.tbar .photo{
	width: 80px;
	height: 80px;
	border-radius:10px;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
	position: absolute;
	left: 15px;
	top: 20px;
}
.tbar dt{
	font-size:16px;
	font-weight: bold;
	clear: both;
}
.tbar select{
	border:1px solid #ccc;
	height: 30px;
	width: 100%;
	border-radius:5px;
	padding:0 10px;
	background:url(../images/acth_sel.png) no-repeat right center;
	background-size:auto 100%;
}
.tbar .bn{
	margin-right:0.2rem;
	font-weight: bold;
}
.tbar .hover{
	color:#f60;
}
.tbar dt span{
	float: left;
}
.tbar dt .change_lan{
	float: left;
	display: inline-block;
	margin:1px 0 0 5px;
}
.tbar dt .change_lan img{
	display: block;
	width: 20px;
	height: 20px;
}
.tbar dd{
	color:#555;
	font-size:13px;
	line-height: 1.5;
	padding-top:5px;
}
.list{
	padding:15px;
	position: relative;
	z-index: 30;
}
.item{
	padding:10px 60px 10px 10px;
	line-height: 20px;
	border-radius:10px;
	background:#fff;
	box-shadow:0 2px 5px rgba(0,0,0,0.1);
	position: relative;
	margin-bottom:15px;
}
.play{
	width: 40px;
	height: 40px;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top:-20px;
	z-index: 20;
	cursor: pointer;
	background:url(../images/play.png) no-repeat center center;
	background-size:15px 15px;
}
.pause{
	background-image:url(../images/pause.png);
}

.home{
	display: block;
	width: 50px;
	height: 50px;
	border:1px solid #444;
	border-radius:100%;
	background:#fff url(../images/home.png) no-repeat center center;
	background-size:20px 20px;
	position: fixed;
	z-index: 100;
	right: 15px;
	bottom: 30px;
}
.list .bottom{
	display: block;
	width:100%;
}