@charset "UTF-8";

@font-face {
	font-family: "NotoSansHans-Bold";
	src: url("../fonts/NotoSansHans-Bold.woff2") format("woff2"),
	url("../fonts/NotoSansHans-Bold.woff") format("woff"),
	url("../fonts/NotoSansHans-Bold.ttf") format("truetype"),
	url("../fonts/NotoSansHans-Bold.eot") format("embedded-opentype"),
	url("../fonts/NotoSansHans-Bold.svg") format("svg");
}

.pronew-tab{
	display: flex;
	justify-content: space-between;
	margin-bottom: 2.5rem;
}

.pronew-tab .tab-item{
	width: 32.97%;
	box-sizing:border-box;
	border: 1px solid #dfdfdf;
	background: #fafafa;
	color: #222;
	font-size: 0.55rem;
	transition:all 0.3s ease 0s;
	position: relative;
}
.pronew-tab .tab-item:before{
	content: '';
	position: absolute;
	width: 54px;
	height: 13px;
	background: url('../../web/img/pronew-san.png')no-repeat center center;
	background-size: contain;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px;
	opacity: 0;
	transition:all 0.3s ease 0s;
}

.pronew-tab .tab-item a{
	display: block;
	height: 3.9rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pronew-tab .tab-item .ico{
	width: 2.1rem;
	height: 2.1rem;
	border-radius: 50%;
	box-sizing:border-box;
	border: 1px solid #dfdfdf;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 0.65rem;
}

.pronew-tab .tab-item .a{
	display: none;
}


.pronew-tab .tab-item.cur{
	background: #0280cc;
}
.pronew-tab .tab-item.cur .ico{
	border: 1px solid #fff;
}
.pronew-tab .tab-item.cur a{
	color: #fff;
}
.pronew-tab .tab-item.cur img{
	display: none;
}

.pronew-tab .tab-item.cur .a{
	display: block;
}

.pronew-tab .tab-item:hover{
	background: #0280cc;
}
.pronew-tab .tab-item:hover .ico{
	border: 1px solid #fff;
}
.pronew-tab .tab-item:hover a{
	color: #fff;
}
.pronew-tab .tab-item:hover img{
	display: none;
}

.pronew-tab .tab-item:hover .a{
	display: block;
}


.pronew-tab .tab-item.cur:before{
	opacity: 1;
	bottom: -10px;
}
.pronew-tab .tab-item:hover:before{
	opacity: 1;
	bottom: -10px;
}

.adverse-wrap{
	line-height: 1;
}
.adverse-wrap .adverse-item{
	width: 100%;
	height: 7rem;
	background: #fafafa;
	box-sizing:border-box;
	border: 1px solid #dfdfdf;
	margin-bottom: 13px;
}

.adverse-wrap .adverse-item .adverse-le{
	width: 6.5rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	box-sizing:border-box;
	color: #222;
	font-size: 0.75rem;
	border-right: 1px solid #dfdfdf;
}
.adverse-wrap .adverse-item.last .adverse-le img{
	margin-bottom: 1.1rem;
}
.adverse-wrap .adverse-item .adverse-le img{
	margin-bottom: 1.5rem;
}

.adverse-wrap .adverse-item .adverse-ri{
	width: calc(100% - 6.5rem);
	box-sizing:border-box;
	padding: 1.75rem 2rem 0;
}

.adverse-wrap .adverse-item .adverse-ri .t{
	font-size: 0.75rem;
	color: #222;
	margin-bottom: 0.5rem;
}

.adverse-wrap .adverse-item .adverse-ri .con-t{
	color: #666;
	font-size: 0.45rem;
	line-height: 2;
}

.adverse-wrap .adverse-item.last .adverse-ri{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 100%;
	padding-top: 0;
}

.adverse-wrap .adverse-item.last .adverse-ri .img{
	width: 4.75rem;
	height: 4.75rem;
	box-sizing:border-box;
	border: 1px solid #222;
	box-sizing:border-box;
	padding: 4px;
	position: absolute;
	right: 3rem;
	top: 50%;
	transform:translateY(-50%); 
}



.explain-wrap{
	line-height: 1;
	box-sizing:border-box;
	border: 1px solid #bcbcbc;
}

.explain-wrap .explain-list{
	width: 100%;

}

.explain-wrap .explain-list li{
	box-sizing:border-box;
	border-bottom: 1px solid #bcbcbc;
	background: #fff;
	font-size: 0.45rem;
	transition:all 0.3s ease 0s;
}
.explain-wrap .explain-list li:last-child{
	border-bottom: none;
}

.explain-wrap .explain-list li a{
	display: block;
	width: 100%;
	height: 2.5rem;
	color: #222;
	display: flex;
	align-items: center;
}


.explain-wrap .explain-list li .explain-le{
	box-sizing:border-box;
	padding-left: 2.5rem;
	width: 81%;
	display: flex;
	align-items: center;
}

.explain-wrap .explain-list li .explain-le i{
	width: 30px;
	height: 28px;
	background: url('../../web/img/pronew-pdf.png')no-repeat center center;
	background-size: contain;
	margin-right: 2rem;
}

.explain-wrap .explain-list li .explain-ri{
	box-sizing:border-box;
	padding-right: 3rem;
	width: 19%;
	display: flex;
	align-items: center;
}

.explain-wrap .explain-list li .explain-ri i{
	display: inline-block;
	width: 22px;
	height: 24px;
	background: url('../../web/img/pronew-down.png')no-repeat center center;
	background-size: contain;
	margin-left: 0.4rem;
}

.explain-wrap .loadmore{
	cursor: pointer;
	height: 2.6rem;
	line-height: 2.6rem;
	font-size: 0.45rem;
	color: #222;
	text-align: center;
	box-sizing:border-box;
	border-top: 1px solid #bcbcbc;
}

.explain-wrap .loadmore:hover{
	background: #0280cc;
	color: #fff;
}

.explain-wrap .explain-list li:hover{
	background: #0280cc;
	border-bottom: 1px solid #0280cc;
}

.explain-wrap .explain-list li:hover a{
	color: #fff;
}
.explain-wrap .explain-list li:hover .explain-ri i{
	background: url('../../web/img/pronew-downa.png')no-repeat center center;
	background-size: contain;
}
.explain-wrap .explain-list li:hover .explain-le i{
	background: url('../../web/img/pronew-pdfa.png')no-repeat center center;
	background-size: contain;
}



.report-wrap{
	line-height: 1;
	color: #222;
}

.report-wrap h3{
	font-size: 0.6rem;
	color: #222;
	margin-bottom: 0.5rem;
	font-family: "NotoSansHans-Bold";
}
.report-wrap h3 img{
	cursor: pointer;
}
.report-mb{
	margin-bottom:10px;
}
.report-wrap .report-box{
	box-sizing:border-box;
	padding:1.75rem;
}

.report-wrap .report-tipcon{
	border: 1px solid #bcbcbc;
}

.report-wrap .report-tipcon .tip-title{
	font-size: 0.9rem;
	margin-bottom: 0.85rem;
	font-family: "NotoSansHans-Bold";
}

.report-wrap .report-tipcon .tit-cont{
	line-height: 2;
	font-size: 0.4rem;
	margin-bottom: 0.75rem;
	font-family: "NotoSansHans-Bold";
}

.report-wrap .report-tipcon .con-t{
	color: #555;
	line-height: 2;
	font-size: 0.4rem;
}

.report-wrap .report-box.start{
	border: 1px solid #bcbcbc;
	padding: 0;
}

.report-wrap .report-box .start-box{
	box-sizing:border-box;
	padding: 1.5rem 1.75rem;
}
.report-wrap .report-box .start-box:first-child{
	box-sizing:border-box;
	border-bottom: 1px solid #bcbcbc;
}


.report-wrap .check-con{
	display: flex;
	align-items: center;
	color: #555;
	font-size: 0.45rem;
	margin-bottom: 0.4rem;
}

.report-wrap .check-con .ico{
	cursor: pointer;
	width: 18px;
	height: 18px;
	box-sizing:border-box;
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	margin-right: 12px;
	transition:all 0.3s ease 0s;
	position: relative;
}

.report-wrap .check-con .ico:before{
	content: '';
	position: absolute;
	width: 10px;
	height: 7px;
	background: url('../../web/img/pronew-hook.png')no-repeat center center;
	background-size: contain;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	opacity: 0; 
}


.report-wrap .check-con .ico:hover{
	background: #0280cc;
	border: 1px solid #0280cc;
}

.report-wrap .check-con .ico:hover:before{
	opacity: 1;
}

.report-wrap .check-con .ico.cur{
	background: #0280cc;
	border: 1px solid #0280cc;
}

.report-wrap .check-con .ico.cur:before{
	opacity: 1;
}


.report-wrap .check-wrap.light .check-con .ico:before{
	content: '';
	position: absolute;
	width: 10px;
	height: 7px;
	background: url('../../web/img/pronew-hooka.png')no-repeat center center;
	background-size: contain;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	opacity: 0; 
}


.report-wrap .check-wrap.light .ico:hover{
	background: none;
	border: 1px solid #17469d;
}
.report-wrap .check-wrap.light .ico:hover:before{
	opacity: 1;
}


.report-wrap .check-wrap.light .ico.cur{
	background: none;
	border: 1px solid #17469d;
}
.report-wrap .check-wrap.light .ico.cur:before{
	opacity: 1;
}


.report-wrap .report-box.report{
	padding: 0 0;
	border-bottom:1px solid #dcdcdc; 
}

.report-wrap .report-box.report .report-title{
	width: 100%;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 0.75rem;
	color: #fff;
	box-sizing:border-box;
	padding: 0 1.75rem;
	background: #0280cc;
}


.report-wrap .report-box.report .reportitem-box{
	box-sizing:border-box;
	padding: 0 1.75rem 1.2rem;
	border-right:1px solid #dcdcdc; 
	border-left:1px solid #dcdcdc; 
}

.report-wrap .report-box.report .reportitem-box.first{
	padding-top: 1rem;	
}


.report-wrap .input-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.report-wrap .input-box.block{
	display: block;
}
.report-wrap .input-box .input-item{
	height: 1.75rem;
	line-height: 1.75rem;
	font-size: 0.45rem;
	box-sizing:border-box;
	padding:0 0 0 0.9rem; 
	flex: 0 32.89%;
	border: 1px solid #d2d2d2;
	display: flex;
	align-items: center;
	margin-bottom: 0.4rem;
}

.report-wrap .input-box .input-item input{
	width: 60%;
}

.report-wrap .input-box .input-item input.half{
	width: 40%;
}
.report-wrap .input-box .input-item input.w30{
	width: 30%;
}
.report-wrap .reportitem-box .check-wrap{
	display: flex;	
}

.report-wrap .reportitem-box .check-con{
	margin-right: 0.75rem;
}


.report-wrap .reportitem-box .input-item.half{
	width: 49.34%;
	flex: 0 49.34%;
}
.report-wrap .reportitem-box .input-item.half input{
	width: 65%;
}
.report-wrap .reportitem-box .input-item.full{
	width: 100%;
	flex: 0 100%;
}

.report-wrap .reportitem-box .input-boxcon{
	display: flex;
	justify-content: space-between;

}


.report-wrap .reportitem-box textarea{
	height: 5.5rem;
	width: 100%;
	box-sizing:border-box;
	border: 1px solid #d2d2d2;
	padding: 1rem;
	font-size: 0.45rem;
}



.report-wrap .reportitem-box .red-con{
	color: #ff0000;
	font-size: 0.4rem;
	margin-top: 0.2rem;
}

.report-wrap .report-box.report .reportitem-box.reupload-box{
	height: 1.75rem;
	line-height: 1.75rem;
	font-size: 0.4rem;
	display: flex;
	padding: 0 1.75rem 0;
}

.report-wrap .reupload-box .input{
	color: #fff;
	background: #0280cc;
	width: 5rem;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.report-wrap .reupload-box .input input{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 2;
}
.report-wrap .reupload-box .con{
	width: calc(100% - 5rem);
	text-align: center;
	box-sizing:border-box;
	border: 1px solid #d2d2d2;
	border-left: none;
}



.report-wrap .reportitem-tip{
	font-size: 0.4rem;
	line-height: 2.625;
	padding-top: 1.5rem;
	font-weight: bold;
}


.report-wrap .sub{
	width: 4.9rem;
	height: 1.6rem;
	font-size: 0.4rem;
	text-align: center;
	line-height: 1.6rem;
	color: #fff;
	background: #b8b8b8;
	transition:all 0.3s ease 0s;
}

.report-wrap .sub:hover{
	background: #0280cc;
}


.report-wrap .report-box.report .subitem{
	padding: 0 1.75rem 1.75rem;
}




@media(max-width: 992px){
	.pronew-tab .tab-item .ico {
		width: 1.4rem;
		height: 1.4rem;
		margin-right: 0.2rem;
	}
	.pronew-tab {
		margin-bottom: 1.5rem;
	}
	.pronew-tab .tab-item .ico img{
		width: 60%;
	}
	.pronew-tab .tab-item {
		font-size: 0.4rem;
	}
	.pronew-tab .tab-item a {
		height: 2.4rem;
	}
	.adverse-wrap .adverse-item .adverse-le {
		width: 4.5rem;
		font-size: 0.5rem;
		border-right: 1px solid #dfdfdf;
	}
	.adverse-wrap .adverse-item .adverse-le img {
		margin-bottom: 1rem;
	}
	.adverse-wrap .adverse-item .adverse-ri {
		width: calc(100% - 4.5rem);
		padding: 0.75rem 0.5rem 0;
	}
	.adverse-wrap .adverse-item .adverse-ri .t {
		font-size: 0.5rem;
		margin-bottom: 0.5rem;
	}
	.adverse-wrap .adverse-item .adverse-ri .con-t {
		font-size: 0.3rem;
		line-height: 2;
	}


	.explain-wrap .explain-list li .explain-le {
		padding-left: 1rem;
		width: 76%;
	}
	.explain-wrap .explain-list li .explain-le i {
		margin-right: 0.5rem;
	}
	.explain-wrap .explain-list li .explain-ri {
		padding-right: 0.3rem;
		width: 19%;
	}


	.report-wrap .report-box {
		padding: 1rem 0.75rem;
	}
	.report-wrap .report-box .start-box {
		padding: 1rem 0.75rem;
	}


	.report-wrap .check-con {
		display: flex;
		align-items: flex-start;
	}
	.report-wrap .report-box.report .report-title {
		padding: 0px 0.75rem;
	}
	.report-wrap .report-box.report .reportitem-box {
		padding: 0 0.75rem 1.2rem;
	}



}


@media(max-width: 767px){
	.pronew-tab .tab-item a {
		height: 1.2rem;
	}
	.pronew-tab .tab-item .ico img {
		width: 0.3rem;
	}
	.pronew-tab .tab-item .ico {
		width: 0.6rem;
		height: 0.6rem;
		margin-right: 0.1rem;
	}
	.pronew-tab .tab-item {
		font-size: 0.24rem;
		transition:all 0s ease 0s;
	}

	.pronew-tab .tab-item span{
		display:block;
		width: 58%;
		line-height: 1.3;
	}
	.pronew-tab .tab-item:before{
		width: 27px;
		height: 6.5px;
		bottom: -4px;
	}
	.pronew-tab .tab-item.cur:before {
		width: 27px;
		height: 6.5px;
		opacity: 1;
		bottom: -4px;
	}
	.pronew-tab {
		margin-bottom: 0.6rem;
	}
	.adverse-wrap .adverse-item {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	.adverse-wrap .adverse-item .adverse-le {
		width: 100%;
		font-size: 0.3rem;
		border-right: none;
		padding: 0.3rem 0;
		border-bottom: 1px solid #dfdfdf;
	}
	.adverse-wrap .adverse-item .adverse-le img {
		margin-bottom: 0.25rem;
		width: 0.5rem;
	}
	.adverse-wrap .adverse-item .adverse-ri {
		width: 100%;
		padding: 0.5rem 0.3rem;
	}
	.adverse-wrap .adverse-item .adverse-ri .t {
		font-size: 0.4rem;
		margin-bottom: 0.3rem;
	}
	.adverse-wrap .adverse-item .adverse-ri .con-t {
		font-size: 0.28rem;
		line-height: 1.6;
	}
	.adverse-wrap .adverse-item.last .adverse-ri {
		display: block;
		align-items: center;
		height: 100%;
		padding-top: 0.5rem;
	}
	.adverse-wrap .adverse-item.last .adverse-ri .img {
		width: 2.5rem;
		height: 2.5rem;
		padding: 2px;
		position: relative;
		right: 0;
		top: 0;
		transform: translateY(0%);
		margin: 0.5rem auto 0;
	}
	.adverse-wrap .adverse-item.last .adverse-le img {
		margin-bottom: 0.2rem;
		width: 1rem;
	}


	.explain-wrap .explain-list li {
		font-size: 0.28rem;
	}
	.explain-wrap .explain-list li a {
		height: 1.3rem;
	}
	.explain-wrap .explain-list li span{
		display: inline-block;
		width: 80%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.explain-wrap .explain-list li .explain-le {
		padding-left: 0.3rem;
		width: 100%;
	}
	.explain-wrap .explain-list li .explain-ri {
		display: none;
	}
	.explain-wrap .explain-list li .explain-le i {
		width: 24px;
		height: 22px;
		margin-right: 0.2rem;
	}
	.explain-wrap .loadmore {
		height: 1.2rem;
		line-height: 1.2rem;
		font-size: 0.3rem;
	}

	.report-wrap .report-box {
		padding: 0.5rem 0.3rem;
	}
	.report-wrap .report-tipcon .tip-title {
		font-size: 0.44rem;
		margin-bottom: 0.2rem;
	}
	.report-wrap .report-tipcon .tit-cont {
		line-height: 1.6;
		font-size: 0.28rem;
		margin-bottom: 0.3rem;
	}
	.report-wrap .report-tipcon .con-t {
		line-height: 1.6;
		font-size: 0.28rem;
	}
	.report-wrap .report-box .start-box {
		padding: 0.5rem 0.3rem;
	}
	.report-wrap h3 {
		font-size: 0.36rem;
		margin-bottom: 0.5rem;
		line-height: 1.1;
	}
	.report-wrap .check-con {
		font-size: 0.28rem;
		margin-bottom: 0.25rem;
	}
	.report-wrap .check-con span{
		display: inline-block;
		width: 80%;
	}
	.report-wrap .report-box.report .report-title {
		width: 100%;
		height: 1.2rem;
		line-height: 1.2rem;
		font-size: 0.36rem;
		padding: 0 0.3rem;
	}
	.report-wrap .report-box.report .reportitem-box {
		padding: 0 0.3rem 0.5rem;
	}
	.report-wrap .input-box {
		display: block;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.report-wrap .input-box .input-item {
		height: 1rem;
		line-height: 1rem;
		font-size: 0.28rem;
		padding: 0 0 0 0.159rem;
		flex: 100%;
		margin-bottom: 0.1rem;
	}
	.report-wrap .report-box.report .reportitem-box.first {
		padding-top: 0.5rem;
	}
	.report-wrap .reportitem-box .check-wrap {
		display: block;
	}
	.report-wrap .reportitem-box .input-boxcon {
		display: block;
		justify-content: space-between;
	}
	.report-wrap .reportitem-box .input-item.half {
		width: 100%;
		flex: 0 100%;
	}
	.report-wrap .reportitem-box textarea {
		height: 3rem;
		padding: 0.3rem;
		font-size: 0.28rem;
	}
	.report-wrap .reportitem-box .red-con {
		font-size: 0.28rem;
	}
	.report-wrap .report-box.report .reportitem-box.reupload-box {
		height: 1.5rem;
		line-height: 1.5rem;
		font-size: 0.4rem;
		display: flex;
		padding: 0 0.3rem 0;
	}
	.report-wrap .reupload-box .input {
		width: 1.6rem;
		text-align: center;
		position: relative;
		cursor: pointer;
		font-size: 0.28rem;
	}
	.report-wrap .reupload-box .con {
		width: calc(100% - 1.6rem);
		font-size: 0.28rem;
		line-height: 1.3;
		display: flex;
		align-items: center;
		box-sizing: border-box;
		padding: 0 0.2rem;
	}
	.report-wrap .reportitem-tip {
		font-size: 0.28rem;
		line-height: 2;
		padding-top: 0.5rem;
		font-weight: bold;
	}
	.report-wrap .sub {
		width: 2.2rem;
		height: 0.8rem;
		font-size: 0.28rem;
		text-align: center;
		line-height: 0.8rem;
	}
	.report-wrap .reportitem-box .input-item.half input {
		width: 50%;
	}
.report-wrap .reportitem-box .input-item  span{
	font-size: 0.24rem;
	line-height: 1.1;
}

}