/*1.所有分隔线、未选中标签描边、个人中心描边*/
.ig-border{border:1px solid #3f3733;}
.ig-border-top{border-top:1px solid #3f3733;}
.ig-border-left{border-left:1px solid #3f3733;}
.ig-border-bottom{border-bottom:1px solid #3f3733;}
.ig-border-right{border-right:1px solid #3f3733;}
.hairlines .ig-border{border-width: 0.5px;}
.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:#e8dbc9;}

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

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

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

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

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

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

/*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:#8a281f; }
/*二级导航选择态下划线色*/
.ig-border-tab:after{background:#8a281f;}
.ig-border-tab2:after{border-bottom-color:#8a281f;}
/*等级标签描边*/
.ig-border-level{border:1px solid #8a281f;}
/*.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:#8a281f;}
.ig-title-slash{ border-left-color: #8a281f;}

.ig-bg-nav .current{background-color:#a24035;background-image:-webkit-linear-gradient(to right, #8a281f, #a24035 );background-image:linear-gradient(to right, #8a281f, #a24035);}

/*10.主导航条底色*/
.ig-bg-nav{background-color:#711e16;background-image:-webkit-linear-gradient(to right, #5e1610, #711e16);background-image:linear-gradient(to right, #5e1610, #711e16);}

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

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


/*--------竖屏CSS---------*/
@media screen and (orientation:portrait) {
    /*8.镂空按钮描边*/
    .index-data-operation .ig-bg-btn,.my-baseinfo-share.ig-bg-btn{border:1px solid #d2b059;color:#d2b059;}
    /*特殊个人中心顶部2~7色的渐变*/
    .ig-bg-nav .current{background-color:#a24035;background-image:-webkit-linear-gradient(to bottom, #8a281f, #a24035);background-image:linear-gradient(to bottom, #8a281f, #a24035);}
    /*10.主导航条底色*/
    .ig-bg-nav{background-color:#711e16;background-image:-webkit-linear-gradient(to bottom,  #5e1610, #711e16);background-image:linear-gradient(to bottom,  #5e1610, #711e16);}
}
