@font-face {
  font-family: "Roboto-Bold";
  font-display: swap;
  src: url("/s/fonts/Roboto-Bold.ttf");
}

@font-face {
  font-family: "Roboto-Regular";
  font-display: swap;
  src: url("/s/fonts/Roboto-Regular.ttf");
}

/* 公共类 */
.font-bold {
  font-family: Roboto-Bold;
}

.font-regular {
  font-family: Roboto-Regular;
}

.f-14 {
  font-size: 14px;
}

.f-16 {
  font-size: 16px;
}

.nowrap {
  white-space: nowrap;
}
.sub-tit {
  font-size: 20px;
  margin-top: 58px;
  margin-bottom: -20px;
}
[v-cloak] {
  display: none;
}
.ep-header-container {
  /* display: none !important; */
  /* visibility: hidden !important; */
}
body .alert {
  position: fixed;
  font-size: 0.83rem;
  /* top: 3.25rem; */
  top: 6.77rem /* 130/19.2 */ !important;
  min-width: 26.04rem;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 77;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 90%;
}
body .alert-white {
 color: #000;
 background-color: #fff;
 box-shadow: 0 12px 60px 10px rgba(0, 0, 0, 0.05);
}
@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#submit:disabled {
  padding-left: 20px;
  background: rgba(0, 206, 122, .6);
}

#submit:disabled::before {
  content: '';
  position: absolute;
  left: 14px;
  width: 20px;
  height: 20px;
  border: 2px solid #FFF;
  border-bottom-color: #ccc;
  border-radius: 50%;
  margin-right: 12px;
  display: inline-block;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}

html,
body {
  height: 100%;
}

body {
  color: #444444;
  background: #fff;
  font-family: Roboto-Regular;
}

a {
  color: #00CE7A;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #00CE7A;
  text-decoration: underline;
}

p {
  margin: 0;
  padding: 0;
}

.hide {
  display: none;
}
.button.hide {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}
.form-container .question-item .choice-wrapper {
  position: relative;
}

.form-container .check-agreement {
  padding-left: 20px;
} 
.form-container .form-check {
  line-height: normal;
}
.form-container .check-agreement .form-check-label{
  margin-left: 0.21rem !important;
  margin-bottom: 4px;
}
.form-container .form-check-input {
  width: 0.99rem;
  height: 0.99rem;
  cursor: pointer;
  position: relative;
  top: 1px;
}
.form-container .form-check-input[type=checkbox] {
  cursor: pointer;
  position: relative;
  min-width: 0.94rem;
  height: 0.94rem;
  font-size: 0.83rem;
}
.form-container .form-check-input[type=checkbox]::after {
  position: absolute;
  top: 0;
  color: #000;
  width: 0.94rem;
  height: 0.94rem;
  display: inline-block;
  visibility: visible;
  padding-left: 0rem;
  text-align: center;
  content: " ";
  border-radius: 0.05rem;
}

.form-container .form-check-input[type=checkbox]:checked::after {
  content: "✓" !important;
  color: #fff;
  font-size: 0.63rem;
  line-height: 0.78rem;
  font-weight: bold;
  background-color: #00CE7A;
  border: .07rem /* 1.333/19.2 */ solid #00CE7A;
}
/* .form-container #checkAgreement-error {
  position: absolute;
  bottom: -40px;
} */
.form-container .email-item .choice-wrapper {
  width: 100%;
  /* margin: 20px 0 0 20px !important; */
}
.form-container .verifisend, 
.form-container .sendCountDown {
  background: #00ce7a;
  color: #fff;
  border-radius: 58px;
  text-align: center;
  font-size: 14px;
  min-width: 192px;
  padding: 7px 0 ;
  cursor: pointer;
  margin: auto 0;
  margin-left: 30px;
  margin-top: 20px;
}

.choice-wrapper {
  position: relative
}

.text-area-num {
  position: absolute;
  right: 10px;
  bottom: 12px;
  font-size: 12px;
  background: #fff;
}

.font_num {
  color: #00CE7A;
  margin: 0;
}

#ep .form-container .top {
  position: relative;
}

#ep .form-container .banner-title {
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
  font-size: 37px;
  font-family: 'Roboto-Bold';
  width: 62%;
}

#ep .form-container .banner-title::before {
  content: '';
  position: absolute;
  bottom: -17px;
  width: 120px;
  height: 4px;
  background: #00CE7A;
}

.form-container .question-item.verify-code {
  margin-top: 0;
}

/* 媒体查询 start */
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

@media screen and (min-width: 1080px) {
  .form-container {
    width: 1000px;
    margin: 0 auto;
  }
  body .alert {
    max-width: calc(100% - 60px);
    min-width: 0;
  }
  .form-container .question-item {
    margin: 48px 20px 35px 0;
  }

  .form-container .question-item .choice-wrapper {
    margin: 20px 0 20px 20px !important;
  }

  #ep .sub-desc-phone {
    display: none;
  }

  #ep .product-sec .title-phone {
    display: none;
  }

  .product-sec .product-info {
    padding-left: 88px
  }

  .logo-wrapper img {
    width: 332px;
  }
}


/* 移动端 */
@media screen and (max-width: 1080px) {
  .form-container .check-agreement {
    padding-left: 0;
  }

  .form-container .tip {
    margin-left: 0 !important;
  }

  .header .logo-wrapper {
    width: 90%;
  }

  .header .logo-wrapper img {
    width: 56%;
  }

  #ep .form-container form {
    padding-left: 10px;
    padding-right: 10px
  }

  #ep .form-container label {
    margin-bottom: 15px;
  }

  #ep .sub-desc-phone {
    font-size: 14px;
    margin-bottom: 20px;
  }

  #ep .product-sec .title-pc {
    display: none;
  }

  #ep .form-container .banner-title {
    font-size: 46px !important;
  }

  #ep .form-footer {
    border: none;
    padding: 0;
    background: #fff;
  }

  #ep .sub-desc-pc {
    display: none;
  }

  #ep .form-sec {
    padding-top: 20px;
  }

  #ep .form-container,
  #ep .product-sec,
  #ep .feature-sec {
    width: 90%;
    margin: 0 auto;
  }

  #ep .product-sec {
    padding-bottom: 96px;
  }

  #ep .form-container form {
    border: none;
    padding: 0;
    padding-top: 28px;
    padding-left: 15px;
    padding-right: 15px;
    /* height: 436px; */
  }

  #ep .feature-sec img {
    width: 30px;
    height: 20px;
  }

  #ep .feature-sec .feature-card {
    margin-bottom: 10px;
    height: 108px;
  }

  #ep .feature-sec .feature-card p {
    font-size: 13px;
  }

  #ep .feature-sec .feature-container {
    margin-top: 30px;
  }

  #ep .feature-sec .title {
    font-size: 20px;
    padding-bottom: 6px;
  }

  #ep .feature-sec .title::before {
    width: 41px;
  }

  #ep .feature-sec .feature-card div {
    padding-left: 5px;
  }

  #ep footer {
    margin-top: 40px;
    text-align: left;
    padding: 0 5%;
    height: 40px;
    line-height: 40px;
  }

  #ep .product-sec .to-epcube-link {
    width: 80vw;
  }

  .product-sec div.product-container {
    width: 100%;
  }

  .product-sec div.product-img {
    width: 100%;
    height: auto;
    margin-bottom: 21px;
  }

  #ep .product-sec .desc-item {
    margin-bottom: 27px;
  }

  .product-sec div.product-img img {
    width: 100%;
    height: auto;
  }

  .product-sec .product-container h3 {
    margin-top: 100px;
    font-size: 30px;
  }

  .form-container .top-banner {
    width: 100%;
    background: url('/s/images/contactForm/form-banner-phone.jpg') no-repeat;
    height: 0;
    padding-bottom: 57%;
    background-size: contain;
    background-position: center center;
  }

  #ep .form-container .banner-title {
    font-size: 67px; 
    width: 40%;
  }

  .form-container .question-item {
    margin: 25px 0 35px 0;
  }

  .form-container .question-item .choice-wrapper {
    margin: 20px 0 0;
  }

  #next-step {
    width: 100%;
    margin: 0 auto;
    font-family: Roboto-Regular;
    font-size: 24px;
  }

  #ep .button-wrapper {
    display: flex;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 38px;
  }

  #ep .product-sec .button-wrapper {
    padding-top: 0;
  }

  input[type=radio]:before {
    top: 5px;
    width: 16px;
    height: 16px;
  }

  input[type=radio]:checked:after {
    top: 9px;
  }
}

@media screen and (max-width: 508px) {
  #ep .form-container .banner-title {
    left: 15px;
    font-size: 30px !important;
  }
}

@media screen and (min-width: 1080px) {
  .form-container {
    max-width: 1500px;
  }

  .form-container .top-banner {
    width: 1000px;
    height: 190px;
    background: url('/s/images/contactForm/form-banner-pc.jpg') no-repeat;
    background-size: 100% 100%;
  }
}

/* 媒体查询 end */

/* feature-sec start */
.feature-sec {
  width: 1050px;
  margin: 0 auto;
}

.feature-sec .title {
  position: relative;
  font-size: 24px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 18px;
}

.feature-sec .title::before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 123px;
  border-bottom: 2px solid #00ce7a;
}

.feature-sec .feature-container {
  margin-top: 50px;
}

.feature-sec .feature-card {
  background: #f6f6f6;
  border-radius: 5px;
  margin-bottom: 30px;
  height: 100px;
}

.feature-sec .feature-card p {
  font-size: 14px;
}

.feature-sec img {
  width: 82px;
  height: 60px;
  /* margin-right: 16px; */

}

.feature-sec .feature-card div {
  padding-left: 16px;
  border-left: 1px solid #ccc;
}

/* feature-sec end */

/* product-sec start */
.product-sec {
  height: auto;
  background: #fff;
  padding-bottom: 55px;
}

.product-sec .product-container {
  width: 1000px;
  margin: 0 auto;
}

.product-sec h3 {
  margin-top: 70px;
  margin-bottom: 23px;
}

.product-sec .sub-desc {
  font-size: 16px;
  color: #888888;
  margin-bottom: 52px;
}

.product-sec .product-img {
  width: 601px;
  height: 480px
}

.product-sec .card {
  background: none;
}

.product-sec .desc-item {
  margin-bottom: 38px;
}

.product-sec .desc-item .tit {
  margin-bottom: 4px;
}

.product-sec .desc-data {
  color: #888;
}

.product-sec .button-wrapper {
  margin-top: 70px;
  padding: 0;
}

.product-sec .to-epcube-link {
  display: inline-block;
  border-radius: 40px;
  width: 200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: #00ce7a;
  text-decoration: none;
  font-size: 24px;
}

/* product-sec end */

footer {
  margin-top: 60px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  color: #ccc;
  font-size: 14px;
  border-top: 1px solid #ccc;
}

.header {
  background: #3d3d3d;
  position: sticky;
  height: 60px;
  z-index: 10;
  transition: all 0.5s;
}

.logo-wrapper {
  width: 1000px;
  margin: 0 auto;
}


.form-container img {
  width: 100%;
}

.require-icon {
  color: #bc2f32;
  margin-left: 5px;
}

.form-container form {
  background: linear-gradient(0deg, rgba(166, 166, 166, 0.06), rgba(166, 166, 166, 0.06)), rgba(255, 255, 255, 0.9);
  color: #242424;
  padding: 70px 30px 0 60px;
  position: relative;
  text-align: left;
  outline: transparent solid 1px;
  /* max-height: 524px;
  overflow-y: scroll; */
  border: 1px solid #d0d0d0;
  border-top: none;
}

.step-title {
  font-family: Roboto-bold;
  font-size: 21px;
}

.form-sec {
  background: #f2f2f2;
  padding-top: 60px;
  padding-bottom: 56px
}

.form-container .question-item .question {
  color: #242424;
  font-size: 17px;
}


.form-container label {
  display: block;
  margin-bottom: 30px;
}

.button-wrapper {
  padding: 32px 0 50px;
}

.form-container input[type='text'],
.form-container textarea {
  background: #fff;
  color: #242424;
  border-radius: 4px;
  font-family: "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif;
  min-height: 32px;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  border-width: 0px 0px 2px;
  border-top-style: initial;
  border-top-color: initial;
  border-left-style: initial;
  border-left-color: initial;
  border-right-style: initial;
  border-right-color: initial;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  outline: none;
  padding: 6px 12px;
  resize: none;
  user-select: text;
}
.dropdown-toggle {
  width: 100%;
  min-height: 32px;
  background: #fff;
  border-width: 0px 0px 2px;
  color: #242424;
  border-radius: 4px;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding: 6px 12px;
}
.dropdown-menu {
  width: 100%;
  z-index: 999;
  max-height: 500px;
  overflow: auto;
}

.dropdown-menu.region-menu,
.dropdown-menu.auth-county-menu,
.dropdown-menu.certified-county-menu,
.dropdown-menu.adding-county-menu {
  max-height: 400px;
  min-height: 400px;
}

.search-input {
  width: 90%;
  margin-top: 10px;
  margin-left: 10px;
  position: relative;
  border-radius: 4px;
  padding: 4px 12px;
  white-space: nowrap;
  box-shadow: 0 0 0 1px#dcdfe6 inset;
}

.search-input input {
  width: 95%;
}

.search-input input,
.search-input input:focus-visible,
.search-input input:focus,
.search-input input:focus-within{
  border: none;
  outline: none;
}

.search-input img {
  width: 16px;
  height: 16px;
}

.dropdown-menu ul {
  list-style: none;
  padding: 5px;
}
.opacity {
  position: absolute;
  opacity: 0;
}
.position {
  
}
.error-tips {
  margin-left: 20px !important;
}
.dropdown-toggle::after {
  position: absolute;
    right: 10px;
    top: 15px;
}
.dropdown-item:focus, .dropdown-item:hover {
  background-color: #00ce7a;
}
.button {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  border: 0px;
  vertical-align: middle;
  margin: 0px;
  cursor: pointer;
  text-decoration-line: none;
  outline-style: none;
  width: fit-content;
  color: #fff;
  background: #a6a6a6;
  border-radius: 40px;
  min-width: 140px;
  min-height: 46px;
  line-height: 46px;
  font-weight: 600;
  font-size: 24px;
  background: #00ce7a;
  color: #fff;
}

.button:hover {
  background: rgba(0, 206, 122, .6);
}

#prev-step {
  color: #242424;
  background: #fff;
}
.prev-img {
  width: 48px !important;
  height: 48px;
  margin-bottom: 12px;
  cursor: pointer;
}

#step2-button {
  white-space: nowrap;
}

#submit {
  position: relative;
}

#prev-step:hover {
  background: #f1f1f1;
}

#submit-res {
  position: relative;
  top: -64px;
}

#submit-res .thank-you {
  font-size: 36px;
  vertical-align: middle;
  display: flex;
  align-items: center;
}

#submit-res .thank-you svg {
  width: 50px;
  height: 50px;
  fill: #00ce7a;
  margin-right: 15px;
}

#submit-res .thank-you-msg {
  overflow-wrap: break-word;
  color: #424242;
  font-size: 16px;
  margin-top: 20px;
  white-space: pre-wrap;
}

#create-new-form {
  padding-top: 40px;
  padding-bottom: 32px;
  cursor: pointer;
  border-radius: 2px;
  color: #106ebe;
}

#certified-installer .link {
  margin: 40px 0 20px;
}


.link {
  font-size: 14px;
  margin-top: 10px;
  color: #337ab7;
  display: block;
  margin-left: 20px;
  text-decoration: none;
}

.form-footer {
  border: 1px solid #d0d0d0;
  border-top: none;
  padding: 10px 0 10px 60px;
}

.form-footer .link {
  margin: 10px;
}

.error {
  color: #bc2f32;
}
.invalid-tooltip {
  background: none;
  color: #bc2f32;
}
.link:hover {
  color: #23527c;
  text-decoration: underline;
}

input[type=text]:hover {
  border-bottom: 2px solid #A6A6A6;
}

/* radio相关设置 */
input[type=radio] {
  width: 20px;
  height: 20px;
  appearance: none;
  position: relative;
  box-sizing: border-box;
  margin-right: 6px;
  cursor: pointer;
}

input[type=radio]:focus-visible {
  outline: 0;
}

input[type=radio]:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #424242;
}

input[type=radio]:checked:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 3px solid #A6A6A6;
  display: inline-block;
  border-radius: 50%;
  font-weight: 400;
  vertical-align: middle;
}

input[type=radio]:checked:after {
  content: "";
  width: 12px;
  height: 12px;
  text-align: center;
  background: #A6A6A6;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
}

input[type=radio]:checked+label {
  color: #edd19d;
}

#input-region-adding {
  margin-top: 10px;
}
.dropdown-title {
  padding: 10px 10px;
  width: 100%;
  display: block;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.dropdown-title:hover {
  color: #000;
}
.dropdown-item {
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
}

@media (max-width: 1080px) { 
  .error-tips {
    margin-left: 0px !important;
  }
}


@media screen and (max-width: 700px) {
  .form-container .tip {
    font-size: 13px;
  }

  #next-step {
    font-size: 20px;
  }

  .product-sec .product-container h3 {
    margin-top: 50px;
    font-size: 20px;
  }

  #ep .product-sec {
    padding-bottom: 30px;
  }

  #ep .form-container, #ep .product-sec, #ep .feature-sec {
    width: 95%;
  }

  #ep .form-container label {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .sub-tit {
    margin-top: 35px;
    margin-bottom: -10px;
  }

  .form-container .verifisend, .form-container .sendCountDown {
    padding: 7px 6px;
    white-space: nowrap;
    margin-left: 15px;
    font-size: 14px;
    min-width: unset;
  }

  .form-container .form-check-input,
  .form-container .form-check-input[type=checkbox]::after {
    top: 3px;
  }

  .form-container .question-item {
    margin: 20px 0 20px 0;
    font-size: 14px;
  }

  #submit {
    font-size: 20px;
  }

  .dropdown-item {
    font-size: 14px;
  }
}