.dy{
  font-family:  Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  position: relative;
 
}

.con{
  width: 1280px;
  margin: 0 auto;
}

header{
	height: 70px;
	width: 100%;
	background: #ffffff;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
	border-radius: 0px 0px 0px 0px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;

	
}

header .header-box{
	height: 70px;
	
}

.header-box ul li{
	/*width: 120px;*/
	float: left;
	font-size: 14px;
	text-align: center;
	color: #000000;
    padding-left: 25px;

}

.right-div{
	display: flex;
	font-size: 12px;
	color: #CCCCCC;
	justify-content: space-between;
}

.right-div div{
	display: flex;
  align-items: center;
  padding-right: 20px;
}
.right-div img{
	padding-right: 5px;
}
.right-div .btn{
	width: 100px;
	border-radius: 30px 30px 30px 30px;
	border: 1px solid #666666;
	padding: 5px 20px;
	display: flex;
  justify-content: space-between;
}

.floats{
	background: #ffffff;
  box-shadow: 0px 10px 20px 0px rgb(34 46 83 / 5%);
    /*transition: .5s;*/
}

.con-box{padding-top: 90px;}
.con1{
height: 50px;
border-bottom: 1px solid #EEEEEE;

}
.con1 a{
	font-size: 13px;
	color: #333333;
	height: 15px;
	float: left;
	width: 64px
}
.banner{
	height: 400px;
	margin-top: 20px;
	display: flex;
}
.banner .banner-left{
	width: 905px;

}
.banner-right{

	height: 400px;
	background: linear-gradient(180deg, #81ACFF 0%, #377BFF 100%);
	border-radius: 2px 2px 2px 2px;
	margin-left: 10px;
	padding: 30px 20px;
	
}
.banner-right .right-title{
	height: 30px;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 28px;
}
.banner-right .right-txt p{
	margin-top: 20px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 21px;
}

.banner-right .right-btn{
	width: 245px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 2px 2px 2px 2px;
	display: flex;justify-content: center;align-items: center;
	font-size: 14px;
	font-weight: bold;
	color: #387CFF;
	line-height: 16px;
	margin: 34px auto;
	
}
.con2{
	
	height: 80px;
	background: linear-gradient(180deg, #EDF1F6 0%, #FFFFFF 100%);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.05);
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #FFFFFF;
	margin-top: 10px;
	display: flex;
	align-items: center;
}
.con2-left{
	width: 712px;
	height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #666666;
	padding-left: 20px;
	border-right: 1px solid #D9D9D9;;
}
.con2-left div{
	display: flex;
  align-items: center;
}
.con2-left div:last-child{
	padding-right: 70px;
}
.con2-left div img{
	padding-right: 5px;
}
.con2-right{
	
	height: 15px;
	font-size: 12px;
	color: #333333;
	line-height: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px 0 70px;
}
.con2-right .right-1 span{
	color: #FF5555;
}
.con2-right .right-2{
	padding-left: 18px;
	height: 15px;
	width: 275px;
}
.con2-right .right-2 .swiper-container{

	height: 15px;
}
.con2-right .right-2 p{
	padding-left: 18px;
	height: 15px;
}
.con3{
	height: 90px;
	background: url(https://cdn.chiefgr.com/fan03/images/con3.png) no-repeat center;
	display: flex;align-items: center;
	background-size: 100%;
	margin-top: 10px;
}
.con3 .con3-title{

	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	padding-left: 80px;
	padding-right: 160px;
}
.con3-title span{

	color: #FFF973;
}
.con3-txt{
	height: 30px;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 28px;
}

.con4{
	width: 100%;
	
}

.con4-title{
	
	display: flex;
	justify-content: space-between;
}

.con4-title .title-box{
	
	font-size: 14px;
	color: #999999;
	display: flex;

	
}
.con4-more{
	font-size: 14px;
	color: #999999;
	padding-top: 40px;
}
.active{
	
	font-size: 14px;
	color: #333333;
	border-bottom: 2px solid;
  
 
}

.con4-title p{

	height: 40px;
	margin-right: 40px;
  padding-top: 40px;
}

.con4-list{
	width: 100%;
	height: 760px;
	background: #F7F8FB;
	border-radius: 2px 2px 2px 2px;
	padding: 30px 0 30px 0;
	
}
.con4-list ul{
	
	background: #FFFFFF;
	height: 700px;
}

.con4-list ul li {
	width: 33.33%;
	height: 233px;
	float: left;
	border: 1px solid #E2E8EF;
	box-sizing: border-box;
}
.con4-list ul li a{
	display: block;
	padding: 40px 20px;
}
.con4-list ul li:hover{
	border: 1px solid #ff0000;
}
.con4-list ul li .list-title{
	height: 60px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #E2E8EF;
	padding-bottom: 20px;
}

.con4-list  .list-title span{
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	padding-left: 5px;
	white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
.con4-list  .list-title span:hover{
	color: #ff0000;
}
.con4-list .list-data {
	padding-top: 40px;
}
.con4-list .list-data p{
	width: 80px;

} 

.con4-list .list-data .data-num1{
	display: flex;
	font-size: 14px;
	color: #333333;
	line-height: 16px;
} 
.con4-list .list-data .data-num2{
	
	display: flex;
	font-size: 12px;
	color: #999999;
	padding-top: 7px;

} 
.con4-list .list-btn{
	width: 80px;
	height: 30px;
	display:flex; align-items:center; justify-content:center;
	background: rgba(241,25,25,0.08);
	border-radius: 20px 20px 20px 20px;
	margin-top: 20px;

} 
.con4-list .list-btn span{
	display: block;
	font-size: 14px;
	color: #F11919;
	line-height: 30px;

} 
.con5{}
.con5 .con5-title{
	width: 800px;
	font-size: 14px;
  color: #999999;
  display: flex;
  border-bottom: 1px solid #EEEEEE ;
}

.con5-title p{
	height: 40px;
	margin-right: 40px;
	padding-top: 40px;
}
.con5-box{
	height: 150px;
	background: linear-gradient(180deg, #EDF1F6 0%, #FFFFFF 100%);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.05);
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #FFFFFF;
	margin-top: 20px;
	display: flex;
}
.con5-txt{
	width: 100%;
	display: flex;justify-content: center;align-items: center;
	padding: 0 20px 0 20px;
}
.con5-txt .txt{
	width: 25%;
	display: flex;align-items: center;
}
.con5-txt .txt .img{
	width: 70px;
	height: 70px;
	background: linear-gradient(270deg, #508BFF 0%, #0056FF 100%);
	display: flex;justify-content: center;align-items: center;
	border-radius: 50%;
	margin-right: 10px;
}
.con5-txt .txt .img img{
	width: 36px;
	height: 36px;
}
.con5-txt .title{
	width: 108px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	
	line-height: 30px;
}
.con5-txt .title p{
	height: 30px;
	font-size: 12px;
	color: #999999;
	line-height: 14px;
	font-weight: 400;


}


.con6{
	display: flex;justify-content: space-between;
	padding-top: 40px;
	
}
.con6-left{
	width: 800px;
}
.con6-title{
	
	width: 100%;
	font-size: 14px;
	color: #999999;
	display: flex;
	border-bottom: 1px solid #EEEEEE;
	
}
.con6-title p{

	height: 40px;
  text-align: center;
  padding-top: 40px;
  margin-right: 40px
}

.con6-list ul{
	padding-bottom: 0px;
}
.con6-list ul li{
	padding-top: 40px;
}
.con6-list ul li a{
	display: flex;

}
.con6-list-box{
	display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-left: 30px;
}
.con6-list-box .title{
	font-size: 20px;
	color: #333333;
	white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
.con6-list-box .title:hover{
	color: #ff0000;
}
.con6-list-box .time{
	font-size: 12px;
	color: #999999;
	line-height: 20px;
	/*padding-top: 30px;*/
}
.con6-list-box .smalltext{
	
	font-size: 13px;
	color: #666666;
	line-height: 25px;

}
.con6-list-more{
	
	width: 200px;
	height: 44px;
	background: linear-gradient(180deg, #81ACFF 0%, #377BFF 100%);
	border-radius: 50px 50px 50px 50px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;

}
.con6-right{
	width: 285px;
}
.con6-right-title{
	
	width: 100%;
	font-size: 14px;
	color: #333333;
	display: flex;
	border-bottom: 1px solid #EEEEEE;
	
}
.con6-right-title p{

	height: 40px;
  text-align: center;
  padding-top: 40px;
  margin-right: 40px;
  
}
.right-list ul li a{
	height: 68px;
	margin-top: 40px;
	display: flex;align-items: center;justify-content: space-between;
	border-bottom: 1px dashed #999999;
	padding-bottom: 30px;
	
}
.right-list-box {
	height: 68px;
}

.right-list-box .title{
	height: 40px;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	padding-right: 20px;
	display:-webkit-box  ;-webkit-line-clamp:2 ; -webkit-box-orient:vertical ;overflow:hidden; text-overflow:ellipsis;
}

.right-list-box .time{
	height: 20px;
	font-size: 12px;
	color: #999999;
	line-height: 20px;
	padding-top: 8px;
}

.con6-right .right-bottom{
	width: 285px;
	height: 150px;
	background: linear-gradient(180deg, #E52928 0%, #D4100F 100%);
	border-radius: 2px 2px 2px 2px;
	padding: 30px 20px;
	margin-top: 40px;
}
.right-bottom-box{
	display: flex;
}
.con6-right .right-bottom .right-bottom-box-title{
	font-size: 16px;
	color: #FFFFFF;
	display: flex;flex-direction: column;justify-content: space-between;
	line-height: 24px;
	
}
.con6-right .right-bottom .right-bottom-box-title p{
	height: 24px;
	font-size: 12px;
	color: #FFFFFF;
}
.con6-right .right-bottom .right-bottom-box-title span{
	color: #FFF6A6 ;
}
.con7 {
	margin-top: 80px;
}
.con7 .con7-title{
	height: 15px;
	font-size: 14px;
	color: #333333;
	line-height: 15px;
	display: flex;justify-content: space-between;align-items: center;
}
.con7 .con7-title a{

color: #999999;

}
.con7-box{
	padding-top: 40px;
	display: flex;
}
.con7-box .con7-box-one {
	height: 540px;
	position: relative;
}
.con7-box .con7-box-one img{
	width: 450px;
    height: 540px;
}
.con7-box-one:hover div{
     visibility: visible;
    
}

.con7-box-one:hover p{
    line-height: 30px;
    color: #ffffff;
    
}

.con7-box-one .con7-box-one-hover{
    visibility: hidden;
    height: 540px;
    background-color: rgb(0 0 0 / 70%);
    display: flex;justify-content: center;align-items: center;
    padding: 0 50px 0 50px;
    position: absolute;
    top: 0;
    left: 0;
    
    
    font-size: 16px;
    color: #333333;
}
.con7-box-list .center-list:hover div{
     visibility: visible;
    
}
.con7-box-list .con7-list-hover{
    visibility: hidden;
    height:100%;
    background-color: rgb(0 0 0 / 70%);
    display: flex;justify-content: center;align-items: center;
    padding: 0 50px 0 50px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    color: #333333;
}

.con7-list-hover p{
    line-height: 30px;
    color: #ffffff;
}

.con7-box .con7-box-one .one-bottom{
	width: 120px;
	height: 30px;
	background: url(https://cdn.chiefgr.com/fan03/images/icon-con7.png) no-repeat center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
	display: flex;justify-content: center;align-items: center;
	position: absolute;
  top: 94%;
  left: 0;
}

.con7-box .con7-box-list{
	width: 100%;
	margin-left: 15px;
	
	
	
}
.con7-box .con7-box-list .center-list{
	width: 390px;

	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	position: relative;
	
}
.con7-box .con7-box-list .center-list .center-list-title-one{
	width: 120px;
	height: 30px;
	background: url(https://cdn.chiefgr.com/fan03/images/icon-con7.png) no-repeat center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
	display: flex;justify-content: center;align-items: center;
	position: absolute;
  top: 87%;
  left: 0;
	
}
.con7-box .con7-box-list .center-list .center-list-title-two{
	width: 120px;
	height: 30px;
	background: url(https://cdn.chiefgr.com/fan03/images/icon-con7.png) no-repeat center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
	display: flex;justify-content: center;align-items: center;
	position: absolute;
  top: 89%;
  left: 0;
	
}
















.t7-title p{
	width: 80px;
	height: 40px;
  text-align: center;
  padding-top: 40px;
}
.t7-list{
	border-top: 1px solid #EEEEEE;
}
.t7-list ul{
	padding-bottom: 40px;
}
.t7-list ul li{
	padding-top: 40px;
}
.t7-list ul li a{
	display: flex;

}
.t7-list-box{
	display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-left: 30px;
}
.t7-list-box .title{
	font-size: 20px;
	color: #333333;
	white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
.t7-list-box .time{
	font-size: 12px;
	color: #999999;
	line-height: 20px;
	padding-top: 30px;
}
.t7-list-box .smalltext{
	font-size: 13px;
	color: #666666;
	line-height: 25px;

}
.t7-list-more{
	width: 200px;
	height: 44px;
	background: linear-gradient(180deg, #81ACFF 0%, #377BFF 100%);
	border-radius: 50px 50px 50px 50px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;

}


footer{
	width: 100%;
	/* height: 220px; */
	background: #000000;
	border-radius: 0px 0px 0px 0px;
	overflow: hidden;
	margin-top: 40px;
	font-size: 2px;
	padding: 20px 0;
}
footer a:hover{
	color: #E61E4F !important;
}
footer .footer-box{
	width: 1280px;
	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;
}
.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-bottom: 10px;

}
.footer-top .footer-txt{
	width: 100%;
	display: flex;
	padding-bottom: 15px;
}
.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{

	font-size: 12px;
	font-weight: 500;
	color: rgba(255,255,255,0.7);
	line-height: 14px;
	
}
.footer-bottom div{

	display: flex;
    align-items: center;
    height: 60px;
	
}

.footer-bottom .police {
    display: inline-block;
    width: 17px;
    height: 18px;
    background: url(https://cdn.chiefgr.com/fan03/images/common-icon.png) -168px 0 no-repeat;
    margin-right: 5px;
    margin-left: 3px;
}


.mobile-nav {
	display: none;
}
.m-menu{
  display: none;
}
.m-t5-txt{
  display: none;
}

.mobile-nav .close{
  display: none;
}
.m-footer{
	display: none;
}
.m-banner{
	display: none;
}
.m-con1{
	display: none;
}
.m-con3-title{
	display: none;
}
@media (max-width: 630px){
	

.con1{display: none;}
.pc-banner{display: none;}
.con7-box-list .center-list:hover .con7-list-hover{
     visibility: hidden;
    
}
.con7-box-one:hover .con7-box-one-hover{
    visibility: hidden;
}
.con{
	width: 100%;
}
.wrap{
	max-width: 100%;
	padding: 0 12px 0 12px;
}
h2{
		font-size: 16px;
		font-weight: bold;
		color: #000000;
		padding-top: 30px;
}
header {
	display: flex;
	height: auto;
}
header .header-box{
    display: none;
}
header .mobile-nav{
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
    background: #FFFFFF;
    padding: 12px;
}
.mobile-nav .logo{
    display: grid;
}
.mobile-nav .close{
		width: 26px;
		height: 26px;
}
.mobile-nav div{
    height: 100%;
}

.m-menu{
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  font-size: 14px;
  color: #333;
  z-index: 999999;
  background: #fff;
  box-shadow: 0rem 0.2rem 0.4rem 0rem rgba(0,0,0,0.1);
}

.m-menu li{
  line-height: 40px;
  border-top: 1px solid #E5E5E5;
  text-align: center;
}

.con-box{
	width: 100%;
	padding: 70px 0;
}

.banner{
    overflow: hidden;
	display: flex;
	flex-direction: column-reverse;
	justify-content: left;
}
.m-banner{
	display: block;
}
.banner .banner-left{
	width: 100%;
	margin-top: 6px;
}
.swiper-container{
	width: 100%;
}
.swiper-container a img{
	width: 100%;
}
.con1{
	height: 30px;
	display: flex;
    justify-content: flex-end;
  
}
.con1{
	display: none;
}
.m-con1{
	display: flex;
	font-size: 12px;
	color: #333333;
	line-height: 15px;
	padding: 0 12px 0 12px;
	height: 30px;
    border-bottom: 1px solid #EEEEEE;
	
}
.m-con1 .swiper-slide{
	width: 48px !important;
	
}
.con1 a{
	width: 50px;
}

.banner-right{
	height: auto;
	margin: 0;
	
}
.banner-right .right-btn{
	display: none;
}
.banner-right .right-txt p:nth-child(2){
	display: none;
}
.con2{
	height:50px;
	margin-top: 6px;
}
.con2-left{
	display: none;
}
.con2-right{
	padding: 0 12px 0 12px;
	align-items: initial;
}
.con2-right .right-2 p{
	padding: 0;
}
.con2-right .right-2{
	width: auto;
}
.con3{
	height: 45px;
	background: url(https://cdn.chiefgr.com/fan03/images/m-gg.png) no-repeat center;
	margin-top: 6px;
	background-size: 100%;
}
.con3-title{
	display: none;
}
.con3-txt{
	display: none;
}
.con4-title .title-box{
	justify-content: space-between;
	width: 100%;
}
.con4{
overflow: hidden;
}
.con4-list{
	overflow: auto;
	padding: 20px 12px;
	height: auto;
}
.con4-title p{
	margin: 30px 0 0 0 ;
	padding: 0;
}
.con4-more{
	display: none;
}
.con4-list ul{
	padding: 0;
	background: 0;
	height: auto;
}
.con4-list ul li{
	width: 100%;
	height:auto;
	background: #FFFFFF;
	margin-bottom: 10px;
	border: 0;
	
}
.con4-list ul li .list-title img{
	width: 30px;
	height: 30px;
}
.con4-list .list-title span{
	font-size: 14px;
}
.con4-list ul li .list-title{
	height:auto;
	padding-bottom: 10px;
	
}
.con4-list .list-data .data-num1{
	font-size: 12px;
}
.con4-list .list-btn{
	margin-top: 15px;
}
.con4-list ul li a{
	padding: 15px 12px 20px 12px;
}

.con5{
	height: 400px;
}
.con5-txt{
	display:block;
	padding: 0;
}
.con5 .con5-title{
	width: 100%;
	border: 0;
}
.con5-txt .txt{
	width: 100%;
	padding-top: 20px;
}
.con5-txt .title{
	width: 100%;
	font-size: 14px;
	line-height: 16px;
	display: flex;
	align-items: center;
	color: #000000;
}
.con5-txt .txt .img{
	width: 40px;
	height: 36px;
}
.con5-txt .txt .img img{
	width: 20px;
	height: 18px;
}
.con5-txt .title p{
	height: auto;
	padding-left: 10px;
	font-weight:400;
}
.con5-box{
	height: 150px; 
  background: 0;
  box-shadow: 0px 0px 0px 0px ;
  border-radius:0; 
  border: 0; 
  margin-top: 0; 
  display: block;

}

.con6-right{
	display: none;
}
.con6{
	padding: 0;
}
.con6-left{
	width: 100%;
	background: #F7F8FB;
	padding: 0 12px 0 12px;
}
.con6-list ul li a{
	flex-direction: row-reverse;
}
.con6-list-box .title{
	font-size: 14px;
	white-space: initial;
	line-height: 22px;
}

.con6-list-box .smalltext{
	display: none;
}
.con6-title p{
	padding-top: 30px;
}
.con6-list ul li a img{
	width: 113px;
	height: 84px;
	padding-left: 18px;
}
.con6-list-box{
	padding-left: 0;
}
.con6-list-more{
	display: none;
}
.con7{
    overflow: hidden;
	margin-top: 30px;
}
.con7 .con7-title a{
	display: none;
}
.con7-box .con7-box-one{
	width: auto;
	height: auto;
}
.con7-box .con7-box-one .one-bottom{
	width: 63px;
  height: 20px;
	font-size: 11px;
	background-size: 63px;
	top: 82%;
}
.con7-box .con7-box-list .center-list .center-list-title-one{
	width: 63px;
  height: 20px;
	font-size: 11px;
	background-size: 63px;
	top: 70%;
	left: auto;
}
.con7-box .con7-box-list .center-list .center-list-title-two{
	width: 63px;
  height: 20px;
	font-size: 11px;
	background-size: 63px;
	top: 97%;
	left: auto;
}
.con7-box .con7-box-list .center-list{
	width: 50%;
	height: 76px;
	margin: 0;
	padding-left: 7px;
	float: left;
}
.con7-box .con7-box-one img{
	width: 120px;
	height: auto;
}

.con7-box .con7-box-list .center-list img{
	width: 120px;
}
.con7-box .con7-box-list{
	margin: 0;
}



footer{
	display: none;
}
.m-footer-row{
    position: relative;
    overflow: hidden;
}
.m-footer{
	display: block;
	height: 64px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	width: 100%;
	display: flex;
	justify-content: center; 
	align-items: center;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.m-footer-box{
		display: flex;
		justify-content: space-between;
    width: 94%;
}

.m-footer-box .m-f-index{
	width: 171px;
	height: 40px;
	background: linear-gradient(94deg, #006CE7 0%, #00A3FF 100%);
	border-radius: 2px 2px 2px 2px;
	font-size: 14px;
	font-weight: 400;
	color: #0075FF;
	line-height: 16px;
	display: inline-grid;
	justify-content: center;
  align-items: center;
  color: #FFFFFF;
}

.m-footer-box .m-f-kefu{
	width: 170px;
	height: 40px;
	background: linear-gradient(90deg, #F11919 0%, #FF6262 100%);
	border-radius: 2px 2px 2px 2px;
	
	font-size: 14px;
	color: #FFFFFF;
	line-height: 16px;
	display: inline-grid;
	justify-content: center;
  align-items: center;
}
}
