* {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}

.clearfix {
  zoom: 1;
}
body{
	background:#f9fafb;
}
.tip{
  left: 100px;
  top: 60px;
  color: #c5c5c5;
}
i {
  font-style: normal;
}

a {
  color: #000;
  text-decoration: none;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.re {
  position: relative;
}

.ab {
  position: absolute;
}

.hide {
  display: none;
}

input {
  outline: none;
  outline-style: none;
  border-width: 1px;
}

/*头部样式 S*/
header {
  height: 56px;
  width: 100%;
  box-shadow:0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
  background-color:#fff;
}

.headcontainer {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: left;
}

.logo {
	top: 50%;
	 transform: translateY(-50%);
	 left: 0;
	 max-height: 56px;
}

.logoTitle {
  width: 285px;
  height: 54px;
  font-size: 24px;
  margin-top: 60px;
  color: #666;
  margin-left: 220px;
}

.tips {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer
}

/*头部样式 E*/
/*主体样式 S*/
.outdv {
  width: 100%;
}

.container {
  width: 1200px;
  margin: 0 auto;
  padding: 45px 0 10px;
}

.container p,
h1 {
  width: 600px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.container p input {
  margin-left: 100px;
  height: 50px;
  width: 420px;
  text-indent: 30px;
}

.comSpan {
  display:inline-block;
  right: 514px;
  line-height: 54px;
  width:110px;
  text-align:right;
}

.container .imgCode,
.container .phoneCode {
  width: 278px;
  margin-right: 20px;
}

.codeImg {
  width: 116px;
  /*right: 77px;*/
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
  vertical-align: middle;
}

.codeBtn {
  width: 116px;
  height: 38px;
  color: #fff;
  background-color:var(--color);
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  border:0;
}
.codeBtn.active{
	background:#d9d9d9;
	color:#fff;
}
.eyeImg {
  top: 50%;
  transform: translateY(-50%);
  right: 90px;
  cursor: pointer;
}

.protocol {
  text-indent: 100px;
}

.protocol a {
  color: #60B7EC;
}

.protocol img {
  vertical-align: middle;
  cursor:pointer;
}

.regBtn {
margin-top:30px;
  height: 44px; 
  background-color: var(--color);
  color: #fff;
  border-radius: 6px;
  border: none;
  outline: none;
  font-size: 16px;
  cursor: pointer
}

.mainClass{
  color: var(--color) !important;
}
.footerTop {
  padding-bottom: 20px;
  border-bottom: 2px solid #DDD;
}

.footerTopUL {
  display: flex;
}

.footerTopUlLi {
  flex: 1;
}

.footerTopOL li {
  font-size: 12px;
  margin-top: 10px;
  color: #666;
  box-sizing: border-box;
  padding-right: 10px;
}

.footerTopOL li:first-child {
  font-weight: bold;
  font-size: 18px;
  line-height: 50px;
  margin-top: 10px;
}


.footerBottom {
  font-size: 12px;
  color: #666;
  padding-bottom: 30px;
  margin-top: 25px;
}

.footerBottomUl {
  margin: 0 auto;
  height: 80px;
  width: 420px;
}

.footerBottomUlLi {
  margin-bottom: 15px;
}

.footerBottomOl {
  width: 100%;
  display: flex;
  margin-bottom: 15px;
}

.footerBottomOlLi {
  flex: 1;
  text-align: center;
  border-left: 1px solid #666;
}

.footerBottomOlLi:first-child {
  border: none;
}

.footerBottomUlLiLine {
  margin: 0 8px;
  color: #888;
}

.footerBottomUlLiBeian {
  margin-left: 18px;
}

.footerBottomUlLiLast {
  text-align: center;
}

.footerHover:hover {
  color: #333;
  cursor: pointer;
}


/*主体样式 E*/
.selectRegisterType{
	appearance: auto;
	padding:0;
}
.selectCountry,.selectRegisterType{
	position: absolute;
	left:100px;
	height:50px;
	text-align: center;
	outline: none;
}
.phoneNumber{
	padding-left: 62px;
	box-sizing: border-box;
	/* text-indent: 15px !important; */
}
.phoneNumber.ml{
	padding-left: 110px;
}
.selectCountry2{
	position: absolute;
	left: 168px;
	height: 45px;
	text-align: center;
	outline: none;
	border: 0;
	top: 2px;
	color:#666;
	background:transparent;
}
/* 改版 */
.form-conts{
	display:inline-block;
	margin:0 auto;
	width:768px;
	padding:32px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	background:#fff;
	border-radius:12px;
	box-sizing:border-box;
}
/* .form-conts.style2{
	width:900px;
} */
.tits{
	font-size:32px;
	color:#333;
	margin-bottom:8px;
}
.tit-des{
	margin-bottom:24px;
	font-size:16px;
	color:#666;
}
.text-neutral{
	margin-bottom:8px;
	font-size:15px;
	color:#434343;
	vertical-align:middle;
}
.gap-12{
	gap:12px;
}
.gap-16{
	gap:16px;
}
.form-group{
	position:relative;
	margin-top:20px;
	text-align:left;
}
.form-group:first-child{
	margin-top:0;
}
.form-group .iconfont.left{
	position: absolute;
	left: 10px;
	top: 12px;
	font-size: 18px;
	color: #BFBFBFBF;
}
.text-danger{
	color:#ff4d4f;
}
.border-neutral{
	
}
.form-input,.form-item{
	padding:10px 16px 10px 40px;
	border-radius:8px;
	border:1px solid #d9d9d9;
	box-sizing: border-box;
}
.passwordOff{
	position: absolute;
	right: 15px;
	top: 12px;
	z-index:3;
	color: #BFBFBFBF;
	cursor:pointer;
}
.countryIndexTitBox .line.style2{
	width:560px;
}
.loginEnter{
	color:var(--color);
}
input[type="radio"]:checked {
  accent-color:var(--color);
  vertical-align:middle;
}
input[type="radio"] {
  vertical-align:middle;
}
.text-sm{
	margin-top:10px;
	font-size:14px;
	color:#8c8c8c;
}