.regBanner {
  width: 100%;
  margin: 0px auto;
  padding: 0;
  position: relative
}
.regBanner img {
  width: 100%;
}
.regHeaderTop {
  position: absolute;
  width: 100%;
  margin: 0px auto;
  right: 0;
  top: 30px;
  z-index: 99;
}
.regTopLan {
  display: inline-flex;
  width: 174px;
  height: 52px;
  border-radius: 26px;
  background: rgba(3, 4, 52, 0.53);
  justify-content: center;
  text-align: center;
  align-items: center;
  flex-wrap: nowrap;
  color: #ffffff;
  text-decoration: none;
}
.regTopLan:hover {
  background: rgba(3, 4, 52, 1);
}
.regTopLan a, .regTopLan:hover {
  color: #ffffff;
  text-decoration: none;
}
.regTopLan a:first-of-type {
  margin-right: 10px;
}
.regTopLan a:last-of-type {
  margin-left: 10px;
}
.regGrid {
  width: 100%;
  margin-bottom: 90px;
  padding: 0;
  grid-template-columns: 43% 7% 50%;
  grid-template-rows: auto;
  margin-top: 90px;
  position: relative;
}
.regInfoWarp {
  width: 100%;
  color: #000000;
  padding: 0px;
}
.regInfoWarp p {
  text-align: justify;
  font-size: 1.125rem;
  line-height: 1.875
}
.regInfoWarpExec{
	width:100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0px auto 5px auto
}
.regInfoWarpExec img{
	width:100%;
	max-width: 1.125rem;
	margin-right:10px
}
.regInfoWarpExecList{
	width:100%;
	margin:10px auto 25px auto;
}
.regInfoWarpExecList p{
	width:100%;
	display: inline-block;
	background: url("../images/s-2@2x.png") no-repeat left 10px;
	background-size: 12px;
	padding-left: 25px;
	text-align: left;
}
.regListWarp {
  width: 100%;
  color: #333333;
  padding-top: 45px;
  padding-bottom: 30px;
  padding-right: 50px;
  padding-left: 50px;
  background: #ffffff;
  box-shadow: 0px 0px 21px 0px rgba(145, 145, 145, 0.54);
  border-radius: 20px;
}
.regListWarp label {
  display: inline-flex;
  margin: 5px 0px;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.Meter {
  width: 70px;
  text-align: left;
  margin-right: 20px;
  display: inline-block;
}
.inputBox {
  width: calc(100% - 70px - 20px);
  height: 42px;
  border: 1px rgba(204, 204, 204, 0.8) solid;
  line-height: 42px;
  background-color: transparent;
  display: inline-block;
  border-radius: 5px;
  position: relative;
}
.regEnListWarp .Meter{
  width: 130px;}

.regEnListWarp .inputBox {
  width: calc(100% - 130px - 20px);
}


.telcodet {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateX(-0%) translateY(-50%);
  -moz-transform: translateX(-0%) translateY(-50%);
  -ms-transform: translateX(-0%) translateY(-50%);
  transform: translateX(-0%) translateY(-50%);
  border: 0px;
  outline: none;
  background: rgba(0, 0, 0, 0)
}
.txtBox {
  width: calc(100% - 70px - 20px);
  color: #8f0072;
  font-size: 0.75rem;
}
.inputBox:hover {
  border: 1px rgba(204, 204, 204, 1) solid;
}
.inputBox input {
  width: 100%;
  outline: none;
  border: 0px;
  background-color: transparent;
  color: #333333;
  padding-left: 20px;
  padding-right: 20px;
}
.inputBox input::placeholder {
  color: #9C9C9C
}
.GetCodeBt {
  padding: 0px 20px;
  height: 48px;
  border-left: 1px rgba(255, 255, 255, 0.77) solid;
  text-align: center;
  color: rgba(255, 164, 27, 1);
  position: absolute;
  right: 0;
  top: 1;
  border-right: none;
  border-top: none;
  border-bottom: none;
  border-radius: 0px 8px 8px 0px;
  background-color: transparent
}
.GetCodeBt:hover {
  color: #ffffff;
  background-color: rgba(255, 164, 27, 1);
}
.inputBox select {
  width: 100%;
  outline: none;
  border: 0px;
  background: url(../images/selectIcon.png) no-repeat 98% center;
  background-size: 11px 7px;
  background-color: transparent;
  color: #000000;
  padding-left: 20px;
  padding-right: 20px;
}
.inputBox select::placeholder {
  color: #D8D8D8
}
.inputBox select > option {
  background: rgba(255, 255, 255, 1);
  color: #333333;
  padding: 5px;
}
#s1, #s2, #s3 {
  display: inline-block;
  width: 30%;
}
.labelcontainer {
  flex-wrap: nowrap;
  margin-right: 0px !important;
  width: 100%;
  padding-left: 0px;
  align-items: flex-start !important
}
.labelcontainer a {
  color: #2BBAF0;
  text-decoration: none;
  padding: 0px;
}
.labelcontainer a:hover {
  color: #2BBAF0;
  text-decoration: underline;
  padding: 0px;
}
.Agree {
  width: 23px;
  text-align: left;
}
.labelcontainer input {
  height: 0;
  width: 0;
  opacity: 0;
  appearance: none;
  -webkit-appearance: none;
  display: none !important;
}
/* Create a custom checkbox */
.checkmark {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  color: #ffffff;
  border: 1px #cccccc solid;
  background-color: transparent;
}
.checkmark img {
  width: 18px;
  vertical-align: top;
  opacity: 0;
}
.labelcontainer input:checked + .checkmark {
  background-color: transparent;
  border: 1px #8f0072 solid;
  color: #ffffff;
  width: 18px;
  height: 18px;
  font-size: 1rem;
  text-align: center;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
}
.labelcontainer input:checked + .checkmark img {
  width: 18px;
  vertical-align: top;
  opacity: 1;
}
.labelcontainer input:checked + .checkmark:after {
  border: solid white;
}
/* Create a custom radio */
.radiomark {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
  vertical-align: middle;
  color: #ffffff;
  border: 1px #cccccc solid;
  background-color: transparent;
  border-radius: 9px;
  margin-top: -2px;
}
.radiomark img {
  width: 18px;
  vertical-align: top;
  opacity: 0;
}
.labelcontainer input:checked + .radiomark {
  background-color: transparent;
  border: 1px #8f0072 solid;
  color: #ffffff;
  width: 18px;
  height: 18px;
  font-size: 1rem;
  text-align: center;
  margin-right: 5px;
  vertical-align: middle;
  border-radius: 9px;
}
.labelcontainer input:checked + .radiomark img {
  width: 18px;
  vertical-align: top;
  opacity: 1;
}
.labelcontainer input:checked + .radiomark:after {
  border: solid white;
}
.AgreeInfo {
  width: calc(100% - 30px);
  display: inline-block !important;
  margin: 0px !important;
  color: #999999;
  font-size: 0.75rem;
  padding-top: 3px;
}
.submitBt {
  width: 260px;
  text-align: center;
  background: -webkit-linear-gradient(to right, #7135ac 0%, #d60092 50%, #ff9e9e 88%);
  background: -moz-linear-gradient(to right, #7135ac 0%, #d60092 50%, #ff9e9e 88%);
  background: -ms-linear-gradient(to right, #7135ac 0%, #d60092 50%, #ff9e9e 88%);
  background: linear-gradient(to right, #7135ac 0%, #d60092 50%, #ff9e9e 88%);
  line-height: 50px;
  border-radius: 25px;
  padding: 0px;
  color: #ffffff;
  -webkit-appearance: none;
  border: 0px;
}
/*注册成功*/
.regOKWarp {
  width: 100%;
  text-align: center;
  padding: 0px 0px 50px 0px;
}
.regOKWarp h2 {
  color: #FF9900;
  text-align: center
}
.regOKWarp h2 img {
  max-width: 379px;
  margin-bottom: 15px;
}
.regOKBtBox {
  width: 100%;
  text-align: center;
  margin: 50px auto;
}
.regOK_summitBt {
  background: url(../images/regOKBt_bg1@2x.png) no-repeat center center;
  background-size: cover;
  width: 363px;
  height: 88px;
  margin: 0px 20px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap
}
.regOK_summitBt img {
  width: 100%;
  max-width: 52px;
  margin-right: 10px;
}
.regOK_productBt {
  background: url(../images/regOKBt_bg2@2x.png) no-repeat center center;
  background-size: cover;
  width: 363px;
  height: 88px;
  margin: 0px 20px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap
}
.regOK_productBt img {
  width: 100%;
  max-width: 52px;
  margin-right: 10px;
}
.dottedLine {
  border-bottom: 1px #b5b5b5 dotted;
  width: 100%;
}
.regConfirmation {
  text-align: center;
  margin-top: -30px;
  display: none;
  padding-left: 30px;
  padding-right: 30px
}
.regConfirmation P img {
  width: 100%;
  max-width: 204px;
}
.regConfirmation img.line {
  width: 100%;
  max-width: 100%;
}
.regConfirmationEVM {
  width: 100%;
  margin: 0px auto;
  background: url(../images/line.png) no-repeat center center;
  background-size: 209px 209px;
  padding: 14px;
}
.regConfirmationEVM img {
  width: 180px;
  border-radius: 10px;
}
@media screen and (max-width:1600px) {
.regInfoWarp p {
  font-size: 1rem;
}}
@media screen and (max-width:1365px) {
.regInfoWarp p {
  font-size: 0.875rem;
}}
@media screen and (max-width:1024px) {
.regInfoWarp p {
  font-size: 0.75rem;
}
  .regHeaderTop {
    top: 10px;
  }
  .regTopLan a, .regTopLan:hover {
    font-size: 12px;
  }
  .regTopLan a:first-of-type {
    margin-right: 10px;
  }
  .regTopLan a:last-of-type {
    margin-left: 10px;
  }
  .regTopLan {
    display: inline-flex;
    width: 120px;
    height: 30px;
    border-radius: 15px;
  }
  .warp {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .regGrid {
    margin-bottom: 30px;
    grid-template-columns: 100%;
    margin-top: 30px;
  }
  .regInfoWarp {
    order: 3;
	  padding-left:10px;
	  padding-right:10px;
  }
  .regListWarp {
    order: 1;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    box-shadow: 0px 0px 0px 0px rgba(145, 145, 145, 0.54);
    border-radius: 0px;
  }
  .Meter {
    width: 70px;
    text-align: left;
    margin-right: 20px;
    display: inline-block;
  }
  .inputBox {
    height: 35px;
    line-height: 35px;
  }
  .GetCodeBt {
    height: 33px;
    line-height: 33px;
  }
  .txtBox {
    margin-top: -10px;
  }
  .radiomark {
    width: 14px;
    height: 14px;
    margin-top: 5px;
  }
  .radiomark img {
    width: 14px;
  }
  .checkmark {
    width: 14px;
    height: 14px;
    margin-top: 5px;
  }
  .checkmark img {
    width: 14px;
  }
  .labelcontainer input:checked + .radiomark {
    width: 14px;
    height: 14px;
  }
  .labelcontainer input:checked + .radiomark img {
    width: 14px;
  }
  .labelcontainer input:checked + .checkmark {
    width: 14px;
    height: 14px;
  }
  .labelcontainer input:checked + .checkmark img {
    width: 14px;
  }
  .Agree {
    width: 30px;
    text-align: left;
  }
  .regOKWarp h2 img {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .regOKBtBox {
    flex-wrap: wrap;
  }
  .regOK_summitBt {
    margin: 10px 20px;
    width: 100%;
    height: auto;
    background-size: 100% 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 363px;
  }
  .regOK_productBt {
    margin: 10px 20px;
    width: 100%;
    height: auto;
    background-size: 100% 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 363px;
  }
  .s_ProductServicesWarpLeft {
    width: 100%;
    padding: 20px;
    z-index: 99;
    position: relative;
    top: 0%;
    -webkit-transform: translateX(-0%) translateY(-0%);
    -moz-transform: translateX(-0%) translateY(-0%);
    -ms-transform: translateX(-0%) translateY(-0%);
    transform: translateX(-0%) translateY(-0%);
    left: 0px;
  }
  .viewJc hr {
    width: 115px;
    height: 3px;
    margin: 0;
  }
  .s_ProductServicesWarpLeftRight {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 0;
    padding-right: 0px;
    text-align: center
  }
  .s_ProductServicesWarpLeftRight img {
    width: 100%;
    max-width: auto;
  }
.regInfoWarpExecList p{
	background: url("../images/s-2@2x.png") no-repeat left 6px;
	background-size: 8px;
	padding-left:18px;
}
}