* {
	/*overflow: hidden;*/
	margin: 0;
	padding: 0;
}

html,
body {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	background: #f4f5f4;
}

#title {
	text-align: center;
	color: #fff;
	padding: 0.4rem 0;
	font-size: 0.36rem;
}

/* p {
  margin: 0 !important;
} */
:focus {
	outline: none;
}

.select {
	width: 100%;
	height: 0.65rem;
	line-height: 0.65rem;
	background-color: #f4f4f4;
	border-radius: 30px;
	box-sizing: border-box;
	/*font-size: 14px;*/
	color: #666;
	/*cursor: pointer;*/
	/*border: 1px solid #666;*/
	/*margin-right: 20px;*/
}

.select:after {
	content: '';
	border-top: 0.08rem solid #666;
	border-left: 0.08rem solid transparent;
	border-right: 0.08rem solid transparent;
	position: relative;
	right: 0.4rem;
	top: 0.24rem;
}

.select select {
	width: 100%;
	border: none;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0rem 0.3rem;
	-webkit-appearance: none;
	appearance: none;
	/* text-align-last: right; */
	font: 100 !important;
	font-size: 0.32rem !important;
}

[v-cloak] {
	display: none;
}

.split {
	height: 0.2rem;
	background: #eee;
}

.f {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.fv {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.f1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
    min-width: 0;
}

.fac {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.fpc {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.fpj {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}


.box {
	width: 1200px;
	margin: 0 auto;
	/* background-color: #FFFFFF; */
}

header {
	background-color: #FFFFFF;
	height: 50px;
}

header div {
	height: 50px;
}

header .logo img {
	width: 34px;
	height: 34px;
	margin-right: 10px;
}

header .logo span {
	font-size: 20px;
	font-weight: 700;
	color: #00a88e;
}

header .nav div {
	line-height: 50px;
	margin-left: 50px;
	font-weight: 400;
	cursor: pointer;
}

header .nav div.active {
	color: #00a88e;
	font-weight: 500;
}

#banner {
	height: 120px;
	width: 100%;
	background: url(../img/banner.png) no-repeat center;
}

.head {
	box-sizing: border-box;
	height: 60px;
	padding-left: 20px;
	line-height: 60px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	background: #00a88e;
}

.left {
	width: 300px;
	border-right: 1px solid #dcdcdc;
	height: 100%;
	overflow: scroll;
}

.right {
	width: 900px;
	box-sizing: border-box;
	padding: 20px;
	height: 100%;
	overflow: scroll;
}

.el-pagination {
	text-align: right;
	margin-top: 50px;
}

footer {
	height: 88px;
	background: #5e5f5e;
}

footer div {
	height: 88px;
}

footer .logo img {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

footer .logo span {
	font-size: 20px;
	font-weight: 700;
	color: #FFFFFF;
}

.content {
	background-color: #FFFFFF;
	height: calc(100vh - 50px - 120px);
}

.zp .title {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #DCDCDC;
	padding-left: 20px;
	font-size: 18px;
	font-weight: 700;
	color: #00a88e;
}

.zp .img-box {
	height: calc(100vh - 50px - 120px - 50px);
	overflow: scroll;
	box-sizing: border-box;
	padding: 20px;
	white-space: normal;
}

.zp .img-box .item {
	display: inline-block;
	width: 15%;
	margin-right: 2%;
	margin-bottom: 20px;
}

.zp .img-box .item:nth-of-type(6n) {
	margin-right: 0;
}

.zp .img-box .item p {
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#toast {
  position: fixed;
  left: 50%;
  top: 50%;
  display: none;
  z-index: 9999;
}

#toast > div {
  position: relative;
  left: -50%;
  top: -50%;
  padding: 0.10rem 0.24rem;
  background: rgba(0,0,0,0.6);
  border-radius: 0.10rem;
  color: #fff;
  font-size: 0.2rem;
}

/*loading*/
#loading{
  background-color: rgba(50,50,50,0.6);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999;
  margin-top: 0px;
  top: 0px;
  display: none;
}
#loading-center{
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
}
.object{
  width: 20px;
  height: 20px;
  background-color: #FFF;
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}

#object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
#object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
#object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes object_one {
  75% { -webkit-transform: scale(0); }
}
@keyframes object_one {

  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes object_two {
  75% { -webkit-transform: scale(0); }
}
@keyframes object_two {
  75% {
    transform: scale(0);
    -webkit-transform:  scale(0);
  }
}
@-webkit-keyframes object_three {

  75% { -webkit-transform: scale(0); }
}
@keyframes object_three {

  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

#beian {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    font-size: 0.14rem;
}