/**信息模块**/
.card_item{width:96%;margin:11px auto;border-radius:5px;background:#fff}
.card_item-title{height:50px;line-height:50px;padding:0 20px 0 35px;border-bottom:1px solid #eee;width: auto;overflow: hidden;}
.card_item-title-arrow{background:url(../Images/card_arrow.png) no-repeat 96% center;background-size:13px 8px;border-bottom:none}
.card_item-title-arrowUp{background:url(../Images/card_arrow_up.png) no-repeat 96% center;background-size:13px 8px;border-bottom:none}
.card_item-content{padding: 0 10px 10px 10px;}
.card_Shadow{box-shadow: 1.5px 1.5px 2px 0px rgba(0, 0, 0, 0.1);position:relative}
.card_item p{font-size:16px;word-break:break-all}
.card_item span{font-size:16px;word-break:break-all}
.card_item-icon{position:absolute;left: 13px;top: 17px;width: 16px;height: 16px;}
.zodiacdescription{ font-size:13px; padding:10px;}

/*等待效果*/
.pageLoading{position: fixed;width:100%;height:100%;left:0;top:0;z-index: 100;background:rgba(255,255,255,1);}
.pageLoading img{position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 34%;margin:auto;}
/*css3-等待效果*/
.spinner {position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin:auto; width: 50px; height: 60px; text-align: center; font-size: 10px; }
.spinner > .rect {background-color: #67CF22; height: 100%; width: 6px; display: inline-block; -webkit-animation: stretchdelay 1.2s infinite ease-in-out; animation: stretchdelay 1.2s infinite ease-in-out; }
.spinner .rect2 {-webkit-animation-delay: -1.1s; animation-delay: -1.1s; }
.spinner .rect3 {-webkit-animation-delay: -1.0s; animation-delay: -1.0s; }
.spinner .rect4 {-webkit-animation-delay: -0.9s; animation-delay: -0.9s; }
.spinner .rect5 {-webkit-animation-delay: -0.8s; animation-delay: -0.8s; }
 
@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) } 
  20% { -webkit-transform: scaleY(1.0) }
}
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
