/*��������ʽ/
html{ background:#f7f7f7;}/*ͼƭ����δ���ǰ��ĭ�ϱ���ɫ*/
.wrap{ opacity:0; /*������δ������ɣ�����ĭ�ϲ���ʾ(��ҳ��������)*/}
.loading{position:fixed;width:100%;height:100%; top:0; z-index:51; display:none; max-width:640px; min-width:320px; z-index:99999;}
.loading img{ display:none;}
.loading #shownext{ line-height:1.8rem; display:none; color:#fff; border:0.05rem solid #fff; border-radius:5%; padding-left:1rem; padding-right:1rem; text-align:center; position:absolute; right:1rem; top:1rem; z-index:0;}
/*�״μ���ҳ������ч��*/
.homeshow{ animation: fade 0.8s ease both;-webkit-animation: fade 0.8s ease both; }
/*���զ���*/
@-webkit-keyframes fade {
  from 
  {
   opacity:1;
   display:block;
   
  }

  to {
    opacity: 0;
    display:none;
    height:0;
   
  }
}

@keyframes fade {
  from{
    opacity: 1;
   display:block;
  }

  to 
  {
    display:none;
    opacity: 0;
    height:0;
  }
}

.fade {
  -webkit-animation-name: fade;
  animation-name: fade;
}
