.footer-background {
    padding: 64px 0 30px 0;
    /* background: #fff; */
    background-image: linear-gradient(135deg, #F6F9FE 0%, #fff 80%);
    color: black;
}
.footer-container{
	width: 1300px;
	margin: auto;
}
.footer-advantage{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-advantage div{
	font-size: 18px;
	display: flex;
	align-items: center;
}
.footer-advantage div i{
	font-size: 26px;
	margin-right: 8px;
}
.footer-main{
	padding-top: 64px;
	display: flex;
	justify-content: space-between;
}
.footer-logo-box{
	/*padding: 46px 0 30px 0;*/
	/*text-align: center;*/
	display: flex;
	flex-direction: column;
}
.footer-logo-box img{
	width: 105px;
	margin-bottom: 14px;
}
.footer-logo-box div{
	font-size: 14px;
	color: #73798f;
	margin-bottom: 6px;
}
.footer-product-box{
	width: 310px;
}
.footer-main-title{
	font-size: 16px;
	margin-bottom: 12px;
}
.footer-product a{
	display: inline-block;
	color: #73798f;
	width: 148px;
	padding-right: 34px;
	margin-bottom: 24px;
}
.footer-product a:hover{
	color: white;
}

.footer-about a{
	display: block;
	color: #73798f;
	/*width: 112px;*/
	margin-bottom: 24px;
}
.footer-about a:hover{
	color: #47be7d;
}
.footer-help a{
	    display: block;
    width: 224px;
    height: 36px;
    color: black;
    /* background: rgba(255, 255, 255, .2); */
    border-radius: 4px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    cursor: pointer;
    border: 1px solid;
}
.footer-help a:hover{
	color: #47be7d;
}
.footer-help a i{
	font-size: 20px;
	margin: 0 20px;
}
.footer-friendship-link-box{
	display: flex;
	align-items: center;
	/*margin-top: 28px;*/
}
.footer-friendship-link-title{
	font-size: 16px;
}
.footer-friendship-link{
	color: #73798f;
	margin-left: 18px;
}
.footer-friendship-link:hover{
	color: black;
}
.footer-banner{
	height: 220px;
	padding: 40px;
	background: url('/web/kgidc/static/image/footer_partner_bg.png') no-repeat;
	background-size: cover;
	background-position: center;
}
.footer-banner-text{
	font-size: 25px;
	font-weight: 300;
	letter-spacing: 2px;
	color: black;
	text-align: center;
	margin-bottom: 20px;
}
.footer-banner-but {
        display: flex;
    flex-direction: row;
    justify-content: center;
}
.footer-banner-btn1{
	background-color: #2987ff;
    display: block;
    border: 1px solid #fff;
    padding: 10px 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 2px;
    width: fit-content;
   
    transition: all .3s;
}
.footer-banner-btn2{
	background-color: #47be7d;
    display: block;
    border: 1px solid #fff;
    padding: 10px 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 2px;
    width: fit-content;
 margin-left: 30px;
    transition: all .3s;
}
.footer-banner-btn:hover{
	box-shadow: 8px 8px 20px 0 rgba(255, 255, 255, 0.3);
}
.footer-copyright{
	background: #fff;
	color: #676b6f;
	letter-spacing: 0;
	text-align: left;
	padding: 1em 0;
	font-size: 14px;
}
.footer-copyright p {
	float: left;
	margin-bottom: 0;
}
.footer-copyright p a {
	white-space: nowrap;
}
.footer-copyright a {
	color: #676b6f;
}
.inner-container {
        display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    text-align: center;
}
 .circle-border {
            border: 0.666667px solid #0052d9;
            border-radius: 50%;
            height: 46px;
            width: 46px;
            position: absolute;
            z-index: 1;
            animation: 2s ease 2s infinite normal none running;
        }

        /* 不同圆形边框的透明度和动画名称 */
       .circle-border-1 {
            opacity: 0.00020697;
            animation-name: myani-one;
        }

       .circle-border-2 {
            opacity: 0.0690224;
            animation-name: myani-two;
        }

       .circle-border-3 {
            opacity: 0.199954;
            animation-name: myani-three;
        }

       .circle-border-4 {
            opacity: 0.0954892;
            animation-name: myani-four;
        }

        /* 图片样式 */
       .service-image {
            height: 45px;
            width: 45px;
            border-radius: 50%;
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
            border: 2px solid #fff;
        }
        .service-link {
            color: #fefefe;
            cursor: pointer;
            text-decoration: none;
            animation: 2s linear 0s infinite normal none running blinkfoot;
            background-color: #47be7d;
            border-radius: 2px;
            box-shadow: 0 4px 8px 0 rgba(3, 27, 78, 0.12);
            display: flex;
            justify-content: space-around;
            margin-top: -5px;
            padding: 5px 0;
            transition: background-color 0.3s ease;
            width: 60px;
            z-index: 2;
        }

        /* 链接内文字样式 */
       .service-text {
            margin: 0;
            font-family: monospace;
            font-size: 12px;
            font-weight: 500;
            letter-spacing: 2.5px;
            line-height: 14px;
            overflow-wrap: break-word;
            width: 36px;
        }@keyframes myani-one {
            0% {
                transform: scale(1);
                opacity: 0.00020697;
            }

            100% {
                transform: scale(2);
                opacity: 0;
            }
        }

        @keyframes myani-two {
            0% {
                transform: scale(1);
                opacity: 0.0690224;
            }

            100% {
                transform: scale(2);
                opacity: 0;
            }
        }

        @keyframes myani-three {
            0% {
                transform: scale(1);
                opacity: 0.199954;
            }

            100% {
                transform: scale(2);
                opacity: 0;
            }
        }

        @keyframes myani-four {
            0% {
                transform: scale(1);
                opacity: 0.0954892;
            }

            100% {
                transform: scale(2);
                opacity: 0;
            }
        }

        @keyframes blinkfoot {
            0%,
            100% {
                opacity: 1;
            }

            50% {
                opacity: 0.5;
            }
        }
/* 手机样式 */
@media (max-width: 1024px) {
	.footer-banner-text{
		font-size: 16px;
		width: 92%;
		margin-left: auto;
		margin-right: auto;
	}
	.footer-background{
		padding: 30px 0;
	}
	.footer-container{
		width: 92%;
	}
	.footer-advantage{
		display: none;
	}
	.footer-product-box{
		display: none;
	}
	.footer-friendship-link-box{
		display: none;
	}
	.footer-main{
		padding: 0;
	}
	.footer-about-box{
		display: none;
	}
	.footer-logo-box {
	    display: none;
	}
	.footer-help-box{
		width: 100%;
	}
	.footer-help {
	        display: flex;
    flex-direction: column;
    align-items: center;
	}
	.footer-help a{
		width: 50%;
	}
	.footer-main-title{
		text-align: center;
	}
}