.footer{position: relative;
  display: block;
  /* background: var(--clenq-black); */
  /* background: #292e37; */
  background: rgb(41, 46, 55);
  overflow: hidden;
  z-index: 1;}

.footer .pc{display:flex;padding:65px 0 45px;}

.footer .pc li{flex:1;display:flex;flex-direction:column}


.footer .pc li .tag{font-size:16px;font-weight:bold;margin-bottom:35px;color:#474747}

.footer .pc li .phone{padding-left:25px;font-size:18px;color: white;}

.footer .pc li .note{padding:10px 0 20px 25px;color: white;}

.footer .pc li .icon{display:flex;align-items:center}
.footer .pc li .icon a{margin-right:10px;}
.footer .pc li .icon a:last-child{margin-right:0;}

.footer .pc li .qr{width:94px;height:91px;margin-left:25px;margin-top:15px}

.footer .mobile{display:none}

.footer .bottom{height:90px;display:flex;justify-content:space-between;align-items:center;}

.footer-width{ width: 1300px;margin:0 auto}

@media only screen and (max-width:750px){

    .footer{background: rgb(41, 46, 55);}

    .footer .pc{display:none}

    .footer .mobile{display:block;padding:20px}

    .footer .mobile li:first-child{display:flex;justify-content:space-between;border-bottom:0}

    .footer .mobile li .phone{font-size:16px;margin-bottom:10px;color: white;}
    .footer .mobile li .note{font-size:16px;margin-bottom:10px;color: white;}

    .footer .mobile li .qr{width:94px;height:91px}

    .footer .mobile li a{border-bottom:1px #eee solid;display:block;height:50px;line-height:50px;font-size:14px}
    .footer .mobile li a:hover{color:#000}
    .footer .mobile li .tag{display:flex;justify-content:space-between;align-items:center;font-size:16px;font-weight:bold}

    .footer .mobile li .tag .icon{background:url(../images/down.png) no-repeat center center;width:16px;height:16px}

    .footer .mobile li .tag .icon.up{background:url(../images/up.png) no-repeat center center;}

    .footer .mobile li .child{display:none}

    .footer .mobile li .child a{margin-left:15px;}

    .footer .bottom{height:60px;justify-content:center;align-items:center;background:#E3E5E7}

    .footer .bottom img{display:none}

}