body,
th,
td,
button,
input,
select,
textarea {
  font-family: "PingFang SC", "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, "WenQuanYi Micro Hei", Verdana, sans-serif, "\5B8B\4F53";
}
.content {
  width: 1100px;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
body,
html,
ul,
li,
p {
  padding: 0;
  margin: 0;
}
ul,
li {
  list-style: none;
  -webkit-padding-start: 0;
}
a {
  text-decoration: none;
}
a:hover {
  color: #3860ff;
}
i {
  font-style: normal;
}
img {
  vertical-align: middle;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
#header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  background-color: #fff;
}
#header .content .left .title {
  display: inline-block;
  width: 200px;
  height: 38px;
  line-height: 38px;
  border-left: 1px solid #999;
  margin-left: 10px;
  padding-left: 10px;
  font-size: 24px;
  color: #19b5fe;
  font-weight: bold;
}
#header .content .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 180px;
}
#header .content .right a {
  font-size: 14px;
  color: #999;
}
#reg-main {
  height: 650px;
  background: url("../img/pc_user_reg_bg2.jpg") no-repeat center;
  overflow: hidden;
}
#reg-main .cc {
  width: 960px;
  height: 460px;
  background-color: rgba(0,0,0,0.37);
  margin: 80px auto;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
#reg-main .cc .title {
  width: 670px;
  line-height: 48px;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
}
#reg-main .cc .steps {
  width: 440px;
  margin: 0 auto;
}
#reg-main .cc .steps .reg-step {
  width: 440px;
  background: url("../img/pc_user_reg_bg1.png") no-repeat center 20px;
  padding: 100px 66px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#reg-main .cc .steps .reg-step li {
  margin: 20px 0;
}
#reg-main .cc .steps .reg-step li input,
#reg-main .cc .steps .reg-step li button {
  width: 312px;
  height: 40px;
  background-color: #fff;
  border: none;
  outline: none;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-apperance: none;
}
#reg-main .cc .steps .reg-step li.step1-2 {
  display: flex;
  justify-content: space-between;
}
#reg-main .cc .steps .reg-step li.step1-2 input {
  width: 192px;
}
#reg-main .cc .steps .reg-step li.step1-2 img {
  width: 110px;
  height: 40px;
}
#reg-main .cc .steps .reg-step li.step1-3 button.next,
#reg-main .cc .steps .reg-step li.step2-3 button.next {
  background-color: #19b5fe;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
#reg-main .cc .steps .reg-step li.step3-1 a.gotologin {
  display: block;
  width: 312px;
  height: 40px;
  line-height: 40px;
  background-color: #19b5fe;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
#reg-main .cc .steps .protocol {
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  text-align: left;
}
#reg-main .cc .steps .protocol input[type=checkbox] {
  vertical-align: middle;
}
#reg-main .cc .steps .cue {
  font-size: 18px;
  color: #fff;
}
#reg-main .cc .steps .finish {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #19b5fe;
  font-size: 18px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
#reg-main .cc .steps .step1 {
  display: none;
}
#reg-main .cc .steps .step2 {
  display: none;
  background-image: url("../img/pc_user_reg_bg2.png");
}
#reg-main .cc .steps .step3 {
  background-image: url("../img/pc_user_reg_bg3.png");
}
#login-main {
  height: 578px;
  background: url("https://cdn.ysedu.com/img/login/pc_user_reg_bg3.jpg") no-repeat center;
  overflow: hidden;
}
#login-main .content {
  display: flex;
  justify-content: flex-end;
}
#login-main .cc {
  width: 392px;
  height: 340px;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 10px 38px;
  margin-top: 124px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#login-main .cc li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
#login-main .cc li:nth-of-type(4) label {
  font-size: 12px;
  color: #666;
}
#login-main .cc li:nth-of-type(4) a {
  font-size: 12px;
  color: #08c;
}
#login-main .cc h4 {
  font-size: 18px;
  color: #333;
}
#login-main .cc .reg {
  font-size: 14px;
  color: #f04848;
}
#login-main .cc input[type=text],
#login-main .cc input[type=password] {
  width: 318px;
  height: 48px;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 0 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
}
#login-main .cc input[type=submit] {
  width: 318px;
  height: 48px;
  line-height: 48px;
  background-color: #4fb6f5;
  font-size: 20px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-appearance: none;
}
#login-main .cc input[type=checkbox] {
  vertical-align: middle;
}
