/* CSS Reset*/

.assistance-con {height: 444px;margin: 30px 0;padding: 0 30px;overflow: hidden;overflow-y: auto;}

/* 垂直滚动条宽度 */
.assistance-con::-webkit-scrollbar {width: 5px;}
/* 可拖拽滑块 */
.assistance-con::-webkit-scrollbar-thumb {background: #ece3e3;border-radius: 1px;border: 1px solid transparent;background-clip: content-box;}
/* 滑块悬停状态 */
.assistance-con::-webkit-scrollbar-thumb:hover {background: #a8a8a8;}
/* 滚动条交汇角落 */
.assistance-con::-webkit-scrollbar-corner {background: transparent;}
/* 隐藏方向按钮 */
.assistance-con::-webkit-scrollbar-button {width: 0;height: 0;}

/* 滚动条美化 */


/* 超小屏幕（手机，小于 768px） */
/* 小屏幕（平板，大于等于 768px） */
@media screen and (min-width:768px) {

}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media screen and (min-width:992px) {

}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media screen and (min-width:1200px) {
.assistance-con {height: 780px;}

}

/* 大屏幕（大桌面显示器，大于等于 1400px） */
@media screen and (min-width:1400px) {

}
