html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
form,
input,
ul,
li,
dl,
dt,
dd,
ol {
  margin: 0;
  padding: 0;
}
.login-box .right::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.login-box .right::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background-color: skyblue;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
.login-box .right::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ededed;
  border-radius: 10px;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  vertical-align: top;
  max-width: 100%;
}

html {
  width: 100%;
  height: 100%;
  overflow: auto;
}

body {
  width: 100%;
  height: 100%;
  background: url(../img/register_bg.png);
  background-size: 100% 100%;
  overflow: hidden;
}

.login-box {
  width: 96%;
  height: 96%;
  background: #fff;
  border-radius: 5px;
  margin: auto;
  margin-top: 1%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.login-box .left {
  width: 30%;
  height: 100%;
  background: url(../img/register_bg1.png);
  background-size: 100%, 100%;
}
.login-box .right {
  width: 70%;
  height: 100%;
  overflow: auto;
}
.login-box .right .logo {
  width: 790px;
  height: 148px;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-left: 160px;
}

.login-box .right .logo h6 {
  font-size: 56px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #3188c9;
  line-height: 135px;
}
.login-box .right .logo p {
  vertical-align: bottom;
  line-height: 180px;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.login-box .right .logo p a {
  color: #3188c9;
}

.login-box .right .register-status {
  margin: 35px auto;
  margin-left: 200px;
}

.login-box .right .login-from {
  max-width: 470px;
  max-height: 400px;
  margin-top: 30px;
  margin-left: 325px;
}

.form-item {
  position: relative;
  margin: 0 auto;
  /* margin-bottom: 5px; */
}
.status1 .form-item1 {
  margin-bottom: 5px;
}
.status1 .form-item2 {
  margin-bottom: 15px;
}
.status1 .form-item3 {
}

.form-item1 {
  position: relative;
  margin: 0 auto;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.form-item1 input {
  width: 269px;
  height: 58px;
  border: 1px solid #9b9b9b;
  border-radius: 30px;
  padding-left: 70px;
  font-size: 18px;
  color: #999999;
  background-color: transparent;
  outline: none;
  box-sizing: border-box;
  margin-right: 14px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.form-item2 {
  margin-bottom: 35px;
}

.form-item1 .getcode {
  width: 187px;
  height: 58px;
  border: 1px solid #3188c9;
  border-radius: 30px;
  color: #3188c9;
  background: #fff;
  padding-left: 0;
}

.num_validation {
  width: 167px;
  height: 50px;
  background: #f7c16f;
  border-radius: 10px;
}

.form-item input {
  width: 466px;
  height: 58px;
  border: 1px solid #9b9b9b;
  border-radius: 30px;
  padding-left: 70px;
  font-size: 18px;
  color: #999999;
  background-color: transparent;
  outline: none;
  box-sizing: border-box;
}

.form-item button {
  width: 466px;
  height: 58px;
  background: #098dee;
  border-radius: 30px;
  border: none;
  margin: 20px 0;
  outline: none;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 54px;
  cursor: pointer;
}

.form-item a {
  width: 466px;
  height: 58px;
  background: #098dee;
  border-radius: 30px;
  border: none;
  margin: 20px 0;
  outline: none;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 54px;
  cursor: pointer;
  text-align: center;
}

#username {
  background: url(../img/register_one.png) 20px 14px no-repeat;
}

#password {
  background: url(../img/register_three.png) 23px 11px no-repeat;
}

#password1 {
  background: url(../img/register_three.png) 23px 11px no-repeat;
}
#payspwd {
  background: url(../img/register_three.png) 23px 11px no-repeat;
}

#username1 {
  background: url(../img/register_two.png) 20px 14px no-repeat;
}
#userQQ {
  background: url(../img/register_four.png) 20px 14px no-repeat;
}

#email {
  background: url(../img/register_five.png) 20px 14px no-repeat;
}

#phone {
  background: url(../img/register_eight.png) 23px 11px no-repeat;
}

#phoneCode {
  background: url(../img/register_six.png) 20px 14px no-repeat;
}

#numCode {
  background: url(../img/register_seven.png) 20px 14px no-repeat;
}

.reg-bar {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 14px;
  overflow: hidden;
}

.reg-bar a {
  text-decoration: none;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.reg-bar a:hover {
  text-decoration: underline;
}

.reg-bar .reg {
  float: left;
}

.reg-bar .forget {
  float: right;
}

.login-from ::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 1.4;
  color: #666666;
}

.login-from :-moz-placeholder {
  font-size: 18px;
  line-height: 1.4;
  color: #666666;
}

.login-from ::-moz-placeholder {
  font-size: 18px;
  line-height: 1.4;
  color: #666666;
}

.login-from :-ms-input-placeholder {
  font-size: 18px;
  line-height: 1.4;
  color: #666666;
}
.from-bottom {
  text-align: right;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  font-size: 22px;
}
/* .from-bottom span:nth-child(2) {
  color: #3188c9;
  cursor: pointer;
} */

.from-bottom a {
  color: #3188c9;
  cursor: pointer;
}
.login-img {
  width: 190px;
  height: 190px;
  margin: 130px auto;
}

.login-img img {
  width: 100%;
  height: 100%;
}

.getcode {
  cursor: pointer;
  outline: none;
}
#captch {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  cursor: pointer;
  border: none;
}
