@charset "utf-8";
/* CSS Document */

#modal {position: fixed;left: 0;right: 0;top: 0;bottom: 0;z-index: 99999;}
#modal .mask {position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: #000;opacity: .3;}
#box2019{ background: url(../images/201903/bg2019.png);display: block; margin:16% auto; position:relative; width:298px; height:298px; z-index:100000;}
#box2019 img{ float:right;position:relative; right:16px;top:16px;}
#box2019 h1{ float:left;font-size:18px;  font-weight:bold; color:#666;  text-align:center; position:relative; left:-12px;top:12px; }
#box2019 h2{ float:left;font-size:14px;  color:#999; clear:both;position:relative; left:0px;top:12px; }
#box2019 p{ float:left;font-size:14px; font-weight:500; color:#83440e; line-height:20px; font-family:"方正黑体简体"; text-align:center; position:relative; left:58px;top:90px; }
.ewm2019{ width:128px; height:128px; float:left; position:relative; left:88px;top:82px; }
.loading{width: 88px;height: 15px; margin: 0 auto;position: relative; float:left;   margin-top:50px;}    
.loading span{ position: absolute;width: 10px; height: 10px;border-radius: 50%; background:#ccc;-webkit-animation: load 0.8s ease-in infinite alternate;    }    
@-webkit-keyframes load{    
0%{ opacity: 1;    
 -webkit-transform: translate(0px);    
}    
100%{ opacity: 0.2;    
-webkit-transform: translate(100px);    
}    
  }    
.loading span:nth-child(1){ -webkit-animation-delay:0.12s; }    
.loading span:nth-child(2){ -webkit-animation-delay:0.24s;}    
.loading span:nth-child(3){ -webkit-animation-delay:0.36s; }    
.loading span:nth-child(4){ -webkit-animation-delay:0.48s;}    
.loading span:nth-child(5){ -webkit-animation-delay:0.6s;}  
