/*1.所有分隔线、未选中标签描边、个人中心描边*/
/*.ig-border{border:1px solid #dad2d2;}*/
.ig-border-top{/* border-top:1px solid #dad2d2; */}
.ig-border-left{border-left:1px solid #dad2d2;}
.ig-border-right{border-right: 1px solid #16151a;}
.hairlines .ig-border{border-width: 0}
.hairlines .ig-border-top{border-top-width: 0.5px;}
.hairlines .ig-border-left{border-left-width: 0.5px;}
.hairlines .ig-border-bottom{border-bottom-width: 0.5px;}
.hairlines .ig-border-right{border-right-width: 0.5px;}
.ig-tags-step3 .current .ig-border{ border:none;}

/*2.标题、正文文字、标签文字 字颜色*/
.ig-color-tit{color: #f9e1ad!important;}

/*3.副标题、二级（三级）导航未选中文字 字颜色*/
.ig-color-subtit{color: #b4bedb!important;}

/*4.主导航栏未选中文字 字颜色*/
.ig-color-nav{color:#ffffff;}

/*5.主导航栏选中文字 字颜色*/
.main-nav .current .ig-color-nav{color:#ffffff;}
.ig-tags-step3 .current .ig-color-tit{color:#ffffff;}

/*6.实心按钮文字色 字颜色*/
.ig-color-btn{color: #f7f7f9;}
.circle::before{border:1px solid #f7f7f9;}
.mcircle_arrow{ background: #f7f7f9;}

/*7.未选中标签底色、分类背景色、说明背景色*/
/*.ig-bg-tag{background: #add0e2!important;}*/
.ig-border-video{border-color: #f1ecec;}

/*8.实心按钮底色*/
.ig-bg-btn{background:#786cc8; }
/*l镂空按钮描边*/
.ig-border-btn{border:1px solid #786cc8;}
.hairlines .ig-border-btn{border-width: 0.5px;}
/*强调文字色*/
.ig-color-strong{color:#786cc8;}
.ig-color-link a{color:#786cc8;}

/*9.主导航栏选择底色*/
.ig-bg-tag.current,.ig-bg-splite:before,.ig-tags-step3 .current .ig-bg-tag,.circle .mcircle::before,.circle .mcircle_core,.ig-bg-strong{background:#e6314a; }
/*二级导航选择态下划线色*/
.ig-border-tab:after{background: #c2a067;}
.ig-border-tab2:after{border-bottom-color:#e6314a;}
/*等级标签描边*/
.ig-border-level{border:1px solid #e6314a;}
/*.hairlines .ig-border-level{border-width: 0.5px;}*/
/*等级文字 字颜色*/
.ig-color-level,.ig-tags-it1.current .ig-tags-text1,.ig-tags-it2.current .ig-tags-text2{color: #e0b356;}
.ig-title-slash{ border-left-color: #e6314a;}

.ig-bg-nav .current{background-color: #19192a}
/*10.主导航条底色*/
.ig-bg-nav{background-color: #353847;border-top: 0.01rem solid #d7a546;}

/*11.标题栏底色、个人中心条底色、二级导航底色*/
.ig-bg-bg1,.ig-tags-it1,.circle, .mcircle::after{background: #353847;}

/*12.背景色、二级菜单选中底色、三级菜单底色*/
.ig-bg-body,.ig-tags-it1.current,.ig-tags-step3,.ig-tags-step2{background: #16151a;}


/*--------竖屏CSS---------*/
@media screen and (orientation:portrait) {
    /*8.镂空按钮描边*/
    .index-data-operation .ig-bg-btn,.my-baseinfo-share.ig-bg-btn{border:1px solid #786cc8;color:#786cc8;}
    .ig-bg-nav .current{background-color: #19192a}
    /*10.主导航条底色*/
    .ig-bg-nav{background-color: #353847;border-top: 0.01rem solid #d7a546;}
}