/*底部跟随表单*/
#footer_footer{position: fixed;width: 100%;bottom: 0;z-index: 999;box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);background: url(../img/footer_tcbj.png) center center / cover no-repeat #fff;}
#footer_footer>div{position: relative;}
#footer_footer .footer_clobox{padding: 20px 0;padding-right: 6%;}
#footer_footer .box1{flex-wrap: nowrap;}
#footer_footer .left{max-width: 210px;width: 16%;}
#footer_footer .left img{width: 100%;}
#footer_footer .right{padding: 0 35px 0 20px;width: 55%;margin-left: 4%;max-width: 723px;}
#footer_footer .right span{font-size: 36px;font-weight: bold;}
#footer_footer .right img{width: 35px;margin-right: 13px;margin-top: 5px;}
#footer_footer .right i{font-weight: 400;font-size: 28px;font-style: normal;padding: 0 3.2%;}
#footer_footer .right b{}

#footer_footer .button{width: 170px;height: 56px;background: #fff;border: none;}
#footer_footer .button span{padding-right: 10px;font-size: 18px;padding-left: 5px;}
#footer_footer .button img{width: 22px;animation: footer_jt 2s infinite ease-in-out;}
#footer_footer .btnDH .button::before{}

.footer_close1{position: absolute;right: 50px;width: 55px;font-size: 0;opacity: 1;visibility: visible;}
.footer_clobox .footer_close1{top: calc(50% - 28px);}
.footer_close1 img{width: 100%;cursor: pointer;}
.footer_cos{opacity: 0;visibility: hidden;}
.footer_clobox+.footer_close1{width: 55px;top: -110px;right: 50px;}

@keyframes footer_jt{
  0% {transform: translateX(0%);}
  50% {transform: translateX(9px);}
  100% {transform: translateX(0%);}
}
@media (min-width:1199px) and (max-width:1500px){
	#footer_footer .footer_clobox{padding: 17px 0;padding-right: 6.3%;}
	#footer_footer .right {padding: 0 15px 0 20px;}
	#footer_footer .right span {font-size: clamp(30px, 2.3vw, 34px);}
	#footer_footer .right i{font-size: clamp(22px, 2.3vw, 26px);}
	#footer_footer .right img {width: 32px;}
	#footer_footer .btnDH{transform: scale(0.9);}
	#footer_footer .button span {padding-right: 17px;}
	.footer_clobox+.footer_close1{top: -100px;}
}

@media (min-width:860px) and (max-width:1199px){
	#footer_footer .footer_clobox{padding: 15px 0;padding-right: 5.6%;}
	#footer_footer .right {padding: 0 15px 0 20px;}
	#footer_footer .right span {font-size: clamp(22px, 2.4vw, 26px);}
	#footer_footer .right i{font-size: clamp(18px, 2vw, 24px);}
	#footer_footer .right img {width: 23px;margin-right: 8px;margin-top: 3px;}
	#footer_footer .btnDH{transform: scale(0.83);}
	#footer_footer .button {width: 155px;height: 50px;}
	#footer_footer .button img{width: 20px;}
	#footer_footer .button span {padding-right: 10px;padding-left: 0;font-size: 17px;}
	.footer_close1,.footer_clobox+.footer_close1{width: 40px;}
	.footer_clobox .footer_close1{top: calc(50% - 20px);right: 40px;}
	.footer_clobox+.footer_close1{top: -85px;right: 40px;}
	
}
@media (max-width:860px){
	#footer_footer{display: none;}
}