/* 
  乐建土木-在线工具CSS
  www.letm.top
  tool.letm.top
*/

/* 
网片在线计算工具CSS
 */


.container-jisuan {
  padding:20px;
  background-color:#f1f6f9;
  border-radius:15px;
  box-shadow:0 0 10px rgba(0,0,0,0.05)
}

.form-row {
	margin-bottom: 20px;
	width: 100%;
	position: relative
}

.form-row .label,
.form-row .label-result {
	width: 100%;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 3px
}

.form-row .label-result {
	display: flex;
	align-items: center
}

.result-icon {
	margin-right: 8px;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	vertical-align: middle
}

.form-row .input-container {
	display: flex;
	align-items: center;
	width: 100%
}

.form-row input,
.form-row .result-input {
	flex: 1;
	padding: 0 0 0 12px;
	font-size: 24px;
	border: 2px solid #e5f0f7;
	border-radius: 8px;
	box-sizing: border-box;
	transition: border-color 0.3s;
	-moz-appearance: textfield;
	height: 50px;
	margin: 0 10px 10px 0;
	width: 80%;
}

.form-row input {
	background-color: #FFF
}

.form-row input::-webkit-outer-spin-button,
.form-row input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.form-row input:focus {
	border-color: #00c8ff
}

.form-row .unit {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
	color: #00b9eb;
	width: 60px;
	height: 50px;
	border: 2px solid #f1f6f9;
	border-radius: 8px;
	box-sizing: border-box;
	background-color: #FFF;
	margin: 0 0 10px 0
}

.button-row,
.two-button-row,
.one-button-row {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	width: 100%
}

button {
	padding: 3px 10px;
	font-size: 16px;
	border-radius: 8px;
	border: none;
	cursor: pointer;
	background-color: #00c8ff;
	color: #FFF;
	width: 48%;
	height: 50px;
	font-weight: bold
}

#clearButton {
	background-color: #ffa41b;
	background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
	background-size: 9px 9px
}

button:hover {
	opacity: 0.9
}

.result-box,
.table-box {
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center
}

.result-table,
.weight-table {
	width: 100%;
	border-collapse: collapse;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	overflow: hidden;
	background: #f9f9f9
}

.result-table th,
.result-table td,
.weight-table th,
.weight-table td {
	border: 1px solid #ddd;
	padding: 10px 15px;
	text-align: center;
	font-size: 16px
}

.result-table th,
.weight-table th {
	background-color: #00b9eb;
	color: white;
	font-weight: bold
}

.result-table tr:nth-child(even),
.weight-table tr:nth-child(even) {
	background-color: #f2f2f2
}

.result-table tr:hover,
.weight-table tr:hover {
	background-color: #e2e2e2
}

.result-input {
	background-color: #f4f9fc !important;
	border-color: #e5f0f7 !important;
	color: #333;
	pointer-events: none;
	flex: 1
}

.sue-icon-text {
    margin-bottom: 0 !important;
    margin-top: 30px;
    border: 1px solid #98d3f9;
    padding: 15px;
}
.sue-icon-text p {
    margin: 6px 0;
    line-height: 20px;
    font-size: 14px;
}
.article-copyright{display:none !important}
.miaoshu {
    margin-left: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #FF0000;
}

@media screen and (max-width:480px) {
    .article-content p{
        line-height: 26px!important;
    }
}