/*自定义h1标题*/
.h1{
font-weight: 700;
padding: 1rem;
color: rgb(44, 62, 80);
position: relative;
font-size: 1.6em;
margin: 1rem;
padding-left: 1rem;
}
.h1::before {
width: .25em;
height: 70%;
background-color: rgb(142, 212, 149);
content: "";
display: block;
position: absolute;
top: 13%;
left: 0;
border-radius: 1em;
}
.h1 .mw-headline{
background-color: #FFCCDD;
}
/*天依*/
.one-half.column{
width: 60%!important;
}
.one-half.column:last-child{
width: 200px!important;
}
/*西丝特*/
.xisite h2 .mw-headline::before {
content: '🗽';
}/*标题左符号*/
.xisite h2 .mw-headline::after {
content: '🗽️';
}/*标题右符号*/
.xisite h2 .mw-headline{
color: #ffffff;
background-color: #FF6600;
border-bottom: #FFCB0F solid 3px;
}/*颜色修改*/