/* 主题色 标题 border*/
.theme-color {color: #b9a388;}
.theme-bg {background-color: #b9a388;}
.part02-main.theme-bg {/* background-color: #ffb430; */}
.theme-border {border-color: #b9a388;}
.theme-triangle {border-color: #b9a388 transparent transparent;}
/* 标题下划线颜色 */
.theme-hr {background-color: #b9a388;}
/* hover 背景 */
.theme-hover:hover{background-color: #b9a388 !important;}
/* hover 效果与主题色对应 */
.support-swiper-box .swiper-slide.theme-hover:hover{background: #b9a388;}
/* 轮播指示器 与主题色对应*/
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color:#b9a388;
}

