body {
	background: rgba(242, 242, 242, 1.0);
	font-family: '微软雅黑';
}


.cal-con {
	margin: 20px 0px;
	background: #fff;
	min-height: 500px;
	border-radius: 10px;
	padding: 30px;
}

.cal-con h3 {
	font-size: 18px;
	color: #000;
	font-weight: 500;
	margin-bottom: 20px;
	position: relative;
	padding-left: 15px;
}

.cal-con h3:before {
	content: '';
	width: 5px;
	height: 20px;
	background: #17528e;
	position: absolute;
	left: 0;
	border-radius: 3px;
}

.cal-title {
	display: flex;
}

.cal-title h4 {
	margin-right: 20px;
	font-size: 18px;
	line-height: 50px;
}
.param{ display:none; }
.cal-param {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cal-param-con{ }
.cal-param-con h4{ font-size:18px; position:relative; padding-left:15px; margin-bottom:30px; }
.cal-param-con h4:after{content: ''; position: absolute; left: 0; width: 5px; height: 20px; background: #006ab6; border-radius: 5px;}


.cal-param-l {
	width: calc(100% - 370px);
}
.cal-param-l h4{ display:flex; margin-bottom:20px; }
.cal-param-l h4 i {
    display: block;
    width: 18px;
    height: 18px;
    font-size: 10px;
    font-weight: 500;
    color: #999;
    text-align: center;
    line-height: 18px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 5px;
    background: #17528e;
    font-size: 0;
    position: relative;
}

.cal-param-l h4 i:after {
    content: '√';
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
}
.cal-param-l .s1{ 
    display:flex;
    margin-bottom: 20px; 
}
.cal-param-l .s1 label{
    color: #17528e;
    margin-bottom: 7px; font-weight: bold; font-size: 12px; display: flex; justify-content: space-between;
}
.cal-param-l .s1 .cal-inp{
    margin-right: 15px;
}
.cal-param-l .s1 .cal-inp dd{ display:flex; border: 1px solid #ddd; height: 40px; line-height: 40px; border-radius: 5px; overflow:hidden; }
.cal-param-l .s1 .cal-inp input{
    padding: 0 5px; border: none;
    width: 100px;
}
.cal-param-l .s1 .cal-inp:last-child{ margin-right:0; }
.cal-param-l .s1 .cal-inp i{ display:flex; padding:0 10px; background:#eee; font-size:12px; }

.texture{ margin-bottom:30px; }
.texture select{ width:310px; height:40px; line-height: 40px; border:1px solid #D2D7DF; border-radius:5px; padding:0 10px; }
.texture p{ margin-top:5px; color:#666; }

.workTemperature{ margin-bottom:0px; }
.workTemperature input{ width:310px; height:40px; line-height: 40px; border:1px solid #D2D7DF; border-radius:5px; padding:0 10px; }




.op {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.op .op1,
.op .op2,
.op .op3,
.op .op4 {
	width: calc((100% - 60px) / 3);
	margin-right: 30px;
}

.op .op2,
.op .op3,
.op .op4 {
    display: none;
}


.op .op4 {
	margin-right: 0px;
}

.op .op1 div,
.op .op2 div,
.op .op3 div,
.op .op4 div {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.op h4.active i {
	background: #17528e;
	font-size: 0;
	position: relative;
}

.op h4.active i:after {
	content: '√';
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	display: block;
	text-align: center;
	position: absolute;
	top: 0;
	width: 100%;
}

.op h4 {
	font-size: 16px;
	color: #17528e;
	display: flex;
	align-items: center;
}

.op h4 i {
	display: block;
	width: 18px;
	height: 18px;
	font-size: 10px;
	font-weight: 500;
	color: #999;
	text-align: center;
	line-height: 18px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 5px;
}

.op label {
	border: 1px solid #eee;
	text-align: center;
	border-radius: 10px;
	margin-right: 15px;
	padding: 10px 0px 20px 0px;
	width: calc((100% - 15px) / 2);
}
.op label img{ width:80%; }

.op label:last-child {
	margin-right: 0;
}

.op label.active {
	box-shadow: 0px 0px 5px #999;
	border: 1px solid #17528e;
}
.op label dd{ 
    display:block; 
    text-align:left; 
    margin-left:10px; 
}
.op label text {
	display: block;
}

#jisuan {
	width: 310px;
	border-radius: 5px;
	border: none;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: #17528e;
	margin-top: 40px;
}

.cal-param-l table {
    background: #f00;
    border-collapse: separate;
    border-spacing: unset;
}

.cal-param-l table th {
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    background: #fff;
}

.cal-param-l table td {
    background: #fff;
    padding: 5px 10px;
    border-top: 1px solid #E7E9EE;
    border-left: 1px solid #E7E9EE;
}
.cal-param-l table tr td:last-child {
    border-right: 1px solid #E7E9EE;
}
.cal-param-l table tr:last-child td {
    border-bottom: 1px solid #E7E9EE;
}

.result{ display:none; }
.t1{ width:100%; background:#E7E9EE; }
.t1 tr td{ height:40px; line-height:40px; text-align: center;}
.t1 tr td:first-child{ background:#F7F8FA; height:40px; line-height:40px; text-align:center; width:256px; }

.t2{ width:100%; }
.t2 tr:first-child td{ background:#F7F8FA; text-align:center; line-height:20px; }
.t2 tr:nth-child(2) td{ height:40px; width: calc(100% / 6); line-height:40px; text-align:center; }




.shili{width:320px; text-align: right;}
.shili label{ display:none; }
.shili img{ width:100%; }