#notice{height:40px;width:100%;background:rgba(0,0,0,.1);border-radius:3px;display:flex;align-items:center;color:#f0ad20;padding:0 10px}#notice .marquee{white-space:nowrap;font-size:13px;margin-left:10px;font-weight:500}#notice .marquee>div{margin-left:30px}#strategy .noStrategy{overflow:hidden;margin-top:20px}#strategy .noStrategy .tip{color:#9c9c9c;text-align:center;margin-top:20px}#strategy .noStrategy .ivu-skeleton{margin-top:10px;background-color:transparent}#strategy .strategy{overflow:hidden;margin-top:20px}#strategy .strategy .menu{float:left;width:240px}#strategy .strategy .content{float:right;width:calc(100% - 250px);margin-left:10px;padding:20px;border-radius:4px;background-color:hsla(0,0%,100%,.1);min-height:300px}#strategy .strategy .content .title{color:#d4d4d4;text-align:center;font-weight:500}#strategy .ivu-menu{background-color:transparent}#strategy .ivu-menu-vertical:after{background-color:#5c5c5c}#strategy .ivu-menu-item{color:#fff;opacity:.7}#strategy .ivu-menu-item:hover{opacity:1}#strategy .ivu-menu-item-selected{background-color:transparent}#strategy .ivu-menu-item-selected:after{border-right:1px solid #d7d7d7;background:transparent}

@media screen and (max-width:1000px){
    #strategy .strategy .content {float: none;width: 100%;}
}