@charset "UTF-8";
html {
  font-family: "Microsoft YaHei", "微软雅黑 Light", Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hgroup, menu, nav, section, summary, time, mark {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  line-height: 1.5;
  font-size: 0.28rem;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-touch-callout: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

img {
  border: 0;
  -webkit-touch-callout: none;
  vertical-align: top;
}

button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  line-height: normal;
  font: inherit;
  color: inherit;
  outline: none;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

.opacity {
  animation: opacity 0.3s linear;
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.placeholder {
  height: 1rem;
}

.footer {
  border-top: 1px solid #f9f9f9;
  height: 1rem;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  z-index: 999;
}
.footer ul:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.footer ul li {
  width: 20%;
  float: left;
  text-align: center;
}
.footer ul li a {
  display: block;
  color: #8d8d8d;
  font-size: 0.18rem;
  padding-top: 0.6rem;
  box-sizing: border-box;
}
.footer ul li:nth-child(1) {
  background: url(/img/footer/footer01.png) no-repeat;
  background-size: 0.4rem;
  background-position: center 0.1rem;
}
.footer ul li:nth-child(1).active {
  background: url(/img/footer/footer01s.png) no-repeat;
  background-size: 0.4rem;
  background-position: center 0.1rem;
}
.footer ul li:nth-child(1).active a {
  color: #E02520;
}
.footer ul li:nth-child(2) {
  background: url(/img/footer/footer02.png) no-repeat;
  background-size: 0.4rem;
  background-position: center 0.1rem;
}
.footer ul li:nth-child(2).active {
  background: url(/img/footer/footer02s.png) no-repeat;
  background-size: 0.4rem;
  background-position: center 0.1rem;
}
.footer ul li:nth-child(2).active a {
  color: #E02520;
}
.footer ul li:nth-child(3) {
  background: url(/img/footer/footer03.png) no-repeat;
  background-size: 0.4rem;
  background-position: center 0.1rem;
}
.footer ul li:nth-child(3).active {
  background: url(/img/footer/footer03s.png) no-repeat;
  background-size: 0.4rem;
  background-position: center 0.1rem;
}
.footer ul li:nth-child(3).active a {
  color: #E02520;
}
.footer ul li:nth-child(4) {
  background: url(/img/footer/footer04.png) no-repeat;
  background-size: 0.4rem;
  background-position: center 0.1rem;
}
.footer ul li:nth-child(4).active {
  background: url(/img/footer/footer04s.png) no-repeat;
  background-size: 0.4rem;
  background-position: center 0.1rem;
}
.footer ul li:nth-child(4).active a {
  color: #E02520;
}
.footer ul li:nth-child(5) {
  background: url(/img/footer/footer05.png) no-repeat;
  background-size: 0.4rem;
  background-position: center 0.1rem;
}
.footer ul li:nth-child(5).active {
  background: url(/img/footer/footer05s.png) no-repeat;
  background-size: 0.4rem;
  background-position: center 0.1rem;
}
.footer ul li:nth-child(5).active a {
  color: #E02520;
}
.footer ul li:nth-child(6) {
  background: url(/img/footer/footer06.png) no-repeat;
  background-size: 0.4rem;
  background-position: center 0.1rem;
}
.footer ul li:nth-child(6).active {
  background: url(/img/footer/footer06s.png) no-repeat;
  background-size: 0.4rem;
  background-position: center 0.1rem;
}
.footer ul li:nth-child(6).active a {
  color: #E02520;
}
.footer ul li:nth-child(7) {
  background: url(/img/footer/footer07.png) no-repeat;
  background-size: 0.4rem;
  background-position: center 0.1rem;
}
.footer ul li:nth-child(7).active {
  background: url(/img/footer/footer07s.png) no-repeat;
  background-size: 0.4rem;
  background-position: center 0.1rem;
}
.footer ul li:nth-child(7).active a {
  color: #E02520;
}
.footer ul li:nth-child(8) {
  background: url(/img/footer/footer08.png) no-repeat;
  background-size: 0.4rem;
  background-position: center 0.1rem;
}
.footer ul li:nth-child(8).active {
  background: url(/img/footer/footer08s.png) no-repeat;
  background-size: 0.4rem;
  background-position: center 0.1rem;
}
.footer ul li:nth-child(8).active a {
  color: #E02520;
}

.rightFixed {
  display: none;
  position: fixed;
  right: 0.2rem;
  bottom: 3.8rem;
  width: 0.78rem;
  z-index: 999;
}
.rightFixed li {
  width: 0.78rem;
  height: 0.78rem;
  border-radius: 50%;
  margin-top: 0.39rem;
  text-align: center;
  line-height: 0.78rem;
  font-size: 0.24rem;
  color: #ffffff;
}
.rightFixed li a {
  color: #ffffff;
}
.rightFixed li:first-child {
  background-color: rgba(244, 68, 68, 0.8);
  box-shadow: 0px 5px 10px 0px rgba(220, 44, 44, 0.24);
}
.rightFixed li:nth-child(2) {
  background-color: rgba(6, 47, 150, 0.5);
  box-shadow: 0px 5px 10px 0px rgba(85, 115, 187, 0.15);
}
.rightFixed li:nth-child(3) {
  width: 0.81rem;
  height: 0.81rem;
  background: url(/img/footer05.png) no-repeat;
  background-size: 0.81rem;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 99999;
  display: none;
}
.popup.active {
  display: block;
}
.popup .shade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.7);
}
.popup .popupInner {
  width: 6.1rem;
  height: 5.65rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #ffffff;
  border-radius: 0.12rem;
  padding: 0.5rem;
  box-sizing: border-box;
}
.popup .popupInner .close {
  position: absolute;
  top: -0.7rem;
  right: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: url(/img/footer06.png) no-repeat;
  background-size: 0.5rem;
}
.popup .popupInner h6 {
  text-align: center;
  color: #080808;
  font-size: 0.34rem;
  line-height: 0.6rem;
}
.popup .popupInner input {
  width: 5.1rem;
  height: 0.9rem;
  background-color: #f5f5f5;
  border: none;
  padding-left: 0.3rem;
  box-sizing: border-box;
  margin-top: 0.3rem;
}
.popup .popupInner .footerbut {
  width: 5.1rem;
  height: 0.9rem;
  line-height: 0.9rem;
  background-color: #f44444;
  border-radius: 0.08rem;
  text-align: center;
  color: #ffffff;
  font-size: 0.3rem;
  margin-top: 0.2rem;
}
.popup .popupInner .agreement {
  color: #b2b2b2;
  font-size: 0.2rem;
  margin-top: 0.15rem;
  text-align: justify;
}
.popup .popupInner .agreement a {
  color: #5289bc;
}
.popup#succeed .popupInner {
  background: #fff url(/img/footer07.png) no-repeat;
  background-size: 1.9rem;
  background-position: center 0.6rem;
  padding-top: 2.2rem;
  box-sizing: border-box;
  text-align: center;
}
.popup#succeed .popupInner h2 {
  color: #080808;
  font-size: 0.34rem;
  font-weight: 600;
}
.popup#succeed .popupInner p {
  color: #666666;
  font-size: 0.24rem;
  line-height: 0.4rem;
  margin-top: 0.25rem;
}
.popup#succeed .popupInner span {
  color: #a9a9a9;
  font-size: 0.24rem;
  line-height: 1rem;
}
.popup#succeed .popupInner span i {
  font-size: 0.24rem;
  font-style: normal;
}

.success-popup {
  display: none;
}
.success-popup .mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 11111;
}
.success-popup .box {
  width: 4.9rem;
  height: 4.1rem;
  background: #FFFFFF;
  border-radius: 0.12rem;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 11112;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.success-popup .box img {
  width: 1.84rem;
}
.success-popup .box .p1 {
  font-size: 0.34rem;
  font-weight: 800;
  color: #080808;
}
.success-popup .box .p2 {
  font-size: 0.24rem;
  font-weight: 500;
  color: #666666;
  margin-top: 0.2rem;
  text-align: center;
}
.success-popup .box .p3 {
  font-size: 0.24rem;
  font-weight: 500;
  color: #A9A9A9;
  margin-top: 0.15rem;
}

.sullivan_class {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  color: #C6C6C6;
  margin-left: 7px;
  transform: scale(0.6);
}/*# sourceMappingURL=footer.css.map */