





#content-main .calc-header .calc-icon {
	left: 10px;
	top: -8px;
	position: absolute
}

#content-main .calc-header h1 {
	background: #f2f7fd;
	font-size: 18px;
	padding-left: 70px
}

#content-main h3 {
	clear: both;
	font-weight: 700;
	line-height: 15px;
	margin: 20px 0;
	padding: 0 0 0 16px;
	background-repeat: no-repeat;
}

#content-main .content-block {
	padding-bottom: 20px;
	margin: 0 260px;
}

#content-main .content-block.bdb {
	border-bottom: dotted 1px #e0e6ef;
}

#content-main .content-block table {
	font-size: 14px
}



#content-main .input-block {
	position: relative
}

#content-main .input-block td {
	height: 40px
}

#content-main .input-block .calc_link {
	color: #6292df;
	font-size: 14px;
	line-height: 30px;
	margin-left: 15px
}

#content-main .input-block .inpt-wrap {
	float: left;
	height: 30px;
	line-height: 30px;
	position: relative
}

#content-main .input-block .inpt-wrap span {
	position: absolute;
	right: 10px;
	top: 0
}

#content-main .input-block .inpt {
	border: solid 1px #d5d5d5;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	width: 178px
}


#content-main .input-block .yt-list div {
	clear: both;
	padding: 0 12px 0 8px;
	overflow: hidden
}

#content-main .input-block .yt-list .item-on-hover {
	background: #a8d0f9
}

#content-main .input-block .cal-options {
	line-height: 30px
}

#content-main .input-block .cal-options li {
	clear: both;
	height: 30px;
	padding: 5px 0
}

#content-main .input-block .cal-options label {
	display: block;
	float: left;
	width:70px
}




#content-main .result-block .tbl {
	border: solid #d5d5d5;
	border-width: 1px 0 0 1px
}


#content-main .result-block .tbl td {
	border: solid #d5d5d5;
	border-width: 0 1px 1px 0;
	height: 25px
}

#content-main .result-block .tbl .td2 {
	background: #FFF;
	padding-right: 5px;
	text-align: right;
	color: #ccc
}



#content-main .result-block em {
	color: red;
	font-style: normal
}




#content-main h3 {
	margin-left: 34px;
	font-weight: 400
}

.sbtn {
    padding: 8px 20px;
    color: #fff;
    background: #3ae078;
    border: none;
    cursor: pointer;
    margin-top: 10px;
}



