/*================基本样式重置================*/
* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }
  html,
  body,
  div,
  ul,
  ol,
  li,
  dl,
  dt,
  dd,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  img,
  span,
  i,
  a,
  em,
  strong,
  b,
  input,
  textarea,
  select,
  button {
    margin: 0;
    padding: 0;
  }
  i,
  em {
    font-weight: normal;
    font-style: normal;
  }
  b {
    font-weight: normal;
  }
  a,
  i,
  em,
  span,
  b,
  img {
    display: block;
  }
  body {
    overflow-x: hidden;
    font-family: "Microsoft Yahei";
  }
  li {
    list-style: none;
  }
  a,
  img,
  input {
    border: 0 none;
  }
  a {
    text-decoration: none;
    outline: none;
  }
  a:hover {
    text-decoration: none;
  }
  a:focus,
  input:focus {
    outline: 0 none;
  }
  input::-webkit-search-cancel-button {
    display:  none;
  }
  /*清除谷歌浏览器下的 search 叉号*/
  input::-ms-clear {
    display:  none;
  }
  /*清除IE下的 search 叉号*/
  input {
    display: block;
    background: none;
  }
  input[type=file]::-webkit-file-upload-button {
    width: 0;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    border: none;
  }
  button {
    display: block;
    border: none;
    cursor: pointer;
  }
  textarea {
    border: none;
    resize: none;
    outline: none;
    font-family: "Microsoft Yahei";
  }
  /*去掉火狐和谷歌浏览器的Textarea改变尺寸大小功能*/
  /*html5*/
  article,
  aside,
  dialog,
  footer,
  header,
  section,
  footer,
  nav,
  figure,
  menu {
    display: block;
  }
  @font-face {
    src: url(../font/POPPINS-BOLD.TTF);
    font-family: "poppinsBold";
  }
  @font-face {
    src: url(../font/POPPINS-MEDIUM.TTF);
    font-family: "poppinsMedium";
  }
  @font-face {
    src: url(../font/POPPINS-REGULAR.TTF);
    font-family: "poppinsRegular";
  }
  @font-face {
    src: url(../font/DINPro-Bold.otf);
    font-family: "DINProBold";
  }
  /* 去除点击选项卡时出现的蓝色边框 */
  .swiper-pagination .swiper-pagination-bullet:focus,
  .swiper-button-next,
  .swiper-button-prev {
    outline: none;
  }
  /* 去除点击选项卡时出现的蓝色背景 */
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: auto;
  }
  .swiper-button-next:after,
  .swiper-container-rtl .swiper-button-prev:after,
  .swiper-button-prev:after,
  .swiper-container-rtl .swiper-button-next:after {
    content: " ";
  }
  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    pointer-events: auto;
  }
  .wow {
    visibility: hidden;
  }
  [v-cloak] {
    display: none;
  }
  /*========定义基础样式========*/
  .hide {
    display: none;
  }
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
  .clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
  }
  .clearfix {
    zoom: 1;
  }
  /*a标签鼠标hover高亮显示状态（可选用）*/
  a .opacity {
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
  }
  a:hover .opacity {
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
  }
  .over {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .text_over2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .text_over3 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  /*主体宽度样式（可选用）如有新宽度，命名规则以小写w开头，后接具体宽度数据，例：*/
  .w1400 {
    width: 72.91%;
    min-width: 1200px;
    max-width: 1900px;
    margin: 0 auto;
  }
  .w1500 {
    width: 78.125%;
    min-width: 1200px;
    max-width: 1900px;
    margin: 0 auto;
  }
  .w1600 {
    width: 83.33%;
    min-width: 1200px;
    max-width: 1900px;
    margin: 0 auto;
  }
  .w1660 {
    width: 86.45%;
    min-width: 1200px;
    max-width: 1900px;
    margin: 0 auto;
  }
  body {
    font-size: 18px;
  }
  .content {
    margin: 0 auto;
    min-height: 500px;
  }
  /*锚点定位*/
  .anchorF {
    position: relative;
  }
  .anchor {
    position: absolute;
    left: 0;
    top: -180px;
    width: 100%;
    height: 1px;
    z-index: -1;
    opacity: 0;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    transition: all 0.5s;
  }
  .header .img2 {
    display: none;
  }
  .header .headerTopInfo {
    display: flex;
    position: relative;
  }
  .header .headerTopInfo .w1600 {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header .headerTopInfo .w1600 .headerTop {
    display: flex;
    align-items: center;
    background: #cc0010;
    position: relative;
    padding-left: 10px;
    height: 50px;
  }
  .header .headerTopInfo .w1600 .headerTop::after {
    content: '';
    position: absolute;
    left: -49px;
    top: 0;
    width: 50px;
    height: 100%;
    background: #cc0010;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
  }
  .header .headerTopInfo .w1600 .headerTopList {
    display: flex;
    align-items: center;
    padding: 0 20px;
  }
  .header .headerTopInfo .w1600 .headerTopList .headerTopListText {
    margin-left: 10px;
    color: #fff;
    font-size: 16px;
  }
  .header .headerTopInfo .w1600 .headerTopList:last-child {
    padding-right: 0;
  }
  .header .headerTopInfo::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: calc((100% - 83.33%) / 2);
    height: 100%;
    background: #cc0010;
  }
  .header .contMain {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    transition: all 0.5s;
  }
  .header .contMain .logo {
    width: 371px;
  }
  .header .contMain .logo img {
    width: 100%;
  }
  .header .contMain .contInfo {
    display: flex;
  }
  .header .contMain .contInfo .contBox {
    display: flex;
  }
  .header .contMain .contInfo .contBox .contBoxText {
    color: #fff;
    line-height: 53px;
    font-size: 18px;
    padding: 0 1.4vw 20px;
    white-space: nowrap;
  }
  .header .contMain .contInfo .contBox .contBoxText:hover {
    font-weight: bold;
  }
  .header .contMain .contInfo .contBox .contBoxPos {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    max-height: 0;
    opacity: 0.7;
    overflow: hidden;
  }
  .header .contMain .contInfo .contBox .contBoxPos .navContRelBox {
    display: flex;
    height: 70px;
    align-items: center;
  }
  .header .contMain .contInfo .contBox .contBoxPos .navContRelList {
    text-align: center;
    color: #666;
    white-space: nowrap;
    padding: 0 1.5vw;
    cursor: pointer;
  }
  .header .contMain .contInfo .contBox .contBoxPos .navContRelList:hover,
  .header .contMain .contInfo .contBox .contBoxPos .navContRelList.cur {
    color: #cc0010;
  }
  .header .contMain .contInfo .contBox .contBoxList {
    position: relative;
  }
  .header .contMain .contInfo .contBox .contBoxList.on .contBoxText {
    color: #cc0010;
  }
  .header .contMain .contInfo .contBox .contBoxList:last-child .contBoxPos {
    left: auto;
    transform: translateX(0);
    right: 0;
  }
  .header .contMain .contInfo .contBox .contBoxList.cur .contBoxPos {
    transition: all 0.7s;
    opacity: 1;
    max-height: 100px;
  }
  .header .contMain .search {
    margin-left: 1vw;
    cursor: pointer;
    background: url(../images/icon/icon-4.png) center no-repeat;
    background-size: 100% auto;
    width: 21px;
    height: 53px;
  }
  .header .header_bac {
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.4);
    overflow: hidden;
  }
  .header .header_bac div {
    width: 100%;
    height: 0px;
    background: #fff;
  }
  .header .header_bac.cur {
    height: calc(100vh - 120px);
  }
  .header .header_bac.cur div {
    transition: all 0.5s;
    height: 70px;
  }
  .header_fixed {
    transform: translateY(-50px);
  }
  .header_fixed,
  .noBanner .header,
  .header.cur {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .header_fixed .img1,
  .noBanner .header .img1,
  .header.cur .img1 {
    display: none;
  }
  .header_fixed .img2,
  .noBanner .header .img2,
  .header.cur .img2 {
    display: block;
  }
  .header_fixed .contMain,
  .noBanner .header .contMain,
  .header.cur .contMain {
    padding-top: 20px;
  }
  .header_fixed .contMain .contInfo .contBox .contBoxText,
  .noBanner .header .contMain .contInfo .contBox .contBoxText,
  .header.cur .contMain .contInfo .contBox .contBoxText {
    color: #333;
  }
  .header_fixed .contMain .search,
  .noBanner .header .contMain .search,
  .header.cur .contMain .search {
    background-image: url(../images/icon/icon-4s.png);
  }
  .header_fixed .header_bac,
  .noBanner .header .header_bac,
  .header.cur .header_bac {
    top: 142px;
  }
  .header_fixed .header_bac.cur,
  .noBanner .header .header_bac.cur,
  .header.cur .header_bac.cur {
    border-top: #ececec 1px solid;
    height: calc(100vh - 93px);
  }
  .m_nav {
    display: none;
  }
  .footer {
    background: url(../images/public/footBg.png) center no-repeat;
    background-size: cover;
    padding-top: 70px;
  }
  .footer .footInfo {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
  }
  .footer .footInfo::after {
    content: '';
    position: absolute;
    left: 66.5%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #d3d3d3;
  }
  .footer .footerTopBox {
    display: flex;
    justify-content: space-between;
  }
  .footer .footerTopBox .footerLogo{
    width: 334px;
  }
  .footer .footerTopBox .footerLogo img{
    width: 100%;
  }
  .footer .footerTopBox .friendshipLink {
    display: flex;
    align-items: center;
    height: 45px;
    cursor: pointer;
    position: relative;
    width: 30%;
    padding: 0 18px 0 25px;
    box-sizing: border-box;
    border: 1px solid #d3d3d3;
    z-index: 1;
  }
  .footer .footerTopBox .friendshipLinkDefault {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer .footerTopBox .friendshipLinkCont {
    display: flex;
    align-items: center;
  }
  .footer .footerTopBox .friendshipLinkText {
    font-size: 16px;
    color: #999;
  }
  .footer .footerTopBox .friendshipLinkIcon {
    width: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .footer .footerTopBox .friendshipLinkIcon img {
    width: 18px;
  }
  .footer .footerTopBox .friendshipLink .pos {
    position: absolute;
    top: calc(100% + 1px);
    left: -1px;
    background: #fff;
    background-size: cover;
    width: calc(100% + 2px);
    padding: 10px 20px;
    box-sizing: border-box;
    z-index: 1;
    max-height: 260px;
    overflow-y: auto;
    border: 1px solid #ededed;
    display: none;
  }
  .footer .footerTopBox .friendshipLink .pos .posList {
    color: #666;
    text-align: center;
    font-size: 16px;
    position: relative;
    padding: 10px 0;
  }
  .footer .footerTopBox .friendshipLink .pos .posList:hover {
    color: #cc0010;
  }
  .footer .footerTopBox .friendshipLink .pos::-webkit-scrollbar {
    width: 4px;
    height: 2px;
  }
  .footer .footerTopBox .friendshipLink .pos::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #cc0010;
  }
  .footer .footerTopBox .friendshipLink .pos::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0);
    background: #f7f7f7;
  }
  .footer .footerBotBox {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    position: relative;
  }
  .footer .footInfoLeft {
    width: 61%;
    padding-right: 5.5%;
  }
  .footer .footInfoRight {
    flex: 1;
    padding-left: 5.5%;
    box-sizing: border-box;
  }
  .footer .footListTitle {
    font-size: 18px;
  }
  .footer .subscribe {
    font-size: 14px;
    color: #ededed;
  }
  .footer .footListBox a {
    margin-top: 20px;
    color: #999999;
    font-size: 16px;
    cursor: pointer;
  }
  .footer .footListBox a:hover {
    color: #cc0010;
  }
  .footer .keepRecord {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    font-size: 16px;
    border-top: 1px solid #d3d3d3;
  }
  .footer .footerIcon {
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
  }
  .footer .footerIcon-1 {
    background: url(../images/icon/icon-8.png) center no-repeat;
    background-size: cover;
  }
  .footer .footerIcon-2 {
    background: url(../images/icon/icon-9.png) center no-repeat;
    margin-left: 20px;
    background-size: cover;
  }
  .footer .footerIcon .pos {
    position: absolute;
    bottom: 60px;
    width: 124px;
    height: 0;
    left: calc(50% + 24px);
    transform: translateX(-50%);
    overflow: hidden;
    transition: all 0.5s;
  }
  .footer .footerIcon:hover {
    opacity: 1;
  }
  .footer .footerIcon-1:hover {
    background: url(../images/icon/icon-8s.png) center no-repeat;
    background-size: cover;
  }
  .footer .footerIcon-2:hover {
    background: url(../images/icon/icon-9s.png) center no-repeat;
    background-size: cover;
  }
  .footer .footerIcon-1:hover .pos,
  .footer .footerIcon-2:hover .pos {
    height: 130px;
  }
  .footer .keepRecordLink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 24px;
    margin-top: 80px;
    border-top: 1px solid #383838;
    font-size: 12px;
  }
  .footer .keepRecordLeft {
    display: flex;
    align-items: center;
    color: #999;
  }
  .footer .keepRecordLeft a {
    color: #999;
  }
  .footer .statement {
    display: flex;
    align-items: center;
  }
  .footer .statement a {
    color: #999;
    margin-left: 20px;
  }
  .footer .statement a:hover {
    color: #cc0010;
  }
  .footer .statement a:first-child {
    margin-left: 0;
  }
  .footer .stateImg {
    margin-left: 15px;
  }
  .footer .keepRecord01 {
    margin-left: 18px;
  }
  .footer .keepRecord02 {
    margin-left: 18px;
  }
  .footer .latest {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 13px;
    position: relative;
  }
  .footer .latest::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: #d71f1f;
  }
  .footer .latestMain .footInfoRightBox {
    display: none;
  }
  .footer .latestInfo {
    margin-top: 50px;
  }
  .footer .communi {
    margin-top: 20px;
    display: flex;
    line-height: 32px;
  }
  .footer .communi .communiText {
    flex: 1;
    margin-left: 20px;
    font-size: 18px;
  }
  .footer .communi .communiIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 32px;
  }
  .footer .communi .communiIcon img {
    width: 100%;
  }
  .footer .communi .communiInfo {
    margin-left: 20px;
  }
  .footer .communi .communiNum {
    display: flex;
    align-items: baseline;
    font-size: 22px;
  }
  .footer .communi .communiNum span {
    font-size: 14px;
  }
  .footer .footInfoRightBox {
    display: flex;
    align-items: center;
    margin-top: 30px;
  }
  .clounm {
    position: fixed;
    right: -75px;
    bottom: 10%;
    z-index: 90;
    transition: all 0.4s;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .clounm.curr {
    right: 0;
  }
  .clounmList {
    position: relative;
    padding: 12px 8px 9px;
    box-sizing: border-box;
    width: 75px;
    cursor: pointer;
  }
  .clounmList .clounmImg {
    width: 100%;
    height: 23px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .clounmList.c_1 .clounmImg {
    background-image: url(../images/icon/icon-11.png);
  }
  .clounmList.c_2 .clounmImg {
    background-image: url(../images/icon/icon-12.png);
  }
  .clounmList.c_3 .clounmImg {
    background-image: url(../images/icon/icon-13.png);
  }
  .clounmList.c_4 .clounmImg {
    background-image: url(../images/icon/icon-14.png);
  }
  .clounmList.c_5 .clounmImg {
    background-image: url(../images/icon/icon-47.png);
  }
  .clounmList.c_6 .clounmImg {
    background-image: url(../images/icon/icon-49.png);
  }
  .clounmList.c_7 .clounmImg {
    background-image: url(../images/icon/icon-48.png);
  }
  .clounmList.c_8 .clounmImg {
    background-image: url(../images/icon/icon-50.png);
  }
  .clounmImg {
    margin: 0 auto;
  }
  .clounmText {
    font-size: 14px;
    text-align: center;
    margin-top: 8px;
    color: #999999;
  }
  
  .clounmList:hover {
    background: #d71f1f;
  }
  
  .clounmList.c_1:hover .clounmImg {
    background-image: url(../images/icon/icon-11s.png);
  }
  .clounmList.c_2:hover .clounmImg {
    background-image: url(../images/icon/icon-12s.png);
  }
  .clounmList.c_3:hover .clounmImg {
    background-image: url(../images/icon/icon-13s.png);
  }
  .clounmList.c_4:hover .clounmImg {
    background-image: url(../images/icon/icon-14s.png);
  }
  .clounmList.c_5:hover .clounmImg {
    background-image: url(../images/icon/icon-47s.png);
  }
  .clounmList.c_6:hover .clounmImg {
    background-image: url(../images/icon/icon-49s.png);
  }
  .clounmList.c_7:hover .clounmImg {
    background-image: url(../images/icon/icon-48s.png);
  }
  .clounmList.c_8:hover .clounmImg {
    background-image: url(../images/icon/icon-50s.png);
  }
  .clounmList:hover .clounmText {
    color: #fff;
  }
  .clounm .pos{
    transition: all 0.7s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right:100px;
    max-width: 0;
    overflow: hidden;
    background: #fff;
  }
  .clounm .phone .phoneNum{
    white-space: nowrap;
    padding: 5px 20px;
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
    color: #333;
  }
  .clounm .code .codeImg{
    width: 110px;
    height: 110px;
  }
  .clounm .code .codeImg img{
    width: 100%;
    height: 100%;
  }
  .clounmList:hover .pos{
    transition: all 0.7s;
    max-width: 230px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .mobileShow {
    display: none!important;
  }
  .clounmM{
    display: none;
  }
  @media (max-width: 1200px) {
    .w1600,
    .w1500 {
      margin: 0 auto;
      width: 92%;
      min-width: 1%;
    }
    .pcShow {
      display: none!important;
    }
    .mobileShow {
      display: block!important;
    }
    .header {
      background: url(../images/mobile/icon/icon-3.png) right top no-repeat;
      background-size: 2.7rem 1.9rem;
    }
    .header .contMain {
      align-items: center;
    }
    .header .contMain .logo {
      width: 8.3rem;
    }
    .header .contMain .contInfo {
      display: flex;
      align-items: center;
    }
    .header .contMain .contInfo .search {
      width: 0.72rem;
      height: 1.9rem;
    }
    .header .contMain .contInfo .menuIcon {
      margin-left: 1.6rem;
      width: 0.66rem;
      height: 1.9rem;
      background: url(../images/mobile/icon/icon-2.png) center no-repeat;
      background-size: 100% auto;
    }
    .header.cur .contMain .contInfo .menuIcon {
      background-image: url(../images/mobile/icon/icon-2s.png);
    }
    .header_fixed,
    .noBanner .header,
    .header.cur {
      transform: translateY(0);
      background-color: #fff;
    }
    .header_fixed .contMain,
    .noBanner .header .contMain,
    .header.cur .contMain {
      padding-top: 0;
    }
    .m_nav {
      transition: all 0.7s;
      display: block;
      position: fixed;
      left: 100%;
      top: 0;
      z-index: 13;
      width: 100%;
      height: 100vh;
      background: #fff;
    }
    .m_nav.cur {
      transition: all 0.7s;
      left: 0%;
    }
    .m_nav ul {
      margin-top: 2.2rem;
      width: 100%;
      height: calc(100% - 2.2rem);
      overflow-y: auto;
    }
    .m_nav ul li {
      position: relative;
      overflow-x: hidden;
    }
    .m_nav ul .one {
      transition: all 0.5s;
      position: relative;
      padding: 0 4%;
      font-size: 0.68rem;
      line-height: 2rem;
      color: #333;
      border-bottom: #e7e5e5 1px solid;
    }
    .m_nav ul .go .more {
      transition: all 0.5s;
      position: absolute;
      right: 0;
      top: 0;
      width: 2rem;
      height: 2rem;
      background: url(../images/icon/icon-22.png) center no-repeat;
      background-size: 0.18rem auto;
    }
    .m_nav ul .go .more.cur {
      transform: rotate(90deg);
    }
    .m_nav ul .pos {
      display: none;
      padding: 0.4rem 0;
      background: #fbfbfb;
    }
    .m_nav ul .pos a {
      padding-left: 1.56rem;
      line-height: 1.8rem;
      font-size: 0.6rem;
      color: #333;
    }
    .m_nav ul .on .on a {
      color: #c7161e;
    }
    .m_nav ul .on .one,
    .m_nav ul .one:hover {
      transition: all 0.5s;
      color: #c7161e;
    }
    .m_nav .search {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 2rem;
      line-height: 2rem;
      color: #fff;
      border-top: #ccc 1px solid;
    }
    .m_nav .search input {
      float: left;
      width: calc(100% - 1.6rem);
      height: 2.28rem;
      font-size: 0.6rem;
      color: #333;
    }
    .m_nav .search input::-moz-placeholder {
      color: #333;
      opacity: 1;
    }
    .m_nav .search input::-webkit-input-placeholder {
      color: #333;
      opacity: 1;
    }
    .m_nav .search input::-o-input-placeholder {
      color: #333;
      opacity: 1;
    }
    .m_nav .search input::-ms-input-placeholder {
      color: #333;
      opacity: 1;
    }
    .m_nav .search .but {
      display: block;
      float: left;
      width: 1.24rem;
      height: 2.28rem;
      background: url(../images/mobile/icon/mi2.png) left center no-repeat;
      background-size: 0.84rem auto;
    }
    .footer {
        position: relative;
        z-index: 8;
      padding-top: 1.05rem;
      background: url(../images/mobile/public/footBg.png) center no-repeat;
      background-size: cover;
    }
    .footer .footInfo {
      padding-bottom: 0;
    }
    .footer .footInfo::after {
      display: none;
    }
    .footer .footInfoLeft {
      display: none;
    }
    .footer .footInfoRight {
      padding-left: 0;
    }
    .footer .footInfoRight .latest {
      font-size: 0.8rem;
      padding-bottom: 0.45rem;
      display: inline-block;
    }
    .footer .footInfoRight .latest::after {
      height: 0.1rem;
      width: 100%;
    }
    .footer .friendshipLink {
      display: flex;
      align-items: center;
      width: 60%;
      height: 1.5rem;
      cursor: pointer;
      position: relative;
      padding: 0 0.75rem;
      box-sizing: border-box;
      border: 1px solid #d3d3d3;
      margin-top: 0.9rem;
    }
    .footer .friendshipLink .friendshipLinkText {
      font-size: 0.52rem;
    }
    .footer .friendshipLink .friendshipLinkArrow {
      width: 0.4rem;
    }
    .footer .friendshipLink .friendshipLinkArrow img {
      width: 100%;
    }
    .footer .friendshipLinkDefault {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .footer .friendshipLinkCont {
      display: flex;
      align-items: center;
    }
    .footer .friendshipLinkText {
      font-size: 16px;
      color: #999;
    }
    .footer .friendshipLinkIcon {
      width: 19px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
    }
    .footer .friendshipLinkIcon img {
      width: 18px;
    }
    .footer .friendshipLink .pos {
      position: absolute;
      bottom: 100%;
      left: -1px;
      background: #fff;
      background-size: cover;
      width: calc(100% + 2px);
      padding: 0.6rem;
      box-sizing: border-box;
      z-index: 1;
      max-height: 8rem;
      overflow-y: auto;
      border: 1px solid #ededed;
      display: none;
    }
    .footer .friendshipLink .pos .posList {
      color: #666;
      text-align: center;
      font-size: 0.52rem;
      position: relative;
      padding: 0.3rem 0;
    }
    .footer .friendshipLink .pos .posList:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 1px;
      background: #cc0010;
      transition: width 0.3s ease-in-out;
    }
    .footer .friendshipLink .pos .posList:hover:after {
      width: 100%;
    }
    .footer .friendshipLink .pos::-webkit-scrollbar {
      width: 0.1rem;
      height: 0.4rem;
    }
    .footer .friendshipLink .pos::-webkit-scrollbar-thumb {
      border-radius: 0.2rem;
      background-color: #cc0010;
    }
    .footer .friendshipLink .pos::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 0.04rem rgba(0, 0, 0, 0);
      background: #f7f7f7;
    }
    .footer .latestInfo {
      margin-top: 0.85rem;
    }
    .footer .latestMain {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .footer .latestMain .footInfoRightBox {
      display: flex;
      margin-top: 0;
    }
    .footer .latestMain .footInfoRightBox .footerIcon {
      width: 1.55rem;
      height: 1.55rem;
    }
    .footer .latestMain .footInfoRightBox .footerIcon .pos {
      bottom: 1.8rem;
      height: 0;
      width: auto;
      right: 0;
      left: auto;
      transform: translateX(0);
    }
    .footer .latestMain .footInfoRightBox .footerIcon .pos img {
      height: 100%;
    }
    .footer .latestMain .footInfoRightBox .footerIcon:hover .pos {
      height: 3rem;
    }
    .footer .latestMain .footInfoRightBox .footerIcon-2 {
      margin-left: 0.3rem;
    }
    .footer .communi {
      margin-top: 0.65rem;
      line-height: 0.8rem;
    }
    .footer .communi:first-child {
      margin-top: 0;
    }
    .footer .communi .communiIcon {
      width: 0.6rem;
      height: 0.8rem;
    }
    .footer .communi .communiNum {
      font-size: 0.64rem;
      margin-top: 0.45rem;
    }
    .footer .communi .communiNum:first-child {
      margin-top: 0;
    }
    .footer .communi .communiNum:nth-child(2) {
      margin-top: 0;
    }
    .footer .communi .communiNum span {
      font-size: 0.4rem;
    }
    .footer .communi .communiInfo {
      margin-left: 0.45rem;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      flex: 1;
    }
    .footer .communi .communiText {
      margin-left: 0.45rem;
      font-size: 0.64rem;
    }
    .footer .footInfoRightBox {
      display: none;
    }
    .footer .keepRecord {
      display: block;
      height: auto;
      padding: 0.65rem 0;
      border-top: 0;
    }
    .footer .keepRecordLeft {
      flex-wrap: wrap;
      font-size: 0.48rem;
      text-align: center;
      justify-content: center;
    }
    .footer .keepRecordLeft p {
      width: 100%;
    }
    .footer .keepRecordLeft .keepRecord01 {
      font-size: 0.48rem;
      margin-left: 0;
    }
    .footer .statement {
      display: none;
    }
    .clounm {
      display: none;
    }
    .clounmM{
        position: sticky;
        left: 0;
        bottom: 0;
        z-index: 6;
        width: 100%;
      
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      background: #fff;
    }
    .clounmM.curr{
        display: block;
    }
    .clounmM .list{
        display: flex;
        
    }
    .clounmM .list .box{
        position: relative;
        padding: 0.5rem 0 0.4rem;
        width: 25%;
    }
    .clounmM .list .box .pos {
        transition: all 0.7s;
        position: absolute;
        bottom:calc(100%  + 0.4rem);
        left: 50%;
        transform: translateX(-50%);
        
        max-width: 0;
        overflow: hidden;
        background: #fff;
    }
    .clounmM .list .box .phone .phoneNum {
        white-space: nowrap;
        padding:0.4rem 0.6rem;
        font-size:0.6rem;
        line-height:0.8rem;
        font-weight: bold;
        color: #333;
    }
    .clounmM .list .box .code .codeImg {
        width: 3rem;
        height: 3rem;
    }
    .clounmM .list .box .code .codeImg img {
        width: 100%;
        height: 100%;
    }
    .clounmM .list .box .icon{
        margin-bottom: 0.3rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .clounmM .list .box .icon img{
        height: 24px;
    }
    .clounmM .list .box .tit{
        font-size: 0.5rem;
        text-align: center;
        color: #999;
    }
    .clounmM .list .box:hover .pos{
        max-width: 6rem;
        box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
    }
    .clounmM .top{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 0.4rem 0;
        background: #d71f1f;
    }
    .clounmM .top img{
        height:24px;
    }
}

/*表单弹窗*/
.pop_tab,
.pop_tab2 {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}
.pop_tab .delete,
.pop_tab2 .delete {
  display: flex;
  justify-content: end;
}
.pop_tab .delete i,
.pop_tab2 .delete i {
  margin-bottom: 20px;
  width: 40px;
  height: 40px;
  background: url('../images/icon/i26.png') no-repeat center center;
  background-size: 100% auto;
  cursor: pointer;
}
.pop_tab .leave,
.pop_tab2 .leave {
  background: #ffffff;
  padding: 50px 50px 60px 50px;
  box-sizing: border-box;
}
.pop_tab .leave .leaveTitle,
.pop_tab2 .leave .leaveTitle {
  font-size: 30px;
  font-weight: bold;
}
.pop_tab .leave .leaveCont,
.pop_tab2 .leave .leaveCont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.pop_tab .leave .leaveCont .leaveContList,
.pop_tab2 .leave .leaveCont .leaveContList {
  width: 100%;
  margin-top: 10px;
  height: 70px;
  border-bottom: 1px solid #c9c9c9;
  display: flex;
  align-items: center;
}
.pop_tab .leave .leaveCont .leaveContList:nth-child(1),
.pop_tab2 .leave .leaveCont .leaveContList:nth-child(1),
.pop_tab .leave .leaveCont .leaveContList:nth-child(2),
.pop_tab2 .leave .leaveCont .leaveContList:nth-child(2) {
  margin-top: 0;
  width: calc((100% - 30px) / 2);
}
.pop_tab .leave .leaveCont .leaveContList .leaveContName,
.pop_tab2 .leave .leaveCont .leaveContList .leaveContName {
  display: flex;
  font-size: 16px;
}
.pop_tab .leave .leaveCont .leaveContList .leaveContName .leaveContNameTip,
.pop_tab2 .leave .leaveCont .leaveContList .leaveContName .leaveContNameTip {
  color: #da5858;
}
.pop_tab .leave .leaveCont .leaveContList .leaveContInput,
.pop_tab2 .leave .leaveCont .leaveContList .leaveContInput {
  flex: 1;
  height: 100%;
  padding-left: 10px;
  box-sizing: border-box;
}
.pop_tab .leave .leaveCont .leaveContList .leaveContInput input,
.pop_tab2 .leave .leaveCont .leaveContList .leaveContInput input {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
}
.pop_tab .leave .leaveSub,
.pop_tab2 .leave .leaveSub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
  height: 50px;
}
.pop_tab .leave .leaveSub .code,
.pop_tab2 .leave .leaveSub .code {
  display: flex;
  align-items: center;
  width: 62%;
  border: 1px solid #c9c9c9;
  height: 100%;
}
.pop_tab .leave .leaveSub .code .codeInput,
.pop_tab2 .leave .leaveSub .code .codeInput {
  width: 57.35%;
  padding: 0 15px;
  box-sizing: border-box;
}
.pop_tab .leave .leaveSub .code .codeInput input,
.pop_tab2 .leave .leaveSub .code .codeInput input {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
}
.pop_tab .leave .leaveSub .code .codeImg,
.pop_tab2 .leave .leaveSub .code .codeImg {
  height: 100%;
  flex: 1;
  display: flex;
  border-left: 1px solid #c9c9c9;
  box-sizing: border-box;
  align-items: center;
}
.pop_tab .leave .leaveSub .code .codeImg img,
.pop_tab2 .leave .leaveSub .code .codeImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pop_tab .leave .leaveSub .leaveSubBtn,
.pop_tab2 .leave .leaveSub .leaveSubBtn {
  width: calc(38% - 40px);
  background: #d71f1f;
  color: #fff;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
}
.pop_tab_bac,
.pop_tab2_bac {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
@media (max-width: 1200px) {
  .pop_tab,
  .pop_tab2 {
    width: 92%;
  }
  .pop_tab .delete i,
  .pop_tab2 .delete i {
    margin-bottom: 0.8rem;
    width: 1.2rem;
    height: 1.2rem;
  }
  .pop_tab .leave,
  .pop_tab2 .leave {
    width: 100%;
    padding: 0.9rem;
  }
  .pop_tab .leave .leaveTitle,
  .pop_tab2 .leave .leaveTitle {
    font-size: 0.6rem;
  }
  .pop_tab .leave .leaveCont,
  .pop_tab2 .leave .leaveCont {
    margin-top: 0.5rem;
  }
  .pop_tab .leave .leaveCont .leaveContList,
  .pop_tab2 .leave .leaveCont .leaveContList {
    height: 1.55rem;
  }
  .pop_tab .leave .leaveCont .leaveContList:nth-child(1),
  .pop_tab2 .leave .leaveCont .leaveContList:nth-child(1) {
    width: calc((100% - 0.5rem) / 2);
  }
  .pop_tab .leave .leaveCont .leaveContList:nth-child(2),
  .pop_tab2 .leave .leaveCont .leaveContList:nth-child(2) {
    width: calc((100% - 0.5rem) / 2);
    margin-left: 0.5rem;
  }
  .pop_tab .leave .leaveCont .leaveContList .leaveContName,
  .pop_tab2 .leave .leaveCont .leaveContList .leaveContName {
    font-size: 0.52rem;
  }
  .pop_tab .leave .leaveCont .leaveContList .leaveContInput,
  .pop_tab2 .leave .leaveCont .leaveContList .leaveContInput {
    padding-left: 0.2rem;
  }
  .pop_tab .leave .leaveCont .leaveContList .leaveContInput input,
  .pop_tab2 .leave .leaveCont .leaveContList .leaveContInput input {
    font-size: 0.52rem;
  }
  .pop_tab .leave .leaveSub,
  .pop_tab2 .leave .leaveSub {
    margin-top: 0.75rem;
    flex-wrap: wrap;
    height: auto;
  }
  .pop_tab .leave .leaveSub .code,
  .pop_tab2 .leave .leaveSub .code {
    width: 100%;
    height: 1.5rem;
  }
  .pop_tab .leave .leaveSub .code .codeInput,
  .pop_tab2 .leave .leaveSub .code .codeInput {
    width: 60%;
  }
  .pop_tab .leave .leaveSub .leaveSubBtn,
  .pop_tab2 .leave .leaveSub .leaveSubBtn {
    margin: 0 auto;
    margin-top: 0.5rem;
    width: 4rem;
    height: 1.5rem;
    font-size: 0.52rem;
  }
}  


  .fadeInUp100 {
    -webkit-animation-name: fadeInUp100;
    animation-name: fadeInUp100;
  }
  @keyframes fadeInUp100 {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100px, 0);
      -ms-transform: translate3d(0, 100px, 0);
      transform: translate3d(0, 100px, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
  }
  .fadeInUp150 {
    -webkit-animation-name: fadeInUp150;
    animation-name: fadeInUp150;
  }
  @keyframes fadeInUp150 {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 150px, 0);
      -ms-transform: translate3d(0, 150px, 0);
      transform: translate3d(0, 150px, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
  }
  