
footer{
	width: 100%;
	height: auto;
	background: #000000;
	border-radius: 0px 0px 0px 0px;
	overflow: hidden;
	
}
footer a:hover{
	color: #E61E4F !important;
}
footer .footer-box{
	width: 1200px;
	margin: auto;

}
.footer-nav-box{
	display: flex;
	padding:60px 0px 35px 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.footer-nav-box-left{
	width: 200px;
	border-radius: 0px 0px 0px 0px;
	border-right: 1px solid rgba(255,255,255,0.2);
}
.footer-nav-box-left p{
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
}
.footer-nav-box-left img{
	padding: 30px 0 10px 0;
	width: 100px;

}
.footer-nav-box-left div{
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
}
.footer-nav-box-right{
	width: 100%;
	display: flex;justify-content: space-between;
	padding-left: 100px;
}
.footer-nav-box-right ul{
	text-align: center;
	font-size: 12px;

}
.footer-nav-box-right ul li{
	font-size: 12px;
	font-weight: 400;
	color: rgba(255,255,255,0.7);
	line-height: 30px;

}
.footer-nav-box-right ul div{

	font-weight: bold;
	color: #FFFFFF;
	line-height: 14px;
	padding-bottom: 20px;
}
.footer-top {
	
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding: 10px 0;

}
.footer-top .footer-txt{
	width: 100%;
	display: flex;
	padding-bottom: 15px;
	flex-flow: nowrap;
}
.footer-top .footer-txt p{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 14px;
}
.footer-top .footer-txt a{
	font-size: 12px;
	color: rgba(255,255,255,0.7);
	line-height: 15px;
	padding-left: 20px;
}
.footer-bottom{
	height: 60px;
	font-size: 12px;
	font-weight: 500;
	color: rgba(255,255,255,0.7);
	line-height: 14px;
	
}
.footer-bottom div{
	
	font-size: 12px;
	font-weight: 500;
	color: rgba(255,255,255,0.7);
	line-height: 14px;
	
}
.footer-bottom .police {
    display: inline-block;
    width: 17px;
    height: 18px;
    background: url(../images/common-icon.png) -168px 0 no-repeat;
    margin-right: 5px;
    margin-left: 3px;
}
.m-footer{
	display: none;
}




/*弹窗开始*/
.pop:not(.dp-show){
  opacity: 0;
  pointer-events: none;
}

.pop {
		width:100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;justify-content: center;align-items: center;
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.5s ease 0s;
}

.pop-box{
	max-width: 600px;
	max-height: 310px;
	padding: 30px;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
	position: relative;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.05);
	border-radius: 2px 2px 2px 2px;
}
.pop1 .pop-box{
	background: #FFFFFF;
}
.pop1 .pop-box .text{
	font-size: 14px;
	color: #333333;
  padding-left: 15px;
  line-height: 30px;
  margin-bottom: 27px;
    
}
.pop1 .pop-box .text h4{
	font-size: 16px;
	font-weight: bold;
	color: #FF6900;
	line-height: 30px;
    
}
.pop1 .pop-box .close{
	position: absolute;
	right: 20px;
  top: 20px;
  width: 24px;
	height: 24px;
}

.pop1 .pop-box .btn{
	width: 150px;
	height: 40px;
	border-radius: 2px 2px 2px 2px;
	display: flex;justify-content: center;align-items: center;
	font-size: 14px;
	font-weight: bold;
	margin: 0 auto;
	color: #FF6900;
	background: #FFFFFF;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #FF6900;
}
.pop1 .pop-box .btn:hover{
	background: #FF6900;
	color: #FFFFFF;
}
.pop:not(.dp-show) .pop-box{
  transform: scale(0);
}

.pop2 .pop-box h5{
	font-size: 16px;
	color: #FFFFFF;
}
.pop2 .pop-box{
	background: linear-gradient(360deg, #2FA2A9 0%, #18B89B 100%);
	border-radius: 2px 2px 2px 2px;
}
.pop2 .pop-box .goods{
	margin-top: 10px;
	display: flex;align-items: center;
}
.pop2 .pop-box .goods img{
	width: 200px;
	height: 200px;
}
.pop2 .pop-box .goods-text {
	margin-left: 20px;
}
.pop2 .pop-box .goods-text h6{
	font-size: 20px;
	color: #FFFFFF;
	line-height: 30px;
}
.pop2 .pop-box .goods-text h6 i{
	color: #FFF500;
}
.pop2 .pop-box .goods-text span{
	color: #FFF500;
	margin-top: 10px;
}
.pop2 .pop-box .goods-text p{
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	margin-top: 10px;
}
.pop2 .pop-box .goods-text .btn{
	width: 150px;
	height: 40px;
	background: linear-gradient(90deg, #FFF8EC 0%, #F3DAA9 100%);
	display: flex;align-items: center;justify-content: center;
	
	font-size: 14px;
	color: #704014;
	margin-top: 20px;
}
.pop2 .pop-box .close{
	position: absolute;
	right: 20px;
  top: 20px;
  width: 24px;
	height: 24px;
}

.pop3 img{
	width: 1200px;
	height: 170px;
}
.pop3 .goods-juzi{
	width: 100%;
	height: 100%;
	display: flex;align-items: center;justify-content: center;
	
}
.pop3 .pop-box{
	max-width: 1200px;
	max-height: 171px;
	text-align: center;
}

.pop3 .pop-box .close{
	position: absolute;
	right: 20px;
  top: -35px;
  width: 24px;
	height: 24px;
}
/*弹窗结束*/
.m-footer{display: none;}
@media (max-width: 630px){
footer{display: none;}
.m-footer{
	display: block;
	width: 100%;
	height: 56px;
	margin-top: 30px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
	position: fixed;
	bottom: 0;
    z-index: 999;
}


.m-footer-box{
    height: 56px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	border-radius: 0px 0px 0px 0px;
	padding: 0 24px 0 24px;
	display: flex;justify-content: space-between;align-items: center;
	position: relative;
    margin: 0 auto;
	z-index: 99999;
}

.m-footer-box .footer-logo img{
    display: grid;
    width: 50%;
}
.m-footer-box .footer-logo a{
     display: flex;
    justify-content: center;
}

   
.m-footer-box .footer-menu{
	display: flex;align-items: center;
	position: relative;
	height: 20px;
	padding-right:20px;
	border-right:1px solid  #EEEEEE;
	
	
}

.footer-list{
    padding-right:20px;
	border-right:1px solid  #EEEEEE;
}
.m-footer-box .footer-menu img{
	padding-right: 5px;
	width: 10px;
	height: 14px;
}
.footer-menu-hover{
	
	top: -120px !important;
	transition:all 0.3s;
	left: 55px;
	bottom: 0;
	z-index: 9;
}
.footer-menu-hover-ru{
    top: -107px !important;
    transition: all 0.3s;
    bottom: 0;
    z-index: 9;
    left: 190px;

}
#footer-menu-ru{
	
    width: 100px;
    height: 105px;
	background: url(../images/foot-bg2.png)no-repeat !important;
	background-size: 100% 100% !important;
	position: absolute;
    top: 110%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 10%);
}
#footer-menu-ru li a{
	line-height: 40px;
	font-size: 14px;
	color: #333333;
	line-height: 40px;
	display: flex;align-items: center;justify-content: center;
}
#footer-menu-ru li a img{
	padding-left: 3px;
	width: 14px;
	height: 14px;
}
.footer-right{
	position: relative;
}
.footer-right img{
	width: 36px;
	height: 36px;
}
.footer-right span{
	position: absolute;
	top: -5px;right: -10px;
	width: 20px;
	height: 14px;
	color: #FFFFFF;
	font-size: 10px;
	background: #EB3A30;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
	border-radius: 20px 20px 20px 20px;
	opacity: 1;
	border: 1px solid #FFFFFF;
	display: flex;justify-content: center;align-items: center;
    animation: myfirst 2s infinite;
}

.footer-menu-nav{
        display: block;
	background: url(../images/foot-bg1.png)no-repeat;
	width: 140px;
	height: 95px;
	color: #FFFFFF;
	position: absolute;
        top: 110%;
	padding:12px;
	background-size: 100%;
	overflow: hidden;
	display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;
	box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 10%);
}
.footer-menu-nav li{
    display: flex;
    align-items: center;
    width: 26px;
    margin-right: 19px;
}
.footer-menu-nav li:nth-child(3n){
    margin-right: 0;
}
.footer-menu-nav li img{
    width: 26px;
    height: 26px;
}

.footer-menu .footer-menu-nav li img{
	width: 14px;
	height: 14px;
	padding-left: 5px;
}
.m-right-flex{
	display: block;
	position: fixed;
    left: 80%;
    bottom: 8%;
	
}
.m-right-flex a{
	display: block;
	
}

.m-right-flex img{
	width: 80px;
	height: 80px;
}
a {
    text-decoration: none;
    color: inherit;
}
@keyframes myfirst {

0% {
transform: translateY(0px);
}

50% {
transform: translateY(-3px);
}
100% {

transform: translateY(0px);

}

}}