/* 公共样式 */
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: 90px;
  background: url(../images/may-top-bg.png) center no-repeat;
  background-size: 100% 100%;
  min-width: 1000px;
}

.may-1200{
  width: 1000px;
  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: 23px;
}
.may-lb ul li{
	width: 132px;
	height: 30px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  font-size: 14px;
	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: 136px;
	height: 44px;
  /* padding-left: 6px; */
  box-sizing: border-box;
  background: url(../images/may-djs-bg.png) center no-repeat;
  background-size: 100% 100%;
  /* background-color: rgba(255, 255, 255, 1); */
  display: inline-block;
  /* margin: 0px 5px; */
  box-sizing: border-box;
  padding: 13px 5px;
}
.qgd-may-ls i{
	font-size: 12px;
	color: #ff5c65;
	font-weight: bold;
	font-style: normal;
}

.sfm-may-ls{
	color: #e04e25;
	font-size: 12px;
	font-weight: bold;
}
.qgd-span-may-ls{
  color: #e04e25;
	font-size: 12px;
	font-weight: bold;
}
.may-djs-a{
  text-align: center;
  margin-top: 8px;
}


/* 弹框 */
.may-dia{
  /*display: block;*/
   display: none;
  width: 530px;
  height: 300px;
  background: url(../images/may-dia.png) center no-repeat;
  background-size: 100% 100%;
  position: fixed;
  top: 0px;
  /*bottom: 0px;*/
   bottom: -1550px;
  left: 0px;
  /*right: 0px;*/
   right: -2700px;
  margin: auto;
  z-index: 1000;
}

.may-dia-close{
  width: 30px;
  height: 30px;
  background: url(../images/may-dia-close.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -38px;
  top: -24px;
  cursor: pointer;
}
.may-dia-close:hover{
  width: 30px;
  height: 30px;
  background: url(../images/may-dia-close-jg.png) center no-repeat;
  background-size: 100% 100%;
}
.may-dia-lb{
  margin-left: 200px;
  margin-top: 170px;
  height: 80px;
  overflow: hidden;
  box-sizing: border-box;
}
.may-dia-lb ul li{
  width: 252px;
  height: 38px;
}
.may-dia-lb ul li div{
  width: 252px;
  height: 32px;
  line-height: 32px;
  color: #000000;
  font-size: 20px;
  box-sizing: border-box;
  padding-left: 35px;
  background: url(../images/may-dia-a.png) center no-repeat;
  background-size: 100% 100%;
  /* margin: 3px 0px; */
  cursor: pointer;
}

.may-dia-lb  ul li:hover div{
  width: 252px;
  height: 32px;
  color: #000000;
  font-size: 20px;
  background: url(../images/may-dia-a-jg.png) center no-repeat;
  background-size: 100% 100%;
}

.may-dia-hands img:first-child{
  position: absolute;
  right: 100px;
  bottom: -24px;
  z-index: 10;
  width: 10%;
  animation:mymove 3s infinite;
  -webkit-animation:mymove 3s infinite;
}
.may-dia-hands img:last-child{
  position: absolute;
  right: 136px;
  bottom: 10px;
  width: 5%;
  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;
}
} */
