/* tem168-irregular */
.tem168-irregular *,
.tem168-irregular *:before,
.tem168-irregular *:after{transition:.5s;}
.tem168-irregular a{display:block;position:relative;overflow:hidden;}
.tem168-irregular img{width:100%;}
.tem168-irregular .container{padding:0 15px;}
.tem168-irregular .container.full-screen{padding:0;}
.tem168-irregular .interval{padding:0 10px;}
.tem168-irregular .full-screen .interval{padding:0;}
.tem168-irregular .items{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;}
.tem168-irregular .item{padding:5px;}
.tem168-irregular .text{position:absolute;top:20%;width:60%;box-shadow:5px 10px 20px rgba(0,0,0,.1);overflow:hidden;text-align:center;padding:15px;transform:skewX(160deg);background-color:#3ab28e;color:#FFF;line-height:1;}
.tem168-irregular .text:before,
.tem168-irregular .text:after{content:"";position:absolute;top:0;height:100%;display:block;background-color:rgba(255,255,255,.1);}
.tem168-irregular .text:before{width:160px;left:-200px;}
.tem168-irregular .text:after{width:20px;left:-20px;}
.tem168-irregular .title{font-size:30px;}
.tem168-irregular .title,
.tem168-irregular .description{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.tem168-irregular .box{transform:skewX(-160deg);}
.tem168-irregular .item:hover img{opacity:.8;}
.tem168-irregular .item:hover .text{width:70%;margin-top:-10px;box-shadow:5px 10px 20px rgba(0,0,0,.2);}
.tem168-irregular .item:hover .text:before,
.tem168-irregular .item:hover .text:after{left:100%;}
.tem168-irregular.content-left .text,
.tem168-irregular.content-middle .text{left:-15px;}
.tem168-irregular.content-right .text{right:-15px;}
@media(max-width:768px){
    .tem168-irregular{padding:15px 0;}
    .tem168-irregular .item{padding:0;}
    .tem168-irregular .interval{padding:0;}
    .tem168-irregular .items{padding-left: 1%;padding-right: 1%}
    .tem168-irregular.full-screen-spacing .items{padding-left: 0;padding-right: 0}
}
/* 2列 */
.tem168-irregular .col-sm-6 .title{font-size:30px;}
@media(max-width:480px){
    .tem168-irregular .col-sm-6{width:100%;}
}
/* 3列 */
.tem168-irregular .col-sm-4 .title{font-size:26px;}
@media(max-width:768px){
    .tem168-irregular .col-sm-4 .title{font-size:20px;}
}
@media(max-width:480px){
    .tem168-irregular .col-sm-4{width:100%;}
    .tem168-irregular .col-sm-4 .title{font-size:30px;}
}
/* 4列 */
.tem168-irregular .col-sm-3 .title{font-size:22px;}
@media(max-width:768px){
    .tem168-irregular .col-sm-3{width:50%;}
    .tem168-irregular .col-sm-3 .title{font-size:18px;}
}
/* 6列 */
.tem168-irregular .col-sm-2 .title{font-size:18px;}
@media(max-width:991px){
    .tem168-irregular .col-sm-2{width:33.333%;}
}
@media(max-width:480px){
    .tem168-irregular .col-sm-2{width:50%;}
    .tem168-irregular .col-sm-2 .title{font-size:16px;}
}
