.dy{
  position: relative;
	background: #F5F7FA;
}

.banner{
	background: url(https://cdn.chiefgr.com/fan05/images/banner-sy.png)no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 600px;
}
.banner-box{
	padding-top: 150px;
	display: flex;align-items: center;justify-content: space-between;
}	
.banner-box .left h1{
	font-size: 40px;
	color: #000000;
	line-height: 60px;
}
.banner-box .left p{
	font-size: 14px;
	font-weight: 300;
	color: #000000;
	line-height: 25px;
	margin-top: 10px;
	width: 365px;
}

.banner .left .btn{
	width: 180px;
	height: 40px;
	background:  #3370FF;
	border-radius: 2px 2px 2px 2px;
	display: flex;justify-content: center;align-items: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 20px;

}
.banner .right{
	width: 285px;
	height: 320px;
	background: rgba(255,255,255,0.5);
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.05);
	padding: 0 20px;

}
.banner .right li{
	display: flex;align-items: center;
	margin-top: 30px;
}
.banner .right li img{
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.banner .right li h4{
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	line-height: 20px;
}
.banner .right li p{
	font-size: 12px;
	font-weight: 300;
	color: #000000;
	line-height: 20px;
	
}



.public-title{
	display: flex;align-items: center;
	padding: 60px 0 30px;
}
.public-title h2{
	font-size: 24px;
	color: #000000 ;
}
.public-title p{
	font-size: 12px;
	font-weight: 300;
	color: #666666;
	margin-left: 10px;
}

.con1{
	
	position: relative;
	
	
}
.con1-box{
	width: 100%;
	padding: 20px;
	height: 230px;
	background: rgba(255,255,255,0.5);
	box-shadow: 0px 10px 20px 0px rgba(51,112,255,0.05);
	background: rgba(255,255,255,0.8);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.05);
}
.con1 .top1{
	display: flex;align-items: center;
	width: 100%;
	height: 50px;
	background: rgba(255,255,255,0.5);
	backdrop-filter: blur(50px);
	margin-top: -50px;
	padding: 18px 20px;
	
}
.con1 .top1 .title{
	display: flex;align-items: center;
}
.con1 .top1 .title h4{
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}
.con1 .top1 .title img{
	width: 14px;
	height: 14px;
	margin-right: 5px;
}
.con1 .top1 .swiper-container{
	width: 45%;
	height: 20px;
	overflow: hidden;
}
.con1 .top1 .swiper-container p{
	height: 20px;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	display: flex;align-items: center;
}
.con1 .top1 .swiper-container p img{
	width: 14px;
	height: 14px;
	margin-right: 6px;
}
.con1 .top1 .swiper-container{
	width: 45%;
}

.con1 .top .item{
	display: flex;align-items: center;justify-content: space-between;
	height: 30px;
	margin-bottom: 20px;
}
.con1 .top .item .left {
	display: flex;align-items: center;
}
.con1 .top .item .left .pic{
	width: 110px;
	height: 30px;
}
.con1 .top .item .left ul{
	display: flex;align-items: center;
}
.con1 .top .item .left ul li{
	display: flex;align-items: center;
	padding:0 20px;
	border-right:1px solid #DDDDDD;
}
.con1 .top .item .left ul li:last-child{
	border: 0;
}
.con1 .top .item .left ul li a{
	font-size: 14px;
	color: #000000;
	line-height: 14px;
}
.con1 .top .item .left ul li img{
	width: 14px;
	height: 14px;
}
.con1 .top .item .right{
	display: flex;align-items: center;
}
.con1 .top .item .right .btn{
	width: 160px;
	height: 44px;
	background: #3370FF;
	border-radius: 2px 2px 2px 2px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
	display: flex;align-items: center;justify-content: center;
}
.con1 .top .item .right .btn:nth-child(2){
	background: #00C8AD;
	margin-left: 5px;
}

.con1 .top .item .right .btn .img1{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.con1 .top .item .right .btn .img2{
	width: 8px;
	height: 6px;
	margin-left: 6px;
}
.con1 .top .item .right{
	display: flex;align-items: center;justify-content: space-between;
	width: 300px;
}
.con1 .top .item .right a{
	display: flex;align-items: center;
	border-right:1px solid #DDDDDD;
	font-size: 12px;
	color: #333333;
	padding-right: 10px;
}
.con1 .top .item .right a:last-child{
	
	border-right:0;
}
.con1 .top .item .right a img{
	width: 14px;
	height: 14px;
	margin-right: 5px;
}
.con1 .top .item .right a img:nth-child(2){
	width: 4px;
	height: 6px;
	margin-left: 5px;
}
.con1 .foot{
	display: flex;align-items: center;justify-content: space-between;
	margin-top: 20px;
}
.con1 .foot li{
	text-align: center;
	
}

.con1 .foot img{
	width: 40px;height: 40px;
}
.con1 .foot .text h4{
	font-size: 12px;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
}
.con1 .foot .text p{
	width: 200px;
	height: 40px;
	font-size: 12px;
	color: #999999;
	line-height: 20px;
}

.con2 .con2-box{
	display: flex;align-items: center;
	height: 380px;
	width: 100%;
	margin-top: 20px;
	
}
.con2 .con2-box .m-left{
	display: none;
}
.con2 .con2-box .left{
	background:url(https://cdn.chiefgr.com/fan05/images/con1-icon20@2x.png)no-repeat;
	width: 200px;
	height: 420px;
	background-size:100%  100%;
	padding: 30px 20px;
	position: relative;
	
}
.con2 .con2-box .left h3{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
	display: flex;align-items: center;
	margin-bottom: 20px;
}
.con2 .con2-box .left .pic{
	width: 102px;
	height: 100px;
	margin-top: 25px;
}
.con2 .con2-box .left h1{
	font-size: 36px;
	color: #FFFFFF;
	line-height: 40px;
	margin-top: 25px;
}

.con2 .con2-box .left p{
	font-size: 12px;
	color: rgba(255,255,255,0.8);
	line-height: 20px;
}
.con2 .con2-box .left .more{
	width: 200px;
	height: 40px;
	background: rgba(253,253,254,0.2);
	
	line-height: 20px;
	position: absolute;
	bottom: 0px;
	left: 0;
	padding: 0 20px;
	
}
.con2 .con2-box .left .more a{
	height: 100%;
	display: flex;align-items: center;justify-content: space-between;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	
}
.con2 .con2-box .left .more img{
	width: 12px;
	height: 8px;
	margin-left: 5px;
}

.con2 .con2-box ul{
	height: 420px;
	display: flex;flex-wrap: wrap;
	width: 1000px;
	backdrop-filter: blur(50px);
	background: rgba(255,255,255,0.8);
	box-shadow: 0px 10px 20px 0px rgba(51,112,255,0.05);
	border-radius: 0px 10px 10px 0px;
}

.con2 li{
	width: 50%;
	height: 210px;
	padding: 40px;
	box-sizing: border-box;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	position: relative;
}
.con2 li:nth-child(2n) {
    border-right:0;
}
.con2 li:nth-child(n+3) {
    border-bottom:0;
}
.con2 li .flex{
    width: 50px;
    height: 50px;
    position: absolute;right: 20px;top: 20px;
}
.con2 li:hover{
	  box-shadow: 0 5px 20px 0 rgb(0 0 0 / 7%);
    border: 1px solid #037CFF;
    z-index: 99;
}
.con2 li:hover .title h4{	
	font-weight: bold;
	color: #FF2943;
}

.con2 li .btn{	
	display: flex;align-items: center;justify-content: space-between;
	margin-top: 20px;
}
.con2 li .btn p{	
	font-size: 20px;
	font-weight: bold;
	color: #E52900;
	line-height: 30px;
}
.con2 li .btn  a{	
	width: 100px;
	height: 30px;
	border: 1px solid #3F60F2;
	font-size: 14px;
	color: #3F60F2;
	display: flex;align-items: center;justify-content: center;
	
}


.con2 .con2-box .title{
	width: 100%;
}
.con2 .con2-box .title h4{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}
.con2 .con2-box .title img{
	width: 40px;
	height: 40px;
}

.con2 .con2-box .title p{
	font-size: 12px;
	font-weight: 400;
	color: #999999;
}
.goods-cen{
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 300px;
}

.goods-cen h5{
	height: 14px;
	font-size: 14px;
	color: #333;
	font-weight: 400;
}
.goods-cen h5 img{
	width: 14px;
	height: 14px;
}
.goods-cen p{
	  height: 12px;
    font-size: 12px;
    color: #999;
    padding-top: 7px;
}




.con3 {
	display: flex;align-items: center;
	height: 700px;
	width: 100%;
	margin-top: 20px !important;
}
.con3  .left{
	background:url(https://cdn.chiefgr.com/fan05/images/con3-bg2@2x.png)no-repeat;
	width: 240px;
	height: 100%;
	background-size:100%  100%;
	padding: 30px 20px;
	position: relative;
	
}
.con3  .left h2{
	font-size: 28px;
	color: #FFFFFF;
	line-height: 40px;
	display: flex;align-items: center;
	margin-bottom: 10px;
}
.con3  .left h2 img{
	width: 6px;
	height: 10px;
	margin-left: 10px;
}
.con3  .left p{
	font-size: 12px;
	color: rgba(255,255,255,0.8);
	line-height: 20px;
}
.con3  .left .more{
	display: flex;align-items: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	position: absolute;
	bottom: 20px;
}
.con3  .left .more img{
	width: 12px;
	height: 8px;
	margin-left: 5px;
}
.con3  .left .nav{
	margin-top: 20px;
}
.con3  .left .nav a{
	width: 180px;
	height: 40px;
	background: rgba(255,255,255,0.2);
	border-radius: 2px 2px 2px 2px;
	border: 1px solid rgba(255,255,255,0.5);
	display: flex;align-items: center;justify-content: space-between;
	margin-bottom: 5px;
	 backdrop-filter: blur(50px);
}
.con3  .left .nav a p{
	font-size: 14px;

	line-height: 20px;
	display: flex;align-items: center;
	padding-left: 10px;
	color: #FFFFFF;
}
.con3  .left .nav a p i{
	background: url(https://cdn.chiefgr.com/fan05/images/con3-1@2x.png) no-repeat;
	background-size:100% 100%;
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 2px;
}
.con3  .left .nav a:nth-child(2) p i{
	background: url(https://cdn.chiefgr.com/fan05/images/con3-2@2x.png) no-repeat;
	background-size:100% 100%;
}
.con3  .left .nav a:nth-child(3) p i{
	background: url(https://cdn.chiefgr.com/fan05/images/con3-3@2x.png) no-repeat;
	background-size:100% 100%;
}
.con3  .left .nav a:nth-child(4) p i{
	background: url(https://cdn.chiefgr.com/fan05/images/con3-4@2x.png) no-repeat;
	background-size:100% 100%;
}
.con3  .left .nav a:nth-child(5) p i{
	background: url(https://cdn.chiefgr.com/fan05/images/con3-5@2x.png) no-repeat;
	background-size:100% 100%;
}
.con3  .left .nav a:nth-child(6) p i{
	background: url(https://cdn.chiefgr.com/fan05/images/con3-6@2x.png) no-repeat;
	background-size:100% 100%;
}
.con3  .left .nav a:nth-child(7) p i{
	background: url(https://cdn.chiefgr.com/fan05/images/con3-7@2x.png) no-repeat;
	background-size:100% 100%;
}
.con3  .left .nav a:nth-child(8) p i{
	background: url(https://cdn.chiefgr.com/fan05/images/con3-8@2x.png) no-repeat;
	background-size:100% 100%;
}
.con3  .left .nav .active{
	background: url(https://cdn.chiefgr.com/fan05/images/con3-nav-bg.png) no-repeat;
	background-size:100% 100%;
	width: 200px;
	height: 40px;
	border: 0;
}
.con3  .left .nav .active p{
		color: #333333;
}
.con3  .left .nav .active span{
	padding-right: 30px;
	color: #333333;
}
.con3  .left .nav .active p i{
	background: url(https://cdn.chiefgr.com/fan05/images/con3-1-hover@2x.png) no-repeat;
	background-size:100% 100%;
}
.con3  .left .nav a span{
	display: block;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	padding-right: 10px;
}

.con3 ul{

	height: 100%;
	display: flex;flex-wrap: wrap;
	width: 960px;
	backdrop-filter: blur(50px);
	background: rgba(255,255,255,0.8);
	box-shadow: 0px 10px 20px 0px rgba(51,112,255,0.05);
	border-radius: 0px 10px 10px 0px;
}

.con3 li{
	width: 100%;
	height: 140px;
	padding: 30px 40px;
	border-bottom:1px solid #EEEEEE ;
}
.con3 li a{
	display: flex;align-items: center;justify-content: space-between;
}
.con3 li a .goods-cen{
	width: 500px;
}


.con3 li:hover .title .pic{
	  display: block;
	  margin-left: 10px;
}
.con3 li:hover .title h4{	
	font-weight: bold;
	color: #FF2943;
}

.con3  .title{
	width: 100%;
	display: flex;align-items: center;
}
.con3  .title h4{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}
.con3  .title .img{
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.con3  .title .pic{
	width: 150px;
	height: 30px;
	margin-left: 10px;
	display: none;
}
.con3  .right-item .btn{
	width: 100px;
	height: 30px;
	background: #3370FF;
	border-radius: 2px 2px 2px 2px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	display: flex;align-items: center;justify-content: center;
}
.con3  .right-item .btn:nth-child(2){
	background: #FFFFFF;
	border: 1px solid #3370FF;
	color: #3370FF;
	margin-top: 10px;
}
.con3-gg{
	margin-top: 20px !important;
}
.con3-gg img{
	width: 100%;
	height: 80px;
}

.con4 .con4-title{
	font-size: 14px;
  color: #999999;
  display: flex;
  padding-top: 60px;
}

.con4-title p{
	margin-right: 30px;
	font-size: 24px;
	color: #001649;
	line-height: 50px;
	font-weight: 300;
}
.con4-title .active {
    font-weight: bold;
		color: #001649;
		line-height: 50px;
    border-bottom: 2px solid #3370FF;
}
.con4{
height: 400px;
background: #F7F9FF;
margin-bottom: 40px;
}
.con4-box{
	width: 100%;
	display: flex;align-items: center;justify-content: space-between;
	position: relative;
	height: 190px;
	padding: 0 20px;
	background: #F5F7FA;
	border-radius: 10px 10px 10px 10px;
	
}
.con4-txt{
	margin-left: 10px;
}
.con4-box .con4-item{
	display: flex;align-items: center;
}
.con4-box .con4-item img{
	width: 70px;
	height: 70px;
}
.con4-item .con4-txt h4{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.con4-item .con4-txt p{
	width: 108px;
	font-size: 12px;
	font-weight: 400;
	color: #666666;
	line-height: 14px;
	padding-top: 10px;
}
.con4-box .con4-xian1{
	position: absolute;
	top: 20px;
	left: 65px;
	width: 243px;
	height: 40px;
	background: url(https://cdn.chiefgr.com/fan05/images/con2-icon8@2x.png)no-repeat;
	background-size:100% 100%;
}
.con4-box .con4-xian2{
	position: absolute;
	top: 130px;
	left: 303px;
	width: 243px;
	height: 40px;
	background: url(https://cdn.chiefgr.com/fan05/images/con2-icon9@2x.png)no-repeat;
	background-size:100% 100%;
}
.con4-box .con4-xian3{
	position: absolute;
	top: 20px;
	left: 540px;
	width: 243px;
	height: 40px;
	background: url(https://cdn.chiefgr.com/fan05/images/con2-icon10@2x.png)no-repeat;
	background-size:100% 100%;
}
.con4-box .con4-xian4{
	position: absolute;
	top: 130px;
	left: 779px;
	width: 243px;
	height: 40px;
	background: url(https://cdn.chiefgr.com/fan05/images/con2-icon11@2x.png)no-repeat;
	background-size:100% 100%;
}


/*购买流程结束*/
.con-box2{
	width: 100%;
	height: 1090px;
	background: url(https://cdn.chiefgr.com/fan05/images/con5-bg@2x.png)no-repeat;
	background-size:100% 100% ;
}
.con5-list{
		display: flex;align-items: center;justify-content: space-between;

}
.con5-list .item{
	width: 285px;height: 350px;
  position: relative;
}
.con5-list .item img{
	width: 100%;height: 350px;
	object-fit: contain; 
}

.con5-list .item h4{
	width: 100%;
	height: 40px;
	line-height: 40px;
	position: absolute;
	bottom: 0;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	background: rgba(0,0,0,0.5);
	box-shadow: 0px 10px 20px 0px rgba(51,112,255,0.05);
	backdrop-filter: blur(50px); 
}

.con6{
	
}
.con6-box{
	display: flex;align-items: center;justify-content: space-between;
}
.con6 .title{``	`
	text-align: center;
}
.con6 .title h5{
	font-size: 32px;
	font-weight: 400;
	color: #000000;
	line-height: 60px;
}
.con6 .title p{
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}
.con6 .item{
	width: 590px;
	height: 440px;
	background: #FFFFFF;
	padding: 20px;
}
.con6 .item .title{
	display: flex;align-items: center;
	border-bottom:1px solid #EEEEEE;
	padding-bottom: 20px;
}
.con6 .item .title .pic{
	width: 180px;
	height: 120px;
	margin-right: 20px;
}
.con6 .item .title .text h4{
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	font-weight: 400;
}
.con6 .item .title .text span{
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	margin-top: 10px;
}
.con6 .item .title .text p{
	font-size: 12px;
	color: #999999;
	line-height: 20px;
	display:-webkit-box  ;-webkit-line-clamp:2 ; -webkit-box-orient:vertical ;overflow:hidden; text-overflow:ellipsis;
}

.con6 .item .title .pic{
	width: 180px;
	height: 120px;
}
.con6 .item ul{
	
}
.con6 .item ul li a{
	display: flex;align-items: center;
	justify-content: space-between;
}
.con6 .item ul li{
	width: 100%;
	margin-top: 20px;
}
.con6 .item ul li::marker{
	list-style: disc;
	color: #3F60F2; 
}
.con6 .item ul li:hover p{
	
	-webkit-transform: translateX(6px);
	-moz-transform: translateX(6px);
	-ms-transform: translateX(6px);
	-o-transform: translateX(6px);
	transform: translateX(6px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.con6 .item ul li:hover p{
	color: #1D43FF;
}

.con6 .item ul li a p{
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	width: 450px;
}
.con6 .item ul li a span{
	font-size: 12px;
	color: #999999;
	line-height: 20px;
}
.con6 .item .top {
	
	padding: 20px;
	
}
.con6 .item .top .pic{
	margin-top: 10px;
	width: 350px; 
	height: 110px;
	background: url(https://cdn.chiefgr.com/fan05/images/con6-img.png) no-repeat;
	background-size:100% 100%;
	padding: 20px;
}
.con6 .item .top .pic p{
	font-size: 14px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 20px;
}
.con6 .item .top .pic h4{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
}

.con6 .item .top .pic a{
	margin-top: 10px;
	display: flex;align-items: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
}
.con6 .item .top .pic a img{
	width: 12px;
	height: 6px;
	margin-left: 5px;
}

.con6 .item .top .cen{
	margin-top: 20px;
	display: block;
}
.con6 .item .top .cen h5{
	font-size: 14px;
	color: #333333;
}
.con6 .item .top .cen p{
	font-size: 12px;
	color: #999999;
	margin-top: 10px;
	line-height: 20px;
}
.con6 .item .top .boot {
	margin-top: 30px;
	display: flex;align-items: center;justify-content: space-between;
	flex-wrap: wrap;
}
.con6 .item .top .boot a{
	width: 50%;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	margin-bottom: 10px;
}
.con6 .item .top .boot a:hover{
	color: #1D43FF;
}


.con9 ul{
	display: flex;align-items: center;justify-content: space-between;
}
.con9 ul li{
	width:285px;
	height: 380px;
	background: rgba(255,255,255,0.8);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.05);
	display: flex;align-items: center;flex-direction: column;
	padding: 0 20px;
}
.con9 ul li img{
	width:200px;
	height: 180px;
}
.con9 ul li  h4{
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	line-height: 30px;
	margin-top: 20px;
}
.con9 ul li  p{
	font-size: 14px;
	font-weight: 300;
	color: #666666;
	line-height: 30px;
	margin-top: 20px;
}
.con7{
	margin-top: 60px;
	height: 600px;
	background: #FFFFFF;
	width: 100%;
	background-size:100% 100%;
}

.con7-top{
	display: flex;justify-content: space-between;
	padding-top: 60px;
}
.con7-top .public-title{
	padding: 0px 0 20px ;
}

.con7-top .left h2{
	font-size: 24px;
	font-weight: 400;
	color: #000000;
	margin-bottom: 20px;
}
.con7-top .left  .small{
	width: 700px;
	font-size: 14px;
	font-weight: 300;
	color: #001649;
	line-height: 30px;
}
.con7-top .btn{
	margin-top: 50px;
	width: 150px;
	height: 40px;
	background: #3370FF;
	display: flex;justify-content: center;align-items: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.con7-top .btn:hover{
	background: #FF1A57;
	border: 0;
}


.con7-top .right{
	width: 400px;
	height: 250px;
}

.con7-boot .pic{
	background: url(https://cdn.chiefgr.com/fan05/images/con2-icon1@2x.png) no-repeat;
	width: 180px;
	height: 40px;
	font-size: 16px;
	color: #FFFFFF;
	display: flex;align-items: center;justify-content: center;
	background-size: 100% 100%;
}

.con7-boot .item {
	padding: 30px 20px;
	width: 195px;
	height: 200px;
	background: linear-gradient(180deg, rgba(255,255,255,0.5) 0%, #FFFFFF 100%);
	box-shadow: 0px 10px 20px 0px rgba(51,112,255,0.05);
	border-radius: 10px 10px 10px 10px;
}
.con7-boot .item .title{
	display: flex;align-items: center;
}
.con7-boot .item .title img{
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
.con7-boot .item .title h6{
	font-size: 14px;
	color: #333333;
	line-height: 20px;
}
.con7-boot .item .smalltext{
	font-size: 12px;
	color: #333333;
	line-height: 24px;
	margin-top: 20px;
}
/*

/*底部广告开始*/
.con8{
height: 150px;
background: url(https://cdn.chiefgr.com/fan05/images/con8-bg.png)no-repeat,linear-gradient(202deg, #4773FF 0%, #003DFF 100%);
}

.con8 .con8-box h2{
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	padding-top: 30px;
}
.con8 .con8-box .btn:hover{
	background: #FFFFFF;
	color: #2254F4;
}
.con8 .con8-box .btn:hover i{
	background: url(https://cdn.chiefgr.com/fan05/images/con8-icon-hover.png)no-repeat;
}
.con8 .con8-box .btn{
	width: 150px;
	height: 40px;
	background: rgba(255,255,255,0.1);
	border-radius: 50px 50px 50px 50px;
	opacity: 1;
	border: 1px solid #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
	display: flex;align-items: center;justify-content: center;
	margin-top: 20px;
}
.con8 .con8-box .btn i{
	margin-left: 10px;
	width: 20px;
	height: 6px;
	background: url(https://cdn.chiefgr.com/fan05/images/con8-icon.png)no-repeat;	
}
/*底部广告结束*/
.m-footer{display: none;}
.m-title{display: none;}
.m-goods-cen{display: none;}
@media (max-width: 630px){
	
.dy{
	overflow: hidden;
	
}

.con{
	padding: 0 0.3rem;
	width: 100%;
}
.banner{
	background: url(https://cdn.chiefgr.com/fan05/images/m-banner.png)no-repeat;	
	height: 4.8rem;
	background-size:100% 100%;
	
}
.banner-box .left h1{
	padding-top: 1.2rem;
	font-size: 0.4rem;
	color: #001649;
	line-height: 0.6rem;
}
.banner-box .left p{
	font-size: 0.2rem;
	color: #001649;
	line-height: 0.4rem;
}
.banner-box .left .btn{
	width: 1.6rem;
	height: 0.6rem;
	background: #3370FF;
	margin-top: 0.4rem;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 0.4rem;
	
}
.banner-box .left p{
	display: none;
}
.banner .right{
	display: none;
}
.con1 .top1{
	display: none;
}
.con-box{
	
	height: auto;

}
.public-title{
	padding: 0.6rem 0 0.2rem;
}
.public-title h2{
	font-size: 0.32rem;
}
.con9{
	display: none;
}
.con1-box{
	top: -20px;
	padding: 0.2rem 0.3rem;
	height: 2.8rem;
	position: inherit;
	margin-top: -0.5rem;
	height: auto;
}
.con1 .top .item{
	margin-bottom: 0.2rem;
}
.con1 .top .item .left  ul li:nth-child(n+4){
	display: none;
}
.con1 .top .item .left  ul li:nth-child(3){
	border: 0;
}
.con1 .top .item .left ul li{
	padding: 0 0.2rem;
  width: 1.9rem;
}
.con1 .top .item .left ul li img{
	width: 0.2rem;
	height: 0.2rem;

}
.con1 .top .item .left ul li a{
	font-size: 0.24rem;
}
.con1 .top .item .left .pic{
	width: 1.1rem;
	height: 0.3rem;
	cursor: pointer;
}
.con1 .foot img{
	width: 0.8rem;
	height: 0.8rem;
	margin-right: 0.1rem;
}
.con1 .foot .text h4{
	font-size: 0.24rem;
}
.con1 .foot{
	margin-top: 0.2rem;
}
.con1 .foot .text p{
	display: none;
}
.con1 .foot li:nth-child(n+6){
	display: none;
}
.con1 .top .item .right{
	display: none;
}
.con2 .public-title{
	display: none;
}
.con2 .con2-box{
	display: block;
	height: auto;
	margin: 0;
}
.con2 .con2-box .left .pic{
	display: none;
}
.con2 .con2-box .left{
	display: none;
	padding: 0px 0.3rem;
	width: 100%;
	height: 0.8rem;
	align-items: center;justify-content: space-between;

}
.con2 .con2-box .m-left{
	padding: 0 0.3rem;
	background: url(https://cdn.chiefgr.com/fan05/images/m-con1-bg.png)no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 0.8rem;
	display: flex;align-items: center;justify-content: space-between;
}
.con2 .con2-box .m-left a{
	font-size: 0.24rem;
	font-weight: bold;
	color: #FFFFFF;
	display: flex;align-items: center;
}
.con2 .con2-box .m-left a img{
	width: 12px;
	height: 8px;
	margin-left: 5px;
}
.con2 .con2-box .m-left h2{
	font-size: 0.28rem;
	color: #FFFFFF;
	line-height: 0.4rem;
}
.con2 .con2-box .left h2 img{
	margin-left: 0.1rem;
}
.con2 .con2-box .left p{
	display: none;
}
.con2 .con2-box .left h2{
	display: none;
}
.con2 .con2-box .left h2{
	font-size: 0.28rem;
	color: #FFFFFF;
	line-height: 0.4rem;
	margin-bottom: 0px
}
.con2 .con2-box .left .more{
	display: none;
}
.con2 .con2-box .left .m-pic{
	width: 12px;
	height: 8px;
}

.con2 .con2-box ul{
	width: 100%;
	height: auto;
	border-radius:0;
}
.con2 li{
	width: 100%;
	padding: 0.4rem 0.3rem;
	height: 3.9rem;
}
.con2 .con2-box .title h4{
	font-size: 0.28rem;
	color: #333333;
	line-height: 0.6rem;
}
.con2 li .flex{
	width: 0.8rem;
	height: 0.8rem;
}
.goods-cen .btn{
	width: 1.6rem;
	height: 0.6rem;
}
.con3{
	height: auto;
	display: block;
	margin-top: 0.2rem !important;
}
.con3 .left{
	padding: 0px 0.3rem;
	width: 100%;
	height: 0.8rem;
	display: flex;align-items: center;justify-content: space-between;
}
.con3 .left h2 img{
	margin-left: 0.1rem;
}
.con3 .left p{
	display: none;
}
.con3 .left h2{
	font-size: 0.28rem;
	color: #FFFFFF;
	line-height: 0.4rem;
	margin-bottom: 0px
}
.con3 .left .more{
	position: initial;
}
.con3 .left .nav{
	display: none;
}
.con3 ul{
	width: 100%;
}
.con3 li{
	width: 100%;
	padding: 0.4rem 0.3rem;
}
.con3 .title h4{
	width: 100%;
	display: block;
	font-size: 0.28rem;
	color: #333333;
	line-height: 0.6rem;
		white-space: nowrap;overflow: hidden;text-overflow: ellipsis;


}
.con3 .title .pic{
	display: none;
}

.con3 .left-item{
	width: 100%;

}

.con3 .right-item{
	display: none;
}

.con3 li a .goods-cen{
	width: 100%;
}
.con3 li a .goods-cen div:nth-child(n+5){
	display: none;
}


.con3-gg{
	display: none;
}
.con7{
	display: none;
}


.con4{
	display: none;
}

.con8{
	display: none;
}


.con1{
	padding-top: 30px;
}

.con1-list{
	flex-wrap: wrap;	
}
.con1-list .item{
	width: 48%;
	height: 180px;
	margin-bottom: 10px;

}
.con1-list .item img{
	margin-top: 20px;
	width: 50px;
	height: 50px;
}
.con1-list .item .title{
	font-size: 14px;
	margin-top: 20px;
}
.con1-list .item p{
	margin-top: 5px;
}

.con5-list{
	flex-wrap: wrap;
}
.con5-list .item{
	width: 48%;
	height: auto;
	margin-bottom: 10px;
}
.con5-list .item img{
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.con5-list .item h4{
	font-size: 0.24rem;
}
.con5-list .item .btn{
	margin-top: 12px;
	font-size: 12px;
	height: 30px;
}
.con5-list .item p{
	font-size: 12px;
}

.con6{
	margin-top: 30px;
	background: url(https://cdn.chiefgr.com/fan05/images/m-con6-bg.png)no-repeat;
	width: 100%;
	height: 420px;
	padding: 0 12px;
	background-size:100%;
}
.con6 .item .title .text h4{
	font-size: 0.28rem;
	line-height: 0.5rem;
}
.con-box2{
	height: auto;
	margin-bottom: 2rem;
}
.con6{
	margin: 0;
}
.con6 .item{
	width: 100%;
	height: auto;
	padding: 0.4rem 0.3rem;
}
.con6 .item ul li a p{
	white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
.con6 .item ul li a span{
	display: none;
}
.con6 .item .title .text p{
	display: none;
}
.con6 .item:nth-child(2){
	display: none;
}
.con6 .item .title .pic{
	width: 2.56rem;
	height: 1.7rem;
}
.con6-text{
	width: 100%;
	height: 260px;
	padding: 0  12px;
	
}
.con6-title{
	padding: 30px 0;
}
.con6-title h1{
	font-size: 18px;

}
.con6-title p{
	margin: 0;

}

.con6-text .left div{
	width: 200px;
	height: 150px;
	padding: 0;
	font-size: 12px;
	-webkit-line-clamp: 5;
	overflow: hidden;text-overflow: ellipsis;

}
.con6-text .left img{
	width: 20px;
	height: 16px;
	padding-bottom: 10px;
}
.swiper-container{
	width: 260px;
}
.con6-text .right{
	width: 100px;
	height: 100px;
}
.con6-text .left p{
	  position: absolute;
    right: 12px;
    bottom: 10px;
    font-size: 12px;
}
.swiper-pagination{
	margin-top: 10px;
}

.con7{
	margin-bottom: 80px;
}
.con7-top{
	display: block;
}
.con7-top .left p{
	width: 100%;
	-webkit-line-clamp: 5;
	overflow: hidden;text-overflow: ellipsis;
	height: 120px;

}
.con7-top .left h2{
	  font-size: 16px;
    margin-bottom: 10px;
    margin-top: 30px;
}
.con7-top .btn{
	margin-top: 20px;
}
.con7-top .right{
	margin-top: 30px;
	width: 100%;
	height: 234px;
}
.con7-boot{display: none;}
.con8{display: none;}














.con4-box{
	display: block;
}
.con4-box .con4-xian1{
	display: none;
}
.con4-box .con4-xian2{
	display: none;
}
.con4-box .con4-xian3{
	display: none;
}
.con4-box .con4-xian4{
	display: none;
}
.con4-box{
	padding: 0px 12px 30px 12px;
	height: auto;
}
.con4-item img{
	width: 40px;
	height: 40px;
}

.con4-nav{
	width: 240px;
	display: flex;
	align-items: center;
	background: linear-gradient(180deg,#edf1f6,#fff);
	border-radius: 2px 100px 2px 2px;
	box-shadow: 0 10px 30px 0 rgb(0 0 0 / 5%);
	border: 1px solid #fff;
	
}
.con4-nav .nav{
	width: 120px;
	height: 40px;
	font-size: 14px;
	color: #333;
	border-radius: 2px 10rem 2px 2px;
	padding-left: 0.24rem;
	line-height: .8rem;
	cursor: pointer;
	padding-right: 0;
}
.con4-nav .active{
	font-weight: 700;
	color: #fff;
	background: linear-gradient(180deg,#17c3af,#00af9a);

}
.con4-nav .nav:last-child{
	width: 120px;
	margin: 0;
	padding: 0;

}
.con4-box .con4-item{
	padding-top: 30px;
}
.con4-item .con4-txt h4{
	font-size: 14px;
}
.con4-item .con4-txt p{
	width: 100%;
	font-size: 12px;
	padding-top: 5px;
}
.con4-gg{
	background: url(https://cdn.chiefgr.com/fan05/images/m-index-con4-gg.png)no-repeat;
	background-size: 100%;
	height: 60px;
}

}
