.page-stock-search .new-title {
    height: 52px;
    padding: 0 15px;
    font-size: 13px;
    font-family: Source Han Sans CN;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center
}

.page-stock-search .gs {
    padding: 15px
}

.page-stock-search .gs .gs-title {
    font-size: 14px;
    color: #333
}

.page-stock-search .gs .flex-b {
    margin: 15px 0
}

.page-stock-search .gs .gs-item {
    min-width: 72px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    font-size: 12px;
    color: #333;
    background-color: #f2f2f2;
    border-radius: 26px;
    padding: 0 5px;
    margin: 0 10px
}

.page-stock-search .gs .gs-item.active {
    color: #fff;
    background-color: #223db8
}

.page-stock-search .search-box .search-input {
    height: 41px;
    background: #f5f5f5;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0 26px;
    margin: 0 26px;
    box-sizing: border-box
}

.page-stock-search .search-box .search-input img {
    margin-right: 19px;
    width: 17px;
    height: 17px
}

.page-stock-search .search-box .search-input uni-input {
    height: 41px;
    width: calc(100% - 36px);
    font-size: 13px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333
}

.page-stock-search .search-box .search-button {
    width: 72px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #223db8;
    border-radius: 26px
}

.page-stock-search .history-box {
    padding: 0 26px
}

.page-stock-search .history-box .history-head {
    width: 100%;
    height: 52px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.page-stock-search .history-box .history-head .history-title {
    font-size: 14px;
    color: #333
}

.page-stock-search .history-box .history-head .history-clear {
    font-size: 14px;
    color: #333
}

.page-stock-search .history-box .history-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.page-stock-search .history-box .history-list .history-item {
    margin: 5px;
    padding: 2px 7px;
    font-size: 14px;
    color: #333;
    border: 1px solid #f2f2f2;
    border-radius: 26px
}

.page-stock-search .stock-box {
    width: 100%
}

.page-stock-search .stock-box .stock-title {
    padding: 11px 11px;
    font-size: 14px;
    color: #919191;
}

.page-stock-search .stock-box .stock-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f8f8;
    padding: 0 15px
}

.page-stock-search .stock-box .stock-head .head-title {
    font-size: 12px;
    color: #878f9f;
    padding: 7px 0;
    background-color: #f8f8f8
}

.page-stock-search .stock-box .stock-head .head-title.sec {
    width: 20%
}

.page-stock-search .stock-box .stock-list {
    width: 100%;
    background: #000
}

.page-stock-search .stock-box .stock-list .stock-item {
    padding: 7px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.page-stock-search .stock-box .stock-list .stock-item .stock-left {
    width: 33.3%
}

.page-stock-search .stock-box .stock-list .stock-item .stock-left .symbol-first {
    display: inline-block;
    width: 12px;
    text-align: center;
    color: #00b56e;
    background: rgba(0, 181, 110, .16);
    border: 1px solid #00b56e;
    margin-right: 5px;
    padding: 0 2px
}

.page-stock-search .stock-box .stock-list .stock-item .stock-left .symbol-first.red {
    color: #ff3a2c;
    background: rgba(255, 58, 44, .16);
    border-color: #ff3a2c
}

.page-stock-search .stock-box .stock-list .stock-item .stock-left .stock-name {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.page-stock-search .stock-box .stock-list .stock-item .stock-left .stock-info {
    padding: 5px 0 0;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #878f9f
}

.page-stock-search .stock-box .stock-list .stock-item .stock-center {
    font-size: 16px;
    color: #00b56e;
    font-weight: 700;
    text-align: center
}

.page-stock-search .stock-box .stock-list .stock-item .right {
    justify-content: flex-end
}

.page-stock-search .stock-box .stock-list .stock-item .stock-right {
    font-size: 16px;
    color: #00b56e;
    font-weight: 700;
    text-align: right
}

.page-stock-search .stock-box .stock-list .stock-item.up .stock-center {
    color: #ff3a2c
}

.page-stock-search .stock-box .stock-list .stock-item.up .stock-right {
    color: #ff3a2c
}

.page-stock-search .data-null {
    width: 100%;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 12px
}

.page-stock-search .uni-input-input {
    position: relative;
    display: block;
    height: 100%;
    background: none;
    color: inherit;
    opacity: 1;
    font: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    text-indent: inherit;
    text-transform: inherit;
    text-shadow: inherit
}

.page-stock-search .uni-input-input[type=search]::-webkit-search-cancel-button, .uni-input-input[type=search]::-webkit-search-decoration {
    display: none
}

.page-stock-search .uni-input-input::-webkit-inner-spin-button, .uni-input-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.page-stock-search .uni-input-input[type=number] {
    -moz-appearance: textfield
}

.page-stock-search .uni-input-input:disabled {
    -webkit-text-fill-color: currentcolor
}



.page-stock-search .uni-input-form, .uni-input-input, .uni-input-placeholder, .uni-input-wrapper {
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    text-decoration: inherit
}

.page-stock-search .uni-input-form, .uni-input-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}