﻿body {
    display: block;
    margin: 0px;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
.tou{
    background-color: #3dbaf0;
    color:#fff;
}
.Calendar {
  background: #fff;
  padding-bottom: 1rem;
}
.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex, .fn-flex {
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#idCalendar{
    margin-top:3px;
}
.Calendar #toyear {
  border-bottom: 1px #e7e7e7 solid;
  width: 100%;
  margin: 0 auto;
  height: 2.6rem;
  line-height:2.8rem;
  text-align: center;
  color: #fff;
  font-size: .80rem;
  background-color: #3dbaf0;
  font-weight:bold;
}
.Calendar #toyear .year-month {
  height: 100%;
  font-weight:bold;
}
.Calendar #toyear #idCalendarPre,
.Calendar #toyear #idCalendarNext {
  height: 100%;
  padding: 0 2rem;
  text-align: center;
  font-size: .85rem;
  color: #fff;
  cursor:pointer;
}
.Calendar table,
.Calendar tr,
.Calendar td {
  border: 0;
  font-size:.80rem;
}
.Calendar table {
  width: 100%;
  margin: 0 auto;
}
.Calendar table tr {
  text-align: center;
  height: 2.20rem;
}
.Calendar table tr td span {
  margin: 0 auto;
  display: block;
  line-height: 1.6rem;
  width: 1.5rem;
  height: 1.5rem;
  font-size: .9rem;
  border-radius: 100%;
}
.Calendar table tr .onToday span {
  background: #1485ff;
  color: #fff;
}

/*日历*/
.sc-days {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.sc-item {
	width: 13.5%;
	height: 1.1rem;
	float: left;
	color: #565555;
	background-color: #ffffff;
	box-sizing: border-box;
	margin: 0.39%;
	
}

.sc-item .day {
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	line-height: 0.45rem;
}
.sc-item .lunar-day {
	font-size: 9px;
	line-height: 0.24rem;
	color: #b2b2b2;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sc-item-small {
	font-size: 0.416666rem !important;
}
.item-nolunar {
	padding-top: 0.833333rem;
}

.sc-vocation {
	background-color: #FFEBEC;
}

.sc-mark {
	background-color: #E5FBFA;
}
table {
    color:#000;
}
.vkdate{
    margin:0.25rem;
}
.seldate{
    border-radius: 8px;
    background: #3dbaf0;
    color:#fff;
}
.mark{
	/*background: url(../img/blueBg.png) center center no-repeat;
	background-size: 0.88rem 0.88rem;*/
    height:0.85rem;
    line-height: 0.95rem;
	font-size: 14px;
	color: rgba(241, 43, 43, 1);
}
.day{
    height:1.05rem;
    line-height: 1.25rem;
	font-size: 12px;
}
.lunar-day{
    height:1.45rem;
    line-height: 1.25rem;
	font-size: 11px;
}
.sc-mark-show {
	visibility: visible;
}

.sc-mark-hide {
	visibility: hidden;
}

.sc-vocation:before {
	content: 'ä¼‘';
	display: block;
	position: absolute;
	font-size: 0.7em;
	width: 1.2em;
	font-weight: 100;
	color: white;
	background-color: #E00808;
	margin-top: -0.416666rem;
}
.sc-premonth , .sc-nextmonth {
	color: #C1C0C0 !important;
}

.sc-premonth .day , .sc-nextmonth .day,
.sc-premonth .day, .sc-nextmonth .lunar-day {
	color: #C1C0C0 !important;
}

.sc-active-day{
	background: url(../images/whitebg.png) center center no-repeat;
	background-size: 0.88rem 0.88rem;
	background: cover;
}
.sc-today {
	background: url(../images/blueBg.png) center center no-repeat;
	background-size: 0.88rem 0.88rem;
	color: white;
}

.sc-today .day {
	color: white !important;
}
.sc-today .lunar-day{
	color: white;
}
.sc-festival .lunar-day {
	color: #E00808;
}

.btnBox{
	width: 100%;
	padding: 0.5rem 0.4rem;
	background: white;
}
.returnBtn{
	display: block;
	width: 100%;
	height: 0.8rem;
	text-align: center;
	background: #4e9fee;
	color: white;
	font-size: 15px;
	line-height: 0.8rem;
	border-radius: 0.08rem;
}

/* 时间轴 */
body{
	margin: 0;
	padding: 0;
}

.main{
	width: 100%;
	margin: 30px auto;
}

.time-axis{
	margin: 0;
	padding: 0;
	position: relative;
    padding-left:2rem;
    border-top:1px solid #E4E4E4;
}

.time-axis:before{
	content: '';
	position: absolute;
	left: 7.9rem;
	top: 15px;
	width: 1px;
	height: 100%;
	background-color: #E4E4E4;
}
.time-axis-item{
	list-style: none;
	padding-left: 150px;
	position: relative;
	line-height: 45px;
	font-size: 14px;
	color: #141414;
}
.time-axis-achievement{
	margin: 0;
}
.time-axis-date{
	position: absolute;
	left: 0;
	top: 0;
	color: #666;
}

.time-axis-date span{
	position: absolute;
	right: -49px;
	top: 35%;
	display: block;
	width: 13px;
	height: 13px;
	border: 1px solid #ccc;
	border-radius: 100%;
	background-color: #fff;
}
.time-axis-date span:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 7px;
	height: 7px;
	margin: auto;
	background-color: #ccc;
	border: 1px solid #ccc;
	border-radius: 100%;
}

.time-axis-item:last-child .time-axis-date span{
	border-color: #48BEB2;
}

.time-axis-item:last-child .time-axis-date span:after{
	background-color: #48BEB2;
	border-color: #48BEB2;
}

.wc__popup-topbar{position:relative; display:none;}
.wrap__topbar-mask{background:rgba(100,100,100,0); height: 100%; width: 100%; position:fixed; left:0; top: 0; z-index: 2008;}
.wrap__topbar-menu{max-width:750px;width:100%;position: fixed; top: 2.50rem; z-index:2008;right:0.5rem;}
.wrap__topbar-menu ul{background:#fff;border-radius:.03rem;box-shadow:0 .05rem .2rem rgba(0,0,0,.2); position:absolute;right:.1rem;}
.wrap__topbar-menu ul li{color:#666; font-size:0.90rem; font-family:"Microsoft Yahei"; padding:0.90rem; position:relative; cursor:pointer;}
.wrap__topbar-menu ul li:after{content: ''; background-color: #e2e2e2; color: #e2e2e2; height: 1px; position: absolute; left: .2rem; right: .2rem; bottom: 0; transform: scaleY(0.5); -webkit-transform: scaleY(0.5);}
.wrap__topbar-menu ul li:last-child:after{display: none;}
.wrap__topbar-menu ul li .ico{display: inline-block; vertical-align: top; margin-right:.2rem; height: 0.96rem; width: 0.96rem; position: relative;}
.wrap__topbar-menu ul li .ico.i1{background: url(../images/icon__qun-chat.png) no-repeat center; background-size: 0.96rem;}
.wrap__topbar-menu ul li .ico.i2{background: url(../images/icon__add-friend.png) no-repeat center; background-size: 0.96rem;}
.wrap__topbar-menu ul li .ico.i3{background: url(../images/icon__help.png) no-repeat -.02rem center; background-size: 0.96rem;}
.wrap__topbar-menu ul li span{
    line-height:0.96rem;
}