@keyframes rotate{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
h3,h4,h5,h6{font-weight: 100;}
p{margin: 0;}
.wiki-bg{background-color: #004450;background: #26999e linear-gradient(90deg,#002d35, #240e2f);}
.article-bit-wiki,.article-wiki-search,.article-wiki-detail{width: 100%;min-width: 1250px;}
.article-bit-wiki *,.article-wiki-search *,.article-wiki-detail *{box-sizing: border-box;}
.article-bit-wiki .loading-box{position: fixed;top: 0;bottom: 0;left: 0;}
.text-ell{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.flex-list-wrap{display: flex;justify-content: flex-start;align-items: center;flex-wrap: wrap;}
.banner-con {position:relative;width: 100%;color: #fff;height: 320px;}
.banner-con .text-con{padding: 0 15%;position: absolute;left: 0;width: 100%;height: 100%;top: 20px;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.banner-con .text-con .top{display: flex;flex-direction: column;justify-content: center;align-items: center;}
.banner-con .text-con>div .title{font-size: 60px;height: 80px;line-height: 80px;letter-spacing: 5px;margin: 0;font-weight: bold;}
.banner-con .text-con>div .intro{font-size: 18px;letter-spacing: 2px;width: 100%;text-align: center;color: rgba(255,255,255,0.5);}
.banner-con .text-con .bottom{width: 805px;}
.banner-con .text-con .bottom p{text-align: left;text-indent: 20px;margin: 20px 0;}
.banner-con .text-con .bottom p a{color: #fff;margin-right: 10px;}
.banner-con .text-con .bottom .tags-list{width: initial;}
.banner-con .text-con .bottom .tags-list{white-space: nowrap;width: 65%;}
.banner-con .text-con .bottom .search-bottom{display: flex;justify-content: space-between;align-items: center;height: 40px;}
.banner-con .text-con .bottom .wiki_link_btn{margin: 0;width: 35%;}
.banner-con .text-con .bottom .search-ipt-box{width: auto;}
.search-ipt-box{height: 45px;display: flex;border-radius: 5px;margin: 10px auto 0 auto;}
.search-ipt-box>button{width: 75px;border: none;outline: none;background-color: var(--brandColor);color: transparent;position: relative;text-indent: 20px;margin-left: -1px;border-radius: 0 5px 5px 0;font-size: 14px;cursor: pointer;}
.search-ipt-box>button::before{content: "";width: 17px;height: 17px;position: absolute;top: 14px;left: 35px;background: url(/images/bit_wiki/search.svg)no-repeat center;}
.search-ipt-box input{height: 100%;width: 685px;background: transparent;color: #777;border: none;text-indent: 15px;font-size: 16px;border-radius: 5px 0 0 5px;border: 1px solid rgba(165,165,165,0.5);}
.article-wiki-search .search-ipt-box input{text-indent: 5px;}
.search-ipt-box input:focus{border-color: var(--brandColor) !important;}
.swiper-box{width: 1200px;margin: 0px auto;height: 70px;border-bottom: 1px solid rgba(0,0,0,0.2);position: relative;}
.swiper-box i{display: block;width: 25%;height: 2px;position: absolute;bottom: -1.5px;background: var(--brandColor);transition: all 0.5s ease;left: 0;}
.swiper-box li{width: 25%;height: 100%;line-height: 70px;text-align: center;cursor: pointer;}
.swiper-box li.active,.swiper-box li:hover{color: var(--brandColor);}
.artl-box{/* width: 1200px; */height: auto;overflow: hidden;position: relative;margin: 0 auto;}
#screenList{display: flex;width: 400%;transition: transform 0.5s ease;}
#screenList .page-cell{width: 25%;height: max-content;}
.mode-list{width: 100%;background-color: #EDF0F5;display: flex;flex-direction: column;align-items: center;padding-bottom: 20px;}
.mode-list ul{width: 1200px;}
.mode-list button{height: 35px;margin-top: 20px;padding: 0 20px;border: none;background: var(--brandColor);color: #fff;border-radius: 5px;line-height: 35px;}
.mode-list .mode-cell{width: 300px;margin: 50px 50px 0 50px;overflow: hidden;background: rgba(255,255,255,0.5);border-radius: 6px;}
.mode-list .mode-cell img{width: 300px;transition: all .6s cubic-bezier(.075,.82,.165,1);height: 200px;}
.mode-list .mode-cell:hover img{transform: scale(1.2);}
.mode-list .mode-cell:hover{color: var(--brandColor);}
.dark-body .mode-list{background: inherit;}
.mode-cell .card-box{height: 200px;overflow: hidden;}
.mode-list .mode-cell p{/* margin-top: 20px; */height: 40px;line-height: 40px;padding: 0 20px;text-align: left;}
.things-box{width: 1200px;height: 100%;margin: 0 auto;}
.things-box .calendar{display: flex;align-items: center;width: fit-content;position: relative;}
.things-box svg{width: 30px;height: 30px;margin-right: 20px;cursor: pointer;}
.things-box svg:hover path{fill: var(--brandColor);}
.things-box .time-line{margin: 50px 0;position: relative;}
.things-box .time-line::after{content: '';display: block;position: absolute;left: 102px;width: 10px;height: 10px;background: #ccc;border-radius: 50%;}
.things-box .time-line li{display: flex;min-height: 100px;}
.things-box .time-line li li:hover .time-line-cell{background-color: var(--brandColor);}
.things-box .time-line .time-line-cell{display: block;width: 2px;background-color: #ccc;margin: 0 20px;position: relative;}
.things-box .time-line .time-line-cell::after{content: "";display: block;width: 10px;height: 10px;background: inherit;border-radius: 50%;position: absolute;top: 8px;left: -4px;}
.things-box .time-line li li:hover .time-line-cell::after{background: var(--brandColor);}
.things-box .time-line .intro-text{width: 500px;margin-left: 20px;font-size: 14px;line-height: 25px;padding-bottom: 20px;}
.things-box .time-line p{font-size: 16px;line-height: 25px;}
.things-box .time-line .read-all,.retract{display: inline-block;cursor: pointer;color: #0e564e;}
.things-box .time-line .read-all:hover,.retract:hover{color: var(--brandColor);}
.things-box .time-line .unicon{width: 20px;height: 20px;line-height: 18px;border: 1px solid;margin-left: 15px;border-radius: 3px;align-items: center;cursor: pointer;margin-top: 3px;display: inline-block;position: relative;top: 5px;}
.things-box .time-line .unicon:hover{color: var(--brandColor);}
.things-box .time-line .drop-icon{display: block;width: 8px;height: 8px;border-right: 1px solid;border-bottom: 1px solid;transform: rotate(45deg);position: absolute;left: 5px;top: 3px;transition: all ease 0.3s;}
.things-box .time-line .drop-icon.right-icon{transform: rotate(-45deg);left: 3px;top: 5px;}
#detailDialogBox{position: fixed;width: 100%;background-color: rgba(0,0,0,0.9);top: 0;left: 0;display: flex;flex-direction: column;justify-content: flex-start;align-items: center;bottom: 0;padding: 50px 0;overflow-y: scroll;overflow-x: hidden;z-index: 99999;}
#detailDialogBox *{width: 800px;}
#detailDialogBox.show-center{justify-content: center;}
.calendar-box{width: 500px;height: 130px;position: absolute;box-shadow: 0 0 5px #ccc;left: 50px;border-radius: 5px;background: #F1F3F5;display: none;}
.calendar-box .year{width: 100%;height: 40px;display: flex;justify-content: center;background: rgba(255,255,255,0.5);align-items: center;padding: 0 10px;margin-bottom: 10px;}
.calendar-box .year i{border: 9px solid;display: block;width: 10px;height: 10px;cursor: pointer;}
.calendar-box .year p{width: 100px;height: 100%;line-height: 40px;text-align: center;font-weight: 600;}
.calendar-box ul{width: 100%;display: flex;flex-wrap: wrap;padding: 5px 10px;}
.calendar-box ul .curry-month{background: #F5DFDD;}
.dark-body .calendar-box ul .curry-month{background: rgba(255,255,255,0.2);}
.calendar-box ul li{width: 80px;height: 35px;text-align: center;line-height: 35px;cursor: pointer;border-radius: 3px;}
.calendar-box ul li:hover{background: var(--brandColor);color: #fff;}
.dark-body .calendar-box{background: none;}
#detailDialogBox .doc-box{width: 800px;background: #fff;padding: 30px;max-height: 500px;overflow-y: auto;border-radius: 10px;background-size: cover;color: #000;}
#detailDialogBox .doc-box h2{color: inherit;font-size: 24px;font-weight: 500;}
#detailDialogBox .doc-box p{text-indent: 32px;font-size: 16px;line-height: 25px;}
#detailDialogBox h2{color: #fff;font-size: 40px;height: 40px;line-height: 40px;margin-bottom: 30px;text-align: center;font-weight: 500;}
.introduct{width: 1200px;display: flex;padding: 45px 0;justify-content: space-between;align-items: flex-start;margin: 0 auto;}
.introduct .text-area{display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;width: 444px;line-height: 30px;}
.introduct .text-area h1{font-size: 34px;}
.introduct .text-area h2{font-size: 24px;margin-bottom: 30px;}
.introduct .text-area h3{font-size: 15px;}
.introduct>img,.introduct>video{width: 400px;border-radius: 6px;}
.keyword-box{width: 100%;padding: 40px 0;background-color: #EDF0F5;display: flex;flex-direction: column;align-items: center;}
.keyword-box h1,
.keyword-box h2.titH1{font-size: 24px;margin-bottom: 20px;}
.keyword-box .keywordList{width: 1200px;display: flex;justify-content: flex-start;align-items: flex-start;flex-direction: column;}
.keyword-box .keywordList li{width: 100%;display: flex;flex-direction: column;align-items: flex-start;padding: 10px;}
.keyword-box .keywordList li a,.keyword-box .keywordList li h2{color: #333C46;cursor: pointer;max-width: 100%;margin-bottom: 10px;}
.keyword-box .keywordList li a:hover{color: var(--brandColor);background-color: #d9dce0;}
.keyword-box .keywordList li a{padding: 20px;transition: all 0.1s ease;font-size: 16px;display: block;width: 100%;border-radius: 5px;border-left: 5px solid transparent;}
.keyword-box .keywordList li a h3{font-weight: 500;}
.keyword-box .keywordList li a p{margin-top: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 14px;color: rgba(25, 25, 25, 0.5);}
.index-box{display: flex;align-items: center;height: 60px;}
@media (min-width: 1150px) {
	.index-box{justify-content: center;}
}
.indexList{display: flex;justify-content: center;align-items: flex-start;margin-left: 20px;overflow: hidden;}
.indexList li{height: 40px;width: 40px;text-align: center;line-height: 40px;cursor: pointer;}
.indexList li:hover{background-color: var(--brandColor);color: #fff;}
.index-fixed{position: fixed;top: 0;left: 0;right: 0;background: #002c2a;color: #bdd0c6;}
.index-fixed h3{min-width: 55px;}
#word_detail_content{margin: 0 auto;max-width: 80%;}
.article-wiki-search{display: flex;justify-content: flex-start;flex-direction: column;align-items: center;min-height: 525px;position: relative;}
.article-wiki-search .search-header{z-index: 0;margin: 20px 0;}
.search-header{width: 100%;height: 60px;display: flex;justify-content: center;align-items: center;color: #fff;}
.article-wiki-search .search-header>div{width: 1100px;height: 100%;display: flex;align-items: center;padding-left: 35px;}
.article-wiki-search .search-header .search-ipt-box{margin: 0;height: 42px;margin: 0 10px;width: 530px;}
.article-wiki-search .search-header .search-ipt-box input {width: 450px;font-size: 16px;padding: 0 5px;height: 42px;}
.article-wiki-search .search-header .search-ipt-box button {width:80px;font-size: 13px;height: 100%;height: 42px;}
.article-wiki-search .search-header .search-ipt-box button::before{left: 20px;width: 15px;height: 15px;top: calc(50% - 7.5px);}
.search-header .search-log{font-size: 24px;position: relative;height: 100%;line-height: 66px;color: #111;cursor: pointer;}
.dark-body .search-header .search-log,.classic-dark .search-header .search-log{color:#fff}
.search-header .search-log svg{width: 35px;height: 35px;display: block;position: absolute;top: 13px;left: -36px;color: #f33456;}
.article-wiki-search .search-content{width: 100%;display: flex;justify-content: center;padding-top: 20px;}
.article-wiki-search .result-list li a{width: 665px;border-bottom: 1px solid #E5E5E5;color: #333C46;display: flex;flex-direction: column;align-items: flex-start;}
.article-wiki-search .result-list li a .title{height: 25px;line-height: 25px;width: max-content;cursor: pointer;font-size: 16px;color: #008069;max-width: 100%;}
.article-wiki-search .result-list li a:visited .title{color: #486c8a;}
.article-wiki-search .result-list li a .title:hover{color: var(--brandColor);}
.article-wiki-search .result-list li>a p{margin-top: 7px;overflow:hidden;font-size: 12px;display: flex;line-height: 25px;}
.article-wiki-search .result-list li>a p i{display: inline-block;padding: 0 5px;font-style: inherit;color: #fff;margin-right: 15px;font-size: 10px;height: 14px;line-height: 14px;border-radius: 4px;position: relative;top: 6px;}
.article-wiki-search .result-list li>a p .word-icon{border: 0.5px solid;color: rgba(222,89,89,0.8);}
.article-wiki-search .result-list li>a p .cartoon-icon{border: 0.5px solid;color: rgba(28, 169, 25, 0.8);}
.article-wiki-search .result-list li>a p .video-icon{border: 0.5px solid;color: rgba(0, 114, 117, 0.8);}
.article-wiki-search .result-list li>a p .event-icon{border: 0.5px solid;color: rgba(179, 138, 45, 0.8);}
.article-wiki-search .result-list .brief-box{margin-top: 10px;font-size: 12px;align-items: flex-start;}
.article-wiki-search .result-list .brief-box .brief{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp: 3;text-overflow: ellipsis;overflow: hidden;line-height: 17px;margin: 0;font-size: 13px;}
.article-wiki-search .result-list  .kw{color: var(--brandColor);}
.article-wiki-search .result-list li .brief-box img{margin-right: 20px;width: 130px;}
.article-wiki-search .search-content .no-result{width: 660px;height: 200px;border: none;margin: 0;padding: 0;display: flex;flex-direction: column;justify-content: center;align-items: center;}
#result_list li:nth-last-child(1) a{border: none;}
.article-wiki-search .search-content .no-result img{width: 200px;}
.article-wiki-search .loading-box{position: fixed;top: 0;left: 0;height: 100vh;max-height: 100vh;}



.side-bar{display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;margin-left: 135px;z-index: 0;}
.side-bar h1{font-size: 16px;color: #333;}
.side-bar .search-history,.side-bar .hot-words{width: 300px;margin-top: 10px;}
.side-bar .title{width: 100%;display: flex;justify-content: space-between;border-bottom: 1px solid #E5E5E5;height: 50px;align-items: center;min-width: 0;top: initial;}
.side-bar .title button{border: none;outline: none;background-color: transparent;color: #999999;font-size: 13px;}
.side-bar .search-history .history-list li{height: 30px;width: 100%;display: flex;justify-content: space-between;color: #333C46;align-items: center;cursor: pointer;}
.side-bar .search-history .history-list li:hover{color: var(--brandColor);}
.side-bar .search-history .history-list li p{max-width: 40%;}
.side-bar .hot-words{margin-top: 50px;}
.side-bar .hot-words .words-list{width: 100%;display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;padding: 20px 0;margin: 0 -5px;}
.side-bar .hot-words .words-list li{padding: 5px 10px;background-color: #F0F0F0;color: #333C46;margin: 5px;cursor: pointer;border-radius: 3px;}

.limit-box{height: 50px;display: flex;justify-content: flex-start;align-items: center;width: 1100px;margin-bottom: 10px;margin: 0 auto;}
.limit-box .limit-list{display: flex;justify-content: flex-start;align-items: center;}
.limit-box .limit-list li{cursor: pointer;width: 30px;height: 30px;border-radius: 4px;color: #989898;margin: 0 5px;border-radius: 50%;text-align: center;line-height: 30px;}
.limit-box .limit-list li:hover,.arrow-box:hover{color: var(--brandColor);background-color: #f7f7f7;}
#arrow_left.disable-opt:hover,#arrow_right.disable-opt:hover{color: #ccc;cursor: no-drop;}
#arrow_left.disable-opt:hover .arrow,#arrow_right.disable-opt:hover .arrow{color: #ccc;}
.limit-box .limit-list li:hover,.arrow-box:hover .arrow{color: var(--brandColor);}
.limit-box .limit-list li.active{color: #fff;background-color: var(--brandColor);}
.arrow-box .arrow{border-top:1px solid;border-right: 1px solid;width: 8px;height: 8px;display: block;margin: 5px;color: #989898;}
.arrow-box{width: 80px;height: 30px;border-radius: 3px;border: 1px solid rgba(234,234,234,0.5);display: flex;font-size: 12px;align-items: center;justify-content: center;cursor: pointer;}
#arrow_left{margin-left: 0;}

.article-wiki-detail .word-con{width: 100%;}
.article-wiki-detail .search-header >div{display: flex;align-items: center;margin-left: 30px;}
.article-wiki-detail .search-header{background-color: #EDF0F5;padding: 30px 0;height: auto;z-index: 0;}
.article-wiki-detail .search-header .search-ipt-box{margin: 0;}
.article-wiki-detail .search-header .search-log,.article-wiki-detail .search-header .search-ipt-box input{color: #888;margin-left: 10px;}
.article-wiki-detail .word-con .text-con{width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex;background: #EDF0F5;padding: 10px 0;}
.article-wiki-detail .content-list{display: flex;justify-content: center;align-items: center;}
.article-wiki-detail .content-list .arrow-box{width: 50px;height: 50px;margin: 20px;border: none;border-right: 1px solid;border-top: 1px solid;border-radius: 0;transform: rotate(45deg);background: transparent;color: inherit;}
.article-wiki-detail .content-list .arrow-box .arrow{width: 15px;height: 15px;margin: 18px;}
.article-wiki-detail  .search-con{width: 920px;border-radius: 5px;position: relative;color: #333C46;transition: all 1s ease;background: url(/images/bit_wiki/detail_bg.png)no-repeat center;background-size: cover;display: flex;flex-direction: column;align-items: center;box-shadow: 0 0 15px rgba(0,0,0,0.2);min-height: 300px;padding-bottom: 40px;}
.loading-box{display: none;position: absolute !important;width: 100%;height: 100%;top: 0;left: 0;color: rgba(125, 125, 125, 0.8);text-align: center;z-index: 999;max-height: calc(100vh - 120px);}
.loading-box::before{position: absolute;width: 50px;height: 50px;content: '';background: url(/images/bit_wiki/loading.icon.svg)no-repeat center;left: calc(50% - 25px);animation: rotate 0.8s infinite linear;top: calc(50% - 25px);}
.loading-box span{position: absolute;width: 10%;height: 10%;top: 45%;left: 45%;display: flex;justify-content: center;align-items: center;font-size: 12px;}
.article-wiki-detail  .search-con h4{position: relative;color: #999;font-size: 13px;}
.article-wiki-detail  .search-con h4::before,.article-wiki-detail .search-con h4::after{content: '';width: 5px;height: 5px;background: #999;position: absolute;top: 7px;transform: rotate(45deg);z-index: 1;}
.article-wiki-detail .search-con h4::after{right: -10px;}
.article-wiki-detail .search-con h4::before{left: -10px;}
.article-wiki-detail #arrow_left{transform: rotate(-135deg);margin: 20px;}
#word_title{font-size: 24px;height: 40px;line-height: 40px;width: 100%;text-align: center;}
#word_content{width: 100%;line-height: 30px;letter-spacing: 0.5px;}
.tags-list{display: flex;justify-content: flex-start;align-items: center;width: 920px;}
.tags-list img{width: 15px;height: 15px;}
.tags-list ul{overflow: hidden;}
.tags-list h4{margin-bottom: 0;}
#indexMain .tags-list ul{width: 100%}
.tags-list ul li a{color: var(--brandColor);cursor: pointer;}
.tags-list ul li a:hover{color: rgba(255,255,255,0.8)}
#indexMain .tags-list ul li{float: left;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;min-width: 20px;max-width: 16%;margin-right: 1.6%;color: var(--brandColor)}
.tags-list ul#tags li{margin-right: 10px}
.tags-list .hot-icon-box{display: inline-block;width: 15px;height: 15px;margin-bottom: 2px;margin-right: 5px;}
.article-wiki-detail .recommend{width: 100%;display: flex;justify-content: flex-start;align-items: center;flex-direction: column;}
.article-wiki-detail .recommend>h1,
.article-wiki-detail .recommend>h2{font-size: 24px;margin-top: 50px;height: 30px;line-height: 30px;font-weight: bold;}
.article-wiki-detail .recommend-list{width: 960px;margin: 25px 0;}
.article-wiki-detail .recommend-list li{width: 200px;margin: 20px;}
.article-wiki-detail .recommend-list li a{width: 100%;height: auto;display: block;}
.article-wiki-detail .recommend-list li img{width: 100%;height: 125px;}
.article-wiki-detail .recommend-list li p{text-align: center;margin-top: 15px;font-weight: 500;max-width: 100%;}
.article-wiki-detail .no-recommand{ width: 100%;height: 200px; text-align: center;line-height: 200px;}
.dark-body .keyword-box .keywordList li a p{color: inherit;}
.dark-body .keyword-box .keywordList li a:hover{background-color: rgba(41,58,58, 0.5);}
.dark-body .dtl-con .table-scroll{background: transparent;}
#noty_center_layout_container{width:300px !important;}
#noty_center_layout_container li .noty_bar, #noty_center_layout_container li .noty_message{display: flex;flex-direction: column;align-items: center;justify-content: center;}
.gateioNotyTheme .noty_text{font-weight:500;line-height: 25px;}
.n-con{padding:10px 0 10px !important;}
.search-ipt-box>button::before{left: 28px;}
#artiCon{height: 100%;}
#artiCon *{box-sizing:content-box;}
.wiki_link_btn{overflow:hidden;display: flex;justify-content: flex-end;margin-top: 5px;}
.wiki_link_btn>div{text-indent:22px;background-repeat:no-repeat;background-size:16px;cursor:pointer;color:#666;font-size:12px;margin-left: 15px;}
.article-wiki-detail .search-header .search-log{color: #888}
.article-wiki-detail .wiki_link_btn div>a{color: rgba(0,0,0,0.5);}
.wiki_link_btn>div>a:hover{color: var(--brandColor);}
body.dark-body .search-con .wiki_link_btn div>a{color: rgba(255,255,255,0.5);}
body.dark-body .wiki_link_btn>div>a:hover{color: var(--brandColor);}
.wiki_add{background-image:url(/images/wiki_add.png);filter: brightness(1.5);}
.wiki_edit{background-image:url(/images/wiki_edit.png);}
.wiki_sms{background-image:url(/images/wiki_sms.png);filter: brightness(1.5);}
.wiki_add:hover{color:#D45858;background-image:url(/images/wiki_add1_blue.png);}
.wiki_edit:hover{color:#D45858;background-image:url(/images/wiki_edit1.png);}
.wiki_sms:hover{color:#D45858;background-image:url(/images/wiki_sms1_blue.png);}
.search-con .title{width: 100%;height: 40px;display: flex;justify-content: space-between;align-items: center;padding: 0 30px;}
.search-con footer{width: 100%;height: 40px;text-align: center;line-height: 40px;padding: 0 30px;position: absolute;bottom: 0;color: #999;font-size: 12px;}
.search-con-footer{position: relative;height: 40px;display: flex;justify-content: space-between;align-items: center;}
.search-con-footer .tags-box{display: flex;max-width: 70%;overflow: hidden;}

#word_detail_content{
	text-indent: 2em;
	font-size: 16px;
	font-weight: 400;
	background: transparent !important;
	color: #000;
}
#word_detail_content *{
	font-size: inherit;
	font-weight: inherit;
}
#word_detail_content *,
#word_detail_content{
	word-break:break-word !important;
	white-space: normal !important;
	
	line-height: 32px !important;

	-moz-user-select:none !important;
	-webkit-user-select:none !important;
	-ms-user-select:none !important;
	-khtml-user-select:none !important;
	-o-user-select:none !important;
	user-select:none !important;
}
#word_detail_content p{
	text-indent: 2em;
}
#word_detail_content strong{
	font-weight: bold;
}
#word_detail_content p img,
#word_detail_content p video{
	display: block;
	margin: 10px auto;
}

#word_detail_content img[align="left"]{
	margin-left: 0;
	padding-right: 10px;
}
#word_detail_content img[align="right"]{
	margin-left: 0;
	padding-left: 10px;
}

#word_detail_content h2{
	font-size:18px;
	font-weight:bold;
}
.dark-body #word_detail_content *,
.dark-body #word_detail_content{
	color: rgba(255,255,255,0.5) !important;
}
.dark-body #word_detail_content a,
.dark-body #word_detail_content a span,
#word_detail_content a,
#word_detail_content a span{
	color: var(--brandColor) !important;
}
#word_detail_content a:hover{
	text-decoration: underline !important;
}
#word_detail_content video,
#word_detail_content img{
	max-width: 100% !important;
	height: auto !important;
	margin-left: -2em;
}
#word_detail_content img[border="0"]{
	margin: 0;
	display: inline-block;
	vertical-align: text-bottom;
}
#word_detail_content video{
	width: 100% !important;
}
