.calculator-box {
	padding: 30px;
}

.calculator-box .c-step-t{
	font-size: 14px;
	font-weight: 600;
	line-height: 28px;
}

.calculator-box .parameter {
	padding-bottom: 20px;
}
.calculator-box .parameter .c-info-box {
	padding: 0 15px;
}
.calculator-box .parameter .c-info-box .c-form {
	float: left;
	width: 33%;
}
.calculator-box .parameter .c-info-box label{
	display: block;
	line-height: 24px;
}
.calculator-box .parameter .c-info-box select {
	width: 85%;
	height: 24px;
	color: #777;
	border-radius: 2px;
	border: 1px solid #888;
}
.calculator-box .parameter .c-info-box input{
	width: 85%;
	height: 24px;
	color: #777;
	border-radius: 2px;
	border: 1px solid #888;
}
.calculator-box .parameter .c-info-box input[type='button']{
	margin-top: 20px;
	color: #fff;
	background: #0089d1;
	border: 0;
}
.calculator-box .parameter .c-info-box .jsfw{
	text-indent: 1.5rem;
	margin-bottom: 8px;
}
.calculator-box table.baojia-res {
	width: 90%;
	border-collapse: collapse;
}
.calculator-box table.baojia-res th,td {
	/*width: 40%;*/
	padding: 5px 10px;
	border: 1px solid #ccc;
}
.calculator-box table.baojia-res th:first-child {
	min-width: 100px;
}

.calculator-box .parameter .c-info-box .ly-form {
	float: left;
	width: 95%;
	padding-bottom: 15px;
}
.calculator-box .parameter .c-info-box .ly-form textarea{
	width: 85%;
	height: 72px;
	padding: 3px;
	color: #777;
	border-radius: 2px;
	border: 1px solid #888;
}

.calculator-box .parameter .c-info-box .w99-form {
	float: left;
	width: 99%;
	padding:15px 0;
}
.calculator-box .parameter .c-info-box .w99-form input{
	width: 95%;
}
.calculator-box .parameter .c-info-box .w45-form{
	float: left;
	width: 50%;
}
.calculator-box .parameter .c-info-box .m-form {
	float: left;
	width: 20%;
}
.calculator-box .parameter .c-info-box .m-form input{
	float: left;
	width: 60%;
}
.calculator-box .parameter .c-info-box .m-form select{
	float: left;
	width: 30%;
}
.calculator-box .parameter .c-info-box .m-symbol {
	float: left;
	width: 4%;
	padding-top: 15px;
	font-size: 20px;
}
/* 计算器结果 */
.calculator-box .zl-res {
	/*阵列结构盒子*/
	height: 400px;
	padding: 5px;
	border: 1px solid #ccc;
	overflow:auto;
}
.calculator-box .res-box {
	margin-bottom: 15px;
}
.calculator-box .res-box>div{
	margin: 0 15px;
}
.calculator-box .res-box {
	display: none;
}
.calculator-box .res-box .jiegoutu-img-box img{
	max-width: 95%;
}

.content .c-right .zhenlie-box {
	padding: 20px;
}
.content .c-right .zhenlie-box .zl-info p {
	text-indent: 2em;
	line-height: 24px;
	margin-bottom: 10px;
}

.content .c-right .zhenlie-box .zl-list li {
	float: left;
	width: 20%;
	margin-left: 4%;
	margin-top: 50px;
}
.content .c-right .zhenlie-box .zl-list .zl-img-box{
	width: 100%;
	height: 160px;
	text-align: center;
	line-height: 160px;
}
.content .c-right .zhenlie-box .zl-list .zl-img-box img{
	max-width: 100%;
	max-height: 100%;
}
.content .c-right .zhenlie-box .zl-list h5{
	line-height: 24px;
	text-align: center;
}

/**
 * 非官网头部样式
 */
.tool-box {
	width: 1200px;
	margin: 15px auto;
	display: flex;
	justify-content: space-around;
	background: #fff;
}
.tool-box >a{
	padding: 0 15px;
	font-size: 16px;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
}
.tool-box .t-a1:hover{
	background: #0089d1;
	color: #fff;
}
.tool-box .tool2 {
	display: none;
}
.t-active {
	border-bottom: 2px solid #0089d1;
}