@charset "utf-8";
/*index_patch*/
.tl-tuotuo{width: 96%;height: auto;display: flex;align-content: center;justify-content: space-between;margin: 4px auto;}
.tl-tuotuo .item{box-shadow: 0 1px 6px 1px #eeeeee;width: 12%;display: flex;align-content: center;justify-content: center;padding-top: 10px;}
.tl-tuotuo .item:hover{box-shadow: 0 1px 6px 1px #dcdcdc;}
.tl-tuotuo .item .tb{display: flex;width: 60px;height: 60px;text-align: center;border-radius: 50%;align-content: center;justify-content: center;align-items: center;background: #cccccc33;margin: 0 auto;}
/*.tl-tuotuo .item:nth-child(1) .tb{background: #f18c23;}*/
/*.tl-tuotuo .item:nth-child(2) .tb{background: #1a7db9;}*/
/*.tl-tuotuo .item:nth-child(3) .tb{background: #32b9c6;}*/
/*.tl-tuotuo .item:nth-child(4) .tb{background: #e46f2c;}*/
/*.tl-tuotuo .item:nth-child(5) .tb{background: #4f2af3;}*/
/*.tl-tuotuo .item:nth-child(6) .tb{background: #e7ba26;}*/
/*.tl-tuotuo .item:nth-child(7) .tb{background: #0dafbb;}*/
/*.tl-tuotuo .item:nth-child(8) .tb{background: #8eb111;}*/
.tl-tuotuo .item .tb img{width: 36px;height: 36px;}
.tl-tuotuo .item .desc-p{padding-top: 5px;padding-bottom: 5px;}
@media only screen and (max-width:500px){
    .tl-tuotuo{flex-wrap: wrap;}
    .tl-tuotuo .item{width: 24%;}
    }
