@charset "utf-8";
/* HONESTYZHI 2018 0916 */
ul, ol {
    margin-top: 0;
    margin-bottom: 0px;
}
/*tipBox start*/
.tipBox{display:none;background:#fff;width:300px;padding:10px;border-radius:4px;position:fixed;top:0%;left:50%;margin-left:-150px;box-shadow:0px 0px 6px 1px #ececec;z-index: 100;}
.tipName{font-weight:600;border-bottom:1px solid #ececec;line-height:30px}
.tipCon{padding:20px 10px;color:#5cb85c}
/*.tipBtn{padding-top:10px;text-align:center}
.btn-success{width:60px}*/
.btn-close{background:url(../images/close.png) center center;width:20px;height:20px;position:absolute;top:6px;right:6px;cursor:pointer}
/*tipBox end*/

/*INQUIRY start*/
.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}
.inquiry-product{width:95%;margin:15px 5% 0 0;color:#4a4a4a;font-size:14px;font-family:"\5fae\8f6f\96c5\9ed1","Microsoft YaHei",Helvetica;}
.inquiry-product td{padding:10px 0;vertical-align:top}
.tl{text-align:left}
.tc{text-align:center}
.tr{text-align:right}
.form-group{position:relative;padding-left:160px;}
.form-group label{font-weight:300}
.form-horizontal .control-label{position:absolute;width:130px;top:0px;left:20px;text-align:right}
textarea.form-control{height:140px}
.header-top{padding-left:20px;padding-bottom:10px;height:40px;position:relative;font-weight:300;font-size:16px;margin:20px 10px 0;line-height:30px;border-bottom:1px solid #ececec}
.header-top::before{content:"";position:absolute;top:7px;left:0;width:5px;height:16px;background:#f1b935;}
/*INQUIRY end*/
#all{
	width: 100%;
	height: 100%;
	text-align: center;
}
#preview{
	width: 100%;
	height: 100%;
}
#cover{
	/* border: none;
	position: relative;
	padding: 0px;
	cursor: pointer;
	margin: 0px;
	display: block; */
	overflow: hidden;
}
#cover img{
	width: 100%;
	height: 100%;
}
#sp{    
	width: 330px;
	height: 330px;
	display: none;
}
/* #litpic:hover #da{display: block;}
#litpic:hover -p-{display:-none;} */
  
#main {text-align:center;}
#fullbg {
	background-color:#000;
	left:0;
	position:fixed;
	width: 100%;
	height: 100%;
	top:0;
	z-index: 20;
	filter:alpha(opacity=30);
	opacity:0.3;
	-webkit-opacity:0.3;
	-moz-opacity:0.3;
	display: none;
}
#dialog {
	background-color:#fff;
	left: 50%;
	top: 50%;
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	padding:28px;
	position:fixed; 
	max-width:756px;
	z-index:24;
	border-radius:5px;
	display:none;
}
#nowsrc {
	max-width: 700px;
	max-height: 700px;
}