﻿@charset "utf-8"; 
li.wmkc-list span img {display:none;}
li.wmkc-list:hover span img {display:block;padding-bottom:15px}
.wmkc-list{overflow-x:inherit !important;}
.wmkc-list>li a{overflow:hidden;}
.wmkc-list .wmkc-wechat span{display:none}
.wmkc-list .wmkc-wechat{position:relative;}
.wmkc-list .wmkc-wechat span{position:absolute;right:90%;top:-22px;}
.wmkc-list .wmkc-wechat:hover span{display:block;}
@media (min-width:769px){.head-nav .submenu ul li a {background:#888;}
.head-nav .submenu a {padding:6px 15px;}
.head-nav>ul>li>a{white-space:nowrap;}}
@media (max-width:1470px) and (min-width:769px){.head-nav>ul>li{margin:0 7px}}
@media (max-width:768px){.head-nav .submenu ul{padding-left:20px}}
.table tr:nth-child(even) {  background: #fff; }  
.table tr:nth-child(odd) {  background: #eee;  } 
li#lidownloads,li#li_Menu101_downloads{display:none}
div#wmkc {top: 60%;}
.readmore-wrap{position:relative}
.readmore-content{max-height:100vh;overflow:hidden;position:relative;transition:max-height .4s ease}
.readmore-content::after{content:"";position:absolute;left:0;right:0;bottom:0;height:80px;background:linear-gradient(to bottom,rgba(255,255,255,0),#fff)}
.readmore-wrap.open .readmore-content{max-height:none}
.readmore-wrap.open .readmore-content::after{display:none}
.readmore-btn{text-align:center;margin:16px auto 0;color:#1677ff;cursor:pointer;font-size:14px}
.readmore-btn .arrow{display:inline-block;margin-left:6px;border:solid currentColor;border-width:0 1px 1px 0;padding:3px;transform:rotate(45deg);transition:transform .3s}
.readmore-wrap.open .readmore-btn .arrow{transform:rotate(-135deg)}
.readmore-wrap+.common-page{margin-top:30px}