

* {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: auto;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	transition: .4s;
}

a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
}

a:hover {
	color: #007AFF;
}

body {
	width: 100%;
	min-width: 1200px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.m1200 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

ul,
li {
	padding: 0;
	list-style: none;
}

.logo{height:112px!important;}
.head-v3{z-index:0;}
.info{ height:auto;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	header {
		padding: 22px 0;
	}
}


@keyframes updown {
	0% {
		margin-top: 0;
	}
	50% {
		margin-top: -10px;
	}
	100% {
		margin-top: 0;
	}
}

.justcenter {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.banner {
	width: 100%;
}

.banner img {
	width: 100%;
	height: 100%;
}

.title {
	text-align: center;
	padding: 70px 0 58px 0;
}


.title h2 {
	font-size: 52px;
	font-weight: 400;
	line-height: 69px;
	font-family: "微软雅黑";
}

a.btn {
	display: block;
	transition: 0.4s;
}

a.btn:hover {
	box-shadow: 1px 1px 3px 1px #ddd;
	transform: translateY(-3px);
	cursor: pointer;
}

input {
	outline: none;
}


/*login*/

.popup {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0px;
	z-index: 3000;
	display: none;
}

.login-popup {
	width: 400px;
	height: 400px;
	margin: 100px auto;
	background-color: white;
	border-radius: 10px;
	z-index: 3000;
	overflow: hidden;
	position: relative;
}

.inf-item {
	width: 100%;
	/*height: 38px;*/
	line-height: 38px;
	font-size: 14px;
	margin-top: 20px;
}

.popup .title {
	background: #f2f2f2;
	padding: 0 30px;
	color: #4c4c4c;
	font-size: 24px;
	border-bottom: 1px solid #e5e5e5;
}

.popup .title h2 {
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	color: #4c4c4c;
	font-weight: normal;
}

.popup a.guanbi {
	background: url(../images/popup_guanbi.html) repeat 0px 0px;
	background: url(../images/popup_guanbi.html) repeat 0px -35px;
	width: 35px;
	height: 35px;
	display: block;
	position: absolute;
	top: 8px;
	right: 20px;
	cursor: pointer;
}

.login-popup .popup-con {
	padding: 20px 60px;
	font-size: 18px;
}

.popup-con .login-href {
	text-align: right;
}

.popup-con .login-href {
	text-align: right;
}

.popup-con .login-href a {
	color: #275ec7;
	font-size: 14px;
	line-height: 25px;
}

.login-popup .inf-item {
	margin-top: 30px;
}

.login-popup .input-name {
	background: url(../images/iconLogin.html) 10px 10px no-repeat;
}

.login-popup .input-pass {
	background: url(../images/iconLogin.html) 10px -46px no-repeat;
}

.login-popup .inf-item input {
	height: 38px;
	line-height: 38px;
	width: 100%;
	padding-left: 5px;
	border: 1px solid #ccc;
	font-size: 14px;
	text-indent: 10px;
	margin-right: 0;
	float: left;
	text-align: left;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	border-radius: 4px;
	box-sizing: border-box;
	text-indent: 35px;
	transition: all ease 0.4s;
}

.forgot-pass {
	text-decoration: underline;
	color: #275ec7;
	font-size: 14px;
	text-align: right;
	width: 100%;
	line-height: 40px;
}

.login-popup .login-b {
	background: #275ec7;
	display: block;
	width: 60%;
	margin: 20px auto 0;
	line-height: 40px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-family: " 微软雅黑";
	box-shadow: 0 0 20px;
}



input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	box-shadow: 0 0 0 60px #fff inset;  /*focus背景色*/
	-webkit-text-fill-color: #878787;   /*字的颜色*/
	/* border:none; */
}

select:focus { outline: none; 
appearance:none;
-moz-appearance:none; /* Firefox */
-webkit-appearance:none; /* Safari 和 Chrome */
}


a.btn{
	display: inline-block;
}




section{
	padding-bottom:70px;
}

.top-button {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    overflow: hidden;
    position: fixed;
    /* bottom: 100px; */
    bottom: 280px;
    right: 50px;
    cursor: pointer;
    z-index: 2018;
    display: none;
}
.top-button img {
    width: 68px;
    height: 68px;
    background-color: rgba(0,0,0,.6);
}

.menGray{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	z-index: 9999;
	display: none;
}
.menGray.show{
	display: block;
}

.serviceAgreement{
	position: fixed;
	top:10%;
	left:15%;
	right:15%;
	bottom:10%;
	background: #fff;
	z-index:10000;
	padding:5px;
	box-sizing: border-box;
	overflow-y:hidden;
	display: none;
}
.serviceAgreement p{
	font-size:16px;
	line-height:34px;
	text-indent: 2em;
}
.serviceAgreement.show{
	display: block;
}
.serviceAgreement .close{
	position: fixed;
    right: 12%;
    top: 8%;
}
.serviceAgreement .close:before{
	content:'';
	display: block;
	width:34px;
	height:2px;
	background-color: #f3f3f3;
	transform: rotate(45deg);
}
.serviceAgreement .close:after{
	content:'';
	display: block;
	width:34px;
	height:2px;
	background-color: #f3f3f3;
	transform: rotate(-45deg);
	margin-top:-2px;
}
.serviceAgreement h3{
	margin-top:15px;
	line-height:40px;
}

.serviceAgreement .textinner{
	/* position: relative; */
	margin:20px;
	padding-bottom: 80px;
}
.serviceAgreement input[type='button']{
	width:120px;
	height:40px;
	background-color: #f00;
	color:#fff;
	font-size:16px;
	line-height:40px;
	text-align: center;
	position: absolute;
	bottom:40px;
	left:50%;
	transform: translateX(-50%);
	border:none;
	outline:none;
}


 #agreement{
	font-size:14px;
	color:#275ec7;
	line-height:24px;
	padding:0 8px;
}

.serviceAgreement .shell{
	height:100%;
	border:25px solid #fff;
	overflow-y:scroll;
}
.again_banner img{ width:100%}


.title h2 span {
	color: #ff2766;
}

.getres .content {
	width: 1200px;
}

.getres .content .box {
	width: 1138px;
	border-radius: 20px 20px 0 0;
}

.getres .bm {
	width: 1200px;
	background: url(../images/bm555.html) no-repeat;
	background-size: 100% 100%;
}

.getres .bm .sbt {
	/* background: linear-gradient(180deg, #FEEC34, #FECC63);
	color: #FF2968; */
}

.getres .title p {
	color: #ffffff;
	font-family: "PingFangSC-Semibold";
	font-size: 41px;
	font-weight: 400;
	width: 620px;
	height: 80px;
	line-height: 80px;
	background: linear-gradient(90deg, #ff7600, #ff1313);
	/*box-shadow: 6px 12px 24px #c8cfff;*/
	margin: 16px auto;
	border-radius: 0 42px 0 42px;
}
.getres .title p em{color: #e4ff00;
    font-style: normal;}
.advantage h2 span {
	color: #fe7601;
}

.advantage .bar {
	overflow: hidden;
	display: flex;
}

.advantage .bar li {
	width: 50%;
	height: 92px;
	line-height: 92px;
	color: #333;
	font-family: "PingFangSC-Semibold";
	font-size: 36px;
	text-align: center;
	border: solid 4px #ff7600;
	cursor: default;
}

.advantage .bar li.curr {
	background: linear-gradient(165deg, #ff7600, #fb790a);
	color: #fff;
}

.advantage .content{
	position: relative;
}

.advantage .wrap ul {
	display: flex;
	flex-wrap: wrap;
}
.advantage .wrap:before{
	content:"";
	display: block;
	position: absolute;
	left:50%;
	transform: translateX(-50%);
	width:1px;
	height:400px;
	background-color: #ddd;
	top:150px;
}
.advantage .wrap li {
	width: 50%;
	position: relative;
	padding-left: 120px;
	margin-top: 54px;
}
.advantage .wrap li:nth-child(even){
	padding-left:170px;
}

.advantage .sec {
	position: absolute;
	width: 95px;
	height: 95px;
	background: linear-gradient(142deg, #F8AF42, #FB844B);
	border-radius: 20px 0 20px 0;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 95px;
	color: #fff;
	font-family: "PingFangSC-Semibold";
	font-size: 56px;
}

.advantage .wrap li:nth-child(even) .sec{
	left:60px;	
}

.advantage .wrap2 .sec {
	background: linear-gradient(154deg, #F8AF42, #FB844B);
}

.advantage .wrap .picture {
	margin-top: 44px;
}

.advantage li .info {
	width: 440px;
}

.advantage li .info h5 {
	color: #333333;
	font-family: "PingFangSC-Semibold";
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 14px;
}

.advantage li .info P {
	color: #333333;
	font-family: "PingFangSC-Medium";
	font-size: 18px;
	line-height:28px;
	overflow: hidden;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
}

.why {
	background: url(../images/bgzy-022.html) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.title2 h2 {
	color: #fff;
}

.title2 h2:after {
	background: url(../images/icon-left2.html);
}

.title2 h2:before {
	background: url(../images/icon-right2.html);
}

.why h2 span {
	color: #FFFF29;
}

.why .title p {
	color: #fff;
	line-height: 56px;
	font-size: 24px;
}

.why .content ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.why .content ul li {
	width: 378px;
	border-radius: 20px;
	background-color: #fff;
	margin-bottom: 25px;
	overflow: hidden;
}

.why .content .htop {
	height: 126px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.why .content .info {
	width: 100%;
	height: 204px;
	border: solid 1px #1da6e4;
	background: linear-gradient(-38deg, #2B8DEF, #04CED0);
	padding: 15px 20px;
	text-align: center;
}

.why .content .info h5 {
	font-size: 30px;
	font-weight: normal;
	line-height: 50px;
	margin-bottom: 12px;
	color: #fff;
}

.why .content .info h5 span {
	color: #FFFF29;
}

.why .content .info p {
	color: #fff;
	font-family: "PingFangSC-Medium";
	font-size: 16px;
	line-height:28px;
	/*text-align: justify;*/
}
.reject{
	
}
.reject h2 span {
	color: #fe7601;
}

.reject .content {
	overflow: hidden;
}

.reject .fl {
	width: 36%;
	overflow: hidden;
}

.reject .fl img:hover {
	transform: translateY(-6px);
}

.reject li {
	width: 682px;
	height: 100px;
	background: #f9f9f9;
	overflow: hidden;
	margin-bottom: 20px;
}

.reject .sec {
	width: 100px;
	height: 100px;
	background: linear-gradient(154deg, #249ade, #0552b1);
	border-radius: 12px;
	float: left;
	color: #ffffff;
	font-family: "PingFangSC-Semibold";
	font-size: 42px;
	text-align: center;
	line-height: 100px;
}

.reject .info {
	float: left!important;
	clear:initial;
	width: 582px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
}

.reject .info p {
	color: #333333;
	font-family: "PingFangSC-Medium";
	font-size: 24px;
}

.whyreject {

	background-size: cover;
	background-color: #f4faff;
}

.whyreject .content {
	text-align: center;
}

.whyreject .title {
	position: relative;
}

.whyreject h2 span {
	position: absolute;
	display: block;
	margin: 4px auto;
	left: 50%;
	transform: translateX(-50%);
}

.whyreject .content {
	margin-top: 30px;
}

.partner h2>span {
	color: #fe7601;
}

.partner .title p {
	width: 740px;
	height: 80px;
	background: linear-gradient(180deg,#109def, #1c55f7);
	box-shadow: 6px 12px24px #c8cfff;
	margin: 12px auto;
	text-align: center;
	line-height: 80px;
	color: #ffffff;
	font-family: "PingFangSC-Semibold";
	font-size: 41px;
	border-radius: 0 42px 0 42px;
}

.partner .title p span {
	color: #F8E71C;
	font-size: 48px;
}

.partner ul{
	display:flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-around;
	
}
.partner li{
	
	margin-bottom:10px;
	
}
.partner li .pic{
	width:195px;
	height:108px;
	border:1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.partner li .pic:hover img{
	transform: scale(1.05);
}
.partner li p{
	text-align: center;
	line-height: 48px;
	font-size:18px;
}
.process {
	background: url(../images/bg-044.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.process ul {
	width: 978px;
	margin: 0 auto;
}

.process li {
	overflow: hidden;
}

.process .pic {
	width: 460px;
	overflow: hidden;
}

.process .info {
	padding: 20px;
	width: 460px;
}

.process .info h3 {
	color: #fffb3d;
	font-family: "PingFangSC-Semibold";
	font-size: 42px;
	margin-bottom: 12px;
	font-weight: 400;
}

.process .info p {
	color: #ffffff;
	font-family: "PingFangSC-Semibold";
	font-size: 20px;
}

.process li:nth-child(odd) .info {
	float: left;
	text-align: right;
}

.process li:nth-child(odd) .pic {
	float: right;
}

.process li:nth-child(even) .pic {
	float: left;
}

.process li:nth-child(even) .info {
	float: right;
	text-align: left;
}

.process h2 {
	color: #fff;
}

.process h2 span {
	color: #fffb3d;
}

.process h2:after {
	background: url(../images/icon-left2.html);
}

.process h2:before {
	background: url(../images/icon-right2.html);
}

.process .secs {
	width: 1px;
	height: 910px;
	background: rgba(255, 255, 255, 0.6);
	position: absolute;
	left: 50%;
	transform: translate(-50%);
}

.process .content {
	position: relative;
}

.process .secs .sec {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	width: 60px;
	height: 53px;
	background: #ff7600;
	color: #fff;
	text-align: center;
	line-height: 53px;
	font-size: 30px;
}

.process .secs .sec:nth-child(2) {
	top: 280px;
}

.process .secs .sec:nth-child(3) {
	top: 490px;
}

.process .secs .sec:nth-child(4) {
	top: 727px;
}

.needs h2 span {
	color: #ff7600;
}

.needs .bottom {
	display: flex;
	justify-content: space-around;
}

.needs .bar {
	overflow: hidden;
	display: flex;
}

.needs .bar li {
	width: 50%;
	height: 92px;
	line-height: 92px;
	color: #333;
	font-family: "PingFangSC-Semibold";
	font-size: 36px;
	text-align: center;
	cursor: default;
	background: linear-gradient(to right, #f7fbff, #eff8ff);
}

.needs .bar li.curr {
	background: linear-gradient(to right, #D040FE, #4471E7);
	color: #fff;
}

.needs .wtop {
	overflow: hidden;
	background-color: #f3f8fc;
	padding: 70px 36px;
	margin-top: 18px;
}

.needs .wtop .tit {
	font-family: "PingFangSC-Semibold";
	font-size: 34px;
	color: #ffffff;
	width: 448px;
	height: 76px;
	line-height: 76px;
	text-align: center;
	background: linear-gradient(90deg, #FF589D, #FF2260);
	border-radius: 0 0 20px 20px;
	margin: 0 auto;
}

.needs .wrap2 {
	overflow: hidden;
}

.needs .fl,
.needs .fr {
	width: 50%;
}

.needs .fl .tit {
	background: linear-gradient(90deg, #FF589D, #FF2260);
}

.needs .fr .tit {
	background: linear-gradient(132deg, #47D8E9, #3C67FC);
}

.needs .wtop ul {
	width: 430px;
	margin: 30px auto;
	padding-left: 20px;
}

.needs .wtop ul li {
	list-style-type: square;
	line-height: 42px;
	font-size: 22px;
}

.needs .wbottom {
	padding: 30px;
	overflow: hidden;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.needs .wbottom .box {
	width: 492px;
	height: 277px;
	border: 1px solid #0077df;
	background-color: #f3f8fc;
	border-radius: 12px;
	padding: 30px;
}

.needs .wbottom .box h4 {
	color: #333333;
	font-family: "PingFangSC-Semibold";
	font-size: 42px;
	font-weight: normal;
	margin-bottom: 15px;
}

.needs .wbottom .box p {
	color: #0077df;
	font-family: "PingFangSC-Semibold";
	font-size: 32px;
	font-weight: 400;
	line-height: 60px;
}

.needs .wrap3 .tit {
	margin: 0 auto;
	background: linear-gradient(132deg, #47D8E9, #3C67FC);
}

.needs .wrap3 .pic {
	margin: 40px 30px;
}

.hkprocess {
	background: #f3f8fc;
	padding-bottom: 30px
}

.hkprocess a.btn {
	width: 471px;
	height: 83px;
	background: linear-gradient(180deg, #FF589D, #FF2260);
	margin: 50px auto;
	text-align: center;
	line-height: 83px;
	border-radius: 41px;
	display: block;
	color: #ffffff;
	font-family: "PingFangSC-Medium";
	font-size: 36px;
	font-weight: 400;
}

.whyselect p {
	/*width: 612px;*/
	margin: 22px auto;
	color: #ff4b8f;
	font-family: "PingFangSC";
	font-weight: normal;
	font-size: 34px;
}

.whyselect p:before {
	content: "";
	display: inline-block;
	background: url(../images/iconleftya.html);
	margin: 0 18px;
	transform: rotate(180deg);
	width: 90px;
	height: 23px;
}

.whyselect p:after {
	content: "";
	display: inline-block;
	background: url(../images/iconleftya.html);
	margin: 0 18px;
	width: 90px;
	height: 23px;
}

.whyselect .content {
	text-align: center;
}

.whyselect2 {
	background: url(../images/bgzyfi004.jpg) no-repeat no-repeat;
	background-size: cover;
	padding-bottom: 70px;
}

.whyselect2 h2 span {
	color: #F8E71C;
}

.whyselect2 h2 {
	color: #fff;
}

.whyselect2 .content {
	position: relative;
	overflow: hidden;
	padding-top: 20px;
}

.whyselect2 ul {
	/*overflow: hidden;*/
	/*height: 604px;*/
}

.whyselect2 ul li {
	width: 50%;
	float: left;
	background-color: #fff;
	position: relative;
	padding: 99px 70px 60px 70px;
}

.whyselect2 ul li:nth-child(1) {
	background-color: #106fe3;
}

.whyselect2 ul .box li:nth-child(1) {
	background-color: transparent;
}

.whyselect2 ul li .htop {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.whyselect2 .vs {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.whyselect2 .box li {
	line-height: 70px;
	padding: 0;
	width: 100%;
	background: transparent;
}

.whyselect2 .box li:nth-child(1) {
	background: transparent;
}

.whyselect2 .box li p {
	color: #fff;
	font-family: "PingFangSC";
	font-size: 24px;
	font-weight: 400;
	line-height: 70px;
	display: inline-block;
}

.whyselect2 li:nth-child(1) .box li:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 25px;
	background: url(../images/rt.png) no-repeat;
	background-size: contain;
	margin: 0 10px;
}

.whyselect2 li:nth-child(2) .box li:before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #646464;
	transform: rotate(45deg);
	margin: 0 18px;
}

.whyselect2 li:nth-child(2) .box li p {
	color: #333;
}

.situation h2 span {
	color: #fe7601;
}

.situation .content {
	overflow: hidden;
	max-width:1120px;
}

.situation .fl ul {}

.situation .fl ul li {
	background-color: #fff;
	padding: 0 20px;
	height:48px;
	line-height:48px;
}

.situation .fl ul li:nth-child(odd) {
	background-color: #f2f3f9;
}
.situation .content .fl{
	overflow: hidden;
	height:433px;
}
.situation .fl ul li span {
	padding: 0 10px;
	color: #333333;
	font-family: "PingFangSC-Medium";
	font-size: 18px;
	font-weight: 400;
	line-height: 50px;
}
.situation .fl ul li span.rest{
	color:#385eec;
}

.registerinfo {
	background: #f7f9fb;
	padding-bottom:0;
	overflow: hidden;
}

.registerinfo ul {
	position: relative;
}


.registerinfo p {
    color: #666666;
    font-family: "PingFangSC-Medium";
    position: relative;
    line-height: 30px;
	font-size: 16px;
}

.registerinfo p span {
	width: 70%;
}

.registerinfo p:before {
	content: "";
	display: none;
}

.registerinfo p a>img {
	width: 29px;
	height: 29px;
	margin-right: 12px;
	vertical-align: sub;
}

.registerinfo h5 {
	text-align: center;
	font-size: 28px;
	line-height: 28px;
	margin: 30px 0;
}

.registerinfo h5:before {
	content: "";
	display: inline-block;

	background-size: 100%;
	width: 48px;
	height: 16px;
	margin: 4px 12px;
}

.registerinfo h5:after {
	content: "";
	display: inline-block;
	background-size: 100%;
	width: 120px;
	height: 16px;
	margin: 4px 12px;
	transform: rotate(180deg);
}

.registerinfo li {
	background: transparent;
	width: 582px;
    /*background-color: #fff;*/
    padding: 36px 50px 36px 68px;
    box-sizing: border-box;
    float: left;
}

.registerinfo li .more {
	display: block;
	width: 392px;
	height: 44px;
	background: linear-gradient(180deg, #f90, #ff4802);
	border-radius: 22px;
	text-align: center;
	line-height: 44px;
	color: #fff;
	font-size: 16px;
	margin: 30px 0;
}

.registerinfo li .list {
	padding-left: 36px;
}

.dline {
	height: 426px;
	width: 2px;
	background-color: #ddd;
	position: absolute;
	left: 50%;
	top: 78px;
	transform: translateX(-50%);
}

.registerinfo  a.more>img{
	vertical-align: middle;
	height:13px;
	margin-right:8px;
}
.registerinfo li {
    
}

.registerinfo p span {
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.registerinfo .date {
    font-style: normal;
    color: #999;
    display: inline-block;
    position: absolute;
    right: 0;
}


/*fastpass*/

.fastpass {
	/*background-image: url(../../uploads/khreg_img/bg_06.png);*/
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	/*height: 261px;*/
	/*padding: 40px;*/
	box-sizing: border-box;
}

.fastpass h2 {
	text-align: center;
	color: #ffffff;
	font-family: "PingFangSC-Semibold";
	font-size: 42px;
	line-height: 62px;
}

.fastpass h2 span {
	font-size: 32px;
	color: #fff;
}

.fastpass .jtform {
	width: 1030px;
	height: 100px;
	background-color: #fff;
	margin: 20px auto;
	display: block;
	display: flex;
	align-items: center;
	position: relative;
}

.fastpass .jtform>div {
	display: flex;
	align-items: center;
	color: #666;
	padding: 0 20px;
}

.fastpass .jtform  img {
	/*height: 26px;*/
	padding: 0 10px;
}

.fastpass .jtform input {
	background-color: #fff;
	line-height: 100px;
	border: none;
	outline: none;
	font-size: 24px;
}

.fastpass input:-ms-input-placeholder {
	color: #c5c5c5;
	font-size: 24px;
}

.fastpass input::-webkit-input-placeholder {
	color: #c5c5c5;
	font-size: 24px;
}

.fastpass input:-moz-placeholder {
	color: #c5c5c5;
	font-size: 24px;
}

.fastpass .ds {
	height: 2.6em;
	width: 2px;
	background-color: #ddd;
}

.fastpass .sbt {
	width: 259px;
	height: 100px;
	background: linear-gradient(180deg, #0066ff, #0072ff);
	line-height: 100px;
	color: #fff;
	font-size: 24px;
	font-family: "PingFangSC";
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
}

.fastpass{
	height:auto;
	padding:0;
	overflow: hidden;
	background: none;
}
.fastpass2 {
	padding:40px;
	background: url(../images/bg_06.jpg) no-repeat;
	background-size: cover;
}

.fastpass2 select {
	width: 328px;
	height: 100px;
	border: none;
	font-size: 24px;
}

.fastpass2 div {
	position: relative;
}

.fastpass2 .downa {
	position: absolute;
	right: 10px;
}
/*获取资料表单选择*/

.getres {
	width: 100%;
	background: url(../images/01.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}

.getres .content {
	width: 990px;
	margin: 0 auto;
}

.getres .content .box {
	width: 950px;
	margin: 0 auto;
	/*height: 600px;*/
	background-color: #fff;
	padding: 46px 20px 46px 70px;
	box-sizing: border-box;
}

.getres .box li {
	position: relative;
	margin-bottom: 40px;
}

.getres .box li .sec {
	position: absolute;
	left: -35px;
	top: 0;
	font-size: 32px;
}

.getres .box p {
	color: #333;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 14px;
}

.getres .box label {
	padding: 0 12px;
	font-size: 24px;
	margin-right: 2px;
}

.getres .box label:before {
	content: '';
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: #f00 2px solid;
	background-color: #fff;
	display: inline-block;
	position: absolute;
	margin-top: 14px;
	margin-left: -9px;
}

.getres .box label.selected:before {
	content: "";
	width: 15px;
	height: 15px;
	display: inline-block;
	background: #f00;
	-webkit-background-size: cover;
	background-size: cover;
	border: #ff9a9a 4px solid;
}

.getres .box label input {
	margin-right: 4px;
}

.getres .bm {
	background: url(../images/bm.png) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 992px;
	height: 120px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
	margin-top: -8px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.getres .bm .input {
	width: 605px;
	height: 60px;
	border-radius: 30px;
	background-color: #fff;
	/*display: flex;*/
	float: right;
	margin-left: 28px;
	padding: 0 0 0 70px;
	box-sizing: content-box;
}

.getres .bm .pho {
	/*height: 46px;*/
	vertical-align: middle;
	padding-top: 15px;
	float: left;
}

.getres .bm input {
	width: 365px;
	height: 60px;
	border: none;
	outline: none;
	font-size: 26px;
	padding-left: 16px;
	float: left;
}

.getres .bm input:placeholder {
	font-size: 26px;
}

.getres .bm input:-ms-input-placeholder {
	font-size: 26px;
}

.getres .bm input::-webkit-input-placeholder {
	font-size: 26px;
}

.getres .bm input:-moz-placeholder {
	font-size: 26px;
}

.getres .bm .sbt {
	cursor: pointer;
	width: 205px;
	border-radius: 30px;
	height: 100%;
	background-color: #fc4b07;
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-size: 22px;
	float: right;
}