@charset "utf-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
td,
tt,
ul,
ol,
li,
button,
input {
	margin: 0;
	padding: 0;
}

body,
button,
input,
{
	outline: none;
}

ul,
ol,
dl
{
	list-style: none;
}
input,
button,
select,
textarea {
	outline:medium;
}

img{
	border: 0;
}

a {
	text-decoration: none;
	/*color: #333;*/
}

a:hover {
	text-decoration: none;
}
a,input{
	-webkit-tap-highlight-color:rgba(255,0,0,0);
	-webkit-appearance:none;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    text-decoration: none;
}

select:hover{
	cursor: pointer;
}
input::-webkit-input-placeholder{
	color: #aaa;
}    /* 使用webkit内核的浏览器 */
input:-moz-placeholder{
	color: #aaa;
}                  /* Firefox版本4-18 */
input::-moz-placeholder{
	color: #aaa;
}                  /* Firefox版本19+ */
input:-ms-input-placeholder{
	color: #aaa;
}           /* IE浏览器 */

textarea::-webkit-input-placeholder{
	color: #aaa;
}    /* 使用webkit内核的浏览器 */
textarea:-moz-placeholder{
	color: #aaa;
}                  /* Firefox版本4-18 */
textarea::-moz-placeholder{
	color: #aaa;
}                  /* Firefox版本19+ */
textarea:-ms-input-placeholder{
	color: #aaa;
}           /* IE浏览器 */


.clearfix:after {
	content: ' ';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	zoom: 1;
}

*+html .clearfix {
	zoom: 1;
}
.fl {
	float: left
}

.fr {
	float: right;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
/*@media (max-width: 1200px){
	html{
		overflow-x: hidden;
	}
	body{
		width: 1300px !important;
	}
}*/
/*单行文字溢出隐藏*/
.oh1{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*2行文字溢出隐藏、或者多行*/
.oh2{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.oh3{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.oh4{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.oh5{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

/*放在img父级,让img上下居中/////////maigin属性会失效*/
/*同样适用于文字*/
.vm{
	display:table-cell;
	vertical-align: middle;
}

/*img缩放*/
.img_alls{
	-webkit-transition:all 0.3s;	/* Chromea 谷歌内核*/
	-moz-transition:all 0.3s;		/* ff 火狐内核 */
	-ms-transition:all 0.3s;		/* ie 内核 */ 
	-o-transition:all 0.3s;			/* Opera 欧朋内核 */
	transition:all 0.3s;
}

/*img父级hover时代码*/
.img_alls_parent:hover .img_alls{
	-webkit-transform: scale(1.1); 	/* Chromea 谷歌内核 */
	-moz-transform: scale(1.1); 	/* ff 火狐内核*/
	-ms-transform: scale(1.1);		/* ie 内核*/
	-o-transform: scale(1.1);		/* Opera 欧朋内核 */
	transform: scale(1.1); 
}

.move{
	-webkit-transition:all 0.2s; /* Safari 和 Chrome */
	-moz-transition:all 0.2s;  	/* Firefox */
	-ms-transition:all 0.2s;  	/* IE 9 */
	-o-transition:all 0.2s; 
	transition: all 0.2s; 
}
.move1{
	-webkit-transition:all 0.6s; /* Safari 和 Chrome */
	-moz-transition:all 0.6s;  	/* Firefox */
	-ms-transition:all 0.6s;  	/* IE 9 */
	-o-transition:all 0.6s; 
	transition: all 0.6s; 
}



/********个人中心——footer**************/

.footer{
    width: 100%;
    height:0.5rem;
    position: fixed;
    border-top: 1px solid #dddddd;
    bottom: 0;
    z-index: 3000;
    background: #fff;
}
.footer_ul li p{
    background-image: url("../images/cen.png");
    background-size:0.385rem 0.205rem ;
    background-repeat: no-repeat;
    margin: auto;
    display: block;
}
.footer_ul li.footer_ul_active p{
    background-image: url("../images/cen_bg.png");
    background-size:0.385rem 0.205rem ;
    background-repeat: no-repeat;
    margin: auto;
    display: block;
}
.footer_ul li{
    width: 33%;
    float: left;
    margin-top: 0.06rem;
}
.footer_ul li.footli_one p{
    width:0.21rem;
    height:0.195rem;
    background-position: 0;
}
.footer_ul li.footli_two{
    float: right;
}
.footer_ul li.footli_two p{
    width:0.175rem;
    height:0.205rem;
    background-position: -0.21rem 0;
}
.footer_ul li span{
    font-size: 0.12rem;
    color: #888888;
    display: block;
    text-align: center;
    margin-top: 0.02rem;
}
.footer_ul li.footer_ul_active span{
    color: #5394ff;
}
.footli_img{
    width:0.6rem;
    height: 0.615rem;
    position: absolute;
    left: 50%;
    top:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    text-align: center;
    margin-top: -0.15rem;
}
.icon{
    text-align: center;
    font-size: 0;
    margin-top: 0.1rem;
}
.icon img{
    width: 0.15rem;
    height: 0.15rem;
   display: inline-block;
    position: absolute;
    margin-left: -0.2rem;
    margin-top:0.02rem;
}
.icon i{
    font-size: 0.13rem;
    color:#aaaaaa;
    display: inline-block;
    margin-left: 0.05rem;
}

video{
	width: 100% !important;
    height: auto !important;
}



