
/* 计算器 --start */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
}
input[type="number"] {
	-moz-appearance: textfield;
}
.banner-calc {
	height: 398px;
	background: url(../images/banner-calc.jpg) no-repeat center;
}
.calc-tit {
	margin: 0 auto;
	width: 100%;
	padding-top: 140px;
	font-size: 100px;
	line-height: 110%;
	text-align: center;
	color: #00264e;
}
.calc-repayment {
	margin-top: 30px;
	font-size: 36px;
	line-height: 110%;
	text-align: center;
	color: #00264e;
}
.calc-wrap {
	margin: 0 auto;
	width: 1201px;
}
.calc-tab {
	position: relative;
	z-index: 3;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
}
.calc-tab>li {
	float: left;
	width: 292px;
	margin-left: 11px;
}
.calc-tab>li:first-child {
	margin-left: 0;
}
.calc-name {
	display: block;
	width: 100%;
	height: 59px;
	font-size: 18px;
	line-height: 59px;
	text-align: center;
	color: #999999;
	background: #fff;
	border: 1px solid #999999;
	border-bottom: none;
	border-radius: 4px 4px 0 0;
}
.calc-name:hover {
	position: relative;
	z-index: 6;
	height: 60px;
	line-height: 57px;
	color: #0372e5;
	background: none;
	border-top-width: 2px;
	border-color: #0372e5;
}
.active .calc-name {
	position: relative;
	z-index: 6;
	height: 60px;
	line-height: 57px;
	color: #0372e5;
	border-top-width: 2px;
	border-color: #0372e5;
	background: #fff!important;
}
.calc-cont {
	position: relative;
	z-index: 2;
	top: -1px;
	margin: 0 auto;
	width: 100%;
	border-top: 1px solid #0372e5;
	overflow: hidden;
	padding-bottom: 48px;
}
.calc-cont>li {
	display: none;
	width: 100%;
	padding-top: 20px;
}
.calc-cont>li:first-child {
	display: block;
}
.calc-edit {
	padding-top: 20px;
	float: left;
	width: 550px;
	color: #333;
}
.calc-edittop {
	padding-top: 0px;
}
.calc-edittop .calcLoanBox,
.total-calc .unitPriceBox,
.total-calc .houseAreaBox,
.total-calc .loanRatioBox {
	display: none;
}
.total-calc .calcLoanBox {
	display: block;
}
.calc-edit ol {
	float: left;
}
.calc-editBox,
.calc-edit .calc-btnBox,
.calc-errTip {
	width: 400px;
}
.calc-edit li {
	margin-bottom: 10px;
}
.calc-edit li>p,
.calc-editBox {
	height: 50px;
	line-height: 50px;
}
.calc-edit li>p {
	float: left;
	width: 140px;
	font-size: 18px;
}
.calc-editBox {
	position: relative;
	float: left;
	border-radius: 4px;
	background: #ebebee;
	border: 1px solid transparent;
}
.calc-err {
	border-color: #ff0000;
}
.calc-errTip {
	float: right;
	font-size: 12px;
	line-height: 12px;
	height: 20px;
	padding: 4px 12px;
	color: #ff0000;
}
.calc-editBox input {
	outline: none;
	border: none;
	background: none;
	display: block;
	float: left;
	width: 100%;
	padding: 0 70px 0 20px;
	margin-top: 15px;
	height: 20px;
	line-height: 20px;
	font-size: 18px;
}
.calc-editBox .calc-unit {
	position: absolute;
	right: 22px;
	top: 0;
	height: 100%;
	font-size: 18px;
}
.calc-editBox .calc-unit sup {
	font-size: 10px;
	line-height: 100%;
	position: relative;
	top: -10px;
}
.calc-edit .calc-btnBox {
	margin-left: 140px;
	float: left;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.calc-btnBox .calc-btn {
	float: left;
	width: 246px;
	height: 100%;
	font-size: 18px;
	color: #fff;
	background: #0372e5;
	border-radius: 4px;
}
.calc-btnBox .clear-btn {
	float: right;
	width: 146px;
	height: 100%;
	font-size: 18px;
	color: #0372e5;
	border-radius: 4px;
	border: 1px solid #0372e5;
}
.calc-btnBox .calc-btn:hover {
	background: #1f8dff;
}
.calc-btnBox .clear-btn:hover {
	color: #fff;
	background: #1f8dff;
}
.calc_result{display: none;}
.calc-result {
	float: right;
	width: 630px;
	border: 1px solid #ebebee;
	color: #333;
	border-radius: 4px;
}
.calc-result>h5 {
	font-size: 18px;
	font-weight: bold;
	height: 64px;
	line-height: 64px;
	text-align: center;
	background: #efeff1;
}
.result-cont {
	position: relative;
	width: 100%;
	padding: 30px 0;
}
.result-cont>div {
	float: left;
	padding: 0 20px;
	width: 50%;
}
.result-cont>div:first-child {
	border-right: 1px solid #ebebeb;
}
.result-cont .result-tit {
	padding: 11px 0 24px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}
.result-msg li {
	margin-bottom: 25px;
	overflow: hidden;
	height: auto;
	line-height: 36px;
	font-size: 18px;
}
.result-msg li:nth-last-child(1) {
	margin-bottom: 10px;
}
.result-msg .firstMonth {
	height: auto;
	line-height: 36px;
	margin-bottom: 5px;
}
.result-msg .monthlyDecline {
	float: right;
	padding: 4px 12px;
	font-size: 12px;
	height: 20px;
	line-height: 12px;
	color: #979797;
	text-align: right;
	letter-spacing: 1px;
}
.result-msg .monthlyDecline>span {
	color: #e51e03;
}
.result-msg p {
	float: left;
	height: 100%;
	width: 90px;
}
.result-msg .result-money {
	width: 180px;
	text-align: right;
	padding-right: 14px;
	border-bottom: 1px solid #c5c8cd;
}
.result-money>span {
	padding-right: 8px;
}
.calc-arrow:before,
.calc-arrow:after {
	content: "";
	position: absolute;
	left: -24px;
	top: 42%;
	width: 0;
	border: 12px solid transparent;
	border-right-color: #ebebee;
	border-top-width: 10px;
	border-bottom-width: 10px;
}
.calc-arrow:after {
	left: -22px;
	border-right-color: #fff;
}
.calc-list {
	display: none;
	position: absolute;
	left: -1px;
	top: 50px;
	z-index: 2;
	width: 100%;
	border: 1px solid #fff;
	background: #fff;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}
.calc-list p {
	width: 100%;
	padding: 20px 0;
	font-size: 18px;
	line-height: 100%;
	color: #333333;
	border-top: 1px solid #ebebee;
	text-indent: 20px;
}
.calc-list p:hover {
	background: #ebebee;
}
.calc-list p:first-child {
	border-top: none;
}
#text-vill-val,
#build-val {
	width: calc(100% - 130px);
	right: 5px;
	left: auto;
}
.calc-list>div {
	max-height: 490px;
	overflow: auto;
}
.dropDown {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 18px;
	text-indent: 20px;
	color: #333;
}
.dropDown:after {
	content: "";
	position: absolute;
	right: 24px;
	top: 50%;
	width: 0;
	margin-top: -4px;
	border: 8px solid transparent;
	border-top-color: #000;
	border-left-width: 5px;
	border-right-width: 5px;
}
.dropUp:after {
	border-top-color: transparent;
	border-bottom-color: #000;
	margin-top: -12px;
}
/* 计算器 --end */

