.tkxs {
    max-width: 500px;
    overflow: hidden;
    margin: 0 auto 20px;
}
.tkxs * {
    outline: 0 !important;
    box-shadow: none !important;
}
.tkxs .tkxs-select {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.tkxs-result {
    overflow: hidden;
}
.tkxs-result .title {
    background: #d8d6d7;
    min-height: 36px;
    display: flex;
    align-items: center;
    padding: 2px 10px;
    border-radius: 2px;
    margin-bottom: 10px;
}
.tkxs-result .title select {
    height: 26px;
    width: 60px;
    padding: 0 0 0 8px;
    margin: 0 10px;
    text-align: center;
}
.tkxs-result .result {
    margin-bottom: 20px;
    position: relative;
}
.tkxs-result .result img {
    max-width: 200px;
    margin: 0 auto 20px;
    display: block;
}
.tkxs-result .result > div {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    white-space: nowrap;
}
.tkxs-result .result div:nth-of-type(4n + 1) {
    min-width: 60px;
    text-align: center;
}
.tkxs-result .result div:nth-of-type(2n) {
    min-width: 70px;
    text-align: center;
}
.tkxs-result .result div:nth-of-type(2n + 1) {
    text-align: left;
    font-weight: 600;
}
.tkxs-result .result div:nth-of-type(2n + 3) {
    width: 8%;
}
.tkxs-result .result > div.balance + div,
.tkxs-result .result > div.down + div,
.tkxs-result .result > div.up + div {
    text-align: left;
}
.tkxs-result .result > div.balance,
.tkxs-result .result > div.down,
.tkxs-result .result > div.up {
    width: 20px;
    margin: 0 6px;
}
.tkxs-result .result .up {
    background: url(m.png) -33px -100px no-repeat;
}
.tkxs-result .result .balance {
    background: url(m.png) 4px -100px no-repeat;
}
.tkxs-result .result .down {
    background: url(m.png) -15px -100px no-repeat;
}
.tkxs-result .result br + div {
    clear: both;
}
.tkxs-result .result .no-result {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.tkxs-result.capsokxh .result div {
    width: 25%;
    text-align: left;
}
.tkxs-result.capsokxh .result div:nth-child(3n) {
    display: none;
}
#province {
    margin-bottom: 0;
}