.calendar-box{
	width: 6.72rem;
	min-height: 4.2rem;
	/*background: url("../img/rili.png") center center no-repeat;*/
	/*background-size: 100% 100%;*/
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}
.calendar-box .p1{
	color: #a8a8a8;
	font-size: 14px;
}

.calendar-box .p1 span{
	color: #333333;
	padding-right:10px;
}
.calendar-box .p1 i{
	color: #fe5600;
}
.calendar-box .p2 {
	line-height: 22px;
	font-size: 12px;
	color: #a8a8a8;
	margin-top: 10px;
}
.calendar-box .p2 span{
	color: #fe5600;
}
.sign-mask{
	/*display: none;*/
	color:#fe5600 ;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 58%;
	width: 100%;
	text-align: center;
	animation: fadeInUp 2s ease both;
}
@keyframes fadeInUp {
	0%{
		opacity: 1;
		transform: translate(0,0px);
	}
	100%{
		opacity: 0;
		transform: translate(0,-50px);
	}
}
.close-img{
	position: absolute;
	right: 20px;top: 20px;
	cursor: pointer;
}
.sj-img{
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -16px;
}
.singer_r_img {
	display: block;
	line-height: 45px;
	/*background: url(../images/sing_week.gif) right 2px no-repeat;*/
	vertical-align: middle;
	margin-bottom: -10px;
	text-decoration: none;
}

.singer_r_img:hover {
	background-position: right -53px;
	text-decoration: none;
}

.singer_r_img span {
	margin-left: 14px;
	font-size: 16px;
	font-family: 'Hiragino Sans GB','Microsoft YaHei',sans-serif !important;
	font-weight: 700;
	color: #165379;
}

/*.singer_r_img.current {*/
	/*background: url(images/sing_sing.gif) no-repeat 0 2px;*/
	/*border: 0;*/
	/*text-decoration: none;*/
/*}*/


.sign_succ_calendar_title {
	text-align: center;
	/*width: 398px;*/
	/*border-left: 1px solid #e3e3e3;*/
	/*border-right: 1px solid #e3e3e3;*/
	background: #fff;
}

.sign_main {
	/*width: 400px;*/
/**background-color: #FBFEFE;**/

	font-family: "Microsoft YaHei",SimHei;
	display: block;

	box-sizing: border-box;;
}

.calendar_month_span {
	display: inline;
	/*line-height: 40px;*/
	font-size: 16px;
	color: #333;

	font-weight: bold;

}

.sign_equal {
	display:table;
	border-collapse:separate;
	width: 6rem;
    margin: 0 auto;
    padding-top: 0.4rem;
}

.sign_row {
	display:table-row;
}
.sign_row div {
	display:table-cell;
	position: relative;
	width:14.3%;
	color: #ffd69c;
	/*border-top: 1px solid #e3e3e3;*/
	border-bottom: 0.01rem solid #d94e00;
    border-left: 0.01rem solid #d94e00;
	height: .68rem;
    text-align: center;
    line-height: .68rem;
}
.sign_row div:first-child{
    border-left: none;
}
.sign_row:nth-child(6) div{
	border-bottom: none;
}
/* .sign_row:nth-of-type(1){
	background: url("../img/rili_01.png") center center no-repeat;
	background-size: 100% 100%;
}
.sign_row:nth-of-type(2){
	background: url("../img/rili_02.png") center center no-repeat;
	background-size: 100% 100%;
}
.sign_row:nth-of-type(3){
	background: url("../img/rili_03.png") center center no-repeat;
	background-size: 100% 100%;
}
.sign_row:nth-of-type(4){
	background: url("../img/rili_04.png") center center no-repeat;
	background-size: 100% 100%;
}
.sign_row:nth-of-type(5){
	background: url("../img/rili_05.png") center center no-repeat;
	background-size: 100% 100%;
}
.sign_row:nth-of-type(6){
	background: url("../img/rili_06.png") center center no-repeat;
	background-size: 100% 100%;
}
.sign_row:nth-of-type(7){
	background: url("../img/rili_07.png") center center no-repeat;
	background-size: 100% 100%;
} */
.sign_row .bold{
	/*font-weight: bold;*/
	/*background: #f4f4f4;*/
	color: #ffa84a;
	height: .56rem;
    text-align: center;
    line-height: .56rem;
}
.sign_row div:last-child {
	/*border-right: 1px solid #e3e3e3;*/
}
.sign_equal .sign_row:last-child div{
	/*border-bottom: 1px solid #e3e3e3;*/
}
/*.sign_equal .on:after{*/
	/*content: '';*/
	/*background: url("../img/icon-qian.png") center center no-repeat;*/
	/*background-size: 100% 100%;*/
	/*position: absolute;*/
	/*width: .52rem;*/
	/*min-height: .49rem;*/
	/*right: 0;*/
	/*top: 0;*/
/*}*/
.sign_equal .on:after{
	content: '';
	background: url("../img/icon-bu.png") center center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	width: .52rem;
	min-height: .49rem;
	right: 0;
	top: 0;
}

.sign_contener,.sign_contener:visited {
	line-height: 30px;
	background: #00a0e9;
	border: none;
	color: white;
	border-radius: 30px;
	padding: 0 10px;
	font-size: 16px;
}

.sign_contener:hover{
	background-color: red;
}
