/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body,
#app {
  width: 100%;
  height: 100%;
}
.w1200 {
  /* min-width: 1400px; */
}
.width100 {
  width: 100%;
  overflow: hidden;
}
.width1200 {
  min-width: 1200px;
  /* border: 1px solid; */
  width: 1200px;
  margin: 0 auto;
  /* overflow: hidden; */
}
a {
  cursor: pointer;
}
.flex {
  display: flex;
}
.align {
  align-items: center;
}
.between {
  justify-content: space-between;
}
/* 动画 */
.animate-item {
  opacity: 0;
  transform: translateY(1rem);
  transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.animate-active {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
@keyframes wobble-hor-bottom {
  from {
    transform: scale(1.05);
    animation-timing-function: ease-out;
  }

  45% {
    transform: scale(0.88);
    animation-timing-function: ease-out;
  }
}
@keyframes tranTitle {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }

  100% {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}
@keyframes sf {
  from {
    transform: scale(0.99);
  }

  100% {
    transform: scale(1);
  }
}

/* ======================== */

/* 顶部和底部 */
.logo {
  width: 1.375rem;
  height: 0.6rem;
}

.right {
  font-size: 0.2rem;
}

.hList div {
  margin-left: 0.625rem;
}
.hList :hover {
  color: #0066ff !important;
}
.nav-dropdown :hover {
  background-color: #f5f5f5 !important;
}
.hList img {
  width: 0.1375rem;
  height: 0.075rem;
  position: relative;
  bottom: 0.025rem;
}

.header {
  cursor: pointer;
  margin: 0 auto;
  margin: 0.25rem 3.25rem;
}

.foot {
  background: #292f34;
  min-height: 5.0625rem;
  padding: 0.625rem 3.25rem;
  width: 100%;
  box-sizing: border-box;
}

.foot .left {
  flex-shrink: 0;
}

.foot .logo {
  width: 1.375rem;
  height: 0.5625rem;
  margin-bottom: 0.20rem;
}

.foot .text {
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
}

.foot .text div {
  font-family: PingFang SC;
  font-size: 0.175rem;
  color: #ffffff;
  margin-left: 0.125rem;
}

.foot .text img {
  width: 0.225rem;
  height: 0.225rem;
  flex-shrink: 0;
}

.foot .ewm {
  width: 1.1rem;
  height: 1.1rem;
  margin-right: 0.45rem;
  margin-top: 0.25rem;
}

.foot .con .title1 {
  font-weight: 400;
  font-size: 0.2rem;
  color: #ffffff;
  margin-bottom: 0.2rem;
  white-space: nowrap;
}

.foot .con .title2 {
  font-weight: 400;
  font-size: 0.175rem;
  color: #ffffff;
  opacity: 0.5;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.375rem;
}

.foot .con .title2 .item {
  white-space: nowrap;
  cursor: pointer;
}

.foot .con .title2 .item:hover {
  opacity: 0.8;
}

.title2 .flex-row{ 
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.foot .line {
  width: 100%;
  height: 0.0125rem;
  background: #ffffff;
  opacity: 0.08;
  margin-top: 0.45rem;
  margin-bottom: 0.3rem;
}

.foot .o {
  font-weight: 500;
  font-size: 0.15rem;
  color: #ffffff;
  line-height: 0.4rem;
  opacity: 0.65;
}

.o .oo{
  font-weight: 500;
  font-size: 0.15rem;
  color: #ffffff;
  line-height: 0.4rem;
  opacity: 0.65;
  text-decoration: none;
}

/* ===================================== */
