﻿.loadingPart{background-color: #fff;position: fixed;top: 44%;left: 46%;border-radius: 5px;width: 200px;height: 80px;line-height: 80px;text-align: center;-webkit-box-shadow:0 0 15px rgba(0, 0, 0, .1);  -moz-box-shadow:0 0 15px rgba(0, 0, 0, .1);  box-shadow:0 0 15px rgba(0, 0, 0, .1);z-index:9999; }
.loadingtitle{font-size:14px;color:#ccc;}
@keyframes rotate {
0% {-webkit-transform: rotate(0deg);transform: rotate(0deg); }
100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
.loadingImg{-webkit-animation: rotate 1s 0s linear infinite;animation: rotate 1s 0s linear infinite; }