#page{
  width: 100%;
}
input,div,span{
  box-sizing: border-box;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #333;
}
.fm-location{
  position: relative;
}
.header{
  width: 100%;
  height: 98px;
  background-color: #e6e6e6;
}
.header-box{
  width: 1246px;
  height: 100%;
  margin: 0 auto;
  justify-content: space-around;
  align-items: center;
}
.header-box-left{
  flex: 1;
  height: 100%;
  align-items: center;
}
.header-logo{
  display: flex;
  width: 80px;
  height: 38px;
  margin: 0 30px;
}
.header-logo img{
  width: 100%;
  height: 100%;
}
h3{
  font-size: 24px;
  font-weight: normal;
}
.header-box-right{
  margin-right: 100px;
}
.content{
  width: 446px;
  margin: 0 auto;
  padding: 60px 0;
}
.user-check,.sms-check{
  width: 100%;
}
.content-tip{
  padding-bottom: 10px;
}
.tip-icon{
  font-size: 20px;
  color: #5aafe0;
  margin-left: 16px;
  margin-right: 10px;
}
.ui-tiptext{
  font-size: 14px;
  color: #333;
  line-height: 20px;
}
.fm{
  margin-top: 27px;
}
.sms-fm{
  /* margin-top: 60px; */
}
.fm-item{
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  align-items: center;
}
.fm-label{
  flex: 1;
  justify-content: flex-end;
}
.fm-input{
  /* width: 300px; */
  height: 100%;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  /* margin-right: 48px; */
  margin-left: 11px;
  padding-left: 14px;
  outline: none;
  font-size: 14px;
}
.user-check-input{
  width: 300px;
  margin-right: 48px;
}
.reset-password-input{
  width: 340px;
}
.fm-tip{
  margin-top: 10px;
}
.fm-tip p{
  font-size: 14px;
  padding-left: 100px;
}
.fm-slider{
  width: 100%;
  height: 40px;
  margin-top: 20px;
}
.fm-slider-box{
  width: 300px;
  height: 100%;
  margin-left: 100px;
  border-radius: 10px;
}
.fm-submit{
  margin-top: 20px;
}
.fm-submit-btn{
  
  border-radius: 10px;
  background-color: #cc0132;
  border: 1px solid #cc0132;
  font-size: 18px;
  line-height: 1;
  outline: none;
  color: #fff;
  cursor: pointer;
  letter-spacing: 2px;
  
}
.user-check-btn{
  width: 160px;
  height: 40px;
  margin-left: 100px;
}
.sliding-block{
  box-sizing: content-box !important;
}

.fm-phone{
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  align-items: center;
}

.fm-label-box{
  width: 340px;
  height: 100%;
  margin-left: 10px;
}
.label-box-border{
  border-radius: 10px;
  border: 1px solid #e6e6e6;
}
.area-code{
  width: 132px;
  height: 100%;
  border-right: 1px solid #e6e6e6;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.fm-phone-ipt{
  flex: 1;
  height: 100%;
  padding-left: 14px;
  outline: none;
  font-size: 14px;
  border: 0;
  border-radius: 10px;
}
.login-utxt{
  width: 100%;
  height: 100%;
  border: 1px solid #e6e6e6;
  outline: none;
  border-radius: 10px;
  background-color: #fff;
  font-size: 14px;
  padding-left: 18px;
}
.btn{
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  background-image: none;
  white-space: nowrap;
  cursor: pointer;
  touch-action: manipulation;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  height: 37px;
  line-height: 1.5;
  border-radius: 4px 4px;
  user-select: none;
}
.fm-verification-code{
  padding-right: 33%;
}
.btn-confirm, .btn-confirm.focus, .btn-confirm:focus, .btn-confirm:hover{
  background-color: transparent;
  border-color: transparent;
}
.btn-control{
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
.sms-check-btn{
  width: 340px;
  height: 40px;
  margin-left: 106px;
}

.sms-check-tip{
  width: 406px;
  height: 116px;
  background-color: #fff2f5;
  border-radius: 10px;
  margin-left: 40px;
  margin-top: 88px;
}
.tip-box>dt{
  font-size: 14px;
  line-height: 1;
  padding-left: 10px;
  padding-top: 14px;
  color: #333;
}
.tip-box-content{
  margin-top: 6px;
}
.tip-box-content>p{
  font-size: 12px;
  line-height: 18px;
  padding-left: 10px;
  color: #999;
}
.native-phone-code-select{
  width: 100%;
  height: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 0;
  font-size: 14px;
}
.btn-code{
  color: #cc0132;
  z-index: 999;
}