.registerBox {
  width: 100%;
  height: 880px;
  background: linear-gradient(180deg, #b4d9ff 0%, #f5f5ff 100%);
  padding-top: 116px;
  font-size: 14px;
}

.registerContent {
  width: 1000px;
  height: 670px;
  background: #076eff;
  margin: 0 auto;
  position: relative;
}

.content {
  width: 500px;
  height: 670px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 22px;
}

.banners {
  width: 500px;
  height: 670px;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: rgb(179, 76, 76);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide2 {
  background: rgb(155, 6, 6);
}

.swiper-slide3 {
  background: rgb(11, 155, 6);
}

.swiper-slide4 {
  background: rgb(21, 6, 155);
}

.swiper-slide4 {
  background: rgb(155, 6, 155);
}

.registerContent h1 {
  font-size: 24px;
  font-weight: bold;
  color: #33363F;
  margin-bottom: 23px;
}

.registerContent .stepBox {
  width: 476px;
  height: 49px;
  padding: 0 25px;
  background: #F5F6F7;
  border-radius: 10px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 14px;
  font-weight: 400;
  color: #C1C5C5;
}

.registerContent .stepBox .current {
  color: #33363F;
}

.registerContent .item {
  width: 400px;
  height: 45px;
  border: 1px solid #C0C5C5;
  margin-bottom: 14px;
  padding-left: 17px;
  font-size: 14px;
}

.registerContent .item:focus {
  border: 1px solid #306FF6;
}

.registerContent .phoneItem {
  display: flex;
  align-items: center;
  padding-left: 0;
}

.registerContent .phoneItem input {
  width: 268px;
  height: 100%;
  padding-left: 17px;
}

.registerContent .phoneItem input:focus {
  border: 1px solid #306FF6;
}

.registerContent .phoneItem button {
  flex: 1;
  height: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #7C868D;
  border-left: 1px solid #C0C5C5;
}

.registerContent .phoneItem button:hover {
  background: #fff;
}

.registerContent .agreeProtocol {
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #707070;
}

.registerContent .agreeProtocol input {
  width: 20px;
  height: 20px;
  border: solid 1px#c1c5c5;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 8px;
}

.registerContent .agreeProtocol .checked {
  background: url(../../asserts/images/checked.svg) no-repeat center center;
  background-size: 100% 100%;
  border: none;
}

.registerContent .agreeProtocol .userRule {
  width: 27px;
  height: 20px;
  color: #076eff;
}

.registerContent .agreeProtocol .userRule:hover {
  border-bottom: #306FF6 solid 1px;
}

.registerContent .nextBtn {
  width: 400px;
  height: 50px;
  background: #076eff;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 19px;
  margin-bottom: 21px;
}

.registerContent .nextBtn:hover {
  background: #4AA3F8
}

.registerContent .nextBtn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  line-height: 50px;
}

.registerContent .loginTips {
  color: #333F44;
}

.registerContent a {
  color: #076eff;
}

.registerContent a:hover {
  border-bottom: #306FF6 solid 1px;
}

.certificationBox {
  width: 309px;
  height: 344px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #333F44;
  background: url('../../asserts/images/scan-login-bg.png') no-repeat center center;
  background-size: 100% 100%;
  margin-top: 10px;
  margin-bottom: 22px;
}

.certificationBox .qrcode {
  width: 291px;
}

.certificationBox span:last-child {
  color: #C1C5C5;
}

.registerContent .whyWrap {
  width: 100%;
  display: block;
  margin-top: 3px;
  padding-left: 42px;
}

.registerContent .whyWrap .why {
  position: relative;
}

.registerContent .whyWrap .icon {
  width: 17px;
  height: 17px;
  display: inline-block;
  background: url('../../asserts/images/whyIcon.svg') 0 0 no-repeat;
  position: absolute;
  left: 102px;
  top: -1px;
}

.registerContent .registerSuccess {
  width: 265px;
  margin-bottom: 12px;
}

.registerContent .loginBtn {
  width: 215px;
  height: 50px;
  border: 1px solid #306FF6;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  color: #306FF6;
  text-align: center;
  line-height: 50px;
}

.registerContent .loginBtn:hover {
  border: none;
  background: #306FF6;
  color: #fff;
}

.verify-wrap .drag-btn {
  width: 66px;
  height: 45px !important;
  background: #FFFFFF url(../../asserts/images/verify-btn-bg.svg) no-repeat center center;
  border: solid 1px #C0C5C5;
}

.verify-wrap .suc-drag-btn {
  background: #FFFFFF url(../../asserts/images/sucess.svg) no-repeat center center;
}

.verify-wrap {
  background: #F5F6F7 !important;
  margin: 0 !important;
  margin-bottom: 17px !important;
}

.verify-wrap .fix-tips,
.verify-msg {
  /* height: 45px; */
  line-height: 45px;
  color: #7C868D;
  width: 334px !important;
}

.verify-wrap .fix-tips {
  left: 66px;
}

.verify-wrap .verify-msg {
  background: #59C24B;
}

.verify-wrap .drag-progress {
  height: 45px !important;
  background: #59C24B;
  border: solid 1px #59C24B;
}

#next-step-item{
    display: none;
}
#auth-failed-panel{
    display: none;
    width:400px;
    height:200px;
    position: absolute;
    left:50%;
    top:50%;
    margin: -100px 0 0 -200px;
    text-align:center;
    font-size:1.2rem;
}