html,
body,
#app {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

body {
    font-family: Helvetica, 'PingFang TC', "微軟正黑體", "Microsoft JhengHei", sans-serif !important;
    background-color: #f3f3f3 !important;
    color: #5f6169 !important
}

.van-nav-bar .van-icon {
    color: rgb(95, 97, 105) !important;
}

.van-tabs__line {
    background: #ffc402;
}

.info_box_wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 100%;
    font-size: 14px
}

.info_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 96%;
    margin: 0 auto;
}

.van-cell-group {
    margin-top: 16px;
}

.info_box .info_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 3%;
    color: #010101;
    line-height: 33px;
    background-color: #fff
}

.info_box .info_row:first-child {
    background-color: #bbb;
    color: #fff;
}

.info_box .info_row:first-child .info_row_label {
    color: #fff;
}

.info_row:nth-child(2n+1) {
    background-color: #ebebeb
}

.info_box .info_row .info_row_label {
    color: #454545;
    white-space: nowrap
}

.info_box .info_row .info_row_value {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    overflow-x: visible
}

.info_box .info_row .info_row_right {
    float: right
}

.info_box .info_row .info_row_right2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    white-space: nowrap
}

.ganzhi_box {
    width: 100%;
    margin-top: 10px;
}

.ganzhi_box .title {
    color: #9e9e9e;
}

.ganzhi_box .van-col {
    text-align: center;
    width: 20%;
}

.info_card {
    padding: 5px 10px;
}

.info_card .info_card_label {
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    color: #333;
    position: relative;
    padding-left: 10px;
    height: 35px;
    line-height: 35px;
}

.info_card .info_card_label::before {
    content: '';
    display: block;
    width: 3px;
    height: 20px;
    background-color: #ffc402;
    position: absolute;
    left: 0;
    top: 47%;
    transform: translateY(-50%);
}

.gan_zhi {
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
}

.mu {
    color: #07e930;
}

.huo {
    color: #d30505;
}

.tu {
    color: #8b6d03;
}

.jin {
    color: #ef9104;
}

.shui {
    color: #2e83f6;
}

.xh_gua {
    width: 300px;
    display: block;
    float: left;
}

.liuyao {
    display: flex;
    flex-direction: column-reverse;
    width: 210px;
    padding-top: 10px;
    text-align: left;
    float: left;
}

.yao {
    width: 70px;
    height: 40px;
    padding: 0 70px;
    background-color: black;
    display: block;
    margin-bottom: 30px;
}

.yao_zj {
    display: block;
    float: left;
    width: 70px;
    height: 40px;
    background-color: #fff;
}

.yao_left,
.yao_right {
    display: flex;
    flex-direction: column-reverse;
    width: 45px;
    padding-top: 10px;
    float: left;
    font-size: 15px;
}

.yao_left_item,
.yao_right_item {
    width: 50px;
    height: 40px;
    margin-bottom: 30px;
    line-height: 40px;
    text-align: center;
}

.yaoci {
    display: flex;
    flex-direction: column-reverse;
    float: left;
    margin-top: -420px;
    padding-bottom: 12px;
}

.yaoci_item {
    height: 30px;
    width: 300px;
    line-height: 30px;
    display: block;
    margin-top: 40px;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
}

.liuyao .active {
    background-color: red;
}

.article {
    text-align: left;
    font-size: 15px;
}

.poetry {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.big-text {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
}

.pro_computed_box .info_row {
    text-align: center;
    font-size: 12px;
    padding: 0;
    line-height: 20px;
    background-color: #fff;
    margin-top: 5px;
}

.pro_computed_box .info_row .van-col {
    padding: 5px 0;
    position: relative;
    display: grid;
    align-content: center;
}

.pro_computed_box .info_row .van-col:after {
    content: "";
    position: absolute;
    right: 0;
    top: 2px;
    height: 90%;
    border-right: 1px solid #dfdfdf;
}

.pro_computed_box .info_row .title {
    color: #9e9e9e;
}

.dayun_table .van-col {
    width: 14%;
}

.liunian_table .van-col {
    width: 9.6%;
}

.liuyeu_table .van-col {
    width: 7.6%;
}

.liuri_table .van-col {
    width: 9.09%;
}

.pro_computed_box .info_row .table_button {
    background-color: #ffffff;
    cursor: pointer;
    transition: background-color 0.1s;
}

.pro_computed_box .info_row .active {
    background-color: #eeeeee;
}


.disclaimer-card {
  margin: 16px;
  background: #FFF9E6;
  border: 1px solid #FFE6A0;
  border-radius: 8px;
  padding: 12px;
}

.disclaimer-card p {
  font-size: 11px;
  color: #856404;
  line-height: 1.5;
  margin: 0;
}

.disclaimer-card strong {
  font-weight: 600;
}