﻿﻿input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
/*中间弹窗*/
#center_form{
	width: 100%;
	height:100vh;
	background: rgba(39,40,34, 0.5);
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
}
.center_form{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.center_form_box{
	width: 880px;
	height: 510px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.center_form_box form{
	width: 100%;
	height: 100%;
	display: block;
}
.form_one,.form_two,.form_three,.form_four{
	width: 100%;
	height: 100%;
	background: url(../images/tanchuang/bg1.png) center no-repeat;
	position: relative;
}
.form_two{
	background: url(../images/tanchuang/bg2.png) center no-repeat;
}
.form_three{
	background: url(../images/tanchuang/bg3.png) center no-repeat;
}
.form_four{
	background: url(../images/tanchuang/bg4.png) center no-repeat;
}
.form_five{
	width: 669px;
	height: 227px;
	background: url(../images/tanchuang/bg6.png) center no-repeat;
	position: relative;
}

.center_clear{
	width: 50px;
	height: 50px;
	display: block;
	background: url(../images/tanchuang/clear.png) center no-repeat;
	background-size: 100%;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.form_five_clear{
	width: 30px ;
	height: 30px;
	position: absolute;
	display: block;
	top: 10px;
	right: 10px;
	cursor: pointer;
	color: white;
	line-height: 30px;
	border-radius: 50%;
	border: 2px solid white;
	text-align: center;
	font-size: 18px;
}
.form_one ul{
	width: 800px;
	height: 150px;
	display: flex;
	position: absolute;
	top: 200px;
	left: 40px;
	justify-content: space-around;
	align-items: center;
}
.form_one ul li {
	width: 107px;
	height: 120px;
	display: block;
	position: relative;
	cursor: pointer;
}
.form_one ul li span{
	position: absolute;
	top: 100px;
	left: 15px;
	width: 80px;
	height: 35px;
	background: white;
	display: block;
	border-radius: 15px;
	text-align: center;
	font-size: 14px;
	line-height: 35px;
	box-shadow: 0px 0px 13px #888888;
}
.form_active{
	background: #C2B18C !important;
	color: white;
}
.form_two div{
	width: 720px;
	position: absolute;
	top: 170px;
	left: 75px;
}
.form_txt1{
	margin-top: 15px;
}
.form_txt{
	width: 720px;
	height: 50px;
	font-size: 18px;
	color: #C2B18C;
	line-height: 50px;
	
}
.form_two ul{
	width: 720px;
	height: 30px;
	display: flex;
	justify-content: space-around;
}
.form_two ul li{
	width: 100px;
	height: 30px;
	line-height: 30px;
	background: white;
	box-shadow: 0px 0px 13px #888888;
	border-radius: 8px;
	text-align: center;
	cursor: pointer;
}
.inp{
	width: 480px;
	height: 50px;
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -240px;
	background: #F0F0F0;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	padding: 5px 5px 5px 30px;
	align-items: center;
	border-radius: 15px;
}
.inp input{
	width: 280px;
	height: 50px;
	background: none;
	line-height: 50px;
	border: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
	outline: none;
}
.inp span{
	width: 99px;
	height: 50px;
	display: block;
	background: url(../images/tanchuang/bg.png) center no-repeat;
}
#form_submit{
	width: 300px;
	height: 50px;
	line-height: 50px;
	background: #C94A4A;
	color: white;
	font-size: 16px;
	text-align: center;
	position: absolute;
	top: 290px;
	left: 50%;
	margin-left: -150px;
	border-radius: 10px;
	letter-spacing: 3px;
}

.form_four .stepProgress{
	width: 336px;
	position: absolute;
	top: 300px;
	left: 50%;
	margin-left: -168px;
	
	
}
.form_four .stepProgress .progress{
	position: relative;
	width: 336px;
	height: 20px;
	margin-bottom: 65px;
	border-radius: 100px;
	background: url(../images/tanchuang/mdFullInd.png) 0 -120px no-repeat;
	box-shadow: 0 1px 4px rgba(0,0,0,.38);
}
.form_four .stepProgress .progress .bar{
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: url(../images/tanchuang/mdFullInd.png) 0 -150px no-repeat;
}
.form_four .stepProgress .progress .percent{
	position: absolute;
	left: 100%;
	top: 0;
	width: 50px;
	line-height: 20px;
	text-align: center;
	font-size: 16px;
	color: #888;
}
.form_four .stepProgress .txt{
	width: 300px;
	height: 46px;
	margin: 0 auto;
	border-radius: 200px;
	background: #FFF;
	line-height: 46px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #C09450;

}
/*中间弹窗*/

/*右侧悬浮框*/
.SideFloat {
	z-index: 999;
	position: fixed;
	width: 102px;
	top: 160px;
	right: 0px;
}

.SideFloat li {
	width: 102px;
	height: 95px;
	z-index: 1;
	position: relative;
	margin-bottom: 10px;
}

.SideFloat li a {
	display: block;
	overflow: hidden;
	color: #594949;
}

.SideFloat li i {
	position: relative;
	float: left;
	width: 106px;
	height: 103px;
}


.SideFloat li .a {
	border-radius: 25px 0 0 25px;
}

.SideFloat li .a i {
	margin-right: 1px;
}

.SideFloat li.qq .a i {
	background: url(../images/tanchuang/1.png)center  no-repeat;
}

.SideFloat li.weixin .a i {
	background: url(../images/tanchuang/2.png)center  no-repeat;
}

.SideFloat li.bj .a i {
	background: url(../images/tanchuang/3.png)center  no-repeat;
}

.SideFloat li.addr .a i {
	background: url(../images/tanchuang/4.png)center  no-repeat;
}

.SideFloat li.qq .a i:hover {
	background: url(../images/tanchuang/1_1.png)center  no-repeat;
}

.SideFloat li.weixin .a i:hover {
	background: url(../images/tanchuang/2_1.png)center  no-repeat;
}

.SideFloat li.bj .a i:hover {
	background: url(../images/tanchuang/3_1.png)center  no-repeat;
}

.SideFloat li.addr .a i:hover {
	background: url(../images/tanchuang/4_1.png)center  no-repeat;
}


.SideFloat li .img {
	visibility: hidden;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: 100%;
	width: 162px;
	height: 162px;
	margin-top: -81px;
	margin-right: 30px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0 4px 8px rgba(34,34,34,.18);
}
.SideFloat li .img i{
	width: 162px;
	height: 162px;
	background: url(../images/tanchuang/01.png)center  no-repeat;
	background-size:100%;
}

.SideFloat .weixin:hover .img {
	visibility: visible;
	opacity: 1;
	margin-right: 10px;
	animation: msg-animate 1s infinite;
	-moz-animation: msg-animate 1s infinite;
	-webkit-animation: msg-animate 1s infinite;
}
.addr_bj{
	display: none;
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: 100%;
	width: 380px;
	height: 60px;
	margin-top: -35px;
	margin-right: 0px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0 4px 8px rgba(34,34,34,.18);
	padding: 10px;
	
}
.addr_bj form{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.addr_inp{
	width: 260px;
	height: 40px;
	border: 1px solid #232323;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 20px;
	overflow: hidden;
	padding-right: 10px;
}
.addr_inp input{
	outline: none;
	border: none;
	padding-left: 15px;
}
.addr_inp span{
	width: 71px;
	height: 37px;
	background: url(../images/tanchuang/03.png)center  no-repeat;
}
.addr_bj form #addr_submit{
	width:100px ;
	height: 40px;
	background: #C94A4A;
	color: white;
	font-size: 14px;
	line-height: 40px;
	border-radius: 20px;
	border: none;
	cursor: pointer;
	text-align: center;
}
.SideFloat .addr:hover .addr_bj {
	display: block;
}


@keyframes msg-animate {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes msg-animate {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes msg-animate {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/*右侧悬浮框*/

/*新底部表单*/
#End_form{
	width: 100%;
	height:100px ;
	position: fixed;
	bottom: 0;
	left: 0;
	background: url(../images/tanchuang/btn6.png)center  no-repeat;
	z-index: 999;
	display: flex;
	align-items: center;
}
#End_form form{
	height: 80px;
	margin-top: 10px;
	margin-left:550px;
	display: flex;
	justify-content: space-between;
	align-items: center;

}
#End_form form div{
	width:290px;
	position: relative;
	overflow:hidden;
	margin-right:20px;
}
#End_form form div i{
	display: block;
	position: absolute;
	width: 99px;
	height: 50px;
	background: url(../images/tanchuang/bg.png)center  no-repeat;
	top: 4px;
	right: 9px;
}
#End_form form div span{
	display: block;
	position: absolute;
	width: 45px;
	height: 45px;
	top: 7px;
	left: 5px;
	border-right: 1px solid #ccc;
	padding-right:5px;
}
.End_form_span1{
	background: url(../images/tanchuang/icon3.png)center  no-repeat;
}
.End_form_span2{
	background: url(../images/tanchuang/icon2.png)center  no-repeat;
}
.End_form_span3{
	background: url(../images/tanchuang/icon1.png)center  no-repeat;
}
#End_form form input{
	width: 230px;
	height: 55px;
	background: white;
	padding-left: 60px;
	border-radius: 20px;
	outline: none;
}
#End_submit {
	width: 200px !important;
	height: 55px;
	line-height: 55px;
	outline: none;
	background: #C94A4A;
	color: white;
	font-size: 20px;
	font-weight: 800;
	border: none;
	letter-spacing: 5px;
	border-radius: 15px;
	cursor: pointer;
	text-align: center;
}
/*新底部表单*/