/* 


a {
  text-decoration: none;
}

a:link,
a:visited {
  text-decoration: none;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  padding: 0;
  margin: 0;
}


address,
cite,
code,
em,
th,
i {
  font-weight: normal;
  font-style: normal;
} */
.account-box * {
	font-family: 微软雅黑;
	font-weight: normal;
	font-style: normal;
}

.account-box a {
	text-decoration: none;
}

.clearfix {
	*zoom: 1;
}

	.clearfix:after {
		display: block;
		overflow: hidden;
		clear: both;
		height: 0;
		visibility: hidden;
		content: "";
	}

.clear {
	clear: both;
}

/* float */
.f-left {
	float: left;
}

.f-right {
	float: right;
}

.account-box {
	height: 354px;
}

.month-choose {
	width: 116px;
	display: flex;
	justify-content:center;
	align-items:center
}
.month-choose img{
	width:14px;
	height:14px;
	cursor:pointer;
}
.account-title {
	border-bottom: 1px solid;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	background: #1e8bc3;
	padding: 0 10px;
	text-align: center;
	margin: 0;
	border: none;
	display:flex;
	justify-content:center
}

.c3 {
	color: #ffffff;
}

.f-btn-fhby {
	height: 24px;
	line-height: 24px;
	color: #ffffff;
	border: 1px solid #ffffff;
	font-size: 14px;
	display: block;
	width: 85px;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	margin-top: 4px;
	margin-left: 20px;
}

.f-btn-jian {
}

	.f-btn-jian img {
		height: 14px;
		/*margin-top: 11px;*/
		cursor: pointer;
	}

.f-btn-jia img {
	height: 14px;
	/*margin-top: 11px;*/
	cursor: pointer;
}

.f-riqi {
	width: 100px;
	padding: 0 2px;
	background: #1e8bc3;
	color: #fff;
	font-size: 14px;
	text-align: center;
	display: block;
}

.f-rili-table tbody td {
	background: #fff;
	position: relative;
}

.f-rili-table tbody tr {
	border-bottom: 1px dashed #ccc;
}

.f-rili-table .f-today {
	background-color: #58d4f8;
	color: #fff;
}

.f-rili-table .f-on {
	background-color: cornflowerblue;
	color: #fff;
}

.f-number {
	cursor: pointer;
}

.f-rili-table {
	width: 100%;
}

.f-rili-th {
	float: left;
	width: 14.25%;
	text-align: center;
	line-height: 34px;
	height: 40px;
	background-color: #ffffff;
	color: #333;
}

.f-td {
	border: 1px solid #ccc;
	float: left;
	width: calc(14.28% - 4px);
	margin: 0 2px;
	height: 49px;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 4px;
	position: relative;
}

.f-day {
	/* flex: 0 0 20px; */
	/* font-weight: bold; */
	height: 14px;
	line-height: 14px;
	font-size: 14px;
}

.big-day {
	font-size: 16px;
	/* font-weight: bold; */
}

.f-yuan {
	font-size: 12px;
	background-color: #1e8bc3;
	color: #fff;
	display: flex;
	width: 96%;
	text-align: center;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
}

.f-table-msg {
	position: absolute;
	z-index: 2;
	top: 50px;
	left: 50%;
	margin-left: -140px;
	width: 360px;
	background-color: #ffffff; /* 长方形的背景色 */
	border: 1px solid #1e8bc3;
	line-height: 26px;
	min-height: 38px;
	text-align: left;
	/* display: none; */
	color: #666;
	padding: 0 10px;
	max-width:80vw;
}

.triangle {
	position: absolute;
	top: -18px; /* 三角形底部距离长方形顶部的距离 */
	left: 39%; /* 三角形水平居中 */
	transform: translateX(-50%); /* 使三角形水平居中 */
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 18px solid #1e8bc3; /* 三角形的颜色 */
}

.f-table-title {
	height: 30px;
	line-height: 30px;
	display: flex;
	justify-content: space-between;
}

	.f-table-title span {
		font-weight: bold;
	}

.f-table-msg-item {
	height: 24px;
	line-height: 24px;
	text-align: left;
}

.f-table-msg-item {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	display: block;
}



.xjh-btn-reply {
	display: inline-block;
	padding: 6px 12px;
	margin: 12px 7px 7px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	background-image: none;
	background-color: #1e8bc3;
	border: 1px solid transparent;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	min-width: 90px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .03em;
	color: #fff !important;
	text-decoration: none;
	-webkit-transition: background-color .4s ease-out;
	-moz-transition: background-color .4s ease-out;
	-ms-transition: background-color .4s ease-out;
	-o-transition: background-color .4s ease-out;
	transition: background-color .4s ease-out
}

	.xjh-btn-reply:hover {
		background-color: #2574a9
	}




@media (min-width: 1201px) and (max-width: 1600px) {
	.xjh-btn-reply {
		margin-top: 14px;
	}
		.f-td {
		height: 41px
	}
	.f-rili-th {
	
		text-align: center;
		line-height: 44px;
		height: 44px;
		
	}
	.account-title {
		height: 40px;
		line-height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.xjh-btn-reply {
		margin-top: 14px;
	}
	.f-rili-th {
		float: left;
		width: 14.25%;
		text-align: center;
		line-height: 40px;
		height: 40px;
		background-color: #ffffff;
		color: #333;
	}
	.f-td {
		height: 42px;
	}
}

@media (max-width: 768px){
	.foot-link-img {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
		.foot-link-img img {
			width: 60vw;
			margin:5px auto;
		}
	.triangle{
		display:none;
	}
}