/*http://srdesign.com.tw/design/thread-538-1-1.html
*/

#loading {
    z-index: 1000;
    padding: auto;
	line-height: 200px;
    background: rgba(0,0,0,.3);
	left: calc(50% - 100px);
    top: calc(50% - 100px);
    color: #fff;
    position: fixed;
    width: 200px;
    height:200px;
    text-align: center;
    box-shadow: 2px 2px 10px;
    border-radius: 999em;
}
#loadword {
	
}
