* {
  box-sizing: border-box;
}

.header__navibar {
  box-shadow: 0px 10px 5px -5px #edf4fa;
}

.j_select .current_select .select_icon {
  width:14px;
  height:14px;
  right: 10px;
  background: url(/static/login/select_drop.png) no-repeat center center;
}

.j_select .current_select {
  font-size: 14px;
  letter-spacing: 1px;
  color: #333333;
  background-color: #f4f7f9;
}

.j_select .current_select {
  border: none;
}

.wjmm-body {
  width: 100%;
  padding-bottom: 50px;
  background: #f8fbfe url(/static/login/mian_background.png) no-repeat top right;
}

.wjmm-title {
  font-size: 26px;
  color: #333333;
  padding: 60px 0 30px 0;
  text-align: center;
}

.wjmm-title p {
  font-size: 14px;
	line-height: 25px;
	letter-spacing: 1px;
	color: #999999;
}

.wjmm-content {
  width: 778px;
  padding: 80px 155px 60px 155px;
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(2, 81, 159, 0.1);
  margin: 0 auto;
}

.wjmm-content .wjmm-content-title {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin:0 90px;
}

.wjmm-content .wjmm-content-title .line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #6696c0;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
}

.wjmm-content .wjmm-content-title .line::after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: #005096;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.wjmm-content .wjmm-content-title .line-process2::after {
  width: 50%;
}

.wjmm-content .wjmm-content-title .line-process3::after {
  width: 100%;
}

.wjmm-content .wjmm-content-title .process {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 5;
  margin-bottom: 99px;
  padding:4px;
  background-color: #ffffff;
}

.wjmm-content .wjmm-content-title .process div{
  	font-size:14px;
	height: 30px;
    line-height: 30px;
    position: absolute;
    width: 90px;
    top: -30px;
    text-align: center;
  	color:#6696c0;
}

.wjmm-content .wjmm-content-title .active div{
	color:#005096 !important;
}

.wjmm-content .wjmm-content-title .process span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4px;
  height: 4px;
  background-color: #6696c0;
  font-size: 14px;
  letter-spacing: 1px;
  color: #b9bdc6;
  transform: rotate(45deg);
}

.wjmm-content .wjmm-content-title .process p {
  font-size: 14px;
  letter-spacing: 1px;
  color: #b9bdc6;
  margin-top: 10px;
}

.wjmm-content .wjmm-content-title .active span {
  background: #005096;
  border: none;
  color: #fff;
}

.wjmm-content .wjmm-content-title .active p {
  color: #005096;
}

.wjmm-content .wjmm-content-title .process .pass {
  background: #ffffff;
  border: solid 2px #1277c1;
}

.wjmm-content .wjmm-content-item {
  margin-bottom: 20px;
  display:flex;
}

.wjmm-content .wjmm-content-item label {
  	display: block;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #333333;
    width: 90px;
    flex-shrink: 0;
    text-align: end;
}

.wjmm-content .wjmm-content-item label img {
  vertical-align: middle;
}

.wjmm-content .wjmm-content-item input {
  width: 100%;
  height: 40px;
  background-color: #f4f7f9;
  border: none !important;
  padding: 0 20px;
  box-sizing: border-box;
}

.wjmm-content .wjmm-content-item input:focus-visible {
  border: none !important;
}

.wjmm-content .wjmm-content-item .verification-code {
  display: flex;
  width:100%;
}

.wjmm-content .wjmm-content-item .verification-code span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
    background-color: #eaebee;
    margin-left: 6px;
    cursor: pointer;
    flex-shrink: 0;
}

.wjmm-content .wjmm-content-submit button {
  width: 140px;
  height: 40px;
  border: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  background: #005096;
  margin-left:90px;
}

.wjmm-content .wjmm-content-item .phone-verification-code {
  display: flex;
}

.wjmm-content .wjmm-content-item .phone-verification-code span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 40px;
  border: solid 1px #005096;
  font-size: 14px;
  letter-spacing: 1px;
  color: #005096;
  margin-left: 6px;
  cursor: pointer;
}

.wjmm-content .wjmm-content-item .phone-verification-code .countdown {
  cursor: default;
}

.wjmm-content .wjmm-content-item__margin {
  margin-top: 20px;
}

.wjmm-content .wjmm-content-type {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.wjmm-content .wjmm-content-type::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.wjmm-content .wjmm-content-type span {
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #999999;
  position: relative;
  z-index: 10;
}



.content-box .title {
    position: relative;
    display: flex;
    justify-content: center;
   	margin-top: -19px;
    margin-bottom: 39px;

}


.content-box .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.content-box .title span {
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #999999;
  position: relative;
  z-index: 10;
}
.retrieve-password>form{
	 margin-bottom: 99px;
}
.retrieve-password>form:nth-child(3){
	 margin-bottom: 0 !important;
}

.verify-retrieve-password>form{
	 margin-bottom: 99px;
}

.verify-retrieve-password>form:nth-child(3){
	 margin-bottom: 0 !important;
}

