/*footer*/
footer {
    overflow: hidden;
    text-align: center;
    background: #000;
    width: 100%;
    /*height:540px;*/
    font-size: 12px;
    /*max-width:1920px;*/
    margin: auto;
    padding-bottom: 50px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
    footer {
        height: auto;
    }
}

@media screen and (max-width:767px) {
    footer {
        height: auto;
    }
}

footer a {
    color: #b6b6b6;
}

footer p {
    color: #6c6c6c;
    font-size: 12px;
}

footer .footerMenu {
    padding: 15px 0 14px;
}

@media screen and (min-width:320px) and (max-width:1024px) {
    footer .footerMenu {
        padding: 25px 0 14px;
    }
}

footer .footerMenu li {
    display: inline-block;
    border-right: 1px solid #b6b6b6;
}

    footer .footerMenu li:last-of-type {
        border-right: none;
    }

    footer .footerMenu li a {
        padding: 0 16px;
    }

@media screen and (min-width:320px) and (max-width:1024px) {
    footer .footerMenu li a {
        padding: 0 7px;
    }
}
/*footer .partners{
	width:80%;
	justify-content:center;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	margin:60px auto 0;
	align-items:center
}
footer .partners>span{
	color: #6c6c6c;
	font-size: 18px;
	position: relative;
	z-index: 1000;
	background:#000;
}
footer .partners>hr{
	width: 100%;
	position: relative;
	top: -18px;
	z-index: 100;
	border-color: #6c6c6c;
	opacity:0.5;
}
footer .partners li{
	margin-top:-50px;
}
@media screen and (max-width:1024px){
	footer .partners{
		width:100%;
	}
	footer .partners li{
		margin:-40px 7px 0;
	}
	footer .partners{
		margin:55px auto 0;
	}
}*/
ul.footer-qr li {
    display: inline-block;
    margin-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
    color: #b6b6b6;
    width: 119px;
    vertical-align: top;
}
/*@media screen (min-width:371px)and (max-width:665px ) {
	ul.footer-qr li  {
		margin-top:50px;
		margin-left:0;
		margin-right: 0;
		width:119px;
	}
}*/

@media screen and (max-width:665px ) {
    ul.footer-qr li {
        margin-top: 50px;
        margin-left: 0;
        margin-right: 0;
        width: 104px;
    }
}

ul.footer-qr li img {
    width: 80%;
}

ul.footer-qr li p {
    font-size: 12px;
}

.footerNew {
    min-height: 118px;
    height: 2.16rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('__DOMAIN__/img/homepage/dist/newIndex/footer.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

    .footerNew a {
        color: #F6F9FC;
        margin-right: 1.3rem;
        font-size: 0.321rem;
    }

    .footerNew .footerLeft {
        height: 1.7rem;
        border-right: 1px solid #8791A5;
        padding-right: 1.51rem;
        line-height: 1.7rem;
    }

    .footerNew .footerRight {
        height: 1.7rem;
        padding-left: 1.37rem;
        color: #B5C0D4;
        font-size: 0.257rem;
    }

.imgContain {
    margin-bottom: 0.396rem
}

.footerNew .footerRight img {
    width: 0.78rem;
    height: 0.78rem;
    margin-right: 0.28rem;
}

.bottomInfo {
    background: #5C6679;
    width: 100%;
    text-align: center;
    color: #F6F9FC;
    font-size: 0.3rem;
    height: 0.664rem;
    line-height: 0.664rem;
}

.hideImg {
    display: none;
    position: absolute;
    top: -3.556rem;
    left: -1.21rem;
    width: 3.26rem !important;
    height: 3.396rem !important;
    pointer-events: none;
}

.imgContain a {
    margin-right: 0
}

.imgContain span {
    position: relative;
}

footer {
    overflow: visible;
    padding-bottom: 0;
}

.mobileFooter {
    display: none;
}

.mobFooterInf {
    width: 100%;
    color: #F6F9FC;
    font-size: 0.96rem;
    background: #737F95;
    padding-bottom: 1.8rem;
}

.mobEmail {
    color: #B5C0D4;
    margin-top: 2.12rem;
    width: 100%;
    text-align: center;
}

.mobList {
    padding: 2.76rem 1.28rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .mobList a {
        width: 4.08rem;
        color: #fff;
    }

a:hover {
    text-decoration: none !important;
}

a {
    text-decoration: none !important;
}
