.home-dialog-box{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  overflow: hidden;
}
.home-dialog-box .home-dialog{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  background-color: #fff;
  padding: 88px 53px;
  border-radius: 10px;
}
.home-dialog-box .home-dialog .dialog-close{
  position: absolute;
  top: 32px;
  right: 32px;
  font-size: 50px;
  line-height: 50px;
  user-select: none;
  cursor: pointer;
  color: #CCCCCC;
}
.home-dialog-box .home-dialog .hdc-title{
  font-weight: bold;
  font-size: 36px;
  color: #22252A;
  line-height: 47px;
  text-align: center;
  margin-bottom: 36px;
}
.home-dialog-box .home-dialog .hdc-content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 24px 42px;
}
.home-dialog-box .home-dialog .hdc-content .hbc-form-item-required label{
  padding-left: 10px;
  position: relative;
}
.home-dialog-box .home-dialog .hdc-content .hbc-form-item-required label::after{
  position: absolute;
  content: '*';
  top: 0;
  left: 0;
  color: #e13312;
}
.home-dialog-box .home-dialog .hdc-content .hbc-form-item{
  position: relative;
  width: calc(50% - 24px);
}
.home-dialog-box .home-dialog .hdc-content .hbc-form-item.hbc-form-item-required.error::after{
  content: attr(data-error);
  position: absolute;
  bottom: -1.8em;
  left: 0;
  font-size: 16px;
  color: #E13312;
}
.home-dialog-box .home-dialog .hdc-content .hbc-form-item.error .hbcf-input{
  border-color: #e13312;
  background-color: #fff0ed
}
.home-dialog-box .home-dialog .hdc-content .hbc-form-item2{
  width: 100%;
}
.home-dialog-box .home-dialog .hdc-content .hbc-form-item .hbcf-input:focus,
.home-dialog-box .home-dialog .hdc-content .hbc-form-item textarea:focus{
  outline: none;
  box-shadow: none;
}
.home-dialog-box .home-dialog .hdc-content .hbc-form-item2 textarea{
  border-radius: 12px;
  min-height: 145px;
  background-color: #F6F6F6;
  border: none;
  resize: none;
}
.home-dialog-box .home-dialog .hdc-content .hbc-form-item label{
  display: flex;
  font-size: 16px;
  color: #595B5E;
  line-height: 21px;
  margin-bottom: 12px;
}
.home-dialog-box .home-dialog .hdc-content .hbc-form-item .hbcf-input{
  background-color: #F6F6F6;
  border-radius: 8px;
  border: 1px solid #F6F6F6;
  box-sizing: border-box;
  font-size: 16px;
  color: #989BA1;
  line-height: 21px;
  height: 56px;
}
.home-dialog-box .home-dialog .hdc-btn{
  margin-top: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-dialog-box .home-dialog .hdc-btn .hdc-btn-item{
  width: 50%;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
  background-color: #0962B1;
  border-radius: 48px;
  user-select: none;
  cursor: pointer;
}
.home-dialog-box .home-dialog .hdc-btn .hdc-btn-item.loading{
  background-color: #358EDD;
}
/* 加载动画样式 */
.home-dialog-box .home-dialog .hdc-btn .hdc-btn-item .loading-icon {
  display: none;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-left: 10px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* 弹窗中form */
form .area_code_box.home_area_code_box .country-select-wrapper{
  height: 56px;
}
form .area_code_box .country-select-wrapper{
  position: relative;
  display: flex;
  height: 47px;
}
form .area_code_box.concat_us_area_code_box .country-select-wrapper{
  border-radius: 8px;
  height: 45px;
  background-color: #fff;
  padding: 0 20px;
}
form .area_code_box .country-select-wrapper .selected-option{
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  height: 100%;
  width: 100%;
  background-color: #F6F6F6;
}
form .area_code_box .country-select-wrapper .selected-option .so_label{
  font-size: .8em;
  color: #989BA1;
  line-height: 20px;
  margin-right: 10px;
}
form .area_code_box.home_area_code_box .country-select-wrapper .selected-option{
  height: 56px;
}
form .area_code_box.home_area_code_box .country-select-wrapper .selected-option,
form .area_code_box.product_area-code_box .country-select-wrapper .selected-option{
  padding: 0 20px;
  border-radius: 8px;
}
form .area_code_box.home_area_code_box .country-select-wrapper .dropdown-list .search-box input,
form .area_code_box.product_area-code_box .country-select-wrapper .dropdown-list .search-box input{
  padding: 0;
  background-color: #EBECED;
  border: none !important;
}
form .area_code_box.concat_us_area_code_box .country-select-wrapper .selected-option{
  background-color: #ffffff;
}
form .area_code_box .country-select-wrapper .selected-option .flag-icon{
  width: 39px;
  height: 26px;
  margin-right: 8px;
  flex-shrink: 0;
  align-self: center;
}
form .area_code_box.home_area_code_box{
  height: 56px;
}
form .area_code_box.home_area_code_box .country-select-wrapper .selected-option .country-text{
  font-size: 16px;
}
form .area_code_box.concat_us_area_code_box .country-select-wrapper .selected-option .country-text{
  font-size: 14px;
}
form .area_code_box .country-select-wrapper .selected-option .country-text{
  flex: 1;
  font-size: 12px;
  color: #989BA1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  align-self: center;
}
form .area_code_box .country-select-wrapper .selected-option .icon-right-01-01{
  margin-left: 8px;
  transition: transform 0.3s ease;
  font-size: 20px;
  align-self: center;
  color: #989BA1;
}
form .area_code_box .country-select-wrapper .selected-option .icon-right-01-01.is-open{
  transform: rotate(90deg);
}
form .area_code_box .country-select-wrapper .dropdown-list{
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  z-index: 11;
  min-width: 280px;
}
form .area_code_box .country-select-wrapper .dropdown-list .dropdown-item{
  display: flex;
  align-items: center;
  padding: 8px 12px;
  cursor: pointer;
}
form .area_code_box .country-select-wrapper .dropdown-list .dropdown-item:hover{
    background-color: #f5f5f5;
}
form .area_code_box .country-select-wrapper .dropdown-list .dropdown-item.is-selected{
  background-color: #EDEFF0;
}
form .area_code_box .country-select-wrapper .dropdown-list .dropdown-item.is-selected span{
  color: #0682DB;
}
form .area_code_box .country-select-wrapper .dropdown-list .flag-icon {
  width: 39px;
  height: 26px;
  margin-right: 8px;
  flex-shrink: 0;
  align-self: center;
}
form .area_code_box .country-select-wrapper .dropdown-list .country-text {
  flex: 1;
  font-size: 16px;
  color: #989BA1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  align-self: center;
}
form .area_code_box .country-select-wrapper .dl_list{
  max-height: 200px;
  overflow-y: auto;
  background: white;
  width: 100%;
}
form .area_code_box .country-select-wrapper .dropdown-empty {
  padding: 12px 16px;
  color: #999;
  font-size: 14px;
  text-align: center;
}
form .area_code_box .country-select-wrapper .search-box{
  width: 100%;
  padding: 8px 12px;
  background-color: #EBECED;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 280px;
}
form .area_code_box .country-select-wrapper .search-box input{
  height: 26px;
  width: 100%;
  outline: none;
  border: none;
  background-color: #EBECED;
  font-size: 14px;
  color: #000000;
  transition: none !important;
  border-radius: 0;
  padding: 0;
}
form .area_code_box .country-select-wrapper .search-box input:focus{
  outline: none;
  border: none;
  box-shadow: none;
}
form .area_code_box .country-select-wrapper .search-box i{
  color: #595B5E;
  font-size: 16px;
}
form .area_code_box .country-select-wrapper .required::before{
  content: '*';
  position: absolute;
  top: 50%;
  left: 4px;
  font-size: 14px;
  color: red;
  transform: translateY(-50%);
}

/* 加载状态样式 */
.home-dialog-box .home-dialog .hdc-btn .hdc-btn-item.loading .loading-icon {
  display: inline-block;
}

/* 提交成功弹窗 */
.home-dialog-message{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.6);
}
.home-dialog-message .home-dialog-message-content{
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 720px;
  height: 397px;
  background-color: #ffffff;
  border-radius: 24px;
  padding: 42px 101px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-dialog-message .home-dialog-message-content .home-dialog-message-close{
  color: #CCCCCC;
  font-size: 52px;
  line-height: 52px;
  position: absolute;
  right: 24px;
  top: 24px;
  user-select: none;
  cursor: pointer;
}
.home-dialog-message .home-dialog-message-content .hdmc-checkmark{
  color: #0CB63B;
  margin-bottom: 28px;
  line-height: 86px;
  user-select: none;
  width: 86px;
  height: 86px;
}
.home-dialog-message .home-dialog-message-content .hdmc-title{
  font-weight: bold;
  font-size: 32px;
  color: #22262A;
  line-height: 42px;
  margin-bottom: 17px;
}
.home-dialog-message .home-dialog-message-content .hdmc-message{
  font-size: 18px;
  color: #595B5E;
  line-height: 24px;
  text-align: center;
  margin-bottom: 24px;
}
.home-dialog-message .home-dialog-message-content .hdmc-btn-item{
  background-color: #0962B1;
  border-radius: 32px;
  padding: 19px 93px;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
  user-select: none;
  cursor: pointer;
}

@media screen and (max-width: 1199px) {
  .home-dialog-box .home-dialog{
    width: 85%;
  }
}

@media screen and (max-width: 767px) {
  .home-dialog-box .home-dialog{
    width: 85%;
    padding: 27px 14px 32px 14px;
    background-color: #F6F6F6;
  }
  .home-dialog-box .home-dialog .dialog-close{
    top: 11px;
    right: 9px;
    font-size: 32px;
    line-height: 1em;
  }
  .home-dialog-box .home-dialog .hdc-title{
    font-size: 18px;
    color: #2B2726;
    line-height: 24px;
    margin-bottom: 11px;
  }
  .home-dialog-box .home-dialog .hdc-content{
    row-gap: 16px;
    column-gap: 12px;
  }
  .home-dialog-box .home-dialog .hdc-content .hbc-form-item{
    width: 100%;
  }
  .home-dialog-box .home-dialog .hdc-content .hbc-form-item label{
    color: #909296;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .home-dialog-box .home-dialog .hdc-content .hbc-form-item .hbcf-input{
    height: 50px;
    font-size: 14px;
    line-height: 20px;
    background-color: #ffffff;
  }
  .home-dialog-box form .area_code_box.home_area_code_box .country-select-wrapper{
    height: 50px;
  }
  .home-dialog-box form .area_code_box.home_area_code_box .country-select-wrapper .selected-option{
    background-color: #ffffff;
    height: 50px;
  }
  .home-dialog-box .home-dialog .hdc-content .hbc-form-item .hbcf-input#hbcb-message{
    min-height: 68px;
  }
  .home-dialog-box .home-dialog .hdc-btn{
    margin-top: 24px;
  }
  .home-dialog-box .home-dialog .hdc-btn .hdc-btn-item{
    width: 266px;
    height: 42px;
    font-size: 15px;
    line-height: 22px;
    padding: 0;
  }
  .home-dialog-box .home-dialog .hdc-content .hbc-form-item:nth-child(3),
  .home-dialog-box .home-dialog .hdc-content .hbc-form-item:nth-child(4){
    width: calc((100% - 12px) / 2);
  }

  .home-dialog-box .home-dialog .hdc-content .hbc-form-item.hbc-form-item-required.error::after{
    bottom: -1.6em;
    font-size: 12px;
    line-height: 16px;
  }
  .home-dialog-box .home-dialog .hdc-content .hbc-form-item:last-child label{
    display: none;
  }

  .home-dialog-message .home-dialog-message-content{
    width: 321px;
    height: 252px;
    padding: 32px 12px;
  }
  .home-dialog-message .home-dialog-message-content .home-dialog-message-close{
    top: 14px;
    right: 12px;
    font-size: 26px;
    line-height: 26px;
  }
  .home-dialog-message .home-dialog-message-content .hdmc-checkmark{
    margin-bottom: 8px;
    width: 46px;
    height: 46px;
    line-height: 46px;
  }

  .home-dialog-message .home-dialog-message-content .hdmc-title{
    font-size: 20px;
    color: #2B2726;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .home-dialog-message .home-dialog-message-content .hdmc-message{
    font-size: 14px;
    color: #2B2726;
    line-height: 19px;
  }
  .home-dialog-message .home-dialog-message-content .hdmc-btn-item{
    font-size: 15px;
    line-height: 20px;
    padding: 9px 47px;
  }
}

@media screen and (max-width: 500px){
  .home-dialog-box .home-dialog .hdc-content .hbc-form-item:nth-child(3),
  .home-dialog-box .home-dialog .hdc-content .hbc-form-item:nth-child(4){
    width: 100%;
  }
}

@media screen and (max-width: 375px){
  .home-dialog-box .home-dialog{
    width: 90% !important;
  }
}