
/* 字体颜色 */
.theme-color {color: #d2b57e;}

/* 背景颜色 */
.theme-bg {background-color: #d2b57e;}

/* 边框颜色 */
.theme-border {border-color: #d2b57e;}

/* 标题下划线颜色 */
.theme-hr {background-color: #d2b57e;}

/* hover 背景色与主题色对应 */
.theme-hover:hover{background-color: #d2b57e !important;}

/* hover 效果与主题色对应 */
.support-swiper-box .swiper-slide.theme-hover:hover{background: #d2b57e;}

/* 轮播指示器 与主题色对应*/
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color:#d2b57e;
}