﻿@charset "utf-8";
/* CSS Document */
body{
    font-size:12px;
	font-family:"宋体";
	color:#555;
	background:#f5f5f5 no-repeat center 685px;
}
*{
	margin:0px;
	border:0px;
	padding:0px;
	-webkit-appearance: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	outline:none;
}
ul,li{ 
   list-style:none;
   list-style-type:none;
}
div{
	word-break:break-all;
	word-wrap:break-word;
}
h1,h2,h3,h4,h5,h6{
    font-size: 14px;
    font-family:"微软雅黑";
    font-weight: 500;
}
.clear{
	clear:both;
	font-size:0px;
	visibility:hidden;
	width:0px;
	line-height:0px!important;height:0;
}	
a{
	color:#555;
    text-decoration:none;
}
a:hover{
	color:#555;
}
a,input,select{
	-webkit-appearance: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	outline:none;
	background:none;
	text-decoration: none;
}
.tip,.tip a,a.tip{
	color:#bbb;
}
.tipped{
	color:#bbb;
	font-family:"宋体";
}
.warning,.warning a,a.warning{
	color:#ff4b8c;
}
.highlight,.highlight a,a.highlight{
	color:#2b98b9;
}
.secondary,.secondary a,a.secondary{
	color:#999;
}
input,select{
	vertical-align:middle;
    outline:none;
    color:#555;
	font-size:12px;
    font-family:Arial,"宋体";
}
textarea{
    outline:none;
    color:#555;
}
input[type="checkbox"]{
    height:13px;
    width:13px;
    -webkit-appearance: none;
    background: none;
    border: 1px solid #ccc;
    cursor:pointer;
}
input[type="checkbox"]:checked{
	background:#0f8fcc url(../images/checked.png) center center no-repeat;
    border: 1px solid #0f8fcc;
}
input[type="radio"] {
    width:14px;
    height:14px;
    outline:none;
    -webkit-appearance: none;
    border:1px solid #999;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius:7px;
    vertical-align:middle;
    cursor:pointer;
}
input[type="radio"]:checked {
    background:url(../images/radio.png) center center no-repeat;
    border:1px solid #999;
}
.en{
    font-family:Arial;
}
.h10{
	height:10px;
    clear:both;
}
.h50{
	height:50px;
    clear:both;
}
.h80h50{
	height:80px;
    clear:both;
}
@media screen and (max-width: 1000px){
	.h80h50{
		height:50px;
	}
}

body p.subTitle,.subTitle{
	font-family:Arial;
	font-size:14px;
	font-weight:500;
	text-indent:0px;
}
.header_wrapper{
	width:100%;
	background:#000;
    position:fixed;
    z-index:99;
}
.header{
	width:100%;
	height:80px;
	margin:0 auto;
	color:#fff;
	overflow:hidden;
    display:flex;
}
@media screen and (max-width: 1000px){
	.header{
		height:50px;
	}
}
.header>div{
    flex: 0 0 auto;
}
.header>div:nth-child(3){
    flex:1;
}
.header a{
	color:#fff;
}
.logo{
    float:left;
    color:#fff;
    font-size:14px;
	font-family:Arial;
	font-weight:500;
	padding-left:0px;
    line-height:80px;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: space-between;
    margin-left:10px;
}
.logo a:nth-child(2){
    line-height:14px;
    padding-left:10px;
	padding-top:3px;
}
.logo img{
    vertical-align:middle;
    max-height:50px;
    line-height:50px;
}
.logo svg{
    vertical-align:middle;
    height:50px;
    width:auto;
    line-height:50px;
    fill:#28BCEB;
}
.logo a{
    color:#fff;
}
.logo a:nth-child(2) span {
    font-size:12px;
}
@media screen and (max-width: 1000px){
	.logo{
		line-height:50px;
	}
    .logo a:nth-child(1){
    }
    .logo img{
        max-height:40px;
    }
    .logo svg {
        height:35px;
    }
}
.menu{
    text-align:right;
    float:right;
    color:#fff;
	line-height:14px;
	font-family:"微软雅黑";
	font-weight:500;
}
@media screen and (max-width: 1000px){
	.menu{
		display:none;
	}
}
.menu li{
	text-align:center;
	height:80px;
	width:80px;
	float:left;
	cursor:pointer;
}
.menu li svg{
	height:20px;
	padding:20px 0px  2px 0px;
    fill:#fff;
}
.menu a{
	display:block;
	height:80px;
    color:#fff;
}
.menu li:hover a,.menu a.clickclass{
	color:#00b7ee;
}
.menu a.clickclass svg{
	fill:#00b7ee;
}
.menu li:hover svg{
	fill:#00b7ee;
}
.menu li i{
	font-style:normal;
	display:inline-block;
	width:14px;
	line-height:14px;
	text-align:center;
	aspect-ratio: 1/1;
	border-radius:50%;
	background:#00b7ee;
	color:#fff;
	font-size:10px;
	vertical-align:middle;
	overflow:hidden;
}
.searchBox{
	float:left;
	width:calc(100% - 495px);
	padding:22px 20px 0px 30px;
}
@media screen and (max-width: 1000px){
	.searchBox{
		width:calc(100% - 225px);
		padding:10px 10px 0px 10px;
	}
}
.search{
   width:calc(100% - 66px);
	height:36px;
	padding:0px 3px;
	text-indent:10px;
	background:#595e6e;
	color:#fff;
	border-top-left-radius:25px;
	border-bottom-left-radius:25px;
    border:0px solid #fff;
}
.searchbtn{
	width:60px;
	height:36px;
	background:#414552;
	cursor:pointer;
	color:#fff;
	font-size:14px;
	letter-spacing:1px;
	border-top-right-radius:25px;
	border-bottom-right-radius:25px;
	margin-left:-1px;
	z-index:10;
	vertical-align:top;
	font-family:Arial;
	border:0px solid #fff;
}
@media screen and (max-width: 1000px){
	.search{
		width:calc(100% - 46px);
		height:30px;
	}
	.searchbtn{
		width:40px;
		height:30px;
	}
}
.searchbtn svg{
	fill:#fff;
	vertical-align:middle;
	height:20px;
}
/*slide导航开始*/
.nav_ico{
	width:30px;
	float:left;
	padding:15px 10px 0px 10px;
	height:35px;
	text-align:center;
    background:#00b7ee;
}
@media screen and (min-width: 1000px){
	.nav_ico{
		width:60px;
	}
}
.nav_ico span{
	display:inline-block;
	width:20px;
	height:20px;
	line-height:6px;
	cursor:pointer;
	position: relative;
	transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1000px){
	.nav_ico{
		height:50px;
		padding:30px 10px 0px 10px;
	}
	.close_ico{
		width:60px;
	}
}
.nav_ico i{
	width:100%;
	height:2px;
	display:block;
	background:#fff;
	overflow:hidden;
	position:absolute;
}
@media (prefers-color-scheme: dark) {
  .nav_ico i{
	  background:#ff4b8c;
  }
}
.nav_ico i:nth-child(1){
	top:1.5px;
}
.nav_ico i:nth-child(2){
	top:50%;
	transform:translateY(-50%);
}
.nav_ico i:nth-child(3){
	bottom:1.5px;
}
.close_ico span{
	 transform:rotate(135deg);
	 transition: all 0.3s ease-in-out;
}
.close_ico i:nth-child(1) {
	top:50%;
	transform:translateY(-50%);
}
.close_ico i:nth-child(2) {
	opacity: 0;
}
.close_ico i:nth-child(3) {
	top:50%;
	transform: translateY(-50%) rotate(90deg);
}
.slide_mask {
	background: rgba(0, 0, 0, 0.1); 
	left: 0px; 
	top: 0px;
	width: 100%;
	height:100%;
	display: none;
	position:fixed; 
	z-index:100;
	transition:0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	cursor:pointer;
}
.slide_nav {
    min-width:40px;
	left: 0px;
	top: 50px;
	position:fixed;
	z-index:100; 
	transition:0.3s ease-out;
	transform: translate3d(-100%, 0px, 0px);
	-ms-transform: translate(-100%, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0); 
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out; 
	-ms-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out;
	background:#414756;
	display:block;
	font-size:14px;
	height:calc(100% - 100px);
	overflow-y:auto;
	overflow-y:overlay;
	overflow-x:hidden;
    font-family:Arial;
}
@media screen and (min-width: 1000px){
	.slide_nav{
		top:80px;
		height:calc(100% - 130px);
	}
}
.moved.slide_nav {
	transform: translate3d(0, 0, 0);
	-ms-transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}
.slide_nav li{
	line-height:35px;
    padding:0px 10px;
}
.slide_nav li a{
	color:#eee;
	display: block;
}
.slide_nav li.child{
	line-height:20px;
    display: inline-block;
}
.slide_nav li.child a{
	color:#eee;
	font-size:12px;
}
.slide_nav li.current,.slide_nav li:hover {
	background:#00b7ee;
}
.slide_nav li.child.current,.slide_nav li.child:hover{
    background:none;
}
.slide_nav li.child.current,.slide_nav li.child:hover a{
	color:#00b7ee;
}
/*slide导航结束*/
.fouce{
	width:100%;
	height:500px;
	margin:0 auto;
	overflow:hidden;
}
.img_nav{
	position:relative;
	text-align:center;
	height:500px;
	margin:0 auto;
	overflow:hidden;
}
.big_img div{
    position:absolute;
    width:100%;
	height:500px;
}
.big_img a{
	width:1200px;
	height:500px;
	margin:0 auto;
	display:block;
}
.big_img div{
    background:no-repeat center top;
}
div.banner01{
	background:#0188cc url(../images/banner01.png) no-repeat center top;
}
div.banner02{
	background:#90c400 url(../images/banner02.png) no-repeat center top;
}
div.banner03{
	background:#6b5daa url(../images/banner03.png) no-repeat center top;
}
div.banner04{
	background:#ffb902 url(../images/banner04.png) no-repeat center top;
}
.img_nav img{
	height:500px;
}
.num_nav{
	width:auto;
	position:absolute;
	bottom:4px;
	display:inline-block;
	left:47%;
}
.num_nav span{
	text-align:center;
	line-height:20px;
	width:20px;
	height:20px;
	background:url(../images/selected_02.png) center top no-repeat;
	float:left;
	color:#90ca58;
	font-size:12px;
	cursor:pointer;
	font-weight:bold;
}
.num_nav span.selected{
	background:url(../images/selected_01.png) center top no-repeat;
	color:#fff;
}
.main{
	max-width:1200px;
    min-height:800px;
	padding-bottom:10px;
	margin:0 auto;
}
.bottom{
	width:100%;
	height:50px;
	background:#000;
	margin:0 auto;
	text-align:center;
	color:#fff;
	clear:both;
    font-family:Arial;
    position:fixed;
    bottom:0px;
    z-index:99;
}
.bottom a{
    color:#fff;
}
.bottomText{
	line-height:50px;
}
@media screen and (max-width: 1000px){
	.bottomText{
		display:none;
	}
}
.bottomText a{
	color:#fff!important;
}
.bottom ul{
	max-width:1000px;
	height:50px;
	margin:0 auto;
	z-index:10000;
	font-size:14px;
    display:none;
}
@media screen and (max-width: 1000px){
	.bottom ul{
		display:block;
	}
}
.bottom li{
	float:left;
	width:20%;
	height:50px;
	line-height:16px;
	text-align:center;
	z-index:10000;
	font-family:Arial,"微软雅黑";
}
.bottom li a{
	display:block;
    padding-top:8px;
	color:#eee;
}
.bottom svg{
    height:16px;
    fill:#fff;
}
.bottom a.navClass,.bottom a:hover{
	color:#00b7ee;
}
.bottom a.navClass svg,.bottom a:hover svg{
    fill:#00b7ee;
}
/*列表03*/
.list03{
	width:auto;
	clear:both;
}
.list03 ul{
	margin:0px 0px;
}
.list03 li{
	width:25%;
	padding:5px 0px;
	float:left;
}
@media screen and (max-width: 800px){
	.list03 li{
		width:33.33333%;
	}
}
@media screen and (max-width: 550px){
	.list03 li{
		width:50%;
	}
}
.list03img{
	width:auto!important;
	aspect-ratio:1/1;
	margin:0px 5px;
    overflow:hidden;
}
.list03img span{
	width:auto;
	height:100%;
	display:none;
	text-align:right;
	position:relative;
	background:rgb(0,0,0);
    filter:alpha(opacity=0);
    background: rgba(0,0,0,0.0);
}
.list03img:hover span{
	display:block;
}
.list03img a{
	display:block;
	height:100%;
	overflow:hidden;
}
.list03title{
	height:30px;
	line-height:30px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
	margin:0px 5px;
	padding:0px 5px;
	font-size:14px;
	background:#eee;
}
.list03bar{
	height:22px;
	margin:0px 5px;
	padding:0px 5px;
	color:#aaa;
	background:#eee;
	overflow-x: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.list03bar span {
    color: #ed2f71;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    line-height: 12px;
    vertical-align:middle;
}
.list03bar svg{
    width:12px;
    fill:#bbb;
    padding-right:1px;
    vertical-align:middle;
    margin-top:-2px;
}
/*列表03*/
/*分页*/
.pagebar{
	padding-top:15px;
	clear:both;
	text-align:center;
	line-height:35px;
	font-family:"微软雅黑";
	font-size:14px;
	font-weight:500;
}
.pagebar span{
	height:35px;
	padding:0px 8px;
}
.pagebar span.pageActive{
	font-weight:500;
}
.pagebar span.pageActive a{
	color:#2b98b9;
}
.pagebar span.pageEllipsis{
	background:none;
}
/*分页*/
/*详情页01*/
.detail_main{
	max-width:1180px;
	min-height:500px;
	margin:0 auto;
	background:#fff;
	padding:10px;
}
@media screen and (max-width: 750px){
	.detail_main{
		  margin:0px 10px;
	}
}
.detail_title{
	line-height:20px;
	font-size:14px;
	font-family:"微软雅黑";
	font-weight:500;
	text-align:center;
	background:#fafafa;
	padding:10px 10px;
    clear:both;
}
.ProductDetail01_center .detail_title{
	height:20px;
	line-height:20px;
	font-size:14px;
	font-family:"微软雅黑";
	font-weight:500;
	overflow:hidden;
	text-overflow:ellipsis;
    white-space:nowrap;
	text-align:left;
	background:none;
	padding:0px;
}
.ArticleDetail02 .detail_title{
	height:20px;
	line-height:20px;
	font-size:14px;
	font-family:"微软雅黑";
	font-weight:500;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
	padding-top:15px;
	text-align:center;
	background:none;
}
.detailBar{
	line-height:30px;
	height:30px;
	color:#aaa;
	border-bottom:1px dashed #ccc;
	overflow:hidden;
	padding-top:10px;
}
.detailBar svg{
    width:12px;
    fill:#bbb;
    padding-right:1px;
    vertical-align:middle;
    margin-top:-2px;
}
.detailBar a{
	color:#aaa;
}
.ArticleDetail02 .detailBar{
	line-height:25px;
	height:25px;
	padding-top:0px;
}
.detail_content{
	padding-top:10px;
	line-height:22px;
}
.detail_content img,.detail_file img{
	max-width:100%;
    display:block;
    margin:10px auto 0px auto;
}
.detail_content p{
	text-indent:2em;
	text-align:justify;
	text-justify:inter-ideograph;
	margin-bottom:10px;
}
.detail_content>p:last-child{
    margin-bottom:0px;
}
.afterSale{
	padding-top:10px;
	line-height:22px;
}
.afterSale p{
	text-align:justify;
	text-justify:inter-ideograph;
	margin-bottom:10px;
}
.afterSale p{
	text-align:justify;
	text-justify:inter-ideograph;
	margin-bottom:10px;
}
.detail_file{
	text-align:center;
}
.detail_content video{
    max-width:100%;
    margin:0 auto;
}
/*详情页01*/
/*文章详情页 注：用了01的样式*/
.ArticleDetail01{
	max-width:1200px;
	margin:auto;
	background:#ededed;
	padding:10px 0px;
	overflow:hidden;
}
@media screen and (min-width: 1000px){
	.ArticleDetail01{
		padding:10px calc((100% - 1200px) / 2 );
  }
}
@media screen and (max-width: 1000px){
	.ArticleDetail01{
        width:100%;
		padding:0px;
		margin:0px;
        background:#eee;
  }
}
.ArticleDetail01_left{
	width:calc(100% - 320px);
	height:500px;
	overflow:hidden;
	float:left;
    background:#fff;
}
.ArticleDetail01_left .slide{
    height:100%;
}

@media screen and (max-width: 1000px){
	.ArticleDetail01_left{
		width:100%;
        height:auto;
        aspect-ratio:1/0.6;
		float:none;
	}
}
.ArticleDetail01_right{
	width:280px;
	height:480px;
	float:right;
	background:#fff;
	padding:10px 15px;
}
@media screen and (max-width: 1000px){
	.ArticleDetail01_right{
        padding:10px;
		width:calc(100% - 20px);
		height:auto;
		float:none;
		background:none;
	}
}
.userbox{
    text-align:center;
    height:auto;
    padding:10px 0px;
}
.loginUser{
    width:100px;
    height:100px;
    line-height:100px;
    border-radius:50%;
    overflow:hidden;
    margin: auto;
    background:#00b7ee;
}
.loginUser a{
    height:100%;
    display:block;
}
.loginUser svg{
    width:50%;
    vertical-align:middle;
    fill:#fff;
}
.username{
	height:20px;
	line-height:20px;
	font-size:14px;
	font-family:Arial,"微软雅黑";
	font-weight:500;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
	text-align:center;
}
.username svg{
    width:14px;
    vertical-align:middle;
    fill:#00b7ee;
    margin-top:-2px;
}
.username .warning svg{
    fill:#ed2f71;
}
.occupation{
	height:20px;
	line-height:20px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
	text-align:center;
}
.description{
	line-height:20px;
	height:auto;
	overflow:hidden;
	text-align:justify;
	text-justify:inter-ideograph;
	padding:15px 0px 0px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
}
.DetailService{
	padding-top:10px;
	text-align:center;
}
.DetailService p{
	text-align:left;
}
.DetailService span{
	color:#999;
}
.DetailService li{
	width:50%;
	float:left;
	line-height:22px;
	text-align:left;
	overflow:hidden;
	text-overflow:ellipsis;
    white-space:nowrap;
}
.DetailService img{
	vertical-align:middle;
}
.DetailService a{
	margin:0 3px;
}
.download{
    min-width:80px;
	height:35px;
    line-height:35px;
	background:#00b7ee;
	border:0px;
	cursor:pointer;
	color:#fff;
	text-align:center;
    padding:0px 10px;
    -moz-border-radius:3px; 
    -webkit-border-radius:3px;
	border-radius:3px;
    font-size:14px;
    letter-spacing:3px;
	display:inline-block;
}
.show{
    min-width:80px;
	height:35px;
    line-height:35px;
	background:#ffb902;
	border:0px;
	cursor:pointer;
	color:#fff;
	text-align:center;
    padding:0px 10px;
    -moz-border-radius:3px; 
    -webkit-border-radius:3px;
	border-radius:3px;
    font-size:14px;
    letter-spacing:3px;
	display:inline-block;
}
span.show,span.download{
	color:#fff;
}
.ArticleDetail02{
	max-width:1200px;
	min-height:450px;
	margin:0 auto;
	clear:both;
	background:#fff;
    padding-bottom:10px;
	overflow:hidden;
}
@media screen and (max-width: 1000px){
	.ArticleDetail02{
		margin:0px 10px;
	}
}
.tabsTitle{
	height:35px;
	background:#ddd;
}
.tabs li{
	text-align:center;
	line-height:35px;
	float:left;
	cursor:pointer;
	list-style-type:none;
	font-size:14px;
	font-weight:500;
	font-family:"微软雅黑";
	padding:0px 20px;
}
.tabs li.active{
	height:35px;
	background:#fff;
	border-top:1px solid #ed145b;
}
.panes{
	height:auto;
    padding:0px 10px;
}
.Attribute{
   clear:both;
   margin-top:10px;
}
.Attribute ul{
    display: flex;
    flex-wrap: wrap;
}
.Attribute li{
	float:left;
	line-height:16px;
	width:calc(15%  - 9px);
	align-items: flex-start;
	border:1px solid #ddd;
	padding:8px 4px;
	margin:-1px 0px 0px -1px;
}
.Attribute li:nth-child(odd){
	width:calc(10%  - 9px);
	background:#f6f6f6;
}
.Attribute li:nth-child(8n){
	flex-grow: 1;
}
.Attribute li:last-child{
	flex-grow: 1;
}
@media screen and (max-width: 800px){
	.Attribute li{
		width:calc(25%  - 9px);
	}
	.Attribute li:nth-child(odd){
		width:calc(25%  - 9px);
	}
	.Attribute li:nth-child(4n){
		flex-grow: 1;
	}
}

/*文章详情页 注：用了01的样式*/
/*产品详情页 注：第二部分用了文章详情页样式*/
.ProductDetail01{
	max-width:1200px;
	margin:auto;
	background:#ededed;
    padding:10px 0px;
	display: flex;
    flex-wrap: wrap
}
@media screen and (min-width: 1200px){
	.ProductDetail01{
		 padding:10px calc((100% - 1200px) / 2 );
	}
}
@media screen and (max-width: 750px){
	.ProductDetail01{
         background:#f5f5f5;
		 padding:0px;
		 margin:auto;
	}
}
.ProductDetail01_left{
	width:450px;
    height:450px;
	float:left;
}
@media screen and (max-width: 750px){
	.ProductDetail01_left{
		 width:100%;
		 aspect-ratio:1/1;
		 float:none;
	}
}
.ProductDetail01_center{
	width:calc(100% - 750px);
	float:left;
	padding:0px 15px;
}
@media screen and (max-width: 1000px){
	.ProductDetail01_center{
		 width:calc(100% - 470px);
		 padding:10px;
	}
}
@media screen and (max-width: 750px){
	.ProductDetail01_center{
		 width:calc(100% - 20px);
		 float:none;
	}
}
.ProductDetail01_right{
	width:250px;
	height:430px;
	background:#fff;
	padding:10px 10px;
}
@media screen and (max-width: 1000px){
	.ProductDetail01_right{
		 width:calc(100% - 20px);
		 height:auto;
		 float:none;
	}
}
.detail_tip{
	line-height:20px;
	min-height:40px;
	overflow:hidden;
	text-align:justify;
	text-justify:inter-ideograph;
	padding:15px 0px 0px 0px;
	margin-bottom:10px;
}
.detail_tip span{
	color:#ed2f71;
}
.ProductDetail01_center li{
	min-height:35px;
	line-height:30px;
}
.ProductDetail01_center li svg{
    height:13px;
    fill:#ed2f71;
    vertical-align:middle;
    margin:-2px 1px 0px 1px;
}
.ProductDetail01_center label{
	display:inline-block;
	position:relative;
	padding:0px 5px;
	text-align:center;
    margin:2px 4px 2px 0px;
}
.ProductDetail01_center input[type="radio"] {
	position:absolute;
	left:0px;
    width:100%;
    height:27px;
	line-height:27px;
    outline:none;
    -webkit-appearance: none;
    border:1px solid #999;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius:0px;
    vertical-align:middle;
    cursor:pointer;
	border:1px solid #ccc;
}
.ProductDetail01_center input[type="radio"]:checked {
    background: none;
    border: 1px solid #e60012;
}
.price{
	font-family:"微软雅黑";
	font-size:25px;
	color:#ed2f71;
	font-weight:bold;
}
.decoration{
	text-decoration:line-through;
	color:#bbb;
}
.number{
	width:50px;
	height:25px;
	text-align:center;
	border:1px solid #ccc;
}
.buttonbar{
	padding-top:10px;
	text-align:center;
	clear:both;
}
.buttonbar li{
	display:inline-block;
}
.buybtn{
    width:110px;
    height:42px;
    line-height:42px;
    background:#f69;
    cursor:pointer;
	color:#fff;
	font-family:Arial;
	font-size:14px;
	margin:0px 5px 0px 0px;
    display:inline-block;
}
.cartbtn{
    width:110px;
    height:42px;
    line-height:42px;
    background:#f93;
    cursor:pointer;
	color:#fff;
	font-family:Arial;
	font-size:14px;
	margin:0px 0px 0px 5px;
    display:inline-block;
}
.buybtn:hover,.cartbtn:hover {
    color:#fff;
}
.buybtn svg,.cartbtn svg{
    height:18px;
    fill:#fff;
    vertical-align: middle;
    margin-right:3px;
    margin-top:-2px;
}
a.buybtn svg,a.cartbtn svg {
    height:20px;
    margin-top:-2px;
}
.storename{
	height:22px;
	line-height:20px;
	font-size:14px;
	font-family:Arial,"微软雅黑";
	font-weight:500;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
	text-align:center;
}
.storename svg{
    width:14px;
    vertical-align:middle;
    fill:#ed2f71;
    margin-top:-2px;
}
/*产品详情页 注：第二部分用了文章详情页样式*/
/*详情页幻灯片*/
.slide{
	width:auto;
	position:relative;
	margin:0 auto;
	background-size:cover;
	overflow:hidden;
    height:450px;
}
.main_image {
	margin:0px auto;
	width:100%; 
	height:100%;
	overflow:hidden; 
	position:relative;
}
.main_image ul {
    height:100%;
}
.main_image li{
    height:100%;
    background:#fff;
	overflow:hidden; 
}
.main_image a{
    width:100%;
	height:100%;
	display:block;
}
.flicking_con{
	position:absolute;
	height:22px;
    bottom:0px;
    text-align:center;
    color:#fff;
    font-size: 14px;
    width: 100%;
    left: 0;
    right: 0;
}
.flicking_con .flicking_inner {
	position:absolute;
	display:inline-block;
    width: auto;
	left:50%;
	transform:translate(-50%,0%);
	
}
.flicking_con li{
	background:#000; 
	display: inline-block;
    height: 12px;
    width: 12px;
	border-radius:50%;
	margin:0px 2px;
    cursor:pointer;
}
.flicking_con li.on {
	background:#00b7ee;
}
/*详情页幻灯片*/
/*列表评论*/
.textarea02{
    width:100%;
    height:80px;
    line-height:20px;
    border:1px solid #ccc;
    padding:3px;
    display:inline-block;
}
.button01{
    min-width:100px;
	height:35px;
    line-height:35px;
	background:#00b7ee;
	border:0px;
	cursor:pointer;
	color:#fff;
	text-align:center;
    padding:0px 10px;
    -moz-border-radius:3px; 
    -webkit-border-radius:3px;
	border-radius:3px;
    font-size:14px;
    letter-spacing:3px;
	display:inline-block;
}
.headImg01{
    width:36px;
    height:36px;
    float:left;
     -moz-border-radius:18px;
    -webkit-border-radius:18px;
    border-radius:18px;
    overflow:hidden;
}
.headImg01 a {
    height:100%;
    display: block;
}
.DiscussAdd{
    min-height:100px;
    padding:20px 25px 20px 15px;
    background:#f5f5f5;
    margin:10px 0px 0px 0px;
}
.DiscussAdd li{
    min-height:20px;
    padding-bottom:10px;
}
.DiscussAdd li span{
    line-height:35px;
}
.DiscussAdd_right{
	float:right;
}
.DiscussAdd .imgbox01,.ReplyAdd .imgbox01{
	width:37px;
	height:37px;
	overflow:hidden;
	float:left;
}
.DiscussAdd .imgbox01 .thumbnail,.ReplyAdd .imgbox01 .thumbnail,.ReplyAdd .imgbox01 .thumbnail02{
    width:35px;
    height:35px;
    overflow:hidden;
    display:inline-block;
    cursor:pointer;
    border:1px solid #eee;
    margin:0px;
    text-align:center;
    overflow:hidden;
}
.DiscussAdd .imgbox01 .thumbnail span,.ReplyAdd .imgbox01 .thumbnail02 span {
	width:auto;
	height:30px;
	text-align:center;
	padding:2px;
	font-size:14px;
	font-weight:500;
	display:none;
	position:relative;
	color:#fff;
	background:rgb(0,0,0);
    filter:alpha(opacity=30);
    background: rgba(0,0,0,0.3);
	cursor:default;
}
.imgbox01 .thumbnail span img:hover,.imgbox01 .thumbnail02 span img:hover{
	cursor:pointer;
}
.imgbox01 .thumbnail:hover span,.imgbox01 .thumbnail02:hover span{
	display:block;
}
.Discuss{
	clear:both;
    padding:20px 0px 0px 0px;
}
.Discuss li{
	clear:both;
	min-height:45px;
	padding-bottom:5px;
}
.Discuss_right{
	padding-left:41px;
	width:auto;
	height:auto;
}
.Discuss_centent{
	width:auto;
	height:auto;
	line-height:20px;
}
.Discuss_centent span{
	color:#2b98b9;
}
.Discuss_centent img{
    height:25px;
    display:block;
}
.Discussdate{
	color:#999;
	line-height:20px;
}
.Discussdate a{
	color:#2b98b9;
}
.Discussdate span{
	color:#2b98b9;
	cursor:pointer;
}
.Reply{
	padding-left:36px;
}
.ReplyAdd{
	width:auto;
    padding:0px 20px 0px 0px;
    clear:both;
}
/*列表评论*/
/*点击弹出窗口开始*/
.clickbtn01{
	cursor:pointer;
}
.overlayerbg{
	background-color:#666;
	position:absolute;
	z-index:99;
	left:0;
	top:0;
	display:none;
	width:100%;
	height:100%;
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}
.showbox{
	position:absolute;
	width:640px;
	height:auto;
	z-index:100;
	background:#fff;
	display:none;
    transform:translate(-50%, -50%);
}
@media screen and (max-width: 750px){
	.showbox{
		width:calc(100% - 20px);
	}
}
.showbox_top{
	height:30px;
	border-bottom:1px solid #ddd;
    padding:5px 12px 10px 7px;
}
.showbox_top .secondary{
    vertical-align:middle;
    padding-left:5px;
 }
.close{
    line-height:30px;
	float:right;
	text-align:right;
	font-family:Arial;
	font-size:15px;
    cursor:pointer;
    position:relative;
    top:16px;
}
.close:before{
    content:"";
    background:#555;
    width:1.2px;
    height:15px;
    display:inline-block;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(50%,-50%) rotate(-45deg);
}
.close:after{
    content:"";
    background:#555;
    width:1.2px;
    height:15px;
    display:inline-block;
    position:absolute;
    top: 50%;
    left: 50%;
    transform:translate(50%,-50%) rotate(45deg);
}
.showbox_content{
	height:360px;
	overflow-y:scroll;
	padding:10px 5px 10px 5px;
}
@media screen and (max-width: 750px){
	.showbox_content{
		height:310px;
	}
}
.showbox_content li{
	width:calc(20% - 10px);
	float:left;
	text-align:center;
	float:left;
	overflow:hidden;
    padding:0px 5px;
}
@media screen and (max-width: 750px){
	.showbox_content li{
		width:calc(25% - 10px);
	}
}
.popupImg{
	display:block;
	width:100%!important;
	height:80px;
	cursor:pointer;
	overflow:hidden;
}
.showbox_content span{
	display:block;
	height:25px;
	line-height:23px;
	text-overflow:ellipsis;
    white-space: nowrap;
	overflow:hidden;
	padding:0px 5px 0px 5px;
    color:#999;
}
.showbox_content i{
    font-style:normal;
}
/*点击弹出窗口结束*/
/*相册全屏查看*/
#fullscreenSlideshowContainer{
	background:#343943;
    overflow:hidden;
}
#fullscreenSlideshowContainer .ui {
	position:absolute;
	z-index:10;
}
#fullscreenSlideshowContainer img{
	max-width:100%;
}
#fs-loader{
	width:100px;
	height:100px;
	line-height:100px;
    border-radius:50%;
	text-align:center;
	font-size:18px;
    background:#343943;
	color:#fff;
    top:calc(50% - 50px);
	left:calc(50% - 50px);
}
#fs-prev,#fs-next,#fs-close{
	width:36px;
	height:36px;
	line-height:36px;
	border-radius:50%;
	text-align:center;
	cursor: pointer;
	background:#000;
}
#fs-close {
	top:10px;
	right:10px;
}
#fs-close:before{
	content:"";
	height:18px;
	width:1px;
	background:#fff;
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(50%,-50%) rotate(45deg);
}
#fs-close:after{
	content:"";
	height:18px;
	width:1px;
	background:#fff;
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(50%,-50%) rotate(-45deg);
}
#fs-prev,#fs-next {
	top:50%;
	margin-top:-18px;
}
#fs-prev {
	left:10px;
}
#fs-prev:before{
	content:"";
	height:10px;
	width:10px;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-25%,-50%) rotate(45deg);
}
#fs-next {
	right:10px;
}
#fs-next:before{
	content:"";
	height:10px;
	width:10px;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-75%,-50%) rotate(45deg);
}
#fs-caption {
	bottom:0px;
	text-align:center;
	width:100%;
	left:0;
	line-height:35px;
	display:none;
	background:#000;
	color:#fff;
	font-size:16px;
}
/*相册全屏查看*/