
.fl {
	float: left
}

.fr {
	float: right
}
.page-calc {
	min-width: 1190px;
	border-top: 1px solid #e1e1e1
}

.w1190 {
	width: 1190px;
	margin: 0 auto
}

.calc {
	background: #fff;
	padding: 0 39px
}

.calc h6.tit {
	color: #666;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	margin: 30px 0
}

.calc .calc-nav li {
	width: 200px;
	height: 36px;
	background: #f6f6f6;
	color: #666;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	float: left;
	margin: 0 10px 10px 0;
	border-radius: 3px
}

.calc .calc-nav li.nomar {
	margin-right: 0
}

.calc .calc-nav li.on {
	background: #0285ed
}

.calc .calc-nav li.on a {
	font-weight: bold;
	color: #fff
}

.calc .calc-nav li a {
	display: block;
	color: #666
}

.calc .calc-cont {
	margin-top: 20px
}

.calc .calc-cont dl {
	width: 543px;
	margin-bottom: 20px
}

.calc .calc-cont dt {
	font-size: 15px;
	color: #333;
	font-weight: bold;
	margin-bottom: 8px
}

.calc .calc-cont dd.res {
	border: 1px solid #e4e4e4;
	padding: 20px 0
}

.calc .calc-cont dd.res form {
	display: block
}

.calc .calc-cont dd.res .result {
	width: 505px;
	height: 50px;
	line-height: 50px;
	background: #fff7e3;
	margin: 20px auto;
	text-align: center;
	font-size: 15px;
	color: #666;
	border-radius: 5px
}

.calc .calc-cont dd.res .result span {
	color: #fe5a50;
	font-size: 15px;
	font-weight: bold
}

.calc .calc-cont dd.res .button {
	height: 36px;
	vertical-align: middle
}

.calc .calc-cont dd.res .button button {
	display: inline-block;
	width: 340px;
	height: 36px;
	text-align: center;
	border-radius: 5px;
	line-height: 35px;
	background: #0285ed;
	color: #fff;
	font-size: 14px;
	border: none;
	margin: 0 5px 0 18px
}

.calc .calc-cont dd.res .button a {
	display: inline-block;
	width: 154px;
	height: 34px;
	border: 1px solid #e1e1e1;
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 36px;
	background: #f6f6f6;
	border-radius: 5px
}

.calc .calc-cont .inpul {
	padding: 0 8px
}

.calc .calc-cont .inpul li {
	position: relative;
	vertical-align: top;
	margin-bottom: 15px
}

.calc .calc-cont .inpul li p {
	height: 35px
}

.calc .calc-cont .inpul li span, .calc .calc-cont .inpul li input, .calc .calc-cont .inpul li b
	{
	display: inline-block
}

.calc .calc-cont .inpul li span {
	color: #666;
	font-size: 13px;
	width: 110px;
	margin-left: 9px;
	text-align: right
}

.calc .calc-cont .inpul li em {
	width: 136px;
	display: inline-block
}

.calc .calc-cont .inpul li input {
	width: 210px;
	height: 30px;
	border: 1px solid #dedede;
	border-radius: 5px;
	padding-left: 10px;
	margin-right: 8px
}

.calc .calc-cont .inpul li select {
	width: 220px;
	height: 33px;
	border: 1px solid #dedede;
	border-radius: 5px;
	padding-left: 10px;
	margin-right: 8px
}

.calc .calc-cont .inpul li b {
	font-weight: normal;
	color: #666;
	font-size: 13px
}

.calc .calc-cont .inpul li i {
	font-size: 14px;
	color: #ff504c;
	font-style: normal
}

.calc .calc-cont .inpul li .msg-box {
	position: absolute;
	left: 380px;
	top: 8px;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #ff504c;
	display: block
}

.calc .calc-cont dd.info {
	border: 1px solid #e3ebf6;
	background: #f3f8fe;
	padding: 20px;
	margin: 20px 0 10px 0
}

.calc .calc-cont dd.info strong {
	color: #007de4;
	font-size: 14px
}

.calc .calc-cont dd.info p {
	color: #666;
	font-size: 14px;
	line-height: 24px
}