/** xiaomik-v1.0.1 MIT sincense By http://www.xiaomik.com */
body{
    padding: 0%;
    background-color:#cccccc
}
/* 头部 */
.head{
    background-color: #008B8B;
    height: 30px;
    box-shadow: 5px 5px 3px grey;
    color: azure;
    font-size: large;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
}
.headr{
    float:right;
    font-size:large;
    text-align:right;
    width: 50%;
}
/* 分类 */
.mo{
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 1%;
    padding-bottom: 1.5%;
    box-shadow: 5px 5px 3px grey;
    width: 92%;
    margin-left: auto;
    margin-right: auto;  
    background-color: #ffffff; 
}
.mof{
     background-color:#F5F5F5 ;
     margin-right:6px;
     padding:2px;
    border:1px solid #808080;
}
.mof1{
	background-color:#008B8B;
	width:88px;
	height:24px;
    color: #ffffff;
	padding:5px;
    text-align: center;
    border:1px solid #000
}
.mor{
    float: left;
    text-align:left;
    font-size: small;
    color: darkslategrey;
 }
.mol{ float: right;
    text-align: right;
    font-size: small;
    color: darkslategrey;
}
.mid{
    text-align: center;
}
.mod{padding:0.1em;
    font-size:1.2em;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
	padding-left:1px;
}
a:hover {
	color: #009298;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
/* 底部 */
.foot{
    text-shadow:0px 1px 1px #CCCCCC;
    text-align: center;
    font-size: small;
    padding: 1%;
		
}
/* 更多 */
.more{
    text-align: center;
    font-size: small;
}
h1{font-size:larger;
   text-align: center;
   margin-top: 1%;
   padding-top: 1%;
}

li{padding:0.4em;border:none;border-top:1px dashed #545658;}
ul{margin:0;padding:0;}
ul li{
list-style:none;
}
hr{
    height:1px;border:none;border-top:1px dashed #545658;
}
/* 广告 */
.img{width: 100%;
    
}
 .gg{
    margin: auto;
    padding: 2%;
 }
#mm{display: none;
   max-height: 100px;
    overflow: hidden;
  display: block;
    position: relative;
    padding-top: 10px;
    padding-bottom: 1px;
    text-align: center;
   color:#fff0f5;
   background:#008B8B;
   width: 240px;
   height: 48px;
   border-radius: 8px;
   line-height: 42px;
   font-size: 16px;
   cursor: pointer;
   text-align: center;
   font-size:26px;
   text-align: center;
 }
 #contTab{
    display: none;
}
.content-more{
    display: none;
}

#contTab:checked ~ #cont{
    max-height: 100px;
    overflow: hidden;
}
#contTab:checked ~  .content-more{
    display: block;
    position: relative;
    padding-top: 10px;
    padding-bottom: 1px;
    text-align: center;
}
#contTab:checked ~  .content-more .gradient{
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#fff));
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0),#fff);
    background-image: linear-gradient(-180deg,rgba(255,255,255,0),#fff);
    height: 80px;
    position: absolute;
    left: 0;
    top: -79px;
    width: 100%;
}
#contTab:checked ~  .content-more .readmore{
    display: inline-block;
    background: #008B8B;
    color: #fff;
    width: 175px;
    height: 42px;
    border-radius: 42px;
    line-height: 42px;
    font-size: 16px;
    cursor: pointer;
}
.article_content
        {
            height: 160px;
            overflow: hidden;
        }
        #vip
        {
            width: 100%;
            background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0)),color-stop(70%, #fff));
            background-image: linear-gradient(-180deg,rgba(255,255,255,0) 0%,#fff 70%);
            padding-bottom: 16px;
            text-align: center;
            position: relative;
            z-index: 998;
            padding-top: 200px;
            margin-top: -200px;
        }
        .submit
        {
            font-size: 16px;
            background-color: #00CC69;
            border-color: rgba(48,131,235,0.9);
            color: #FFFFFF;
            border-radius: 3px;
            display: inline-block;
            padding: 6px 12px;
            margin-bottom: 0;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.42857143;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            -ms-touch-action: manipulation;
            touch-action: manipulation;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            background-image: none;
            border: 1px solid transparent;
            border-radius: 4px;
        }
.entry-copyright {
    padding: 6px;
    font-size: 12px;
    line-height: 1.6;
    color: #828282;
    border: 1px solid #efefef;
    background: rgba(239,239,239,.4);
    border-radius: 4px;
}
  .ad-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-color: rgba(0, 0, 0, 0);
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
    pointer-events: none;
    z-index: 9999;
    
  }
  .ad-container.visible {
    opacity: 1;
    pointer-events: auto;
  }
  .ad-image {
    max-width: 100%;
    max-height: 100%;
    width: 100%; /* 图片宽度适应容器宽度 */
    height: 100%; /* 图片高度适应容器高度 */
    object-fit: cover; /* 剪裁图片以覆盖整个容器 */
    margin:0px auto;"
  }
  .countdown-text {
    position: absolute;
    top: 0;
    left: 70px;
    transform: translate(-50%, 100%);
    color: white;
    font-size: 0.5em;
    z-index: 10000;
  }
  .trigger-button {
    display: inline-block;
    background: #008B8B;
    color: #fff;
    width: 190px;
    height: 48px;
    border-radius: 42px;
    line-height: 42px;
    font-size: 16px;
    cursor: pointer;
    

    
    z-index: 10001;
    
  }