/* 轮播图 */
.swiper1 {
  width: 100%;
  height: 600px;
 
}
.swiper-slide img{
	width: 100%;
}
.swiper-slide.item1{
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	background: #fff;
}

.swiper-slide.item1 .txt-main{
	left: 50%;
	margin-left: -600px;
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
	z-index: 99;
}
.swiper-slide.item1  .txt-main .title{
	font-family: 'PF-bold';
	font-size: 56px;
	color: var(--color);
	text-align: left;
	font-style: normal;
	margin-bottom: 30px;
}
.swiper-slide.item1  .txt-main .msg{
	font-weight: 400;
	font-size: 56px;
	color: #fff;
	text-align: left;
	font-style: normal;
	margin-bottom: 56px;
}

.swiper-slide.item1  .txt-main .banner-btn{
	display: inline-block;
	width: 160px;
	height: 50px;
	font-weight: 500;
	font-size: 18px;
	color: #333333;
	line-height: 50px;
	text-align: center;
	font-style: normal;
	border-radius: 25px;
	margin-right: 20px;
}
.swiper-slide.item1  .txt-main .banner-btn:last-child{
	color: var(--color);
	background: #373941;
}
/* .swiper-slide .swiper-img {
display: inline-block;
  width: 100%;
  height: 100%;
  background-size: cover !important;
} */
/* 分页器的基本样式 */
.swiper1 .swiper-pagination-bullet {
  width: 14px;
  height: 8px;
  opacity: 0.5;
  background: #C6C6C6;
  border-radius: 4px;
}
/* 选中的分页器样式 */
.swiper1 .swiper-pagination-bullet-active {
  color: #fff;
  background: #C6C6C6;
  border-radius: 4px;
  opacity: 1;
}
.swiper-button-next,
.swiper-button-prev {
  opacity: 0;
}
.swiper1:hover .swiper-button-next,
.swiper1:hover .swiper-button-prev {
  opacity: 0.5;
  /* 设置按钮的透明度 */
}
.swiper-button-prev,
.swiper-button-next {
  color: #000000;
  /* 设置按钮上文字的颜色 */
  font-size: 24px;
  /* 设置按钮上文字的大小 */
  padding: 5px;
  /* 设置按钮的内边距 */
  border-radius: 5px;
  /* 设置按钮的圆角 */
  margin: 0 8%;
  transition: all 0.3s;
}
/* 鼠标悬浮时改变按钮样式 */
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 1 !important;
  /* 鼠标悬浮时按钮全透明 */
}
/* 行情 */
.step{
	margin-top: -20px;
	z-index: 998;
	position: relative;
}
.index-top-bot {
  margin-bottom: 120px;
  padding: 14px 0px;
  background: #fff;
  box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.06);
  border-radius: 20px;
  overflow: hidden;
 
}

.index-top-bot-pro{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;

	
}

.index-top-bot-pro .index-pro-i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.index-top-bot-pro .index-pro-i#CNYUSD{
	margin: 0px 45px;
}
.index-top-bot-pro .index-pro-i .icon{
	margin-right: 20px;
}

.index-top-bot-pro  .link{
	
	width: 1px;
	height: 80px;
	background: #EAEAEA;
	margin: 0px 38px;
}
.index-top-bot-pro .index-pro-i .price{
	display: flex;
	align-items: center;
}

.index-top-bot-pro .index-pro-i .price .change{
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	font-size: 18px;
	color: #999999;
}
.index-top-bot-pro .index-pro-i .title{
	font-weight: 600;
	font-size: 18px;
	color: #333333;
	text-align: left;
	font-style: normal;
}
.index-top-bot-pro .index-pro-i .bid{
	font-weight: 600;
	font-size: 48px;
	color: #333333;
	text-align: left;
	font-style: normal;
}

.index-top-bot-pro .ask.raise,
.index-top-bot-pro .bid.raise,
.index-top-bot-pro .chang.raise,
.index-top-bot-pro .chang_diff.raise{
  color: #009D48;
}
.index-top-bot-pro .ask.drop,
.index-top-bot-pro .bid.drop,
.index-top-bot-pro .chang.drop,
.index-top-bot-pro .chang_diff.drop {
  color: #E52B22;
}

/* step-1 */
.step-1 {
	margin-bottom:100px;
}
.step-1 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 106px;
  margin-bottom: 120px;
}
.step-1 ul li {
  width: 285px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 2px 30px 2px rgba(0,0,0,0.04);
  border-radius: 8px;
  padding-bottom: 60px;
  margin-bottom: 32px;
}
.step-1 ul li .item-title {
  font-weight: 600;
  font-size: 22px;
  color: #000000;
  margin: 10px 15px;
}
.step-1 ul li .item-msg {
  width: 55%;
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  text-align: center;
}
.step-1 ul li img {
  width: 130px;
  height: 130px;
}
.step-1 .introduce{
	padding: 100px 0px;
	background: url("../../images/bg.png") no-repeat;
	background-size: 100% 100%;
}
.step-1 .introduce .content{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.step-1 .introduce .content h6{
	font-weight: 600;
	font-size: 34px;
	color: #333333;
	line-height: 48px;
	text-align: center;
	font-style: normal;
	margin-bottom: 15px;
}
.step-1 .introduce .content p{
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	text-align: center;
	font-style: normal;
}
.step-1 .introduce .content img{
	width: 560px;
	margin: 20px 0px;
}
.step-1 .introduce .content span{
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 22px;
	text-align: center;
	font-style: normal;
}

.step-1-1 ul{
	margin: 0 auto;
	margin-top: 55px;
}
.step-1-1 ul li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 120px;
}
.step-1-1 ul li h3{
	font-weight: 600;
	font-size: 36px;
	color: #000000;
	margin-bottom: 25px;
	text-align: left;
}
.step-1-1 ul li h6{
	font-size: 16px;
	color: #000000;
	line-height: 38px;
	text-align: left;
	font-style: normal;
	font-weight: 400;
}
.step-1-1 ul li h6::before{
	content: '✓';
	color:#14171D;
	margin-right: 9px;
}



/* step-2 */
.step-2-main {
  display: flex;
  justify-content: space-between;
}
.step-2 {
  padding: 70px 0px 95px;
  background: #FFF4DE;
  background: url("../../images/bg.png") no-repeat;
  background-size: 100% 100%;
}
.ster2-right img{
 width: 720px;
}

.step2-left {
  flex: 1;
}
.step2-left>h2{
	font-weight: 600;
	font-size: 45px;
	color: #000000;
	font-style: normal;
}
.step2-left>p{
	font-weight: 400;
	font-size: 22px;
	color: #000000;
	font-style: normal;
	margin: 30px 0px;
}
.step2-left>a{
	display: inline-block;
	width: 300px;
	height: 50px;
	background: var(--color);
	border-radius: 6px;
	font-size: 18px;
	color: #333333;
	line-height: 50px;
	text-align: center;
	font-style: normal;
	
}

.step2-left-main {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: #FCEED1;
  border-radius: 8px;
  border: 1px solid #F4CC7B;
}
.step2-left-main .indexQrcode{
	width: 130px;
	height: 130px;
	background: #FFFFFF;
	border-radius: 8px;
	border: 1px solid #F78E00;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.step2-left-main .qrcode-box p{
	font-size: 14px;
	color: #000000;
	margin-top: 10px;
	text-align: center;
}
.step2-left-main #indexQrcode{
	width: 112px;
	height: 112px;
	border-radius: 8px;
	overflow: hidden;
}
.step2-left-main .btn-box{
	margin-left: 30px;
}
.step2-left-main .btn-box>div:first-child{
	margin-bottom: 25px;
}
.step2-left-main .btn-box p{
	font-weight: 600;
	font-size: 16px;
	color: #000000;
	margin-bottom: 10px;
}
.step2-left-main .btn-box a{
	display: inline-block;
	width: 130px;
	height: 40px;
	background: #14171D;
	border-radius: 6px;
	font-weight: 500;
	font-size: 16px;
	color: var(--color);
	line-height: 40px;
	text-align: center;
	transition: background-color 0.1s;
}

.step2-left-main .btn-box li:not(:last-child){
	margin-right: 15px;
}


.index-kh{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index-kh .content{
	background: #14171D;
	flex: 1;
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index-kh .content .cm-titile h2,
.index-kh .content  p
{
	color: #fff;
}
.index-kh .content  p a{
	color: var(--color);
}

/* 资讯step-3 */
.step-3{
  padding: 70px 0px;
  margin-bottom: 80px;
}
.step-3 .news-flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	margin-top: 110px;
}
.news-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.step-3 .news-lable{
	font-weight: 600;
	font-size: 36px;
	color: #000000;
}
.step-3 .news-more{
	font-weight: 400;
	font-size: 16px;
	color: #000000;
}
.step-3 .news-left,.step-3 .news-right{
	
	width: 584px;
	padding:40px 30px;
	border-radius: 8px;
	align-self: stretch;
}
.news-left{
	border-right: 1px solid #F6F6F7;
}

.step-3 .news-left .news-info{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 12px;
	background: #fff;
	border-radius: 8px;
	
}
.step-3 .news-left .news-info-main{
	flex: 1;
	height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	
}

.step-3 .news-left .news-info:hover img{
	transform: scale(1.1);
}
.step-3 .news-img-box{
	width: 120px;
	height: 120px;
	border-radius: 4px;
	margin-right: 20px;
	border-radius: 8px;
	overflow: hidden;
}
.step-3 .news-left .news-info img{
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.step-3 .news-left .news-info .news-info-title{
	font-weight: bold;
	font-size: 18px;
	-moz-box-orient: vertical;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -moz-box;
	-webkit-line-clamp:2;
	overflow: hidden;
	
}

.step-3 .news-left .news-info .news-info-time{
	font-weight: 400;
	font-size: 14px;
	color: #999999;
}
.step-3 .news-left .news-info:not(:last-child){
	margin-bottom:20px ;
}


 .step-3 .news-item{
	  width: 100%;
	  display: inline-block;
	  color: #000000;
 }


 .step-3 .news-right .news-item{
	
	 padding: 20px;
	 border-radius: 8px;
	 color: #000000;
 }
 .step-3  .news-right .news-item .news-item-title{
	 flex: 1;
	 -moz-box-orient: vertical;
	 -webkit-box-orient: vertical;
	 display: -webkit-box;
	 display: -moz-box;
	 -webkit-line-clamp: 1;
	 overflow: hidden;
	 margin-right: 15px;
	 margin-bottom: 16px;
	 font-weight: 600;
	 font-size: 18px;
	
 } 
 .step-3  .news-right .news-item .news-item-time{
 	 font-weight: 500;
 	 font-size: 14px;
 	 color: #999999;

 } 
  .step-3  .news-right .news-item .news-item-time::before{
	  display: inline-block;
	  content: '公告';
	  width: 38px;
	  height: 26px;
	  font-weight: 400;
	  font-size: 14px;
	  color: #FFFFFF;
	  text-align: center;
	  background: #F78E00;
	  border-radius: 4px;
	  line-height: 26px;
	  margin-right: 10px;
  }
 
 
 
.step-3 .news-more:hover,
.step-3 .news-item:hover{
	color:var(--color); 
  }

.step-3 .news-list li:not(:last-child){
	margin-bottom:16px;
}


