/* 商城首页样式 start */

.wop_shop_homepage{width: 100%;display: flex;flex-direction: column;}

/* 公共样式 */
.homepage_model .swiper-btn{position: absolute;top: 50%;transform: translateY(50%);z-index: 10;width: 100%;}
.homepage_model .swiper-btn .swbtn{width: 50px;height: 50px;border-radius: 50px;top: unset;left: unset;right: unset;display: flex;align-items: center;justify-content: center;border: 1px solid #ea5504;cursor: pointer;}
.homepage_model .swiper-btn .swbtn i{font-size: 20px;color: #ea5504;}
.homepage_model .swiper-btn .swiper-button-prev{left: 24px;}
.homepage_model .swiper-btn .swiper-button-next{right: 24px;}
.homepage_model .swiper-button-prev:after{display: none;}
.homepage_model .swiper-button-next:after{display: none;}

.homepage_model .titlebox{width: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.homepage_model .titlebox h2{font-size: 40px;color: #434343;line-height: 40px;font-family: 'Quicksand-Bold';}
.homepage_model .titlebox img{width: 43px;height: auto;margin-top: 20px;}

@media (max-width:1440px){
	.homepage_model .titlebox h2{font-size: 36px;line-height: 36px;}
    .homepage_model .titlebox img{width: 38px;margin-top: 18px;}
}

@media (max-width:1080px){
	.homepage_model .titlebox h2{font-size: 32px;line-height: 32px;}
    .homepage_model .titlebox img{width: 34px;margin-top: 16px;}
}

@media (max-width:825px){
	.homepage_model .titlebox h2{font-size: 26px;line-height: 26px;}
    .homepage_model .titlebox img{width: 32px;margin-top: 14px;}
}

@media (max-width:480px){
	.homepage_model .titlebox h2{font-size: 22px;line-height:22px;}
    .homepage_model .titlebox img{width: 28px;margin-top: 12px;}
}

/* 首屏banner模块 */
.wop_shop_homepage .homepage_bannerbox{width: 100%;}
.homepage_bannerbox{width: 100%;z-index:1;transition: all 1s;-webkit-transition: all 1s;overflow: hidden;position:relative;}
.homepage_bannerbox .banner-item{width:100%;display:flex;align-items:center;}
.homepage_bannerbox .banner-bg{width: 100%;display: block;display:flex;align-items: center;flex-direction: column;justify-content: center;position: relative;padding-top: 41.66%;background: #EEEEEE;}
.homepage_bannerbox .banner-imgbox{width: 100%;object-fit: cover;position: absolute;left: 0px;top: 0px;}
.homepage_bannerbox .banner-imgbox img{width: 100%;height: 100%;object-fit: cover;}

.homepage_bannerbox .banner-bg-content{position: absolute;top: 0%;z-index: 10;padding: 0px 40px;display: flex;flex-direction: column;align-items: center;width: 100%;height: 100%;}
.homepage_bannerbox .banner-bg-content .pc_hbox{width: 100%;height: 8%;}
.homepage_bannerbox .banner-bg-content .phone_hbox{display: none;}
.homepage_bannerbox .banner-item h2{font-size: 50px;line-height: 60px;color: #434343;margin-bottom: 16px;font-family: 'Quicksand-Bold';}
.homepage_bannerbox .banner-item p{font-size: 30px;line-height: 36px;color: #434343;font-family: 'Quicksand-Medium';}
.homepage_bannerbox .banner-item .btnbox{display: flex;flex-direction: row;align-items: center;justify-content: center;margin-top: 20px;}
.homepage_bannerbox .banner-item .banner-btn{width: auto;min-width: 150px;background: #335C80;height: 40px;border-radius: 50px;transition: all .2s linear;-webkit-transition: all .2s linear;display: inline-block;position: relative;}
.homepage_bannerbox .banner-item .banner-btn .btntext{width:auto;height:100%;padding: 0 30px;line-height: 40px;font-size: 16px;display:block;color: #fff;white-space: nowrap;font-family: 'Quicksand-Bold';transition: all .2s linear;-webkit-transition: all .2s linear;cursor: pointer;}
.homepage_bannerbox .banner-item .banner-btn:hover{background: #EA5504;}
.homepage_bannerbox .banner-item .banner-btn .bubble{position: absolute;top: 0px;right: 10px;font-size: 12px;color: #fff;background: #EA5504;font-family: 'Quicksand-SemiBold';border-radius: 4px;padding: 2px 6px;transform: translateY(-140%);}
.homepage_bannerbox .banner-item .banner-btn .bubble::after{content: "";position: absolute;width: 0;height: 0;bottom: -6px;left: 8px;margin: auto;border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 7px solid #EA5504;}
.homepage_bannerbox .banner-item .banner-btntop{margin-top: 20px;}
.homepage_bannerbox .banner-item .btnbox .banner-btn:nth-child(2){background: #EA5504;margin-left: 12px;}
.homepage_bannerbox .banner-item .btnbox .banner-btn:nth-child(2):hover{background: #335C80;}
.homepage_bannerbox .banner-item .btnbox .banner-btn:nth-child(2) .bubble{background: #335C80;}
.homepage_bannerbox .banner-item .btnbox .banner-btn:nth-child(2) .bubble::after{border-top: 7px solid #335C80;}

.homepage_bannerbox .banner_left .banner-bg-content{align-items: start;width: 42%;left: 0%;justify-content: start;}
.homepage_bannerbox .banner_left .banner-bg-content .pc_hbox{height: 30%;}
.homepage_bannerbox .banner-item .banner_left h2{text-align: left;}
.homepage_bannerbox .banner-item .banner_left p{text-align: left;}
.homepage_bannerbox .banner_right .banner-bg-content{align-items: start;width: 42%;right: 0%;justify-content: start;}
.homepage_bannerbox .banner-item .banner_right h2{text-align: left;}
.homepage_bannerbox .banner-item .banner_right p{text-align: left;}

.homepage_bannerbox .banner-img-pc{display: block;}
.homepage_bannerbox .banner-img-phone{display: none;}
.homepage_bannerbox .swiper-pagination{bottom: 30px;}
.homepage_bannerbox .swiper-pagination-bullet{width: 20px;height: 12px;border-radius: 50px;background: rgba(234, 85, 4, 0.28);opacity: 1;transition: all .4s linear;}
.homepage_bannerbox .swiper-pagination-bullet-active{background: #EA5504;width: 28px;}

@media (max-width:1440px){
	.homepage_bannerbox .banner_left .banner-bg-content .pc_hbox{height: 26%;}
	.homepage_bannerbox .banner-item h2{font-size: 36px;line-height: 42px;margin-bottom: 16px;}
	.homepage_bannerbox .banner-item p{font-size: 20px;line-height: 26px;}
	.homepage_bannerbox .banner-item .banner-btntop{margin-top: 18px;}
}

@media (max-width:1080px){
	.homepage_bannerbox .banner_left .banner-bg-content .pc_hbox{height: 20%;}
	.homepage_bannerbox .banner-item h2{font-size: 24px;margin-bottom: 12px;line-height: 28px;}
	.homepage_bannerbox .banner-item p{font-size: 16px;}
	.homepage_bannerbox .banner-item .banner-btn{height: 36px;}
	.homepage_bannerbox .banner-item .banner-btn .btntext{padding: 0 22px;line-height: 36px;font-size: 16px;}
	
	.homepage_bannerbox .swiper-pagination{bottom: 16px;}
}

@media (max-width:825px){
	.homepage_bannerbox .banner-item h2{font-size: 20px;margin-bottom: 8px;line-height: 24px;}
	.homepage_bannerbox .banner-item p{font-size: 13px;line-height: 20px;}
	.homepage_bannerbox .banner-item .banner-btn{height: 32px;border-width: 1px;min-width: 120px;}
	.homepage_bannerbox .banner-item .banner-btn .btntext{line-height: 32px;font-size: 12px;padding: 0px 24px;}
	.homepage_bannerbox .banner-item .banner-btntop{margin-top: 12px;}
	
	.homepage_bannerbox .swiper-pagination-bullet{width: 12px;height: 8px;}
	.homepage_bannerbox .swiper-pagination-bullet-active{width: 20px;}
}

@media (max-width:480px){
	.homepage_bannerbox .banner-img-pc{display: none;}
	.homepage_bannerbox .banner-img-phone{display: block;}

	.homepage_bannerbox .banner-bg-content{padding: 0px 16px;}
	.homepage_bannerbox .banner-bg-content .pc_hbox{display: none;}
	.homepage_bannerbox .banner-bg-content .phone_hbox{display: block;height: 12%;width: 100%;}
	.homepage_bannerbox .banner-bg{align-items: center;padding-left: 0px;padding-right: 0px;justify-content: initial;padding-top: 120%;}
	.homepage_bannerbox .banner-bg h2{text-align: center;margin-bottom: 0px;margin: 0 auto;font-weight: 600;}
	.homepage_bannerbox .banner-bg p{max-width: 100%;text-align: center;font-size: 14px;color: #4b4d50;margin-top: 12px;}

	.homepage_bannerbox .banner_left .banner-bg-content{align-items: center;width: 100% !important;left: 0px !important;justify-content: start;}
	.homepage_bannerbox .banner_left .banner-bg-content .phone_hbox{height: 10%;}
	.homepage_bannerbox .banner-item .banner_left h2{text-align: center;}
	.homepage_bannerbox .banner-item .banner_left p{text-align: center;}
	.homepage_bannerbox .banner_right .banner-bg-content{align-items: center;width: 100% !important;right: 0px !important;justify-content: start;}
	.homepage_bannerbox .banner_right .banner-bg-content .phone_hbox{height: 10%;}
	.homepage_bannerbox .banner-item .banner_right h2{text-align: center;}
	.homepage_bannerbox .banner-item .banner_right p{text-align: center;}

	.homepage_bannerbox .banner-item h2{font-size: 24px;line-height: 26px;}
	.homepage_bannerbox .banner-item p{font-size:14px;line-height: 20px;}
	.homepage_bannerbox .banner-item .banner-btn{height: 36px;min-width: 140px;}
	.homepage_bannerbox .banner-item .banner-btn .btntext{font-size: 14px;line-height: 36px;padding: 0 30px;font-family: 'Quicksand-Bold';}
	.homepage_bannerbox .banner-item .banner-btntop{margin-top: 12px;}
	
	.homepage_bannerbox .swiper-pagination{bottom: 12px;}
	.homepage_bannerbox .swiper-pagination-bullet{width: 12px;height: 8px;}
	.homepage_bannerbox .swiper-pagination-bullet-active{width: 20px;}
}

/* 商品集合模块 */
.homepage_collectionbox{width: 100%;padding: 72px 40px 0px;}
.homepage_collectionbox .collection_list{width: 100%;display: flex;flex-direction: row;align-items: center;margin-top: 43px;flex-wrap: wrap;}
.homepage_collectionbox .collection_list .libox{width: calc((100% - 20px) / 2);height: 250px;margin: 0px 20px 20px 0px;position: relative;border-radius: 20px;overflow: hidden;display: flex;flex-direction: row;justify-content: space-between;align-items: center;background: #EEEEEE;}
.homepage_collectionbox .collection_list .libox:nth-child(2n){margin-right: 0px;}
.homepage_collectionbox .collection_list .libox .imgbox{width: 320px;height: 100%;}
.homepage_collectionbox .collection_list .libox .imgbox img{width: 100%;height: 100%;object-fit: cover;transition: all 1.5s ease-in-out;}
.homepage_collectionbox .collection_list .libox .imgbox img:hover{transform: scale(1.15);}
.homepage_collectionbox .collection_list .libox .textbox{margin-left: 55px;display: flex;flex-direction: column;}
.homepage_collectionbox .collection_list .libox .textbox .p1{font-size: 24px;line-height: 24px;color: #fff;font-family: 'Quicksand-Bold';text-transform: uppercase;}
.homepage_collectionbox .collection_list .libox .textbox .p2{font-size: 18px;line-height: 18px;color: #fff;font-family: 'Quicksand-Regular';margin-top: 11px;}
.homepage_collectionbox .collection_list .libox .textbox .btnbox{width: 106px;height: 34px;display: flex;align-items: center;justify-content: center;cursor: pointer;font-size: 14px;line-height: 34px;font-family: 'Quicksand-SemiBold';color: #fff;margin-top: 19px;border-radius: 50px;transition: all 0.25s ease-in-out;background: #335C80;}
.homepage_collectionbox .collection_list .libox:nth-child(1){background: #EA5504;}
.homepage_collectionbox .collection_list .libox:nth-child(2){background: #335C80;}
.homepage_collectionbox .collection_list .libox:nth-child(2) .textbox .btnbox{background: #EA5504;}
.homepage_collectionbox .collection_list .libox:nth-child(3) .textbox .p1{color: #313131;}
.homepage_collectionbox .collection_list .libox:nth-child(3) .textbox .p2{color: #626262;}
.homepage_collectionbox .collection_list .libox:nth-child(3) .textbox .btnbox{background: #EA5504;}
.homepage_collectionbox .collection_list .libox:nth-child(4) .textbox .p1{color: #313131;}
.homepage_collectionbox .collection_list .libox:nth-child(4) .textbox .p2{color: #626262;}
.homepage_collectionbox .collection_list .libox .textbox .btnbox:hover{background: #fff;color: #335C80;border: 1px solid #335C80;}
.homepage_collectionbox .collection_list .libox:nth-child(2) .textbox .btnbox:hover{background: #fff;color: #EA5504;border: 1px solid #EA5504;}
.homepage_collectionbox .collection_list .libox:nth-child(3) .textbox .btnbox:hover{background: #fff;color: #EA5504;border: 1px solid #EA5504;}

@media (max-width:1440px){
	.homepage_collectionbox .collection_list{margin-top: 40px;}
	.homepage_collectionbox .collection_list .libox{height: 240px;}
	.homepage_collectionbox .collection_list .libox .imgbox{width: 300px;}
	.homepage_collectionbox .collection_list .libox .textbox{margin-left: 40px;}
}

@media (max-width:1080px){
	.homepage_collectionbox{width: 100%;padding: 60px 0px 0px;}
	.homepage_collectionbox .collection_list .libox{height: 200px;}
	.homepage_collectionbox .collection_list .libox .imgbox{width: 250px;}
	.homepage_collectionbox .collection_list .libox .textbox{margin-left: 30px;}
	.homepage_collectionbox .collection_list .libox .textbox .p1{font-size: 18px;line-height: 18px;}
	.homepage_collectionbox .collection_list .libox .textbox .p2{font-size: 14px;line-height: 14px;margin-top: 8px;}
	.homepage_collectionbox .collection_list .libox .textbox .btnbox{width: 100px;height: 32px;font-size: 12px;line-height: 12px;margin-top: 12px;}
}

@media (max-width:825px){
	.homepage_collectionbox{padding: 50px 0px 0px;}
	.homepage_collectionbox .collection_list{margin-top: 36px;}
	.homepage_collectionbox .collection_list .libox{height: 180px;}
	.homepage_collectionbox .collection_list .libox .imgbox{width: 200px;}
	.homepage_collectionbox .collection_list .libox .textbox{margin-left: 32px;}
	.homepage_collectionbox .collection_list .libox .textbox .p1{font-size: 16px;line-height: 16px;}
	.homepage_collectionbox .collection_list .libox .textbox .p2{font-size: 12px;line-height: 12px;margin-top: 10px;}
	.homepage_collectionbox .collection_list .libox .textbox .btnbox{width: 100px;height: 32px;font-size: 14px;line-height: 32px;margin-top: 14px;}
}

@media (max-width:480px){
	.homepage_collectionbox{padding: 40px 0px 0px;}
	.homepage_collectionbox .collection_list{margin-top: 30px;}
	.homepage_collectionbox .collection_list .libox{width: 100%;height: 120px;margin-right: 0px;margin-bottom: 16px;border-radius: 12px;}
	.homepage_collectionbox .collection_list .libox .imgbox{width: 150px;}
	.homepage_collectionbox .collection_list .libox .textbox{margin-left: 20px;}
	.homepage_collectionbox .collection_list .libox .textbox .p1{font-size: 16px;line-height: 16px;}
	.homepage_collectionbox .collection_list .libox .textbox .p2{font-size: 12px;line-height: 12px;margin-top: 6px;}
	.homepage_collectionbox .collection_list .libox .textbox .btnbox{width: 100px;height: 28px;font-size: 12px;line-height: 12px;margin-top: 10px;}
}

/* Flash Sale模块 */
.homepage_flashsalebox{width: 100%;padding: 52px 40px 0px;}
.homepage_flashsalebox .flashsale_box{width: 100%;display: flex;flex-direction: column;}
.homepage_flashsalebox .flashtitlebox{width: 100%;display: flex;flex-direction: row;align-items: center;justify-content: space-between;background: #EA5504;border-radius: 50px;padding: 9px 40px;}
.homepage_flashsalebox .flashtitlebox .p1{font-size: 30px;line-height: 30px;color: #ffffff;font-family: 'Quicksand-Bold';display: flex;flex-direction: row;align-items: center;}
.homepage_flashsalebox .flashtitlebox .p1 img{margin-left: 11px;width: 46px;height: auto;animation: flashsale_lightning 1.5s infinite linear;}
@keyframes flashsale_lightning {
	0% { transform: scale(0.9); }
	50% { transform: scale(1); }
	100% { transform: scale(0.9); }
}

.homepage_flashsalebox .shop_listbox{width: 100%;display: flex;flex-direction: row;margin-top: 24px;flex-wrap: wrap;}
.homepage_flashsalebox .shop_listbox .wop_public_prolibox{width: calc((100% - 52px) /3);margin-bottom: 0px;margin-right: 26px;}
.homepage_flashsalebox .shop_listbox .wop_public_prolibox:nth-child(3n){margin-right: 0px;}

.homepage_flashsalebox .singleFlash_box{width: 100%;height: 590px;position: relative;border-radius: 20px;overflow: hidden;}
.homepage_flashsalebox .singleFlash_box .img1{width: 100%;height: 100%;object-fit: cover;}
.homepage_flashsalebox .singleFlash_box .pc_img{display: block;}
.homepage_flashsalebox .singleFlash_box .phone_img{display: none;}
.homepage_flashsalebox .singleFlash_box .single_content{position: absolute;left: 0px;top: 0px;width: 35%;height: 100%;border-radius: 20px;display: flex;flex-direction: column;align-items: center;padding: 0px 40px;background: #EA5504;}
.homepage_flashsalebox .singleFlash_box .single_content .title_box{margin-top: 45px;border-radius: 50px;background: #335C80;height: 50px;padding: 0px 40px;display: flex;align-items: center;justify-content: center;font-size: 30px;color: #fff;font-family: 'Quicksand-Bold';}
.homepage_flashsalebox .singleFlash_box .single_content .title_box img{width: 46px;height: auto;margin-left: 11px;}
.homepage_flashsalebox .singleFlash_box .single_content .t1{font-size: 24px;line-height: 28px;color: #fff;font-family: 'Quicksand-Medium';margin-top: 48px;text-align: center;}
.homepage_flashsalebox .singleFlash_box .single_content .t2{font-size: 40px;line-height: 50px;color: #fff;font-family: 'Quicksand-Bold';margin-top: 27px;text-align: center;}
.homepage_flashsalebox .singleFlash_box .single_content .pricebox{display: flex;flex-direction: row;align-items: flex-end;margin-top: 20px;background: #fff;border-radius: 20px;padding: 12px 18px;}
.homepage_flashsalebox .singleFlash_box .single_content .pricebox .price1{font-size: 30px;line-height: 30px;color: #EA5504;font-family: 'MADETommySoft-Bold';}
.homepage_flashsalebox .singleFlash_box .single_content .pricebox .price2{font-size: 18px;line-height: 18px;color: #EA5504;font-family: 'MADETommySoft-Regular';text-decoration: line-through;margin-left: 14px;margin-bottom: 4px;}
.homepage_flashsalebox .singleFlash_box .single_content .pricebox .discount{background: #335C80;border-radius: 50px;padding: 4px 18px;font-size: 18px;color: #ffffff;font-family: 'Quicksand-SemiBold';margin-left: 16px;}
.homepage_flashsalebox .singleFlash_box .sale_downcount_box{margin-top: 50px;}
.homepage_flashsalebox .singleFlash_box .sale_downcount_box .flip{background: #ffffff;}
.homepage_flashsalebox .singleFlash_box .sale_downcount_box .flip .flip-clock{color: #335C80;}
.homepage_flashsalebox .singleFlash_box .sale_downcount_box .flip .unit{color: #335C80;}
.homepage_flashsalebox .singleFlash_box .buy_now{margin-top: 42px;background: #335C80;border: 1px solid #335C80;border-radius: 50px;width: 280px;height: 43px;text-align: center;line-height: 41px;font-size: 21px;color: #ffffff;font-family: 'Quicksand-SemiBold';}
.homepage_flashsalebox .singleFlash_box .buy_now:hover{background: #fff;color: #335C80;}

@media (max-width:1440px){
	.homepage_flashsalebox .flashtitlebox .p1{font-size: 26px;line-height: 26px;}
	.homepage_flashsalebox .flashtitlebox .p1 img{margin-left: 8px;width: 40px;height: auto;}

	.homepage_flashsalebox .singleFlash_box{height: 560px;}
	.homepage_flashsalebox .singleFlash_box .single_content{padding: 0px 36px;width: 38%;}
	.homepage_flashsalebox .singleFlash_box .single_content .title_box{margin-top: 48px;height: 46px;padding: 0px 40px;font-size: 26px;}
	.homepage_flashsalebox .singleFlash_box .single_content .title_box img{width: 40px;height: auto;margin-left: 8px;}
	.homepage_flashsalebox .singleFlash_box .single_content .t1{font-size: 22px;line-height: 24px;margin-top: 46px;}
	.homepage_flashsalebox .singleFlash_box .single_content .t2{font-size: 38px;line-height: 48px;margin-top: 26px;}
	.homepage_flashsalebox .singleFlash_box .sale_downcount_box{margin-top: 46px;}
	.homepage_flashsalebox .singleFlash_box .buy_now{margin-top: 36px;width: 240px;height: 40px;line-height: 38px;font-size: 18px;}
}

@media (max-width:1080px){
	.homepage_flashsalebox{width: 100%;padding: 40px 0px 0px;}
	.homepage_flashsalebox .flashtitlebox{padding: 6px 30px;}
	.homepage_flashsalebox .flashtitlebox .p1{font-size: 22px;line-height: 22px;}
	.homepage_flashsalebox .flashtitlebox .p1 img{margin-left: 6px;width: 32px;height: auto;}

	.homepage_flashsalebox .singleFlash_box .single_content{padding: 0px 20px;width: 38%;}
	.homepage_flashsalebox .singleFlash_box .single_content .title_box{margin-top: 48px;height: 42px;padding: 0px 32px;font-size: 22px;}
	.homepage_flashsalebox .singleFlash_box .single_content .title_box img{width: 32px;height: auto;margin-left: 8px;}
	.homepage_flashsalebox .singleFlash_box .single_content .t1{font-size: 20px;line-height: 22px;margin-top: 42px;}
	.homepage_flashsalebox .singleFlash_box .single_content .t2{font-size: 34px;line-height: 42px;margin-top: 22px;}
	.homepage_flashsalebox .singleFlash_box .sale_downcount_box{margin-top: 46px;}
	.homepage_flashsalebox .singleFlash_box .buy_now{margin-top: 48px;width: 220px;height: 40px;line-height: 38px;font-size: 18px;}
}

@media (max-width:825px){
	.homepage_flashsalebox{padding: 30px 0px 0px;}
	.homepage_flashsalebox .flashtitlebox .p1{font-size: 18px;line-height: 18px;}
	.homepage_flashsalebox .shop_listbox{width: 100%;overflow-x: scroll;display: flex;white-space: nowrap;font-size: 0;flex-wrap: nowrap;}
	.homepage_flashsalebox .shop_listbox .wop_public_prolibox{display: inline-block;width: 42%;flex-shrink: 0;white-space: normal;}
	.homepage_flashsalebox .shop_listbox::-webkit-scrollbar {display: none;}

	.homepage_flashsalebox .singleFlash_box{height: 420px;}
	.homepage_flashsalebox .singleFlash_box .single_content{padding: 0px 16px;width: 44%;}
	.homepage_flashsalebox .singleFlash_box .single_content .title_box{margin-top: 30px;height: 36px;padding: 0px 28px;font-size: 20px;}
	.homepage_flashsalebox .singleFlash_box .single_content .title_box img{width: 28px;height: auto;margin-left: 6px;}
	.homepage_flashsalebox .singleFlash_box .single_content .t1{font-size: 18px;line-height: 20px;margin-top: 32px;}
	.homepage_flashsalebox .singleFlash_box .single_content .t2{font-size: 26px;line-height: 34px;margin-top: 18px;}
	.homepage_flashsalebox .singleFlash_box .single_content .pricebox{margin-top: 16px;padding: 8px 12px;}
	.homepage_flashsalebox .singleFlash_box .single_content .pricebox .price1{font-size: 24px;line-height: 24px;}
	.homepage_flashsalebox .singleFlash_box .single_content .pricebox .price2{font-size: 16px;line-height: 16px;margin-left: 10px;margin-bottom: 2px;}
	.homepage_flashsalebox .singleFlash_box .single_content .pricebox .discount{padding: 4px 14px;font-size: 16px;margin-left: 12px;}
	.homepage_flashsalebox .singleFlash_box .sale_downcount_box{margin-top: 40px;}
	.homepage_flashsalebox .singleFlash_box .buy_now{margin-top: 30px;width: 200px;height: 38px;line-height: 36px;font-size: 16px;}
}

@media (max-width:480px){
	.homepage_flashsalebox{padding: 24px 0px 0px;}
	.homepage_flashsalebox .flashtitlebox{padding: 6px 12px;}
	.homepage_flashsalebox .flashtitlebox .p1{font-size: 14px;line-height: 14px;}
	.homepage_flashsalebox .flashtitlebox .p1 img{margin-left: 4px;width: 22px;height: auto;}

	.homepage_flashsalebox .shop_listbox{margin-top: 24px;}
	.homepage_flashsalebox .shop_listbox .wop_public_prolibox{width: 70%;margin-right: 16px;}
	.homepage_flashsalebox .shop_listbox .wop_public_prolibox .pro-imgbox{padding-bottom: 100%;}

	.homepage_flashsalebox .singleFlash_box{height: auto;border-radius: 12px;display: flex;flex-direction: column;}
	.homepage_flashsalebox .singleFlash_box .pc_img{display: none;}
	.homepage_flashsalebox .singleFlash_box .phone_img{display: block;margin-top: 16px;width: 100%;border-radius: 12px;position: relative;padding-top: 116%;overflow: hidden;}
	.homepage_flashsalebox .singleFlash_box .phone_img .img1{width: 100%;height: 100%;object-fit: cover;position: absolute;left: 0px;top: 0px;}
	.homepage_flashsalebox .singleFlash_box .single_content{padding: 20px 16px;width: 100%;position: static;border-radius: 12px;z-index: 10;}
	.homepage_flashsalebox .singleFlash_box .single_content .title_box{margin-top: 0px;height: 38px;padding: 0px 30px;font-size: 18px;}
	.homepage_flashsalebox .singleFlash_box .single_content .title_box img{width: 30px;height: auto;margin-left: 6px;}
	.homepage_flashsalebox .singleFlash_box .single_content .t1{font-size: 14px;line-height: 18px;margin-top: 20px;}
	.homepage_flashsalebox .singleFlash_box .single_content .t2{font-size: 22px;line-height: 24px;margin-top: 12px;}
	.homepage_flashsalebox .singleFlash_box .single_content .pricebox .price1{font-size: 22px;line-height: 22px;}
	.homepage_flashsalebox .singleFlash_box .single_content .pricebox .price2{font-size: 16px;line-height: 16px;margin-left: 8px;margin-bottom: 2px;}
	.homepage_flashsalebox .singleFlash_box .single_content .pricebox .discount{padding: 2px 14px;font-size: 16px;margin-left: 8px;}
	.homepage_flashsalebox .singleFlash_box .sale_downcount_box{margin-top: 24px;}
	.homepage_flashsalebox .singleFlash_box .sale_downcount_box .p2{font-size: 12px;margin-right: 8px;}
	.homepage_flashsalebox .singleFlash_box .sale_downcount_box .flip-dot{padding: 0px 4px;}
	.homepage_flashsalebox .singleFlash_box .sale_downcount_box .flip{width: 34px;height: 28px;}
	.homepage_flashsalebox .singleFlash_box .buy_now{width: 160px;height: 36px;line-height: 34px;font-size: 14px;margin-top: 20px;}
}

/* 推荐商品板块 */
.homepage_bestsellerbox{width: 100%;padding: 72px 40px 0px;}
.homepage_bestsellerbox .bigbox{width: 100%;border-radius: 20px;overflow: hidden;position: relative;padding-top: 590px;}
.homepage_bestsellerbox .bigbox:before{content: '';position: absolute;right: 0;top: 0;width: 40%;height: 100%;background-image: linear-gradient(to left,rgba(255,255,255,0.7) 20%,rgba(255,255,255,0));z-index: 10;}
.homepage_bestsellerbox .bigbox.banner_left:before{right: inherit;left: 0;background-image: linear-gradient(to right,rgba(255,255,255,0.7) 20%,rgba(255,255,255,0));}
.homepage_bestsellerbox .bigbox img{display: block;width: 100%;height: 100%;object-fit: cover;position: absolute;left: 0px;top: 0px;}

.homepage_bestsellerbox .big_text{position: absolute;right: 80px;top: 40%;transform: translateY(-50%);max-width: 560px;display: flex;flex-direction: column;align-items: flex-end;z-index: 20;}
.homepage_bestsellerbox .banner_left .big_text{right: inherit;left: 80px;align-items: flex-start;}
.homepage_bestsellerbox .big_text .p1{font-size: 36px;line-height: 40px;color: #434343;font-family: 'Quicksand-Bold';text-align: right;}
.homepage_bestsellerbox .big_text .p2{font-size: 30px;line-height: 32px;color: #232f3f;font-family: 'Quicksand-Regular';text-align: right;margin-top: 13px;}
.homepage_bestsellerbox .banner_left .big_text p{text-align: left;}
.homepage_bestsellerbox .big_text .btn{min-width: 135px;max-width: max-content;height: 40px;border-radius: 50px;padding:0 30px;margin-top: 30px;transition: all .4s linear;-webkit-transition: all .4s linear;background: #EA5504;}
.homepage_bestsellerbox .big_text .btn a{font-size: 16px;line-height: 40px;color: #ffffff;font-family: 'Quicksand-SemiBold';text-align: center;}
.homepage_bestsellerbox .big_text .btn:hover{border: none;background: #335C80;}
.homepage_bestsellerbox .pcimg{display: block !important;}
.homepage_bestsellerbox .phimg{display: none !important;}

.homepage_bestsellerbox .swiper-container{height: auto;position: relative;}
.homepage_bestsellerbox .swiper-lengthmore{padding-bottom: 80px;}
.homepage_bestsellerbox .swiper-button-prev:after{display: none;}
.homepage_bestsellerbox .swiper-button-next:after{display: none;}
.homepage_bestsellerbox .swiper-btn{display: flex;justify-content: center;width: 120px;position: absolute;bottom: 0px;left: 50%;transform: translateX(-50%);caret-color:rgba(0,0,0,0);z-index: 10;}
.homepage_bestsellerbox .swiper-btn i{font-size: 18px;color: #ea5504;}
.homepage_bestsellerbox .swbtn{width: 48px;height: 48px;border-radius: 50%;top: unset;bottom:0;right: unset;left: unset; -webkit-tap-highlight-color:rgba(0,0,0,0);
display: flex;align-items: center;justify-content: center;border: 1px solid #ea5504;cursor: pointer;}
.homepage_bestsellerbox .swiper-button-prev{left: 0;}
.homepage_bestsellerbox .swiper-button-next{right: 0;}

.homepage_bestsellerbox .swiper-pagination{bottom: 20px;}
.homepage_bestsellerbox .swiper-pagination-bullet{width: 8px;height: 8px;background: rgba(51, 92, 128, 0.28);border-radius: 50px;opacity: 1;}
.homepage_bestsellerbox .swiper-pagination-bullet-active{width: 8px;background: #335C80;}

@media (max-width:1440px){
	.homepage_bestsellerbox .bigbox{padding-top: 560px;}
	.homepage_bestsellerbox .big_text .p1{font-size: 32px;line-height: 34px;}
	.homepage_bestsellerbox .big_text .p2{font-size: 28px;line-height: 30px;}
}

@media (max-width:1080px){
	.homepage_bestsellerbox{padding: 60px 0px 0px;}
	.homepage_bestsellerbox .bigbox{padding-top: 520px;}
	.homepage_bestsellerbox .big_text .p1{font-size: 28px;line-height: 30px;}
	.homepage_bestsellerbox .big_text .p2{font-size: 24px;line-height: 26px;}
	.homepage_bestsellerbox .big_text .btn{margin-top: 20px;min-width: 120px;padding: 0px 26px;}
	
	.homepage_bestsellerbox .big_text{right: 30px;}

	.homepage_bestsellerbox .swiper-lengthmore{padding-bottom: 80px;}
}

@media (max-width:825px){
	.homepage_bestsellerbox{padding: 50px 0px 0px;}
	.homepage_bestsellerbox .bigbox{padding-top: 420px;}
	.homepage_bestsellerbox .big_text .p1{font-size: 26px;line-height: 28px;}
	.homepage_bestsellerbox .big_text .p2{font-size: 22px;line-height: 24px;}
	.homepage_bestsellerbox .big_text .btn{margin-top: 26px;min-width: 120px;padding: 0px 22px;height: 38px;line-height: 38px;}
}

@media (max-width:480px){
	.homepage_bestsellerbox{padding: 40px 0px 0px;}
	.homepage_bestsellerbox .swiper-lengthmore{padding-bottom: 60px;}
	.homepage_bestsellerbox .bigbox{padding-top: 400px;border-radius: 12px;}
	.homepage_bestsellerbox .big_text .p1{font-size: 20px;line-height: 22px;text-align: center !important;}
	.homepage_bestsellerbox .big_text .p2{font-size: 14px;line-height: 16px;margin-top: 10px;text-align: center !important;}
	.homepage_bestsellerbox .big_text{right: 50%;transform: translate(50%,-50%);width: 100%;padding: 60px 16px;height: 100%;display: flex;flex-direction: column;align-items: center !important;}
	.homepage_bestsellerbox .bigbox:before{background-image:unset;width: 100%;z-index: 2;}
	.homepage_bestsellerbox .bigbox.banner_left:before{background-image:unset;width: 100%;z-index: 2;}
	.homepage_bestsellerbox .banner_left .big_text{right: 50%;left: inherit;}
	.homepage_bestsellerbox .big_text .btn{height: 30px;line-height: 30px;padding: 0px 26px;}
	.homepage_bestsellerbox .big_text .btn a{font-size: 14px;line-height: 30px;}
	
	.homepage_bestsellerbox .swiper-btn{width: 100px;}
	.homepage_bestsellerbox .swbtn{width: 36px;height: 36px;}
	.homepage_bestsellerbox .swiper-btn i{font-size: 12px;}
	
	.homepage_bestsellerbox .bigbox img{position: absolute;left: 0;width: 100%;}
	.homepage_bestsellerbox .big_text{z-index: 3;max-width: 100%;}
	.homepage_bestsellerbox .pcimg{display: none !important;}
    .homepage_bestsellerbox .phimg{display: block !important;}
}

/* 加入我们板块 */
.homepage_joinusbox{width: 100%;display: flex;flex-direction: column;overflow: hidden;padding: 72px 0px 0px;}
.homepage_joinusbox .joinusbox_con{width: 100%;display: flex;flex-direction: row;justify-content: space-between;height: 500px;position: relative;}
.homepage_joinusbox .joinusbox_con .conleft{width: 48%;display: flex;flex-direction: column;justify-content: center;padding: 0px 160px;background: #EA5504;border-radius: 0px 500px 500px 0px;z-index: 10;}
.homepage_joinusbox .joinusbox_con .conleft .p1{font-size: 22px;line-height: 24px;color: #fff;font-family: 'Quicksand-Regular';}
.homepage_joinusbox .joinusbox_con .conleft .p2{font-size: 60px;line-height: 60px;color: #fff;font-family: 'Quicksand-Bold';margin-top: 16px;}
.homepage_joinusbox .joinusbox_con .conleft .p3box{font-size: 18px;line-height: 32px;color: #fff;font-family: 'Quicksand-Regular';margin-top: 22px;}
.homepage_joinusbox .joinusbox_con .conleft .p3box .dotbox{display: flex;flex-direction: row;align-items: center;}
.homepage_joinusbox .joinusbox_con .conleft .p3box .dot{width: 8px;height: 8px;background: #FFFFFF;border-radius: 50px;margin-right: 6px;}
.homepage_joinusbox .joinusbox_con .conleft .p3box span{font-size: 14px;color: #E5E5E5;}
.homepage_joinusbox .joinusbox_con .conleft .phone_imglist{display: none;}
.homepage_joinusbox .joinusbox_con .conleft .btnbox{width: max-content;padding: 12px 30px;background: #335C80;border: 1px solid #335C80;font-size: 16px;font-family: 'Quicksand-SemiBold';color: #fff;margin-top: 40px;border-radius: 50px;cursor: pointer;}
.homepage_joinusbox .joinusbox_con .conleft .btnbox:hover{color: #335C80;background: #fff;}
.homepage_joinusbox .joinusbox_con .conright{width: 70%;height: 100%;position: absolute;right: 0px;top: 0px;}
.homepage_joinusbox .joinusbox_con .conright .imgbox{width: 100%;height: 100%;}
.homepage_joinusbox .joinusbox_con .conright .imgbox img{width: 100%;height: 100%;object-fit: cover;}

@media (max-width:1440px){
	.homepage_joinusbox .joinusbox_con .conleft{padding: 0px 80px;}
	.homepage_joinusbox .joinusbox_con .conleft .p1{font-size: 18px;line-height: 20px;}
	.homepage_joinusbox .joinusbox_con .conleft .p2{font-size: 48px;line-height: 52px;margin-top: 14px;}
	.homepage_joinusbox .joinusbox_con .conleft .p3box{font-size: 16px;line-height: 24px;margin-top: 8px;}
	.homepage_joinusbox .joinusbox_con .conleft .btnbox{font-size: 14px;margin-top: 34px;}
}

@media (max-width:1080px){
	.homepage_joinusbox{padding: 60px 0px 0px;}
	.homepage_joinusbox .joinusbox_con{height: 400px;}
	.homepage_joinusbox .joinusbox_con .conleft{padding: 0px 30px;}
	.homepage_joinusbox .joinusbox_con .conleft .p1{font-size: 16px;line-height: 18px;}
	.homepage_joinusbox .joinusbox_con .conleft .p2{font-size: 36px;line-height: 40px;margin-top: 12px;}
	.homepage_joinusbox .joinusbox_con .conleft .p3box{font-size: 14px;line-height: 18px;margin-top: 8px;}
	.homepage_joinusbox .joinusbox_con .conleft .btnbox{font-size: 14px;margin-top: 20px;}
}

@media (max-width:825px){
	.homepage_joinusbox{padding: 50px 0px 0px;}
	.homepage_joinusbox .joinusbox_con .conleft{padding: 40px 30px;width: 60%;}
	.homepage_joinusbox .joinusbox_con .conleft .p1{font-size: 22px;line-height: 30px;}
	.homepage_joinusbox .joinusbox_con .conleft .p2{font-size: 36px;line-height: 40px;margin-top: 12px;}
	.homepage_joinusbox .joinusbox_con .conleft .p3box .dot{width: 6px;height: 6px;}
	.homepage_joinusbox .joinusbox_con .conleft .p3box span{font-size: 12px;}
}

@media (max-width:480px){
	.homepage_joinusbox{padding: 40px 0px 0px;}
	.homepage_joinusbox .joinusbox_con{flex-direction: column;height: auto;}
	.homepage_joinusbox .joinusbox_con .conleft{padding: 30px 16px;align-items: center;width: 100%;border-radius: 12px;}
	.homepage_joinusbox .joinusbox_con .conleft .p1{font-size: 14px;line-height: 16px;text-align: center;}
	.homepage_joinusbox .joinusbox_con .conleft .p2{font-size: 24px;line-height: 26px;margin-top: 8px;text-align: center;}
	.homepage_joinusbox .joinusbox_con .conleft .p3box{display: none;}
	.homepage_joinusbox .joinusbox_con .conright{display: none;}
	.homepage_joinusbox .joinusbox_con .conleft .btnbox{font-size: 12px;padding: 8px 24px;margin-top: 0px;}
	.homepage_joinusbox .joinusbox_con .conleft .phone_imglist{display: flex;flex-direction: row;margin: 30px 0px;width: 70%;overflow: hidden;border-radius: 20px;}
	.homepage_joinusbox .joinusbox_con .conleft .phone_imglist .swiper-slide{margin-right: 30px;}
	.homepage_joinusbox .joinusbox_con .conleft .phone_imglist{margin: 20px 0px;width: 70%;border-radius: 12px;}
}

/* 优势模块 */
.homepage_advantagebox{width: 100%;padding: 72px 40px 0;display: flex;flex-direction: column;}
.homepage_advantagebox .advantage_box{width: 100%;max-height: 400px;display: flex;flex-direction: column;flex-wrap: wrap;}
.homepage_advantagebox .advantage_phonebox{display: none;}
.homepage_advantagebox .advantage_box .boxli{width: calc(25% - 6px);height: 192px;margin-right: 8px;margin-bottom: 8px;background: #F5F5F5;border-radius: 20px;display: flex;flex-direction: column;align-items: center;position: relative;}
.homepage_advantagebox .advantage_box .boxli:nth-child(4n){margin-right: 0px;}
.homepage_advantagebox .advantage_box .boxli:nth-child(1){height: 302px;}
.homepage_advantagebox .advantage_box .boxli:nth-child(2){height: 82px;}
.homepage_advantagebox .advantage_box .boxli:nth-child(3){height: 140px;flex-direction: column-reverse;justify-content: start;}
.homepage_advantagebox .advantage_box .boxli:nth-child(4){height: 242px;}
.homepage_advantagebox .advantage_box .boxli .p1{font-size: 15px;color: #434343;line-height: 17px;font-family: 'Quicksand-Bold';padding: 0px 20px;text-align: center;margin-top: 35px;}
.homepage_advantagebox .advantage_box .boxli:nth-child(1) .imgbox{width: 94%;position: absolute;bottom: 4px;left: -4%;}
.homepage_advantagebox .advantage_box .boxli:nth-child(1) .p1{margin-top: 20px;}
.homepage_advantagebox .advantage_box .boxli:nth-child(2) .imgbox{width: 60%;margin-top: 10px;}
.homepage_advantagebox .advantage_box .boxli:nth-child(2) .p1{margin-top: 20px;}
.homepage_advantagebox .advantage_box .boxli:nth-child(3) .imgbox{width: 75%;margin-left: 20%;}
.homepage_advantagebox .advantage_box .boxli:nth-child(3) .p1{font-size: 14px;margin-top: 20px;}
.homepage_advantagebox .advantage_box .boxli:nth-child(4) .p1{position: absolute;top: 0px;z-index: 10;}
.homepage_advantagebox .advantage_box .boxli:nth-child(4) .imgbox{width: 46%;margin-top: 10px;position: absolute;bottom: 0px;}
.homepage_advantagebox .advantage_box .boxli:nth-child(5) .p1{z-index: 10;}
.homepage_advantagebox .advantage_box .boxli:nth-child(5) .imgbox{width: 71%;position: absolute;top: 30px;}
.homepage_advantagebox .advantage_box .boxli:nth-child(6) .imgbox{width: auto;height: 50px;margin-top: 30px;}
.homepage_advantagebox .advantage_box .boxli:nth-child(7) .imgbox{width: auto;height: 50px;margin-top: 30px;}
.homepage_advantagebox .advantage_box .boxli:nth-child(8) .imgbox{width: auto;height: 50px;margin-top: 30px;}

@media (max-width:1080px){
	.homepage_advantagebox{padding: 60px 0px 0px;}
	.homepage_advantagebox .advantage_box{max-height: 320px;}
	.homepage_advantagebox .advantage_box .boxli{height: 152px;}
	.homepage_advantagebox .advantage_box .boxli:nth-child(1){height: 242px;}
	.homepage_advantagebox .advantage_box .boxli:nth-child(2){height: 62px;}
	.homepage_advantagebox .advantage_box .boxli:nth-child(3){height: 102px;flex-direction: column-reverse;}
	.homepage_advantagebox .advantage_box .boxli:nth-child(4){height: 202px;}
	.homepage_advantagebox .advantage_box .boxli .p1{font-size: 14px;line-height: 16px;padding: 0px 10px;}
	.homepage_advantagebox .advantage_box .boxli:nth-child(6) .imgbox{width: auto;height: 50px;margin-top: 30px;}
	.homepage_advantagebox .advantage_box .boxli:nth-child(7) .imgbox{width: auto;height: 50px;margin-top: 30px;}
	.homepage_advantagebox .advantage_box .boxli:nth-child(8) .imgbox{width: auto;height: 50px;margin-top: 30px;}
}

@media (max-width:825px){
	.homepage_advantagebox{padding: 50px 0px 0px;}
	.homepage_advantagebox .advantage_box{display: none;}
    .homepage_advantagebox .advantage_phonebox{width: 100%;display: flex;flex-direction: row;flex-wrap: wrap;position: relative;}
	.homepage_advantagebox .advantage_phonebox .boxli{width: calc(50% - 4px);height: 120px;margin-right: 8px;margin-bottom: 8px;background: #F5F5F5;border-radius: 12px;display: flex;flex-direction: column;align-items: center;position: relative;}
	.homepage_advantagebox .advantage_phonebox .boxli:nth-child(1){height: 202px;}
	.homepage_advantagebox .advantage_phonebox .boxli:nth-child(2){height: 96px;margin-right: 0px;flex-direction: column-reverse;justify-content: start;}
	.homepage_advantagebox .advantage_phonebox .boxli:nth-child(3){width: calc(50% - 34px);height: 96px;position: absolute;right: 30px;top: 106px;margin-right: 0px;}
	.homepage_advantagebox .advantage_phonebox .boxli:nth-child(5){margin-right: 0px;}
	.homepage_advantagebox .advantage_phonebox .boxli:nth-child(7){margin-right: 0px;}
	.homepage_advantagebox .advantage_phonebox .boxli:nth-child(8){width: 100%;margin-right: 0px;}
	.homepage_advantagebox .advantage_phonebox .boxli .p1{font-size: 14px;line-height: 16px;padding: 0px 12px;font-family: 'Quicksand-Bold';text-align: center;margin-top: 18px;}
	.homepage_advantagebox .advantage_phonebox .boxli:nth-child(1) .imgbox{width: 50%;margin-top: 30px;}
	.homepage_advantagebox .advantage_phonebox .boxli:nth-child(2) .imgbox{width: 50%;margin-left: 14%;position: absolute;top: 0px;}
	.homepage_advantagebox .advantage_phonebox .boxli:nth-child(2) .p1{margin-top: 12px;position: absolute;bottom: 14px;}
	.homepage_advantagebox .advantage_phonebox .boxli:nth-child(3) .p1{position: absolute;top: 18px;z-index: 10;margin-top: 0px;}
	.homepage_advantagebox .advantage_phonebox .boxli:nth-child(3) .imgbox{width: 14%;margin-top: 10px;position: absolute;bottom: 0px;}
	.homepage_advantagebox .advantage_phonebox .boxli:nth-child(4) .p1{z-index: 10;}
	.homepage_advantagebox .advantage_phonebox .boxli:nth-child(4) .imgbox{width: 45%;position: absolute;top: 18px;}
	.homepage_advantagebox .advantage_phonebox .boxli:nth-child(5) .imgbox{width: auto;height: 42px;margin-top: 20px;}
	.homepage_advantagebox .advantage_phonebox .boxli:nth-child(6) .imgbox{width: auto;height: 42px;margin-top: 20px;}
	.homepage_advantagebox .advantage_phonebox .boxli:nth-child(7) .imgbox{width: auto;height: 42px;margin-top: 20px;}
	.homepage_advantagebox .advantage_phonebox .boxli:nth-child(8) .imgbox{width: 35%;margin-top: 30px;}
}

@media (max-width:480px){
	.homepage_advantagebox{padding: 40px 0px 0px;}
	.homepage_advantagebox .advantage_phonebox .boxli{height: 100px;}
	.homepage_advantagebox .advantage_phonebox .boxli:nth-child(1){height: 202px;}
	.homepage_advantagebox .advantage_phonebox .boxli:nth-child(2){height: 96px;margin-right: 0px;}
	.homepage_advantagebox .advantage_phonebox .boxli:nth-child(3){width: calc(50% - 20px);height: 96px;right: 16px;top: 106px;}
	.homepage_advantagebox .advantage_phonebox .boxli .p1{font-size: 12px;line-height: 14px;padding: 0px 6px;margin-top: 18px;}
	.homepage_advantagebox .advantage_phonebox .boxli:nth-child(1) .imgbox{width: 106%;margin-top: 20px;margin-left: -12px;position: absolute;bottom: 4px;}
	.homepage_advantagebox .advantage_phonebox .boxli:nth-child(2) .imgbox{width: 80%;margin-left: 20%;}
	.homepage_advantagebox .advantage_phonebox .boxli:nth-child(2) .p1{font-size: 12px;margin-top: 20px;}
	.homepage_advantagebox .advantage_phonebox .boxli:nth-child(3) .p1{top: 16px;}
	.homepage_advantagebox .advantage_phonebox .boxli:nth-child(3) .imgbox{width: 34%;margin-top: 10px;position: absolute;bottom: 0px;}
	.homepage_advantagebox .advantage_phonebox .boxli:nth-child(4) .imgbox{width: 70%;top: 20px;}
	.homepage_advantagebox .advantage_phonebox .boxli:nth-child(5) .imgbox{width: auto;height: 36px;margin-top:16px;}
	.homepage_advantagebox .advantage_phonebox .boxli:nth-child(6) .imgbox{width: auto;height: 36px;margin-top: 16px;}
	.homepage_advantagebox .advantage_phonebox .boxli:nth-child(7) .imgbox{width: auto;height: 36px;margin-top: 6px;}
	.homepage_advantagebox .advantage_phonebox .boxli:nth-child(8) .imgbox{width: 60%;margin-top: 20px;}
}

/* 用户评论模块 */
.homepage_usercommentbox{width: 100%;padding: 72px 40px 0px;display: flex;flex-direction: column;}
.homepage_usercommentbox .userlist_box{position: relative;margin-top: 30px;padding-bottom: 20px;}
.homepage_usercommentbox .swiper-container{padding-top: 20px;}
.homepage_usercommentbox .swiper-slide{width: calc((100% - 60px) /3);margin-right: 30px;}
.homepage_usercommentbox .li_box{width: 100%;display: flex;flex-direction: column;}
.homepage_usercommentbox .li_box .li_box_top{width: 100%;display: flex;flex-direction: column;background: #EAE8E6;border-radius: 20px;box-shadow: 0px 15px 8px 0px rgba(0,0,0,0.04);padding: 27px 34px;position: relative;transition: transform 0.8s ease-in-out;cursor: pointer;transform: translateY(0px);}
.homepage_usercommentbox .li_box .li_box_top:hover{transform: translateY(-20px);}
.homepage_usercommentbox .li_box .li_box_top .score{display: flex;flex-direction: row;align-items: center;}
.homepage_usercommentbox .li_box .li_box_top .score .iconfont{font-size: 14px;color: #888888;margin-right: 2px;}
.homepage_usercommentbox .li_box .li_box_top .score .cur{color: #FEBD00;}
.homepage_usercommentbox .li_box .li_box_top .text_box{width: 100%;margin-top: 20px;display: flex;flex-direction: column;}
.homepage_usercommentbox .li_box .li_box_top .text_box .p1{font-size: 13px;color: #434343;line-height: 20px;text-align: left;font-family: 'Quicksand-Regular';}
.homepage_usercommentbox .li_box .li_box_top::after {content: "";position: absolute;width: 0;height: 0;bottom: -11px;left: 110px;margin: auto;border-left: 8px solid transparent;border-right: 8px solid transparent;border-top: 12px solid #EAE8E6;z-index: 0;}
.homepage_usercommentbox .li_box .li_box_user{display: flex;flex-direction: row;align-items: center;margin-left: 100px;margin-top: 24px;}
.homepage_usercommentbox .li_box .li_box_user .userimg{width: 40px;height: 40px;border-radius: 50px;}
.homepage_usercommentbox .li_box .li_box_user .userimg img{width: 100%;height: auto;border-radius: 50px;}
.homepage_usercommentbox .li_box .li_box_user .textbox {margin-left: 16px;display: flex;flex-direction: column;align-items: start;}
.homepage_usercommentbox .li_box .li_box_user .textbox .name{font-size: 18px;color: #1B1B1B;font-family: 'Quicksand-Bold';}
.homepage_usercommentbox .li_box .li_box_user .textbox .from{font-size: 13px;color: #626262;font-family: 'Quicksand-Regular';}

.homepage_usercommentbox .swiper-pagination{bottom: 0px;}
.homepage_usercommentbox .swiper-pagination-bullet{width: 8px;height: 8px;background: rgba(51, 92, 128, 0.28);border-radius: 50px;opacity: 1;}
.homepage_usercommentbox .swiper-pagination-bullet-active{width: 8px;background: #335C80;}

@media (max-width:1440px){
	.homepage_usercommentbox .userlist_box{margin-top: 20px;}
	.homepage_usercommentbox .li_box .li_box_top{padding: 24px 28px;}
	.homepage_usercommentbox .li_box .li_box_top .text_box{margin-top: 15px;}
}

@media (max-width:1080px){
	.homepage_usercommentbox{padding: 60px 0px 0px;}
	.homepage_usercommentbox .li_box .li_box_top{padding: 18px 24px;}
	.homepage_usercommentbox .li_box .li_box_top .text_box{margin-top: 14px;}
	.homepage_usercommentbox .li_box .li_box_top::after{left: 80px;}
	.homepage_usercommentbox .li_box .li_box_user{margin-left: 70px;margin-top: 18px;}
	.homepage_usercommentbox .li_box .li_box_user .textbox{margin-left: 12px;}
	.homepage_usercommentbox .li_box .li_box_user .textbox .name{font-size: 16px;}
    .homepage_usercommentbox .li_box .li_box_user .textbox .from{font-size: 12px;}
}

@media (max-width:825px){
	.homepage_usercommentbox{padding: 50px 0px 0px;}
	.homepage_usercommentbox .userlist_box{margin-top: 16px;}
	.homepage_usercommentbox .li_box .li_box_top{padding: 16px 20px;}
	.homepage_usercommentbox .li_box .li_box_top .text_box{margin-top: 12px;}
	.homepage_usercommentbox .li_box .li_box_top::after{left: 60px;}
	.homepage_usercommentbox .li_box .li_box_user{margin-left: 50px;margin-top: 18px;}
	.homepage_usercommentbox .li_box .li_box_user .textbox{margin-left: 10px;}
	.homepage_usercommentbox .li_box .li_box_user .textbox .name{font-size: 15px;}
    .homepage_usercommentbox .li_box .li_box_user .textbox .from{font-size: 12px;}
}

@media (max-width:480px){
	.homepage_usercommentbox{padding: 40px 0px 0px;}
	.homepage_usercommentbox .swiper-slide{width: 100%;margin-right: 16px;}
	.homepage_usercommentbox .swiper-container{padding-top: 0px;}
	.homepage_usercommentbox .userlist_box{margin-top: 30px;background: #F5F5F5;border-radius: 12px;padding-bottom: 30px;}
	.homepage_usercommentbox .swiper-pagination{bottom: 10px;}
	.homepage_usercommentbox .li_box .li_box_top{padding: 12px 16px;border-radius: 12px;box-shadow: none;}
	.homepage_usercommentbox .li_box .li_box_top:hover{transform: translateY(0px);}
	.homepage_usercommentbox .li_box .li_box_top .text_box{margin-top: 10px;}
	.homepage_usercommentbox .li_box .li_box_top .text_box .p1{font-size: 12px;line-height: 16px;}
	.homepage_usercommentbox .li_box .li_box_top::after{left: calc(50% - 8px);}
	.homepage_usercommentbox .li_box .li_box_user{margin-left: 50%;margin-top: 18px;transform: translateX(-50%);justify-content: center;}
	.homepage_usercommentbox .li_box .li_box_user .textbox{margin-left: 8px;}
	.homepage_usercommentbox .li_box .li_box_user .textbox .name{font-size: 14px;}
    .homepage_usercommentbox .li_box .li_box_user .textbox .from{font-size: 12px;}
}

/* 网红评论模块 */
.homepage_kolcommentbox{width: 100%;padding: 72px 40px 0px;display: flex;flex-direction: column;}
.homepage_kolcommentbox .kollist_box{position: relative;margin-top: 50px;background: #F5F5F5;padding: 15px 15px;border-radius: 20px;}
/* .homepage_kolcommentbox .swiper-slide{width: calc((100% - 36px) /4);margin-right: 12px;} */
.homepage_kolcommentbox .swiper-slide{width: calc(19% - 9px) !important;margin-right: 12px;}
.homepage_kolcommentbox .swiper-slide.active{width: calc(43% - 9px) !important;margin-right: 12px;}
.homepage_kolcommentbox .li_box{width: 100%;height: 320px;display: flex;flex-direction: row;background: #FFFFFF;border-radius: 20px;}
.homepage_kolcommentbox .swiper-slide.active .li_box .bigimgbox{width: 41%;}
.homepage_kolcommentbox .swiper-slide.active .li_box .userbox{width: 59%;}
.homepage_kolcommentbox .li_box .bigimgbox{display: block;width: 100%;height: 100%;cursor: pointer;}
.homepage_kolcommentbox .li_box .bigimgbox img{width: 100%;height: 100%;border-radius: 20px;object-fit: cover;}
.homepage_kolcommentbox .li_box .userbox{width: 0px;height: 100%;display: flex;flex-direction: column;justify-content: center;overflow: hidden;transition: width 0.5s ease;}
.homepage_kolcommentbox .li_box .userbox .topbox{display: flex;flex-direction: row;align-items: center;margin-bottom: 25px;padding: 0px 25px;}
.homepage_kolcommentbox .li_box .userbox .topbox .score{display: flex;flex-direction: row;align-items: center;}
.homepage_kolcommentbox .li_box .userbox .topbox .score .iconfont{font-size: 14px;color: #FEBD00;margin-right: 4px;}
.homepage_kolcommentbox .li_box .userbox .topbox .score .cur{color: #FEBD00;}
.homepage_kolcommentbox .li_box .userbox .topbox .time{font-size: 12px;color: #434343;margin-left: 8px;font-family: 'font-family: 'Quicksand-Regular';';}
.homepage_kolcommentbox .li_box .userbox .userimg{display: flex;flex-direction: row;align-items: center;padding: 0px 25px;}
.homepage_kolcommentbox .li_box .userbox .userimg img{width: 58px;height: 58px;border-radius: 50px;margin-right: 11px;}
.homepage_kolcommentbox .li_box .userbox .userimg .textbox{display: flex;flex-direction: column;align-items: flex-start;}
.homepage_kolcommentbox .li_box .userbox .userimg .textbox .name{font-size: 18px;line-height: 18px;color: #434343;font-family: 'Quicksand-Regular';margin-bottom: 10px;text-align: left;}
.homepage_kolcommentbox .li_box .userbox .userimg .textbox .label{font-size: 12px;line-height: 12px;color: #898989;font-family: 'Quicksand-Regular';text-align: left;}
.homepage_kolcommentbox .li_box .contentbox{width: 100%;margin-top: 18px;display: flex;flex-direction: column;padding: 0px 25px;}
.homepage_kolcommentbox .li_box .contentbox .p1{min-width: 300px;font-size: 14px;color: #434343;line-height: 16px;text-align: left;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;font-family: 'Quicksand-Medium';}
.homepage_kolcommentbox .li_box .contentbox .readmore{width: 106px;height: 34px;display: flex;align-items: center;justify-content: center;cursor: pointer;font-size: 14px;line-height: 34px;font-family: 'Quicksand-SemiBold';color: #fff;margin-top: 19px;border-radius: 50px;transition: all 0.25s ease-in-out;background: #EA5504;}
.homepage_kolcommentbox .li_box .contentbox .readmore:hover{background: #335C80;}

.homepage_kolcommentbox .swiper-pagination-bullet{width: 8px;height: 8px;background: rgba(51, 92, 128, 0.28);border-radius: 50px;opacity: 1;}
.homepage_kolcommentbox .swiper-pagination-bullet-active{width: 8px;background: #335C80;}

@media (max-width:1440px){
	.homepage_kolcommentbox .kollist_box{margin-top: 40px;}
	.homepage_kolcommentbox .li_box .contentbox .p1{min-width: 200px;}
}

@media (max-width:1080px){
	.homepage_kolcommentbox{padding: 60px 0px 0px;}
	.homepage_kolcommentbox .li_box{height: 280px;}
	.homepage_kolcommentbox .li_box .userbox .topbox{padding: 0px 16px;margin-bottom: 20px;}
	.homepage_kolcommentbox .li_box .userbox .userimg{padding: 0px 16px;}
	.homepage_kolcommentbox .li_box .contentbox{padding: 0px 16px;margin-top: 12px;}
	.homepage_kolcommentbox .li_box .contentbox .p1{min-width: 180px;}
	.homepage_kolcommentbox .li_box .contentbox .readmore{margin-top: 16px;}
}

@media (max-width:825px){
	.homepage_kolcommentbox{padding: 50px 0px 0px;}
	.homepage_kolcommentbox .li_box{height: 260px;}
	.homepage_kolcommentbox .kollist_box{margin-top: 36px;padding: 15px 15px 35px;}
	.homepage_kolcommentbox .swiper-slide{width: calc(50% - 6px) !important;margin-right: 12px;}
    .homepage_kolcommentbox .swiper-slide.active{width: calc(50% - 6px) !important;margin-right: 12px;}
	.homepage_kolcommentbox .swiper-slide .li_box .bigimgbox{width: 50%;}
    .homepage_kolcommentbox .swiper-slide .li_box .userbox{width: 50%;}
	.homepage_kolcommentbox .swiper-slide.active .li_box .bigimgbox{width: 50%;}
    .homepage_kolcommentbox .swiper-slide.active .li_box .userbox{width: 50%;}
	.homepage_kolcommentbox .li_box .userbox .topbox .score .iconfont{font-size: 12px;margin-right: 2px;}
	.homepage_kolcommentbox .li_box .userbox .topbox .time{margin-left: 4px;}
	.homepage_kolcommentbox .li_box .userbox .topbox{padding: 0px 14px;margin-bottom: 16px;}
	.homepage_kolcommentbox .li_box .userbox .userimg{padding: 0px 14px;}
	.homepage_kolcommentbox .li_box .userbox .userimg img{width: 48px;height: 48px;}
	.homepage_kolcommentbox .li_box .contentbox{padding: 0px 14px;margin-top: 12px;}
	.homepage_kolcommentbox .li_box .contentbox .p1{min-width: 100%;}
	.homepage_kolcommentbox .li_box .contentbox .readmore{margin-top: 14px;}
}

@media (max-width:480px){
	.homepage_kolcommentbox{padding: 40px 0px 0px;}
	.homepage_kolcommentbox .li_box{height: auto;}
	.homepage_kolcommentbox .kollist_box{margin-top: 30px;border-radius: 12px;}
	.homepage_kolcommentbox .swiper-slide{width: 100% !important;margin-right: 12px;}
    .homepage_kolcommentbox .swiper-slide.active{width: 100% !important;margin-right: 12px;}
	.homepage_kolcommentbox .swiper-slide .li_box .bigimgbox{width: 100%;}
    .homepage_kolcommentbox .swiper-slide .li_box .userbox{width: 100%;padding: 20px 0px;}
	.homepage_kolcommentbox .swiper-slide.active .li_box .bigimgbox{width: 100%;}
    .homepage_kolcommentbox .swiper-slide.active .li_box .userbox{width: 100%;}
	.homepage_kolcommentbox .li_box{flex-direction: column;border-radius: 12px;}
	.homepage_kolcommentbox .li_box .userbox .topbox{margin-bottom: 12px;}
	.homepage_kolcommentbox .li_box .bigimgbox img{border-radius: 12px;}
	.homepage_kolcommentbox .li_box .userbox .userimg .textbox .name{font-size: 14px;line-height: 14px;margin-bottom: 6px;}
	.homepage_kolcommentbox .li_box .contentbox{margin-top: 8px;}
	.homepage_kolcommentbox .li_box .contentbox .p1{font-size: 12px;line-height: 14px;}
	.homepage_kolcommentbox .li_box .contentbox .readmore{font-size: 12px;height: 28px;width: 80px;margin-top: 12px;}
}

/* 博客模块 */
.homepage_blogbox{width: 100%;padding: 72px 40px 0px;display: flex;flex-direction: column;}
.homepage_blogbox .titlebox{width: 100%;display: flex;flex-direction: row;align-items: center;justify-content: space-between;margin-bottom: 70px;}
.homepage_blogbox .titlebox .t1{font-size: 40px;line-height: 40px;color: #434343;font-family: 'Quicksand-Bold';}
.homepage_blogbox .titlebox a{font-size: 18px;line-height: 20px;font-family: 'Quicksand-Medium';color: #ffffff;cursor: pointer;background: #EA5504;border-radius: 50px;width: 120px;height: 37px;display: flex;align-items: center;justify-content: center;}
.homepage_blogbox .titlebox a:hover{background: #335C80;}
.homepage_blogbox .blogbox_con{width: 100%;display: flex;flex-direction: row;justify-content: space-between;}
.homepage_blogbox .blogbox_con .conleft{width: 54%;display: none;flex-direction: column;align-items: center;margin-right: 40px;cursor: pointer;}
.homepage_blogbox .blogbox_con .conleft.active{display: flex;}
.homepage_blogbox .blogbox_con .conleft .img{width: 100%;height: auto;margin-bottom: 16px;border-radius: 20px;}
.homepage_blogbox .blogbox_con .conleft .p1{font-size: 21px;color: #434343;margin-bottom: 8px;font-family: 'Quicksand-Bold';text-align: center;}
.homepage_blogbox .blogbox_con .conleft .time{font-size: 16px;color: #434343;font-family: 'Quicksand-Regular';}
.homepage_blogbox .blogbox_con .conright{flex: 1;display: flex;flex-direction: column;position: relative;margin-top: -37px;}
.homepage_blogbox .blogbox_con .conright:before{content: '';position: absolute;right: 0;bottom: 0;width: 100%;height: 80px;background-image: linear-gradient(to top,rgba(255,255,255,0.8) 20%,rgba(255,255,255,0));}
.homepage_blogbox .blogbox_con .conright .right_blogtab{display: flex;flex-direction: row;align-items: center;margin-bottom: 26px;}
.homepage_blogbox .blogbox_con .right_blogtab .tab{font-size: 18px;line-height: 20px;color: #fff;margin-right: 13px;cursor: pointer;font-family: 'Quicksand-Medium';background: #335C80;border-radius: 50px;width: 160px;height: 37px;display: flex;align-items: center;justify-content: center;position: relative;}
.homepage_blogbox .blogbox_con .right_blogtab .tab::after{content: '';position: absolute;display: block;width: 70%;height: 1px;background: #fff;left: 15%;bottom: 4px;transition: transform .3s;-webkit-transition: transform .3s;transform: scaleX(0);will-change: transform;border-radius: 50px;}
.homepage_blogbox .blogbox_con .right_blogtab .active{background: #EA5504;}
.homepage_blogbox .blogbox_con .right_blogtab .active::after{transform: scaleX(1);}
.homepage_blogbox .blogbox_con .right_blogtab .tab:hover{background: #EA5504;}
.homepage_blogbox .blogbox_con .right_blogtab .tab:hover::after{transform: scaleX(1);}
.homepage_blogbox .blogbox_con .right_blogcon{display: none;flex-direction: column;width: 100%;height: 545px;overflow-y: scroll;overflow-x: hidden;}
.homepage_blogbox .blogbox_con .right_blogcon.active{display: flex;}
.homepage_blogbox .blogbox_con .right_blogcon::-webkit-scrollbar {display: none;}
.homepage_blogbox .blogbox_con .right_blogcon .blogcon_li{width: 100%;display: flex;flex-direction: row;margin-bottom: 20px;cursor: pointer;align-items: center;padding: 4px 2px;border-radius: 20px;}
.homepage_blogbox .blogbox_con .right_blogcon .blogcon_li:hover{background: #f8f8f8;}
.homepage_blogbox .blogbox_con .right_blogcon .blogcon_li img{width: 190px;height: 100px;object-fit: cover;border-radius: 20px;}
.homepage_blogbox .blogbox_con .right_blogcon .blogcon_li .textbox{margin-left: 27px;flex: 1;display: flex;flex-direction: column;}
.homepage_blogbox .blogbox_con .right_blogcon .blogcon_li .textbox .p1{font-size: 16px;line-height: 18px;color: #434343;margin-bottom: 10px;font-family: 'Quicksand-SemiBold';}
.homepage_blogbox .blogbox_con .right_blogcon .blogcon_li .textbox .p2{font-size: 16px;line-height: 16px;color: #434343;font-family: 'Quicksand-Regular';}

@media (max-width:1440px){
	.homepage_blogbox .titlebox{margin-bottom: 60px;}
	.homepage_blogbox .titlebox .t1{font-size: 36px;line-height: 36px;}
	.homepage_blogbox .titlebox a{font-size: 16px;line-height: 18px;}
	.homepage_blogbox .blogbox_con .conleft{margin-right: 32px;}
	.homepage_blogbox .blogbox_con .conleft .img{margin-bottom: 12px;}
	.homepage_blogbox .blogbox_con .conleft .p1{font-size: 18px;margin-bottom: 6px;}
	.homepage_blogbox .blogbox_con .conleft .time{font-size: 14px;}
	.homepage_blogbox .blogbox_con .conright:before{height: 70px;}
	.homepage_blogbox .blogbox_con .conright .right_blogtab{margin-bottom: 22px;}
	.homepage_blogbox .blogbox_con .right_blogtab .tab{font-size: 16px;line-height: 18px;margin-right: 12px;}
	.homepage_blogbox .blogbox_con .right_blogcon{height: 457px;}
	.homepage_blogbox .blogbox_con .right_blogcon .blogcon_li{margin-bottom: 18px;}
	.homepage_blogbox .blogbox_con .right_blogcon .blogcon_li img{width: 170px;height: 90px;}
	.homepage_blogbox .blogbox_con .right_blogcon .blogcon_li .textbox .p2{font-size: 14px;line-height: 14px;}
}

@media (max-width:1080px){
	.homepage_blogbox{padding: 60px 0px 0px;}
	.homepage_blogbox .titlebox .t1{font-size: 32px;line-height: 32px;}
	.homepage_blogbox .titlebox a{font-size: 14px;line-height: 18px;width: 110px;height: 32px;}
	.homepage_blogbox .blogbox_con .conleft{margin-right: 28px;width: 48%;}
	.homepage_blogbox .blogbox_con .conleft .img{margin-bottom: 12px;}
	.homepage_blogbox .blogbox_con .conleft .p1{font-size: 16px;margin-bottom: 8px;}
	.homepage_blogbox .blogbox_con .conleft .time{font-size: 14px;}
	.homepage_blogbox .blogbox_con .conright:before{height: 60px;}
	.homepage_blogbox .blogbox_con .conright .right_blogtab{margin-bottom: 24px;}
	.homepage_blogbox .blogbox_con .right_blogtab .tab{font-size: 14px;line-height: 18px;margin-right: 12px;width: 130px;height: 32px;}
	.homepage_blogbox .blogbox_con .right_blogcon{height: 337px;}
	.homepage_blogbox .blogbox_con .right_blogcon .blogcon_li{margin-bottom: 22px;}
	.homepage_blogbox .blogbox_con .right_blogcon .blogcon_li img{width: 140px;height: 70px;border-radius: 12px;}
	.homepage_blogbox .blogbox_con .right_blogcon .blogcon_li .textbox .p1{font-size: 14px;line-height: 16px;}
	.homepage_blogbox .blogbox_con .right_blogcon .blogcon_li .textbox .p2{font-size: 12px;line-height: 12px;}
}

@media (max-width:825px){
	.homepage_blogbox{padding: 50px 0px 0px;}
	.homepage_blogbox .titlebox{margin-bottom: 56px;}
	.homepage_blogbox .titlebox .t1{font-size: 26px;line-height: 26px;}
	.homepage_blogbox .titlebox a{font-size: 14px;line-height: 18px;width: 100px;height: 32px;}
	.homepage_blogbox .blogbox_con .conleft{margin-right: 24px;width: 52%;}
	.homepage_blogbox .blogbox_con .conright:before{height: 50px;}
	.homepage_blogbox .blogbox_con .conright .right_blogtab{margin-bottom: 22px;}
	.homepage_blogbox .blogbox_con .right_blogcon{height: 310px;}
	.homepage_blogbox .blogbox_con .right_blogcon .blogcon_li .textbox{margin-left: 20px;}
	.homepage_blogbox .blogbox_con .right_blogcon .blogcon_li{margin-bottom: 14px;}
}

@media (max-width:480px){
	.homepage_blogbox{padding: 40px 0px 0px;}
	.homepage_blogbox .titlebox{margin-bottom: 24px;}
	.homepage_blogbox .titlebox .t1{font-size: 22px;line-height: 22px;}
	.homepage_blogbox .titlebox a{font-size: 12px;line-height: 16px;width: 90px;height: 28px;}
	.homepage_blogbox .blogbox_con{flex-direction: column;}
	.homepage_blogbox .blogbox_con .conleft{margin-right: 0px;width: 100%;}
	.homepage_blogbox .blogbox_con .conleft .img{margin-bottom: 10px;border-radius: 12px;}
	.homepage_blogbox .blogbox_con .conleft .p1{font-size: 14px;margin-bottom: 6px;line-height: 16px;}
	.homepage_blogbox .blogbox_con .conleft .time{font-size: 12px;}
	.homepage_blogbox .blogbox_con .conright{margin-top: 20px;}
	.homepage_blogbox .blogbox_con .conright:before{height: 40px;display: none;}
	.homepage_blogbox .blogbox_con .conright .right_blogtab{margin-bottom: 20px;justify-content: center;}
	.homepage_blogbox .blogbox_con .right_blogtab .tab{font-size: 12px;line-height: 16px;margin-right: 12px;width: 120px;height: 28px;}
	.homepage_blogbox .blogbox_con .right_blogtab .tab::after{height: 1px;width: 64%;left: 18%;}
	.homepage_blogbox .blogbox_con .right_blogcon{height: auto;}
	.homepage_blogbox .blogbox_con .right_blogcon .blogcon_li{margin-bottom: 16px;border-radius: 12px;}
	.homepage_blogbox .blogbox_con .right_blogcon .blogcon_li img{width: 120px;height: 70px;border-radius: 12px;}
	.homepage_blogbox .blogbox_con .right_blogcon .blogcon_li .textbox{margin-left: 16px;}
	.homepage_blogbox .blogbox_con .right_blogcon .blogcon_li .textbox .p1{font-size: 12px;line-height: 14px;margin-bottom: 6px;}
	.homepage_blogbox .blogbox_con .right_blogcon .blogcon_li .textbox .p2{font-size: 12px;line-height: 12px;}
	
}

/* 支持中心模块 */
.homepage_helpcenterbox{width: 100%;height: 290px;background: #F5F5F5;position: relative;margin-top: 72px;}
.homepage_helpcenterbox .bgimg{width: 100%;height: 100%;object-fit: cover;}
.homepage_helpcenterbox .textbox{position: absolute;left: 0px;top: 0px;width: 100%;height: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;    background: rgba(0, 0, 0, 0.2);}
.homepage_helpcenterbox .textbox .p1{font-size: 40px;line-height: 40px;color: #ffffff;text-align: center;font-family: 'Quicksand-Bold';}
.homepage_helpcenterbox .textbox img{width: 43px;height: auto;margin-top: 20px;}
.homepage_helpcenterbox .textbox .btn{font-size: 16px;line-height: 46px;color: #fff;text-align: center;padding: 0px 27px;border-radius: 50px;transition: all 0.5s ease;margin-top: 20px;background: #335C80;transform: scale(1.0);}
.homepage_helpcenterbox .textbox .btn:hover{transform: scale(1.02);background: #EA5504;}

@media (max-width:1440px){
	.homepage_helpcenterbox{height: 280px;}
	.homepage_helpcenterbox .textbox .p1{font-size: 36px;line-height: 36px;}
	.homepage_helpcenterbox .textbox img{width: 37px;}
	.homepage_helpcenterbox .textbox .btn{padding: 0px 24px;}
}

@media (max-width:1080px){
	.homepage_helpcenterbox{height: 260px;margin-top: 60px;}
	.homepage_helpcenterbox .textbox .p1{font-size: 32px;line-height: 32px;}
	.homepage_helpcenterbox .textbox img{width: 37px;}
	.homepage_helpcenterbox .textbox .btn{padding: 0px 20px;font-size: 14px;line-height: 42px;}
}

@media (max-width:825px){
	.homepage_helpcenterbox{height: 180px;margin-top: 50px;}
	.homepage_helpcenterbox .textbox .p1{font-size: 28px;line-height: 32px;}
	.homepage_helpcenterbox .textbox img{width: 37px;margin-top: 10px;}
	.homepage_helpcenterbox .textbox .btn{padding: 0px 20px;font-size: 14px;line-height: 42px;}
}

@media (max-width:480px){
	.homepage_helpcenterbox{height: 120px;margin-top: 40px;}
	.homepage_helpcenterbox .textbox .p1{font-size: 22px;line-height: 26px;}
	.homepage_helpcenterbox .textbox img{width: 28px;margin-top: 6px;}
	.homepage_helpcenterbox .textbox .btn{padding: 0px 20px;font-size: 12px;line-height: 30px;margin-top: 8px;}
}

/* icon板块 */
.homepage_iconbox{width: 100%;padding: 50px 40px;}
.homepage_iconbox .iconbox{width: 100%;display: flex;flex-direction: row;align-items: center;justify-content: center;}
.homepage_iconbox .iconbox a{width: 160px;display: flex;flex-direction: column;align-items: center;margin-right: 80px;cursor: pointer;}
.homepage_iconbox .iconbox a:last-child{margin-right: 0px;}
.homepage_iconbox .iconbox a img{width: 54px;height: auto;}
.homepage_iconbox .iconbox a p{font-size: 14px;line-height: 16px;color: #707070;text-align: center;margin-top: 17px;font-family: 'Quicksand-Medium';height: 32px;}

@media (max-width:1440px){
	.homepage_iconbox{width: 100%;padding: 40px 40px;}
}

@media (max-width:1080px){
	.homepage_iconbox{width: 100%;padding: 40px 40px;}
	.homepage_iconbox .iconbox a{width: 160px;margin-right: 60px;}
	.homepage_iconbox .iconbox a img{width: 48px;}
}

@media (max-width:825px){
	.homepage_iconbox{width: 100%;padding: 42px 30px;}
	.homepage_iconbox .iconbox a{width: 160px;margin-right: 40px;}
	.homepage_iconbox .iconbox a img{width: 42px;}
}

@media (max-width:480px){
	.homepage_iconbox{width: 100%;padding: 32px 16px;}
	.homepage_iconbox .main{padding: 0px 0px;}
	.homepage_iconbox .iconbox a{width: calc((100% - 20px) / 3);margin-right: 10px;}
	.homepage_iconbox .iconbox a img{width: 32px;}
	.homepage_iconbox .iconbox a p{font-size: 12px;line-height: 14px;height: 28px;}
}

/* 商城首页样式 end */