.rootcontent {
    margin: 0px;
}

.dayViewNumberContent {
    width: 100%;
    height: 2.3rem;
    padding-top: 0.1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: -ms-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -ms-box-orient: horizontal;
    box-orient: horizontal;
}

.dayViewNumberContent>div {
    height: 100%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
}

a {
    -webkit-tap-highlight-color: transparent;
}

.preveDayLink {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/leftarrow.png);
    background-position: 50% 37%;
    background-repeat: no-repeat;
    background-size: 13px 24px;
}

.nextDayLink {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/rightarrow.png);
    background-position: 50% 37%;
    background-repeat: no-repeat;
    background-size: 13px 24px;
}

.cnDayViewContent {
    height: 100%;
    text-align: center;
    margin-top: 0.3rem;
}

.dayViewCnDate {
    font-family: 楷体;
    font-weight: bold;
}

.liteCnDayInfo {
    text-align: center;
    font-size: 1.05rem;
    color: #d32f2f;
}

.dayViewYearInfo {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    color: #b06d3d;
    text-align: center;
}

.hlContent {
    margin: 0 15px;
    position: relative;
    background: url(../images/bordermiddle.png) repeat-y center;
    background-size: 100% 100%;
}

.border-top {
    margin: 0 15px;
    height: 13px;
    background: url(../images/bordertop.png) no-repeat center center;
    background-size: 100% 100%;
}

.border-bottom {
    margin: 0 15px;
    height: 13px;
    background: url(../images/borderbottom.png) no-repeat center center;
    background-size: 100% 100%;
}

.corner {
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: #fff;
    border: 1px solid #dc915b;
}

.top-left {
    top: -1px;
    left: -1px;
    border-radius: 0 0 100%;
    border-width: 0 1px 1px 0;
}

.top-right {
    top: -1px;
    right: -1px;
    border-radius: 0 0 0 100%;
    border-width: 0 0 1px 1px;
}

.bottom-left {
    bottom: -1px;
    left: -1px;
    border-radius: 0 100% 0 0;
    border-width: 1px 1px 0 0;
}

.bottom-right {
    bottom: -1px;
    right: -1px;
    border-radius: 100% 0 0;
    border-width: 1px 0 0 1px;
}


/*宜和忌区域布局样式*/

.yjDayViewContent {
    padding: 0 15px 15px 15px;
    border-bottom: 1px solid #dc915b;
}

.yiDayViewContent,
.jiDayViewContent {
    width: 100%;
    display: table;
}

.jiDayViewContent {
    margin-top: 20px;
}

.dayViewYiImgContent,
.dayViewJiImgContent {
    width: 30px;
    display: table-cell;
    vertical-align: middle;
}

.dayViewJiImgContent {
    margin-top: -10px;
}

.tableCellWrapper {
    display: table-cell;
    vertical-align: middle;
}

.yjDayViewContent .tableCellWrapper {
    vertical-align: top;
}

.dayViewYiImg,
.dayViewJiImg {
    width: 25px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
}

.dayViewYiImg {
    background-image: url(../images/yi.png);
}

.dayViewJiImg {
    background-image: url(../images/ji.png);
}

.dayViewYiDesc,
.dayViewJiDesc {
    padding-left: 10px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    font-size: 0.28rem;
    line-height: 1.34em;
    display: table-cell;
    height: 100%;
    padding-right: 20px;
    vertical-align: middle;
}

.dayViewYiDesc {
    color: #333333;
}

.dayViewJiDesc {
    color: #333333;
    margin-top: -10px;
}


/**诸神方位*/

.zhushenfangwei {
    border-bottom: 1px solid #dc915b;
    font-size: 0.28rem;
    text-align: center;
}

.zhushenfangweititle {
    width: 100%;
    font-size: 0.3rem;
    color: #d32f2f;
    margin: 9px 0 10px;
}

.zhushenfangweidesc {
    width: 100%;
    color: #333;
    line-height: 18px;
    margin-bottom: 9px;
}


/* 胎神、星宿、冲煞、五行、彭祖百忌 */

.hlListTitle {
    width: 100%;
    color: #d32f2f;
    font-size: 0.3rem;
    padding: 10px 0;
}

.hlListTxt {
    /*max-width:1rem;*/
    margin: 0 auto;
    line-height: 0.4rem;
    color: #333;
    text-align: center;
    font-size: 0.28rem;
}

.hldesc {
    width: 100%;
    height: 2.9rem;
    border-bottom: 1px solid #dc915b;
}

.hldesc>div {
    box-sizing: border-box;
    width: 33.3%;
    height: 2.9rem;
    font-size: 0.26rem;
    text-align: center;
    float: left;
}

.tscontent,
.cscontent {
    box-sizing: border-box;
    border-bottom: 1px solid #dc915b;
    height: 1.45rem;
}

.pzcontent {
    border-left: 1px solid #dc915b;
    border-right: 1px solid #dc915b;
}

.pzTxt {
    max-width: 1.3rem;
    line-height: 0.4rem;
    color: #333;
    text-align: center;
}


/*时辰宜忌*/

.scyjContent {}

.scyjContent {
    width: 100%;
    height: 90px;
}

.scyjTitle {
    width: 100%;
    font-size: 0.3rem;
    text-align: center;
    line-height: 15px;
    color: #d32f2f;
    margin: 15px 0px 5px 0px;
}

.scyjList {
    width: 100%;
    height: 60px;
    margin-right: 10px;
}

.scyjItem {
    float: left;
    width: 8.3%;
    height: 60px;
    color: #333333;
    text-align: center;
}

.scyjItem.now {
    color: #dc915b;
}

.scyjTtx {
    width: 11px;
    margin: 9px auto;
    font-size: 0.24rem;
}

@media (min-width: 415px) {
    .border-top {
        height: 45px;
    }
    .border-bottom {
        height: 45px;
    }
    .scyjContent {
        height: 118px;
    }
}