.top-show{
	background: #FFFFFF;
	width: 100%;
	border-top: 5px solid #e5e5e5;
}
.second-container{
	background: #FFFFFF;
	display: none;
}
.out-container{
	display: flex;
	flex-direction: column;
}
.swiper{
	background: #FFF;
	flex: 1;
}
.swiper-container{
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.swiper-slide {
	text-align: center;
}
.swiper-slide>img{
	width: 85%;
}
.btn-container{
	height: 20%;
	background: #FFF;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.start{
	align-self: center;
	display: inline-block;
	background: #2e7ded;
	border-radius: 20px;
	color: #FFF;
	padding: 10px 20px;
	text-decoration: none;
	cursor: pointer;
}
.tips{
}
.out-container .top-show .tips{
	padding: 20px 25px;
	font-size: 21px;
	color: #444444;
	line-height: 30px;
}
.select-list{
	padding: 40px;
	display: flex;
	flex-direction: column;
}
.select-list .tips{
	font-size: 21px;
	color: #444444;
}
/* .select-list>select::-ms-expand{
	color: #fff;
	font-size:20px;
	padding:5px 9px;
	background: #0054a7;
} */
.clause-container{
	padding: 20px;
	padding-bottom: 10px;
	box-sizing: border-box;
	background: #FFFFFF;
	width: 95%;
	margin: 20px auto;
	border:1px solid #ededed;
}
.clause{
	padding:20px 10px;
	margin-bottom: 10px;
	overflow-y: auto;
	flex: 1;
	/* border-bottom: 1px solid #ccc; */
}
.next-btn{
	display: flex;
	flex-direction: row;
	justify-content:space-around;
}
.next-btn>a{
	font-size: 16px;
	display: block;
	width:85px;
	height: 40px;
	line-height: 35px;
	cursor: pointer;
	text-align: center;
	border:2px solid #277cf0;
	box-sizing: border-box;
	border-radius: 20px;
}
.next-btn>a:hover{
	cursor: pointer;
}
#click-cancel{
	background: #FFFFFF;
	color: #277cf0;
}
#click-next{
	background: #277cf0;
	color: #FFFFFF;
}
#click-next.disabled{
	background: #c0c0c0;
	color: #FFFFFF;
	border-color: #c0c0c0;
}
#option-selected{
	font-size: 18px;
	padding-top: 10px;
	color: red;
}
#protocol{
	word-wrap: break-word;
}

.clause-mode{
	position: absolute;
	background: rgba(0, 0, 0, .3);
	display: none;
	justify-content: center;
	height: 100%;
	width:100%;
	top: 0;
	left: 0;
	z-index: -100;
}
.clause-container{
	align-self: center;
	border-radius: 10px;
	background:#FFFFFF;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding: 30px;
	height: 90%;
}
.intro-container{
	width: 100%;
	height: 85%;
	background: #FFFFFF;
}
.clause-container .clause{
	padding: 20px;
}
