@charset "utf-8";
.orderPopup {
  position: fixed;
  width: 816px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 8px;
  z-index: 9999;
  display: none;
}
.orderPopup h3 {
  position: relative;
  padding: 20px 20px 20px 24px;
  font-size: 20px;
  color: #fff;
  background: #424b6c;
  border-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.orderPopup h3 i {
  position: absolute;
  right: 20px;
  font-size: 20px;
  cursor: pointer;
}
.orderPopup_content {
  padding: 46px 84px;
  max-height: 80vh;
  overflow-y: auto;
}
.orderPopup_content .topTip {
  font-size: 18px;
  color: #999;
  text-align: center;
}
.orderPopup_content .bottomTip {
  font-size: 16px;
  color: #666;
  line-height: 1.2;
}
.orderPopup_content .bottomTip a {
  color: #4981e8;
  cursor: pointer;
  text-decoration: underline;
}
.orderPopup_content_form {
  margin: 40px 0;
}
.orderPopup_content_form_li {
  margin-bottom: 30px;
}
.orderPopup_content_form .selectBox,
.orderPopup_content_form .iconBox {
  float: left;
}
.orderPopup_content_form .selectBox {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #ccc;
}
.orderPopup_content_form .selectBox .dropdown_list {
  margin: 5px 0 0 0;
  padding: 6px 0;
  list-style: none;
  position: absolute;
  z-index: 999;
  top: 125%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-transition: opacity 0.25s linear, top 0.25s linear;
  transition: opacity 0.25s linear, top 0.25s linear;
}
.orderPopup_content_form .selectBox .dropdown_list .dropdown_item {
  padding: 6px 12px;
  font-size: 18px;
  cursor: pointer;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}
.orderPopup_content_form .selectBox .dropdown_list .dropdown_item:hover {
  background-color: #E6E9ED;
}
.orderPopup_content_form .selectBox.is-open .dropdown_list {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.orderPopup_content_form .selectBox .c-button {
  -webkit-appearance: none;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.orderPopup_content_form .selectBox .c-button-dropdown {
  padding: 6px 24px 6px 12px;
  background-color: #fff;
  color: #666;
  font-size: 18px;
  height: 40px;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.orderPopup_content_form .selectBox .c-button-dropdown .iconfont {
  position: absolute;
  top: 10px;
  right: 6px;
  color: #b5b5b5;
}
.orderPopup_content_form .inputBox {
  float: right;
  position: relative;
}
.orderPopup_content_form .inputBox .input_label {
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 12px;
  color: #666;
  font-size: 18px;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: color 0.1s, -webkit-transform 0.2s;
  transition: color 0.1s, -webkit-transform 0.2s;
  transition: transform 0.2s, color 0.1s;
  transition: transform 0.2s, color 0.1s, -webkit-transform 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.orderPopup_content_form .inputBox .input_label.color666 {
  color: #666;
}
.orderPopup_content_form .inputBox .errorTip {
  position: absolute;
  bottom: -14px;
  left: 0;
  color: #F56C6C;
  display: none;
  font-size: 12px;
}
.orderPopup_content_form .iconBox {
  width: 8%;
}
.orderPopup_content_form .iconBox .iconfont {
  font-size: 36px;
  color: #666;
}
.orderPopup_content_form .select_code {
  width: 14%;
}
.orderPopup_content_form .select_name {
  width: 22%;
}
.orderPopup_content_form .input_name,
.orderPopup_content_form .input_phone {
  width: 76%;
}
.orderPopup_content_form .input_email,
.orderPopup_content_form .select_language,
.orderPopup_content_form .select_time,
.orderPopup_content_form .select_product,
.orderPopup_content_form .input_yzm {
  width: 92%;
}
.orderPopup_content_form .select_product {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #ccc;
}
.orderPopup_content_form .select_product .select_productBox {
  padding: 10px 0 10px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.orderPopup_content_form .select_product .select_productBox span {
  font-size: 18px;
  color: #666;
}
.orderPopup_content_form .select_product .select_productBox .item {
  display: inline-block;
  background: #f0f2f5;
  color: #8d94a1;
  border-radius: 20px;
  padding: 6px 10px;
  font-size: 16px;
  margin-right: 6px;
  margin-bottom: 6px;
}
.orderPopup_content_form .select_product .select_productBox .item .delete {
  margin-left: 6px;
  color: #c0c4cc;
  cursor: pointer;
}
.orderPopup_content_form .select_product .select_productBox .arrow {
  margin-right: 6px;
  color: #b5b5b5;
}
.orderPopup_content_form .select_product .dropdownBox {
  margin: 5px 0 0 0;
  padding: 10px 20px;
  position: absolute;
  z-index: 999;
  top: 105%;
  left: 0;
  width: 100%;
  height: 200px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-transition: opacity 0.25s linear, top 0.25s linear;
  transition: opacity 0.25s linear, top 0.25s linear;
}
.orderPopup_content_form .select_product .dropdownBox .personal_name,
.orderPopup_content_form .select_product .dropdownBox .business_name {
  color: #d7d7d7;
  font-size: 18px;
  margin-bottom: 10px;
}
.orderPopup_content_form .select_product .dropdownBox .product_item {
  margin-bottom: 10px;
}
.orderPopup_content_form .select_product .dropdownBox .product_item .item_name {
  font-size: 16px;
  color: #333;
  vertical-align: middle;
  margin-left: 6px;
}
.orderPopup_content_form .select_product .dropdownBox .product_item .chk {
  width: 16px;
  height: 16px;
}
.orderPopup_content_form .select_product.is-open .dropdownBox {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.orderPopup_content_form .input_field {
  position: relative;
  z-index: 99;
  color: #666;
  background: transparent;
  width: 100%;
  height: 40px;
  font-size: 20px;
  padding-left: 12px;
  border-bottom: 1px solid #ccc;
}
.orderPopup_content_form .input_field:focus + .input_label,
.orderPopup_content_form .input_filled .input_label {
  color: #F56C6C;
  -webkit-transform: translate3d(0, -20px, 0) scale3d(0.7, 0.7, 1);
          transform: translate3d(0, -20px, 0) scale3d(0.7, 0.7, 1);
}
.orderPopup_content_form .input_field:focus,
.orderPopup_content_form .input_error {
  border-bottom: 1px solid #F56C6C;
}
.yzmImg {
  width: 20%;
  position: absolute;
  right: 0;
  top: -8px;
  z-index: 998;
  cursor: pointer;
}
.yzmImg img {
  width: 100%;
}
.endButton {
  text-align: center;
  margin-top: 44px;
}
.endButton .sumbitBtn,.popBtn {
  padding: 20px 66px;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  background: #ff532b;
  background: -webkit-gradient(linear, left top, right top, from(#e7380c), color-stop(50%, #f03e11), to(#ff532b));
  background: linear-gradient(to right, #e7380c 0%, #f03e11 50%, #ff532b 100%);
}
.popBtn {
    padding: 10px 40px;
}
.pop {
  padding: 20px;
  width: 50%;
  max-width: 600px;
  display: none;
  position: fixed;
  left: 50%;
  text-align: center;
  top: 50%;
  transform: translate(-50%,-50%);
  height: auto;
  border-radius: 3px;
  background: white;
  z-index: 100;
}
.pop img {
  display: block;
  margin: 0 auto;
}
.pop h3 {
	margin-bottom: 20px;
  line-height: 1.2;
  font-size: 26px;
  font-weight: bold;
}
.pop p {
	margin: 20px 0;
  line-height: 1.2;
  font-size: 18px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}
.pop .close {
  position: absolute;
  right: 30px;
  cursor: pointer;
}
.showMessage{
  padding: 15px;
  width: 30%;
  display: flex;
  align-items: center;
  max-width: 600px;
  position: fixed;
  left: 50%;
  text-align: left;
  top: 64px;
  transform: translate(-50%,-50%);
  height: auto;
  color: #ff532b;
  font-size: 16px;
  border-radius: 5px;
  background: rgb(254, 240, 240);
  z-index: 9999;
}
.showMessage .iconfont{
  margin-right: 10px;
}
@media (max-width: 768px) {
  .orderPopup {
    width: 90%;
  }
  .orderPopup h3 {
    padding: 1rem;
    font-size: 1rem;
  }
  .orderPopup_content {
    padding: 1rem;
  }
  .orderPopup_content .topTip {
    font-size: 0.8125rem;
    line-height: 1.2;
  }
  .orderPopup_content .bottomTip {
    font-size: 0.8125rem;
    margin-bottom: 1rem;
    line-height: 1.2;
  }
  .orderPopup_content_form {
    margin: 1rem 0;
  }
  .orderPopup_content_form_li {
    margin-bottom: 1rem;
  }
  .orderPopup_content_form .selectBox .dropdown_list .dropdown_item {
    padding: 0.2rem 0.4rem;
    font-size: 0.8125rem;
  }
  .orderPopup_content_form .selectBox .c-button-dropdown {
    padding: 0.2rem 0.5rem 0.2rem 0.2rem;
    font-size: 0.8125rem;
    height: 1.6rem;
    padding-left: 0.5rem;
  }
  .orderPopup_content_form .selectBox .c-button-dropdown .iconfont {
    top: 0.4rem;
    right: 0.1rem;
    font-size: 0.625rem;
  }
  .orderPopup_content_form .inputBox .input_label {
    font-size: 0.8125rem;
    top: 0.4rem;
    left: 0.5rem;
  }
  .orderPopup_content_form .iconBox .iconfont {
    font-size: 1.2rem;
  }
  .orderPopup_content_form .select_code {
    width: 20%;
  }
  .orderPopup_content_form .select_name {
    width: 28%;
  }
  .orderPopup_content_form .input_name,
  .orderPopup_content_form .input_phone {
    width: 70%;
  }
  .orderPopup_content_form .select_product .select_productBox {
    padding: 0.5rem 0 0.5rem 0.5rem;
  }
  .orderPopup_content_form .select_product .select_productBox span {
    font-size: 0.8125rem;
  }
  .orderPopup_content_form .select_product .select_productBox .item {
    font-size: 0.625rem;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .orderPopup_content_form .select_product .select_productBox .item .delete {
    margin-left: 0.2rem;
  }
  .orderPopup_content_form .select_product .select_productBox .arrow {
    margin-left: 0.2rem;
  }
  .orderPopup_content_form .select_product .dropdownBox {
    padding: 0.4rem 1rem;
  }
  .orderPopup_content_form .select_product .dropdownBox .personal_name,
  .orderPopup_content_form .select_product .dropdownBox .business_name {
    font-size: 0.625rem;
    margin-bottom: 0.5rem;
  }
  .orderPopup_content_form .select_product .dropdownBox .product_item {
    margin-bottom: 0.5rem;
  }
  .orderPopup_content_form .select_product .dropdownBox .product_item .item_name {
    font-size: 0.8125rem;
    margin-left: 0.2rem;
  }
  .orderPopup_content_form .input_field {
    height: 1.6rem;
    font-size: 0.8125rem;
    padding-left: 0.5rem;
  }
  .orderPopup_content_form .input_field:focus + .input_label,
  .orderPopup_content_form .input_filled .input_label {
    -webkit-transform: translate3d(0, -0.8rem, 0) scale3d(0.7, 0.7, 1);
            transform: translate3d(0, -0.8rem, 0) scale3d(0.7, 0.7, 1);
  }
  .yzmImg {
    width: 30%;
    top: -0.4rem;
  }
  .endButton {
    margin-top: 1rem;
  }
  .endButton .sumbitBtn,.popBtn {
    padding: 0.6rem 2rem;
    font-size: 1.2rem;
  }
  .popBtn {
    padding: 0.5rem 1.5rem;
	}
  .pop {
  	width: 90%;
    padding: 1rem;
    padding-bottom: 1.5rem;
	}
  .pop h3 {
		margin-bottom: 1rem;
  	font-size: 1rem;
	}
  .pop p {
 	  margin: 1rem 0;
    padding-bottom: 1.5rem;
	}
  .showMessage{
    padding: 1rem;
    width: 80%;
  	font-size: 1rem;
	}
  .showMessage .iconfont{
  margin-right: 0.75rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .yzmImg {
    width: 20%;
    top: -0.6rem;
  }
}

.questionmoney{
  min-width:30%
}

.questionBlock{
  margin-top: 5px;
}
