/* ========== sjg_index.css - 軒轅黃帝四季歌占卜索引頁專屬樣式 ========== */

body{padding-top: env(safe-area-inset-top);padding-bottom: env(safe-area-inset-bottom);}

.main{
    padding-top: 0.88rem;
}

/* ========== 表單區域 ========== */
.huangdi_info{
    overflow: hidden;
    margin-top: 0.2rem;
    background: #fff;
}

/* 占蔔卡片 */
.zhanpu{
    background-image: url(../images/zhanpu.png);
    background-size: 100% 100%;
    width: 7.01rem;
    height: 3.7rem;
    margin: 0.3rem auto;
    position: relative;
    margin-bottom: 0;
}
.zhanputit{
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 0.28rem;
    color: #FFFFFF;
    position: absolute;
    top: 0.6rem;
    left: 0.32rem;
}
.zhanputit p{
    float: left;
    padding-bottom: 0.1rem;
}
.zhan_form{
    position: absolute;
    left: 1.3rem;
    top: 0.6rem;
}

/* 季節選擇 */
.chusheng{
    overflow: hidden;
}
.jijie{
    float: left;
    font-size: 0.32rem;
    font-weight: bold;
    color: #333333;
    margin-top: 0.1rem;
}
.jijie_list{
    float: left;
    width: 4rem;
}
.jijie_item{
    float: left;
    margin-left: 0.3rem;
    margin-bottom: 0.2rem;
}
.chunitem{
    background-image: url(../images/chun_default.png);
    background-size: 100% 100%;
    width: 1.62rem;
    height: 0.56rem;
}
.xiaitem{
    background-image: url(../images/xia.png);
    background-size: 100% 100%;
    width: 1.62rem;
    height: 0.56rem;
}
.qiuitem{
    background-image: url(../images/qiu_default.png);
    background-size: 100% 100%;
    width: 1.62rem;
    height: 0.56rem;
}
.dongitem{
    background-image: url(../images/dong.png);
    background-size: 100% 100%;
    width: 1.62rem;
    height: 0.56rem;
}
.jizhong .chunitem{
    background-image: url(../images/chun_zhong.png);
}
.jizhong .xiaitem{
    background-image: url(../images/xia_zhong.png);
}
.jizhong .qiuitem{
    background-image: url(../images/qiu_zhong.png);
}
.jizhong .dongitem{
    background-image: url(../images/dong_zhong.png);
}

/* 時辰選擇 */
.chusheng_shichen{
    margin-top: 0.2rem;
}
.cs_shichen{
    float: left;
    font-size: 0.32rem;
    font-weight: bold;
    color: #333333;
    margin-top: 0.15rem;
}
.shichen_input{
    float: left;
    width: 3.84rem;
    height: 0.72rem;
    line-height: 0.72rem;
    background: #FFFFFF;
    border: 1px solid #999999;
    opacity: 1;
    border-radius: 0.1rem;
    margin-left: 0.2rem;
}
.shichen_text{
    border: none;
    background: none;
    font-size: 0.32rem;
    color: #333333;
    padding-left: 0.2rem;
    width: 3.64rem;
    -webkit-appearance: none;
}

/* 開始占卜按鈕 */
.kaishi_zb{
    background-image: url(../images/chang.png);
    background-size: 100% 100%;
    width: 6.9rem;
    height: 0.88rem;
    line-height: 0.88rem;
    text-align: center;
    font-size: 0.36rem;
    margin: 0.3rem auto;
    color: #FFFFFF;
}

/* 預測說明 */
.zhanpu_desc{
    width: 6.9rem;
    margin: 0.5rem auto;
    margin-bottom: 0.4rem;
}
.yuce{
    font-size: 0.28rem;
    font-weight: bold;
    color: #333333;
}
.yuce_wen{
    font-size: 0.28rem;
    color: #666666;
    margin-top: 0.1rem;
}
.yuce_zhu{
    font-size: 0.24rem;
    color: #CCCCCC;
    margin-top: 0.15rem;
}

/* 隱藏提交按鈕 */
.hide{display:none !important;}

/* ========== 時辰彈窗 ========== */
.shichen_cover{
    display: none;
    width: 100%;
    height: 100%;
    z-index: 10000;
    left: 0;
    top: 0;
    position: fixed;
    background-color: rgba(0,0,0,0.7);
}
.shichen_box{
    width: 7.5rem;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 0.2rem 0.2rem 0px 0px;
    position: fixed;
    display: none;
    z-index: 10000001;
    bottom: 0;
    padding-bottom: 0.2rem;
}
.shichen_tit{
    text-align: center;
    padding-top: 0.3rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: #333333;
}
.shichen_list{
    overflow: hidden;
    margin-top: 0.4rem;
}
.shichen_item{
    float: left;
    width: 1.5rem;
    height: 1rem;
    background: #FFF4F2;
    border: 1px solid #C83C23;
    opacity: 1;
    border-radius: 0.1rem;
    text-align: center;
    margin-left: 0.3rem;
    margin-bottom: 0.3rem;
}
.shechen_chen{
    font-size: 0.32rem;
    font-weight: bold;
    color: #C83C23;
    padding-top: 0.08rem;
}
.shichen_hour{
    font-size: 0.24rem;
    color: #C83C23;
    padding-top: 0.05rem;
}
.zhong_jiang{
    background: #C83C23;
}
.zhong_jiang .shechen_chen{
    color: #fff;
}
.zhong_jiang .shichen_hour{
    color: #fff;
}

/* ========== 問答與產品簡介 ========== */

.bzpoyjbox{margin-top:0.2rem;background:#fff;padding-bottom:0.4rem;overflow:hidden;}
.yjtit{height:0.88rem;line-height:0.88rem;padding-left:0.3rem;font-size:0.36rem;font-weight:500;color:#935422;position:relative;background:linear-gradient(90deg,#FFEEC3 6%,#EAD8AC 100%);}
.wenbox{width:6.9rem;padding:0.2rem 0.3rem 0.4rem 0.3rem;background:#FFF6E7;border-radius:0.1rem;margin:0.3rem auto;margin-bottom:0;}
.wenyi{font-size:0.32rem;font-weight:500;color:#C85D23;}
.wenyi i{background-image:url(../images/wh.png);background-size:100% 100%;width:0.32rem;height:0.38rem;display:inline-block;margin-right:0.1rem;vertical-align:text-bottom;}
.wenda{font-size:0.32rem;color:#666;line-height:0.52rem;margin-top:0.2rem;}
.about_sx{width:6.9rem;overflow:hidden;margin:0.3rem auto;margin-bottom:0;}
.about_sx p{font-size:0.32rem;line-height:0.52rem;color:#666;}
.icon_biaozhi{width:3rem;height:2rem;border-radius:0.1rem;float:right;margin:0 0 0 0.2rem;}
