body{ margin: 0px; padding: 0px; font-family: "å¾®è½¯é›…é»‘"; overflow: auto; /* text-align: center; */}
img{ border: 0px;}
div{box-sizing: border-box;}
ul{padding:0;margin:0;}
i,s{
	font-style: normal;
	font-weight:normal;
	text-decoration: blink;
}
.clearAfter:after{
	content: ".";
	display: block;
	height:0px;
	clear: both;
	visibility: hidden;
}
.preload{position:absolute;left:0%;top:0%;width:100%;height:100%;background:white;overflow:hidden}
.preload_img_wrap{position:absolute;top:12%;width:160px;height:160px;left:50%;margin-left:-80px;overflow:hidden}
.preload_img_wrap img{width:160px}
.previeshadow{position:absolute;top:-1px;width:160px;height:160px;left:0;background:rgba(255,255,255,0.6)}
.persent{text-align:center;position:absolute;color:rgb(80, 80, 80);height:20px;line-height:18px;left:0%;width:100%;top:250px;font-size:16px;font-weight:500;}
.preload_powerby{text-align:center;position:absolute; bottom:0px; width:100%; font-size:12px; color:#a0a0a0;}

.audio_img_wrap{position: fixed; z-index:7; right: 5%;top:5%;width: 26px;height:26px;
	border: 2px rgba(255,255,255,0.8) solid; border-radius:15px; padding:2px;
	box-sizing:border-box; background: rgba(0,0,0,0.5);}
.audio_img_wrap img{cursor: pointer; width: 20px;}

/**** scrollåŒºåŸŸ  *****/
.wrapper {
  margin:0 auto;
  /* padding:20px 0; */
  z-index: 2;
  width: 100%;
  /* height : 100%; */
  overflow: hidden;
  position: absolute;
  top:0;
  bottom: 0;
}
/**** tools and statistic *****/
.text_area{
	margin: 8px 20px;
}
.tmp_element .text_area>p{
	margin: 0;
}
.statistic{padding-left: 10px; font-size: 16px; text-align: left;}
.statistic span{min-width: 35px;}
#support_img{cursor: pointer;}
.tools{position:relative;height:30px;
	/* background:rgba(0,0,0,0.5);color: #FFF; display: none; */ line-height: 30px;}
.tools img{height: 16px;margin-bottom: 2px; vertical-align: sub;}
.cp_img{cursor: pointer; float: right; margin-right: 5px;}

.img_slides_wrap {
width:100%;	max-width: 450px;height:100%;max-height:720px;
overflow: hidden;	background-origin: padding-box;	
margin: 0 auto;	}

/* .page{width:100%;height: 100%; left:-1000%;} */
.active{display:block;left:0;}
.animated{left:0;}
.spage_element_wrap {
  display: block;
  /* text-align: center; 
  margin: 0 20px;*/
  position: relative;
}
.tmp_img{-moz-box-shadow: #666 0px 2px 5px;
-webkit-box-shadow: #666 0px 2px 5px;
box-shadow: #666 0px 2px 5px;}
.tmp_bg{position: absolute; top:0px; z-index: -1;}
.tmp_element p{margin-left:20px; margin-right:20px; margin-top:8px; margin-bottom:8px; display: block;}
.tmp_element p span{ display:inline-block; max-width: 100%;}
.tmp_text u span{text-decoration: underline; }
.tmp_qrCode{background: #FFF;}
.tmp_qrCode img{width: 100%;height: 100%;}
.tmp_video{background: rgba(0, 0, 0, 0.5);}
.tmp_video video{width: 100%;height: 100%;position: absolute;  left: 0;  top: 0;z-index: 2;}
.tmp_video i{  position: absolute;  left: 50%;  top: 50%;  font-size: 40px;
  color: #fff;  margin-left: -20px;  margin-top: -20px; z-index: 1;}

.complaint_warp{position: absolute; z-index: 8;
	top:100%; width: 100%;height: 100%; background: #FFF; display: none;
	transition: 1s top;
	-moz-transition: 1s top;
	-webkit-transition: 1s top;/* Safari ï¿½ï¿½ Chrome */
	-o-transition: 1s top; /* Opera */ }
.complaint_content{ margin: 20% auto; width: 80%; text-align: left;}
.complaint_content ul{margin: 0; padding: 0;}
.complaint_content ul li{list-style: none; text-align: left;height: 48px; font-size: 20px;line-height: 32px;}
.complaint_content button{display: inline-block;height: 34px;line-height: 30px;
text-align: center;text-decoration: none;border-radius: 5px;
-moz-border-radius: 5px;-webkit-border-radius: 5px;font-size: 14px;
 border: 1px #DADBE0 solid;
padding-left: 15px; padding-right: 15px; width: 30%;}
.btn_send{background: #327E04; color: #FFFFFF;}
.btn_send:HOVER{background: #428519;}
.btn_back{background: #FFF; color: #000;}
.btn_back:HOVER{background: #eeeeee;}
.complaint_msg{margin: 10% auto; text-align: center; color: #F00;}


.slideleft.active{left:0;height:auto;overflow:visible;z-index:1}
.slideup.active{z-index:1}

.up{
position: absolute;z-index:999; /* width: 30px; height: 15px; */
	left: 50%; top: 80%; margin-left:-15px;opacity: 0;}
.up-animate{
animation:myfirst 2s linear 0s infinite;
/* Firefox: */
-moz-animation:myfirst 2s linear 0s infinite;
/* Safari and Chrome: */
-webkit-animation:myfirst 2s linear 0s infinite;
/* Opera: */
-o-animation:myfirst 2s linear 0s infinite;
}
@keyframes myfirst
{
	0% {top:85%;opacity: 0;}
	20% {top:84%;opacity: 1;}
	100% {top:80%;opacity: 0;}
}
@-moz-keyframes myfirst
{
	0% {top:85%;opacity: 0;}
	20% {top:84%;opacity: 1;}
	100% {top:80%;opacity: 0;}
}
@-webkit-keyframes myfirst
{
	0% {top:85%;opacity: 0;}
	20% {top:84%;opacity: 1;}
	100% {top:80%;opacity: 0;}
}
@-o-keyframes myfirst
{
	0% {top:85%;opacity: 0;}
	20% {top:84%;opacity: 1;}
	100% {top:80%;opacity: 0;}
}

.leftToRight{
animation:l2r 1.5s linear 0s infinite;
/* Firefox: */
-moz-animation:l2r 1.5s linear 0s infinite;
/* Safari and Chrome: */
-webkit-animation:l2r 1.5s linear 0s infinite;
/* Opera: */
-o-animation:l2r 1.5s linear 0s infinite;
}
@keyframes l2r
{from {left:-20px;}
to  {left:0px;}}
@-moz-keyframes l2r
{from {left:-20px;}
to  {left:0px;}}
@-webkit-keyframes l2r
{from {left:-20px;}
to  {left:0px;}}
@-o-keyframes l2r
{from {left:-20px;}
to  {left:0px;}}

.img_rotate{
	animation:myRotate 2s linear 0s infinite;
/* Firefox: */
-moz-animation:myRotate 2s linear 0s infinite;
/* Safari and Chrome: */
-webkit-animation:myRotate 2s linear 0s infinite;
/* Opera: */
-o-animation:myRotate 2s linear 0s infinite;
	
}
@keyframes myRotate{
0% {
	transform:rotate(0deg); 
   	-moz-transform:rotate(0deg); 
	-webkit-transform:rotate(0deg);
  }
  25% {
    transform:rotate(90deg); 
   	-moz-transform:rotate(90deg); 
	-webkit-transform:rotate(90deg);
  }
  50% {
    transform:rotate(180deg); 
   	-moz-transform:rotate(180deg); 
	-webkit-transform:rotate(180deg);
  }
  75% {
    transform:rotate(-90deg); 
   	-moz-transform:rotate(-90deg); 
	-webkit-transform:rotate(-90deg);
  }
  100% {
    transform:rotate(0deg); 
   	-moz-transform:rotate(0deg); 
	-webkit-transform:rotate(0deg);
  }
}
@-moz-keyframes myRotate
{from {left:-20px;}
to  {left:0px;}}
@-webkit-keyframes myRotate
{from {left:-20px;}
to  {left:0px;}}
@-o-keyframes myRotate
{from {left:-20px;}
to  {left:0px;}}
/********ÆÀÂÛCSS START**********/
.remark_bg_img{background-size: 100% 100%;font-size: 18px;text-align: center;width: 380px;line-height: 211px;height: 211px;margin: auto;}
.txts{padding: 15px 10px 10px;border-bottom: 1px solid #f2f2f2;}
.txts span{font-size: 18px;}
.txts .remark-pencil{background:url("../../pic/sys/remark_pencil.png") no-repeat left;float:right;background-size: auto 100%;color: #03A9F4;padding-left: 25px;}
.tmp_remark .remark_line{
	padding: 15px 10px;
    border-bottom:1px solid #f2f2f2;
}
.tmp_remark .remark_line:last-child{
	border-bottom:0;
}
.remark_line .remark_avatar,.remark_line .remark_content{
	display:inline-block;
}
.remark_line .remark_avatar{
	vertical-align: top;
}
.remark_line .remark_avatar img{
	width:50px;
	height:50px;
	border-radius:50%;
}
.remark_line .remark_content{
	width: 80%;
	margin-left: 5px;
}
.remark_content .remark_name{
	margin-left: 0px;
}
.remark_content .remark_text{
	margin: 5px 0;
}
.remark_line .remark_content .remark_img{
	float:left;
	margin-right:5px;
	list-style: none;
}
.remark_line .remark_content ul img{
	width:100px;
	height:100px;
}
.remark_line .remark_content .remark_big_img img{
	height:200px;
	width: auto;
}
.remark_content .leftTab{
	float:left;
}
.remark_content .leftTab i{
	color: #ADA1AD;
	margin-right:10px;
	font-size: 12px;
}
.remark_content .leftTab a{
	color: #03A9F4;
	font-size: 12px;
}
.remark_content .rightTab{
	float:right;
	display:none;
}
.rightTab >i,.rightTab >s{
	float:left;
	width:20px;
	height:20px;
}
.rightTab >i{
	background:url("../../pic/sys/reply.png") no-repeat;
	background-size: auto 80%;
    background-position: 0;
	margin-right: 5px;
}
.rightTab >i,.rightTab >s{
	vertical-align: bottom;
}
.rightTab >span{
	display:inline-block;
	height:20px;
	min-width:1px;
	line-height: 20px;
}
.rightTab .notZan{
	background:url("../../pic/sys/not_zan.png") no-repeat;
	background-size: auto 80%;
    background-position: 0;
}
.rightTab .hasZan{
	background:url("../../pic/sys/zan.png") no-repeat;
	background-size: auto 80%;
    background-position: 0;
}
.remark_content .remark_name i{
	color: #ADA1AD;
}
.remark_content .replyText{
	background-color:#F3F3F5;
	list-style: none;
}
.replyText .replyLi{
	padding:0 10px;
}
.replyText .replyLi:first-child{
	padding-top:5px;
}
.replyText .replyLi:last-child{
	padding-bottom:5px;
}
.remark_content .replyText i{
	color: #ADA1AD;
}
.tmp_remark #pullUp,.tmp_remark .endList{
	text-align:center;
	font-weight: bold;
    color: #888;
}
.tmp_remark .endList{
	color: #ccc;
	display:none;
}
/*.txts {margin: 5px; 10px;}
.txts span{font-size: 18px;}
.txts .remark-pencil{background:url('../../pic/sys/remark_pencil.png') right no-repeat;float:right;position:relative;right:30px;text-decoration:underline;display:block;width:95px;}
.remark_img {background-size: 100% 100%;font-size: 18px;text-align: center;width: 380px;line-height: 211px;height: 211px;margin: auto;}
.remark_avatar{position: relative;left: 0;top: 0;width: 68px;overflow: hidden;display: inline-block;vertical-align:top;}
.remark_avatar img{width: 100%;border-radius:50%;}
.remark_content{position: relative;left: 10px;top: 0;min-height: 80px;width: 70%;overflow: hidden;display: inline-block;}
.remark_content p{margin: 0;height: 40px;} 
.remark_content ul{list-style-type: none;padding: 0;}
.remark_content ul li{float: left;width: 80px;height: 80px;margin: 0 5px 5px 0;}
.remark_content b{display: inline-block;width: 1.4em;height: 1.4em;margin-left: 10px;}
.remark_content img{height: 100%;width: 100%}
.remark_content .replyText{color:#f60;}
.remark_line{padding: 10px;margin-bottom: 5px;}
.comment_popup{width: 100%; position: absolute; left: 0; top: 0; height: auto; background: #fff; display: none; padding: 0 10px 10px 10px; background: #fff; z-index: 99;}
.comment_popup textarea{width: 96%; font-size: 16px; line-height: 20px; margin-bottom: 10px; height: 170px;}
.comment_popup .photo{width: 100%; height: auto; overflow: hidden;}
.comment_popup .photo ul{padding: 0; margin-top: 10px; width: 100%; height: auto;}
.comment_popup .photo ul li{float: left; list-style: none; margin: 0 4.1% 10px 0; border: 1px solid #ddd; width: 80px; height: 80px; display: block; text-align: center;position: relative;}
.comment_popup .photo ul li.adds{font-size: 32px; line-height: 80px; background: #f4f4f4; cursor: pointer;}
.comment_popup .photo ul li img{width: 100%; display: inline-block; border: none;height: 100%;}
.comment_popup .photo ul li .icon-remove-sign{display:block;width: 24px;height: 24px;background: #fff url("../../pic/sys/video_close.png") no-repeat;position: absolute;top: -10px;right: -13px;border-radius: 50%;z-index: 100;}
.comment_popup .myRemark{margin-top: 10px;border-top: 1px solid black;position:relative;}
.comment_popup .myRemarkStyle{text-align: center;height: 70px;line-height: 70px;}
.comment_popup .myRemarkTitle{position:absolute;width:80px;background:#fff;top: -7px;text-align: center;left: 40%;}
.comment_popup .myRemarkContent{margin-top: 20px;}
.comment_popup .clr{clear: both;}
.comment_submit{width: 100%; height: 40px; text-align: center; font-size: 20px; line-height: 40px; color: #fff; background: #f89406; cursor: pointer;padding: 0;-webkit-appearance:none;}
.close_comment{width: 24px; height: 24px; background: #fff url("../../pic/sys/video_close.png") no-repeat; position: absolute; top: -12px; right: 3px; border-radius: 50%; z-index: 100;}
*/
.scan_div{width: 100%;position: absolute;left: 0;top: 0;height: 211px;text-align: center;background: #fff;}
.scan_div img{height:80%}
.close_scan{width: 24px;height: 24px;background: #fff url("../../pic/sys/video_close.png") no-repeat;position: absolute;right: 3px;border-radius: 50%;z-index: 100;}
/********ÆÀÂÛCSS END**********/