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: 13px
}

.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;
    margin: 0 auto;
}

.van-cell-group {
    margin: 16px 8px;
}

.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_box .info_row:nth-child(2n) {
    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
}

.wuxin_box .info_row .van-col {
    text-align: center;
    align-content: center;
    width: 16%;
}

.ganzhi_box {
    width: 100%;
    margin-top: 10px;
}

.ganzhi_box .title {
    color: #9e9e9e;
}

.ganzhi_box .van-col {
    text-align: center;
    align-content: center;
}

.base_computed_box .ganzhi_box .van-col {
    width: 20%;
}

.pro_computed_box .ganzhi_box .van-col {
    width: 14.28%;
}

.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;
}

.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;
}

.ganzhitishi_box .info_row,
.pro_computed_box .ganzhitishi_box .info_row {
    display: block;
    padding: 5px 3%;
    line-height: 21px;
    font-size: 14px;
    text-align: left;
}

.ganzhitishi_box .info_row:first-child,
.pro_computed_box .ganzhitishi_box .info_row:first-child {
    text-align: center;
}

.pro_computed_box .info_row {
    text-align: center;
    font-size: 12px;
    padding: 0;
    line-height: 20px;
    background-color: #fff;
}

.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;
}

.liunian_table .van-col,
.dayun_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;
}

.site-footer {
    font-size: 12px;
    text-align: center;
    padding: 24px;
    color: #5e5e5e !important;
}

.site-footer .slogan {
    padding-bottom: 16px;
}