﻿a{
    text-decoration: none!important;
	color:#666666!important;
}
body{
  padding: 0px;
  margin: 0px auto;
  align-content: center;
background-color:#000000;	
}
p,img,video,div{
padding:0px;
margin:0px;
border:none;
}
img,video{
  width:100%;
  max-width: 1024px;
  display: block;
  margin: 0px auto;
}

div[data-video]:after{
    content: "";
    background-image: url(./images/splay.png);
    display: block;
    position: relative;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
}

div.footer{
  width:100%;
  max-width: 1024px;
  display: block;
  margin: 0px auto;
height:82px;
color:#ffffff;
font-size:14px;
line-height:40px;
background-image:url(./images/bg_foot.png);
background-position:center;
background-repeat: no-repeat;
    background-size: cover;
}
p.tips{
 display: block;
    position: fixed;
    /* background-color: #333333; */
    width: 25%;
    height: 120px;
    line-height: 32px;
    text-align: center;
    top: 100px;
    right: 8px;
    background-image: url(images51/new.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    color: transparent;
    max-width: 160px;
}
