﻿@charset "utf-8";
/* CSS Document */
body{
    font-size:12px;
	font-family:"宋体";
	color:#555;
	background:#f5f5f5;
	padding:0px;
}
*{
	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{ 
   list-style:none;
}
ul li{ 
   list-style-type:none;
}
dl>div{
	clear:inherit!important;
}
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;
}
body p.subTitle,.subTitle{
	font-family:Arial;
	font-size:14px;
	font-weight:500;
	text-indent:0px;
}
.h50{
	max-width:640px;
	height:50px;
	margin:0 auto;
    clear:both;
}
.startbg{
	background:#104e8b;
}
.startlogo{
	width:230px;
    text-align:center;
	margin:0 auto;
	padding:100px 20px 0px 20px;
}
.topfixed{
	width:100%;
	top:0px;
	background:#000;
	z-index:10000;
	height:50px;
	overflow:hidden;
	position:fixed;
}
.header{
	max-width:640px;
	height:50px;
	line-height:50px;
	margin:0 auto;
	color:#fff;
}
.header a{
	color:#fff;
}
/*slide导航开始*/
.nav_ico{
	float:left;
	width:50px;
	height:34px;
	padding:16px 0px 0px 10px;
	cursor:pointer;
	background:url(../images/nav_ico.png) no-repeat 15px 16px;
}
.close_ico{
	background:url(../images/close_ico.png) no-repeat  15px 16px;
}
.slide_mask {
	background: rgba(0, 0, 0, 0.1); 
	transition:0.3s ease-out; 
	left: 0px; 
	top: 0px;
	width: 100%;
	height:100%;
	display: none;
	position:fixed; 
	z-index:1000000;
	-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 {
	transition:0.3s ease-out;
	left: 0px;
	top: 50px;
	width:auto;
	position:fixed;
	z-index:1000000; 
	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:#5a6275;
	display:block;
	font-size:14px;
	height:calc(100% - 100px);
	overflow-y:auto;
	overflow-y:overlay;
	overflow-x:hidden;
}
@media screen and (min-width: 640px){
	.slide_nav::-webkit-scrollbar {
		width:6px;
		height:6px;
	}
	.slide_nav::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:horizontal {
		border-radius:3px;
		background:#909096;
	}
	.slide_nav::-webkit-scrollbar-button {
		display: none;
	}
	.slide_nav::-webkit-scrollbar-track, ::-webkit-scrollbar-track-piece {
		background: -webkit-gradient(linear,left);
	}
	.slide_nav::-webkit-scrollbar-track-piece {
		background: #202026;
	}
}
.moved.slide_nav {
	transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate(0px, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}
.slide_nav li{
	height:30px;
	line-height:30px;
}
.slide_nav li > a {
	padding:0px 10px;
	color:#fff;
	display: block;
}
.slide_nav li.current > a,.slide_nav li a:hover {
	background:#0188cc;
}
/*slide导航结束*/
.logo{
	color:#fff;
	font-family:aArial,"微软雅黑";
	font-size:14px;
    font-weight:500;
	float:left;
	padding-left:5px;
}
.logo img{
	max-height:40px;
}
.header_right{
	text-align:right;
    line-height:30px;
	float:right;
	padding-top:14px;
}
.header_right img{
	float:right;
	padding:0px 3px;
}
.header_right span{
	padding:5px;
}
.search_wrapper{
	width:100%;
	background:#0188cc;
}
.search_box{
    width:276px;
	height:45px;
	padding:20px 0px 0px 0px;
	margin:0 auto;
    overflow:hidden;
}
.text01{
	width:210px;
	height:33px;
	padding-left:5px;
	background:#fff;
    border:1px solid #fff;
    border-right:0px;
}
.search_button{
	width:55px;
	height:35px;
	cursor:pointer;
    color:#fff;
	background:#00b7ee;
}
.banner{
	max-width:640px;
	margin:0 auto;
	height:180px;
	overflow:hidden;
}
.banner .main_image{
	height:180px;
}
@media screen and (min-width: 640px){
	.banner,.banner .main_image{
		height:280px;
	}
}
.banner .main_image img{
	max-width:100%;
}
.listNav_wrapper{
	max-width:620px;
	height:35px;
	padding:0px 10px;
	margin:0 auto;
}
.listNav{
	height:36px;
	line-height:35px;
	font-size:14px;
	color:#fff;
	font-family:"微软雅黑";
	font-weight:500;
	background:#fff;
	overflow-x:auto;
	overflow-y:hidden;
	-webkit-overflow-scrolling: touch;
}
.listNav ul{
	width:1000%;
}
.listNav a{
	display:block;
	color:#555;
}
.listNav a:visited{
	color:#555;
}
.listNav li{
	height:35px;
	text-align:center;
	float:left;
	cursor:pointer;
	display:block;
	padding:0px 8px;
}
.listNav .clickclass{
	border-bottom:1px solid #ff4b8c;
}
.listNav a.clickclass{
	color:#ff4b8c;
}
.listNav::-webkit-scrollbar {
	width:0px;
	height:0px;
}
.listNav::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:horizontal {
	border-radius:0px;
	background:#909096;
}
.listNav::-webkit-scrollbar-button {
	display: none;
}
.listNav::-webkit-scrollbar-track, ::-webkit-scrollbar-track-piece {
	background: -webkit-gradient(linear,left);
}
.listNav::-webkit-scrollbar-track-piece {
	background: #fff;
}
.main01{
	max-width:630px;
	padding:25px 5px 10px 5px;
	margin:0 auto;
    overflow-x:hidden;
}
.main01 a{
	display:inline-block;
	padding:0px 5px;
}
.main01 li{
	width:20%;
	text-align:center;
	float:left;
	font-family:Arial,"微软雅黑";
	font-size:14px;
	font-weight:500;
}
.main01 img{
	max-width:100%;
}
.title{
	max-width:620px;
	font-family:Arial,"微软雅黑";
	font-size:14px;
	color:#666;
	font-weight:500;
	height:30px;
	line-height:30px;
	margin:0 auto;
	border-bottom:1px solid #ff4b8c;
	padding-top:3px;
}
@media screen and (max-width: 640px){
	.title{
		margin:3px 10px 0px 10px;
	}
}
.title span:first-child{
	border-radius:5px;
	background:#ff4b8c;
}
.title i{
	padding:3px;
	font-style:normal;
	 -moz-border-radius:20px;
    -webkit-border-radius:20px;
    border-radius:20px;
	color:#fff;
}
span.more a{
	color:#ff4b8c;
	font-family:Arial;
	float:right;
	font-weight:400;
}
span.more i{
	padding:0px;
	padding-left:2px;
	color:#ff4b8c;
	font-family:"宋体";
	background:none;
	font-size:13px;
}
.main{
	max-width:630px;
	padding:5px 5px 5px 5px;
	margin:0 auto;
	overflow-x:hidden;
}
.bottomfixed{
	width:100%;
	position:fixed;
	bottom:0px;
	z-index:10000;
	height:50px;
	background:#000;
}
.bottom{
	max-width:640px;
	height:50px;
	margin:0 auto;
	z-index:10000;
	font-size:14px;
}
.bottom li{
	float:left;
	width:25%;
	height:50px;
	line-height:18px;
	text-align:center;
	z-index:10000;
	font-family:"微软雅黑";
	font-weight:500;
}
.bottom li a{
	display:block;
	height:45px;
    padding-top:5px;
	color:#fff;
}
.bottom i{
    font-size:22px;
}
.bottom a.navClass,.bottom a:hover,.bottom a.navClass i,.bottom a:hover i{
	color:#ff4b8c;
}
.about_banner{
	max-width:640px;
	height:200px;
	background:url(../images/about_banner.png) no-repeat center top;
	margin:0 auto;
}
.about_main{
	max-width:640px;
	background:#fff;
	margin:0 auto;
	padding-bottom:10px;
}
.topbar{
	font-family:Arial;
	font-size:14px;
	color:#666;
	font-weight:500;
	height:40px;
	line-height:40px;
	padding:0px 10px;
	border-bottom:1px solid #ddd;
}
.about_main01{
	line-height:22px;
	text-indent:2em;
	text-align:justify;text-justify:inter-ideograph;
	padding-bottom:40px;
	padding:10px 10px 0px 10px;
}
.about_main02{
	height:160px;
	margin:0 auto;
	padding:40px 5px 0px 5px;
}
.about_main02 li{
	width:33.33333%;
	float:left;
	text-align:center;
	cursor:pointer;
}
.about_main02 li a{
	padding:5px;
	display:block;
}
.about_main02 img{
	max-width:100%;
}
.contact_banner{
	max-width:640px;
	height:200px;
	background:#ffb902 url(../images/contact_banner.png) no-repeat center top;
	margin:0 auto;
}
.contact_main{
	max-width:640px;
	margin:0 auto;
	background:#fff;
	padding-bottom:10px;
}
.contact01{
	line-height:22px;
	text-align:justify;
	text-justify:inter-ideograph;
	padding:10px 10px 0px 10px;
}
.map_main{
	max-width:640px;
	height:auto;
	margin:0 auto;
	background:#fff;
	padding-bottom:15px;
}
.map_title{
	font-family:Arial;
	font-size:14px;
	color:#666;
	font-weight:500;
	height:35px;
	line-height:35px;
	padding:10px 15px 0px 15px;
	clear:both;
}
.map01{
	padding:0px 15px 0px 5px;
	clear:both;
	line-height:25px;
}
.map01 li{
	float:left;
	width:20%;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
	text-indent:10px;
}
.map02{
	padding:0px 15px 0px 5px;
	clear:both;
	line-height:25px;
}
.map02 li{
	float:left;
	width:50%;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
	text-indent:10px;
}   
.app_warpper{
	margin:0 auto;
	background:#90c400;
}
.app_main{
	max-width:620px;
	background:url(../images/app.png) no-repeat left 120px;
	margin:0 auto;
	padding:60px 10px 20px 10px;
	text-align:center;
	color:#fff;
}
.app_main li{
	width:50%;
	float:left;
	height:200px;
	font-family:Arial,"微软雅黑";
	font-size:14px;
	font-weight:500;
}
.app_main li img{
	max-width:133px;
	padding-bottom:5px;
}
.app_main .tipbar{
    font-size:14px;
    font-family:Arial,"微软雅黑";
}
.coupon_warpper{
	margin:0 auto;
	background:#258dd6;
}
.coupon_main{
	max-width:620px;
	background:url(../images/app.png) no-repeat left 120px;
	margin:0 auto;
	padding:60px 10px 0px 10px;
	clear:both;
}
.coupon_main li{
	height:160px;
	text-align:center;
}
.list_main{
	max-width:630px;
	height:auto;
	margin:0 auto;
	padding:5px 5px 5px 5px;
	clear:both;
    overflow-x:hidden;
}
.news_main{
	max-width:620px;
	min-height:400px;
	margin:0 auto;
	background:#fff;
	padding:10px 10px 20px 10px;
}
.help_main{
	max-width:620px;
	min-height:300px;
	margin:0 auto;
	background:#fff;
	clear:both;
	padding:10px 10px 10px 10px;
}
.store_main{
	max-width:630px;
	min-height:800px;
	margin:0 auto;
	padding:10px 5px;
	clear:both;
}
.store_main .list04img{
	width:100px;
	height:100px;
    border-radius:50%;
}
.store_main .list04right{
	padding-left:110px;
}
/*列表01*/
.list01{
	width:auto;
	line-height:40px;
}
.list01 a:hover{
	color:#2b98b9;
}
.list01 li{
	background:url(../images/li.png) no-repeat left center;
	text-indent:10px;
	border-bottom:1px dashed #ddd;
}
/*列表01*/
/*列表03*/
.list03{
	width:auto;
	clear:both;
}
.list03 ul{
	margin:0px 0px;
}
.list03 li{
	width:50%;
	padding:5px 0px;
	float:left;
}
.list03img{
	height:180px;
	margin:0 auto;
	padding: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:180px;
}
.list03title{
	height:30px;
	line-height:30px;
	margin:0px 5px;
	padding:0px 5px;
	font-size:14px;
	background:#fff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.list03bar{
    height:22px;
    margin:0px 5px;
    padding:0px 5px;
    color:#999;
    background:#fff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.list03bar span{
	color:#ed2f71;
	font-family:"微软雅黑";
	font-size:16px;
	font-weight:bold;
	line-height:12px;
	vertical-align:text-top;
}
/*列表03*/
/*列表04*/
.list04{
	width:auto;
	clear:both;
}
.list04 li{
	border-bottom:1px dashed #eee;
	padding:25px 0px 0px 0px;
	clear:both;
	min-height:110px;
}
.list04img{
	width:120px;
	height:100px;
	float:left;
	overflow:hidden;
	background:url(/admin/images/NoImage.png) no-repeat center center;
	background-size:cover;
}
.list04img a{
	height:100%;
	display:block;
}
.list04right{
	padding-left:130px;
}
.list04title{
	line-height:20px;
	font-size:14px;
	font-weight:600;
	font-family:"微软雅黑";
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.list04content{
	padding-top:10px;
	height:46px;
	text-indent:2em;
	line-height:22px;
	text-align:justify;
	text-justify:inter-ideograph;
	overflow:hidden;
}
.list04bar{
	padding-top:10px;
	color:#999;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
/*列表04*/
/*分页*/
.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 7px;
}
.pagebar span.pageActive{
	font-weight:500;
}
.pagebar span.pageActive a{
	color:#2b98b9;
}
.pagebar span.pageEllipsis{
	background:none;
}
/*分页*/
/*详情页01*/
.detail_main{
	max-width:620px;
	min-height:650px;
	_height:650px;
	margin:0 auto;
	background:#fff;
	padding:10px;
}
.detail_title{
	line-height:20px;
	font-size:14px;
	font-family:"微软雅黑";
	font-weight:500;
	text-align:center;
	background:#fafafa;
	padding:10px 10px;
}
.detailBar{
	line-height:30px;
	height:30px;
	color:#999;
	border-bottom:1px dashed #ccc;
	overflow:hidden;
	padding-top:10px;
}
.detailBar a{
	color:#999;
}
.detailBar span{
	display: block;
	float:right;
	padding-left:10px;
	font-family:"微软雅黑";
	font-weight:500;
}
.detailBar span a{
	color:#2b98b9;
	margin: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-top:10px;
}
.detail_file{
	padding-top:10px;
	text-align:center;
}
.detail_file video{
    max-width:100%;
    margin:0 auto;
}
/*详情页01*/
/*信息详情页 注：用了01的样式*/
.InfoDetail02{
	max-width:640px;
	min-height:200px;
	margin:0 auto;
	clear:both;
	background:#fff;
    padding-bottom: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{
	line-height:22px;
	padding:10px 10px 10px 10px;
	clear:both;
	margin-top:10px;
    background:#f9f9f9;
}
.Attribute li{
	float:left;
	height:22px;
	width:50%;
	text-indent:8px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.DetailService{
	padding-bottom: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;
}
/*信息详情页 注：用了01的样式*/
/*商品详情页 注：第二部分用了信息详情页样式*/
.GoodsDetail01{
	max-width:620px;
	margin:0 auto;
	background:#fff;
	padding:15px 10px 15px 10px;
}
.detail_tip{
	line-height:20px;
	overflow:hidden;
	text-align:justify;
	text-justify:inter-ideograph;
	padding:15px 0px 0px 0px;
	margin-bottom:10px;
}
.detail_tip span{
	color:#ed2f71;
}
.GoodsDetail01 dt{
	width:16%;
	min-height:35px;
	line-height:30px;
	float:left;
	display:inline;
	text-align:right;
}
.GoodsDetail01 dd{
	width:84%;
	min-height:35px;
	line-height:30px;
	float:left;
}
.price{
	font-family:"微软雅黑";
	font-size:16px;
	color:#ed2f71;
	font-weight:bold;
}
.decoration{
	text-decoration:line-through;
    color:#bbb;
}
.number{
	width:50px;
	height:25px;
	text-align:center;
	border:1px solid #ccc;
	margin-left:3px;
}
.buttonbar{
	padding-top:10px;
	text-align:center;
	clear:both;
}
.buybtn{
    width:130px;
    height:42px;
    background:url(../images/buybtn.png) no-repeat;
    cursor:pointer;
}
.cartbtn{
    width:130px;
    height:42px;
    background:url(../images/cartbtn.png) no-repeat;
    cursor:pointer;
}
.storname{
	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;
}
/*商品详情页 注：第二部分用了信息详情页样式*/
/*详情页幻灯片*/
.slide_wrapper{
    max-width:640px;
    height:340px;
    margin:0 auto;
    background:#fff;
}
.slide{
	width:100%;
	position:relative;
	background:url(/admin/images/NoImage.png) no-repeat center center;
	background-size:cover;
}
.main_image {
    margin:0px auto;
    width:100%; 
    height:340px;
    overflow:hidden; 
    position:relative;
}
.main_image a{
    width:100%;
    height:340px;
    display:block;
}
.flicking_con{
	position:absolute;
	height:22px;
    bottom:0px;
    text-align:center;
    color:#fff;
    font-size: 14px;
    width: auto;
    left: 0;
    right: 0;
}
.flicking_con .flicking_inner {
	display: block;
    width: 100%;
    text-align: center;
	line-height:15px;
	height:15px;
}
.flicking_con li{
	background: url("../images/pagericon.png") no-repeat 0px 0px; 
	display: inline-block;
    height: 15px;
    width: 20px;
    background-repeat:no-repeat;
    background-position: 0 -16px;
    cursor:pointer;
}
.flicking_con li.on {
	background-position: 0px 0px;
}
/*详情页幻灯片*/
.select01{
	display:inline-block;
}
.selectbox-wrapper{
	border:#ccc 1px solid; 
	width:154px;
	position:absolute;
	background:#fff; 
	text-align: left;
    margin:-1px 0px 0px 3px;
    z-index:10000000;
}
.selectbox-wrapper UL LI.selected {
	background:#f2f2f2;
}
.selectbox-wrapper UL LI.current {
	background:#f2f2f2;
}
.selectbox-wrapper UL LI {
	padding:3px;
    cursor:pointer;
	line-height:18px;
}
.selectbox{ 
    border:none;
	display:inline-block;
	padding:0px 4px;
	cursor: pointer; 
	height:25px;
    line-height:25px;
	background:#fff url(../images/select.png) no-repeat right center;
    border:1px solid #ccc;
    margin:0px 0px 0px 3px;
	color:#555;
}
/*列表评论*/
.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:15px 20px 15px 10px;
    background:#f5f5f5;
    margin:10px 0px 10px 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:10px 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:630px;
	left:50%;
	height:auto;
	z-index:100;
	background:#fff;
	border:1px #8FA4F5 solid;
	padding:1px;
	display:none;
}
.showbox_top {
	padding:0px 10px;
	height:45px;
	line-height:45px;
	border-bottom:1px solid #ddd;
}
.showbox_top span{
	display:block;
	float:right;
	text-align:right;
	font-family:Arial;
	font-size:15px;
}
.close{
   cursor:pointer;
}
.showbox_content{
	height:342px;
	overflow-y:scroll;
	padding:8px 0px 8px 8px;
}
.showbox_content li{
	width:120px;
	float:left;
	text-align:center;
	float:left;
	display:inline;
}
.showbox_content div{
	padding:8px;
	height:70px;
	cursor:pointer;
	overflow:hidden;
}
.showbox_content img{
	max-width:100%;
	cursor:pointer;
}
/*点击弹出窗口结束*/
/*点击弹出大图*/
.zoomify {
	cursor:pointer;
	cursor:-webkit-zoom-in;
	cursor:zoom-in;
}
.zoomify.zoomed {
	cursor:-webkit-zoom-out;
	cursor:zoom-out;
	padding:0;
	margin:0;
	border:none;
	border-radius:0;
	box-shadow:none;
	position:relative;
	z-index:1501;
}
.zoomify-shadow {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	display:block;
	z-index:1500;
	background:rgba(0,0,0,.3);
	opacity:0;
}
.zoomify-shadow.zoomed {
	opacity:1;
	cursor:pointer;
	cursor:-webkit-zoom-out;
	cursor:zoom-out;
}
/*点击弹出大图*/
/*相册查看*/
#fullscreenSlideshowContainer{
	background:#343943;
}
#fullscreenSlideshowContainer .ui {
	position:absolute;
	z-index:10;
}
#fullscreenSlideshowContainer img{
	max-width:100%;
}
#fs-loader,#fs-prev,#fs-next,#fs-close {
	color:white;
	font-weight:bold;
	cursor:pointer;
	line-height:1em;
}
#fs-close {
	top:10px;
	right:10px;
}
#fs-prev,#fs-next {
	top:50%;
	margin-top:-1em;
}
#fs-prev {
	left:10px;
}
#fs-next {
	right:10px;
}
#fs-loader {
	top:50%;
	left:50%;
	height:25px;
	margin-top:-25px;
	margin-left:-75px;
	display:none;
}
#fs-caption {
	bottom:0px;
	text-align:center;
	width:100%;
	left:0;
	line-height:35px;
	display:none;
	background:#000;
	color:#fff;
	font-size:14px;
}
#fs-loader,#fs-prev,#fs-next,#fs-close{
	width:40px;
	height:40px;
	line-height:40px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-ms-border-radius:20px;
	border-radius:20px;
	text-align:center;
	font-size:25px;
	font-family:"宋体";
	font-weight:100;
	cursor: pointer;
	background:#000;
	color:#fff;
}
/*相册查看*/