@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
} 
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.img-auto {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.img-auto img {
  max-width: 100%;
}

html, body {
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #F8F8F8;
}

.vheight {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.vheight .header {
  flex-shrink: 0;
  background-color: #fff;
}
.vheight .cont {
  flex: 1;
  overflow-y: auto;
}

.pc-style {
  background: url(../images/bodybg.png) no-repeat top center #9bdeff;
}
.pc-style .vheight {
  margin: 0 auto;
  max-width: 10rem;
  min-width: 4.2666666667rem;
  height: 847px;
  margin-top: 20px;
  position: relative;
  left: -10px;
  border-radius: 30px;
  overflow: hidden;
  background-color: #fff;
}

.header {
  height: 1.4666666667rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.5333333333rem;
}
.header .logo {
  display: flex;
  align-items: center;
}
.header .logo img {
  width: 5.68rem;
}
.header .logo img:last-child {
  margin-right: 0;
}
.header .nav {
  width: 0.64rem;
  height: 0.64rem;
}
.header .nav .navBtn {
  width: 0.64rem;
  height: 0.64rem;
  position: relative;
}
.header .nav .navBtn:after, .header .nav .navBtn:before {
  content: "";
  width: 0.4266666667rem;
  position: absolute;
  left: 50%;
  margin-left: -0.2133333333rem;
  height: 0.0533333333rem;
  background-color: #434343;
  top: 0.2133333333rem;
  overflow: hidden;
}
.header .nav .navBtn:before {
  top: 0.4266666667rem;
}
.header .nav .selected:after {
  top: 0.2133333333rem;
  transform: rotate(45deg); /* 旋转45度 */
}
.header .nav .selected:before {
  top: 0.2133333333rem;
  transform: rotate(-45deg); /* 旋转45度 */
}
.header .nav-list {
  display: none;
  position: absolute;
  top: 1.4666666667rem;
  left: 0;
  right: 0;
  background-color: #F8F8F8;
  padding: 0.88rem 0.64rem 0.88rem 0.64rem;
  margin: 0;
  z-index: 10;
}
.header .nav-list li {
  padding: 0.4rem 0.2133333333rem;
  border-top: 1px solid #DEDEDE;
}
.header .nav-list li a {
  font-size: 0.4266666667rem;
  color: #000;
  text-decoration: none;
  display: block;
}

.banner {
  background: url(../images/index_banner.png) no-repeat;
  background-size: contain;
  height: 8.5066666667rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-direction: column;
  position: relative;
}
.banner:after {
  position: absolute;
  inset: 0;
  background-color: #000;
  content: "";
  opacity: 0.4;
  z-index: 2;
}
.banner .t1, .banner .t2 {
  position: relative;
  z-index: 3;
}
.banner .t1 {
  font-size: 1.1733333333rem;
}
.banner .t2 {
  font-size: 0.5333333333rem;
  margin-top: 0.8rem;
}

.classify {
  padding: 0 0.6133333333rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.0666666667rem;
}
.classify .class-li {
  width: 4.08rem;
  height: 3.3333333333rem;
  border: 1px solid #11216A;
  border-radius: 0.2666666667rem;
  padding: 0.4rem 0.32rem 0.32rem 0.32rem;
  box-sizing: border-box;
  margin-bottom: 0.48rem;
  text-decoration: none;
  line-height: 1.15;
}
.classify .class-li .ico {
  height: 0.5333333333rem;
  display: flex;
}
.classify .class-li .ico svg {
  fill: #11216A;
}
.classify .class-li .t {
  font-size: 0.4266666667rem;
  font-weight: 500;
  color: #11216A;
  margin-top: 0.4266666667rem;
}
.classify .class-li .t2 {
  font-size: 0.32rem;
  color: #808D9E;
  line-height: 0.5333333333rem;
  margin-top: 0.1866666667rem;
}
.classify .class-li:hover {
  background-color: #11216A;
}
.classify .class-li:hover .t, .classify .class-li:hover .t2 {
  color: #fff;
}
.classify .class-li:hover .ico svg {
  fill: #fff;
}

.t-g {
  color: #11216A;
  font-size: 28px;
}

.plr, .advantage, .about {
  padding: 0 0.88rem;
}

.about {
  margin-top: 1.0666666667rem;
}
.about p {
  color: #666;
  font-size: 14px;
  line-height: 150%;
  margin: 0.5333333333rem 0;
}
.about .about-btn {
  width: 2.7733333333rem;
  height: 0.9866666667rem;
  text-align: center;
  line-height: 0.9866666667rem;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background: #11216A;
  display: block;
}

.advantage {
  margin-top: 1.0666666667rem;
}
.advantage ul li {
  border-bottom: 1px solid #E9ECF2;
  padding: 1.0666666667rem 0.4rem 0.96rem 0.4rem;
  display: flex;
  align-items: center;
}
.advantage ul li:last-child {
  border-bottom: 0 none;
}
.advantage ul li .li-text {
  flex: 1;
  height: 1.28rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.advantage ul li .li-ico {
  width: 1.28rem;
  height: 1.28rem;
  border-radius: 50%;
  border: 1px solid #11216A;
  margin-right: 17px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.advantage ul li .li-ico svg {
  width: 0.5333333333rem;
  height: 0.5333333333rem;
}
.advantage ul li .t1 {
  color: #11216A;
  font-size: 18px;
  font-weight: 500;
}
.advantage ul li .t2 {
  color: #808D9E;
  font-size: 12px;
}

.leave {
  padding: 0 0.6133333333rem;
  margin-top: 1.0666666667rem;
}
.leave form {
  margin-top: 0.5333333333rem;
}
.leave .btn {
  width: 1.8933333333rem;
  height: 0.9866666667rem;
  text-align: center;
  line-height: 0.9866666667rem;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background: #11216A;
  display: block;
  border: 0;
  outline: 0;
}
.leave .form-li .input {
  border: 1px solid #868686;
  box-sizing: border-box;
  padding: 0.1333333333rem 0.32rem;
  margin-bottom: 0.8533333333rem;
  display: flex;
  position: relative;
}
.leave .form-li .input input {
  border: 0;
  outline: 0;
  width: 100%;
  height: 0.72rem;
  line-height: 0.72rem;
  font-size: 0.3733333333rem;
  padding: 0;
}
.leave .form-li .input textarea {
  border: 0;
  outline: 0;
  width: 100%;
  padding: 0;
  font-size: 0.3733333333rem;
}
.leave .form-li .input .my-error-class {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.8533333333rem;
  color: rgb(255, 47, 46);
  line-height: 0.8533333333rem;
  font-size: 0.3733333333rem;
}

.subscribe {
  margin-top: 1.0666666667rem;
  background: #11216A;
  height: 304px;
  color: #fff;
  font-size: 0.3733333333rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 0.6933333333rem;
  position: relative;
}
.subscribe svg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
}
.subscribe .t1, .subscribe .t2 {
  text-align: center;
}
.subscribe .t1 {
  font-size: 0.6933333333rem;
}
.subscribe .t2 {
  font-size: 0.3733333333rem;
  margin-top: 0.4266666667rem;
  margin-bottom: 0.9333333333rem;
  line-height: 1.5;
}
.subscribe .form-li {
  display: flex;
  background-color: #f1f1f1;
  padding: 0.16rem;
  margin: 0 0.5866666667rem;
  border-radius: 0.6666666667rem;
}
.subscribe .form-li .btn {
  width: 2.6933333333rem;
  height: 0.8533333333rem;
  line-height: 0.8533333333rem;
  text-align: center;
  background-color: #11216A;
  color: #fff;
  border: 0;
  outline: 0;
  border-radius: 0.6666666667rem;
}
.subscribe .form-li .input {
  flex: 1;
  box-sizing: border-box;
  position: relative;
  padding-left: 0.16rem;
}
.subscribe .form-li .input input {
  border: 0;
  outline: 0;
  width: 100%;
  height: 0.8533333333rem;
  line-height: 0.8533333333rem;
  font-size: 0.3733333333rem;
  padding: 0;
  background: transparent;
}
.subscribe .form-li .input .my-error-class {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.8533333333rem;
  color: rgb(255, 47, 46);
  line-height: 0.8533333333rem;
  font-size: 0.3733333333rem;
}

.footer {
  padding-bottom: 1.6rem;
}
.footer .img1 {
  -webkit-clip-path: inset(0.5333333333rem 0 0.5333333333rem 0);
          clip-path: inset(0.5333333333rem 0 0.5333333333rem 0);
  -o-object-fit: cover;
     object-fit: cover; /* 裁剪图片并填充容器 */
  width: 100%;
  position: relative;
  margin-top: -0.5333333333rem;
}
.footer .e-mail {
  text-align: center;
  font-size: 0.7466666667rem;
  color: #808D9E;
  font-weight: 700;
}
.footer .e-mail span {
  color: #11216A;
}
.footer .t1, .footer .t2 {
  padding-left: 1.0933333333rem;
}
.footer .t1 {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  margin-top: 0.4266666667rem;
}
.footer .t2 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-top: 0.32rem;
}
.footer .t3 {
  margin-top: 1.0666666667rem;
  font-size: 0.3733333333rem;
  color: #B9B9B9;
  line-height: 150%;
  padding: 0 0.6133333333rem;
}
.footer .t3 span {
  font-size: 0.32rem;
}
.footer ul {
  display: flex;
  justify-content: space-around;
  margin: 1.0666666667rem 0 0 0;
  padding: 0 0.6133333333rem;
}
.footer ul li a {
  width: 1.7066666667rem;
  height: 1.7066666667rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EAEAEA;
}
.footer ul li a svg {
  fill: black;
  width: 0.64rem;
  height: 0.64rem;
  text-align: center;
}
.footer ul li a:hover {
  background-color: #11216A;
}
.footer ul li a:hover svg {
  fill: white;
}

/* 贷款首页 */
.loan-top {
  background: #11216A;
  padding: 0.48rem 0.6133333333rem 0.8rem 0.6133333333rem;
}
.loan-top .t1 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 28px;
}
.loan-top ul {
  margin: 0.8rem 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.loan-top ul li {
  margin-bottom: 0.5333333333rem;
  display: flex;
}
.loan-top ul li a {
  text-decoration: none;
  padding: 0.32rem 0.2666666667rem;
  border: 1px solid #4A5454;
  border-radius: 0.1333333333rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 4.08rem;
}
.loan-top ul li a .tag {
  padding: 0.16rem 0.32rem;
  color: #11216A;
  font-size: 0.3733333333rem;
  background-color: #9DF;
  border-radius: 5px;
  margin-bottom: 0.24rem;
  display: inline-flex;
}
.loan-top ul li a p {
  color: #C6C4D4;
  font-size: 0.32rem;
  margin: 0;
  padding: 0;
  height: 1.0666666667rem;
  line-height: 0.5333333333rem;
}
.loan-top ul li a:hover {
  border-color: #8AE58D;
}
.loan-top ul li a:hover .tag {
  color: #153C3C;
  background-color: #8AE58D;
}
.loan-top ul li a:hover p {
  color: #8AE58D;
}

.loan-server {
  margin-top: 1.0666666667rem;
  padding: 0 0.6133333333rem;
}
.loan-server ul {
  display: flex;
  border-radius: 0.5333333333rem;
  background: #F0F0F0;
  justify-content: space-around;
  padding: 0.2666666667rem 0;
  margin-top: 0.3733333333rem;
}
.loan-server ul li .ico {
  width: 1.2266666667rem;
  height: 1.2266666667rem;
  border-radius: 50%;
  background-color: #11216A;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.32rem;
}
.loan-server ul li svg {
  width: 0.5333333333rem;
  height: 0.5333333333rem;
}
.loan-server ul li p {
  font-size: 12px;
  color: #6C6C6C;
  margin: 0.16rem 0 0 0;
  padding: 0;
}

.loan-tool {
  margin-top: 1.0666666667rem;
  padding: 0 0.6133333333rem;
}
.loan-tool ul {
  margin-top: 0.4533333333rem;
}
.loan-tool ul li {
  border-top: 1px solid #DEDEDE;
  padding: 0.4rem 0;
}
.loan-tool ul li a {
  color: #000;
  font-size: 0.4266666667rem;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 0 0.2666666667rem;
}
.loan-tool ul li a:after {
  content: "";
  width: 0.6133333333rem;
  height: 0.6133333333rem;
  background: url(../images/read.png);
  background-size: 100%;
  position: absolute;
  top: 50%;
  margin-top: -0.3066666667rem;
  right: 0.2666666667rem;
}

.loan-step {
  margin-top: 1.0666666667rem;
  padding: 0 0.6133333333rem;
}
.loan-step ul li {
  border-radius: 10px;
  border: 1px solid #11216A;
  background: #F7F7F7;
  padding: 0.3466666667rem 0.6666666667rem 0.3466666667rem 0.4266666667rem;
  margin-top: 0.5333333333rem;
}
.loan-step ul li .t {
  color: #11216A;
  font-size: 0.3733333333rem;
  font-weight: 500;
}
.loan-step ul li p {
  font-size: 0.32rem;
  color: #808D9E;
  padding: 0;
  margin: 0.4rem 0 0 0;
}

.loan-cooperate {
  margin-top: 1.0666666667rem;
}
.loan-cooperate .t-g {
  padding: 0 0.6133333333rem;
}
.loan-cooperate ul {
  width: 100%;
  display: flex;
  align-content: flex-start;
  overflow-x: auto;
  padding-bottom: 0.8rem;
}
.loan-cooperate ul li {
  margin: 0 0.32rem;
  flex-shrink: 0;
}
.loan-cooperate ul li .img1 {
  width: 4.5333333333rem;
  height: 2.56rem;
  background-color: #fff;
  box-shadow: 0px 0px 7.4125738144px 0px rgba(195, 195, 195, 0.17);
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5333333333rem;
}

.loan-faq {
  margin-top: 1.0666666667rem;
  padding: 0 0.6133333333rem;
}
.loan-faq ul {
  margin-top: 0.6666666667rem;
}
.loan-faq ul li {
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 0px 7.4125738144px 0px rgba(195, 195, 195, 0.17);
  padding: 0.32rem 1.4666666667rem 0.32rem 0.32rem;
  margin-bottom: 0.3733333333rem;
  position: relative;
}
.loan-faq ul li:after {
  content: "+";
  color: #fff;
  width: 0.4266666667rem;
  height: 0.4266666667rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.32rem;
  background-color: #11216A;
  position: absolute;
  top: 0.4533333333rem;
  right: 0.32rem;
  border-radius: 50%;
}
.loan-faq ul li.on:after {
  content: "x";
}
.loan-faq ul li .t {
  color: #11216A;
  font-size: 0.32rem;
  line-height: 0.48rem;
}
.loan-faq ul li .p1 {
  color: #808D9E;
  font-size: 0.32rem;
  line-height: 0.48rem;
  display: none;
  margin-top: 0.2133333333rem;
}

/* 留学首页 */
.study-top {
  background: #11216A;
  padding: 0.48rem 0.6133333333rem 0.8rem 0.6133333333rem;
}
.study-top .t1 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 28px;
}
.study-top ul {
  margin: 0.8rem 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.study-top ul li {
  margin-bottom: 0.5333333333rem;
  display: flex;
}
.study-top ul li a {
  text-decoration: none;
  padding: 0.32rem 0.2666666667rem;
  border: 1px solid #4A5454;
  border-radius: 0.1333333333rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 4.08rem;
  height: 2.32rem;
}
.study-top ul li a .tag {
  padding: 0.16rem 0.32rem;
  color: #11216A;
  font-size: 0.32rem;
  background-color: #9DF;
  border-radius: 5px;
  margin-top: 0.24rem;
  display: inline-flex;
}
.study-top ul li a p {
  color: #fff;
  font-size: 0.3733333333rem;
  margin: 0;
  padding: 0;
}
.study-top ul li a:hover {
  border-color: #8AE58D;
}
.study-top ul li a:hover .tag {
  color: #153C3C;
  background-color: #8AE58D;
}
.study-top ul li a:hover p {
  color: #8AE58D;
}

.study-welcome {
  margin-top: 1.0666666667rem;
}
.study-welcome .t-g {
  padding: 0 0.6133333333rem;
  margin-bottom: 0.5333333333rem;
}
.study-welcome .t-g span {
  font-size: 1.0666666667rem;
  font-weight: 700;
}
.study-welcome .p1 {
  color: #868686;
  font-size: 0.32rem;
  line-height: 130%;
  padding: 0 0.6133333333rem;
}
.study-welcome ul {
  margin-top: 0.5333333333rem;
  padding: 0 0.6133333333rem;
}
.study-welcome ul li {
  margin-bottom: 0.8rem;
}
.study-welcome ul li .t1 {
  font-size: 0.3733333333rem;
  color: #11216A;
  position: relative;
  padding-left: 0.4rem;
}
.study-welcome ul li .t1:before {
  position: absolute;
  content: "";
  left: 0.1333333333rem;
  top: 50%;
  margin-top: -0.08rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.1333333333rem;
  height: 0.1333333333rem;
  border-radius: 50%;
  background-color: #11216A;
}
.study-welcome ul li p {
  font-size: 0.32rem;
  color: #868686;
  line-height: 130%;
  margin: 0;
  padding: 0;
}

.study-ranking {
  padding: 0 0.6133333333rem;
  margin-top: 1.0666666667rem;
}
.study-ranking .t-g {
  margin-bottom: 0.5333333333rem;
}
.study-ranking .t-g span {
  font-size: 1.0666666667rem;
  font-weight: 700;
}
.study-ranking ul {
  border-bottom: 1px solid #DEDEDE;
}
.study-ranking ul li {
  width: 100%;
}
.study-ranking ul li a {
  border-top: 1px solid #DEDEDE;
  font-size: 0.4266666667rem;
  color: #000;
  text-decoration: none;
  padding: 0.4rem 0.8rem 0.4rem 0.1333333333rem;
  display: flex;
  position: relative;
}
.study-ranking ul li a:after {
  content: "";
  position: absolute;
  background: url(../images//read_b.png) no-repeat;
  background-size: contain;
  width: 0.6133333333rem;
  height: 0.6133333333rem;
  top: 50%;
  margin-top: -0.3066666667rem;
  right: 0.1333333333rem;
}

.school-info {
  padding: 0 0.6133333333rem;
  margin-top: 1.0666666667rem;
}
.school-info .t-g {
  margin-bottom: 0.5333333333rem;
}
.school-info .t-g span {
  font-size: 1.0666666667rem;
  font-weight: 700;
}
.school-info .logo {
  width: 4.5866666667rem;
  margin: 1.0133333333rem auto 0;
}
.school-info .logo img {
  width: 100%;
}
.school-info .info {
  color: #868686;
  font-size: 12px;
  line-height: 130%; /* 15.6px */
}

.school-top {
  background-color: #11216A;
  padding: 0.6666666667rem 0 0.8266666667rem 0;
}
.school-top .t1 {
  color: #9DF;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px; /* 116.667% */
}
.school-top .info {
  margin-top: 0.8533333333rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.school-top .info .logo {
  width: 2.48rem;
}
.school-top .info .logo img {
  width: 100%;
}
.school-top .info .name {
  color: #FFF;
  text-align: center;
  line-height: 28px;
  padding-left: 0.32rem;
}
.school-top .info .name .th {
  font-size: 24px;
  line-height: 28px; /* 116.667% */
}
.school-top .info .name .p1 {
  font-size: 13px;
  margin-top: 0.2666666667rem;
}
.school-top .btn {
  border-radius: 5px;
  border: 1px solid #153C3C;
  background: #9DF;
  font-size: 14px;
  font-weight: 500;
  color: #11216A;
  width: 2.4rem;
  height: 0.9066666667rem;
  line-height: 0.9066666667rem;
  margin: 0.8rem auto 0;
  display: block;
  text-decoration: none;
  text-align: center;
}

.top-pre {
  background: #E4E4E4;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25) inset;
  height: 0.2133333333rem;
}
.top-pre div {
  border-radius: 0px 20px 20px 0px;
  background: #11216A;
  height: 0.2133333333rem;
}

.step-c {
  padding: 0 0.6133333333rem;
}
.step-c .step-title {
  margin-top: 1.0133333333rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.step-c .step-title .step-title-text {
  color: #11216A;
  font-size: 18px;
  font-weight: 500;
}
.step-c .step-title .step-title-wen {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background-color: #E8E8E8;
  text-align: center;
  line-height: 0.48rem;
  color: #5C5C5C;
  font-size: 0.32rem;
}
.step-c .step-tips {
  font-size: 0.32rem;
  color: #666;
  line-height: 150%;
  margin-top: 1.0133333333rem;
  display: none;
}
.step-c ul {
  margin-top: 1.0133333333rem;
}
.step-c ul li {
  margin-bottom: 0.5333333333rem;
}
.step-c ul li a {
  border-radius: 0.1333333333rem;
  border: 1px solid #11216A;
  background: #FFF;
  height: 1.3333333333rem;
  line-height: 1.3333333333rem;
  display: block;
  color: #11216A;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
.step-c .form-li {
  margin-top: 1.0133333333rem;
}
.step-c .form-li .input {
  border: 1px solid #868686;
  box-sizing: border-box;
  padding: 0 0.32rem;
  height: 1.3333333333rem;
  display: flex;
  position: relative;
  background-color: #fff;
  font-size: 0.3733333333rem;
  color: #666;
  font-weight: 500;
  align-items: center;
  margin-bottom: 0.5333333333rem;
}
.step-c .form-li .input input {
  border: 0;
  outline: 0;
  width: 100%;
  height: 1.28rem;
  line-height: 1.28rem;
  font-size: 0.3733333333rem;
  padding: 0;
}
.step-c .form-li .input textarea {
  border: 0;
  outline: 0;
  width: 100%;
  padding: 0;
  font-size: 0.3733333333rem;
}
.step-c .form-li .input .my-error-class {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.8533333333rem;
  color: rgb(255, 47, 46);
  line-height: 0.8533333333rem;
  font-size: 0.3733333333rem;
}
.step-c .form-mini {
  display: flex;
  justify-content: space-between;
}
.step-c .form-mini .input {
  width: 48%;
}
.step-c .btn {
  height: 1.3333333333rem;
  justify-content: center;
  align-items: center;
  border-radius: 1.3333333333rem;
  background: #11216A;
  width: 100%;
  font-size: 0.3733333333rem;
  font-weight: 500;
  color: #fff;
  outline: 0;
  border: 0;
  margin-top: 0.5333333333rem;
}
.step-c .step-ok {
  margin-top: 0.5333333333rem;
  border-radius: 0.4266666667rem;
  background: #FFF;
  box-shadow: 0px 15px 30px 0px rgba(43, 43, 43, 0.02);
  padding: 1.3333333333rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.step-c .step-ok .step-ico {
  width: 1.76rem;
  height: 1.76rem;
  border-radius: 50%;
  border: 4px solid #4263eb;
  background: url(../images/ok.png) no-repeat center center;
}
.step-c .step-ok .step-ok-t {
  color: #1A1A1A;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-top: 1.4933333333rem;
}
.step-c .step-ok .step-ok-p {
  margin-top: 0.4266666667rem;
  color: #1A1A1A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
}
.mask .mask-model {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  position: absolute;
}

.system-info {
  border-radius: 0.4266666667rem;
  background: #FFF;
  width: 8.7466666667rem;
  height: 7.28rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.32rem;
}
.system-info .t1 {
  color: #11216A;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.4266666667rem;
}
.system-info .p1, .system-info .p2 {
  padding: 0.08rem 0;
}
.system-info .p1 {
  color: #ABABAB;
}
.system-info .p2 {
  color: #000;
  font-weight: bold;
}
.system-info .btn {
  outline: 0;
  border: 0;
  width: 5.3333333333rem;
  height: 1.3333333333rem;
  border-radius: 1.3333333333rem;
  background: #11216A;
  text-align: center;
  line-height: 1.3333333333rem;
  font-size: 0.3733333333rem;
  color: #fff;
  margin-top: 0.9333333333rem;
}

/* 定义滚动条的样式 */
::-webkit-scrollbar {
  width: 8px; /* 设置滚动条宽度 */
}

/* 定义滚动条的滑块样式 */
::-webkit-scrollbar-thumb {
  background-color: #888; /* 设置滑块背景颜色 */
  border-radius: 4px; /* 设置滑块圆角 */
}

/* 定义滚动条的轨道样式 */
::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* 设置轨道背景颜色 */
  border-radius: 4px; /* 设置轨道圆角 */
}/*# sourceMappingURL=global.css.map */