/*reset.css*/body,html,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,iframe,button {margin:0;padding:0;border:none;outline:none}
ul,li {list-style:none}
img {border:none;outline:none}
a {outline:none;text-decoration:none}
body {font-family:"微软雅黑"!important;height:100%;background:#FBFCFC}
html {height:100%}
/*common.css*/
.overflows {overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.single-overflow {overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.double-overflow {display:-webkit-box !important;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.four-overflow {display:-webkit-box !important;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}
.three-overflow {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}
.six-overflow {display:-webkit-box !important;-webkit-box-orient:vertical;-webkit-line-clamp:6;overflow:hidden}
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden}
.fl {float:left}
.fr {float:right}
.clearfix {*zoom:1}
section {min-height:calc(100% - 439px);}
.content {width:1180px;margin:0 auto;padding:30px 0}
.content .content-l {width:840px}
.content .content-r {width:300px}
a {text-decoration:none !important}
/*kbm-word-search.css 内容区搜索框 */
.kbm-word-search {margin-bottom:60px}
.kbm-word-search .box {background:rgba(246,246,246,1);border-radius:10px;padding:20px;display:flex;flex-direction:column}
.kbm-word-search .box .tabs {display:flex;justify-content:center;margin-bottom:20px}
.kbm-word-search .box .tabs span {color:#989898;font-size:16px;cursor:pointer}
.kbm-word-search .box .tabs span.cur {color:#FD4E4E}
.kbm-word-search .box .tabs b {background:#e6e6e6;width:1px;height:20px;display:block;margin:0 18px}
.kbm-word-search .box .search-input {position:relative}
.kbm-word-search .box .search-input input {width:260px;height:40px;background:rgba(255,255,255,1);border-radius:10px;border:1px solid rgba(242,242,242,1);box-sizing:border-box;padding-left:5px}
.kbm-word-search .box .search-input img {width:18px;height:18px;display:block;position:absolute;right:11px;top:50%;margin-top:-9px;cursor:pointer}
/*微信(行情,百科,问答) 顶部广告区域*/
.popu-module {position:relative;margin-bottom:40px;}
.popu-module .popu-module-wx-img {position:absolute;right:48px;top:30px;color:#ff1313;display:block;min-width:110px;height:30px;line-height:30px;font-size:16px;font-weight:600;border-radius:5px;/*background:white;*/color:red;padding-left:5px;}
.popu-module .popu-module-wx-name {position:absolute;left:318px;top:108px;display:block;min-width:120px;height:30px;line-height:30px;font-size:16px;font-weight:600;color:#ffffff;padding-left:5px;}
.popu-module .popu-module-wx {position:absolute;right:40px;top:30px;color:#ff1313;display:block;min-width:110px;height:30px;line-height:30px;font-size:16px;font-weight:600;border-radius:5px;background:white;color:red;padding-left:5px;}
.popu-module .popu-module-wbtx {position:relative;min-width:110px;text-align:center;display:block;}
.popu-module .popu-module-arrow {width:90px;height:90px;display:block;bottom:-45px;left:50%;margin-left:-26px;position:absolute;}
/*微信(行情,百科,问答) 右边广告区域*/
.popu-wxrigth-module {position:relative;padding-bottom:22px;}
.popu-wxrigth-module .qr-img {position:absolute;top:12px;left:11px;}
.popu-wxrigth-module .qr-img img {border-radius:5px;width:72px;height:72px;}
.popu-wxrigth-module .wx-name {position:absolute;left:90px;top:35px;display:block;min-width:94px;height:20px;line-height:20px;font-size:12px;font-weight:600;border-radius:5px;background:white;color:red;padding-left:5px;}
/* wechat-img */    
@media screen and (max-width:1000px) {.qr-box-adave {display:none !important;}
}
.qr-box-all {position:fixed;width:114px;min-height:190px;left:-13px;top:50%;margin-top:-110px;text-align:center;padding:15px 0;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;align-items:center;border-radius:6px;background-color:#fd5958;border-radius:0px 10px 10px 0px;z-index:999;}
.qr-box-all .qr-title {font-size:14px;color:white;}
.qr-box-all .qr-img {width:72px;height:72px;}
.qr-box-all .qr-num {font-weight:600;color:white;}
.qr-box-all .qr-msg {font-size:16px;color:#fbff00;margin:10px;animation:changeshadow 1s ease-in infinite;/* 其它浏览器兼容性前缀 */        -webkit-animation:changeshadow 1s linear infinite;-moz-animation:changeshadow 1s linear infinite;-ms-animation:changeshadow 1s linear infinite;-o-animation:changeshadow 1s linear infinite;}
@keyframes changeshadow {0% {text-shadow:0 0 4px #0e13ea}
50% {text-shadow:0 0 40px #0e13ea}
100% {text-shadow:0 0 4px #0e13ea}
}
/* 添加兼容性前缀 */
@-webkit-keyframes changeshadow {0% {text-shadow:0 0 4px #0e13ea}
50% {text-shadow:0 0 40px #0e13ea}
100% {text-shadow:0 0 4px #0e13ea}
}
@-moz-keyframes changeshadow {0% {text-shadow:0 0 4px #0e13ea}
50% {text-shadow:0 0 40px #0e13ea}
100% {text-shadow:0 0 4px #0e13ea}
}
@-ms-keyframes changeshadow {0% {text-shadow:0 0 4px #0e13ea}
50% {text-shadow:0 0 40px #0e13ea}
100% {text-shadow:0 0 4px #0e13ea}
}
@-o-keyframes changeshadow {0% {text-shadow:0 0 4px #0e13ea}
50% {text-shadow:0 0 40px #0e13ea}
100% {text-shadow:0 0 4px #0e13ea}
}
