/* ---------------------reset css----------------------- */
body, h1, h2, h3, h4, h5, h6, dl, dd, p, form {
    margin: 0;
}

body {
    font: 14px/1.5 'microsoft yahei', tahoma, arial, sans-serif;
    background: #fff;
    color: #000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input::-webkit-input-placeholder {
    color: #999;
}

input, textarea, select {
    font-size: 16px;
    font-family: inherit;
    -webkit-appearance: none;
}

h4, h5, h6 {
    font-size: 1em;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

img, button {
    border: 0;
}

a {
    text-decoration: none;
    color: #333;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

a:hover {
    text-decoration: none;
}

input:focus, textarea:focus {
    font-size: .28rem !important;
}

/* ---------------------common css----------------------- */
/* display */
.dn {
    display: none;
}

/* line */
.line_tit {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.line1 {
    -webkit-line-clamp: 1;
}

.line2 {
    -webkit-line-clamp: 2;
}

.line3 {
    -webkit-line-clamp: 3;
}

/* load */
.load {
    padding: .3rem 0;
}

.loadtit {
    padding-left: .06rem;
    font-size: .26rem;
    color: #666;
}

.vmm {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vml {
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: left;
}

/* img */
.img {
    display: block;
    width: 100%;
    height: 100%;
}

/* divid_line */
.divid_line {
    display: block;
    height: .16rem;
    background: #f4f5f6;
}

/* ---------------------wrapper css----------------------- */
.max750 {
    max-width: 750px;
    margin: 0 auto;
    overflow: hidden;
}

/* ---------------------header css----------------------- */
.header {
    position: fixed;
    z-index: 9;
    width: 100%;
}

/* head */
.head {
    display: flex;
    align-items: center;
    width: 100%;
    height: 1rem;
    background: #7bca0b;
    color: #fff;
}

.head_logo {
    display: block;
    width: .54rem;
    height: .54rem;
    margin-left: .26rem;
    background: #fff;
    border-radius: .05rem;
    overflow: hidden;
}

.head_tit a {
    display: block;
    margin-left: .15rem;
    font-size: .35rem;
    font-weight: 500;
    color: #fff;
}

/* menu */
.menu {
    position: absolute;
    top: .22rem;
    right: 0;
    width: .8rem;
    text-align: center;
}

.menu .iconfont {
    font-size: .36rem;
    cursor: pointer;
}

.menu_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 10;
    background: #f3f3f3;
    overflow-y: scroll;
}

.menu_nav_ico {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 94%;
    height: 1rem;
    padding: 0 3%;
    background: #7bca0b;
    color: #fff;
    text-align: center;
}

.menu_nav_ico em {
    width: .54rem;
    height: .54rem;
    font-size: .36rem;
    border: 1px #fff solid;
    border-radius: 100%;
    cursor: pointer;
}

.menu_nav dt em .iconfont {
    font-size: .3rem;
}

.menu_nav_list {
    padding-top: .9rem;
    text-align: left;
}

.menu_nav_tit {
    display: flex;
    align-items: center;
    padding: .4rem .3rem .2rem;
    font-size: .36rem;
    font-weight: 400;
    background: #fff;
    color: #333;
}

.menu_nav_tit .iconfont {
    width: .44rem;
    height: .44rem;
    margin-right: .12rem;
    line-height: .44rem;
    text-align: center;
    font-size: .38rem;
}

.menu_nav_tit .iconlanmu {
    color: #6bc30d;
}

.menu_nav_tit .icontoutiao {
    color: #ff0000;
    font-size: .42rem;
}

.menu_nav_tit .iconyinshibaike {
    color: #fca32d;
}

.menu_nav_tit .iconrenqun {
    color: #4ac3fc;
    font-size: .44rem;
}

.menu_nav_tit .iconliangxing {
    color: #ff699e;
}

.menu_nav_tit .iconshenghuo {
    color: #87d1cd;
    font-weight: 700;
}

.menu_nav_tit .iconyundong {
    color: #22cc76;
}

.menu_nav_tit .iconzhongyike {
    color: #fd5f37;
    font-size: .44rem;
}

.menu_nav_tit .iconnavjijie {
    color: #2cb0e9;
}

.menu_nav_tit .iconzixun {
    color: #9ccc2b;
}

.menu_nav_con {
    display: flex;
    flex-wrap: wrap;
    padding: .1rem .15rem;
    background: #fff;
}

.menu_nav_con a {
    margin: .1rem .06rem;
    padding: 0 .21rem;
    line-height: .6rem;
    font-size: .3rem;
    background: #f8f8f8;
    border: .02rem solid #dcdcdc;
    border-radius: .1rem;
    color: #404040;
    text-align: center;
    overflow: hidden;
}

.menu_nav_con a:hover {
    background: #6bc30d;
    border-color: #6bc30d;
    color: #fff;
    transition: all .2s linear;
}

/* heads */
.heads {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    background: #7bca0b;
    color: #fff;
}

.heads_tit {
    font-size: .35rem;
    font-weight: 500;
    text-align: center;
}

.heads .iconfont {
    position: absolute;
    width: .8rem;
    text-align: center;
    font-size: .36rem;
    cursor: pointer;
}

.heads a {
    color: #fff;
}

/* ---------------------main css----------------------- */
.main {
    padding-top: 1rem;
    background: #fff;
}

/* linear */
/*.linear{padding-bottom:1.1rem; background:linear-gradient(#7bca0b,#fff); color:#fff;}*/
/* title */
.title {
    padding: .3rem .26rem;
    font-size: .38rem;
    text-align: center;
    background: #f7faf2;
}

/* title */
.titles {
    margin: .4rem 0 .2rem;
}

.titles .tit {
    margin: 0 .12rem;
    font-size: .36rem;
    font-weight: 700;
}

/* shadow */
.shadow {
    padding: .36rem 0 .1rem;
}

/* search */
.search {
    display: flex;
    width: 94%;
    height: .8rem;
    margin: 0 auto;
    line-height: .8rem;
    background: #fafafa;
    border-radius: 1rem;
    color: #666;
    overflow: hidden;
}

.search .iconfont {
    padding: .03rem .05rem 0 .3rem;
    font-size: .3rem;
}

.search .input {
    flex: 1;
    display: block;
    height: 100%;
    padding: 0 .15rem;
    background: none;
    border: none;
    outline: none;
    color: #666;
}

.search .input::placeholder {
    font-size: .28rem;
    color: #808080;
}

.search .button {
    padding: 0 .3rem;
    font-size: .28rem;
    background: none;
    border: none;
    outline: none;
    color: #999;
    background: #f5f5f5;
}

/* icon */
.icon {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-center;
    align-items: center;
    padding: 0 .12rem;
}

.icon_li {
    width: 50%;
    margin-top: .3rem;
    font-size: .26rem;
    text-align: center;
}

.icon_li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding: .1rem 0;
    background: #fafafa;
    border-radius: .1rem;
    color: #999;
}

.icon_li .iconfont {
    margin-right: .15rem;
    font-size: .32rem;
}

/* textlist */
.textlist_ul {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-center;
    align-items: center;
    margin: 0 .15rem;
}

.textlist_li {
    width: 23%;
    margin: .1rem 1%;
}

.textlist_li a {
    display: block;
    padding: 0 .1rem;
    line-height: .88rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .3rem;
    background: #fafafa;
    border-radius: .1rem;
    overflow: hidden;
}

.textlist_more {
    display: block;
    margin: .3rem 0;
    text-align: center;
    font-size: .28rem;
    color: #66d066;
}

/* news */
.news {
    height: 2.9rem;
    margin: .3rem 0;
    overflow: hidden;
}

.news_li {
    width: 3.1rem;
    height: 100%;
}

.news_li .box {
    display: block;
    height: 90%;
    margin-left: .3rem;
}

.news_li .pic {
    position: relative;
    display: block;
    width: 2.8rem;
    height: 2.2rem;
    overflow: hidden;
}

.news_li .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
}

.news_li .tit {
    font-size: .32rem;
    font-weight: 400;
}

/* cont */
.cont_box {
    padding: .4rem .26rem 0;
}

.box_h2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: .15rem;
    font-size: .34rem;
}

.box_h2 span {
    width: 2rem;
    padding-bottom: .15rem;
    border-bottom: .03rem #7bca0b solid;
}

.box_h2 a {
    padding-top: .06rem;
    font-size: .26rem;
    font-weight: 400;
    color: #666;
}

/* video */
.video_tit, .headline_tit {
    line-height: .4rem;
    font-size: .32rem;
    font-weight: 400;
}

.video_img {
    position: relative;
    display: block;
    overflow: hidden;
}

.video_ico {
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(0, 0, 0, 0.3);
    border: .02rem #fff solid;
    border-radius: 100%;
    color: #fff;
    text-align: center;
}

.video_time, .headline_time {
    font-size: .26rem;
    color: #999;
}

.video_dt, .video_dd, .headline_li {
    padding: .3rem 0;
    border-bottom: .02rem #f5f5f5 solid;
}

.video_dt .video_img {
    height: 3.92rem;
    margin: .1rem 0;
}

.video_dt .video_ico {
    width: .9rem;
    height: .9rem;
    margin: -.45rem 0 0 -.45rem;
    line-height: .9rem;
}

.video_dt .video_ico .iconfont {
    padding-left: .05rem;
    font-size: .48rem;
}

.video_dt .video_time, .video_dd_text .video_tag {
    display: flex;
    justify-content: space-between;
}

.video_dt .video_time em {
    font-style: normal;
}

.video_dd_text .video_tag em {
    font-style: normal;
    color: #66d066;
}

.video_dd_a, .headline_li_a {
    position: relative;
    display: flex;
}

.video_dd .video_img {
    width: 2.3rem;
    height: 1.3rem;
    margin-right: .2rem;
}

.video_dd .video_ico {
    width: .5rem;
    height: .5rem;
    margin: -.25rem 0 0 -.25rem;
    line-height: .48rem;
}

.video_dd .video_ico .iconfont {
    padding-left: .05rem;
    font-size: .26rem;
}

.video_dd_text, .headline_text {
    flex: 1;
}

.video_dd_text .video_time {
    position: absolute;
    left: 2.5rem;
    bottom: 0;
    right: 0;
}

/* headline */
.headline_li_a {
    align-items: center;
}

.headline_img {
    width: 2.3rem;
    height: 1.66rem;
    margin-right: .2rem;
}

.headline_tit {
    padding-top: .1rem;
}

.headline_tag {
    margin: .15rem 0 .08rem;
    font-size: .26rem;
    color: #2aa53b;
}

.headline_more {
    display: block;
    width: 3rem;
    margin: .3rem auto .1rem;
    padding: .1rem .15rem;
    font-size: .28rem;
    color: #feb139;
    border: #feb139 .02rem solid;
    border-radius: 3rem;
    letter-spacing: .01rem;
    text-align: center;
}

/* answer */
.answer {
    padding: .3rem;
    border-bottom: .02rem #f5f5f5 solid;
}

.answer_ask {
    position: relative;
    display: flex;
}

.answer_ask em {
    position: absolute;
    top: .08rem;
    left: .07rem;
    font-size: .2rem;
    font-style: normal;
    color: #fff;
}

.answer_ask .iconfont {
    margin-right: .15rem;
    font-size: .45rem;
    color: #3eb6ea;
}

.answer_tit {
    flex: 1;
    padding-top: .05rem;
    font-size: .32rem;
    font-weight: 400;
}

.answer_que {
    margin-top: .1rem;
    line-height: .46rem;
    font-size: .3rem;
    color: #666;
}

/* detail */
.detail {
    padding-top: 1rem;
}

/* detail_tit */
.detail_tit {
    position: fixed;
    top: 1rem;
    z-index: 7;
    display: flex;
    justify-content: space-between;
    max-width: 750px;
    width: 100%;
    padding-top: .25rem;
    margin-bottom: .06rem;
    background: #fafafa;
    box-shadow: 0 .02rem .06rem #e5e5e5;
    overflow: hidden;
}

.detail_nav {
    display: flex;
    width: 82%;
}

.detail_nav li {
    width: 20%;
    font-size: .32rem;
    text-align: center;
    color: #666;
    cursor: pointer;
}

.detail_nav li .line {
    display: block;
    width: .8rem;
    height: .03rem;
    margin: .12rem auto 0;
    background: #f8f8f8;
}

.detail_nav .on {
    font-weight: bold;
    color: #7bca0b;
}

.detail_nav .on .line {
    background: #7bca0b;
}

/* filter */
.filter_tit {
    width: 20%;
    text-align: center;
    font-size: .32rem;
    color: #666;
}

.filter_con {
    position: fixed;
    top: 1.88rem;
    z-index: 8;
    max-width: 750px;
    width: 100%;
    padding-bottom: .4rem;
    background: #fff;
    box-shadow: 0 .02rem .06rem #e5e5e5;
    overflow: hidden;
}

/* detail_con */
.detail_con .text {
    line-height: .54rem;
    font-size: .32rem;
    text-align: justify;
}

.detail_con .text p {
    margin-top: .15rem;
}

.detail_con .text h2 {
    margin-top: .3rem;
    font-size: .32rem;
}

.detail_con .name {
    font-size: .42rem;
    font-weight: 700;
}

/* overview */
.overview_box {
    padding: .2rem .3rem .5rem;
}

/* pedia */
.pedia_box {
    padding: .3rem .3rem .5rem;
}

.pedia_box .list {
    margin-bottom: .1rem;
    padding: .22rem .2rem .15rem;
    background: #f4f7f0;
    border-radius: .2rem;
}

.pedia_box .list dt {
    font-size: .34rem;
}

.pedia_box .list dd {
    display: flex;
    align-items: center;
    margin: .2rem 0;
    font-size: .32rem;
}

.pedia_box .list dd .ico {
    width: .12rem;
    height: .12rem;
    margin: 0 .12rem 0 .06rem;
    background: #7bca0b;
    border-radius: 100%;
    overflow: hidden;
}

.pedia_box .text h2 {
    margin-top: -1.6rem;
    padding-top: 2rem;
    color: #2aa53b;
}

/* video */
.video_box .video_dt, .article_box .headline_li {
    padding-left: .3rem;
    padding-right: .3rem;
}

.video_dd:hover, .headline_li:hover, .answer:hover {
    background: #fafafa;
}

/* ---------------------sort css----------------------- */
.sort .detail {
    padding-top: .88rem;
}

.sort_nav {
    position: fixed;
    top: 1.1rem;
    right: .15rem;
    z-index: 2;
}

.sort_nav a {
    display: block;
    width: .5rem;
    height: .5rem;
    line-height: .5rem;
    font-size: .32rem;
    text-align: center;
}

/* list */
.sort_list {
    line-height: .9rem
}

.sort_list dt {
    text-indent: .3rem;
    font-size: .36rem;
    font-weight: 600;
    background: #f0f0f0;
    color: #666;
}

.sort_list dd a {
    display: block;
    text-indent: .3rem;
    font-size: .32rem;
    background: #fafafa;
    border-bottom: .02rem #f5f5f5 solid;
}

.sort_list dd a:hover {
    background: #f5f5f5;
}

.detail_tits {
    position: fixed;
    top: 1rem;
    z-index: 8;
    max-width: 750px;
    width: 100%;
    height: .63rem;
    padding-top: .25rem;
    background: #fafafa;
    box-shadow: 0 .02rem .06rem #e5e5e5;
    overflow-x: scroll;
    overflow-y: hidden;
}

.detail_tits::-webkit-scrollbar {
    display: none;
}

.detail_navs {
    width: 200rem;
    font-size: .32rem;
    text-align: center;
    color: #666;
    cursor: pointer;
}

.detail_navs li {
    float: left;
    box-sizing: border-box;
    min-width: 1rem;
    margin: 0 .24rem;
}

.detail_navs li .line {
    display: block;
    width: .8rem;
    height: .03rem;
    margin: .12rem auto 0;
    background: #f8f8f8;
}

.detail_navs .on {
    font-weight: bold;
    color: #7bca0b;
}

.detail_navs .on .line {
    background: #7bca0b;
}

/* search_none */
.search_none {
    display: block;
    width: 80%;
    margin: 1rem auto;
}

/*search_nav*/
.orange {
    color: orange;
}

.search_nav {
    margin: .3rem;
    font-size: .28rem;
}

/*search_list*/
.search_list .headline_li, .search_list .video_dd {
    padding: .3rem;
}

/* ---------------------backtop css----------------------- */
.backtop {
    position: fixed;
    bottom: .8rem;
    right: .38rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: .9rem;
    height: .9rem;
    background: rgba(102, 208, 102, .8);
    border-radius: .05rem;
}

.backtop .iconfont {
    font-size: .42rem;
    color: #fff;
}

/* ---------------------screen css----------------------- */
@media screen and (max-width: 321px) {
    html {
        font-size: 43px;
    }
}

@media screen and (min-width: 360px) {
    html {
        font-size: 48px;
    }
}

@media screen and (min-width: 375px) {
    html {
        font-size: 50px;
    }
}

@media screen and (min-width: 384px) {
    html {
        font-size: 51px;
    }
}

@media screen and (min-width: 400px) {
    html {
        font-size: 53px;
    }
}

@media screen and (min-width: 411px) {
    html {
        font-size: 55px;
    }
}

@media screen and (min-width: 480px) {
    html {
        font-size: 64px;
    }
}

@media screen and (min-width: 600px) {
    html {
        font-size: 80px;
    }
}

@media screen and (min-width: 640px) {
    html {
        font-size: 85px;
    }
}

@media screen and (min-width: 750px) {
    html {
        font-size: 100px;
    }
}

.loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    -webkit-animation: a 1s steps(12) infinite;
    animation: a 1s steps(12) infinite;
    background: transparent  no-repeat;
    background-size: 100%
}

.weui-loading.weui-loading_transparent {
    background-image: ' rx='5' ry='5' transform='translate(0 -30)'/><rect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.5)' rx='5' ry='5' transform='rotate(30 105.98 65)'/><rect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.43)' rx='5' ry='5' transform='rotate(60 75.98 65)'/><rect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.38)' rx='5' ry='5' transform='rotate(90 65 65)'/><rect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.32)' rx='5' ry='5' transform='rotate(120 58.66 65)'/><rect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.28)' rx='5' ry='5' transform='rotate(150 54.02 65)'/><rect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.25)' rx='5' ry='5' transform='rotate(180 50 65)'/><rect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.2)' rx='5' ry='5' transform='rotate(-150 45.98 65)'/><rect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.17)' rx='5' ry='5' transform='rotate(-120 41.34 65)'/><rect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.14)' rx='5' ry='5' transform='rotate(-90 35 65)'/><rect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.1)' rx='5' ry='5' transform='rotate(-60 24.02 65)'/><rect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.03)' rx='5' ry='5' transform='rotate(-30 -5.98 65)'/></svg>")
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@font-face {
    font-family: "iconfont";
    src: ; /* ie9 */
    src:  format('embedded-opentype'), /* ie6-ie8 */  format('woff2'),
     format('woff'),
     format('truetype'), /* chrome, firefox, opera, safari, android, ios 4.2  */  format('svg'); /* ios 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.iconnavjijie:before {
    content: "\e664";
}

.iconliangxing:before {
    content: "\e6de";
}

.iconkeshi1:before {
    content: "\e72d";
}

.icongengduo-2:before {
    content: "\e615";
}

.iconshenghuo:before {
    content: "\e809";
}

.iconzhongyike:before {
    content: "\e697";
}

.iconsousuo:before {
    content: "\e618";
}

.iconlanmu:before {
    content: "\e80f";
}

.iconbofang:before {
    content: "\e681";
}

.iconwenda:before {
    content: "\e609";
}

.iconyundong:before {
    content: "\e60b";
}

.icontoutiao:before {
    content: "\e632";
}

.icondingbu1:before {
    content: "\e60a";
}

.iconanjiancebuweidaohang:before {
    content: "\e61d";
}

.iconeen1:before {
    content: "\e601";
}

.iconrenqun:before {
    content: "\e60e";
}

.iconzimuzhuandaxie:before {
    content: "\e703";
}

.iconzixun:before {
    content: "\e657";
}

.iconyinshibaike:before {
    content: "\e60c";
}

.iconzuo:before {
    content: "\e600";
}

/* --------------------相关招募推荐------------------- */
.recruit_box {
    margin: 0.1rem 0.3rem 0;
}

.recruit_box .comm_right_title .title {
    display: flex;
    align-items: center;
    margin: 0;
    border-bottom: 0;
    font-size: .34rem;
    font-weight: 400;
    background: linear-gradient(60deg, #e21143, #ffb03a);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0.1rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.recruit_box .comm_right_title .title .ttk {
    margin-right: 0.2rem;
    font-size: .34rem;
}

.recruit_box .hot_list li {
    font-size: 0.2rem;
}

.recruit_box .hot_list li a {
    display: flex;
    height: 0.72rem;
    align-items: center;
}

.recruit_box .hot_list li a p {
    font-size: 0.3rem;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.hot_list li .ttk {
    margin-right: 5px;
    color: #c0041d;
}

@font-face {
    font-family: "ttk";
    /* project id 4005981 */
    src:  format('woff2'),
     format('woff'),
     format('truetype');
}

.ttk {
    font-family: "ttk" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-shixishengzhaomu:before {
    content: "\ea46";
}

.icon-jiantou_xiangyou:before {
    content: "\eb08";
}