body, .page, .page-box {
    padding: 0;
    margin: 0;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}


img {
  border: none;
}

[route-active="false"] {
  display: none;
}

/* 清除浮动 */
.clear:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  zoom: 1;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}



.title-bar {
	text-align: left;
	margin-top: 30px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: -1px;
}

.title-bar h2 {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
}

.title-bar span {
  color: #cf4537;
  font-size: 16px;
}


.jianyi {
	/* [disabled]width: 700px; */
	padding-top: 14px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	overflow: auto;
}

.jianyi .close-bar img {
	width: 600px;
	float: right;
}

.jianyi h2 {
  color: #c63f46;
  font-size: 22px;
  line-height: 50px;
}

.jianyi .jianyi-pannel {
	background-color: white;
	border-radius: 10px;
	margin-bottom: 14px;
	text-align: left;
	position: relative;
}

.jianyi-pannel .input-item {
  display: inline-block;
}

.jianyi select {
  background-color: transparent;
  font-size: 16px;
  line-height: 40px;
  border: 1px solid #ccc;
  width: 200px;
  border-radius: 5px;
  padding: 0 10px;
  margin-right: 10px;
}

.jianyi .title {
  text-align: left;
  line-height: 30px;
  font-size: 16px;
}

.jianyi input {
  background-color: transparent;
  font-size: 16px;
  line-height: 40px;
  border: 1px solid #ccc;
  width: 200px;
  border-radius: 5px;
  padding: 0 10px;
  margin-right: 10px;
}

.jianyi .input-item {
  position: relative;
}

.jianyi h3 {
  line-height: 30px;
  display: inline-block;
  font-size: 18px;
}

.yellow-button {
	display: inline-block;
	width: 170px;
	text-align: center;
	background-color: #ff9c00;
	line-height: 40px;
	border-radius: 10px;
	color: white;
	margin-right: 10px;
	font-size: 16px;
	cursor: pointer;
	margin-left: 51px;
}
.red-button {
	display: inline-block;
	width: 170px;
	text-align: center;
	background-color: #E00426;
	line-height: 40px;
	border-radius: 10px;
	color: white;
	margin-right: 10px;
	font-size: 16px;
	cursor: pointer;
	margin-left: 114px;
}

.jianyi .upload-item img {
  width: 60px;
}

.jianyi .send-button {
	background-color: #c63f46;
	line-height: 50px;
	border-radius: 10px;
	color: white;
	font-size: 20px;
	width: 352px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: 176px;
	margin-bottom: 20px;
	margin-top: 40px;
	cursor: pointer;
}
.jianyi .close-button {
	background-color: #c63f46;
	line-height: 50px;
	border-radius: 10px;
	color: white;
	font-size: 20px;
	width: 240px;

}
/* .jygl-box.active h2 {
  color: black;
  font-size: 16px;
  font-weight: normal;
} */

.jygl-box.active span {
  color: #cf4537;
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #cf4537;
}
.Imagebar {
	width: 600px;
}
