.l{
	float: left !important;
}
.mt2{
	margin-top: 24px !important;
}
.pt2{
	padding-top: 6px;
}
.mt3{
	margin-top: 30px !important;
}
.myd-long{
	width: 700px !important;
}
.myd-btn{
	margin: 30px 0px 68px 100px;
}
.main{
	min-height: 721px !important;
}
.myd ul{
	width: 100%;
	height: 55px;
	display: flex;
	margin: 30px 0px;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.myd li{
	width: 224px;
	height: 55px;
	line-height: 55px;
	border-radius: 6px;
	background-color: #F2F2F2;
	font-size: 21px;
	text-align: center;
}
.myd li:hover, .myd .cur{
	background: #3854b8;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}
/*body .header-nav{
	height: 60px !important;
}*/
.star{
	width: 100%;
	height: 32px;
	float: left;
	padding-bottom: 60px;
	border-bottom: 4px solid #f1f1f1;
}
.star-title{
	width: 100px;
	line-height: 34px;
	float: left;
	font-size: 18px !important;
	font-weight: bold !important;
	color: #333;
}
.star-text{
	width: calc( 100% - 180px);
	float: left;
}
.star span{
	width: 32px;
	height: 32px;
	float: left;
	cursor: pointer;
	margin-right: 6px;
	background: url('../images/star-empty.svg') no-repeat;
}
.star span:hover, .star .on{
	background: url('../images/star-full.svg') no-repeat;
}
.myd-text{
	width: 100%;
	float: left;
}
.myd-text-t{
	width: 100%;
	float: left;
	padding: 30px 0px 20px;
	font-size: 18px;
	text-indent: 2em;
}
.ymj-checkbox{
	width: 96%;
	height: 42px !important;
	line-height: 42px !important;
}
.ymj-checkbox span{
	margin-left: 68px;
}
.ymj-checkbox span span{
	margin-left: 16px;
	font-size: 18px;
}
.ymj-radio-group{
	padding-left: 96px;
}

/**
 * 滑动验证码
 */
#slider {
	width: 368px;
	height: 48px;
	margin-bottom: 30px;
	position: relative;
	border-radius: 2px;
	background-color: #f2f2f2;
	border: 1px solid #e6e6e6;
	overflow: hidden;
	text-align: center;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

#slider_bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #3854b8;
	z-index: 1;
}

#label {
	width: 68px;
	position: absolute;
	left: 0;
	top: 0;
	height: 48px;
	line-height: 48px;
	border-right: 1px solid #cccccc;
	background: #fff;
	z-index: 3;
	cursor: move;
	color: #2241b1;
	font-size: 21px;
	font-weight: bold;
}

#labelTip {
	position: absolute;
	left: -28px;
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-family: 'Microsoft Yahei', serif;
	color: #787878;
	line-height: 48px;
	text-align: center;
	z-index: 2;
}

.number{
	padding: 16px 0px;
	font-size: 16px;
}
.list-hcp{
	width: 100%;
	float: left;
}
.list-hcp .star{
	border-bottom: none;
	padding-bottom: 0px;
}
.list-hcp dt{
	width: 100%;
	height: 60px;
	line-height: 60px;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #d6d6d6;
}
.list-hcp dd{
	width: 100%;
	height: 56px;
	line-height: 56px;
	float: left;
	font-size: 18px;
	border-bottom: 1px dashed #dcdcdc;
}
.list-hcp .star span{
	width: 28px;
	height: 28px;
	margin-top: 12px;
}
.list-hcp0{
	width: 10%;
}
.list-hcp1{
	width: 25%;
}
.list-hcp2{
	width: 25%;
}
.list-hcp3{
	width: 20%;
	text-align: center;
	display: flex;
	justify-content: center;
}
.list-hcp3 a{
	width: 110px;
	height: 40px;
	line-height: 40px;
	margin-top: 8px;
	background-color: #e5ebff;
	margin-right: 20px;
	color: #3854b8;
	border-radius: 4px;
}
.list-hcp3 a:last-child{
	background-color: #3854b8;
	margin-right: 0px;
	color: #FFFFFF;
}
.list-hcp3 a:hover{
	color: #FFFFFF;
	background-color: #304ba1;
}
.list-hcp4{
	width: 20%;
	text-align: center;
}
.list-hcp4 .on{
	color: #ccc;
}
.list-hcp5{
	width: 100%;
	text-align: center;
}

.content-hcp dd{
	height: auto;
	line-height: normal;
	padding: 10px 0px;
}
.content-hcp .star span{
	margin-top: 0px;
}
.content-hcp1{
	width: 25%;
}
.content-hcp2{
	width: 20%;
}
.content-hcp3{
	width: 30%;
	text-align: center;
	display: flex;
	justify-content: center;
}
.content-hcp .content-hcp3{
	text-align: left;
}
.content-hcp3 a{
	width: 110px;
	height: 40px;
	line-height: 40px;
	margin-top: 8px;
	background-color: #e5ebff;
	margin-right: 20px;
	color: #3854b8;
	border-radius: 4px;
}
.content-hcp3 a:last-child{
	background-color: #3854b8;
	margin-right: 0px;
	color: #FFFFFF;
}
.content-hcp3 a:hover{
	color: #FFFFFF;
	background-color: #304ba1;
}
.content-hcp4{
	width: 20%;
	text-align: center;
}
.content-hcp5{
	width: 100%;
	text-align: center;
}

.layui-laypage{
	margin: 20px 0px 0px !important;
}
.layui-laypage .layui-laypage-prev, .layui-laypage .layui-laypage-next{
	width: 120px;
}
.layui-laypage .layui-laypage-prev, .layui-laypage .layui-laypage-next, .layui-laypage a, .layui-laypage-spr, .layui-laypage .layui-laypage-curr{
	height: 36px !important;
	line-height: 36px !important;
	font-size: 15px !important;
	margin: 0px 6px !important;
}