﻿.quotation-box {
	z-index: 25;
	width: 100%;
	height: 549px;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	bottom: 0;
	transition: all 0.4s;
	/*transform: translateY(120%);*/   
	overflow: initial;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
input[type=number] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
section, div, article, nav, header, footer, aside, input, textarea, blockquote {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.quotation-box .quotation-header {
	max-width: 1040px;
	margin: 0 auto;
	height: 74px;
}
.quotation-box .quotation-header img.icon-quotation {
	display: block;
	margin-left: 65px;
	margin-top: -58px;
	float: left;
}
.quotation-box .quotation-header .icon-arrow {
	height: 30px;
	width: auto;
}
.quotation-box .quotation-header span {
	line-height: 74px;
	height: 30px;
	color: white;
	font-size: 30px;
	text-align: left;
}
.quotation-box .quotation-header span .orange {
	color: #FFB12F;
}
.quotation-box .quotation-header ::after {
	clear: both;
}
.quotation-box .quotation-body {
	max-width: 1040px;
	background: #fff;
	margin: 0 auto;
	height: 386px;
	padding: 39px 0 0 50px;
}
.icon-arrow-png {
	height: 22px;
	display: none;
}
.icon-arrow {
  transform: rotateX(180deg);  
}
.CityPanel, #success {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 100;
}
#citySelector {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -350px;
	margin-left: -325px;
	background: #fff;
	overflow: auto;
	width: 700px;
	height: 650px;
	padding: 30px;
	padding-right: 0;
	font-size: 14px;
}
#citySelector a {
	color: #83848e;
}
#citySelector a:hover {
	color: #212022;
}
#citySelector dl, #citySelector dd {
	line-height: 1.8;
}
#citySelector .hd {
	padding-right: 30px;
}
#citySelector .title {
	font-size: 30px;
	color: #212022;
	margin-top: 5px;
	font-weight: bold;
}
#citySelector .localtion {
	font-size: 20px;
	margin: 40px 0 15px;
}
#citySelector .bd {
	padding-top: 30px;
}
#citySelector .list a {
	width: 94px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#citySelector .list dl {
	padding-left: 96px;
	position: relative;
	display: none;
}
#citySelector .list dl.hots {
	padding-left: 0;
}
#citySelector .list dl.selected {
	display: block;
}
#citySelector .list dd {
	padding-bottom: 15px;
}
#citySelector .list {
	display: none;
}
#citySelector .HOT {
	display: block;
}
#citySelector .list dt {
	position: absolute;
	left: 0;
	font-size: 18px;
	color: #b3b5b7;
}
#citySelector dl.index {
	padding-left: 96px;
	position: relative;
	margin-bottom: 45px;
}
#citySelector .index dt {
	position: absolute;
	left: 0;
	font-size: 15px;
}
#citySelector .index dd a {
	display: inline-block;
	padding-right: 48px;
	font-size: 15px;
	color: #b3b5b7;
	font-weight: bold;
}
#citySelector .index a:hover {
	color: #212022;
}
#citySelector .index .selected {
	color: #212022;
}
.quotation-box .quotation-left, .quotation-box .quotation-right {
	float: left;
}
.quotation-box .quotation-left {
	width: 688px;
	box-sizing: border-box;
}
.size-error {
	padding-top: 5px;
	color: red;
	display: none;
	font-size: 14px;
}
.quotation-box .quotation-title {
	height: 33px;
	line-height: 33px;
	color: #333333;
	font-size: 24px;
	text-align: left;
}
.quotation-box .quotation-content {
	line-height: 18px;
	color: #555555;
	font-size: 16px;
	text-align: left;
	margin-top: 11px;
	margin-bottom: 40px;
	border-right: 1px solid #e5e5e5;
	height: 222px;
}
.quotation-box .quotation-content .orange {
	color: #FFB12F;
	font-weight: 600;
	font-size: 20px;
}
.quotation-box .quotation-content .optionlist {
	margin-top: 40px;
	overflow: hidden;
}
.quotation-box .quotation-content .calculator-title {
	color: #4a4a4a;
	line-height: 28px;
	font-size: 28px;
	text-align: center;
}
.quotation-box .quotation-content .input-item {
	width: 42.5%;
	float: left;
	margin-bottom: 20px;
	color: #212022;
	font-size: 12px;
	position: relative;
	padding-left: 84px;
}
.quotation-box .quotation-content .input-item label {
	position: absolute;
	left: 0;
	top: 0;
	color: #4A4A4A;
	line-height: 38px;
	font-size: 14px;
}
.quotation-box .quotation-content .input-item label .explain {
	background: #4785F9;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	color: #fff;
	border-radius: 50%;
}
.quotation-box .quotation-content .input-item .value-div {
	width: 100%;
	height: 38px;
	border-radius: 5px;
	border: 1.28px solid #e4e4e4;
	padding: 0 12px;
	line-height: 38px;
	color: #83848e;
}
.quotation-box .quotation-content .input-item .value-div-half {
	width: 48%;
	margin-right: 1%;
	height: 38px;
	border-radius: 0;
	border: solid 1px #e3e8ee;
	padding: 0 12px;
	line-height: 38px;
	color: #83848e;
	border-radius: 5px;
}
.quotation-box .quotation-content .input-item .value-div-half:last-of-type {
	margin-right: 0;
}
.quotation-box .quotation-content .input-item .rotate {
	transform: rotate(180deg);
}
.quotation-box .quotation-content .errorTip {
	text-align: left;
	padding-top: 5px;
	color: red;
	display: none;
}
.quotation-box .quotation-content .input-item:nth-child(even) {
	margin-left: 7.5%;
}
.quotation-box .quotation-content .choose-pane, .quotation-box .quotation-content .select-scene {
	position: relative;
	width: 100%;
	height: 40px;
	font-size: 14px;
}
.quotation-box .quotation-content .select-scene {
	border-radius: 5px;
	border: 1px solid #e4e4e4;
	padding: 0 12px;
	line-height: 38px;
	color: #83848e;
	background: #fff;
}
.quotation-box .quotation-content .choose-pane .options {
	position: absolute;
	width: 100%;
	border: 1px solid #e3e8ee;
	border-top: 0;
	padding: 0.34rem 0 0;
	border-radius: 0;
	z-index: 2;
	overflow: hidden;
	display: none;
}
.quotation-box .quotation-content .choose-pane .options .option-item {
	padding: 0 12px 0.1rem;
	background-color: #fff;
	margin: 0;
	color: #83848e;
}
.quotation-box .quotation-content .choose-pane .m2, .quotation-box .quotation-content .choose-pane .m1 {
	position: absolute;
	top: 10px;
	left: 37%;
	font-size: 12px;
	color: #83848e;
}
.quotation-box .quotation-content .choose-pane .m2 {
	left: 91%;
}
.quotation-box .quotation-content .choose-pane .m2 img {
	width: 12px;
}
.quotation-box .quotation-content .select-scene {
	position: relative;
	width: 100%;
	height: 40px;
}
 .quotation-box .quotation-content input::-webkit-input-placeholder {
 color: #b3b5b7;
}
 .quotation-box .quotation-content input::-moz-placeholder {
 color: #b3b5b7;
}
 .quotation-box .quotation-content input:-moz-placeholder {
 color: #b3b5b7;
}
 .quotation-box .quotation-content input:-ms-input-placeholder {
 color: #b3b5b7;
}
.quotation-box .quotation-content .distance-txt {
	display: none;
	position: absolute;
	top: -15px;
	left: 50px;
	background:#076ed3;
	background-position: 0 0;
	height: 26px;
	color: #fff;
	line-height: 26px;
	z-index: 20;
	padding: 0 15px;
	background-size: 100% 26px;
}
.quotation-box .quotation-content .privacy {
	color: #4785F9;
	font-size: 12px;
}
.quotation-box .class2, .quotation-box .class3, .quotation-box .class4, .quotation-box .class5 {
	display: none;
}
.classnum{
	display: none;
}
.quotation-box .submit-btn {
	background-color: #4785F9;
	width: 96px;
	height: 96px;
	margin: 0 auto;
	margin-top: -48px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	font-size: 18px;
	box-shadow: 0 0 0px 20px rgba(71, 133, 249, 0.3);
	animation: btn-animation 1000ms infinite;
	animation-direction: alternate;
	margin-top: -40px
}
 @keyframes btn-animation {
 from {
 box-shadow: 0 0 0px 0px rgba(71, 133, 249, 0.3);
}
to {
 box-shadow: 0 0 0px 15px rgba(71, 133, 249, 0.3);
}
}
.quotation-box .quotation-right {
	width: 267px;
	box-sizing: border-box;
	margin-left: 35px;
}
.quotation-box .quotation-right .quotation-price {
	margin-top: 11px;
	height: 18px;
	line-height: 18px;
	color: #555555;
	font-size: 16px;
	text-align: left;
}
.quotation-box .quotation-right .quotation-price .priceNum {
	color: #FFB12F;
	font-weight: 600;
	font-size: 20px;
}
.quotation-box .quotation-right .price-explain {
	height: 130px;
	margin-top: 44px;
	line-height: 26px;
	color: #858585;
	font-size: 14px;
	text-align: left;
}