@charset "utf-8";

.customer-box {margin:60px auto 0 auto;width:1180px;}
.customer-box .layui-tab-content {padding:0;}
.customer-box .customer-title {font-size:32px;line-height:48px;color:#000;font-weight:400;-webkit-font-smoothing:antialiased;text-align:center;}
.customer-box .customer-tab-title {text-align:center;margin:30px 0;}
.customer-box .customer-tab-title li {font-size:18px;line-height:30px;}
.customer-box .layui-tab-content {margin:0 0 60px 0;}
.customer-box .customer-list {margin-bottom:20px;border:1px #e1e1e1 solid;-webkit-transition:box-shadow .2s linear;-webkit-transition:transform .2s linear;transition:box-shadow .2s linear;transition:transform .2s linear;cursor:pointer;}
.customer-box .customer-list:hover{-webkit-transform:translate3d(0,-3px,0);transform:translate3d(0,-3px,0)}
.customer-box .customer-list .customer-media-image {margin:10px 10px 0 10px;height:180px;background-size:100% 100%;background-repeat:no-repeat;background-position:center 50%;}
.customer-box .customer-list .customer-media-body {padding:15px 20px;}
.customer-box .customer-list .customer-media-body .customer-media-title {text-align:left;font-size:18px;color:#333;margin:0;padding:0;font-weight:400;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.customer-box .customer-list .customer-media-body .customer-media-info {margin-top:10px;}
.customer-box .customer-list .customer-media-body .customer-media-info date {float:right;color:#999;}