.page {
  width: 100%;
  height: 100vh;
  background: url("../../images/20230601/user/login_bg.png") no-repeat center;
  background-size: 100% 100%;
  display: flex;
}

.page .left-img {
  position: relative;
  flex-shrink: 0;
  background: url("../../images/20230601/user/bg.png") no-repeat top center;
  background-size: 680px 1080px;
  width: 680px;
  height: 100vh;
}

@media screen and (max-width: 1150px) {
  .page .left-img {
    display: none;
  }
}

.page .left-img .logo {
  margin-top: 32px;
  margin-left: 40px;
  display: block;
}

.page .left-img .logo img {
  width: 139px;
  height: 42px;
}

.page .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page .content .top {
  height: 34px;
  margin-top: 32px;
  margin-right: 40px;
}

.page .content .top .go-home {
  width: 90px;
  height: 34px;
  background: #3860F4;
  border-radius: 2px;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  float: right;
}

.page .content .f-info {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #7E8EA9;
  line-height: 20px;
  text-align: center;
  margin-bottom: 40px;
}

.page .content .box {
  width: 428px;
  background: #FFFFFF;
  box-shadow: 0px 2px 20px 0px rgba(38, 66, 168, 0.08);
  border-radius: 9px;
  border: 1px solid #E4E8F2;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.page .content .box .title {
  height: 33px;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #324163;
  line-height: 33px;
  margin-top: 40px;
  margin-left: 40px;
}

.page .content .box .goto {
  position: absolute;
  top: 47px;
  right: 45px;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #7E8EA9;
  line-height: 20px;
}

.page .content .box .goto i {
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  background: url("../../images/20230601/user/lit.png") no-repeat center;
  background-size: 100% 100%;
  margin-top: 2px;
}

.page .content .box .input {
  width: 348px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #E4E8F2;
  margin: 0 auto 24px;
}

.page .content .box .input.active {
  border: 1px solid #3860F4;
}

.page .content .box .input.first-input {
  margin-top: 40px;
}

.page .content .box .input.last-input {
  margin-bottom: 0;
}

.page .content .box .input.with-code {
  display: flex;
  position: relative;
}

.page .content .box .input.with-code:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url("../../images/20230601/user/lit1.png") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  display: block;
  left: 50px;
  top: 15px;
}

.page .content .box .input.with-code .code {
  width: 60px;
  margin: 0px;
  text-align: center;
  cursor: pointer;
}

.page .content .box .input.with-code input {
  margin-left: 16px;
}

.page .content .box .input.with-code .code-list {
  position: absolute;
  left: 0;
  top: 47px;
  width: 348px;
  height: 240px;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px 0px rgba(39, 62, 149, 0.1);
  border-radius: 4px;
  display: none;
  z-index: 1;
}

.page .content .box .input.with-code .code-list .search {
  margin: 8px 20px;
}

.page .content .box .input.with-code .code-list .search input {
  height: 18px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #7E8EA9;
  line-height: 18px;
  margin: 0;
  padding: 0;
}

.page .content .box .input.with-code .code-list .list {
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.page .content .box .input.with-code .code-list .list::-webkit-scrollbar {
  width: 7px;
}

.page .content .box .input.with-code .code-list .list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2);
}

.page .content .box .input.with-code .code-list .list .item {
  width: 320px;
  height: 32px;
  border-radius: 4px;
  padding-left: 12px;
  margin-left: 8px;
  line-height: 32px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #374567;
}

.page .content .box .input.with-code .code-list .list .item.active {
  color: #3860F4;
}

.page .content .box .input.with-code .code-list .list .item:hover {
  background: #F3F8FE;
}

.page .content .box .input.with-code .code-list .list .item span {
  display: inline-block;
  min-width: 50px;
}

.page .content .box .input.with-certify {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.page .content .box .input.with-certify .get-certify {
  width: 120px;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #7E8EA9;
  border-left: 1px solid #E4E8F2;
  text-align: center;
  cursor: pointer;
}

.page .content .box .input.with-certify .get-certify:hover {
  color: #3860F4;
}

.page .content .box .input.with-certify .get-certify.disable:hover {
  color: #7E8EA9;
  cursor: auto;
}

.page .content .box .input input {
  border: none;
  outline: none;
  background: transparent;
  margin-left: 20px;
  height: 46px;
  line-height: 46px;
  width: 308px;
  font-size: 14px;
  color: #324163;
}

.page .content .box .btn-msg {
  margin: 12px auto 0;
  width: 348px;
  display: flex;
  justify-content: space-between;
  height: 18px;
}

.page .content .box .btn-msg a {
  height: 18px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #7E8EA9;
  line-height: 18px;
}

.page .content .box .link-msg {
  width: 348px;
  font-size: 13px;
  height: 18px;
  line-height: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  margin: 24px auto 0;
  color: #7E8EA9;
}

.page .content .box .link-msg input:checked::after {
  background-color: #3860F4;
}

.page .content .box .link-msg a {
  color: #374567;
}

.page .content .box .go-login {
  width: 348px;
  height: 46px;
  background: #3860F4;
  border-radius: 2px;
  margin: 40px auto 60px;
  cursor: pointer;
  line-height: 46px;
  color: white;
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}

.page .content .box1 {
  width: 428px;
  background: #FFFFFF;
  box-shadow: 0px 2px 20px 0px rgba(38, 66, 168, 0.08);
  border-radius: 9px;
  border: 1px solid #E4E8F2;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: none;
}

.page .content .box1 .title {
  height: 33px;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #324163;
  line-height: 33px;
  margin-top: 40px;
  margin-left: 40px;
}

.page .content .box1 .goto {
  position: absolute;
  top: 47px;
  right: 45px;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #7E8EA9;
  line-height: 20px;
}

.page .content .box1 .goto i {
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  background: url("../../images/20230601/user/lit.png") no-repeat center;
  background-size: 100% 100%;
  margin-top: 2px;
}

.page .content .box1 .lit-info {
  height: 18px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #7E8EA9;
  line-height: 18px;
  margin-top: 14px;
  margin-left: 40px;
}

.page .content .box1 .input {
  width: 348px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #E4E8F2;
  margin: 16px auto 0;
  display: flex;
  align-items: center;
  color: #374567;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
}

.page .content .box1 .input.active {
  border: 1px solid #3860F4;
}

.page .content .box1 .input.disable {
  background: #F8F8F9;
}

.page .content .box1 .input.first-input .phone-code {
  margin-left: 20px;
  margin-right: 4px;
}

.page .content .box1 .input.first-input img {
  width: 16px;
  height: 16px;
  margin-right: 16px;
}

.page .content .box1 .input.first-input input {
  margin-left: 0px;
  width: 260px;
}

.page .content .box1 .input.last-input {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}

.page .content .box1 .input.last-input input {
  display: block;
  width: 200px;
  margin-left: 20px;
}

.page .content .box1 .input.last-input .send-btn {
  width: 98px;
  text-align: center;
  border-left: 1px solid #E4E8F2;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #7E8EA9;
  cursor: pointer;
}

.page .content .box1 .input input {
  border: none;
  outline: none;
  background: transparent;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #324163;
}

.page .content .box1 .get-code-with-phone {
  width: 348px;
  text-align: right;
  height: 18px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #7E8EA9;
  line-height: 18px;
  margin: 12px auto 0;
}

.page .content .box1 .get-code-with-phone span {
  cursor: pointer;
  color: #3860F4;
}

.page .content .box1 .go-login {
  width: 348px;
  height: 46px;
  background: #3860F4;
  border-radius: 2px;
  margin: 40px auto 20px;
  cursor: pointer;
  line-height: 46px;
  color: white;
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}

.page .content .box1 .change {
  height: 18px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #7E8EA9;
  line-height: 18px;
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page .content .box1 .change span {
  color: #3860F4;
  cursor: pointer;
}

.page .content .box1 .change img {
  width: 16px;
  height: 16px;
  margin-right: 2px;
}

.page .content .box2 {
  width: 428px;
  background: #FFFFFF;
  box-shadow: 0px 2px 20px 0px rgba(38, 66, 168, 0.08);
  border-radius: 9px;
  border: 1px solid #E4E8F2;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: none;
}

.page .content .box2 .title {
  height: 33px;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #324163;
  line-height: 33px;
  margin-top: 40px;
  margin-left: 40px;
}

.page .content .box2 .lit-info {
  height: 18px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #7E8EA9;
  line-height: 18px;
  margin-top: 14px;
  margin-left: 40px;
}

.page .content .box2 .goto {
  position: absolute;
  top: 47px;
  right: 45px;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #7E8EA9;
  line-height: 20px;
}

.page .content .box2 .goto i {
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  background: url("../../images/20230601/user/lit.png") no-repeat center;
  background-size: 100% 100%;
  margin-top: 2px;
}

.page .content .box2 .input {
  width: 348px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #E4E8F2;
  margin: 0 auto 24px;
}

.page .content .box2 .input.active {
  border: 1px solid #3860F4;
}

.page .content .box2 .input.first-input {
  margin-top: 40px;
}

.page .content .box2 .input.last-input {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page .content .box2 .input.last-input input {
  display: block;
  width: 200px;
  margin-left: 20px;
}

.page .content .box2 .input.last-input .send-btn {
  width: 98px;
  text-align: center;
  border-left: 1px solid #E4E8F2;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #7E8EA9;
  cursor: pointer;
}

.page .content .box2 .input.with-code {
  display: flex;
  position: relative;
}

.page .content .box2 .input.with-code:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url("../../images/20230601/user/lit1.png") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  display: block;
  left: 50px;
  top: 15px;
}

.page .content .box2 .input.with-code .code {
  width: 60px;
  margin: 0px;
  text-align: center;
  cursor: pointer;
}

.page .content .box2 .input.with-code input {
  margin-left: 16px;
  width: 200px;
}

.page .content .box2 .input.with-code .code-list {
  position: absolute;
  left: 0;
  top: 47px;
  width: 348px;
  height: 240px;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px 0px rgba(39, 62, 149, 0.1);
  border-radius: 4px;
  display: none;
  z-index: 1;
}

.page .content .box2 .input.with-code .code-list .search {
  margin: 8px 20px;
}

.page .content .box2 .input.with-code .code-list .search input {
  height: 18px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #7E8EA9;
  line-height: 18px;
  margin: 0;
  padding: 0;
}

.page .content .box2 .input.with-code .code-list .list {
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.page .content .box2 .input.with-code .code-list .list::-webkit-scrollbar {
  width: 7px;
}

.page .content .box2 .input.with-code .code-list .list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2);
}

.page .content .box2 .input.with-code .code-list .list .item {
  width: 320px;
  height: 32px;
  border-radius: 4px;
  padding-left: 12px;
  margin-left: 8px;
  line-height: 32px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #374567;
}

.page .content .box2 .input.with-code .code-list .list .item.active {
  color: #3860F4;
}

.page .content .box2 .input.with-code .code-list .list .item:hover {
  background: #F3F8FE;
}

.page .content .box2 .input.with-code .code-list .list .item span {
  display: inline-block;
  min-width: 50px;
}

.page .content .box2 .input.with-certify {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.page .content .box2 .input.with-certify .get-certify {
  width: 120px;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #7E8EA9;
  border-left: 1px solid #E4E8F2;
  text-align: center;
  cursor: pointer;
}

.page .content .box2 .input.with-certify .get-certify:hover {
  color: #3860F4;
}

.page .content .box2 .input.with-certify .get-certify.disable:hover {
  color: #7E8EA9;
  cursor: auto;
}

.page .content .box2 .input input {
  border: none;
  outline: none;
  background: transparent;
  margin-left: 20px;
  height: 46px;
  line-height: 46px;
  width: 308px;
  font-size: 14px;
  color: #324163;
}

.page .content .box2 .get-code-with-phone {
  width: 348px;
  text-align: right;
  height: 18px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #7E8EA9;
  line-height: 18px;
  margin: 12px auto 0;
}

.page .content .box2 .get-code-with-phone span {
  cursor: pointer;
  color: #3860F4;
}

.page .content .box2 .btn-msg {
  margin: 12px auto 0;
  width: 348px;
  display: flex;
  justify-content: space-between;
  height: 18px;
}

.page .content .box2 .btn-msg a {
  height: 18px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #7E8EA9;
  line-height: 18px;
}

.page .content .box2 .link-msg {
  width: 348px;
  font-size: 13px;
  height: 18px;
  line-height: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  margin: 24px auto 0;
  color: #7E8EA9;
}

.page .content .box2 .link-msg input:checked::after {
  background-color: #3860F4;
}

.page .content .box2 .link-msg a {
  color: #374567;
}

.page .content .box2 .go-login {
  width: 348px;
  height: 46px;
  background: #3860F4;
  border-radius: 2px;
  margin: 40px auto 60px;
  cursor: pointer;
  line-height: 46px;
  color: white;
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}

.page .content .box3 {
  width: 428px;
  background: #FFFFFF;
  box-shadow: 0px 2px 20px 0px rgba(38, 66, 168, 0.08);
  border-radius: 9px;
  border: 1px solid #E4E8F2;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: none;
}

.page .content .box3 .title {
  height: 33px;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #324163;
  line-height: 33px;
  margin-top: 40px;
  margin-left: 40px;
}

.page .content .box3 .goto {
  position: absolute;
  top: 47px;
  right: 45px;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #7E8EA9;
  line-height: 20px;
}

.page .content .box3 .goto i {
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  background: url("../../images/20230601/user/lit.png") no-repeat center;
  background-size: 100% 100%;
  margin-top: 2px;
}

.page .content .box3 .warn-info {
  background: #FFF9E6;
  border-radius: 2px;
  border: 1px solid #FFD77A;
  margin: 20px 40px 28px;
  padding: 10px 16px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #324163;
  display: flex;
  line-height: 20px;
  align-items: center;
}

.page .content .box3 .warn-info i {
  width: 14px;
  height: 14px;
  background: url("/images/v2/ii.png") no-repeat center;
  background-size: 100% 100%;
  flex-shrink: 0;
  margin-right: 4px;
}

.page .content .box3 .step {
  margin: 0 40px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 28px;
  line-height: 28px;
}

.page .content .box3 .step .item {
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #324163;
  line-height: 22px;
}

.page .content .box3 .step .item i {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #3860F4;
  border-radius: 50%;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  color: #FFFFFF;
  font-weight: 500;
  margin-right: 8px;
  font-style: normal;
}

.page .content .box3 .step .line {
  width: 46px;
  height: 1px;
  background: #E4E8F2;
}

.page .content .box3 .p1 .label {
  margin: 0 40px;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #374567;
  line-height: 20px;
}

.page .content .box3 .p1 .input {
  height: 46px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #E4E8F2;
  margin: 8px 40px 20px;
}

.page .content .box3 .p1 .input.active {
  border: 1px solid #3860F4;
}

.page .content .box3 .p1 .input input {
  outline: none;
  border: none;
  padding: 0 20px;
  width: 300px;
  height: 46px;
  line-height: 46px;
  background: transparent;
  font-size: 14px;
}

.page .content .box3 .p1 .btn {
  margin: 40px 40px 68px;
  height: 46px;
  background: #3860F4;
  border-radius: 2px;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  color: #ffffff;
  font-family: PingFangSC-Medium, PingFang SC;
  cursor: pointer;
}

.page .content .box3 .p2 {
  display: none;
}

.page .content .box3 .p2 .input {
  width: 348px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #E4E8F2;
  margin: 0 auto 24px;
}

.page .content .box3 .p2 .input.active {
  border: 1px solid #3860F4;
}

.page .content .box3 .p2 .input.first-input {
  margin-top: 40px;
}

.page .content .box3 .p2 .input.last-input {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page .content .box3 .p2 .input.last-input input {
  display: block;
  width: 200px;
  margin-left: 20px;
}

.page .content .box3 .p2 .input.last-input .send-btn {
  width: 98px;
  text-align: center;
  border-left: 1px solid #E4E8F2;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #7E8EA9;
  cursor: pointer;
}

.page .content .box3 .p2 .input.with-code {
  display: flex;
  position: relative;
}

.page .content .box3 .p2 .input.with-code:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url("../../images/20230601/user/lit1.png") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  display: block;
  left: 50px;
  top: 15px;
}

.page .content .box3 .p2 .input.with-code .code {
  width: 60px;
  margin: 0px;
  text-align: center;
  cursor: pointer;
}

.page .content .box3 .p2 .input.with-code input {
  margin-left: 16px;
  width: 200px;
}

.page .content .box3 .p2 .input.with-code .code-list {
  position: absolute;
  left: 0;
  top: 47px;
  width: 348px;
  height: 240px;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px 0px rgba(39, 62, 149, 0.1);
  border-radius: 4px;
  display: none;
  z-index: 1;
}

.page .content .box3 .p2 .input.with-code .code-list .search {
  margin: 8px 20px;
}

.page .content .box3 .p2 .input.with-code .code-list .search input {
  height: 18px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #7E8EA9;
  line-height: 18px;
  margin: 0;
  padding: 0;
}

.page .content .box3 .p2 .input.with-code .code-list .list {
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.page .content .box3 .p2 .input.with-code .code-list .list::-webkit-scrollbar {
  width: 7px;
}

.page .content .box3 .p2 .input.with-code .code-list .list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2);
}

.page .content .box3 .p2 .input.with-code .code-list .list .item {
  width: 320px;
  height: 32px;
  border-radius: 4px;
  padding-left: 12px;
  margin-left: 8px;
  line-height: 32px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #374567;
}

.page .content .box3 .p2 .input.with-code .code-list .list .item.active {
  color: #3860F4;
}

.page .content .box3 .p2 .input.with-code .code-list .list .item:hover {
  background: #F3F8FE;
}

.page .content .box3 .p2 .input.with-code .code-list .list .item span {
  display: inline-block;
  min-width: 50px;
}

.page .content .box3 .p2 .input.with-certify {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.page .content .box3 .p2 .input.with-certify .get-certify {
  width: 120px;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #7E8EA9;
  border-left: 1px solid #E4E8F2;
  text-align: center;
  cursor: pointer;
}

.page .content .box3 .p2 .input.with-certify .get-certify:hover {
  color: #3860F4;
}

.page .content .box3 .p2 .input.with-certify .get-certify.disable:hover {
  color: #7E8EA9;
  cursor: auto;
}

.page .content .box3 .p2 .input input {
  border: none;
  outline: none;
  background: transparent;
  margin-left: 20px;
  height: 46px;
  line-height: 46px;
  width: 308px;
  font-size: 14px;
  color: #324163;
}

.page .content .box3 .p2 .get-code-with-phone {
  width: 348px;
  text-align: right;
  height: 18px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #7E8EA9;
  line-height: 18px;
  margin: 12px auto 0;
}

.page .content .box3 .p2 .get-code-with-phone span {
  cursor: pointer;
  color: #3860F4;
}

.page .content .box3 .p2 .btn {
  margin: 40px 40px 68px;
  height: 46px;
  background: #3860F4;
  border-radius: 2px;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  color: #ffffff;
  font-family: PingFangSC-Medium, PingFang SC;
  cursor: pointer;
}
