/* 轮播图 */
.swiper1 {
  width: 100%;
  height: 600px;
 
}

.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: 45px;
	color: #000000;
	text-align: left;
	font-style: normal;
	margin-bottom: 30px;
}
.swiper-slide.item1  .txt-main .msg{
	width: 516px;
	font-weight: 400;
	font-size: 22px;
	color: #000000;
	line-height: 38px;
	text-align: left;
	font-style: normal;
}
.swiper-slide.item1  .txt-main .study{
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	line-height: 25px;
	text-align: left;
	font-style: normal;
	margin: 40px 0px 26px;
}
.swiper-slide.item1  .txt-main .study a{
	color: var(--color);
}
.swiper-slide.item1  .txt-main .banner-btn{
	display: inline-block;
	width: 160px;
	height: 50px;
	border-radius: 6px;
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	font-style: normal;
}

/* .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: 130px;
}
.index-top-bot {
  margin-top: 50px;
  margin-bottom: 70px;
  box-shadow: 0px 2px 30px 10px rgba(0,0,0,0.04);
  border-radius: 8px;
  overflow: hidden;
}

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

	
}
.index-pro-th{
	width: 100%;
	padding: 7px 15px;
	background:#E52B22;
	display: flex;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	
}
.index-pro-th p{
	width: 14%;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 22px;
	text-align: center;
	font-style: normal;
}
.index-pro-th p:first-child{
	text-align: left;
}
.index-pro-th p:last-child{
	text-align: right;
}
.index-top-bot-pro .index-pro-i {
  width: 100%;
  padding: 20px 15px;
  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 span{
	font-weight: 600;
	display: inline-block;
	width: 14%;
	text-align: center;
}
.index-top-bot-pro .index-pro-i span:first-child{
	text-align: left;
}
.index-top-bot-pro .index-pro-i span:last-child{
	text-align: right;
}
.index-top-bot-pro .index-pro-i:not(:last-child){
	border-bottom: 1px solid #EEEEEE;
}
.index-top-bot-pro .ask.raise,
.index-top-bot-pro .bid.raise,
.index-top-bot-pro .raise .chang,
.index-top-bot-pro .raise .chang_diff{
  color: #009D48;
}
.index-top-bot-pro .ask.drop,
.index-top-bot-pro .bid.drop,
.index-top-bot-pro .drop .chang,
.index-top-bot-pro .drop .chang_diff {
  color: #E52B22;
}

/* step-1 */
.step-1 {
	margin-bottom:100px;
}
.step-1 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
.step-1 ul li {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 2px 30px 10px 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-2 */
.step-2-main {
  display: flex;
  justify-content: space-between;
}
.step-2 {
  padding: 70px 0px 95px;
  background: #FFF4DE;
  margin-bottom: 57px;
}
.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: #FFFFFF;
	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: #F78E00;
	border-radius: 6px;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	transition: background-color 0.1s;
}
.step2-left-main .btn-box a:hover{
	background: rgba(247,142,0,.8);
}
.step2-left-main .btn-box li:not(:last-child){
	margin-right: 15px;
}







/* 资讯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{
	background: #F6F6F7;
}
.news-right{
	background: #FFF4DE;
}

.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;
	 background: #FCEED1;
	 border-radius: 8px;
	 border: 1px solid #F78E00;
	 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;
}


