@charset "utf-8";
/* CSS Document */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
body {
  padding: 0;
  margin: 0;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
input {
  outline: none;
}
html {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: normal;
  font-style: normal;
}
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button {
  color: #333333;
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
  background: #fff;
  line-height: 1.5;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #454545;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #454545;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #454545;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #454545;
}
/*宽度限制板块*/
.wbox {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}
.wbox:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.wbox {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .wbox {
  zoom: 1;
}
.wbox {
  display: block;
  position: relative;
}
/* End hide from IE-mac */
body {
  width: 100%;
}
input,
textarea,
a,
div,
button,
select {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.hide {
  display: none;
}
/**** DEMO单行
.text-overflow-ellipsis(1);
多行
 .text-overflow-ellipsis(2);
****/
.noSize {
  font-size: 0;
  text-indent: -9999em;
}
.flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
@-webkit-keyframes fadeInOut {
  0%,
  25%,
  100% {
    opacity: 0;
  }
  50%,
  75% {
    opacity: 1;
  }
}
@-moz-keyframes fadeInOut {
  0%,
  25%,
  100% {
    opacity: 0;
  }
  50%,
  75% {
    opacity: 1;
  }
}
@-o-keyframes fadeInOut {
  0%,
  25%,
  100% {
    opacity: 0;
  }
  50%,
  75% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0%,
  25%,
  100% {
    opacity: 0;
  }
  50%,
  75% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes zoomInAndOut {
  0% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.9);
    opacity: 1;
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(0.9);
    opacity: 1;
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(0.9);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(0.9);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0.9);
    opacity: 1;
  }
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform-origin: center center;
    transform: rotate(0deg);
  }
  100% {
    transform-origin: center center;
    transform: rotate(360deg);
  }
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
    opacity: 1;
  }
}
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes shake {
  50% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
  }
  0%,
  100% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
  }
}
@-webkit-keyframes flip1 {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
  }
  25% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  50% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
  }
}
@keyframes flip1 {
  0% {
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
  }
}
@-webkit-keyframes flip2 {
  0% {
    -webkit-transform: perspective(400px) rotateY(-90deg);
  }
  25% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  50% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
  }
}
@keyframes flip2 {
  0% {
    transform: perspective(400px) rotateY(-90deg);
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
  }
}
@-webkit-keyframes shine {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
}
@-webkit-keyframes gif {
  0% {
    background-position: 0%;
    opacity: 1;
  }
  100% {
    background-position: 200%;
    opacity: 1;
  }
}
@keyframes gif {
  0% {
    background-position: 0%;
    opacity: 1;
  }
  100% {
    background-position: 200%;
    opacity: 1;
  }
}
@-webkit-keyframes zoom2 {
  0% {
    -webkit-transform: scale3d(0.98, 1, 1);
    transform: scale3d(0.98, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(0.98, 1, 1);
    transform: scale3d(0.98, 1, 1);
  }
}
@keyframes zoom2 {
  0% {
    -webkit-transform: scale3d(0.98, 1, 1);
    transform: scale3d(0.98, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(0.98, 1, 1);
    transform: scale3d(0.98, 1, 1);
  }
}
@-webkit-keyframes matrix {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, -0.0015, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, -0.0015, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: center center 0px;
    -webkit-transform-origin: center center 0px;
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: center center 0px;
    -webkit-transform-origin: center center 0px;
  }
}
@keyframes matrix {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, -0.0015, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, -0.0015, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: center center 0px;
    -webkit-transform-origin: center center 0px;
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: center center 0px;
    -webkit-transform-origin: center center 0px;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes zoomIn2 {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes zoomIn2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes translateDown {
  0%,
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
  }
}
@keyframes translateLeft {
  0%,
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  50% {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
  }
}
@keyframes arrow {
  0%,
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 0.15rem);
    -webkit-transform: translate(0, 0.15rem);
    -moz-transform: translate(0, 0.15rem);
    -ms-transform: translate(0, 0.15rem);
    -o-transform: translate(0, 0.15rem);
  }
}
@-webkit-keyframes arrow {
  0%,
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 0.15rem);
    -webkit-transform: translate(0, 0.15rem);
    -moz-transform: translate(0, 0.15rem);
    -ms-transform: translate(0, 0.15rem);
    -o-transform: translate(0, 0.15rem);
  }
}
@keyframes show {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fylLeft {
  0% {
    opacity: 1;
    transform: translateX(-6rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-moz-keyframes fylLeft {
  0% {
    opacity: 1;
    transform: translateX(-6rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-ms-keyframes fylLeft {
  0% {
    opacity: 1;
    transform: translateX(-6rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-o-keyframes fylLeft {
  0% {
    opacity: 1;
    transform: translateX(-6rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fylLeft {
  0% {
    opacity: 1;
    transform: translateX(-6rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fylLeft {
  0% {
    opacity: 1;
    transform: translateX(-6rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-moz-keyframes fylLeft {
  0% {
    opacity: 1;
    transform: translateX(-6rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-ms-keyframes fylLeft {
  0% {
    opacity: 1;
    transform: translateX(-6rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-o-keyframes fylLeft {
  0% {
    opacity: 1;
    transform: translateX(-6rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fylLeft {
  0% {
    opacity: 1;
    transform: translateX(-6rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes scaleSkill {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes scaleSkill {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@-ms-keyframes scaleSkill {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@-o-keyframes scaleSkill {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes scaleSkill {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes scaleSkill {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes scaleSkill {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@-ms-keyframes scaleSkill {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@-o-keyframes scaleSkill {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes scaleSkill {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes btnShake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-2px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes btnShake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-2px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0);
  }
}
@-ms-keyframes btnShake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-2px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0);
  }
}
@-o-keyframes btnShake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-2px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes btnShake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-2px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes btnShake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-2px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes btnShake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-2px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0);
  }
}
@-ms-keyframes btnShake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-2px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0);
  }
}
@-o-keyframes btnShake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-2px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes btnShake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-2px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes innerIn {
  0% {
    transform: translateX(1000px);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes innerIn {
  0% {
    transform: translateX(1000px);
  }
  100% {
    transform: translateX(0);
  }
}
@-ms-keyframes innerIn {
  0% {
    transform: translateX(1000px);
  }
  100% {
    transform: translateX(0);
  }
}
@-o-keyframes innerIn {
  0% {
    transform: translateX(1000px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes innerIn {
  0% {
    transform: translateX(1000px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes innerIn {
  0% {
    transform: translateX(1000px);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes innerIn {
  0% {
    transform: translateX(1000px);
  }
  100% {
    transform: translateX(0);
  }
}
@-ms-keyframes innerIn {
  0% {
    transform: translateX(1000px);
  }
  100% {
    transform: translateX(0);
  }
}
@-o-keyframes innerIn {
  0% {
    transform: translateX(1000px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes innerIn {
  0% {
    transform: translateX(1000px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes sacleOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes sacleOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@-ms-keyframes sacleOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes sacleOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes sacleOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes sacleOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes sacleOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@-ms-keyframes sacleOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes sacleOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes sacleOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes circleOut {
  0% {
    transform: scale(0.9);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
@-moz-keyframes circleOut {
  0% {
    transform: scale(0.9);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
@-ms-keyframes circleOut {
  0% {
    transform: scale(0.9);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
@-o-keyframes circleOut {
  0% {
    transform: scale(0.9);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes circleOut {
  0% {
    transform: scale(0.9);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
@-webkit-keyframes circleOut {
  0% {
    transform: scale(0.9);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
@-moz-keyframes circleOut {
  0% {
    transform: scale(0.9);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
@-ms-keyframes circleOut {
  0% {
    transform: scale(0.9);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
@-o-keyframes circleOut {
  0% {
    transform: scale(0.9);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes circleOut {
  0% {
    transform: scale(0.9);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s;
}
.fade-enter,
.fade-leave-active {
  opacity: 0;
}
.vux-fade-enter-active,
.vux-fade-leave-active {
  opacity: 1;
  transition: opacity linear 0.2s;
}
.vux-fade-enter,
.vux-fade-leave-to {
  opacity: 0;
}
.vux-dialog-enter-active,
.vux-dialog-leave-active {
  opacity: 1;
  transition-duration: 400ms;
  transform: translate(-50%, -50%) scale(1) !important;
  transition-property: transform, opacity!important;
}
.vux-dialog-leave-active {
  transition-duration: 300ms;
}
.vux-dialog-enter {
  opacity: 0;
  transform: translate(-50%, -50%) scale(1.185) !important;
}
.vux-dialog-leave-active {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.85) !important;
}
.vux-mask-enter,
.vux-mask-leave-active {
  opacity: 0;
}
.vux-mask-leave-active,
.vux-mask-enter-active {
  transition: opacity 300ms;
}
html,
body,
#wrap {
  height: 100%;
  margin: 0 auto;
  background: #fff;
  color: #66666A;
  font-family: 'PingFang SC', 'MicroSoft Yahei';
}
body.dis {
  height: 100%;
  overflow: hidden;
}
#wrap {
  width: 100%;
  overflow-y: scroll;
}
#wrap::-webkit-scrollbar {
  width: 8px;
  height: 7px;
  background-color: rgba(245, 245, 245, 0.1);
  cursor: pointer;
}
#wrap::-webkit-scrollbar-thumb {
  height: 20px;
  border-radius: 10px;
  background-color: #dddee0;
  cursor: pointer;
}
#wrap::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
  background-color: #c7c9cc;
  overflow-y: auto;
}
#wrap .footer-wave {
  height: 0px;
  position: relative;
  z-index: 0;
}
#wrap .footer-wave::before {
  content: '';
  display: block;
  width: 100%;
  height: 276px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/wave_f45f8eac.png) no-repeat center center / 1920px auto;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
}
#app {
  min-width: 1400px;
  min-height: 600px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#wrap {
  position: relative;
}
.share-fix {
  position: fixed;
  bottom: 220px;
  right: 20px;
  z-index: 2;
}
.share-fix.student-share-fix .share-wrap {
  cursor: pointer;
  width: 115px;
  height: 105px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png) no-repeat;background-size:576px 353.5px;
background-position:-0px -211px;

}
.share-fix .share-wrap {
  cursor: pointer;
  width: 115px;
  height: 105px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png) no-repeat;background-size:576px 353.5px;
background-position:-116px -211px;

}
.footer {
  z-index: 1;
  position: relative;
}
.footer #NIE-copyRight {
  background: none;
  width: 100%;
  color: #939393;
  text-align: center;
}
.no-data {
  text-align: center;
  padding: 100px 0px;
}
.no-data::before {
  content: '';
  display: block;
  width: 140px;
  height: 98px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png);background-size:576px 353.5px;
background-position:-0px -112px;

  margin: 0 auto 20px;
}
.no-data::after {
  content: '\6682\65E0\6570\636E';
  margin: 40px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #8C8C8C;
}
.copyright {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  color: #66666A;
  /*display: flex;*/
  -ms-flex-align: center;
      align-items: center;
  font-size: 21px;
  cursor: pointer;
  z-index: 2;
}
.copyright:before {
  display: inline-block;
  content: '';
  width: 23px;
  height: 24px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png) no-repeat;background-size:1152px 707px;
background-position:-1058px -276px;

}
.copyright:hover,
.copyright.active {
  color: #b29877;
}
.copyright:hover:before,
.copyright.active:before {
  width: 23px;
  height: 24px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png) no-repeat;background-size:1152px 707px;
background-position:-1083px -276px;

}
#NIE-copyRight p,
#NIE-copyRight span,
#NIE-copyRight a,
#NIE-copyRight em {
  color: #66666A;
}
.share .nav {
  display: none;
}
.con-tip {
  line-height: 25px;
  font-size: 14px;
}
.con-tip a {
  color: #66666A;
}
.con-tip a:hover {
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.con-tip p {
  text-align: center;
}
.right-arr-btn {
  padding: 0 40px;
  height: 48px;
  background: #4581EE;
  border-radius: 5px;
  display: inline-block;
  line-height: 48px;
  color: #fff;
  box-sizing: border-box;
}
.right-arr-btn:hover {
  background: #6FA2FF;
}
.right-arr-btn::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/rightarr2_ddad028e.svg);
  margin-left: 10px;
  vertical-align: -6px;
}
.main-btn {
  display: inline-block;
  width: 124px;
  height: 44px;
  background: #4581EE;
  border-radius: 5px;
  line-height: 44px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
}
.main-btn:hover {
  background: #6FA2FF;
}
.normal-btn {
  display: inline-block;
  width: 124px;
  height: 44px;
  background: #fff;
  border-radius: 5px;
  line-height: 42px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #4581EE;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #4581EE;
}
.normal-btn:hover {
  background: #4581EE;
  color: #fff;
}
.top-btn {
  width: 72px;
  height: 72px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png);background-size:576px 353.5px;
background-position:-141px -112px;

  position: fixed;
  bottom: 120px;
  right: 40px;
  z-index: 8;
  cursor: pointer;
  display: none;
}
.top-btn:hover {
  width: 72px;
  height: 72px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png);background-size:576px 353.5px;
background-position:-214px -112px;

}
.top-btn.visible {
  display: block;
}
body[page=myIntegral] #wrap {
  background: linear-gradient(180deg, #EEF4FB 0%, #C5D8FC 100%);
}
body[page=myIntegral] #wrap .footer-wave {
  z-index: 10;
}
body[page=accept] .footer-wave,
body[page=infer] .footer-wave,
body[page=login] .footer-wave {
  display: none;
}
body[page=accept] .footer,
body[page=infer] .footer,
body[page=login] .footer {
  height: 0px;
}
body[page=accept] .footer #NIE-copyRight,
body[page=infer] .footer #NIE-copyRight,
body[page=login] .footer #NIE-copyRight {
  position: absolute;
  bottom: 10px;
}
.index-student-wrap,
.login-page {
  max-height: 1080px;
  min-height: 950px;
  height: 100vh;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/bg2_0b9c806b.jpeg) center top / 1920px 1080px no-repeat;
  position: relative;
}
.index-student-wrap::before,
.login-page::before {
  content: '';
  display: block;
  width: 580px;
  height: 150px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/slogan_3403674c.png) no-repeat center center / 100% 100%;
  position: absolute;
  left: 50%;
  top: 95px;
  transform: translateX(-50%);
}
.el-popper.el-cascader__dropdown .el-cascader-node.in-active-path,
.el-popper.el-cascader__dropdown .el-cascader-node.is-active {
  color: #4580FF;
}
.common-scroll {
  width: calc(100% - 4px);
}
.common-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.common-scroll::-webkit-scrollbar-thumb {
  background-color: #DFE2E9;
  border-radius: 8px;
}
.common-scroll::-webkit-scrollbar-track-piece,
.common-scroll ::-webkit-scrollbar-corner {
  background: transparent;
}
.index-wrap {
  border-bottom: 1px solid #EEEEEE;
}
.index-wrap .banner-box {
  width: 100%;
  height: 520px;
  background: #eee;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/banner_5c971b72.jpg) no-repeat center top / 1920px auto;
  position: relative;
  z-index: 1;
}
.index-wrap .banner-box-btn {
  display: inline-block;
  position: absolute;
  bottom: 45px;
  left: 50%;
  cursor: pointer;
  transform: translateX(-50%);
  width: 300px;
  height: 72px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/neitui-btn_bfd0eff1.png) no-repeat center center / 100% 100%;
}
.index-wrap .banner-box-btn:hover {
  background-image: url(https://xiaozhao.leihuo.netease.com/neitui/img/neitui-btn-h_023d7989.png);
}
.index-wrap .index-tabs {
  display: -ms-flexbox;
  display: flex;
  width: 761px;
  height: 90px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/tab-bg_3751aa1e.png) no-repeat center center / 100% 100%;
  margin: -30px auto 0;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 2;
  position: relative;
}
.index-wrap .index-tabs li {
  width: 240px;
  height: 52px;
  display: -ms-flexbox;
  display: flex;
  margin-top: 19px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}
.index-wrap .index-tabs li.tab-1 {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png);background-size:1152px 707px;
background-position:-574px -276px;
width:240px;
height:52px;

}
.index-wrap .index-tabs li.tab-1 .tab-icon {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/jiangli-h_37af7ba6.svg);
}
.index-wrap .index-tabs li.tab-2 {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png);background-size:1152px 707px;
background-position:-816px -276px;
width:240px;
height:52px;

}
.index-wrap .index-tabs li.tab-2 .tab-icon {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/neitui-h_ae710ddb.svg);
}
.index-wrap .index-tabs li.tab-3 {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png);background-size:1152px 707px;
background-position:-464px -422px;
width:240px;
height:52px;

}
.index-wrap .index-tabs li.tab-3 .tab-icon {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/qa-h_c0ff846d.svg);
}
.index-wrap .index-tabs li p {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #404040;
}
.index-wrap .index-tabs li:last-child {
  margin-right: 0;
}
.index-wrap .index-tabs li .tab-icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 4px;
  background: #ECECEC;
}
.index-wrap .index-tabs li.active.tab-1,
.index-wrap .index-tabs li:hover.tab-1 {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png);background-size:1152px 707px;
background-position:-706px -422px;
width:240px;
height:52px;

}
.index-wrap .index-tabs li.active.tab-1 .tab-icon,
.index-wrap .index-tabs li:hover.tab-1 .tab-icon {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/jiangli_1ddef693.svg);
}
.index-wrap .index-tabs li.active.tab-2,
.index-wrap .index-tabs li:hover.tab-2 {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png);background-size:1152px 707px;
background-position:-464px -476px;
width:240px;
height:52px;

}
.index-wrap .index-tabs li.active.tab-2 .tab-icon,
.index-wrap .index-tabs li:hover.tab-2 .tab-icon {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/neitui_79e463d1.svg);
}
.index-wrap .index-tabs li.active.tab-3,
.index-wrap .index-tabs li:hover.tab-3 {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png);background-size:1152px 707px;
background-position:-706px -476px;
width:240px;
height:52px;

}
.index-wrap .index-tabs li.active.tab-3 .tab-icon,
.index-wrap .index-tabs li:hover.tab-3 .tab-icon {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/qa_e0acd606.svg);
}
.index-wrap .index-tabs li.active p,
.index-wrap .index-tabs li:hover p {
  color: #FFFFFF;
}
.index-wrap.is-student .index-tabs {
  width: 517px;
  height: 90px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/tab-bg-st_0a700ea2.png) no-repeat center center / 100% 100%;
}
.index-wrap.is-student .index-tabs .tab-1 {
  margin-right: 4px;
}
.neitui-step-wrap {
  width: 1350px;
  margin: 25px auto 110px;
}
.neitui-step-wrap.is-employee {
  width: 1350px;
  height: 530px;
  margin: 25px auto 110px;
  font-size: 18px;
  color: #404040;
}
.neitui-step-wrap.is-employee .neitui-1 {
  width: 218px;
  margin-right: 95px;
}
.neitui-step-wrap.is-employee .neitui-2 {
  width: 350px;
}
.neitui-step-wrap.is-employee .neitui-3 {
  width: 350px;
  margin-left: 60px;
}
.neitui-step-wrap.is-employee .neitui-tips {
  width: 100%;
  height: 130px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/process-detail_1a1c7d5d.png) no-repeat center bottom / 100% auto;
}
.neitui-step-wrap .neitui-process {
  height: 193px;
  display: -ms-flexbox;
  display: flex;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/process-bg_5b7c781e.png) no-repeat 100% 100%;
}
.neitui-step-wrap .neitui-process .neitui-title {
  display: inline-block;
  margin: 20px 20px 0 20px;
  width: 148px;
  height: 63px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png);background-size:1152px 707px;
background-position:-464px -530px;

}
.neitui-step-wrap .neitui-process.sp {
  margin: 20px 0;
  height: 167px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/process-bg-sp_cf927f52.png) no-repeat 100% 100%;
}
.neitui-step-wrap .neitui-process.sp .neitui-title {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png);background-size:1152px 707px;
background-position:-614px -530px;
width:148px;
height:63px;

}
.neitui-step-wrap .neitui-process.sp .neitui-step li.neitui-3 .icon {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png);background-size:1152px 707px;
background-position:-982px -166px;
width:24px;
height:24px;

}
.neitui-step-wrap .neitui-process.sp .neitui-step li.neitui-2 .icon {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png);background-size:1152px 707px;
background-position:-1008px -166px;
width:24px;
height:24px;

}
.neitui-step-wrap .neitui-process.sp .neitui-step li.neitui-1 .icon {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png);background-size:1152px 707px;
background-position:-1034px -166px;
width:24px;
height:24px;

}
.neitui-step-wrap .neitui-step {
  margin-top: 20px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}
.neitui-step-wrap .neitui-step::before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 32px;
  transform: translateY(-50%);
  width: 1143px;
  height: 15px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/process-line_6e04526f.png) no-repeat 100% 100%;
}
.neitui-step-wrap .neitui-step li {
  position: relative;
  z-index: 2;
  width: 340px;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  color: #404040;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.neitui-step-wrap .neitui-step li .icon {
  width: 24px;
  height: 24px;
  margin: 12px 0 0;
  display: inline-block;
}
.neitui-step-wrap .neitui-step li::before {
  display: block;
  content: '';
  width: 58px;
  height: 58px;
}
.neitui-step-wrap .neitui-step li p {
  word-break: break-all;
  margin-top: 4px;
}
.neitui-step-wrap .neitui-step .neitui-3::before {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png);background-size:1152px 707px;
background-position:-826px -530px;
width:58px;
height:58px;

}
.neitui-step-wrap .neitui-step .neitui-3 .icon {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png);background-size:1152px 707px;
background-position:-1060px -166px;
width:24px;
height:24px;

}
.neitui-step-wrap .neitui-step .neitui-2::before {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png);background-size:1152px 707px;
background-position:-886px -530px;
width:58px;
height:58px;

}
.neitui-step-wrap .neitui-step .neitui-2 .icon {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png);background-size:1152px 707px;
background-position:-1086px -166px;
width:24px;
height:24px;

}
.neitui-step-wrap .neitui-step .neitui-1::before {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png);background-size:1152px 707px;
background-position:-946px -530px;
width:58px;
height:58px;

}
.neitui-step-wrap .neitui-step .neitui-1 .icon {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png);background-size:1152px 707px;
background-position:-1112px -166px;
width:24px;
height:24px;

}
.neitui-step-wrap .neitui-step .neitui-3 p a {
  text-decoration: underline;
}
.neitui-step-wrap.st .neitui-tips {
  width: 100%;
  height: 130px;
  margin-top: 20px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/process-st-tips_427f1956.png) no-repeat center bottom / 100% auto;
}
.neitui-step-wrap.st .neitui-3 {
  margin-left: 20px;
}
.neitui-gift {
  width: 1120px;
  height: 1720px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/gift_8c529796.png) no-repeat;
  background-size: 100%;
  margin: 20px auto 48px;
  position: relative;
}
.neitui-gift span {
  display: inline-block;
  cursor: pointer;
  width: 70px;
  height: 24px;
  position: absolute;
}
.neitui-gift span.link-1 {
  top: 680px;
  left: 655px;
}
.neitui-gift span.link-2 {
  top: 1090px;
  left: 300px;
}
.neitui-qa {
  padding: 0 0 176px;
}
.neitui-qa ul {
  width: 1234px;
  margin: 0 auto;
}
.neitui-qa ul li {
  padding: 30px 0;
  border-bottom: 1px dashed #E3E3E3;
}
.neitui-qa ul li:last-child {
  border: none;
}
.neitui-qa ul li .qa-q,
.neitui-qa ul li .qa-a {
  position: relative;
  padding-left: 45px;
  box-sizing: border-box;
}
.neitui-qa ul li .qa-q::before,
.neitui-qa ul li .qa-a::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 2px;
}
.neitui-qa ul li .qa-q {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #404040;
  margin-bottom: 16px;
}
.neitui-qa ul li .qa-q::before {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/qa-q_7488fcc6.svg);
}
.neitui-qa ul li .qa-a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #66666A;
}
.neitui-qa ul li .qa-a::before {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/qa-a_6e2046b5.svg);
}
.neitui-qa .neitui-qa-popo {
  width: 1234px;
  height: 350px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/popo_0d4bcd3d.png) no-repeat;
  background-size: 100% auto;
  margin: 40px auto 0;
  position: relative;
}
.neitui-qa .neitui-qa-popo > span {
  display: inline-block;
  position: absolute;
  width: 249px;
  height: 64px;
  bottom: 144px;
  left: 141px;
  cursor: pointer;
}
.neitui-qa .neitui-qa-popo > span:nth-child(2) {
  left: 438px;
}
.position-page {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 230px 80px 60px;
  border-bottom: 1px solid #EEEEEE;
  min-height: 100vh;
}
.position-page .inner {
  width: 100%;
  height: 1200px;
  overflow-y: hidden;
}
.position-page .inner .go-employee {
  margin-top: 10px;
}
.position-page .inner .go-employee span {
  font-size: 16px;
}
.position-page .search-wrap {
  width: 400px;
  height: 36px;
  margin: 0 0 20px 0;
  position: relative;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #DCE1EB;
  border-radius: 4px;
}
.position-page .search-wrap input {
  width: 100%;
  background: transparent;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px 0 10px;
  height: 100%;
  line-height: 100%;
  font-size: 14px;
}
.position-page .search-wrap input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #BCBCBC;
}
.position-page .search-wrap input::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #BCBCBC;
}
.position-page .search-wrap input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #BCBCBC;
}
.position-page .search-wrap input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #BCBCBC;
}
.position-page .search-wrap .btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 18px;
  height: 18px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/search_65bba21a.svg) no-repeat center center;
  cursor: pointer;
  text-indent: -999px;
  overflow: hidden;
}
.position-page .search-wrap .btn:hover {
  opacity: 0.8;
}
.position-page .filter {
  font-size: 14px;
  margin: 0 0 16px 0;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 80px;
  top: 106px;
}
.position-page .filter.project-filter {
  top: 66px;
  height: 56px;
  line-height: 56px;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #F6F6F6;
  left: 0;
  right: 0;
  color: #5C5C5C;
  font-size: 14px;
  box-sizing: border-box;
  border-bottom: 1px solid #DCE1EB;
}
.position-page .filter.project-filter .active {
  height: 56px;
  box-sizing: border-box;
  background-color: #EAEFFD;
  color: #4162E4;
  border-bottom: 4px solid #4581EE;
}
.position-page .filter.project-filter .list > span {
  display: inline-block;
  width: 146px;
  text-align: center;
}
.position-page .filter.project-filter .list > span:not(:last-child) {
  margin-right: 20px;
}
.position-page .filter.job-filter {
  top: 148px;
}
.position-page .filter.place-filter {
  top: 190px;
}
.position-page .filter.type-filter {
  top: 232px;
}
.position-page .filter .title {
  color: #BCBCBC;
  margin-right: 10px;
}
.position-page .filter .list span {
  display: block;
  cursor: pointer;
  float: left;
  margin-right: 40px;
}
.position-page .filter .list span.active,
.position-page .filter .list span:hover {
  color: #4581EE;
}
.position-page .filter .list span:last-child {
  margin-right: 0;
}
.position-page .list-wrap .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
.position-page .list-wrap .item {
  width: calc(50% - 10px);
  position: relative;
  padding: 15px ;
  height: 110px;
  background: #FFFFFF;
  border: 2px solid #EEEEEE;
  border-radius: 5px;
  margin-bottom: 20px;
  cursor: pointer;
  box-sizing: border-box;
}
.position-page .list-wrap .item .tip {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-right: 10%;
}
.position-page .list-wrap .item .tip .pos {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 24%;
  height: 30px;
  background: #F8F8F8;
  border-radius: 5px;
  margin-right: 8px;
}
.position-page .list-wrap .item:hover {
  border: 2px solid #4581EE;
}
.position-page .list-wrap .item:nth-child(2n+1) {
  margin-right: 20px;
}
.position-page .list-wrap .item .pos-name {
  font-size: 18px;
  color: #66666A;
  font-weight: bold;
  line-height: 30px;
}
.position-page .list-wrap .item .button {
  position: absolute;
  right: 21px;
  width: 24px;
  height: 24px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/rightarr_76620bca.svg);
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  cursor: pointer;
}
.position-page .list-wrap .item .button:hover,
.position-page .list-wrap .item .button.active {
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.position-page .loading {
  color: #939393;
}
.position-page .loading:before,
.position-page .loading:after {
  background: #939393;
}
.position-page .go-employee {
  margin: 20px auto 0;
  text-align: center;
}
.position-page .go-employee span {
  font-size: 18px;
  line-height: 25px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #4581EE;
  cursor: pointer;
}
.el-pagination {
  text-align: right;
}
.el-pagination .number.active {
  background: #4581EE;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
  background: #4581EE;
}
.el-pagination button,
.el-pagination span:not([class*=suffix]) {
  line-height: 31px;
  padding: 0 14px;
}
.position-list-wrap .pos-name {
  font-size: 14px;
  color: #66666A;
  line-height: 30px;
  font-weight: 500;
}
.position-list-wrap .tip {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px 0 0 0;
}
.position-list-wrap .tip .pos {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
  box-sizing: border-box;
  padding: 0 8px;
}
.position-list-wrap .tip .pos:before {
  display: inline-block;
  content: '';
  vertical-align: bottom;
  margin-right: 4px;
  width: 24px;
  height: 24px;
  vertical-align: -6px;
}
.position-list-wrap .tip .pos.pos1:before {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/maozi_f3be7b2d.svg);
}
.position-list-wrap .tip .pos.pos3:before {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/rili_73d87a7b.svg);
}
.position-list-wrap .tip .pos.pos4 {
  padding-right: 0;
  border-right: none;
}
.position-list-wrap .tip .pos.pos4:before {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/dizhi_0fb2daff.svg);
}
.position-list-wrap .tip .pos.jishu::before {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/jishu_bb3310d8.svg);
}
.position-list-wrap .tip .pos.zhineng::before {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/zhineng_e0741992.svg);
}
.position-list-wrap .tip .pos.sheji::before {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sheji_22a40dea.svg);
}
.position-list-wrap .tip .pos.cehua::before {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/cehua_363a9717.svg);
}
.position-list-wrap .tip .pos.zonghe::before {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/zonghe_f45836f0.svg);
}
.position-list-wrap .tip .pos.ux::before {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/ux_f93dd7ae.svg);
}
.hot {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  color: #db3d2b;
  padding-left: 28px;
  height: 20px;
  line-height: 20px;
  font-weight: normal;
}
.hot:before {
  position: absolute;
  left: 0px;
  top: -3px;
  display: inline-block;
  content: '';
  width: 24px;
  height: 24px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/hot_99b911d1.svg);
}
.table-page-wrap .el-pagination.is-background .btn-next,
.table-page-wrap .el-pagination.is-background .btn-prev,
.table-page-wrap .el-pagination.is-background .el-pager li {
  background: none;
  width: 32px;
  height: 32px;
  line-height: 32px;
  box-sizing: border-box;
}
.table-page-wrap .el-pagination.is-background .el-pager li {
  border: 1px solid #DCDCDC;
  border-radius: 3px;
}
.table-page-wrap .el-pagination.is-background .el-pager li:not(.disabled).active {
  border: none;
}
.nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 66px;
  background: #4581EE;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  box-sizing: border-box;
  padding: 0 80px;
  z-index: 5;
}
.nav .left-part {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.nav .nav-title {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  margin-right: 60px;
}
.nav .nav-logo {
  display: inline-block;
  width: 313px;
  height: 30px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png);background-size:1152px 707px;
background-position:-574px -330px;

}
.nav .nav-employee {
  display: inline-block;
  height: 33px;
}
.nav .nav-employee a {
  display: inline-block;
  -ms-flex: 1;
      flex: 1;
  height: 33px;
  line-height: 33px;
  text-align: center;
  margin-right: 60px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  opacity: 0.7;
  position: relative;
}
.nav .nav-employee a:last-child {
  margin-right: 0;
}
.nav .nav-employee a:hover,
.nav .nav-employee a.router-link-exact-active,
.nav .nav-employee a.active {
  opacity: 1;
}
.nav .nav-employee a.router-link-exact-active::after,
.nav .nav-employee a.active::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  width: 100%;
  left: 0;
}
.nav .info-name {
  display: inline-block;
  font-size: 16px;
  margin-left: 30px;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
}
.nav .info-name:before {
  display: inline-block;
  content: '';
  width: 26px;
  height: 26px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/person_3852beca.svg) no-repeat;
  margin-right: 6px;
  vertical-align: -6px;
}
.nav .info-name.logined {
  cursor: pointer;
}
.nav .info-name.logined:after {
  display: inline-block;
  content: '';
  width: 24px;
  height: 24px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/down_bb75c350.svg) no-repeat;
  margin-left: 12px;
  vertical-align: -6px;
}
.log-out {
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.log-out:hover {
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.myRecommend .my-recommend {
  overflow: hidden;
}
.myRecommend .my-recommend .content {
  width: 93%;
  margin: 106px auto 100px;
  position: relative;
}
.myRecommend .my-recommend .content .set-top {
  position: relative;
  margin-bottom: 4px;
}
.myRecommend .my-recommend .content .set-top .top-content {
  background: #fff;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list {
  border: 1px solid rgba(69, 129, 238, 0.35);
  background: #F3F8FF;
  border-radius: 5px;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 15px 20px;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .title .title-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .title .title-left span {
  margin: 0 10px 0 14px;
  font-size: 20px;
  color: #404040;
  font-weight: 600;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .title .title-left .not-apply {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #E3EFFF;
  border-radius: 3px;
  padding: 4px 10px;
  margin-right: 10px;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .title .title-left .not-apply span {
  font-weight: normal;
  font-size: 16px;
  color: #66666a;
  margin: 0;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .title .title-left .not-apply p {
  color: #4581EE;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .title .title-left .not-apply div {
  background: #F3F8FF;
  border-radius: 2px;
  padding: 2px;
  font-size: 12px;
  margin-left: 6px;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .title .title-right {
  color: #4581EE;
  cursor: pointer;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .title .title-right span {
  font-size: 14px;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .title .empty-data {
  color: #4581EE;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .el-divider--horizontal {
  margin: 0;
  background: #BED3F9;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank {
  max-height: 313px;
  overflow-y: auto;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank::-webkit-scrollbar {
  width: 20px;
  height: 7px;
  background-color: rgba(245, 245, 245, 0.1);
  cursor: pointer;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank::-webkit-scrollbar-thumb {
  border-radius: 10px;
  cursor: pointer;
  border: 6px solid rgba(0, 0, 0, 0);
  box-shadow: 8px 0 0 #dddee0 inset;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
  box-shadow: 8px 0 0 #c7c9cc inset;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank .project-steps {
  padding: 26px 80px 0;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank .project-steps .project-data {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  text-align: center;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank .project-steps .project-data .project-title {
  width: 200px;
  text-align: left;
  margin-top: 12px;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank .project-steps .project-data .project-title img {
  margin-right: 7px;
  vertical-align: middle;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank .project-steps .project-data .project-title span {
  color: #404040;
  vertical-align: middle;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank .project-steps .project-data .select-step {
  background: #4581EE;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank .project-steps .project-data .select-step span {
  color: #FFFFFF;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank .project-steps .project-data .select-step p span {
  color: #fff;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank .project-steps .project-data .select-step p span:first-child {
  color: #fff;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank .project-steps .project-data .steps-data {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank .project-steps .project-data .steps-data .select-step,
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank .project-steps .project-data .steps-data .steps {
  background: #DCE8FF;
  border-radius: 5px;
  width: 120px;
  height: 58px;
  padding-top: 8px;
  position: relative;
  cursor: pointer;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank .project-steps .project-data .steps-data .select-step div,
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank .project-steps .project-data .steps-data .steps div {
  position: absolute;
  top: -12px;
  left: 0;
  background: #FBBF07;
  border-radius: 5px 5px 5px 0px;
  font-size: 12px;
  padding: 2px;
  color: #FFFFFF;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank .project-steps .project-data .steps-data .select-step div span,
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank .project-steps .project-data .steps-data .steps div span {
  color: #fff;
  margin-left: 2px;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank .project-steps .project-data .steps-data .select-step span,
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank .project-steps .project-data .steps-data .steps span {
  color: #66666A;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank .project-steps .project-data .steps-data .select-step p span,
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank .project-steps .project-data .steps-data .steps p span {
  font-weight: 500;
  font-size: 16px;
  color: #4581EE;
  vertical-align: middle;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank .project-steps .project-data .steps-data .select-step p span:first-child,
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank .project-steps .project-data .steps-data .steps p span:first-child {
  font-size: 26px;
  font-weight: 700;
  color: #4581EE;
  margin-right: 1px;
  line-height: 26px;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank .project-steps .project-data .steps-data .select-step:hover,
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank .project-steps .project-data .steps-data .steps:hover {
  background: #4581EE;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank .project-steps .project-data .steps-data .select-step:hover span,
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank .project-steps .project-data .steps-data .steps:hover span {
  color: #FFFFFF;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank .project-steps .project-data .steps-data .select-step:hover p span,
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank .project-steps .project-data .steps-data .steps:hover p span {
  color: #fff;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank .project-steps .project-data .steps-data .select-step:hover p span:first-child,
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank .project-steps .project-data .steps-data .steps:hover p span:first-child {
  color: #fff;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank .project-steps .project-data .steps-data .select-step {
  background: #4581EE;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank .project-steps .project-data .steps-data .select-step span {
  color: #FFFFFF;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank .project-steps .project-data .steps-data .select-step p span {
  color: #fff;
}
.myRecommend .my-recommend .content .set-top .top-content .recommend-list .recommend-rank .project-steps .project-data .steps-data .select-step p span:first-child {
  color: #fff;
}
.myRecommend .my-recommend .content .set-top .top-content .filter-box {
  position: relative;
}
.myRecommend .my-recommend .content .set-top .top-content .filter-content {
  background: #fff;
  width: 100%;
}
.myRecommend .my-recommend .content .set-top .top-content .filter-content .search-student {
  text-align: center;
}
.myRecommend .my-recommend .content .set-top .top-content .filter-content .search-student .el-input-group {
  width: 573px;
  height: 48px;
}
.myRecommend .my-recommend .content .set-top .top-content .filter-content .search-student .el-input-group .el-input__inner {
  height: 48px;
  border: 1px solid rgba(69, 129, 238, 0.35);
}
.myRecommend .my-recommend .content .set-top .top-content .filter-content .search-student .el-input-group .el-input-group__append {
  width: 71px;
  background: #4581EE;
  border: 1px solid rgba(69, 129, 238, 0.35);
  color: #fff;
}
.myRecommend .my-recommend .content .set-top .top-content .filter-content .apply-state .state-title {
  color: #BCBCBC;
  vertical-align: text-top;
}
.myRecommend .my-recommend .content .set-top .top-content .filter-content .apply-state .el-radio-group .el-radio-button__inner {
  background-color: transparent;
  color: #66666A;
  border: none;
  font-size: 16px;
  padding: 16px 20px 20px;
  font-weight: bold;
}
.myRecommend .my-recommend .content .set-top .top-content .filter-content .apply-state .el-radio-group .el-radio-button__orig-radio:checked + .el-radio-button__inner {
  color: #4581EE;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.myRecommend .my-recommend .content .set-top .top-content .filter-content .filter-stu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.myRecommend .my-recommend .content .set-top .top-content .filter-content .filter-stu .el-form {
  display: inline-block;
  margin-right: -24px;
}
.myRecommend .my-recommend .content .set-top .top-content .filter-content .filter-stu .el-form .el-form-item__label {
  font-size: 16px;
  color: #BCBCBC;
  padding: 0;
}
.myRecommend .my-recommend .content .set-top .top-content .filter-content .filter-stu .el-form .el-select {
  width: 160px;
}
.myRecommend .my-recommend .content .set-top .top-content .filter-content .filter-stu .el-form .el-form-item {
  margin-right: 24px;
}
.myRecommend .my-recommend .content .set-top .top-content .filter-content .filter-stu .el-form .el-form-item:nth-child(5) .el-select {
  width: 296px;
}
.myRecommend .my-recommend .content .set-top .top-content .filter-content .filter-stu .el-form .el-form-item:nth-child(5) .el-select .el-select__tags {
  max-height: 56px;
  overflow-x: hidden;
  overflow-y: auto;
}
.myRecommend .my-recommend .content .set-top .top-content .filter-content .filter-stu .el-form .el-form-item:last-child .el-input__inner {
  width: 290px;
}
.myRecommend .my-recommend .content .set-top .top-content .filter-content .filter-stu .el-form .el-form-item:last-child .el-input__inner:focus {
  border-color: #4581EE;
}
.myRecommend .my-recommend .content .set-top .top-content .filter-content .filter-stu .el-form .el-form-item:last-child .el-input__suffix-inner {
  cursor: pointer;
}
.myRecommend .my-recommend .content .set-top .top-content .filter-content .filter-stu .el-form .el-form-item:last-child .el-input__suffix-inner:hover {
  color: #4581EE;
}
.myRecommend .my-recommend .content .set-top .top-content .filter-content .filter-stu .one-remind-btn {
  text-align: right;
  padding-bottom: 22px;
}
.myRecommend .my-recommend .content .set-top .top-content .filter-content .filter-stu .one-remind-btn .one-remind {
  height: 36px;
  width: 206px;
  background: #4581EE;
  font-size: 16px;
  padding: 9px 20px;
}
.myRecommend .my-recommend .content .set-top .top-content .filter-content .filter-stu .one-remind-btn .surplus-time {
  width: 206px;
  height: 36px;
  background: #EEEEEE;
  border-radius: 5px;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
}
.myRecommend .my-recommend .content .set-top .top-content .filter-content .filter-stu .one-remind-btn .surplus-time span {
  color: #4581EE;
}
.myRecommend .my-recommend .content .students .stu-info {
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 12px 0 0;
  margin-bottom: 12px;
}
.myRecommend .my-recommend .content .students .stu-info .stu-name {
  margin: -12px 0 0 40px;
  width: 200px;
}
.myRecommend .my-recommend .content .students .stu-info .stu-name span {
  color: #404040;
  vertical-align: middle;
}
.myRecommend .my-recommend .content .students .stu-info .stu-name img {
  vertical-align: middle;
}
.myRecommend .my-recommend .content .students .stu-info .stu-data {
  -ms-flex: 1;
      flex: 1;
}
.myRecommend .my-recommend .content .students .stu-info .stu-data .stu-detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 12px;
}
.myRecommend .my-recommend .content .students .stu-info .stu-data .stu-detail section {
  width: 41%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 10px;
}
.myRecommend .my-recommend .content .students .stu-info .stu-data .stu-detail section .choice-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.myRecommend .my-recommend .content .students .stu-info .stu-data .stu-detail section .choice-info p {
  width: 64px;
  height: 24px;
  border-radius: 2px;
  font-size: 12px;
  font-family: 'PingFang SC';
  text-align: center;
  line-height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.myRecommend .my-recommend .content .students .stu-info .stu-data .stu-detail section .choice-info .first-choice {
  background: #FDD5D0;
  color: #E86351;
}
.myRecommend .my-recommend .content .students .stu-info .stu-data .stu-detail section .choice-info .second-choice {
  background: #FEEFC1;
  color: #F0C235;
}
.myRecommend .my-recommend .content .students .stu-info .stu-data .stu-detail section .choice-info .invalid-choice {
  background: #EEEEEE;
  color: #BCBCBC;
}
.myRecommend .my-recommend .content .students .stu-info .stu-data .stu-detail section .choice-info .job-name {
  color: #66666a;
  margin-left: 8px;
}
.myRecommend .my-recommend .content .students .stu-info .stu-data .stu-detail section .choice-info .recommend-up {
  position: relative;
  display: inline-block;
  margin-left: 2px;
  cursor: pointer;
}
.myRecommend .my-recommend .content .students .stu-info .stu-data .stu-detail section .choice-info .recommend-up .hover-up {
  position: absolute;
  top: -39px;
  left: -52px;
  display: none;
}
.myRecommend .my-recommend .content .students .stu-info .stu-data .stu-detail section .choice-info .recommend-up:hover .hover-up {
  display: block;
}
.myRecommend .my-recommend .content .students .stu-info .stu-data .stu-detail section .el-button {
  height: 24px;
  width: 84px;
  font-size: 12px;
  background: #4581EE;
  padding: 2px 8px;
  margin-left: 12px;
}
.myRecommend .my-recommend .content .students .stu-info .stu-data .stu-detail section .el-button span {
  color: #fff;
}
.myRecommend .my-recommend .content .students .stu-info .stu-data .stu-detail section .el-button span img {
  vertical-align: text-bottom;
}
.myRecommend .my-recommend .content .students .stu-info .stu-data .stu-detail section .special-tag {
  font-size: 12px;
  color: #4581EE;
  padding: 3px 8px;
  background: #EEEEEE;
  border-radius: 3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 12px;
}
.myRecommend .my-recommend .content .students .stu-info .stu-data .stu-detail section .invalid-special {
  color: #BCBCBC;
}
.myRecommend .my-recommend .content .students .stu-info .stu-data .stu-detail .project {
  width: 25%;
  position: relative;
}
.myRecommend .my-recommend .content .students .stu-info .stu-data .stu-detail .project p {
  width: 100%;
  position: absolute;
  left: 0;
}
.myRecommend .my-recommend .content .students .stu-info .stu-data .stu-detail .info-p {
  color: #BCBCBC;
  width: 18%;
}
.myRecommend .my-recommend .content .students .stu-info .stu-data .stu-detail .info-p span {
  color: #66666a;
}
.myRecommend .my-recommend .content .students .stu-info .stu-data .stu-detail .info-p .current-status {
  color: #9B9CA8;
  font-size: 16px;
  margin-left: 20px;
}
.myRecommend .my-recommend .content .students .stu-info .stu-data .stu-detail .info-p .current-status .icon {
  display: inline-block;
}
.myRecommend .my-recommend .content .students .stu-info .stu-data .stu-detail .info-p .current-status .icon.icon-awaiting {
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png) no-repeat;background-size:1152px 707px;
background-position:-1132px -276px;

}
.myRecommend .my-recommend .content .students .stu-info .stu-data .stu-detail .info-p .current-status .icon.el-icon-success {
  color: #4581EE;
}
.myRecommend .my-recommend .content .students .stu-info .stu-data .stu-detail .info-p .current-status .icon.el-icon-remove {
  color: #EE5C5C;
}
.myRecommend .my-recommend .content .students .stu-info .stu-data .stu-detail:last-child p {
  margin-bottom: 0;
}
.myRecommend .my-recommend .content .students .stu-info .stu-data .el-divider--horizontal {
  margin: 12px 0;
  background: #EEEEEE;
}
.myRecommend .my-recommend .content .row-bg {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px -47px 0 0;
}
.myRecommend .my-recommend .content .row-bg .el-col {
  width: 180px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  padding: 0 20px !important;
  margin: 10px 47px 10px 0;
}
.myRecommend .my-recommend .content .row-bg .el-col .not-apply-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}
.myRecommend .my-recommend .content .row-bg .el-col .not-apply-col img {
  vertical-align: text-bottom;
}
.myRecommend .my-recommend .content .row-bg .el-col .not-apply-col span {
  color: #404040;
}
.myRecommend .my-recommend .content .special-dialog {
  width: 660px;
}
.myRecommend .my-recommend .content .special-dialog .el-dialog__header {
  padding: 40px 20px 20px;
  color: #404040;
}
.myRecommend .my-recommend .content .special-dialog .el-dialog__header .el-dialog__title {
  font-size: 24px;
  font-weight: 500;
}
.myRecommend .my-recommend .content .special-dialog .el-dialog__header .el-dialog__headerbtn {
  top: 14px;
  right: 14px;
}
.myRecommend .my-recommend .content .special-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
  font-size: 20px;
  color: #4581EE;
}
.myRecommend .my-recommend .content .special-dialog .el-dialog__body {
  padding: 0 60px 10px;
}
.myRecommend .my-recommend .content .special-dialog .el-dialog__body p {
  margin-top: 8px;
  color: #D93F2C;
}
.myRecommend .my-recommend .content .special-dialog .el-dialog__footer {
  padding: 20px 0 40px;
  height: 100px;
  background-image: url(https://xiaozhao.leihuo.netease.com/neitui/img/dialog_bg_c8d8cfb4.png);
}
.myRecommend .my-recommend .content .special-dialog .el-dialog__footer .el-button {
  background: #4581EE;
  width: 144px;
  height: 41px;
  font-size: 18px;
}
.myRecommend .my-recommend .content .one-remind-dialog {
  width: 660px;
}
.myRecommend .my-recommend .content .one-remind-dialog .el-dialog__header {
  padding: 40px 0 20px;
}
.myRecommend .my-recommend .content .one-remind-dialog .el-dialog__header .el-dialog__title {
  font-size: 24px;
  font-weight: 500;
  color: #404040;
}
.myRecommend .my-recommend .content .one-remind-dialog .el-dialog__header .el-dialog__headerbtn {
  top: 14px;
  right: 14px;
}
.myRecommend .my-recommend .content .one-remind-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
  font-size: 20px;
  color: #4581EE;
}
.myRecommend .my-recommend .content .one-remind-dialog .el-dialog__body {
  padding: 0 40px 20px;
}
.myRecommend .my-recommend .content .one-remind-dialog .el-dialog__body div {
  text-align: center;
}
.myRecommend .my-recommend .content .one-remind-dialog .el-dialog__body div p {
  color: #66666A;
  font-size: 20px;
}
.myRecommend .my-recommend .content .one-remind-dialog .el-dialog__footer {
  padding: 19px 20px 40px;
  background-image: url(https://xiaozhao.leihuo.netease.com/neitui/img/dialog_bg_c8d8cfb4.png);
}
.myRecommend .my-recommend .content .one-remind-dialog .el-dialog__footer .el-button {
  width: 144px;
  height: 41px;
  font-size: 18px;
}
.myRecommend .my-recommend .content .one-remind-dialog .el-dialog__footer .el-button:first-child {
  border-color: #4581EE;
  color: #4581EE;
}
.myRecommend .my-recommend .content .one-remind-dialog .el-dialog__footer .el-button:last-child {
  background: #4581EE;
}
.myRecommend .my-recommend .content .remind-dialog {
  width: 660px;
}
.myRecommend .my-recommend .content .remind-dialog .el-dialog__header {
  padding: 40px 0 10px;
}
.myRecommend .my-recommend .content .remind-dialog .el-dialog__header .el-dialog__title {
  display: inline-block;
  height: 60px;
  width: 60px;
  background-image: url(https://xiaozhao.leihuo.netease.com/neitui/img/remind_apply_dialog_e84b0ec2.png);
}
.myRecommend .my-recommend .content .remind-dialog .el-dialog__header .el-dialog__headerbtn {
  top: 14px;
  right: 14px;
}
.myRecommend .my-recommend .content .remind-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
  font-size: 20px;
  color: #4581EE;
}
.myRecommend .my-recommend .content .remind-dialog .el-dialog__body {
  text-align: center;
  padding: 0 0 20px;
  font-size: 20px;
}
.myRecommend .my-recommend .content .remind-dialog .el-dialog__body .remind-title {
  font-weight: 500;
  color: #4581EE;
}
.myRecommend .my-recommend .content .remind-dialog .el-dialog__body p {
  color: #66666A;
  margin-top: 40px;
}
.myRecommend .my-recommend .content .remind-dialog .el-dialog__body p span {
  color: #4581EE;
}
.myRecommend .my-recommend .content .remind-dialog .el-dialog__footer {
  padding: 19px 0 40px;
  background-image: url(https://xiaozhao.leihuo.netease.com/neitui/img/dialog_bg_c8d8cfb4.png);
}
.myRecommend .my-recommend .content .remind-dialog .el-dialog__footer .el-button {
  width: 144px;
  height: 41px;
  font-size: 18px;
}
.myRecommend .my-recommend .content .remind-dialog .el-dialog__footer .el-button:first-child {
  border-color: #4581EE;
  color: #4581EE;
}
.myRecommend .my-recommend .content .remind-dialog .el-dialog__footer .el-button:last-child {
  background: #4581EE;
}
.popover {
  min-width: 56px;
}
.popover p {
  color: #66666A;
}
.popover p span {
  color: #4581EE !important;
}
.special-tip {
  margin-top: 50px;
}
.special-tip .el-message__icon {
  display: none;
}
.special-tip .el-message__closeBtn {
  color: #fff;
  border-radius: 50%;
  background: #F56C6C;
}
.position-detail {
  padding: 106px 80px 60px;
  border-bottom: 1px solid #EEEEEE;
  min-height: 100vh;
  box-sizing: border-box;
}
.position-detail .pos-name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 30px;
  padding: 0 0 20px 0;
  color: #404040;
}
.position-detail .pos {
  min-width: 150px;
  height: 30px;
  left: 0px;
  top: 0px;
  background: #F8F8F8;
  border-radius: 5px;
  margin-right: 8px;
}
.position-detail .tip {
  padding: 0;
  margin-bottom: 30px;
}
.position-detail .tip .pos {
  font-size: 16px;
}
.position-detail .job-title {
  width: 152px;
  height: 36px;
  background: linear-gradient(90.12deg, rgba(220, 232, 255, 0.5) 0.8%, rgba(164, 193, 255, 0.175) 97.86%);
  border-radius: 0px 27px 27px 0px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 36px;
  color: #6B8AF6;
}
.position-detail .job-title::before {
  display: inline-block;
  content: '';
  margin: 0 6px 0 16px;
  vertical-align: -2px;
}
.position-detail .job-title.d::before {
  width: 18px;
  height: 18px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png);background-size:576px 353.5px;
background-position:-553px -61px;

}
.position-detail .job-title.r::before {
  width: 18px;
  height: 18px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png);background-size:576px 353.5px;
background-position:-472px -83px;

}
.position-detail .con {
  white-space: pre-wrap;
  font-size: 14px;
  line-height: 24px;
  color: #66666A;
  margin-bottom: 30px;
}
.position-detail .btn {
  display: block;
  width: 210px;
  cursor: pointer;
  margin: 70px auto 60px;
}
.pop-tip {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.pop-tip p a {
  text-decoration: underline;
}
.pop-tip .content-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  padding-top: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.pop-tip .content-wrap .common-status-wrap {
  width: 600px;
  padding: 40px 20px;
  box-sizing: border-box;
  background: #FFFFFF url(https://xiaozhao.leihuo.netease.com/neitui/img/wave2_c6f9ceb4.png) no-repeat center bottom / 100% auto;
  border-radius: 5px;
}
.pop-tip .content-wrap .img {
  display: block;
  width: 182px;
  height: 182px;
  margin: 0 auto 20px auto;
  padding: 14px;
  background-color: #ffffff;
}
.pop-tip .content-wrap .img img {
  width: 100%;
}
.pop-tip .content-wrap .success-icon {
  display: block;
  width: 60px;
  height: 60px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/success_e40c520e.svg);
  margin: 0 auto 10px;
}
.pop-tip .content-wrap .warn-icon {
  display: block;
  width: 60px;
  height: 60px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/warnicon_89ecf513.svg);
  margin: 0 auto 10px;
}
.pop-tip .content-wrap .search-icon {
  display: block;
  width: 60px;
  height: 60px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/searchicon_546646df.svg);
  margin: 0 auto 10px;
}
.pop-tip .content-wrap .qrcode {
  display: block;
  width: 182px;
  height: 182px;
  margin: 0 auto;
}
.pop-tip .content-wrap .qrcode1 {
  margin-top: 20px;
}
.pop-tip .content-wrap p {
  font-size: 16px;
  margin: 0 auto;
  line-height: 32px;
}
.pop-tip .content-wrap p.red {
  color: #EC6555;
}
.pop-tip .content-wrap p.su {
  color: #4581EE;
}
.pop-tip .content-wrap p.mb {
  margin-bottom: 20px;
}
.pop-tip .content-wrap p.bg {
  background: #F0F5FF;
  border-radius: 5px;
  display: inline-block;
  line-height: 32px;
  padding: 10px 24px;
  text-align: center!important;
}
.pop-tip .content-wrap p.p1 {
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 30px;
}
.pop-tip .content-wrap p.p199 {
  width: 82.5%;
  text-align: left;
  color: #db3d2b;
  margin-bottom: 10px;
  padding: 0;
  font-weight: bold;
}
.pop-tip .content-wrap p.h199 {
  width: 80%;
  text-align: center;
  padding: 0;
  font-size: 30px;
  font-weight: bold;
}
.pop-tip .content-wrap p.p-last {
  padding-bottom: 4px;
}
.pop-tip .content-wrap p span.sp1 {
  color: #66666A;
  font-weight: bold;
}
.pop-tip .content-wrap p span.sp2 {
  color: #4581EE;
  border-bottom: 1px solid #4581EE;
  cursor: pointer;
}
.pop-tip .content-wrap p span.sp2:hover {
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.pop-tip .content-wrap p .sp3 {
  color: #3983e5;
}
.pop-tip .content-wrap p a.sp3 {
  margin: 0 4px;
}
.pop-tip .content-wrap .status2-wrap .p1 {
  padding-bottom: 36px;
}
.pop-tip .content-wrap .status100-wrap {
  padding: 40px 34px;
}
.pop-tip .content-wrap .status100-wrap p {
  text-align: left;
}
.pop-tip .content-wrap .status100-wrap .p1 {
  text-align: center;
}
.pop-tip .content-wrap .status99-wrap p {
  text-align: center;
  font-size: 20px;
}
.pop-tip .content-wrap .status99-wrap .p1 {
  font-weight: 500;
  font-size: 24px;
  color: #404040;
  padding-bottom: 20px;
}
.pop-tip .content-wrap .status99-wrap .p2 {
  color: #4581EE;
  padding-bottom: 30px;
}
.pop-tip .content-wrap .status99-wrap .info99 {
  font-weight: 500;
  color: #4581EE;
  text-align: left;
  margin-left: 54px;
}
.pop-tip .content-wrap .status99-wrap .info99:before {
  display: inline-block;
  content: '';
  width: 24px;
  height: 24px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/person2_f480a007.svg) no-repeat;
  vertical-align: -5px;
  margin-right: 4px;
}
.pop-tip .content-wrap .status99-wrap .p-border {
  width: 440px;
  font-size: 16px;
  border-bottom: 1px solid #EEEEEE;
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 14px;
  color: #66666A;
}
.pop-tip .content-wrap .status99-wrap .btn-group {
  margin: 0 auto;
  *zoom: 1;
}
.pop-tip .content-wrap .status99-wrap .btn-group:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.pop-tip .content-wrap .status99-wrap .btn-group .btn {
  margin: 26px 20px 0;
}
.pop-tip .content-wrap .status1-wrap .p1.su {
  padding-bottom: 30px;
}
.pop-tip .content-wrap .status4-wrap .p-last-status4 {
  width: 450px;
  padding-bottom: 6px;
}
.pop-tip .content-wrap .status4-wrap .p1-status4 {
  padding-bottom: 20px;
}
.pop-tip .content-wrap .status3-wrap .p-last {
  width: 350px;
}
.pop-tip .content-wrap .special-reason {
  width: 80%;
  height: 180px;
  margin: 20px 0 0;
  border: 1px solid #fbdedb;
  font-size: 20px;
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
  padding: 8px;
  color: #000000;
}
.pop-tip .content-wrap textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #9b9b9b;
}
.pop-tip .content-wrap textarea::placeholder {
  font-size: 16px;
  color: #9b9b9b;
}
.pop-tip .content-wrap .content {
  position: relative;
}
.pop-tip .content-wrap .content .textarea-count {
  position: absolute;
  top: 237px;
  right: 73px;
  color: #9b9b9b;
}
.pop-tip .content-wrap .content .btn {
  margin-top: 45px;
}
.el-message-box.message_box_alert {
  width: 600px;
}
#app.infer .nav .right-part {
  display: none;
}
.infer {
  padding: 146px 0 200px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/bg3_05f80a2f.jpeg) no-repeat center top / 1920px auto;
}
.infer .part2 {
  width: 712px;
  margin: 0 auto 100px auto;
  padding: 30px 0;
  box-sizing: border-box;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/infer-bg1_77f0d44f.png) no-repeat center top / 100% auto, url(https://xiaozhao.leihuo.netease.com/neitui/img/infer-bg2_90791589.png) no-repeat center bottom / 100% auto;
  background-color: #fff;
}
.infer .part2 .common-scroll {
  max-height: 790px;
  overflow-y: overlay;
  overflow-x: hidden;
}
.infer .part2 .b-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #66666A;
  margin-bottom: 30px;
}
.infer .part2 .b-title span {
  margin: 0 10px;
  color: #4581EE;
}
.infer .part2 .faq-student {
  width: 552px;
  margin: 40px auto 0;
  padding: 20px 24px;
  background-color: #F8FAFE;
  border-radius: 8px;
}
.infer .part2 .faq-student > li {
  font-size: 14px;
}
.infer .part2 .faq-student > li:not(:last-child) {
  margin-bottom: 12px;
  border-bottom: 1px solid #E5E9F4;
}
.infer .part2 .faq-student > li:not(:last-child) > span {
  padding-bottom: 12px;
}
.infer .part2 .faq-student > li > p {
  color: #2B2B2B;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.infer .part2 .faq-student > li > p::before {
  content: '';
  -ms-flex: none;
      flex: none;
  display: inline-block;
  margin-right: 4px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png);background-size:1152px 707px;
background-position:-1108px -276px;
width:22px;
height:22px;

}
.infer .part2 .faq-student > li > span {
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  word-break: break-all;
  padding-left: 26px;
  position: relative;
  display: inline-block;
}
.infer .part2 .faq-student > li > span a {
  color: #548CFF;
  text-decoration: underline;
}
.infer .part2 .faq-student > li > span::before {
  content: '';
  -ms-flex: none;
      flex: none;
  margin-right: 4px;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png);background-size:1152px 707px;
background-position:-1058px -302px;
width:22px;
height:22px;

}
.student-info {
  min-height: 100%;
}
.student-info .info {
  margin: 0 auto;
  padding-left: 114px;
}
.student-info .info .title {
  font-size: 20px;
  line-height: 28px;
  color: #4581EE;
  margin-bottom: 12px;
}
.student-info .info .title:before {
  display: inline-block;
  content: '';
  width: 24px;
  height: 24px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/person2_f480a007.svg) no-repeat;
  vertical-align: -5px;
  margin-right: 2px;
}
.student-info .info .list {
  position: relative;
  padding-bottom: 12px;
  font-size: 16px;
}
.student-info .info .list.list-code {
  padding-bottom: 10px;
}
.student-info .info .list.list-phone .number-type {
  position: absolute;
  z-index: 2;
  top: -1px;
  right: -1px;
}
.student-info .info .list.list-phone .number-type.is-expend ul {
  display: block;
}
.student-info .info .list.list-phone .number-type .areas-check {
  width: 120px;
  height: 46px;
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 0px 4px 4px 0px;
  background: #4581EE;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
}
.student-info .info .list.list-phone .number-type .areas-check:hover {
  background: #6FA2FF;
}
.student-info .info .list.list-phone .number-type .areas-check::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/down_bb75c350.svg);
  background-size: cover;
  margin-left: 2px;
  vertical-align: -2px;
}
.student-info .info .list.list-phone .number-type ul {
  display: none;
  border: 1px solid #e4e5e5;
  background: #fff;
  text-align: center;
  padding: 55px 0 5px 0;
  cursor: pointer;
  width: 120px;
  box-sizing: border-box;
}
.student-info .info .list.list-phone .number-type ul li {
  padding-bottom: 5px;
}
.student-info .info .list.list-phone .number-type ul li:hover {
  color: #4581EE;
}
.student-info .info .list .label {
  display: inline-block;
  width: 80px;
}
.student-info .info .list .label em {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  color: #db3d2b;
}
.student-info .info .list .input-wrap {
  position: relative;
  display: inline-block;
  width: 400px;
  height: 46px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 15px;
}
.student-info .info .list .input-wrap .input {
  width: 100%;
  background: transparent;
  height: 100%;
  line-height: 100%;
  border: none;
  font-size: 16px;
}
.student-info .info .list .input-wrap .input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #BCBCBC;
}
.student-info .info .list .input-wrap .input::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #BCBCBC;
}
.student-info .info .list .input-wrap .input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #BCBCBC;
}
.student-info .info .list .input-wrap .input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #BCBCBC;
}
.student-info .info .list .input-wrap .btn-send {
  position: absolute;
  height: 40px;
  top: -1px;
  right: -1px;
}
.student-info .info .list .input-wrap .btn-send button {
  display: inline-block;
  padding: 0 10px;
  background: #4581EE;
  font-size: 16px;
  white-space: nowrap;
  height: 46px;
  color: #fff;
}
.student-info .info .list .input-wrap .btn-send button:hover {
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.student-info .info .list .input-wrap .btn-send button.btn1 {
  margin-right: 12px;
}
.student-info .info .list .input-wrap .btn-send button[disabled=disabled],
.student-info .info .list .input-wrap .btn-send button:disabled {
  background: #e4e5e5;
}
.student-info .info .verify {
  font-size: 16px;
}
.student-info .info .tip {
  padding: 0 0 30px 84px;
  color: #939393;
}
.student-info .info .btn-group {
  margin: 0 0 0 76px;
}
.student-info .info .btn-group .btn {
  display: inline-block;
  vertical-align: top;
}
.student-info .info .btn-group .btn.btn1 {
  display: none;
}
.student-info .info .btn-group .btn.btn2 {
  width: 320px;
  margin: 0 auto;
}
.student-info .info .btn-group .btn.normal-btn {
  margin-top: 20px;
}
.student-info .info .introduce {
  margin: 0 auto 30px auto;
}
.student-info .info .introduce .title:before {
  margin-right: 5px;
  width: 24px;
  height: 24px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/info_3938560e.svg) no-repeat;
  vertical-align: -4px;
}
.student-info .info .introduce .p1 {
  line-height: 20px;
  font-size: 16px;
  padding-bottom: 12px;
}
.student-info .info .introduce .p1 .border {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #C7D9FA;
  margin-right: 8px;
  vertical-align: 2px;
  text-indent: -999px;
  overflow: hidden;
}
.student-info .info .introduce .p1 .color1 {
  color: #4581EE;
}
.student-info .info .introduce .extra {
  background: #F0F5FF;
  border-radius: 5px;
  line-height: 22px;
  padding: 8px 12px;
  width: 472px;
  font-size: 14px;
  color: #548CFF;
  position: relative;
  padding-left: 32px;
}
.student-info .info .introduce .extra::before {
  content: '';
  display: inline-block;
  margin-right: 8px;
  position: absolute;
  left: 12px;
  top: 12px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png);background-size:1152px 707px;
background-position:-1138px -166px;
width:12px;
height:12px;

}
.go-top {
  position: fixed;
  bottom: 30px;
  width: 74px;
  height: 74px;
  right: 30px;
  background: #db3d2b;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  line-height: 78px;
  text-align: center;
  cursor: pointer;
  z-index: 2000;
}
.go-top:hover {
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.common-wrap-close {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/close_65cd6398.svg);
  z-index: 5;
}
.common-wrap-close:hover {
  opacity: 0.8;
}
.qr-code-gui {
  width: 480px;
  height: 560px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
  padding-top: 40px;
}
.qr-code-gui::before {
  content: '';
  display: inline-block;
  width: 140px;
  height: 25px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png);background-size:576px 353.5px;
background-position:-287px -112px;

}
.qr-code-gui p.b {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #404040;
  margin: 24px 0 12px 0;
  padding: 0;
  display: block;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/neitui-icon2_9ecd350f.png) no-repeat center center / 436px auto;
}
.qr-code-gui p.n {
  font-size: 22px;
  line-height: 31px;
  text-align: center;
  color: #404040;
  margin-bottom: 20px;
  padding: 0;
}
.qr-code-gui .wx-code-wrap {
  margin: 0 auto 20px;
  width: 260px;
  height: 260px;
  background: #FFFFFF;
  border: 2px solid #BDD3FB;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 8px;
}
.qr-code-gui #qrcode1 {
  width: 240px;
  height: 240px;
  margin: 0 auto;
  pointer-events: none;
}
.qr-code-gui #qrcode1 img {
  width: 240px;
  height: 240px;
}
.qr-code-gui .main-btn {
  margin: 0 20px;
}
.qr-code-card {
  width: 550px;
  background: #F0F5FF;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 40px 0;
}
.qr-code-card .capture-wrap {
  box-shadow: 0px 0px 10px 2px rgba(40, 128, 232, 0.2);
  width: 375px;
  height: 667px;
  margin: 0 auto;
}
.qr-code-card .qrcode2-wrap {
  margin: 0 auto;
  position: absolute;
  left: 133px;
  top: 2203px;
}
.qr-code-card #capture {
  width: 1500px;
  height: 2668px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/qr-bg_38cdf468.jpg);
  background-size: 100% 100%;
  pointer-events: none;
  position: relative;
  transform: scale(0.25);
  transform-origin: 0 0;
}
.qr-code-card p.info {
  font-size: 56px;
  text-align: center;
  color: #68311F;
  padding: 44px 0 0 0;
  line-height: 0;
  box-sizing: content-box;
  display: block;
  width: 896px;
  height: 90px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/name-bg_22d69e1e.png) no-repeat;
  background-size: 896px 90px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 525px;
}
.qr-code-card p.info span {
  margin: 0 8px;
}
.qr-code-card #qrcode2 {
  width: 340px;
  height: 340px;
  padding: 0;
  margin: 0 auto;
  pointer-events: none;
}
.qr-code-card p.b {
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #404040;
}
.qr-code-card .main-btn {
  margin: 20px 20px 0;
}
.pop-tip .content-wrap .info-top {
  padding: 94px 0 68px;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
}
.pop-tip .content-wrap .info-btm {
  padding-top: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #66666A;
}
@media screen and (max-height: 800px) {
  .qr-code-card {
    padding: 20px 0;
  }
}
.qr-code-wrap {
  width: 960px;
  height: 820px;
  background: linear-gradient(180deg, #EEF4FB 0%, #C5D8FC 100%);
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
  padding: 40px;
}
.qr-code-wrap > div {
  display: -ms-flexbox;
  display: flex;
}
.qr-code-wrap::before {
  content: '';
  display: inline-block;
  width: 140px;
  height: 25px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png);background-size:576px 353.5px;
background-position:-287px -112px;

  margin-bottom: 24px;
}
.qr-code-wrap .qr-code-item {
  border-radius: 8px;
  padding: 24px;
  border: 1px solid rgba(69, 129, 238, 0.15);
  background: #fff;
}
.qr-code-wrap .qr-code-item::before {
  content: '';
  display: inline-block;
  margin-bottom: 4px;
}
.qr-code-wrap .qr-code-item > p {
  line-height: 22px;
  color: #66666A;
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
.qr-code-wrap .qr-code-left {
  width: 442px;
  margin-right: 16px;
  padding: 24px 30px;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  position: relative;
}
.qr-code-wrap .qr-code-left::before {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png);background-size:1152px 707px;
background-position:-662px -122px;
width:442px;
height:42px;

}
.qr-code-wrap .qr-code-left-list {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  height: 460px;
  overflow-x: hidden;
  overflow-y: overlay;
  padding-right: 2px;
  position: absolute;
  right: 30px;
}
.qr-code-wrap .qr-code-left-list::-webkit-scrollbar {
  width: 8px;
  height: 7px;
  background-color: rgba(245, 245, 245, 0.1);
  cursor: pointer;
}
.qr-code-wrap .qr-code-left-list::-webkit-scrollbar-thumb {
  height: 20px;
  border-radius: 10px;
  background-color: #dddee0;
  cursor: pointer;
}
.qr-code-wrap .qr-code-left-list::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
  background-color: #c7c9cc;
  overflow-y: auto;
}
.qr-code-wrap .qr-code-left-list > li {
  border-radius: 6px;
  border: 1.5px solid transparent;
  width: 78px;
  height: 95px;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
}
.qr-code-wrap .qr-code-left-list > li > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qr-code-wrap .qr-code-left-list > li::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(218, 229, 247, 0.6);
}
.qr-code-wrap .qr-code-left-list > li:not(:last-child) {
  margin-bottom: 16px;
}
.qr-code-wrap .qr-code-left-list > li:hover::after {
  display: none;
}
.qr-code-wrap .qr-code-left-list > li.active {
  border-color: #4581EE;
}
.qr-code-wrap .qr-code-left-list > li.active::after {
  display: none;
}
.qr-code-wrap .qr-code-left-content {
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 23px;
}
.qr-code-wrap .qr-code-left-content #capture {
  padding: 1300px 40px 40px;
  border-radius: 32px;
  margin-right: 96px;
  -ms-flex: none;
      flex: none;
  box-sizing: border-box;
  width: 1360px;
  height: 1840px;
  transform: scale(0.25);
  transform-origin: 0 0;
  background-size: 100% 100%;
  object-fit: cover;
  position: relative;
}
.qr-code-wrap .qr-code-left-content #capture::before {
  content: '';
  display: inline-block;
  width: 1266px;
  height: 168px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/header_21434278.png);
  position: absolute;
  top: 20px;
  left: 40px;
}
.qr-code-wrap .qr-code-left-content #capture.lh-xsm::before {
  width: 1267px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/header_black_e7db6a5c.png);
}
.qr-code-wrap .qr-code-left-content #capture .capture-content {
  padding: 64px;
  border-radius: 24px;
  background: rgba(242, 247, 255, 0.85);
}
.qr-code-wrap .qr-code-left-content #capture .capture-content > p {
  font-size: 60px;
  font-weight: bold;
  color: #000;
  text-align: left;
  padding-bottom: 48px;
  border-bottom: 4px solid #101B3126;
}
.qr-code-wrap .qr-code-left-content #capture .capture-content #qrcode-intro {
  width: 252px;
  height: 252px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 8px;
  background: #CED9E2;
}
.qr-code-wrap .qr-code-left-content #capture .capture-content-bottom {
  margin-top: 32px;
  font-size: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  text-align: left;
}
.qr-code-wrap .qr-code-left-content #capture .capture-content-bottom > span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.qr-code-wrap .qr-code-left-content #capture .capture-content-bottom .d {
  color: #2E2E2E;
  margin-bottom: 32px;
}
.qr-code-wrap .qr-code-left-content #capture .capture-content-bottom .d em {
  color: #548CFF;
}
.qr-code-wrap .qr-code-left-content #capture .capture-content-bottom .t {
  font-size: 44px;
  color: #666666;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.qr-code-wrap .qr-code-left-content #capture .capture-content-bottom .t::before {
  content: '';
  display: inline-block;
  margin-right: 20px;
}
.qr-code-wrap .qr-code-left-content #capture .capture-content-bottom .t.t-1::before {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png);background-size:1152px 707px;
background-position:-50px -634px;
width:48px;
height:72px;

}
.qr-code-wrap .qr-code-left-content #capture .capture-content-bottom .t.t-2::before {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png);background-size:1152px 707px;
background-position:-0px -634px;
width:48px;
height:73px;

}
.qr-code-wrap .qr-code-right {
  -ms-flex: 1;
      flex: 1;
}
.qr-code-wrap .qr-code-right-1 {
  margin-bottom: 16px;
}
.qr-code-wrap .qr-code-right-1 .mini-program-qr {
  display: inline-block;
  width: 220px;
  height: 220px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #FFF;
  padding: 12px;
}
.qr-code-wrap .qr-code-right-1 .mini-program-qr img {
  width: 100%;
  height: 100%;
}
.qr-code-wrap .qr-code-right-1::before {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png);background-size:1152px 707px;
background-position:-856px -224px;
width:294px;
height:42px;

}
.qr-code-wrap .qr-code-right-2 .neitui-link-wrap {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #EEE;
  background: #F6F6F6;
  padding: 16px;
  word-break: break-all;
  white-space: wrap;
  color: #4581EE;
  height: 104px;
  font-size: 12px;
  text-align: left;
  box-sizing: border-box;
  text-decoration: underline;
}
.qr-code-wrap .qr-code-right-2::before {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png);background-size:1152px 707px;
background-position:-282px -370px;
width:294px;
height:42px;

}
.qr-code-wrap .qr-code-btn {
  display: inline-block;
  margin-top: 18px;
  border-radius: 8px;
  padding: 0 24px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  background: linear-gradient(270deg, #629BF6 0%, #4580FF 100%);
}
.qr-code-wrap .qr-code-btn:hover {
  opacity: 0.9;
}
.login-page {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.login-page::before {
  width: 1017px;
  height: 263px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/slogan4_ef6a3dfe.png) no-repeat center center / 100% 100%;
  top: 100px;
}
.login-page .login-box {
  width: 520px;
  background: #FFFFFF;
  border-radius: 5px;
  margin: 420px auto 0;
  padding: 52px 117px 66px;
}
.login-page .login-box .top-tip {
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  color: #66666A;
  margin-bottom: 20px;
}
.login-page .login-box .on-work,
.login-page .login-box .off-work {
  width: 527px;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  background: #fff;
  color: #4581EE;
  border: 1px solid #4581EE;
}
.login-page .login-box .on-work:hover,
.login-page .login-box .off-work:hover {
  color: #fff;
  background: #4581EE;
}
.login-page .login-box .on-work {
  margin-bottom: 30px;
}
.login-page .login-box .submit {
  width: 520px;
  height: 52px;
  line-height: 52px;
}
.login-page .login-box .input-wrap {
  width: 520px;
  height: 50px;
  background: #F5F5F5;
  border-radius: 4px;
  padding: 0 40px;
  box-sizing: border-box;
  position: relative;
}
.login-page .login-box .input-wrap::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 10px;
  top: 13px;
}
.login-page .login-box .input-wrap input {
  height: 100%;
  line-height: 100%;
  width: 100%;
  background: none;
  outline: none;
  font-size: 16px;
}
.login-page .login-box .input-wrap input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #BCBCBC;
}
.login-page .login-box .input-wrap input::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #BCBCBC;
}
.login-page .login-box .input-wrap input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #BCBCBC;
}
.login-page .login-box .input-wrap input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #BCBCBC;
}
.login-page .login-box .input-wrap1 {
  margin-bottom: 20px;
}
.login-page .login-box .input-wrap1::before {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/ren_7452d269.svg);
}
.login-page .login-box .input-wrap2 {
  margin-bottom: 40px;
}
.login-page .login-box .input-wrap2::before {
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/psw_e407988d.svg);
}
.login-page .go-back {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #4581EE;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}
.login-page .on-job-login {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#app.accept .nav .right-part {
  display: none;
}
.index-student-wrap {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.index-student-wrap .new-btn {
  display: inline-block;
  width: 328px;
  height: 56px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/new-btn_aa5da215.png) no-repeat center center / 100% 100%;
  line-height: 52px;
  text-align: center;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 20px;
}
.index-student-wrap .new-btn:hover {
  opacity: 0.9;
}
.index-student-wrap .accept-box {
  width: 850px;
  height: 512px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/accept-bg_57cf8a8e.png) no-repeat;
  background-size: 100% 100%;
  margin: 260px auto 0;
  padding: 60px 20px;
  text-align: center;
  box-sizing: border-box;
}
.index-student-wrap .accept-box .p1 {
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 2px;
  color: #215CED;
  font-weight: 400;
}
.index-student-wrap .accept-box .p3 {
  width: 576px;
  height: 60px;
  display: block;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png);background-size:576px 353.5px;
background-position:-0px -0px;

  margin: 20px auto;
}
.index-student-wrap .accept-box .p2 {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #66666A;
  margin-bottom: 90px;
}
.index-student-wrap .accept-box .p2 span {
  color: #4581EE;
  margin: 0 4px;
}
.index-student-wrap .accept-box .new-btn {
  display: block;
  margin: 0 auto 20px;
}
.index-student-wrap .accept-box .btn2 {
  margin-bottom: 40px;
}
.index-student-wrap .accept-box .go-employee span {
  cursor: pointer;
  font-size: 20px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #4581EE;
}
.index-student-wrap .accept-box .go-employee span:hover {
  color: #6FA2FF;
}
.neitui-error-dialog {
  position: relative;
  width: 660px;
}
.neitui-error-dialog .el-icon-close {
  font-size: 20px;
  color: #4581EE;
}
.neitui-error-dialog .neitui-error-desc {
  font-size: 20px;
  position: relative;
  z-index: 10;
}
.neitui-error-dialog .neitui-error-desc a {
  text-decoration: underline;
  color: #548CFF;
  cursor: pointer;
}
.neitui-error-dialog .neitui-error-desc a:hover {
  opacity: 0.9;
}
.neitui-error-dialog .neitui-error-icon {
  color: #EC6555;
  font-size: 20px;
  margin-bottom: 44px;
}
.neitui-error-dialog .neitui-error-icon::before {
  content: '';
  display: block;
  margin: 0 auto 10px;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png) no-repeat center center / 100% 100%;background-size:1152px 707px;
background-position:-764px -530px;
width:60px;
height:60px;

}
.neitui-error-dialog::after {
  content: '';
  display: inline-block;
  background: url(https://xiaozhao.leihuo.netease.com/neitui/img/sprite-377d14_377d14a0.png) no-repeat center center / 100% 100%;background-size:1152px 707px;
background-position:-0px -122px;
width:660px;
height:100px;

  position: absolute;
  bottom: 0;
}

