@charset "utf-8";
/* CSS Document */

/*全局*/
.block_title{
	display: block;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	line-height: 50px;
	color: #000;
	margin-bottom: 15px;
}
.block_title a{
	color: #000;
}
.block_detail{
	line-height: 20px;
	font-size: 14px;
	color: #999;
}

/*按钮颜色*/
.common_style_red1:hover{background:#ff2452 !important;color: #fff !important;}
.common_style_orange1:hover{background:#ff8542 !important;color: #fff !important;}
.common_style_green1:hover{background:#089b32 !important;color: #fff !important;}
.common_style_blue1:hover{background:#428fff !important;color: #fff !important;}
.common_style_purple1:hover{background:#c942ff !important;color: #fff !important;}
.common_style_pink1:hover{background:#fb6cb1 !important;color: #fff !important;}
.common_style_black1:hover{background:#333 !important;color: #fff !important;}
.common_style_yellow1:hover{background:#fbd540 !important;color: #fff !important;}
.common_style_orange_yellow1:hover{background:#fe9a04 !important;color: #fff !important;}/*橙黄色*/
.common_style_magenta1:hover{background:#fa039c !important;color: #fff !important;}/*洋红色*/
.common_style_light_brown1:hover{background:#6b473c !important;color: #fff !important;}/*浅褐色*/
.common_style_brown1:hover{background:#843900 !important;color: #fff !important;}/*褐色*/
.common_style_brown_green1:hover{background:#666400 !important;color: #fff !important;}/*棕绿色*/
.common_style_light_green1:hover{background:#b2d235 !important;color: #fff !important;}/*浅绿色*/
.common_style_dark_green1:hover{background:#029834 !important;color: #fff !important;}/*深绿色*/
.common_style_light_blue1:hover{background:#2c6dff !important;color: #fff !important;}/*浅蓝色*/
.common_style_dark_blue1:hover{background:#32339f !important;color: #fff !important;}/*深蓝色*/
.common_style_light_purple1:hover{background:#d27fff !important;color: #fff !important;}/*浅紫色*/
.common_style_dark_purple1:hover{background:#b600ff !important;color: #fff !important;}/*深紫色*/
.common_style_cyan1:hover{background:#009ad6 !important;color: #fff !important;}/*青色*/
.common_style_cyan_green1:hover{background:#00ae9d !important;color: #fff !important;}/*青绿色*/
.common_style_cyan_blue1:hover{background:#102b6a !important;color: #fff !important;}/*青蓝色*/

.common_style_red1{border-color:#ff2452 !important;color: #ff2452 !important;}
.common_style_orange1{border-color:#ff8542 !important;color: #ff8542 !important;}
.common_style_green1{border-color:#089b32 !important;color: #089b32 !important;}
.common_style_blue1{border-color:#428fff !important;color: #428fff !important;}
.common_style_purple1{border-color:#c942ff !important;color: #c942ff !important;}
.common_style_pink1{border-color:#fb6cb1 !important;color: #fb6cb1 !important;}
.common_style_black1{border-color:#333 !important;color: #333 !important;}
.common_style_yellow1{border-color:#fbd540 !important;color: #fbd540 !important;}
.common_style_orange_yellow1{border-color:#fe9a04 !important;color: #fe9a04 !important;}
.common_style_magenta1{border-color:#fa039c !important;color: #fa039c !important;}
.common_style_light_brown1{border-color:#6b473c !important;color: #6b473c !important;}
.common_style_brown1{border-color:#843900 !important;color: #843900 !important;}
.common_style_brown_green1{border-color:#666400 !important;color: #666400 !important;}
.common_style_light_green1{border-color:#b2d235 !important;color: #b2d235 !important;}
.common_style_dark_green1{border-color:#029834 !important;color: #029834 !important;}
.common_style_light_blue1{border-color:#2c6dff !important;color: #2c6dff !important;}
.common_style_dark_blue1{border-color:#32339f !important;color: #32339f !important;}
.common_style_light_purple1{border-color:#d27fff !important;color: #d27fff !important;}
.common_style_dark_purple1{border-color:#b600ff !important;color: #b600ff !important;}
.common_style_cyan1{border-color:#009ad6 !important;color: #009ad6 !important;}
.common_style_cyan_green1{border-color:#00ae9d !important;color: #00ae9d !important;}
.common_style_cyan_blue1{border-color:#102b6a !important;color: #102b6a !important;}

.block_items .swiper-button-next.swiper-button-disabled, 
.block_items .swiper-button-prev.swiper-button-disabled{
	cursor:pointer;
	pointer-events:auto;
	background: #999 !important;
	opacity: 0 !important;
}



.block_main{
	max-width: 100%; 
	overflow: hidden;
}
.block_wapper{}
.block_items{
	padding: 0 0 50px;
}
.block_items_wapper{}
/*banner轮播图*/
.block_items_banner{
	position: relative;
	height: 600px;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden; 
}
.block_items_banner a{
	display: block;
	height: 100%;
}
.block_items_banner a .wap_banner_img{
	display: none;
}
.block_items_banner .banner-swiper-pagination{
	position: absolute;
	z-index: 9;
	text-align: center;
}
.block_items_banner .swiper-wrapper{}
.block_items_banner .swiper-slide{}
.block_items_banner .swiper-slide img{
	max-width: 100%;
}
.block_items_banner .swiper-pagination{}
.block_items_banner .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	opacity: 1;
	background: #999;
}
.block_items_banner .swiper-pagination-bullet-active{
	background: #000;
}
.block_items_banner .swiper-button-next, 
.block_items_banner .swiper-button-prev{
	width: 50px;
	height: 50px;
	background: none;
	transition: all 0.3s ease;
	transform: translate(15px,0);
	outline: none;
	background: rgba(255,255,255,.5);
    border-radius: 5px;
    text-align: center;
}
.block_items_banner .swiper-button-next{
	transform: translate(-15px,0);
}

.block_items_banner .swiper-button-next svg{
	transform: rotate(180deg);
}
.block_items_banner .swiper-button-next svg,
.block_items_banner .swiper-button-prev svg{
	width: 20px;
	height: 50px;
	fill: #999;
}
.block_items_banner:hover .swiper-button-next svg, 
.block_items_banner:hover .swiper-button-prev svg{
	fill:#666;
}
.block_items_banner:hover .swiper-button-next, 
.block_items_banner:hover .swiper-button-prev{
	opacity: 1;
	transform: none;
	background: rgba(255,255,255,1);
}
.block_items_banner .block_banner_content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 1200px;
    text-align: center;
    width: 100%;

}
.block_items_banner .block_banner_content h4{
    color: #fff;
    font-size: 60px;
    font-weight: normal;
}
.block_items_banner .block_banner_content p{
	line-height: 40px;
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
}

.block_items_banner .monograph-swiper-wrapper,
.block_items_banner .monograph-swiper-slide{
	width: 100%;
	height: 100%;
} 

/*广告*/
.index_default .show_all{
	display:block;
}
.index_default .show_pc{
	display:block;
}
.index_default .show_wap{
	display:none;
}

/*广告5*/
.block_image_5{
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	max-width: 1200px;
}
.block_image_5 .block_image_content{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.block_image_5 .block_image_content .image-2,
.block_image_5 .block_image_content .image-4{
	margin-bottom: 20px;
}
.block_image_5 .block_image_content img{
	max-width: 100%;
}
.block_image_5 .block_image_5_left{
	width: calc(50% - 10px);
}
.block_image_5 .block_image_5_mid,
.block_image_5 .block_image_5_right{
	width: calc(25% - 15px);
}

.block_image_5 .block_image_format{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.block_image_5 .block_image_format div a.default_data{
	height:330px;
}
.block_image_5 .block_image_format > div{
	margin:0;
	box-sizing:border-box
}
.block_image_5 .block_image_format.padding1{
	margin:0 -5px;
}
.block_image_5 .block_image_format.padding2{
	margin:0 -10px;
}
.block_image_5 .block_image_format.padding3{
	margin:0 -15px;
}
.block_image_5 .block_image_format.padding1 > div{
	padding:5px;
}
.block_image_5 .block_image_format.padding2 > div{
	padding:10px;
}
.block_image_5 .block_image_format.padding3 > div{
	padding:15px;
}

.block_image_5 .block_image_format1 > div{
	width:20%;
}
.block_image_5 .block_image_format2 > div{
	width:33.3333%;
}
.block_image_5 .block_image_format2 .image-1,
.block_image_5 .block_image_format2 .image-2{
	width:50%;
}
.block_image_5 .block_image_format3>div{
	width:100%;
	padding:0 !important;
}
.block_image_5 .block_image_format > div > div{
	box-sizing:border-box;
}
.block_image_5 .block_image_format.padding1 > div > div{
	padding:5px;
}
.block_image_5 .block_image_format.padding2 > div > div{
	padding:10px;
}
.block_image_5 .block_image_format.padding3 > div > div{
	padding:15px;
}


.block_image_5 .block_image_format3 .block_image_lt,
.block_image_5 .block_image_format3 .block_image_rt{
	width:25%;
}
.block_image_5 .block_image_format3 .block_image_ct{
	width:50%;
}
.block_image_5 .block_image_format3 .image-3{
	height:100%;
	box-sizing:border-box;
}
.block_image_5 .block_image_format3 .image-3 a.default_data{
	height:100%;
}

.block_image_5 .block_image_format1 img,
.block_image_5 .block_image_format2 img,
.block_image_5 .block_image_format3 img{
	max-width:100%;
}



/*广告4*/
.block_image_4{
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	max-width: 1200px;
}
.block_image_4:after{
	display: block;
	content: '';
	clear: both;
}
.block_image_left{
	float: left;
	width: 66%;
	box-sizing: border-box;
}

.block_image_right{
	float: right;
	width: calc(34% - 20px);
	box-sizing: border-box;
}

 .block_image_4 a {
	display: block;
	position: relative;
	overflow: hidden;
}

.block_image_4 img {
	max-width: 100%;
	transition: all 0.3s ease-in;
	display: block;
}
.block_image_4.format0 .image-1 img{
	width: 605px;
	height: 330px;
}
.block_image_4.format0 .image-2 img{
	width: 605px;
	height: 330px;
}
.block_image_4.format0 .image-3 img{
	width: 1230px;
	height: 330px;
}
.block_image_4.format0 .image-4 img{
	width: 614px;
	height: 680px;
}

.block_image_4 .image-1,
.block_image_4 .image-2,
.block_image_4 .image-3,
.block_image_4 .image-4{
	overflow: hidden;
}
.block_image_4 .image-1,
.block_image_4 .image-2 {
	float: left;
	width: calc(50% - 10px);
	box-sizing: border-box;
}
.block_image_4 .image-1{
	margin-right: 20px;
}

 .block_image_4 .image-3 {
	width: 100%;
	box-sizing: border-box;
	float: left;
	margin-top: 20px;
}

 .block_image_4 .image-4{
	box-sizing: border-box;
}

 .block_image_4 .image-1:hover img,
 .block_image_4 .image-2:hover img,
 .block_image_4 .image-3:hover img,
 .block_image_4 .image-4:hover img{
	-ms-transform: scale3d(1.1,1.1,1);
	-webkit-transform: scale3d(1.1,1.1,1);
	-moz-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

.block_image_4 .block_image_format{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.block_image_4 .block_image_format > div{
	margin:0;
	box-sizing:border-box
}
.block_image_4 .block_image_format .default_data{
	height:330px !important;
}
.block_image_4 .block_image_format.padding1{
	margin:0 -5px;
}
.block_image_4 .block_image_format.padding2{
	margin:0 -10px;
}
.block_image_4 .block_image_format.padding3{
	margin:0 -15px;
}
.block_image_4 .block_image_format.padding1 > div{
	padding:0 5px;
}
.block_image_4 .block_image_format.padding2 > div{
	padding:0 10px;
}
.block_image_4 .block_image_format.padding3 > div{
	padding:0 15px;
}

.block_image_4 .block_image_format1 > div{
	width:25%;
}
.block_image_4 .block_image_format2 > div{
	width:50%;
}
.block_image_4 .block_image_format2.padding1 > div{
	padding:5px;
}
.block_image_4 .block_image_format2.padding2 > div{
	padding:10px;
}
.block_image_4 .block_image_format2.padding3 > div{
	padding:15px;
}
.block_image_4 .block_image_format3>div{
	width:33.3333%;
}
.block_image_4 .block_image_format3 .image-1{
	width:100%;
}
.block_image_4 .block_image_format3.padding1 > div{
	padding:5px;
}
.block_image_4 .block_image_format3.padding2 > div{
	padding:10px;
}
.block_image_4 .block_image_format3.padding3 > div{
	padding:15px;
}


.block_image_full.format0{
	padding:0 20px;
}
.block_image_full{
    max-width: 100%;
}
.block_image_full .block_image_format.padding1{
	margin:0 5px;
}
.block_image_full .block_image_format.padding2{
	margin:0 10px;
}
.block_image_full .block_image_format.padding3{
	margin:0 15px;
}

/*广告3*/
.block_image_3{
	font-size: 0;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	max-width: 1200px;
}
.block_image_3_full_screen{
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.block_image_3 .image-1,
.block_image_3 .image-2,
.block_image_3 .image-3{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	width: calc(33.3333% - 13.333px);
}
.block_image_3 .image-3{
	margin-right: 0;
}
.block_image_3 a{
	display: block;
}
.block_image_3 a img{
	display: block;
	max-width: 100%;
}
/*广告2*/
.block_image_2{
	font-size: 0;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	max-width: 1200px;
}
.block_image_2_full_screen{
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;

}
.block_image_2 .image-1,
.block_image_2 .image-2{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	width: calc(50% - 10px);
}
.block_image_2 .image-2{
	margin-right: 0;
}
.block_image_2 a{
	display: block;
}
.block_image_2 a img{
	display: block;
	max-width: 100%;
}



/*视频*/
.block_items_youtube_video{
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	max-width: 1200px;
}
.block_items_youtube_video .block_detail{
	margin-bottom: 15px;
}
.block_items_youtube_video .rich-text {
	text-align: center;
	
}
.block_items_youtube_video .youtube_video_content{
	position: relative;
	min-height: 600px;
}
.block_items_youtube_video .youtube_video_content img{
	max-width: 100%;
} 
.block_items_youtube_video .youtube_video_content:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height:100%;
	background: rgba(0,0,0,.3);
}
.block_items_youtube_video .youtube_video_content .youtube_video_icon{
	position: absolute;
    left: 50%;
    top: 50%;
    z-index: 4;
    width: 70px;
    height: 70px;
    background: rgba(0,0,0,.5);
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    padding-left: 5px;
    cursor: pointer;
    margin: -35px 0 0 -35px;
}
.block_items_youtube_video .youtube_video_content .youtube_video_icon svg{
	height: 70px;
    width: 28px;
    fill: #fff;
}
.block_items_youtube_video .pop_youtube_video{
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    z-index: 50000000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in;
}
.block_items_youtube_video .pop_youtube_video_on{
	opacity: 1;
	visibility: visible;
}
.block_items_youtube_video .pop_youtube_video_wapper{
	position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 1200px;
    margin-left: -600px;
    transform: translate(0, -50%);
}
.block_items_youtube_video .pop_youtube_video_close_btn{
	position: absolute;
    left: 0;
    top: -50px;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,.8);
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}
.block_items_youtube_video .pop_youtube_video_close_btn svg{
	width: 18px;
    height: 40px;
    fill: #333;
}





.block_items_youtube_video iframe{
	width: 100%;
	min-height: 600px;
}
.block_items_youtube_video .rich-text .rich-text-tit {
	font-size: 30px;
	font-weight: 400;
	line-height: 53px;
	text-transform: capitalize;
	display: block;
}

.block_items_youtube_video .rich-text .rich-text-detail {
	font-size: 14px;
	color: #999;
	font-weight: 400;
	line-height: 22px;
	padding: 10px 0 16px;
	max-width: 800px;
	margin: 0 auto;
}

/*富文本*/
.block_items_detail{
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	max-width: 1200px;
}
.block_items_detail .rich-text {
	text-align: center;
	
}

.block_items_detail .rich-text .rich-text-tit {
	font-size: 30px;
	font-weight: 400;
	line-height: 53px;
	text-transform: capitalize;
	display: block;
	margin-bottom: 20px: 
}

.block_items_detail .rich-text .rich-text-detail {
	font-size: 14px;
	color: #999;
	font-weight: 400;
	line-height: 22px;
	padding: 0;
	max-width: 800px;
	margin: 0 auto;
}

/*图文列表*/
.block_items_imagetext_list{
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	max-width: 1200px;
}
.block_items_imagetext_list h4{
	font-size: 30px;
	font-weight: 400;
	line-height: 53px;
	text-transform: capitalize;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.block_items_imagetext_list ul{
	font-size: 0;
}

.block_items_imagetext_list li{
	display: inline-block;
	width: calc(33.3333% - 20px);
	margin-bottom: 30px;
	margin-right: 30px;
	font-size: 14px;
	vertical-align: top;
}
.block_items_imagetext_list li:nth-child(3n){
	margin-right: 0;
}
.block_items_imagetext_list_1{
	text-align: center;
}
.block_items_imagetext_list_1 li{
	text-align: left;
}
.block_items_imagetext_list_1 li,
.block_items_imagetext_list_2 li,
.block_items_imagetext_list_4 li{
	width: calc(50% - 15px);
}
.block_items_imagetext_list_2 li:nth-child(3n),
.block_items_imagetext_list_4 li:nth-child(3n){
	margin-right: 30px;
}
.block_items_imagetext_list_2 li:nth-child(2n),
.block_items_imagetext_list_4 li:nth-child(2n){
	margin-right: 0;
}


.block_items_imagetext_list_5 li:nth-child(1),
.block_items_imagetext_list_5 li:nth-child(2){
	width: calc(50% - 15px);
}


.block_items_imagetext_list_5 li:nth-child(3),
.block_items_imagetext_list_5 li:nth-child(4),
.block_items_imagetext_list_5 li:nth-child(5){
	width: calc(33.3333% - 20px);
	margin-right: 30px;
}
.block_items_imagetext_list_5 li:nth-child(5),
.block_items_imagetext_list_5 li:nth-child(2){
	margin-right: 0;
}



.block_items_imagetext_list li .imagetext_pic{}
.block_items_imagetext_list li .imagetext_pic img{
	max-width: 100%;
}
.block_items_imagetext_list li .imagetext_content{
	margin-top: 10px;
}
.block_items_imagetext_list li .imagetext_content_title{
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
}
.block_items_imagetext_list li .imagetext_content_detail{
	line-height: 20px;
	color: #999;
	font-size: 14px;
}
.block_items_imagetext_list li .imagetext_content_btn{
        color: #fff;
    padding: 8px 20px;
    background-color: #000;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
}

/*图文*/
.block_items_imagetext{
	font-size: 0;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.block_items_imagetext .imagetext_pic{
	display: block;
	vertical-align: middle;
	font-size: 14px;
	height: 600px;
	position: relative;
	z-index: 9;
}
.block_items_imagetext .imagetext_pic .imagetext_mongolia{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 1;
}

.block_items_imagetext .imagetext_content_wapper{
	max-width: 1200px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 100%;
	height: 100%;
}
.block_items_imagetext .imagetext_content{
	display: block;
    width: 700px;
    vertical-align: middle;
    font-size: 14px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #000;
    padding: 0 0 40px;
}
.block_items_imagetext .imagetext_content_title{
	font-size: 30px;
	
	margin-bottom: 20px;
	font-weight: bold;

}
.block_items_imagetext .imagetext_content_detail{
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 20px;
}
.block_items_imagetext .imagetext_content_btn{
    color: #fff;
    padding: 8px 20px;
    background-color: #000;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}


/*图文1*/
.block_items_imagetext_1{
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	max-width: 1200px;
}
.block_single_products .single_product_content .block_detail{
	margin-bottom: 15px;
}
.block_single_products .single_product_content .block_detail,
.block_items_detail .block_detail,
.block_items_youtube_video .block_detail,
.block_items_imagetext_1 .block_detail{
	color: #000;
}
.block_items_detail .block_detail img{
	max-width: 100%;
}
.block_items_imagetext_1 .imagetext-content{
	display: -webkit-flex; /* Safari */
  	display: flex;
  	flex-direction:row;
  	align-items:center;
}
.block_items_imagetext_1 .imagetext_pic{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	font-size: 14px;
}
.block_items_imagetext_1 .imagetext_pic img{
	max-width: 100%;
}
.block_items_imagetext_1 .imagetext_content_wapper{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	font-size: 14px;
	padding-left: 100px;
	box-sizing: border-box;
}

.block_items_imagetext_1 .imagetext_content{}
.block_items_imagetext_1 .imagetext_content_wapper .block_title{
	text-align: left;
}
.block_items_imagetext_1 .block_single_products_right{
	flex-direction:row-reverse;
}
.block_items_imagetext_1 .block_single_products_right .imagetext_content_wapper{
	padding: 0 100px 0 0;
}
.block_items_imagetext_1 .imagetext_content_detail{
	line-height: 24px;
	font-size: 14px;
}
.block_items_imagetext_1 .imagetext_content_btn{
	color: #fff;
    padding: 8px 20px;
    background-color: #000;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
}
.block_items_imagetext_1 .imagetext_content_btn:hover{
	opacity: 0.9;
}

/*产品列表*/
.block_items_products_rec{
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	max-width: 1200px;
}



.block_items_products_rec .block_rec_tit{
	font-size: 30px;
	font-weight: 400;
	line-height: 53px;
	text-transform: capitalize;
	display: block;
	margin-bottom: 20px;
	text-align: center;
	color: #000;
	font-weight: normal;
}
.block_items_products_rec .block_rec_tit a{
	color: #000;
}


.block_items_products_rec .block_rec_ul{
	font-size: 0;
}
.block_items_products_rec .block_rec_ul li {
	display: inline-block;
	width: calc(25% - 15px);
	margin-right: 20px;
	border: 0;
	box-sizing: border-box;
	padding: 0;
	font-size: 14px;
	vertical-align: top;
	margin-bottom: 30px;
	background: #fff;
	
}
.block_items_products_rec .block_rec_ul li:nth-child(4n){
	margin-right: 0;
}


.block_items_products_rec .block_rec_ul li .pic {
	width: 100%;
	height: auto;
	line-height: normal;
	display: block;
	position: relative;
	z-index: 1;
	text-align: center;
}

.block_items_products_rec .block_rec_ul li .pic img {
	display: block;
	max-width: 100%;
	max-height: none;
	width: 100%;
}


.block_items_products_rec .block_rec_ul li .pro_content {
	text-align: center;
	padding: 10px 0 0 0;
	position: relative;
	z-index: 2;
}
.block_items_products_rec .block_rec_ul li .product_img,
.block_items_products_switch .block_rec_ul li .product_img{
	position: relative;
}

.block_items_products_rec .block_rec_ul li .name {
	font-size: 14px;
	line-height: 27px;
	text-align: center;
	color: #000;
	padding: 0;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.block_items_products_rec .block_rec_ul li .name:hover{
	text-decoration: underline;
}


/*评星*/
.block_items_products_switch .block_rec_ul li .product_star,
.block_items_products_tab .block_rec_ul li .product_star,
.block_items_products_rec .block_rec_ul li .product_star{
    text-align: center;
    position: relative;
    height: 18px;
    width: 94px; 
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 15px;
}
.block_items_products_switch .block_rec_ul li .product_star span,
.block_items_products_tab .block_rec_ul li .product_star span,
.block_items_products_rec .block_rec_ul li .product_star span{
    position: absolute;
    left: 0;
    top: 0;
    vertical-align: middle;
}
.block_items_products_switch .block_rec_ul li .product_star svg,
.block_items_products_tab .block_rec_ul li .product_star svg,
.block_items_products_rec .block_rec_ul li .product_star svg{
    width: 94px;
    height: 18px;
    fill: #999;
}
.block_items_products_switch .block_rec_ul li .product_star .cur,
.block_items_products_tab .block_rec_ul li .product_star .cur,
.block_items_products_rec .block_rec_ul li .product_star .cur{
    overflow: hidden;
    z-index: 9;
}
.block_items_products_switch .block_rec_ul li .product_star .cur svg,
.block_items_products_tab .block_rec_ul li .product_star .cur svg,
.block_items_products_rec .block_rec_ul li .product_star .cur svg{
    fill: #ff9d00;
}
.block_items_products_switch .block_rec_ul li .comment_count,
.block_items_products_tab .block_rec_ul li .comment_count,
.block_items_products_rec .block_rec_ul li .comment_count{
	display: inline-block;
    vertical-align: top;
    line-height: 18px;
}








.block_items_products_tab .block_rec_ul li .product_img .product_side_box, 
.block_items_products_rec .block_rec_ul li .product_img .product_side_box, 
.block_items_products_switch .block_rec_ul li .product_img .product_side_box{
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 50px;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}

.block_items_products_tab .block_rec_ul li:hover .product_img .product_side_box, 
.block_items_products_rec .block_rec_ul li:hover .product_img .product_side_box, 
.block_items_products_switch .block_rec_ul li:hover .product_img .product_side_box{
	opacity: 1;
	visibility: visible;
}
.block_items_products_tab .block_rec_ul li .product_img .product_side_box a, 
.block_items_products_rec .block_rec_ul li .product_img .product_side_box a, 
.block_items_products_switch .block_rec_ul li .product_img .product_side_box a{
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	text-align: center;
	margin-top: 15px;

}
.block_items_products_tab .block_rec_ul li .product_img .product_side_box a svg,  
.block_items_products_rec .block_rec_ul li .product_img .product_side_box a svg,  
.block_items_products_switch .block_rec_ul li .product_img .product_side_box a svg{
	height: 50px;
	width: 20px;
	fill: #333;
}
.block_items_products_tab .block_rec_ul li .product_img .product_side_box a.product_tlike svg,
.block_items_products_rec .block_rec_ul li .product_img .product_side_box a.product_tlike svg,
.block_items_products_switch .block_rec_ul li .product_img .product_side_box a.product_tlike svg{
	width: 30px;
}
.block_items_products_tab .block_rec_ul li .product_img .product_side_box a.cur svg,  
.block_items_products_rec .block_rec_ul li .product_img .product_side_box a.cur svg,  
.block_items_products_switch .block_rec_ul li .product_img .product_side_box a.cur svg{
	fill: #ed4040;
}

/*细节图*/
.block_items_products_switch .block_rec_ul li .detail_drawing,
.block_items_products_rec .block_rec_ul li .detail_drawing,
.block_items_products_tab .block_rec_ul li .detail_drawing{
	margin-top: 15px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content:center;
}
.block_items_products_switch .block_rec_ul li .detail_drawing_left,
.block_items_products_rec .block_rec_ul li .detail_drawing_left,
.block_items_products_tab .block_rec_ul li .detail_drawing_left{
	cursor: pointer;
	display: none;
	outline: none;
}
.block_items_products_switch .block_rec_ul li .detail_drawing_left svg,
.block_items_products_rec .block_rec_ul li .detail_drawing_left svg,
.block_items_products_tab .block_rec_ul li .detail_drawing_left svg{
	height: 40px;
	width: 20px;
	fill: #333;
}
.block_items_products_switch .block_rec_ul li .detail_drawing_right,
.block_items_products_rec .block_rec_ul li .detail_drawing_right,
.block_items_products_tab .block_rec_ul li .detail_drawing_right{
	cursor: pointer;
	display: none;
	outline: none;
}
.block_items_products_switch .block_rec_ul li .drawing_disabled,
.block_items_products_rec .block_rec_ul li .drawing_disabled,
.block_items_products_tab .block_rec_ul li .drawing_disabled{
	opacity: 0.3;
}
.block_items_products_switch .block_rec_ul li .detail_drawing_right svg,
.block_items_products_rec .block_rec_ul li .detail_drawing_right svg,
.block_items_products_tab .block_rec_ul li .detail_drawing_right svg{
	height: 40px;
	width: 20px;
	fill: #333;
	transform: rotate(180deg);
}
.block_items_products_switch .block_rec_ul li .detail_drawing .detail_drawing_wapper,
.block_items_products_rec .block_rec_ul li .detail_drawing .detail_drawing_wapper,
.block_items_products_tab .block_rec_ul li .detail_drawing .detail_drawing_wapper{
	position: relative;
	overflow: hidden;
	max-width: calc(100% - 40px);
}
.block_items_products_switch .block_rec_ul li .detail_drawing dl dd,
.block_items_products_rec .block_rec_ul li .detail_drawing dl dd,
.block_items_products_tab .block_rec_ul li .detail_drawing dl dd{
	width: auto;
}
.block_items_products_switch .block_rec_ul li .detail_drawing dl dd a,
.block_items_products_rec .block_rec_ul li .detail_drawing dl dd a,
.block_items_products_tab .block_rec_ul li .detail_drawing dl dd a{
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 0;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.block_items_products_switch .block_rec_ul li .detail_drawing dl dd.cur a,
.block_items_products_rec .block_rec_ul li .detail_drawing dl dd.cur a,
.block_items_products_tab .block_rec_ul li .detail_drawing dl dd.cur a{
	border: 1px solid #000;
}
.block_items_products_switch .block_rec_ul li .detail_drawing dl dd a:before,
.block_items_products_rec .block_rec_ul li .detail_drawing dl dd a:before,
.block_items_products_tab .block_rec_ul li .detail_drawing dl dd a:before{
	vertical-align: middle;
	height: 100%;
	display: inline-block;
	content: '';
}
.block_items_products_switch .block_rec_ul li .detail_drawing dl dd a img,
.block_items_products_rec .block_rec_ul li .detail_drawing dl dd a img,
.block_items_products_tab .block_rec_ul li .detail_drawing dl dd a img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.block_items_products_switch .block_rec_ul li .free_shipping,
.block_items_products_rec .block_rec_ul li .free_shipping,
.block_items_products_tab .block_rec_ul li .free_shipping{
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
	color: #000;
}
.block_items_products_switch .block_rec_ul li .free_shipping svg,
.block_items_products_rec .block_rec_ul li .free_shipping svg,
.block_items_products_tab .block_rec_ul li .free_shipping svg{
	height: 20px;
	width: 24px;
	fill: #000;
	vertical-align: top;
	margin-right: 5px;
}







.block_items_products_rec .block_rec_ul li .price{
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.block_items_products_rec .block_rec_ul li .oldprice{
	color: #999;
	text-decoration: line-through;
}
.block_items_products_rec .block_rec_ul li .discount,
.block_items_products_switch .block_rec_ul li .discount{
	position: absolute;
    right: 0;
    top: 0;
    height: 24px;
    line-height: 24px;
    color: #fff;
    background: #000;
    padding: 0 10px;
    z-index: 99;
    font-size: 12px;
}
.block_items_products_rec .block_rec_ul li .newin,
.block_items_products_switch .block_rec_ul li .newin{
	position: absolute;
    left: 0;
    top: 0;
    height: 24px;
    line-height: 24px;
    color: #fff;
    background: #ed3445;
    padding: 0 10px;
    z-index: 99;
    font-size: 12px;
}

.block_items_products_rec .block_rec_ul li .sold_out_box,
.block_items_products_switch .block_rec_ul li .sold_out_box{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    font-size: 14px;
    background: rgba(0,0,0,.3);
    z-index: 99;
    border-radius: 50%;
    line-height: 100px;
    color: #fff;
    text-align: center;
    margin: -50px 0 0 -50px;
}
.block_items_products_rec_full_screen{
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

/*一排3个*/
.block_items_products_rec_3 .block_rec_ul li{
	width: calc(33.3333% - 14px);
	margin-right: 21px;
}
.block_items_products_rec_3 .block_rec_ul li:nth-child(4n){
	margin-right: 21px;
}
.block_items_products_rec_3 .block_rec_ul li:nth-child(3n){
	margin-right: 0;
}


/*一排5个*/
.block_items_products_rec_5 .block_rec_ul li{
	width: calc(20% - 16px);
	margin-right: 20px;
}
.block_items_products_rec_5 .block_rec_ul li:nth-child(4n){
	margin-right: 20px;
}
.block_items_products_rec_5 .block_rec_ul li:nth-child(5n){
	margin-right: 0;
}
/*一排6个*/
.block_items_products_rec_6 .block_rec_ul li{
	width: calc(16.6666666% - 15px);
	margin-right: 18px;
}
.block_items_products_rec_6 .block_rec_ul li:nth-child(4n){
	margin-right: 18px;
}
.block_items_products_rec_6 .block_rec_ul li:nth-child(6n){
	margin-right: 0;
}






/*产品列表--滚动*/
.block_items_products_switch{
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	max-width: 1200px;
	overflow: hidden;
	position: relative;
}
.block_items_products_switch_full_screen{
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}


.block_items_products_switch .block_rec_tit{
	font-size: 30px;
	font-weight: 400;
	line-height: 53px;
	text-transform: capitalize;
	display: block;
	margin-bottom: 20px;
	text-align: center;
	color: #000;
	font-weight: normal;
}
.block_items_products_switch .block_rec_tit a{
	color: #000;
}


.block_items_products_switch .block_rec_ul{
	font-size: 0;
}
.block_items_products_switch .block_rec_ul li {
	display: inline-block;
	width: calc(25% - 15px);
	margin-right: 20px;
	border: 0;
	box-sizing: border-box;
	padding: 0;
	font-size: 14px;
	margin-bottom: 20px;
	background: #fff;
}


.block_items_products_switch .block_rec_ul li .pic {
	width: 100%;
	height: auto;
	line-height: normal;
	display: block;
	position: relative;
	z-index: 1;
	text-align: center;
}

.block_items_products_switch .block_rec_ul li .pic img {
	display: block;
	max-width: 100%;
	max-height: none;
	width: 100%;
}


.block_items_products_switch .block_rec_ul li .pro_content {
	text-align: center;
	padding: 10px 0;
	position: relative;
	z-index: 2;
}

.block_items_products_switch .block_rec_ul li .name {
	font-size: 14px;
	line-height: 27px;
	text-align: center;
	color: #000;
	padding: 0;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.block_items_products_switch .block_rec_ul li .name:hover{
	text-decoration: underline;
}
.block_items_products_switch .block_rec_ul li .price{
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.block_items_products_switch .block_rec_ul li .oldprice{
	color: #999;
	text-decoration: line-through;
}
.block_items_products_switch .swiper-pagination{}
.block_items_products_switch .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	opacity: 1;
	background: #999;
}
.block_items_products_switch .swiper-pagination-bullet-active{
	background: #000;
}

.block_items_products_switch .swiper-button-next, 
.block_items_products_switch .swiper-button-prev{
	width: 50px;
	height: 50px;
	background: none;
	transition: all 0.3s ease;
	transform: translate(15px,0);
	outline: none;
	background: rgba(255,255,255,.5);
    border-radius: 5px;
    text-align: center;
}
.block_items_products_switch .swiper-button-next{
	transform: translate(-15px,0);
}

.block_items_products_switch .swiper-button-next svg{
	transform: rotate(180deg);
}
.block_items_products_switch .swiper-button-next svg,
.block_items_products_switch .swiper-button-prev svg{
	width: 20px;
	height: 50px;
	fill: #999;
}
.block_items_products_switch:hover .swiper-button-next svg, 
.block_items_products_switch:hover .swiper-button-prev svg{
	fill:#666;
}
.block_items_products_switch:hover .swiper-button-next, 
.block_items_products_switch:hover .swiper-button-prev{
	opacity: 1;
	transform: none;
	background: rgba(255,255,255,1);
}

/*推荐列表切换*/
.block_items_products_tab{
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	max-width: 1200px;
	overflow: hidden;
	position: relative;
}
.block_items_products_tab .block_title{
	margin-bottom: 30px;
	position: relative;
}
.block_items_products_tab .block_title a{
	display: inline-block;
	vertical-align: middle;
	margin:0 15px;
	border-bottom: 3px solid #fff;
}
.block_items_products_tab .block_rec_list{
	opacity: 0;
	visibility: hidden;
	position: absolute;
}
.block_items_products_tab .block_rec_list_on{
	opacity: 1;
	visibility: visible;
	position: relative;
}
.block_items_products_tab .block_title a:hover,
.block_items_products_tab .block_title a.on{
	border-bottom: 3px solid #000;
}

.block_items_products_tab .block_rec_ul{
	font-size: 0;
}
.block_items_products_tab .block_rec_ul li {
	display: inline-block;
	width: calc(25% - 15px);
	margin-right: 20px;
	border: 0;
	box-sizing: border-box;
	padding: 0;
	font-size: 14px;
	vertical-align: top;
	margin-bottom: 30px;
	background: #fff;
	
}
.block_items_products_tab .block_rec_ul li:nth-child(4n){
	margin-right: 0;
}


.block_items_products_tab .block_rec_ul li .pic {
	width: 100%;
	height: auto;
	line-height: normal;
	display: block;
	position: relative;
	z-index: 1;
	text-align: center;
}

.block_items_products_tab .block_rec_ul li .pic img {
	display: block;
	max-width: 100%;
	max-height: none;
	width: 100%;
}


.block_items_products_tab .block_rec_ul li .pro_content {
	text-align: center;
	padding: 10px 0;
	position: relative;
	z-index: 2;
}
.block_items_products_tab .block_rec_ul li .product_img{
	position: relative;
}

.block_items_products_tab .block_rec_ul li .name {
	font-size: 14px;
	line-height: 27px;
	text-align: center;
	color: #000;
	padding: 0;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.block_items_products_tab .block_rec_ul li .name:hover{
	text-decoration: underline;
}

.block_items_products_tab .block_rec_ul li .price{
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.block_items_products_tab .block_rec_ul li .oldprice{
	color: #999;
	text-decoration: line-through;
}
.block_items_products_tab .block_rec_ul li .discount{
	position: absolute;
    right: 0;
    top: 0;
    height: 24px;
    line-height: 24px;
    color: #fff;
    background: #000;
    padding: 0 10px;
    z-index: 99;
    font-size: 12px;
}
.block_items_products_tab .block_rec_ul li .newin{
	position: absolute;
    left: 0;
    top: 0;
    height: 24px;
    line-height: 24px;
    color: #fff;
    background: #ed3445;
    padding: 0 10px;
    z-index: 99;
    font-size: 12px;
}

.block_items_products_tab .block_rec_ul li .sold_out_box{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    font-size: 14px;
    background: rgba(0,0,0,.3);
    z-index: 99;
    border-radius: 50%;
    line-height: 100px;
    color: #fff;
    text-align: center;
    margin: -50px 0 0 -50px;
}


.block_items_products_tab_full_screen{
	max-width: 100%;
	padding-left: 20px;
    padding-right: 20px;
}

/*一排3个*/
.block_items_products_tab_3 .block_rec_ul li{
	width: calc(33.3333% - 14px);
	margin-right: 21px;
}
.block_items_products_tab_3 .block_rec_ul li:nth-child(4n){
	margin-right: 21px;
}
.block_items_products_tab_3 .block_rec_ul li:nth-child(3n){
	margin-right: 0;
}


/*一排5个*/
.block_items_products_tab_5 .block_rec_ul li{
	width: calc(20% - 16px);
	margin-right: 20px;
}
.block_items_products_tab_5 .block_rec_ul li:nth-child(4n){
	margin-right: 20px;
}
.block_items_products_tab_5 .block_rec_ul li:nth-child(5n){
	margin-right: 0;
}
/*一排6个*/
.block_items_products_tab_6 .block_rec_ul li{
	width: calc(16.6666666% - 15px);
	margin-right: 18px;
}
.block_items_products_tab_6 .block_rec_ul li:nth-child(4n){
	margin-right: 18px;
}
.block_items_products_tab_6 .block_rec_ul li:nth-child(6n){
	margin-right: 0;
}








/*ins图展示*/
.block_items_ins_list{
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	max-width: 1200px;
	overflow: hidden;
	position: relative;
}
.block_items_ins_list .block_ins_tit{
	font-size: 30px;
    font-weight: 400;
    line-height: 53px;
    text-transform: capitalize;
    display: block;
    text-align: center;
   
    font-weight: normal;
}
.block_items_ins_list .block_ins_tit a{
	 color: #000;
}
.block_items_ins_list .ins_tab_title{
	text-align: center;
	margin: 10px 0 15px;
}
.block_items_ins_list .ins_tab_title a{
	display: inline-block;
    font-size: 14px;
    margin: 0 15px;
    font-weight: bold;
    color: #666;
}
.block_items_ins_list .ins_tab_title a.on{
	color: #000;
}

.block_items_ins_list .index_ins_box .ins_tab {
	text-align: center;
	margin-bottom: 20px;
}
.block_items_ins_list .moblie_ins_title{
	display: none;
}

.block_items_ins_list .index_ins_box .ins_tab a {
	display: inline-block;
	font-size: 14px;
	margin: 0 15px;
	color: #666;
	line-height: 40px;
	font-weight: normal;
}

.block_items_ins_list .index_ins_box .ins_tab a.on {
	color: #000;
}

.block_items_ins_list .index_ins_box .ins_tab a img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	vertical-align: top;
	margin-right: 5px;
}

.block_items_ins_list .index_ins_box .ins_list {

}

.block_items_ins_list .index_ins_box .ins_box {
	float: left;
	width: calc(25% - 15px);
	margin: 20px 20px 0 0;
	box-sizing: border-box;
	padding: 0;
}
.block_items_ins_list .index_ins_box .ins_box:nth-child(4n){
	margin-right: 0;
}

.block_items_ins_list .index_ins_box .ins_con {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.block_items_ins_list .index_ins_box .ins_con .ins_img {
	width: 100%;
	height: 100%;
}

.block_items_ins_list .index_ins_box .ins_con .ins_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 9;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;
}

.block_items_ins_list .index_ins_box .ins_con:hover .ins_bg {
	visibility: visible;
	opacity: 1;
}

.block_items_ins_list .index_ins_box .ins_con .ins_bg span {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.block_items_ins_list .index_ins_box .ins_con .ins_bg span svg{
	height: 60px;
	width: 40px;
	background: none;
	fill: #fff;
}

.block_items_ins_list .index_ins_box .ins_con .vido {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	z-index: 10;
}

.block_items_ins_list .index_ins_box .ins_con .vido svg{
	height: 30px;
	width: 30px;
	background: none;
	fill: #fff;
}
.block_items_ins_list .index_ins_box .ins_con .hotspot{
	position:absolute;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	background:#fff;
	color:#000;
	font-size:12px;
	border-radius:50%;
}



.block_items_ins_list .ins_pop {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:500000;
	display:none;
}
.block_items_ins_list .ins_pop iframe {
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}
.block_items_ins_list .ins_pop .ins_pop_c .pop_bg {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
}
.block_items_ins_list .ins_pop .ins_pop_c .pop_box {
	position:fixed;
	left:0;
	right:0;
	top:120px;
	margin:auto;
	height:auto;
	width:880px;
	border-radius:5px;
	overflow:hidden;
	background:#fafafa;
	border-radius: 5px;
}
.block_items_ins_list .ins_pop .ins_pop_c .big_img {
	width:480px;
	height:auto;
	float:left;
	position:relative;
}
.block_items_ins_list .ins_pop .ins_pop_c .big_img img {
	width:480px;
	height:auto;
}
.block_items_ins_list .ins_pop .ins_pop_c .big_img .li {
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	width:30px;
	height:30px;
	background:#fff;
	border-radius:50%;
	text-align:center;
	line-height:30px;
	color:#fff;
	cursor:pointer;
	color:#000;
}
.block_items_ins_list .ins_pop .ins_pop_c .big_img .li:hover {
	background:#000;
	color:#fff;
}
.block_items_ins_list .ins_pop .ins_pop_c .big_img .btn_play {
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	margin-top:-29px;
	margin-left:-29px;
	cursor:pointer;
	font-size:50px;
	color:rgba(0,0,0,.8);
}
.block_items_ins_list .ins_pop .ins_pop_c .big_img .btn_play:hover {
	color:rgba(0,0,0,.4);
}
.block_items_ins_list .ins_pop .ins_pop_c .big_img .btn_play i {
	background-image:none;
	font-size:35px;
	color:#fff;
}
.block_items_ins_list .ins_pop .ins_pop_c .big_video {
	width:480px;
	height:auto;
	float:left;
	position:relative;
	display:none;
}
.block_items_ins_list .ins_pop .ins_pop_c .ins_pop_con {
	float:right;
	width:400px;
	box-sizing:border-box;
	padding:15px;
	position:relative;
}
.block_items_ins_list .ins_pop .ins_pop_c .ins_pop_top {
	margin-bottom:20px;
	font-size:14px;
}
.block_items_ins_list .ins_pop .ins_pop_c .ins_pop_top .profile {
	font-weight:bold;
	font-size:16px;
	display:inline-block;
	color:#333;
}
.block_items_ins_list .ins_pop .ins_pop_c .ins_pop_top img {
	width:50px;
	height:50px;
	border-radius:50%;
	vertical-align:middle;
	margin-right:10px;
}
.block_items_ins_list .ins_pop .ins_pop_c .ins_pop_inf {
	margin-bottom:20px;
	color:#666;
	font-size:14px;
	line-height:20px;
}
.block_items_ins_list .ins_pop .ins_pop_c .ins_pop_list li {
	padding-left:90px;
	min-height:80px;
	position:relative;
	margin-bottom:20px;
}
.block_items_ins_list .ins_pop .ins_pop_c .ins_pop_list li:hover {
	background:#eee;
}
.block_items_ins_list .ins_pop .ins_pop_c .ins_pop_list li .ins_pic {
	position:absolute;
	left:0;
	top:0;
	width:80px;
	height:80px;
	text-align:center;
}
.block_items_ins_list .ins_pop .ins_pop_c .ins_pop_list li .ins_pic a {
	display:inline-block;
}
.block_items_ins_list .ins_pop .ins_pop_c .ins_pop_list li .ins_pic img {
	max-width:80px;
	max-height:80px;
}
.block_items_ins_list .ins_pop .ins_pop_c .ins_pop_list li .pro_name {
	color:#333;
	font-size:12px;
	height:20px;
	overflow:hidden;
	padding-top:4px;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.block_items_ins_list .ins_pop .ins_pop_c .ins_pop_list li .pro_name:hover {
	color:#ed3445
}
.block_items_ins_list .ins_pop .ins_pop_c .ins_pop_list li .pro_price {
	height:20px;
	line-height:16px;
	color:#ed3445;
}
.block_items_ins_list .ins_pop .ins_pop_c .ins_pop_list li .pro_price span {
	color:#333;
}
.block_items_ins_list .ins_pop .ins_pop_c .ins_pop_list li .pro_btn {
	margin-top:4px;
	height:26px;
	padding-left:25px;
	padding-right:25px;
	text-align:center;
	line-height:26px;
	color:#fff;
	background:#1a1a1a;
	border-radius:2px;
	display:inline-block;
	font-size:12px;
}
.block_items_ins_list .ins_pop .ins_pop_c .ins_pop_close {
	position:absolute;
	right:10px;
	top:10px;
	text-align:center;
	font-size:34px;
	color:#999;
	cursor:pointer;
}
.block_items_ins_list .ins_pop .ins_content {
	overflow:auto;
	max-height:396px;
}






/*youtube视频列表展示*/
.block_items_youtube_list{
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	max-width: 1200px;
	overflow: hidden;
	position: relative;
}
.block_items_youtube_list .youtubeshop_list {
	background: #fff;
	box-sizing: border-box;
}

.block_items_youtube_list .youtubeshop_list .block_youtubeshop_tit {
	font-size: 30px;
	font-weight: 400;
	line-height: 53px;
	text-transform: capitalize;
	display: block;
	margin-bottom: 20px;
	text-align: center;
	color: #000;
}
.block_items_youtube_list .youtubeshop_list .block_youtubeshop_tit a{
	color: #000;
}

.block_items_youtube_list .youtube_list {
	font-size: 0;
}

.block_items_youtube_list .youtube_box {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: calc(25% - 15px);
	margin: 0 20px 20px 0;
	background: #fafafa;
}

.block_items_youtube_list .youtube_box:nth-child(4n) {
	margin-right: 0;
}

.block_items_youtube_list .youtube_box .youtube_con {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

.block_items_youtube_list .youtube_box .youtube_pic {
	width: 100%;
	height: 160px;
	position: relative;
}

.block_items_youtube_list .youtube_box .youtube_pic svg {
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: none;
	fill: #fff;
	cursor: pointer;
	text-align: center;
	opacity: 0.6;
	transition: all 0.3s ease-in;
}

.block_items_youtube_list .youtube_box .youtube_pic span {
	position: absolute;
	bottom: 5px;
	right: 5px;
	background: rgba(0,0,0,.7);
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	padding: 0 5px;
}

.block_items_youtube_list .youtube_box:hover .youtube_pic svg {
	opacity: 1;
}

.block_items_youtube_list .youtube_box .youtube_name a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 15px 10px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.block_items_youtube_list .youtube_box .youtube_detail {
	padding: 0 10px;
	line-height: 20px;
	color: #666;
	font-size: 14px;
	height: 60px;
	margin-bottom: 5px;
	overflow: hidden;
}

.block_items_youtube_list .youtube_box .youtube_bom {
	padding: 5px 10px;
	text-align: center;
	position: relative;
	font-size: 14px;
	color: #666;
}

.block_items_youtube_list .youtube_box .youtube_bom a {
	display: inline-block;
	height: 23px;
	line-height: 23px;
	color: #999;
}

.block_items_youtube_list .youtube_box .youtube_bom a:hover {
	color: #999;
}

.block_items_youtube_list .youtube_box .youtube_bom svg {
	display: inline-block;
	font-size: 20px;
	width: 18px;
	height: 23px;
	fill: #999;
	vertical-align: top;
	margin-right: 0;
	background: none;
	padding: 0 5px 0 0;
}

.block_items_youtube_list .youtube_box .youtube_bom a .num {
	font-size: 12px;
}

.block_items_youtube_list .youtube_box .youtube_thumbs_up i {
	font-size: 21px;
}

.block_items_youtube_list .youtube_box .youtube_read {
	position: absolute;
	left: 10px;
	top: 5px;
}

.block_items_youtube_list .youtube_box .youtube_comment {
	position: absolute;
	right: 10px;
	top: 5px;
}

.block_items_youtube_list .youtube_box .img {
	width: 280px;
	height: 160px;
	text-align: center;
	display: block;
}

.block_items_youtube_list .youtube_box .img img {
	max-width: 280px;
	max-height: 160px;
}

.block_items_youtube_list .youtube_box .bg {
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.block_items_youtube_list .youtube_box .bg span {
	border: 2px solid #fff;
	width: 100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	font-weight: bold;
}

.block_items_youtube_list .youtube_box .bg span.youtubeta {
	border: 0;
	height: 80px;
}

.block_items_youtube_list .youtube_box .bg span.youtubeta i {
	display: block;
	font-size: 50px;
	color: #fff;
	background: none;
	height: 80px;
	line-height: 80px;
}

.block_items_youtube_list .youtube_box .youtube_con:hover .bg {
	opacity: 1;
}

.block_items_youtube_list .youtube_box .youtube_con .hotspot {
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #fff;
	color: #000;
	font-size: 12px;
	border-radius: 50%;
}

.block_items_youtube_list .youtube_box .vido {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.block_items_youtube_list .youtube_box .vido i {
	font-size: 26px;
	background: none;
	color: #fff;
}

.block_items_youtube_list .youtube_pop {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 500000;
	display: none;
}

.block_items_youtube_list .youtube_pop_c .pop_bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}

.block_items_youtube_list .youtube_pop_c .pop_box {
	position: fixed;
	left: 0;
	right: 0;
	top: 120px;
	margin: auto;
	height: 370px;
	width: 880px;
	overflow: hidden;
	background: #fff;
	padding: 20px;
	border-radius: 5px;
}

.block_items_youtube_list .youtube_pop_c .pop_left_box {
	float: left;
	width: 480px;
}

.block_items_youtube_list .youtube_pop_c .big_img {
	width: 480px;
	height: 320px;
	position: relative;
	overflow: hidden;
}

.block_items_youtube_list .youtube_pop_c .big_img img {
	width: 480px;
}

.block_items_youtube_list .youtube_pop_c .big_img .li {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	color: #fff;
	cursor: pointer;
	color: #000;
}

.block_items_youtube_list .youtube_pop_c .big_img .li:hover {
	background: #000;
	color: #fff;
}

.block_items_youtube_list .youtube_pop_c .big_img .btn_play {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	margin-top: -29px;
	margin-left: -29px;
	cursor: pointer;
	font-size: 50px;
	color: rgba(0,0,0,.8);
}

.block_items_youtube_list .youtube_pop_c .big_img .btn_play:hover {
	color: rgba(0,0,0,.4);
}

.block_items_youtube_list .youtube_pop_c .big_img .btn_play i {
	background-image: none;
	font-size: 35px;
	color: #fff;
}

.block_items_youtube_list .youtube_pop_c .youtube_img_bom {
	font-size: 14px;
	height: 30px;
	margin-top: 20px;
}

.block_items_youtube_list .youtube_pop_c .youtube_pop_left {
	font-size: 14px;
	height: 30px;
	float: left;
}

.block_items_youtube_list .youtube_pop_c .youtube_pop_left .profile {
	font-weight: normal;
	font-size: 16px;
	display: inline-block;
	margin-right: 5px;
}

.block_items_youtube_list .youtube_pop_c .youtube_pop_left .profile i {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #fff;
	margin-right: 5px;
	font-weight: normal;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #ff0000;
	border-radius: 5px;
}

.block_items_youtube_list .youtube_pop_c .youtube_pop_left img {
	width: 50px;
	height: 50px;
	vertical-align: middle;
	border-radius: 50%;
}

.block_items_youtube_list .youtube_pop_c .youtube_pop_left .youtube_menber {
	display: inline-block;
	vertical-align: middle;
	line-height: 25px;
}

.block_items_youtube_list .youtube_pop_c .youtube_pop_left .youtube_menber .name {
	font-weight: bold;
}

.block_items_youtube_list .youtube_pop_c .youtube_pop_right {
	float: right;
	height: 30px;
}

.block_items_youtube_list .youtube_pop_c .youtube_pop_right .num_c {
	text-align: right;
	font-size: 12px;
	color: #999;
}

.block_items_youtube_list .youtube_pop_c .youtube_pop_right .num_c i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	font-size: 18px;
	background: none;
}

.block_items_youtube_list .youtube_pop_c .youtube_pop_right .thumbs_up {
	padding-top: 5px;
	text-align: right;
}

.block_items_youtube_list .youtube_pop_c .youtube_pop_right .thumbs_up a {
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
	color: #999;
}

.block_items_youtube_list .youtube_pop_c .youtube_pop_right .thumbs_up a i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
	background: none;
	font-size: 22px;
	line-height: 1;
}

.block_items_youtube_list .youtube_pop_c .youtube_pop_right .thumbs_up a span {
	display: inline-block;
	vertical-align: middle;
}

.block_items_youtube_list .youtube_pop_c .youtube_pop_right .thumbs_up a i.low {
	font-size: 18px;
	position: relative;
	top: 2px;
}

.block_items_youtube_list .youtube_pop_c .big_video {
	width: 480px;
	height: auto;
	float: left;
	position: relative;
	display: none;
}

.block_items_youtube_list .youtube_pop_c .youtube_pop_con {
	float: right;
	width: 400px;
	box-sizing: border-box;
	padding: 10px 0 10px 20px;
	position: relative;
}

.block_items_youtube_list .youtube_pop_c .youtube_pop_inf {
	margin-bottom: 20px;
	color: #666;
	font-size: 12px;
	line-height: 20px;
}

.block_items_youtube_list .youtube_pop_c .youtube_pop_list li {
	padding-left: 90px;
	min-height: 80px;
	position: relative;
	margin-bottom: 20px;
}

.block_items_youtube_list .youtube_pop_c .youtube_pop_list li:hover {
	background: #eee;
}

.block_items_youtube_list .youtube_pop_c .youtube_pop_list li .youtube_pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	text-align: center;
}

.block_items_youtube_list .youtube_pop_c .youtube_pop_list li .youtube_pic a {
	display: inline-block;
}

.block_items_youtube_list .youtube_pop_c .youtube_pop_list li .youtube_pic img {
	max-width: 80px;
	max-height: 80px;
}

.block_items_youtube_list .youtube_pop_c .youtube_pop_list li .pro_name {
	color: #000;
	font-size: 12px;
	height: 20px;
	overflow: hidden;
	padding-top: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.block_items_youtube_list .youtube_pop_c .youtube_pop_list li .pro_name:hover {
	color: #ed3445
}

.block_items_youtube_list .youtube_pop_c .youtube_pop_list li .pro_price {
	height: 20px;
	line-height: 16px;
	color: #ed3445;
}

.block_items_youtube_list .youtube_pop_c .youtube_pop_list li .pro_price span {
	color: #000;
}

.block_items_youtube_list .youtube_pop_c .youtube_pop_list li .pro_btn {
	margin-top: 4px;
	height: 26px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
	line-height: 26px;
	color: #fff;
	background: #ed3445;
	border-radius: 2px;
	display: inline-block;
	font-size: 12px;
}

.block_items_youtube_list .youtube_pop_c .youtube_pop_close {
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: center;
	font-size: 20px;
	color: #999;
	cursor: pointer;
}

.block_items_youtube_list .youtube_content {
	overflow: auto;
	height: 300px;
}

.block_items_youtube_list .youtube_pop_con h3 {
	font-size: 14px;
	margin-bottom: 5px;
}



.block_items_youtube_list .youtube-pagination{
	text-align: center;
}

.block_items_youtube_list .swiper-button-next, 
.block_items_youtube_list .swiper-button-prev{
	width: 50px;
	height: 50px;
	background: none;
	transition: all 0.3s ease;
	transform: translate(15px,0);
	outline: none;
	background: rgba(255,255,255,.5);
    border-radius: 5px;
    text-align: center;
}
.block_items_youtube_list .swiper-button-next{
	transform: translate(-15px,0);
}

.block_items_youtube_list .swiper-button-next svg{
	transform: rotate(180deg);
}
.block_items_youtube_list .swiper-button-next svg,
.block_items_youtube_list .swiper-button-prev svg{
	width: 20px;
	height: 50px;
	fill: #999;
}
.block_items_youtube_list:hover .swiper-button-next svg, 
.block_items_youtube_list:hover .swiper-button-prev svg{
	fill:#666;
}
.block_items_youtube_list:hover .swiper-button-next, 
.block_items_youtube_list:hover .swiper-button-prev{
	opacity: 1;
	transform: none;
	background: rgba(255,255,255,1);
}

/*评论无图*/
.block_items_comment{
	margin: 0 auto ;
	max-width: 1200px;
}

.block_items_comment .block_comment_tit{
	    font-size: 30px;
    font-weight: 400;
    line-height: 53px;
    text-transform: capitalize;
    display: block;
    margin-bottom: 20px;
    text-align: center;
    color: #000;
}
.block_items_comment .block_comment_tit a{
	color: #000;
}
.block_items_comment .block_comment_content{
	position: relative;
	overflow: hidden;
}
.block_items_comment .block_comment_content ul{}
.block_items_comment .block_comment_content li{
	text-align: center;
}
.block_items_comment .block_comment_content li .block_comment_img{
	margin-bottom: 20px;
}
.block_items_comment .block_comment_content li .block_comment_img img{
	max-width: 100%;
}
.block_items_comment .block_comment_content li .block_comment_name{
	font-size: 14px;
	color: #000;
	margin-bottom: 15px;
}
.block_items_comment .block_comment_content li .block_comment_star{
	margin: 0 0 15px;
}
.block_items_comment .block_comment_content li .block_comment_star_list{
	display: inline-block;
	vertical-align: top;
}
.block_items_comment .block_comment_content li .block_comment_star_list span{}
.block_items_comment .block_comment_content li .block_comment_star_list span.on{}
.block_items_comment .block_comment_content li .block_comment_star_list span svg{
	width: 14px;
	height: 16px;
	fill: #ccc;
}
.block_items_comment .block_comment_content li .block_comment_star_list span.on svg{
	fill:#000;
}
.block_items_comment .block_comment_content li .block_comment_date{
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	line-height: 16px;
	color: #999;
}
.block_items_comment .block_comment_content li .block_comment_detail{
	line-height: 20px;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.block_items_comment .block_comment_content li a{
	display: block;
	color: #000;
}
.block_items_comment_full_screen{
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

/*评论带图*/
/*晒图*/
.block_items_gallery{
	position: relative;
	margin: 0 auto ;
	max-width: 1200px;
}
.block_items_gallery_rec_full_screen{
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.block_items_gallery .block_gallery_tit{
	    font-size: 30px;
    font-weight: 400;
    line-height: 53px;
    text-transform: capitalize;
    display: block;
    margin-bottom: 20px;
    text-align: center;
    color: #000;
}
.block_items_gallery .block_gallery_tit a{
    color: #000;
}
.block_items_gallery .block_gallery_list{
	position: relative;
	overflow: hidden;
}
.block_items_gallery li{
	height: auto !important;
	max-height: 224px;
}
.block_items_gallery li a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.block_items_gallery li a .cover_box{
	width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: relative;
    opacity: 0;
    transition: all 0.1s ease;
    transform: scale(.8);
}
.block_items_gallery li a .cover_box svg{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    fill: #fff;
}
.block_items_gallery li a:hover .cover_box{
	opacity: 1;
	transform: scale(1);
}
.block_items_gallery .swiper-button-next, 
.block_items_gallery .swiper-button-prev{
	width: 50px;
	height: 50px;
	background: none;
	transition: all 0.3s ease;
	transform: translate(15px,0);
	outline: none;
	background: rgba(255,255,255,.5);
    border-radius: 5px;
    text-align: center;
}
.block_items_gallery .swiper-button-next{
	transform: translate(-15px,0);
}

.block_items_gallery .swiper-button-next svg{
	transform: rotate(180deg);
}
.block_items_gallery .swiper-button-next svg,
.block_items_gallery .swiper-button-prev svg{
	width: 20px;
	height: 50px;
	fill: #999;
}
.block_items_gallery:hover .swiper-button-next svg, 
.block_items_gallery:hover .swiper-button-prev svg{
	fill:#666;
}
.block_items_gallery:hover .swiper-button-next, 
.block_items_gallery:hover .swiper-button-prev{
	opacity: 1;
	transform: none;
	background: rgba(255,255,255,1);
}
.block_gallery_pop{
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 500000;
}


/*服务口号*/
.block_items_solgan{
	position: relative;
	margin: 0 auto ;
	width: 1200px;
}
.block_items_solgan .block_solgan_tit{
	font-size: 30px;
    font-weight: 400;
    line-height: 53px;
    text-transform: capitalize;
    display: block;
    margin-bottom: 20px;
    text-align: center;
    color: #000;
}
.block_items_solgan .block_solgan_tit a{
	color: #000;
}
.block_items_solgan ul{
    font-size: 0;
    text-align: center;
}
.block_items_solgan li{
	display: inline-block;
    vertical-align: top;
    width: calc(25% - 15px);
    padding: 0;
    box-sizing: border-box;
    margin: 0 20px 30px 0;
    font-size: 14px;
}
.block_items_solgan li:nth-child(4n){
	margin-right:0;
}
.block_items_solgan li .service-list__con{
	text-align: center;
}
.block_items_solgan li .service-icon{
	padding: 10px 0;
}
.block_items_solgan li .service-icon i{
	color: #000;
    border: 1px solid #e6e6e6;
    background: #fff;
    transition: all 0.3s ease-out;
    width: 66px;
    height: 66px;
    line-height: 66px;
    font-size: 40px;
    border-radius: 50%;
    display: inline-block;
}
.block_items_solgan li .service-info{
	margin-top: 20px;
}
.block_items_solgan li .service-info h4{
    color: #000;
    font-weight: bold;
    margin: 0 0 15px;
    font-size: 14px;
}
.block_items_solgan li .service-info p{
	line-height: 20px;
	color: #000;
	color: #999
}


/*新闻博客*/
.block_items_blog{
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    max-width: 1200px;
    overflow: hidden;
    position: relative;
}
.block_items_blog .news-box {
	position: relative;
	text-align: center;
}

.block_items_blog .news-box .block_news_tit {
	font-size: 30px;
	font-weight: 400;
	line-height: 53px;
	text-transform: capitalize;
	display: block;
	margin-bottom: 20px;
}
.block_items_blog .news-box .block_news_tit a{
	color: #000;
}

.block_items_blog .news-box .news-swiper {
	position: relative;
	overflow: hidden;
}

.block_items_blog .news-box li {
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
}

.block_items_blog .news-box .pic {
	display: block;
	height: 256px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.block_items_blog .news-box .text {
	padding: 15px;
	text-align: left;
}

.block_items_blog .news-box .news-time {
	color: #999;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
	display: block;
}

.block_items_blog .news-box .news-tit {
	display: block;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.block_items_blog .news-box .news-detail {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 10px;
}

.block_items_blog .news-box .news-btn {
	color: #fff;
	text-transform: capitalize;
	background: #000;
	font-size: 14px;
	display: inline-block;
	padding: 8px 20px;
	margin-top: 5px;
}
.block_single_products .single_product_shop_now:hover,
.block_items_blog .news-box .news-btn:hover{
	opacity: 0.9;
}

.block_items_blog .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	opacity: 1;
	background: #999;
}
.block_items_blog .swiper-pagination-bullet-active{
	background: #000;
}

.block_items_blog .swiper-button-next, 
.block_items_blog .swiper-button-prev{
	width: 50px;
	height: 50px;
	background: none;
	transition: all 0.3s ease;
	transform: translate(15px,0);
	outline: none;
	background: rgba(255,255,255,.5);
    border-radius: 5px;
    text-align: center;
}
.block_items_blog .swiper-button-next{
	transform: translate(-15px,0);
}

.block_items_blog .swiper-button-next svg{
	transform: rotate(180deg);
}
.block_items_blog .swiper-button-next svg,
.block_items_blog .swiper-button-prev svg{
	width: 20px;
	height: 50px;
	fill: #999;
}
.block_items_blog:hover .swiper-button-next svg, 
.block_items_blog:hover .swiper-button-prev svg{
	fill:#666;
}
.block_items_blog:hover .swiper-button-next, 
.block_items_blog:hover .swiper-button-prev{
	opacity: 1;
	transform: none;
	background: rgba(255,255,255,1);
}

/*品牌列表*/
.block_items_brand{
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 1200px;
}

.block_items_brand .block_brand_tit {
	font-size: 30px;
	font-weight: 400;
	line-height: 53px;
	text-transform: capitalize;
	display: block;
}
.block_items_brand .block_brand_tit a{
	color: #000;
}
.block_items_brand .brand-box {
	text-align: center;
}
 
.block_items_brand .block_brand_content{
	position: relative;
	overflow: hidden;
}
.block_items_brand .block_brand_content ul{
	text-align: left;
	font-size: 0;
}
.block_items_brand .block_brand_content li{
	display: inline-block;
	width: calc(16.666666% - 16.666666px);
	margin-right: 20px;
	margin-top: 20px;
	text-align: center;
}
.block_items_brand .block_brand_content li:nth-child(6n){
	margin-right: 0;
}
.block_items_brand .block_brand_content .brand-pic {
	width: 100%;
    height: 80px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    font-size: 20px;
    color: #000;
    line-height: 78px;
}
.block_items_brand .block_brand_content .brand-pic:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: '';
}
.block_items_brand .block_brand_content .brand-pic img{
	max-width: 85%;
	max-height: 90%;
	vertical-align: middle;
}


.block_items_brand .block_brand_content .brand-name {
	color: #000;
	font-size: 14px;
	padding: 0;
	font-weight: 400;
	margin: 15px 0 10px;
	line-height: 1.1;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: center;
}

.block_items_brand .block_brand_content_1 li{
	width: 100%;
}
.block_items_brand .block_brand_content_2 li{
	width: calc(50% - 10px);
	margin-right: 20px;
}
.block_items_brand .block_brand_content_2 li:nth-child(2){
	margin-right: 0;
}
.block_items_brand .block_brand_content_3 li{
	width: calc(33.33333% - 13.3333px);
}
.block_items_brand .block_brand_content_3 li:nth-child(3){
	margin-right: 0;
}
.block_items_brand .block_brand_content_4 li{
	width: calc(25% - 15px);
}
.block_items_brand .block_brand_content_4 li:nth-child(4){
	margin-right: 0;
}
.block_items_brand .block_brand_content_5 li{
	width: calc(20% - 16px);
	margin-right: 20px;
}
.block_items_brand .block_brand_content_5 li:nth-child(5){
	margin-right: 0;
}


.block_items_comment .swiper-button-next, 
.block_items_comment .swiper-button-prev,
.block_items_comment .comment-image-swiper-button-next, 
.block_items_comment .comment-image-swiper-button-prev{
	width: 50px;
	height: 50px;
	background: none;
	transition: all 0.3s ease;
	transform: translate(15px,0);
	outline: none;
	background: rgba(255,255,255,.5);
    border-radius: 5px;
    text-align: center;
}
.block_items_comment .swiper-button-next,
.block_items_comment .comment-image-swiper-button-next{
	transform: translate(-15px,0);
}

.block_items_comment .swiper-button-next svg,
.block_items_comment .comment-image-swiper-button-next svg{
	transform: rotate(180deg);
}
.block_items_comment .swiper-button-next svg,
.block_items_comment .swiper-button-prev svg,
.block_items_comment .comment-image-swiper-button-next svg,
.block_items_comment .comment-image-swiper-button-prev svg{
	width: 20px;
	height: 50px;
	fill: #999;
}
.block_items_comment:hover .swiper-button-next svg, 
.block_items_comment:hover .swiper-button-prev svg,
.block_items_comment:hover .comment-image-swiper-button-next svg, 
.block_items_comment:hover .comment-image-swiper-button-prev svg{
	fill:#666;
}
.block_items_comment:hover .swiper-button-next, 
.block_items_comment:hover .swiper-button-prev,
.block_items_comment:hover .comment-image-swiper-button-next, 
.block_items_comment:hover .comment-image-swiper-button-prev{
	opacity: 1;
	transform: none;
	background: rgba(255,255,255,1);
}





/*分类列表*/
.block_items_category_list{
	margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    max-width: 1200px;
    overflow: hidden;
    position: relative;
}

.block_items_category_list .block_category_tit {
	font-size: 30px;
	font-weight: 400;
	line-height: 53px;
	text-transform: capitalize;
	display: block;
	text-align: center;
}
.block_items_category_list .block_category_tit a{
	color: #000;
}
.block_items_category_list .category-box {
	text-align: center;
}
 
.block_items_category_list .block_category_content {
	position: relative;
	overflow: hidden;
}
.block_items_category_list .block_category_content ul{
	font-size: 0;
} 
.block_items_category_list .block_category_content li{
	width: calc(25% - 15px);
	margin-right: 20px;
	margin-top: 20px;
	position: relative;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}
.block_items_category_list .block_category_content li:nth-child(4n){
	margin-right: 0;
}

.block_items_category_list .block_category_content .category-pic {
	display: block;
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.block_items_category_list .block_category_content .category-name {
	background: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
    transition: color 0.2s linear;
    font-size: 14px;
    font-weight: 500;
    color: #191919;
    display: inline-block;
    max-width: calc(100% - 16px);
    line-height: 44px;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.block_items_category_list .block_category_content .category-name a{color:#fff;}
.block_items_category_list .block_category_content li .category-name:hover{
 	background: rgba(0,0,0,.9);
 	color: #fff;
}

.block_youtubeshop_tit,
.block_instagram_tit{
	font-size: 30px;
    font-weight: 400;
    line-height: 53px;
    text-transform: capitalize;
    display: block;
    margin-bottom: 20px;
    text-align: center;
    color: #000;
}
.block_youtubeshop_tit a,
.block_instagram_tit a{
	color: #000;
}
.block_items_category_list_full_screen{
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.block_items_category_list_full_screen .block_category_content li{
	width: calc(16.66666% - 20px);
	margin-right: 24px;
}
.block_items_category_list_full_screen .block_category_content li:nth-child(4n){
	margin-right: 24px;
}
.block_items_category_list_full_screen .block_category_content li:nth-child(6n){
	margin-right: 0;
}

/*专题列表*/
.block_items_topic_list{
	margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    max-width: 1200px;
    overflow: hidden;
    position: relative;
}
.block_items_topic_list .block_topic_tit{
	font-size: 30px;
    font-weight: 400;
    line-height: 53px;
    text-transform: capitalize;
    display: block;
    margin-bottom: 20px;
    text-align: center;
    color: #000;
}
.block_items_topic_list .block_topic_tit a{
	color: #000;
}
.block_items_topic_list dl{
    padding: 20px 20px 0;;
    border: 1px solid #e6e6e6;
    margin-top: 20px; 
}
.block_items_topic_list dt{
	height: 27px;
    line-height: 27px;
    margin: 0 0 20px;
    position: relative;
}
.block_items_topic_list dt p{
	max-width: calc(100% - 130px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size: 20px;
    color: #000;
    font-weight: normal;
}
.block_items_topic_list dt span{
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    height: 27px;
    line-height: 27px;
    padding: 0 20px;
    background: #000;
    border-radius: 20px;
    color: #fff;
}
.block_items_topic_list dd{
	width: calc(67% + 10px);
    font-size: 0;
    padding: 0 0 0 33%;
    position: relative;
}
.block_items_topic_list dd .img_box{
	width: calc(25% - 20px);
    display: inline-block;
    margin: 0 10px 20px;
    border: 1px solid #e6e6e6;
	box-sizing: border-box;
}
.block_items_topic_list dd .img_box:first-child{
	position:absolute;
	left:0;
	top:0;
	margin:0;
	width:calc(33% - 15px);
}


/*单个产品*/
.block_single_products{
	margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    max-width: 1200px;
    display: -webkit-flex; /* Safari */
  	display: flex;
  	flex-direction:row;
  	
}

.block_single_products .pro_detail .sku_con{
	position:relative;
	margin-bottom:20px;
	width:calc(50% - 10px);
	float:left;
} 
.block_single_products .pro_detail .sku_con:nth-child(2n){
	margin-left:20px;
}
.block_single_products .pro_detail .sku_con select{
	width:100%;
	height:42px;
	font-size:14px;
	padding-left:10px;
	border-color:#000;
	border-radius:0;
	background:none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	position:relative;
	z-index:9;
	outline: none;
	cursor: pointer;
	
}
.block_single_products .pro_detail .sku_con select::-ms-expand { 
	display: none; 
}


.block_single_products .pro_detail .sku_con span{
	display:inline-block;
	position:absolute;
	right:0;
	bottom:0;
	height:41px;
	line-height:41px;
	width:45px;
	border-left:1px solid #000;
	text-align:center;
	color:#000;
	font-weight:bold;
	z-index:8;
}
.block_single_products .pro_detail .sku_con span svg{
	width: 20px;
	height: 41px;
	fill:#000;
}
.block_single_products .pro_detail .no-selected span,
.block_single_products .pro_detail .no-selected select{
	border-color: #ed4040;
}
.block_single_products .pro_detail .detail_qty{
	margin-bottom:20px;
}
.block_single_products .pro_detail .quantityform{
	width:158px;
	height:38px;
	font-size:14px;
	font-weight:700;
	border:1px solid #000;
	border-radius:0;
	background:none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	display:inline-block;
	vertical-align:middle;	
}
.block_single_products .pro_detail .quantityform .iconleft{
	float:left;
	height:38px;
	line-height:38px;
	width:45px;
	border-right:1px solid #000;
	background:none;
	text-align:center;
	color:#000;
	box-sizing: border-box;
}
.block_single_products .pro_detail .quantityform .iconright{
	float:right;
	height:38px;
	line-height:38px;
	width:45px;
	border-left:1px solid #000;
	background:none;
	text-align:center;
	color:#000;
	box-sizing: border-box;
}
.block_single_products .pro_detail .quantityform a i{
	display:inline-block;
	background:none;
	font-size:16px;
	font-weight:bold;
}
.block_single_products .pro_detail .quantityform .qty_txt{
	float:left;
	border:0;
	background:none;
	width:68px;
	height:40px;
	line-height:40px;
	text-align:center;
	box-sizing: border-box;
}
.block_single_products .pro_detail .stock_nums,
.block_single_products .pro_detail #goods_moq{
	display: inline-block;
    line-height: 40px;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 14px;
    color: #999;
}

.block_single_products .pro_detail .free_shipping{
	height: 20px;
	line-height: 20px;
	margin-top: 20px;
	color: #333;
}
.block_single_products .pro_detail .free_shipping svg{
	height: 20px;
	width: 24px;
	fill: #333;
	vertical-align: top;
	margin-right: 5px;
}
.block_single_products .pro_detail .btns{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:20px;

}
.block_single_products .pro_detail .add_to_cart{
	width: calc(50% - 10px);

}
.block_single_products .pro_detail .pro_detail_bom h6{
	color:#333;
	font-size:14px;
	margin:0 0 10px;
}
.block_single_products .pro_detail .add_to_cart a{
	display:block;
	width:100%;
	height:42px;
	line-height:42px;
	text-align:center;
	color:#333;
	border:1px solid #333;
	background:none;
	font-size:14px;
	border-radius:0;
	font-weight:bold;
	box-sizing: border-box;
	transition:all 0.15s ease-out;
}
.block_single_products .pro_detail .add_to_cart a:hover{
	
	color:#fff;
	border-color:#333;
	background: #333;
}
.block_single_products .pro_detail .buy_now_btn{
	width: calc(50% - 10px);
}
.block_single_products .pro_detail .buy_now_btn a{
	display:block;
	width:100%;
	height:44px;
	line-height:44px;
	text-align:center;
	color:#fff;
	background:#333;
	font-size:14px;
	border-radius:0;
	font-weight:bold;
	transition:all 0.15s ease-out;
}
.block_single_products .pro_detail .buy_now_btn a:hover{
	opacity: 0.9;
	
}
.block_single_products .pro_detail .buy_now_btn a.addskutocart_ecpay_buynow{
	background: #ffc439;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}


.block_single_products .pro_detail .btn_ecpay,
.block_single_products .pro_detail .btn_inquiry,
.block_single_products .pro_detail .btn_outstock{
	width: calc(50% - 10px);
}
.block_single_products .pro_detail .btn_ecpay a,
.block_single_products .pro_detail .btn_inquiry a,
.block_single_products .pro_detail .btn_outstock a{
	display:block;
	width:100%;
	height:44px;
	line-height:44px;
	text-align:center;
	color:#fff;
	background:#e0e0e0;
	font-size:14px;
	border-radius:0;
	font-weight:bold;
	transition:all 0.15s ease-out;
}
.block_single_products .pro_detail .btn_inquiry a{
	background: #333;
}
.block_single_products .pro_detail .btn_ecpay a{
	background: #ffc439;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.block_single_products .pro_detail .btn_ecpay a:hover,
.block_single_products .pro_detail .btn_inquiry a:hover,
.block_single_products .pro_detail .btn_outstock a:hover{
	opacity: 0.9;
	
}
.block_single_products .pro_detail .btn_ecpay a .paypal-button-logo {
    height: 24px;
    max-height: 33px;
    min-height: 22px;
}

 








.block_single_products .pro_detail_bom .index_sku_list:after{
	content: '';
	display: block;
	width: 100%;
	clear: both;
}

.block_single_products .single_product_pic .player-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
    height: 100%;
    z-index: 99;
}
.block_single_products .single_product_pic .video-js{
	width: 100%;
    height: 100%;
}

.block_single_products .single_product_pic{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	font-size: 14px;
	position: relative;
	text-align: center; 
}
.block_single_products .single_product_image{
	position: relative;
}
.block_single_products .single_product_img{
	position: relative;
}
.block_single_products .single_product_img img{
	max-width: 100%;
}
.block_single_products .sold_out_box{
	position: absolute;
    right: -25px;
    top: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #9a9a9a;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    box-sizing: border-box;
    padding-top: 7px;
    z-index: 9;
}
.block_single_products .single_product_content{
	display: inline-block;
	vertical-align: top;
	width: 45%;
	font-size: 14px;
	text-align: left;
	margin-left: 5%;
}
.block_single_products .single_product_content .viewnav_2020{
	margin-top: 20px;
}
.block_single_products .single_product_content .viewnav_2020 img{
	max-width:100%;
}
.block_single_products .block_title{
	text-align: left;
	line-height: 40px;
	margin-bottom: 10px;
}

.block_single_products .block_title:hover{
	color: #000;
	text-decoration: underline;
}
.block_single_products .block_product_star{
	margin-bottom: 15px;
}





.block_single_products .star{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin-bottom: 10px;
	background: none;
}
.block_single_products .star .product_star{
	text-align: center; 
	position: relative;
	height: 20px;
	width: 100px;
	display: inline-block;
	vertical-align: top;
}
.block_single_products .star .product_star span{
	position: absolute;
	left: 0;
	top: 0;
	vertical-align: middle;
	padding: 0;
	height: 20px;
}
.block_single_products .star .product_star svg{
	width: 100px;
	height: 20px;
	fill: #999;
}
.block_single_products .star .product_star .cur{
	overflow: hidden;
	z-index: 9;
}
.block_single_products .star .product_star .cur svg{
	fill: #ff9d00;
}
.block_single_products .star strong{
	font-size: 16px;
	margin-right: 10px;
	line-height: 20px;
}
.block_single_products .star #products_comment_counts{
	font-size: 16px;
	margin-left: 10px;
	line-height: 20px;
}












.block_single_products .single_product_detail{
	font-size: 14px;
	margin-bottom: 20px;
	color: #999;
}
.block_single_products .single_product_price{
	font-size: 20px;
	margin-bottom: 20px;
}
.block_single_products .single_product_price .oldprice{
	color: #999;
	text-decoration: line-through;
	margin-left: 15px;
}
.block_single_products .single_product_price .deals_price{
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.block_single_products .single_product_price .deals_time_countout{
	margin: 10px 0;
}
.block_single_products .single_product_price .deals_time_countout .timelimitbox .day,
.block_single_products .single_product_price .deals_time_countout .timelimitbox .hours,
.block_single_products .single_product_price .deals_time_countout .timelimitbox .minutes,
.block_single_products .single_product_price .deals_time_countout .timelimitbox .seconds {
	background: #f5f5f5;
	display: inline-block;
	width: 28px;
	height: 28px;
	padding: 0;
	line-height: 28px;
	text-align: center;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	position: relative;
}
.block_single_products .single_product_price .deals_time_countout .timelimitbox .time_label {
	display: inline-block;
	font-size: 16px;
	height: 28px;
	line-height: 28px;
	min-width: 16px;
	text-align: center;
}
.block_single_products .single_product_price .deals_time_countout .timelimitbox .time_label_two {
	min-width: 10px;
}
.block_single_products .single_product_price .deals_time_countout .timelimitbox .day {
	padding-right: 12px;
}
.block_single_products .single_product_price .deals_time_countout .timelimitbox .day sup {
	position: absolute;
	right: 8px;
	top: 3px;
	height: 14px;
	line-height: 14px;
}



.block_single_products .sold_out_btn{
	display: block;
	height: 38px;
	line-height: 38px;
	background: #d6d6d6;
	color: #fff;
	font-size: 14px;
	width: 90px;
	text-align: center;
	margin: 20px auto 0;
}
.block_single_products .single_product_shop_now{
	display: block;
	height: 40px;
	line-height: 40px;
	background: #000;
	color: #fff;
	font-size: 14px;
	width: 130px;
	text-align: center;
	margin: 20px auto 0;
}
.block_single_products_right{
	flex-direction:row-reverse;
}
.block_single_products_right .single_product_pic{
	text-align: right;
}
.block_single_products_right .single_product_content{
	margin: 0 10% 0 0;
}
.block_single_products .single_product_pic .small_image_list{
	margin-top: 20px;
	position: relative;
}
.block_single_products .small_image_list .single_product_prev,
.block_single_products .small_image_list .single_product_next{
	position: absolute;
	left: -40px;
	top: 0;
	height: 135px;
	width: 40px;
	cursor: pointer;
	display: none;
}
.block_single_products .small_image_list .single_product_prev svg,
.block_single_products .small_image_list .single_product_next svg{
	height: 135px;
	width: 30px;
	fill:#333;
}
.block_single_products .small_image_list .single_product_next{
	left: auto;
	right: -40px;
}
.block_single_products .single_product_pic .small_image_ul{
	overflow: hidden;
	position: relative;
}
.block_single_products .single_product_pic .small_image_ul li a{
	 display: block;
}
.block_single_products .single_product_pic .small_image_ul li a img{
	max-width: 100%;
    max-height: 100%;
}

.block_single_products .single_product_image .single-product-swiper-pagination{
	position: absolute;
	z-index: 9;
	bottom: 20px; 
	text-align: center;
}
.block_single_products .single_product_image .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	opacity: 1;
	background: #999;
}
.block_single_products .single_product_image .swiper-pagination-bullet-active{
	background: #000;
}

.block_single_products .swiper-button-next, 
.block_single_products .swiper-button-prev{
	width: 50px;
	height: 50px;
	background: none;
	transition: all 0.3s ease;
	transform: translate(15px,0);
	outline: none;
	background: rgba(255,255,255,.5);
    border-radius: 5px;
    text-align: center;
}
.block_single_products .swiper-button-next{
	transform: translate(-15px,0);
}

.block_single_products .swiper-button-next svg{
	transform: rotate(180deg);
}
.block_single_products .swiper-button-next svg,
.block_single_products .swiper-button-prev svg{
	width: 20px;
	height: 50px;
	fill: #999;
}
.block_single_products:hover .swiper-button-next svg, 
.block_single_products:hover .swiper-button-prev svg{
	fill:#666;
}
.block_single_products:hover .swiper-button-next, 
.block_single_products:hover .swiper-button-prev{
	opacity: 1;
	transform: none;
	background: rgba(255,255,255,1);
}
.block_single_products .video-play{
    position:absolute;
    left:10px;
    bottom:10px;
    margin:auto;
    box-sizing:border-box;   
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    z-index: 200;
}
.block_single_products .video-play i{
display: block;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    border-radius:50%;
    background:#fe0000;
    color:#fff;
    font-size:20px;
    box-sizing:border-box;
    cursor:pointer;
    transition:all 0.2s ease-in;
}
.block_single_products .video-play i:hover{
    background:#fe0000;
}
.block_single_products .player-close{
    position:absolute;
    top:10px;
    right:10px;
    box-sizing:border-box;   
    width:30px;
    height:30px;
    border-radius: 50%;
    background: #202020;
    text-align:center;
    z-index: 100;    
    cursor:pointer;
    border-radius:50%;
    color:#FFF;
    display:none;
    text-transform: uppercase;
    text-align: center;
}
.block_single_products .player-close svg{
	fill:#fff;
	height: 30px;
	width: 14px;
}




.block_items_banner .default_data{
	background: #c5cdda;
	width: 100%;
	height: 100%;
	position: relative;
}
.block_items_banner .default_data span,
.block_items_gallery li a.default_data span,
.block_items_blog .news-box .pic.default_data span,
.block_image_2 a.default_data span,
.block_image_3 a.default_data span,
.block_image_4 a.default_data span,
.block_image_5 a.default_data span,
.block_items_products_tab .block_rec_ul li .pic.default_data span,
.block_items_products_rec .block_rec_ul li .pic.default_data span,
.block_items_products_switch .block_rec_ul li .pic.default_data span,
.block_items_ins_list .index_ins_box .ins_con .ins_img.default_data span,
.block_items_youtube_list .youtube_box .youtube_pic.default_data .default_data_word,
.block_single_products .single_product_img.default_data span,
.block_items_comment .block_comment_content li .block_comment_img.default_data span,
.block_items_youtube_video .default_data span,
.block_items_imagetext_1 .default_data span{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	text-align: center;
	width: 100%;
	display: block;
	color: #fff;
	font-size: 50px;
}
.block_items_gallery li a.default_data{
	background: #c5cdda;
	position: relative;
}
.block_items_gallery li a.default_data span{
	font-size: 24px;
}
.block_items_blog .news-box .pic.default_data{
	background: #c5cdda;
	position: relative;
}
.block_items_brand .block_brand_content .brand-pic.default_data,
.block_items_ins_list .index_ins_box .ins_con .ins_img.default_data,
.block_items_youtube_list .youtube_box .youtube_pic.default_data{
	background: #c5cdda;
	position: relative;
}

.block_items_brand .block_brand_content .brand-pic.default_data span{
	display: block;
    line-height: 85px;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.block_image_2 a.default_data,
.block_image_3 a.default_data{
	background: #c5cdda;
	position: relative;
	height: 500px;
}
.block_image_3 a.default_data{
	height: 380px;
}


.block_image_4 .image-1 .default_data,
.block_image_4 .image-2 .default_data,
.block_image_4 .image-3 .default_data{
	height: 330px;
	background: #c5cdda;
	position: relative;
}
.block_image_4 .image-4 .default_data{
	
	height: 680px;
	background: #c5cdda;
	position: relative;
}

.block_image_5 .image-1 a.default_data{
	display: block;
	height: 510px;
	background: #c5cdda;
	position: relative;
}
.block_image_5 .image-2 a.default_data,
.block_image_5 .image-3 a.default_data,
.block_image_5 .image-4 a.default_data,
.block_image_5 .image-5 a.default_data{
	display: block;
	height: 250px;
	background: #c5cdda;
	position: relative;
}

.block_image_5 .default_data span,
.block_image_4 .default_data span,
.block_items_products_tab .block_rec_ul li .pic.default_data span,
.block_items_products_rec .block_rec_ul li .pic.default_data span,
.block_items_products_switch .block_rec_ul li .pic.default_data span,
.block_items_ins_list .index_ins_box .ins_con .ins_img.default_data span,
.block_items_youtube_list .youtube_box .youtube_pic.default_data .default_data_word{
	font-size: 20px;
}
.block_items_products_tab .block_rec_ul li .pic.default_data,
.block_items_products_rec .block_rec_ul li .pic.default_data,
.block_items_products_switch .block_rec_ul li .pic.default_data{
	height: 365px;
	background: #c5cdda;
	position: relative;
}
.block_items_ins_list .index_ins_box .ins_tab a .default_data_icon{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #c5cdda;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin-right: 20px;
}
.block_items_ins_list .index_ins_box .ins_tab a .default_data_icon svg{
	height: 40px;
	width: 20px;
	fill: #000;

}
.block_items_topic_list dd .img_box.default_data{
	background: #c5cdda;
	position: relative;
}
.block_items_topic_list dd .img_box.default_data span,
.block_items_imagetext_list li .imagetext_pic.default_data span{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	transform: translate(0,-50%);
	text-align: center;
}
.block_items_topic_list dd .img_box.default_data:first-child{
	position: absolute;
}
.block_items_imagetext_list li .imagetext_pic.default_data{
	height: 340px;
	background: #c5cdda;
	position: relative;
	display: block;
}

.block_single_products .single_product_img.default_data{
	height: 600px;
	background: #c5cdda;
	position: relative;
	display: block;
}
.block_items_comment .block_comment_content li .block_comment_img.default_data{
	background: #c5cdda;
	position: relative;
}


.block_items_youtube_video .default_data{
	background: #c5cdda;
	position: relative;
	height: 500px;
}

.block_items_imagetext_1 .default_data{
	background: #c5cdda;
	height: 600px;
	color: #fff;
	position: relative;

}
.block_items_imagetext .imagetext_pic.default_data{
	background: #c5cdda;
}


.banner_specs_large{
	height: 600px;
}
.banner_specs_medium{
	height: 450px;
}
.banner_specs_small{
	height: 300px;
}

.banner_size_large .block_banner_content h4{
	font-size: 60px;
}
.banner_size_medium .block_banner_content h4{
	font-size: 48px;
}
.banner_size_small .block_banner_content h4{
	font-size: 34px;
}
.banner_size_large .block_banner_content p{
	font-size: 24px;
}
.banner_size_medium .block_banner_content p{
	font-size: 20px;
}
.banner_size_small .block_banner_content p{
	font-size: 16px;
}

.banner_full_screen{
	width: 100%;
}



.imagetext_size_large .imagetext_content_title{
	font-size: 60px;
}
.imagetext_size_medium .imagetext_content_title{
	font-size: 48px;
}
.imagetext_size_small .imagetext_content_title{
	font-size: 34px;
}

.imagetext_size_large .imagetext_content_detail{
	font-size: 24px;
	line-height: 34px;
}
.imagetext_size_medium .imagetext_content_detail{
	font-size: 20px;
	line-height: 30px;
}
.imagetext_size_small .imagetext_content_detail{
	font-size: 16px;
	line-height: 24px;
}

.imagetext_size_large .imagetext_content_btn{
	margin-top: 25px;
    padding: 8px 50px;
}
.imagetext_size_medium .imagetext_content_btn{
	margin-top: 20px;
}


.imagetext_alignment_left .imagetext_content{
	text-align: left;
}
.imagetext_alignment_center .imagetext_content{
	text-align: center;
}
.imagetext_alignment_right .imagetext_content{
	text-align: right;
}



.imagetext_position_topleft .imagetext_content{
	left: 0;
	margin: 0;
	top: 0;
	transform: none;
}
.imagetext_position_topcenter .imagetext_content{
	left: 50%;
	margin: 0 0 0 -350px;
	top: 0;
	transform: none;
}
.imagetext_position_topright .imagetext_content{
	left: auto;
	right: 0;
	margin: 0;
	top: 0;
	transform: none;
}

.imagetext_position_centerleft .imagetext_content{
	left: 0;
	margin: 0;
	top: 50%;
	transform: translate(0,-50%);
}
.imagetext_position_center .imagetext_content{
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.imagetext_position_centerright .imagetext_content{
	left: auto;
	right: 0;
	margin: 0;
	top: 50%;
	transform: translate(0,-50%);
}

.imagetext_position_bottomleft .imagetext_content{
	left: 0;
	margin: 0;
	top: auto;
	transform: none;
	bottom: 0;
}
.imagetext_position_bottomcenter .imagetext_content{
	left: 50%;
	margin: 0 0 0 -350px;
	top: auto;
	transform: none;
	bottom: 0;
}
.imagetext_position_bottomright .imagetext_content{
	left: auto;
	right: 0;
	margin: 0;
	top: auto;
	transform: none;
	bottom: 0;
}
.block_items_products_switch .deals_count_down{
	text-align: center;
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content:center; 
}
.block_items_products_switch .deals_count_down .time_label{
	padding: 0 8px;
	line-height: 34px;
}
.block_items_products_switch .deals_count_down .day_count,
.block_items_products_switch .deals_count_down .hours,
.block_items_products_switch .deals_count_down .minutes,
.block_items_products_switch .deals_count_down .seconds{
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
	background: #000;
	color: #fff;
	font-size: 14px;
}

.module_notice_2017 .state_icon{text-align:center;}
.module_notice_2017 .state_icon i{display:inline-block;color:#9ddb70;font-size:100px;background: none;}
.module_notice_2017 .state_icon i.icon-iconfontgantanhao{display:inline-block;color:#ed4040;font-size:100px;}
.module_notice_2017 .state_name{text-align:center;font-size:14px;color:#333;font-weight:bold;}
.module_notice_2017 .state_txt{text-align:center;padding:0 15px;color:#666;line-height:20px;}
.module_notice_2017 .state_list_btn li{height:40px;line-height:40px;border-bottom:1px solid #ddd;}
.module_notice_2017 .state_list_btn li a{display:block;position:relative;padding:0 15px;color:#333;font-size:13px;}
.module_notice_2017 .state_list_btn li a span{display:inline-block;position:absolute;right:15px;top:0;height:40px;line-height:40px;}
.module_notice_2017 .box_con{padding:15px;font-size:13px;color:#4d4d4d;}
.module_notice_2017 .box_con li{margin-bottom:10px;line-height:20px;position:relative;}
.module_notice_2017 .box_con li .color_666{color:#666;}
.module_notice_2017 .box_con li span{display:inline-block;position:absolute;right:0px;top:0;line-height:20px;}
.module_notice_2017 .stste_btn{text-align:center;}
.module_notice_2017 .stste_btn a{display:inline-block;height:35px;border:1px solid #eee;border-radius:4px;padding:0 20px;line-height:35px;}

.block_items_products_switch .block_rec_ul li .wap_detail_drawing, 
.block_items_products_rec .block_rec_ul li .wap_detail_drawing, 
.block_items_products_tab .block_rec_ul li .wap_detail_drawing{
	display: none;
}

.block_items_products_switch_full_screen.block_items_products_switch_3 .block_rec_ul li .detail_drawing dl dd a,
.block_items_products_switch_full_screen.block_items_products_switch_4 .block_rec_ul li .detail_drawing dl dd a,
.block_items_products_tab_full_screen.block_items_products_tab_3 .block_rec_ul li .detail_drawing dl dd a,
.block_items_products_tab_full_screen.block_items_products_tab_4 .block_rec_ul li .detail_drawing dl dd a,
.block_items_products_rec_full_screen.block_items_products_rec_3 .block_rec_ul li .detail_drawing dl dd a,
.block_items_products_rec_full_screen.block_items_products_rec_4 .block_rec_ul li .detail_drawing dl dd a{
	width: 60px;
	height: 60px;
}
.block_items_products_rec_full_screen.block_items_products_rec_3 .block_rec_ul li .detail_drawing_left svg,
.block_items_products_rec_full_screen.block_items_products_rec_4 .block_rec_ul li .detail_drawing_left svg{
	height: 60px;
}


/*留言积木块*/
.block_items_contactus{
    position: relative;
    padding: 150px 0;
}
.block_items_contactus .block_items_contactus_wapper{
	width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    height: 100%;
}
.block_items_contactus .message-form{
	width: 690px;
    background: #fff;
    padding: 40px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: auto;
    border-radius: 8px;
}
.block_items_contactus .message-form .block_items_contactus_detail{
	text-align: center;
	margin-bottom: 50px;
}

.block_items_contactus .message-form .form_table{
	padding: 20px 0 0;
}
.block_items_contactus .message-form .list2{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
}
.block_items_contactus .message-form .contactus-name, 
.block_items_contactus .message-form .contactus-email, 
.block_items_contactus .message-form .contactus-tel, 
.block_items_contactus .message-form .contactus-title{
    width: calc(50% - 15px);
    box-sizing: border-box;
    height: 48px;
    border: 1px solid #d9d9d9;
    position: relative;
    margin-bottom: 30px;
    padding: 0;
    text-indent: 10px;
    line-height: 20px;
    box-sizing: border-box;
    border-radius: 5px;
}
.block_items_contactus .message-form .contactus-name,
.block_items_contactus .message-form .contactus-tel{
	margin-right: 30px;
}
.block_items_contactus .message-form .contactus-email,
.block_items_contactus .message-form .contactus-title{
	float:right;
}
.block_items_contactus .message-form .contactus-textarea{
	border:0;
	width:100%;
	height:130px;
    max-height: 130px;
    padding: 10px;
    background: transparent;
    border: none;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    background-repeat: no-repeat;
    border-radius: 5px;
	box-sizing:border-box;
	border:1px solid #d9d9d9;
	margin-bottom:30px;
} 
.block_items_contactus .message-form .feedback-select{
	width: 100%;
    box-sizing: border-box;
    height: 48px;
    border: 1px solid #d9d9d9;
    position: relative;
    margin-bottom: 30px;
    padding: 0;
    text-indent: 10px;
    line-height: 20px;
    box-sizing: border-box;
    border-radius: 5px;
}

.block_items_contactus .inquiry-upload{
	position:relative;
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
}
.block_items_contactus .inquiry-upload a{
	display:inline-block;
	width:auto;
	height:44px;
	line-height:46px;
	background:#e9e9e9;
	padding:0 20px 0 60px;
	box-sizing:border-box;
	color:#333;
	font-size:14px;
	cursor:pointer;
	border-radius: 3px;
}
.block_items_contactus .inquiry-upload a svg{
	position:absolute;
	top:5px;
	left:15px;
	width:34px;
	height:34px;
	fill:#333;
}
.block_items_contactus .inquiry-upload input[name="attachData"]{
	position:absolute;
	left:0;
	top:0;
	width:auto;
	height:44px;
	opacity:0;
	cursor:pointer;
}
.block_items_contactus .inquiry-upload__remarks{
	color:#999;
	font-size:16px;
	margin:10px 0 0;
	line-height:16px;
}
.block_items_contactus .block_items_contactus_notes{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 150px);
	margin-left: 10px;
}





.block_items_contactus .message-form .contactus-code-box{
	position: absolute;
	right: 0;
	top: 0;
	width:calc(50% - 20px);
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.block_items_contactus .message-form .contactus-code-box input{
	width:calc(50% - 10px);
	box-sizing:border-box;
	height:42px;
	border:1px solid #f0f0f0;
	float:left;
	margin-right:20px;
	text-indent:10px;
	line-height:20px;
}

.block_items_contactus .message-form .contactus-code-box img{
	height:40px;
	max-width:calc(50% - 10px);
}
.block_items_contactus .message-form .contactus-btn{
    display: block;
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 14px;
    height: 56px;
    line-height: 56px;
    width: 100%;
    letter-spacing: 1px;
    border-radius: 5px;
    background: #000;
    margin: 30px auto 0;
    font-weight: bold;
    overflow: hidden;
    border: 0;
    cursor: pointer;
}

.block_items_contactus .contact_us img{
	max-width: 100%;
}

.block_items_contactus .contact_us{
	width: calc(100% - 690px);
	padding: 0 0 0 100px;
	box-sizing: border-box;
}
.block_items_contactus.contact_us_bg .message-form{
	border-radius: 8px 0 0 8px;
}
.block_items_contactus.contact_us_bg .contact_us{
	background: rgba(255,255,255,.5);
	border-radius: 0 8px 8px 0;
}


.block_items_contactus .message-form .contactus-name::-webkit-input-placeholder, 
.block_items_contactus .message-form .contactus-tel::-webkit-input-placeholder,
.block_items_contactus .message-form .contactus-email::-webkit-input-placeholder, 
.block_items_contactus .message-form .contactus-title::-webkit-input-placeholder,
.block_items_contactus .message-form .contactus-textarea::-webkit-input-placeholder,
.block_items_contactus .message-form .contactus-code-box input::-webkit-input-placeholder{
   color: #999;
}

.block_items_contactus .block_items_contactus_bom{
	position: relative;
}
.block_items_contactus ul#upload-list{
	width: 100%;
}
.block_items_contactus ul#upload-list li{
	height:34px;
	line-height:34px;
	color:#333;
	position:relative;
	margin-top:8px;
	background:#f2f3f7;
	padding:0 10px;
}
.block_items_contactus ul#upload-list li .folder-con{
	width:calc(100% - 50px);
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.block_items_contactus ul#upload-list li span{
	color:#999;
}
.block_items_contactus ul#upload-list li i{
	position:absolute;
	right:8px;
	top:8px;
	width:18px;
	height:18px;
	text-align:center;
	line-height:18px;
	cursor:pointer;
	transform:rotate(45deg);
	background: none;
}
.block_items_contactus ul#upload-list li i:before{
	content:'';
	width:18px;
	height:2px;
	background:#666;
	position:absolute;
	top:8px;
	left:0;
}
.block_items_contactus ul#upload-list li i:after{
	content:'';
	width:2px;
	height:18px;
	background:#666;
	position:absolute;
	left:8px;
	top:0;
}




/*twitter*/
.block_items_twitter{
	width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.block_items_twitter .block_items_twitter_wapper{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.block_items_twitter .block_items_twitter_left{
	width: calc(100% - 540px);
	padding: 0 100px 0 0;
	box-sizing: border-box;
}
.block_items_twitter .block_title{
	text-align: left;
}
.block_items_twitter .block_items_twitter_detail{
	font-weight: normal;
    line-height: 20px;
    color: #000;
}
.block_items_twitter .block_items_twitter_detail img{
	max-width: 100%;
}
.block_items_twitter .block_items_twitter_content{
	width: 500px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    overflow: hidden;
    padding: 15px;
}
.block_items_twitter_right .block_items_twitter_wapper{
	flex-direction: row-reverse;
}
.block_items_twitter_right .block_items_twitter_left{
	padding: 0 0 0 100px;
}


/*facebook*/
.block_items_facebook{
	width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.block_items_facebook .block_items_facebook_wapper{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.block_items_facebook .block_items_facebook_left{
	width: calc(100% - 540px);
	padding: 0 100px 0 0;
	box-sizing: border-box;
}
.block_items_facebook .block_title{
	text-align: left;
}
.block_items_facebook .block_items_facebook_detail{
	font-weight: normal;
    line-height: 20px;
    color: #000;
}
.block_items_facebook .block_items_facebook_detail img{
	max-width: 100%;
}
.block_items_facebook .block_items_facebook_content{
	width: 500px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    overflow: hidden;
    padding: 15px;
}
.block_items_facebook_right .block_items_facebook_wapper{
	flex-direction: row-reverse;
}
.block_items_facebook_right .block_items_facebook_left{
	padding: 0 0 0 100px;
}

/*pinterest*/
.block_items_pinterest{
	width: 1200px;
    margin: 0 auto;
    position: relative;
}
.block_items_pinterest .block_items_pinterest_wapper{}


.block_items_pinterest .block_items_pinterest_detail{
	font-weight: normal;
    line-height: 20px;
    color: #000;
    margin-bottom: 30px;
    font-size: 14px;
    text-align: center;
}
.block_items_pinterest .block_items_pinterest_detail img{
	max-width: 100%;
}
.block_items_pinterest .block_items_pinterest_content{}
.block_items_pinterest_right .block_items_pinterest_wapper{
	flex-direction: row-reverse;
}
.block_items_pinterest_right .block_items_pinterest_left{
	padding: 0 0 0 100px;
}


/*tiktok*/
.block_items_tiktok_list{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.block_items_tiktok_list .tiktok_list{
	display: flex;
    display: -webkit-flex;
    align-items: top;
    justify-content: center;
    flex-wrap: wrap;
}
.block_items_tiktok_list .tiktok_list .tiktok_box{
	width: calc(25% - 24px);
    margin-right: 32px;
    margin-bottom: 32px;
    border: 1px solid #eee;
    border-radius: 5px;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 0.3s;
}
.block_items_tiktok_list .tiktok_list .tiktok_box:nth-child(4n){
	margin-right: 0;
}
.block_items_tiktok_list .tiktok_list .tiktok_pic{
	position: relative;
    cursor: pointer;
}
.block_items_tiktok_list .tiktok_list .tiktok_pic:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    opacity: 0;
}
.block_items_tiktok_list .tiktok_list .tiktok_pic img{
	max-width: 100%;
}
.block_items_tiktok_list .tiktok_list .tiktok_icon{
	position: absolute;
    left: 20px;
    bottom: 20px;
    opacity: 0;
    transition: all 0.3s;
}
.block_items_tiktok_list .tiktok_list .tiktok_icon svg{
	width: 26px;
    height: 26px;
    fill: #fff;
}
.block_items_tiktok_list .tiktok_list .tiktok_video_icon{
	position: absolute;
    right: 20px;
    bottom: 20px;
    opacity: 0;
    transition: all 0.3s;
}
.block_items_tiktok_list .tiktok_list .tiktok_video_icon svg{
	width: 26px;
    height: 26px;
    fill: #fff;
    opacity: .8;
}
.block_items_tiktok_list .tiktok_list .tiktok_centent{
	padding: 20px;
}
.block_items_tiktok_list .tiktok_list .tiktok_name{
	font-size: 14px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
}
.block_items_tiktok_list .tiktok_list .tiktok_time{
	font-size: 12px;
    color: #999;
    font-weight: normal;
    margin-top: 10px;
}
.block_items_tiktok_list .tiktok_list .tiktok_detail{
	font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
    line-height: 20px;
    max-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.block_items_tiktok_list .tiktok_list .tiktok_box:hover{
	box-shadow: 3px 0 10px rgba(0,0,0,.2);
	transform: translate(0,-2px);
}
.block_items_tiktok_list .tiktok_list .tiktok_box:hover .tiktok_video_icon,
.block_items_tiktok_list .tiktok_list .tiktok_box:hover .tiktok_icon,
.block_items_tiktok_list .tiktok_list .tiktok_box:hover .tiktok_pic:before{
	opacity: 1;
}



/**/
.block_items_products_rec_waterfall .block_items_products_rec_waterfall_more,
.block_items_products_rec_waterfall .block_items_products_rec_waterfall_nomore{
	text-align: center;
}
.block_items_products_rec_waterfall .block_items_products_rec_waterfall_more span{
	display: inline-block;
    padding: 0 70px;
    background: #333;
    color: #fff;
    line-height: 48px;
    height: 48px;
    border-radius: 30px;
    cursor: pointer;
}
.block_items_products_rec_waterfall .block_items_products_rec_waterfall_more span svg{
	width: 18px;
    height: 48px;
    vertical-align: top;
    fill: #fff;
    margin-left: 10px;
}
.block_items_products_rec_waterfall .block_items_products_rec_waterfall_nomore span{
	display: inline-block;
    padding: 0 70px;
    color: #333;
    line-height: 46px;
    height: 48px;
    border-radius: 30px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    cursor: pointer;
}

/*图片切换配置1*/
.block_items_products_rec .block_rec_ul li .pic .switch_picture,
.block_items_products_switch .block_rec_ul li .pic .switch_picture,
.block_items_products_tab .block_rec_ul li .pic .switch_picture{
	display: none;
}

.block_items_products_rec .block_rec_ul li .common_product_pic_style2:hover .pic .original_picture,
.block_items_products_switch .block_rec_ul li .common_product_pic_style2:hover .pic .original_picture,
.block_items_products_tab .block_rec_ul li .common_product_pic_style2:hover .pic .original_picture{
	display: none;
}

.block_items_products_rec .block_rec_ul li .common_product_pic_style2:hover .pic .switch_picture,
.block_items_products_switch .block_rec_ul li .common_product_pic_style2:hover .pic .switch_picture,
.block_items_products_tab .block_rec_ul li .common_product_pic_style2:hover .pic .switch_picture{
	display: block;
}


/*图片切换配置2*/
.block_items_products_rec .block_rec_ul li .common_product_pic_style3 .pic .original_picture,
.block_items_products_switch .block_rec_ul li .common_product_pic_style3 .pic .original_picture,
.block_items_products_tab .block_rec_ul li .common_product_pic_style3 .pic .original_picture{
	
}
.block_items_products_rec .block_rec_ul li .common_product_pic_style3 .pic .switch_picture,
.block_items_products_switch .block_rec_ul li .common_product_pic_style3 .pic .switch_picture,
.block_items_products_tab .block_rec_ul li .common_product_pic_style3 .pic .switch_picture{
	display: block;
	opacity: 0;
	height: 0;
	visibility: hidden;
	transition: all 0.8s;
	position: relative;
	z-index: 9;
}

.block_items_products_rec .block_rec_ul li .common_product_pic_style3:hover .pic .original_picture,
.block_items_products_switch .block_rec_ul li .common_product_pic_style3:hover .pic .original_picture,
.block_items_products_tab .block_rec_ul li .common_product_pic_style3:hover .pic .original_picture{
	opacity: 0;
	visibility: hidden;
	height: 0;
	transition: all 0.5s;
}

.block_items_products_rec .block_rec_ul li .common_product_pic_style3:hover .pic .switch_picture,
.block_items_products_switch .block_rec_ul li .common_product_pic_style3:hover .pic .switch_picture,
.block_items_products_tab .block_rec_ul li .common_product_pic_style3:hover .pic .switch_picture{
	opacity: 1;
	visibility: visible;
	top: 0;
	height: auto;
	transition: all 0.5s;
}

/*图片切换配置3*/

.block_items_products_rec .block_rec_ul li .common_product_pic_style4 .pic .original_picture,
.block_items_products_switch .block_rec_ul li .common_product_pic_style4 .pic .original_picture,
.block_items_products_tab .block_rec_ul li .common_product_pic_style4 .pic .original_picture{
	transition: all .6s ease-in-out;
}
.block_items_products_rec .block_rec_ul li .common_product_pic_style4 .pic .switch_picture,
.block_items_products_switch .block_rec_ul li .common_product_pic_style4 .pic .switch_picture,
.block_items_products_tab .block_rec_ul li .common_product_pic_style4 .pic .switch_picture{
	display: block;
	height: 0;
	transition: all .6s ease-in-out;
	position: relative;
	opacity: 0;
	transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    z-index: -1;
    transition: all .6s ease-in-out;
}

.block_items_products_rec .block_rec_ul li .common_product_pic_style4:hover .pic .original_picture,
.block_items_products_switch .block_rec_ul li .common_product_pic_style4:hover .pic .original_picture,
.block_items_products_tab .block_rec_ul li .common_product_pic_style4:hover .pic .original_picture{
	transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    opacity: 0;
    height: 0;
}

.block_items_products_rec .block_rec_ul li .common_product_pic_style4:hover .pic .switch_picture,
.block_items_products_switch .block_rec_ul li .common_product_pic_style4:hover .pic .switch_picture,
.block_items_products_tab .block_rec_ul li .common_product_pic_style4:hover .pic .switch_picture{
	z-index: 1;
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    height: auto;
    opacity: 1;
}


/*图片切换配置4*/
.block_items_products_rec .block_rec_ul li .common_product_pic_style5,
.block_items_products_switch .block_rec_ul li .common_product_pic_style5,
.block_items_products_tab .block_rec_ul li .common_product_pic_style5{
	overflow: hidden;
}
.block_items_products_rec .block_rec_ul li .common_product_pic_style5 .pic,
.block_items_products_switch .block_rec_ul li .common_product_pic_style5 .pic,
.block_items_products_tab .block_rec_ul li .common_product_pic_style5 .pic{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items:center;
    width: 200%;
    transition: all .6s ease-in-out;
}
.block_items_products_rec .block_rec_ul li .common_product_pic_style5 .pic img,
.block_items_products_switch .block_rec_ul li .common_product_pic_style5 .pic img,
.block_items_products_tab .block_rec_ul li .common_product_pic_style5 .pic img{
	width: 50%;
	display: block;
}



.block_items_products_rec .block_rec_ul li .common_product_pic_style5:hover .pic,
.block_items_products_switch .block_rec_ul li .common_product_pic_style5:hover .pic,
.block_items_products_tab .block_rec_ul li .common_product_pic_style5:hover .pic{
	transform: translate(-50%,0);	
}








/*秒杀积木块*/

.block_items_products_seckill .block_rec_ul li .name{
	line-height: 20px;
}
.block_items_products_seckill .block_rec_ul li .limited-time__con{
	margin-bottom: 15px;
}
.block_items_products_seckill .block_rec_ul li .limited-time__right{
	display: flex;
	display: -webkit-flex;
	margin-bottom: 5px;
	justify-content: center;
	margin-top: 15px;
	line-height: 24px;
	flex-wrap: wrap;
}
.block_items_products_seckill .block_rec_ul li .limited-time__right .day_seconds{
	font-weight: normal;
	margin-left: 5px;
}
.block_items_products_seckill .block_rec_ul li .limited-time__right p{
	margin-right: 5px;
	line-height: 24px;
	height: 24px;
}
.block_items_products_seckill .block_rec_ul li .limited-time__right .ended-timer{
	height: 24px;
	line-height: 24px;
}
.block_items_products_seckill .block_rec_ul li .limited-time__right .ending-timer{
	line-height: 24px;
	height: 24px;
}
.block_items_products_seckill .block_rec_ul li .limited-time__right .start-timer,
.block_items_products_seckill .block_rec_ul li .limited-time__right .startin-color,
.block_items_products_seckill .block_rec_ul li .limited-time__right .startin-timer{
	color: #ff9c3a;
}
.block_items_products_seckill .block_rec_ul li .limited-time__right .ending-color,
.block_items_products_seckill .block_rec_ul li .limited-time__right .ending-timer{
	color: #ff0000;
}
.block_items_products_seckill .block_rec_ul li .limited-time__right .ended-color,
.block_items_products_seckill .block_rec_ul li .limited-time__right .ended-timer{
	color: #666;
}
.block_items_products_seckill .block_rec_ul li .limited-time__right .ending-timer .day{
	position: relative;
	padding-right: 14px;
}
.block_items_products_seckill .block_rec_ul li .limited-time__right .ending-timer .day sup{
	position: absolute;
	right: 5px;
	top: -5px;
}



.block_items_products_seckill .block_rec_ul li .progress-bar{
	height: 22px;
    line-height: 20px;
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    box-sizing: border-box;
    font-size: 12px;
    background: #e2e2e2;
    color: #666;
    position: relative;
    overflow: hidden;
}
.block_items_products_seckill .block_rec_ul li .progress-bar-ending{
	border-color: #ff0000;
	background: #fff;
	color: #ff0000;
}
.block_items_products_seckill .block_rec_ul li .progress-bar-start{
	border-color: #ff9c3a;
	background: #fff;
	color: #ff9c3a;
}
.block_items_products_seckill .block_rec_ul li .progress-bar-ending .progress-bar__on{
	background: #ffdbdb;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
}

.block_items_products_seckill .block_rec_ul li .pro_img{
	position: relative;
}
.block_items_products_seckill .block_rec_ul li .limited-discount{
	width: 54px;
    height: 54px;
    background: #999;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    border-radius: 50%;
    line-height: 20px;
    color: #fff;
    padding: 7px 0;
    box-sizing: border-box;
    font-size: 14px;
    z-index: 9;
}
.block_items_products_seckill .block_rec_ul li .endingin-discount{
	background: #ff0000;
}
.block_items_products_seckill .block_rec_ul li .startin-discount{
	background: #ff9c3a;
}

.block_items_products_seckill .block_rec_ul li .progress-bar span{
	display: inline-block;
	line-height: 20px;
	position: relative;
	z-index: 9;
}




/*默认产品列表数据*/
.block_items_default_style .block_default_ul{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.block_items_default_style .block_default_ul li{
    width: calc(25% - 15px);
    margin-right: 20px;
    border: 0;
    box-sizing: border-box;
    padding: 0;
    font-size: 14px;
    vertical-align: top;
    margin-bottom: 30px;
    background: #fff;
}
.block_items_default_style .block_default_ul li:nth-child(4n){
	margin-right: 0;
}
.block_items_default_style .block_default_ul li .product_img{
    position: relative;
}
.block_items_default_style .block_default_ul li .default_data{
	width: 100%;
    line-height: normal;
    display: block;
    z-index: 1;
    text-align: center;
	height: 365px;
    background: #c5cdda;
    position: relative;
}
.block_items_default_style .block_default_ul li .default_data span{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    text-align: center;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 20px;

}
.block_items_default_style .block_default_ul li .pro_content {
    text-align: center;
    padding: 10px 0 0 0;
    position: relative;
    z-index: 2;
}
.block_items_default_style .block_default_ul li .name {
    font-size: 14px;
    line-height: 27px;
    text-align: center;
    color: #000;
    padding: 0;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.block_items_default_style .block_default_ul li .price {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.block_items_default_style .block_default_ul li .oldprice {
    color: #999;
    text-decoration: line-through;
}


/*订阅*/
.block_newsletter_content .block_newsletter_title{
	display: block;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    line-height: 50px;
    color: #000;
    margin-bottom: 15px;
}
.block_newsletter_content .block_newsletter_title a{
	color: #000;
}
.block_newsletter_content .block_newsletter_detail{
	line-height: 20px;
    font-size: 14px;
    color: #999;
}
.block_newsletter_content{
	padding: 50px;
    text-align: center;
    position: relative;
}

.block_newsletter_content form{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	max-width: 500px;
	margin: 30px auto 20px;
	border:1px solid #000;
}
.block_newsletter_content .block_newsletter_txt{
	height: 50px;
	width: calc(100% - 100px);
	background-color: #fff;
	border: 0;
	text-indent: 10px;	
	padding:13px 0;
	box-sizing:border-box;
}
.block_newsletter_content .block_newsletter_btn{
	width: 100px;
	height: 50px;
	background-color: #333;
	text-align: center;
	border: 0;
	cursor: pointer;
}
.block_newsletter_content .block_newsletter_btn svg{
	height: 50px;
	width: 20px;
	fill: #fff;
}


.block_newsletter_content .block_newsletter_wapper{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
}
.block_newsletter_content .block_newsletter_wapper .block_newsletter_content_top,
.block_newsletter_content .block_newsletter_wapper .block_newsletter_title{
	text-align: left;
}
.block_newsletter_content .block_newsletter_wapper form{

	margin: 0;
	width: 500px;
    max-width: 50%;
}
.block_newsletter_content .mantle-bg{
	background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 1260px;
    max-height: calc(100% - 60px);
    transform: translate(-50%, -50%);
}

.block_newsletter_content .block_newsletter_c{
	position: relative;
	z-index: 9;
}


/*优惠券积木块*/
.block_items_coupon{}
.block_items_coupon .block_items_coupon_wapper{
	max-width: 1200px;
	width: 100%;
	margin:  0 auto;
}
.block_items_coupon .block_detail{
	text-align: center;
}

.block_items_coupon .block_items_coupon_list{
	margin-top: 30px;
}
.block_items_coupon .block_items_coupon_list ul{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.block_items_coupon .block_items_coupon_list li{
	max-width: calc(50% - 15px);
	width: 100%;
	margin-right: 30px;
	margin-bottom: 30px;
	position: relative;
	border-radius: 6px;
	box-shadow: 0 0 5px #ccc;
	background: #ff7060;
	color: #fff;
}
.block_items_coupon .block_items_coupon_list li:nth-child(2n){
	margin-right: 0;
}
.block_items_coupon .block_items_coupon_list li .svg_bg{
	position: absolute;
	right: 20px;
	top: 20px;
}
.block_items_coupon .block_items_coupon_list li .svg_bg svg{
	width: 150px;
	height: 150px;
	fill: #4c4c4c;
	opacity: .15;
}



.block_items_coupon .block_items_coupon_list li .block_items_coupon_list_content{
	
	text-align: center;
	
}
.block_items_coupon .block_items_coupon_list li .block_items_coupon_list_top{
	padding:  30px;
}
.block_items_coupon .block_items_coupon_list li .block_coupon_detail{
	font-size: 32px;
	font-weight: bold;
}
.block_items_coupon .block_items_coupon_list li .block_coupon_name{
	font-size: 20px;
	margin-top: 20px;
}

.block_items_coupon .block_items_coupon_list li .block_items_coupon_list_bottom{
	height: 70px;
    border-top: 1px dashed rgba(255, 255, 255, 0.6);
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
.block_items_coupon .block_items_coupon_list li .block_coupon_code{
	position: relative;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    color: #000;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
    width: calc(100% - 130px);
}
.block_items_coupon .block_items_coupon_list li .block_coupon_code p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 84px);
    display: inline-block;
    color: #ff7060;
}
.block_items_coupon .block_items_coupon_list li .block_coupon_code_svg1{
	position: absolute;
    left: -15px;
    top: -16px;
}
.block_items_coupon .block_items_coupon_list li .block_coupon_code_svg1 svg{
	width: 35px;
    height: 30px;
    fill: #777;
}
.block_items_coupon .block_items_coupon_list li .block_coupon_code_copy{
	position: absolute;
    right: 12px;
    top: 0;
    overflow: hidden;
}
.block_items_coupon .block_items_coupon_list li .block_coupon_code_copy input{
	width: 1px;
    opacity: 0;
    display: inline-block;
    position: absolute;
    left: -9999999999px;
}
.block_items_coupon .block_items_coupon_list li .block_coupon_code_copy svg{
	width: 28px;
    height: 42px;
    fill: #ff7060;
}


.block_items_coupon .block_items_coupon_list li .block_coupon_btn{
	width: 100%;
}
.block_items_coupon .block_items_coupon_list li .block_coupon_btn a{
	display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #ff7060;
    border-radius: 5px;
    font-size: 18px;
    transition: all 0.3s;
    box-sizing: border-box;
    background: #fff;
    max-width: 230px;
    width: 100%;
}

.block_items_coupon .block_items_coupon_list li .block_coupon_time{
	margin-top: 5px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 14px;
}
.block_items_coupon .block_items_coupon_list li .block_coupon_time svg{
	height: 46px;
	width: 24px;
	vertical-align: top;
	margin-right: 10px;
	fill: #fff;
}





.block_items_coupon .block_items_coupon_icon_1{
	width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    bottom: 55px;
    box-shadow: inset 0 0 5px #ccc;
    background: #fff;
}
.block_items_coupon .block_items_coupon_icon_1:before{
	content: '';
    display: block;
    width: 16px;
    height: 30px;
    border-radius: 30px 0 0 30px;
    background: #fff;
    margin-left: -1px;
}
.block_items_coupon .block_items_coupon_icon_2{
	width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: -15px;
    bottom: 55px;
    box-shadow: inset 0 0 5px #ccc;
    background: #fff;
}
.block_items_coupon .block_items_coupon_icon_2:before{
	content: '';
    display: block;
    width: 16px;
    height: 30px;
    border-radius: 0 30px 30px 0;
    background: #fff;
    float: right;
    margin-right: -1px;
}

.block_items_coupon .block_items_coupon_list_3 li,
.block_items_coupon .block_items_coupon_list_5 li,
.block_items_coupon .block_items_coupon_list_6 li{
	max-width: calc(33.3333% - 20px);
	margin-right: 30px;
}
.block_items_coupon .block_items_coupon_list_3 li:nth-child(2n),
.block_items_coupon .block_items_coupon_list_5 li:nth-child(2n),
.block_items_coupon .block_items_coupon_list_6 li:nth-child(2n){
	margin-right: 30px;
}
.block_items_coupon .block_items_coupon_list_3 li:nth-child(3n),
.block_items_coupon .block_items_coupon_list_5 li:nth-child(3n),
.block_items_coupon .block_items_coupon_list_6 li:nth-child(3n){
	margin-right: 0;
}
.block_items_coupon .block_items_coupon_full_screen{
	max-width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}


.banner_specs_auto{
	height: auto !important;
}
.block_items_banner .monograph-swiper-slide img{
	max-width: 100%;
}






@media screen and (max-width:1919px){
	.block_items_products_rec_full_screen.block_items_products_rec_5 .block_rec_ul li .detail_drawing dl dd a,
	.block_items_products_rec_full_screen.block_items_products_rec_6 .block_rec_ul li .detail_drawing dl dd a{
		width: 40px;
		height: 40px;
	}
	.block_items_products_rec_full_screen.block_items_products_rec_5 .block_rec_ul li .detail_drawing_left svg,
	.block_items_products_rec_full_screen.block_items_products_rec_6 .block_rec_ul li .detail_drawing_left svg{
		height: 40px;
	}
}
@media screen and (max-width:1366px){
	.block_items_banner{
		max-width: 100%;
	}
	.block_items_youtube_video .pop_youtube_video_wapper{
		margin-left:0;
		margin-left: 0;
	    left: 100px;
	    width: calc(100% - 200px);
	}
	.block_items_youtube_video .youtube_video_content,
	.block_items_youtube_video iframe{
		min-height: 500px;
	}
	.block_image_4 .image-1 img,
	.block_image_4 .image-2 img,
	.block_image_4 .image-3 img,
	.block_image_4 .image-4 img{
		width: 100%;
		height: auto;
	}
	.block_newsletter_content .block_newsletter_c,
	.block_items_pinterest,
	.block_items_facebook,
	.block_items_twitter,
	.block_items_contactus .block_items_contactus_wapper,
	.block_items_imagetext_1,
	.block_image_5,
	.block_image_4,
	.block_image_3,
	.block_image_2,
	.block_items_youtube_video,
	.block_items_detail,
	.block_items_imagetext_list,
	.block_items_products_rec,
	.block_items_products_switch,
	.block_items_ins_list,
	.block_items_youtube_list,
	.block_items_comment,
	.block_items_solgan,
	.block_items_blog,
	.block_items_brand,
	.block_items_gallery,
	.block_items_category_list,
	.block_items_topic_list,
	.block_single_products{
		max-width: 1024px;
	}
	.block_items_imagetext .imagetext_pic,
	.block_items_banner{
		height: 500px;
	}
	.banner_specs_large{
		height: 500px;
	}
	.banner_specs_medium{
		height: 400px;
	}
	.banner_specs_small{
		height: 300px;
	}

	.block_image_4 .image-3{
		margin-top: 17px;
	}
	.block_image_right{
		width: calc(34% - 17px);
	}
	.block_image_4 .image-1{
		margin-right: 17px;
	}
	.block_image_4 .image-1, 
	.block_image_4 .image-2{
		width: calc(50% - 9px);
	}
	.block_items_imagetext_list li{
		margin-right: 20px;
		width: calc(33.3333% - 13.3333px);
	}
	.block_items_imagetext_list_1 li, .block_items_imagetext_list_2 li, .block_items_imagetext_list_4 li{
		width: calc(50% - 15px);
	}
	.block_items_solgan li .service-info{
		padding-top: 5px;
	}
	.block_items_blog .news-box .text{
		padding: 15px;
	}
	.block_items_blog .news-box .news-btn{
		margin-top: 10px;
	}
	.block_items_blog .news-box .news-tit{
		
		margin-bottom: 5px;
	}
	.block_items_category_list_full_screen .block_category_content li{
		width: calc(25% - 15px);
		margin-right: 20px;
		margin-top: 20px;
	}
	.block_items_category_list_full_screen .block_category_content li:nth-child(4n){
		margin-right: 0;
	}
	.block_items_category_list_full_screen .block_category_content li:nth-child(6n){
		margin-right: 20px;
	}  

	

	.block_image_2_full_screen,
	.block_image_3_full_screen,
	.block_items_products_rec_full_screen,
	.block_items_products_switch_full_screen,
	.block_items_comment_full_screen,
	.block_items_gallery_rec_full_screen,
	.block_items_category_list_full_screen{
		max-width: 100%;
	}
	.block_items_products_switch_full_screen.block_items_products_switch_3 .block_rec_ul li .detail_drawing dl dd a,
	.block_items_products_switch_full_screen.block_items_products_switch_4 .block_rec_ul li .detail_drawing dl dd a,
	.block_items_products_tab_full_screen.block_items_products_tab_3 .block_rec_ul li .detail_drawing dl dd a,
	.block_items_products_tab_full_screen.block_items_products_tab_4 .block_rec_ul li .detail_drawing dl dd a,
	.block_items_products_rec_full_screen.block_items_products_rec_3 .block_rec_ul li .detail_drawing dl dd a,
	.block_items_products_rec_full_screen.block_items_products_rec_4 .block_rec_ul li .detail_drawing dl dd a{
		width: 40px;
		height: 40px;
	}
	.block_items_ins_list .ins_pop .ins_pop_c .pop_box{
		top: 50px;
	}
	.block_items_contactus .message-form{
		width: 600px;
	}
	.block_items_contactus .contact_us{
		width: calc(100% - 600px);
	}
	.block_newsletter_content .mantle-bg{
		max-width: calc(100% - 100px);
	}
	.block_items_coupon .block_items_coupon_full_screen{
		padding: 0;
	}
	.block_items_coupon .block_items_coupon_list_3 li, 
	.block_items_coupon .block_items_coupon_list_5 li, 
	.block_items_coupon .block_items_coupon_list_6 li{
		max-width: calc(50% - 15px);
	}
	.block_items_coupon .block_items_coupon_list_3 li:nth-child(3n), 
	.block_items_coupon .block_items_coupon_list_5 li:nth-child(3n), 
	.block_items_coupon .block_items_coupon_list_6 li:nth-child(3n){
		margin-right: 30px;
	}
	.block_items_coupon .block_items_coupon_list_3 li:nth-child(2n), 
	.block_items_coupon .block_items_coupon_list_5 li:nth-child(2n), 
	.block_items_coupon .block_items_coupon_list_6 li:nth-child(2n){
		margin-right: 0;
	}
	.block_image_full .block_image_format3.padding1,
	.block_image_full .block_image_format3.padding2
	.block_image_full .block_image_format3.padding3{
		margin:0;
	}
}
@media screen and (max-width:1024px){
	.block_items_youtube_video .pop_youtube_video_wapper{
		margin-left:0;
		margin-left: 0;
	    left: 50px;
	    width: calc(100% - 100px);
	}
	.block_items_youtube_video .youtube_video_content,
	.block_items_youtube_video iframe{
		min-height: 400px;
	}
	.block_items_pinterest,
	.block_items_facebook,
	.block_items_twitter,
	.block_items_contactus .block_items_contactus_wapper,
	.block_items_imagetext_1,
	.block_image_5,
	.block_image_4,
	.block_image_3,
	.block_image_2,
	.block_items_youtube_video,
	.block_items_detail,
	.block_items_imagetext_list,
	.block_items_imagetext,
	.block_items_products_rec,
	.block_items_products_switch,
	.block_items_ins_list,
	.block_items_youtube_list,
	.block_items_comment,
	.block_items_solgan,
	.block_items_blog,
	.block_items_brand,
	.block_items_gallery,
	.block_items_category_list,
	.block_items_topic_lis,
	.block_single_products{
		max-width: 100%;
		box-sizing: border-box;
		padding: 0 50px;
	}
	.block_items_imagetext .imagetext_pic,
	.block_items_banner{
		height: 450px;
	}
	.banner_specs_large{
		height: 500px;
	}
	.banner_specs_medium{
		height: 400px;
	}
	.banner_specs_small{
		height: 300px;
	}
	.block_items_banner{
		width: 100%;
	}
	.block_items_products_tab .block_rec_ul li,
	.block_items_products_rec .block_rec_ul li{
	    display: inline-block;
	    width: calc(25% - 15px);
	    margin-right: 20px;
	    border: 0;
	    box-sizing: border-box;
	    padding: 0;
	    font-size: 14px;
	    vertical-align: top;
	    margin-bottom: 30px;
	}
	.block_items_products_tab_6 .block_rec_ul li:nth-child(3n),
	.block_items_products_tab_6 .block_rec_ul li:nth-child(5n),
	.block_items_products_tab_6 .block_rec_ul li:nth-child(6n),
	.block_items_products_rec_6 .block_rec_ul li:nth-child(3n),
	.block_items_products_rec_6 .block_rec_ul li:nth-child(5n),
	.block_items_products_rec_6 .block_rec_ul li:nth-child(6n){
		margin-right: 20px;
	}
	.block_items_products_tab .block_rec_ul li:nth-child(4n),
	.block_items_products_rec .block_rec_ul li:nth-child(4n){
		margin-right: 0;
	}
	.block_items_contactus .message-form{
		width: calc(100% - 300px);
	}
	.block_items_contactus .contact_us{
		width: 300px;
		padding-left: 50px;
	}
	.block_items_pinterest .block_items_pinterest_left,
	.block_items_facebook .block_items_facebook_left,
	.block_items_twitter .block_items_twitter_left{
		padding: 0 50px 0 0;
	}
	.block_items_pinterest_right .block_items_pinterest_left,
	.block_items_facebook_right .block_items_facebook_left,
	.block_items_twitter_right .block_items_twitter_left{
		padding: 0 0 0 50px;
	}
	.block_items_tiktok_list .tiktok_list .tiktok_box{
		width: calc(33.33333% - 10px);
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.block_items_tiktok_list .tiktok_list .tiktok_box:nth-child(4n){
		margin-right: 15px;
	}
	.block_items_tiktok_list .tiktok_list .tiktok_box:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (max-width:768px){
	.index_default .show_pc{
		display:none;
	}
	.index_default .show_wap{
		display:block;
	}
	.block_items_banner{
		height:auto;
		width: 100%;
	}
	.block_items_banner a{
		background: none !important;
	}
	.block_items_banner a .wap_banner_img{
		display: block;
	}
	.block_items_banner a .wap_banner_img img{
		max-width: 100%;
	}
	.block_items_banner .swiper-pagination-bullet{
		width: 10px;
		height: 10px ;
	}
	.block_items_youtube_list .youtube_box{
		width: calc(50% - 10px);
		margin-right: 20px;
	}
	.block_items_youtube_list .youtube_box:nth-child(2n){
		margin-right: 0;
	}
	.block_items_ins_list .index_ins_box .ins_box{
		width: calc(50% - 10px);
		margin-right: 20px;
	}
	.block_items_ins_list .index_ins_box .ins_box:nth-child(2n){
		margin-right: 0;
	}
	.block_items_products_tab .block_rec_ul li,
	.block_items_products_rec .block_rec_ul li{
		width: calc(50% - 10px);
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.block_items_products_tab .block_rec_ul li:nth-child(4n),
	.block_items_products_rec .block_rec_ul li:nth-child(4n){
		margin-right: 20px;
	}
	.block_items_products_tab .block_rec_ul li:nth-child(2n),
	.block_items_products_rec .block_rec_ul li:nth-child(2n){
		margin-right: 0;
	}
	
	.block_image_right{
		width: calc(34% - 13px);
	}
	.block_image_4 .image-3{
		margin-top: 13px;
	}
	.block_image_4 .image-1{
		margin-right: 13px;
	}
	.block_image_4 .image-1, 
	.block_image_4 .image-2{
		width: calc(50% - 7px);
	}
	.block_image_4 .block_image_format1 > div{
		width:50%;
	}
	.block_image_4 .block_image_format.padding1 > div{
		padding:5px
	}
	.block_image_4 .block_image_format.padding2 > div{
		padding:10px
	}
	.block_image_4 .block_image_format.padding3 > div{
		padding:15px
	}
	
	.block_items_solgan li{
		width: calc(50% - 10px);
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.block_items_solgan li:nth-child(3n){
		margin-right: 20px;
	}
	.block_items_solgan li:nth-child(2n){
		margin-right: 0;
	}
	.block_items_category_list .block_category_content li{
		width: calc(50% - 10px);
		margin-right: 20px;
		margin-top: 20px;
	}
	.block_items_category_list .block_category_content li:nth-child(2n){
		margin-right: 0;
	}
	.block_items_topic_list dl{
		padding: 10px;
		background: #fff;
	}
	.block_items_topic_list dd{
		font-size: 0;
    	width: calc(100% + 8px);
    	padding: 0;
	}
	.block_items_topic_list dd .img_box{
		width: calc(33.3333333% - 8px);
	    margin: 0 8px 8px 0;
	    display: inline-block;
	    vertical-align: top;
	    border: 1px solid #e6e6e6;
    	box-sizing: border-box;
	}
	.block_items_topic_list dd .img_box:first-child {
    	width: calc(66.6666666% - 8px);
    	position: static;
    	margin: 0 8px 8px 0;
	}
	.block_items_topic_list dd .img_box.default_data:first-child{
		position: relative;
	}
	.block_items_topic_list dd .img_box:nth-child(3){
	    right: 0px;
	    top: 153px;
	    position: absolute;
	}
	.block_items_brand .block_brand_content li{
		width: calc(50% - 7px);
		margin-right: 14px;
		margin-top: 14px;
	}
	.block_items_brand .block_brand_content li:nth-child(2n){
		margin-right: 0;
	}
	.block_items_topic_list{
		padding: 0 15px;
	}
	.block_items_topic_list dd .img_box:nth-child(7),
	.block_items_topic_list dd .img_box:nth-child(8),
	.block_items_topic_list dd .img_box:nth-child(9){
		display: none;
	}
	.block_items_banner .swiper-button-next, 
	.block_items_banner .swiper-button-prev,
	.block_items_products_switch .swiper-button-next, 
	.block_items_products_switch .swiper-button-prev
	.block_items_gallery .swiper-button-next, 
	.block_items_gallery .swiper-button-prev,
	.block_items_blog .swiper-button-next, 
	.block_items_blog .swiper-button-prev,
	.block_items_comment .swiper-button-next, 
	.block_items_comment .swiper-button-prev{
		opacity: 1;
		visibility: visible;
	}
	
	.block_items_ins_list .ins_pop{
		position:fixed;
		left:0;
		top:0;
		width:100%;
		height:100%;
		display:none;
		overflow-y: scroll;
		z-index: 500000;
	}
	.block_items_ins_list .ins_pop .ins_pop_c .pop_bg{
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.5);
	}
	.block_items_ins_list .ins_pop .ins_pop_c .pop_box{
		width: 480px;
	    top: 50%;
	    transform: translate(0,-50%);
	    position: absolute;
	    left: 50%;
	    margin-left: -240px;
	    right: auto;
	    overflow: inherit;
	}
	.block_items_ins_list .ins_pop .ins_pop_c .pop_box .pop_box_wapper{
		max-height: 90vh;
	    overflow-y: auto;
	}
	.block_items_ins_list .ins_pop .ins_pop_c .pop_box .big_img{
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		float: none;
	}
	.block_items_ins_list .ins_pop .ins_pop_c .pop_box .big_img img{
		width:100%;
		max-width: 100%;
	}
	.block_items_ins_list .ins_pop .ins_pop_c .pop_ins_cc{
		background:#fff;
		border-radius:5px;
		position:relative;
	}
	.block_items_ins_list .ins_pop .ins_pop_c .pop_ins_cc .big_img {
		position: relative;
		width: 100%;
	}
	.block_items_ins_list .ins_pop .ins_pop_c .pop_box .ins_pop_close{
		position: absolute;
	    font-size: 18px;
	    color: #666;
	    right: -10px;
	    top: -10px;
	    width: 26px;
	    height: 26px;
	    background: #fff;
	    border-radius: 50%;
	    line-height: 26px;
	    text-align: center;
	}
	.block_items_ins_list .ins_pop .ins_pop_c .big_img .li {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 25px;
		height: 25px;
		background: #fff;
		color: #000;
		border-radius: 50%;
		text-align: center;
		line-height: 25px;
		cursor: pointer
	}

	.block_items_ins_list .ins_pop .ins_pop_c .big_img .li:hover {
		background: #000;
		color: #fff;
	}

	.block_items_ins_list .ins_pop .ins_pop_c .big_img .btn_play {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 50px;
		height: 50px;
		background: rgba(0,0,0,.5);
		border-radius: 50%;
		border: 4px solid #fff;
		text-align: center;
		line-height: 50px;
		margin-top: -29px;
		margin-left: -29px;
		cursor: pointer;
	}

	.block_items_ins_list .ins_pop .ins_pop_c .big_img .btn_play i {
		background-image: none;
		font-size: 20px;
		color: #fff;
	}

	.block_items_ins_list .ins_pop .ins_pop_c .big_video {
		display: none;
	}

	.block_items_ins_list .ins_pop .ins_pop_c .ins_pop_con {
		padding: 15px;
		height: auto;
		background: #fff;
		position: relative;
		max-width: 100%;
		float: none;
		width: 100%;
	}

	.block_items_ins_list .ins_pop .ins_pop_c .ins_pop_top {
		font-size: 14px;
		font-weight: bold;
		margin-right: 30px;
		margin-bottom: 0;
	}

	.block_items_ins_list .ins_pop .ins_pop_c .ins_pop_top .profile {
		display: block;
		font-size: 16px;
		line-height: 40px;
		margin-top: 10px;
	}

	.block_items_ins_list .ins_pop .ins_pop_c .ins_pop_top img {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		vertical-align: top;
		margin-right: 10px;
	}
	.block_items_ins_list .ins_pop .ins_content{
		overflow: inherit;
		max-height: none;
	}
	.block_items_ins_list .ins_pop .ins_pop_c .ins_pop_con .ins_pop_inf {
		font-size: 12px;
		line-height: 20px
	}

	.block_items_ins_list .ins_pop .ins_pop_c .ins_pop_list li {
		padding-left: 90px;
		min-height: 80px;
		position: relative;
		margin-bottom: 20px;
	}

	.block_items_ins_list .ins_pop .ins_pop_c .ins_pop_list li:hover {
		background: #eee;
	}

	.block_items_ins_list .ins_pop .ins_pop_c .ins_pop_list li .ins_pic {
		position: absolute;
		left: 0;
		top: 0;
		width: 80px;
		height: 80px;
		text-align: center;
	}

	.block_items_ins_list .ins_pop .ins_pop_c .ins_pop_list li .ins_pic a {
		display: block;
	}

	.block_items_ins_list .ins_pop .ins_pop_c .ins_pop_list li .ins_pic img {
		max-width: 80px;
		max-height: 80px;
	}

	.block_items_ins_list .ins_pop .ins_pop_c .ins_pop_list li .pro_name {
		color: #333;
		font-size: 12px;
		height: 20px;
		padding-top: 4px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.block_items_ins_list .ins_pop .ins_pop_c .ins_pop_list li .pro_price {
		height: 20px;
		line-height: 20px;
		color: #ed4040;
	}

	.block_items_ins_list .ins_pop .ins_pop_c .ins_pop_list li .pro_price span {
		color: #333;
	}

	.block_items_ins_list .ins_pop .ins_pop_c .ins_pop_list li .pro_btn {
		margin-top: 4px;
		height: 26px;
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
		line-height: 26px;
		color: #fff;
		background: #1a1a1a;
		border-radius: 2px;
		display: inline-block;
		font-size: 12px;
	}
	.block_items_youtube_list .youtube_pop_c .youtube_pop_close{
		top:0;
	}
	
    .block_items_youtube_list .youtube_pop_c .youtube_pop_con{
    	width: 100%;
		padding: 15px 0;
    	box-sizing: border-box;
    }
    .block_items_products_tab .block_rec_ul li .product_img .product_side_box, 
    .block_items_products_rec .block_rec_ul li .product_img .product_side_box, 
    .block_items_products_switch .block_rec_ul li .product_img .product_side_box{
		display: none !important;
    }

	.block_items_products_tab .block_rec_ul li .detail_drawing dl dd a,
	.block_items_products_rec .block_rec_ul li .detail_drawing dl dd a,
	.block_items_products_switch .block_rec_ul li .detail_drawing dl dd a{
		width: 60px !important;
		height: 60px !important;
	}
	.block_single_products,
	.block_items_pinterest,
	.block_items_facebook,
	.block_items_twitter,
	.block_items_contactus .block_items_contactus_wapper,
	.block_items_products_tab,
	.block_items_imagetext_1,
	.block_image_5,
	.block_image_4,
	.block_image_3,
	.block_image_2,
	.block_items_youtube_video,
	.block_items_detail,
	.block_items_imagetext_list,
	.block_items_imagetext,
	.block_items_products_rec,
	.block_items_products_switch,
	.block_items_ins_list,
	.block_items_youtube_list,
	.block_items_comment,
	.block_items_solgan,
	.block_items_blog,
	.block_items_brand,
	.block_items_gallery,
	.block_items_category_list,
	.block_newsletter_content{
		padding: 0 30px;
	}
	.block_newsletter_content{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.block_items_youtube_list .youtube_pop_c .pop_left_box {
		width: 100%;
	}
	.block_items_youtube_list .youtube_pop_c .big_img{
		width: 100%;
		height: auto;
	}
	.block_gallery_pop{
		display: block !important;
	}
	.block_items_gallery li a .cover_box{
		opacity: 1;
	    transform: none;
	    background: rgba(0,0,0,.2);
	}
	.block_items_gallery li{
		max-height:inherit;
	}
	.block_gallery_pop{
	    position: fixed;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(0,0,0,.5);
	    z-index: 5000000;
	    opacity: 0;
	    visibility: hidden;
	    transition: all 0.3s;
	}
	.gallery_pop_on{ 
	    opacity: 1;
	    visibility: visible;
	}
	.block_gallery_pop .gallery_pop_wapper{
	    background: #fff;
	    padding: 10px;
	    border-radius: 5px;
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    width: calc(100% - 30px);
		max-width:500px;
	    max-height: calc(100vh - 60px);
	    transform: translate(-50%,-50%);
	    box-sizing: border-box;
	}
	.block_gallery_pop .gallery_close_btn{
	    position: absolute;
	    right: -10px;
	    top: -10px;
	    width: 28px;
	    height: 28px;
	    border-radius: 50%;
	    background: #fff;
	    text-align: center;
	    font-size: 16px;
		cursor:pointer;
	    z-index: 99;
	}
	.block_gallery_pop .gallery_close_btn svg{
	    height: 28px;
	    width: 14px;
	    fill:#000;
	}

	.block_gallery_pop .gallery_main{
	    margin-top: 10px;
	    overflow-y: auto;
	    max-height: calc(100vh - 100vw - 40px);
	}
	.block_gallery_pop .starlist{
	    position: absolute;
	    right: 10px;
	    height: 20px;
	    line-height: 20px;
	}
	.block_gallery_pop .starlist i{
	    font-size: 12px;
	    display: inline-block;
	    vertical-align: top;
	    margin-right: 3px;
	    background: none;
	    color: #ccc;
	}
	.block_gallery_pop .starlist i.cur{
		color: #ff9d00;
	}
	.block_gallery_pop .user_name{
	    height: 20px;
	    line-height: 20px;
	    color: #000;
	}
	.block_gallery_pop .gallery_tit{
	    border-bottom: 1px solid #dedede;
	    padding-bottom: 6px;
	    position: relative;
	}
	.block_gallery_pop .user_name img{
	    float: left;
	    margin-top: 5px;
	    margin-right: 5px;
	}
	.block_gallery_pop .comment_con{
	    margin-top: 5px;
	    line-height: 18px;
	    color: #333;
	}
	.block_gallery_pop .time{
	    margin-top: 10px;
	    color: #333;
	    line-height: 18px;
	}
	.block_gallery_pop .gallery_product ul{}
	.block_gallery_pop .gallery_product li{
	    font-size: 0;
	    padding: 10px 0;
	}
	.block_gallery_pop .gallery_product{
	    padding-bottom: 10px;
	}
	.block_gallery_pop .gallery_product li .gallery_product_pic{
	    display: inline-block;
	    width: 80px;
	    height: 80px;
	    border-radius: 4px;
	    vertical-align: top;
	    font-size: 12px;
	}
	.block_gallery_pop .gallery_product li .gallery_product_content{
	    display: inline-block;
	    width: calc(100% - 80px);
	    vertical-align: top;
	    font-size: 12px;
	    padding-left: 10px;
	    box-sizing: border-box;
	}
	.block_gallery_pop .gallery_product li .gallery_product_name{
	    color: #333;
	    font-size: 12px;
	    height: 20px;
	    padding-top: 4px;
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    display: block;
	}
	.block_gallery_pop .gallery_product li .gallery_product_price{
	    height: 20px;
	    line-height: 20px;
	    color: #ed4040;
	}
	.block_gallery_pop .gallery_product li .buy_now{
	    margin-top: 4px;
	    height: 26px;
	    padding-left: 20px;
	    padding-right: 20px;
	    text-align: center;
	    line-height: 26px;
	    color: #fff;
	    background: #ed4040;
	    border-radius: 2px;
	    display: inline-block;
	    font-size: 12px;
	}
	.block_gallery_pop .gallery_tit .product_star{
	    text-align: center;
	    position: absolute;
	    right: 0;
	    top:0;
	    height: 18px;
	    width: 94px; 
	    margin: 0 auto;
	    display: inline-block;
	    vertical-align: top; 
	}
	.block_gallery_pop .gallery_tit .product_star span{
	    position: absolute;
	    left: 0;
	    top: 0;
	    vertical-align: middle;
	}
	.block_gallery_pop .gallery_tit .product_star svg{
	    width: 94px;
	    height: 18px;
	    fill: #999;
	}
	.block_gallery_pop .gallery_tit .product_star .cur{
	    overflow: hidden;
	    z-index: 9;
	}
	.block_gallery_pop .gallery_tit .product_star .cur svg{
	    fill: #ff9d00;
	}
	.block_image_5 .block_image_content{
		flex-direction: column;
	}
	.block_image_5 .block_image_5_left{
		width: 100%;
	}
	.block_image_5 .block_image_5_mid,
	.block_image_5 .block_image_5_right{
		width: 100%;
		display: -webkit-flex;
	    display: flex;
	    flex-wrap: wrap;
	    align-items: center;
	    justify-content: space-between;
	    margin-top: 15px;
	}
	.block_image_5 .block_image_content .image-2, 
	.block_image_5 .block_image_content .image-3, 
	.block_image_5 .block_image_content .image-4,
	.block_image_5 .block_image_content .image-5{
		width: calc(50% - 7px);
		margin: 0;
	} 
	.block_items_contactus{
		padding: 100px 0;
	}
	.block_items_contactus .message-form{
		width: 100%;
	}
	.block_items_contactus .contact_us{
		width: 100%;
	    padding: 50px 50px 20px;
	    margin: 30px 0 0;
	}
	.block_items_twitter .block_items_twitter_content{
		width: 100%;
	}
	.block_items_facebook .block_items_facebook_left,
	.block_items_twitter .block_items_twitter_left{
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	.block_items_twitter .block_title,
	.block_items_twitter .block_items_twitter_detail,
	.block_items_facebook .block_title,
	.block_items_facebook .block_items_facebook_detail{
		text-align: center;
	}
	.block_items_facebook .block_items_facebook_wapper{
		justify-content:center;
	}
	.block_items_contactus.contact_us_bg .message-form{
		border-radius: 8px;
	}
	.block_items_contactus.contact_us_bg .contact_us{
		border-radius: 8px;
	}
	.block_items_tiktok_list .tiktok_list{
		padding: 0 30px;
	}
	.block_items_default_style .block_default_ul li{
		width: calc(50% - 10px);
	}
	.block_items_default_style .block_default_ul li:nth-child(4n){
		margin-right: 20px;
	}
	.block_items_default_style .block_default_ul li:nth-child(2n){
		margin-right: 0;
	}
	.block_newsletter_content .mantle-bg{
		max-width: calc(100% - 60px);
	}
	.block_newsletter_content .block_newsletter_wapper{
		display: block;
	}
	.block_newsletter_content .block_newsletter_c{
		padding: 0 30px;
		box-sizing: border-box;
	}
	.block_newsletter_content .block_newsletter_wapper .block_newsletter_content_top, 
	.block_newsletter_content .block_newsletter_wapper .block_newsletter_title{
		text-align: center;
	}
	.block_newsletter_content .block_newsletter_wapper form{
		width: 100%;
		max-width: 100%;
		margin-top: 30px;
	}
	.block_newsletter_content .block_newsletter_title{
		margin-bottom: 0;
	}
	.block_items_coupon .block_items_coupon_list_3 li, 
	.block_items_coupon .block_items_coupon_list_5 li, 
	.block_items_coupon .block_items_coupon_list_6 li{
		max-width: 100%;
	}
	.block_items_coupon .block_items_coupon_list_3 li, 
	.block_items_coupon .block_items_coupon_list_5 li, 
	.block_items_coupon .block_items_coupon_list_6 li,
	.block_items_coupon .block_items_coupon_list_3 li:nth-child(3n), 
	.block_items_coupon .block_items_coupon_list_5 li:nth-child(3n), 
	.block_items_coupon .block_items_coupon_list_6 li:nth-child(3n),
	.block_items_coupon .block_items_coupon_list_3 li:nth-child(2n), 
	.block_items_coupon .block_items_coupon_list_5 li:nth-child(2n), 
	.block_items_coupon .block_items_coupon_list_6 li:nth-child(2n){
		margin-right: 0;
	}
	.block_items_coupon .block_items_coupon_wapper{
		padding: 0 30px;
		box-sizing: border-box;
	}
	.block_items_coupon .block_items_coupon_list li{
		max-width: 100%;
		margin-right: 0;
	}
	.block_image_5 .block_image_format > div{
		width:33.3333%;
	}
	.block_image_5 .block_image_format2 .image-1,
	.block_image_5 .block_image_format2 .image-2{
		width:50%;
	}
}
@media screen and (max-width:767px){
	.block_items_ins_list .ins_pop .ins_pop_c .ins_pop_con{
		position: static; 
		max-height: calc(100vh - 100vw);
    	overflow: auto;
	}
	.block_items{
		padding: 0 0 30px;
	}
	.block_items_pinterest,
	.block_items_facebook,
	.block_items_twitter,
	.block_items_products_tab,
	.block_items_imagetext_1,
	.block_image_5,
	.block_image_4,
	.block_image_3,
	.block_image_2,
	.block_items_youtube_video,
	.block_items_detail,
	.block_items_imagetext_list,
	.block_items_imagetext,
	.block_items_products_rec,
	.block_items_products_switch,
	.block_items_ins_list,
	.block_items_youtube_list,
	.block_items_comment,
	.block_items_solgan,
	.block_items_blog,
	.block_items_brand,
	.block_items_gallery,
	.block_items_category_list,
	.block_newsletter_content{
		padding: 0 15px;
	}
	
	.block_newsletter_content .block_newsletter_wapper form{
		width: 100%;
		max-width: 100%;
		margin-top: 20px;
	}
	
	.block_newsletter_content{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.block_image_left{
		width: 100%;
	}
	.block_image_4 .image-1{
		margin-right: 16px;
	}
	.block_image_4 .image-1, 
	.block_image_4 .image-2{
		width: calc(50% - 7px);
	
	}
	.block_image_4 .image-2{
		margin-left: 14px;
	}
	.block_image_4 .image-3{
		margin-top: 15px;
	}
	.block_image_right{
		width: 100%;
		margin-top: 15px;
	}
	.block_image_2.block_image_row_2 .image-1, 
	.block_image_2.block_image_row_2 .image-2{
    	width: calc(50% - 7px);
    	margin: 0 14px 0 0;
	}
	.block_image_3 .image-1, 
	.block_image_3 .image-2, 
	.block_image_3 .image-3,
	.block_image_2.block_image_row_1 .image-1, 
	.block_image_2.block_image_row_1 .image-2{
		width: 100%;
		margin: 0 0 15px;
	}
	.block_image_2.block_image_row_2 .image-2,
	.block_image_2.block_image_row_1 .image-2{
		margin-right: 0;
	}
	.block_image_4 .image-1,
	.block_image_3 .image-3{
		margin: 0;
	}
	.block_items_imagetext_1 .imagetext_content_title,
	.block_items_youtube_video .rich-text .rich-text-tit,
	.block_items_detail .rich-text .rich-text-tit,
	.block_items_imagetext_list h4,
	.block_items_products_rec .block_rec_tit,
	.block_items_products_switch .block_rec_tit,
	.block_items_ins_list .block_ins_tit,
	.block_items_youtube_list .youtubeshop_list .block_youtubeshop_tit,
	.block_items_comment .block_comment_tit,
	.block_items_blog .news-box .block_news_tit,
	.block_items_brand .block_brand_tit,
	.block_items_gallery .block_gallery_tit,
	.block_items_topic_list .block_topic_tit,
	.block_items_solgan .block_solgan_tit{
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.block_items_brand .block_brand_tit{
		margin-bottom: 0;
	}
	.block_items_imagetext_1 .imagetext_content_detail,
	.block_items_youtube_video .rich-text .rich-text-detail,
	.block_items_detail .rich-text .rich-text-detail{
		font-size: 14px;
		line-height: 20px;
	}
	.block_items_imagetext_list li,
	.block_items_solgan li{
		width: 100%;
		margin: 0 0 20px;
	}
	.block_items_imagetext .imagetext_pic{
		width: 100%;
	}
	.block_items_imagetext .imagetext_content{
		/*width: calc(100% - 100px);*/
        width:100%;
		padding: 0 20px;
        left:0px;
        top:50%;
        text-align: center;
		transform:translate(0,-50%);
		box-sizing: border-box;
	}
	.block_items_products_tab .block_rec_ul li,
	.block_items_products_rec .block_rec_ul li{
		width: 100%;
		margin: 0 0 20px;
	}
	.block_items_products_switch .block_rec_ul li .name,
	.block_items_products_tab .block_rec_ul li .name,
	.block_items_products_rec .block_rec_ul li .name{
		font-size: 14px;
		line-height: 20px;
	}
	.block_items_ins_list .index_ins_box .ins_box{
		margin-right: 16px;
		width: calc(50% - 8px);
		margin-top: 16px;
		padding: 0;
	}
	.block_items_youtube_list .youtube_box{
		width: 100%;
		margin: 0 0 15px;
	}
	.block_items .swiper-pagination-bullet-active{
		background: #000;
	}
	.block_items .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}
	.block_items_category_list .block_category_content li{
		width: calc(50% - 7px);
		margin-right: 14px;
		margin-top: 14px;
	}
	.block_items_category_list .block_category_content li:nth-child(2n){
		margin-right: 0;
	}
	.block_single_products .single_product_pic{
		width: 100%;
	}
	.block_single_products .single_product_content{
		margin: 15px 0 0;
		width: 100%;
	}
	.block_single_products .single_product_name{
		font-size: 18px;
	}
	.block_single_products .single_product_detail{
		font-size: 14px;
	}
	.block_single_products .single_product_price{
		font-size: 18px;
	}
	.block_single_products .single_product_name,
	.block_single_products .single_product_detail{
		margin-bottom: 10px;
	}
	.block_single_products .single_product_shop_now,
	.block_single_products .sold_out_btn{
		margin-top: 10px;
	}
	.block_single_products{
		display: block;
		padding: 0 15px;
	}
	.block_items_imagetext .imagetext_pic{
		height: 260px;
	}
	.block_single_products .single_product_img.default_data{
		height: 300px;
	}
	.block_image_4 .image-4 .default_data{
		height: 400px;
	}
	.block_image_4 .image-1 img,
	.block_image_4 .image-2 img,
	.block_image_4 .image-3 img,
	.block_image_4 .image-4 img{
		width: 100%;
		height: 100%;
	}
	.block_items_imagetext .imagetext_content_title{
		margin-bottom: 10px;
		font-size: 20px;
	}
	.block_items_imagetext .imagetext_content_detail{
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
	} 
	.imagetext_size_small .imagetext_content_btn,
	.imagetext_size_medium .imagetext_content_btn,
	.imagetext_size_large .imagetext_content_btn{
		margin: 0;
		padding: 8px 20px;
	}
	.block_items_gallery li{
		max-height: 640px; 
	}
	.block_items_comment .comment-swiper-button-next, 
	.block_items_comment .comment-swiper-button-prev, 
	.block_items_comment .comment-image-swiper-button-next, 
	.block_items_comment .comment-image-swiper-button-prev, 
	.block_items_gallery .swiper-button-next, 
	.block_items_gallery .swiper-button-prev,
	.block_items_comment .swiper-button-next,
	.block_items_comment .swiper-button-prev,
	.block_items_blog .swiper-button-next, 
	.block_items_blog .swiper-button-prev,
	.block_items_products_switch .swiper-button-next,
	.block_items_products_switch .swiper-button-prev,
	.block_items_banner .swiper-button-next, 
	.block_items_banner .swiper-button-prev{
		display: none;
	}
	.block_items_comment .comment-swiper-button-next svg, 
	.block_items_comment .comment-swiper-button-prev svg, 
	.block_items_comment .comment-image-swiper-button-next svg, 
	.block_items_comment .comment-image-swiper-button-prev svg, 
	.block_items_gallery .swiper-button-next svg, 
	.block_items_gallery .swiper-button-prev svg,
	.block_items_comment .swiper-button-next svg,
	.block_items_comment .swiper-button-prev svg,
	.block_items_blog .swiper-button-next svg, 
	.block_items_blog .swiper-button-prev svg,
	.block_items_products_switch .swiper-button-next svg,
	.block_items_products_switch .swiper-button-prev svg,
	.block_items_banner .swiper-button-next svg, 
	.block_items_banner .swiper-button-prev svg{
		width: 30px;
		height: 50px;
		
	}
	.banner_size_large .block_banner_content h4,
	.banner_size_medium .block_banner_content h4,
	.banner_size_small .block_banner_content h4{
		font-size: 14px;
	}
	.banner_size_large .block_banner_content p,
	.banner_size_medium .block_banner_content p,
	.banner_size_small .block_banner_content p{
		font-size: 14px;
	}
	.block_items_category_list .block_category_content .category-name{
		line-height: 34px;
	    bottom: 10px;
	    max-width: calc(100% - 16px);
	}
	.block_items_category_list .block_category_content .category-name a{
		color: #000;
	}
	.block_items_youtube_video iframe{
		min-height: auto;
	}
	.block_single_products .sold_out_box{
		display: none;
	}

	.block_items_imagetext_1 .imagetext-content{
		flex-direction:column;
	}
	.block_items_imagetext_1 .block_single_products_right .imagetext-content{
		flex-direction:column;
	}
	.block_items_imagetext_1 .imagetext_pic{
		width: 100%;
		margin-bottom: 20px;
	}
	.block_items_imagetext_1 .imagetext_content_wapper{
		width: 100%;
	}
	.block_items_imagetext_1 .imagetext_content_wapper,
	.block_items_imagetext_1 .block_single_products_right .imagetext_content_wapper{
		padding: 0;
		text-align: center;
	}
	.block_items_ins_list .index_ins_box .ins_tab{
		display: none;
	}
	.block_items_ins_list .moblie_ins_title{
		display: block;
		margin-top: 30px;
	}
	.block_items_ins_list .moblie_ins_title a{
		display: block;
	    font-size: 18px;
	    margin: 0 15px;
	    font-weight: bold;
	    color: #000;
	    text-align: center;
	}
	.block_items_ins_list .index_ins_box .ins_list{
		display: block;
		margin-bottom: 30px;
	}
	.block_items_ins_list .index_ins_box .ins_list:last-child{
		margin-bottom: 0;
	}
	.block_items_ins_list .moblie_ins_title a img {
	    width: 40px;
	    height: 40px;
	    border-radius: 50%;
	    vertical-align: middle;
	    margin-right: 5px;
	}
	.block_items_imagetext_list li .imagetext_content_title{
		text-align: center;
	}
	.block_items_imagetext_list li .imagetext_content_detail{
		text-align: center;
	}

	.block_single_products .pro_detail .sku_con{
		width: 100%;
		float: none;
	}
	.block_single_products .pro_detail .sku_con:nth-child(2n){
		margin-left: 0;
	}
	.block_single_products .pro_detail .btns{
		height: auto;
	}
	.block_single_products .pro_detail .btn_inquiry,
	.block_single_products .pro_detail .btn_outstock,
	.block_single_products .pro_detail .add_to_cart,
	.block_single_products .pro_detail .buy_now_btn{
		width: 100%;
	}
	.block_single_products .pro_detail .btn_inquiry,
	.block_single_products .pro_detail .buy_now_btn{
		margin: 15px 0 0;
	}

	.block_newsletter_content .block_newsletter_title,
	.block_title{
		font-size: 18px;
		line-height: 34px;
		margin-bottom: 10px;
	}
	.block_single_products .block_title{
		line-height:30px;
	}
	.block_items_imagetext_1 .imagetext_content_wapper .block_title{
		text-align: center;
	}
	.block_items_solgan ul{
		margin-top: 30px;
	}
	.block_items_solgan li .service-list__con{
		text-align: left;
	    display: flex;
	    display: -webkit-flex;
	    align-items: center;
	}
	.block_items_solgan li .service-icon i{
		text-align: center;
	}
	.block_items_solgan li .service-icon{
		padding: 0;
	}
	.block_items_solgan li .service-info{
		margin: 0 0 0 20px;
    	padding: 0;
	}
	.block_items_solgan li .service-info h4{
		margin-bottom: 10px;
	}
	.block_items_products_switch .block_rec_list,
	.block_items_blog .news-swiper, 
	.block_items_comment .block_comment_content{
		padding: 0 0 30px;
	}
	.block_items_products_switch .block_rec_list .rec-pagination,
	.block_items_gallery .block_gallery_list .gallery-pagination,
	.block_items_blog .news-swiper .article-pagination,
	.block_items_comment .block_comment_content .comment-image-pagination,
	.block_items_comment .block_comment_content .comment-pagination{
		bottom: 0;
		position: absolute;
		text-align: center;
	}
	.block_items_gallery .block_gallery_list .gallery-pagination{
		z-index: 2;
		bottom: 10px;
	}
	.block_items_gallery .swiper-pagination-bullet{
		opacity: 1;
    	background: #999;
	}
	.block_items_products_switch .block_rec_ul li{
		margin-bottom: 0;
	}
	.block_items_gallery .swiper-pagination-bullet-active {
	    background: #000;
	}
	.block_items_imagetext_list li .imagetext_content{
		text-align: center;
	}

	.block_items_products_tab .block_title{
		white-space: nowrap;
		overflow-x: auto;
	}
	.block_items_products_tab .block_rec_ul{
		display: flex;
    	overflow: auto;
    	padding-left: calc(10% + 8px);
	}
	.block_items_products_tab .block_rec_ul li{
	    width: 80%;
	    margin: 0 15px 0 0 !important;

	}
	.block_items_wap_products_tab_2 .block_rec_ul{
		padding-left: calc(10% - 15px);
	}
	.block_items_wap_products_tab_2 .block_rec_ul li{
	    width: 40%;
	}
	.block_items_products_tab_3 .block_rec_ul li:nth-child(3n), 
	.block_items_products_tab_3 .block_rec_ul li:nth-child(5n), 
	.block_items_products_tab_3 .block_rec_ul li:nth-child(6n), 
	.block_items_products_rec_3 .block_rec_ul li:nth-child(3n), 
	.block_items_products_rec_3 .block_rec_ul li:nth-child(5n), 
	.block_items_products_rec_3 .block_rec_ul li:nth-child(6n),
	.block_items_products_tab_5 .block_rec_ul li:nth-child(3n), 
	.block_items_products_tab_5 .block_rec_ul li:nth-child(5n), 
	.block_items_products_tab_5 .block_rec_ul li:nth-child(6n), 
	.block_items_products_rec_5 .block_rec_ul li:nth-child(3n), 
	.block_items_products_rec_5 .block_rec_ul li:nth-child(5n), 
	.block_items_products_rec_5 .block_rec_ul li:nth-child(6n),
	.block_items_products_tab_6 .block_rec_ul li:nth-child(3n), 
	.block_items_products_tab_6 .block_rec_ul li:nth-child(5n), 
	.block_items_products_tab_6 .block_rec_ul li:nth-child(6n), 
	.block_items_products_rec_6 .block_rec_ul li:nth-child(3n), 
	.block_items_products_rec_6 .block_rec_ul li:nth-child(5n), 
	.block_items_products_rec_6 .block_rec_ul li:nth-child(6n) {
	    margin-right: 14px;
	}
	.block_items_wap_products_rec_2 .block_rec_ul li{
	    width: calc(50% - 7px);
	    margin-right: 14px;
	}
	.block_items_products_rec_3 .block_rec_ul li:nth-child(2n),
	.block_items_products_rec_4 .block_rec_ul li:nth-child(2n),
	.block_items_products_rec_5 .block_rec_ul li:nth-child(2n),
	.block_items_products_rec_6 .block_rec_ul li:nth-child(2n){
		margin-right: 0;
	}
	.block_gallery_pop{
		display: block !important;
	}
	.block_items_gallery li a .cover_box{
		opacity: 1;
	    transform: none;
	    background: rgba(0,0,0,.2);
	}
	.block_gallery_pop{
	    position: fixed;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(0,0,0,.5);
	    z-index: 5000000;
	    opacity: 0;
	    visibility: hidden;
	    transition: all 0.3s;
	}
	.gallery_pop_on{ 
	    opacity: 1;
	    visibility: visible;
	}
	.block_gallery_pop .gallery_pop_wapper{
	    background: #fff;
	    padding: 10px;
	    border-radius: 5px;
	    position: absolute;
	    left: 15px;
	    top: 50%;
	    width: calc(100% - 30px);
	    max-height: calc(100vh - 60px);
	    transform: translate(0,-50%);
	    box-sizing: border-box;
	}
	.block_gallery_pop .gallery_close_btn{
	    position: absolute;
	    right: -10px;
	    top: -10px;
	    width: 28px;
	    height: 28px;
	    border-radius: 50%;
	    background: #fff;
	    text-align: center;
	    font-size: 16px;
	    z-index: 99;
	}
	.block_gallery_pop .gallery_close_btn svg{
	    height: 28px;
	    width: 14px;
	    fill:#000;
	}

	.block_gallery_pop .gallery_main{
	    margin-top: 10px;
	    overflow-y: auto;
	    max-height: calc(100vh - 100vw - 40px);
	}
	.block_gallery_pop .starlist{
	    position: absolute;
	    right: 10px;
	    height: 20px;
	    line-height: 20px;
	}
	.block_gallery_pop .starlist i{
	    font-size: 12px;
	    display: inline-block;
	    vertical-align: top;
	    margin-right: 3px;
	    background: none;
	    color: #ccc;
	}
	.block_gallery_pop .starlist i.cur{
		color: #ff9d00;
	}
	.block_gallery_pop .user_name{
	    height: 20px;
	    line-height: 20px;
	    color: #000;
	}
	.block_gallery_pop .gallery_tit{
	    border-bottom: 1px solid #dedede;
	    padding-bottom: 6px;
	    position: relative;
	}
	.block_gallery_pop .user_name img{
	    float: left;
	    margin-top: 5px;
	    margin-right: 5px;
	}
	.block_gallery_pop .comment_con{
	    margin-top: 5px;
	    line-height: 18px;
	    color: #333;
	}
	.block_gallery_pop .time{
	    margin-top: 10px;
	    color: #333;
	    line-height: 18px;
	}
	.block_gallery_pop .gallery_product ul{}
	.block_gallery_pop .gallery_product li{
	    font-size: 0;
	    padding: 10px 0;
	}
	.block_gallery_pop .gallery_product{
	    padding-bottom: 10px;
	}
	.block_gallery_pop .gallery_product li .gallery_product_pic{
	    display: inline-block;
	    width: 80px;
	    height: 80px;
	    border-radius: 4px;
	    vertical-align: top;
	    font-size: 12px;
	}
	.block_gallery_pop .gallery_product li .gallery_product_content{
	    display: inline-block;
	    width: calc(100% - 80px);
	    vertical-align: top;
	    font-size: 12px;
	    padding-left: 10px;
	    box-sizing: border-box;
	}
	.block_gallery_pop .gallery_product li .gallery_product_name{
	    color: #333;
	    font-size: 12px;
	    height: 20px;
	    padding-top: 4px;
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    display: block;
	}
	.block_gallery_pop .gallery_product li .gallery_product_price{
	    height: 20px;
	    line-height: 20px;
	    color: #ed4040;
	}
	.block_gallery_pop .gallery_product li .buy_now{
	    margin-top: 4px;
	    height: 26px;
	    padding-left: 20px;
	    padding-right: 20px;
	    text-align: center;
	    line-height: 26px;
	    color: #fff;
	    background: #ed4040;
	    border-radius: 2px;
	    display: inline-block;
	    font-size: 12px;
	}
	.block_single_products .swiper-button-next, 
	.block_single_products .swiper-button-prev{
		display: none !important; 
	}
	.block_items_youtube_video .youtube_video_content{
		min-height: 200px;
	}
	.block_items_youtube_video .pop_youtube_video_wapper{
		margin: 0;
	    left: 10px;
	    width: calc(100% - 20px);
	}
	.block_items_youtube_video .pop_youtube_video_close_btn{
		width: 30px;
		height: 30px;
		top: -35px;
	}
	.block_items_youtube_video .pop_youtube_video_close_btn svg{
		height: 30px;
		width: 14px;
	}
	.block_items_youtube_video iframe{
		min-height: 280px;
	}
	.block_items_blog .news-box .pic{
		height: calc(66vw - 20px);
	}
	.block_items_youtube_list .youtube_pop .youtube_pop_c .pop_box{
		width: calc(100% - 30px);
	    top: 50%;
	    max-height: calc(100vh - 30px);
	    height: auto;
	    overflow-y: auto;
	    padding: 10px;
	    transform: translate(0,-50%);
	} 
	.block_items_youtube_list .youtube_pop_c .youtube_img_bom{
		padding: 0;
	}
	.block_items_ins_list .ins_pop .ins_pop_c .pop_box{
		max-width: calc(100% - 30px);
		left: 15px;
		margin: 0;
	}
	.block_items_products_switch .block_rec_ul li .detail_drawing dl dd a, 
    .block_items_products_rec .block_rec_ul li .detail_drawing dl dd a,
	.block_items_products_switch .block_rec_ul li .detail_drawing dl dd, 
    .block_items_products_rec .block_rec_ul li .detail_drawing dl dd{
    	width: 50px !important;
    	height: 50px !important;
    }
    .block_items_products_tab .block_rec_ul li .detail_drawing dl dd a,
	.block_items_products_tab .block_rec_ul li .detail_drawing dl dd{
		width: 40px !important;
    	height: 40px !important;
	}
 



    .block_items_products_switch .block_rec_ul li .detail_drawing .detail_drawing_wapper, 
    .block_items_products_rec .block_rec_ul li .detail_drawing .detail_drawing_wapper{
    	max-width: 224px;
    }
    .block_items_products_tab .block_rec_ul li .detail_drawing .detail_drawing_wapper{
    	max-width: 184px;
    }

    .block_items_products_rec.block_items_wap_products_rec_2 .block_rec_ul li .detail_drawing, 
    .block_items_products_tab.block_items_wap_products_tab_2 .block_rec_ul li .detail_drawing{
    	display: none;
    }


    .block_items_products_rec.block_items_wap_products_rec_2 .block_rec_ul li .wap_detail_drawing, 
    .block_items_products_tab.block_items_wap_products_tab_2 .block_rec_ul li .wap_detail_drawing{
    	margin-top: 15px;
    	display: -webkit-flex;
	    display: flex;
	    align-items: center;
	    justify-content: center;
    }
    .block_items_products_rec.block_items_wap_products_rec_2 .block_rec_ul li .wap_detail_drawing dl, 
    .block_items_products_tab.block_items_wap_products_tab_2 .block_rec_ul li .wap_detail_drawing dl{
    	display: -webkit-flex;
	    display: flex;
	    align-items: center;
	    max-width: 136px;
	    overflow: auto;
    }
    .block_items_products_rec.block_items_wap_products_rec_2 .block_rec_ul li .wap_detail_drawing dl dd, 
    .block_items_products_tab.block_items_wap_products_tab_2 .block_rec_ul li .wap_detail_drawing dl dd{
    	width: 30px;
	    height: 30px;
	    margin: 0 2px;
    }
    .block_items_products_rec.block_items_wap_products_rec_2 .block_rec_ul li .wap_detail_drawing dl dd a, 
    .block_items_products_tab.block_items_wap_products_tab_2 .block_rec_ul li .wap_detail_drawing dl dd a{
    	display: block;
	    width: 30px;
	    height: 30px;
	    text-align: center;
	    font-size: 0;
	    border: 1px solid #ddd;
	    box-sizing: border-box;
    }
    .block_items_products_rec.block_items_wap_products_rec_2 .block_rec_ul li .wap_detail_drawing dl dd.cur a, 
    .block_items_products_tab.block_items_wap_products_tab_2 .block_rec_ul li .wap_detail_drawing dl dd.cur a{
    	border-color: #000;
    }
    .block_items_products_rec.block_items_wap_products_rec_2 .block_rec_ul li .wap_detail_drawing dl dd a img, 
    .block_items_products_tab.block_items_wap_products_tab_2 .block_rec_ul li .wap_detail_drawing dl dd a img{
    	max-width: 100%;
	    max-height: 100%;
	    vertical-align: middle;
    }
    .block_items_products_rec.block_items_wap_products_rec_2 .block_rec_ul li .wap_detail_drawing .wap_detail_drawing_more,
    .block_items_products_tab.block_items_wap_products_tab_2 .block_rec_ul li .wap_detail_drawing .wap_detail_drawing_more{
    	display: none;
    	margin-left: 5px;
    }
    .block_items_products_rec.block_items_wap_products_rec_2 .block_rec_ul li .wap_detail_drawing .wap_detail_drawing_more svg,
    .block_items_products_tab.block_items_wap_products_tab_2 .block_rec_ul li .wap_detail_drawing .wap_detail_drawing_more svg{
    	width: 16px;
    	height: 16px;
    	fill: #333;
    }


    .block_gallery_pop .gallery_tit .product_star{
	    text-align: center;
	    position: absolute;
	    right: 0;
	    top:0;
	    height: 18px;
	    width: 94px; 
	    margin: 0 auto;
	    display: inline-block;
	    vertical-align: top; 
	}
	.block_gallery_pop .gallery_tit .product_star span{
	    position: absolute;
	    left: 0;
	    top: 0;
	    vertical-align: middle;
	}
	.block_gallery_pop .gallery_tit .product_star svg{
	    width: 94px;
	    height: 18px;
	    fill: #999;
	}
	.block_gallery_pop .gallery_tit .product_star .cur{
	    overflow: hidden;
	    z-index: 9;
	}
	.block_gallery_pop .gallery_tit .product_star .cur svg{
	    fill: #ff9d00;
	}
	.block_image_5 .block_image_content{
		flex-direction: column;
	}
	.block_image_5 .block_image_5_left{
		width: 100%;
	}
	.block_image_5 .block_image_5_mid,
	.block_image_5 .block_image_5_right{
		width: 100%;
		display: -webkit-flex;
	    display: flex;
	    flex-wrap: wrap;
	    align-items: center;
	    justify-content: space-between;
	    margin-top: 15px;
	}
	.block_image_5 .block_image_content .image-2, 
	.block_image_5 .block_image_content .image-3, 
	.block_image_5 .block_image_content .image-4,
	.block_image_5 .block_image_content .image-5{
		width: calc(50% - 7px);
		margin: 0;
	} 
	.block_items_contactus .block_items_contactus_wapper{
		padding: 0 15px;
	}
	.block_items_contactus .message-form{
		padding: 20px;
	}
	.block_items_contactus .message-form .block_items_contactus_detail{
		margin: 0;
	}
	.block_items_contactus .message-form .contactus-name, .block_items_contactus .message-form .contactus-tel{
		margin-right: 20px;
	}
	.block_items_contactus .message-form .contactus-name, 
	.block_items_contactus .message-form .contactus-email, 
	.block_items_contactus .message-form .contactus-tel, 
	.block_items_contactus .message-form .contactus-title{
		width: calc(50% - 10px);
		margin-bottom: 20px;
	}
	.block_items_contactus .message-form .contactus-code-box{
		width: 100%;
		position: relative;
	}
	.block_items_contactus .message-form .contactus-code-box input{
		width: calc(100% - 10px);
	}
	.block_items_contactus .message-form .contactus-btn{
		width: 100%;
	}
	.block_items_tiktok_list .tiktok_list{
		padding: 0 15px;
	}
	.block_items_tiktok_list .tiktok_list .tiktok_box{
		width: calc(50% - 8px);
		margin-right: 16px;
		margin-bottom: 16px;
	}
	.block_items_tiktok_list .tiktok_list .tiktok_box:nth-child(4n){
		margin-right: 16px;
	}
	.block_items_tiktok_list .tiktok_list .tiktok_box:nth-child(3n){
		margin-right: 16px;
	}
	.block_items_tiktok_list .tiktok_list .tiktok_box:nth-child(2n){
		margin-right: 0;
	}
	.block_items_default_style .block_default_ul li{
		width: 100%;
		margin-right: 0;
	}
	.block_items_default_style .block_default_ul li:nth-child(4n){
		margin-right: 0;
	}
	.block_items_default_style .block_default_ul li:nth-child(2n){
		margin-right: 0;
	}
	.block_items_youtube_list .swiper-button-next, 
	.block_items_youtube_list .swiper-button-prev{
		display: none;
	}
	.block_newsletter_content .mantle-bg{
		max-width: 100%;
		max-height: calc(100% - 30px);
	}
	.block_newsletter_content .block_newsletter_c{
		padding: 0;
	}
	.block_single_products .pro_detail .btn_ecpay,
	.block_single_products .pro_detail .btn_inquiry,
	.block_single_products .pro_detail .btn_outstock{
		width: 100%;
		margin-top: 15px;
	}
	.block_image_5 .block_image_format3 .block_image_lt,
	.block_image_5 .block_image_format3 .block_image_rt,
	.block_image_5 .block_image_format3 .block_image_ct{
		width:100%;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.block_image_5 .block_image_format3 .block_image_lt > div,
	.block_image_5 .block_image_format3 .block_image_rt > div{
		width:50%;
	}
	.block_image_5 .block_image_format3 .image-3{
		width:100%;
	}
	.block_image_5 .block_image_format3 .image-3 a.default_data{
		height:330px;
	}
	
} 

@media screen and (max-width:480px){
	.block_items_contactus{
		padding: 30px 0;
	}
	.block_items_contactus .message-form{
		padding: 15px;
	}
	.block_items_contactus .message-form .contactus-name, 
	.block_items_contactus .message-form .contactus-email, 
	.block_items_contactus .message-form .contactus-tel, 
	.block_items_contactus .message-form .contactus-title{
		width: 100%;
		margin: 0 0 15px;
	}
	.block_items_contactus .inquiry-upload,
	.block_items_contactus .message-form .contactus-textarea{
		margin: 0 0 15px;
	}
	.block_items_contactus .message-form .contactus-btn{
		margin-top: 15px;
	}
	.block_items_contactus .contact_us{
	    padding: 20px 20px 20px;
	    margin: 15px 0 0;
	}
	.block_items_coupon .block_items_coupon_wapper{
		padding: 0 15px;
	}
	.block_items_coupon .block_items_coupon_list li .block_items_coupon_list_top{
		padding: 15px;
	}
	.block_items_coupon .block_items_coupon_list li .block_coupon_name{
		margin-top: 10px;
	}
	.block_items_coupon .block_items_coupon_list li .block_coupon_detail{
		font-size: 26px;
	}
	.block_items_coupon .block_items_coupon_list li .block_coupon_code{
		width: calc(100% - 60px);
	}
	.block_image_4 .block_image_format1 > div,
	.block_image_4 .block_image_format2 > div,
	.block_image_4 .block_image_format3 > div{
		width:100%;
		margin-bottom:20px;
	}
	.block_image_4 .block_image_format.padding1 > div{
		padding:5px 0;
	}
	.block_image_4 .block_image_format.padding2 > div{
		padding:10px 0;
	}
	.block_image_4 .block_image_format.padding3 > div{
		padding:15px 0;
	}
	.block_image_5 .block_image_format3 .block_image_lt > div,
	.block_image_5 .block_image_format3 .block_image_rt > div{
		width:100%;
	}
	.block_image_full .block_image_format{
		margin:0 !important;
	}
	.block_image_5 .block_image_format{
		margin:0 !important;
	}
	.block_image_5 .block_image_format.padding1 > div,
	.block_image_5 .block_image_format.padding1 > div > div{
		padding:5px 0;	
	}
	.block_image_5 .block_image_format.padding2 > div,
	.block_image_5 .block_image_format.padding2 > div > div{
		padding:10px 0;
	}
	.block_image_5 .block_image_format.padding3 > div,
	.block_image_5 .block_image_format.padding3 > div > div{
		padding:15px 0;
	}
	.block_image_5 .block_image_format > div{
		width:100%;
	}
}


.block_items_imagetext_img{
	padding: 0; 
}
.block_items_imagetext_img .imagetext_pic{
	height: auto;
}
.block_items_imagetext_img .imagetext_pic img{
	max-width: 100%;
}






