/*品牌故事↓↓↓*/
.mobile.brandstory  .content > .list a {
    float: right;
}

.mobile.brandstory  .content > .list .list-item img{
    border-radius:3%;
    box-shadow:0 4px 12px rgba(6,31,50,.24);
}

.mobile.brandstory  .content > .list li {
    padding: 2px 15px 17px 10px;
}

.mobile.brandstory-album  .content  li img{
    width: 99%;
}

.mobile.brandstory .search img {
    width: 20px;
    margin-top: 12px;
}

/*start 分类头*/
.mobile.brandstory header .list-item {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
}

.mobile.brandstory header .list-item ul {
    height: 44px;
    display: flex;
}

.mobile.brandstory header .list-item li {
    float: left;
    white-space: nowrap;
    padding: -1px 20px 0 20px;
    margin-left: 40px;
}

.mobile.brandstory header .list-item li a {
    font-size: 1.25em;
    color: #000000;
}
/*end 分类头*/

/*start 放大镜*/
.mobile.brandstory .search {
    width: 40px;
    text-align: center;
}

.mobile.brandstory .search img {
    width: 20px;
    margin-top: 12px;
}

/*end 放大镜*/




/*客户案例↓↓↓*/
.mobile.clientcase  .content > .list li {
    padding: 1px 7.5px 7.5px 7.5px;
}

.mobile.clientcase .content>.list .list-item>img {
    border-radius:3%;
}

.mobile.clientcase  .content  #videoFont {
    font-size: 0.93em;
    padding-top:5px;
    color: #0f0f0f;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
}

