\P {
	margin: 0;
}

.intro_head {
	width: 100%;
	height: 655px;
	background-color: #fff;
	background-image: url(../img/intro_banner.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.head_logo {
	display: inline-block;
	padding-top: 14px;
}

.intro_head_ri {
	width: 92px;
	height: 30px;
	border: 1px solid #31ba52;
	border-radius: 2px;
	color: #31ba52;
	line-height: 30px;
	float: right;
	text-align: center;
	margin-top: 28px;
	margin-right: 5%;
	cursor: pointer;
}

.intro_head_ri a {
	color: #31ba52;
}

.intro_text {
	text-align: center;
	color: #fff;
	margin-top: 160px;
}

.intro_textp1 {
	font-size: 50px;
	font-weight: bold;
}

.intro_textp2 {
	font-size: 22px;
	margin-top: 35px;
}

.intro_textp3 {
	display: inline-block;
	width: 184px;
	height: 50px;
	background: #31ba52;
	border-radius: 28px;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	margin-top: 53px;
	font-size: 20px;
}

.intro_textp3 a {
	color: #fff;
}

.head_li_intro ul li a {
	/* color: #fff */
}

.head_li_intro ul li {
	/*  border-right: 1px #fff solid */
}

.int_adv {
	width: 100%;
	height: 680px;
	background-color: #fff;
	background-image: url(../img/intro_adv_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	box-sizing: border-box;
}

.int_adv_con {
	padding-top: 60px;
}

.int_adv_con .index_title_p span {
	color: #31ba52;
}

.int_adv_ul ul {
	margin-top: 70px;
}

.int_adv_ul ul li {
	float: left;
	margin-bottom: 70px;
	width: 33%;
	text-align: center;
}

.int_adv_ul ul li div {
	text-align: center;
	display: inline-block;
}

.int_adv_ul ul li p {
	margin-top: 28px;
	margin-bottom: 21px;
	color: #333;
	font-size: 24px;
}

.int_adv_ul ul li span {
	color: #666;
	font-size: 18px;
}

.intro_fun_bg {
}

.intro_fun_bg img {
	width: 100%;
}

.intro_fun_con {
	padding-top: 60px;
	margin: 0 auto;
	text-align: center;
	width: 1012px;
}

.intro_fun_item {
	display: inline-block;
	float: left;
	margin-right: 4px;
}

.intro_fun_item_tit {
	width: 500px;
	height: 60px;
	background: #31ba52;
	border-radius: 10px 0px 0px 0px;
	box-sizing: border-box;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 60px;
}

.intro_fun_item2 .intro_fun_item_tit {
	border-radius: 0px 10px 0px 0px;
}

.intro_fun_item ul li {
	width: 500px;
	height: 110px;
	background: #eceff4;
	margin-bottom: 6px;
	text-align: left;
	box-sizing: border-box;
	padding-top: 30px;
	padding-left: 28px;
}

.intro_fun_item ul li:nth-child(2n) {
	background: #f8f9fb;
}

.intro_fun_item ul li span {
	font-size: 20px;
	color: #333;
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
}

.intro_fun_item ul li p {
	display: inline-block;
	color: #666;
	font-size: 18px;
	width: 70%;
	text-align: left;
	line-height: 30px;
}

.sel_head {
	height: 62px;
	background: #31ba52;
}

.sel_head_con {
	padding-top: 12px;
	padding-left: 51px;
}

.sel_head_con img {
	width: 167px;
	height: 34px;
}
.multsel {
	min-width: 160px;
	border: 1px solid #cfcfcf;
	height: 27px;
	line-height: 27px;
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #333;
}

.multsel span.view {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 101;
	box-sizing: border-box;
	padding: 0 10px;
	display: block;
	cursor: pointer;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.multsel i {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -2px;
	border-top: 5px solid #666;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.multsel i.pop {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -2px;
	border-top: 5px solid #666;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.multsel .selist {
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 100;
	display: none;
	width: 100%;
	border: 1px solid #cfcfcf;
	padding-top: 28px;
	border-radius: 4px;
}

.multsel .selist a.seitem {
	display: block;
	height: 27px;
	padding-left: 57px;
	cursor: pointer;
	background-color: #fff;
}

.multsel .selist a.seitem:hover {
	background-color: #f1f1f1;
}

.multsel .selist .seitem {
	position: relative;
}
.multsel .selist a::after {
	content: "";
	position: absolute;
	background-image: url(../img/suiyuan1.png);
	left: 15px;
	/* right: 10px; */
	width: 20px;
	height: 20px;
	margin-top: 8px;
}
.multsel .selist a.checked::after {
	content: "";
	position: absolute;
	background-image: url(../img/duigou.png);

	left: 15px;
	/* right: 10px; */
	width: 20px;
	height: 20px;
	margin-top: 8px;
}
.multsel .selist a.checked {
	background-color: #f1f1f1;
}

.applayuse {
	background-color: #f7f9fb;
	padding-top: 35px;
	padding-bottom: 50px;
}

.applayuse_con {
	background-color: #fff;
	border-radius: 10px;
	padding-bottom: 50px;
}

.sel_top1 {
	width: 100%;
	height: 132px;
	background-color: #fff;
	background-image: url(../img/sel_top1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	text-align: center;
	padding-top: 26px;
	box-sizing: border-box;
}

.sel_top1 div {
	font-size: 28px;
	color: #333;
}

.sel_top1 p {
	color: #666;
	font-size: 22px;
	margin-top: 7px;
}

.sel_top1 p span {
	color: #31ba52;
}

.try_from {
	margin-top: 35px;
	text-align: center;
}

.try_from ul li {
	margin-bottom: 30px;
}

.try_from .errotip {
	position: absolute;
	color: #f05a5a;
	font-size: 14px;
	font-weight: normal;
	width: 446px;
	text-align: left;
	margin-left: 360px;
	margin-top: 5px;
	display: none;
}

.try_from ul li span {
	font-size: 18px;
	display: inline-block;
	color: #666;
	width: 106px;
	vertical-align: top;
	text-align: right;
	margin-top: 4px;
	margin-right: 20px;
}

.try_from ul li span i {
	color: #ff3e3c;
	display: inline-block;
	width: 10px;
	margin-right: 2px;
}

.try_from ul li p {
	display: inline-block;
}

.try_from ul li input {
	width: 446px;
	height: 37px;
	border: 1px solid #cfcfcf;
	border-radius: 4px;
	line-height: 37px;
	padding-left: 15px;
	display: inline-block;
	box-sizing: border-box;
}

.try_from ul li .phone_input {
	width: 336px;
}

ul li .phone_select {
	width: 100px;
	border: 1px solid #cfcfcf;
	border-radius: 4px;
	line-height: 37px;
	display: inline-block;
}
ul li .phone_select .select_text {
	width: 100px;
}
ul li .phone_select .select_ul {
	width: 100px;
	min-width: 100px;
	margin-top: 0;
}
ul li .phone_select .select_ul li {
	margin-bottom: 0 !important;
}
ul li .phone_select .select_ul li:first-child {
	display: block;
}

ul li .rePhone_select {
	width: 100px;
	border: 1px solid #cfcfcf;
	border-radius: 4px;
	line-height: 37px;
	display: inline-block;
}
ul li .rePhone_select .select_text {
	width: 100px;
}
ul li .rePhone_select .select_ul {
	width: 100px;
	min-width: 100px;
	margin-top: 0;
}
ul li .rePhone_select .select_ul li {
	margin-bottom: 0 !important;
}
ul li .rePhone_select .select_ul li:first-child {
	display: block;
}

.try_from ul li input.inputfocus {
	border: 1px solid #f05a5a;
}

.try_from ul li input.inputclick {
	border: 1px solid #97dab0;
}

.app_multsel {
	display: inline-block;
	width: 445px;
	height: 37px;
	line-height: 37px;
	text-align: left;
	box-sizing: border-box;
	border: 1px solid #cfcfcf;
	border-radius: 4px;
	padding-left: 15px;
	margin-left: 3px;
}

.try_from ul li .view {
	font-size: 16px;
	text-align: left;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 95%;
}

.multsel .selist {
	padding-top: 40px;
}

.multsel .selist a.seitem {
	height: 37px;
	line-height: 37px;
	font-size: 16px;
	color: #666;
}

.guimo {
	width: 446px;
	height: 37px;
	border: 1px solid #cfcfcf;
	text-align: left;
	box-sizing: border-box;
	border-radius: 4px;
	display: inline-block;
	outline: none;
	color: #666;
}

.guimo option {
	height: 37px;
	line-height: 37px;
	color: #666;
}

.select:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -2px;
	border-top: 5px solid #666;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.select_ul {
	display: none;
	position: absolute;
	top: 34px;
	left: -1px;
	width: 446px;
	min-width: 134px;
	border: 1px solid #d4d4d4;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background: #fff;
	z-index: 2;
}

.select_ul li {
	line-height: 37px;
	text-indent: 10px;
	margin-bottom: 10px !important;
	padding-left: 15px;
}

.select_ul li:hover {
	color: #666;
	background: #f1f1f1;
	cursor: pointer;
}

.select_ul li.cur {
	color: #fff;
	background: #31ba52;
	cursor: pointer;
}

.select_ul li:first-child {
	display: none;
}

.select {
	width: 446px;
	height: 37px;
	border: 1px solid #cfcfcf;
	text-align: left;
	box-sizing: border-box;
	border-radius: 4px;
	outline: none;
	color: #666;
	display: inline-block;
	position: relative;
	margin-left: 2px;
}

.select--disabled {
	background-color: #f3f3f3;
	cursor: not-allowed;
}

.select .select_text {
	width: 446px;
	height: 37px;
	line-height: 37px;
	border: 0px solid #cfcfcf;
	text-align: left;
	box-sizing: border-box;
	border-radius: 4px;
	padding-left: 16.5px;
	outline: none;
	color: #333;
	font-size: 16px;
}

.apply_btn_line {
	width: 580px;
	height: 1px;
	background: #cdcdcd;
	margin: 0 auto;
	margin-top: 34px;
}

.apply_btn_lines {
	width: 580px;
	height: 1px;
	background: #cdcdcd;
	margin: 0 auto;
	margin-top: 33px;
}

.apply_btn {
	display: block;
	width: 274px;
	height: 50px;
	background: #31ba52;
	border-radius: 28px;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
	margin: 0 auto;
	margin-top: 40px;
}

.po_pay_tit {
	height: 40px;
	background: #f8f9fb;
	border-radius: 4px 4px 0px 0px;
	padding-left: 19px;
	padding-right: 20px;
	padding-top: 10px;
}

.apply_btn_db {
	opacity: 0.6;
}

#myModal_appyes {
	margin-top: 6%;
}

#myModal_appyes .modal-content {
	width: 560px;
	height: 520px;
	background: #ffffff;
	border-radius: 6px;
	overflow-y: auto;
	margin-top: 20px;
}

#myModal_appyes .modal-body {
	padding: 0;
}

.paysucceed_info {
	margin-top: 30px;
	text-align: center;
}

.paysucceed_info_p p {
	font-size: 26px;
	color: #31ba52;
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
}

.paysucceed_info_p img {
	display: inline-block;
	vertical-align: top;
	width: 70px;
	margin-top: 18px;
}

.paysucceed_line {
	width: 100%;
	height: 1px;
	background: #cdcdcd;
	margin-top: 50px;
}

.paysucceed_kef {
	margin-top: 50px;
	text-align: center;
}

.paysucceed_kef p {
	font-size: 18px;
	line-height: 40px;
}

.paysucceed_kef p span {
	color: #31ba52;
}

.paysucceed_kef_div {
	font-size: 20px;
	color: #31ba52;
	font-weight: 600;
	width: 300px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 10px;
}

.paysucceed_kef_div span {
	width: 35px;
	margin-right: 5px;
	display: inline-block;
}

.paysucceed_kef_div b {
	font-weight: normal;
	width: 140px;
	display: inline-block;
	text-align: left;
}

.paysucceed_kef_div1 {
	margin-top: 30px;
}

.paysucceed_kef_div img {
	vertical-align: middle;
	margin-top: -3px;
}

.paysucceed_kef_div2 {
	margin-top: 20px;
}
