.fonts-style {
	color: #666;
}

.sign-btns {
	margin-left: 356px;
	margin-right: 40px;
	color: #197AFB;
	text-shadow: none;
}

#nav-index-sub::after {
	left: 110px !important; 
}

.case-title {
	font-size: 46px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #333333;
	line-height: 61px;
	margin: 152px auto 0;
	width: 1200px;
}

.case-desc {
	height: 21px;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #333333;
	line-height: 21px;
	margin: 32px auto 72px;
	width: 1200px;
}
.choose {
	display: flex;
	border-bottom: 1px solid #D0D0D0;
	padding-bottom: 24px;
}
.choose-ct {
	width: 1200px;
	margin: 0 auto;
}

.have-choose {
	display: flex;
}
.have-choose .left {
	width: 42px;
	height: 19px;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #999999;
	line-height: 19px;
	margin-right: 27px;
	margin-top: 31px;
}
.have-choose .right {
	margin-top: 24px;
	display: flex;
}
.have-choose .right .item {
	width: 74px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #FAFAFB;
	border-radius: 16px;
	border: 1px solid #D0D0D0;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #333333;
	margin-right: 16px;
}
.have-choose .clear {
	width: 28px;
	height: 16px;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #197AFB;
	line-height: 14px;
	margin-top: 33px;
	cursor: pointer;
}

.choose-container {
	min-height: 600px;
}
.choose-list {
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 56px;
	margin-bottom: 80px;
}
.choose-list-last {
	margin-bottom: 225px;
}
.choose-list .list-item {
	width: 200px;
	height: 72px;
	margin-right: 50px;
	margin-bottom: 32px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	border-radius: 4px;
	overflow: hidden;
}
.choose-list .list-item:nth-child(5n) {
	margin-right: 0;
}
.choose-list .list-item img{
	width: 200px;
	height: 72px;
}
.choose-list .list-item   .list-item-desc{
	width: 200px;
	height: 96px;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #666666;
	line-height: 24px;
	margin: auto;
}


.select-picker-options-list-item {
	height: 40px;
	padding-top:6px !important;
}
.select-picker-options-list-item:after {
	border-bottom: none !important;
}