.typebox {
    margin: 0px auto;
    width: 1080px;

}

.typebox .typeitem {
    width: 230px;
    height: 245px;
    background: #f2f2f2;
    border: solid 1px #e7e7e7;
    box-sizing: border-box;
    float: left;
    margin: 20px;
    font-size: 12px
}

.typebox .typeitem .typeImg {
    width: 228px;
    height: 255px;
    transition: all 0.5s ease-in-out;
}

.typebox .typeitem a.typehover {
    display: block;
    width: 228px;
    height: 205px;
    overflow: hidden;
}

.typebox .typeitem .typeimgpamol a.typehover:hover .typeImg {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}

.typebox .typeitem .typetitle {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

.typebox .typeitem .typetitle .typetitle-item {
    float: left;
    display: block;
    width: 65%;
}

.typebox .typeitem .typetitle .typetitle-price {
    float: right;
    color: #db2726;
    font-size: 16px;
}

.typebox .typeitem .typeimgpamol {
    position: relative;
}

.typebox .typeitem .typeimgpamol .typeMask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
    z-index: 1;
    display: none;
}

.typebox .typeitem .typeimgpamol .typeTips {
    width: 100%;
    height: 100%;
    line-height: 205px;
    text-align: center;
    position: absolute;
    top: 0;
    color: #fff;
    display: none;
    z-index: 2;
    font-size: 14px
}

.typebox .typemenu {
    padding: 0 10px;
    font-size: 18px
}

.typebox .typemenu h3 {
    font-weight: 400;
}

.typebox .typemenu h3 .icoleft {
    width: 6px;
}