/* 产品详情页swiper隐藏 */
#gaishu .scene_swiper-container{display: none;}
#gaishu .ukyh_txtp{color:#f00;font-weight: bold;}
/* 产品详情页swiper隐藏 */
/*nav*/
.store_nav_bottom_box .navMenu .navMenu_navbar_li:nth-child(1) .navbar_li_linka1{color: #f00;font-weight: bold;}
.store_nav_top .nav_logo img{max-width: 204px!important;}
/*nav*/
/*tawk 客服*/
#envolve-chat .envolve-sc-received .envolve-sc-message--text{width: 100%;}
#envolve-chat .envolve-sc-received .envolve-sc-message--text iframe{width: 100%;}
/*tawk 客服 end*/
p{margin: 0;padding:0 ;}
#nav_header .container .navbar-right .navbar-nav .dropdown{font-size: 0;}
body {font-family: avenir, "Helvetica Neue", Helvetica, Arial, sans-serif, 'Microsoft YaHei UI';}
/* CSS Document */
/*导航*/
.navbar-inverse .navbar-nav>li>a {padding: 25px 12px;}
.navbar-inverse .navbar-left li:nth-child(1) a{font-weight: bold;color: #f00;}
/*导航*/
/*评论送手套*/
#comment .us_review{display: none;}
/*评论送手套*/
/*产品详情轮播*/
#gaishu .A24_swiper-container { max-width: 1400px; height: auto;margin-bottom: 20px;}
/*产品详情轮播 end*/
/*bulletin公告*/
.uk_bulletin{max-width: 1200px;margin: 0 auto;background:#E2002B;padding: 20px;position: relative;}
.uk_bulletin_div{width: 90%;margin-left: 6%;height: auto;}
.uk_bulletin_p{color: #fff;font-size: 14px;font-weight: 400;line-height: 1.6;margin: 0;margin-bottom: 4px;}
.uk_bulletin .uk_bulletin_span img{width: 20px;position: absolute;top: 12%;right: 2%;}
@media screen and (max-width: 768px ){
	.uk_bulletin_p{font-size: 12px;}
	.uk_bulletin .uk_bulletin_span img{top:6%;right: 4%;}
}
/*bulletin公告 end*/
.main_push .home_video_title{margin: 24px auto 0;font-size: 32px;color: #000;}
/*弹窗*/
.popup_home_box{position: fixed;left:0;right: 0;top: 0;bottom:0;background: rgba(0,0,0,.5);z-index: 999999999;}
.popup_home{position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);max-width: 750px;z-index: 999999999;}
.popup_home_img{ width: 100%;height: auto;border-radius: 10px;
     /*box-shadow: 5px 5px 20px rgba(0,0,0,.5), 5px -5px 20px rgba(0,0,0,.5), -5px 5px 20px rgba(0,0,0,.5), -5px -5px 20px rgba(0,0,0,.5);*/}
.close_home{cursor: pointer;position: absolute;right:20px;top:20px;font-weight: bold;background: #000;width: 35px; height: 35px; border-radius: 50%;text-align: center;line-height: 35px;color: #fff; }
@media all and (max-width: 768px){
    .popup_home{width: 90%;}
}
/*弹窗*/
/* 产品详情页 组合商品 标签文案字体修改 */
.goods-info-wrapper .essential-content .essential-list .cus-label-ico p{
    -webkit-transform: rotate(35deg) scale(1.2);
    -moz-transform: rotate(35deg) scale(1.2);
    -oz-transform: rotate(35deg) scale(1.2);
    transform: rotate(35deg) scale(1.2);
}