#footer {

    background: #FAFAFA;
}
#footer > div {

  margin: auto;

}
#footer .line {
  width: 100%;
  height: 6px;
  background:#bfbfbf;
}
#footer .footer_nav_box {
  display: flex;
  margin-top: 40px;
}
#footer .footer_nav_box .footer_logo{
    flex: 0 0 auto;
}
#footer .footer_nav_box .footer_logo  > img{
  width: 180px;
}
#footer .footer_nav_box .footer_logo img {

}
#footer .footer_nav_box .footer_nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
#footer .footer_nav_box .footer_nav .nav_item {
  flex: 0 0 auto;
  margin-left: 6%;
}
#footer .footer_nav_box .footer_nav .nav_item:first-child{
    margin-left: 0;
}
#footer .footer_nav_box .footer_nav .nav_item .tit_1 {
  font-weight: 400;
  text-align: left;
  color: #2b2b2b;
  transition: all 0.2s linear;
}
#footer .footer_nav_box .footer_nav .nav_item .tit_1:hover {
  color: #E2252D;
}
#footer .footer_nav_box .footer_nav .nav_item hr {
  height: 1px;
  background: #d0121b;
  margin: 10px 0 18px 0;
  display: none;
}
#footer .footer_nav_box .footer_nav .nav_item ul {
  font-weight: 400;
  text-align: left;
  color: #7d7d7d;
  margin-top: 20px;
}
#footer .footer_nav_box .footer_nav .nav_item ul li {
  margin-bottom:10px;
}
#footer .footer_nav_box .footer_nav .nav_item ul li:last-child {
  margin-bottom: 0;
}
#footer .footer_nav_box .footer_nav .nav_item ul li a {
  color: rgba(125, 125, 125, 0.7);
  transition: all 0.2s linear;
}
#footer .footer_nav_box .footer_nav .nav_item ul li a:hover {
  color: #E2252D;
}
#footer .footer_nav_box .footer_nav .nav_item ul li:last-child {
  margin-bottom: 0;
}
#footer .hr1 {
  height: 1px;
  opacity: 0.3;
  background: #9d9d9d;
  margin-top: 50px;
}
#footer .learn {

  text-align: left;
  color: #000000;
  font-family: "HarmonyOS_Sans_SC_Light";
}
#footer .search {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
#footer .search .serach_input {
  position: relative;
  margin-top: 20px;
}
#footer .search .serach_input input[type="text"] {
  width: 300px;
  height: 50px;
  background: #ededf1;
  border-radius: 30px;
  border: none;
  padding: 0 20px;
}
#footer .search .serach_input svg {
  position: absolute;
  right: 40px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  opacity: 0.5;
  cursor: pointer;
}
#footer .share {
  display: flex;
  flex: 0 0 auto;
}

#footer .share .info_mes p{
    text-align: center;
}
#footer   .share > a {
position: relative;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  transition: all 0.4s linear;
}
#footer   .share > a:last-child {
  margin-right: 0;
}
#footer .share > a > img {
  max-height: 30px;
  transition: all 0.2s linear;

}
#footer .share > a:last-child{
    margin-right: 0;
}
#footer  .share > a:hover {

}
#footer .share > a:hover > img {
opacity: 0.6;
}
#footer.search_r {
  display: flex;align-items: center;
}
#footer  .search_r a:hover{
    color: #d0121b;
    text-decoration: underline;
}
#footer  .search_r .image {
  margin-right: 3.125vw;
}
#footer  .search_r .image img {
  width: 115px;
  height: 115px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 10px 10px rgba(204, 204, 204, 0.4);
  overflow: hidden;
  object-fit: cover;
}
#footer .share .info_mes{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;

    z-index: 2;
    width: 110px;
    display: none;
}
#footer .share .info_mes img{
    width: 100%;
    max-height: none;
}
#footer  .search_r .image p {
  margin-top: 18px;
  font-weight: 400;
  text-align: center;
  color: #2b2b2b;
  
}

#footer .link {
  display: flex;
  justify-content: space-between;
padding: 40px 0;
}
#footer .link .fnt_20 {
font-weight: 400;
  text-align: left;
  color: rgba(68, 68, 68, 0.7);
  transition: all 0.2s linear;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
      cursor: pointer;
}
#footer .link .fnt_20:hover{
   color: #d0121b;
}
#footer .link .fnt_20:hover svg path{
    fill: #d0121b;
}
#footer .link .fnt_20 svg{
    margin-left: 8px;
}
#footer .link ul {

  display: flex;
  flex: 1;
  flex-wrap: wrap;
  
}
#footer .link ul li {
  margin-right:  20px;
  display: flex;
  align-items: center;
}
#footer .link ul li a {
  font-weight: 400;
  text-align: left;
  color: rgba(68, 68, 68, 0.7);
  transition: all 0.2s linear;
}
#footer .link ul li a:hover {
  color: #D0121B;
  text-decoration: underline;
}
#footer .hr2 {
  height: 1px;
  opacity: 0.3;
  background: #9d9d9d;
  margin:   20px 0;
}
#footer .number {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  color: #a0a0a0;
  background: #e6e6e6;
  padding: 18px 0;
}
#footer .number a {
  transition: all 0.2s linear;
}
#footer .number a:hover {
  color: #D0121B;
  text-decoration: underline;
}
#footer .footer_nav_box .footer_nav .nav_item .tit_1 svg {
  display: none;
  transition: all 0.2s linear;
}


#footer_info{
    position: fixed;
    right: 20px;
    
    z-index: 9;
bottom: 10%;
    background: #fff;

        border-radius: 50px;
    box-shadow: 0 10px 20px rgba(175, 130, 222,0.1);
    
    display: none;
}
#footer_info .list{
    cursor: pointer;
    position: relative;
    
}
#footer_info  .list_info{
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
        transform: translateY(-50%);
       width: max-content;
     
           box-shadow: 0 10px 20px rgba(175, 130, 222,0.2);
       display: none;
}
#footer_info  .list_info > div{
      background: #fff;
       border-radius: 50px;
    
}
#footer_info  .list_info .tel{
         padding: 20px 50px;
         font-weight: 600;
        	font-family: "HarmonyOS_Sans_SC_Bold";
           color: transparent;
  background-image: -webkit-linear-gradient(90deg, #ff3f48 0%, #dc1f28 100%);
  -webkit-background-clip: text;
     
}
#footer_info  .list_info img{
    width: 110px;
    height: 110px;
}
#footer_info .mes {
    padding:20px 4px ;
        text-align: center;
        border-radius: 50px;
        transition: all 0.4s linear;
   
}


#footer_info .mes img{
    max-width: 32px;
    max-height: 32px;
 display: flex;
        margin: auto;
    
}
#footer_info .mes p{
    margin-top: 8px;
    text-align: center;
    color: #333;
    font-size: 14px;
}
#footer_info .list:hover .mes img{
    filter: brightness(0) invert(1);
}
#footer_info .list:hover .mes{
    
      background: linear-gradient(90deg, #ff3f48 0%, #dc1f28 100%);
}
#footer_info .list:hover p{
 color: #fff;   
}
@media only screen and (max-width: 1720px) {

}
@media only screen and (max-width: 1600px) {
#footer .footer_nav_box .footer_nav .nav_item{
    margin-left: 4%;
}

}

@media only screen and (max-width: 1440px) {

  
  #footer .search .share > a img {
    max-height: 24px;
  }
}
@media only screen and (max-width: 1200px) {


}
@media only screen and (max-width: 1000px) {
  #footer .search{
      margin-top: 40px;
  }
  #footer .footer_nav_box .footer_logo{
      text-align: center;
  }
    #footer_info .mes img {
    max-width: 20px;
    max-height: 20px;
}
#footer_info .mes p{
    margin-top: 4px;
}
#footer_info .mes{
    padding: 10px 6px;
}
  #footer .footer_nav_box .footer_logo > img{
    width: 160px;
  }
  #footer .footer_nav_box {
    flex-wrap: wrap;
  }
  #footer .footer_nav_box .footer_nav {
    flex: 0 0 100%;
    margin-top: 40px;
    justify-content: space-between;
  }
  #footer .footer_nav_box .footer_logo {
    margin: auto;
  }
  #footer .footer_nav_box .footer_nav .nav_item:first-child {
    margin-left: 0;
  }
  #footer .search .serach_input {
    display: inline-block;
  }
  #footer .search {
    flex-wrap: wrap;
  }
  #footer .learn {
    text-align: center;
  }
  #footer .search > div {
    flex: 0 0 100%;
    text-align: center;
  }
  #footer .search .search_r {
    margin-top: 40px;
    justify-content: center;
  }
  #footer .search .share {
    justify-content: center;
    margin-top: 20px;
  }
  #footer .link {
    justify-content: center;
  }
  #footer .number {
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer .number > div {
    flex: 0 0 100%;
    text-align: center;
  }
  #footer .search .serach_input input[type="text"] {
    height: 46px;
  }
  #footer .search .serach_input svg {
    right: 20px;
  }
  #footer .search .search_r .image:first-child {
    margin-left: 0;
  }
  #footer .number a {
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  #footer {
    padding-bottom: 0;
  }
  #footer_info .mes p{
      font-size: 10px;
  }
  #footer .footer_nav_box .footer_logo > img{
  width: 100px;
  }
  #footer .footer_nav_box .footer_nav {
    flex-wrap: wrap;
  }
  #footer_info .list_info .tel{
      padding:10px 20px;
  }
  #footer .footer_nav_box .footer_nav .nav_item hr {
    display: none;
  }
  #footer .footer_nav_box .footer_nav .nav_item {
    flex: 0 0 100%;
    margin: 8px 0;
  }
  #footer .footer_nav_box .footer_nav .nav_item .tit_1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #footer .footer_nav_box .footer_nav .nav_item ul {
    margin: 10px 0;
  }
  #footer .footer_nav_box .footer_nav .nav_item ul {
    display: none;
  }
  #footer .footer_nav_box .footer_nav .nav_item ul li {
    margin-bottom: 10px;
  }
  #footer .footer_nav_box .footer_nav .nav_item .tit_1 svg {
    display: block;
  }
  #footer .footer_nav_box .footer_nav .nav_item.act svg {
    transform: rotate(90deg);
  }
  #footer .search .share > a {
    height: 40px;
    width: 40px;
  }
  #footer .search .share > a img {
    max-height: 18px;
  }
  #footer .search .search_r .image img {
    width: 20vw;
    height: 20vw;
  }
  #footer .footer_nav_box {
    margin-top: 40px;
  }
  #footer .hr2,
  #footer .hr1 {
    margin: 20px 0;
  }
  #footer .search {
    margin-top: 20px;
  }
  #footer .search .serach_input input[type="text"] {
    padding: 0 20px;
  }
  #footer .search .search_r {
    margin-top: 30px;
  }
  #footer .share > a > img{
      max-height: 24px;
  }
  #footer .search .search_r .image p {
    margin-top: 10px;
  }
  #footer .link {
    margin-top: 0;
    padding: 0 0 20px 0;
    flex-wrap: wrap;
  }
  #footer .link ul {
    flex: 0 0 100%;
    justify-content: center;
    margin-bottom:  10px;
  }
  #footer .link ul li {
    margin: 4px;
  }
}
