p,ul {
  margin: 0;
  padding: 0;
}
.customtable3 {
  padding: var(--customtable3-padding-top_pc) 0 var(--customtable3-padding-bottom_pc);
  background: linear-gradient(to right, var(--customtable3-background-color), var(--customtable3-background-to));
  word-break: break-word;
}

.customtable3 .content_box {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
}

.customtable3 .title {
  font-family: var(--customtable3-title-font);
  font-size: var(--customtable3-title-size);
  color: var(--customtable3-title-color);
  font-weight: var(--customtable3-title-bold);
  font-style: var(--customtable3-title-italic);
  display: var(--customtable3-title-visible);
  line-height: min(calc(2em - 4px), calc(.8em + 23px));
  text-align: var(--customtable3-title-align);
  margin-bottom: 20px;
}

.customtable3 .desc {
  font-family: var(--customtable3-describe-font);
  font-size: var(--customtable3-describe-size);
  color: var(--customtable3-describe-color);
  font-weight: var(--customtable3-describe-bold);
  font-style: var(--customtable3-describe-italic);
  display: var(--customtable3-describe-visible);
  line-height: min(calc(2em - 4px), calc(.8em + 23px));
}

.customtable3 .customtable_form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.customtable3 .customtable_form .item_box {
  width: 100%;
}

.customtable3 .customtable_form .item_box.column2 {
  width: calc(50% - 15px);
}

.customtable3 .customtable_form .item_box .text {
  font-family: var(--customtable3-filed_name-font);
  font-size: var(--customtable3-filed_name-size);
  color: var(--customtable3-filed_name-color);
  font-weight: var(--customtable3-filed_name-bold);
  font-style: var(--customtable3-filed_name-italic);
  line-height: min(calc(2em - 4px), calc(.8em + 23px));
  margin-top: 22px;
}

.customtable3 .customtable_form .item_box .text span {
  color: var(--customtable3-input-error-color);
}

.customtable3 .customtable_form .item_box .item {
  font-family: var(--customtable3-filed_value-font);
  font-size: var(--customtable3-filed_value-size);
  color: var(--customtable3-filed_value-color);
  font-weight: var(--customtable3-filed_value-bold);
  font-style: var(--customtable3-filed_value-italic);
  line-height: min(calc(2em - 4px), calc(.8em + 23px));
  position: relative;
}

.customtable3 .customtable_form .item_box .item .input_icon {
  width: var(--customtable3-filed_value-size);
  height: var(--customtable3-filed_value-size);
  object-fit: contain;
  position: absolute;
  left: calc(var(--customtable3-filed_value-size) * 1.5);
  top: 50%;
  transform: translate(-50%, -50%);
}

/* 颜色mixins */
.customtable3 .customtable-filed_value-color {
  color: var(--customtable3-filed_value-color);
}
.customtable3 .customtable-input-border-color-w1 {
  border: solid 1px var(--customtable3-input-border-color);
}
.customtable3 .customtable-input-border-color-w2 {
  border: solid 2px var(--customtable3-input-border-color);
}



.customtable3 .customtable_form .item_box .item .input input{
  width: 100%;
  border-radius: 4px;
  font-size: var(--customtable3-filed_value-size);
  line-height: min(calc(2em - 4px), calc(.8em + 23px));
  border: 1px solid var(--customtable3-input-border-color);
  padding: 12px 9px;
  background-color: transparent;
  box-sizing: border-box;
}

.customtable3 .customtable_form .item_box .item .input_icon+.input input { 
  padding-left: calc(var(--customtable3-filed_value-size) * 3);
}

.customtable3 .customtable_form .item_box .item textarea {
  width: 100%;
  height: 100px;
  border-radius: 4px;
  font-size: var(--customtable3-filed_value-size);
  line-height: min(calc(2em - 4px), calc(.8em + 23px));
  border: 1px solid var(--customtable3-input-border-color);
  padding: 9px 9px 20px;
  background-color: transparent;
  box-sizing: border-box;
}

.customtable3 .customtable_form .item_box .item .input_icon+textarea {
  padding-left: calc(var(--customtable3-filed_value-size) * 3);
}
.customtable3 .customtable_form .item_box .item .input_icon+.p-l-normal {
  padding-left: 9px !important;
}
.customtable3 .customtable_form .item_box .item .p-l-normal {
  padding-left: 9px !important;
}

.customtable3 .customtable_form .item_box .item.textarea_box .num {
  position: absolute;
  bottom: 7px;
  right: 10px;
  font-family: var(--customtable3-input-font);
  font-size: var(--customtable3-input-size);
  font-weight: var(--customtable3-input-bold);
  font-style: var(--customtable3-input-italic);
  color: var(--customtable3-input-placeholder-color);
}

.customtable3 .customtable_form .item_box .item input::placeholder {
  font-family: var(--customtable3-input-font);
  font-size: var(--customtable3-input-size);
  font-weight: var(--customtable3-input-bold);
  font-style: var(--customtable3-input-italic);
  color: var(--customtable3-input-placeholder-color);
}

.customtable3 .customtable_form .item_box .select_box .select {
  width: 100%;
  position: relative;
  border-radius: 4px;
  font-size: var(--customtable3-filed_value-size);
  line-height: min(calc(2em - 4px), calc(.8em + 23px));
  border: 1px solid var(--customtable3-input-border-color);
  padding: 12px 9px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}
.customtable3 .customtable_form .item_box .select_box .p-l-normal {
  padding-left: 9px !important;
}

.customtable3 .customtable_form .item_box .select_box .input_icon+.select {
  padding-left: calc(var(--customtable3-filed_value-size) * 3);
}

.customtable3 .customtable_form .item_box .select_box .select_dropdown .select_dropdown_input {
  width: 100%;
  position: relative;
  border-radius: 4px;
  font-size: var(--customtable3-filed_value-size);
  line-height: min(calc(2em - 4px), calc(.8em + 23px));
  border: 1px solid var(--customtable3-input-border-color);
  padding: 12px 9px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  box-sizing: border-box;
}

.customtable3 .customtable_form .item_box .select_box .select_dropdown .select_dropdown_input input {
  width: 100%;
  font-size: var(--customtable3-filed_value-size);
  line-height: min(calc(2em - 4px), calc(.8em + 23px));
  background-color: transparent;
  color: var(--customtable3-filed_value-color);
  border: none;
}

.customtable3 .customtable_form .item_box .select_box .select_dropdown .select_dropdown_input:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.customtable3 .customtable_form .item_box .select_box .input_icon+.select_dropdown .select_dropdown_input {
  padding-left: calc(var(--customtable3-filed_value-size) * 3);
}

.customtable3 .customtable_form .item_box .select_box .select_dropdown .select_dropdown_list {
  max-height: 300px;
  overflow: auto;
  background: linear-gradient(to right, var(--customtable3-background-color), var(--customtable3-background-to));
  border: 1px solid var(--customtable3-input-border-color);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  padding: 5px 0;
  width: 100%;
  position: absolute;
  top: calc(100% + 8px);
  z-index: 10;
  display: none;
}

.customtable3 .customtable_form .item_box .select_box .select_dropdown .select_dropdown_list li {
  padding: 5px 20px;
}

.customtable3 .customtable_form .item_box .select_box .select_dropdown .select_dropdown_list li.active,
.customtable3 .customtable_form .item_box .select_box .select_dropdown .select_dropdown_list li:hover {
  background: var(--customtable3-button-backgroundColor);
}

.customtable3 .customtable_form .item_box .select_box .select_dropdown .select_dropdown_list li.active .text,
.customtable3 .customtable_form .item_box .select_box .select_dropdown .select_dropdown_list li:hover .text {
  color: var(--customtable3-button-backgroundColor-reverse);
}

.customtable3 .customtable_form .item_box .select_box i {
  position: absolute;
  right: 10px;
  top: 11px;
  transition: 0.3s;
}

.customtable3 .customtable_form .item_box .radio_box {
  padding-top: 3px;
}

.customtable3 .customtable_form .item_box .radio_box .radio_box_item {
  display: flex;
  align-items: center;
}

.customtable3 .customtable_form .item_box .radio_box .radio_box_item .icon {
  position: absolute;
  line-height: 0;
}

.customtable3 .customtable_form .item_box .radio_box .radio_box_item .radiobox span {
  display: flex;
  align-items: center;
  color: var(--customtable3-input-border-color);
  background-image: unset !important;
}

.customtable3 .customtable_form .item_box .radiobox,.customtable3 .customtable_form .item_box .checkbox {    cursor: pointer;
  position: relative;
  width: calc(var(--customtable3-filed_value-size) * 1.14);
  height: calc(var(--customtable3-filed_value-size) * 1.14);
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}

.customtable3 .customtable_form .item_box .radiobox input,
.customtable3 .customtable_form .item_box .radiobox span,
.customtable3 .customtable_form .item_box .checkbox input,
.customtable3 .customtable_form .item_box .checkbox span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.customtable3 .customtable_form .item_box .radiobox input,
.customtable3 .customtable_form .item_box .checkbox input {
  opacity: 0;
}

.customtable3 .customtable_form .item_box .radio_box .radio_box_item .radiobox.checked span {
  color: var(--customtable3-button-backgroundColor) !important;
}

.customtable3 .customtable_form .item_box .radio_box .radio_box_item .radiobox span i {
  font-size: calc(var(--customtable3-filed_value-size) * 1.14);
}

.customtable3 .customtable_form .item_box .radio_box .radio_box_item span i.yfb-selected {
  display: none;
}

.customtable3 .customtable_form .item_box .radio_box .radio_box_item .radiobox.checked span i.yfb-unselected {
  display: none;
}

.customtable3 .customtable_form .item_box .radio_box .radio_box_item .radiobox.checked span i.yfb-selected {
  display: block;
}

.customtable3 .customtable_form .item_box .radio_box .radio_box_item .checkbox span {
  display: flex;
  align-items: center;
  color: var(--customtable3-input-border-color);
}

.customtable3 .customtable_form .item_box .radio_box .radio_box_item .checkbox span i {
  font-size: var(--customtable3-filed_value-size);
}

.customtable3 .customtable_form .item_box .radio_box .radio_box_item .checkbox span i.yfb-selected {
  font-size: calc(var(--customtable3-filed_value-size) + 2px);
  position: relative;
  left: -1px;
}

.customtable3 .customtable_form .item_box .radio_box .radio_box_item .checkbox.checked span {
  color: var(--customtable3-button-backgroundColor) !important;
}

.customtable3 .customtable_form .item_box .tips {
  font-family: var(--customtable3-input-font);
  font-size: var(--customtable3-input-size);
  color: var(--customtable3-input-placeholder-color);
  font-weight: var(--customtable3-input-bold);
  font-style: var(--customtable3-input-italic);
  line-height: min(calc(2em - 4px), calc(.8em + 23px));
}

.customtable3 .customtable_form .item_box .img-list {
  font-family: var(--customtable3-input-font);
  font-size: var(--customtable3-input-size);
  color: var(--customtable3-input-placeholder-color);
  font-weight: var(--customtable3-input-bold);
  font-style: var(--customtable3-input-italic);
  line-height: min(calc(2em - 4px), calc(.8em + 23px));
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}

.customtable3 .customtable_form .item_box .img-list .img-item {
  width: 120px;
  height: 120px;
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid var(--customtable3-input-border-color);
  position: relative;
  margin-top: 5px;
  margin-right: 20px;
}

.customtable3 .customtable_form .item_box .img-list .img-item .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.customtable3 .customtable_form .item_box .img-list .img-item .delete {
  width: 14px;
  height: 14px;
  background: var(--customtable3-button-backgroundColor);
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: -7px;
  right: -7px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.customtable3 .customtable_form .item_box .img-list .img-item .delete i {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  transform: scale(.5);
  color: var(--customtable3-button-backgroundColor-reverse);
}

.customtable3 .customtable_form .item_box .img-list .img-item .file-input {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.customtable3 .customtable_form .item_box .img-list .img-item .icon {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: var(--customtable3-input-placeholder-color);
}

.customtable3 .customtable_form .item_box .file-upload {
  width: 160px;
  height: 50px;
  background: #F5F5F5;
  border-radius: 4px;
  border: 1px solid var(--customtable3-input-border-color);
  font-size: 14px;
  color: #666666;
  line-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 10px;
  position: relative;
}

.customtable3 .customtable_form .item_box .file-upload .icon {
  margin-right: 10px;
} 

.customtable3 .customtable_form .item_box .file-upload .file-input {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.customtable3 .customtable_form .item_box .file-list .file-item { 
  display: flex;
  align-items: center;
  padding: 5px 0;
}

.customtable3 .customtable_form .item_box .file-list .file-item:first-child { 
  margin-top: 10px;
}

.customtable3 .customtable_form .item_box .file-list .file-item .icon { 
  display: flex;
  align-items: center;
  margin-right: 6px;
}

.customtable3 .customtable_form .item_box .file-list .file-item p { 
  display: flex;
  align-items: center;
}

.customtable3 .customtable_form .item_box .file-list .file-item .delete {
  width: 14px;
  height: 14px;
  background: var(--customtable3-button-backgroundColor);
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-left: 10px;
}

.customtable3 .customtable_form .item_box .file-list .file-item .delete i {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  transform: scale(.5);
  color: var(--customtable3-button-backgroundColor-reverse);
}

.customtable3 .customtable_form .error {
  font-family: var(--customtable3-input-font);
  font-size: var(--customtable3-input-size);
  font-weight: var(--customtable3-input-bold);
  font-style: var(--customtable3-input-italic);
  color: var(--customtable3-input-error-color);
}

.customtable3 .customtable_form .item_box .captcha_box {
  display: flex;
  margin-top: 5px;
}

.customtable3 .customtable_form .item_box .captcha_box .img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 132px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.customtable3 .customtable_form .item_box .captcha_box .img img {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.customtable3 .customtable_form .item_box .captcha_box .input {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 160px;
  max-width: 460px;
}

.customtable3 .customtable_form .submit {
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	min-width: 302px;
  max-width: 100%;
  width: 100%;
	padding: 0px calc(var(--customtable3-button-size)* 2);
	height:calc(var(--customtable3-button-size)* 3 + 8px);
	font-family:var(--customtable3-button-font);
	font-size:var(--customtable3-button-size);
	font-weight:var(--customtable3-button-bold);
	font-style:var(--customtable3-button-italic);
	border-radius:var(--customtable3-button-shape);
	line-height: calc(var(--customtable3-button-size)* 3 + 8px);
	text-align: center;
  margin-top: 30px;
}

.customtable3 .customtable_form .submit.solid {
	border:1px solid var(--customtable3-button-backgroundColor);
	background-color:var(--customtable3-button-backgroundColor);
	color:var(--customtable3-button-color)
}
.customtable3 .customtable_form .submit.solid:hover {
  filter: brightness(95%);
  -webkit-filter: brightness(95%);
  color: var(--customtable3-button-hoverColor);
}
.customtable3 .customtable_form .submit.hollow {
	border:1px solid var(--customtable3-button-backgroundColor);
	background-color:transparent;
	color:var(--customtable3-button-color);
}
.customtable3 .customtable_form .submit.hollow:hover {
  color: var(--customtable3-button-hoverColor)!important;
  border-color: var(--customtable3-button-backgroundColor);
  background-color: var(--customtable3-button-backgroundColor);
}

.customtable3 .submit-success-wrap {
  width: 100%;
  height: 100%;
  position: fixed !important;
  top: 0;
  left: 0;
  position: relative;
  z-index: 1000;
  display: none;
}

.customtable3 .submit-success-wrap .mask {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.customtable3 .submit-success-wrap .submit-success-cont {
  width: 800px;
  height: 500px;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #DDDDDD;
  max-width: 84%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  padding: 90px 20px;
}

.customtable3 .submit-success-wrap .submit-success-cont svg {
  width: 114px;
  height: 120px;
}

.customtable3 .submit-success-wrap .submit-success-cont .tit {
  font-weight: bold;
  font-size: 50px;
  color: #222222;
  line-height: 60px;
  margin-top: 20px;
}

.customtable3 .submit-success-wrap .submit-success-cont .text {
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  margin-top: 15px;
}

.customtable3 .submit-success-wrap .submit-success-cont .button {
  display: inline-block;
  width: 240px;
  height: 50px;
  background: #000000;
  border-radius: 4px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 50px;
  margin-top: 25px;
  cursor: pointer;
}

.customtable3 .submit-success-wrap .submit-success-cont .button:hover {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}

@media  screen and (max-width: 1024px) {
  .customtable3 {
    padding: var(--customtable3-padding-top_pad) 0 var(--customtable3-padding-bottom_pad);
  }

  .customtable3 .title {
    font-size: calc(var(--customtable3-title-size) * .7 + 4.8px);
  }

  .customtable3 .desc {
    font-size: calc(var(--customtable3-describe-size) * .7 + 4.8px);
  }
}

@media screen and (max-width:750px) {
  .customtable3 {
    padding: var(--customtable3-padding-top_mobile) 0 var(--customtable3-padding-bottom_mobile);
  }


  .customtable3 .title {
    font-size: calc(var(--customtable3-title-size) * .5 + 8px);
  }

  .customtable3 .desc {
    font-size: calc(var(--customtable3-describe-size) * .5 + 8px);
  }

  .customtable3 .customtable_form .item_box.column2 {
    width: 100%;
  }

  .customtable3 .customtable_form .item_box .text {
    margin-top: 12px;
  }

  .customtable3 .customtable_form .item_box .item input {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .customtable3 .customtable_form .item_box .item textarea {
    height: 80px;
  }

  .customtable3 .customtable_form .item_box .img-list .img-item {
    width: 27.73vw;
    height: 27.73vw;
  }

  .customtable3 .customtable_form .item_box .file-upload {
    height: 9.6vw;
    line-height: 9.6vw;
  }

  .customtable3 .customtable_form .submit {
    width: 100%;
    height: calc(var(--customtable3-button-size)* 2 + 8px);
    line-height: calc(var(--customtable3-button-size)* 2 + 8px);
    margin-top: 20px;
    min-width: unset;
  }

  .customtable3 .submit-success-wrap .submit-success-cont {
    height: auto;
    padding: 10.6667vw 12vw;
  }

  .customtable3 .submit-success-wrap .submit-success-cont svg {
    width: 15.2vw;
    height: 16vw;
  }

  .customtable3 .submit-success-wrap .submit-success-cont .tit {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 10px;
  }

  .customtable3 .submit-success-wrap .submit-success-cont .text {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 10px;
  }

  .customtable3 .submit-success-wrap .submit-success-cont .button {
    width: 48vw;
    height: 9.6vw;
    font-size: 14px;
    line-height: 9.6vw;
    margin-top: 15px;
  }
}