.quote-wrapper {
  min-width: 1200px;
  font-size: 0;
  background-color: #fafbfc;
}
.quote-wrapper #main {
  padding: 34px 0 304px;
  text-align: center;
}
.quote-wrapper #main .sec {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  margin: 16px 0 0;
  display: inline-block;
  padding: 24px;
  box-sizing: border-box;
  text-align: left;
}
.quote-wrapper #main .sec .com-t {
  font-size: 16px;
  color: #303133;
  line-height: 26px;
  font-weight: 600;
  position: relative;
  padding: 0 0 0 14px;
}
.quote-wrapper #main .sec .com-t:after {
  content: '';
  display: block;
  width: 4px;
  height: 20px;
  background: #0052d9;
  position: absolute;
  left: 0;
  top: 3px;
}
.quote-wrapper #main .sec .form {
  width: 100%;
  margin: 8px 0 0;
}
.quote-wrapper #main .sec .form .form-item {
  width: 100%;
  display: inline-block;
  margin: 16px 0 0;
  padding: 0 14px;
  box-sizing: border-box;
  text-align: left;
}
.quote-wrapper #main .sec .form .form-item .item-label {
  width: 214px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  padding: 4px 0 0;
}
.quote-wrapper #main .sec .form .form-item .item-label > label {
  font-size: 14px;
  color: #606266;
  line-height: 20px;
}
.quote-wrapper #main .sec .form .form-item .item-label > label .red {
  font-size: 16px;
  color: #E61211;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}
.quote-wrapper #main .sec .form .form-item .item-label .smintip {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.quote-wrapper #main .sec .form .form-item .item-label .smintip .icon {
  width: 16px;
  height: 16px;
  background: url(../img/tips.png);
  background-position: -10px -46px;
  display: inline-block;
  margin: 3px 0 0;
  cursor: pointer;
}
.quote-wrapper #main .sec .form .form-item .item-label .smintip .wdetail-tips {
  display: none;
  width: 400px;
  position: absolute;
  bottom: 36px;
  left: -29px;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(200, 201, 204, 0.5);
  border-radius: 4px;
  color: #9c9c9c;
  padding: 16px;
  z-index: 9999;
  color: #606266;
  box-sizing: border-box;
}
.quote-wrapper #main .sec .form .form-item .item-label .smintip .wdetail-tips .tips-text {
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  color: #333;
}
.quote-wrapper #main .sec .form .form-item .item-label .smintip .wdetail-tips .balloon-arrow {
  height: 8px;
  width: 8px;
  display: block;
  overflow: hidden;
  transform: rotate(45deg);
  border: 1px solid #fff;
  box-shadow: 0px 2px 8px 0px rgba(200, 201, 204, 0.1);
  background: #fff;
  left: 30px;
  bottom: -4px;
  border-left: none;
  border-top: none;
  position: absolute;
}
.quote-wrapper #main .sec .form .form-item .item-label .smintip .wdetail-tips .tips-placeholder {
  height: 11px;
  width: 35px;
  display: inline-block;
  position: absolute;
  left: 18px;
  bottom: -12px;
}
.quote-wrapper #main .sec .form .form-item .item-label .smintip:hover .icon {
  background-position: -10px -10px;
}
.quote-wrapper #main .sec .form .form-item .item-label .smintip:hover .wdetail-tips {
  display: block;
}
.quote-wrapper #main .sec .form .form-item .item-block {
  max-width: 900px;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 8px;
  position: relative;
}
.quote-wrapper #main .sec .form .form-item .item-block .filter-tag {
  font-size: 14px;
  color: #606266;
  line-height: 14px;
  padding: 8px 11px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  text-align: center;
  background-color: #fff;
  outline: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 0 0;
  cursor: pointer;
  user-select: none;
}
.quote-wrapper #main .sec .form .form-item .item-block .filter-tag.active {
  color: #004099;
  border-color: #004099;
}
.quote-wrapper #main .sec .form .form-item .item-block .x {
  font-size: 14px;
  color: #909399;
  line-height: 20px;
  padding: 6px 8px;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}
.quote-wrapper #main .sec .form .form-item .item-block input[type='text'] {
  font-size: 14px;
  color: #606266;
  line-height: 20px;
  padding: 5px 0 5px 11px;
  background: #ffffff;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}
.quote-wrapper #main .sec .form .form-item .item-block input[type='text']::placeholder {
  color: #C0C4CC;
}
.quote-wrapper #main .sec .form .form-item .item-block textarea {
  width: 560px;
  height: 160px;
  font-size: 14px;
  color: #606266;
  line-height: 20px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  outline: none;
  box-sizing: border-box;
  resize: none;
}
.quote-wrapper #main .sec .form .form-item .item-block textarea::placeholder {
  color: #C0C4CC;
}
.quote-wrapper #main .sec .form .form-item .item-block .words {
  font-size: 14px;
  font-style: normal;
  color: #909399;
  line-height: 18px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.quote-wrapper #main .sec .form .form-item .item-block select {
  font-size: 14px;
  color: #606266;
  line-height: 20px;
  padding: 6px 0 6px 8px;
  background: #ffffff;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  outline: none;
  display: inline-block;
  vertical-align: middle;
}
.quote-wrapper #main .sec .form .form-item .item-block .bot-arrow {
  position: absolute;
  left: 233px;
  top: 13px;
  bottom: 0;
  height: 0px;
  width: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #c0c4cc;
}
.quote-wrapper #main .sec .form .form-item .item-block .bot-arrow:after {
  content: '';
  position: absolute;
  top: -6px;
  right: -4px;
  height: 0px;
  width: 0px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
}
.quote-wrapper #main .sec .form .form-item .item-block .unit-btn {
  font-size: 14px;
  color: #909399;
  line-height: 20px;
  padding: 5px 14px;
  background: #f5f7fa;
  border: 1px solid #dcdfe6;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-left: -4px;
}
.quote-wrapper #main .sec .form .form-item .item-block .num-alert {
  display: none;
  padding-top: 11px;
  position: absolute;
  top: 32px;
  z-index: 9;
}
.quote-wrapper #main .sec .form .form-item .item-block .num-alert::before {
  content: '';
  height: 8px;
  width: 8px;
  display: block;
  overflow: hidden;
  transform: rotate(45deg);
  border: 1px solid #e4e7ed;
  background: #fff;
  border-right: none;
  border-bottom: none;
  position: absolute;
  left: 30px;
  top: 6px;
}
.quote-wrapper #main .sec .form .form-item .item-block .num-alert .wrp {
  width: 408px;
  background: #ffffff;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.06);
  padding: 14px 2px 14px 14px;
  font-size: 14px;
}
.quote-wrapper #main .sec .form .form-item .item-block .num-alert .nums .num {
  width: 62px;
  height: 30px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  line-height: 30px;
  color: #606266;
  text-align: center;
  margin: 10px 0 0 10px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.quote-wrapper #main .sec .form .form-item .item-block .num-alert .wrp .nums .num:hover,
.quote-wrapper #main .sec .form .form-item .item-block .num-alert .wrp .nums .num.active {
  color: #004099;
  border-color: #004099;
}
.quote-wrapper #main .sec .form .form-item .item-block .num-alert .tip {
  margin: 24px 10px 0;
  color: #606266;
  line-height: 18px;
  font-size: 14px;
}
.quote-wrapper #main .sec .form .form-item .item-block .num-alert .tip span {
  color: #004099;
}
.quote-wrapper #main .sec .form .form-item .item-block .num-alert .num-input-div {
  padding: 16px 24px 0 10px;
  overflow: hidden;
}
.quote-wrapper #main .sec .form .form-item .item-block .num-alert .num-input-div input {
  width: 304px;
}
.quote-wrapper #main .sec .form .form-item .item-block .num-alert .num-input-div button {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  padding: 9px 16px;
  background: #004099;
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
}
.quote-wrapper #main .sec .form .form-item .item-block .checkList {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 8px 24px 10px 0;
}
.quote-wrapper #main .sec .form .form-item .item-block .checkList > label {
  font-size: 14px;
  color: #303133;
  line-height: 14px;
}
.quote-wrapper #main .sec .form .form-item .item-block .checkList > label .checkElem {
  width: 16px;
  height: 16px;
  border: 1px solid #DCDFE6;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 1;
}
.quote-wrapper #main .sec .form .form-item .item-block .checkList > label .checkElem.checked {
  border: 1px solid #004099;
  background-color: #004099;
}
.quote-wrapper #main .sec .form .form-item .item-block .checkList > label .checkElem.checked::after {
  content: '';
  display: inline-block;
  margin: 1px 4px;
  width: 4px;
  height: 8px;
  transform: rotate(45deg);
  border-style: solid;
  border-color: #fff;
  border-width: 0 2px 2px 0 ;
}
.quote-wrapper #main .sec .form .form-item .item-block .checkList > label input[type='checkbox'] {
  width: 6px;
  height: 6px;
  margin: 0 18px 0 2px;
  vertical-align: middle;
}
.quote-wrapper #main .sec .form .form-item .item-block .file-btn {
  width: 75px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
.quote-wrapper #main .sec .form .form-item .item-block #wholePlateExtBox {
  display: none;
  position: absolute;
  top: 42px;
  left: 206px;
  border: 1px solid #dcdfe6;
  padding: 3px 5px;
  z-index: 9;
  border-radius: 5px;
  background-color: #fff;
  white-space: nowrap;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}
.quote-wrapper #main .sec .form .form-item .item-block #wholePlateExtBox .balloon-arrow {
  height: 10px;
  width: 10px;
  display: block;
  background-color: #fff;
  overflow: hidden;
  transform: rotate(45deg);
  border: 1px solid #dcdfe6;
  left: 50%;
  margin: 0 0 0 -5px;
  top: -6px;
  border-right: none;
  border-bottom: none;
  position: absolute;
}
.quote-wrapper #main .sec .form .form-item .item-block #wholePlateExtBox .filter-tag {
  margin: 4px 8px;
}
.quote-wrapper #main .quote-btn {
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  padding: 13px 60px;
  background-color: #004099;
  border: none;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  margin: 32px auto 0;
  display: block;
}
.quote-wrapper #contact-alert {
  position: fixed;
  top: 62px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.quote-wrapper #contact-alert.show {
  display: block;
}
.quote-wrapper #contact-alert.show .alert-centre {
  animation: popupDropShow 0.3s;
}
@keyframes popupDropShow {
  0% {
    opacity: 0.3;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.quote-wrapper #contact-alert .alert-centre {
  width: 493px;
  position: absolute;
  top: 40%;
  left: 50%;
  margin: -215px 0 0 -247px;
}
.quote-wrapper #contact-alert .alert-centre .close {
  width: 24px;
  height: 24px;
  background: url(../img/close2.png) no-repeat center center;
  display: inline-block;
  position: absolute;
  top: 54px;
  right: 16px;
  cursor: pointer;
}
.quote-wrapper #contact-alert .alert-centre .top {
  width: 100%;
  height: 185px;
  background: url(../img/quote/alert-bg.png) no-repeat center center;
  display: inline-block;
}
.quote-wrapper #contact-alert .alert-centre .top p {
  font-size: 18px;
  font-weight: 600;
  color: #004099;
  line-height: 26px;
  margin: 66px 0 0 24px;
}
.quote-wrapper #contact-alert .alert-centre .top span {
  width: 270px;
  font-size: 12px;
  color: #303133;
  line-height: 20px;
  margin: 9px 0 0 24px;
  display: inline-block;
}
.quote-wrapper #contact-alert .alert-centre .bottom {
  width: 490px;
  padding: 28px 64px 20px;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
}
.quote-wrapper #contact-alert .alert-centre .bottom .line {
  width: 100%;
  display: inline-block;
  margin: 20px 0 0;
  text-align: left;
  position: relative;
}
.quote-wrapper #contact-alert .alert-centre .bottom .line label {
  width: 90px;
  font-size: 14px;
  color: #606266;
  line-height: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  padding: 0 6px 0 0;
  box-sizing: border-box;
}
.quote-wrapper #contact-alert .alert-centre .bottom .line label .red {
  color: #e61211;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
}
.quote-wrapper #contact-alert .alert-centre .bottom .line input[type='text'] {
  color: #606266;
  font-size: 14px;
  line-height: 14px;
  padding: 8px 0 8px 11px;
  background: #ffffff;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  width: 272px;
  box-sizing: border-box;
}
.quote-wrapper #contact-alert .alert-centre .bottom .line input[type='text']::placeholder {
  color: #c0c4cc;
}
.quote-wrapper #contact-alert .alert-centre .bottom .line .captcha-img {
  width: 80px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #dcdfe6;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.quote-wrapper #contact-alert .alert-centre .bottom .line button {
  font-size: 14px;
  color: #606266;
  line-height: 14px;
  padding: 8px 33px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  background-color: #fff;
  outline: none;
  display: inline-block;
  margin: 38px 10px 0;
  cursor: pointer;
}
.quote-wrapper #contact-alert .alert-centre .bottom .line .submit-btn {
  color: #fff;
  border-color: #004099;
  background-color: #004099;
}
