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

/* 
构件吊装计算工具CSS
 */

.main{
    width: 100%;
}

.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 {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 3px
}

.form-row .label-result {
	width: 100%;
	font-size: 17px;
	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
}

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

.form-row input,
.form-row select,
.form-row .result-input {
	flex: 1;
	padding: 0 0 0 12px;
	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;
	font-size: 24px
}

.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;
    flex: 0 0 50px;
	height: 50px;
	border: 2px solid #f1f6f9;
	border-radius: 8px;
	box-sizing: border-box;
	background-color: #FFF;
	margin: 0 10px 10px 0
}

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

button {
	padding: 3px 10px;
	font-size: 16px;
	border-radius: 8px;
	border: none;
	cursor: pointer;
	width: calc(33.33% - 10px);
	height: 50px;
	font-weight: bold;
	margin-bottom: 10px;
	background-color: #d7ebf0;
	color: #000
}

button:hover {
	opacity: .9
}

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

.result-label {
	font-size: 14px;
	color: #555;
	margin-bottom: 5px
}

#warningResult {
	margin-top: 10px;
	padding: 10px;
	border-radius: 5px;
	font-size: 14px;
	line-height: 1.5
}

.warning {
	background-color: #fff3cd;
	border: 1px solid #ffeeba;
	color: #856404
}

.error {
	background-color: #f8d7da;
	border: 1px solid #f5c6cb;
	color: #721c24
}

#calculateButton {
	background-color: #00c8ff;
	color: white;
	width: 48%
}

#resetButton {
	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;
	color: white;
	width: 48%;
	margin: 0 auto;
}

.diameter-buttons {
	display: flex;
	height: 50px
}

.diameter-button {
	display: flex;
	align-items: center;
	justify-content: center;
    flex: 0 0 50px;
	height: 50px;
	padding: 0;
	font-size: 24px;
	background-color: #00c8ff;
	color: white;
	border: none;
	cursor: pointer;
	margin: 0 10px 10px 0
}

.diameter-button:first-child {
	border-radius: 0
}

.diameter-button:last-child {
	border-radius: 0
}

.diameter-button:disabled {
	background-color: #cccccc;
	cursor: not-allowed
}

@media screen and (max-width:480px) {
	.container-jisuan {
		width: 100%;
		padding: 15px
	}

	button {
		width: calc(33.33% - 5px)
	}

	.form-row input,
	.form-row select,
	.form-row .result-input {
		font-size: 18px
	}
	.form-row p{
	    font-size: 15px;
	    line-height: 22px;
	    margin-bottom: 10px;
	}
}

.zhu-icon {
	position: relative;
	padding-left: 28px;
	display: inline-block;
	vertical-align: middle
}

.zhu-icon::before {
	content: '';
	background-image: url('/images/zhu.svg');
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 4px;
	transform: translateY(0)
}
.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;
}