    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button { -webkit-appearance: none; }
    input[type="number"]{ -moz-appearance: textfield; }
	.calculator{width:1000px; margin:auto; text-align:center;padding:30px;background:#ffffff;border-radius:15px;}
	.calculatortit h1{font-size:40px;color:#ff5656;}
	.calculatorcontent{padding-top:10px;margin-top:20px;border-top:1px #f2f2f2 dashed;}
	.calculatorcontent_l{width:39%;float:left; text-align:left;font-size:14px;color:#666666;}
	.calculatorcontent_r{width:60%;float:left;}
	.calculatorcontent_r_b{width:90%;margin:auto; text-align:left;padding:2%; background:#f2f2f2;border:1px #eeeeee solid;line-height:25px;color:#666666;}
	.redcolor{color:#ff5656;}
	.calculatorcontent_l_city{height:60px;line-height:60px;}
	.calculatorcontent_l_class{height:60px;line-height:60px;border-bottom:1px #f2f2f2 dashed;}
	.calculatorcontent_l_shebao{margin-top:20px;line-height:30px;}
	.calculatorcontent_l_shebao span{color:#999999;font-size:12px;}
	.calculatorcontent_l_shebao_b{font-size:14px;margin-top:5px;}
	.submits{ background:#ff5656;border-radius:10px;margin-top:10px;width:80%;color:#ffffff; text-align:center;height:45px;line-height:45px;}
	.submits:hover{ cursor:pointer; background:#ff6000;}
	select{border:1px #f2f2f2 solid;border-radius:3px;font-size:14px;color:#666666;line-height:35px;height:35px;}
	input{border:1px #f2f2f2 solid;border-radius:3px;line-height:32px;height:32px;color:#666666;font-size:14px;padding-left:5px;}
		 .result{box-sizing:border-box;border-spacing:0px;background-color:transparent;font-size:12px;width:95%;margin:auto;max-width:100%;margin-bottom:20px;border:1px solid #DDDDDD;}
	 .borderleft{border-left:1px #dddddd solid;line-height:35px;}
	 .fw100{font-weight:100;}
