.hide-top {
    top: 75px;
}

.strategy-wrap {
    width: 100%;
    height: 160px;
}

.strategy-count-wrap {
    top: 50%;
    left: 50%;
    padding: 12.5px;
    margin-top: 12px;
    width: 90%;
    background: rgba(0,0,0,0.36);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.strategy-title {
    margin-bottom: 5px;
    font-size: 20px;
    /*white-space: pre;*/
}

.strategy-count {
    font-size: 15px;
}

.strategy-list-title {
    line-height: 60px;
}

.strategy-list-wrap {
    padding: 0 15px 12.5px 15px;
    background: #fff;
}

.strategy-list-wrap.strategy-hot {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.strategy-a {
    display: block;
    padding: 10px 20px;
    margin: 0 10px 10px 0;
    background: #f6f5f5;
}

.strategy-list {
    display: -webkit-flex;
    display: flex;
    margin-right: -10px;
    flex-wrap: wrap;
}

.strategy-item {
    display: block;
    width: 50%;
    padding: 0 10px 10px 0;
}

.strategy-item .strategy-a {
    margin: 0;
}
