.cateSelectForm{
    width: 100%;
	height: 85px;
	padding-top: 17px;
    padding-left: 10px;
	background: #f9f9f9;
	border-radius: 5px;
	margin-bottom: 10px;
}

.cateSelectForm select {
    height: 40px;
    width: 100%;
    background-color: #E7E7E7;
    border-radius: 8px;
    font-size: 15px;
    border-style: none;
}

.cateSelectForm span {
	float: left;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	margin-left: 32px;
}

.cateSelectForm span:first-child {
    margin-left: 10%;
}

.selectbox {
    float: left;
    line-height: 50px;
}

.calculContainer {
    width: 80%;
    position: relative;
    left: 10%;
    top: 10rpx;
    background: #f9f9f9;
    padding: 10px 15px 10px 15px;
}

.cattegoryTitle {
    width: 100%;
    height: 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.emptyImg {
    width: 80%;
    position: relative;
    left: 10%;
    top: 10rpx;
    background: #f9f9f9;
    padding: 10px 15px 10px 15px;
}

.emptyImg span {
    font-size: 30px;
    font-weight: bold;
    color: darkgreen;
}

.categoryTitle {
    font-size: 30px;
    font-weight: bold;
}

.section{
    display: flex;
    background-color: antiquewhite;
    color: grey;
    width: 100%;
    line-height: 35px;
    
}
.paramsContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    width: 100%;
}

.meterContainer {
    width: 80%;
    position: relative;
    left: 10%;
    top: 10rpx;
    background: #f9f9f9;
    padding: 10px 15px 10px 15px;
}

.list-item {
    background-color: white;
    height: 60px;
    width: 100%;
}

.inputContainer {
    display: flex;
    align-items: center;
    height: 60px;
}

.listContainer {
    width: 100%;

}

.paramsTitle{
    font-weight: bold;
    width: max-content;
}

.paramsInput {
    text-align: right;
    height: 30px;
    font-size: 15px;
    font-weight: bold;
    border-color: #E7E7E7;
    background-color: #f9f9f9;
}

input::placeholder{
    color:rgba(195, 195, 195, 1);
    font-weight: bold;
}

.halvingline{
    height: 0.33px;
    background-color: rgba(235, 235, 235, 1);
    width: 100%;
}

.result {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#ton,#price {
    font-weight: 700;
    font-size: 30px;
}

.calculBtn {
    width: 150px;
    height: 45px;
    position: relative;
    left: calc(50% - 75px);
    font-weight: bold;
    font-size: 20px;
}

.tonForMeter{
    font-size: 20px;
    /* color: red; */
    
}
