#products{display:flex;flex-direction:column;align-items:center;padding-top:160px}#products .tip{width:828px;font-size:20px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#2d3643;line-height:24px}#products .selectbox{width:100%;display:flex;justify-content:center;padding:30px}#products .selectbox .selectitem{margin:50px;width:364px;height:171px;background:#fff;box-shadow:6px 6px 26px 0 rgba(223,231,243,.9);border-radius:8px;padding:3px}#products .selectbox .selectitem .iteminner{height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;background:linear-gradient(180deg,#f2f5f8,#fff);border-radius:8px}#products .selectbox .selectitem .iteminner .itemlogo{width:109px}#products .selectbox .selectitem .iteminner span{font-size:24px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#0b1e2f;line-height:22px;margin-left:32px;margin-right:10px}#products .selectbox .selectitem:hover{box-shadow:6px 6px 26px 0 rgba(184,194,211,.9)}#products .selectbox .selectitem:hover span{color:#408dff}@media screen and (max-width:1000px){#products .tip{width:364px}#products .selectbox{flex-direction:column;align-items:center}}