@font-face {
  font-family: "myriad pro";
  font-display: swap;
  src: url(../fonts/MyriadPro-Regular.otf);
  src: url(../fonts/MyriadPro-Regular.woff2) format("woff2"),
    url(../fonts/MyriadPro-Regular.woff) format("woff"),
    url(../fonts/MyriadPro-Regular.ttf) format("truetype"),
    url(../fonts/MyriadPro-Regular.svg) format("svg");
}
@font-face {
  font-family: "myriad blod";
  font-display: swap;
  src: url(../fonts/MyriadPro-Bold.otf);
  src: url(../fonts/MyriadPro-Bold.woff2) format("woff2"),
    url(../fonts/MyriadPro-Bold.woff) format("woff"),
    url(../fonts/MyriadPro-Bold.ttf) format("truetype"),
    url(../fonts/MyriadPro-Bold.svg) format("svg");
}
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
button,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body,
html {
  font-family: myriad pro, microsoft yahei, Tahoma, Arial, sans-serif, helvetica,
    sans-serif;
  font-size: 62.5%;
  line-height: 1.5;
  height: 100%;
}
@media (max-width: 767px) {
  html {
    font-size: 55.5%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html {
    font-size: 62.5%;
  }
}
body {
  font-size: 16px\0;
  font-size: 1.6rem;
  color: #222;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: myriad blod;
}
h1 {
  font-size: 4rem;
}
h2 {
  font-size: 3.6rem;
}
h3 {
  font-size: 3.2rem;
}
h4 {
  font-size: 2.4rem;
}
h5 {
  font-size: 2.2rem;
}
h6 {
  font-size: 2rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
}
@media all and (max-width: 991px) {
  h1,
  h2 {
    line-height: 1.2;
  }
}
a {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}
dd,
dt,
li {
  list-style: none;
}
input,
select,
textarea {
  outline: 0;
  line-height: normal;
  border: none;
  background: 0 0;
}
textarea {
  resize: none;
  overflow: hidden;
}
a,
button {
  cursor: pointer;
}
img {
  border: none;
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
}
em {
  font-style: normal;
}
.any-container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1230px) {
  .any-container {
    padding: 0 15px;
  }
}
.cl::after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.df {
  display: flex;
}
.jcc {
  justify-content: center;
}
.jcsa {
  justify-content: space-around;
}
.jcsb {
  justify-content: space-between;
}
.aic {
  align-items: center;
}
.aife {
  align-items: flex-end;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.fc-wt {
  color: #fff;
}
.fc-bl {
  color: #091871;
}
.fs22 {
  font-size: 22px;
}
.fs14 {
  font-size: 14px;
}
.link {
  color: #5683f4;
}
.link:hover {
  color: #5683f4;
  text-decoration: underline;
}
.btn {
  display: inline-block;
  min-width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border-radius: 10px;
  transition: all 0.3s;
  color: #fff;
}
.btn.btn-bd-bl {
  border: 1px solid #5683f4;
  color: #5683f4;
}
.btn.btn-bd-bl:hover {
  background-color: #5683f4;
  color: #fff;
}
.btn.btn-bl {
  background-color: #091871;
  color: #fff;
}
.btn.btn-bl:hover {
  opacity: 0.9;
}
.btn.btn-bl2 {
  background-color: #5683f4;
  padding: 2px 10px;
  min-width: 200px;
}
.btn.btn-coded{
    background-color: #ccc;
}
.btn.btn-bl2:hover {
  color: #fff;
  opacity: 0.9;
}

.w100 {
  width: 100%;
}
.mt80b20 {
  margin: 80px 0 20px;
}
.mt15 {
  margin-top: 15px;
}
.mb5 {
  margin-bottom: 5px;
}
.fc-gray {
  color: #898989;
}
input::-webkit-input-placeholder {
  color: #bdbec0;
}
/* 使用webkit内核的浏览器 */
input:-moz-placeholder {
  color: #bdbec0;
}
/* Firefox版本4-18 */
input::-moz-placeholder {
  color: #bdbec0;
}
/* Firefox版本19+ */
input:-ms-input-placeholder {
  color: #bdbec0;
}
main{
    min-height: 100%;
    background: linear-gradient(180deg, #edf1ff 0%, #b8caff 100%);
    background-size:100% ;
}
.bnr {
  padding: 130px 0 120px;

}
.bnr h1 {
  font-size: 22px;
}
.bnr h2 {
  font-size: 26px;
}
.bnr-mn {
  box-shadow: 0px 0px 5px 0px rgba(24, 79, 223, 0.51);
  border-radius: 10px;
  background-color: #fff;
}
.bnr .img-x {
  padding: 35px 60px;
  width: 522px;
  line-height: 1.81;
  background: url(/assets/auth/images/left.png) no-repeat center;
  background-size: cover;
}
.bnr .cnt-x {
  width: 678px;
  align-self: center;
  padding: 45px 15px 30px;
}
.bnr .txt-btm {
  color: #000;
}
.bnr.signup-x h2 {
  margin-bottom: 25px;
}
.bnr.login-x h2 {
  margin-bottom: 55px;
}
.bnr.reset-x h2 {
  margin-bottom: 55px;
}
.bnr.reset-x .last {
  margin-top: 90px;
}
.from-x {
  max-width: 430px;
  margin: 0 auto;
}
.from-x [type="checkbox"] {
  appearance: none;
  padding: 0 !important;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border: none;
  vertical-align: text-top;
  background: url(/assets/auth/images/sign-ic.png) no-repeat -389px 2px;
}
.from-x [type="checkbox"]:checked {
  background-position: -425px 2px;
}
.from-x [class*="ic-"] {
  display: inline-block;
  width: 16px;
  height: 20px;
  background: url(/assets/auth/images/sign-ic.png) no-repeat;
  position: absolute;
  top: -3px;
  left: 10px;
}
.from-x [class*="ic"].ic-email {
  background-position: 0 2px;
}
.from-x [class*="ic"].ic-password {
  background-position: -70px 1px;
}
.from-x [class*="ic"].ic-eye {
  cursor: pointer;
  width: 22px;
  background-position: -350px 2px;
  right: 20px;
  left: auto;
}
.from-x [class*="ic"].ic-eye.active {
  background-position: -310px 2px;
}
.from-x [class*="ic"].ic-noeye {
  width: 25px;
  right: 20px;
  left: auto;
  background-position: -310px 2px;
}
.from-x [class*="ic"].ic-name {
  background-position: -139px 1px;
}
.from-x [class*="ic"].ic-safe {
  background-position: -244px 2px;
}
.from-x .tips {
  font-size: 14px;
  position: absolute;
  margin-left: 10px;
  line-height: 1.2;
}
.from-x .tips.error {
  color: #ff1800;
}
.from-x .row {
  position: relative;
}
.from-x .row:not(.last) {
  margin-bottom: 30px;
}
.from-x .row label {
  position: relative;
}
.from-x input {
  width: 100%;
  border: 1px solid #bbb9c3;
  border-radius: 14px;
  padding: 11px 45px 11px 35px;
  font-size: 16px;
}
.from-x input:focus {
  border-color: #5683f4;
}
.from-x input:focus + .ic-email {
  background-position-x: -36px;
}
.from-x input:focus + .ic-password {
  background-position-x: -104px;
}
.from-x input:focus + .ic-name {
  background-position: -174px 1px;
}
.from-x input:focus + .ic-safe {
  background-position: -209px 2px;
}
.from-x .btn-code {
  font-size: 14px;
  min-width: 156px;
  height: 43px;
  line-height: 39px;
  position: absolute;
  right: 0;
  top: -13px;
  border-radius: 0 8px 8px 0;
}
.from-x [id="reset"],
.from-x [id="login"],
.from-x [id="signup"] {
  font-size: 22px;
}
.from-x .pw-strength {
  height: 5px;
  width: 100%;
  position: absolute;
  margin-top: 4px;
}
.from-x .pw-strength p {
  height: 5px;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.from-x .pw-strength .pw-bar {
  background: linear-gradient(90deg, #acabb3 24.25%, #fff 0, #fff 25.25%, #acabb3 0, #acabb3 49.5%, #fff 0, #fff 50.5%, #acabb3 0, #acabb3 74.75%, #fff 0, #fff 75.75%, #acabb3 0);
}
.from-x .pw-strength .pw-bar1 {
  background: linear-gradient(90deg, #f22e44 24.25%, #fff 0, #fff 25.25%, #acabb3 0, #acabb3 49.5%, #fff 0, #fff 50.5%, #acabb3 0, #acabb3 74.75%, #fff 0, #fff 75.75%, #acabb3 0);
}
.from-x .pw-strength .pw-bar2 {
  background: linear-gradient(90deg, #ffa837 24.25%, #fff 0, #fff 25.25%, #ffa837 0, #ffa837 49.5%, #fff 0, #fff 50.5%, #acabb3 0, #acabb3 74.75%, #fff 0, #fff 75.75%, #acabb3 0);
}
.from-x .pw-strength .pw-bar3 {
  transition: width 0.5s ease-in;
  background: linear-gradient(90deg, #3399ff 24.25%, #fff 0, #fff 25.25%, #3399ff 0, #3399ff 49.5%, #fff 0, #fff 50.5%, #3399ff 0, #3399ff 74.75%, #fff 0, #fff 75.75%, #acabb3 0);
}
.from-x .pw-strength .pw-bar4 {
  background: linear-gradient(90deg, #00c647 24.25%, #fff 0, #fff 25.25%, #00c647 0, #00c647 49.5%, #fff 0, #fff 50.5%, #00c647 0, #00c647 74.75%, #fff 0, #fff 75.75%, #00c647 0);
}
@media (min-width: 992px) {
  .bnr .cnt-x {
    min-height: 560px;
  }
}
@media (max-width: 767px) {
  .bnr {
    padding: 60px 0;
  }
  .bnr-mn {
    flex-direction: column;
    overflow: hidden;
  }
  .bnr .img-x,
  .bnr .cnt-x {
    width: 100%;
  }
  .bnr .img-x {
    padding: 35px 20px;
    text-align: center;
    justify-content: center;
    background: #5683f4;
  }
  .bnr .btn-code {
    min-width: auto;
  }
}
@media (max-width: 417px) {
  .bnr .btn-code {
    font-size: 12px;
    padding: 2px 5px;
  }
}
.reset-pwd .bnr {
  padding: 210px 0 130px;
}
.reset-pwd .bnr-mn {
  border-radius: 20px;
}
.reset-pwd .bnr .cnt-x {
  padding: 60px 15px 30px;
  margin: 0 auto;
}
.reset-pwd .from-x {
  max-width: 500px;
}
.reset-pwd .from-x input {
  font-size: 18px;
  padding: 16px 45px 11px 15px;
}
.reset-pwd .btn {
  height: 50px;
  line-height: 50px;
}
.reset-pwd .bnr.reset-x h2 {
  font-size: 40px;
  font-weight: 600;
  color: #1a1a1a;
}
.av-footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
