﻿#loading{position:fixed;top:0;left:0;z-index:9999999;display:flex;width:100%;height:100%;background:#fff;justify-content:center;align-items:center}#loading img{width:.3rem;animation:load_dh .7s linear infinite}.black *{color:#333}.white *{color:#fff}@keyframes load_dh{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.pageTips{position:fixed;top:0;left:0;z-index:1000;width:100%;height:100%}.pageTips .container{position:absolute;top:50%;left:50%;margin-top:-160px;margin-left:-315px;width:630px;color:#fff}.pageTips .container a.close{position:absolute;top:40px;right:-15px;bottom:auto;left:auto;z-index:1;display:block;width:50px;height:50px;background:url(close.png) 50% no-repeat}.pageTips .container .img{text-align:center}.pageTips .container .msg{padding-top:30px;font-size:18px;line-height:36px}.pageTips .container a{color:#fff;text-decoration:underline}