﻿@charset "UTF-8";
/* CSS Document */

.whole_sidebar_fixed {
	z-index: 9999;
}
.modal {
	display: block;
	width: 91px;
	height: 110px;
	position: absolute;
	top: -245px;
	right: 0;
	z-index: 9;
}
.i-pop-w {
	width: 1060px;
	margin: 0 auto;
}
.i-pop-tit {
}
.i-pop-tit img {
	width: 100%;
	display: block;
	overflow: hidden;
}
.i-pop-con {
	background: #fff url(../img/icon_02.png) no-repeat bottom right;
	background-size: 16%;
	border-radius: 0 0 30px 30px;
	overflow: hidden;
}
.i-close {
	color: #fff !important;
	border: 2px solid #fff;
	border-radius: 50%;
	right: -50px;
	
	width: 40px!important;
	height: 40px!important;
	line-height: 40px !important;
}
.i-close::before{
		width: 40px!important;
	height: 40px!important;
	line-height: 40px !important;
	text-align: center;
	left: -1px;
}
.calculator-bd {
	width: 1060px;
	overflow: hidden;
	margin: 0 auto;
}
.calculator-bd .calculator-before {
	overflow: hidden;
	position: relative;
}
.calculator-bd .calculator-before .left-box {
	float: left;
	padding: 0px 60px 40px 60px;
	border-right: 1px solid #e3e3e3;
	box-sizing: content-box;
	width: 410px;
	height: 380px;
}
.calculator-bd .calculator-before .left-box .hd {
	font-size: 26px;
	margin-bottom: 20px;
	color: #333;
}
.calculator-bd .calculator-before .left-box .hd p {
	font-size: 12px;
	color: #999;
	margin-top: 10px;
}
.calculator-bd .calculator-before .left-box .hd p span {
	color: #f04c49;
}
.calculator-bd .calculator-before .left-box .form-box {
	font-size: 14px;
}
.calculator-bd .calculator-before .left-box .form-box .lab {
	margin-bottom: 7px;
	position: relative;
	text-align: left !important;
	clear: both;
}
.calculator-bd .calculator-before .left-box .form-box .lab:after {
	clear: both;
	content: " ";
	display: table;
}
.calculator-bd .calculator-before .left-box .form-box .lab:before {
	content: " ";
	display: table;
}
.calculator-bd .calculator-before .left-box .form-box .lab .sel {
	border: 1px solid #e3e3e3;
	padding: 9px 5px;
	font-size: 100%;
}
.calculator-bd .calculator-before .left-box .form-box .lab .ProvinceSelect {
	border: 1px solid #e3e3e3;
	padding: 9px 5px;
	width: 120px;
	float: left;
	margin-right: 10px;
	font-size: 100%;
}
.calculator-bd .calculator-before .left-box .form-box .lab .CitySelect {
	border: 1px solid #e3e3e3;
	padding: 9px 5px;
	width: 120px;
	float: left;
	margin-right: 10px;
	font-size: 100%;
}
.calculator-bd .calculator-before .left-box .form-box .lab .sel01 {
	width: 116px;
	float: left;
	margin-right: 10px;
}
.calculator-bd .calculator-before .left-box .form-box .lab .sel02 {
	width: 80px;
	float: left;
	margin-right: 5px;
	margin-bottom: 7px;
}
.calculator-bd .calculator-before .left-box .form-box .lab .sel03 {
	width: 120px;
	float: left;
	margin-right: 10px;
}
.calculator-bd .calculator-before .left-box .form-box .lab .form-group {
	float: left;
	width: 310px;
	overflow: hidden;
}
.calculator-bd .calculator-before .left-box .form-box .lab .form-bd {
	width: 335px;
}
.calculator-bd .calculator-before .left-box .form-box .lab .text {
	border: 1px solid #e3e3e3;
	width: 228px;
	padding: 9px 10px;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	box-sizing: content-box;
	position: relative;
}
.calculator-bd .calculator-before .left-box .form-box .lab .unit {
	position: absolute;
	z-index: 11;
	top: 7px;
	right: 74px;
}
.calculator-bd .calculator-before .left-box .form-box .lab .text02 {
	width: 110px;
	float: left;
	margin-right:8px;
}
.calculator-bd .calculator-before .left-box .form-box .lab .get-code {
	float: left;
	width: 100px;
	background-color: #F0F0F0;
	border: none;
	font-size: 14px;
	padding: 10px 5px;
	height: 16px;
	line-height: 16px;
	cursor: pointer;
	color: #666;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}
.calculator-bd .calculator-before .left-box .form-box .lab .get-code:hover {
	background-color: #e3e3e3;
}
.calculator-bd .calculator-before .left-box .form-box .lab .lb {
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 7px;
	text-align: right;
	width: 85px;
}
.calculator-bd .calculator-before .left-box .form-box .lab .lb em {
	color: #fe9023;
	margin-right: 7px;
}
.calculator-bd .calculator-before .form-box select {
	cursor: pointer;
	padding: 10px;
	width: 100%;
	border: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url("../img/select.png") no-repeat right center;
	background-size: 28px;
	padding-right: 14px;
}
.calculator-bd .calculator-before .form-box select:focus {
	outline: none;
}
.calculator-bd .calculator-before .right-box {
	float: right;
	width: 340px;
	margin-top: 0px;
	padding: 30px 70px 30px 20px;
	box-sizing: content-box;
}
.calculator-bd .calculator-before .right-box .tit {
	display: block;
	font-size: 20px;
	margin-bottom: 25px;
	text-align: center;
	color: #333;
}
.calculator-bd .calculator-before .right-box .tit b {
	text-align: center;
	color: #f04c49;
	font-size: 28px;
	margin: 0 5px;
	font-weight: normal;
	width: 100px;
	display: inline-block;
}
.calculator-bd .calculator-before .right-box .txt {
	padding: 30px 0;
	font-size: 14px;
	box-sizing: content-box;
	border: 1px solid #e3e3e3;
	text-align: center;
}
.calculator-bd .calculator-before .right-box .txt p {
	line-height: 40px;
}
.calculator-bd .calculator-before .right-box .txt p b {
	font-weight: normal;
	margin: 0 5px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	width: 70px;
	font-size: 16px;
}
.calculator-bd .calculator-before .right-box .txt p del {
	color: #ccc;
	margin-left: 15px;
}
.calculator-bd .calculator-before .right-box .marks {
	color: #ff3431;
	margin-top: 20px;
}
.calculator-bd .calculator-before .right-box .marks p {
	font-size: 12px;
	line-height: 20px;
}
.calculator-bd .calculator-before .right-box .marks span {
	display: block;
	line-height: 1.6;
}
.calculator-bd .calculator-before .start-box {
	position: absolute;
	z-index: 22;
	z-index: 11;
	top: 130px;
	left: 460px;
	width: 140px;
	height: 140px;
}
.calculator-bd .calculator-before .start-box .start-bd {
	position: relative;
	width: 140px;
	height: 140px;
}
.calculator-bd .calculator-before .start-box .start-bd .start-btn {
	position: absolute;
	z-index: 50;
	top: 50%;
	left: 50%;
	margin-top: -45px;
	margin-left: -45px;
	color: #FFF;
	font-size: 18px;
	width: 90px;
	height: 90px;
	text-align: center;
	border-radius: 100%;
	background: #f04c49;
	cursor: pointer;
}
.calculator-bd .calculator-before .start-box .start-bd .start-btn span {
	display: block;
	margin-top: 20px;
}
.calculator-bd .calculator-before .start-box .start-bd .start-btn:hover {
	color: #fff !important;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}
.calculator-bd .calculator-before .start-box .start-bd .start-btn:hover span {
	color: #fff;
}
.calculator-bd .calculator-before .circle-animate {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 110px;
	height: 110px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #f9a3a1;
	z-index: 12;
	-webkit-animation: scale-three2 1.5s ease infinite;
	-moz-animation: scale-three2 1.5s ease infinite;
	-o-animation: scale-three2 1.5s ease infinite;
	animation: scale-three2 1.5s ease infinite;
	animation-fill-mode: both;
}
@-webkit-keyframes num {
 0% {
 transform: scale(0.5);
 -webkit-transform: scale(0.5);
 -moz-transform: scale(0.5);
 -ms-transform: scale(0.5);
}
 50% {
 transform: scale(1);
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
}
 100% {
 transform: scale(0.5);
 -webkit-transform: scale(0.5);
 -moz-transform: scale(0.5);
 -ms-transform: scale(0.5);
}
}
@keyframes scale-three2 {
 0% {
 transform: scale(1);
 opacity: 0.8;
}
 100% {
 transform: scale(1.3);
 opacity: 0;
}
}
@-webkit-keyframes scale-three2 {
 0% {
 -webkit-transform: scale(1);
 opacity: 0.7;
}
 100% {
 -webkit-transform: scale(1.3);
 opacity: 0;
}
}
@-moz-keyframes scale-three2 {
 0% {
 -moz-transform: scale(1);
 opacity: 0.7;
}
 100% {
 -moz-transform: scale(1.3);
 opacity: 0;
}
}
@-o-keyframes scale-three2 {
 0% {
 -o-transform: scale(1);
 opacity: 0.7;
}
 100% {
 -o-transform: scale(1.3);
 opacity: 0;
}
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
 -webkit-appearance: none;
}
input[type="number"] {
	-moz-appearance: textfield;
}
