/* custom.css: CSS tách từ các file HTML */

/* Responsive cho phần FAQ */
@media screen and (max-width:1300px){.FaQ{width:94%;margin-left:3%}}
@media screen and (max-width:850px){.Partsssdwe{font-size:25px}.buyHow{font-size:18px}.FaQ_right{margin-top:30px}}

/* 自定义滚动条 */
::-webkit-scrollbar{width:10px;background-color:#f1f1f1}
::-webkit-scrollbar-thumb{background-color:#888;border-radius:5px}