table{
	border-collapse: collapse; /* 合并边框 */
}

@media (max-width:1280px){


	/* 轮播图 */
	.carousel{
		width: 100%;
		height: 27.5rem;
		background-color: #3385ff;
		position: relative;
	}
	.carousel .carouselCircle{
		width: 5rem;
		height: 5rem;
		background: #FB842E;
		border-radius: 50%;
		position: absolute;
		top: 5.125rem;
		left: 2rem;
	}
	.carousel .carouselTitle{
		position: absolute;
		top: 4.625rem;
		left: 4.75rem;
		font-size: 2.5rem;
		font-weight: bold;
		color: #FFFFFF;
	}
	.carousel .carouselEnglish{
		position: absolute;
		top: 8.125rem;
		left: 4.75rem;
		font-size: 2rem;
		font-weight: bold;
		color: #FFFFFF;
	}





	/* 产品详情 */
	.about_all{
		width: 100%;
		background-color: #f5f5f5;
	}
	.about_all .aboutPage{
		margin: 0 auto;
		padding-top:14.125rem;
	}
	.about_all .aboutPage .address{
		height: 2rem;
		display: flex;
		align-items: center;
		float: right;
		margin-right: 2rem;
	}
	.about_all .aboutPage .address .addressBottom,
	.about_all .aboutPage .address .addressBottom a{
		font-size: 1.5rem;
		color: #999;
	}
	.about_all .aboutPage .address .picAddress{
		width:2rem;
		height: 2rem;
	}
	.about_all .aboutPage .addressLine{
		width: 42.875rem;
		border-bottom: 0.125rem #E9E9E9 solid;
		margin: 3.5rem auto 0;
	}
	.about_all .aboutPage .about_content{
		display: flex;
		flex-direction: column-reverse;
		padding-top: 4rem;
	}
	.about_all .aboutPage .about_content .aboutCon_right{
		width: 42.875rem;
		margin: 0 auto;
		padding-bottom: 4rem;
	}
	.about_all .aboutPage .about_content .aboutCon_right .aboutCon_rigthTitle{
		font-size: 2.5rem;
		font-weight: bold;
		color: #333333;
		text-align: center;
		margin-bottom: 2.5rem;
	}
	#swiperOne .swiper-slide img{
		height: 24rem;
	}
	.about_all .aboutPage .about_content .aboutCon_right .ProductCarousel{
		display: flex;
		flex-direction: column-reverse;
		margin-bottom: 2.5rem;
	}
	.about_all .aboutPage .about_content .aboutCon_right .ProductCarousel .carouselLeft{
		width: 42.875rem;
		display: flex;
		justify-content: space-between;
	}
	.about_all .aboutPage .about_content .aboutCon_right .ProductCarousel .carouselLeftPicitem{
		width: 7.75rem;
		height: 6rem;
	}
	.about_all .aboutPage .about_content .aboutCon_right .ProductCarousel .carouselLeftPicitem.active{
		border: 1px solid #0017AC;
	}
	.about_all .aboutPage .about_content .aboutCon_right .ProductCarousel .carouselRight{
		width: 42.875rem;
		height: 20rem;
		margin-bottom: 8rem;
	}
	.about_all .aboutPage .about_content .aboutCon_right .introductionProduct{
		border: 1px solid rgba(0,0,0,0.2);
		padding: 2rem 1.5rem 0 1.5rem;
		line-height: 3rem;
		font-size: 1.75rem;
		color: #666;
	}
	.about_all .aboutPage .about_content .aboutCon_right .introductionProduct .productName{
		font-size: 1.5rem;
		color: #888888;
		margin-bottom: 1.25rem;
	}
	.about_all .aboutPage .about_content .aboutCon_right .introductionProduct .productName span{
		font-size: 1.75rem;
		font-weight: bold;
		color: #333333;
	}
	.about_all .aboutPage .about_content .aboutCon_right .introductionProduct .productName span a{
		font-size: 1.75rem;
		font-weight: bold;
		color: #333333;
		margin-right: 2.8rem;
	}
	.about_all .aboutPage .about_content .aboutCon_right .introductionProduct .productDescribe .productDescribeTitle{
		font-size: 1.5rem;
		color: #888888;
		margin: 3rem 0 1.25rem;
	}
	.about_all .aboutPage .about_content .aboutCon_right .introductionProduct .productDescribe .productDescribeContent{
		font-size: 1.75rem;
		color: #666666;
		line-height: 3rem;
		margin-bottom: 1rem;
	}
	.about_all .aboutPage .about_content .aboutCon_right .introductionProduct .productDescribe .productDescribePic{
		width: 39.625rem;
		height: 16.25rem;
		margin: 2.5rem 0;
	}



	.about_all .aboutPage .about_content .aboutCon_left{
		width: 42.875rem;
		margin: 0 auto;
		padding-bottom: 14.75rem;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutCon-recommend,
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_product{
		width: 42.875rem;
		height: 7.25rem;
		background-color: #2B47FC;
		text-align: center;
		font-size: 2.5rem;
		line-height: 7.25rem;
		font-weight: bold;
		color: #fff;
		border-radius: 0.5rem 0.5rem 0 0;
	}
	.about_all .aboutPage .about_content .aboutCon_left ul{
		width: 42.875rem;
		padding: 0 2.125rem 0 1.5rem;
		margin-bottom: 2rem;
		box-sizing: border-box;
		background-color: #fff;
	}
	.about_all .aboutPage .about_content .aboutCon_left ul li{
		width: 39.25;
		height: 6.25rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-bottom:0.125rem #f2f2f2 dashed;
		color: #666;
		font-size: 1.75rem;
	}
	.about_all .aboutPage .about_content .aboutCon_left ul li.oneNo{
		border-bottom:none;
	}
	.about_all .aboutPage .about_content .aboutCon_left ul li .picGt{
		width:1.875rem;
		height: 2.25rem;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_pic{
		width:42.875rem ;
		height: 18.25rem;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop{
		width: 42.875rem;
		height: 33.5rem;
		background: #2B47FC;
		border-radius: 0px 0px 0.5rem 0.5rem;
		padding-top: 2.5rem;
		margin-bottom: 2rem;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop .aboutLeft_phoneTop1{
		width: 27.5rem;
		height: 3.25rem;
		font-size: 2.5rem;
		font-weight: bold;
		color: #FFFFFF;
		margin: 0 auto;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop .aboutLeft_phoneTop2,
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop .aboutLeft_phoneTop3{
		width: 21rem;
		height: 2.25rem;
		font-size: 1.75rem;
		color: #fff;
		margin: 0 auto;
		text-align: center;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop .aboutLeft_phoneTop2{
		margin: 3.125rem auto 1.25rem;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop .aboutLeft_line{
		width: 39.875rem;
		margin: 3.125rem auto 3rem;
		border-bottom: 1px dashed rgba(255,255,255,0.5);
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop .aboutLeft_pic_phone{
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		/* width: 25.625rem; */
		margin: 0 auto;
		font-size: 2.5rem;
		font-weight: bold;
		color: #FFFFFF;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop .aboutLeft_pic_phone .pic{
		width:4.5rem ;
		height: 4.5rem;
		margin-right: 2.25rem;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop .aboutLeft_btn{
		width: 15rem;
		height: 4.25rem;
		background: #FB842E;
		border-radius: 0.5rem;
		opacity: 1;
		text-align: center;
		line-height: 4.25rem;
		font-weight: bold;
		color: #fff;
		margin:2rem auto;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_product{
		margin-bottom: 1rem;
	}
	.about_all .aboutPage .about_content .aboutCon_left  .aboutLeft_productAll{
		width: 42.875rem;
		height: 29.125rem;
		margin-bottom: 1rem;
		border-radius: 0.5rem;
	}
	.about_all .aboutPage .about_content .aboutCon_left  .aboutLeft_productAll .aboutLeft_scraper{
		width: 42.875rem;
		height: 23.875rem;
	}
	.about_all .aboutPage .about_content .aboutCon_left  .aboutLeft_productAll .aboutLeft_scraperCon{
		width: 42.875rem;
		height: 5.25rem;
		background-color: #C1D4FF;
		text-align: center;
		line-height: 5.25rem;
		font-size: 1.75rem;
		font-weight: bold;
		color: #333333;
	}


	/* 相关产品 */
	.correlation{
		width: 100%;
		margin: 0 auto 4rem;
		padding-top: 4rem;
		background-color: #fff;
		padding-bottom: 4rem;
	}
	.correlation .correlationTop{
		width: 42.875rem;
		display: flex;
		justify-content: space-between;
		align-items: end;
		margin: 0 auto 1.5rem;
	}
	.correlation .correlationTop .title{
		font-size: 2.5rem;
		font-weight: bold;
		color: #333333;
	}
	.correlation .correlationTop .moreProduct{
		font-size: 1.75rem;
		font-weight: bold;
		color: #2B47FC;
	}
	.correlation .productLine{
		width: 42.875rem;
		margin: 0 auto 2.5rem;
		border: 1px solid rgba(0,0,0,0.2);
	}
	.correlation .shopping{
		width: 42.875rem;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.correlation .shopping .shoppingItem{
		border-radius: 4px;
		border: 1px solid rgba(0,0,0,0.1);
		margin-bottom: 1.25rem;
	}
	.correlation .shopping .shoppingItem .shoppingPic{
		width: 20.875rem;
		height: 13.5rem;
	}
	.correlation .shopping .shoppingItem .shoppingName{
		width: 20.875rem;
		height: 5.25rem;
		background: #C1D4FF;
		border-radius: 0px 0px 0.5rem 0.5rem;
		text-align: center;
		line-height: 5.25rem;
		font-size: 1.75rem;
		font-weight: bold;
	}
	.correlation .orderNews{
		width:42.875rem;
		margin: 4rem auto 0;
	}

	.correlation .orderNews .immediately{
		width: 42.875rem;
		height: 5.25rem;
		background-color: #f5f5f5;
		margin-bottom: 2.5rem;
	}
	.correlation .orderNews .immediately .immediatelyName{
		width: 10rem;
		height: 5.2rem;
		background: #C1D4FF;
		text-align: center;
		line-height: 5.2rem;
		font-size: 1.75rem;
		font-weight: bold;
		color: #333333;
	}
	.correlation .orderNews .order .information{
		font-size: 1.75rem;
		color: #666666;
		margin-bottom: 2rem;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.correlation .orderNews .order .information select{
		width: 42.875rem;
		height: 5.25rem;
		border-radius: 0.5rem;
		font-size: 1.75rem;
		border: 0.125rem solid rgba(0,0,0,0.3);
		padding-left: 2rem;
		box-sizing: border-box;
		color: #333;
		margin-top: 1rem;
		background-color: #fff;
	}
	.correlation .orderNews .order .information input{
		width: 42.875rem;
		height: 5.25rem;
		border-radius: 0.5rem;
		font-size: 1.75rem;
		border: 1px solid rgba(0,0,0,0.3);
		padding-left: 2rem;
		box-sizing: border-box;
		color: #333;
		margin-top: 1rem;
	}
	.correlation .orderNews .order .information textarea{
		width: 42.875rem;
		height: 10.25rem;
		margin-top: 1rem;
		outline: none;
		border: 1px solid rgba(0,0,0,0.3);
	}
	.correlation .orderNews .order .information .verify{
		width: 27.625rem;
		height: 5.25rem;
		border-radius:  4px;
		border: 0.125rem solid rgba(0,0,0,0.3);
		margin-right: 1.5rem;
	}
	.correlation .orderNews .order .information .informationPic{
		width: 13.75rem;
		height: 5.25rem;
		margin-top: 1rem;
	}
	.correlation .orderNews .order .information p{
		font-size: 1.75rem;
		color: #666666;
		margin-right: 20rem;
	}
	.correlation .orderNews .order .now{
		width: 42.875rem;
		height: 4.25rem;
		background: #FB842E;
		border-radius: 0.5rem;
		text-align: center;
		line-height: 4.25rem;
		font-weight: bold;
		font-size: 1.75rem;
		font-weight: bold;
		color: #FFFFFF;
	}

	.correlation .orderNews .news{
		display: none;
	}



}















/*PC端*/
@media screen and (min-width: 1280px) {


	/* 轮播图 */
	/* .carousel{
		width: 1920px;
		height: 530px;
		margin: 0 auto;
		position: relative;
	}
	.carousel .carouselCircle{
		width: 68px;
		height: 68px;
		background: #FB842E;
		border-radius: 50%;
		position: absolute;
		top: 167px;
		left: 260px;
	}
	.carousel .carouselTitle{
		position: absolute;
		top: 157px;
		left: 282px;
		font-size: 36px;
		font-weight: bold;
		color: #FFFFFF;
	}
	.carousel .carouselEnglish{
		position: absolute;
		top: 213px;
		left: 282px;
		font-size: 20px;
		font-weight: bold;
		color: #FFFFFF;
	}

 */



	/* 产品详情 */
	.about_all{
		width: 100%;
		background-color: #f5f5f5;
	}
	.about_all .aboutPage{
		padding-top:126px;
		position: relative;
		padding-bottom: 76px;
	}
	.about_all .aboutPage .address{
		height: 24px;
		display: flex;
		align-items: center;
		position: absolute;
		right: 0;
	}
	.about_all .aboutPage .address .addressBottom{
		color: #999;
	}
	.about_all .aboutPage .address .addressBottom a{
		color: #999;
	}
	.about_all .aboutPage .address .picAddress{
		width:24px;
		height: 24px;
	}
	.about_all .aboutPage .addressLine{
		width: 72.92vw;
		border-bottom: 1px #E9E9E9 solid;
		margin-top:54px;
	}
	.about_all .aboutPage .about_content{
		width: 72.92vw;
		display: flex;
		justify-content: space-between;
		margin-top: 40px;
	}
	.about_all .aboutPage .about_content .aboutCon_left{
		width: calc(100% - 36px - 80%);
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutCon-recommend,
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_product{
		width: 100%;
		height: 88px;
		background-color: #2B47FC;
		text-align: center;
		line-height: 88px;
		font-size: 24px;
		font-weight: bold;
		color: #fff;
		border-radius: 4px;

	}

	.about_all .aboutPage .about_content .aboutCon_left ul{
		width: 100%;
		/* padding: 0 20px; */
		margin-bottom: 24px;
		box-sizing: border-box;
		background-color: #fff;
		border-radius: 0 0 4px 4px;
	}
	.about_all .aboutPage .about_content .aboutCon_left ul li{
		height: 66px;
		display: flex;
		padding: 0 20px;
		align-items: center;
		justify-content: space-between;
		border-bottom:1px #f2f2f2 dashed;
		color: #666;
	}
	.about_all .aboutPage .about_content .aboutCon_left ul li.oneNo{
		border-bottom:none;
	}
	.about_all .aboutPage .about_content .aboutCon_left ul li .picGt{
		width:20px ;
		height: 20px;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_pic{
		width: 100%;
		height: 150px;
		display: none;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop{
		width: 100%;
		padding-bottom: 36px;
		background-color: #2B47FC;
		padding-top: 28px;
		margin-bottom: 24px;
		border-radius: 4px;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop .aboutLeft_phoneTop1{

		font-size: 20px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop .aboutLeft_phoneTop2,
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop .aboutLeft_phoneTop3{
		font-size: 16px;
		font-weight: 400;
		color: #fff;
		text-align: center;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop .aboutLeft_phoneTop2{
		margin: 20px auto 12px;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop .aboutLeft_line{
		width: 260px;
		margin: 30px auto 35px;
		border-bottom: 1px dashed rgba(255,255,255,0.5);
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop .aboutLeft_pic_phone{
		color: #fff;
		display: flex;
		justify-content: space-evenly;
		align-items: center;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop .aboutLeft_pic_phone .pic{
		width:36px ;
		height: 36px;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop .aboutLeft_pic_phone .content{
		font-size: 20px;
		font-weight: bold;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop .aboutLeft_btn{
		width: 120px;
		height: 44px;
		background: #FB842E;
		border-radius: 4px 4px 4px 4px;
		text-align: center;
		line-height: 44px;
		font-weight: bold;
		color: #fff;
		margin: 24px auto 0;
	}

	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_product{
		margin-bottom: 12px;
	}
	.about_all .aboutPage .about_content .aboutCon_left  .aboutLeft_productAll{
		width: 100%;
		height: calc(130 / 200 * 15.625vw);
		border-radius: 4px;
	}
	.about_all .aboutPage .about_content .aboutCon_left .productAllCarousel{
		width: 100%;
		height: calc(800 / 200 * 10.417vw)!important;
	}
	.about_all .aboutPage .about_content .aboutCon_left  .aboutLeft_productAll .aboutLeft_scraper{
		width: 100%;
		height: calc(100 / 200 * 15.625vw);
	}
	.about_all .aboutPage .about_content .aboutCon_left  .aboutLeft_productAll .aboutLeft_scraperCon{
		width: 100%;
		height: calc(30 / 200 * 15.625vw);
		background-color: #C1D4FF;
		text-align: center;
		line-height: calc(30 / 200 * 15.625vw);
		font-size: 20px;
		font-weight: bold;
		color: #333333;
	}

	/* 产品详情右 */
	.about_all .aboutPage .about_content .aboutCon_right{
		width: calc(80%);
		padding-top:5px;
	}
	.about_all .aboutPage .about_content .aboutCon_right .aboutCon_rigthTitle{
		font-size: 32px;
		font-weight: bold;
		color: #333333;
		text-align: center;
		margin-bottom:32px;
	}
	.about_all .aboutPage .about_content .aboutCon_right .ProductCarousel{
		width: 100%;
		height: calc(560 / 1120 * 58.333vw);
		display: flex;
		justify-content: space-between;
	}
	.about_all .aboutPage .about_content .aboutCon_right .ProductCarousel .carouselLeft{
		width: 13.158%;
	}
	.about_all .aboutPage .about_content .aboutCon_right .ProductCarousel .carouselLeft .carouselLeftPicitem{
		width: 100%;
		height: calc(121 / 140 * 7.292vw);
		margin-bottom: 13%;
	}
	.about_all .aboutPage .about_content .aboutCon_right .ProductCarousel .carouselLeft .carouselLeftPicitem.active{
		border: 1px solid #0017AC;
	}
	.about_all .aboutPage .about_content .aboutCon_right .ProductCarousel .carouselRight{
		width: calc(84.492%);
		height: calc(542 / 1120 * 58.333vw);
	}
	.about_all .aboutPage .about_content .aboutCon_right .ProductCarousel .carouselRight .swiper {
		width: 100%;
		height: 100%;
	}
	.about_all .aboutPage .about_content .aboutCon_right .ProductCarousel .carouselRight .swiper-slide {
		text-align: center;
		font-size: 18px;
		background: #fff;
		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;

	}
	.about_all .aboutPage .about_content .aboutCon_right .ProductCarousel .carouselRight .swiper-slide img {
		/* width: 80.268%; */
		/* height: calc(542 / 600 * 80.268%); */
		object-fit: contain;
	}








	.about_all .aboutPage .about_content .aboutCon_right .introductionProduct{
		width: 100%;
		border: 1px solid rgba(0,0,0,0.2);
		margin-top: 20px;
		padding: 32px 40px 0 40px;
		color: #666;
	}
	.about_all .aboutPage .about_content .aboutCon_right .introductionProduct p{
		margin-bottom: 22px;
	}
	.about_all .aboutPage .about_content .aboutCon_right .introductionProduct .productName{
		height: 20px;
		font-size: 16px;
		color: #888888;
		display: flex;
		align-items: center;
		margin-bottom: 16px;
	}
	.about_all .aboutPage .about_content .aboutCon_right .introductionProduct .productName span{
		font-size: 20px;
		font-weight: bold;
		color: #333;
		margin-left: 16px;
	}
	.about_all .aboutPage .about_content .aboutCon_right .introductionProduct .productName span a{
		font-size: 20px;
		font-weight: bold;
		color: #333;
		margin-right:16px;
	}
	.about_all .aboutPage .about_content .aboutCon_right .introductionProduct .productDescribe{
		margin-top: 22px    ;
	}
	.about_all .aboutPage .about_content .aboutCon_right .introductionProduct .productDescribe .productDescribeTitle{
		height: 21px;
		font-size: 16px;
		color: #888888;
		margin-bottom: 12px;
	}

	.about_all .aboutPage .about_content .aboutCon_right .introductionProduct .productDescribe .productDescribeCon{
		line-height: 28px;
	}
	.about_all .aboutPage .about_content .aboutCon_right .introductionProduct .productDescribe .productDescribeCon p{
		margin: 12px 0 10px 0;
	}
	.introductionProduct .productDescribe .productDescribePic{
		width: 100%;
		height: 280px;
		background: rgba(0,0,0,0.2);
		margin: 32px 0;
	}
    .productDescribeCon img{
		max-width: 100% !important;
		max-height: 100% !important;
    }
    .productDescribeCon img{
		width: auto;
		height: auto;
    }












	/* 相关产品 */
	.correlation{
		width: 100%;
		padding-top: 76px;
		padding-bottom: 250px;
		background-color: #fff;
	}
	.correlation .correlationTop{
		width: 72.92vw;
		display: flex;
		justify-content: space-between;
	}
	.correlation .correlationTop{
		width: 72.92vw;
		height: 42px;
		display: flex;
		justify-content: space-between;
		align-items: end;
	}
	.correlation .correlationTop .title{
		width: 128px;
		height: 42px;
		font-size: 32px;
		font-weight: bold;
		color: #333333;
	}
	.correlation .correlationTop .moreProduct{
		height: 26px;
		font-size: 20px;
		font-weight: bold;
		color: #2B47FC;
	}
	.correlation .productLine{
		width: 72.92vw;
		margin: 33px auto 40px;
		border: 1px solid rgba(0,0,0,0.2);
	}
	.correlation .shopping{
		width: 72.92vw;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.correlation .shopping .shoppingItem{
		width: calc(23.929%);
		height: calc(274 / 335 * 100%);
		border-radius: 4px;
		border: 1px solid rgba(0,0,0,0.1);
	}
	.correlation .shopping .shoppingItem .shoppingPic{
		width: 100%;
		height: calc(208 / 335 * 17.448vw);
	}
	.correlation .shopping .shoppingItem .shoppingPic{
		vertical-align: top;
	}
	.correlation .shopping .shoppingItem .shoppingName{
		width: 100%;
		height: 66px;
		background: #C1D4FF;
		border-radius: 0px 0px 4px 4px;
		text-align: center;
		line-height: 66px;
		font-size: 20px;
		font-weight: bold;
	}
	.correlation .orderNews{
		width:72.92vw;
		display: flex;
		justify-content: space-between;
		margin: 76px auto 0;
	}
	.correlation .orderNews .order{
		width: calc(48.571%);
	}
	.correlation .orderNews .immediately{
		width: 100%;
		height: 72px;
		background-color: #f5f5f5;
		margin-bottom: 40px;
	}
	.correlation .orderNews .immediately .immediatelyName{
		width: 168px;
		height: 72px;
		background: #C1D4FF;
		text-align: center;
		line-height: 72px;
		font-size: 24px;
		font-weight: bold;
		color: #333333;
	}
	.correlation .orderNews .order .information{
		width: 100%;
		font-size: 24px;
		color: #666666;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 24px;
		white-space: nowrap;
	}
	.correlation .orderNews .order .information select{
		width: calc(80%);
		height: 60px;
		border-radius: 4px 4px 4px 4px;
		font-size: 20px;
		border: 1px solid rgba(0,0,0,0.3);
		padding-left: 20px;
		box-sizing: border-box;
	}
	.correlation .orderNews .order .information input{
		width: calc(80%);
		height: 60px;
		border-radius: 4px 4px 4px 4px;
		font-size: 20px;
		border: 1px solid rgba(0,0,0,0.3);
		padding-left: 20px;
		box-sizing: border-box;
	}
	.correlation .orderNews .order .information textarea{
		width: calc(80%);
		height: 120px;
		border: 1px solid rgba(0,0,0,0.3);
	}
	.correlation .orderNews .order .information p{
		margin-right: 20px;
	}
	.correlation .orderNews .order .information .verify{
		width: calc(56.765%);
		height: 60px;
		border-radius: 4px 4px 4px 4px;
		font-size: 20px;
		border: 1px solid rgba(0,0,0,0.3);
		padding-left: 20px;
		box-sizing: border-box;
	}
	.correlation .orderNews .order .information .informationPic{
		width: 145px;
		height: 60px;
	}
	.correlation .orderNews .order .now{
		width: calc(80%);
		height: 48px;
		background: #FB842E;
		border-radius: 4px;
		text-align: center;
		line-height: 48px;
		color:#fff;
		font-size: 20px;
		font-weight: bold;
		margin-left: calc(100% - 80%);
	}
	.correlation .orderNews .news{
		width: calc(48.571%);
		height: 120px;
	}
	.correlation .orderNews .news .strip{
		width: 100%;
		height: 62px;
		display: flex;
		align-items: center;
		border-bottom: 1px dashed #999999;
		margin-bottom: 20px;
	}
	.correlation .orderNews .news .strip .stripPic{
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		color: #fff;
		font-size: 20px;
		background-color: #2B47FC;
		margin-right: 12px;
		transform: skewX(-10deg);
	}
	.correlation .orderNews .news .strip .stripContent{
		font-size: 20px;
		color: #666666;
		margin-right: 24px;
		text-align: justify;
		display: -webkit-box;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;

	}
	.correlation .orderNews .news .strip .stripTime{
		font-size: 16px;
		color: #666666;
	}





}


@media (min-width: 1280px) and (max-width: 1500px) {
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop .aboutLeft_phoneTop1{
		font-size: 14px!important;
	}
}















