body {
	background-color: #fff;
}
.center{ background:#fff;}

@media( max-width:1920px){
	
.center .banner{width:100%; height:110px; background:#148feb;}
.center .banner img{
	width: 10%;
	display:block;
	margin-left:5%;
	padding-top:19px;
	
}
.center .banner h1{ font-size:18px; color:#fff; font-weight:normal;margin-left:5%; margin-top:12px;}

	}

@media( max-width:1024px){

.center .banner{width:100%; height:110px; background:#148feb;}
.center .banner img{
	width: 13%;
	display:block;
	margin-left:5%;
	padding-top:19px;
}
.center .banner h1{ font-size:18px; color:#fff; font-weight:normal;margin-left:5%; margin-top:12px;}

	}


@media( max-width:768px){
	
.center .banner{width:100%; height:110px; background:#148feb;}
.center .banner img{
	width: 17%;
	display:block;
	margin-left:5%;
	padding-top:19px;
}
.center .banner h1{ font-size:18px; color:#fff; font-weight:normal;margin-left:5%; margin-top:12px;}

	}


@media( max-width:540px){
	
.center .banner{width:100%; height:93px; background:#148feb;}
.center .banner img{
	width: 20%;
	display:block;
	margin-left:5%;
	padding-top:19px;
}
.center .banner h1{ font-size:18px; color:#fff; font-weight:normal;margin-left:5%; margin-top:12px;}

	}
@media( max-width:414px){
	
.center .banner{width:100%; height:93px; background:#148feb;}
.center .banner img{
	width: 20%;
	display:block;
	margin-left:5%;
	padding-top:19px;
}
.center .banner h1{ font-size:16px; color:#fff; font-weight:normal;margin-left:5%; margin-top:12px;}

	}
@media( max-width:375px){
	
.center .banner{width:100%; height:93px; background:#148feb;}
.center .banner img{
	width: 20%;
	display:block;
	margin-left:5%;
	padding-top:19px;
}
.center .banner h1{ font-size:14px; color:#fff; font-weight:normal;margin-left:5%; margin-top:12px;}

}


#container {
	padding: 10px;
}

.wrapper {
	opacity: 0;
	transition: opacity 1.5s;
	-moz-transition: opacity 1.5s;
	/* Firefox 4 */
	-webkit-transition: opacity 1.5s;
	/* Safari 和 Chrome */
	-o-transition: opacity 1.5s;
	/* Opera */
}

.wrapper.active {
	opacity: 1;
}

.header .txtSW {
	margin-top:10px;
}

.header .txt>li {
	padding: 10px 0;
	padding-left: 10px;
	overflow: hidden;
	border-bottom: solid 1px #eee;
}
/* .header .txtSW>li {
	padding: 10px 0;
	background: #eee;
	padding-top:14px;
	padding-left: 10px;
	border-bottom: 1px solid #bbb;
	overflow: hidden;
} */
/* .header .txtSW>li:last-child {

	border-bottom: none;
	
} */

.header .txt>li>span {
	display: inline-block;
	color: #888;
}

.header .txt>li>span:first-child {
	width: 30%;
}
.header .txtSW>li>span:first-child {
	width: 38%;
	color:#333;
}
.header .form p:first-child{
	color: #000000;
	font-size:16px ;
	margin-bottom: 10px;
}

/*.title {
	position: relative;
	text-indent: 10px;
	line-height: 30px;
	border-bottom: 1px solid #eee;
}*/

/*.title>span:first-child {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 4px;
	height: 18px;
	background-color: rgb(87, 122, 255);
	border-radius: 2px;
}*/

.filelist .item:last-child {
	border: none;
}

.item p.info {
	padding: 10px 0px;
	color: #888;
}

.item {
	padding-right: 10px;
	font-size: 14px;
	border-bottom: 1px solid #eee;
}

.item p {
	padding: 2px 0px;
	line-height: 18px;
	color: #333;
}
.item .desc{
	padding-left:10px;
	color:red;
}


.requirements span {
	float: left;
	color: #888;
}

.requireinfo {
	width: 60%;
}

.requirements span.fr {
	float: right;
	color: #b53237;
}

.files {
	padding-left: 5px;
}

.imgItem {
	position: relative;
	float: left;
	display: flex;
	align-items: center;
	width: 30%;
	height: 90px;
	margin: 10px 3.33% 10px 0px;
	background-color: rgba(0, 0, 0, .1);
	border-radius: 5px;
	overflow: hidden;
}

.imgItem .delete {
	position: absolute;
	right: -15px;
	top: -15px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .5);
}

.imgItem .delete>span {
	position: absolute;
	left: 7px;
	bottom: 6px;
	color: #fff;
}

.imgItem img {
	display: block;
	margin: 0px auto;
	max-width: 100%;
	max-height: 100%;
}

p.errorinfo {
	padding: 5px;
	line-height: 20px;
	color: #b53237;
}

.buttonGroup {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
	margin: 10px 0px 10px 0px;
}

.buttonGroup input[type='button'] {
	color: rgb(87, 122, 255);
	background-color: #fff;
	border: 1px solid #4695b6;
	border-radius: 20px;
}

.buttonGroup input[type='file'] {
	position: absolute;
	right: 10px;
	width: 131px;
	height: 33px;
	opacity: 0;
}

.buttonGroupSW input[type='file'] {
	position: absolute;
	left: 10px;
	width: 131px;
	height: 33px;
	opacity: 0;
}

.fileInfo{
	border-top:1px solid #F2F2F2;
	text-align: center;
	padding: 25px 0;
}


.operationBtn {
	display: flex;
	justify-content: center;
	margin: 25px 0px;
}

.operationBtn input[type='button'] {
	width: 60%;
	padding: 12px 0;
	color: #fff;
	background-color: rgb(87, 122, 255);
	border: none;
	outline: none;
	border-radius: 24px;
}
.header input{
  height: 100%;
  width: 56%;
  float: right;
  border: none;
  outline: none;
  padding:0;
  color:#9b9b98;
  font-size:15px;
  line-height:15px;
  text-align:right;
  margin:0;
  margin-right:9px;
  padding-right:4%;
  background: #fff;
}
.header textarea{
	background: #fff;
  width: 45%;
  float: right;
  border: none;
  outline: none;
  padding:0;
  color:#9b9b98;
  font-size:15px;
  line-height:15px;
  text-align:left;
  margin-right:9px;
  padding-top:4px;
  padding-right:4%;
}
.loaddiv {
	background-color: #000000;
	opacity: 0.6;
	border-radius: 10px;
	position: fixed;
	left: 50%;
	top: 60%;
	width: 120px;
	height: 120px;
	margin-left: -60px;
	margin-top: -60px;
	text-align: center;
	display: none;
	z-index: 999;
}

.loadimg {
	background-color: #000000;
	width: 60px;
	height: 60px;
	border-radius: 10px;
	margin: 0 auto;
	margin-top: 10px;
	padding: 10px;
}

.loadtext {
	margin: 0px;
	line-height: 25px;
	font-size: 14px;
	text-align: center;
	color: #F2F2F2;
}
.title .pp{
	color:#333;
	margin-left: -10px;
	font-size:17px;
	font-weight: bold;
	border-bottom: 3px solid #c40311;
	display: inline-block;
	
}
.formOption{
  height: 100%;
  width: 50%;
  float: right;
  border: none;
  outline: none;
  padding:0;
  color:#7D7D7D;
  font-size:15px;
  line-height:19px;
  text-align:right;
  margin:0;
  margin-right:9px;
  padding-right:4%;
  background: #fff;
  }
  
