footer {
  padding: .8rem 1.5rem .5rem 1.5rem;
  background-color: #ebeae8;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.footer-wx-mask{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    display: none;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-top-ul {
  display: flex;
  align-items: center;
  list-style: none;
}

.footer-top-ul li {
  margin-right: 0.7rem;
  font-weight: 300;
}

.footer-top-ul li a {
  font-size: 0.17rem;
  color: #111;
  text-decoration: none;
  display: block;
white-space: nowrap;
}

.global-link {
  font-size: 0.17rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 2.84rem;
  border-bottom: 1px solid #111;
  padding-bottom: 0.15rem;
  cursor: pointer;
}
.global-link img {
  width: 0.21rem;
}

.footer-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 2rem;
}

.footer-bottom-ul {
  display: flex;
  align-items: center;
  list-style: none;
}

.footer-bottom-ul li {
  margin-right: 0.3rem;
  position: relative;
  font-weight: 300
}

.footer-bottom-ul li a {
  font-size: 0.14rem;
  color: #111;
  text-decoration: none;
  display: block;
}

.footer-bottom-ul li::after {
  height: 0.13rem;
  content: "";
  position: absolute;
  width: 1px;
  display: block;
  background-color: #333;
  top: 20%;
  right: -0.17rem;
  transform: translate(-50%, 0);
}

.footer-bottom-ul li:nth-last-of-type(1)::after {
  display: none;
}

.footer-bottom-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-bottom-right-top {
  display: flex;
  font-size: 0.2rem;
}
.footer-bottom-right-top div {
  margin-left: 0.26rem;
  cursor: pointer;
  position: relative
}
.footer-bottom-right-top div img {
  width: 0.45rem;
}
.footer-bottom-right-top div img:nth-of-type(2) {
  display: none;
}
.footer-bottom-right-top .xcx:hover img:nth-of-type(1) {
  display: none;
}
.footer-bottom-right-top .xcx:hover .xcx-hover{
    display: block
}
.footer-bottom-right-top .xcx:hover .ddm-hover{
    display: block
}
.footer-bottom-right-top .xcx:hover img:nth-of-type(2) {
  display: block;
}
.footer-bottom-right-top .ddm{
    display: block
}
.footer-bottom-right-top .ddm:hover img:nth-of-type(1) {
  display: none;
}
.footer-bottom-right-top .ddm:hover .ddm-hover{
    display: block
}
.footer-bottom-right-top .ddm:hover img:nth-of-type(2) {
  display: block;
}


.footer-bottom-right-top .wx:hover img:nth-of-type(1) {
  display: none;
}
.footer-bottom-right-top .wx:hover .wx-hover{
    display: block
}
.footer-bottom-right-top .wx:hover img:nth-of-type(2) {
  display: block;
}
.footer-bottom-right-top .wb:hover img:nth-of-type(1) {
  display: none;
}
.footer-bottom-right-top .wb:hover img:nth-of-type(2) {
  display: block;
}
.footer-bottom-right-top .dy:hover img:nth-of-type(1) {
  display: none;
}
.footer-bottom-right-top .dy:hover .dy-hover {
display: block;
}

.footer-bottom-right-top .dy:hover img:nth-last-of-type(1) {
  display: block;
}

.footer-bottom-right-bottom {
  font-size: 0.12rem;
  color: #111;
  margin-top: 0.25rem;
  text-align: right;
  font-weight: 300
}
.xcx-hover{
    position: absolute;
    width: 1.6rem !important;
    top: 120%;
    height: auto;
    left: 50%;
    transform: translate(-50%, 0);
    display: none
}
.ddm-hover{
    position: absolute;
    width: 1.6rem !important;
    top: 120%;
    height: auto;
    left: 50%;
    transform: translate(-50%, 0);
    display: none
}
.wx-hover{
    position: absolute;
    width: 1.6rem !important;
    top: 120%;
    height: auto;
    left: 50%;
    transform: translate(-50%, 0);
    display: none
}
.dy-hover{
    position: absolute;
    width: 1.6rem !important;
    top: -400%;
    height: auto;
    left: 50%;
    transform: translate(-50%, 0);
    display: none
}

@media (max-width: 767px) {
    .footer-bottom-ul-mb li a{
        font-size: 0.21rem;
    }
    footer {
 padding: 1.13rem .55rem .7rem .55rem;
  background-color: #ebeae8;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.footer-top {
display: flex;
 align-items: flex-start;
 justify-content: space-between;
 flex-direction: column;
}

.footer-top-ul {
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    
}

.footer-top-ul li {
  margin-right: .3rem;
  margin-bottom: 0.72rem;
}
/* .footer-top-ul li:nth-of-type(4){
    margin-right: 0
} */
.footer-top-ul li a {
  font-size: 0.21rem;
  color: #111;
  text-decoration: none;
  display: block;
}

.global-link {
  font-size: 0.31rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #111;
  padding-bottom: 0.38rem;
  cursor: pointer;
}
.global-link img {
  width: 0.42rem;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top:.5rem;
  flex-direction: column
}

.footer-bottom-ul-mb-holder {
  margin-top: .64rem;
}

.footer-bottom-ul-mb {
  display: flex !important;
  align-items: center;
  list-style: none;
  line-height: 2;
   flex-wrap: nowrap;
   justify-content: center;
}

.footer-bottom-ul-mb li {
  margin-right: 0.35rem;
  position: relative;
  float: left;
}

.footer-bottom-ul-mb li a {
  font-size: 0.21rem;
  color: #111;
  text-decoration: none;
  display: block;
  white-space: nowrap;
}

.footer-bottom-ul-mb li::after {
  height: 0.2rem;
  content: "";
  position: absolute;
  width: 1px;
  display: block;
  background-color: #333;
  top: 20%;
  right: -0.17rem;
  transform: translate(-50%, 0);
}

/* .footer-bottom-ul-mb li:nth-last-of-type(5)::after {
  display: none;
} */
.footer-bottom-ul-mb li:nth-last-of-type(1) {
    margin: 0;
}
.footer-bottom-ul-mb li:nth-last-of-type(1)::after{
    display: none;
}

.footer-bottom-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.fllow-us{
        text-align: center;
    width: 100%;
    font-size: .28rem;
}
.footer-bottom-right-top {
  display: flex;
  font-size: 0.2rem;
  margin-top: .3rem
}
.footer-bottom-right-top div {
  margin-left: 0.7rem;
  cursor: pointer;
  position: relative
}
.footer-bottom-right-top div:nth-of-type(1){
    margin-left: 0
}
.footer-bottom-right-top div img {
  width: 0.79rem;
}
.footer-bottom-right-top div img:nth-of-type(2) {
  display: none;
}

.footer-bottom-right-top .xcx:hover img:nth-of-type(1) {
  display: none;
}
.footer-bottom-right-top .xcx:hover .xcx-hover{
    display: none
}
.footer-bottom-right-top .xcx:hover #footer-mask{
    display: block
}
.footer-bottom-right-top .xcx:hover img:nth-of-type(2) {
  display: block;
}


.footer-bottom-right-top .wx:hover img:nth-of-type(1) {
  display: none;
}
.footer-bottom-right-top .wx:hover .wx-hover{
    display: none
}
.footer-bottom-right-top .wx:hover #footer-mask{
    display: block
}
.footer-bottom-right-top .wx:hover img:nth-of-type(2) {
  display: block;
}
.footer-bottom-right-top .wb:hover img:nth-of-type(1) {
  display: none;
}
.footer-bottom-right-top .wb:hover img:nth-of-type(2) {
  display: block;
}
/* .footer-bottom-right-top .dy:hover img:nth-of-type(1) {
  display: none;
}
.footer-bottom-right-top .dy:hover .dy-hover {
display: none;
} */

.footer-bottom-right-top .dy:hover img:nth-last-of-type(2) {
  display: block;
}

.footer-bottom-right-bottom {
font-size: 0.21rem;
    color: #111;
    margin-top: 0.15rem;
    text-align: center;
    line-height: 2
}
.xcx-hover{
    position: absolute;
    width: 2rem !important;
    top: -281%;
    height: auto;
    left: 50%;
    transform: translate(-50%, 0);
    display: none
}
.wx-hover{
    position: absolute;
    width: 2rem !important;
    top: -281%;
    height: auto;
    left: 50%;
    transform: translate(-50%, 0);
    display: none
}
.dy-hover{
    position: absolute;
    width: 1.6rem !important;
    top: -400%;
    height: auto;
    left: 50%;
    transform: translate(-50%, 0);
    display: none
}
.footer-wx-mask{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    display: none;
}
.footer-wx-mask-box{
    width: 3.5rem;
    height: 4.85rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.footer-wx-mask-top{
    background: #fff;
    border-radius: 0.26rem 0.26rem 0 0;
    height: 3.45rem;
    padding-top: 0.1rem;
}
.footer-wx-mask-top img{
    width: 80%;
    margin: 0rem auto;
}
.footer-wx-mask-bottom{
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0.4rem;
}
.footer-wx-mask-bottom img{
    width: 100%;
}
.footer-wx-mask-bottom-content{
    position: absolute;
    bottom: 0.3rem;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}
.footer-wx-mask-bottom-content div:nth-of-type(1){
    font-size: .26rem
}
.footer-wx-mask-bottom-content div:nth-of-type(2){
    font-size: .24rem;
    margin-top: 0.1rem;
}
}



@media (max-width: 1280px) {
    footer{
        padding: 0.8rem 1.5rem 0.5rem 1.5rem;
    }
}
.footer-bottom-ul-mb-holder{
    display: none;
}
@media (max-width: 767px) {
    .footer-bottom-ul-mb-holder{
        display: block;
    }
    footer {
        padding: 1.13rem .55rem .7rem .55rem;
    }
    
}