*{
	padding: 0;
	margin: 0;
}
.crumbs{
	width: 1190px;
	line-height: 40px;
	color: #333333;
	font-size: 14px;
	margin: 0 auto;
}
.num_info_box{
	width: 600px;
	padding: 0 0 20px 0;
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0 0 0.1rem 0.5px rgb(0 0 0 / 10%);
	margin: 10px auto;
	overflow: hidden;
}
.num_title{
	background: #FCFCFC;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #cccccc;
}
.num_labe{
	padding: 2px 5px;
	font-size: 14px;
	background: #EA4543;
	color: #ffffff;
	border-radius: 5px;
	font-style:italic;
}
.num_title h1{
	font-size: 28px;
	font-weight: bold;
	margin-left: 10px;
}
.info_list{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.list_t{
	width: 55px;
	color: #333333;
	font-size: 14px;
}
.list_m{
	width: 300px;
	height: 40px;
	border-radius: 5px;
	background: #F2F6F9;
	text-align: center;
	line-height: 40px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
.hmbz{
	font-size: 14px;
	color: #333333;
	padding-left: 122px;
	margin-top: 20px;
}
.hmbz_c{
	padding: 0 122px;
	font-size: 14px;
	color: #333333;
	margin-top: 10px;
}
.btn_box{
	margin: 20px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn1{
	width: 120px;
	height: 35px;
	border-radius: 50px;
	text-align: center;
	line-height: 35px;
	color: #ffffff;
	font-size: 14px;
	background: #4D80FF;
}
.btn2{
	width: 120px;
	height: 35px;
	border-radius: 50px;
	text-align: center;
	line-height: 35px;
	color: #ffffff;
	font-size: 14px;
	background: #EA4543;
	margin-left: 50px;
}
.blxz_box{
	width: 1190px;
	margin: 20px auto;
}
.blxz{
	line-height: 40px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #4D80FF;
}
.blxz_box p{
	color: #636466;
	font-size: 14px;
	margin-top: 20px;
}
.step{
	width: 780px;
	margin: 20px auto;
}
.step img{
	width: 100%;
	height: 100%;
}
.info_num_detail {
    width: 1190px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin: 20px auto;
}
.info_num_detail .title {
    padding: 0 10px 0 15px;
    border-bottom: 1px solid #e6e6e6;
    height: 84px;
    line-height: 84px;
}
.info_detail_bd {
    overflow: hidden;
    clear: both;
}
.info_num_detail .phone {
    font-size: 30px;
    color: #0282dd;
    font-weight: bold;
    position: relative;
}
.info_num_detail .rules {
    font-size: 15px;
    padding-left: 20px;
}
.info_num_detail .sign {
    display: inline-block;
    width: 70px;
    float: right;
}
.info_num_detail .phone i {
    background: url(/img/pc/lh_bg.png) no-repeat;
    display: block;
    width: 254px;
    height: 9px;
    position: absolute;
    top: 32px;
    left: -15px;
}
.info_detail_bd_title {
    width: 50%;
    float: left;
    line-height: 60px;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
}
.info_detail_bd_title .info_cont_group_hd {
    float: left;
}
.info_cont_group_hd {
    background: #f0f0f0;
    position: relative;
    line-height: 60px;
    padding: 0 10px 0 24px;
}
.info_detail_bd_title .desc {
    float: left;
    padding-left: 40px;
    font-size: 14px;
    color: #1b1b1b;
}
.info_cont_group_hd::before {
    content: "";
    position: absolute;
    right: -1rem;
    top: 2rem;
    width: 0;
    height: 0;
    border-top: 0.65rem solid transparent;
    border-right: 1.3rem solid #fff;
    border-bottom: 0.65rem solid #fff;
    transform: rotate(145deg);
}
.info_cont_group_hd .fontalign {
    display: inline-block;
    width: 76px;
    text-align: justify;
    text-align-last: justify;
    font-size: 15px;
}
.info_detail_bd_title.sp {
    width: 100%;
}
.info_detail_bd_title .desc.sp {
    float: none;
    line-height: normal;
    margin: 10px 20px 0 120px;
}
.info_tips {
    margin-bottom: 20px;
}
.info_tips {
    width: 1190px;
	border: 1px solid #ffe0c8;
	box-sizing: border-box;
	background: #fff6ef;
	padding: 15px 50px 20px 60px;
	margin: 0 auto;
	margin-top: 20px;
	overflow: hidden;
	clear: both;
	color: #1b1b1b;
}
.info_tips p {
    text-indent: -15px;
}
.info_tips p {
    line-height: 25px;
    font-size: 14px;
    color: #1b1b1b;
}
.info_tips p:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ff4200;
    margin-right: 10px;
    vertical-align: middle;
}
.dt_btn_box{
	width: 1190px;
	margin: 20px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn_left{
	width: 200px;
	height: 35px;
	background: #0282DD;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	border-radius: 5px;
}
.btn_right{
	width: 200px;
	height: 35px;
	background: #074A7E;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	border-radius: 5px;
	margin-left: 30px;
}

@media screen and (max-width: 700px) {
	.num_info_box{
		width: 100% !important;
		border-radius: 0;
	}
	.list_m {
		width: 220px;
	}
	.hmbz{
		padding-left: 50px;
	}
	.hmbz_c {
		padding: 0 50px;
	}
	.blxz{
		padding-left: 20px;
	}
	.blxz_box p{
		padding: 0 20px;
	}
	.num_title h1{
		font-size: 24px;
	}
	.step{
		display: none;
	}
	.info_num_detail{
		width: 100%;
	}
	.rules{
		display: none;
	}
	.sign{
		display: none !important;
	}
	.info_num_detail .title{
		text-align: center;
		height: 55px;
		line-height: 55px;
	}
	.info_num_detail .phone{
		font-size: 24px;
	}
	.info_detail_bd_title{
		width: 100%;
	}
	.info_detail_bd_title .desc{
		padding-left: 20px;
	}
	.info_tips{
		width: 100%;
	}
	.crumbs{
		display: none;
	}
	.blxz_box{
		width: 100%;
	}
}












