@charset "UTF-8";.loading-img-wrap{width:70px;height:70px;margin:0 auto;overflow:hidden;border-radius:2px;position:relative}.loading-img-wrap img{display:block;width:46px;height:46px;margin:12px auto 0;animation:myRote .8s linear infinite;-webkit-animation:myRote .8s linear infinite}.count-time{position:absolute;top:27px;width:100%;text-align:center;margin-top:0;height:17px;line-height:17px;color:#2769dc}@keyframes myRote{from{transform:rotate(0deg);-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg)}to{transform:rotate(360deg);-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg)}}