/* 
 知筑建工宝典-在线工具CSS
  www.zhzux.com
  最后修改日期：2026年1月24日
*/

/* 
钢筋换算计算工具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: 90%
}

.form-row input,
.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
}

.form-row input {
	font-size: 24px;
	background-color: #FFF;
	margin: 0 10px 10px 0
}

.form-row .result-input {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0
}

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

.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
}

.form-row select {
	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;
	font-size: 16px;
	margin: 0 0 10px 0
}

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

.button-row{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px 10px;
    overflow: hidden;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
}
.button-row button {
    font-size: 16px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    background-color: #00c8ff;
    color: #FFF;
    width: 100%;
    height: 50px;
    font-weight: bold;
}
.button-row button{
    background-color: #d7ebf0;
    color: #333;
}
.button-row button.selected{
    background-color: #00c8ff;
    color: #FFF;
}

.twobutton-row {
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin: 0px auto;
}

.twobutton-row 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
}

.container-jisuan .active {
    display: block;
}
.content-jihe {
    display: none;
}

#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-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) {
	.container-jisuan {
	    padding: 10px;
		width: 100%;
		font-size: 15px;
	}
	
	.form-row {
   margin-bottom: 10px; 
}
.form-row .input-container {
    width: 100%;
}

.form-row .label, .form-row .label-result {
    font-weight: 600;
    margin-bottom: 5px;
}

.form-row input, .form-row .result-input {
    height: 45px;
}

.form-row input {
    font-size: 20px;
}
	
	.form-row select {
    height: 45px;
    font-size: 0.95em;
    margin: 0 0 6px 0;
}
	
	.button-row{
    grid-template-columns: repeat(2, 1fr);
    margin-top: 10px;
    margin-bottom: 10px
}
.button-row button{
    font-size: 1.0em;
    height: 45px;
    font-weight: 500;
}
.twobutton-row button {
    font-size: 1.1em;
    height: 45px;
}
.sue-icon-text {
    margin-bottom: 0 !important;
    margin-top: 20px;
    border: 1px solid #98d3f9;
    padding: 10px;
}
.sue-icon-text p {
    margin: 3px 0;
    line-height: 18px;
    font-size: 0.9em;
}

}