body,
html {
    background: #faf9f7;
    min-height: 100vh;
    font-family: "微软雅黑", sans-serif;
    color: #41413F;
}

a {
    color: inherit;
    text-decoration: none;
}


.box {
    display: none;
}


.text-red {
    color: #D73E41;
}

.text-green {
    color: #449036;
}

.text-yellow {
    color: #eacdaf !important;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pl-10 {
    padding-top: 10px;
}

.pr-10 {
    padding-bottom: 10px;
}


.yi_box {
    display: flex;
    position: relative;
    align-items: center;
    line-height: 25px;
    padding-left: 38px;
    margin: 20px 10px;
    flex-wrap: wrap;
}

.yi_box span {
    display: block;
    width: 68px;
    flex-shrink: 0;
}

.yi_box::before {
    content: '宜';
    background: #449036;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
}


.jin_box {
    display: flex;
    position: relative;
    align-items: center;
    line-height: 25px;
    padding-left: 38px;
    margin: 10px;
    flex-wrap: wrap;
}

.jin_box span {
    display: block;
    width: 68px;
    flex-shrink: 0;
}

.jin_box::before {
    content: '忌';
    background: #D73E41;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
}


.almanac_top {
    height: 50px;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    align-items: center;
}

.almanac_box_c {
    position: relative;
    padding: 20px 0 0 0;
    min-height: 200px;
    z-index: 1;
    border: 2px solid #eacdaf;
    box-sizing: content-box;
}

.text-center {
    text-align: center;
}

.almanac_box_c h3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}

.left-top,
.left-bottom,
.right-top,
.right-bottom {
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 8;
    background-size: 30px 30px !important;
}

.left-top {
    background: url(../img/zhuanshi.jpg) no-repeat;
    left: -2px;
    top: -2px;
}

.right-top {
    background: url(../img/zhuanshi.jpg) no-repeat;
    right: -2px;
    top: -2px;
    transform: rotate(90deg);
}

.left-bottom {
    background: url(../img/zhuanshi.jpg) no-repeat;
    left: -2px;
    bottom: -2px;
    transform: rotate(270deg);
}

.right-bottom {
    background: url(../img/zhuanshi.jpg) no-repeat;
    right: -2px;
    bottom: -2px;
    transform: rotate(180deg);
}

.almanac_top .left,
.almanac_top .right {
    height: 35px;
    width: 35px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.almanac_top .left {
    background: #e2cfb8;
    border-radius: 100px;
    font-size: 20px;
    color: #fff;
}


.almanac_box {
    background: #fff;
    border-radius: 10px;
    margin: auto 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    padding: 10px;
    position: relative;
    z-index: 9;
}

.almanac_box_m {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    position: absolute;
    height: 100px;
    bottom: 87px;
    width: 90%;
    left: 5%;
    z-index: 8;
}

.almanac_box_n {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    position: absolute;
    height: 100px;
    bottom: 74px;
    width: 80%;
    left: 10%;
    z-index: 7;
}

.almanac_top .center {
    font-size: 22px;
    color: #4d1b00;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.almanac_top .center input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.almanac_top .center img {
    display: block;
    width: 20px;
    height: auto;
    margin-left: 10px;
}

.active {
    display: block;
}

#footer {
    position: fixed;
    width: 100%;
    height: 50px;
    background: #fffaf0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid #efefee;
    z-index: 888;
}

#footer a {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    color: #c0bcb2;
    transition: all .5s;
}

#footer .active {
    color: #aa7939;
}

#footer a .title {
    font-size: 18px;
}

#footer a .sub_title {
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 5px;
}


.almanac_box_two {
    border-top: 2px solid #eacdaf;
    border-bottom: 2px solid #eacdaf;
    margin-top: 20px;
    overflow: hidden;
    display: flex;
}

.almanac_box_two>div {
    width: 33.333333%;
}

.almanac_box_two .title {
    height: 35px;
    line-height: 35px;
    text-align: center;
}


.almanac_box_two>div:nth-child(2) {
    border-left: 2px solid #eacdaf;
    border-right: 2px solid #eacdaf;
}

.almanac_box_two .item {
    line-height: 25px;
    width: 33.33333%;
    text-align: center;
    display: block;
    float: left;
}

.almanac_box_two .content {
    padding-top: 5px;
    padding-bottom: 5px;
}

.view {
    padding: 20px;
    text-align: center;
    color: #eacdaf;
    display: flex;
    justify-content: center;
    align-items: center;
}

.view a {
    position: relative;
/*    padding-left: 8px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    flex-shrink: 0;
}

/*.view a::before {
    content: " ";
    width: 18px;
    height: 18px;
    background: url(../img/view.png) no-repeat;
    position: absolute;
    background-size: contain;
    left: 0;
}
*/

.almanac_box_three {
    display: flex;
    border-bottom: 2px solid #eacdaf;
    text-align: center;
}

.almanac_box_three>div {
    width: 50%;
    flex-shrink: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.almanac_box_three>div:first-child {
    border-right: 2px solid #eacdaf;
}


.almanac_box_three .title {
    height: 35px;
    line-height: 35px;
    text-align: center;
}



.almanac_box_three .item {
    line-height: 25px;
    width: 33.33333%;
    text-align: center;
    display: block;
    float: left;
}

.almanac_box_three .content {
    padding-top: 5px;
    padding-bottom: 8px;
}

.almanac_box_four {
    padding: 8px 15px 8px 15px;
    border-bottom: 2px solid #eacdaf;
}

.almanac_box_four>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 25px;
}

.almanac_box_four>div span {
    color: #B8B9B4;
}

.jdate-container header {
    color: #222 !important;
    border-bottom: 1px solid #eacdaf !important;
}

.jdate-container .jdate-confirm {
    color: #aa7939 !important;
}

.jdate-panel {
    color: #aa7939 !important;
}

.jdate-container .jdate-cancel {
    color: #D73E41 !important;
}