@charset "UTF-8";
html,
body {
  width: 100%;
  background-color: #efefef;
}

body::-webkit-scrollbar {
  width: 4px;
  /*height: 4px;*/
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

.outer-box{
	width: 65.7%;/* 1262px */
	background-color: #fff;
	margin: 0 auto;
	padding: 40px 60px 60px;
	box-sizing: border-box;
}
.title-box{
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}
.title-box img{
	width: 40px;
	height: 36px;
}
.title-row{
	width: 66.25rem;/* 1060px */
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-bottom: 4px solid #115db2;
	margin-left: 14px;
}
.title-row p{
	font-size: 18px;
	line-height: 40px;
	color: #115db2;
	font-weight: bold;
	letter-spacing: 2px;
}
.card-box{
	padding: 12px 0 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.card-item{
	/*width: 23.5%;*/
  	width: 32%;
	height: 165px;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	background-color: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 15px;
	margin-top: 38px;
}
.card-item img{
	width: 125px;
	height: 125px;
	margin-left: 24px;
}
.card-label{
	width: calc(100% - 149px);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.card-label p{
	font-size: 14px;
	color: #679dea;
}
.card-btn{
	width: 62px;
	height: 22px;
	border-radius: 11px;
	border: 1px solid #679dea;
	text-align: center;
	line-height: 22px;
	margin-top: 12px;
	font-size: 14px;
	color: #679dea;
}

.list-box{
	width: calc(100% - 41px);
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	margin: 30px 13px 50px;
	padding: 10px 15px 35px 18px;
	box-sizing: border-box;
}
.list-item{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 27px;
}
.list-row{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.list-drop{
	width: 6px;
	height: 6px;
	background-color: #f39800;
}
.list-title{
	font-size: 16px;
	color: #333333;
	margin-left: 16px;
}
.list-time{
	font-size: 14px;
	color: #999999;
}


.tanchuang {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
}
.tanchuang .pic_content {
  width: 320px;
  height: 380px;
  background-color: white;
  margin: 0 auto;
  margin-top: 100px;
  text-align: center;
}
.pic_content .mark_tit {
  color: #333333;
  margin-bottom: 15px;
  border-bottom: 2px solid rgb(239, 239, 239);
  font-size: 24px !important;
  padding: 20px 0;
}
.pic_content .pic {
  width: 210px !important;
  height: 210px !important;
  margin-top: 10px;
}
.pic_content .tishi {
  text-align: center;
  font-size: 20px;
  color: #333333;
  margin-top: 19px;
  height: 50px;
}
.pic_content .close {
  width: 60px;
  height: 60px;
  cursor: pointer;
  margin-top: 10px;
}