﻿
/*主题默认样式*/
/*主题背景颜色*/


/*主题背景颜色-浅*/
.themeBgColorLight { background-color: rgba(31,117,237, 0.85); }

/*主题按钮颜色样式--深*/
.themeButtonColor-light { color: #1F75ED; border-color: #1F75ED; }
.themeButtonColor-light:hover { background-color: #1F75ED; }

/*主题字体颜色*/
.themeColor { color: #1F75ED; }

/*主题实线颜色*/
.themeBorderColor { border-color: #1F75ED; }

/*主题导航*/
.navbar { margin-bottom: 0; border-radius: 0; border: 0; }
.navbar li a { padding: 0 10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;color: #fff;}
.navbar li.active a, .navbar li:hover a { color: #1F75ED; }
.navbar li.active:hover a { color: #1F75ED !important; }

/*主题hover*/
.home a:hover { color: #1F75ED !important; }

/*主题选项卡*/
.themeTabs .tabs-item { border-color: #1F75ED; }
.themeTabs .tabs-item a { border-color: #1F75ED; }
.themeTabs .tabs-item.active a { background-color: #1F75ED; }
.themeTabs .tabs-item:hover a { color: #fff; background-color: #1F75ED; }

/*主题按钮组*/
.themeBtnGroup a { border-color: rgba(31,117,237, 0.85); -webkit-transition: all ease .3s; transition: all ease .3s; }
.themeBtnGroup .more { background-color: rgba(31,117,237, 0.85); color: #fff; }
.themeBtnGroup .more:hover { background-color: #1F75ED; }
.themeBtnGroup .consult { color: rgba(31,117,237, 0.85); }
.themeBtnGroup .consult:hover { background-color: #1F75ED !important; color: #fff; }

/*主题链接组*/
.themeLinkGroup a { background-color: #1F75ED; -webkit-transition: all ease .3s; transition: all ease .3s; }
.themeLinkGroup a:hover { background-color: rgba(31,117,237, 0.85); }

/*主题swiper-pagination选中*/
.themePagination .swiper-pagination-bullet-active { background-color: #1F75ED; }

/*主题梯形背景*/
.themeTrap::before { border-color: transparent #1F75ED #1F75ED transparent; }

@media (min-width: 992px) { .themeTrap::before { border-color: transparent #1F75ED #1F75ED transparent; } }
/*主题表单*/
.themeForm input[type="text"], .themeForm textarea { border: 1px solid #1F75ED; border-radius: 5px; width: 94%; outline: 0; }
.themeForm input[type="text"]::-webkit-input-placeholder, .themeForm textarea::-webkit-input-placeholder { color: rgba(31,117,237, 0.85); }
.themeForm input[type="text"]:-ms-input-placeholder, .themeForm textarea:-ms-input-placeholder { color: rgba(31,117,237, 0.85); }
.themeForm input[type="text"]::-ms-input-placeholder, .themeForm textarea::-ms-input-placeholder { color: rgba(31,117,237, 0.85); }
.themeForm input[type="text"]::placeholder, .themeForm textarea::placeholder { color: rgba(31,117,237, 0.85); }
.themeForm input[type="text"] { height: 30px; padding-left: 10px; padding-right: 10px; }
.themeForm textarea { padding: 10px; resize: none; }
.themeForm .form-btn a { background-color: #1F75ED; -webkit-transition: all ease .3s; transition: all ease .3s; }
.themeForm .form-btn a:hover { background-color: rgba(31,117,237, 0.85); }

/*主题工具条*/
.themeMobToolBar { background-color: #1F75ED; border-top: 1px solid #1F75ED; }

/*主题拨号盘选中*/
.themeDial .dial-item.active { background-color: #1F75ED !important; color: #fff !important; border-color: #1F75ED !important; }
<!--cache time:2020-10-12 11:10:10-->