body{
	background-color: #fff;
	min-height: 100vh;
	width: 100%;
}
img{
	width: 100%;
	display: block;
	max-width: 100%;
}

.reportTab-head{
	padding: 0px 0.1rem;
	border-bottom: 1px solid #f5f5f5;
}
.reportTab-head li{
	float: left;
	width: 50%;
	height: 1rem;
	box-sizing: border-box;
	/* border-bottom: 2px solid #fff; */
	text-align: center;
	line-height: 1rem;
	font-size: 0.36rem;
	font-weight: bold;
	color: #000;
	position: relative;
}
.reportTab-head li.active{
	color: #3b64ff;
}
.reportTab-head li.active::before{
	content: "";
	position: absolute;
	width: 0.7rem;
	height: 2px;
	background-color: #3b64ff;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
}
.reportTab-body li{
	display: none;
}
.reportTab-body li.active{
	display: block;
}

.inp{
	height: 1.16rem;
	line-height: 1.16rem;
	padding: 0px 0.3rem;
	font-size: 0.34rem;
	color: #000;
	border-bottom: 1px solid #f5f5f5;
	overflow: hidden;
	color: #303030;
}
.inpInput{
	height: 1.16rem;
	line-height: 1.16rem;
	text-align: right;
	background-color: #fff;
}
.line{
	background-color: #f0f1f3;
	height: 0.2rem;
}
.textarea{
	padding: 0.2rem;
	
}
.textarea textarea{
	border: none;
 	width: 100%;
 	font-size: 0.3rem;
 	color: #A8A8A8;
 	min-height: 1rem;
 	outline: none;
 	resize: none;
 	color: #000000;
	background-color: #f9f9f9;
}

/*下载*/
.uploadPicBtn{
	width: 1.95rem;
	height: 1.95rem;
}
.choosenew{
	clear: both;
    min-height: 0.5rem;
    width: 95%;
    padding-left: 5%;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
.choosenew input{
	border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
}
label{
    position: relative;
}
#upload{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 1.95rem;
    height: 1.95rem;
	
}
 #uploads{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 1.95rem;
    height: 1.95rem;
}
.btn{
	display: inline-block;
    margin-right: 5px;
	width: 1.6rem;
	background-image: linear-gradient(0deg,
		#cdcdcd 0%,
		#ffffff 100%),
		linear-gradient(#6984fd,
		#6984fd);
	box-shadow: 0.03rem 0.03rem 1px 0px #6c6c6c;
	border-radius: 100px;
}


.wavesnew{
 	position:relative;
 	cursor:pointer;
 	display:inline-block;
 	overflow:hidden;
 	text-align: center;
 	-webkit-tap-highlight-color:transparent;
 	z-index:1;
 }
 .firstbtn{
	display: block;
 	width: 4.52rem;
 	height: 0.74rem;
 	font-weight:400;
 	font-size: 16px;
 	line-height: 0.74rem;
 	background:#0256dc;
 	color: #fff;
 	margin:1rem auto;
 	border-radius: 0.16rem;
 }


.choosenew .fr{
	width: 1.6rem;
	background-image: linear-gradient(0deg,
		#cdcdcd 0%,
		#ffffff 100%),
		linear-gradient(#6984fd,
		#6984fd);
	box-shadow: 0.03rem 0.03rem 1px 0px #6c6c6c;
	border-radius: 100px;
}





.needUpload{
	background-color: #f9f9f9;
	width: 6.9rem;
	margin: 0px auto;
}


.eachUploadImg{
	float: left;
	width: 1.95rem;
	height: 1.95rem;
	line-height: 1.95rem;
	background-color: #d6d5d5;
	position: relative;
	margin-right: 0.18rem;
	margin-bottom: 0.18rem;
	overflow: hidden;
}
.eachUploadImg:nth-child(3n){
	margin-right: 0;
}
.eachUploadImg img{
	display: inline-block;
	vertical-align: middle;
}
.removeBtn{
	position: absolute;
	right: 0;
	top: 0;
	width: 0.52rem;
	height: 0.52rem;
	background-image: url(../images/removeBtn.png);
	background-size: cover;
}






















