@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 1.41285;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #FFF;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

img {
  border-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

a:active,
a:hover {
  outline: 0;
}

p {
  margin: 0;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

textarea {
  overflow: auto;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden],
.hidden {
  height: 100%;
  overflow: hidden;
  /* display: none; */
}

.bodyhid {
  width: 100%;
  height: 100% !important;
  overflow: hidden !important;
}

.bodyhid2 {
  width: 100%;
  height: 100% !important;
  overflow: hidden !important;
}

/* reset */
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;
  box-sizing: border-box;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none;
}

/* .clear {
	clear: both;
} */
::before,
::after {
  content: "";
  position: absolute;
}

.clear::after, .clear::before {
  position: relative;
  height: 0;
  content: "";
  display: block;
  clear: both;
}

.container {
  max-width: 1680px;
  padding: 0 10px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
.container::after {
  content: "";
  position: relative;
  clear: both;
  display: block;
}

/* function.css */
/* 禁止选中文本 */
.usn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* 浮动 */
.fl {
  float: left;
}

.fr {
  float: right;
}

.cf {
  zoom: 1;
}
.cf :after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

/* 宽度 */
.w100 {
  width: 100%;
}

.wh {
  width: 100%;
  height: 100%;
}

/* 元素类型 */
/*文字排版、颜色*/
.fb {
  font-weight: bold;
}

.fn {
  font-weight: normal;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.tj {
  text-align: justify;
  text-justify: inter-ideograph;
}

.wn {
  /* 强制不换行 */
  word-wrap: normal;
  white-space: nowrap;
}

.wb {
  /* 强制换行 */
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}

/* 保持空白序列*/
.wp {
  overflow: hidden;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}

/* 多出部分用省略号表示 , 用于一行 */
.wes, .a {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 多出部分用省略号表示 , 用于多行 */
/* 溢出样式 */
/* 定位方式 */
.ps {
  position: static;
}

.pr {
  position: relative;
  zoom: 1;
}

.pa {
  position: absolute;
}

.pf {
  position: fixed;
}

/* 垂直对齐方式 */
/* 鼠标样式 */
/* flex布局 */
.df-sb, .newFooter-r, .newFooter-wrap, .newNav-wrap, .newNav, .newHeader-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.df-sb::before, .newFooter-r::before, .newFooter-wrap::before, .newNav-wrap::before, .newNav::before, .newHeader-wrap::before, .df-sb::after, .newFooter-r::after, .newFooter-wrap::after, .newNav-wrap::after, .newNav::after, .newHeader-wrap::after {
  content: normal;
}
.df-sb > *, .newFooter-r > *, .newFooter-wrap > *, .newNav-wrap > *, .newNav > *, .newHeader-wrap > * {
  float: left;
}

/* ie11-失效原因 */
.df-sa {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.df-sa::before, .df-sa::after {
  content: normal;
}
.df-sa > * {
  float: left;
}

/* 垂直居中 */
.df-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tb-c {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.ts-c {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ts-mc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.ts-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.ts-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* 辅助 */
/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 8px;
  height: 5px;
  background-color: #DCE7E1;
  border-radius: 20px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
  border-radius: 20px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #3972d3;
}

/* 滤镜 */
/* 模糊 */
/* 高亮 */
/* 鲜艳 */
/* 黑白 */
/* 颜色反转50% */
/* 颜色反转100% */
/* 白色滤镜 */
/* 生动鲜艳 */
/* 灰褐 */
/* 阴影效果 */
/*title提示框美化样式*/
.tooltip {
  font-size: 12px;
  position: absolute;
  padding: 5px;
  z-index: 100000;
  opacity: 0.8;
  font-family: Microsoft Yahei;
}

.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 6px dashed #000;
  top: 0;
  left: 20%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: 0;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-arrow-n {
  border-bottom-color: #6F8EC5;
}

.tipsy-inner {
  background-color: #6F8EC5;
  color: #FFF;
  max-width: 200px;
  padding: 5px 8px 4px 8px;
  text-align: center;
  border-radius: 3px;
}

.menu-button {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  cursor: pointer;
  transition: 0.3s;
  background: linear-gradient(135deg, #23ADB2, #329FDA);
  border-radius: 5px;
  transition: 0.3s;
  box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.2);
  z-index: 999;
}

.bar {
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  margin: 5px auto;
  background-color: #fff;
  border-radius: 10px;
  transition: 0.3s;
}

.menu-button .bar:nth-of-type(1) {
  margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
  margin-bottom: 0px;
}

.menu-button.cross {
  background: #1CAAAF;
  background: linear-gradient(135deg, #ACCE22, #1CAAAF);
}

.cross .bar:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
  opacity: 0;
}

.cross .bar:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

body.bodyhid {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.block {
  display: block;
}

.w12 {
  width: 1200px;
  margin: auto;
}

.w13 {
  width: 1300px;
  margin: auto;
}

.w136 {
  width: 1360px;
  margin: auto;
}

.w14 {
  width: 1400px;
  margin: auto;
}

.w17 {
  width: 1700px;
  margin: auto;
}

.en {
  text-transform: uppercase;
}

@keyframes and_none1 {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes ball-scale-ripple {
  0% {
    opacity: 1;
    transform: scale(0.1);
  }
  70% {
    opacity: 0.65;
    transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1700px) {
  .w17 {
    width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .w14 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .w12 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ab2center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.obj2cov, .newHeader-l img, .img2scl img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img2scl {
  overflow: hidden;
}
.img2scl img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.img2scl:hover img {
  transform: scale(1.2);
}

.wrap {
  position: relative;
}

.top {
  overflow: hidden;
  position: relative;
}

.newHeader {
  position: fixed;
  height: 2rem;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  z-index: 20;
}
.newHeader-l {
  margin-right: 1.0667rem;
  width: 5.4rem;
}
.newHeader-phone {
  display: none;
}

.newNav {
  flex: 1;
}
.newNav-wrap {
  flex: 1;
  max-width: calc(100% - 3.5rem);
}
.newNav-item {
  width: 14.2857142857%;
  position: relative;
  text-align: center;
}
.newNav-item:nth-child(1) > a::after, .newNav-item:nth-child(6) > a::after {
  display: none;
}
.newNav-item > a {
  width: 100%;
  font-size: 0.3667rem;
  line-height: 2rem;
  font-weight: bold;
  color: #333333;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.newNav-item > a::after {
  width: 0.3rem;
  height: 0.15rem;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 10px;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  background: url(../images/down-icon.png) no-repeat center;
  background-size: 0.3rem 0.15rem;
}
.newNav-item.on > a, .newNav-item:hover > a {
  font-size: 0.4rem;
  color: #115eac;
}
.newNav-item.on > a::after, .newNav-item:hover > a::after {
  opacity: 1;
  bottom: 0.5rem;
}
.newNav-item.on .newNav-sub, .newNav-item:hover .newNav-sub {
  display: block;
}
.newNav-item.no > a::after {
  display: none;
}
.newNav-sub {
  top: 2rem;
  padding-top: 0.3167rem;
  padding-bottom: 0.1667rem;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  border-top: 0.05rem solid #115eac;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(17, 94, 172, 0.5) 30%, rgba(17, 94, 172, 0.9) 100%);
}
.newNav-sub-item {
  width: 100%;
  display: block;
  white-space: nowrap;
  line-height: 0.6667rem;
  font-size: 0.3rem;
}
.newNav-sub-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0.1667rem;
  text-align: left;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  position: relative;
  white-space: nowrap;
  text-align: center;
}
.newNav-sub-item a:hover {
  transform: translateY(-0.05rem);
  font-weight: bold;
}
.newNav .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.3rem;
  line-height: 0.6133rem;
  color: #333333;
}
.newNav .btn * {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.newNav .btn .search {
  cursor: pointer;
  display: flex;
  width: auto;
  align-items: center;
  padding-right: 0.2667rem;
  margin-right: 0.2667rem;
  position: relative;
}
.newNav .btn .search img {
  margin-right: 0.1333rem;
  height: 0.3167rem;
}
.newNav .btn .search::after {
  width: 0.0333rem;
  height: 0.2833rem;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #333333;
}
.newNav .btn .search:hover {
  box-shadow: 0 0 0.1667rem rgba(17, 94, 172, 0.78);
  padding: 0 0.1333rem;
  border-radius: 0.0667rem;
}
.newNav .btn .search:hover span {
  color: #115eac;
  font-weight: bold;
  animation: fadeIn 0.5s;
}
.newNav .btn .search:hover::after {
  opacity: 0;
}
.newNav .btn .login {
  display: flex;
  align-items: center;
}
.newNav .btn .login span {
  color: #333333;
}
.newNav .btn .login img {
  margin-right: 0.1333rem;
  height: 0.2667rem;
}
.newNav .btn .login:hover {
  box-shadow: 0 0 0.1667rem rgba(17, 94, 172, 0.78);
  padding: 0 0.1333rem;
  border-radius: 0.0667rem;
}
.newNav .btn .login:hover span {
  color: #115eac;
  font-weight: bold;
  animation: fadeIn 0.5s;
}
.newNav .btn .login:hover::after {
  opacity: 0;
}

.dj .newHeader {
  background: linear-gradient(180deg, rgba(170, 0, 8, 0.67), transparent);
}
.dj .newNav-item > a {
  color: #fff;
}
.dj .newNav-item > a::after {
  background-image: url(../images/down-icon-dj.png);
}
.dj .newNav .btn {
  color: #fff;
}
.dj .newNav .btn .search::after {
  background-color: #fff;
}
.dj .newNav .btn .login span {
  color: #fff;
}
.dj .newNav-sub {
  border-color: #aa0008;
  background: linear-gradient(0deg, rgba(147, 3, 10, 0.55) 5%, transparent 76%);
}

.newFlinks {
  background-size: 100% auto;
  height: 0.9333rem;
  border-top: 0.0167rem solid #e6e6e6;
}
.newFlinks-wrap {
  display: flex;
  height: 100%;
  align-items: center;
  color: #fff;
  font-size: 0.2667rem;
  flex-wrap: wrap;
}
.newFlinks-wrap a {
  color: #333;
  margin-right: 0.3rem;
  white-space: nowrap;
}
.newFlinks-wrap a:hover {
  font-weight: bold;
}
.newFlinks-wrap span {
  white-space: nowrap;
  color: #115eac;
  font-size: 0.3rem;
  font-weight: bold;
  padding-left: 0.6667rem;
  background: url(../images/link-iocn.png) no-repeat left center;
  background-size: 0.4667rem 0.4667rem;
}

.newFooter {
  background: url(../images/footer-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 0.5667rem 0;
}
.newFooter-wrap > img {
  width: 0.0167rem;
  height: 2.1833rem;
}
.newFooter-l p,
.newFooter-l a {
  display: block;
  font-size: 0.2667rem;
  color: #fff;
  line-height: 0.6667rem;
}
.newFooter-l .ga {
  padding-left: 0.45rem;
  background: url(../images/wj-icon.png) no-repeat left center;
  background-size: 0.3rem 0.3333rem;
}
.newFooter-c {
  font-size: 0.2667rem;
  color: #fff;
  line-height: 0.6667rem;
}
.newFooter-r .qrcode {
  width: auto;
  text-align: center;
  margin: 0 0.25rem;
}
.newFooter-r .qrcode img {
  display: block;
  width: 1.5333rem;
  height: 1.5333rem;
  margin: auto;
}
.newFooter-r .qrcode p {
  margin-top: 0.1333rem;
  font-size: 0.2167rem;
  line-height: 0.3333rem;
  color: #fff;
}
.newFooter-r .qrcode:nth-child(3), .newFooter-r .qrcode:nth-child(4) {
  width: 1.8333rem;
}

.dialog {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1111;
  background-color: rgba(0, 0, 0, 0.3);
}
.dialog .search-box {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 320px;
  height: 40px;
}
.dialog .search-box.active {
  display: block;
}
.dialog .search form {
  width: 100%;
  height: 100%;
  position: relative;
}
.dialog .search-ipt {
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 10px;
  font-size: 16px;
  color: #333;
}
.dialog .search-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  height: 30px;
  width: 40px;
  border: none;
  border-radius: 5px;
  background: url(../images/search-icon-w.png) #194d78 no-repeat center;
}

@media screen and (max-width: 1700px) {
  .w17 {
    width: 100%;
    padding-left: 0.1667rem;
    padding-right: 0.1667rem;
  }
}
@media screen and (max-width: 768px) {
  .newHeader {
    height: auto;
    padding: 0;
    background: transparent;
    position: fixed;
  }
  .newHeader-wrap {
    display: none;
  }
  .newHeader-phone {
    display: block;
  }
  .newHeader-phone-top {
    padding-top: 0.4168rem;
    padding-bottom: 0.4547rem;
    padding-left: 1.2884rem;
    padding-right: 1.2884rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .newHeader-phone-top .logo {
    width: 14.4379rem;
  }
  .newHeader-phone-top .logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .newHeader-phone-top > * {
    float: left;
  }
  .newHeader-phone-top .btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #115eac;
    font-size: 0.8337rem;
    line-height: 1.3945rem;
  }
  .newHeader-phone-top .btn > * {
    float: left;
    cursor: pointer;
  }
  .newHeader-phone-top .btn .search-open {
    background: url(../images/search-icon-phone.png) no-repeat left center;
    background-size: 0.7958rem 0.7958rem;
    padding-left: 1.0611rem;
  }
  .newHeader-phone-top .btn .login {
    margin-left: 0.9474rem;
    color: #115eac;
    background: url(../images/dn-icon-phone.png) no-repeat left center;
    background-size: 0.8716rem 0.7958rem;
    padding-left: 1.1368rem;
  }
  .newNav-phone {
    overflow: hidden;
    background-size: cover;
  }
  .newNav-phone-item {
    width: 33.3333333333%;
    float: left;
    text-align: center;
    line-height: 2.8421rem;
    background-color: #115eac;
    font-size: 0.9853rem;
    font-weight: bold;
    border-right: 0.0379rem solid #417ebd;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .newNav-phone-item:nth-child(3n) {
    border-right: none;
  }
  .newNav-phone-item:nth-child(1), .newNav-phone-item:nth-child(2), .newNav-phone-item:nth-child(3) {
    border-bottom: 0.0379rem solid #417ebd;
  }
  .newNav-phone-item a {
    color: #fff;
  }
  .newNav-phone-item:hover {
    background-color: #fff;
  }
  .newNav-phone-item:hover a {
    width: 100%;
    color: #115eac;
  }
  .dj .newNav-phone-item {
    background-color: #aa0008;
    border-right-color: rgba(255, 255, 255, 0.5);
    border-bottom-color: rgba(255, 255, 255, 0.5);
  }
  .dj .newNav-phone-item:hover {
    background-color: #fff;
  }
  .dj .newNav-phone-item:hover a {
    color: #aa0008;
  }
  .w17 {
    padding-left: 0;
    padding-right: 0;
  }
  .newFlinks {
    height: auto;
    padding: 0.9474rem 1.3263rem;
    min-height: 3.4105rem;
  }
  .newFlinks-wrap {
    line-height: 1.5158rem;
  }
  .newFlinks-wrap span {
    font-size: 1.1368rem;
    background-size: 1.3642rem 1.3642rem;
    padding-left: 1.7811rem;
  }
  .newFlinks-wrap a {
    font-size: 1.1rem;
    margin-right: 0.81rem;
  }
  .newFlinks-wrap a:last-child {
    margin-right: 0;
  }
  .newFooter {
    padding-left: 1.2884rem;
    padding-right: 1.2884rem;
    padding-top: 1.2884rem;
    height: auto;
    background: url(../images/footer-bg-phone.jpg) no-repeat center;
  }
  .newFooter-wrap {
    display: block;
  }
  .newFooter-wrap > * {
    float: none;
  }
  .newFooter-wrap > img {
    display: none;
  }
  .newFooter-l p,
  .newFooter-l a {
    font-size: 0.9853rem;
    line-height: 2.2737rem;
  }
  .newFooter-l .ga {
    background-size: 1.0989rem 1.2505rem;
    padding-left: 1.6295rem;
  }
  .newFooter-c {
    margin-top: 0.4926rem;
  }
  .newFooter-c p {
    font-size: 0.9853rem;
    line-height: 2.2737rem;
  }
  .newFooter-r {
    margin-top: 1.5916rem;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .newFooter-r .qrcode {
    width: calc((100% - 4.5474rem) / 3);
    margin-right: 2.2737rem;
    margin-left: 0;
    margin-bottom: 2.0842rem;
  }
  .newFooter-r .qrcode img {
    width: 7.0105rem;
    height: 7.0105rem;
  }
  .newFooter-r .qrcode p {
    margin-top: 0.4168rem;
    font-size: 0.9853rem;
    line-height: 1.5158rem;
  }
  .newFooter-r .qrcode:nth-child(3n) {
    margin-right: 0;
  }
  .newFooter-r .qrcode:nth-child(3) {
    width: calc((100% - 4.5474rem) / 3);
  }
  .newFooter-r .qrcode:nth-child(3) p {
    font-size: 0.90rem;
  }
  .newFooter-r .qrcode:nth-child(4) {
    width: calc((100% - 4.5474rem) / 3);
  }
  .newFooter-r .qrcode:nth-child(6) p {
    font-size: 0.8337rem;
  }
}
@media screen and (max-width: 430px) {
  .newFlinks-wrap a {
    font-size: 1rem;
    margin-right: 0.4rem;
  }
}