/* 公共样式 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { background:#fff; color:#555; font-size:14px; font-family: "Microsoft YaHei","Arial","榛戜綋","瀹嬩綋",sans-serif; }
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { color:#555; text-decoration:none; }
a:hover { text-decoration:none; }
img { border:none; }
ol,ul,li { list-style:none; }
input, textarea, select, button { font:14px "Microsoft YaHei","Arial","榛戜綋","瀹嬩綋",sans-serif;  }
table { border-collapse:collapse; }
html {overflow-y: scroll;}

.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }

.clearFloat:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearFloat { *zoom:1};

.clear{
  clear: both;
}
a:hover{
  cursor: pointer!important;
}


.may-top-bg{
  height: 100px;
  background: url(../images/may-top-bg.png) center no-repeat;
  background-size: cover;
  min-width: 1200px;
}

.may-1200{
  width: 1200px;
  margin: 0 auto;
}
.may-lb{
  float: right;
  margin-top: 8px;
  height: 75px;
  overflow: hidden;
  box-sizing: border-box;
  padding-right: 5px;
}
.may-djs{
  float: right;
  margin-left: 15px;
}
.may-lb ul li{
	width: 152px;
	height: 30px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  font-size: 16px;
	background-color: rgba(254, 254, 254, 1);
	border-radius: 15px 15px 15px 15px;
	border: solid 2px rgba(9, 7, 7, 1);
  margin: 3px auto;
}


.may-djs-bg{
  height: 54px;
  background: url(../images/may-djs-bg.png) center no-repeat;
}

.may-ljqz{
  display: inline-block;
  width: 98px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  font-size: 14px;
  background: url(../images/may-ljqz.png) center no-repeat;
}
.may-ljqz a:hover{
  color: #000000;
}

/* 倒计时 */
.qgd-may-ls{
  width: 156px;
	height: 54px;
  /* padding-left: 6px; */
  box-sizing: border-box;
  background: url(../images/may-djs-bg.png) center no-repeat;
	/* background-color: rgba(255, 255, 255, 1); */
  display: inline-block;
  /* margin: 0px 5px; */
  box-sizing: border-box;
  padding: 18px 7px;
}
.qgd-may-ls i{
	font-size: 14px;
	color: #ff5c65;
	font-weight: bold;
	font-style: normal;
}

.sfm-may-ls{
	color: #e04e25;
	font-size: 14px;
	font-weight: bold;
}
.qgd-span-may-ls{
  color: #e04e25;
	font-size: 14px;
	font-weight: bold;
}
.may-djs-a{
  text-align: center;
  margin-top: 8px;
}


/* 弹框 */
.may-dia{
  /* display: block; */
  display: none;
  width: 830px;
  height: 600px;
  background: url(../images/may-dia.png) center no-repeat;
  position: fixed;
  top: 0px;
  /* bottom: 0px; */
  bottom: -1550px;
  left: 0px;
  /* right: 0px; */
  right: -2700px;
  margin: auto;
  z-index: 1000;
}

.may-dia-close{
  width: 40px;
  height: 40px;
  background: url(../images/may-dia-close.png) center no-repeat;
  position: absolute;
  right: 0px;
  top: 20px;
  cursor: pointer;
}
.may-dia-close:hover{
  width: 40px;
  height: 40px;
  background: url(../images/may-dia-close-jg.png) center no-repeat;
}
.may-dia-lb{
  margin-left: 340px;
  margin-top: 335px;
  height: 130px;
  overflow: hidden;
  box-sizing: border-box;
}

.may-dia-lb ul li{
  width: 352px;
  height: 50px;
}
.may-dia-lb ul li div{
  width: 352px;
  height: 50px;
  /* height: 42px; */
  line-height: 50px;
  color: #000000;
  font-size: 24px;
  box-sizing: border-box;
  padding-left: 55px;
  background: url(../images/may-dia-a.png) center no-repeat;
  /* margin-top: 8px; */
  cursor: pointer;
}

.may-dia-lb  ul li:hover div{
  width: 352px;
  height: 50px;
  color: #000000;
  font-size: 24px;
  background: url(../images/may-dia-a-jg.png) center no-repeat;
}

.may-dia-hands img:first-child{
  position: absolute;
  right: 180px;
  bottom: 11px;
  z-index: 10;
  animation:mymove 3s infinite;
  -webkit-animation:mymove 3s infinite;
}
.may-dia-hands img:last-child{
  position: absolute;
  right: 235px;
  bottom: 67px;
  animation:mymove 3s infinite;
  -webkit-animation:mymove 3s infinite;
}


@keyframes mymove
{
  0% {
    transform:scale(1,1);
    -webkit-transform:scale(1,1);
  }
  25% {
    transform:scale(0.8,0.8);
    -webkit-transform:scale(0.8,0.8);
  }
  50% {
    transform:scale(1,1);
    -webkit-transform:scale(1,1);
  }
  75% {
    transform:scale(0.8,0.8);
    -webkit-transform:scale(0.8,0.8);
  }
  100% {
    transform:scale(1,1);
    -webkit-transform:scale(1,1);
  }

}

@-webkit-keyframes mymove
{
  0% {
    transform:scale(1,1);
    -webkit-transform:scale(1,1);
  }
  25% {
    transform:scale(0.8,0.8);
    -webkit-transform:scale(0.8,0.8);
  }
  50% {
    transform:scale(1,1);
    -webkit-transform:scale(1,1);
  }
  75% {
    transform:scale(0.8,0.8);
    -webkit-transform:scale(0.8,0.8);
  }
  100% {
    transform:scale(1,1);
    -webkit-transform:scale(1,1);
  }
}
/* @media screen and (min-width: 992px){
  .may-dia{
  display: none;
  width: 80px;
  height: 60px;
  background: url(../images/may-dia.png) center no-repeat;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
} */
