:root {
    --theme-color: #e54844;
    --max-page-width: 640px;
    --jin: #ffa500;
    --shui: #0074e4;
    --mu: #00ad7c;
    --huo: #fc345c;
    --tu: #a64b00;
    --html-bg-color: #FFFFFF;
}
::-webkit-scrollbar {
    display: none;
}

@media screen and (max-width: 640px) {
    body{
        width:100%;
        height: 100%;
		font-family:微软雅黑;
        background-color: var(--html-bg-color);
        margin: 0 auto;
        touch-action: manipulation;
        -webkit-text-size-adjust: 100% !important;
        text-size-adjust: 100% !important;
        -moz-text-size-adjust: 100% !important;
		font-size: 16px;
    }
    .app-frame{
        width: 100%;
        height: 100vh;
        background-color: #fff;;
        overflow: auto;
        scroll-behavior: smooth;
    }
    .app-header{
        grid-template-columns: 40px 40px auto 40px 40px;
        display: grid;
        height: 40px;
        background-color: #f8f8f8;
        /* opacity: 0.9; */
        backdrop-filter: blur(15px);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 999;
    }
    .app-body{
		font-family:微软雅黑;
        display: block;
        position: relative;
        top: 40px;
        width:100% !important;
    }
    .app-footer{
        display: grid;
        grid-template-columns: 20% 20% 20% 20% 20%;
        position: fixed;
        bottom: 0;
        z-index: 999;
        height: 55px;
        width: 100% !important;
        line-height: 55px;
        padding: 0px;
        /* box-shadow: -1px 0 4px rgb(0 0 0 / 12%); */
        background-color: #F6F6F6;
    }
    #paipantabbar{
        width:100%; 
        left: auto !important;
        background-color: #eee !important; 
        /*filter: drop-shadow(0px 1px 4px rgb(0 0 0 / 12%));*/
        z-Index: 666;
        position: fixed; 
        top:40px;
        margin: 0 auto;
    }
    .app-file-list-search{
        position: fixed; 
        top:40px;
        width: 100%;
        background-color: #eee;
/*         filter: drop-shadow(0px 1px 4px rgb(0 0 0 / 12%)); */
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
		z-index: 999;
    }
    .app-profile-banner {
        width: 100%; 
        text-align: center;
        height: 130px;
        font-size: 16px;
        color: #fff;
        background-color: var(--theme-color);
        filter: drop-shadow(0px 0px 5px rgb(0 0 0 / 12%));
        z-Index: 666;
        position: fixed; 
        top:40px;
        margin: 0 auto;
/*         border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px; */
    }
}
@media screen and (min-width: 640px) {
    body{
        width:var(--max-page-width);
        height: 100%;
		font-family:微软雅黑;
        background-color: var(--html-bg-color);
        margin: 0 auto;
        touch-action: manipulation;
        -webkit-text-size-adjust: 100% !important;
        text-size-adjust: 100% !important;
        -moz-text-size-adjust: 100% !important;
    }
    .app-frame{
        width: var(--max-page-width);
        height: 100vh;
        background-color: #fff;;
        overflow: auto;
        scroll-behavior: smooth;
        margin: 0 auto;
    }
    .app-header{
        display: grid;
        grid-template-columns: 40px 40px auto 40px 40px;
        height: 40px;
		font-family:微软雅黑;
        background-color: #f8f8f8;
        /* opacity: 0.9; */
        backdrop-filter: blur(15px);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: var(--max-page-width) !important;
        margin: 0 auto;
        z-index: 999;
    }
    .app-body{
        display: block;
        position: relative;
        top: 40px;
        width: var(--max-page-width) !important;
        /* height: 100%; */
    }
    
    .app-footer{
        display: grid;
        grid-template-columns: 20% 20% 20% 20% 20%;
        position: fixed;
        bottom: 0;
        z-index: 999;
        height: 55px;
        width: var(--max-page-width) !important;
        line-height: 55px;
        padding: 0px;
        box-shadow: -1px 0 4px rgb(0 0 0 / 12%);
        background-color: #F6F6F6;
    }
    #paipantabbar{
        width: var(--max-page-width); 
        left: auto !important;
        background-color: #eee; 
        /*filter: drop-shadow(0px 1px 4px rgb(0 0 0 / 12%));*/
        /* opacity: 0.9; */
        z-Index: 666;
        position: fixed; 
        top:40px;
        margin: 0 auto;
    }
    .app-file-list-search{
        position: fixed; 
        top:40px;
        width: var(--max-page-width);
        background-color: #eee;
        /* filter: drop-shadow(0px 1px 4px rgb(0 0 0 / 12%)); */
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
		z-index: 999;
    }
    .app-profile-banner {
        width: var(--max-page-width); 
        text-align: center;
        height: 140px;
        font-size: 16px;
        color: #fff;
        background-color: var(--theme-color);
        filter: drop-shadow(0px 0px 5px rgb(0 0 0 / 12%));
        z-Index: 666;
        position: fixed; 
        top:40px;
        margin: 0 auto;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }
}

html{
    background-color: var(--html-bg-color);
    overscroll-behavior-y: auto; 
}

.app-title{
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    color: #333333;
    line-height: 40px;
}
.app-header-button{
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
}
.app-header-button:active{
    background-color: #eee;
}
.app-header-button-back{
    background-image: url(../images/back.png) ;
    background-repeat: no-repeat;
    background-position:center;
    cursor: pointer;
}
.app-header-button-history{
    background-image: url(../images/back.png) ;
    background-repeat: no-repeat;
    background-position:center;
    cursor: pointer;
}
.app-header-button-login{
    background-image: url(../images/login.png) ;
    background-repeat: no-repeat;
    background-position:center;
    cursor: pointer;
}
.app-header-button-refresh{
    background-image: url(../images/refresh.png) ;
    background-repeat: no-repeat;
    background-position:center;
    cursor: pointer;
}
.app-header-button-delete{
    background-image: url(../images/delete.png) ;
    background-repeat: no-repeat;
    background-position:center;
    cursor: pointer;
}
.app-header-button-deleteQimen{
    background-image: url(../images/delete.png) ;
    background-repeat: no-repeat;
    background-position:center;
    cursor: pointer;
}
.app-header-button-modify{
    background-image: url(../images/modify.png) ;
    background-repeat: no-repeat;
    background-position:center;
    cursor: pointer;
}
.app-header-button-mingliqimen{
    background-image: url(../images/mingli24.png) ;
    background-repeat: no-repeat;
    background-position:center;
    cursor: pointer;
}
.app-header-button-bazi{
    background-image: url(../images/bazi24.png) ;
    background-repeat: no-repeat;
    background-position:center;
    cursor: pointer;
}
.app-header-button-share{
    background-image: url(../images/share.png) ;
    background-repeat: no-repeat;
    background-position:center;
    cursor: pointer;
}
.app-header-button-today{
    background-image: url(../images/today.png) ;
    background-repeat: no-repeat;
    background-position:center;
    cursor: pointer;
}
.app-header-button-jinri{
    background-image: url(../images/today.png) ;
    background-repeat: no-repeat;
    background-position:center;
    cursor: pointer;
}
.app-header-button-gongli{
    background-image: url(../images/gongli.png) ;
    background-repeat: no-repeat;
    background-position:center;
    cursor: pointer;
}
.app-header-button-huangli{
    background-image: url(../images/huangli.png) ;
    background-repeat: no-repeat;
    background-position:center;
    cursor: pointer;
}
.app-header-button-more{
    background-image: url(../images/more.png) ;
    background-repeat: no-repeat;
    background-position:center;
    cursor: pointer;
}
.app-header-button-save{
    background-image: url(../images/save.png) ;
    background-repeat: no-repeat;
    background-position:center;
    cursor: pointer;
}
.app-header-button-list{
    background-image: url(../images/list.png) ;
    background-repeat: no-repeat;
    background-position:center;
    cursor: pointer;
}
.app-header-button-pplist{
    background-image: url(../images/pplist.png) ;
    background-repeat: no-repeat;
    background-position:center;
    cursor: pointer;
}
.app-header-button-qmlist{
    background-image: url(../images/qmlist.png) ;
    background-repeat: no-repeat;
    background-position:center;
    cursor: pointer;
}

.app-day-info {
    display: grid;
    grid-template-columns: 50% 12.5% 12.5% 12.5% 12.5%;
    padding: 0px;
    width: 100%;
    height: 80px;
    line-height: 18px !important;
    background: #fff;
    color: #333333;;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #eee;
}
.app-day-info-ymd{
    display: grid;
    grid-template-columns: 35% 65%;
    padding: 0px;
    width: 100%;
    height: 100%;
}
.app-day-num{
    display: grid;
    grid-template-rows: 30% 70%;
    padding: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
}
.app-day-num-title{
    padding: 0px;
    width: 100%;
    height: 20px;
    font-size: 16px;
}
.app-day-num-value{
    padding: 0px;
    width: 100%;
    height: 50px;
    font-size: 45px;
    vertical-align: middle;
    line-height: 50px;
    color: var(--theme-color);
}
.app-day-detail{
    display: grid;
    grid-template-rows: 30% 35% 35%;
    padding: 0px;
    width: 100%;
    height: 100%;
}
.app-day-month{
    padding: 0px;
    width: 100%;
    height: 20px;
    font-size: 16px;
}
.app-day-nongli{
    padding: 0px;
    width: 100%;
    font-size: 16px;
}
.app-day-week{
    padding: 0px;
    width: 100%;
    font-size: 16px;
}
.app-time-btn {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 6px;
    cursor: pointer;
    border-width: 0px;
    background-color: var(--theme-color);
    background-blend-mode: lighten;
    background-size: cover;
    background-image: url(../images/time.png) ;
    background-repeat: no-repeat;
    background-position:center;
}

.app-text-title {
    width:100%;
    height:36px;
    margin-top: 15px;
    line-height: 36px;
    text-align: center;
    font-size: 24px;
    position:relative;
}

.app-time-summertime {
    color:#399773;
    font-size: 16px;
}

.app-shengxiao-logo {
    width: 53px;
    height: 53px;
	margin: 0px 0 0px 13px;
/*    border-radius: 20px;
    border-width: 2px;
    border-color: var(--theme-color);
    border-style: solid;
    background-color: var(--theme-color);
    background-blend-mode: lighten;*/
    background-size: cover;
}
.app-toggle-table-max {
    width: 100%;
    height: 7px;
    background: #eee;
    cursor: pointer;
    background-image: url(../images/min.png?123) ;
    background-repeat: no-repeat;
    background-position:center;
}
.app-toggle-table-max:hover{
    background: #eee;
    background-image: url(../images/min.png?123) ;
    background-repeat: no-repeat;
    background-position:center;
}
.app-toggle-table-min {
    width: 100%;
    height: 7px;
    background: #eee;
    cursor: pointer;
    background-image: url(../images/max.png?123) ;
    background-repeat: no-repeat;
    background-position:center;
}
.app-toggle-table-min:hover{
    background: #eee;
    background-image: url(../images/max.png?123) ;
    background-repeat: no-repeat;
    background-position:center;
}
.app-bazi-name {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color: #a64c2d;
    font-size: 16px;
    width: 80px;
	font-weight: bold;
}

.app-liunian-switch-on {
    cursor: pointer;
    background-image: url(../images/on.png) ;
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    background-color: var(--theme-color);
    background-blend-mode: lighten;
    width: 25px;
    height: 25px;
    text-align: center;
    display: inline-block;
}
.app-liunian-switch-off {
    cursor: pointer;
    background-image: url(../images/off.png) ;
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    width: 25px;
    height: 25px;
    text-align: center;
    display: inline-block;
}
.app-wuxingwangshuai {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    width: 100%;
    /* background-color: var(--theme-color); */
    color: #fff;
    text-align: center;
}

.app-footer-tab{
    height: 55px;
    line-height: 130%;
    color: #000000;
    font-weight: normal;
    text-align: center;
	margin-top: 8px;
	font-size: 14px;
}
.app-footer-tab:active{
    background-color: #eee;
}
.app-footer-tab-selected{
    color: var(--theme-color) !important;
    /* font-weight: 800; */
}
.app-nowtime{
    color: var(--theme-color);
}

.app-button-panel{
    display: block;
    text-align: center;
    margin-top: 20px;
}

.app-button-item{
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    vertical-align: top;
    margin: 5px 3px;
    background-color: #eee;
    padding: 3px;
    padding-top: 8px;
    border-radius: 10px;
    cursor: pointer;
	width: 20%;
}
.app-button-item-icon{
    background-color: var(--theme-color);
    border-radius: 6px;
    width: 38px;
    height: 38px;
    padding:3px;
}
.app-button-item-text{
    font-size: 16px;
    color: #333333;;
    margin-top: 5px;
}


.app-file-list{
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-bottom: 45px;
    padding-top: 45px;
}
.app-file-list-item{
    display: grid;
    grid-template-columns: 50px auto 18px 18px 18px 18px 30px 30px 30px 20px;
    border-bottom-width: 1px;
    border-bottom-color: #eee;
    padding-top: 5px;
	border-top: 1px dotted #eee;
}
.app-file-list-item:active{
    background-color: #e2e2e2;
}
.app-file-list-item:hover{
    background-color: #e2e2e2;
}
.app-file-list-item .app-file-list-item-animal{
    padding-left: 14px;
}
.app-file-list-item .app-file-list-item-name{
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    padding-left: 23px;
    display: inline;
}
.app-file-list-item .app-file-list-item-sex-m{
    background-image: url(../images/m.png);
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: 8px;
    background-size: 12px 12px;
}
.app-file-list-item .app-file-list-item-sex-f{
    background-image: url(../images/f.png);
    background-repeat: no-repeat;
	background-position-x: 5px;
    background-position-y: 8px;
    background-size: 12px 12px;
}
/* .app-file-list-item .app-file-list-item-sex{
    font-size: 16px;
    font-weight: 400;   
    color: #999;
    padding-left: 10px;
    display: inline;
} */
.app-file-list-item .app-file-list-item-date{
    font-size: 14px;
    font-weight: 400;   
    color: #999;
    padding-left: 5px;
    display: block;
	margin-top: 0px;
}
.app-file-list-item .app-file-list-item-bazi{
    font-size: 17px;
    font-weight: 400;   
    color: #999;
	padding-top: 7px;
    padding-right: 5px;
    vertical-align: middle;
}
.app-file-list-item .app-file-list-item-bz{
    font-size: 16px;
    font-weight: 400;   
    vertical-align: middle;
    text-align: center;
	margin-top: 12px;
}

.app-file-list-item-bzbtn{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    line-height: 35px;
    padding-left: 3px;
    padding-right: 3px;
}
.app-file-list-item-qmbtn{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    line-height: 35px;
    padding-left: 3px;
    padding-right: 3px;
}
.app-file-list-item .app-file-list-item-qm{
    font-size: 16px;
    font-weight: 400;   
    vertical-align: middle;
    text-align: center;
	margin-top: 12px;
}
.app-file-list-item-zwbtn{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    line-height: 35px;
    padding-left: 3px;
    padding-right: 3px;
}
.app-file-list-item .app-file-list-item-zw{
    font-size: 16px;
    font-weight: 400;   
    vertical-align: middle;
    text-align: center;
	margin-top: 12px;
}
.app-file-list-item-check{
    background-image: url(../images/checked.png) ;
    background-repeat: no-repeat;
    background-position:center;
    cursor: pointer;
}
.app-file-list-item-uncheck{
    background-image: url(../images/unchecked.png) ;
    background-repeat: no-repeat;
    background-position:center;
    cursor: pointer;
}

.app-file-logo{
    width: 37px;
    height: 37px;
    border-radius: 12px;
    border-width: 1px;
	background-size: cover;
	background-blend-mode: lighten;
/* 	border-style: solid;
    border-color: var(--theme-color);
    background-color: var(--theme-color);  */
    
}
.app-file-list-empty{
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.app-file-searchbox{
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 25px !important;
}

.app-button-delete {
    position: fixed;
    bottom: 60px;
    right: 60%;
    height: 38px;
    line-height: 38px;
    border: 1px solid transparent;
    padding: 0 18px;
    background-color: var(--theme-color);
    border-radius: 5px !important;;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    border-radius: 2px;
    cursor: pointer;
    filter: drop-shadow(3px 3px 3px rgb(0 0 0 / 30%));
}
.app-button-cancel {
    position: fixed;
    bottom: 60px;
    left: 60%;
    height: 38px;
    line-height: 38px;
    border-color: var(--theme-color)!important;
    background-color: #fff;
    color: var(--theme-color)!important;
    border: 1px solid transparent;
    padding: 0 18px;
    border-radius: 5px !important;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    filter: drop-shadow(3px 3px 3px rgb(0 0 0 / 30%));
}

.app-button-new{
    position: fixed;
    display: block;
    bottom: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,.3));
    border-width: 0;
    border-radius: 50px !important;
    background-color: var(--theme-color);
    background-image: url(../images/add.png) ;
    background-repeat: no-repeat;
    background-position:center;
    cursor: pointer;
    opacity: 0.8;
}

.app-form {
    width: 100%;
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}
.app-button-date-group {
    display: grid;
    margin:0 auto;
    width: 240px;
    grid-template-columns: 80px 80px 80px;
}
.app-button-date {
    display: table-cell;
    width: 80px;
    height: 25px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--theme-color);
    font-size: 16px;
    line-height: 25px;
    margin: 5px;
    cursor: pointer;
}
.app-button-date-gongli {
    margin-right: 0px;
    border-top-left-radius: 25px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 0px;
    border-right: 0px;
}
.app-button-date-nongli {
    margin-left: 0px;
    margin-right: 0px;
    border-radius:0px;
    border-left: 0px;
    border-right: 0px;
}
.app-button-date-shizhu {
    margin-left: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 25px;
    border-left: 0px;
}
.app-button-date-active {
    background-color: var(--theme-color);
    color: #fff;
}
.app-profile-logo {
    width: 64px;
    height: 64px;
    border-radius: 64px;
}
.app-profile-user{
    margin: 12px;
    cursor: pointer;
    line-height: 50px;
}
.app-profile-theme {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
	margin-right: 5px;
}

.app-login-title{
    width: 100%;
    height: 40px;
    margin: 0 auto;
    margin-top: 40px;
    line-height: 40px;
    font-size: 32px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    text-align: center;
}
.app-login-uid{
    /* display: inline-block; */
    width: 90%;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
    box-sizing: border-box;
    text-align: center;
}
.app-login-uid-input{
    border: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--theme-color);
    width: 100%;
    font-size: 20px;
}
.app-login-pwd{
    display: grid;
    /* grid-template-columns: 60% 40%; */
    width: 90%;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
    box-sizing: border-box
}
.app-login-pwd-input{
    border: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--theme-color);
    width: 100%;
    font-size: 20px;
}
.app-login-pwd-ver{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-color: var(--theme-color);
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    width: 100%;
    color: #333333;;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.app-login-pwd-ver:active{
    background-color: var(--theme-color);
    color: #fff;
}
.app-login-btn{
    width: 80%;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 20px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: var(--theme-color);
    color: #fff;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
}
.app-login-btn:active{
    background-color: #fff;
    border-width: 1px;
    border-color: var(--theme-color);
    border-style: solid;
    color: var(--theme-color);
}

.app-logout-btn{
    width: 60%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    margin: 0 auto;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-width: 1px;
    border-style: solid;
    color: var(--theme-color);
    background-color: #fff;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}
.app-logout-btn:active{
    color: #fff;
    background-color: var(--theme-color);
}
.app-savenote-btn{
    width: 50%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    margin: 0 auto;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-width: 1px;
    border-style: solid;
    color: var(--theme-color);
    background-color: #fff;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}
.app-savenote-btn:active{
    color: #fff;
    background-color: var(--theme-color);
}
.app-savenote-yearcell{
    background-image: url("../images/year.png");
    background-repeat: no-repeat;
    background-position-y:top;
    background-position-x: 5px;
    padding-left: 30px !important;
    text-align: left; 
    white-space:nowrap;
    color: #2e4487;
    vertical-align: top;
}
.app-savenote-titlegap{
    height: 38px;
    line-height: 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px 0 0 2px;
    border-color: #eee;
    text-align: center;
    background-color: #FAFAFA;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.app-savenote-txtcell{
    text-align: left; 
    padding-left: 5px !important;
    /* text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; */
}
.app-savenote-btncell{
    background-image: url("../images/remove.png");
    background-repeat: no-repeat;
    background-position-x:right;
    background-position-y:center;
    cursor: pointer;
}
.app-savenote-subtitle{
    background-image: url("../images/add2.png");
    background-repeat: no-repeat;
    background-position-x:right;
    background-position-y:center;
    cursor: pointer;
}

.app-small-card {
    width: 90%;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    color: #333333;;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
}

.app-small-card-gap {
    width: 90%;
    height: 15px;
    line-height: 50px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 10px;
}

.app-navbar-icon-paipan{
    background-image: url(../images/paipan.png) ;
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    width: 24px;
    height: 24px;
    border-width: 0px;
    display: inline-block;
}
.app-navbar-icon-files{
    background-image: url(../images/files.png) ;
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    width: 24px;
    height: 24px;
    border-width: 0px;
    display: inline-block;
}

.app-navbar-icon-calendar{
    background-image: url(../images/calendar.png) ;
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    width: 24px;
    height: 24px;
    border-width: 0px;
    display: inline-block;
}
.app-navbar-icon-profile{
    background-image: url(../images/profile.png) ;
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    width: 24px;
    height: 24px;
    border-width: 0px;
    display: inline-block;
}

.app-navbar-icon-study{
    background-image: url(../images/books.png) ;
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    width: 24px;
    height: 24px;
    border-width: 0px;
    display: inline-block;
}

.app-navbar-icon-paipan-selected{
    background-image: url(../images/paipan.png) ;
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: var(--theme-color);
    background-blend-mode: lighten;
}
.app-navbar-icon-files-selected{
    background-image: url(../images/files.png) ;
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: var(--theme-color);
    background-blend-mode: lighten;
}
.app-navbar-icon-calendar-selected{
    background-image: url(../images/calendar.png) ;
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: var(--theme-color);
    background-blend-mode: lighten;
}
.app-navbar-icon-profile-selected{
    background-image: url(../images/profile.png) ;
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: var(--theme-color);
    background-blend-mode: lighten;
}

.app-navbar-icon-study-selected{
    background-image: url(../images/books.png) ;
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: var(--theme-color);
    background-blend-mode: lighten;
}

.theme1 {
    background-color: #e54844;
}
.theme2 {
    background-color: #cc952d;
}
.theme3 {
    background-color: #ff4f81;
}
.theme4 {
    background-color: #009b84;
}
.theme5 {
    background-color: #00b7d3;
}
.theme6 {
    background-color: #007fdb;
}
.theme7 {
    background-color: #6639b7;
}


/*五行颜色*/
.wxjin {
    color: var(--jin);
}

.wxshui {
    color: var(--shui);
}

.wxmu {
    color: var(--mu);
}

.wxhuo {
    color: var(--huo);
}

.wxtu {
    color: var(--tu);
}

.wxjin_bg {
    background-color: var(--jin);
}

.wxshui_bg {
    background-color: var(--shui);
}

.wxmu_bg {
    background-color: var(--mu);
}

.wxhuo_bg {
    background-color: var(--huo);
}

.wxtu_bg {
    background-color: var(--tu);
	font-size: 17px
}

/*八字干支样式*/
.ganzhiStyle {
    font-size: 32px !important;
    font-weight:900 !important;
	height: 40px;
}

.app-yinyang{
    height:50px;
    width:100%;
    display: grid;
    grid-template-columns: 12% auto 12%;
    grid-column-gap: 10px;
    box-sizing: border-box;
}
.app-yinyang-bar{
    width:100%;
    height: 10px;
    background-color: var(--shui);
    border-radius: 10px;
    margin-top: 7px;
}
.app-TongDang-bar{
    width:100%;
    height: 10px;
    background-color: var(--mu);
    border-radius: 10px;
    margin-top: 7px;
}
.app-yinyang-bar-item{
    height: 10px;
    border-radius: 10px;
}

.app-barchart{
    height:125px;
    width:100%;
    display: grid;
    grid-template-columns: 30px auto 65px;
    grid-column-gap: 10px;
    box-sizing: border-box;
}
.app-barchart-bar{
    width:100%;
    height: 10px;
    background-color: #ccc;
    border-radius: 10px;
    margin-top: 7px;
}
.app-barchart-bar-item{
    height: 10px;
    border-radius: 10px;
}

table{
    width: 100%;
    margin: 0px !important;
}
td {
    font-size: 16px !important;
    word-break: keep-all;
    word-wrap:break-word;
    padding: 1px 0px 2px 0px  !important;
}

.subtitle{
    color: #666;
    font-style: normal !important;
    font-size: 16px !important;
}

.wxyin{
    /*font-style: italic;*/
}
.wxyang{
    font-style: normal;
}

.shensha{
    color: #2e4487;
}

.canggan{
    font-size: 16px !important;
    font-weight: normal;
}
.xShishen{
    font-weight: normal;
    color: #666;
    font-size: 13px;
}
.xyShishen{
    font-weight: normal;
    color: #666;
    /*font-size: 17px;*/
}

.nayin{
    font-size:16px !important;
    font-weight: normal;
    cursor: pointer;
}

.dayunYear{
    color: #666;
    font-size: 13px !important;
    font-weight: normal;
    /*line-height: 25px;*/
    text-align: center;
    white-space: nowrap;
}
.liunianYear{
    color: #666;
    font-size: 13px !important;
    font-weight: normal;
    /*line-height: 25px;*/
    text-align: center;
}
.liuyueMonth{
    color: #666;
    font-size: 13px !important;
    font-weight: normal;
    /*line-height: 25px;*/
    text-align: center;
}
.liuriMonth{
    color: #666;
    font-size: 13px !important;
    font-weight: normal;
   /* line-height: 25px;*/
    text-align: center;
}

.dayunStyle {
    font-size: 20px !important;
    /* font-weight: normal; */
	line-height: 25px;
}

.liunianStyle {
    font-size: 20px !important;
    /* font-weight: normal; */
	line-height: 25px;
}

.xiaoyunStyle {
    /*font-size: 17px !important;
     font-weight: normal; */
	line-height: 25px;
}

.liuyueStyle{
    font-size: 20px !important;
    /* font-weight: normal; */
	line-height: 25px;
}

.liuriStyle{
    font-size: 20px !important;
    /* font-weight: normal; */
	line-height: 25px;
}

.cellActive {
    border-radius: 3px;
    background-color: #e8e8e8 !important;
    font-weight: bold !important;
    /* opacity: 0.6; */
}

.liunian-grid-evenrow-line{
    border-top-width: 1px;
    border-top-style: solid; 
    border-top-color: #eee;
}

.headercell{
    color: #333333;;
    font-size: 16px !important;
}

.liuyitag_he{
    background-color: #ffffff;
    border-radius: 20px;
    border-width: 1px;
    border-color: #00ad7c;
    border-style: solid;
    color:#00ad7c;
    padding: 3px 6px 3px 6px;
    margin: 10px 10px 0px 0px;
    line-height: 16px;
    display: inline-block;
    /*color: green;
    padding: 0px 5px;
    border-radius: 50px;
    background-color: #ffffff;
    border: 1px solid green;
    margin: 0px 4px 10px 5px;
    display: inline-block;*/
}
.liuyitag_hui{
    background-color: #ffffff;
    border-radius: 20px;
    border-width: 1px;
    border-color: #a64b00;
    border-style: solid;
    color:#a64b00;
    padding: 3px 6px 3px 6px;
    margin: 10px 10px 0px 0px;
    line-height: 16px;
    display: inline-block;
/*	color: #995001;
    padding: 0px 5px;
    border-radius: 50px;
    background-color: #ffffff;
    border: 1px solid #995001;
    margin: 0px 4px 10px 5px;
    display: inline-block;*/
}
.liuyitag_cong{
    background-color: #ffffff;
    border-width: 1px;
    border-color: #fc345c;
    border-style: solid;
    border-radius: 20px;
    color:#fc345c;
    padding: 3px 6px 3px 6px;
    margin: 10px 10px 0px 0px;
    line-height: 16px;
    display: inline-block;
/*    color: red;
    padding: 0px 5px;
    border-radius: 50px;
    background-color: #ffffff;
    border: 1px solid red;
    margin: 0px 4px 10px 5px;
    display: inline-block;*/
}
.liuyitag_xing{
    background-color: #ffffff;
    border-width: 1px;
    border-color: #0074e4;
    border-style: solid;
    border-radius: 20px;
    color: #0074e4;
    padding: 3px 6px 3px 6px;
    margin: 10px 10px 0px 0px;
    line-height: 16px;
    display: inline-block;
/*	color: blue;
    padding: 0px 5px;
    border-radius: 50px;
    background-color: #ffffff;
    border: 1px solid blue;
    margin: 0px 4px 10px 5px;
    display: inline-block;*/
}
.tgdzlntit {
    background-color: #ffffff;
    border-width: 1px;
    border-color: #ff9800;
    border-style: solid;
    border-radius: 20px;
    color: #ff9800;
    padding: 3px 6px 3px 6px;
    margin: 10px 10px 0px 0px;
    line-height: 16px;
    display: inline-block;
	cursor: pointer;
/*    display: inline;
    padding: 2px 5px;
	margin: 0px 5px 5px 0px;
    color: #ff9800;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #fd7c04;*/
}
.tgdzly {float:right;margin-right:-5px;font-size:18px;font-weight:600;cursor: pointer;}
.qianzhao{
    color:#fc345c;
}
.kunzhao{
    color:#0074e4;
}
.kongwang {
    border-width: 2px;
    border-style: dotted;
    border-color: var(--theme-color);
    border-radius: 5px;
    padding: 2px;
}
.suishu{
    font-size: 18px;
    text-align: right;
    top: 18px;
    right: 50px;
}

.nowtime{
    font-size: 18px;
    text-align: right;
    top: -13px;
    right: 5px;
	cursor: pointer;
}

.paipangrid{
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
    background-color: white !important;
}

.taimingshengCell{
    right: 5px;
    position: absolute;
    cursor: pointer;
    top: 32px;
    color: var(--theme-color);
    font-size: 16px;
}
.app-taimingshen-switch-on {
    cursor: pointer;
    background-image: url(../images/on.png) ;
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    background-color: var(--theme-color);
    background-blend-mode: lighten;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
}
.app-taimingshen-switch-off {
    cursor: pointer;
    background-image: url(../images/off.png) ;
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
}

.dayun-grid{
    display: table;
    width: 100%;
    height: 100%;
}
.dayun-grid-row{
    display: table-row;
    margin-top: 2px;
    margin-bottom: 2px;
}
.dayun-grid-cell{
    display: table-cell;
    width: 9.09%;
    font-size: 16px !important;
    word-break: keep-all;
    word-wrap:break-word;
    padding: 3px 1px 3px 1px  !important;
    margin: 0px 0px 0px 0px  !important;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #eee;
    text-align:center;
    line-height: 18px;
    margin-left: -1px  !important;
    margin-top: -1px !important;
	cursor: pointer;
}

.liunian-grid{
    display: table;
    width: 100%;
    height: 100%;
}
.liunian-grid-row{
    display: table-row;
    margin-top: 2px;
    margin-bottom: 2px;
}
.liunian-grid-cell{
    display: table-cell;
    width: 9.09%;
    font-size: 16px !important;
    /* font-weight: bold; */
    word-break: keep-all;
    word-wrap:break-word;
    padding: 2px 1px 2px 1px  !important;
    margin: 0px 0px 0px 0px  !important;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #eee;
    text-align:center;
    line-height: 14px;
    margin-left: -1px  !important;
    margin-top: -1px !important;
	cursor: pointer;
}

.liunian2-grid{
    display: table;
    width: 100%;
    height: 100%;
}
.liunian2-grid-row{
    display: table-row;
    margin-top: 2px;
    margin-bottom: 2px;
}
.liunian2-grid-cell{
    display: table-cell;
    width: 10%;
    font-size: 16px !important;
    /* font-weight: bold; */
    word-break: keep-all;
    word-wrap:break-word;
    padding: 3px 1px 3px 1px  !important;
    margin: 0px 0px 0px 0px  !important;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #eee;
    text-align:center;
    line-height: 18px;
    margin-left: -1px  !important;
    margin-top: -1px !important;
	cursor: pointer;
}

.liuyue-grid{
    display: table;
    width: 100%;
    height: 100%;
}
.liuyue-grid-row{
    display: table-row;
}
.liuyue-grid-cell{
    display: table-cell;
    width: 8.33%;
    font-size: 16px !important;
    /* font-weight: bold !important; */
    word-break: keep-all;
    word-wrap:break-word;
    padding: 3px 1px 3px 1px  !important;
    margin: 0px 0px 0px 0px  !important;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #eee;
    text-align:center;
    line-height: 18px;
    margin-left: -1px  !important;
    margin-top: -1px !important;
	cursor: pointer;
}

.liuri-grid{
    display: table;
    width: 100%;
    height: 100%;
}
.liuri-grid-row{
    display: table-row;
}
.liuri-grid-cell{
    display: table-cell;
    width: 3.33%;
    font-size: 16px !important;
    /* font-weight: bold !important; */
    word-break: keep-all;
    word-wrap:break-word;
    padding: 3px 1px 3px 1px  !important;
    margin: 0px 0px 0px 0px  !important;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #eee;
    text-align:center;
    line-height: 18px;
    margin-left: -1px  !important;
    margin-top: -1px !important;
	cursor: pointer;
}

.shishen-tag {
    cursor: pointer;
}
.shensha-tag {
    cursor: pointer;
}
.changsheng-tag {
    cursor: pointer;
	font-size: 16px;
}
.tgdz-tag {
    cursor: pointer;
	font-size: 36px;
	line-height: 40px;
}
.cursor-tag {
    cursor: pointer;
}

.changelog-content {
    padding: 15px;
    overflow: auto;
}
.changelog-content h1 {
    font-size: 16px;
    font-weight: bold;
}
.changelog-content ul {
    padding-left: 30px;
}
.changelog-content li {
    font-size: 16px;
    font-weight: normal;
    list-style: circle;
}
.popup-tip-box {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    /* border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important; */
    box-sizing: border-box;
    /* padding: 15px; */
    width: var(--max-page-width);
    height: 500px;
    bottom: 10px !important;
    background-color: #fefefe !important;
}
.popup-tip-content {
    padding: 15px;
    overflow: auto;
    height: 420px;
	text-align: justify;
}
.popup-yinpan-box {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    box-sizing: border-box;
    padding: 15px;
    width: var(--max-page-width);
    height: 200px !important;
    bottom: 10px !important;
    background-color: #fefefe !important;
}
.popup-yinpan-content {
    padding: 15px;
    overflow: auto;
    height: 100px !important;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
}
.popup-yinpan-shipan-btn {
    width: 60%;
    border-width: 0px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: var(--theme-color);
    color: #fff;
}
.popup-yinpan-kepan-btn {
    width: 60%;
    border-width: 0px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: var(--theme-color);
    color: #fff;
}
.popup-shanxiang-box {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    /* border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important; */
    box-sizing: border-box;
    padding: 15px;
    width: var(--max-page-width);
    height: 200px !important;
    bottom: 10px !important;
    background-color: #fefefe !important;
}
.popup-shanxiang-content {
    padding: 15px;
    overflow: auto;
    height: 100px !important;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
}
.popup-shanxiang-plus {
    text-align: center;
    color: #333333;;
    width: 35px;
    border-width: 1px;
    border-color: #e2e2e2;
    background-color: #e2e2e2;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.popup-shanxiang-minus {
    text-align: center;
    color: #333333;;
    width: 35px;
    border-width: 1px;
    border-color: #e2e2e2;
    background-color: #e2e2e2;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.popup-shanxiang-input {
    text-align: center;
    width: 65px;
    border-width: 1px;
    border-color: #e2e2e2;
    box-sizing: border-box;
}
.popup-shanxiang-btn {
    width: 60%;
    border-width: 0px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: var(--theme-color);
    color: #fff;
}

/*BEGIN: 覆盖layui主题色*/
.layui-table {
    color: #333333;;
    /* pointer-events: none; */
}

.layui-card-body{
    padding: 2px 2px;
}

.layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed>i {
    color: var(--theme-color);
}

.layui-form-checked span, .layui-form-checked:hover span {
    background-color: var(--theme-color);
}

.layui-form-onswitch {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
}

.layui-laydate .layui-this {
    background-color: var(--theme-color)!important;
    color: #fff!important;
}
.layui-laydate-header {
    background-color: var(--theme-color)!important;
    color: #fff!important;
}
.layui-btn {
    background-color: var(--theme-color);
    border-radius: 5px;
}
.layui-border-green {
    border-color: var(--theme-color)!important;
    background-color: #fff;
    color: var(--theme-color)!important;
}
.layui-tab-brief>.layui-tab-title .layui-this {
    color: var(--theme-color);
}

.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 2px solid var(--theme-color);
}

.layui-form-select dl dd.layui-this {
    background-color: var(--theme-color);
}
.laydate-btns-now:hover{
    color: var(--theme-color) !important;
}
.laydate-btns-confirm:hover{
    color: var(--theme-color) !important;
}
/* .layui-tab{
    margin: 0;
} */
.layui-layer-btn .layui-layer-btn0 {
    border-color: var(--theme-color) !important;
    background-color: var(--theme-color) !important;
    color: #fff;
}
.layui-layer-hui {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.layui-layer-title {
    font-size: 18px;
    font-weight: bold;
}
.layui-tab-title li {
    padding: 0px;
    min-width: 20% !important;
}

.layui-tab-content {
    padding: 0px;
}
.layui-form-item {
    margin-bottom: 5px !important;
}
.layui-table img {
    max-width: 100% !important;
}
.layui-table tbody tr:hover {
	background-color: white;
}
/*END*/

.font10px {
    display: inline-block;
    font-size: 16px;
    transform : scale(0.83,0.83);
}

/* 覆盖rolldate样式 */
.rolldate-container .rolldate-confirm {
    color: var(--theme-color) !important;
}
/*END*/

/**/
.rolldate-panel{
    left: 0;
    right: 0;
    width: var(--max-page-width) !important;
    margin: 0 auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.shizhudate-panel{
    left: 0;
    right: 0;
    width: var(--max-page-width) !important;
    margin: 0 auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
/**/


/*梅花*/
.meihua-guaname{
    font-size: 16px;
    color: black;
    /* font-weight: 300; */
}
.meihua-guatype{
    font-size: 16px;
    color: black;
    font-weight: bold;
}

.meihua-result {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}
.meihua-guagap {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 10px;
    margin: 10px 0px 10px 0px;
}
.meihua-hexagram {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    /*margin: 10px 0px 10px 10px;*/
}
.meihua-line {
    width: 40px;
    height: 8px;
    margin: 2px 0;
}
.meihua-yin {
    display: flex;
    justify-content: space-between;
}
.meihua-yin .meihua-half-line {
    width: 15px;
    height: 8px;
}
.meihua-spacer {
    width: 10px;
    height: 8px;
    background-color: white; /* 设置为白色，与页面背景一致 */
}
.meihua-dongyao {
    border: 2px solid red;
    border-radius: 50%;
    height: 8px;
    width: 8px;
}
.meihua-kongyao {
    border: 2px solid transparent;
    border-radius: 50%;
    height: 8px;
    width: 8px;
}
.meihua-tiyong {
    color: #333333;;
    font-size: 16px;
    height: 32px;
    width: 8px;
}
.meihua-detail {
    text-align: left;
    padding: 5px;
    font-size: 16px;
    word-break: break-word;
}

.da6ren-9gong-grid {
    display: grid;
    grid-template-rows: 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px;
    grid-template-columns: 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px;
    width: 300px;
    height: 300px;
    box-sizing: border-box;
    text-align: center;
}
.da6ren-9gong-grid-cell-1 {
    background-color: #bdbdbd;
    font-weight: bold;
}
.da6ren-9gong-grid-cell-2 {
    background-color: #d9d8d8;
}
.da6ren-9gong-grid-cell-3 {
    background-color: #f0f0f0;
}
.da6ren-9gong-grid-cell-4 {
    background-color: #ffffff;
}

.da6ren-4ke-grid {
    display: grid;
    grid-template-rows: 30px 30px 30px;
    grid-template-columns: 30px 30px 30px 30px;
    width: 120px;
    height: 90px;
    box-sizing: border-box;
    text-align: center;
}
.da6ren-3chuan-grid {
    display: grid;
    grid-template-rows: 30px 30px 30px;
    grid-template-columns: 30px 30px 30px 30px;
    width: 120px;
    height: 90px;
    box-sizing: border-box;
    text-align: center;
}


.qian { background-color: var(--jin); }
.kun { background-color: var(--tu); }
.zhen { background-color: var(--mu); }
.xun { background-color: var(--mu); }
.li { background-color: var(--huo); }
.kan { background-color: var(--shui); }
.gen { background-color: var(--tu); }
.dui { background-color: var(--jin); }

.popup-meihua-content{
    padding: 15px;
    overflow: auto;
    height: 200px !important;
    text-align: center;
    font-size: 16px;
}

#popup-meihua-confirm {
    width: 40%;
    border-width: 0px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: var(--theme-color);
    color: #fff;
    font-size: 24px;
}
#popup-meihua-method0{
    text-align: left;
}
#popup-meihua-method1{
    text-align: left;
}
#popup-meihua-method2{
    text-align: left;
}
#popup-meihua-method3{
    text-align: left;
}
#popup-meihua-info{
    text-align: left;
    font-size: 16px;
    color: #8a8a8a;
}
.popup-meihua-inputctl {
    height: 30px !important;
    font-size: 16px;
    vertical-align: middle;
    width: 100px !important;
    border-width: 1px !important;
    border-radius: 5px !important;
}
.popup-meihua-box {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    box-sizing: border-box;
    padding: 15px;
    width: var(--max-page-width);
    height: 300px !important;
    bottom: 10px !important;
    background-color: #fefefe !important;
}
.popup-da6ren-box {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    box-sizing: border-box;
    padding: 15px;
    width: var(--max-page-width);
    height: 350px !important;
    bottom: 10px !important;
    background-color: #fefefe !important;
}
.popup-da6ren-content{
    padding: 15px;
    overflow: auto;
    height: 250px !important;
    text-align: left;
    font-size: 16px;
}
#popup-da6ren-confirm {
    width: 40%;
    border-width: 0px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: var(--theme-color);
    color: #fff;
    text-align: center;
    font-size: 24px;
}
.da6ren-prev-next-btn{
    width: 100px;
    height: 30px;
    border-width: 0px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: var(--theme-color);
    color: #fff;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}
.tipsms{
    color:#999999;
	font-size: 14px;
}

.divscrollbar {margin-bottom: 0px;margin-top:0px;}
.floatleft {float:left;padding-left:10px;font-size:17px;color: #993300;}
.floatright {float:right;padding-right:10px;font-size:17px;color: #993300;}
.gzlyred {color:red;display: inline;padding:1px 5px;border-radius:50px;background-color:#ffffff;border: 1px solid red;margin-right:8px;}
.gzlygreen {color:green;display: inline;padding:1px 5px;border-radius:50px;background-color:#ffffff;border: 1px solid green;margin-right:8px;}
.gzlyblue {color:blue;display: inline;padding:1px 5px;border-radius:50px;background-color:#ffffff;border: 1px solid blue;margin-right:8px;}
.gzlygold {color:#FD7C04;display: inline;padding:1px 5px;border-radius:50px;background-color:#ffffff;border: 1px solid #FD7C04;margin-right:8px;}
.gzlyearth {color:#995001;display: inline;padding:1px 5px;border-radius:50px;background-color:#ffffff;border: 1px solid #995001;margin-right:8px;}
.gzlypurple {color:#a233c6;display: inline;padding:1px 5px;border-radius:50px;background-color:#ffffff;border: 1px solid #a233c6;margin-right:8px;}
.gzlydeep {color:#2f363c;display: inline;padding:1px 5px;border-radius:50px;background-color:#ffffff;border: 1px solid #2f363c;margin-right:8px;}
.gzlygrey {color:#666666;display: inline;padding:1px 5px;border-radius:50px;background-color:#ffffff;border: 1px solid #666666;margin-right:8px;}
.gzlyan {float:right;padding-right:10px;font-size:16px;display: inline;padding: 2px 10px;color: #ffffff;border-radius: 10px;background-color: #ff9800;border: 1px solid #fd7c04;cursor: pointer;}
.goldClass{color:rgb(239, 145, 4);background-color:rgb(239, 145, 4)}
.woodClass{color:rgb(7, 233, 48);background-color:rgb(7, 233, 48)}
.waterClass{color:rgb(46, 131, 246);background-color:rgb(46, 131, 246)}
.fireClass{color:rgb(211, 5, 5);background-color:rgb(211, 5, 5)}
.soilClass{color:rgb(139, 109, 3);background-color:rgb(139, 109, 3)};
.faq-menu{background-color: #ffffff;}
.faq-menu ul {overflow:hidden;padding-bottom:5px;}
.faq-menu ul li {float:left;width:25%;padding-top:5px;text-align:center;}
.faq-menu ul li a {display:block}
.faq-menu ul li img {height: 50px;border-radius: 50px;}
.faq-menu ul li p {color:#666666;font-size:15px;padding-top:3px;}
.faq-menu2 {background-color: #ffffff;}
.faq-menu2 ul {overflow:hidden;padding-bottom:5px;}
.faq-menu2 ul span {float:left;width:50%;padding-top:10px;text-align:center;padding-bottom:5px;}
.faq-menu2 ul span p {font-size:16px;}
.faq-menu3 {background-color: #ffffff;}
.faq-menu3 ul {overflow:hidden;padding-bottom:5px;}
.faq-menu3 ul span {float:left;width:33.3333%;padding-top:10px;text-align:center;padding-bottom:5px;}
.faq-menu3 ul span p {font-size:16px;}
.faq-menu4 {background-color: #ffffff;}
.faq-menu4 ul {overflow:hidden;padding-bottom:5px;}
.faq-menu4 ul span {float:left;width:25%;padding-top:10px;text-align:center;padding-bottom:5px;}
.faq-menu4 ul span p {font-size:16px;}
.faq-menu5 {background-color: #ffffff;}
.faq-menu5 ul {overflow:hidden;padding-bottom:5px;}
.faq-menu5 ul span {float:left;width:20%;padding-top:10px;text-align:center;padding-bottom:5px;}
.faq-menu5 ul span b {font-size:20px;}
.faq-menu6 {background-color: #ffffff;}
.faq-menu6 ul {overflow:hidden;padding-bottom:5px;}
.faq-menu6 ul span {float:left;width:16.6666%;padding-top:10px;text-align:center;padding-bottom:5px;}
.faq-menu6 ul span p {font-size:17px;}
.faq-menu6 ul span b {font-size:20px;}
.faq-menu7 {background-color: #ffffff;}
.faq-menu7 ul {overflow:hidden;padding-bottom:5px;}
.faq-menu7 ul span {float:left;width:14.2857%;padding-top:10px;text-align:center;padding-bottom:5px;}
.faq-menu7 ul span b {font-size:20px;}
.faq-menu8 {background-color: #ffffff;}
.faq-menu8 ul {overflow:hidden;padding-bottom:5px;}
.faq-menu8 ul span {float:left;width:12.5%;padding-top:10px;text-align:center;padding-bottom:5px;}
.faq-menu8 ul span b {font-size:20px;}
.faq-menu9 {background-color: #ffffff;}
.faq-menu9 ul {overflow:hidden;padding-bottom:5px;}
.faq-menu9 ul span {float:left;width:11.1111%;padding-top:10px;text-align:center;padding-bottom:5px;}
.faq-menu9 ul span b {font-size:20px;}
.zncktit {display:inline-block; *display:inline; zoom:1;}
.RadioGjck input {display:none;}
.RadioGjck label {border: 1px solid var(--theme-color);padding: 8px 0 8px 0;width: 45px;line-height: 120%;font-size: 16px;text-align: center;float:left;border-radius: 8px;margin: 0 auto;cursor: pointer;}
.RadioGjck input:checked + label {color:#fff;background-color: var(--theme-color);opacity: .8;}
.RadioZnpm input {display:none;}
.RadioZnpm label {border: 1px solid var(--theme-color);padding: 8px 0 8px 0;width: 45px;line-height: 120%;font-size: 16px;text-align: center;float:left;border-radius: 8px;margin: 0 auto;cursor: pointer;}
.RadioZnpm input:checked + label {color:#fff;background-color: var(--theme-color);opacity: .8;}
.RadioMlxp input {display:none;}
.RadioMlxp label {border: 1px solid var(--theme-color);padding: 8px 0 8px 0;width: 45px;line-height: 120%;font-size: 16px;text-align: center;float:left;border-radius: 8px;margin: 0 auto;cursor: pointer;}
.RadioMlxp input:checked + label {color:#fff;background-color: var(--theme-color);opacity: .8;}
.RadioBz input {display:none;}
.RadioBz label {border: 1px solid var(--theme-color);padding: 10px 0 10px 0;width: 45px;line-height: 150%;font-size: 16px;text-align: center;float:left;border-radius: 30px;margin: 0 auto;}
.RadioBz input:checked + label {color:#fff;background-color: var(--theme-color);opacity: .8;}
.zncktitbt {color:var(--theme-color);font-weight: bold;background-color: #FFFFFF;}
.znckshow {word-wrap:break-word;word-break:break-all;text-align:justify;}

.wenbox {
    padding: 5px;
    background: #f8f8f8;
    border-radius: 10px;
    margin: 5px;
    margin-bottom: 10px;
}
.wenyi {
    font-size: 18px;
   /* font-weight: 700; */
    color: #C85D23;
    margin-left: 10px;
    margin-bottom: 5px;
}
.tittis {
    color: rgb(153, 153, 153);
    font-weight: 400;
    font-size: 14px;
}
.htmlContent{
padding:10px;
text-align:justify;
}
.htmlContent img {
	border:none;
	width: 100%;
    height: auto;
	padding-bottom:15px;
}

.layui-form-radio * {
    font-size: 16px;
}
.layui-table td, .layui-table th {
    position: relative;
    padding: 9px 15px;
    min-height: 20px;
    line-height: 25px;
    font-size: 14px;
}

.layui-form-switch em {
    position: relative;
    top: 0;
    padding: 0 !important;
    text-align: center !important;
    font-style: normal !important;
    font-size: 13px;
	}
.layui-card {
    margin-bottom: 1px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}

.layui-col-xs1 {
    width: 7.5%;
}
.layui-col-xs11 {
    width: 92.5%;
}
.layui-card-header {
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    border-bottom: 1px solid #f6f6f6;
    color: var(--theme-color);
    border-radius: 2px 2px 0 0;
    font-size: 17px;
	background-color: #FAFAFA;
	}
	
.zw-pan-container{
    width: 100%;
    height: 570px;
}

.zw-grid{
    border-color: #cccccc !important;margin: 0px 5px 0px 5px;
}

.zw-grid-cell{
    cursor: pointer;
    border-color: #cccccc !important
}
.app-header-button-backhome {
    background-image: url(../images/back.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
    outline: none !important;
}
.memberiframe {width: 100%;height: calc(100vh - 95px);border: none;overflow: hidden;}
/* .memberiframe {width: 100%;height: calc(100vh - 220px);border: none;overflow: hidden;} */
.bookiframe {width: 100%;height: calc(100vh - 137px);border: none;overflow: hidden;}
.qmpaipan{padding-top: 45px;padding-bottom: 55px;}
.home{padding-bottom: 55px;display:block;}

@keyframes fadeIn {
  from { opacity: 0; transform: translateX(-50%) translateY(10px); }
  to { opacity: 1; transform: translateX(-50%) translateY(0); }
}

#custom-copy-btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
::selection {
  background: rgba(7, 193, 96, 0.2);
}
/* 智能图示 */

.pt-6 {
    text-align: center;
    padding-top: 24px !important;
	font-size: 1.0rem;
}
.gzchatitem {
    position: relative;
    height: 45px;
    text-align: center;
    width: 100%;
}
.gztipsline {
    height: .013333rem;
    background-color: #aaa;
    position: absolute;
    top: 23%;
    z-index: 0;
}
.gzchatitem_relation {
    position: absolute;
    top: -14px;
    white-space: nowrap;
    font-size: 16px;
    z-index: 1;
}
.gzchatitem_gz {
    position: absolute;
    background: #fff;
    border: .08rem solid #aaa;
    width: 26px;
    padding: 0;
    top: -4px;
    z-index: 9;
    border-radius: 50px;
}
.ganzhi_tab01_wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 100%;
    font-size: 1.0rem;
    overflow: hidden;
}
.w1 {
    width: 25%;
	float: left;
    text-align: center;
	line-height: 150%;
}
.w3 {
    width: 16.6%;
	float: left;
    text-align: center;
	line-height: 150%;
}
.w4 {
    width: 14%;
	float: left;
    text-align: center;
	line-height: 150%;
}
.ganzhi_tab01_wrapper .gztips_mpgz {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.0rem;
}

uni-resize-sensor, uni-resize-sensor>div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.ganzhi_wrapper {
    width: 90%;
    display: flex;
    box-sizing: border-box;
    margin: 0 auto;
    flex-direction: column;
}
.ganzhi_wrapper .ganzhi_row {
    display: flex;
    justify-content: space-between;
}
.ganzhi_wrapper .ganzhi_row .sizhu_item {
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    height: 31px;
    line-height: 31px;
    color: #999;
    align-items: center;
    display: flex;
}
.ganzhi_wrapper .ganzhi_row .sizhu_item_1 {

    overflow: hidden;
    text-align: center;
    font-size: 26px;
    height: 36px;
    line-height: 36px;
    display: flex;
    align-items: center;
	font-weight: 600;
}
.ganzhi_wrapper .ganzhi_row .sizhu_item_3 {
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    height: 31px;
    line-height: 31px;
    color: #C85D23;
    align-items: center;
    display: flex;
}
.sizhu_img {
    margin: 7px 0 7px 0;
    width: 71px;
    height: 24px;
    overflow: hidden;
}
.sizhu_img uni-image {
    width: 100%;
    height: 100%;
}
uni-image {
    display: block;
}
uni-image>img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.col_img_wrap {
    display: flex;
    justify-content: flex-start;
}
.col_img_wrap .sizhu_img_2 {
    width: 23px;
    height: 75px;
    overflow: hidden;
}
.col_img_wrap .sizhu_img_2 uni-image {
    width: 100%;
    height: 100%;
}
.img-box-2 {
    margin-top: 10px;
    width: 80%;
    height: auto;
}
uni-resize-sensor {
    display: block;
    z-index: -1;
    visibility: hidden;
    -webkit-animation: once-show 1ms;
    animation: once-show 1ms;
}
.liutong_r{width: 350px;height:72px;background-image: url('/static/icon/liutong_r.png'); background-size: 100% 100%; background-repeat: no-repeat;}
.img_luitong{background-position: 0% 0%;background-size: 100% 100%;background-repeat: no-repeat;}
.row_he{background-image: url('/static/icon/row_he.png');}
.col_he{background-image: url('/static/icon/col_he.png');}
.row_left_sheng{background-image: url('/static/icon/row_left_sheng.png');}
.row_right_sheng{background-image: url('/static/icon/row_right_sheng.png');}
.row_zhu{background-image: url('/static/icon/row_zhu.png');}
.row_ke{background-image: url('/static/icon/row_ke.png');}
.row_left_ke{background-image: url('/static/icon/row_left_ke.png');}
.row_right_ke{background-image: url('/static/icon/row_right_ke.png');}
.col_top_sheng{background-image: url('/static/icon/col_top_sheng.png');}
.col_bottom_sheng{background-image: url('/static/icon/col_bottom_sheng.png');}
.col_zhu{background-image: url('/static/icon/col_zhu.png');}
.col_ke{background-image: url('/static/icon/col_ke.png');}
.col_top_ke{background-image: url('/static/icon/col_top_ke.png');}
.col_bottom_ke{background-image: url('/static/icon/col_bottom_ke.png');}