@charset "utf-8";
/* CSS Document */
/*套餐页面*/

.btn_ok a{display:block; height:40px; line-height:40px; text-align:center;background-color: #0090EC;
    width:90%;margin: 0px 5%;margin-top: 10px;
    border-radius: 6px;
    color: #ffffff;
	font-size:16px;
	-webkit-transition: all 0.5s;
	transition: all 0.3s;
	}
.btn_ok a:hover{background-color:#F90;}



.content2 {
	width: 100%;
	margin: 0 auto;
	height: auto;
}
.calculator2 {
	width: 1135px;
	height: 328px;
	padding: 25px 30px;
	margin-top: 20px;
}
.calculator2-list {
	width: 600px;
	padding: 20px 80px 50px 80px;
}
.calculator2-ti {
	margin: 0 0 30px;
	text-align:center;
	font-size:36px;
	color:#f48102;
}
.calculator2-ti span {
	margin: 0 28px 0 0;
	font-size: 24px;
	color: #00a5a5;
}
.calculator2-list em {
	font-size: 12px;
	color: #ff6c32;
}
.calculator2-list li {
	margin: 0 0 15px;
	padding: 0 0 0 102px;
	overflow: hidden;
	position: relative;
}
.calculator2-list li span {
	display: block;
	width: 102px;
	height: 40px;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.calculator2-list li input {
	width: 470px;
	height: 38px;
	padding: 0 10px;
	border: 1px #ddd solid;
	background: none;
	font-size: 14px;
}
.calculator2-list li select {
	height: 38px;

    padding-left: 0px;
	margin: 0 5px 0 0;
    margin-left: 10PX;
	border: 1px #ddd solid;
	background: none;
	font-size: 14px;
	color: #333;
	appearance: menulist;
	-moz-appearance: menulist; /* Firefox */
	-webkit-appearance: menulist; /* Safari 和 Chrome */
}
.calculator2-list li input.cal-i {
	width: 470px;
}
.cal-se1 {
	width: 66px;
}
.cal-se2 {
	width: 104px;
}
.calculator2-done {
	width: 374px;
	padding: 60px 0 0;
}
.calculator2-done-ti {
	margin: 0 0 100px;
	font-size: 24px;
	color: #00a5a5;
}
.calculator2-done-ti em {
	margin: 0 15px;
	color: #ff6c32;
}
.calculator2-tips {
	font-size: 14px;
	color: #aaa;
	line-height: 24px;
}
.calculator2-tips p {
	margin: 0 0 10px;
}
.calculator2-tips em {
	color: #ff6c32;
}
.cal-btn2 {
	width: 138px;
	height: 138px;
	position: relative;
	margin-left: 123px;
	margin-top: 98px;
}
.cal-btn2 span {
	display: block;
	width: 138px;
	height: 138px;
	background: url(../img/calculator-out.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.cal-btn2 a {
	display: block;
	width: 138px;
	height: 138px;
	background: url(../img/calculator-btn.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.cal-btn2:hover span {
	-webkit-transform: rotate(720deg);
	-ms-transform: rotate(720deg);
	-o-transform: rotate(720deg);
	transform: rotate(720deg);
}
.ad-zhi {
	width: 100%;
	height: 120px;
	background: url(../img/ft-inp.png) no-repeat center center;
	margin-bottom: 60px;
	margin-top: 20px;
}
.ad-zhi2 {
	width: 100%;
	height: 120px;
	background: #fff url(../img/ft-inp.png) no-repeat center center;
	margin-bottom: 60px;
	margin-top: 20px;
}

/*首页团购小区表单修改*/
.area-sign {
	width: 283px;
	height: 351px;
	float: left;
	margin-right: 0px;
	background: #EEDE41;
	overflow: auto;
}
.area-sign h4 {
	color: #232426;
	font-size: 20px;
	margin-bottom: 17px;
	margin-left: 20px;
	margin-top: 16px;
	text-align: center;
	width: 90%;
}
.area-sign ul {
	margin: 0 0 8px;
}
.area-sign li {
	margin: 0 0 15px;
	position: relative;
	width: 100%;
	height: 34px;
	clear: both;
}
.area-sign li input {
	width: 216px;
	height: 34px;
	border: none;
	background: #fff;
	font-size: 14px;
	color: #333;
	margin: 0 auto;
	margin-left: 35px;
	text-indent: 14px;
}
.area-sign li span {
	font-size: 14px;
	color: #333;
	position: absolute;
	top: 8px;
	right: 13px;
	z-index: 9;
}
.area-sign-btn input {
	width: 110px;
	height: 36px;
	background-color: #2e2d29;
	font-size: 16px;
	color: #efde42;
	font-weight: bold;
	cursor: pointer;
	margin-top: 10px;
	margin-left: 85px;
}
.area-sign-btn input:hover {
	background-color: #151412;
}
.dialog-close {
    height:30px;
    overflow:hidden;
}
.dialog-close span {
    float: right;
    padding: 0 4px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #FFF;
    opacity: .4;
    filter: alpha(opacity=20);
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.inpo-bg {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/inpo-opo.png) repeat;
	position: absolute;
	z-index: 99999;
	left: 0;
	top: 0;
	display: none;
}
.inpo-yy {
    width:760px;
	height:475px;
	position: fixed;
	z-index: 99999;
	left: 50%;
	top: 50%;
	margin-top: -238px;
	margin-left: -380px;
	display: none;
}
.inform {
	background:#fff;
	margin: 0 auto;
	border-radius: 6px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 256px rgba(255, 255, 255, 0.3);
	overflow:hidden;
}
.dgsubmit .adiw {
    display: block;
    width: 300px;
    height: 45px;
    border-radius: 4px;
    background-color: #f48102;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    margin-left: 150px;
	margin-top:30px;
	border:0;
	outline: none;
    z-index: 9;
}
html {
	_background: url(about:blank); /* 阻止闪动 in IE6 , 把空文件换成about:blank , 减少请求 */
}
.inpo-form {
	width: 280px;
	height: auto;
	overflow: hidden;
	position: fixed;
	left: 50%;
	margin-left: -140px;
	top: -800px;
	_position: absolute;
_top:expression(documentElement.scrollTop+documentElement.clientHeight-this.offsetHeight-250);
	z-index: 999999;
}
.inpof-off {
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: 18px auto 0;
}
.inpof-off a {
	background: url(../img/inpo-off.png) no-repeat;
	-webkit-transform: rotate(0deg);
	-webkit-transition-duration: 0.5s;
	-moz-transform: rotate(0deg);
	-moz-transition-duration: 0.5s;
	transform: rotate(0deg);
	transition-duration: 0.5s;
}
.inpof-off a:hover {
	-webkit-transform: rotate(180deg);
	-webkit-transition-duration: 0.5s;
	-moz-transform: rotate(180deg);
	-moz-transition-duration: 0.5s;
	transform: rotate(180deg);
	transition-duration: 0.5s;
}
.inpof-wk {
	background: #fff;
}
.inpof-title {
	width: 100%;
	height: 54px;
	overflow: hidden;
	text-align: center;
	line-height: 54px;
	border-bottom: 1px solid #e6e6e6;
	font-size: 18px;
	color: #f2cb39;
}
.inpof-se {
	width: 258px;
	height: 51px;
	margin: 19px auto 0;
}
.inpofsl {
	width: 122px;
	height: 34px;
	border: 1px solid #e6e6e6;
	line-height: 34px;
	font-size: 14px;
	color: #b2b2b2;
	text-indent: 5px;
}
.inpof-name {
	width: 256px;
	height: 34px;
	margin: 0 auto 15px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
}
.inpof-name label {
	width: 78px;
	border-right: 1px solid #e6e6e6;
	height: 20px;
	margin-top: 7px;
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #666666;
}
.inpof-name input {
	width: 177px;
	height: 34px;
	line-height: 34px;
	display: block;
	overflow: hidden;
	text-indent: 24px;
	color: #b2b2b2;
}
.inpof-st {
	padding: 5px 0 0;
}
.inpof-st input {
	width: 258px;
	height: 44px;
	display: block;
	overflow: hidden;
	color: #fff;
	background: #f2cb39;
	cursor: pointer;
	margin: 0 auto;
	font-size: 16px;
}
.inpof-st input.act {
	background: #f2cb39;
}
.inpof-num {
	width: 100%;
	height: 58px;
	margin: 0 auto 15px;
	overflow: hidden;
	text-align: center;
	line-height: 58px;
	color: #999999;
}
.inpof-num i {
	color: #d20c19;
	padding: 0 10px;
}

@media screen and (max-width:800px) {

    .calculator2-list li input {width:80% !important;margin-left: 10PX;}
    .calculator2-list li input.cal-i {width: 80% !important; display: block !important;}
    /* .calculator2-list li span {display: none !important;visibility: hidden !important;} */
    .dgsubmit .adiw {width: 85% !important;}
    .inpo-yy {width: 100% !important;margin-left: 0px !important;left: 0px !important;top: 50% !important;}
    .calculator2-list {width: 100% !important;padding: 20px 20px 50px 20px !important;}
    .calculator2-list li {padding: 0px !important;}
    .calculator2-ti{text-align:left  !important;}
    .dgsubmit .adiw {width: 200px;margin-left: 0px !important;}
    

 }