<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.create-park-box .park-application {
    width: 244px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #FFF;
    background: #d50000;
    cursor: pointer;
    display: block;
    font-size: 16px;
    margin: 0 auto;
}
.pack-select{
    width: 242px;
    height: 36px;
    background-color: #f6f6f6;
    margin-bottom: 10px;
    padding-left: 10px;
    color: #333333;
}
.pack-select option{
    height: 20px;
    color: #333333;
}
.invest-select-div{
    position: relative;
}
.invest-select-div img{
    float: right;
    position: absolute;
    top: 9px;
    right: 27px;
    width: 20px;
    height: 20px;
}
</pre></body></html>