.select-mode-panel {
    padding: 38px 20px;
}
.select-mode-down {

}
.select-mode-tips {
    margin-bottom: 0;
    padding-bottom: 6px;
    line-height: 24px;
    text-align: center;
}
.select-mode-tips > strong {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.select-mode-tips > span {
    font-size: 14px;
    color: #666;
    padding-left: 8px;
}
.select-mode-help {
    font-size: 13px;
    color: #666;
}
.select-mode-help > a {
    font-size: 13px;
    color: #4997ee;
}
.select-mode-help > a:hover {
    text-decoration: underline;
}
.select-mode-btns {
text-align: center;
    padding-top: 20px;
}
.select-mode-btn {
    margin: 5px 10px;
    display: inline-block;
}
.select-mode-btn a {

}
.select-mode-btn .button-pure {
    width: 230px;
    line-height: 36px;
    color: #fff;
    position: relative;
    display: inline-block;
    border-radius: 1px;
    font-size: 14px;
}
.select-mode-btn i {

} 