
/* Common */
.box{width: 56%;}
.box-item{float: left;text-align: center;display: block;text-decoration: none;outline: none;width: 77px;height: 92px;margin-left: 8px;margin-bottom: 8px;position: relative;border:none;}
.box-item .txt{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 10;}
.box-item .txt img{width: 45px;height:45px;margin-top: 15px;border:none;}
.box-item .txt span{color: #fff;font-size: 13px;display: block;}
.box-item .bg{background: #000;opacity: .6;position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 9;/*border-radius:6px;*/}