﻿

* {
    font-family: inherit;
}
body {
    margin: 0;
    padding: 0;
    font-family: "微軟正黑體";
    font-size: 15px;
    /*background: url(../images/bg.png) #e2e7cc left top repeat;*/
}
img {
    border: 0;
}
a:focus {
    outline: 0;
}
a:link, a:visited, a:active, a:hover {
    text-decoration: none;
    color: #545454;
}
/* �̥~�h
---------------------------------------------*/
#wrapper {
    width: 100%;
    /*min-width: 1150px;*/
    margin: 0 auto;
}
ul {
    list-style: none;
}
li {
    float: left;
    display: inline;
}
/* ���Y
---------------------------------------------*/
#logo {
    position: absolute;
}
#header_menu {
    width: 100%;
    height: 55px;
    background: url(../images/header_bg.png) left top repeat-x;
}
#menu {
    position: absolute;
    left: 209px;
    height: 55px;
    width: 472px;
}
.menu_01 {
    width: 173px;
    height: 55px;
    background-image: url(../images/menu_01.png);
}
.menu_01 a {
    display: block;
    width: 173px;
    height: 55px;
}
.menu_01 a:hover {
    background-image: url(../images/menu_01s.png);
}
.menu_01s {
    width: 173px;
    height: 55px;
    background-image: url(../images/menu_01s.png);
}
.menu_02 {
    width: 173px;
    height: 55px;
    background-image: url(../images/menu_02.png);
}
.menu_02 a {
    display: block;
    width: 173px;
    height: 55px;
}
.menu_02 a:hover {
    background-image: url(../images/menu_02s.png);
}
.menu_02s {
    width: 173px;
    height: 55px;
    background-image: url(../images/menu_02s.png);
}
.menu_03 {
    width: 126px;
    height: 55px;
    background-image: url(../images/menu_03.png);
}
.menu_03 a {
    display: block;
    width: 126px;
    height: 55px;
}
.menu_03 a:hover {
    background-image: url(../images/menu_03s.png);
}
.menu_03s {
    width: 126px;
    height: 55px;
    background-image: url(../images/menu_03s.png);
}
/* �j�M
---------------------------------------------*/
#search {
    width: 100%;
    height: auto;
    background-color: #FFF;
    text-align: left;
    padding: 12px 14px;
    color: #3E3A39;
}
#search_a {
    height: 41px;
    font-size: 13px;
    text-align: left;
    padding-left: 14px;
    padding-top: 15px;
    color: #3E3A39;
    background: url(../images/search_bg.png) left top repeat-x;
}
#area {
    width: 100%;
/*    height: 43px;*/
/*    background: url(../images/area_bg.png) left top repeat-x;*/
}
#area_main {
    padding: 12px;
    margin: 0 auto;
    text-align: left;
    color: #3E3A39;
    font-weight: bold;
	white-space: normal !important;
	overflow: auto !important;
}
@media (max-width: 1020px) {
#area_main {
    text-align: center;
}
}
/* ���e
---------------------------------------------*/
#container {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    background-color: #EFEFEF;
}
#container.map {
    padding: 0px 0;
}
#container_main {
    max-width: 1180px;
    margin: 0 auto;
}
#container_main>div {
    margin-bottom: 16px;
}
#container_main>div:last-child {
    margin-bottom: 0px;
}
#map {
    width: 100%;
}
#value {
    max-width: 1180px;
    overflow: hidden;
    background-color: #FFFFFF;
    border: 1px solid #EFEFEF;
    border-radius: 4px;
}

#value_01 {
    max-width: 1180px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #FFFFFF;
    border: 1px solid #EFEFEF;
    border-radius: 4px;
}
.value_head {
    width: 100%;
    font-weight: bold;
    padding: 10px 12px;
    color: #fff;
    background-color: #e60012;
    /*background: url(../images/bar_bg.png) top left no-repeat;*/
}
.value_main {
    /*width: 916px;*/
    overflow: hidden;
    padding: 10px 10px;
    margin: 0 auto;
}
.value_main_01 {
    position: relative;
    width: 100%;
    color: #3E3A39;
    overflow: hidden;
    margin: 0 auto;
}
.value_main_01 table {
    margin: 0 auto;
}
.value_main_01 td.line_title {
    font-weight: bold;
    background-color: #adefff;
    border-right: #499eb3 1px solid;
    border-bottom: #499eb3 1px solid;
    border-top: #499eb3 1px solid;
    padding: 2px;
}
.value_main_01 tr.line_item:hover {
    background-color: #FEFFCD;
    background-image: -moz-linear-gradient(top, #FEFFCD, #FDFF73);
    background-image: -ms-linear-gradient(top, #FEFFCD, #FDFF73);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FEFFCD), to(#FDFF73));
    background-image: -webkit-linear-gradient(top, #FEFFCD, #FDFF73);
    background-image: -o-linear-gradient(top, #FEFFCD, #FDFF73);
    background-image: linear-gradient(top, #FEFFCD, #FDFF73);
    background-repeat: repeat-x;
}
.value_main_02 {
    width: 980px;
    color: #3E3A39;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
}

/*
.value_list {
    flex: 1 1 100%;
    max-width: 100%;
    height: 108px;
    font-size: 16px;
    margin: 10px;
    background: url(../images/price_bgx.png) center center repeat-x;
}
.value_type {
    color: #3E3A39;
    margin-top: 6px;
    text-align: center;
    line-height: 35px;
}
.value_percent {
    margin-top: 5px;
    color: #fdff45;
    text-align: center;
}
*/


.value_list {
    width: 153px;
    height: 108px;
    font-size: 16px;
    margin: 10px;
    background: url(../images/price_bg.png) top left no-repeat;
}
.value_type {
    position: absolute;
    color: #3E3A39;
    margin-top: 6px;
    width: 153px;
    text-align: center;
    line-height: 35px;
}
.value_percent {
    position: absolute;
    margin-top: 84px;
    color: #fdff45;
    width: 153px;
    text-align: center;
}
.value_list.data_none {
    background: url(../images/price_none_bg.png) top left no-repeat;
}
@media (max-width: 680px) {
.value_list {
    width: 142px;
    margin: 5px;
}
.value_type {
    width: 142px;
}
.value_percent {
    width: 142px;
}
}
#update {
    width: 100%;
    text-align: right;
    color: #9fa0a0;
    padding-right: 8px;
}
@media (max-width: 1020px) {
#update {
    text-align: center;
    color: #9fa0a0;
    padding-right: 0px;
}
}
.page {
    width: 100%;
    padding: 12px 12px;
    text-align: center;
    border-bottom: 1px solid #EFEFEF;
}
.value_main_01 td {
    border-top: none;
    border-bottom: 1px dotted #CCCCCC;
    border-left: none;
    border-right: none;
}
.analysis {
    width: 100%;
    height: 360px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.charts {
    float: left;
    width: 467px;
    margin: 5px 10px 20px 12px;
}
.charts td {
    border-top: none;
    border-bottom: 1px dotted #CCCCCC;
    border-left: none;
    border-right: none;
}


/*2018.12.06 edit*/

/*主要*/
*, ::after, ::before {
    box-sizing: border-box
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
button, input {
    overflow: visible
}
button, select {
    text-transform: none
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
padding:0;
border-style: none;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}
textarea {
    overflow: auto;
    resize: vertical
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: inherit;
    color: inherit;
    white-space: normal
}
progress {
    vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height:auto;
}
[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-file-upload-button {
font:inherit;
-webkit-appearance:button
}
output {
    display: inline-block
}
summary {
    display: list-item;
    cursor: pointer
}
template {
    display: none
}
[hidden] {
    display: none!important
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 10px;
    color: #595757;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #DCDDDD;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion:reduce) {
.form-control {
    transition: none
}
}
.form-control::-ms-expand {
background-color:transparent;
}
.form-control::-webkit-input-placeholder {
    color: #9fa0a0;
    opacity: .6;
}
.form-control::-moz-placeholder {
    color: #9fa0a0;
    opacity: .6;
}
.form-control:-ms-input-placeholder {
    color: #9fa0a0;
    opacity: .6;
}
.form-control::-ms-input-placeholder {
    color: #9fa0a0;
    opacity: .6;
}
.form-control::placeholder {
    color: #9fa0a0;
    opacity: .6;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(32px + 2px);
}
select.form-control:focus::-ms-value {
background-color:#fff
}

.form-check {
    position: relative;
    display: block;
    padding-left: 20px
}
.form-check-input {
    position: absolute;
    margin-top: 4px;
    margin-left: -20px
}
.form-check-input:disabled~.form-check-label {
    color: #B5B5B6;
}
.form-check-label {
    margin-bottom: 0
}

.btn {
    display: inline-block;
    /*font-weight: 400;*/
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 6px 10px;
    /*line-height: 1.5;*/
    border-radius: 4px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media screen and (prefers-reduced-motion:reduce) {
.btn {
    transition: none
}
}
.btn:focus, .btn:hover {
    text-decoration: none
}
.btn.focus, .btn:focus {
    outline: 0;
}
.btn.disabled, .btn:disabled {
    opacity: .65
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}
.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    background-image: none
}
a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.d-none {
    display: none!important
}
.d-inline {
    display: inline!important
}
.d-inline-block {
    display: inline-block!important
}
.d-block {
    display: block!important
}
.d-table {
    display: table!important
}
.d-table-row {
    display: table-row!important
}
.d-table-cell {
    display: table-cell!important
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important
}
.d-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

.flex-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important
}
.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}
.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}
.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}
.flex-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
}
.flex-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
}
.flex-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
}
.flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
}
.flex-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
}
.justify-content-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}
.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}
.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}
.align-items-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important
}
.align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important
}
.align-items-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}
.align-items-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}
.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}
.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}
.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}
.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}
.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}
.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}
.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}
.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}
.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}
.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}
.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}
.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}

.float-left {
    float: left!important
}
.float-right {
    float: right!important
}
.float-none {
    float: none!important
}

.position-static {
    position: static!important
}
.position-relative {
    position: relative!important
}
.position-absolute {
    position: absolute!important
}
.position-fixed {
    position: fixed!important
}
.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    will-change: transform;
    transition: transform .3s ease-out;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    will-change: transform;
    transition: transform .3s ease-out;
}
.fixed-right {
    position: fixed;
    right: 0;
    z-index: 1030;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    will-change: transform;
    transition: transform .3s ease-out;
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
.sticky-top {
position:-webkit-sticky;
position:sticky;
top:0;
z-index:1020
}
}

.w-25 {
    width: 25%!important
}
.w-50 {
    width: 50%!important
}
.w-75 {
    width: 75%!important
}
.w-100 {
    width: 100%!important
}
.w-auto {
    width: auto!important
}
.h-25 {
    height: 25%!important
}
.h-50 {
    height: 50%!important
}
.h-75 {
    height: 75%!important
}
.h-100 {
    height: 100%!important
}
.h-auto {
    height: auto!important
}
.mw-100 {
    max-width: 100%!important
}
.mh-100 {
    max-height: 100%!important
}
.m-0 {
    margin: 0!important
}
.mt-0, .my-0 {
    margin-top: 0!important
}
.mr-0, .mx-0 {
    margin-right: 0!important
}
.mb-0, .my-0 {
    margin-bottom: 0!important
}
.ml-0, .mx-0 {
    margin-left: 0!important
}
.m-1 {
    margin: 4px!important
}
.mt-1, .my-1 {
    margin-top: 4px!important
}
.mr-1, .mx-1 {
    margin-right: 4px!important
}
.mb-1, .my-1 {
    margin-bottom: 4px!important
}
.ml-1, .mx-1 {
    margin-left: 4px!important
}
.m-2 {
    margin: 8px!important
}
.mt-2, .my-2 {
    margin-top: 8px!important
}
.mr-2, .mx-2 {
    margin-right: 8px!important
}
.mb-2, .my-2 {
    margin-bottom: 8px!important
}
.ml-2, .mx-2 {
    margin-left: 8px!important
}
.m-3 {
    margin: 16px!important
}
.mt-3, .my-3 {
    margin-top: 16px!important
}
.mr-3, .mx-3 {
    margin-right: 16px!important
}
.mb-3, .my-3 {
    margin-bottom: 16px!important
}
.ml-3, .mx-3 {
    margin-left: 16px!important
}
.m-4 {
    margin: 24px!important
}
.mt-4, .my-4 {
    margin-top: 24px!important
}
.mr-4, .mx-4 {
    margin-right: 24px!important
}
.mb-4, .my-4 {
    margin-bottom: 24px!important
}
.ml-4, .mx-4 {
    margin-left: 24px!important
}
.m-5 {
    margin: 48px!important
}
.mt-5, .my-5 {
    margin-top: 48px!important
}
.mr-5, .mx-5 {
    margin-right: 48px!important
}
.mb-5, .my-5 {
    margin-bottom: 48px!important
}
.ml-5, .mx-5 {
    margin-left: 48px!important
}
.p-0 {
    padding: 0!important
}
.pt-0, .py-0 {
    padding-top: 0!important
}
.pr-0, .px-0 {
    padding-right: 0!important
}
.pb-0, .py-0 {
    padding-bottom: 0!important
}
.pl-0, .px-0 {
    padding-left: 0!important
}
.p-1 {
    padding: 4px!important
}
.pt-1, .py-1 {
    padding-top: 4px!important
}
.pr-1, .px-1 {
    padding-right: 4px!important
}
.pb-1, .py-1 {
    padding-bottom: 4px!important
}
.pl-1, .px-1 {
    padding-left: 4px!important
}
.p-2 {
    padding: 8px!important
}
.pt-2, .py-2 {
    padding-top: 8px!important
}
.pr-2, .px-2 {
    padding-right: 8px!important
}
.pb-2, .py-2 {
    padding-bottom: 8px!important
}
.pl-2, .px-2 {
    padding-left: 8px!important
}
.p-3 {
    padding: 16px!important
}
.pt-3, .py-3 {
    padding-top: 16px!important
}
.pr-3, .px-3 {
    padding-right: 16px!important
}
.pb-3, .py-3 {
    padding-bottom: 16px!important
}
.pl-3, .px-3 {
    padding-left: 16px!important
}
.p-4 {
    padding: 24px!important
}
.pt-4, .py-4 {
    padding-top: 24px!important
}
.pr-4, .px-4 {
    padding-right: 24px!important
}
.pb-4, .py-4 {
    padding-bottom: 24px!important
}
.pl-4, .px-4 {
    padding-left: 24px!important
}
.p-5 {
    padding: 48px!important
}
.pt-5, .py-5 {
    padding-top: 48px!important
}
.pr-5, .px-5 {
    padding-right: 48px!important
}
.pb-5, .py-5 {
    padding-bottom: 48px!important
}
.pl-5, .px-5 {
    padding-left: 48px!important
}
.m-auto {
    margin: auto!important
}
.mt-auto, .my-auto {
    margin-top: auto!important
}
.mr-auto, .mx-auto {
    margin-right: auto!important
}
.mb-auto, .my-auto {
    margin-bottom: auto!important
}
.ml-auto, .mx-auto {
    margin-left: auto!important
}

.text-justify {
    text-align: justify!important
}
.text-nowrap {
    white-space: nowrap!important
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.text-left {
    text-align: left!important
}
.text-right {
    text-align: right!important
}
.text-center {
    text-align: center!important
}

.align-baseline {
    vertical-align: baseline!important
}
.align-top {
    vertical-align: top!important
}
.align-middle {
    vertical-align: middle!important
}
.align-bottom {
    vertical-align: bottom!important
}
.align-text-bottom {
    vertical-align: text-bottom!important
}
.align-text-top {
    vertical-align: text-top!important
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}
@media (min-width:681px) {
.col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}
.col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}
.col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}
.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}
.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}
.col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}
.col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}
.col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}
.col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}
.col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}
.col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}
.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
}
@media (min-width:769px) {
.col-md-5-5 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%
}
.col-md-6-5 {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%
}
}

.font-10 {
    font-size: 10px;
}
.font-11 {
    font-size: 11px;
}
.font-12 {
    font-size: 12px;
}
.font-13 {
    font-size: 13px;
}
.font-14 {
    font-size: 14px;
}
.font-15 {
    font-size: 15px;
}
.font-15t {
    font-size: 15px;
}
.font-16 {
    font-size: 16px;
}
.font-16t {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.font-18t {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}
.font-20t {
    font-size: 20px;
}
.font-20-list {
    font-size: 20px;
}
.font-24 {
    font-size: 24px;
}
.font-28 {
    font-size: 28px;
}
.font-28t {
    font-size: 28px;
}
.font-32 {
    font-size: 32px;
}
.font-36 {
    font-size: 36px;
}
.font-44 {
    font-size: 44px;
}
.font-48 {
    font-size: 48px;
}
.font-60 {
    font-size: 60px;
}
.font-60t {
    font-size: 60px;
}

@media (min-width: 321px) and (max-width: 680px) {
.font-10 {
    font-size: 10px;
}
.font-11 {
    font-size: 11px;
}
.font-12 {
    font-size: 12px;
}
.font-13 {
    font-size: 13px;
}
.font-14 {
    font-size: 13px;
}
.font-15 {
    font-size: 14px;
}
.font-15t {
    font-size: 13px;
}
.font-16 {
    font-size: 15px;
}
.font-18 {
    font-size: 16px;
}
.font-20 {
    font-size: 18px;
}
.font-20-list {
    font-size: 16px;
}
.font-24 {
    font-size: 20px;
}
.font-28 {
    font-size: 24px;
}
.font-32 {
    font-size: 28px;
}
.font-36 {
    font-size: 32px;
}
.font-44 {
    font-size: 26px;
}
.font-60 {
    font-size: 40px;
}
}

@media (max-width: 320px) {
.font-10 {
    font-size: 10px;
}
.font-11 {
    font-size: 11px;
}
.font-12 {
    font-size: 11px;
}
.font-13 {
    font-size: 12px;
}
.font-14 {
    font-size: 12px;
}
.font-15 {
    font-size: 13px;
}
.font-15t {
    font-size: 12px;
}
.font-16 {
    font-size: 13px;
}
.font-18 {
    font-size: 16px;
}
.font-18t {
    font-size: 17px;
}
.font-20 {
    font-size: 18px;
}
.font-20-list {
    font-size: 16px;
}
.font-24 {
    font-size: 20px;
}
.font-28 {
    font-size: 24px;
}
.font-32 {
    font-size: 24px;
}
.font-36 {
    font-size: 30px;
}
.font-44 {
    font-size: 24px;
}
.font-60 {
    font-size: 36px;
}
}
/*主要*/

/*按鈕 button*/
.s-btn-r {
    color: #fff;
    background-color: #e60012;
    cursor: pointer;
}
.s-btn-r:hover {
    box-shadow: 0 0 0 2px rgba(230,0,18,.5)
}
.s-btn-g {
    color: #fff;
    background-color: #898989;
    cursor: pointer;
}
.s-btn-g:hover {
    box-shadow: 0 0 0 2px rgba(137,137,137,.5)
}
.s-btn-green {
    color: #fff;
    background-color: #28a745;
    cursor: pointer;
}
.s-btn-green:hover {
    box-shadow: 0 0 0 2px rgba(40,167,69,.5)
}
.s-btn-b {
    color: #fff;
    background-color: #3E3A39;
    cursor: pointer;
}
.s-btn-b:hover {
    box-shadow: 0 0 0 2px rgba(62,58,57,.5)
}
.s-btn-w {
    color: #9fa0a0;
    background-color: #fff;
    border: 1px solid #DCDDDD;
    cursor: pointer;
}
.s-btn-w:hover {
    box-shadow: 0 0 0 2px rgba(159,160,160,.2)
}
.s-btn-w.active {
    color: #fff;
    background-color: #e60012;
    border: 1px solid #e60012;
    cursor: pointer;
}
.s-btn-w.active:hover {
    box-shadow: 0 0 0 2px rgba(230,0,18,.5)
}
.ss-btn-w {
    color: #9fa0a0;
    background-color: #fff;
    border: 1px solid #9fa0a0;
    cursor: pointer;
}
.ss-btn-w:hover {
    color: #fff;
    background-color: #e60012;
    border: 1px solid #e60012;
}
.s-btn-outline-c {
    border: 1px solid #DCDDDD;
    border-left: 0px;
    border-radius: 0px 4px 4px 0px;
    color: #595757;
    background-color: #fff;
    cursor: pointer;
}
.s-btn-outline-c:hover {
    color: #3E3A39;
}
/*按鈕 button*/

/*form 表單*/
.form-control.w1 {
    max-width: 160px;
}
.form-control.w2 {
    max-width: 240px;
}
.form-control.w3 {
    max-width: 100px;
}
.form-control.w4 {
    max-width: 104px;
}
.form-control.w5 {
    max-width: 360px;
}
.form-control.w6 {
    max-width: 100px;
}
.form-control.w7 {
    max-width: 68px;
}
.form-control.verification {
    max-width: 100px;
}
@media (max-width: 680px) {
.form-control.w1 {
    max-width: 100%;
}
.form-control.w2 {
    max-width: 100%;
}
.form-control.w3 {
    max-width: 100%;
}
.form-control.w4 {
    max-width: 100%;
}
.form-control.w5 {
    max-width: 100%;
}
}
/*form 表單*/

/*其他*/
.text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.padding10 {
    padding: 10px;
}
.box-shadow {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
}
.border-t1 {
    border-top: 1px solid #EFEFEF;
}
.border-b1 {
    border-bottom: 1px solid #EFEFEF;
}
.m-flex-direction-h {
    -ms-flex-direction: row;
    flex-direction: row;
}
.m-mr-2 {
    margin-right: 8px;    
}
.m-show {
    display: none!important;
    visibility: hidden;
}
.ms-show {
    display: none;
    visibility: hidden;
}
@media (max-width: 680px) {
.m-flex-direction-h {
    -ms-flex-direction: column;
    flex-direction: column;
}
.m-show-mb-2 {
    margin-bottom: 8px;
}
.m-mr-2 {
    margin-right: 0px;    
}
.m-hide {
    display: none;
    visibility: hidden;
}
.m-show {
    display: block!important;
    visibility: visible;
}
}
@media (max-width: 350px) {
.ms-hide {
    display: none;
    visibility: hidden;
}
.ms-show {
    display: block;
    visibility: visible;
}
}
/*其他*/

/*自訂*/
.color-1 {
    color: #e60012;
}
.color-3 {
    color: #fff;
}
.bg-c1 {
    background-color: #3E3A39;
}
.bg-c2 {
    background-color: #EFEFEF;
}
.bg-c5 {
    background-color: #FBFBFB;
}
.margin-center {
    margin-left: auto;
    margin-right: auto;
}
.empty-box1 {
    width: 100%;
    height: 51px;
    display: none;
}
.empty-box1.show {
    display: block;
}
.table-form {
    background-color: #fff;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
/*
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    will-change: transform opacity;
*/
    transition: opacity .3s ease-out, transform .3s ease-out;
    z-index: 999;
}
.table-form.show {
    position: fixed;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
/*
    -webkit-transform: translate(0, 51px);
    transform: translate(0, 51px);
    margin-top: -51px;
*/
}
.table-form-box {
    padding: 8px 10px 0px 10px;
}
@media (max-width: 680px) {
.empty-box1 {
    height: 50px;
}
.table-form.show {
/*
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    margin-top: -50px;
*/
}
.table-form-box {
    height: 93px;
    overflow: hidden;
}
.table-form-box.show {
    height: auto;
    overflow: auto;
}
}
.small-text {
	font-size: 12px;
	color: #9fa0a0;
	margin-top: -7px;
}
.realvalue-box-title {
    line-height: 24px;
    padding: 10px;
    border-bottom: 1px solid #EFEFEF;
    background-color: rgba(230,0,18,0.2)
}
.realvalue-box {
    line-height: 24px;
    padding: 10px;
    border-bottom: 1px solid #EFEFEF;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.realvalue-box:nth-child(odd) {
    background-color: #fff;
}
.realvalue-box:nth-child(even) {
    background-color: #F7F8F8;
}
.realvalue-box:hover {
    background-color: #EFEFEF;
}
.realvalue-col-md-100 {
    width: 100%;
    padding-right: 4px;
    padding-left: 8px;
    text-align: left;
}
.realvalue-col-md-1 {
    width: 40px;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    text-align: center;
}
.realvalue-col-md-2 {
    width: 60px;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    text-align: center;
}
.realvalue-col-md-3 {
    width: 72px;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    -ms-flex: 0 0 72px;
    flex: 0 0 72px;
    max-width: 72px;
    text-align: center;
}
.realvalue-col-md-4 {
    width: 82px;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    -ms-flex: 0 0 82px;
    flex: 0 0 82px;
    max-width: 82px;
    text-align: center;
}
.realvalue-col-md-5 {
    width: 72px;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    -ms-flex: 0 0 72px;
    flex: 0 0 72px;
    max-width: 72px;
    text-align: center;
}
.realvalue-col-md-6 {
    width: 100px;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    text-align: center;
}
.m-flex-column-h {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
}
.m-920-show {
    display: none!important;
    visibility: hidden;
}
.m-920-show-ib {
    display: none!important;
    visibility: hidden;
}
.overflow {
	overflow: hidden;
}
@media (max-width: 1020px) {
.realvalue-col-md-1, .realvalue-col-md-2, .realvalue-col-md-3, .realvalue-col-md-4, .realvalue-col-md-5, .realvalue-col-md-6 {
    text-align: left;
}
.realvalue-col-md-5 {
    width: 144px;
    -ms-flex: 0 0 144px;
    flex: 0 0 144px;
    max-width: 144px;
}
.realvalue-col-md-6 {
    width: 72px;
    -ms-flex: 0 0 72px;
    flex: 0 0 72px;
    max-width: 72px;
}
.realvalue-col-md-6.date {
    width: 82px;
    -ms-flex: 0 0 82px;
    flex: 0 0 82px;
    max-width: 82px;
}
.realvalue-col-md-100 {
    padding-right: 0px;
    padding-left: 4px;
}
.realvalue-col-md-1 {
    width: 30px;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
}
.realvalue-date {
    color: #fff;
    background-color: #595757;
    padding: 2px 4px;
    border-radius: 4px;
}
.m-flex-column-h {
    -ms-flex-align: start;
    align-items: start;
    -ms-flex-direction: column;
    flex-direction: column;
}
.m-920-show {
    display: block!important;
    visibility: visible;
}
.m-920-show-ib {
    display: inline-block!important;
    visibility: visible;
}
.m-920-hide {
    display: none;
    visibility: hidden;
}
}
@media (max-width: 680px) {
.realvalue-col-md-100 {
    padding-right: 0px;
    padding-left: 0px;
}
}
.scrollup {
    padding: 15px 16px;
    text-align: center;
    color: #fff;
    position: fixed;
    right: 0px;
    bottom: 0px;
    display: none;
    background-color: #3E3A39;
    opacity: .6;
    border-radius: 4px;
    z-index: 1001;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transform: translate(-15px, -42px);
    transform: translate(-15px, -42px);
    will-change: transform;
    transition: transform .3s ease-out;
}
.ranking-box>div:nth-child(odd) {
    padding: 0 8 0 0px;
}
.ranking-box>div:nth-child(even) {
    padding: 0 0 0 8px;
}
.ranking-box>div {
    margin-bottom: 10px;
}
.ranking-box>div:last-child {
    margin-bottom: 0px;
}
.ranking-box td {
    height: 36px;
    border-bottom: 1px solid #DCDDDD;
    padding: 0 12px;
}
.ranking-div1 {
    width: 20px;
}
.ranking-div2 {
    width: 64px;
    text-align: right;
}
@media (max-width: 680px) {
.ranking-box>div:nth-child(odd) {
    padding: 0 0 0 0px;
}
.ranking-box>div:nth-child(even) {
    padding: 0 0 0 0px;
}
}
@media (max-width: 320px) {
.ranking-box td {
    padding: 0 4px;
}
.ranking-div2 {

}
}
.historyBox {
	cursor: pointer;
	text-decoration: underline;
}
@media (max-width: 1020px) {
.historyBox {
	padding-left: 4px;
}
}
.mapinfo-list {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
	opacity: 0;
	transition: all .15s ease-in-out;
	
	padding: 16px;
    z-index: 1900;
    overflow-y: auto;
}
.mapinfo-list.show {
	opacity: 1;
	pointer-events: auto;
}
.mapinfo-list #mapinfo {
	position: relative;
	top: 0px;
    left: 0px;
    pointer-events: none;
}
.mapinfo-list.show #mapinfo {
    pointer-events: auto;
}
@media (max-width: 680px) {
#mapinfo .title {
	max-width: 290px;
}
#mapinfo {
    top: -70px;
    left: 39px;
}
#mapinfo table {
    width: 290px;
}
}
@media (max-width: 320px) {
#mapinfo {
    top: -60px;
    left: 59px;
}
#mapinfo table {
    width: 250px;
}
}
.clinch-box {
	position: relative;
	max-width: 848px;
	width: 100%;
	margin: auto;
	padding: 16px;
	background-color: white;
	line-height: 1.5;
	border-radius: 8px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
}
.clinch-box>* {
	margin-bottom: 12px;
}
.clinch-box>*:last-child {
	margin-bottom: 0px;
}
.clinch-box>.text {
	padding-right: 16px;
	font-size: 18px;
	font-weight: bold;
}
.clinch-box>.text span {
	color: #9fa0a0;
}
.clinch-box>.base {
	font-size: 15px;
}
.clinch-box>.base>* {
	margin-bottom: 12px;
}
.clinch-box>.base>*:last-child {
	margin-bottom: 0px;
}
.clinch-box>.base>.box-box {
	margin-bottom: 0px;
	max-height: 128px;
    height: auto;
    overflow-y: auto;
}
.clinch-box>.base>.title {
	width: 100%;
	background-color: #3E3A39;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: white;
	border-radius: 4px;
}
.clinch-box>.base>.object a {
	text-decoration: underline;
}
.clinch-box>.base>.box-box {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
}
.clinch-box>.base>.box-box>.box {
	flex: 1;
	display: flex;
	align-items: center;
	background-color: #EFEFEF;
	padding: 16px;
	margin: 4px;
}
.clinch-box>.base>.box-box>.box>.left {
	flex: 1;
}
.clinch-box>.base>.box-box>.box>.left span {
	color: #e60012;
	margin-right: 4px;
}
.clinch-box>.base>.box-box>.box>.right {
	flex: 2;
	border-left: 1px solid #C9CACA;
	text-align: right;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;	
}
.clinch-box>.base>.box-box>.box>.right>.text-box {
	display: flex;
	justify-content: flex-end;
	white-space: nowrap;
}
.clinch-box>.base>.box-box>.box>.right>.text-box>*:first-child {
	flex: 1 1 68px;
	margin: 0 8px;
}
.clinch-box>.base>.box-box>.box>.right>.text-box>*:last-child {
	flex: 1 1 116px;
}
.clinch-box>.base>.box-box>.box>.right>.text-box>.text {
	display: flex;
}
.clinch-box>.base>.box-box>.box>.right>.text-box>.text>*:first-child {
	flex: 1 1 60px;	
}
.clinch-box>.base>.box-box>.box>.right>.text-box>.text>*:last-child {
	flex: 1 1 60px;	
}
.clinch-box>.base>.box-box>.box>.right-v2 {
	flex: 2;
	border-left: 1px solid #C9CACA;
	text-align: right;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media (max-width: 680px) {
.clinch-box>.base>.box-box {
	font-size: 13px;
}
.clinch-box>.base>.box-box>.box {
	flex: 0 0 100%;
	margin: 0px;
	margin-bottom: 8px;
}
}
.clinch-box>.trade>* {
	margin-bottom: 12px;
}
.clinch-box>.trade>*:last-child {
	margin-bottom: 0px;
}
.clinch-box>.trade>.title {
	width: 100%;
	background-color: #3E3A39;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: white;
	border-radius: 4px;
}
.clinch-box>.trade>.title>span {
	margin: 0 4px;
	color: white;
}
.clinch-box>.trade>.item-box {
	max-height: 168px;
	height: auto;
	overflow-y: auto;
}
.clinch-box>.trade>.item-box>.item {
	font-size: 14px;
	padding: 12px 0px;	
	border-bottom: 1px solid #DCDDDD;
	display: flex;
	flex-wrap: wrap;
}
.clinch-box>.trade>.item-box>.item:first-child {
	border-top: 1px solid #DCDDDD;
}
.clinch-box>.trade>.item-box>.item:nth-child(even) {
	background-color: #F7F8F8;
}
.clinch-box>.trade>.item-box>.item>.box1 {
	flex: 1;
	display: flex;
	align-items: center;
}
.clinch-box>.trade>.item-box>.item>.box1>.num {
	margin: 0 16px;
	font-size: 12px;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background-color: #e60012;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
}
.clinch-box>.trade>.item-box>.item>.box1>.content>*:first-child {
	font-weight: bold;	
}
.clinch-box>.trade>.item-box>.item>.box1>.content>*:last-child {
	color: #9fa0a0;;
}
.clinch-box>.trade>.item-box>.item>.box2 {
	flex: 1;
	display: flex;	
}
.clinch-box>.trade>.item-box>.item>.box2>* {
	flex: 1;
	border-left: 1px dashed #C9CACA;
	text-align: center;
	padding: 0 8px;
}
.clinch-box>.trade>.item-box>.item>.box2>div>div:first-child {
	font-weight: bold;
}
.clinch-box>.trade>.item-box>.item>.box2>div>div:last-child {
	color: #9fa0a0;
}
.clinch-box>.trade>.item-box>.item>.box2>div>.text .num {
	font-size: 16px;
	color: #e60012;
}
.clinch-box>.trade>.item-box>.item>.box2>div>.text .old {
	font-size: 12px;
	color: #e68500;
}
@media (max-width: 680px) {
.clinch-box>.trade {
	margin-bottom: 0px!important;
}
.clinch-box>.trade>.item-box>.item {
	font-size: 13px;
}
.clinch-box>.trade>.item-box>.item>* {
	flex: 0 0 100%!important;
	margin-bottom: 8px;
}
.clinch-box>.trade>.item-box>.item {
    padding: 12px 0px;
}
.clinch-box>.trade>.item-box>.item>.box2>* {
	text-align: left;
}
.clinch-box>.trade>.item-box>.item>.box2>*:first-child {
	border-left: 0px solid #C9CACA;
}
}
.clinch-box>.note {
	font-size: 13px;
	color: #9fa0a0;
	margin-bottom: 0px!important;
}
.clinch-box>.note>ul {
	padding-left: 16px;
	list-style: disc;
	margin: 0;
}
.clinch-box>.note>ul li {
	margin-bottom: 4px;
	float: none;
    display: list-item;
}
.clinch-box>.note>ul li:last-child {
	margin-bottom: 0px;
}
.clinch-box>.close {
	font-size: 18px;
	cursor: pointer;
	color: #9fa0a0;
	position: absolute;
	top: 10px;
	right: 12px;
}
@media (max-width: 680px) {
.clinch-box>.note {
	display: none;
}
}
.price-more-box {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	background-color: transparent;
    pointer-events: none;
	opacity: 0;
	transition: all .15s ease-in-out;
	
	padding: 16px;
    z-index: 1900;
    overflow-y: auto;
}
.price-more-box.show {
	opacity: 1;
	pointer-events: auto;
}
/*
.price-more-box .price-more-main {
    pointer-events: none;
}
.price-more-box.show .price-more-main {
    pointer-events: auto;
}
*/
.price-more-main {
	position: absolute;
	top: 148px;
	max-width: 960px;
	width: 100%;
	margin: auto;
	padding: 16px 16px 0 16px;
	background-color: white;
	line-height: 1.5;
	border-radius: 8px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
	font-size: 14px;
	
	display: flex;
	flex-wrap: wrap;
}
.price-more-main .close {
	font-size: 18px;
	cursor: pointer;
	color: #9fa0a0;
	position: absolute;
	top: 10px;
	right: 0px;
}
.price-more-main .btn {
	display: block;
	height: 38px;
	line-height: 36px;
}
@media (max-width: 1024px) {
.price-more-box {
	background-color: rgba(0, 0, 0, 0.5);
}
.price-more-main .btn {
	display: block;
}
.price-more-main {
	max-width: 540px;
	position: relative;
	top: 0px;
}
}
.price-more-main>* {
	flex: 1;
	padding: 0 12px;
	margin-bottom: 16px;
}
@media (max-width: 680px) {
.price-more-main .close {
	top: 5px;
}
.price-more-main .btn {
	margin-bottom: 8px;
}
.price-more-main {
	max-width: 388px;
	padding: 16px 8px 0 8px;
	font-size: 13px;
}
.price-more-main>* {
	padding: 0 8px;
}
}
@media (max-width: 320px) {
.price-more-main .close {
	right: 6px;
}
.price-more-box {
	padding: 8px;
}
.price-more-main {
	padding: 16px 8px 0 8px;
	font-size: 12px;
}
.price-more-main>* {
	padding: 0 0px;
}
}
.price-more-main>*>.box {
	position: relative;
    display: block;
    padding-left: 1.25rem;
	margin-bottom: 12px;
	white-space: nowrap;
}
.price-more-main>*>.box:last-child {
	margin-bottom: 0px;	
}
.price-more-main>*>.box>label {	
	margin-bottom: 0;
}
.price-more-main>*>.box>label>input {
	box-sizing: border-box;
    padding: 0;
	position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
	cursor: pointer;
	width: 0px;
	height: 0px;
}
.price-more-main>*>.box>label>input::before {
	content: '';
	position: absolute;
    top: 0;
    left: 0;
    background-image: url(price-more-box-icon.png);
    background-repeat: no-repeat;
    display: block;
    background-position: 0px 0px;
    width: 13px;
    height: 13px;
}
.price-more-main>*>.box>label>input:checked::before {
    background-position: -13px 0px;
}
.price-more-main .number-box {
	position: relative;
    display: block;
	white-space: nowrap;
}
.price-more-main input.custom-input {
	height: 30px;
    line-height: 30px;
    padding: 0 5px;
    font-size: 14px;
    display: inline-block;
    border-radius: 3px;
    border: 0;
    border: 1px solid #bfbfbf;
    background-color: #f5f5f5;
	width: 55px;
    text-align: center;
}
.price-more-main input.custom-input::-webkit-outer-spin-button, .price-more-main input.custom-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.price-more-main input[type=number].custom-input {
  -moz-appearance: textfield;
}
.price-more-main .select-box {
	position: relative;
    display: block;
	white-space: nowrap;
	margin-bottom: 11px;
}
.price-more-main .select-box label {
	display: inline-flex;
	align-items: center;
	margin-bottom: 0px;
	margin-right: 16px;
}
.price-more-main .select-box label input {
	margin-right: 6px;
	width: 13px;
    height: 13px;
}
/*自訂*/