/*全局滚动条样式*/

body div:hover::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(20, 20, 20, 0.2);
	background: rgba(20, 20, 20, 0.2);
}

body div:hover::-webkit-scrollbar-track {
	-webkit-box-shadow: transparent;
	border-radius: 0;
	background: transparent;
}

body div::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px transparent;
	background: transparent;
}

body div::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px transparent;
	border-radius: 0;
	background: transparent;
}

main:hover::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(20, 20, 20, 0.2);
	background: rgba(20, 20, 20, 0.2);
}

main:hover::-webkit-scrollbar-track {
	-webkit-box-shadow: transparent;
	border-radius: 0;
	background: transparent;
}

main::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px transparent;
	background: transparent;
}

main::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px transparent;
	border-radius: 0;
	background: transparent;
}

body div {
	scrollbar-width: thin;
	scrollbar-color: transparent transparent;
}
main {
	scrollbar-width: thin;
	scrollbar-color: transparent transparent;
}
body div::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}
main::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

body div:hover {
	/* 火狐 */
	scrollbar-color: rgba(20, 20, 20, 0.2) transparent;
	/*/* ie */
	/*scrollbar-arrow-color: transparent;*/
	/*滚动条滑块按钮的颜色*/
	scrollbar-face-color: transparent;
	/*滚动条整体颜色*/
	scrollbar-highlight-color: transparent;
	/*滚动条阴影*/
	scrollbar-shadow-color:transparent;
	/*滚动条轨道颜色*/
	scrollbar-track-color:transparent;
	/*滚动条3d亮色阴影边框的外观颜色——左边和上边的阴影色*/
	scrollbar-3dlight-color:transparent;
	/*滚动条3d暗色阴影边框的外观颜色——右边和下边的阴影色*/
	scrollbar-darkshadow-color: transparent;
	/*滚动条基准颜色*/
	scrollbar-base-color: transparent;
}
main div:hover {
	/* 火狐 */
	scrollbar-color: rgba(20, 20, 20, 0.2) transparent;
	/* ie */
	/*scrollbar-arrow-color: transparent;*/
	/*滚动条滑块按钮的颜色*/
	scrollbar-face-color: transparent;
	/*滚动条整体颜色*/
	scrollbar-highlight-color: transparent;
	/*滚动条阴影*/
	scrollbar-shadow-color: transparent;
	/*滚动条轨道颜色*/
	scrollbar-track-color: transparent;
	/*滚动条3d亮色阴影边框的外观颜色——左边和上边的阴影色*/
	scrollbar-3dlight-color: transparent;
	/*滚动条3d暗色阴影边框的外观颜色——右边和下边的阴影色*/
	scrollbar-darkshadow-color: transparent;
	/*滚动条基准颜色*/
	scrollbar-base-color: transparent;
}
.buyer_group  {
	overflow-y: auto;
}
