﻿/* @import "/node_modules/element-ui/lib/theme-chalk/index.css"; */
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
* {
  /*font-family: "Fira Mono", "Andale Mono", "Consolas", monospace, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;*/
  box-sizing: border-box;
  font-variant-ligatures: none;
  letter-spacing: 0px;
}
button,
input,
optgroup,
select,
textarea {
  font-family: 'Source Sans Pro', 'Lucida Grande', sans-serif;
}
li {
  list-style: none;
}
fieldset,
img {
  border: 0;
}
img {
  display: block;
}
table {
  border-collapse: collapse;
  border: 1px;
  margin-bottom: 10px;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
legend {
  color: #000;
}
small {
  font-size: 12px;
}
hr {
  border: none;
  height: 1px;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  /* 去掉悬停、激活和聚焦状态下的下划线 */
}
html {
  height: 100%;
  font-size: 10px!important;
}
#__nuxt {
  height: 100%;
}
#__layout {
  height: 100%;
}
body {
  background-color: #fff;
  height: 100%;
}
#app {
  width: 100%;
  height: 100%;
  font-family: 'Source Sans Pro', 'Lucida Grande', sans-serif;
  background-color: #ffffff;
}
/*路由动画*/
.fade-enter-active,
.fade-leave-active {
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -webkit-transform: translate3d(-20px, 0px, 0);
  transform: translate3d(-20px, 0px, 0);
}
html {
  overflow: auto;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
.searchPannel .el-input input.el-input__inner {
  border-radius: unset;
}
.searchBtn {
  cursor: pointer;
}
@media (min-width: 1220px) {
  /*导航*/
  .nav {
    width: 100%;
    height: 7.4133rem !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99909;
  }
  .nav .bgurl {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
  }
  .nav-bar {
    height: 100%;
    display: block !important;
    margin: 0 auto;
    position: relative;
    float: none !important;
  }
  .container_article {
    margin: 0 auto;
    float: none !important;
    overflow: hidden;
    box-sizing: border-box;
    min-height: calc(100% - 47.4133rem);
  }
  .el-col-lg-16 {
    width: 60%;
  }
  .container_article {
    width: 100%;
    margin-top: 7.4133rem;
  }
  .nav .nav-bar-body {
    display: flex;
    flex-direction: row;
    position: relative;
    align-items: center;
    height: 100%;
    width: 59%;
    margin: 0 auto;
  }
  #logo {
    width: 6.9333rem;
    height: 3.8933rem;
  }
  #logo a {
    display: block;
    width: 6.9333rem;
    height: 3.8933rem;
  }
  #logo img {
    width: 6.9333rem;
    height: 3.8933rem;
    display: block;
  }
  .navmenu {
    width: calc(100% - 6.9333rem);
    height: 100%;
    padding-left: 1.76rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .searchPannel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 1.0133rem;
    border-radius: 1.1733rem;
    overflow: hidden;
    width: 17.88rem;
  }
  .searchPannel .searchBtn {
    width: 4.4267rem;
    height: 2.3467rem;
    background: #E1000F;
    font-size: 1.28rem;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    display: block;
    line-height: 2.3467rem;
    text-align: center;
  }
  .searchPannel .el-input {
    width: 13.4533rem;
    height: 2.3467rem;
  }
  .searchPannel .el-input input {
    width: 13.4533rem;
    height: 2.3467rem;
    padding: 0 1.5rem;
    line-height: 2.3456rem;
    border: unset;
  }
  .navmenu .info {
    display: flex;
    align-items: center;
  }
  .navmenu .info .mail {
    width: 1.9733rem;
    height: 1.3867rem;
    margin-right: 0.2667rem;
    cursor: pointer;
  }
  .nav .topRight {
    width: fit-content;
    display: flex;
  }
  .navmenu .info p {
    color: #FFFFFF;
    display: flex;
    align-items: center;
  }
  .navmenu .info span,
  .navmenu .info a {
    font-size: 1.28rem;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    word-spacing: 0.0267rem;
    line-height: 1.28rem;
    cursor: pointer;
  }
  .navmenu .info span:hover,
  .navmenu .info a:hover {
    color: #E1000F;
  }
  .navmenu .el-tabs__nav-wrap::after {
    background-color: unset;
  }
  .nav-bar-body {
    position: relative;
  }
  .nav-bar-body .secondMenu {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .topNav {
    width: 59%;
    margin: 0 auto;
    font-size: 1.6rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #000000;
    margin-top: 2.24rem;
    margin-bottom: 3rem;
  }
  .topNav a {
    display: inline-block;
    margin: 0 0.2667rem;
  }
  .topNav a:last-child {
    color: #E1000F;
    font-weight: bold;
  }
  .navmenu .el-tabs__header {
    margin: 0;
  }
  .navmenu .el-tabs {
    height: 100%;
  }
  .navmenu .el-tabs div {
    height: 100%;
  }
  .navmenu .el-tabs__nav-scroll,
  .navmenu .el-tabs__nav-wrap {
    overflow: unset;
  }
  .menu {
    list-style-type: none;
    display: flex;
    padding: 0;
    flex-direction: row;
    align-items: center;
    height: 100%;
  }
  .menu-item {
    margin-right: 20px;
    cursor: pointer;
    font-size: 1.28rem;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #000000;
    line-height: unset;
    display: flex;
    align-items: center;
    margin-right: 2.4rem;
    width: fit-content;
    padding: 0;
    height: 100%;
  }
  .menu-item a {
    color: inherit;
  }
  .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    background-color: #f0f0f0;
    width: 100%;
    padding: 1.7067rem 3.9467rem;
    box-sizing: border-box;
    box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.2);
  }
  .sub-menu p {
    font-size: 1.28rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #000000;
    padding-bottom: 0.8rem;
    border-bottom: 0.0533rem solid rgba(0, 0, 0, 0.1);
  }
  .sub-menu ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 1.3333rem;
  }
  .sub-menu ul li {
    display: block;
    width: 20%;
    text-align: left;
    font-size: 0.96rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #000000;
    opacity: 0.8;
    margin-bottom: 0.8533rem;
  }
  .menu-item:hover {
    font-size: 1.28rem;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold!important;
    color: #E0000F !important;
  }
  .topNav .el-breadcrumb__inner.is-link {
    font-size: 1.6rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #000000;
  }
  .topNav .el-breadcrumb__item:last-child .el-breadcrumb__inner.is-link {
    color: #E1000F;
    font-weight: bold;
  }
  .topNav .el-breadcrumb__separator {
    color: #000;
  }
  .topRight .name {
    display: flex;
    align-items: center;
    color: #fff;
  }
  div.el-popover.el-popper {
    min-width: unset!important;
    padding: 0;
    background: rgba(0, 0, 0, 0.6);
    border: unset;
    z-index: 99999!important;
  }
  .ipopover .el-button {
    margin: 0 auto;
  }
  .iexit {
    width: 0.5333rem;
    height: 0.5333rem;
  }
  .ipopover {
    height: 2.8333rem;
    display: flex;
    width: 2.1333rem;
    text-align: center;
  }
  .down {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.7267rem 0.58rem 0 0.58rem;
    border-color: #ffffff transparent transparent transparent;
    display: flex;
    margin-left: 0.2667rem;
  }
  .ipopover.el-popper[x-placement^=bottom] .popper__arrow {
    top: -0.4rem;
    border-bottom-color: rgba(0, 0, 0, 0.6);
  }
  .ipopover.el-popper[x-placement^=bottom] .popper__arrow::after {
    border-bottom-color: rgba(0, 0, 0, 0.6);
  }
  .ipopover.el-popover .el-button--text span {
    color: #fff;
  }
}
.navmenu .el-tabs__item.is-active {
  color: #E1000F;
  font-weight: bold;
}
@media (min-width: 1220px) {
  .home .topInfo {
    width: 59%;
    margin: 0 auto;
    position: relative;
  }
  .home .topInfo img {
    width: 100%;
    height: auto;
  }
  .home .topInfo .toptext {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 3rem;
    height: 100%;
  }
  .home .topInfo .toptext div {
    height: fit-content;
  }
  .home .topInfo .toptext div p {
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    text-align: center;
  }
  .home .topInfo .toptext div p:nth-child(1),
  .home .topInfo .toptext div p:nth-child(2) {
    font-size: 2.4rem;
    font-weight: 700;
  }
  .home .topInfo .toptext div p:nth-child(2) {
    margin-bottom: 0.5rem;
  }
  .home .topbanner {
    width: 59%;
    height: auto;
    margin: 0 auto;
  }
  .home .category {
    padding-top: 5.6rem;
    text-align: center;
  }
  .home .category h1 {
    font-size: 3.12rem;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #000000;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    z-index: 0;
  }
  .home .category h1::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0.3rem;
    width: 100%;
    height: 0.6933rem;
    background-color: #E1000F;
    z-index: -1;
  }
  .home .category p.englishName {
    font-size: 1.3333rem;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #000000;
    margin-top: 0.8533rem;
    opacity: 0.5;
  }
  .home .category .subNav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 59%;
    margin: 0 auto;
    margin-top: 0.6133rem;
  }
  .home .category .subNav .inav {
    width: 20%;
    margin-bottom: 2.6133rem;
    cursor: pointer;
  }
  .home .category .subNav .inav img {
    width: 10.9867rem;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .home .category .subNav .inav p {
    font-size: 1.3333rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #000000;
    margin-top: 0;
  }
  .home .brands {
    padding-top: 3.2rem;
  }
  .home .brands .subNav .inav {
    width: 20%;
    margin-bottom: 2.6133rem;
  }
  .home .brands .subNav .inav img {
    width: 17.6rem;
    height: auto;
    display: block;
  }
  .home .about .contentPanner {
    width: 59%;
    margin: 0 auto;
    margin-bottom: 6.4533rem;
  }
  .home .about .contentPanner img {
    height: auto;
    width: 100%;
    margin-top: 1.92rem;
  }
  .home .about .contentPanner .otherContent {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .home .about .contentPanner .content {
    padding: 1.2067rem 5.5467rem;
    padding-bottom: 1.35rem;
    box-sizing: border-box;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.2);
    text-align: left;
  }
  .home .about .contentPanner .content h3 {
    font-size: 1.6rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #000000;
    padding: 0;
    margin-bottom: 0.7rem;
  }
  .home .about .contentPanner .content p {
    font-size: 1.3333rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #000000;
    line-height: 2rem;
    margin-bottom: 1.5rem;
  }
  .home .about .contentPanner .content h4 {
    font-size: 1.3333rem;
    font-weight: 600;
    line-height: 2.5rem;
    margin-top: -1.5rem;
  }
}
.navmenu /deep/ .el-tabs__active-bar {
  display: none!important;
}
@media (min-width: 1220px) {
  .ifooter {
    width: 100%;
    background: #3B3B3B;
    padding-top: 4.5333rem;
    box-sizing: border-box;
  }
  .ifooter .topFooter {
    width: 53.64%;
    margin: 0 auto;
  }
  .ifooter .topFooter .firstFooter {
    margin-bottom: 1.28rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .ifooter .topFooter .firstFooter .leftFirstFooter {
    width: 20rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .ifooter .topFooter .firstFooter .leftFirstFooter .logo > img {
    width: 10.3467rem;
    height: auto;
    margin-bottom: 1.76rem;
  }
  .ifooter .topFooter .firstFooter .leftFirstFooter p {
    font-size: 1.3333rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 1.12rem;
    width: inherit;
    text-align: center;
  }
  .ifooter .topFooter .firstFooter .leftFirstFooter .contact {
    width: 15.04rem;
    height: 3.6267rem;
    background: #E1000F;
    border-radius: 1.8133rem;
    font-size: 1.7867rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 0.0533rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.9067rem 2.08rem;
    box-sizing: border-box;
    cursor: pointer;
  }
  .ifooter .topFooter .firstFooter .leftFirstFooter .contact > img {
    width: 2.6667rem;
    height: 1.8133rem;
  }
  .ifooter .topFooter .firstFooter .rightFirstFooter {
    margin-left: 8.6933rem;
    width: fit-content;
    display: flex;
    flex-direction: row;
  }
  .ifooter .topFooter .firstFooter .rightFirstFooter > div {
    margin-right: 2.9867rem;
    cursor: pointer;
  }
  .ifooter .topFooter .firstFooter .rightFirstFooter > div > img {
    width: 12.0533rem;
    height: 12.0533rem;
  }
  .ifooter .topFooter .firstFooter .rightFirstFooter > div > p {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 1.12rem;
    font-size: 1.36rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    justify-content: center;
  }
  .ifooter .topFooter .firstFooter .rightFirstFooter > div > p img {
    margin-right: 0.0533rem;
    width: 1.6rem;
    height: auto;
  }
  .ifooter .topFooter .secondFooter h3 {
    margin-top: 2.88rem;
    font-size: 1.28rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    padding: 0;
    text-align: left;
    cursor: pointer;
  }
  .ifooter .topFooter .secondFooter div {
    display: flex;
    flex-direction: row;
    word-wrap: break-word;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .ifooter .topFooter .secondFooter div a {
    display: block;
    width: 20%;
    text-align: left;
    font-size: 0.96rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.8;
    margin-top: 1.12rem;
    cursor: pointer;
  }
  .ifooter .bottomFooter {
    width: 100%;
    height: 7.9467rem;
    border-top: 0.1067rem solid #696969;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 3.4667rem;
  }
  .ifooter .bottomFooter p {
    font-size: 0.8rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.8;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 1rem;
  }
  .ifooter .bottomFooter p a {
    vertical-align: middle;
    display: inline-block;
  }
  .ifooter .bottomFooter p a img {
    width: 1.3rem;
    height: auto;
    display: inline-block;
  }
  .ifooter .bottomFooter div {
    width: fit-content;
    display: flex;
    flex-direction: row;
  }
  .ifooter .bottomFooter div span,
  .ifooter .bottomFooter div a {
    font-size: 1.3333rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.8;
    display: inline-block;
    margin-right: 1.4667rem;
    cursor: pointer;
  }
  .ifooter .bottomFooter div span::before,
  .ifooter .bottomFooter div a::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 50%;
  }
  .ifooter .bottomFooter div span:last-child,
  .ifooter .bottomFooter div a:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1219px) {
  .ifooter {
    width: 100%;
    height: unset!important;
    background: #3B3B3B;
    padding: 0;
    box-sizing: border-box;
  }
  .ifooter .topFooter {
    width: 100%;
    padding: 0 2.8533rem;
  }
  .ifooter .topFooter .firstFooter {
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5.1467rem;
  }
  .ifooter .topFooter .firstFooter .leftFirstFooter {
    width: 16.16rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .ifooter .topFooter .firstFooter .leftFirstFooter .logo > img {
    width: 7.1733rem;
    height: auto;
    margin-bottom: 1.2267rem;
  }
  .ifooter .topFooter .firstFooter .leftFirstFooter p {
    font-size: 0.9333rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 0.7733rem;
    width: inherit;
    text-align: center;
  }
  .ifooter .topFooter .firstFooter .leftFirstFooter .contact {
    width: 10.4533rem;
    height: 2.5067rem;
    background: #E1000F;
    border-radius: 1.2533rem;
    font-size: 1.2267rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 0.0533rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6667rem 1.44rem;
    padding-bottom: 0.75rem;
    box-sizing: border-box;
    cursor: pointer;
  }
  .ifooter .topFooter .firstFooter .leftFirstFooter .contact > img {
    width: 1.84rem;
    height: 1.2533rem;
  }
  .ifooter .topFooter .firstFooter .rightFirstFooter {
    width: fit-content;
    display: flex;
    flex-direction: row;
  }
  .ifooter .topFooter .firstFooter .rightFirstFooter > div {
    margin-right: 1.4933rem;
    cursor: pointer;
  }
  .ifooter .topFooter .firstFooter .rightFirstFooter > div > img {
    width: 7.3733rem;
    height: 7.3733rem;
  }
  .ifooter .topFooter .firstFooter .rightFirstFooter > div > p {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 1.12rem;
    font-size: 0.9333rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    justify-content: center;
  }
  .ifooter .topFooter .firstFooter .rightFirstFooter > div > p img {
    margin-right: 0.0533rem;
    width: 1.12rem;
    height: auto;
  }
  .ifooter .topFooter .secondFooter .el-collapse-item__header {
    background-color: unset!important;
    color: white!important;
    font-size: 1.5467rem !important;
    font-family: SourceHa!important;
    font-weight: bold!important;
    border-bottom: 0.08rem solid #696969 !important;
  }
  .ifooter .topFooter .secondFooter .el-collapse {
    border-top: unset!important;
  }
  .ifooter .topFooter .secondFooter .el-collapse-item__wrap {
    background-color: unset!important;
    border-bottom: unset!important;
  }
  .ifooter .topFooter .secondFooter .el-collapse-item__content {
    padding-top: 0.5333rem !important;
    padding-bottom: 0.9333rem !important;
  }
  .ifooter .topFooter .secondFooter .el-collapse-item__content a {
    display: block!important;
    color: white!important;
    font-size: 1.2267rem !important;
    font-family: SourceHanSansCN!important;
    font-weight: 400!important;
    color: #FFFFFF !important;
    line-height: 2.16rem !important;
    opacity: 0.8 !important;
  }
  .ifooter .topFooter .secondFooter /deep/ .el-collapse .el-collapse-item__header .el-collapse-item__arrow {
    transform: rotate(90deg) !important;
    /* 将箭头旋转90度，替换为向下箭头 */
  }
  .ifooter .topFooter .secondFooter /deep/ .el-collapse .el-collapse-item__header .el-collapse-item__arrow.is-active {
    transform: rotate(270deg) !important;
    /* 将箭头旋转90度，替换为向下箭头 */
  }
  .ifooter .bottomFooter {
    width: 100%;
    height: 7.2533rem;
    border-top: 0.1067rem solid #696969;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 3.4667rem;
    padding-top: 2.2133rem;
    padding-bottom: 2.08rem;
  }
  .ifooter .bottomFooter > p {
    font-size: 0.8rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.8;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .ifooter .bottomFooter > p:last-child {
    margin-bottom: 1rem;
  }
  .ifooter .bottomFooter > p a {
    vertical-align: middle;
    display: inline-block;
  }
  .ifooter .bottomFooter > p a img {
    width: 1.3rem;
    height: auto;
    display: inline-block;
  }
  .ifooter .bottomFooter > div {
    width: fit-content;
    display: flex;
    flex-direction: row;
  }
  .ifooter .bottomFooter > div span,
  .ifooter .bottomFooter > div a {
    font-size: 0.9333rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.8;
    display: inline-block;
    margin-right: 1.2rem;
    cursor: pointer;
    position: relative;
  }
  .ifooter .bottomFooter > div span::before,
  .ifooter .bottomFooter > div a::before {
    content: "";
    position: absolute;
    left: -8%;
    transform: translateX(-50%);
    top: 50%;
    width: 0.3rem;
    height: 0.3rem;
    background-color: #fff;
    border-radius: 50%;
  }
  .ifooter .bottomFooter > div span:last-child,
  .ifooter .bottomFooter > div a:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1220px) {
  .footer-page {
    width: 59%;
  }
  .loginDialog.el-dialog--center .el-dialog__body {
    padding: 0;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .loginDialog.el-dialog--center .el-dialog__body img {
    width: 250px;
    height: 250px;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 1219px) {
  .footer-page {
    width: 90%;
  }
  .el-collapse-item__header,
  .el-collapse-item__content p {
    color: #000 !important;
  }
  .loginDialog.el-dialog--center .el-dialog__body {
    padding-top: 0;
  }
  .loginDialog.el-dialog--center .el-dialog__body p {
    text-align: center;
  }
  .loginDialog.el-dialog--center .el-dialog__body img {
    width: 70%;
    margin: 0 auto;
  }
}
.footer-page {
  position: relative;
  min-height: 100%;
  margin: 0 auto;
}
.footer-page .new-container {
  width: 100%;
  margin: 40px auto;
  padding-bottom: 10px;
}
.footer-page .new-container > div.banquan .title {
  font-size: 30px;
  line-height: 60px;
  width: 100%;
}
.footer-page .new-container > div.banquan > div {
  font-size: 16px;
  line-height: 30px;
  margin: 20px 0;
}
.footer-page .new-container > div.banquan > div p {
  font-size: 20px;
}
.footer-page .new-container .tiaokuan {
  font-size: 14px;
  line-height: 30px;
}
.footer-page .new-container .tiaokuan .title {
  font-size: 30px;
  line-height: 60px;
  width: 100%;
  margin: 10px 0;
}
.footer-page .new-container .tiaokuan .secondTitle {
  font-size: 24px;
  line-height: 50px;
  width: 100%;
  margin: 10px 0;
}
.footer-page .new-container .tiaokuan .flexBox {
  display: flex;
}
.footer-page .new-container .tiaokuan .serial {
  margin-right: 10px;
}
.footer-page .new-container .tiaokuan .thirdTitle {
  font-size: 20px;
  line-height: 40px;
  width: 100%;
  margin: 10px 0;
}
.footer-page .new-container a {
  color: #000;
  text-decoration: underline;
}
.footer-page .new-container ul li {
  list-style: disc;
  list-style-position: inside;
}
.footer-page .new-container .yinsi .title {
  font-size: 30px;
  line-height: 60px;
  width: 100%;
  margin: 10px 0;
}
.footer-page .new-container .yinsi .secondTitle {
  font-size: 24px;
  line-height: 50px;
  width: 100%;
  margin: 40px 0;
  text-align: center;
  margin-top: 80px;
}
.footer-page .new-container .yinsi > p {
  font-size: 14px;
  line-height: 20px;
  margin: 20px 0;
}
.footer-page .new-container .yinsi .el-collapse-item__header {
  font-size: 24px;
  font-weight: 600;
}
.footer-page .new-container .yinsi .el-collapse-item__content p {
  font-size: 14px;
  line-height: 20px;
  margin: 20px 0;
}
.footer-page .new-container .yinsi .text p {
  font-size: 14px;
  line-height: 20px;
  margin: 20px 0;
}
.footer-page .new-container .yinsi .text a {
  color: #000;
  text-decoration: underline;
}
.footer-page .new-container .cookie .title {
  font-size: 30px;
  line-height: 60px;
  width: 100%;
  margin: 10px 0;
  margin-bottom: 40px;
  color: #e1000f;
}
.footer-page .new-container .cookie .secondTitle {
  font-size: 24px;
  line-height: 50px;
  width: 100%;
  margin: 20px 0;
  text-align: left;
  color: #e1000f;
}
.footer-page .new-container .cookie > p {
  font-size: 14px;
  line-height: 20px;
  margin: 20px 0;
}
.footer-page .new-container .cookie .el-button.is-round {
  background-color: #e1000f;
  border-color: #e1000f;
  margin-top: 30px;
}
.nuxt-progress {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 2px;
  width: 0%;
  transition: width 0.2s, opacity 0.4s;
  opacity: 1;
  background-color: #efc14e;
  z-index: 999999;
}
.loginDialog {
  width: 38.6rem !important;
  height: auto!important;
  opacity: 1!important;
  border-radius: 0.8533rem !important;
  background: #ffffff !important;
  margin: 15.3333rem auto !important;
}
.loginDialog .el-dialog {
  margin: 0!important;
  width: 100%;
  border: unset;
  box-shadow: unset;
}
.loginDialog .el-form-item::before {
  display: none;
}
.loginDialog .el-form-item .el-form-item__content::before {
  display: none;
}
.loginDialog .el-form-item .el-form-item__content::after {
  display: none;
}
.loginDialog .el-dialog__body {
  width: 28.6667rem;
  margin: 1.0667rem auto;
  padding: 0.2667rem 0.4rem;
}
.loginDialog .el-dialog__body .el-form-item {
  margin-bottom: 1.7067rem;
}
.loginDialog .el-dialog__body .el-input__inner {
  height: 2.56rem;
  line-height: 2.4533rem;
}
.loginDialog .el-dialog__body .getCode_suss {
  background: #828C96;
}
.loginDialog .el-dialog__body .tip {
  color: #E1000F;
  font-size: 0.64rem;
}
.loginDialog .code {
  width: 100%;
}
.loginDialog .code .el-form-item__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.loginDialog .code .el-form-item__content .el-input {
  width: 15.0267rem;
  display: inline-block;
}
.loginDialog .goregist {
  text-align: center;
  font-size: 0.8533rem;
  font-weight: 400;
  line-height: 1.28rem;
  color: #288dff;
  vertical-align: top;
  margin-top: 1.28rem;
  cursor: pointer;
}
.loginDialog .sendcode {
  width: 10.76rem;
  height: 2.56rem;
  border-radius: 0.2133rem;
  background: #e1000f;
  font-size: 0.8rem;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  vertical-align: top;
  line-height: 2.56rem;
  padding: 0;
  display: inline-block;
}
.loginDialog .sendcode:hover,
.loginDialog .submit:hover,
.loginDialog .sendcode:focus,
.loginDialog .submit:focus {
  background: rgba(225, 0, 15, 0.8);
  color: #fff;
  border-radius: 0.2667rem;
}
.loginDialog .submit {
  width: 100%;
  height: 2.86rem;
  border-radius: 0.4267rem;
  background: #e1000f;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 2.86rem;
  color: #ffffff;
  text-align: center;
  vertical-align: top;
  padding: 0;
  margin-top: 0.4267rem;
}


.top_tel{font-size:20px;color:#f00;font-weight: bold;}
.footer_tel{font-size:24px;color:#f00;font-weight: bold;}