<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
@charset "utf-8";


/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
.btn-gotop{
  display: none;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 1000;
	width: 50px;
}
#FtGnav{
	background: #12337c;
}
#FtGnav .ft-gnav{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#FtGnav .ft-gnav li{
	padding: 15px 0;
	line-height: 1;
}

@media screen and (max-width: 900px) {
  #FtGnav{
    padding: 10px 0;
  }
  #FtGnav .ft-gnav li{
    padding: 5px 0;
  }

}


#FtGnav .ft-gnav a{
	display: block;
	padding: 0 10px;
	border-left: 1px solid #fff;
	color: #fff;
	font-size: 1.2rem;
}
#FtGnav .ft-gnav li:last-child a{
	border-right: 1px solid #fff;
}
#FtGnav .ft-gnav a .ja{
	transition: .3s;
}
#FtGnav .ft-gnav a:hover .ja{
	opacity: .7;
}
#FtGnav .ft-gnav li.soon a{
	pointer-events: none;
	opacity: .5;
}
#Footer .inner{
	padding: 40px 0 16px;
}
#Footer .inq-area{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 64px;
  /* margin-bottom: 24px; */
}
#Footer .inq-area .ttl{
	font-size: 1.2rem;
  color: #666;
}
#Footer .inq-area .tel{
	max-width: 288px;
	margin: 0 40px;
}
#Footer .inq-area .tel a{
	pointer-events: none;
}
#Footer .inq-area .businesshour{
	font-size: 1.2rem;
  color: #666;
}
#Footer .infoF{
  text-align: center;
  margin-bottom: 40px;
}
#Footer .infoF span{
  display: inline-block;
	font-size: 1.3rem;
  line-height: 1.8;
  color :#c12a2a;
  border: 1px solid #c12a2a;
  padding: 8px 15px;
}

#Footer .co-list{
	display: flex;
	justify-content: center;
	margin-bottom: 24px;
}
#Footer .co-list li{
	position: relative;
	display: flex;
	align-items: flex-end;
	width: 216px;
	height: 48px;
	margin: 0 32px;
}
#Footer .co-list span{
	position: absolute;
	left: 0px;
	top: 0;
	transform: translateY(-100%);
	width: 100%;
	font-size: 1.2rem;
}
#Footer .co-list li:first-child span{
	text-align: left;
  padding-left: 50px;
}
#Footer .co-list li:nth-child(2) span{
	text-align: left;
  padding-left: 30px;
}
#Footer .txt-link-list{
	text-align: center;
}
#Footer .txt-link-list li{
	display: inline-block;
	padding:0 14px;
}
#Footer .txt-link-list li a::before{
	content: "> ";
}
#Footer .txt-link-list li a{
	transition: .3s;
}
#Footer .txt-link-list li a:hover{
	opacity: .7;
}
#Footer .copyright{
	padding: 3px 16px;
	background: #000;
	text-align: center;
	font-size: 1rem;
	color: #FFF;
	letter-spacing: 1px;
}



@media screen and (max-width: 900px) {
  #Footer .inq-area {
   display: block;
   text-align: center;
  }
  #Footer .inq-area .tel{
    margin: 15px auto;
  }
}








/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {

/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
  .btn-gotop{
    right: 10px;
    bottom: 10px;
    width: 40px;
  }
  #FtGnav{
    padding: 0;
  }
  #FtGnav .ft-gnav{
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  #FtGnav .ft-gnav li{
    flex-shrink: 0;
    width: 50%;
    padding: 0;
    border-bottom: 1px solid #FFF;
  }
  #FtGnav .ft-gnav li:nth-child(odd){
    border-right: 1px solid #FFF;
  }
  #FtGnav .ft-gnav a{
    display: block;
    padding: 15px;
    border-left: none;
    font-size: 1.3rem;
    text-align: center;
  }
  #FtGnav .ft-gnav li:last-child a{
    border-right: none;
  }
  #FtGnav .ft-gnav a .ja{
    transition: .3s;
  }
  #FtGnav .ft-gnav a:hover .ja{
    opacity: .7;
  }
  #FtGnav .ft-gnav li.soon a{
    pointer-events: none;
    opacity: .5;
  }
  #Footer .inner{
    padding: 24px 16px 16px;
  }
  #Footer .inq-area{
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }
  #Footer .inq-area .ttl{
    font-size: 1.3rem;
    line-height: 1.5;
  }
  #Footer .inq-area .tel{
    max-width: 288px;
    margin: 0 auto;
    line-height:0;
  }
  #Footer .inq-area .tel a{
    pointer-events: auto;
  }
  #Footer .inq-area .tel img{
    width: auto;
    height: 62px;
  }
  #Footer .inq-area .businesshour{
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 50px;
  }
  #Footer .infoF span {
    padding: 8px 10px;
  }

  #Footer .co-list{
    display: block;
    margin-bottom: 24px;
  }
  #Footer .co-list li{
    width: 100%;
    height: 48px;
    margin: 0;
    justify-content: center;
  }
  #Footer .co-list li:nth-child(1) img{
    width: auto;
    height: 35px;
  }
  #Footer .co-list li:nth-child(2){
    margin-top: 48px;
  }
  #Footer .co-list li:nth-child(2) img{
    width: auto;
    height: 30px;
  }
  #Footer .co-list span{
    position: absolute;
    left: 0px;
    top: 0;
    transform: translateY(-100%);
    width: 100%;
    font-size: 1.2rem;
    text-align: center !important;
    padding-left: 0 !important;
  }
  /*
  #Footer .co-list li:nth-child(2) span{
    left: 85px;
  } */
  #Footer .txt-link-list{
    display: none;
  }
  #Footer .copyright{
    letter-spacing: 0;
  }


}
