/**模块活动添加提示**/
.activity{position: relative; width: 100%; height: 100%;}
.activity div{position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background: rgba(0,0,0,.7);}
.activity img{width: 100%;}
.activity span{ position: absolute; z-index: 2; top: 50%; left: 0; display: block; padding: 0 2em; font-size: 16px; color: #fff; /*font-family: '宋体';*/ -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);}
.activity span a{color: #63ff63; /* text-decoration: underline; */cursor:default !important;}