
/*分割线*/
.separation-white{
    width: inherit;
    height: 1px;
    border-bottom: 1px solid rgba(255,255,255,0.40);
}

.separation-black{
    width: inherit;
    height: 1px;
    border-bottom: 1px solid rgba(0,0,0,0.40);
}
/*基本字号*/
.text-size6{
    font-size: 6px;
}
.text-size8{
    font-size: 8px;
}
.text-size10{
    font-size: 10px;
}
.text-size12{
    font-size: 12px;
}
.text-size14{
    font-size: 14px;
}
.text-size16{
    font-size: 16px;
}
.text-size17{
    font-size: 17px;
}
.text-size18{
    font-size: 18px;
}
.text-size20{
    font-size: 20px;
}
.text-size22{
    font-size: 22px;
}
.text-size24{
    font-size: 24px;
}
.text-size26{
    font-size: 26px;
}
.text-size28{
    font-size: 28px;
}
.text-size30{
    font-size: 30px;
}
.text-size32{
    font-size: 32px;
}
.text-size34{
    font-size: 34px;
}
.text-size36{
    font-size: 36px;
}

/*基本背景*/
.bg-none{
    background: none;
}
.bg-white{
    background: white;
}
.bg-black{
    background: black;
}
.bg-red{
    background: red;
}
.bg-yellow{
    background: yellow;
}
.bg-blue{
    background: blue;
}
.bg-green{
    background: green;
}

/*基本颜色*/
.color-white{
    color: white;
}
.color-black{
    color: black;
}
.color-gray125{
    color: #7d7d7d;
}
.color-gray78{
    color: #4e4e4e;
}
.color-gray{
    color: #848587;
}
/*链接 颜色*/
.a-white:link{
    color: white;
}
.a-white:hover{
    color: rgb(254,189,2);
}
.a-white:active{
    color: black;
}
.a-white:visited{
    color: rgb(242,122,255);
}
.a-black:link{
    color: black;
}

.a-black:hover{
    color: rgb(255,255,255);
}
.a-black:active{
    color: white;
}
.a-black:visited{
    color: black;
}

.a-gray78:link{
    color: #4e4e4e;
}

.a-gray:link{
    color: #848587;
}

.link-white:link{
    color: white;
}
.link-black:link{
    color: black;
}
.hover-white:hover{
    color: white;
}
.hover-black:hover{
    color: black;
}
.active-white:active{
    color: white;
}
.visited-black:visited{
    color: black;
}
.visited-white:visited{
    color: white;
}
/*空白div 用作拉开距离*/
.space-4{
    height: 4px;
}
.space-6{
    height: 8px;
}
.space-10{
    height: 10px;
}
.space-12{
    height: 12px;
}
.space-14{
    height: 14px;
}

/**
超小按钮
 */
.btn-xs{
    padding:.0rem .5rem;
    font-size:.875rem;
    line-height:1.5;
    border-radius:.2rem
}
.tc-toolbar{
    padding: 3px 15px;
    height: 31px;
    line-height: 23px;
    background: #ffffff;
    font-family: "微软雅黑 Light";
    font-size: 16px;
    font-weight: bold;
    color: black;
    border-radius: 4px;
    border: 1px solid #e8e9ed;
    box-shadow: 0px 0px 10px #f1f2f7 inset;
}
/*---------------陈亚萌自定义样式----------------------*/
.div_detail{
    padding:10px;
}
.card_style{
    overflow-y:auto;
    overflow-x:auto;
    height: 300px;
    margin-top: 5px;
}
#btn_reback{
  /*  background-color: #337ab7;*/
}

a.disabled{
    user-select: none;
    color: rgba(0,0,0,.3);
    pointer-events: none;
    cursor: default;
}