﻿
.szb_pic_show{width:1024px; height:auto; float:left; overflow:hidden;padding:0px 5px 10px 10px;}
.szb_pic_show ul li{width:180px; height:auto; float:left; overflow:hidden; padding-left:10px;}
.szb_text_color{width:155px; height:45px; line-height:18px; float:left;}

.store img {
    border: 0px;
    width: 140px;
    height: 35px;
    content: url("../image/sc.png");
}

.store.active img {
    border: 0px;
    width: 140px;
    height: 35px;
    content: url("../image/ysc.png");
}


/* 日历牌样式二 */
#Datefour {
	/* height: 100%; */
    /* overflow: auto; */
    width: 220px;
    border: #C0C0C0 1px solid;
    background: #fff;
    margin-top:10px;
    float: left;
	/* z-index:100; */
    /* -webkit-overflow-scrolling: touch; */
}
#Datefour>div{position: relative;}
#Datefour>div a{
	position: absolute;
    line-height: 40px;
    display: inline-block;
    height: 40px;
    width: 16.6%;
    text-align: center;
	background-repeat: no-repeat;
    background-position: center;
}
#Datefour>div a:last-child{right: 0;top:0;}
#Datefour>div a span{margin-top: 11px;}
#Datefour>div p{
	text-align: center;
    line-height: 40px;
    margin: 0;
	font-size:15px;
	padding:0;
	font-weight:bold;
}
#Datefour ul{
    width: 100%;
	max-height: 70vh;
	overflow-y: auto;
	list-style: none;
    /* margin-bottom: 45px; */
	padding: 0;
    margin: 0;
}
#Datefour li:nth-child(odd) {
	width: 50%;
	height: 36px;
	font-size: 12px;
	display: inline-block;
	float: left;
	line-height: 45px;
    text-align: center;
	/* border-radius: 3px; */
	/* margin:1%; */
    border-right:1px solid #dcdcdc;
    border-bottom:1px solid #dcdcdc;
    box-sizing: border-box;
}
#Datefour li:nth-child(even) {
	width: 50%;
	height: 36px;
	font-size: 12px;
	display: inline-block;
	float: left;
	line-height: 45px;
    text-align: center;
	/* border-radius: 3px; */
	/* margin:1%; */
    border-right:1px solid #dcdcdc;
    border-bottom:1px solid #dcdcdc;
    box-sizing: border-box;
}
#Datefour .clearfix a {
	display: block;
	width: 100%;
	color: #333;
	font-size: 12px;
	text-decoration: none;
	line-height: 35px;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
}
#Datefour a.on{
    color: #FFF;
    background-color: #D9383D;
}

.year{display:block; height:44px;border-bottom: solid 4px #e4332e;}
#Datefour .prev{
    left:0;
}
#Datefour .next{
    
}
#directory{
    background: #fff;
    position: relative;
}
#directory .opt{
    height: 46px;
    line-height: 46px;
    text-align: right;
    vertical-align: middle;
    border-bottom: solid 1px #eeeeee;
    /* padding:0 10px; */
    
}
#directory .item{
    margin-bottom: 2px;
}
#directory .opt .log{
    float: left;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    margin-right: 20px;
}

.tabActive::after{
    content: '';
    width: 100%;
    height: 4px;
    background: #e4332e;
    position: absolute;
    left: 0;
    bottom: 0;
}
#directorys{
    max-height: 417px;
    overflow: auto;
	border-bottom:solid 1px #eee;
}
#directorys .item h3{
    font-weight: 700;
    font-size: 12px;
    color: #333;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    border-top:solid 1px #eee;
    padding:4px 0px 0px 0px;
    margin:0;
}
#directorys .item .articleItem{
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #333;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    margin-top: 0px;
    cursor: pointer;
    padding:0 0px;
    /* border-bottom: dotted 2px #eee; */
}
#directorys .item h3 .dot{
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 1px;
    border: 2px solid #d6271e;
    margin-right: 4px;
    box-sizing: border-box;
    margin-top: 5px;
}
/* #directorys .item .articleItem .dot{
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #999;
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
    top: -2px;
} */
.redBtn{
    position: absolute;
    left: -36px;
    top: 20px;
    z-index: 2;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    width: 36px;
    height: 122px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    background: #ed1b24;
    text-decoration: none;
}
.redBtn a:hover,.redBtn:hover{
    text-decoration: none;
}
.prevPe{
    top: 20px;
    height: 102px;
}
.redBtn a{
    color:#fff;
}
.redBtn::before{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    width: 0;
    height: 0;
    border-top:solid 12px #fff;
    border-right:solid 18px transparent;
    border-bottom:solid 12px transparent;
    border-left:solid 18px #fff;
}
.redBtn::after{
    content: '';
    position: absolute;
    left: 0;
    bottom:0;
    width: 0;
    height: 0;
    border-top:solid 12px transparent;
    border-right:solid 18px transparent;
    border-bottom:solid 12px #fff;
    border-left:solid 18px #fff;
}
.nextPe{
    top:124px;
    height: 102px;
}
