
.taiyi_title_div{
    background: white;
    width:95%;
    margin-top: 0.3rem;
    margin-left:0.2rem;
     margin-bottom:0.3rem;
    text-align:center;
    box-sizing: border-box;
    line-height:1.5;
}

.grid-container16{
    clear:both;
    margin-left:0.2rem;
    margin-top:0.3rem;
    margin-bottom:0.3rem;
    width: 95%;
    box-sizing: border-box;
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: repeat(6,5.3rem);
    /*grid:120px/auto auto auto auto;*/
    /*grid-gap:10px;*/
    grid-gap:0.18rem;
    background-color:#2196F3;
          /*background-color:#bce8f1;*/
    /*padding 一个元素的内边距区域指的是其内容与其边框之间的空间*/
    padding:0.18rem;
    /*overflow: auto;*/

}

.grid-container16>div{
  background-color:rgba(255, 255, 255, 0.9);
  text-align:center;
  font-size:0.8rem;
}

/*神将span*/
.clickable-span{
    cursor: pointer;
    padding:0.2rem;
    user-select: none; /* 防止文字被选中 */
}
/* 点击时变色 */
.clickable-span:active {
            background-color: coral;
            color: white;
        }
.shen16_pan{
    font-size:0.8rem;
    color: #555555;
}
/*八门*/
.bamen_span{
    font-size:0.8rem;
    color: #555555;
    cursor: pointer;
    user-select: none; /* 防止文字被选中 */
}
/* 点击时变色 */
.bamen_span:active {
            background-color: coral;
            color: white;
        }

.ty3 {
    grid-area: 1 / 3 / span 2 / span 2;
}
.ty10 {
    grid-area: 3 / 1 / span 2 / span 2;
}
.ty11 {
    grid-area: 3 / 3 / span 2 / span 2;
}
.ty13 {
    grid-area: 3 / 5 / span 2 / span 2;
}
.ty18 {
    grid-area: 5 / 3 / span 2 / span 2;
}



div.out{
    position:relative;
    margin-left:0.3rem;
    margin-top:0.3rem;
    font-size: 0.9rem;
    background-color:white;
    /*max-height: 28rem;*/
    overflow: auto;
    width: 95%;
    box-sizing: border-box;
}

.out_css{
    font-size: 1rem;
    line-height: 1.5;

}

.out_css2{
    font-size: 1rem;
    line-height: 1.5;

}







a:link,a:visited {
	    color: blue; /*未访问的链接颜色*/
    }


a:hover {
	    color: orange; /*鼠标移动到链接的颜色*/
	    text-decoration: underline;
    }

a:active {
	    color: yellow; /*鼠标点击时的颜色*/
    }

a {
    	text-decoration: none; /*去掉下划线*/
    }

.switch_color {
    /*display: block !important;*/
    /*position: fixed;*/
    /*right: 100px;*/
    text-align: center;
    /*top: 120px;*/
}

.switch_label {
  position: relative;
  display: inline-block;
  width: 2.5rem;
  height: 1.8rem;
}

.switch_label input {
  opacity: 0;
  width: 0;
  height: 0;
}


.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 1.4rem;
  width: 1.4rem;
  left: 0.2rem;
  bottom: 0.2rem;
  background-color: white;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  transform: translateX(16px);
}



.taiyi1{
    color:#07e930;
    font-weight:700;
}
.taisui2{
    font-weight:700;
}
.hesheng3{
    font-weight:700;
}
.jisheng4{
    color:#d30505;
    font-weight:700;
}
.wenchang5{
    color:#8b6d03;
    font-weight:700;
}
.zhucang6{
    color:#2e83f6;
    font-weight:700;
}
.keda7{
    color:#2e83f6;
    font-weight:700;
}

.wufu8{
    color:#8b6d03;
    font-weight:700;
}
.junji9{
    color:#8b6d03;
    font-weight:700;
}
.chengji10{
    color:#8b6d03;
    font-weight:700;
}
.minji11{
    color:#8b6d03;
    font-weight:700;
}

.shiji12{
    color:#d30505;
    font-weight:700;
}
.zhuda13{
    color:#ef9104;
    font-weight:700;
}
.kecan14{
    color:#07e930;
    font-weight:700;
}
.dayou15{
    color:#ef9104;
    font-weight:700;
}

.xiaoyou16{
    color:#07e930;
    font-weight:700;
}
.sishen17{
    color:#2e83f6;
    font-weight:700;
}
.feifu18{
    color:#d30505;
    font-weight:700;
}
.tianyi19{
    color:#ef9104;
    font-weight:700;
}
.diyi20{
    color:#8b6d03;
    font-weight:700;
}

.close-btn {
            position: sticky;
            top: 0px;
            right: 0.7rem;
            color: #aaa;
            z-index:1000;
            float: right;
            font-size: 2rem;
            font-weight: bold;
            cursor: pointer;
        }
.close-btn:hover,
.close-btn:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }

.user_info {
    position: absolute;
    margin: 0.4rem;
    top: 0%;
    text-align:left;
    /*left: 17%;*/
    height: 95%;
    width: 96%;
    background-color: white;
    cursor: move;
    display: none;
    padding: 2px;
    border-radius: 2rem;
    border: 2px solid wheat;
    overflow: auto;
    }
.shen_info {
    position: absolute;
    margin: 0.4rem;
    top: 35%;
    text-align:left;
    /*left: 17%;*/
    height: 55%;
    width: 96%;
    background-color: white;
    cursor: move;
    display: none;
    padding: 2px;
    border-radius: 2rem;
    border: 2px solid wheat;
    overflow: auto;
    }

#sheni_div1,#sheni_div2{
    white-space: pre-wrap;
    line-height: 1.5;
    font-size: 1rem;
}
.poster-img {
      width: 45%;
    padding: 0.5rem;
      /*display: block;*/
    }

/*六壬和九星模块*/
.jx_span,.lrg_span{
    display: none;
}
.show_jx,.show_lrg {
  display:inline;
}
.cur_colored {
  background-color: #4ECDC4; /* 点击后的背景色 */
}
#add_jx,#add_lrg{
    cursor: pointer;
}

.hidden{
    display: none;
}
.show_div{
    display: block;
}

.add_div_jx{
  margin:auto;
    width:100%;
    /*padding:2px;*/
    text-align:center;
}