@charset "UTF-8";.company-item{box-sizing:border-box;width:100%;height:100%;padding:1px;overflow:hidden;border-radius:16px;background-color:#fff;background-image:linear-gradient(132deg,#b0b4f533,#d28d9a33,#09c9f233);cursor:pointer}.company-item.is-mobile,.company-item.is-mobile .company-item__wrap{border-radius:8px}.company-item__wrap{width:100%;height:100%;border-radius:16px;overflow:hidden;background-color:var(--white);display:flex;flex-direction:column;justify-content:center;position:relative}.company-item.is-hover{background-image:linear-gradient(146deg,#ff8b44,#f0537e)}.company-item__img-container{flex:1;overflow:hidden;display:flex;justify-content:center}.company-item__img-container img{width:100%;height:100%;object-fit:contain}.company-item__text{padding:0 8px;font-size:14px;color:#fff;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;flex-shrink:0;text-align:center}.company-item--style1 .company-item__text{transition:all .15s ease-in;background:linear-gradient(146deg,#ff8b44,#f0537e);color:#fff}.company-item--style2 .company-item__mask{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;gap:5px;background-color:#0000004d}.company-item--style2 .company-item__mask .company-item__text{box-sizing:border-box;width:220px;height:40px;line-height:40px;padding:0 19px;text-align:center;background-color:#28bcd0e6;border-radius:50px}.company-item--style2 .company-item__mask .company-item__dot-container{width:16px;height:16px;display:flex;gap:2px;justify-content:center;align-items:center;background-color:#28bcd0;border-radius:100%}.company-item--style2 .company-item__mask .company-item__dot-container .company-item__dot{width:2px;height:2px;background-color:#fff;border-radius:100%}.company-item--style2.is-mobile{border-radius:8px}.company-item--style2.is-mobile .company-item__text{background-color:#28bcd0}.company-item.is-mobile{border-radius:8px}.company-end-text{text-align:center;font-size:14px;color:#666;line-height:19px}.company-end-text.is-mobile{font-size:12px;line-height:17px}
