body {
	padding-bottom: 30px;
	background: #e1f1fd;
}
.banner_top {
	padding-left: 34px;
	padding-top: 26px;
}
.banner_top::after {
	content: "";
	display: block;
	width: 368px;
	height: 34px;
	background-image: url(../imgs/banner_top.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.banenr_text {
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 58px;
	color: #333333;
	padding-top: 51px;
	padding-bottom: 30px;
	text-align: center;
}
.banenr_tips {
	font-size: 30px;
	color: #666;
	text-align: center;
	padding-bottom: 45px;
}
.title {
	text-align: center;
	font-weight: 600;
	font-size: 60px;
	color: #7767ff;
	/* line-height: 84px; */
	margin-top: 52px;
}

.text {
	text-align: center;
	font-size: 25px;
	color: #ffffff;
	line-height: 42px;
}

.nav {
	width: 100%;
	height: 130px;
	background: #f6f6f6;
	border-radius: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main_fw_a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.nav_1 {
	width: 46px;
	height: 46px;
	background: #17b362;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 34px;
	color: #ffffff;
}

.nav_2 {
	font-size: 30px;
	color: #1cb565;
	margin: 0 12px;
}

.nav_3 {
	width: 97px;
	height: 1px;
	border-top: 1px dashed #17b362;
}

.nav_4 {
	width: 46px;
	height: 46px;
	background: #cfcfcf;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 34px;
	color: #ffffff;
	margin: 0 12px;
}

.nav_5 {
	font-size: 30px;
	color: #666666;
}

.main {
	width: 710px;
	background: #fdfdfd;
	border-radius: 7px;
	margin: 0 auto;
	padding-top: 24px;
	padding-bottom: 20px;
    
	/* margin-top: 50px; */
}

.main_top {
	width: 665px;
	height: 70px;
	background: #f4f4f4;
	margin: 0 auto;
	display: flex;
	margin-bottom: 40px;
}

.main_top div {
	width: 50%;
	height: 100%;
	text-align: center;
	line-height: 70px;
	font-size: 28px;
	color: #484848;
}

.main_top .main_top_i {
	background-image: url(../imgs/main-i.png);
	background-size: 100% 100%;
	color: #ffffff;
	background-repeat: no-repeat;
}

.main_box {
	display: flex;
	align-items: center;
	height: 70px;
}

.main_box_left {
	width: 180px;
	text-align: right;
	font-weight: 500;
	font-size: 27px;
	color: #333333;
}

.main_box_inp {
	width: 490px;
	height: 80px;
	background: #ffffff;
	border: 1px solid #e4e6ea;
	border-radius: 10px;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 27px;
}

.main_fw {
	display: flex;
	align-items: center;
	padding-left: 20px;
	padding-bottom: 40px;
}
.main_fw_b {
	width: 500px;
	/* height: 86px; */
	display: flex;
	align-items: center;
	justify-content: space-between;
    padding: 6px 0;
	padding-left: 20px;
	background: #fff;
	border-radius: 12px;
	border: 1px solid #dbdbdb;
	margin-bottom: 24px;
	position: relative;
	overflow: hidden;
	padding-right: 40px;
	box-sizing: border-box;
	color: #333333;
    box-sizing: border-box;
    
}

.fw_checked {
	border: 2px solid #3b72fc;
	background: #f7f9ff;
	color: #3b72fc !important;
}

.main_zt_i {
	width: 35px;
	height: 35px;
	border: 2px solid #dedede;
	border-radius: 50%;
	/* background-image: url(../imgs/checked.png);
	background-size: 100% 100%; */
	flex-shrink: 0;
}

.main_zt_iac {
	width: 35px;
	height: 35px;
	background-image: url(../imgs/checked-i.png);
	background-size: 100% 100%;
	flex-shrink: 0;
}

.main_fw_i {
	position: absolute;
	/* position: absolute;
	right: 0;
	bottom: 0;
	width: 57px;
	height: 57px;
	background-image: url(../imgs/fuwu_check.png);
	background-size: 100% 100%;
	flex-shrink: 0; */
}

.main_fw_iac {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 46px;
	height: 46px;
	background-image: url(../imgs/fuwu_check.png);
	background-size: 100% 100%;
	flex-shrink: 0;
}

.main_fw_right {
	display: flex;
	align-items: center;
	margin-left: 15px;
	font-size: 29px;
	color: #687198;
	line-height: 46px;
	padding-right: 30px;
}

.main_fw_right_hot {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 38px;
	background: #fff4f1;
	border-radius: 4px;
	border: 1px solid #ff8c72;
	font-weight: 500;
	font-size: 18px;
	color: #ff6e4c;
	box-sizing: border-box;
}

.main_fw_right_i {
	display: inline-block;
	padding: 0 5px;
	background: #fff4f1;
	border: 1px solid #ff6e4c;
	border-radius: 5px;
	font-size: 20px;
	color: #ff6e4c;
	margin-left: 10px;
}

.main_btn {
	width: 615px;
	height: 95px;
	background: #1966ff;
	border-radius: 50px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	color: #ffffff;
	margin-top: 30px;
}

.main_bot {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
	font-size: 22px;
	color: #999999;
}

.main_bot a {
	color: #999999;
	text-decoration: none;
}

.main_bot_i {
	width: 24px;
	height: 24px;
	border: 1px solid #999999;
	border-radius: 3px;
	margin-right: 10px;
}

.main_bot_iac {
	background-image: url(../imgs/xieyi.png);
	background-size: 100% 100%;
	border: none;
}

.jrsq {
	position: relative;
	width: 680px;
	height: 690px;
	border: 1px solid #dcdcdc;
	border-radius: 7px;
	margin: 0 auto;
	margin-top: 126px;
	padding-top: 30px;
}

.jrsq_title {
	position: absolute;
	top: -40px;
	left: 196px;
	width: 288px;
	height: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	font-size: 36px;
	color: #666666;
}

.sq_ul {
	width: 100%;
	height: 650px;
	overflow: hidden;
	margin-top: 30px;
}

.sq_ul li {
	text-align: center;
	width: 100%;
	height: 80px;
	font-size: 22px;
	color: #999999;
}

/*-------------------*/

.ktbg_box_right_heads {
	width: 596px;
	margin: 0 auto;
	border-top: 1px solid #ebeef5;
	margin-top: 25px;
}

.ktbg_box_right_heads_box {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ktbg_box_right_heads_box_text {
	font-size: 20px;
	color: #666666;
}
