body{
	width: 100%;
	height: auto;
	background: #f9f9f9;
	background-size:contain;
}
.cover{
	width: 12rem;
	margin: 0 auto;
}
/* 轮播图 */
.fadeIn-enter-active{
	transition: all 1s ease-out;
}
.fadeIn-enter-active{
	opacity: 1;
}
.fadeIn-enter{
	opacity: 0;
}
.white{
	margin: 0rem auto;
	padding: 0rem auto;
	min-width: 12rem;
	height: 2.5rem;
	background: #fff;
	position: relative;
}
.white .loading_pic{
	width: auto;
	height: 1rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.main_carousel{
	width: auto;
	height: 100%;
	position: relative;
}
.mymove{
	animation:mymove 1s forwards;
}
.el-carousel__container{
	width: auto;
}
@keyframes mymove {
	from {
			opacity: 0;
 }
	to {
			opacity: 1;
 }
}
.slide_list{
	height: 100%;
	overflow: hidden;
}
.slide{
	height: 100%;
}
.slide img{
	width: 100%;
	height: 100%;
	display: block;
}
.carousel-control{
	width: 0.4rem;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.32rem;
	cursor: pointer;
	opacity: .7;
	filter: alpha(opacity=.7);
	text-align: center;
	position: absolute;
	top: 1.85rem;
	z-index: 4;
}
.bac{
	background-color: #fff;
}
.carousel-control.left{
	font-size: 0.38rem;
	line-height: 0.9rem;
	left: calc(50% - 5.99rem);
}
.carousel-control.right{
	line-height: 0.88rem;
	right: calc(50% - 5.99rem);
}
.point_list{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0.2rem;
	left: 0;
	z-index: 4;
	;
}
.point_list .point_item{
	width: 0.1rem;
	height: 0.1rem;
	display: inline-block;
	border-radius: 50%;
	background: #999;
}
.point_list .point_item.active{
	background: #fa5400;
}
.point_list .point_item+.point_item{
	margin-left: 0.1rem;
}
/* 卖单 */
.container{
	width: 100%;
	min-width: 12rem;
}
.container .sale_item{
	width: 12rem;
	color: #333;
	padding-bottom: 0.4rem;
	margin: 0 auto;
}
.container .sale_item a{
	height: 100%;
	font-size: 0.28rem;
	color: #333;
	overflow: hidden;
	display: block;
	position: relative;
}
.container .sale_item>a{
	display: inline-block;
	margin: 0.35rem 0 0.3rem;
}
.sale_item img{
	width: 100%;
	height: 100%;
	display: block;
}
.container .sale_item li{
	background: #fff;
}
.container .sale_item li+li{
	margin-left: 0.14rem;
}
.container .tagline{
	height: 3.06rem;
}
.container .tagline .text_l{
	text-indent: 0.27rem;
	font-size: 0.25rem;
	line-height: 1;
	margin-top: 0.36rem;
}
.container .tagline .text_r{
	text-indent: 0.65rem;
	font-size: 0.25rem;
	line-height: 1;
	margin: 0.28rem 0;
}
.container .carousel_product{
	width: 4.52rem;
	height: 3.06rem;
	position: relative;
	overflow: hidden;
}
.slide_item{
	height: 100%;
}
.container .carousel_product ul{
	width: 3.46rem;
	height: 2.06rem;
	overflow: hidden;
}
.carousel_product ul li{
	display: none;
}
.carousel_product ul .active{
	display: inline;
}
.carousel_product a{
	text-decoration: none;
}
.container .carousel_product .product_btn{
	width: 0.22rem;
	height: 0.4rem;
	text-align: center;
	font-size: 0.26rem;
	text-indent: -0.02rem;
	line-height: 0.44rem;
	position: absolute;
	top: 1.33rem;
	color: #999;
}
.container .carousel_product #prevBtn1, .container .carousel_product #prevBtn2{
	line-height: 0.46rem;
	left: 0.1rem;
}
.container .carousel_product #nextBtn1, .container .carousel_product #nextBtn2{
	right: 0.1rem;
}
.container .product{
	width: 2.14rem;
	height: 3.06rem;
	padding: 0rem 0.1rem 0rem;
}
.good_item img{
	width: 100%;
	height: auto;
}
.random_catelog{
	width: 100%;
	font-size: 0.2rem;
	line-height: 0.4rem;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0.4rem;
	font-weight: 700;
}
.random_catelog2{
	font-family: PingFangSC-Regular;
	font-size: 0.16rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #fa5400;
	position: absolute;
	left: 0;
	bottom: 0.16rem;
}
/* 广告图 */
.advert_section{
	width: 100%;
	min-width: 12rem;
	padding-top: 0.29rem;
	background: #fff;
	padding-bottom: 0.56rem;
}
.advert_section .advert{
	width: 100%;
	height: 2.44rem;
 /* background-color: #E8E4D7;
	*/
}
.advert_section .advert img{
	display: block;
	margin: 0 auto;
	height: 100%;
}
.ua_show{
	background: #f5f5f5;
	line-height: 0.4rem;
}
.ua_show .banner_text{
	max-width: 12rem;
	margin: 0 auto;
}
.el-carousel__item h3 {
	color: #475669;
	font-size: 0.14rem;
	opacity: 0.75;
	line-height: 2.5rem;
	margin: 0;
}
.el-carousel__item:nth-child(2n) {
	/* background-color: #99a9bf; */
}
.el-carousel__item:nth-child(2n+1) {
	background-color: #d3dce6;
}
.el-carousel__arrow .el-carousel__arrow--left{
	width: 12rem;
}
.el-carousel__arrow--left{
	left:19% ;
}
.el-carousel__arrow--right{
	right: 19%;
}
/**分类显示*/
.classify{
	margin: 0rem auto;
	padding: 0rem auto;
	min-width: 12rem;
	height: 1.6rem;
	background-color: #ffffff;
	box-shadow: 0rem 0.02rem 0.04rem 0rem rgba(14, 4, 0, 0.05);
}
.icon{
	font-size:0.6rem;
	color: #fa5400;
	text-align: center;
}
.icon i:hover{
	text-shadow: 0.05rem 0.05rem 0.1rem rgba(249, 83, 0, 0.2);
	opacity: 0.0.05rem;
}
.top_class{
	font-family: MicrosoftYaHei;
	font-size: 0.2rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #333333;
	text-align: center;
	cursor: pointer;
}
.top_class span:hover{
	color: #fa5400;
}
.classify_cent{
	margin:0rem auto;
	padding: 0rem auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
 /* Firefox */
	-webkit-box-sizing:border-box;
 /* Safari */
	width:60%;
	display: flex;
}
.classify_border1{
	width: 4rem;
	z-index: 9;
}
.classify_border1:hover{
	box-shadow:0rem 0.01rem 0.01rem 0rem rgba(14,4,0,0.1);
	border: 1px solid rgba(102,102,102,0.1);
	z-index: 99;
}
.classify_border_show{
	z-index: 0;
	width: 4rem;
	border-left: 0.01rem solid #e8e8e8;
	border-right: 0.01rem solid #e8e8e8;
}
/**隐藏的分类*/
.classify_hidden{
	position: relative;
	z-index: 999;
}
/**电子呆料*/
/* @media screen and (max-width: 12.8rem) {
	.classify_hidden{
			margin-right: 2rem;
 }
}
@media screen and (max-width: 12rem) {
	.classify_hidden{
			margin-left: -0.02rem;
 }
}
@media screen and (max-width: 13.66rem) {
	.classify_hidden{
			margin-left: 0.74rem;
 }
}
@media screen and (max-width: 14.4rem) {
	.classify_hidden{
			margin-left: 1.11rem;
 }
}
@media screen and (max-width: 16rem) {
	.classify_hidden{
			margin-left: 1.9rem;
 }
}
*/
.shade{
	width: 3.8rem;
	background:rgba(255,255,255,1);
 /* box-shadow:0rem 0.02rem 0.02rem 0rem rgba(14,4,0,0.2);
	border: 1px solid rgba(102,102,102,0.1);
	*/
	border-top-width: 0rem;
	z-index: 99;
}
.classify_border_stock{
	width: 3.7rem;
	height: 2.54rem;
	z-index: 99;
 /* background:rgba(255,255,255,1);
	box-shadow:0rem 0.02rem 0.02rem 0rem rgba(14,4,0,0.1);
	*/
}
/**电子废料*/
.shade1{
	width: 3.98rem;
	background:rgba(255,255,255,1);
 /* box-shadow:0rem 0.02rem 0.02rem 0rem rgba(14,4,0,0.1);
	border: 1px solid rgba(102,102,102,0.1);
	*/
	border-top-width: 0rem;
	margin-left: 3.98rem;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.classify_border_waste{
	width: 3.98rem;
	height: 1.46rem;
	z-index: 9.99rem;
 /* background:rgba(255,255,255,1);
	box-shadow:0rem 0.03rem 0.04rem 0rem rgba(14,4,0,0.1);
	*/
}
/**电子设备*/
.shade2{
	width: 3.98rem;
	height: 1.36rem;
 /* background:rgba(255,255,255,1);
	*/
	box-shadow:0rem 0.02rem 0.02rem 0rem rgba(14,4,0,0.1);
	border: 1px solid rgba(102,102,102,0.1);
	border-top-width: 0rem;
	margin-left: 8rem;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.classify_border_facility{
	width: 3.98rem;
	height: 0.76rem;
	padding-top: 0.1rem;
}
.classify_two{
	font-size:0.16rem;
	font-weight:400;
	color:rgba(102,102,102,1);
	text-align: center;
	float: left;
	width: 50%;
	margin-top: 0.16rem;
}
.classify_three{
	font-size:0.16rem;
	font-weight:400;
	color:rgba(102,102,102,1);
	text-align: center;
	float: left;
	z-index: 999;
	width: 100%;
}
.classify_three a{
	margin-top: 0.2rem;
}
.classify_two a{
	margin-top: 0.2rem;
}
.classify_two a:active{
	color: #fa5400;
}
.classify_two a:hover{
	cursor: pointer;
	color: #fa5400;
	font-weight: bolder;
}
/**热门竞买*/
.hot_bidding_background{
	margin: 0rem auto;
	padding:0rem auto;
	min-width:12rem;
	height: 6.18rem;
	background:rgb(245, 245, 245) ;
}
.hot_bidding{
	margin: 0rem auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
 /* Firefox */
	-webkit-box-sizing:border-box;
 /* Safari */
	width: 63.5%;
}
/*标题*/
.caption_bidder{
	text-align: center;
	letter-spacing: 0.03rem;
	color: #333333;
	font-size: 0.26rem;
	padding-top: 1rem;
	margin-left: -0.5rem;
}
/*标题文本*/
.caption_text{
	padding-top:0.1rem;
	text-align: center;
}
.caption_text .english{
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0.03rem;
	color: #333333;
}
.caption_text .more{
	font-size: 0.14rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0.01rem;
	color: #fa5400;
	float: right;
	padding-top:0.06rem;
	cursor:pointer;
}
/*列表*/
.bidder_list{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-size:contain;
	min-width: 100%;
	height: 3.1rem;
	display: flex;
	margin-top: 0.5rem;
}
/*正在进行*/
.bidder_list_big{
	display: flex;
}
.underway{
	width: 2.3rem;
	height: 3.1rem;
	background-color: #ffffff;
	border: solid 1px #e8e8e8;
}
.underway:hover{
	box-shadow: 0rem 0.03rem 0.04rem 0rem rgba(14, 4, 0, 0.2);
	border: solid 1px #e8e8e8;
	margin-top: -0.05rem;
	z-index: 9;
	cursor:pointer;
}
.underway_text{
	margin-top: 1.9rem;
	width: 0.8rem;
	height: 0.3rem;
	position: absolute;
	text-align: left;
	background-color: rgb(250, 84, 0,0.5);
	display: flex;
	align-items:center;
	justify-content: center;
	z-index: 1;
	color: #ffffff;
	border-radius: 0rem 0.2rem 0.2rem 0rem;
}
.underway_text span{
	color: rgb(250, 84, 0,1);
	letter-spacing: 0.02rem;
	font-size: 0.16rem;
}
.underway_img{
	width: 2.3rem;
	height: 1.8rem;
	z-index: -1;
	margin-top: 0.02rem;
	margin-left: 0.02rem;
}
.underway_img img{
	width: 2.26rem;
	height: 1.74rem;
}
.underway_img img:hover{
}
.underway_name{
	font-size: 0.2rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0.02rem;
	color: #333333;
	display: flex;
	align-items:center;
	justify-content: left;
	margin-top: 0.04rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-left: 0.13rem;
	margin-top: 0.52rem;
}
.underway_company_name{
	font-size: 0.14rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0.01rem;
	color: #999999;
	display: flex;
	align-items:center;
	justify-content: left;
	margin-top: 0.1rem;
	margin-left: 0.13rem;
}
.underway_price{
	margin: 0rem auto;
	width: 2rem;
	display: flex;
	margin-left: -0.12rem;
}
.underway_price .span_one{
	width: 1rem;
 /* border: #fa5400 1px solid;
	background: #fa5400;
	*/
	color:#fa5400;
	display: flex;
	align-items:center;
	justify-content: center;
}
.underway_price .span_two{
	width: 1rem;
 /* border: #fa5400 1px solid;
	*/
	color: #fa5400;
	display: flex;
	align-items:center;
	justify-content: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
/*即将开始*/
.bidder_list_small{
	box-sizing:initial;
	-moz-box-sizing:initial;
 /* Firefox */
	-webkit-box-sizing:initial;
 /* Safari */
	background-size:contain;
	margin:0rem auto;
	height: 3.1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	overflow:hidden;
}
.before_start{
	width: 2.38rem;
	height: 1.53rem;
	background-color: #ffffff;
	border: solid 1px #e8e8e8;
}
.before_start:hover{
	box-shadow: 0.03rem 0.06rem 0.06rem 0rem rgba(14, 4, 0, 0.2);
 /* margin-top: -0.02rem;
	*/
	z-index: 2;
	border: 1px solid rgba(250, 84, 0, 0.5);
	cursor:pointer;
}
.start_name{
	font-size: 0.2rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0.02rem;
	color: #333333;
	margin-left: 0.14rem;
	margin-top: 0.2rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.start_price{
	width: 2.4rem;
	font-size: 0.14rem;
	margin-left: 0.14rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0.01rem;
	margin-top: 0.06rem;
}
.start_price span:nth-child(1){
	color: #666666;
}
.start_price span:nth-child(2){
	color: #fa5400;
}
.start_fl{
	display: flex;
	width: 2.37rem;
}
.start_text_fl{
	width: 0.2rem;
	height: 0.24rem;
	border-radius: 0.1rem 0.1rem 0.1rem;
	background: rgb(51, 51, 51,0.3);
	flex:1;
	display: flex;
	align-items:center;
	justify-content: center;
	margin-left: 0.14rem;
	margin-top: 0.2rem;
}
.start_text_fl span{
	font-size: 0.16rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0.02rem;
	color:#ffffff ;
}
.start_text{
	width: 0.2rem;
	height: 0.24rem;
	border-radius: 0.1rem 0.1rem 0.1rem;
	background: rgb(33, 162, 57,0.3);
	flex:1;
	display: flex;
	align-items:center;
	justify-content: center;
	margin-left: 0.14rem;
	margin-top: 0.2rem;
}
.start_text span{
	font-size: 0.16rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0.02rem;
	color: #40a753;
}
.start_img{
 /* margin-top: 0.04rem;
	*/
	margin-left: 0.22rem;
}
.start_img img{
	width: 0.92rem;
	height: 0.82rem;
	margin-left: 0.25rem;
}
/**ic元器件供应*/
.component_supply_background{
	width: 100%;
	height: 6.26rem;
	background: #ffffff;
}
.component_supply{
	margin: 0rem auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
 /* Firefox */
	-webkit-box-sizing:border-box;
 /* Safari */
	width: 63.5%;
}
/**平台服务*/
.platform_services_background{
	min-width: 12rem;
	height: 5.96rem;
	background: url(/static/img/bg.png);
}
.platform_services_img{
	margin: 0rem auto;
	padding: 0rem auto;
	width: 12rem;
	height: 5.96rem;
}
.services{
	font-size:0.26rem;
	font-weight:400;
	color:rgba(255,255,255,1);
	display: flex;
	justify-content: center;
	padding-top: 0.92rem;
 /* align-items: center;
	*/
}
.services_english{
	font-size:0.16rem;
	font-weight:400;
	color:rgba(255,255,255,1);
	display: flex;
	justify-content: center;
	margin-top: 0.16rem;
}
.overall_boder{
	width:12rem;
	height: 2.9rem;
}
.border_details{
	display: flex;
}
.border_details .backgroud_one{
	background-size:cover;
	width:3.6rem;
	height:2.9rem;
	background:rgba(0,0,0,0.2);
	margin-top: 0.48rem;
}
.border_details .backgroud_two{
	width:3.6rem;
	height:2.9rem;
	background:rgba(0,0,0,0.2);
	margin-top: 0.48rem;
	display: flex;
}
.border_details .background_three{
	width:3.6rem;
	height:2.9rem;
	background:rgba(0,0,0,0.2);
	margin-top: 0.48rem;
}
.backgroud_one{
}
.backgroud_two{
	margin-left: 0.6rem;
}
.background_three{
	margin: 0.6rem;
}
.text_one{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 0.3rem;
}
.circle_one{
	width: 0.8rem;
	height: 0.8rem;
	border:1px dashed rgb(245, 245, 245);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.circle_one i{
	font-size: 0.7rem;
	color: rgb(245, 245, 245);
}
.help_one{
 /* margin-left: 0.44rem;
	*/
	margin-top: 0.3rem;
}
.help_one span{
	font-size:0.24rem;
	font-weight:400;
	color:rgba(255,255,255,1);
}
.describe_one{
	width: 2.6rem;
	margin-top: 0.2rem;
	display: flex;
}
.describe_one p{
	font-size:0.16rem;
	font-weight:400;
	color:rgba(255,255,255,1);
	text-align: center;
}
.text_two{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
 /* margin-top: -0.3rem;
	*/
 /* margin-left: 0.2rem;
	*/
}
.circle_two{
	width: 0.8rem;
	height: 0.8rem;
	border:1px dashed rgb(245, 245, 245);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.circle_two i{
	font-size: 0.7rem;
	color: rgb(245, 245, 245);
}
.help_two{
 /* margin-left: 0.44rem;
	*/
	margin-top: 0.3rem;
}
.help_two span{
	font-size:0.24rem;
	font-weight:400;
	color:rgba(255,255,255,1);
}
.describe_two{
	width: 2rem;
	margin-top: 0.2rem;
	display: flex;
}
.describe_two p{
	font-size:0.16rem;
	font-weight:400;
	color:rgba(255,255,255,1);
	text-align: center;
}
.text_three{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 0.3rem;
}
.circle_three{
	width: 0.8rem;
	height: 0.8rem;
	border:1px dashed rgb(245, 245, 245);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.circle_three i{
	font-size: 0.7rem;
	color: rgb(245, 245, 245);
}
.help_three{
	margin-top: 0.3rem;
}
.help_three span{
	font-size:0.24rem;
	font-weight:400;
	color:rgba(255,255,255,1);
}
.describe_three{
	width: 2.6rem;
	margin-top: 0.2rem;
	margin-top: 0.2rem;
	display: flex;
}
.describe_three p{
	font-size:0.16rem;
	font-weight:400;
	color:rgba(255,255,255,1);
	text-align: center;
}
.learn_more{
	font-size:0.16rem;
	font-weight:400;
	color:rgba(255,242,101,1);
	margin-top: 0.08rem;
	cursor:pointer;
}
.learn_more_two{
	font-size:0.16rem;
	font-weight:400;
	color:rgba(255,242,101,1);
	margin-top: 0.3rem;
	cursor:pointer;
}
/**联系我们*/
.contact_us_background{
	margin: 0rem auto;
	padding: 0rem auto;
	min-width: 12rem;
	height: 7.28rem;
	background: #ffffff;
}
.contact_us{
	margin: 0rem auto;
	padding: 0rem auto;
	width: 12rem;
	height: 5.67rem;
	display: flex;
}
.sj img{
	width:6.8rem;
	height:5.61rem;
	margin-top: 0.8rem;
	animation: fadeTop;
 /*动画名称*/
	animation-duration: 1.7s;
 /*动画持续时间*/
	-webkit-animation:fadeTop 1.7s;
 /*针对webkit内核*/
}
.contact_us .download_app{
	margin-top: 1.8rem;
	margin-left: 0.88rem;
}
.xt{
	height: 0.25rem;
 /* font-family: MicrosoftYaHei;
	*/
	font-size: 0.26rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #363636;
}
/**专"芯"为您服务！*/
.zx{
	width: 1.38rem;
	height: 0.17rem;
	font-size: 0.16rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #999999;
	margin-top: 0.2rem;
}
/*下载移动端发布商品、购买呆、废料更简单便捷！*/
.xz{
	width: 3.61rem;
	height: 0.16rem;
	font-size: 0.16rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #999999;
	margin-top: 0.14rem;
}
/*下载按钮*/
.bt_xz{
	margin-top: 0.42rem;
}
.bt_xz button{
	width: 1.6rem;
	height: 0.4rem;
	border:none;
	background-color: #fa5400;
	border-radius: 0.05rem;
	font-size: 0.24rem;
	color: #f5f5f5;
}
/*二维码*/
.qr_code{
	width: 2.7rem;
	margin-top: 0.38rem;
	display: flex;
}
.qr_code img{
	width: 1.5rem;
	height: 1.5rem;
}
.qr_code p{
	margin-left: 0.2rem;
	margin-top: 1.06rem;
	letter-spacing: 0rem;
	color:#b14646;
	font-size: 0.16rem;
}
.sidebar_right{
	width: 0.92rem;
	height: 2.8rem;
	position:fixed;
	top: 32%;
	right: 0;
	z-index: 9;
}
.sidebar_right .top{
	margin-top: 0.2rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.top{
	width:0.92rem;
	height:0.3rem;
	background:rgba(255,255,255,1);
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .06);
	cursor: pointer;
}

.top:hover{
	box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, .2);
}

.top i{
	font-size: 0.2rem;
	color:#F18D1A;
}
.middle{
	width:0.92rem;
	height:0.92rem;
	background:rgba(255,255,255,1);
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .06);
	cursor: pointer;
}

.middle:hover{
	box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, .2);
}
.sidebar_right .middle{
	margin-top: 0.2rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.middle i{
	font-size: 0.42rem;
	color:#F18D1A;
}
.finally{
	width:0.92rem;
	height:0.92rem;
	background:rgba(255,255,255,1);
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .06);
	cursor: pointer;
}

.finally:hover{
	box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, .2);
}

.sidebar_right .finally{
	margin-top: 0.2rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.finally i{
	font-size: 0.42rem;
	color:#F18D1A;
}
.right_text{
	font-size:0.14rem;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:0.22rem;
}
/*淡入效果*/
@keyframes fade-in {
	0% {
			opacity: 0;
 }
 /*初始状态 透明度为0*/
	40% {
			opacity: 0;
 }
 /*过渡状态 透明度为0*/
	100% {
			opacity: 1;
 }
 /*结束状态 透明度为1*/
}
@-webkit-keyframes fade-in {
 /*针对webkit内核*/
	0% {
			opacity: 0;
 }
	40% {
			opacity: 0;
 }
	100% {
			opacity: 1;
 }
}
/*渐入效果*/
@keyframes fadeInLeft {
	from {
			opacity: 0;
			transform: translateY(-100%, 0, 0);
 }
	to {
			opacity: 1;
			transform: none;
 }
}
@keyframes fadeTop{
	from{
			opacity: 0;
			transform: translateX(-100%, 0, 0);
 }
	to{
			opacity: 1;
			transform: none;
 }
}
