.bana-text{
    background-color: blue;
    padding: 1px;
    background-image: url(../../img/hair/cloud2/图层57.png);
    background-size: 100% 100%;
}
.bana-text .box{
    margin: 0 auto;
    width: 80%;
    color: white;
    margin-top: 50px;
}
.bana-text .box .t2{
    line-height: 30px;
    font-size: 20px;
    margin-top: 30px;
}

.layui-table tr{
    background-color: inherit !important;
}
.layui-table td{
    height: 0;
    border: 0;
    padding: 5px;
    width: 25%;
    min-width: 200px;
}
.layui-table .card{
    width: 100%;
    height: 100%;
    background-color: #31A8E6;
    min-height: 100px;
    border-radius: 3px;
    cursor: pointer;
    transition: All 0.5s;
    box-sizing: border-box;
    background-position: center center;
    background-size:120% 120%;
    color: white;
    font-size: 22px;
    position: relative;
}
.layui-table .card:hover{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
table a{
    display: inline-block;
}
.recommend {
    position: absolute;
    top: 60px;
    right: 0;
    border-top: 90px solid #ff971e;
    border-left: 90px solid transparent;
}
.recommend .tip {
    position: absolute;
    top: -76px;
    right: -20px;
    text-align: center;
    width: 100px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    line-height: 40px;
}