/*scrollbar*/
::-webkit-scrollbar {
  height: 0;
  width: 0;
}

::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
/* CSS Document */
* {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
*:before, *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
select{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.version{version:2020051801;}
html{width:100%;height:100%;left:0;top:0;margin:0;padding:0;position:fixed;}
body{position:fixed;overflow:hidden!important;width:100%;height:100%;margin:0;padding:0!important;-ms-transform:translate(0);border:0;left:0;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.tmpContainer{position:fixed;width:100%;height:100%;bottom: 0;top:0;left:0;display:block;z-index:-1;}
.bookContainer{position:absolute;width:100%;height:100%;z-index:2;top:0;left:0;display:block;overflow:hidden;}
/*//book object*/
img{-webkit-user-drag:none;}
p{margin:0;padding:0;}
input{outline:none;}
textarea{outline:none;}
ul,ol,li{list-style-type: none;margin:0;padding: 0px;}
h1, h1, h2, h3, h4, h5, h6{font-weight:normal;}
i,u{font-style:normal;text-decoration:none;}
.book{
	position : absolute;
	z-index : 2;
	cursor : default;
}

.mask {
	 cursor : default;
     position : absolute;
     right:50%;
     left:auto;
     transform-origin : 100% 50%;
     -webkit-transform-origin : 100% 50%;
	 -moz-transform-origin : 100% 50%;
	 -ms-transform-origin : 100% 50%;
     overflow:hidden;

     -webkit-backface-visibility : hidden;
     -moz-backface-visibility : hidden;
     -ms-backface-visibility : hidden;
     backface-visibility : hidden;

     -webkit-transform : translate3d(0,0,0) rotate(0);
	-moz-transform : translate3d(0,0,0) rotate(0);
	-ms-transform : translate3d(0,0,0) rotate(0);
	-o-transform : translate3d(0,0,0) rotate(0);
	transform : translate3d(0,0,0) rotate(0);
}
.single-book-mask {
	 cursor : default;
     position : absolute;
     right:100%;
     left:auto;
     transform-origin : 100% 50%;
     -webkit-transform-origin : 100% 50%;
	 -moz-transform-origin : 100% 50%;
	 -ms-transform-origin : 100% 50%;
     overflow:hidden;

     -webkit-backface-visibility : hidden;
     -moz-backface-visibility : hidden;
     -ms-backface-visibility : hidden;
     backface-visibility : hidden;

     -webkit-transform : translate3d(0,0,0) rotate(0);
	-moz-transform : translate3d(0,0,0) rotate(0);
	-ms-transform : translate3d(0,0,0) rotate(0);
	-o-transform : translate3d(0,0,0) rotate(0);
	transform : translate3d(0,0,0) rotate(0);
}
.single-book-right-mask {
	 cursor : default;
     position : absolute;
     right:0;
     left:auto;
     transform-origin : 100% 50%;
     -webkit-transform-origin : 100% 50%;
	 -moz-transform-origin : 100% 50%;
	 -ms-transform-origin : 100% 50%;
     overflow:hidden;

     -webkit-backface-visibility : hidden;
     -moz-backface-visibility : hidden;
     -ms-backface-visibility : hidden;
     backface-visibility : hidden;
      -webkit-transform : translate3d(0,0,0) rotate(0);
	-moz-transform : translate3d(0,0,0) rotate(0);
	-ms-transform : translate3d(0,0,0) rotate(0);
	-o-transform : translate3d(0,0,0) rotate(0);
	transform : translate3d(0,0,0) rotate(0);
}
.right-single-mask-side{
	cursor : default;
	position:absolute;
	left:0;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center;
	 -webkit-transform : translate3d(0,0,0) rotate(0);
	-moz-transform : translate3d(0,0,0) rotate(0);
	-ms-transform : translate3d(0,0,0) rotate(0);
	-o-transform : translate3d(0,0,0) rotate(0);
	transform : translate3d(0,0,0) rotate(0);
}
.left-single-mask-side{
	cursor : default;
	position:absolute;
	right:0;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center;

	-webkit-transform : translate3d(0,0,0) rotate(0);
	-moz-transform : translate3d(0,0,0) rotate(0);
	-ms-transform : translate3d(0,0,0) rotate(0);
	-o-transform : translate3d(0,0,0) rotate(0);
	transform : translate3d(0,0,0) rotate(0);
}
.right-mask-side{
	cursor : default;
	position:absolute;
	left:50%;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center;

	-webkit-transform : translate3d(0,0,0) rotate(0);
	-moz-transform : translate3d(0,0,0) rotate(0);
	-ms-transform : translate3d(0,0,0) rotate(0);
	-o-transform : translate3d(0,0,0) rotate(0);
	transform : translate3d(0,0,0) rotate(0);
}
.left-mask-side{
	cursor : default;
	position:absolute;
	right:50%;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center;

	-webkit-transform : translate3d(0,0,0) rotate(0);
	-moz-transform : translate3d(0,0,0) rotate(0);
	-ms-transform : translate3d(0,0,0) rotate(0);
	-o-transform : translate3d(0,0,0) rotate(0);
	transform : translate3d(0,0,0) rotate(0);
}
.right-flip-side{
	cursor : default;
	position:absolute;
	right:0;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transform : translate3d(0,0,0) rotate(0);
	-moz-transform : translate3d(0,0,0) rotate(0);
	-ms-transform : translate3d(0,0,0) rotate(0);
	-o-transform : translate3d(0,0,0) rotate(0);
	transform : translate3d(0,0,0) rotate(0);
}
.right-side{
	cursor : default;
	position:absolute;
	right:0;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transform : translate3d(0,0,0) rotate(0);
	-moz-transform : translate3d(0,0,0) rotate(0);
	-ms-transform : translate3d(0,0,0) rotate(0);
	-o-transform : translate3d(0,0,0) rotate(0);
	transform : translate3d(0,0,0) rotate(0);
}
.left-side{
	cursor : default;
	position:absolute;
	left:0;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center;

	-webkit-transform : translate3d(0,0,0) rotate(0);
	-moz-transform : translate3d(0,0,0) rotate(0);
	-ms-transform : translate3d(0,0,0) rotate(0);
	-o-transform : translate3d(0,0,0) rotate(0);
	transform : translate3d(0,0,0) rotate(0);
}
.double.left-side{
	left:auto;
	right:50%;
}
.double.right-side{
	right:auto;
	left:50%;
}
.right-mask-side .right-side{
	left:0;
}
.left-mask-side .left-side{
	right:0;
	left:auto;
}
.right-single-mask-side .right-side{
	left:0;
}
.left-single-mask-side .left-side{
	right:0;
	left:auto;
}

.center-side{
	cursor : default;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center;

	-webkit-transform : translate3d(0,0,0) rotate(0);
	-moz-transform : translate3d(0,0,0) rotate(0);
	-ms-transform : translate3d(0,0,0) rotate(0);
	-o-transform : translate3d(0,0,0) rotate(0);
	transform : translate3d(0,0,0) rotate(0);
}

.flip-side{
	cursor : default;
	position:absolute;
	left:100%;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center;

	-webkit-transform : translate3d(0,0,0) rotate(0);
	-moz-transform : translate3d(0,0,0) rotate(0);
	-ms-transform : translate3d(0,0,0) rotate(0);
	-o-transform : translate3d(0,0,0) rotate(0);
	transform : translate3d(0,0,0) rotate(0);
}

.flip-vertical-side{
	cursor : default;
	position:absolute;
	/*background-color:white;*/
	top:100%;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center;

	-webkit-transform : translate3d(0,0,0) rotate(0);
	-moz-transform : translate3d(0,0,0) rotate(0);
	-ms-transform : translate3d(0,0,0) rotate(0);
	-o-transform : translate3d(0,0,0) rotate(0);
	transform : translate3d(0,0,0) rotate(0);
}

.flip-hard-left-side{
	cursor : default;
	position:absolute;
	background-color:white;
	/*overflow:hidden;*/
	left:auto;
	right:auto;
	background-repeat:no-repeat;
	background-position:center;
	-webkit-perspective-origin : right center;
	-moz-perspective-origin : right center;
	-ms-perspective-origin : right center;
	perspective-origin : right center;
	-webkit-transform-style : preserve-3d;
	-moz-transform-style : preserve-3d;
	-ms-transform-style : preserve-3d;
	transform-style : preserve-3d;
	transform-origin : 100% 50%;
	-webkit-transform-origin : 100% 50%;
	-moz-transform-origin : 100% 50%;
	-ms-transform-origin : 100% 50%;

	-webkit-transform : translate3d(0,0,0) rotate(0);
	-moz-transform : translate3d(0,0,0) rotate(0);
	-ms-transform : translate3d(0,0,0) rotate(0);
	-o-transform : translate3d(0,0,0) rotate(0);
	transform : translate3d(0,0,0) rotate(0);
}

.flip-hard-right-side{
	cursor : default;
	position:absolute;
	background-color:white;
	/*overflow:hidden;*/
	right:0px;
	left:auto;
	background-repeat:no-repeat;
	background-position:center;
	-webkit-perspective-origin : left center;
	-moz-perspective-origin : left center;
	-ms-perspective-origin : left center;
	perspective-origin : left center;
	-webkit-transform-style : preserve-3d;
	-moz-transform-style : preserve-3d;
	-ms-transform-style : preserve-3d;
	transform-style : preserve-3d;
	transform-origin : 0% 50%;
	-webkit-transform-origin : 0% 50%;
	-moz-transform-origin : 0% 50%;
	-ms-transform-origin : 0% 50%;

	-webkit-transform : translate3d(0,0,0) rotate(0);
	-moz-transform : translate3d(0,0,0) rotate(0);
	-ms-transform : translate3d(0,0,0) rotate(0);
	-o-transform : translate3d(0,0,0) rotate(0);
	transform : translate3d(0,0,0) rotate(0);
}

.flip-hard-up-side{
	cursor : default;
	position:absolute;
	background-color:white;
	/*overflow:hidden;*/
	top:auto;
	bottom:auto;
	background-repeat:no-repeat;
	background-position:center;
	-webkit-perspective-origin : bottom center;
	-moz-perspective-origin : bottom center;
	-ms-perspective-origin : bottom center;
	perspective-origin : bottom center;
	-webkit-transform-style : preserve-3d;
	-moz-transform-style : preserve-3d;
	-ms-transform-style : preserve-3d;
	transform-style : preserve-3d;
	transform-origin : 50% 100%;
	-webkit-transform-origin : 50% 100%;
	-moz-transform-origin : 50% 100%;
	-ms-transform-origin : 50% 100%;

	-webkit-transform : translate3d(0,0,0) rotate(0);
	-moz-transform : translate3d(0,0,0) rotate(0);
	-ms-transform : translate3d(0,0,0) rotate(0);
	-o-transform : translate3d(0,0,0) rotate(0);
	transform : translate3d(0,0,0) rotate(0);
}

.flip-hard-down-side{
	cursor : default;
	position:absolute;
	background-color:white;
	/*overflow:hidden;*/
	bottom:0px;
	top:auto;
	background-repeat:no-repeat;
	background-position:center;
	-webkit-perspective-origin : top center;
	-moz-perspective-origin : top center;
	-ms-perspective-origin : top center;
	perspective-origin : top center;
	-webkit-transform-style : preserve-3d;
	-moz-transform-style : preserve-3d;
	-ms-transform-style : preserve-3d;
	transform-style : preserve-3d;
	transform-origin : 50% 0%;
	-webkit-transform-origin : 50% 0%;
	-moz-transform-origin : 50% 0%;
	-ms-transform-origin : 50% 0%;

	-webkit-transform : translate3d(0,0,0) rotate(0);
	-moz-transform : translate3d(0,0,0) rotate(0);
	-ms-transform : translate3d(0,0,0) rotate(0);
	-o-transform : translate3d(0,0,0) rotate(0);
	transform : translate3d(0,0,0) rotate(0);
}

.flip-thick{
	height : 100%;
	width:6px;
	overflow : hidden;
	visibility : hidden;
	z-index : 20;
	position : absolute;
	left:-6px;
	background:#dadada;
	box-shadow: 0px 0px 2px #666666 inset;
}

.flip-vertical-thick{
	width : 100%;
	height:6px;
	overflow : hidden;
	visibility : hidden;
	z-index : 20;
	position : absolute;
	top:-6px;
	background:#dadada;
	box-shadow: 0px 0px 2px #666666 inset;
}

.flip-hard-left-side .flip-thick{
	left:-6px;
	transform-origin : 100% 50%;
    -webkit-transform-origin : 100% 50%;
	-moz-transform-origin : 100% 50%;
	-ms-transform-origin : 100% 50%;
}
.flip-hard-right-side .flip-thick{
	left:100%;
	transform-origin : 0% 50%;
    -webkit-transform-origin : 0% 50%;
	-moz-transform-origin : 0% 50%;
	-ms-transform-origin : 0% 50%;
}
.flip-hard-up-side .flip-vertical-thick{
	top:-6px;
	transform-origin : 50% 100%;
    -webkit-transform-origin : 50% 100%;
	-moz-transform-origin : 50% 100%;
	-ms-transform-origin : 50% 100%;
}
.flip-hard-down-side .flip-vertical-thick{
	top:100%;
	transform-origin : 50% 0%;
    -webkit-transform-origin : 50% 0%;
	-moz-transform-origin : 50% 0%;
	-ms-transform-origin : 50% 0%;
}

.vertical-mask {
	 cursor : default;
     position : absolute;
     bottom:50%;
     top:auto;
     /*background:blue;*/
     /*opacity:0.5;*/
     transform-origin : 50% 100%;
     -webkit-transform-origin : 50% 100%;
	 -moz-transform-origin : 50% 100%;
	 -ms-transform-origin : 50% 100%;
	 /*border:2px solid #ff0000;*/
     overflow:hidden;

     -webkit-backface-visibility : hidden;
     -moz-backface-visibility : hidden;
     -ms-backface-visibility : hidden;
     backface-visibility : hidden;

     -webkit-transform : translate3d(0,0,0) rotate(0);
	-moz-transform : translate3d(0,0,0) rotate(0);
	-ms-transform : translate3d(0,0,0) rotate(0);
	-o-transform : translate3d(0,0,0) rotate(0);
	transform : translate3d(0,0,0) rotate(0);
}
.single-book-vertical-mask {
	 cursor : default;
     position : absolute;
     bottom:100%;
     top:auto;
     /*background:blue;*/
     /*opacity:0.5;*/
     transform-origin : 50% 100%;
     -webkit-transform-origin : 50% 100%;
	 -moz-transform-origin : 50% 100%;
	 -ms-transform-origin : 50% 100%;
	 /*border:2px solid #ff0000;*/
     overflow:hidden;

     -webkit-backface-visibility : hidden;
     -moz-backface-visibility : hidden;
     -ms-backface-visibility : hidden;
     backface-visibility : hidden;

     -webkit-transform : translate3d(0,0,0) rotate(0);
	-moz-transform : translate3d(0,0,0) rotate(0);
	-ms-transform : translate3d(0,0,0) rotate(0);
	-o-transform : translate3d(0,0,0) rotate(0);
	transform : translate3d(0,0,0) rotate(0);
}
.single-book-right-vertical-mask {
	 cursor : default;
     position : absolute;
     bottom:0;
     top:auto;
     /*background:blue;*/
     /*opacity:0.5;*/
     transform-origin : 50% 100%;
     -webkit-transform-origin : 50% 100%;
	 -moz-transform-origin : 50% 100%;
	 -ms-transform-origin : 50% 100%;
	 /*border:2px solid #ff0000;*/
     overflow:hidden;

     -webkit-backface-visibility : hidden;
     -moz-backface-visibility : hidden;
     -ms-backface-visibility : hidden;
     backface-visibility : hidden;
      -webkit-transform : translate3d(0,0,0) rotate(0);
	-moz-transform : translate3d(0,0,0) rotate(0);
	-ms-transform : translate3d(0,0,0) rotate(0);
	-o-transform : translate3d(0,0,0) rotate(0);
	transform : translate3d(0,0,0) rotate(0);
}
.down-single-mask-side{
	cursor : default;
	position:absolute;
	/*background-color:white;*/
	top:0;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center;
	 -webkit-transform : translate3d(0,0,0) rotate(0);
	-moz-transform : translate3d(0,0,0) rotate(0);
	-ms-transform : translate3d(0,0,0) rotate(0);
	-o-transform : translate3d(0,0,0) rotate(0);
	transform : translate3d(0,0,0) rotate(0);
}
.up-single-mask-side{
	cursor : default;
	position:absolute;
	/*background-color:white;*/
	bottom:0;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center;

	-webkit-transform : translate3d(0,0,0) rotate(0);
	-moz-transform : translate3d(0,0,0) rotate(0);
	-ms-transform : translate3d(0,0,0) rotate(0);
	-o-transform : translate3d(0,0,0) rotate(0);
	transform : translate3d(0,0,0) rotate(0);
}
.down-mask-side{
	cursor : default;
	position:absolute;
	/*background-color:white;*/
	top:50%;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center;

	-webkit-transform : translate3d(0,0,0) rotate(0);
	-moz-transform : translate3d(0,0,0) rotate(0);
	-ms-transform : translate3d(0,0,0) rotate(0);
	-o-transform : translate3d(0,0,0) rotate(0);
	transform : translate3d(0,0,0) rotate(0);
}
.up-mask-side{
	cursor : default;
	position:absolute;
	/*background-color:white;*/
	bottom:50%;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center;

	-webkit-transform : translate3d(0,0,0) rotate(0);
	-moz-transform : translate3d(0,0,0) rotate(0);
	-ms-transform : translate3d(0,0,0) rotate(0);
	-o-transform : translate3d(0,0,0) rotate(0);
	transform : translate3d(0,0,0) rotate(0);
}
.down-flip-side{
	cursor : default;
	position:absolute;
	/*background-color:white;*/
	bottom:0;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transform : translate3d(0,0,0) rotate(0);
	-moz-transform : translate3d(0,0,0) rotate(0);
	-ms-transform : translate3d(0,0,0) rotate(0);
	-o-transform : translate3d(0,0,0) rotate(0);
	transform : translate3d(0,0,0) rotate(0);
}
.down-side{
	cursor : default;
	position:absolute;
	/*background-color:white;*/
	bottom:0;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transform : translate3d(0,0,0) rotate(0);
	-moz-transform : translate3d(0,0,0) rotate(0);
	-ms-transform : translate3d(0,0,0) rotate(0);
	-o-transform : translate3d(0,0,0) rotate(0);
	transform : translate3d(0,0,0) rotate(0);
}
.up-side{
	cursor : default;
	position:absolute;
	/*background-color:white;*/
	top:0;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center;

	-webkit-transform : translate3d(0,0,0) rotate(0);
	-moz-transform : translate3d(0,0,0) rotate(0);
	-ms-transform : translate3d(0,0,0) rotate(0);
	-o-transform : translate3d(0,0,0) rotate(0);
	transform : translate3d(0,0,0) rotate(0);
}
.double.up-side{
	top:auto;
	bottom:50%;
}
.double.down-side{
	bottom:auto;
	top:50%;
}
.down-mask-side .down-side{
	top:0;
}
.up-mask-side .up-side{
	bottom:0;
	top:auto;
}
.down-single-mask-side .down-side{
	top:0;
}
.up-single-mask-side .up-side{
	bottom:0;
	top:auto;
}

.side-content{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

.attachments-content{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:4;
}

.side-highlight{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	opacity:0.8;
	z-index:1;
}

.thickness{position:absolute;height:100%;perspective:500;-webkit-perspective:500;-moz-perspective:500;-ms-perspective:500;cursor:pointer;}
.thickness .top_part{position:relative;height:50px;width:100%;}
.thickness .center_part{position:relative;height:auto;width:100%;}
.thickness .bottom_part{position:relative;height:50px;width:100%;}
.thickness .part{background-repeat:no-repeat;}
.left_thickness .top_part{background:url(icon/thickness_left.png);background-position:right 0;}
.left_thickness .center_part{background:url(icon/thickness_left.png);background-position:right -50px;}
.left_thickness .bottom_part{background:url(icon/thickness_left.png);background-position:right bottom;}
.right_thickness .top_part{background:url(icon/thickness.png);background-position:left 0;}
.right_thickness .center_part{background:url(icon/thickness.png);background-position:left -50px;}
.right_thickness .bottom_part{background:url(icon/thickness.png);background-position:left bottom;}
.left_thickness{
	-webkit-transform-origin : 100% 0%;
	-moz-transform-origin : 100% 0%;
	-ms-transform-origin : 100% 0%;
	-o-transform-origin : 100% 0%;
	transform-origin : 100% 0%;
}
.right_thickness{
	-webkit-transform-origin : 0% 0%;
	-moz-transform-origin : 0% 0%;
	-ms-transform-origin : 0% 0%;
	-o-transform-origin : 0% 0%;
	transform-origin : 0% 0%;
}
.thickness .shadow{
	position:absolute;
	z-index:-1;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	/* background-color: #CCCCCC; */
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.left_thickness .shadow{
	-webkit-box-shadow : -3px 0px 6px rgba(125, 125, 125, 0.7);
	-moz-box-shadow : -3px 0px 6px rgba(125, 125, 125, 0.7);
	-ms-box-shadow : -3px 0px 6px rgba(125, 125, 125, 0.7);
	box-shadow : -3px 0px 6px rgba(125, 125, 125, 0.7);
	-webkit-transform-origin : 100% 0%;
	-moz-transform-origin : 100% 0%;
	-ms-transform-origin : 100% 0%;
	-o-transform-origin : 100% 0%;
	transform-origin : 100% 0%;
	transform : rotateY(-20deg) scaleX(1) scaleZ(1);
	-webkit-transform : rotateY(-20deg) scaleX(1) scaleZ(1);
	-moz-transform : rotateY(-20deg) scaleX(1) scaleZ(1);
	-ms-transform : rotateY(-20deg) scaleX(1) scaleZ(1);
	margin-left:1px;
}
.right_thickness .shadow{
	margin-left:-1px;
	-webkit-box-shadow : 3px 0px 6px rgba(125, 125, 125, 0.7);
	-moz-box-shadow : 3px 0px 6px rgba(125, 125, 125, 0.7);
	-ms-box-shadow : 3px 0px 6px rgba(125, 125, 125, 0.7);
	box-shadow : 3px 0px 6px rgba(125, 125, 125, 0.7);
	-webkit-transform-origin : 0% 0%;
	-moz-transform-origin : 0% 0%;
	-ms-transform-origin : 0% 0%;
	-o-transform-origin : 0% 0%;
	transform-origin : 0% 0%;
	transform : rotateY(20deg) scaleX(1) scaleZ(1);
	-webkit-transform : rotateY(20deg) scaleX(1) scaleZ(1);
	-moz-transform : rotateY(20deg) scaleX(1) scaleZ(1);
	-ms-transform : rotateY(20deg) scaleX(1) scaleZ(1);
}

.bookShadow {
	position:absolute;
	top:0px;
	-webkit-box-shadow : 0 0 5px rgba(40, 40, 40, 0.7);
	-moz-box-shadow : 0 0 5px rgba(40, 40, 40, 0.7);
	-o-box-shadow : 0 0 5px rgba(40, 40, 40, 0.7);
	-ms-box-shadow : 0 0 5px rgba(40, 40, 40, 0.7);
	box-shadow : 0 0 5px rgba(40, 40, 40, 0.7);
}
.bookShadow-vertical {
	position:absolute;
	left:0px;
	-webkit-box-shadow : 0 0 5px rgba(40, 40, 40, 0.7);
	-moz-box-shadow : 0 0 5px rgba(40, 40, 40, 0.7);
	-o-box-shadow : 0 0 5px rgba(40, 40, 40, 0.7);
	-ms-box-shadow : 0 0 5px rgba(40, 40, 40, 0.7);
	box-shadow : 0 0 5px rgba(40, 40, 40, 0.7);
}

@media all and (max-width: 400px){
    .bookShadow {
		position:absolute;
		top:0px;
		-webkit-box-shadow : 0 0 5px rgba(40, 40, 40, 0.7);
		-moz-box-shadow : 0 0 5px rgba(40, 40, 40, 0.7);
		-o-box-shadow : 0 0 5px rgba(40, 40, 40, 0.7);
		-ms-box-shadow : 0 0 5px rgba(40, 40, 40, 0.7);
		box-shadow : 0 0 5px rgba(40, 40, 40, 0.7);
	}
}

@media all and (max-height:400px) {
    .bookShadow {
		position:absolute;
		top:0px;
		-webkit-box-shadow : 0 0 5px rgba(40, 40, 40, 0.7);
		-moz-box-shadow : 0 0 5px rgba(40, 40, 40, 0.7);
		-o-box-shadow : 0 0 5px rgba(40, 40, 40, 0.7);
		-ms-box-shadow : 0 0 5px rgba(40, 40, 40, 0.7);
		box-shadow : 0 0 5px rgba(40, 40, 40, 0.7);
	}
}

.singleWidth {
    width : 50%;
    height : 100%;
}

.doubleWidth {
	width : 100%;
	height : 100%;
}

.singleHeight {
    width : 100%;
    height : 50%;
}

.doubleHeight {
	width : 100%;
	height : 100%;
}

.zoomBook {
  position: absolute;
}

.zoomPage {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 800px;
  height: 600px;
}

.zoomSide {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 800px;
  height: 600px;
}

.bookStage {
  top: 0px;
  left: 0px;

  display: block;
  overflow: hidden; /**/
}

.image {
  width: 640px;
  height: 920px;
  top: 1px;
  left: 1px;
  /*-webkit-transform-origin:0% 0%;
  -webkit-transform:scale3d(1,1,1); */
}

/**content of side (image or swf)*/
.sideContent {
  position: absolute;

  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin : 0 % 0 %;
  -o-transform-origin : 0 % 0 %;
  background-color : white;
}

.boxShadow {
  -webkit-box-shadow : 0 0 3px rgba(40, 40, 40, 0.2);
  -moz-box-shadow : 0 0 3px rgba(40, 40, 40, 0.2);
  -ms-box-shadow : 0 0 3px rgba(40, 40, 40, 0.2);
  box-shadow : 0 0 3px rgba(40, 40, 40, 0.2);
}

.miniFullscreen {
	z-index:1000;
	height:30px;
	line-height : 30px;
	background:#000000;
	border-radius:18px;
	left : 50%;
	transform:translate(-50%,0);
	position : absolute;
	color : #ffffff;
	vertical-align : middle;
	text-align : center;
	cursor : pointer;
	font-family : "Tahoma","sans-serif","Arial";
	font-size:12px;
	padding : 3px 20px;
	opacity : 0.7;
	white-space : nowrap;
}

.miniFullscreen:hover{
	opacity:0.7;
}

/***/
.sideBackground {
  position: inherit;
  top: 0px;
  left: 0px;
  width: 320px;
  height: 460px;

}

.kong {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index:1;
}

/**shadow between sides*/
/*left shadow*/
.catalogLeftShadow {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  z-index:5;
  pointer-events:none;
  -webkit-transform:translate3d(0,0,0);

  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, EndColorStr='#cc3f3f3f', StartColorStr='#007b7b7b');

  background-image: linear-gradient(right, rgba(60, 60, 60, 0.4) 0%, rgba(50, 50, 50, 0.1) 54%, rgba(200, 200, 200, 0) 100%);
  background-image: -o-linear-gradient(right, rgba(60, 60, 60, 0.4) 0%, rgba(50, 50, 50, 0.1) 54%, rgba(200, 200, 200, 0) 100%);
  background-image: -moz-linear-gradient(right, rgba(60, 60, 60, 0.4) 0%, rgba(50, 50, 50, 0.1) 54%, rgba(200, 200, 200, 0) 100%);
  background-image: -webkit-linear-gradient(right, rgba(60, 60, 60, 0.4) 0%, rgba(50, 50, 50, 0.1) 54%, rgba(200, 200, 200, 0) 100%);
  background-image: -ms-linear-gradient(right, rgba(60, 60, 60, 0.4) 0%, rgba(50, 50, 50, 0.1) 54%, rgba(200, 200, 200, 0) 100%);

  /*background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(60, 60, 60, 0.3)), color-stop(0.23, rgba(250, 250, 250, 0.05)), color-stop(0.28, rgba(255, 255, 255, 0.05)), color-stop(0.34, rgba(250, 250, 250, 0.05)), color-stop(0.54, rgba(50, 50, 50, 0.1)), color-stop(1, rgba(200, 200, 200, 0)));*/

}

.catalogRightShadow {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  z-index:5;
  pointer-events:none;
  -webkit-transform:translate3d(0,0,0);

  background-image: linear-gradient(left, rgba(53, 53, 53, 0.5) 0%, rgba(53, 53, 53, 0.2) 40%,rgba(53, 53, 53, 0.1) 60%, rgba(200, 200, 200, 0) 100%);
  background-image: -webkit-linear-gradient(left, rgba(53, 53, 53, 0.5) 0%, rgba(53, 53, 53, 0.2) 40%,rgba(53, 53, 53, 0.1) 60%, rgba(200, 200, 200, 0) 100%);
  background-image: -moz-linear-gradient(left, rgba(53, 53, 53, 0.5) 0%, rgba(53, 53, 53, 0.2) 40%,rgba(53, 53, 53, 0.1) 60%, rgba(200, 200, 200, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(53, 53, 53, 0.5) 0%, rgba(53, 53, 53, 0.2) 40%,rgba(53, 53, 53, 0.1) 60%, rgba(200, 200, 200, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(53, 53, 53, 0.5) 0%, rgba(53, 53, 53, 0.2) 40%,rgba(53, 53, 53, 0.1) 60%, rgba(200, 200, 200, 0) 100%);

  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, EndColorStr='#00C8C8C8', StartColorStr='#CC5D5D5D');

}

.catalogUpShadow {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index:5;
  pointer-events:none;
  -webkit-transform:translate3d(0,0,0);

  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#cc3f3f3f', StartColorStr='#007b7b7b');

  background-image: linear-gradient(bottom, rgba(60, 60, 60, 0.4) 0%, rgba(50, 50, 50, 0.1) 54%, rgba(200, 200, 200, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(60, 60, 60, 0.4) 0%, rgba(50, 50, 50, 0.1) 54%, rgba(200, 200, 200, 0) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(60, 60, 60, 0.4) 0%, rgba(50, 50, 50, 0.1) 54%, rgba(200, 200, 200, 0) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(60, 60, 60, 0.4) 0%, rgba(50, 50, 50, 0.1) 54%, rgba(200, 200, 200, 0) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(60, 60, 60, 0.4) 0%, rgba(50, 50, 50, 0.1) 54%, rgba(200, 200, 200, 0) 100%);

  /*background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(60, 60, 60, 0.3)), color-stop(0.23, rgba(250, 250, 250, 0.05)), color-stop(0.28, rgba(255, 255, 255, 0.05)), color-stop(0.34, rgba(250, 250, 250, 0.05)), color-stop(0.54, rgba(50, 50, 50, 0.1)), color-stop(1, rgba(200, 200, 200, 0)));*/

}

.catalogDownShadow {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index:5;
  pointer-events:none;
  -webkit-transform:translate3d(0,0,0);

  background-image: linear-gradient(top, rgba(53, 53, 53, 0.5) 0%, rgba(53, 53, 53, 0.2) 40%,rgba(53, 53, 53, 0.1) 60%, rgba(200, 200, 200, 0) 100%);
  background-image: -webkit-linear-gradient(top, rgba(53, 53, 53, 0.5) 0%, rgba(53, 53, 53, 0.2) 40%,rgba(53, 53, 53, 0.1) 60%, rgba(200, 200, 200, 0) 100%);
  background-image: -moz-linear-gradient(top, rgba(53, 53, 53, 0.5) 0%, rgba(53, 53, 53, 0.2) 40%,rgba(53, 53, 53, 0.1) 60%, rgba(200, 200, 200, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(53, 53, 53, 0.5) 0%, rgba(53, 53, 53, 0.2) 40%,rgba(53, 53, 53, 0.1) 60%, rgba(200, 200, 200, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(53, 53, 53, 0.5) 0%, rgba(53, 53, 53, 0.2) 40%,rgba(53, 53, 53, 0.1) 60%, rgba(200, 200, 200, 0) 100%);

  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#00C8C8C8', StartColorStr='#CC5D5D5D');

}

/*catalog guid toolbar*/
.catalog_simple_bar{
	position:absolute;
	height:38px;
	top:5px;
	left:0;
	right:0;
	margin:auto;
	border-radius : 3px;
	z-index : 1000;
	background : #f6f6f6;
	-webkit-box-shadow:0 0 5px rgba(40, 40, 40, 0.5);
	-moz-box-shadow:0 0 5px rgba(40, 40, 40, 0.5);
	-o-box-shadow:0 0 5px rgba(40, 40, 40, 0.5);
	-ms-box-shadow:0 0 5px rgba(40, 40, 40, 0.5);
	box-shadow:0 0 5px rgba(40, 40, 40, 0.5);
}
.catalog_simple_bar .button:hover{opacity:0.8;}
.catalog_simple_bar .button{position:absolute;cursor:pointer;top:0;width:38px;height:38px;}
.catalog_simple_bar .button div {margin-left: 1px;margin-top:1px;width:35px;height:35px;}
.catalog_simple_bar .page_num{position:absolute;font-size:16px;color:#bababa;height:38px;line-height:38px;vertical-align:middle;text-align:center;font-family:arial,tahoma,sans-serif;}
.catalog_logo{position:absolute;cursor:pointer;z-index:95;}
/*catalog guid toolbar css end*/

.leftCoverShadow {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width:4px;

  background-image: linear-gradient(left, rgba(200,200,200,0), rgba(200,200,200,1));
  background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(200, 200, 200, 0)), to(rgba(200,200,200,1)));
  background-image: -moz-linear-gradient(left, rgba(200,200,200,0), rgba(200,200,200,1));
  background-image: -o-linear-gradient(left, rgba(200,200,200,0), rgba(200,200,200,1));
  background-image: -ms-linear-gradient(left, rgba(200,200,200,0), rgba(200,200,200,1));

  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#CC5D5D5D', EndColorStr='#00C8C8C8');

}

.rightCoverShadow {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width : 4px;

  background-image: linear-gradient(left, rgba(200,200,200,1), rgba(200,200,200,0));
  background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(200,200,200,1)), to(rgba(200,200,200,0)));
  background-image: -moz-linear-gradient(left, rgba(200,200,200,1), rgba(200,200,200,0));
  background-image: -o-linear-gradient(left, rgba(200,200,200,1), rgba(200,200,200,0));
  background-image: -ms-linear-gradient(left, rgba(200,200,200,1), rgba(200,200,200,0));

  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#CC5D5D5D', EndColorStr='#00C8C8C8');

}

.emboss-left {
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,1));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,1));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,1));
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,1));
	pointer-events: none;
}
.emboss-right {
	background-image: -o-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,0));
	pointer-events: none;
}

.edgeShadow {

  background-image: linear-gradient(left, rgba(50, 50, 50, 0.5), rgba(230, 230, 230, 0));
  background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(50, 50, 50, 0.5)), to(rgba(230, 230, 230, 0)));
  background-image: -moz-linear-gradient(left, rgba(50, 50, 50, 0.5), rgba(230, 230, 230, 0));
  background-image: -o-linear-gradient(left, rgba(50, 50, 50, 0.5), rgba(230, 230, 230, 0));
  background-image: -ms-linear-gradient(left, rgba(50, 50, 50, 0.5), rgba(230, 230, 230, 0));

  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, EndColorStr='#007b7b7b', StartColorStr='#cc3f3f3f');

  width : 50%;
  height : 100%;

  z-index : 1000;
  position:absolute;
  left : -35%;
  top : -30%;
  pointer-events:none;

  -webkit-transform : rotate(30deg);
  -moz-transform : rotate(30deg);
  -ms-transform : rotate(30deg);
  -o-transform : rotate(30deg);
  transform : rotate(30deg);
}

.grayShadow {
	width:100%;
	height:100%;
	position:absolute;
	z-index:10000;
	overflow:hidden;
	display:none;
	pointer-events:none;
}


.leftPaperCoil {
  position: absolute;
  right: 0px;
  /*left: auto;*/
  width: 20px;
  height: 100%;
  background-image: url(icon/leftCoil.png);
  background-repeat: repeat-y;

  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -webkit-transform: translate3d(0px,0px,0px) scale(1);
  -moz-transform: translate3d(0px,0px,0px) scale(1);
  -ms-transform: translate3d(0px,0px,0px) scale(1);
  -o-transform: translate(0px,0px) scale(1);
}

.rightPaperCoil {
  position: absolute;
  left: 0px;
  /*right: auto;*/
  width: 21px;
  height: 100%;
  background-image: url(icon/rightCoil.png);
  background-repeat: repeat-y;

  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -webkit-transform: translate3d(0px,0px,0px) scale(1);
  -moz-transform: translate3d(0px,0px,0px) scale(1);
  -ms-transform: translate3d(0px,0px,0px) scale(1);
  -o-transform: translate(0px,0px) scale(1);
}

.upPaperCoil {
  position: absolute;
  bottom: 0px;
  /*left: auto;*/
  height: 20px;
  width: 100%;
  background-image: url(icon/upCoil.png);
  background-repeat: repeat-x;

  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -webkit-transform: translate3d(0px,0px,0px) scale(1);
  -moz-transform: translate3d(0px,0px,0px) scale(1);
  -ms-transform: translate3d(0px,0px,0px) scale(1);
  -o-transform: translate(0px,0px) scale(1);
}

.downPaperCoil {
  position: absolute;
  top: 0px;
  /*right: auto;*/
  height: 21px;
  width: 100%;
  background-image: url(icon/downCoil.png);
  background-repeat: repeat-x;

  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -webkit-transform: translate3d(0px,0px,0px) scale(1);
  -moz-transform: translate3d(0px,0px,0px) scale(1);
  -ms-transform: translate3d(0px,0px,0px) scale(1);
  -o-transform: translate(0px,0px) scale(1);
}

/**flip right to left, animate shadow*/
.shadowA {
  background-image: -webkit-linear-gradient(left, rgba(123, 123, 123, 0.05) 0%, rgba(63, 63, 63, 0.4) 93%, rgba(123, 123, 123, 0) 100%);
  background-image: -moz-linear-gradient(left, rgba(123, 123, 123, 0.05) 0%, rgba(63, 63, 63, 0.4) 93%, rgba(123, 123, 123, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(123, 123, 123, 0.05) 0%, rgba(63, 63, 63, 0.4) 93%, rgba(123, 123, 123, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(123, 123, 123, 0.05) 0%, rgba(63, 63, 63, 0.4) 93%, rgba(123, 123, 123, 0) 100%);
  background-image: linear-gradient(left, rgba(123, 123, 123, 0.05) 0%, rgba(63, 63, 63, 0.4) 93%, rgba(123, 123, 123, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, EndColorStr='#663f3f3f', StartColorStr='#007b7b7b');
  position: inherit;
  top: 0px;
  left: 0px;
  width: 320px;
  height: 460px;
}

/**flip right to left, static shadow*/
.shadowD {
  background-image: -webkit-linear-gradient(left, rgba(123, 123, 123, 0) 0%, rgba(63, 63, 63, 0.8) 30%, rgba(123, 123, 123, 0) 100%);
  background-image: -moz-linear-gradient(left, rgba(123, 123, 123, 0) 0%, rgba(63, 63, 63, 0.8) 30%, rgba(123, 123, 123, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(123, 123, 123, 0) 0%, rgba(63, 63, 63, 0.8) 30%, rgba(123, 123, 123, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(123, 123, 123, 0) 0%, rgba(63, 63, 63, 0.8) 30%, rgba(123, 123, 123, 0) 100%);
  background-image: linear-gradient(left, rgba(123, 123, 123, 0) 0%, rgba(63, 63, 63, 0.8) 30%, rgba(123, 123, 123, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, EndColorStr='#007b7b7b', StartColorStr='#663f3f3f');
  position: inherit;
  top: 0px;
  left: 0px;
  width: 320px;
  height: 460px;
}

/**flip left to right, animate shadow*/
.shadowC {
  background-image: -webkit-linear-gradient(left, rgba(123, 123, 123, 0.1) 0%, rgba(63, 63, 63, 0.4) 7%, rgba(123, 123, 123, 0) 100%);
  background-image: -moz-linear-gradient(left, rgba(123, 123, 123, 0.1) 0%, rgba(63, 63, 63, 0.4) 7%, rgba(123, 123, 123, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(123, 123, 123, 0.1) 0%, rgba(63, 63, 63, 0.4) 7%, rgba(123, 123, 123, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(123, 123, 123, 0.1) 0%, rgba(63, 63, 63, 0.4) 7%, rgba(123, 123, 123, 0) 100%);
  background-image: linear-gradient(left, rgba(123, 123, 123, 0.1) 0%, rgba(63, 63, 63, 0.4) 7%, rgba(123, 123, 123, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, EndColorStr='#007b7b7b', StartColorStr='#663f3f3f');
  position: inherit;
  top: 0px;
  left: 0px;
  width: 320px;
  height: 460px;
}

/**flip left to right, static shadow*/
.shadowB {
  background-image: -webkit-linear-gradient(left, rgba(123, 123, 123, 0) 0%, rgba(63, 63, 63, 0.8) 70%, rgba(123, 123, 123, 0) 100%);
  background-image: -moz-linear-gradient(left, rgba(123, 123, 123, 0) 0%, rgba(63, 63, 63, 0.8) 70%, rgba(123, 123, 123, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(123, 123, 123, 0) 0%, rgba(63, 63, 63, 0.8) 70%, rgba(123, 123, 123, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(123, 123, 123, 0) 0%, rgba(63, 63, 63, 0.8) 70%, rgba(123, 123, 123, 0) 100%);
  background-image: linear-gradient(left, rgba(123, 123, 123, 0) 0%, rgba(63, 63, 63, 0.8) 70%, rgba(123, 123, 123, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, EndColorStr='#63f3f3f', StartColorStr='#007b7b7b');
  position: inherit;
  top: 0px;
  left: 0px;
  width: 320px;
  height: 460px;
}

/** shadow of side
.sideShadow{
	background-image:-webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));
	display:none;
	position:inherit;
	top:0px;
	left:0px;
	width:320px;
	height:460px;
}*/

/**mask for shadow**/
.shadowMask {
  position: inherit;
  top: 0px;
  left: 0px;
  width: 320px;
  height: 460px;
  overflow: hidden;

}

/**the position of sidew**/
.sidePosition {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 320px;
  height: 460px;

}

/**mask for shadow
.shadowMask{
	position:absolute;
	top:0px;
	left:0px;
	width:320px;
	height:460px;
	overflow: hidden;
	background-image:-webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(0,0,0,0.4)), to(rgba(0,0,0,0.7)));
}background-image:-webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(255,122,0,0.1)), to(rgba(0,0,255,0.5)));*/

.pageMask {
  position: inherit;
  top: 0px;
  left: 0px;
  width: 320px;
  height: 860px;
  overflow: hidden;
}

.loadingImage{
	position:absolute;
	margin:auto;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	width:24px;
	height:24px;
}
/*=============================*/
.preview-area {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.chasing-dots {
    position: relative;
    text-align: center;
    -webkit-animation: rotate 2.0s infinite linear;
    animation: rotate 2.0s infinite linear;
    height: 30px;
    width: 30px;
    right: 0;
    left: 0;
    z-index: 10;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0;
    transition: all 0.3s ease-in-out 0;
}

.chasing-dots .dot1,.chasing-dots .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #279fcf;
    border-radius: 100%;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.chasing-dots .dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        opacity:0;
    }

    50% {
        -webkit-transform: scale(1);
        opacity:1;
    }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity:0;
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity:1;
    }
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}
/*=============================*/
.scrollButton {
  position: absolute;
  top: 15px;
  width: 40px;
  height: 70px;
}

.shareBar {
  position: absolute;
  width: 135px;
  height: 220px;
  background-color: #888888;
  opacity: 0.8;
  overflow: hidden;
}

.shareButton {
  position: absolute;
  width: 133px;
  height: 30px;
}

.shareImg {
  width: 22px;
  height: 22px;
}

.shareBarImg {
  width: 30px;
  height: 30px;
}

.moreImg {
  width: 17px;
  height: 17px;
  margin-top: 8px;
  /*padding-left:2px;*/
}

.moreButton {
  position: absolute;
  width: 130px;
  height: 30px;
  top: 3px;
}

.adsBar {
  position: absolute;
  width: 200px;
  height: 100px;
  overflow: hidden;
}

.bubble {
  /* Make it an inline-block element so we can specify the size */
  display: inline-block;

  /* Size */
  width: 100px;
  height: 100px;

  /* Set the box-sizing so the border fit's within our specified size*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  border: 5px solid #ffb000;

  /*background: #f00;*/

  /* The transition from :hover -> normal */
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}

.radiotext {
  border: 1px solid;
  border-radius: 5px;
}

.google {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

/* Hide the text */
.bubble > span {
  display: block;
  overflow: hidden;
  text-indent: -10000px;
  font-size: 1px;

  width: 1px;
  height: 1px;
  position: absolute;
}

/* The hovered state */
.bubble:hover {
  border-width: 2px;

  /* The transition from normal > :hover */
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.star {
  -webkit-mask: url(../style/icon/star_mask.svg) no-repeat center center;
  -ms-mask: url(../style/icon/star_mask.svg) no-repeat center center;
  -o-mask: url(../style/icon/star_mask.svg) no-repeat center center;
  -moz-mask: url(../style/icon/star_mask.svg) no-repeat center center;
}

.heart {
  -webkit-mask: url(../style/icon/heart_mask.svg) no-repeat center center;
  -ms-mask: url(../style/icon/heart_mask.svg) no-repeat center center;
  -o-mask: url(../style/icon/heart_mask.svg) no-repeat center center;
  -moz-mask: url(../style/icon/heart_mask.svg) no-repeat center center;
}
.rect {
  -webkit-mask: url(../style/icon/rect_mask.svg) no-repeat center center;
  -ms-mask: url(../style/icon/rect_mask.svg) no-repeat center center;
  -o-mask: url(../style/icon/rect_mask.svg) no-repeat center center;
  -moz-mask: url(../style/icon/rect_mask.svg) no-repeat center center;
}

.round {
  -webkit-mask: url(../style/icon/centerblur.png) no-repeat center center;
  -ms-mask: url(../style/icon/centerblur.png) no-repeat center center;
  -o-mask: url(../style/icon/centerblur.png) no-repeat center center;
  -moz-mask: url(../style/icon/centerblur.png) no-repeat center center;
}

.round:hover{
    -webkit-animation: loop_frames 1s ease infinite;
     -webkit-animation-direction:alternate;
     -webkit-mask-size: auto 100%;
}

.printBar {
  bottom: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
  background-color: #000000;
  opacity: 0.6;
  height: 120px;
  z-index: 100;
}

.printBG p{padding:18px 0 0 0;}

.printBG {
  position: absolute;
  bottom: 1px;
  left: 0px;
  right: 0px;
  height: 105px;
  overflow: hidden;
  opacity: 0.9;
  /*background-color:#ffffff;*/
  border-radius: 5px;
  z-index: 102;
}

.printBack {
  position: absolute;
  bottom: 1px;
  left: 0px;
  right: 0px;
  height: 105px;
  overflow: hidden;
  opacity: 0.9;
  background-color: #999999;
  border-radius: 5px;
  z-index: 101;
}

.printBox {
  position: absolute;
  /*bottom: 1px;*/
  /*left: 0px;*/
  /*right: 0px;*/
  /*height: 95px;*/
  /*background-color:#333333;*/
  /*z-index:103;*/
}

.printBox input[type="radio"] {
  background-color: #bbb000;
}

.printBox label {
  display: inline-block;
  /*background-color:#ddd000;*/
  /*padding:4px 11px;*/
  font-family: Arial;
  font-size: 10px;
}

.printBox input[type="radio"]:checked + label {
  /*background-color:#bbb000;*/
}

a:hover {
  text-decoration: underline;
}

a {
  text-decoration: none;
  color:inherit;
}

.hint {
  z-index: 101;
  position: absolute;
  display: none;
  left: 0px;
  top: 0px;

  cursor : default;

  font-family: Arial;
  font-size: 12px;

  color: #EDAA1D;

  border: 1px solid #505050;
  border-radius: 4px;

  padding: 5px;

  background-color : rgba(40, 40, 40, 1);

  /*

  background-image: linear-gradient(top, rgba(80, 80, 80, 1) 0%, rgba(0, 0, 0, 1) 100%);
  background-image: -o-linear-gradient(top, rgba(80, 80, 80, 1) 0%, rgba(0, 0, 0, 1) 100%);
  background-image: -moz-linear-gradient(top, rgba(80, 80, 80, 1) 0%, rgba(0, 0, 0, 1) 100%);
  background-image: -webkit-linear-gradient(top, rgba(80, 80, 80, 1) 0%, rgba(0, 0, 0, 1) 100%);
  background-image: -ms-linear-gradient(top, rgba(80, 80, 80, 1) 0%, rgba(0, 0, 0, 1) 100%);

  background-image: linear-gradient(linear, top, bottom, color-stop(0, rgba(80, 80, 80, 1)), color-stop(1, rgba(0, 0, 0, 1)));

  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#000000', StartColorStr='#545454');
  */

  box-shadow: 1px 1px 2px rgba(96, 96, 96, 0.5);
  -o-box-shadow: 1px 1px 2px rgba(96, 96, 96, 0.5);
  -moz-box-shadow: 1px 2px 2px rgba(96, 96, 96, 0.5);
  -webkit-box-shadow: 1px 1px 2px rgba(96, 96, 96, 0.5);
  -ms-box-shadow: 1px 1px 2px rgba(96, 96, 96, 0.5);

}

.hint_active{cursor:pointer;}
.hint_active:hover{ background-color : rgba(60, 60, 60, 1);}
.hint_active:active{background-color : rgba(80, 80, 80, 1);}

.hintBackground{
    background-color: #CECECE;
    color : #FCFCFC;
    border-color : #FCFCFC;
    border-radius :3px 3px 3px 3px;
    position: absolute;
    max-width: 120px;
    max-height: 30px;
    text-align: center;
    z-index: 101;
    padding-left : 5px;
    padding-right : 5px;
    padding-bottom : 5px;
    padding-top : 5px;
}

/* backissues */
.overOption {
  background: #c8c8c8; /*#3698FB;*/
  color: #fff;
  cursor: pointer;
}

.textEllipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*.Description:after {
  top: 50%;
  border: 10px solid transparent;
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
  margin-top: -8px;
}
.Description:after {
  border-left-color: #FFFFFF;
  border-width: 8px;
  right: -8px;
  margin-right: -8px;
  opacity: 0.9;
}*/

.backIssuesTitle {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.backIssuesTitle .innerTitle:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 3px;
  margin-top: -3px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #4cbeff transparent;
}

.backIssuesTitle .dropdown {
  /* Styles */
  background: #fff;
  border-radius: 0 0 5px 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: none;
  border-bottom: none;
  list-style: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;

  /* Hiding */
  max-height: 0;
  overflow: hidden;
}

.backIssuesTitle.active {
  border-radius: 5px 5px 0 0;
  background: #4cbeff;
  box-shadow: none;
  border-bottom: none;
  color: white;
}

.backIssuesTitle.active .innerTitle:after {
  border-color: #82d1ff transparent;
}

.backIssuesTitle.active .dropdown {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-height: 99999px;
}

.backIssuesTitle .dropdown li {
  display: block;
  text-decoration: none;
  color: #333333;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid #e6e8ea;
}

.backIssuesTitle .dropdown li:hover {
  color: #57a9d9;
}

.slider-button {
	position : absolute;
	z-index : 10;
	opacity : 0.4;
	background : #808080;

}

.slider-shadow {
	-webkit-box-shadow : 0px 0px 8px rgba(80, 80, 80, 0.8);
	-moz-box-shadow : 0px 0px 8px rgba(80, 80, 80, 0.8);
	-o-box-shadow : 0px 0px 8px rgba(80, 80, 80, 0.8);
	-ms-box-shadow : 0px 0px 8px rgba(80, 80, 80, 0.8);
	box-shadow : 0px 0px 8px rgba(80, 80, 80, 0.8);
}

.slider-action {
	cursor : pointer;
}

.view-read {
	position : absolute;
	z-index:9;
	/*border-radius : 3px;*/
	overflow : hidden;
}

.view-zoom {
	position : absolute;
	z-index:9;
	overflow : visible;
}

.item-transparent {
	background : none;
	-webkit-box-shadow : none;
    -moz-box-shadow : none;
    -o-box-shadow : none;
    box-shadow : none
}

.item-enter {
	background : #383838;
	-moz-box-shadow :    inset 0 0 2px rgba(0, 0, 0, 0.92);
    -webkit-box-shadow : inset 0 0 2px rgba(0, 0, 0, 0.92);
    box-shadow:         inset 0 0 2px rgba(0, 0, 0, 0.92);
    -ms-box-shadow : inset 0 0 2px rgba(0, 0, 0, 0.92);
    -o-box-shadow : inset 0 0 2px rgba(0, 0, 0, 0.92);

    -webkit-box-shadow : 0 1px 1px rgba(255, 255, 255, 0.18);
    -moz-box-shadow : 0 1px 1px rgba(255, 255, 255, 0.18);
    -o-box-shadow : 0 1px 1px rgba(255, 255, 255, 0.18);
    box-shadow : 0 1px 1px rgba(255, 255, 255, 0.18)
}.flipHTML5PhotoGallery-BG {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #000000;
  opacity: 0.5;
}

.flipHTML5PhotoGallery {
  position: absolute;
  width: 320px;
  height: 320px;
  background-color: #ffffff;
  border: 8px solid #ffffff;
  cursor: pointer;
}

.flipHTML5PhotoGallery-prevBtn, .flipHTML5PhotoGallery-nextBtn {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
  cursor: pointer;

  background-color: #ffffff;
  color: #474747;
  font-weight: bold;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 24px;
  text-align: center;
  line-height: 30px;
}

.flipHTML5PhotoGallery-thumb {
  position: absolute;
  width: 100%;
  height: 64px;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0px;
  bottom: 0px;
  top: auto;
}

.flipHTML5PhotoGallery-thumbView {
  position: absolute;
  overflow: hidden;
  height: 100%;
}

.flipHTML5PhotoGallery-thumbList {
  position: absolute;
  height: 56px;
  top: 4px;
  left: 0px;
}

.flipHTML5PhotoGallery-thumbTitle {
  position: absolute;
  background-color: #000000;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-weight: bold;
  padding: 0px 10px;
}

.flipHTML5PhotoGallery-thumbTitle:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 6px;
  border-width: 11px 7px 0 7px;
  border-style: solid;
  border-color: #000000 transparent;
}

.flipHTML5PhotoThumb, .flipHTML5PhotoThumbBG {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.flipHTML5VideoGallery-BG {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #000000;
  opacity: 0.5;
}

.flipHTML5VideoGallery {
  position: absolute;
  width: 866px;
  height: 422px;
  left: 50%;
  margin-left: -433px;
  top: 50%;
  margin-top: -211px;
  border: 4px solid rgba(252, 251, 249, 0.5);
  border-radius: 4px;
}

.flipHTML5VideoGallery-videoDiv {
  position: absolute;
  width: 504px;
  height: 370px;
  left: 17px;
  top: 6px;
  background-color: #000000;
}

.flipHTML5VideoGallery-videoListDiv {
  position: absolute;
  width: 320px;
  height: 370px;
  left: auto;
  right: 17px;
  top: 6px;
  background-color: #ffffff;
  box-shadow: 0px 0px 1px #494949;
}

.flipHTML5VideoGallery-eachVideo {
  background: -webkit-linear-gradient(top, #F0F0F0, #D6D6D6); /*#F8F3F3, #D3CDCD*/
  background: -moz-linear-gradient(top, #F0F0F0, #D6D6D6);
  background: -o-linear-gradient(top, #F0F0F0, #D6D6D6);
  background: linear-gradient(top, #F0F0F0, #D6D6D6);
  background-color: #D3CDCD;
  box-shadow: 0px 0px 1px #000000;
}

.flipHTML5VideoGallery-eachVideo:hover {
  background: #949494;
}

.flipHTML5VideoGallery-eachVideoDes {
  position: absolute;
  padding: 6px 8px 0px 8px;
  width: 224px;
  height: 5em; /*56px;*/
  overflow: hidden;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 11px;
  color: #1a1a1a;
  font-weight: bold;
}

.flipHTML5VideoGallery-videoTitle {
  position: absolute;
  left: 17px;
  bottom: 0px;
  width: 500px;
  height: 30px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  color: #ffffff;
  vertical-align: middle;
  line-height: 30px;
  font-weight: bold;
}

.flipHTML5VideoGallery-closeTitle, .flipHTML5PhotoGallery-closeTitle {
  position: absolute;
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  z-index: 8;
  height: 15px;
  line-height: 15px;
  padding: 0px 4px;
}

.flipHTML5Loading {
  background-image: url(icon/progress.gif);
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-repeat: no-repeat;
}.noteCookie-note, .flipHTML5Signature, .flipHTML5BookMark {
  margin-left: -200px;
  position: absolute;
  overflow: hidden;
  width: 500px;
  height: auto;
  left: 50%;
  top: 50px;
  border: 4px solid rgba(252, 251, 249, 0.5);
  border-radius: 4px;
  z-index: 9999;
}

.flipHTML5Signature-title, .noteCookie-noteTitle, .flipHTML5BookMark-top {
  position: relative;
  overflow: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 34px;
  background-color: #373737;
}

.flipHTML5Signature-titleText, .noteCookie-noteTitle-text, .flipHTML5BookMark-topText {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 280px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 -1px 1px rgba(19, 28, 0, 0.35);
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 34px;
  vertical-align: middle;
  text-indent: 8px;
}

.noteCookie-noteTitle-closeBtn, .noteCookie-noteTitle-showBtn, .flipHTML5BookMark-topShrink, .flipHTML5BookMark-topClose {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 5px;
  cursor: pointer;
  color: #ffffff;
  z-index: 2;
}

.flipHTML5BookMark-bottom, .noteCookie-noteButton {
  position: relative;
  width: 100%;
  left: 0px;
  background-color: #C7C7C7;
  overflow: hidden;
  padding-bottom: 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.flipHTML5BookMark-saveText {
  position: absolute;
  top: 8px;
  left: 18px;
  width: 426px; /*460*/
  height: 28px;
  font-size: 19px;
  text-indent: 2px;
  color: #1a1a1a;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.flipHTML5BookMark-addLeftMark, .flipHTML5BookMark-addRightMark, .flipHTML5BookMark-removeBookMark {
  position: absolute;
  height: 28px;
  line-height: 28px;
  vertical-align: middle;
  text-align: center;
  top: 52px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e5e6), color-stop(100%, #d1d0d1));
  background: -webkit-linear-gradient(top, #e6e5e6, #d1d0d1);
  background: -moz-linear-gradient(top, #e6e5e6, #d1d0d1);
  background: -o-linear-gradient(top, #e6e5e6, #d1d0d1);
  background: linear-gradient(top, #e6e5e6, #d1d0d1);
  background-color: #E4E4E4;
  border: 1px solid #8C8D8C;
  color: #464343;
}

.flipHTML5BookMark-removeBookMark:hover, .flipHTML5Signature-nuderClose:hover, .flipHTML5Signature-typeEdit-typeDel:hover, .flipHTML5Signature-type-cancel:hover, .noteCookie-noteButton-removeAllBtn:hover, .noteCookie-noteButton-addBtn:hover {
  background-color: #8c8d8c;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #afb0af), color-stop(100%, #7a7b7a));
  background: -webkit-linear-gradient(top, #afb0af, #7a7b7a);
  background: -moz-linear-gradient(top, #afb0af, #7a7b7a);
  background: -o-linear-gradient(top, #afb0af, #7a7b7a);
  background: linear-gradient(top, #afb0af, #7a7b7a);
}

.flipHTML5BookMark-removeBookMark:active, .flipHTML5Signature-nuderClose:active, .flipHTML5Signature-typeEdit-typeDel:active, .flipHTML5Signature-type-cancel:active, .noteCookie-noteButton-removeAllBtn:active, .noteCookie-noteButton-addBtn:active {
  background: #E4E4E4;
  color: #374f00;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
}

.flipHTML5BookMark-table, .noteCookie-noteTable {
  position: relative;
  width: 100%;
  left: 0px;
  top: 0px;
  margin: 0px;
  border: 0px;
  padding: 0px;
  overflow: hidden;
}

.flipHTML5BookMark-table-lists, .noteCookie-noteTable-inner {
  position: relative;
  width: 100%;
  left: 0px;
  top: 0px;
  margin: 0px;
  border: 0px;
  padding: 0px;
}

.flipHTML5BookMark-row-th, .noteCookie-noteTable-row-th {
  position: relative;
  height: 28px;
  background-color: #373737;
  line-height: 28px;
  vertical-align: middle;
  color: #ffffff;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 11px;
  font-weight: bold;
}

.flipHTML5BookMark-cellLeft-th, .noteCookie-noteTable-cellLeft-th {
  position: absolute;
  left: 0px;
  width: 54px;
  height: 100%;
  text-indent: 6px;
  overflow: hidden;
}

.flipHTML5BookMark-cellRight-th, .noteCookie-noteTable-cellRight-th {
  position: absolute;
  width: 410px;
  height: 100%;
  left: 54px;
}

.flipHTML5BookMark-table-row:hover, .noteCookie-noteTable-row:hover {
  background-color: #949494 !important;
}

.flipHTML5BookMark-table-cellLeft, .noteCookie-noteTable-cellLeft {
  position: absolute;
  left: 0px;
  width: 54px;
  height: 100%;
  text-indent: 14px;
  color: #1a1a1a;
  line-height: 28px;
  vertical-align: middle;
  overflow: hidden;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 11px;
}

.flipHTML5BookMark-table-cellRight-text, .noteCookie-noteTable-cellRight-text {
  background-color: transparent;
  border: 0px;
  width: 320px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  margin: 0px;
  padding: 0px;
  line-height: 20px;
  text-indent: 8px;
  color: #1a1a1a;
  cursor: pointer;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 11px;
}

.flipHTML5BookMark-table-cellRight-edit, .flipHTML5BookMark-table-cellRight-cancel, .flipHTML5BookMark-table-cellRight-del, .noteCookie-noteTable-cellRight-del, .noteCookie-noteTable-cellRight-edit {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 2px;
}

.flipHTML5BookMark-normal, .flipHTML5Signature-normal {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e5e6), color-stop(100%, #d1d0d1));
  background: -webkit-linear-gradient(top, #e6e5e6, #d1d0d1);
  background: -moz-linear-gradient(top, #e6e5e6, #d1d0d1);
  background: -o-linear-gradient(top, #e6e5e6, #d1d0d1);
  background: linear-gradient(top, #e6e5e6, #d1d0d1);
  background-color: #E4E4E4;
  border: 1px solid #8C8D8C;
  color: #464343;
}

.flipHTML5BookMark-hover, .flipHTML5Signature-hover {
  background-color: #8c8d8c;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #afb0af), color-stop(100%, #7a7b7a));
  background: -webkit-linear-gradient(top, #afb0af, #7a7b7a);
  background: -moz-linear-gradient(top, #afb0af, #7a7b7a);
  background: -o-linear-gradient(top, #afb0af, #7a7b7a);
  background: linear-gradient(top, #afb0af, #7a7b7a);
}.noteCookie-noteButton-top {
  position: absolute;
  height: 134px;
  width: 464px;
  top: 14px;
  left: 18px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  box-shadow: inset 1px 1px 0px #a6a6a6, 1px 1px 0px #f6f6f6;
}

.noteCookie-noteButton-inputText {
  height: 80px;
  position: absolute;
  width: 444px;
  left: 10px;
  top: 11px;
  margin: 0px;
  border: 0px;
  padding: 0px;
  resize: none;
  color: #000000;
  text-shadow: 0 -1px 1px rgba(19, 28, 0, 0.35);
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 11px;
  z-index: 2;
}

.noteCookie-noteButton-removeAllBtn, .noteCookie-noteButton-addBtn {
  position: absolute;
  text-align: center;
  line-height: 27px;
  vertical-align: middle;
  width: 79px;
  height: 27px;
  top: 100px;
  cursor: pointer;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 12px;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e5e6), color-stop(100%, #d1d0d1));
  background: -webkit-linear-gradient(top, #e6e5e6, #d1d0d1);
  background: -moz-linear-gradient(top, #e6e5e6, #d1d0d1);
  background: -o-linear-gradient(top, #e6e5e6, #d1d0d1);
  background: linear-gradient(top, #e6e5e6, #d1d0d1);
  background-color: #E4E4E4;
  border: 1px solid #8C8D8C;
  color: #1a1a1a;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.noteCookie-noteList {
  position: relative;
  width: 464px;
  left: 18px;
  top: 0px;
  margin: 0px;
  border: 0px;
  padding: 0px;
  z-index: 2;
}

.noteCookie-eachNote {
  position: absolute;
  cursor: pointer;
  width: 56px;
  height: 56px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2;
}

.noteCookie-eachNote-img:hover {
  box-shadow: 0px 0px 2px #ffffff, 0px 0px 3px #ffffff, 0px 0px 5px #7C7878;
  z-index: 2;
}

.noteCookie-eachNote-img:active {
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px #7C7878;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px #7C7878;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px #7C7878;
  z-index: 2;
}

.noteCookie-eachNote-textList {
  position: absolute;
  width: 180px;
  height: 140px;
  border: 1px solid #9c9c9c;
  border-radius: 3px;
  left: 0px;
  top: 0px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.69), 0px 1px 3px #7C7878;
  z-index: 122;
}

.noteCookie-eachNote-textList-current, .flipHTML5LocalFile-current {
  z-index: 124 !important;
}

.noteCookie-eachNote-textList-topTitle {
  position: absolute;
  width: 100%;
  height: 15px;
  left: 0px;
  bottom: 0px;
  top: auto;
  line-height: 16px;
  vertical-align: middle;
  text-indent: 5px;
  color: #1a1a1a;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 12px;
  z-index: 2;
  border-top: 1px solid #9c9c9c;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.noteCookie-eachNote-textList-topDel, .noteCookie-eachNote-textList-topClose, .noteCookie-eachNote-textList-topSave {
  position: absolute;
  width: 18px;
  height: 18px;
  right: 46px;
  top: 1px;
  cursor: pointer;
  z-index: 2;
}

.noteCookie-eachNote-textList-text {
  height: 104px;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  margin: 0px;
  border: 0px;
  padding: 0px;
  resize: none;
  text-indent: 6px;
  background-color: #FFF4A1;
  color: #000000;
  text-shadow: 0 -1px 1px rgba(19, 28, 0, 0.35);
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 11px;
  z-index: 2;
}

.noteCookie-eachNote-textList-textDiv-bgNo, .noteCookie-eachNote-textList-textDiv-bgYes {
  position: absolute;
  top: 60px;
  width: 42px;
  height: 20px;
  text-align: center;
  border-radius: 4px;
  font-family: Helvetica;
  font-size: 14px;
  line-height: 20px;
  color: #1D1C1C;
  cursor: pointer;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.noteCookie-eachNote-textList-textDiv-bgNo:hover, .noteCookie-eachNote-textList-textDiv-bgYes:hover {
  background-color: #4d5358;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #50535a), color-stop(100%, #474445));
  background: -webkit-linear-gradient(top, #50535a, #474445);
  background: -moz-linear-gradient(top, #50535a, #474445);
  background: -o-linear-gradient(top, #50535a, #474445);
  background: linear-gradient(top, #50535a, #474445);
  z-index: 2;
}

.noteCookie-eachNote-textList-textDiv-bgNo:active, .noteCookie-eachNote-textList-textDiv-bgYes:active {
  background: rgb(173, 180, 153);
  color: #000000;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
  z-index: 2;
}.flipHtml5AnnotationSizeWrap {
  cursor: all-scroll;
  z-index: 1;
  left: 0;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
  outline: 1px dashed rgb(61, 61, 61);
  position: absolute;
}

.flipHtml5SVGContainer {
  position: absolute;
}

.flipHtml5ArrowRightBottom {
  left: 100%;
  top: 100%;
  right: auto;
  bottom: auto;
}

.flipHtml5ArrowLeftBottom {
  left: auto;
  top: 100%;
  right: 100%;
  bottom: auto;
}

.flipHtml5ArrowLeftTop {
  left: auto;
  top: auto;
  right: 100%;
  bottom: 100%;
}

.flipHtml5ArrowRightTop {
  left: 100%;
  top: auto;
  right: auto;
  bottom: 100%;
}

.flipHtml5SizePoint {
  background-color: rgb(61, 61, 61);
  position: absolute;
  border: 1px solid black;
  box-shadow: inset 0 1px 1px white;
}

.flipHtml5SizePoint:hover {
  box-shadow: inset 0 1px 3px white;
}

.flipHtml5SizePoint:active {
  box-shadow: none;
}

.flipHtml5SizePoint1 {
  cursor: nw-resize;
  z-index: 2;
  width: 6px;
  height: 6px;
  left: -4px;
  top: -4px;
}

.flipHtml5SizePoint2 {
  cursor: n-resize;
  z-index: 3;
  width: 4px;
  height: 4px;
  margin-left: -3px;
  left: 50%;
  top: -3px;
}

.flipHtml5SizePoint3 {
  cursor: ne-resize;
  z-index: 2;
  width: 6px;
  height: 6px;
  right: -4px;
  top: -4px;
}

.flipHtml5SizePoint4 {
  cursor: e-resize;
  z-index: 1;
  width: 4px;
  height: 4px;
  right: -3px;
  margin-top: -3px;
  top: 50%;
}

.flipHtml5SizePoint5 {
  cursor: se-resize;
  z-index: 2;
  width: 6px;
  height: 6px;
  right: -4px;
  bottom: -4px;
}

.flipHtml5SizePoint6 {
  cursor: s-resize;
  z-index: 3;
  width: 4px;
  height: 4px;
  left: 50%;
  margin-left: -3px;
  bottom: -3px;
}

.flipHtml5SizePoint7 {
  cursor: sw-resize;
  z-index: 2;
  width: 6px;
  height: 6px;
  left: -4px;
  bottom: -4px;
}

.flipHtml5SizePoint8 {
  cursor: w-resize;
  z-index: 1;
  width: 4px;
  height: 4px;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.fliphtml5AnnotationLineToolsContainer {
  position: absolute;
  padding: 3px;
  top: 50px;
  left: 40%;
  z-index: 10;
  -webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
  -webkit-user-drag: none;user-drag: none;
  display: none;
  background: rgba(77, 77, 77, 0.9);
  border-radius: 5px;
  border: 1px groove rgb(150, 149, 149);
}

.flipHtml5AnnotationClickButton, .flipHtml5AnnotationActiveButton {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid black;
  left: 7px;
  top: 3px;
  outline: none;
  margin: 0 10px 0 0;
  display: inline-block;
  background: rgb(77, 77, 77);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.61);
}

.flipHtml5AnnotationClickButton:hover, .flipHtml5AnnotationActiveButton:hover {
  background-color: rgb(125, 125, 125);
}

.flipHtml5AnnotationClickButton:active, .flipHtml5AnnotationActiveButton-active {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid black;
  left: 7px;
  top: 3px;
  margin: 0 10px 0 0;
  display: inline-block;
  background: rgba(77, 77, 77, 0.9);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.61);
}

.flipHtml5AnnotationButtonImage {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: no-repeat 0 0;
}

.flipHtml5AnnotationColorSelectorWrap {
  position: absolute;
  z-index: 10000;
  width: 242px;
  cursor: default;
  height: 205px;
  background: rgba(41, 41, 41, 0.9);
  border: 1px solid rgb(88, 88, 88);
  padding: 6px;
  font-size: 14px;
  text-decoration: none;
  color: white;
  font-family: serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.flipHtml5AnnotationColorSelectorMessage {
  font-size: 14px;
  font-family: serif;
  text-align: left;
  line-height: 22px;
  margin-bottom: 5px;
  width: 57px;
  padding: 0 6px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.flipHtml5AnnotationOpacity {
  width: 150px;
  height: 1px;
  text-align: center;
  line-height: 20px;
  color: white;
  cursor: pointer;
  border: 1px black;
  background: rgb(255, 255, 255);
  position: relative;
  display: inline-block;
  left: 10px;
}

.flipHtml5AnnotationOpacitySpan {
  position: absolute;
  top: -24px;
  left: 45px;
}

.flipHtml5AnnotationOpacityCursor {
  left: 0;
  width: 5px;
  height: 12px;
  display: inline-block;
  position: absolute;
  background: rgb(175, 174, 174);
  top: -6PX;
  box-shadow: inset 0 1px 1px white;
}

.flipHtml5AnnotationOpacityCursor:hover {
  outline: 1px solid rgb(23, 211, 211);
}

.flipHtml5AnnotationOpacityCursor:active {
  background-color: white;
}

.flipHtml5AnnotationColorSelectorBlock {
  width: 18px;
  height: 18px;
}

.flipHtml5AnnotationColorBar {
  width: 12px;
  height: 3px;
  position: absolute;
  z-index: 2;
  background-color: black;
  bottom: 2px;
  left: 3px;
}

.flipHtml5AnnotationColorSelectorBlock:hover {
  outline: 1px solid rgb(6, 142, 185);
}

.flipHtml5AnnotationImage-delete {
  background-image: url(icon/delete.png);
}

.flipHtml5AnnotationImage-stroke, .flipHtml5AnnotationImage-fill {
  background-color: white;
  width: 10px;
  height: 10px;
  margin: 3px;
  position: absolute;
  z-index: 3;
  border: 1px solid black;
}

.flipHtml5AnnotationSelect {
  padding: 0;
  width: 100px;
  height: 21px;
  position: relative;
  top: -2px;
  left: 4px;
  margin: 0 10px 0 0;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  background: rgb(77, 77, 77);
  color: white;
  border-color: black;
  box-shadow: inset 0 1px 6px rgb(39, 39, 39);
  outline: 0;
  line-height: 15px;
}.flipHTML5Signature-toolBar-del, .flipHTML5Signature-toolBar-up, .flipHTML5Signature-toolBar-down, .flipHTML5Signature-toolBar-revert, .flipHTML5Signature-toolBar-date {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 4px;
  border-radius: 2px;
  cursor: pointer;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgb(61, 61, 61)), color-stop(100%, rgb(61, 61, 61)));
  background: -webkit-linear-gradient(top, #141414, rgb(61, 61, 61));
  background: -moz-linear-gradient(top, #141414, rgb(61, 61, 61));
  background: -o-linear-gradient(top, #141414, rgb(61, 61, 61));
  background: linear-gradient(top, #141414, rgb(61, 61, 61));
  background-color: rgb(61, 61, 61);
  border: 1px solid #111010;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.34), 0px 1px 2px rgba(255, 255, 255, 0.34);
}

.flipHTML5Signature-toolBar-del:hover, .flipHTML5Signature-toolBar-up:hover, .flipHTML5Signature-toolBar-down:hover, .flipHTML5Signature-toolBar-revert:hover, .flipHTML5Signature-toolBar-date:hover {
  background-color: #242524;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(100%, #6D706D));
  background: -webkit-linear-gradient(top, #000000, #6D706D);
  background: -moz-linear-gradient(top, #000000, #6D706D);
  background: -o-linear-gradient(top, #000000, #6D706D);
  background: linear-gradient(top, #000000, #6D706D);
}

.flipHTML5Signature-toolBar-del:active, .flipHTML5Signature-toolBar-up:active, .flipHTML5Signature-toolBar-down:active, .flipHTML5Signature-toolBar-revert:active, .flipHTML5Signature-toolBar-date:active {
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.38), 0px 1px 0px rgba(14, 13, 13, 0.28);
}

.flipHTML5Signature-eachSignatureImg {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flipHTML5Signature-titleClose, .flipHTML5VideoGallery-close {
  position: absolute;
  cursor: pointer;
  border-radius: 4px;
  border-left: 1px solid rgba(255, 255, 255, 0.47);
  border-top: 1px solid rgba(255, 255, 255, 0.48);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.55), 1px 0px 0px rgba(255, 255, 255, 0.57), 0px 0px 4px #000000;
}

.flipHTML5Signature-titleClose:hover, .flipHTML5VideoGallery-close:hover {
  box-shadow: 0px 0px 0px #000000;
}

.flipHTML5Signature-titleClose:active, .flipHTML5VideoGallery-close:active {
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.83), 0px 1px 0px white;
}

.flipHTML5Signature-eachDate {
  position: absolute;
  width: 180px;
  height: 45px;
  border: 1px dashed rgb(47, 47, 47);
  top: -24px;
  left: 26px;
  line-height: 70px;
  color: #1a1a1a;
  font-size: 16px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  text-indent: 10px;
}

.flipHTML5Signature-nuderMessage {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 534px;
  height: 36px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding-left: 6px;
  word-spacing: 4px;
  color: #1a1a1a;
  font-size: 15px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-indent: 8px;
  box-shadow: 0px 0px 2px #000000;
}

.flipHTML5Signature-typeTitle {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 24px;
  background-color: #373737;
  line-height: 24px;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 15px;
  font-weight: bold;
}

.flipHTML5Signature-typeUnder {
  position: absolute;
  left: 0px;
  top: 24px;
  width: 100%;
  height: 110px;
  background-color: #E0E0E0;
}

.flipHTML5Signature-typeMid {
  position: absolute;
  left: 17px;
  top: 8px;
  width: 204px;
  height: 70px;
  border: 1px solid #cccccc;
  background-color: #FAFAFA;
  box-shadow: 0px 0px 1px #584F4F;
  cursor: pointer;
  text-align: center;
  font-family: Mistral;
  color: #000000;
  font-size: 13px;
  vertical-align: bottom;
  line-height: 70px;
  box-shadow: rgb(166, 166, 166) 1px 1px 0px inset, rgb(246, 246, 246) 1px 1px 0px;
}

.flipHTML5Signature-typeEdit-typeDel {
  height: 22px;
  top: auto;
  bottom: 3px;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  text-indent: 17px;
  position: absolute;
  cursor: pointer;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e5e6), color-stop(100%, #d1d0d1));
  background: -webkit-linear-gradient(top, #e6e5e6, #d1d0d1);
  background: -moz-linear-gradient(top, #e6e5e6, #d1d0d1);
  background: -o-linear-gradient(top, #e6e5e6, #d1d0d1);
  background: linear-gradient(top, #e6e5e6, #d1d0d1);
  background-color: #E4E4E4;
  border: 1px solid #8C8D8C;
  color: #464343;
}

.flipHTML5Signature-type-cancel {
  left: 371px;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e5e6), color-stop(100%, #d1d0d1));
  background: -webkit-linear-gradient(top, #e6e5e6, #d1d0d1);
  background: -moz-linear-gradient(top, #e6e5e6, #d1d0d1);
  background: -o-linear-gradient(top, #e6e5e6, #d1d0d1);
  background: linear-gradient(top, #e6e5e6, #d1d0d1);
  background-color: #E4E4E4;
  border: 1px solid #8C8D8C;
  color: #464343;
}

.flipHTML5Signature-typeBtn {
  position: absolute;
  width: 84px;
  height: 22px;
  border: 1px solid #8C8D8C;
  line-height: 22px;
  vertical-align: middle;
  text-align: center;
  top: auto;
  bottom: 10px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.flipHTML5Signature-nuderClose {
  width: 80px;
  height: 27px;
  left: 50%;
  margin-left: -40px;
  bottom: 11px;
  top: auto;
  line-height: 27px;
  font-size: 15px;
  position: absolute;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  font-weight: bold;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e5e6), color-stop(100%, #d1d0d1));
  background: -webkit-linear-gradient(top, #e6e5e6, #d1d0d1);
  background: -moz-linear-gradient(top, #e6e5e6, #d1d0d1);
  background: -o-linear-gradient(top, #e6e5e6, #d1d0d1);
  background: linear-gradient(top, #e6e5e6, #d1d0d1);
  background-color: #E4E4E4;
  border: 1px solid #8C8D8C;
  color: #464343;
}

.flipHTML5Signature-drawTypeMid-preview {
  position: absolute;
  width: 234px;
  height: 60px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  top: 15px;
  left: auto;
  right: 17px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 11px;
  color: #A29696;
  font-weight: bold;
  text-indent: 4px;
  box-shadow: rgb(166, 166, 166) 1px 1px 0px inset, rgb(246, 246, 246) 1px 1px 0px;
}

.flipHTML5Signature-drawTypeMid-redo, .flipHTML5Signature-drawTypeMid-undo, .flipHTML5Signature-drawTypeMid-clearAll {
  position: absolute;
  width: 44px;
  height: 22px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  left: 80px;
  top: 54px;
  text-align: center;
  line-height: 22px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #5F5E5E;
  cursor: pointer;
}.flipHtml5Remark {
  z-index: 2;
  position: absolute;
  width: 0;
  height: 0;
  resize: none;
  outline: 2px solid rgb(255, 173, 0);
  cursor: text;
  overflow: hidden;
  border: 0;
  padding: 0;
  margin: 0;
  line-height: normal;
}

.flipHtml5Highlight {
  z-index: 3;
  position: absolute;
  width: 0;
  height: 0;
  resize: none;
  outline: 2px solid rgb(255, 173, 0);
  overflow: hidden;
  border: 0;
  padding: 0;
  margin: 0;
  line-height: normal;
}

.flipHtml5RemarkWrap {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 8px solid transparent;
}

.flipHtml5RemarkWrap:focus {
  outline: 1px solid #3181E7;
}

.flipHtml5SizeWrap {
  cursor: all-scroll;
  z-index: 1;
  left: 0;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
  min-width: 40px;
  min-height: 20px;
  border: 1px dashed rgb(61, 61, 61);
  position: absolute;
}

.flipHtml5SizePoint {
  background-color: rgb(61, 61, 61);
  position: absolute;
  border: 1px solid black;
  box-shadow: inset 0 1px 1px white;
}

.flipHtml5SizePoint:hover {
  box-shadow: inset 0 1px 3px white;
}

.flipHtml5SizePoint:active {
  box-shadow: none;
}

.flipHtml5SizePoint1 {
  cursor: nw-resize;
  width: 6px;
  height: 6px;
  left: -4px;
  top: -4px;
}

.flipHtml5SizePoint2 {
  cursor: n-resize;
  width: 4px;
  height: 4px;
  margin-left: -3px;
  left: 50%;
  top: -3px;
}

.flipHtml5SizePoint3 {
  cursor: ne-resize;
  width: 6px;
  height: 6px;
  right: -4px;
  top: -4px;
}

.flipHtml5SizePoint4 {
  cursor: e-resize;
  width: 4px;
  height: 4px;
  right: -3px;
  margin-top: -3px;
  top: 50%;
}

.flipHtml5SizePoint5 {
  cursor: se-resize;
  width: 6px;
  height: 6px;
  right: -4px;
  bottom: -4px;
}

.flipHtml5SizePoint6 {
  cursor: s-resize;
  width: 4px;
  height: 4px;
  left: 50%;
  margin-left: -3px;
  bottom: -3px;
}

.flipHtml5SizePoint7 {
  cursor: sw-resize;
  width: 6px;
  height: 6px;
  left: -4px;
  bottom: -4px;
}

.flipHtml5SizePoint8 {
  cursor: w-resize;
  width: 4px;
  height: 4px;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.fliphtml5RemarkToolbarContainer {
  position: absolute;
  height: 47px;
  width: 420px;
  z-index: 10;
  padding: 5px;
  display: none;
  background: rgba(77, 77, 77, 0.9);
  border-radius: 5px;
  border: 1px groove rgb(150, 149, 149);
}

.fliphtml5RemarkHighlightToolbarContainer {
  display: none;
  left: 325;
  top: 70px;
  z-index: 10;
  position: absolute;
  height: 20px;
  padding: 0;
  width: 57px;
}

.flipHtml5Remark pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
  max-width: 100%;
  overflow: auto;
  padding: 6px;
  display: inline-block;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.flipHtml5Remark address {
  font-style: italic;
  margin-bottom: 12px;
}

/*.flipHtml5Remark a {*/
/*text-decoration: none;*/
/*font-style: italic;*/
/*color: dodgerblue;*/
/*cursor: pointer;*/
/*}*/
/*.flipHtml5Remark a:hover {*/
/*text-decoration: underline;*/
/*}*/

.flipHtml5RemarkButton {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid black;
  top: 1px;
  outline: none;
  margin: 0 0 0 2px;
  display: inline-block;
  background: rgb(77, 77, 77);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.61);
}

.flipHtml5RemarkButton:hover {
  background-color: rgb(125, 125, 125);
}

.flipHtml5RemarkButton:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.61);
}

.flipHtml5RemarkButtonImage {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: no-repeat 0 0;
}

.flipHtml5RemarkColorSelectorWrap {
  position: absolute;
  z-index: 10000;
  width: 242px;
  cursor: default;
  height: 205px;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid rgb(88, 88, 88);
  padding: 6px;
  font-size: 14px;
  text-decoration: none;
  color: white;
  font-family: serif;
}

.flipHtml5RemarkColorSelectorMessage {
  font-size: 14px;
  font-family: serif;
  text-align: left;
  line-height: 22px;
  border: 1px solid black;
  margin-bottom: 5px;
  width: 57px;
  padding: 0 6px;
}

.flipHtml5RemarkOpacity {
  width: 150px;
  height: 1px;
  text-align: center;
  line-height: 20px;
  color: white;
  cursor: pointer;
  border: 1px black;
  background: rgb(255, 255, 255);
  position: relative;
  display: inline-block;
  left: 10px;
}

.flipHtml5RemarkOpacitySpan {
  position: absolute;
  top: -24px;
  left: 45px;
}

.flipHtml5RemarkOpacityCursor {
  left: 0;
  width: 5px;
  height: 12px;
  display: inline-block;
  position: absolute;
  background: rgb(175, 174, 174);
  top: -6PX;
  box-shadow: inset 0 1px 1px white;
}

.flipHtml5RemarkOpacityCursor:hover {
  outline: 1px solid rgb(23, 211, 211);
}

.flipHtml5RemarkOpacityCursor:active {
  background-color: white;
}

.flipHtml5RemarkColorSelectorBlock {
  width: 18px;
  height: 18px;
}

.flipHtml5RemarkColorBar {
  width: 16px;
  height: 3px;
  position: absolute;
  z-index: 2;
  background-color: black;
  bottom: 1px;
  left: 1px;
}

.flipHtml5RemarkColorSelectorBlock:hover {
  outline: 1px solid rgb(6, 142, 185);
}

.flipHtml5RemarkImage-bold {
  background-image: url(icon/bold.png);
}

.flipHtml5RemarkImage-strikeThrough {
  background-image: url(icon/strikethrough.png);
}

.flipHtml5RemarkImage-undo {
  background-image: url(icon/undo.png);
}

.flipHtml5RemarkImage-delete {
  background-image: url(icon/delete.png);
}

.flipHtml5RemarkImage-forecolor {
  background: url(icon/fontcolor.png) 0 2px;
}

.flipHtml5RemarkImage-redo {
  background-image: url(icon/redo.png);
}

.flipHtml5RemarkImage-removeFormat {
  background-image: url(icon/clear.png);
}

.flipHtml5RemarkImage-italic {
  background-image: url(icon/italic.png);
}

.flipHtml5RemarkImage-underline {
  background-image: url(icon/underline.png);
}

.flipHtml5RemarkImage-justifyLeft {
  background-image: url(icon/justyleft.png);
}

.flipHtml5RemarkImage-justifyCenter {
  background-image: url(icon/justycenter.png);
}

.flipHtml5RemarkImage-justifyRight {
  background-image: url(icon/justyright.png);
}

.flipHtml5RemarkImage-insertOrderedList {
  background-image: url(icon/orderlist.png);
}

.flipHtml5RemarkImage-insertUnorderedList {
  background-image: url(icon/unorderlist.png);
}

.flipHtml5RemarkImage-blockquote {
  background-image: url(icon/blockquote.png);
}

.flipHtml5RemarkImage-outdent {
  background-image: url(icon/oudent.png);
}

.flipHtml5RemarkImage-indent {
  background-image: url(icon/indent.png);
}

.flipHtml5RemarkImage-createLink {
  background-image: url(icon/hyperlink.png);
}

.flipHtml5RemarkImage-backcolor {
  background-color: white;
  width: 10px;
  height: 10px;
  margin: 3px;
  position: absolute;
  z-index: 3;
  border: 1px solid black;
}

.flipHtml5RemarkSelect {
  padding: 0;
  width: 100px;
  height: 21px;
  position: relative;
  top: 2px;
  left: 2px;
  margin: 0 17px 0 0;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  background: rgb(71, 71, 71);
  color: white;
  border-color: black;
  box-shadow: inset 0 1px 6px rgb(39, 39, 39);
  outline: 0;
  line-height: 15px;
}

.flipHtml5RemarkHr {
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
}.flipHTML5AddFile {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 8;
  overflow: hidden;
}

.flipHTML5ZoomFrame {
  z-index: 6;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
  /*min-width: 40px;*/
  /*min-height: 20px;*/
  border: 1px dashed rgb(61, 61, 61);
  position: absolute;
}

.flipHTML5ZoomFrame .flipHTML5Point {
  background-color: #0202FF;
  /*background-color: rgb(61, 61, 61);*/
  position: absolute;
  border: 1px solid black;
  box-shadow: inset 0 1px 1px white;
}

.flipHTML5ZoomFrame .flipHTML5ZoomPoint0 {
  left: -4px;
  top: -4px;
  cursor: nw-resize;
  width: 6px;
  height: 6px;
}

.flipHTML5ZoomFrame .flipHTML5ZoomPoint1 {
  left: 50%;
  margin-left: -2px;
  top: -3px;
  cursor: n-resize;
  width: 4px;
  height: 4px;
}

.flipHTML5ZoomFrame .flipHTML5ZoomPoint2 {
  right: -4px;
  top: -4px;
  cursor: ne-resize;
  width: 6px;
  height: 6px;
}

.flipHTML5ZoomFrame .flipHTML5ZoomPoint3 {
  right: -3px;
  top: 50%;
  margin-top: -2px;
  cursor: e-resize;
  width: 4px;
  height: 4px;
}

.flipHTML5ZoomFrame .flipHTML5ZoomPoint4 {
  right: -4px;
  bottom: -4px;
  cursor: se-resize;
  width: 6px;
  height: 6px;
}

.flipHTML5ZoomFrame .flipHTML5ZoomPoint5 {
  left: 50%;
  margin-left: -2px;
  bottom: -3px;
  cursor: s-resize;
  width: 4px;
  height: 4px;
}

.flipHTML5ZoomFrame .flipHTML5ZoomPoint6 {
  left: -4px;
  bottom: -4px;
  cursor: sw-resize;
  width: 6px;
  height: 6px;
}

.flipHTML5ZoomFrame .flipHTML5ZoomPoint7 {
  left: -3px;
  top: 50%;
  margin-top: -2px;
  cursor: w-resize;
  width: 4px;
  height: 4px;
}

.flipHTML5LocalFile-toolBar-del, .flipHTML5LocalFile-toolBar-update {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 4px;
  border-radius: 2px;
  cursor: pointer;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgb(61, 61, 61)), color-stop(100%, rgb(61, 61, 61)));
  background: -webkit-linear-gradient(top, #141414, rgb(61, 61, 61));
  background: -moz-linear-gradient(top, #141414, rgb(61, 61, 61));
  background: -o-linear-gradient(top, #141414, rgb(61, 61, 61));
  background: linear-gradient(top, #141414, rgb(61, 61, 61));
  background-color: rgb(61, 61, 61);
  border: 1px solid #111010;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.34), 0px 1px 2px rgba(255, 255, 255, 0.34);
}

.flipHTML5LocalFile-toolBar-del:hover, .flipHTML5LocalFile-toolBar-update:hover {
  background-color: #242524;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(100%, #6D706D));
  background: -webkit-linear-gradient(top, #000000, #6D706D);
  background: -moz-linear-gradient(top, #000000, #6D706D);
  background: -o-linear-gradient(top, #000000, #6D706D);
  background: linear-gradient(top, #000000, #6D706D);
}

.flipHTML5LocalFile-toolBar-del:active, .flipHTML5LocalFile-toolBar-update:active {
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.38), 0px 1px 0px rgba(14, 13, 13, 0.28);
}

.menuTitle{
	cursor : pointer;
	overflow : hidden;
	width : 100%;
	height : 50px;
	font-family : Arial,Tahoma;
}

.menuTitleIcon{
	cursor : pointer;
	position : absolute;
	top : 10px;
	left : 20px;
	width : 32px;
	height : 32px;
	border-radius : 16px;
}

.menuTitleIcon div{
	cursor : pointer;
	position : absolute;
	top : 6px;
	left : 6px;
	width : 20px;
	height : 20px;
}

.menuTitleCaption{
	cursor : pointer;
	position : absolute;
	left : 60px;
	top : 18px;
	font-size : 14px;
	color : #FFFFFF;
}

.menuTitleState{
	position : absolute;
	top : 15px;
	right : 20px;
	width : 24px;
	height : 24px;
}

.dockMenu {
	text-align : center;
	z-index : 300;
	display : block;
	overflow : visible;
	position : absolute;
	bottom : 10;
	white-space: nowrap;
	-webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.85, transparent), to(rgba(255,255,255,0.3)));
	-moz-box-reflect: below 1px -moz-gradient(linear, left top, left bottom, from(transparent), color-stop(0.85, transparent), to(rgba(255,255,255,0.3)));
}

.dockMenuContent {
	padding : 0px;
	list-style : none;
	text-align : center;
	display: inline-block;
	white-space: nowrap;
}

.dockMenuItem{
	display : inline-block;
	vertical-align : bottom;
	position : relative;
	overflow : visible;
	text-align : center;
	cursor: pointer;
}

.dockMenuItemContent {
	/*background : #ff0000;*/
	position : absolute;
	bottom : 1px;
	background : #ffffff;
}

.dockMenuItemShadow {
	-webkit-box-shadow : 0 0 5px rgba(40, 40, 40, 0.5);
	-moz-box-shadow : 0 0 5px rgba(40, 40, 40, 0.5);
	-o-box-shadow : 0 0 5px rgba(40, 40, 40, 0.5);
	-ms-box-shadow : 0 0 5px rgba(40, 40, 40, 0.5);
	box-shadow : 0 0 5px rgba(40, 40, 40, 0.5);
}

.dockMenuItemCaption {
	line-height : 1.3em;
	text-align : center;
	width : auto;
	overflow : visible;
	font-weight : bold;
	color : #FFFFFF;
	font-size : 80%;
	padding : 4px 12px;
	opacity : 0.4;
	background-color : #000000;
	display : none;
	margin : 0px auto;
	top : 0px;
	border-radius : 10px;
	white-space: nowrap;
}

.dockMenuItemCaptionAfter{
	display: none;
	height: 9px;
	line-height:9px;
	left:50%;
	opacity:0.4;
	color: transparent;
	position: absolute;
	text-align: center;
	width: 16px;
	margin-left: -4px;
	margin-top: -2px;
}

.flipShotBar{position:absolute;}
.flipbutton{
	position:relative;
	width:100%;
	background:rgba(0,0,0,0.6);
	cursor : pointer;
}
.flipbutton:hover{background:rgba(0,0,0,0.2);}
.flipbutton.upbutton{border-bottom:1px solid #ffffff;height:20%;}
.flipbutton.downbutton{height:80%;}
.flipbutton.upbutton.left{border-radius:5px 0 0 0;}
.flipbutton.downbutton.left{border-radius:0 0 0 5px;}
.flipbutton.upbutton.right{border-radius:0 5px 0 0;}
.flipbutton.downbutton.right{border-radius:0 0 5px 0;}

.flipbutton img{
	position:absolute;
	top : 50%;
	left : 50%;
	margin-top : -10px;
	margin-left : -10px;
}

.zoomControlBar{
    width : 260px;
	height : 40px;
	position : absolute;
	z-index : 5;
	display : none;
	opacity : 0.3;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.zoomControlBar.catalog{ width : 138px;}
.zoomControlBar:hover{opacity:0.7;}
.zoomControlBar .button{display:inline-block;cursor:pointer;position:relative;width:26px;height:26px;margin-left:15px;margin-top:6px;}
.zoomControlBar .button img{margin-left:4px;margin-top:4px;}
.zoomControlBar .button:hover{opacity:0.8;}

.slideShortcut{
	position : absolute;
	z-index : 101;
	width : 210px;
	height : 40px;
	background-color : #D0D7DF;

	/*background : linear-gradient(top, #F6FAFD, #E1E8F0);
	background : -webkit-linear-gradient(top, #F6FAFD, #E1E8F0);
	background : -ms-linear-gradient(top, #F6FAFD", #E1E8F0);
	background : -moz-linear-gradient(top, #F6FAFD", #E1E8F0);
	background : -o-linear-gradient(top, #F6FAFD", #E1E8F0);

	filter : progid:DXImageTransform.Microsoft.Gradient(GradientType=1, EndColorStr='#E1E8F0', StartColorStr='#F6FAFD');*/

	opacity : 0.6;
	-webkit-box-shadow : 0 0 5px rgba(40, 40, 40, 0.5);
	-moz-box-shadow : 0 0 5px rgba(40, 40, 40, 0.5);
	-o-box-shadow : 0 0 5px rgba(40, 40, 40, 0.5);
	-ms-box-shadow : 0 0 5px rgba(40, 40, 40, 0.5);
	box-shadow : 0 0 5px rgba(40, 40, 40, 0.5);
}

.shortcutItem{
	position : relative;
	float : left;
	top : 0px;
	width : 70px;
	height : 40px;
	border-width : 0px;
	cursor : default;
}

.shortcurtItemEnter{
	position : relative;
	float : left;
	top : 0px;
	width : 68px;
	border-left : 1px solid #7297C1;
	border-right : 1px solid #7297C1;
	height : 40px;
	background-color : #8FACCC;
	cursor : pointer;
}

.slideToolbar{
	z-index:5;
	position:absolute;
	top:0;
	left:50%;
	margin:0px auto;
	padding:5px;
	border-radius:0px 0px 5px 5px;
	opacity:0.7;
}

.slideToolbar:hover{
	opacity : 1;
}

.slideToolbar img{
	width : 32px;
	margin : 0 5px;
	cursor : pointer;
}

.slideBar{
	z-index:5;
	position:absolute;
	cursor:pointer;
	width:50px;
	height:50px;
	top:50%;
	opacity:0.7;
	margin-top:-25px;
}

.passwardPannel {
	position:absolute;
	z-index:991;
	background:#ffffff;
	width:90%;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	height:330px;
	margin:auto;
	max-width:400px;
	border-radius:5px;
	line-height:50px;
	vertical-align:middle;
	text-align:center;
	font-family:"Arial Black";
	font-size:20px;
}
.passwardPannel .icon div{width:100%;height:100%;}
.passwardPannel .icon{width:100px;height:100px;left:50%;position:relative;margin:10px 0px 10px -50px;}
.passwardPannel input{width:82%;height:50px;border-radius:5px;margin-bottom:10px;border-width:0px;background:#EBEBEB;padding:0px 3%;color:#9FA0A3;}
.passwardPannel p{margin:0px 6% 10px 6%;width:88%;height:50px;border-radius:5px;background:#189BED;color:#ffffff;cursor:pointer;}
.passwardPannel .cancleIn{background:#F4F1F1;border:1px solid #E5E1E1;color:#B6B5B5;}
.passwardPannel .passwardResult{color:#ff0000;position:absolute;bottom:-8px;margin-left:6%;left:0px;font-size:10px;}

.passwardPannel .prompt{background:rgba(0,0,0,0.8);position:absolute;padding:10px;color:#ffffff;font-size:15px;display:none;z-index:5;width:170px;border-radius: 5px;max-height: 310px;overflow-y:auto;line-height:20px;}
.passwardPannel .prompt u{color:#fff;text-decoration: underline;}
.passwardPannel .arrow{border-width:6px 8px 6px 8px;border-style:solid;border-color:transparent rgba(0,0,0,0.5) transparent transparent;position:absolute;left:370px;top:45%;margin-top:-6px;}

.passwardPannel-background{position:absolute;z-index:990;background:rgba(0,0,0,0.5);width:100%;height:100%;}
.passwardPannel .passwardInfo{line-height:30px;background:rgba(0,0,0,0.7);text-align:left;position:absolute;border-radius:5px;color:#ffffff;padding:10px;right:-300px;top:10px;width:260px;height:auto;}
.passwardPannel .passwardInfo .top{
    position: absolute;
    width: 0px;
    height: 0px;
    line-height: 0px;
    border-right: 10px solid rgba(0,0,0,0.7);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -10px;
    top: 26px;
}
.passwardPannel .passwardInfo a{text-decoration:underline;}

.phoneSharePanel{width:100%;height:100%;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;}
.phoneSharePanel .item{padding:10px;border-bottom:1px solid #474747;vertical-align:middle;color:#ffffff;line-height:50px;height:50px;font-weight:bold;}
.phoneSharePanel .item .logo{width:50px;height:50px;display:inline-block;float:left;}
.phoneSharePanel .item .logo div{width:50px;height:50px;}
.phoneSharePanel .item span{margin-left:20px;float:left;}

.sharePanel{}
.sharePanel .item{width:30px;height:30px;margin:10px 0 10px 10px;display:inline-block;}
.sharePanel .item .logo{width:30px;height:auto;}

.ad-box-container{position:absolute;z-index:2000;bottom:25px;left:0;right:0;margin:0 auto;width:100%;display:none;}
.ad-box-container .ad-box-image{width:100%;cursor:pointer;float:left;}
.ad-box-container .ad-box-cancel{position:absolute;z-index:2;right:0;top:0;cursor:pointer;}

.phoneBookmark{}
.phoneBookmark .scrollBox{width:100%;height:100%;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;}
.phoneBookmark .item{position:relative;width:100%;height:100px;line-height:100px;vertical-align:middle;font-size:15px;color:#aaaaaa;cursor:pointer;}
.phoneBookmark .item span{margin:0 10px;float:left;display:inline-block;width:20px;}
.phoneBookmark .item img{height:76px;float:left;margin:12px 0;}
.phoneBookmark .item .close{position:absolute;cursor:pointer;top:30px;right:10px;width:41px;height:41px;background-position:-402px -429px;background-image: url(phoneIcon/phone_icon.png);background-repeat: no-repeat;}
.phoneBookmark .item .close:hover{background-position:-462px -429px;}

.miniLogo{width:100px;right:0;bottom:0;opacity:0.5;position:absolute;cursor:pointer;z-index:100;}
.miniLogo:hover{opacity:1;}
.miniTitle{
	z-index:1000;
	height:30px;
	line-height : 30px;
	background : rgba(51, 51, 51, 0.5);
	border-radius:5px;
	left : 50%;
	top:0;
	bottom:0;
	transform:translate(-50%,0);
	position : absolute;
	color : #ffffff;
	vertical-align : middle;
	text-align : center;
	cursor : pointer;
	font-family : "Tahoma","sans-serif","Arial";
	font-size:12px;
	padding : 3px 7px;
	margin : auto;
	white-space : nowrap;
}

.hardCover{position:absolute;z-index:-1;}
.hardSide{position:absolute;}
.pageSide{overflow:hidden;position:absolute;}
.bookSpine{position:absolute;left:50%;overflow:hidden;}
.bookSpine .left_shadow{position:absolute;left:0;top:0;height:100%;width:0;}
.bookSpine .right_shadow{position:absolute;right:0;top:0;height:100%;width:0;}
.bookSpine .shadow{
	-webkit-box-shadow : 0 0 10px 3px #252929;
	-moz-box-shadow : 0 0 10px 3px #252929;
	-ms-box-shadow : 0 0 10px 3px #252929;
	box-shadow : 0 0 10px 3px #252929;
}
.top_spine{position:absolute;top:0;left:50%;}
.botoom_spine{position:absolute;bottom:0;left:50%;}

.SlideBook{position:absolute;width:100%;height:100%;top:0;left:0;z-index:2;}
.SlideBook .slide_side{width:100%;height:100%;position:absolute;}
.SlideBook .slide_pages{position:absolute;}

.shoppingCount{position:absolute;top:5px;left:38px;font-size:15px;font-weight:bold;color:#ffffff;}

.menu{position:absolute;width:100%;height:170px;overflow:hidden;z-index:5;bottom:-170px;}
.dockMenuContent{position:absolute;bottom:30px;height:140px;left:25px;z-index:1;}
.thumbnailItemContent{position:absolute;bottom:0px;width:100%;height:30px;text-align:center;line-height:30px;z-index:2;display:inline-block;}
.thumbnailItem{position:relative;width:40px;height:20px;display:inline-block;margin-left:4px;cursor:pointer;margin-top:5px;}
.thumbnailRect{position:absolute;top:7px;width:40px;height:5px;border-radius:3px;background:#505a60;}
.dockButton{width:30px;height:60px;margin-left:10px;bottom:1px;}
.dockButton div{width:100%;height:100%;background:#333333;opacity:0.5;}
.dockButton img{left:0;right:0;bottom:0;top:0;margin:auto;position:absolute;}

.tipsBox{padding:10px 6px;background-color:#333333;opacity:0.5;display:none;width:190px;left:0;right:0;top:100px;margin:auto;z-index:110;position:absolute;font-size:15px;color:#f0f0f0;vertical-align:middle;text-align:center;}
.tipsBoxShadow{-webkit-box-shadow:0 0 15px rgba(40, 40, 40, 0.6);-moz-box-shadow:0 0 15px rgba(40, 40, 40, 0.6);-ms-box-shadow:0 0 15px rgba(40, 40, 40, 0.6);-o-box-shadow:0 0 15px rgba(40, 40, 40, 0.6);box-shadow:0 0 15px rgba(40, 40, 40, 0.6);}
.tipsBoxRadius{-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border-radius:3px;}

.thumbnail_map{
	position:absolute;
	z-index:202;
	display: none;
	border: 5px solid #ffffff;
	-webkit-box-shadow: 0px 0px 5px gray;
	-moz-box-shadow: 0px 0px 5px gray;
	-o-box-shadow: 0px 0px 5px gray;
	-ms-box-shadow: 0px 0px 5px gray;
	box-shadow: 0px 0px 5px gray;
	background-color: white;
}
.map_img_left{
	top:0;
	left:0;
	height:98px;
	position:absolute;
	border-left: 1px solid gray;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}
.map_img_right{
	top:0;
	right:0;
	height:98px;
	position:absolute;
	border-right : 1px solid gray;
	border-top : 1px solid gray;
	border-bottom : 1px solid gray;
}
.map_img_up{
	top:0;
	left:0;
	height:98px;
	position:absolute;
	border-left: 1px solid gray;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
}
.map_img_down{
	bottom:0;
	left:0;
	height:98px;
	position:absolute;
	border-left : 1px solid gray;
	border-bottom : 1px solid gray;
	border-right : 1px solid gray;
}
.map_cursor{position:absolute;border:2px solid green;background-color:RGBA(250,240,185,0.5);}

.text_bubble{
	position:absolute;
	z-index:10003;
	display:none;
}

.text_bubble_content{
	position:relative;
	border-radius:3px;
}

.text_bubble_text{
	font-family : "Tahoma","sans-serif","Arial";
	font-size : 12px;
	font-weight : 100;
}

.text_bubble_arrow{
	position:absolute;
	font-size:0px;
	z-index: 1;
	overflow:hidden;
}
/*bookmark*/
.left_bookmark_bar{
	position : absolute;
	overflow : hidden;
	z-index : 1;
	height : 65px;
	top: -65px;
}

.left_bookmark_bar.vertical{
	-webkit-transform-origin : 100% 100%;
	-moz-transform-origin : 100% 100%;
	-ms-transform-origin : 100% 100%;
	-o-transform-origin : 100% 100%;
	transform-origin : 100% 100%;

	-webkit-transform : rotate(-90deg);
	-moz-transform : rotate(-90deg);
	-ms-transform : rotate(-90deg);
	-o-transform : rotate(-90deg);
	transform : rotate(-90deg);
}

.right_bookmark_bar{
  position : absolute;
  overflow : hidden;
  z-index : 1;
	height : 65px;
	top: -65px;
}

.right_bookmark_bar.vertical{
	-webkit-transform-origin : 0% 100%;
	-moz-transform-origin : 0% 100%;
	-ms-transform-origin : 0% 100%;
	-o-transform-origin : 0% 100%;
	transform-origin : 0% 100%;

	-webkit-transform : rotate(90deg);
	-moz-transform : rotate(90deg);
	-ms-transform : rotate(90deg);
	-o-transform : rotate(90deg);
	transform : rotate(90deg);
}

.up_bookmark_bar{
	position : absolute;
	overflow : hidden;
	z-index : 1;
	height : 65px;
	top: -65px;
}

.up_bookmark_bar.vertical{
	-webkit-transform-origin : 100% 100%;
	-moz-transform-origin : 100% 100%;
	-ms-transform-origin : 100% 100%;
	-o-transform-origin : 100% 100%;
	transform-origin : 100% 100%;

	-webkit-transform : rotate(-90deg);
	-moz-transform : rotate(-90deg);
	-ms-transform : rotate(-90deg);
	-o-transform : rotate(-90deg);
	transform : rotate(-90deg);
}

.down_bookmark_bar{
  position : absolute;
  overflow : hidden;
  z-index : 1;
	height : 65px;
	left: -100%;
	bottom : 0;
	top:auto;

	-webkit-transform-origin : 100% 100%;
	-moz-transform-origin : 100% 100%;
	-ms-transform-origin : 100% 100%;
	-o-transform-origin : 100% 100%;
	transform-origin : 100% 100%;

	-webkit-transform : rotate(-180deg);
	-moz-transform : rotate(-180deg);
	-ms-transform : rotate(-180deg);
	-o-transform : rotate(-180deg);
	transform : rotate(-180deg);
}

.down_bookmark_bar.vertical{
	left: 0;

	-webkit-transform : rotate(90deg);
	-moz-transform : rotate(90deg);
	-ms-transform : rotate(90deg);
	-o-transform : rotate(90deg);
	transform : rotate(90deg);
}

.bookmark_item{
	top : 40px;
	width : auto;
	min-width: 50px;
	max-width: 110px;
	display:inline-block;
	height : 50px;
	padding : 10px;
	cursor : pointer;
	border-radius : 3px 3px 0px 0px;
	position:absolute;

	-webkit-box-shadow: 1px 0px 3px 0px rgba(51,51,51,0.7);
	-moz-box-shadow: 1px 0px 3px 0px rgba(51,51,51,0.7);
	-ms-box-shadow: 1px 0px 3px 0px rgba(51,51,51,0.7);
	-o-box-shadow: 1px 0px 3px 0px rgba(51,51,51,0.7);
	box-shadow: 1px 0px 3px 0px rgba(51,51,51,0.7);
}

.bookmark_caption{
	font-family : "Tahoma","sans-serif","Arial";
	font-size : 12px;
	text-align : center;
	color : #EEEEEE;
	word-wrap: break-word;
}

.loader {
	box-sizing: border-box;
	display: flex;
	flex: 0 1 auto;
	flex-direction: column;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 25%;
	max-width: 25%;
	height: 200px;
	align-items: center;
	justify-content: center;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}

@-webkit-keyframes ball-pulse-sync{33%{-webkit-transform:translateY(10px);transform:translateY(10px);}66%{-webkit-transform:translateY(-10px);transform:translateY(-10px);}100%{-webkit-transform:translateY(0);transform:translateY(0);}}@keyframes ball-pulse-sync{33%{-webkit-transform:translateY(10px);transform:translateY(10px);}66%{-webkit-transform:translateY(-10px);transform:translateY(-10px);}100%{-webkit-transform:translateY(0);transform:translateY(0);}}
.ball-pulse-sync > div:nth-child(0) {
	-webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
	animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}
.ball-pulse-sync > div:nth-child(1) {
	-webkit-animation: ball-pulse-sync 0.6s 0.07s infinite ease-in-out;
	animation: ball-pulse-sync 0.6s 0.07s infinite ease-in-out;
}
.ball-pulse-sync > div:nth-child(2) {
	-webkit-animation: ball-pulse-sync 0.6s 0.14s infinite ease-in-out;
	animation: ball-pulse-sync 0.6s 0.14s infinite ease-in-out;
}
.ball-pulse-sync > div:nth-child(3) {
	-webkit-animation: ball-pulse-sync 0.6s 0.21s infinite ease-in-out;
	animation: ball-pulse-sync 0.6s 0.21s infinite ease-in-out;
}
.ball-pulse-sync > div {
	background-color: rgba(51,51,51,0.8);
	width: 10px;
	height: 10px;
	border-radius: 100%;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: inline-block;
}

.bookInstructions.icon_show{
    position: absolute;
    text-align: center;
    left:9px;
    top:9px;
    font-size: 33px;
    width:33px;
    height:33px;
    line-height:33px;
    border-radius: 50%;
    color: #fff;
    background:#00daff;
}
.bookInstructions.helpBody{
    background: #fff;
    text-align: center;
    position: absolute;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    z-index: 1000;

}
.bookInstructions.hide{
    visibility: hidden;
}
.bookInstructions.show{
    visibility: visible;
}
.bookInstructions .swiper{
    position: relative;
    width:500%;
    height:100%;
    transform-style:preserve-3d;
    font-size: 0;
    perspective: 0;
    -webkit-perspective: 0px;
    -o-perspective: 0px;
    -moz-perspective: 0px;
    -ms-perspective: 0px;
}
.bookInstructions .helpImgs{
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.bookInstructions .helpPage{
    position: relative;
    width:20%;
    height:100%;
    display: inline-block;
}

.bookInstructions .helpPageImg{
    width:100%;
    position:absolute;
    top:10%;
    margin-top:10px;
    height:60%;
}

.bookInstructions .icon_drop{
        width:44px;
        height:44px;
        font-size: 44px;
        cursor: pointer;
        position:absolute;
        border-radius:50%;
        line-height:44px;
        right: 18px;
        top: 18px;
        color:#fff;
        background: #7FCEFF;
        z-index: 100;
}

.bookInstructions .icon_show{
    width:33px;
    height:33px;
    font-size: 33px;
    cursor: pointer;
    position:fixed;
    border-radius:50%;
    line-height:100%;
    left: 18px;
    top: 18px;
    color:#fff;
    background: #7FCEFF;
    z-index: 100;
}

.bookInstructions .icon_drop img{
    width:100%;
    height:100%;
}
.bookInstructions .helpBullet>li{
    background: #aaa;
    opacity : 0.5;
    display : inline-block;
    cursor : pointer;
    border-radius : 50%;
}
.bookInstructions .helpBullet>li.icon_active{
    background: #81D3FB;
    opacity: 1;
}

.rtl{direction:rtl;}

.book_style_choose_container{
	width : 100%;
	height : 100%;
}

.book_style_choose_container .book_style_box{
	width : 700px;
	height : 460px;
	left : 0;
	right : 0;
	bottom : 0;
	top : 0;
	margin : auto;
	position : absolute;
	z-index : 10;
	color : #ffffff;
	text-align : center;
    vertical-align : middle;
    white-space : nowrap;
    text-overflow : ellipsis;
    overflow : hidden;
	text-shadow : 0 0 10px #8c97cb, 0 0 20px #8c97cb,0 0 30px #8c97cb;
}

.book_style_choose_container .book_style_box .title{
   position : absolute;
   height : 50px;
   line-height : 50px;
   width : 100%;
   left : 0;
   top : 44px;
   font-size : 30px;
}
.book_style_choose_container .book_style_box .description{
   position : absolute;
   height : 50px;
   line-height : 50px;
   width : 100%;
   left : 0;
   top : 99px;
   font-size : 20px;
}
.book_style_choose_container .book_style_box .flipModel{
	position : absolute;
	left : 100px;
	top : 169px;
	cursor : pointer;
}
.book_style_choose_container .book_style_box .slideModel{
	position : absolute;
	left : 360px;
	top : 169px;
	cursor : pointer;
}
.book_style_choose_container .book_style_box .flipModel:hover{border : 2px solid #ff8040;}
.book_style_choose_container .book_style_box .slideModel:hover{border : 2px solid #ff8040;}

.photogallery{ position: absolute; display:none; z-index: 10001; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); text-align: center; vertical-align: middle;}
.photogallery .imgContainer{position: absolute;z-index:1;overflow:hidden;cursor: pointer;border:8px solid #fff;background: #fff;}
.photogallery .photoBG{position: absolute;z-index:0;background: rgba(0,0,0,0.5);left: 0; top: 0;bottom:0;right:0;}
.photogallery .close{position: absolute;right:0;top:0;z-index:3;cursor:pointer;}
.photogallery .leftBtn{position: absolute;left:-32px;z-index:3;cursor:pointer;}
.photogallery .rightBtn{position: absolute;right:-32px;z-index:3;cursor:pointer;}
.photogallery .imgContainer>img{position:absolute;cursor: pointer;}
.photogallery .thumbContainer{position:absolute;bottom:0;width:100%;height:60px;z-index:1;}

.photogallery .thumbBG{position:absolute;z-index: 2;top:0;left:0;right:0;bottom:0;background-color: rgba(0, 0, 0,0.5);display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.photogallery .thumbBox{position:absolute;cursor:pointer;width:50px;height:46px;top:4px;border:2px solid #fff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s  ease-out;
    transition: all 0.3s ease-out;
}
.photogallery .thumbBox img{position: absolute;cursor:pointer;}
.photogallery .thumbBox:hover{border:2px solid #00ff00;
    /*transform:scale(1.2);*/
    /*-ms-transform:scale(1.2);*/
    /*-moz-transform:scale(1.2);*/
    /*-webkit-transform:scale(1.2);*/
    /*-o-transform:scale(1.2);*/
}

.photogallery .thumbBox.focus{border:2px solid #ff0000;}
.photogallery .thumbBox:hover .thumbBG{z-index: 0;}
.photogallery .thumbBox.focus .thumbBG{z-index: 0;}

.language_form{width:100%;height:100%;left:0;vertical-align:middle;font-family:Arial,Tahoma;background:transparent;}
.language_form .stage{margin:0;width:100%;height:100%;}
.language_form .form_title{display:none;}
.language_form .close{display:none;}
/*.language_form.rightToLeft .close{position: absolute;left:10px;right:auto;top:6px;cursor: pointer;}*/
.language_form .scrollBox{position:absolute;width:100%;vertical-align:middle;text-align:center;top:50%;transform:translate(0, -50%);-webkit-transform:translate(0, -50%);-o-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-moz-transform:translate(0, -50%);}
.language_form .scrollBox .item{position:relative;width:100%;height:38px;margin:5px 0;line-height:38px;cursor:pointer;vertical-align:middle;text-align:center;}
.language_form .scrollBox .item img{display:none;}
.language_form .scrollBox .item .title{width:182px;line-height:34px;font-size:20px;color:#ffffff;padding:0 3px;position:absolute;margin-left:-91px;left:50%;}
.language_form .scrollBox .item.focus .title{border:2px solid #F2947C;}

.clip[style] {
    opacity: 0;
}
.active .clip:not([style]) {
    opacity: 0;
    animation: fadeIn .1s 1s both;
}
.active .clip[style] {
    will-change: transform;
    animation: noTransform 1s both;
}

@keyframes noTransform {
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) rotate(0);
    }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.flip_button_left{
  position: absolute;
  cursor: pointer;
  right: auto;
  z-index: 10;
}

.flip_button_right{
  position: absolute;
  cursor: pointer;
  left: auto;
  z-index: 10;
}

.flip_button_first{
  position: absolute;
  cursor: pointer;
  right: auto;
  z-index: 10;
  opacity : 0.2;
}

.flip_button_last{
  position: absolute;
  cursor: pointer;
  left: auto;
  opacity : 0.2;
  z-index: 10;
}
.cover_shadow{
	position : absolute;
	left : 0px;
	top : 0px;
	width: 100%;
	height: 100%;
	pointer-events:none;
	z-index:1;
}

.flip_x{
	-moz-transform:scaleX(-1);
	-webkit-transform:scaleX(-1);
	-o-transform:scaleX(-1);
	-ms-transform:scaleX(-1);
	transform:scaleX(-1);
	filter:FlipH;
}

.flip_y{
	-moz-transform:scaleY(-1);
	-webkit-transform:scaleY(-1);
	-o-transform:scaleY(-1);
	-ms-transform:scaleX(-1);
	transform:scaleY(-1);
	filter:FlipV;
}

.hard_top_border{
	position : absolute;
	left : 0px;
	top : 0px;
	height:3px;
	width : 100%;

	background-image: linear-gradient(top, rgba(240,240,200,0.6), rgba(240,240,200,0));
  background-image: -o-linear-gradient(top, rgba(240,240,200,0.6), rgba(240,240,200,0));
  background-image: -moz-linear-gradient(top, rgba(240,240,200,0.6), rgba(240,240,200,0));
  background-image: -webkit-linear-gradient(top, rgba(240,240,200,0.6), rgba(240,240,200,0));
  background-image: -ms-linear-gradient(top, rgba(240,240,200,0.6), rgba(240,240,200,0));

  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#CCF0F0C8', EndColorStr='#00F0F0C8');
}

.hard_inner_left_border{
	position : absolute;
	z-index:1;
	left : 0px;
	right : auto;
	top : 0px;
	width:10px;
	height:100%;

	background-image : linear-gradient(left, rgba(150,150,150,0.4), rgba(180,180,180,0));
	background-image : -o-linear-gradient(left, rgba(150,150,150,0.4), rgba(180,180,180,0));
	background-image : -moz-linear-gradient(left, rgba(150,150,150,0.4), rgba(180,180,180,0));
	background-image : -webkit-linear-gradient(left, rgba(150,150,150,0.4), rgba(180,180,180,0));
	background-image : -ms-linear-gradient(left, rgba(150,150,150,0.4), rgba(180,180,180,0));

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#66969696', EndColorStr='#00B4B4B4');
}

.hard_left_cover_border{
	position : absolute;
	z-index:0;
	left : 0px;
	right : auto;
	top : 0px;
	width:4px;
	height:100%;

	background-image: linear-gradient(left, rgba(180,180,140,0.6), rgba(180,180,140,0));
  background-image: -o-linear-gradient(left, rgba(180,180,140,0.6), rgba(180,180,140,0));
  background-image: -moz-linear-gradient(left, rgba(180,180,140,0.6), rgba(180,180,140,0));
  background-image: -webkit-linear-gradient(left, rgba(180,180,140,0.6), rgba(180,180,140,0));
  background-image: -ms-linear-gradient(left, rgba(180,180,140,0.6), rgba(180,180,140,0));

  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#CCF0F0C8', EndColorStr='#00F0F0C8');
}

.cover_shadow.flip_x .hard_right_border{
	position : absolute;
	left : auto;
	right : 0px;
	top : 1px;
	width:3px;

	background-image : linear-gradient(right, rgba(220,220,180,0.6), rgba(220,220,180,0));
	background-image : -o-linear-gradient(right, rgba(220,220,180,0.6), rgba(220,220,180,0));
	background-image : -moz-linear-gradient(right, rgba(220,220,180,0.6), rgba(220,220,180,0));
	background-image : -webkit-linear-gradient(right, rgba(220,220,180,0.6), rgba(220,220,180,0));
	background-image : -ms-linear-gradient(right, rgba(220,220,180,0.6), rgba(220,220,180,0));

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#00F0F0C8', EndColorStr='#77C8C896');
}

.hard_right_border{
	position : absolute;
	left : auto;
	right : 0px;
	top : 1px;
	width:3px;

	background-image : linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
	background-image : -o-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
	background-image : -moz-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
	background-image : -webkit-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
	background-image : -ms-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#00F0F0C8', EndColorStr='#77C8C896');
}

.hard_bottom_border{
	position : absolute;
	left : 12px;
	top : auto;
	bottom : 0px;
	height:3px;

	background-image : linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
	background-image : -o-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
	background-image : -moz-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
	background-image : -webkit-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
	background-image : -ms-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#00F0F0C8', EndColorStr='#77C8C896');
}

/*flat stitching  - stitch*/
.cover_shadow.stitch .hard_left_border{
	position : absolute;
	left : 0px;
	top : 0px;
	width:0.5%;
	height:100%;

	background-image : linear-gradient(left, rgba(60,60,40,0.5), rgba(220,220,180,0));
	background-image : -o-linear-gradient(left, rgba(60,60,40,0.5), rgba(220,220,180,0));
	background-image : -moz-linear-gradient(left, rgba(60,60,40,0.5), rgba(220,220,180,0));
	background-image : -webkit-linear-gradient(left, rgba(60,60,40,0.5), rgba(220,220,180,0));
	background-image : -ms-linear-gradient(left, rgba(60,60,40,0.5), rgba(220,220,180,0));

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#CC3C3C28', EndColorStr='#CCDCDCB4');
}

/*.hard_stitch_shadow_body{
	position : absolute;
	left : 2%;
	top : 0px;
	width: 2%;
	height:100%;

	background-image : linear-gradient(left, rgba(220,220,180,0) 0%, rgba(220,220,180,0.4) 50%, rgba(220,220,180,0) 100%);
	background-image : -o-linear-gradient(left, rgba(220,220,180,0) 0%, rgba(220,220,180,0.4) 50%, rgba(220,220,180,0) 100%);
	background-image : -moz-linear-gradient(left, rgba(220,220,180,0) 0%, rgba(220,220,180,0.4) 50%, rgba(220,220,180,0) 100%);
	background-image : -webkit-linear-gradient(left, rgba(220,220,180,0) 0%, rgba(220,220,180,0.4) 50%, rgba(220,220,180,0) 100%);
	background-image : -ms-linear-gradient(left, rgba(220,220,180,0) 0%, rgba(220,220,180,0.4) 50%, rgba(220,220,180,0) 100%);

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#66DCDCB4', EndColorStr='#00DCDCB4');
}*/

.cover_shadow.stitch .hard_left_body{
	position : absolute;
	left : 2.5%;
	top : 0px;
	width: 1.5%;
	height:100%;

	background-image : linear-gradient(left, rgba(225,225,225,0.1) 0%, rgba(225,225,225,0.4) 50%, rgba(40,40,20,0.4) 50%, rgba(40,40,20,0.1) 100%);
	background-image : -o-linear-gradient(left, rgba(225,225,225,0.1) 0%, rgba(225,225,225,0.4) 50%, rgba(40,40,20,0.4) 50%, rgba(40,40,20,0.1) 100%);
	background-image : -moz-linear-gradient(left, rgba(225,225,225,0.1) 0%, rgba(225,225,225,0.4) 50%, rgba(40,40,20,0.4) 50%, rgba(40,40,20,0.1) 100%);
	background-image : -webkit-linear-gradient(left, rgba(225,225,225,0.1) 0%, rgba(225,225,225,0.4) 50%, rgba(40,40,20,0.4) 50%, rgba(40,40,20,0.1) 100%);
	background-image : -ms-linear-gradient(left, rgba(225,225,225,0.1) 0%, rgba(225,225,225,0.4) 50%, rgba(40,40,20,0.4) 50%, rgba(40,40,20,0.1) 100%);

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#66DCDCB4', EndColorStr='#00DCDCB4');
}

.cover_shadow.stitch.flip_x .hard_left_body{
	position : absolute;
	left : 2.5%;
	top : 0px;
	width: 1.5%;
	height:100%;

	background-image : linear-gradient(left, rgba(40,40,20,0.1) 0%, rgba(40,40,20,0.4) 50%, rgba(225,225,225,0.4) 50%, rgba(225,225,225,0.1) 100%);
	background-image : -o-linear-gradient(left, rgba(40,40,20,0.1) 0%, rgba(40,40,20,0.4) 50%, rgba(225,225,225,0.4) 50%, rgba(225,225,225,0.1) 100%);
	background-image : -moz-linear-gradient(left, rgba(40,40,20,0.1) 0%, rgba(40,40,20,0.4) 50%, rgba(225,225,225,0.4) 50%, rgba(225,225,225,0.1) 100%);
	background-image : -webkit-linear-gradient(left, rgba(40,40,20,0.1) 0%, rgba(40,40,20,0.4) 50%, rgba(225,225,225,0.4) 50%, rgba(225,225,225,0.1) 100%);
	background-image : -ms-linear-gradient(left, rgba(40,40,20,0.1) 0%, rgba(40,40,20,0.4) 50%, rgba(225,225,225,0.4) 50%, rgba(225,225,225,0.1) 100%);

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#66DCDCB4', EndColorStr='#00DCDCB4');
}

.cover_shadow.stitch .hard_bottom_border_width{
	left : 0.5%;
	width : 99%;
}

.cover_shadow.stitch .normal_left_border{
	position : absolute;
	left : 0px;
	top : 0px;
	width:2px;
	height:100%;

	background-image : linear-gradient(left, rgba(200,200,200,1), rgba(200,200,200,0));
	background-image : -o-linear-gradient(left, rgba(200,200,200,1), rgba(200,200,200,0));
	background-image : -moz-linear-gradient(left, rgba(200,200,200,1), rgba(200,200,200,0));
	background-image : -webkit-linear-gradient(left, rgba(200,200,200,1), rgba(200,200,200,0));
	background-image : -ms-linear-gradient(left, rgba(200,200,200,1), rgba(200,200,200,0));

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#FFC8C8C8', EndColorStr='#CCC8C8C8');
}

.cover_shadow.stitch .normal_left_body{
	position : absolute;
	left : 3%;
	top : 0px;
	width: 3px;
	height:100%;

	background-image : linear-gradient(left, rgba(200,200,200,0) 0%, rgba(220,220,220,0.5) 50%, rgba(200,200,200,0) 100%);
	background-image : -o-linear-gradient(left, rgba(200,200,200,0) 0%, rgba(220,220,220,0.5) 50%, rgba(200,200,200,0) 100%);
	background-image : -moz-linear-gradient(left, rgba(200,200,200,0) 0%, rgba(220,220,220,0.5) 50%, rgba(200,200,200,0) 100%);
	background-image : -webkit-linear-gradient(left, rgba(200,200,200,0) 0%, rgba(220,220,220,0.5) 50%, rgba(200,200,200,0) 100%);
	background-image : -ms-linear-gradient(left, rgba(200,200,200,0) 0%, rgba(220,220,220,0.5) 50%, rgba(200,200,200,0) 100%);

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#77151515', EndColorStr='#00DCDCB4');
}

/*side stitching  - side*/
.cover_shadow.side .hard_left_border{
	position : absolute;
	left : 0px;
	top : 0px;
	width:1.2%;
	height:100%;

	background-image : linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -o-linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -moz-linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -webkit-linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -ms-linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#77151515', EndColorStr='#00DCDCB4');
}

.cover_shadow.side .hard_left_body{
	position : absolute;
	left : 2.5%;
	top : 0px;
	width:1.5%;
	height:100%;

	background-image : linear-gradient(left, rgba(40,40,20,0) 0%, rgba(40,40,20,0.4) 35%, rgba(40,40,20,0) 100%);
	background-image : -o-linear-gradient(left, rgba(40,40,20,0) 0%, rgba(40,40,20,0.4) 35%, rgba(40,40,20,0) 100%);
	background-image : -moz-linear-gradient(left, rgba(40,40,20,0) 0%, rgba(40,40,20,0.4) 35%,  rgba(40,40,20,0) 100%);
	background-image : -webkit-linear-gradient(left, rgba(40,40,20,0) 0%, rgba(40,40,20,0.4) 35%,  rgba(40,40,20,0) 100%);
	background-image : -ms-linear-gradient(left, rgba(40,40,20,0) 0%, rgba(40,40,20,0.4) 35%, rgba(40,40,20,0) 100%);

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#77282815', EndColorStr='#00282815');
}

.cover_shadow.side.flip_x .hard_left_body{
	position : absolute;
	left : 2.5%;
	top : 0px;
	width:1.5%;
	height:100%;

	background-image : linear-gradient(left, rgba(40,40,20,0) 0%, rgba(40,40,20,0.3) 35%, rgba(40,40,20,0) 100%);
	background-image : -o-linear-gradient(left, rgba(40,40,20,0) 0%, rgba(40,40,20,0.3) 35%, rgba(40,40,20,0) 100%);
	background-image : -moz-linear-gradient(left, rgba(40,40,20,0) 0%, rgba(40,40,20,0.3) 35%, rgba(40,40,20,0) 100%);
	background-image : -webkit-linear-gradient(left, rgba(40,40,20,0) 0%, rgba(40,40,20,0.3) 35%, rgba(40,40,20,0) 100%);
	background-image : -ms-linear-gradient(left, rgba(40,40,20,0) 0%, rgba(40,40,20,0.3) 35%, rgba(40,40,20,0) 100%);

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#77282815', EndColorStr='#00282815');
}

.cover_shadow.side .hard_bottom_border_width{
	left : 0.4%;
	width : 99.6%;
}

.cover_shadow.side .normal_left_border{
	position : absolute;
	left : 0px;
	top : 0px;
	width:1.2%;
	height:100%;

	background-image : linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -o-linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -moz-linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -webkit-linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -ms-linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#88CCCCCC', EndColorStr='#00CCCCCC');
}

.cover_shadow.side .normal_left_body{
	display : none;
}

/*side stitching  - none*/
.cover_shadow.none .hard_left_border{
	position : absolute;
	left : 0px;
	top : 0px;
	width:3px;
	height:100%;

  background-image: linear-gradient(left, rgba(240,240,200,0.6), rgba(240,240,200,0));
  background-image: -o-linear-gradient(left, rgba(240,240,200,0.6), rgba(240,240,200,0));
  background-image: -moz-linear-gradient(left, rgba(240,240,200,0.6), rgba(240,240,200,0));
  background-image: -webkit-linear-gradient(left, rgba(240,240,200,0.6), rgba(240,240,200,0));
  background-image: -ms-linear-gradient(left, rgba(240,240,200,0.6), rgba(240,240,200,0));

  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#CCF0F0C8', EndColorStr='#00F0F0C8');
}

.cover_shadow.none .hard_left_body{}

.cover_shadow.none.flip_x .hard_left_body{
	position : absolute;
	left : 2.5%;
	top : 0px;
	width:1.5%;
	height:100%;

	background-image : linear-gradient(left, rgba(40,40,20,0) 0%, rgba(40,40,20,0.3) 35%, rgba(40,40,20,0) 100%);
	background-image : -o-linear-gradient(left, rgba(40,40,20,0) 0%, rgba(40,40,20,0.3) 35%, rgba(40,40,20,0) 100%);
	background-image : -moz-linear-gradient(left, rgba(40,40,20,0) 0%, rgba(40,40,20,0.3) 35%, rgba(40,40,20,0) 100%);
	background-image : -webkit-linear-gradient(left, rgba(40,40,20,0) 0%, rgba(40,40,20,0.3) 35%, rgba(40,40,20,0) 100%);
	background-image : -ms-linear-gradient(left, rgba(40,40,20,0) 0%, rgba(40,40,20,0.3) 35%, rgba(40,40,20,0) 100%);

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#77282815', EndColorStr='#00282815');
}

.cover_shadow.none .hard_bottom_border_width{
	left : 0.4%;
	width : 99.6%;
}

.cover_shadow.none .normal_left_border{
	display:none;
}

.cover_shadow.none .normal_left_body{
	display : none;
}

/*press stitching  - press*/
.cover_shadow.press .hard_left_border{
	position : absolute;
	left : 0px;
	top : 0px;
	width:2px;
	height:100%;

	background-image : linear-gradient(left, rgba(40,40,20,0.8),  rgba(240,240,200,0.8) );
	background-image : -o-linear-gradient(left, rgba(40,40,20,0.8),  rgba(240,240,200,0.8) );
	background-image : -moz-linear-gradient(left, rgba(40,40,20,0.8),  rgba(240,240,200,0.8) );
	background-image : -webkit-linear-gradient(left, rgba(40,40,20,0.8),  rgba(240,240,200,0.8) );
	background-image : -ms-linear-gradient(left, rgba(40,40,20,0.8),  rgba(240,240,200,0.8) );

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#CC282815', EndColorStr='#CCF0F0C8');
}


.cover_shadow.press .hard_left_body{
	position : absolute;
	left : 4%;
	top : 0px;
	width:6px;
	height:100%;

	background-image : linear-gradient(left, rgba(40,40,20,0.5), rgba(40,40,20,0));
	background-image : -o-linear-gradient(left, rgba(40,40,20,0.5), rgba(40,40,20,0));
	background-image : -moz-linear-gradient(left, rgba(40,40,20,0.5), rgba(40,40,20,0));
	background-image : -webkit-linear-gradient(left, rgba(40,40,20,0.5), rgba(40,40,20,0));
	background-image : -ms-linear-gradient(left, rgba(40,40,20,0.5), rgba(40,40,20,0));

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#77282815', EndColorStr='#00282815');
}

.cover_shadow.press.flip_x .hard_left_body{
	position : absolute;
	left : 4%;
	top : 0px;
	width:6px;
	height:100%;

	background-image : linear-gradient(left,  rgba(40,40,20,0.3), rgba(40,40,20,0));
	background-image : -o-linear-gradient(left,  rgba(40,40,20,0.3), rgba(40,40,20,0));
	background-image : -moz-linear-gradient(left,  rgba(40,40,20,0.3), rgba(40,40,20,0));
	background-image : -webkit-linear-gradient(left,  rgba(40,40,20,0.3), rgba(40,40,20,0));
	background-image : -ms-linear-gradient(left,  rgba(40,40,20,0.3), rgba(40,40,20,0));

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#77282815', EndColorStr='#00282815');
}

.cover_shadow.press .hard_bottom_border_width{
	left : 4.5%;
	width : 95.5%;
}

.cover_shadow.press .normal_left_border{
	position : absolute;
	left : 0px;
	top : 0px;
	width:2px;
	height:100%;

	background-image : linear-gradient(left, rgba(40,40,20,0.8), rgba(220,220,180,0.8));
	background-image : -o-linear-gradient(left, rgba(40,40,20,0.8), rgba(220,220,180,0.8));
	background-image : -moz-linear-gradient(left, rgba(40,40,20,0.8), rgba(220,220,180,0.8));
	background-image : -webkit-linear-gradient(left, rgba(40,40,20,0.8), rgba(220,220,180,0.8));
	background-image : -ms-linear-gradient(left, rgba(40,40,20,0.8), rgba(220,220,180,0.8));

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#CC282815', EndColorStr='#CCF0F0C8');
}

.cover_shadow.press .normal_left_body{
	position : absolute;
	left : 4%;
	top : 0px;
	width:3px;
	height:100%;

	background-image : linear-gradient(left, rgba(40,40,20,0.4), rgba(40,40,20,0));
	background-image : -o-linear-gradient(left, rgba(40,40,20,0.4), rgba(40,40,20,0));
	background-image : -moz-linear-gradient(left, rgba(40,40,20,0.4), rgba(40,40,20,0));
	background-image : -webkit-linear-gradient(left, rgba(40,40,20,0.4), rgba(40,40,20,0));
	background-image : -ms-linear-gradient(left, rgba(40,40,20,0.4), rgba(40,40,20,0));

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#66282815', EndColorStr='#00282815');
}

.cover_shadow.press.flip_x .normal_left_body{
	position : absolute;
	left : 4%;
	top : 0px;
	width:4px;
	height:100%;

	background-image : linear-gradient(left,  rgba(200,200,150,0.4), rgba(240,240,200, 0));
	background-image : -o-linear-gradient(left,  rgba(200,200,150,0.4), rgba(240,240,200, 0));
	background-image : -moz-linear-gradient(left,  rgba(200,200,150,0.4), rgba(240,240,200, 0));
	background-image : -webkit-linear-gradient(left,  rgba(200,200,150,0.4), rgba(240,240,200, 0));
	background-image : -ms-linear-gradient(left,  rgba(200,200,150,0.4), rgba(240,240,200, 0));

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#66C8C896', EndColorStr='#00F0F0C8');
}

/*sewing - sewing*/
.cover_shadow.sewing .hard_left_border{
	position : absolute;
	left : 0px;
	top : 0px;
	width:1.2%;
	height:100%;

	background-image : linear-gradient(left, rgba(220,220,220,0.5), rgba(220,220,220,0));
	background-image : -o-linear-gradient(left, rgba(220,220,220,0.5), rgba(220,220,220,0));
	background-image : -moz-linear-gradient(left, rgba(220,220,220,0.5), rgba(220,220,220,0));
	background-image : -webkit-linear-gradient(left, rgba(220,220,220,0.5), rgba(220,220,220,0));
	background-image : -ms-linear-gradient(left, rgba(220,220,220,0.5), rgba(220,220,220,0));

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#CCF0F0C8', EndColorStr='#00F0F0C8');
}

.cover_shadow.sewing .hard_leftbody{
	display:none;
}

.cover_shadow.sewing .normal_left_border{
	position : absolute;
	left : 0px;
	top : 0px;
	width:1.2%;
	height:100%;

	background-image : linear-gradient(left, rgba(220,220,220,0.5), rgba(220,220,220,0));
	background-image : -o-linear-gradient(left, rgba(220,220,220,0.5), rgba(220,220,220,0));
	background-image : -moz-linear-gradient(left, rgba(220,220,220,0.5), rgba(220,220,220,0));
	background-image : -webkit-linear-gradient(left, rgba(220,220,220,0.5), rgba(220,220,220,0));
	background-image : -ms-linear-gradient(left, rgba(220,220,220,0.5), rgba(220,220,220,0));

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#CCF0F0C8', EndColorStr='#ccF0F0C8');
}

.cover_shadow.sewing .normal_left_body{
	display:none;
}

.cover_shadow.sewing .hard_bottom_border_width{
	left : 0%;
	width : 100%;
}


/*hardcover - pit*/
.cover_shadow.pit .hard_left_border{
	position : absolute;
	left : 0px;
	top : 0px;
	width:6px;
	height:100%;

	background-image : linear-gradient(left, rgba(40,40,20,0.5), rgba(240,240,200,0.5));
	background-image : -o-linear-gradient(left, rgba(40,40,20,0.5), rgba(240,240,200,0.5));
	background-image : -moz-linear-gradient(left, rgba(40,40,20,0.5), rgba(240,240,200,0.5));
	background-image : -webkit-linear-gradient(left, rgba(40,40,20,0.5), rgba(240,240,200,0.5));
	background-image : -ms-linear-gradient(left, rgba(40,40,20,0.5), rgba(240,240,200,0.5));

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#77282815', EndColorStr='#77F0F0C8');
}

.cover_shadow.pit .hard_left_body{
	position : absolute;
	left : 6px;
	top : 0px;
	width:4%;
	height:100%;

	background-image : linear-gradient(left, rgba(210,210,180,0.5) 0%, rgba(40,40,20,0.1) 40%, rgba(40,40,20,0.5) 80%, rgba(210,210,180,0.5) 80%, rgba(210,210,180,0) 100%);
	background-image : -o-linear-gradient(left, rgba(210,210,180,0.5) 0%, rgba(40,40,20,0.1) 40%, rgba(40,40,20,0.5) 80%, rgba(210,210,180,0.5) 80%, rgba(210,210,180,0) 100%);
	background-image : -moz-linear-gradient(left, rgba(210,210,180,0.5) 0%, rgba(40,40,20,0.1) 40%, rgba(40,40,20,0.5) 80%, rgba(210,210,180,0.5) 80%, rgba(210,210,180,0) 100%);
	background-image : -webkit-linear-gradient(left, rgba(210,210,180,0.5) 0%, rgba(40,40,20,0.1) 40%, rgba(40,40,20,0.5) 80%, rgba(210,210,180,0.5) 80%, rgba(210,210,180,0) 100%);
	background-image : -ms-linear-gradient(left, rgba(210,210,180,0.5) 0%, rgba(40,40,20,0.1) 40%, rgba(40,40,20,0.5) 80%, rgba(210,210,180,0.5) 80%, rgba(210,210,180,0) 100%);

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#77F0F0C8', EndColorStr='#00F0F0C8');
}

.cover_shadow.pit .hard_bottom_border_width{
	left : 4%;
	width : 96%;
}

.cover_shadow.pit .normal_left_border{
	position : absolute;
	left : 0px;
	top : 0px;
	width:6px;
	height:100%;

	background-image : linear-gradient(left, rgba(240,240,200,0.4), rgba(240,240,200,0.2));
	background-image : -webkit-linear-gradient(left, rgba(240,240,200,0.4), rgba(240,240,200,0.2));
	background-image : -o-linear-gradient(left, rgba(240,240,200,0.4), rgba(240,240,200,0.2));
	background-image : -moz-linear-gradient(left, rgba(240,240,200,0.4), rgba(240,240,200,0.2));
	background-image : -ms-linear-gradient(left, rgba(240,240,200,0.4), rgba(240,240,200,0.2));

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#66F0F0C8', EndColorStr='#33F0F0C8');
}

.cover_shadow.pit .normal_left_body{
	position : absolute;
	left : 5%;
	top : 0px;
	width:6px;
	height:100%;

	background-image : linear-gradient(left, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.6) 50%, rgba(240,240,200,0.6) 50%, rgba(240,240,200,0.2) 100%);
	background-image : -o-linear-gradient(left, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.6) 50%, rgba(240,240,200,0.6) 50%, rgba(240,240,200,0.2) 100%);
	background-image : -moz-linear-gradient(left, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.6) 50%, rgba(240,240,200,0.6) 50%, rgba(240,240,200,0.2) 100%);
	background-image : -webkit-linear-gradient(left, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.6) 50%, rgba(240,240,200,0.6) 50%, rgba(240,240,200,0.2) 100%);
	background-image : -ms-linear-gradient(left, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.6) 50%, rgba(240,240,200,0.6) 50%, rgba(240,240,200,0.2) 100%);

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#77F0F0C8', EndColorStr='#00F0F0C8');
}

.cover_shadow.pit.flip_x .normal_left_body{
	position : absolute;
	left : 5%;
	top : 0px;
	width:6px;
	height:100%;

	background-image : linear-gradient(right, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.6) 50%, rgba(240,240,200,0.6) 50%, rgba(240,240,200,0.2) 100%);
	background-image : -o-linear-gradient(right, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.6) 50%, rgba(240,240,200,0.6) 50%, rgba(240,240,200,0.2) 100%);
	background-image : -moz-linear-gradient(right, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.6) 50%, rgba(240,240,200,0.6) 50%, rgba(240,240,200,0.2) 100%);
	background-image : -webkit-linear-gradient(right, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.6) 50%, rgba(240,240,200,0.6) 50%, rgba(240,240,200,0.2) 100%);
	background-image : -ms-linear-gradient(right, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.6) 50%, rgba(240,240,200,0.6) 50%, rgba(240,240,200,0.2) 100%);

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#00F0F0C8', EndColorStr='#77F0F0C8');
}

/*hardcover - pit2*/
.cover_shadow.pit2 .hard_left_border{
	position : absolute;
	left : 0px;
	top : 0px;
	width:1%;
	height:100%;

	background-image : linear-gradient(left, rgba(20,20,20,0.5), rgba(20,20,20,0));
	background-image : -o-linear-gradient(left, rgba(20,20,20,0.5), rgba(20,20,20,0));
	background-image : -moz-linear-gradient(left, rgba(20,20,20,0.5), rgba(20,20,20,0));
	background-image : -webkit-linear-gradient(left, rgba(20,20,20,0.5), rgba(20,20,20,0));
	background-image : -ms-linear-gradient(left, rgba(20,20,20,0.5), rgba(20,20,20,0));

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#77282815', EndColorStr='#77F0F0C8');
}

.cover_shadow.pit2 .hard_left_body{
	position : absolute;
	left : 1.4%;
	top : 0px;
	width:2%;
	height:100%;

	background-image : linear-gradient(left, rgba(210,210,180,0.1) 0%, rgba(210,210,180,0.4) 20%, rgba(210,210,180,0.1) 50%, rgba(40,40,20,0.5) 80%, rgba(40,40,20,0) 100%);
	background-image : -o-linear-gradient(left, rgba(210,210,180,0.1) 0%, rgba(210,210,180,0.4) 20%, rgba(210,210,180,0.1) 50%, rgba(40,40,20,0.5) 80%, rgba(40,40,20,0) 100%);
	background-image : -moz-linear-gradient(left, rgba(210,210,180,0.1) 0%, rgba(210,210,180,0.4) 20%, rgba(210,210,180,0.1) 50%, rgba(40,40,20,0.5) 80%, rgba(40,40,20,0) 100%);
	background-image : -webkit-linear-gradient(left, rgba(210,210,180,0.1) 0%, rgba(210,210,180,0.4) 20%, rgba(210,210,180,0.1) 50%, rgba(40,40,20,0.5) 80%, rgba(40,40,20,0) 100%);
	background-image : -ms-linear-gradient(left, rgba(210,210,180,0.1) 0%, rgba(210,210,180,0.4) 20%, rgba(210,210,180,0.1) 50%, rgba(40,40,20,0.5) 80%, rgba(40,40,20,0) 100%);

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#77F0F0C8', EndColorStr='#00F0F0C8');
}

.cover_shadow.pit2 .hard_bottom_border_width{
	left : 0%;
	width : 100%;
}

.cover_shadow.pit2 .normal_left_border{
	position : absolute;
	left : 0px;
	top : 0px;
	width:3px;
	height:100%;

	background-image : linear-gradient(left, rgba(240,240,200,0.4), rgba(240,240,200,0.2));
	background-image : -webkit-linear-gradient(left, rgba(240,240,200,0.4), rgba(240,240,200,0.2));
	background-image : -o-linear-gradient(left, rgba(240,240,200,0.4), rgba(240,240,200,0.2));
	background-image : -moz-linear-gradient(left, rgba(240,240,200,0.4), rgba(240,240,200,0.2));
	background-image : -ms-linear-gradient(left, rgba(240,240,200,0.4), rgba(240,240,200,0.2));

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#66F0F0C8', EndColorStr='#33F0F0C8');
}

.cover_shadow.pit2 .normal_left_body{
	position : absolute;
	left : 2%;
	top : 0px;
	width:4px;
	height:100%;

	background-image : linear-gradient(left, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.5) 50%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0.2) 100%);
	background-image : -o-linear-gradient(left, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.5) 50%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0.2) 100%);
	background-image : -moz-linear-gradient(left, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.5) 50%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0.2) 100%);
	background-image : -webkit-linear-gradient(left, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.5) 50%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0.2) 100%);
	background-image : -ms-linear-gradient(left, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.5) 50%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0.2) 100%);

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#77F0F0C8', EndColorStr='#00F0F0C8');
}

.cover_shadow.pit2.flip_x .normal_left_body{
	position : absolute;
	left : 2%;
	top : 0px;
	width:4px;
	height:100%;

	background-image : linear-gradient(right, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.5) 50%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0.2) 100%);
	background-image : -o-linear-gradient(right, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.5) 50%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0.2) 100%);
	background-image : -moz-linear-gradient(right, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.5) 50%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0.2) 100%);
	background-image : -webkit-linear-gradient(right, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.5) 50%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0.2) 100%);
	background-image : -ms-linear-gradient(right, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.5) 50%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0.2) 100%);

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#00F0F0C8', EndColorStr='#77F0F0C8');
}


/*saddle stitching -saddle*/
.cover_shadow.saddle .hard_left_border{
	position : absolute;
	left : 0px;
	top : 0px;
	width:2.4%;
	height:100%;

	background-image : linear-gradient(left, rgba(240,240,200,0) 0%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0) 100%);
	background-image : -o-linear-gradient(left, rgba(240,240,200,0) 0%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0) 100%);
	background-image : -moz-linear-gradient(left, rgba(240,240,200,0) 0%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0) 100%);
	background-image : -webkit-linear-gradient(left, rgba(240,240,200,0) 0%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0) 100%);
	background-image : -ms-linear-gradient(left, rgba(240,240,200,0) 0%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0) 100%);

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#88CCCCCC', EndColorStr='#00CCCCCC');
}

.cover_shadow.saddle .hard_left_body{
	display:none;
}

.cover_shadow.saddle .hard_bottom_border_width{
	left : 1.4%;
	width : 98.6%;
}

.cover_shadow.saddle .normal_left_border{
	position : absolute;
	left : 0px;
	top : 0px;
	width:2.4%;
	height:100%;

	background-image : linear-gradient(left, rgba(240,240,200,0) 0%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0) 100%);
	background-image : -o-linear-gradient(left, rgba(240,240,200,0) 0%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0) 100%);
	background-image : -moz-linear-gradient(left, rgba(240,240,200,0) 0%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0) 100%);
	background-image : -webkit-linear-gradient(left, rgba(240,240,200,0) 0%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0) 100%);
	background-image : -ms-linear-gradient(left, rgba(240,240,200,0) 0%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0) 100%);

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#88CCCCCC', EndColorStr='#00CCCCCC');
}

.cover_shadow.saddle .normal_left_body{
	display : none;
}


/*loose leaf stitching -loose*/
.cover_shadow.loose .hard_left_border{
	position : absolute;
	left : 0px;
	top : 0px;
	width:4px;
	height:100%;

	background-image : linear-gradient(left, rgba(240,240,200,0.8), rgba(240,240,200,0));
	background-image : -o-linear-gradient(left, rgba(240,240,200,0.8), rgba(240,240,200,0));
	background-image : -moz-linear-gradient(left, rgba(240,240,200,0.8), rgba(240,240,200,0));
	background-image : -webkit-linear-gradient(left, rgba(240,240,200,0.8), rgba(240,240,200,0));
	background-image : -ms-linear-gradient(left, rgba(240,240,200,0.8), rgba(240,240,200,0));

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#CCF0F0C8', EndColorStr='#00F0F0C8');
}

.cover_shadow.loose .hard_left_body{
	display : none;
}

.cover_shadow.loose .hard_bottom_border_width{
	left : 0%;
	width : 100%;
}

.cover_shadow.loose .normal_left_border{
	display : none;
}

.cover_shadow.loose .normal_left_body{
	display : none;
}


/*catalog default shadow*/
.cover_shadow.catalog .hard_left_border{
	position : absolute;
	left : 0px;
	top : 0px;
	width:2%;
	height:100%;

	background-image : linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -o-linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -moz-linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -webkit-linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -ms-linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#77151515', EndColorStr='#00DCDCB4');
}

.cover_shadow.catalog .hard_left_body{
	display : none;
}

.cover_shadow.catalog .hard_bottom_border_width{
	left : 0.2%;
	width : 99.8%;
}

.cover_shadow.catalog .normal_left_border{
	position : absolute;
	left : 0px;
	top : 0px;
	width:2%;
	height:100%;

	background-image : linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -o-linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -moz-linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -webkit-linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -ms-linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#88CCCCCC', EndColorStr='#00CCCCCC');
}

.cover_shadow.catalog .normal_left_body{
	display : none;
}

@-webkit-keyframes handSwipeAnimate{
	0%{
		opacity: 0;
		-webkit-transform:rotateZ(30deg);
		transform:rotateZ(30deg);
	}
	25%{
		opacity: 1;
		-webkit-transform:rotateZ(30deg);
		transform:rotateZ(30deg);
	}

	75%{opacity: 1;
		-webkit-transform:rotateZ(-30deg);
		transform:rotateZ(-30deg);
	}
	100%{
		opacity: 0;
		-webkit-transform:rotateZ(-30deg);
		transform:rotateZ(-30deg);
	}
}
@keyframes handSwipeAnimate{
	0%{
		opacity: 0;
		-webkit-transform:rotateZ(30deg);
		transform:rotateZ(30deg);
	}
	25%{
		opacity: 1;
		-webkit-transform:rotateZ(30deg);
		transform:rotateZ(30deg);
	}

	75%{opacity: 1;
		-webkit-transform:rotateZ(-30deg);
		transform:rotateZ(-30deg);
	}
	100%{
		opacity: 0;
		-webkit-transform:rotateZ(-30deg);
		transform:rotateZ(-30deg);
	}
}

@-webkit-keyframes handSwipeAnimate_Right{
	0%{
		opacity: 0;
		-webkit-transform:rotateZ(-30deg);
		transform:rotateZ(-30deg);
	}
	25%{
		opacity: 1;
		-webkit-transform:rotateZ(-30deg);
		transform:rotateZ(-30deg);
	}

	75%{opacity: 1;
		-webkit-transform:rotateZ(30deg);
		transform:rotateZ(30deg);
	}
	100%{
		opacity: 0;
		-webkit-transform:rotateZ(30deg);
		transform:rotateZ(30deg);
	}
}
@keyframes handSwipeAnimate_Right{
	0%{
		opacity: 0;
		-webkit-transform:rotateZ(-30deg);
		transform:rotateZ(-30deg);
	}
	25%{
		opacity: 1;
		-webkit-transform:rotateZ(-30deg);
		transform:rotateZ(-30deg);
	}

	75%{opacity: 1;
		-webkit-transform:rotateZ(30deg);
		transform:rotateZ(30deg);
	}
	100%{
		opacity: 0;
		-webkit-transform:rotateZ(30deg);
		transform:rotateZ(30deg);
	}
}

.handSwipeHelp_Left{
	opacity: 0;
	-webkit-transform:rotateZ(30deg);
	transform:rotateZ(30deg);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation : handSwipeAnimate 1.5s 1s infinite ease-in-out;
	animation : handSwipeAnimate 1.5s 1s infinite ease-in-out;
}
.handSwipeHelp_Right{
	opacity: 0;
	-webkit-transform : rotateZ(-30deg);
	transform : rotateZ(-30deg);
	-webkit-transform-origin : 50% 100%;
	transform-origin : 50% 100%;
	-webkit-animation : handSwipeAnimate_Right 1.5s 1s infinite ease-in-out;
	animation : handSwipeAnimate_Right 1.5s 1s infinite ease-in-out;
}
.handSwipeHelp_Right>img{
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.handSwipeHelp_Top{
	opacity: 0;
	-webkit-transform : rotateZ(30deg);
	transform : rotateZ(30deg);
	-webkit-transform-origin : 0 50%;
	transform-origin : 0 50%;
	-webkit-animation : handSwipeAnimate 1.5s 1s infinite ease-in-out;
	animation : handSwipeAnimate 1.5s 1s infinite ease-in-out;
}
.handSwipeHelp_Top>img{
	-webkit-transform: rotateZ(75deg);
	transform: rotateZ(75deg);
}
.textContainer a{
	color:inherit;
}

.annotationPanel>.topBox>.annoBtnBox>div{
	margin-left: 3px;
	border-radius:2px;
}
.annotationPanel>.topBox>.annoBtnBox>div:hover{
	background: #d3d3d8;
}
.annotationPanel>.topBox>.annoBtnBox .anno-split-line{
	float: left;
    width: 1px;
    height: 12px;
    margin: 13px 5px 11px 9px;
    background: rgba(0,0,0,0.25);
}
.anno-noteAdd{
	cursor:pointer;
	position:absolute;
	right:-22px;
	z-index:1111;
	top:0;
	width:18px;
	height:22px;
	background: url(./icon/note_page_add.png) top right no-repeat;
}
.anno-noteAdd:hover{
	opacity: 0.85;
}
.noteBox .note-btn-icon:hover{
  opacity: 0.5;
}
.lyric{
  transition: bottom 0.3s linear;
	width:190px;
	height:70px;
	position:absolute;
	right:55px;
	bottom:280px;
	background:rgba(0,0,0,0.6);
	border-radius:10px;
	color:#ffffff;
	padding:10px;
	font-size:15px;
	text-align:center;
	display:none;
}

.lyric .lyrics{
	width:100%;
	left:0;
	top:0;
	position:relative;
	-webkit-animation: 0.1s ease-in-out;
	animation: 0.1s ease-in-out;
}
.lyric .on{
  font-weight: bold;
  color: #36a3e1;
}
.lyric li{
	list-style:none;
	line-height:20px;
}
.lyric .arrow{
	border-width:6px 8px 6px 8px;
	border-style:solid;
	border-color:rgba(0,0,0,0.6) transparent transparent transparent;
	position:absolute;
	left:99px;
	top:100%;
}

.spirit{
	transition: bottom 0.3s linear;
	width:140px;
	height:220px;
	position:absolute;
	right:90px;
	bottom:40px;
	z-index:1000;
}
.spirit .person{
	width:140px;
	height:220px;
	position:absolute;
	left:0;
	top:0;
}
.spirit .shadow{
	position:absolute;
	z-index:-1;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}
.Peter .shadow{
	position:absolute;
	z-index:-1;
	left:-10px;
	right:0;
	bottom:-6px;
	margin:auto;
	width:90px;
}
.talk{
	background-position:0 0;
	animation:talkmove 3s infinite steps(1, end) both;
	-webkit-animation:talkmove 3s infinite steps(1, end) both;
}
.stand{
	background-position:280px 660px;
	animation:standmove 16s infinite steps(1, end) both;
	-webkit-animation:standmove 16s infinite steps(1, end) both;
}
.Alice{background:url("icon/Alice.png") no-repeat;}
.Peter{background:url("icon/Peter.png") no-repeat;}
@keyframes talkmove{
	0% {
		background-position:0 0;
	}
	4% {
		background-position:-140px 0;
	}
	8% {
		background-position:-280px 0;
	}
	16% {
		background-position:-420px 0;
	}
	20% {
		background-position:-560px 0;
	}
	24% {
		background-position:-700px 0;
	}
	28% {
		background-position:-840px 0;
	}
	32% {
		background-position:-980px 0;
	}
	36% {
		background-position:0 -220px;
	}
	40% {
		background-position:-140px -220px;
	}
	44% {
		background-position:-280px -220px;
	}
	48% {
		background-position:-420px -220px;
	}
	52% {
		background-position:-560px -220px;
	}
	56% {
		background-position:-700px -220px;
	}
	60% {
		background-position:-840px -220px;
	}
	64% {
		background-position:-980px -220px;
	}
	68% {
		background-position:0 -440px;
	}
	72% {
		background-position:-140px -440px;
	}
	76% {
		background-position:-280px -440px;
	}
	80% {
		background-position:-420px -440px;
	}
	84% {
		background-position:-560px -440px;
	}
	88% {
		background-position:-700px -440px;
	}
	92% {
		background-position:-840px -440px;
	}
	96% {
		background-position:-980px -440px;
	}
	100% {
		background-position:0 -660px;
	}
}
@keyframes standmove{
	0% {
		background-position:-280px -660px;
	}
	12.5% {
		background-position:-420px -660px;
	}
	25% {
		background-position:-560px -660px;
	}
	37.5% {
		background-position:-700px -660px;
	}
	50% {
		background-position:-840px -660px;
	}
	62.5% {
		background-position:-980px -660px;
	}
	75% {
		background-position:0 -880px;
	}
	87.5% {
		background-position:-140px -880px;
	}
	100% {
		background-position:-280px -880px;
	}
}

.assist-control{
	position: absolute;
    bottom: 40px;
    left: 23px;
    width: 94px;
    height: 94px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.assist-btn{
	cursor: pointer;
	width:40px;
	height:40px;
	background-color:rgba(11,11,11,0.35);
	float:left;
	margin:3px;
	text-align: center;
	line-height: 40px;
}
.assist-btn .assist-icon{
	-webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    background-position: center center;
	background-repeat: no-repeat;
    width:40px;
    height:40px;
    float:left;
}

.assist-play .assist-icon{
	background-image:url("icon/player-play.png");
}
.assist-pause .assist-icon{
	background-image:url("icon/player-pause.png");
}
.assist-next .assist-icon{
	background-image:url("icon/NE.png");
}
.assist-prev .assist-icon{
	background-image:url("icon/PR.png");
}
.assist-sound .assist-icon{
	background-image:url("icon/player-volume-full.png");
}
.assist-muted .assist-icon{
	background-image:url("icon/player-volume.png");
}
.assist-btn:hover{
	opacity: 0.8;
}
.assist-close{
	position:absolute;
	right:0;
	top:0;
	width:20px;
	height:20px;
	opacity: 0.5;
	background-color:rgba(11,11,11,0.35);
}
.assist-close .assist-icon{
	width:20px;
	height:20px;
	background-image:url("icon/close.png");
	-webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
}
.assistantButton{
	z-index: 111;
	transition: all 0.3s;
	position: absolute;
	right:0;
	bottom:0;
	width:42px;
	height:32px;
	cursor:pointer;
	opacity: 0.5;
	background:url(./icon/assistant.png) center center no-repeat;
	background-size: contain;
}
.assistantButton:hover{
	opacity: 1;
}

.hover_opacity:hover{
  opacity:0.8;
}

.hover_background:hover{
  background: rgba(0,0,0,0.1);
}

.bookmark_form .item:hover{
  background: rgba(0,0,0,0.1);
}

/* 电话号码弹框 */
.pctel_form{font-family:Arial;position:absolute;margin:auto;vertical-align: middle;width:170px;}
.pctel_form .stage{overflow:hidden;width:100%;position:relative;padding: 15px;}
.pctel_form .swiper{
    width:100%;
    position:relative;
    left:0;
    top:0;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
  }
.pctel_form .swiper .item{
	position:relative;
	font-size: 14px;
	height: 39px;
    line-height: 39px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.pctel_form .swiper .item .number{
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pctel_form .swiper .item a{
    display: inline-block;
    position: absolute;
    /* right: 10; */
    height: 39px;
    line-height: 39px;
    vertical-align: middle;
}
.pctel_form .stageArrow{
    position: absolute;
    font-size: 0px;
    z-index: 1;
    overflow: hidden;
    /* border-style: solid; */
    bottom:-3px;
}

.pictureList_win10{width:150px;height:196px;position:absolute;left:0;}
.pictureList_win10 .thumbnail .page{width:100%;height:20px;line-height:20px;}
.pictureList_win10 .thumbnail img{vertical-align:middle;width:100%;}
.pictureList_win10 .btn{position:absolute;top:0;bottom:0;width:18px;height:18px;cursor:pointer;margin:auto;z-index:3;}
.pictureList_win10 .leftBtn{left:0;}
.pictureList_win10 .rightBtn{right:0;}

.pictureList_win10{left:0;text-align:center;vertical-align:middle;}
.pictureList_win10 .thumbnail{width:100%;position:relative;display:inline-block;left:0;top:0;text-align:center;vertical-align:middle;}
.pictureList_win10:after{content:""; display:inline-block; height:100%;vertical-align:middle;}

.clickToRead{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: auto;
  margin-left: -70px;
  margin-top: -20px;
  color: #fff;
  background-color: rgba(0,0,0,.7);
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  z-index: 5000;
  transition: opacity .25s,background-color .25s;
  transition-delay: .5s,0s;

  touch-action: pan-y;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-weight:500;
}
.clickToRead:hover {
  background-color: rgba(0,0,0,.8);
}
.cover_shadow{
	position : absolute;
	left : 0px;
	top : 0px;
	width: 100%;
	height: 100%;
	pointer-events:none;
	z-index:1;
}

.flip_x{
	-moz-transform:scaleX(-1);
	-webkit-transform:scaleX(-1);
	-o-transform:scaleX(-1);
	-ms-transform:scaleX(-1);
	transform:scaleX(-1);
	filter:FlipH;
}

.flip_y{
	-moz-transform:scaleY(-1);
	-webkit-transform:scaleY(-1);
	-o-transform:scaleY(-1);
	-ms-transform:scaleX(-1);
	transform:scaleY(-1);
	filter:FlipV;
}

.hard_top_border{
	position : absolute;
	left : 0px;
	top : 0px;
	height:3px;
	width : 100%;
	
	background-image: linear-gradient(top, rgba(240,240,200,0.6), rgba(240,240,200,0));
  background-image: -o-linear-gradient(top, rgba(240,240,200,0.6), rgba(240,240,200,0));
  background-image: -moz-linear-gradient(top, rgba(240,240,200,0.6), rgba(240,240,200,0));
  background-image: -webkit-linear-gradient(top, rgba(240,240,200,0.6), rgba(240,240,200,0));
  background-image: -ms-linear-gradient(top, rgba(240,240,200,0.6), rgba(240,240,200,0));
  
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#CCF0F0C8', EndColorStr='#00F0F0C8');
}

.hard_inner_left_border{
	position : absolute;
	z-index:1;
	left : 0px;
	right : auto;
	top : 0px;
	width:10px;
	height:100%;
	
	background-image : linear-gradient(left, rgba(150,150,150,0.4), rgba(180,180,180,0));
	background-image : -o-linear-gradient(left, rgba(150,150,150,0.4), rgba(180,180,180,0));
	background-image : -moz-linear-gradient(left, rgba(150,150,150,0.4), rgba(180,180,180,0));
	background-image : -webkit-linear-gradient(left, rgba(150,150,150,0.4), rgba(180,180,180,0));
	background-image : -ms-linear-gradient(left, rgba(150,150,150,0.4), rgba(180,180,180,0));
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#66969696', EndColorStr='#00B4B4B4');
}

.hard_left_cover_border{
	position : absolute;
	z-index:0;
	left : 0px;
	right : auto;
	top : 0px;
	width:4px;
	height:100%;
	
	background-image: linear-gradient(left, rgba(180,180,140,0.6), rgba(180,180,140,0));
  background-image: -o-linear-gradient(left, rgba(180,180,140,0.6), rgba(180,180,140,0));
  background-image: -moz-linear-gradient(left, rgba(180,180,140,0.6), rgba(180,180,140,0));
  background-image: -webkit-linear-gradient(left, rgba(180,180,140,0.6), rgba(180,180,140,0));
  background-image: -ms-linear-gradient(left, rgba(180,180,140,0.6), rgba(180,180,140,0));
  
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#CCF0F0C8', EndColorStr='#00F0F0C8');
}

.cover_shadow.flip_x .hard_right_border{
	position : absolute;
	left : auto;
	right : 0px;
	top : 1px;
	width:3px;
	
	background-image : linear-gradient(right, rgba(220,220,180,0.6), rgba(220,220,180,0));
	background-image : -o-linear-gradient(right, rgba(220,220,180,0.6), rgba(220,220,180,0));
	background-image : -moz-linear-gradient(right, rgba(220,220,180,0.6), rgba(220,220,180,0));
	background-image : -webkit-linear-gradient(right, rgba(220,220,180,0.6), rgba(220,220,180,0));
	background-image : -ms-linear-gradient(right, rgba(220,220,180,0.6), rgba(220,220,180,0));
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#00F0F0C8', EndColorStr='#77C8C896');
}

.hard_right_border{
	position : absolute;
	left : auto;
	right : 0px;
	top : 1px;
	width:3px;
	
	background-image : linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
	background-image : -o-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
	background-image : -moz-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
	background-image : -webkit-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
	background-image : -ms-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#00F0F0C8', EndColorStr='#77C8C896');
}

.hard_bottom_border{
	position : absolute;
	left : 12px;
	top : auto;
	bottom : 0px;
	height:3px;
	
	background-image : linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
	background-image : -o-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
	background-image : -moz-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
	background-image : -webkit-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
	background-image : -ms-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#00F0F0C8', EndColorStr='#77C8C896');
}

/*flat stitching  - stitch*/
.cover_shadow.stitch .hard_left_border{
	position : absolute;
	left : 0px;
	top : 0px;
	width:0.5%;
	height:100%;
	
	background-image : linear-gradient(left, rgba(60,60,40,0.5), rgba(220,220,180,0));
	background-image : -o-linear-gradient(left, rgba(60,60,40,0.5), rgba(220,220,180,0));
	background-image : -moz-linear-gradient(left, rgba(60,60,40,0.5), rgba(220,220,180,0));
	background-image : -webkit-linear-gradient(left, rgba(60,60,40,0.5), rgba(220,220,180,0));
	background-image : -ms-linear-gradient(left, rgba(60,60,40,0.5), rgba(220,220,180,0));
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#CC3C3C28', EndColorStr='#CCDCDCB4');
}
			
/*.hard_stitch_shadow_body{
	position : absolute;
	left : 2%;
	top : 0px;
	width: 2%;
	height:100%;
	
	background-image : linear-gradient(left, rgba(220,220,180,0) 0%, rgba(220,220,180,0.4) 50%, rgba(220,220,180,0) 100%);
	background-image : -o-linear-gradient(left, rgba(220,220,180,0) 0%, rgba(220,220,180,0.4) 50%, rgba(220,220,180,0) 100%);
	background-image : -moz-linear-gradient(left, rgba(220,220,180,0) 0%, rgba(220,220,180,0.4) 50%, rgba(220,220,180,0) 100%);
	background-image : -webkit-linear-gradient(left, rgba(220,220,180,0) 0%, rgba(220,220,180,0.4) 50%, rgba(220,220,180,0) 100%);
	background-image : -ms-linear-gradient(left, rgba(220,220,180,0) 0%, rgba(220,220,180,0.4) 50%, rgba(220,220,180,0) 100%);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#66DCDCB4', EndColorStr='#00DCDCB4');
}*/

.cover_shadow.stitch .hard_left_body{
	position : absolute;
	left : 2.5%;
	top : 0px;
	width: 1.5%;
	height:100%;
	
	background-image : linear-gradient(left, rgba(225,225,225,0.1) 0%, rgba(225,225,225,0.4) 50%, rgba(40,40,20,0.4) 50%, rgba(40,40,20,0.1) 100%);
	background-image : -o-linear-gradient(left, rgba(225,225,225,0.1) 0%, rgba(225,225,225,0.4) 50%, rgba(40,40,20,0.4) 50%, rgba(40,40,20,0.1) 100%);
	background-image : -moz-linear-gradient(left, rgba(225,225,225,0.1) 0%, rgba(225,225,225,0.4) 50%, rgba(40,40,20,0.4) 50%, rgba(40,40,20,0.1) 100%);
	background-image : -webkit-linear-gradient(left, rgba(225,225,225,0.1) 0%, rgba(225,225,225,0.4) 50%, rgba(40,40,20,0.4) 50%, rgba(40,40,20,0.1) 100%);
	background-image : -ms-linear-gradient(left, rgba(225,225,225,0.1) 0%, rgba(225,225,225,0.4) 50%, rgba(40,40,20,0.4) 50%, rgba(40,40,20,0.1) 100%);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#66DCDCB4', EndColorStr='#00DCDCB4');
}

.cover_shadow.stitch.flip_x .hard_left_body{
	position : absolute;
	left : 2.5%;
	top : 0px;
	width: 1.5%;
	height:100%;
	
	background-image : linear-gradient(left, rgba(40,40,20,0.1) 0%, rgba(40,40,20,0.4) 50%, rgba(225,225,225,0.4) 50%, rgba(225,225,225,0.1) 100%);
	background-image : -o-linear-gradient(left, rgba(40,40,20,0.1) 0%, rgba(40,40,20,0.4) 50%, rgba(225,225,225,0.4) 50%, rgba(225,225,225,0.1) 100%);
	background-image : -moz-linear-gradient(left, rgba(40,40,20,0.1) 0%, rgba(40,40,20,0.4) 50%, rgba(225,225,225,0.4) 50%, rgba(225,225,225,0.1) 100%);
	background-image : -webkit-linear-gradient(left, rgba(40,40,20,0.1) 0%, rgba(40,40,20,0.4) 50%, rgba(225,225,225,0.4) 50%, rgba(225,225,225,0.1) 100%);
	background-image : -ms-linear-gradient(left, rgba(40,40,20,0.1) 0%, rgba(40,40,20,0.4) 50%, rgba(225,225,225,0.4) 50%, rgba(225,225,225,0.1) 100%);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#66DCDCB4', EndColorStr='#00DCDCB4');
}

.cover_shadow.stitch .hard_bottom_border_width{
	left : 0.5%;
	width : 99%;
}

.cover_shadow.stitch .normal_left_border{
	position : absolute;
	left : 0px;
	top : 0px;
	width:2px;
	height:100%;
	
	background-image : linear-gradient(left, rgba(200,200,200,1), rgba(200,200,200,0));
	background-image : -o-linear-gradient(left, rgba(200,200,200,1), rgba(200,200,200,0));
	background-image : -moz-linear-gradient(left, rgba(200,200,200,1), rgba(200,200,200,0));
	background-image : -webkit-linear-gradient(left, rgba(200,200,200,1), rgba(200,200,200,0));
	background-image : -ms-linear-gradient(left, rgba(200,200,200,1), rgba(200,200,200,0));
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#FFC8C8C8', EndColorStr='#CCC8C8C8');
}
			
.cover_shadow.stitch .normal_left_body{
	position : absolute;
	left : 3%;
	top : 0px;
	width: 3px;
	height:100%;
	
	background-image : linear-gradient(left, rgba(200,200,200,0) 0%, rgba(220,220,220,0.5) 50%, rgba(200,200,200,0) 100%);
	background-image : -o-linear-gradient(left, rgba(200,200,200,0) 0%, rgba(220,220,220,0.5) 50%, rgba(200,200,200,0) 100%);
	background-image : -moz-linear-gradient(left, rgba(200,200,200,0) 0%, rgba(220,220,220,0.5) 50%, rgba(200,200,200,0) 100%);
	background-image : -webkit-linear-gradient(left, rgba(200,200,200,0) 0%, rgba(220,220,220,0.5) 50%, rgba(200,200,200,0) 100%);
	background-image : -ms-linear-gradient(left, rgba(200,200,200,0) 0%, rgba(220,220,220,0.5) 50%, rgba(200,200,200,0) 100%);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#77151515', EndColorStr='#00DCDCB4');
}

/*side stitching  - side*/
.cover_shadow.side .hard_left_border{
	position : absolute;
	left : 0px;
	top : 0px;
	width:1.2%;
	height:100%;
	
	background-image : linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -o-linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -moz-linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -webkit-linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -ms-linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#77151515', EndColorStr='#00DCDCB4');
}
			
.cover_shadow.side .hard_left_body{
	position : absolute;
	left : 2.5%;
	top : 0px;
	width:1.5%;
	height:100%;
	
	background-image : linear-gradient(left, rgba(40,40,20,0) 0%, rgba(40,40,20,0.4) 35%, rgba(40,40,20,0) 100%);
	background-image : -o-linear-gradient(left, rgba(40,40,20,0) 0%, rgba(40,40,20,0.4) 35%, rgba(40,40,20,0) 100%);
	background-image : -moz-linear-gradient(left, rgba(40,40,20,0) 0%, rgba(40,40,20,0.4) 35%,  rgba(40,40,20,0) 100%);
	background-image : -webkit-linear-gradient(left, rgba(40,40,20,0) 0%, rgba(40,40,20,0.4) 35%,  rgba(40,40,20,0) 100%);
	background-image : -ms-linear-gradient(left, rgba(40,40,20,0) 0%, rgba(40,40,20,0.4) 35%, rgba(40,40,20,0) 100%);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#77282815', EndColorStr='#00282815');
}

.cover_shadow.side.flip_x .hard_left_body{
	position : absolute;
	left : 2.5%;
	top : 0px;
	width:1.5%;
	height:100%;
	
	background-image : linear-gradient(left, rgba(40,40,20,0) 0%, rgba(40,40,20,0.3) 35%, rgba(40,40,20,0) 100%);
	background-image : -o-linear-gradient(left, rgba(40,40,20,0) 0%, rgba(40,40,20,0.3) 35%, rgba(40,40,20,0) 100%);
	background-image : -moz-linear-gradient(left, rgba(40,40,20,0) 0%, rgba(40,40,20,0.3) 35%, rgba(40,40,20,0) 100%);
	background-image : -webkit-linear-gradient(left, rgba(40,40,20,0) 0%, rgba(40,40,20,0.3) 35%, rgba(40,40,20,0) 100%);
	background-image : -ms-linear-gradient(left, rgba(40,40,20,0) 0%, rgba(40,40,20,0.3) 35%, rgba(40,40,20,0) 100%);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#77282815', EndColorStr='#00282815');
}

.cover_shadow.side .hard_bottom_border_width{
	left : 0.4%;
	width : 99.6%;
}

.cover_shadow.side .normal_left_border{
	position : absolute;
	left : 0px;
	top : 0px;
	width:1.2%;
	height:100%;
	
	background-image : linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -o-linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -moz-linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -webkit-linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -ms-linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#88CCCCCC', EndColorStr='#00CCCCCC');
}
			
.cover_shadow.side .normal_left_body{
	display : none;
}

/*press stitching  - press*/
.cover_shadow.press .hard_left_border{
	position : absolute;
	left : 0px;
	top : 0px;
	width:2px;
	height:100%;
	
	background-image : linear-gradient(left, rgba(40,40,20,0.8),  rgba(240,240,200,0.8) );
	background-image : -o-linear-gradient(left, rgba(40,40,20,0.8),  rgba(240,240,200,0.8) );
	background-image : -moz-linear-gradient(left, rgba(40,40,20,0.8),  rgba(240,240,200,0.8) );
	background-image : -webkit-linear-gradient(left, rgba(40,40,20,0.8),  rgba(240,240,200,0.8) );
	background-image : -ms-linear-gradient(left, rgba(40,40,20,0.8),  rgba(240,240,200,0.8) );
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#CC282815', EndColorStr='#CCF0F0C8');
}

		
.cover_shadow.press .hard_left_body{
	position : absolute;
	left : 4%;
	top : 0px;
	width:6px;
	height:100%;
	
	background-image : linear-gradient(left, rgba(40,40,20,0.5), rgba(40,40,20,0));
	background-image : -o-linear-gradient(left, rgba(40,40,20,0.5), rgba(40,40,20,0));
	background-image : -moz-linear-gradient(left, rgba(40,40,20,0.5), rgba(40,40,20,0));
	background-image : -webkit-linear-gradient(left, rgba(40,40,20,0.5), rgba(40,40,20,0));
	background-image : -ms-linear-gradient(left, rgba(40,40,20,0.5), rgba(40,40,20,0));
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#77282815', EndColorStr='#00282815');
}

.cover_shadow.press.flip_x .hard_left_body{
	position : absolute;
	left : 4%;
	top : 0px;
	width:6px;
	height:100%;
	
	background-image : linear-gradient(left,  rgba(40,40,20,0.3), rgba(40,40,20,0)); 
	background-image : -o-linear-gradient(left,  rgba(40,40,20,0.3), rgba(40,40,20,0)); 
	background-image : -moz-linear-gradient(left,  rgba(40,40,20,0.3), rgba(40,40,20,0)); 
	background-image : -webkit-linear-gradient(left,  rgba(40,40,20,0.3), rgba(40,40,20,0)); 
	background-image : -ms-linear-gradient(left,  rgba(40,40,20,0.3), rgba(40,40,20,0)); 
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#77282815', EndColorStr='#00282815');
}

.cover_shadow.press .hard_bottom_border_width{
	left : 4.5%;
	width : 95.5%;
}

.cover_shadow.press .normal_left_border{
	position : absolute;
	left : 0px;
	top : 0px;
	width:2px;
	height:100%;
	
	background-image : linear-gradient(left, rgba(40,40,20,0.8), rgba(220,220,180,0.8));
	background-image : -o-linear-gradient(left, rgba(40,40,20,0.8), rgba(220,220,180,0.8));
	background-image : -moz-linear-gradient(left, rgba(40,40,20,0.8), rgba(220,220,180,0.8));
	background-image : -webkit-linear-gradient(left, rgba(40,40,20,0.8), rgba(220,220,180,0.8));
	background-image : -ms-linear-gradient(left, rgba(40,40,20,0.8), rgba(220,220,180,0.8));
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#CC282815', EndColorStr='#CCF0F0C8');
}
		
.cover_shadow.press .normal_left_body{
	position : absolute;
	left : 4%;
	top : 0px;
	width:3px;
	height:100%;
	
	background-image : linear-gradient(left, rgba(40,40,20,0.4), rgba(40,40,20,0));
	background-image : -o-linear-gradient(left, rgba(40,40,20,0.4), rgba(40,40,20,0));
	background-image : -moz-linear-gradient(left, rgba(40,40,20,0.4), rgba(40,40,20,0));
	background-image : -webkit-linear-gradient(left, rgba(40,40,20,0.4), rgba(40,40,20,0));
	background-image : -ms-linear-gradient(left, rgba(40,40,20,0.4), rgba(40,40,20,0));
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#66282815', EndColorStr='#00282815');
}

.cover_shadow.press.flip_x .normal_left_body{
	position : absolute;
	left : 4%;
	top : 0px;
	width:4px;
	height:100%;
	
	background-image : linear-gradient(left,  rgba(200,200,150,0.4), rgba(240,240,200, 0)); 
	background-image : -o-linear-gradient(left,  rgba(200,200,150,0.4), rgba(240,240,200, 0)); 
	background-image : -moz-linear-gradient(left,  rgba(200,200,150,0.4), rgba(240,240,200, 0)); 
	background-image : -webkit-linear-gradient(left,  rgba(200,200,150,0.4), rgba(240,240,200, 0)); 
	background-image : -ms-linear-gradient(left,  rgba(200,200,150,0.4), rgba(240,240,200, 0)); 
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#66C8C896', EndColorStr='#00F0F0C8');
}

/*sewing - sewing*/
.cover_shadow.sewing .hard_left_border{
	position : absolute;
	left : 0px;
	top : 0px;
	width:1.2%;
	height:100%;
	
	background-image : linear-gradient(left, rgba(220,220,220,0.5), rgba(220,220,220,0));
	background-image : -o-linear-gradient(left, rgba(220,220,220,0.5), rgba(220,220,220,0));
	background-image : -moz-linear-gradient(left, rgba(220,220,220,0.5), rgba(220,220,220,0));
	background-image : -webkit-linear-gradient(left, rgba(220,220,220,0.5), rgba(220,220,220,0));
	background-image : -ms-linear-gradient(left, rgba(220,220,220,0.5), rgba(220,220,220,0));
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#CCF0F0C8', EndColorStr='#00F0F0C8');
}

.cover_shadow.sewing .hard_leftbody{
	display:none;
}

.cover_shadow.sewing .normal_left_border{
	position : absolute;
	left : 0px;
	top : 0px;
	width:1.2%;
	height:100%;
	
	background-image : linear-gradient(left, rgba(220,220,220,0.5), rgba(220,220,220,0));
	background-image : -o-linear-gradient(left, rgba(220,220,220,0.5), rgba(220,220,220,0));
	background-image : -moz-linear-gradient(left, rgba(220,220,220,0.5), rgba(220,220,220,0));
	background-image : -webkit-linear-gradient(left, rgba(220,220,220,0.5), rgba(220,220,220,0));
	background-image : -ms-linear-gradient(left, rgba(220,220,220,0.5), rgba(220,220,220,0));
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#CCF0F0C8', EndColorStr='#ccF0F0C8');
}

.cover_shadow.sewing .normal_left_body{
	display:none;
}

.cover_shadow.sewing .hard_bottom_border_width{
	left : 0%;
	width : 100%;
}


/*hardcover - pit*/
.cover_shadow.pit .hard_left_border{
	position : absolute;
	left : 0px;
	top : 0px;
	width:6px;
	height:100%;
	
	background-image : linear-gradient(left, rgba(40,40,20,0.5), rgba(240,240,200,0.5));
	background-image : -o-linear-gradient(left, rgba(40,40,20,0.5), rgba(240,240,200,0.5));
	background-image : -moz-linear-gradient(left, rgba(40,40,20,0.5), rgba(240,240,200,0.5));
	background-image : -webkit-linear-gradient(left, rgba(40,40,20,0.5), rgba(240,240,200,0.5));
	background-image : -ms-linear-gradient(left, rgba(40,40,20,0.5), rgba(240,240,200,0.5));
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#77282815', EndColorStr='#77F0F0C8');
}

.cover_shadow.pit .hard_left_body{
	position : absolute;
	left : 6px;
	top : 0px;
	width:4%;
	height:100%;
	
	background-image : linear-gradient(left, rgba(210,210,180,0.5) 0%, rgba(40,40,20,0.1) 40%, rgba(40,40,20,0.5) 80%, rgba(210,210,180,0.5) 80%, rgba(210,210,180,0) 100%);
	background-image : -o-linear-gradient(left, rgba(210,210,180,0.5) 0%, rgba(40,40,20,0.1) 40%, rgba(40,40,20,0.5) 80%, rgba(210,210,180,0.5) 80%, rgba(210,210,180,0) 100%);
	background-image : -moz-linear-gradient(left, rgba(210,210,180,0.5) 0%, rgba(40,40,20,0.1) 40%, rgba(40,40,20,0.5) 80%, rgba(210,210,180,0.5) 80%, rgba(210,210,180,0) 100%);
	background-image : -webkit-linear-gradient(left, rgba(210,210,180,0.5) 0%, rgba(40,40,20,0.1) 40%, rgba(40,40,20,0.5) 80%, rgba(210,210,180,0.5) 80%, rgba(210,210,180,0) 100%);
	background-image : -ms-linear-gradient(left, rgba(210,210,180,0.5) 0%, rgba(40,40,20,0.1) 40%, rgba(40,40,20,0.5) 80%, rgba(210,210,180,0.5) 80%, rgba(210,210,180,0) 100%);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#77F0F0C8', EndColorStr='#00F0F0C8');
}

.cover_shadow.pit .hard_bottom_border_width{
	left : 4%;
	width : 96%;
}

.cover_shadow.pit .normal_left_border{
	position : absolute;
	left : 0px;
	top : 0px;
	width:6px;
	height:100%;
	
	background-image : linear-gradient(left, rgba(240,240,200,0.4), rgba(240,240,200,0.2));
	background-image : -webkit-linear-gradient(left, rgba(240,240,200,0.4), rgba(240,240,200,0.2));
	background-image : -o-linear-gradient(left, rgba(240,240,200,0.4), rgba(240,240,200,0.2));
	background-image : -moz-linear-gradient(left, rgba(240,240,200,0.4), rgba(240,240,200,0.2));
	background-image : -ms-linear-gradient(left, rgba(240,240,200,0.4), rgba(240,240,200,0.2));
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#66F0F0C8', EndColorStr='#33F0F0C8');
}

.cover_shadow.pit .normal_left_body{
	position : absolute;
	left : 5%;
	top : 0px;
	width:6px;
	height:100%;
	
	background-image : linear-gradient(left, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.6) 50%, rgba(240,240,200,0.6) 50%, rgba(240,240,200,0.2) 100%);
	background-image : -o-linear-gradient(left, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.6) 50%, rgba(240,240,200,0.6) 50%, rgba(240,240,200,0.2) 100%);
	background-image : -moz-linear-gradient(left, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.6) 50%, rgba(240,240,200,0.6) 50%, rgba(240,240,200,0.2) 100%);
	background-image : -webkit-linear-gradient(left, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.6) 50%, rgba(240,240,200,0.6) 50%, rgba(240,240,200,0.2) 100%);
	background-image : -ms-linear-gradient(left, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.6) 50%, rgba(240,240,200,0.6) 50%, rgba(240,240,200,0.2) 100%);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#77F0F0C8', EndColorStr='#00F0F0C8');
}

.cover_shadow.pit.flip_x .normal_left_body{
	position : absolute;
	left : 5%;
	top : 0px;
	width:6px;
	height:100%;
	
	background-image : linear-gradient(right, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.6) 50%, rgba(240,240,200,0.6) 50%, rgba(240,240,200,0.2) 100%);
	background-image : -o-linear-gradient(right, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.6) 50%, rgba(240,240,200,0.6) 50%, rgba(240,240,200,0.2) 100%);
	background-image : -moz-linear-gradient(right, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.6) 50%, rgba(240,240,200,0.6) 50%, rgba(240,240,200,0.2) 100%);
	background-image : -webkit-linear-gradient(right, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.6) 50%, rgba(240,240,200,0.6) 50%, rgba(240,240,200,0.2) 100%);
	background-image : -ms-linear-gradient(right, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.6) 50%, rgba(240,240,200,0.6) 50%, rgba(240,240,200,0.2) 100%);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#00F0F0C8', EndColorStr='#77F0F0C8');
}

/*hardcover - pit2*/
.cover_shadow.pit2 .hard_left_border{
	position : absolute;
	left : 0px;
	top : 0px;
	width:1%;
	height:100%;
	
	background-image : linear-gradient(left, rgba(20,20,20,0.5), rgba(20,20,20,0));
	background-image : -o-linear-gradient(left, rgba(20,20,20,0.5), rgba(20,20,20,0));
	background-image : -moz-linear-gradient(left, rgba(20,20,20,0.5), rgba(20,20,20,0));
	background-image : -webkit-linear-gradient(left, rgba(20,20,20,0.5), rgba(20,20,20,0));
	background-image : -ms-linear-gradient(left, rgba(20,20,20,0.5), rgba(20,20,20,0));
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#77282815', EndColorStr='#77F0F0C8');
}

.cover_shadow.pit2 .hard_left_body{
	position : absolute;
	left : 1.4%;
	top : 0px;
	width:2%;
	height:100%;
	
	background-image : linear-gradient(left, rgba(210,210,180,0.1) 0%, rgba(210,210,180,0.4) 20%, rgba(210,210,180,0.1) 50%, rgba(40,40,20,0.5) 80%, rgba(40,40,20,0) 100%);
	background-image : -o-linear-gradient(left, rgba(210,210,180,0.1) 0%, rgba(210,210,180,0.4) 20%, rgba(210,210,180,0.1) 50%, rgba(40,40,20,0.5) 80%, rgba(40,40,20,0) 100%);
	background-image : -moz-linear-gradient(left, rgba(210,210,180,0.1) 0%, rgba(210,210,180,0.4) 20%, rgba(210,210,180,0.1) 50%, rgba(40,40,20,0.5) 80%, rgba(40,40,20,0) 100%);
	background-image : -webkit-linear-gradient(left, rgba(210,210,180,0.1) 0%, rgba(210,210,180,0.4) 20%, rgba(210,210,180,0.1) 50%, rgba(40,40,20,0.5) 80%, rgba(40,40,20,0) 100%);
	background-image : -ms-linear-gradient(left, rgba(210,210,180,0.1) 0%, rgba(210,210,180,0.4) 20%, rgba(210,210,180,0.1) 50%, rgba(40,40,20,0.5) 80%, rgba(40,40,20,0) 100%);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#77F0F0C8', EndColorStr='#00F0F0C8');
}

.cover_shadow.pit2 .hard_bottom_border_width{
	left : 0%;
	width : 100%;
}

.cover_shadow.pit2 .normal_left_border{
	position : absolute;
	left : 0px;
	top : 0px;
	width:3px;
	height:100%;
	
	background-image : linear-gradient(left, rgba(240,240,200,0.4), rgba(240,240,200,0.2));
	background-image : -webkit-linear-gradient(left, rgba(240,240,200,0.4), rgba(240,240,200,0.2));
	background-image : -o-linear-gradient(left, rgba(240,240,200,0.4), rgba(240,240,200,0.2));
	background-image : -moz-linear-gradient(left, rgba(240,240,200,0.4), rgba(240,240,200,0.2));
	background-image : -ms-linear-gradient(left, rgba(240,240,200,0.4), rgba(240,240,200,0.2));
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#66F0F0C8', EndColorStr='#33F0F0C8');
}

.cover_shadow.pit2 .normal_left_body{
	position : absolute;
	left : 2%;
	top : 0px;
	width:4px;
	height:100%;
	
	background-image : linear-gradient(left, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.5) 50%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0.2) 100%);
	background-image : -o-linear-gradient(left, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.5) 50%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0.2) 100%);
	background-image : -moz-linear-gradient(left, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.5) 50%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0.2) 100%);
	background-image : -webkit-linear-gradient(left, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.5) 50%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0.2) 100%);
	background-image : -ms-linear-gradient(left, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.5) 50%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0.2) 100%);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#77F0F0C8', EndColorStr='#00F0F0C8');
}

.cover_shadow.pit2.flip_x .normal_left_body{
	position : absolute;
	left : 2%;
	top : 0px;
	width:4px;
	height:100%;
	
	background-image : linear-gradient(right, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.5) 50%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0.2) 100%);
	background-image : -o-linear-gradient(right, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.5) 50%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0.2) 100%);
	background-image : -moz-linear-gradient(right, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.5) 50%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0.2) 100%);
	background-image : -webkit-linear-gradient(right, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.5) 50%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0.2) 100%);
	background-image : -ms-linear-gradient(right, rgba(60,60,60,0.2) 0%, rgba(20,20,20,0.5) 50%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0.2) 100%);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#00F0F0C8', EndColorStr='#77F0F0C8');
}


/*saddle stitching -saddle*/
.cover_shadow.saddle .hard_left_border{
	position : absolute;
	left : 0px;
	top : 0px;
	width:2.4%;
	height:100%;
	
	background-image : linear-gradient(left, rgba(240,240,200,0) 0%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0) 100%);
	background-image : -o-linear-gradient(left, rgba(240,240,200,0) 0%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0) 100%);
	background-image : -moz-linear-gradient(left, rgba(240,240,200,0) 0%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0) 100%);
	background-image : -webkit-linear-gradient(left, rgba(240,240,200,0) 0%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0) 100%);
	background-image : -ms-linear-gradient(left, rgba(240,240,200,0) 0%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0) 100%);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#88CCCCCC', EndColorStr='#00CCCCCC');
}
			
.cover_shadow.saddle .hard_left_body{
	display:none;
}

.cover_shadow.saddle .hard_bottom_border_width{
	left : 1.4%;
	width : 98.6%;
}

.cover_shadow.saddle .normal_left_border{
	position : absolute;
	left : 0px;
	top : 0px;
	width:2.4%;
	height:100%;
	
	background-image : linear-gradient(left, rgba(240,240,200,0) 0%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0) 100%);
	background-image : -o-linear-gradient(left, rgba(240,240,200,0) 0%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0) 100%);
	background-image : -moz-linear-gradient(left, rgba(240,240,200,0) 0%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0) 100%);
	background-image : -webkit-linear-gradient(left, rgba(240,240,200,0) 0%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0) 100%);
	background-image : -ms-linear-gradient(left, rgba(240,240,200,0) 0%, rgba(240,240,200,0.5) 50%, rgba(240,240,200,0) 100%);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#88CCCCCC', EndColorStr='#00CCCCCC');
}
			
.cover_shadow.saddle .normal_left_body{
	display : none;
}


/*loose leaf stitching -loose*/
.cover_shadow.loose .hard_left_border{
	position : absolute;
	left : 0px;
	top : 0px;
	width:4px;
	height:100%;
	
	background-image : linear-gradient(left, rgba(240,240,200,0.8), rgba(240,240,200,0));
	background-image : -o-linear-gradient(left, rgba(240,240,200,0.8), rgba(240,240,200,0));
	background-image : -moz-linear-gradient(left, rgba(240,240,200,0.8), rgba(240,240,200,0));
	background-image : -webkit-linear-gradient(left, rgba(240,240,200,0.8), rgba(240,240,200,0));
	background-image : -ms-linear-gradient(left, rgba(240,240,200,0.8), rgba(240,240,200,0));
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#CCF0F0C8', EndColorStr='#00F0F0C8');
}
			
.cover_shadow.loose .hard_left_body{
	display : none;
}

.cover_shadow.loose .hard_bottom_border_width{
	left : 0%;
	width : 100%;
}

.cover_shadow.loose .normal_left_border{
	display : none;
}
			
.cover_shadow.loose .normal_left_body{
	display : none;
}


/*catalog default shadow*/
.cover_shadow.catalog .hard_left_border{
	position : absolute;
	left : 0px;
	top : 0px;
	width:2%;
	height:100%;
	
	background-image : linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -o-linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -moz-linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -webkit-linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -ms-linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#77151515', EndColorStr='#00DCDCB4');
}
			
.cover_shadow.catalog .hard_left_body{
	display : none;
}

.cover_shadow.catalog .hard_bottom_border_width{
	left : 0.2%;
	width : 99.8%;
}

.cover_shadow.catalog .normal_left_border{
	position : absolute;
	left : 0px;
	top : 0px;
	width:2%;
	height:100%;
	
	background-image : linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -o-linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -moz-linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -webkit-linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -ms-linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#88CCCCCC', EndColorStr='#00CCCCCC');
}
			
.cover_shadow.catalog .normal_left_body{
	display : none;
}


/* middleshadow */
.leftShadow {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  z-index:5;
  pointer-events:none;
  -webkit-transform:translate3d(0,0,0);
  background-repeat:repeat-y;
  background-size:100% 100%;
}

/*right shadow*/
.rightShadow {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  z-index:5;
  pointer-events:none;
  -webkit-transform:translate3d(0,0,0);
  background-repeat:repeat-y;
  background-size:100% 100%;
}

.upShadow {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index:5;
  pointer-events:none;
  -webkit-transform:translate3d(0,0,0);
  background-repeat:repeat-x;
  background-size:100% 100%;
}

.downShadow {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index:5;
  pointer-events:none;
  -webkit-transform:translate3d(0,0,0);
  background-repeat:repeat-x;
  background-size:100% 100%;
}

.magazine.leftShadow{
  /* 鏉傚織楂樺厜闃村奖 */
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPsAAAABCAYAAAAYe9jZAAAAmElEQVQokbVPQQrDMAyTnDWxTP//Xe/SllCSsnWdQViSExkTADGus/+LfoLfmf87/w5/Qs+8b+azygE/ursDALae7k6S6e6IiASAiEhJMLOstXJd15SEWitLKSkJkhARkIRlWbLXktBay4iAmXHLhCTs3N2TJCUdOy9uvrypw1l/itE/DDhIEoBt2HnpvDJBP3tN3o6yjn1vgH4tTqB2KK0AAAAASUVORK5CYII=");
}

.magazine.rightShadow{
  /* 鏉傚織楂樺厜闃村奖 */
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJEAAAABCAYAAADevkxgAAAAj0lEQVQokZVPQQqEMBBL2o61UgqC4KVHv+P/f9PsYVF2ZdlqIAyTBCZDADsA4Q198Lr32Dpa+6UNw3DcaSS/siRbjBEkRfL0nXMNgHLOIinn3DnNrJVS4L1XCEEhBJmZzEzLsmAcR03TpJyzSima51nruiqlxFqrAGDbtuP/A0QfdzJPce1xx3ui39X+dnkBlW9HAKd4Q+sAAAAASUVORK5CYII=");
}

.magazine.upShadow{
  /* 鏉傚織楂樺厜闃村奖 */
 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD7CAYAAACrHP72AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAClSURBVDhPtVBbDsQgCBRcn/ECe/+DskrZ2ho1Nm35mDAPEVW5AAuOoOc+qL1Cb+dWBzT06dx1+oo2NxpYzc2BRvTYee8l8u9YAwQAcWOMcoK7EILCXITWWsCUkmhMtdZCGfIJ6YwxYlSNwTlHm5ZLXl4jleZdqGwFxdgWUkT0Ld38w5Y+4gQ97ToMpzTGYZdS/BjcoVJ9NpgOoYl8OlqF4fj9coU/IPMxMzf1vNgAAAAASUVORK5CYII=");
}

.magazine.downShadow{
  /* 鏉傚織楂樺厜闃村奖 */
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAACRCAYAAAACc9LKAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACXSURBVChTpY7bCsMgDEBjvFRFBEHwxV/a//+NWWZldqzr2i0PhyQnmgDHDRn0ADyzib3eWbSTYpZvwhgzL2gohNjannGv4bIssNpezjmOMRdC6Lb3tpnWumGMEVBKSaiUGmAxkHMGtNYSeu/HV/yCMKVEWEohdM4JrLX2vbyPyPTsFWKn9xGXhv/BevMhjkd+tNfFdwtwB1YvSbWgjf3VAAAAAElFTkSuQmCC");
}

.book.leftShadow{
  /* 鏅€氱焊璐ㄩ槾褰?*/
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, EndColorStr='#cc3f3f3f', StartColorStr='#007b7b7b');
  background-image: linear-gradient(right, rgba(60, 60, 60, 0.4) 0%, rgba(50, 50, 50, 0.1) 54%, rgba(200, 200, 200, 0) 100%);
  background-image: -o-linear-gradient(right, rgba(60, 60, 60, 0.4) 0%, rgba(50, 50, 50, 0.1) 54%, rgba(200, 200, 200, 0) 100%);
  background-image: -moz-linear-gradient(right, rgba(60, 60, 60, 0.4) 0%, rgba(50, 50, 50, 0.1) 54%, rgba(200, 200, 200, 0) 100%);
  background-image: -webkit-linear-gradient(right, rgba(60, 60, 60, 0.4) 0%, rgba(50, 50, 50, 0.1) 54%, rgba(200, 200, 200, 0) 100%);
  background-image: -ms-linear-gradient(right, rgba(60, 60, 60, 0.4) 0%, rgba(50, 50, 50, 0.1) 54%, rgba(200, 200, 200, 0) 100%);
}

.book.rightShadow{
  /* 鏅€氱焊璐ㄩ槾褰?*/
  background-image: linear-gradient(left, rgba(53, 53, 53, 0.5) 0%, rgba(53, 53, 53, 0.2) 40%,rgba(53, 53, 53, 0.1) 60%, rgba(200, 200, 200, 0) 100%);
  background-image: -webkit-linear-gradient(left, rgba(53, 53, 53, 0.5) 0%, rgba(53, 53, 53, 0.2) 40%,rgba(53, 53, 53, 0.1) 60%, rgba(200, 200, 200, 0) 100%);
  background-image: -moz-linear-gradient(left, rgba(53, 53, 53, 0.5) 0%, rgba(53, 53, 53, 0.2) 40%,rgba(53, 53, 53, 0.1) 60%, rgba(200, 200, 200, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(53, 53, 53, 0.5) 0%, rgba(53, 53, 53, 0.2) 40%,rgba(53, 53, 53, 0.1) 60%, rgba(200, 200, 200, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(53, 53, 53, 0.5) 0%, rgba(53, 53, 53, 0.2) 40%,rgba(53, 53, 53, 0.1) 60%, rgba(200, 200, 200, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, EndColorStr='#00C8C8C8', StartColorStr='#CC5D5D5D');
}

.book.upShadow {
  /* 鏅€氱焊璐ㄩ槾褰?*/
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#cc3f3f3f', StartColorStr='#007b7b7b');
  background-image: linear-gradient(bottom, rgba(60, 60, 60, 0.4) 0%, rgba(50, 50, 50, 0.1) 54%, rgba(200, 200, 200, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(60, 60, 60, 0.4) 0%, rgba(50, 50, 50, 0.1) 54%, rgba(200, 200, 200, 0) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(60, 60, 60, 0.4) 0%, rgba(50, 50, 50, 0.1) 54%, rgba(200, 200, 200, 0) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(60, 60, 60, 0.4) 0%, rgba(50, 50, 50, 0.1) 54%, rgba(200, 200, 200, 0) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(60, 60, 60, 0.4) 0%, rgba(50, 50, 50, 0.1) 54%, rgba(200, 200, 200, 0) 100%);
}

.book.downShadow {
  /* 鏅€氱焊璐ㄩ槾褰?*/
  background-image: linear-gradient(top, rgba(53, 53, 53, 0.5) 0%, rgba(53, 53, 53, 0.2) 40%,rgba(53, 53, 53, 0.1) 60%, rgba(200, 200, 200, 0) 100%);
  background-image: -webkit-linear-gradient(top, rgba(53, 53, 53, 0.5) 0%, rgba(53, 53, 53, 0.2) 40%,rgba(53, 53, 53, 0.1) 60%, rgba(200, 200, 200, 0) 100%);
  background-image: -moz-linear-gradient(top, rgba(53, 53, 53, 0.5) 0%, rgba(53, 53, 53, 0.2) 40%,rgba(53, 53, 53, 0.1) 60%, rgba(200, 200, 200, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(53, 53, 53, 0.5) 0%, rgba(53, 53, 53, 0.2) 40%,rgba(53, 53, 53, 0.1) 60%, rgba(200, 200, 200, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(53, 53, 53, 0.5) 0%, rgba(53, 53, 53, 0.2) 40%,rgba(53, 53, 53, 0.1) 60%, rgba(200, 200, 200, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#00C8C8C8', StartColorStr='#CC5D5D5D');
}

/* magazine flip shadow */
.flip-shadowB2 {
	background-image : url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAABCAYAAACCGM0BAAAAOklEQVQImXWO0QoAIAgDr///YzPrxWCMeji2iTgHsIFqlpGi18/2L1USCMlh87D9X/bbr25Hfy/JdQBz/TsEbrOLMAAAAABJRU5ErkJggg==");
	background-repeat : repeat-y;


	overflow : hidden;
	width : 60px;
	z-index : 20;
	position : absolute;
	visibility : hidden;
	transform-origin : 0% 50%;
	-webkit-transform-origin : 0% 50%;
	-moz-transform-origin : 0% 50%;
	-ms-transform-origin : 0% 50%;

	 -webkit-transform : translate3d(0,0,0) scaleX(1) rotate(0);
	-moz-transform : translate3d(0,0,0) scaleX(1) rotate(0);
	-ms-transform : translate3d(0,0,0) scaleX(1) rotate(0);
	-o-transform : translate3d(0,0,0) scaleX(1) rotate(0);
	transform : translate3d(0,0,0) scaleX(1) rotate(0);
}

.flip-top-edge-shadow{
  background-image : url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABCAYAAAD0In+KAAAAEUlEQVQImWMUFhbWl5CUcAAAA6cA84gDP9QAAAAASUVORK5CYII=");
	background-repeat : repeat-y;

	width : 3px;
	overflow : hidden;
	visibility : hidden;
	z-index : 21;
	position : absolute;
	/* opacity : 0.2; */

	 -webkit-transform : translate3d(0,0,0) scaleX(1) rotate(0);
	-moz-transform : translate3d(0,0,0) scaleX(1) rotate(0);
	-ms-transform : translate3d(0,0,0) scaleX(1) rotate(0);
	-o-transform : translate3d(0,0,0) scaleX(1) rotate(0);
	transform : translate3d(0,0,0) scaleX(1) rotate(0);
}

.flip-top-hightlight-shadow{
  background-image : url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAABCAYAAADTjP5iAAAASUlEQVQImQXBIRKAMAwEwGMgTS4MtLVIDG+nlhdhG08tu1Nr7RARppTcaBvJQnp2srqz0Lyq6W6qeRFZAVwATgDzN8YbEU/0fv8rLA6f2wxeewAAAABJRU5ErkJggg==");
	background-repeat : repeat-y;

	width : 18px;
	overflow : hidden;
	visibility : hidden;
	z-index : 22;
	position : absolute;
	/* opacity : 0.2; */

	 -webkit-transform : translate3d(0,0,0) scaleX(1) rotate(0);
	-moz-transform : translate3d(0,0,0) scaleX(1) rotate(0);
	-ms-transform : translate3d(0,0,0) scaleX(1) rotate(0);
	-o-transform : translate3d(0,0,0) scaleX(1) rotate(0);
	transform : translate3d(0,0,0) scaleX(1) rotate(0);
}

.flip-front-top-hightlight-shadow{
  background-image : url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFEAAAABCAYAAACmAULBAAAAVUlEQVQYlW3Oyw6AIAxE0UtE0P//WAXBuinJpHFxMn0s2mRmGcjABuxAkazikIxOp30NsxoUkf3m+mNJAuAFDJju8exeN6+buyUvEfu/XZNUXe4NYHyaqCkBrhnpdAAAAABJRU5ErkJggg==");
  background-repeat : repeat-y;
  background-size: 100% auto;

	width : 78px;
	overflow : hidden;
	visibility : hidden;
	z-index : 23;
	position : absolute;
	/* opacity : 0.2; */

	 -webkit-transform : translate3d(0,0,0) scaleX(1) rotate(0);
	-moz-transform : translate3d(0,0,0) scaleX(1) rotate(0);
	-ms-transform : translate3d(0,0,0) scaleX(1) rotate(0);
	-o-transform : translate3d(0,0,0) scaleX(1) rotate(0);
	transform : translate3d(0,0,0) scaleX(1) rotate(0);
}

.flip-topshadow2 {

	background-image : url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAK0AAAABCAYAAACscS7WAAAA90lEQVQokU2QO7JtOQhD9fFk7/zjrdWBj191QIEQCEr++/uzbSUhiV44URO1cVIloa2bKic0Vfsias+tT3Vyc1qdHp2+uuq5c6dHPf/XqNqjc6J74+Lm4rbuiZImrXr/9C+UJE3tWLadJIktx7Ej2f5RtiI5SLFkSRGyjJEjkKQCljAokgIEHiaM2xP+cWUYrUNhGFagY3d+y6BAxsVs/Xh667Yy8u0L0O3tX25bbqa8mq8b+cdD931X++1/y7f1nw5P52nS7cvTub8u23d/GBlf+ZZBHt5HYNkI3H22jtd/HNn1JIxMM3s+/Dy8vefnz28s5Alr838eQCtDnbN/rgAAAABJRU5ErkJggg==");
  background-repeat : repeat-y; 
  background-size: 100% auto;
  
  /* background:rgba(0,0,0,0.3); */

	width : 260px;
	overflow : hidden;
	visibility : hidden;
	z-index : 20;
	position : absolute;
	/* opacity : 0.2; */

	 -webkit-transform : translate3d(0,0,0) scaleX(1) rotate(0);
	-moz-transform : translate3d(0,0,0) scaleX(1) rotate(0);
	-ms-transform : translate3d(0,0,0) scaleX(1) rotate(0);
	-o-transform : translate3d(0,0,0) scaleX(1) rotate(0);
	transform : translate3d(0,0,0) scaleX(1) rotate(0);
}

/* vertical */
.flip-vertical-shadowB2 {
	background-image : url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA8CAYAAACn8dD6AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABDSURBVChTYwCC/0xA4h+c+IuF+IPKQnB/w7k4WWgEWOIXqhiCi5BFU4KmDpsYNiuxOQjMwkageRUSGsxAggFIMDAAAH9eOYFL8ExkAAAAAElFTkSuQmCC");
	background-repeat : repeat-x;


	overflow : hidden;
	height : 60px;
	z-index : 20;
	position : absolute;
	visibility : hidden;
	transform-origin : 50% 0%;
	-webkit-transform-origin : 50% 0%;
	-moz-transform-origin : 50% 0%;
	-ms-transform-origin : 50% 0%;

	 -webkit-transform : translate3d(0,0,0) scaleY(1) rotate(0);
	-moz-transform : translate3d(0,0,0) scaleY(1) rotate(0);
	-ms-transform : translate3d(0,0,0) scaleY(1) rotate(0);
	-o-transform : translate3d(0,0,0) scaleY(1) rotate(0);
	transform : translate3d(0,0,0) scaleY(1) rotate(0);
}

.flip-vertical-top-edge-shadow{
  background-image : url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAASSURBVBhXYxAWFtZnkpCUcAAABBEA9Or2CWQAAAAASUVORK5CYII=");
	background-repeat : repeat-x;

	height : 3px;
	overflow : hidden;
	visibility : hidden;
	z-index : 21;
	position : absolute;
	/* opacity : 0.2; */

	 -webkit-transform : translate3d(0,0,0) scaleY(1) rotate(0);
	-moz-transform : translate3d(0,0,0) scaleY(1) rotate(0);
	-ms-transform : translate3d(0,0,0) scaleY(1) rotate(0);
	-o-transform : translate3d(0,0,0) scaleY(1) rotate(0);
	transform : translate3d(0,0,0) scaleY(1) rotate(0);
}

.flip-vertical-top-hightlight-shadow{
  background-image : url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAASCAYAAACaV7S8AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABVSURBVBhXFcc7DoAgEEXRydNhPkaR1g24dmldkS300pigNjfnUs55AzMbQggONZ1hZusXj3CzBPd/1RNEZYGKRIzME4hop97782vA3dqFWuuJWsrxAsikEpX1bl+vAAAAAElFTkSuQmCC");
	background-repeat : repeat-x;

	height : 18px;
	overflow : hidden;
	visibility : hidden;
	z-index : 22;
	position : absolute;
	/* opacity : 0.2; */

	 -webkit-transform : translate3d(0,0,0) scaleY(1) rotate(0);
	-moz-transform : translate3d(0,0,0) scaleY(1) rotate(0);
	-ms-transform : translate3d(0,0,0) scaleY(1) rotate(0);
	-o-transform : translate3d(0,0,0) scaleY(1) rotate(0);
	transform : translate3d(0,0,0) scaleY(1) rotate(0);
}

.flip-vertical-front-top-hightlight-shadow{
  background-image : url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABRCAYAAAATm8x+AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABfSURBVChTbc5JEsAgCARAspv/PzabkYQ5MAXlpWtEBURV51FEwGQsxhrTFikx9didVMO3dJHaA8wl2A8LcVMyRMRohhqv83i6/Xj5EQmcMR2RXi3BJ+jClMBc7lJ/pH7ykCmgdSDMWgAAAABJRU5ErkJggg==");
  background-repeat : repeat-x;
  background-size: auto 100%;

	height : 78px;
	overflow : hidden;
	visibility : hidden;
	z-index : 23;
	position : absolute;
	/* opacity : 0.2; */

	 -webkit-transform : translate3d(0,0,0) scaleY(1) rotate(0);
	-moz-transform : translate3d(0,0,0) scaleY(1) rotate(0);
	-ms-transform : translate3d(0,0,0) scaleY(1) rotate(0);
	-o-transform : translate3d(0,0,0) scaleY(1) rotate(0);
	transform : translate3d(0,0,0) scaleY(1) rotate(0);
}

.flip-vertical-topshadow2 {

	background-image : url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAACtCAYAAABxyxUcAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEdSURBVDhPTZFZEsMwDELl5bK5/7fl8pCdNJ0yAiG8xfM8rbfWouvbgKsDDRiGAenj+MYYTQ3ohFJJe8ET89IpmLZQSRSlO6kOdfdOuGvzf6iBseldicp4tNrk2Ya2hkXR/NHOiThCgSkGmfXTUfWVJkfrgUzRI4S6IF8Tkkal6RZCVaMMqthUbTc1GNs7aIy+t7QIGpLKLM3watAsjWQ3iiogHZqjJ+aiW9Td3HlnU1V6gllVRxOMvoo6lCg005ULjaj88q5FoKiqvJeX7mXt7d7Fc5GHtr68JVhof8k07qwB6m0o4EuuJctcSxrQRJ3so35aLlU65dH2vnm1eF2su59FoMoXiw8aKVqhWKpLdRqXHjDVS/P8yQtGZvsBSUUsmmgUOYgAAAAASUVORK5CYII=");
  background-repeat : repeat-x; 
  background-size: auto 100%;

	height : 260px;
	overflow : hidden;
	visibility : hidden;
	z-index : 20;
	position : absolute;

	 -webkit-transform : translate3d(0,0,0) scaleY(1) rotate(0);
	-moz-transform : translate3d(0,0,0) scaleY(1) rotate(0);
	-ms-transform : translate3d(0,0,0) scaleY(1) rotate(0);
	-o-transform : translate3d(0,0,0) scaleY(1) rotate(0);
	transform : translate3d(0,0,0) scaleY(1) rotate(0);
}

/* book flip shadow */
.flip-shadowB {
	background-image : url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAyCAYAAACqNX6+AAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+nhxg7wAAAMVJREFUeJzt0TsOwyAQQEEbfP8T51clhYNTpJrijbRCbAdv37btue/7c4zxOJ/vOd/HGI855311X53vOd//neM4bovdfc652n/t/pmrt6zOqz/69bef/RZKQTAFwRQEUxBMQTAFwRQEUxBMQTAFwRQEUxBMQTAFwRQEUxBMQTAFwRQEUxBMQTAFwRQEUxBMQTAFwRQEUxBMQTAFwRQEUxBMQTAFwRQEUxBMQTAFwRQEUxBMQTAFwRQEUxBMQTAFwRQEUxDMCxXMZl/4RH3JAAAAAElFTkSuQmCC");
	background-repeat : repeat-y;

	overflow : hidden;
	width : 100px;
	opacity : 0.2;
	z-index : 20;
	position : absolute;
	visibility : hidden;
	transform-origin : 0% 50%;
	-webkit-transform-origin : 0% 50%;
	-moz-transform-origin : 0% 50%;
	-ms-transform-origin : 0% 50%;

	 -webkit-transform : translate3d(0,0,0) scaleX(1) rotate(0);
	-moz-transform : translate3d(0,0,0) scaleX(1) rotate(0);
	-ms-transform : translate3d(0,0,0) scaleX(1) rotate(0);
	-o-transform : translate3d(0,0,0) scaleX(1) rotate(0);
	transform : translate3d(0,0,0) scaleX(1) rotate(0);
}

.flip-topshadow {

	background-image : url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGMAAAAyCAYAAABI6WXHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFLaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0MiA3OS4xNjA5MjQsIDIwMTcvMDcvMTMtMDE6MDY6MzkgICAgICAgICI+CiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiLz4KIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+Cjw/eHBhY2tldCBlbmQ9InIiPz6eHGDvAAABBUlEQVR4Xu3RywrCMBQG4dQ2vv/T9i54UnKkFNzPYj74TRWNixmO43i17fs+xq5z27ZxXdcpdp3Lsoyxdv42z3Nbzec4a579O9cZv6/9rhr3TnH/b/G/9TzPsZQyxertbHvfzufz87P8Ta7dk2v354bYP5++M3b07bGtb71t6Ztv5/M53z+Xd7Q78/7r/17xIghjgBgDxBggxgAxBogxQIwBYgwQY4AYA8QYIMYAMQaIMUCMAWIMEGOAGAPEGCDGADEGiDFAjAFiDBBjgBgDxBggxgAxBogxQIwBYgwQY4AYA8QYIMYAMQaIMUCMAWIMEGOAGAPEGCDGADEGiDFAjAFiDIxSvrXsgWjB4GEcAAAAAElFTkSuQmCC");
	background-repeat : repeat-y;

	width : 100px;
	overflow : hidden;
	visibility : hidden;
	z-index : 20;
	position : absolute;
	opacity : 0.2;

	 -webkit-transform : translate3d(0,0,0) scaleX(1) rotate(0);
	-moz-transform : translate3d(0,0,0) scaleX(1) rotate(0);
	-ms-transform : translate3d(0,0,0) scaleX(1) rotate(0);
	-o-transform : translate3d(0,0,0) scaleX(1) rotate(0);
	transform : translate3d(0,0,0) scaleX(1) rotate(0);
}

/* vertical */
.flip-vertical-shadowB {

	background-image : url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAABjCAYAAADZ7VPjAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFLaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0MiA3OS4xNjA5MjQsIDIwMTcvMDcvMTMtMDE6MDY6MzkgICAgICAgICI+CiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiLz4KIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+Cjw/eHBhY2tldCBlbmQ9InIiPz6eHGDvAAACmElEQVR4Xt3GUWcqAAAF4B3LMinJRDKRmJGIkREjxogRERERET3EiOjhMmLEHmKMGDFGRIyIETERkZgxMZPIZDbJpsm9D+dPnPs9ffhnvfEfwObm5i8vDQaDYcVLw9bW1g8vDUaj8ZuXhu3t7SUvDSaTacFLg9ls/uKlwWKxfPLSYLVaP3hpsNlsc14adnZ23nlpsNvtM14aHA7HlJcGp9M54aVhd3f3jZcGl8v1ykuD2+0e89Lg8XheeGnY29t75qVhf3//iZcGr9c74qXB5/MNeWnw+/0DXhoODg76vDQEAoEeLw2Hh4ePvDQEg8EuLw1HR0cdXhpCodADLw3Hx8dtXhpOTk5avDSEw+F7XhpOT0+bvDREIpEGLw3RaLTOS0MsFrvjpSEej9/y0pBIJGq8NCSTyRteGlKpVJWXhnQ6fc1LQyaTueKlIZvNVnhpyOVyl7w0nJ2dlXlpyOfzF7w0FAqFEi8NxWLxnJeGP//w0nB+fl7kpaFUKhV4abi4uMjz0lAul894abi8vMzx0lCpVLK8NFxdXWV4abi+vk7z0lCtVlO8NNzc3CR5aajVagleGm5vb+O8NNzd3cV4aajX61FeGhqNRoSXhmazecpLw/39fZiXhlardcJLQ7vdPual4eHhIcRLQ6fTOeKlodvtBnlpeHx8POSlodfrBXhp6Pf7B7w0DAYDPy8Nw+HQx0vDaDTy8tLw9PS0z0vD8/PzHi8NLy8vHl4axuOxm5eG19dXFy8Nb29vu7w0TCYTJy8N0+nUwUvDbDaz89Lw/v6+w0vDfD638dLw8fFh5aXh8/PTwkvD19eXmZeGxWJh4qVhuVxu89Lw/f1t5KXh5+dni5eG1Wpl4KXh9/d3k5eG9XoNXtjGxl8L/sWgOuERLQAAAABJRU5ErkJggg==");
	background-repeat : repeat-x;


	overflow : hidden;
	height : 100px;
	opacity : 0.2;
	z-index : 20;
	position : absolute;
	visibility : hidden;
	transform-origin : 50% 0%;
	-webkit-transform-origin : 50% 0%;
	-moz-transform-origin : 50% 0%;
	-ms-transform-origin : 50% 0%;

	 -webkit-transform : translate3d(0,0,0) scaleY(1) rotate(0);
	-moz-transform : translate3d(0,0,0) scaleY(1) rotate(0);
	-ms-transform : translate3d(0,0,0) scaleY(1) rotate(0);
	-o-transform : translate3d(0,0,0) scaleY(1) rotate(0);
	transform : translate3d(0,0,0) scaleY(1) rotate(0);
}

.flip-vertical-topshadow {
	background-image : url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAABjCAYAAADZ7VPjAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFLaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0MiA3OS4xNjA5MjQsIDIwMTcvMDcvMTMtMDE6MDY6MzkgICAgICAgICI+CiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiLz4KIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+Cjw/eHBhY2tldCBlbmQ9InIiPz6eHGDvAAACU0lEQVR4Xu3cv2tTYRjF8TwSJbYQkAgaChIKJTgYUDAg1ICDGRykdDCgg4GCEhzEODhEHCQoCKFDIXTRDC5ZOgSnDC0ECpJFDDjEpRGHVDAoQTFIRM3hPH9Ez0s/8MJ3PdO9cH/YdDo9EgmATSaTqLc0G4/Hx7yl2Wg0Ou4tzYbD4by3NBsMBnFvadbv9094S7Ner3fSW5p1u91T3tKs0+kseEuzdrt9xluatVqtRW9p1mw2l7ylWaPROOstzer1+jlvaVar1c57S7NqtXrRW5pVKpVL3tKsXC5f9pZmpVLpirc0KxaLV72lWaFQuOYtza7PeEuzfD6/6i3NcrncDW9pls1mb3pLs0wmc9tbmqXT6TVvaZZKpe56S7NkMnnPW5olEon73tIsHo8/9JZmsVjskbc0i0ajFW9pNjtPmNow5ClTG4Y8Y2rDkBdMbRiyztSGIRtMbRiyydSGIS+Z2jDkNVMbhjSZ2jBki6kNQ94wtWFIm6kNQ3aY2jBkl6kNQ7pMbRjyjqkNQz4wtWHIR6Y2DNljasOQz0xtGLLP1IYhX5naMOQ7UxuG/GBqw5BfTG0Y8pupDUP+MLVhyF+mNgz5x9QWxLcjcDjkoDkcctAEMySoC2Iwtyg/mdow5BtTG4Z8YWrDkE9MbRjSZ2rDkPdMbRjylqkNQ7aZ2jAkmEdvwTzVfcXUhiHBvIvynKkNQx4ztWHIA6Y2DLnD1IYht5jaMGSFqQ1D8kxtGLLM1IYhF5jaMCSM79lnJ8XUhiGnmdowJIw/1czOHFMbhhxlKotE/gMzamDZt0bnMAAAAABJRU5ErkJggg==");
	background-repeat : repeat-x;

	height : 100px;
	overflow : hidden;
	visibility : hidden;
	z-index : 20;
	position : absolute;
	opacity : 0.2;

	 -webkit-transform : translate3d(0,0,0) scaleY(1) rotate(0);
	-moz-transform : translate3d(0,0,0) scaleY(1) rotate(0);
	-ms-transform : translate3d(0,0,0) scaleY(1) rotate(0);
	-o-transform : translate3d(0,0,0) scaleY(1) rotate(0);
	transform : translate3d(0,0,0) scaleY(1) rotate(0);
}


body{position:fixed;}
.video-player {}
.video-play, .volume-button {
	cursor: pointer;
}
.video-timer {
	cursor: default;
}

/*Start of circle*/
.video-player.circle{
	position:absolute;
}

.video-player.circle .bevel{
	width:0px;
	height:0px;
	display:none;
}

.video-circle-controls{
	z-index : 50;
    top: 2px;
    background : rgba(0,0,0,0.2);
	cursor:hand;
}

.video-circle-play{
	width: 22px;
	height: 28px;
	position:absolute;
	margin:auto;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: url(icon/video-circle.png) no-repeat -10px -39px;
	z-index:120;
	cursor:hand;
	-moz-transition: all 0.2s ease-in-out; /* Firefox */
	-webkit-transition: all 0.2s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.2s ease-in-out;  /* Opera */
	transition: all 0.2s ease-in-out;
}

.video-paused-button {
	background: url(icon/video-circle.png) no-repeat -43px -41px;
}

.video-circle-play:hover {
    opacity: 1;
}


/* volume button */

.video-circle-volume-button {
	margin-top:7px;
	right:50px;
	position : absolute;
	display: block;
	width: 15px;
	height: 15px;
	background: url(icon/video-circle.png) no-repeat -6px -6px;
}

.video-circle-volume-mute {
	background: url(icon/video-circle.png) no-repeat -32px -6px;
}

/*fullscreen*/
.video-circle-player-fullscreen {
	margin-top:7px;
	right : 15px;
	display: block;
	width: 15px;
	height: 15px;
	position : absolute;
	background: url(icon/video-circle.png) no-repeat -57px -6px;
}

.video-circle-exit-fullscreen {
	background: url(icon/video-circle.png) no-repeat -79px -6px;
}

/*video seek*/
/* seek */
.video-circle-seek {
	position:absolute;
	width: 70px;
	height: 70px;
	margin: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-radius: 50%;
    background: rgba(0,0,0,0.7);
    z-index: 50;

}
.video-circle-time{
	position:absolute;
	width: 55px;
	height: 35px;
	margin: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: red;

}
.video-circle-range{
	position:absolute;
	top:0px;
	left:0px;
	width:60px;
	height:60px;
	z-index:1;
	margin: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-radius: 50%;
    border:2px solid white;
    z-index: 100;
	z-index:2;
}

/*Start of default*/
.video-player.default{
	position:absolute;
}

.video-player.default .bevel{
	width:0px;
	height:0px;
	display:none;
}

.video-player.default .video-controls{
	position: absolute;
	z-index : 2;
	visibility: hidden;
	opacity: 0;

	width: 100%;
	left:0px;
	bottom : 4px;
	height:30px;
	background:#222222;

	-moz-transition: all 0.2s ease-in-out; /* Firefox */
	-webkit-transition: all 0.2s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.2s ease-in-out;  /* Opera */
	transition: all 0.2s ease-in-out;
}

.video-player.default .control-border{
	position: absolute;
	width: 100%;
	left:0px;
	top:1px;
	height:1px;

	background:#444444;
}

/*.video-player.default video:hover + .video-controls {
	visibility: visible;
	opacity: 1;
}

.video-player.default .video-controls:hover {
	visibility: visible;
	opacity: 1;
}*/

.video-player.default .video-play, .video-player.default .volume-box, .video-player.default .volume-button, .video-player.default .video-timer, .video-player.default .player-fullscreen {
	float: left;
	margin-top:4px;
}

.video-player.default .video-play {


	width: 22px;
	height: 22px;
	margin-left:5px;
	margin-right: 10px;
	background: url(icon/player-play.png) no-repeat;

  opacity:0.7;
	cursor:hand;

	-moz-transition: all 0.2s ease-in-out; /* Firefox */
	-webkit-transition: all 0.2s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.2s ease-in-out;  /* Opera */
	transition: all 0.2s ease-in-out;
}

.video-player.default .paused-button {
	background: url(icon/player-pause.png) no-repeat;
}

.video-player.default .video-play:hover {
    opacity: 1;
}

.video-player.default .video-timer {
	margin-top: 8px;
	margin-right: 10px;
	cursor : default;
	color: #999;
	font-family:Arial, Tahoma;
	font-size: 0.7em;
	font-weight: bold;
}

/* volume button */

.video-player.default .volume-button {

	margin-right:10px;

	display: block;
	width: 22px;
	height: 22px;
	background: url(icon/player-volume-full.png) no-repeat;

	cursor:hand;
	opacity: 0.8;
}

.video-player.default .volume-button:hover {
	opacity: 1;
}

.video-player.default .volume-mute {
	background: url(icon/player-volume.png) no-repeat;
}

/*fullscreen*/
.video-player.default .player-fullscreen {
	margin-top:6px;
	display: block;
	width: 22px;
	height: 22px;
	background: url(icon/player-fullscreen.png) no-repeat;

	cursor:hand;
	opacity: 0.8;
}

.video-player.default .player-fullscreen:hover {
	opacity: 1;
}

.video-player.default .player-exit-fullscreen {
	margin-top:4px;
	background: url(icon/player-exit-fullscreen.png) no-repeat;
}

/*video seek*/
/* seek */
.video-player.default .video-seek {
	float:left;
	position:relative;
	width: 80px;
	height: 10px;
	margin-top: 10px;
	margin-right:10px;
}

.video-player.default .video-seek .slider-total{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;

	z-index:1;

	border: 1px solid #494949;

	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;

	background: #535353;
	background-image: -moz-linear-gradient(top, #535353, #333333);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #535353),color-stop(1, #333333));

	box-shadow: inset 0 -3px 3px #333333;
}

.video-player.default .video-seek .slider-range{
	position:absolute;
	top:1px;
	left:0px;
	height:100%;
	-moz-border-radius:15px 0px 0px 15px;
	-webkit-border-radius:15px 0px 0px 15px;
	border-radius:15px 0px 0px 15px;

	z-index:2;

	background: #4cbae8;
	background-image: -moz-linear-gradient(top, #4cbae8, #39a2ce);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #4cbae8),color-stop(1, #39a2ce));

	box-shadow: inset 0 -3px 3px #39a2ce;
}

.video-player.default .video-seek .slider-handle{
	position:absolute;
	top:0px;
	left:0px;

	width: 10px;
	height: 10px;
	border: 1px solid #323232;

	z-index:3;

	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;

	background: #e6e6e6;
	background-image: -moz-linear-gradient(top, #e6e6e6, #d5d5d5);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e6e6e6),color-stop(1, #d5d5d5));

	box-shadow: inset 0 -3px 3px #d5d5d5;
}

.video-player.default .volume-seek{
	position: absolute;
	height: 60px;
	width: 6px;
	bottom:30px;


	visibility: hidden;
	opacity: 0;

}

.video-player.default .volume-seek:hover {
	visibility: visible;
	opacity: 1;
}

.video-player.default .volume-seek .slider-total{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;

	z-index:1;

	border: 1px solid #444;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;

	background: #535353;
	background-image: -moz-linear-gradient(top, #535353, #333333);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #535353),color-stop(1, #333333));

	box-shadow: inset 0 3px 3px #333333;
}

.video-player.default .volume-seek .slider-range{
	position:absolute;
	bottom:0px;
	left:1px;
	width:100%;
	height:0;
	-moz-border-radius:0px 0px 5px 5px;
	-webkit-border-radius:0px 0px 5px 5px;
	border-radius:0px 0px 5px 5px;

	z-index:2;

	background: #e6e6e6;
	background-image: -moz-linear-gradient(top, #e6e6e6, #d5d5d5);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e6e6e6),color-stop(1, #d5d5d5));

	box-shadow: inset 0 -3px 3px #b9a2ce;
}

.video-player.default .volume-seek .slider-handle{
	position:absolute;
	bottom:0px;
	left:-2px;

	width: 10px;
	height: 10px;
	border: 1px solid #323232;

	z-index:3;

	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;

	background: #e6e6e6;
	background-image: -moz-linear-gradient(top, #e6e6e6, #d5d5d5);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e6e6e6),color-stop(1, #d5d5d5));

	box-shadow: inset 0 -3px 3px #b9a2ce;
}

/*start of round*/

.video-player.round{
	position:absolute;
	-webkit-mask:none;
}

.video-player.round .bevel{
	display:block;
	float:left;
	position:relative;
	height:80%;
	top:10%;
	width:0px;
	margin-right:10px;
	border-left:1px solid #000000;
	border-right:1px solid #555555;
}

.video-player.round .video-controls{
	position: absolute;
	z-index : 2;
	visibility: hidden;
	opacity: 0;

	width:90%;
	left: 5%;
	bottom : 10px;
	height:30px;
	background:#222222;

	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;

	-moz-transition: all 0.2s ease-in-out; /* Firefox */
	-webkit-transition: all 0.2s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.2s ease-in-out;  /* Opera */
	transition: all 0.2s ease-in-out;
}

.video-player.round .control-border{
	display:none;
}

/*.video-player.round video:hover + .video-controls {
	visibility: visible;
	opacity: 0.8;
}

.video-player.round .video-controls:hover {
	visibility: visible;
	opacity: 0.8;
}*/

.video-player.round .video-play, .video-player.round .volume-box, .video-player.round .volume-button, .video-player.round .video-timer, .video-player.round .player-fullscreen {
	float: left;
	margin-top:4px;
}

.video-player.round .video-play {

	width: 22px;
	height: 22px;
	margin-left:10px;
	margin-right: 10px;
	background: url(icon/player-play.png) no-repeat;

  opacity:0.7;
	cursor:hand;

	-moz-transition: all 0.2s ease-in-out; /* Firefox */
	-webkit-transition: all 0.2s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.2s ease-in-out;  /* Opera */
	transition: all 0.2s ease-in-out;
}

.video-player.round .paused-button {
	background: url(icon/player-pause.png) no-repeat;
}

.video-player.round .video-play:hover {
    opacity: 1;
}

.video-player.round .video-timer {
	margin-top: 8px;
	margin-right: 10px;
	cursor : default;
	color: #999;
	font-family:Arial, Tahoma;
	font-size: 0.7em;
	font-weight: bold;
}

/* volume button */

.video-player.round .volume-button {

	margin-right:10px;

	display: block;
	width: 22px;
	height: 22px;
	background: url(icon/player-volume-full.png) no-repeat;

	cursor:hand;
	opacity: 0.8;
}

.video-player.round .volume-button:hover {
	opacity: 1;
}

.video-player.round .volume-mute {
	background: url(icon/player-volume.png) no-repeat;
}

/*fullscreen*/
.video-player.round .player-fullscreen {
	display: block;
	margin-right: 10px;
	width: 22px;
	height: 22px;
	background: url(icon/round-player-fullscreen.png) no-repeat;

	cursor:hand;
	opacity: 0.8;
}

.video-player.round .player-fullscreen:hover {
	opacity: 1;
}

.video-player.round .player-exit-fullscreen {
	margin-top:4px;
	background: url(icon/round-player-exit-fullscreen.png) no-repeat;
}

/*video seek*/
/* seek */
.video-player.round .video-seek {
	float:left;
	position:relative;
	width: 80px;
	height: 5px;
	margin-top: 12px;
	margin-right:15px;
}

.video-player.round .video-seek .slider-total{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;

	z-index:1;

	border: 1px solid #968F89;

	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;

	background: #535353;
	background-image: -moz-linear-gradient(top, #C8C8CA, #CECECE);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #CECECE),color-stop(1, #C8C8CA));

	box-shadow: inset 0 -3px 3px #C8C8CA;
}

.video-player.round .video-seek .slider-range{
	position:absolute;
	top:1px;
	left:1px;
	height:100%;
	-moz-border-radius:15px 0px 0px 15px;
	-webkit-border-radius:15px 0px 0px 15px;
	border-radius:15px 0px 0px 15px;

	z-index:2;

	background: #F68100;
	background-image: -moz-linear-gradient(top, #F68100, #EE840E);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #F68100),color-stop(1, #EE840E));

	box-shadow: inset 0 -3px 3px #EE840E;
}

.video-player.round .video-seek .slider-handle{
	position:absolute;
	top:-5px;
	left:0px;

	background: url(icon/round-seek-handle.png) no-repeat;

	width: 20px;
	height: 20px;

	z-index:3;
}

.video-player.round .volume-seek{
	position: absolute;
	height: 60px;
	width: 6px;
	bottom:25px;


	visibility: hidden;
	opacity: 0;

}

.video-player.round .volume-seek:hover {
	visibility: visible;
	opacity: 1;
}

.video-player.round .volume-seek .slider-total{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;

	z-index:1;

	border: 1px solid #444;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;

	background: #535353;
	background-image: -moz-linear-gradient(top, #535353, #333333);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #535353),color-stop(1, #333333));

	box-shadow: inset 0 3px 3px #333333;
}

.video-player.round .volume-seek .slider-range{
	position:absolute;
	bottom:0px;
	left:1px;
	width:100%;
	height:0;
	-moz-border-radius:0px 0px 5px 5px;
	-webkit-border-radius:0px 0px 5px 5px;
	border-radius:0px 0px 5px 5px;

	z-index:2;

	background: #e6e6e6;
	background-image: -moz-linear-gradient(top, #e6e6e6, #d5d5d5);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e6e6e6),color-stop(1, #d5d5d5));

	box-shadow: inset 0 -3px 3px #b9a2ce;
}

.video-player.round .volume-seek .slider-handle{
	position:absolute;
	bottom:0px;
	left:-2px;

	width: 10px;
	height: 10px;
	border: 1px solid #323232;

	z-index:3;

	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;

	background: #e6e6e6;
	background-image: -moz-linear-gradient(top, #e6e6e6, #d5d5d5);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e6e6e6),color-stop(1, #d5d5d5));

	box-shadow: inset 0 -3px 3px #b9a2ce;
}

/*start of classic*/
.video-player.classic{
	position:absolute;
}

.video-player.classic .bevel{
	display:block;
	float:left;
	position:relative;
	height:80%;
	top:10%;
	width:0px;

	border-left:1px solid #000000;
	border-right:1px solid #555555;
}

.video-player.classic .video-controls{
	position: absolute;
	z-index : 2;
	visibility: hidden;
	opacity: 0;

	width: 100%;
	left:0px;
	bottom : 0px;
	height:40px;

	background: #222222;

	-moz-transition: all 0.2s ease-in-out; /* Firefox */
	-webkit-transition: all 0.2s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.2s ease-in-out;  /* Opera */
	transition: all 0.2s ease-in-out;
}

.video-player.classic .control-border{
	position: absolute;
	width: 100%;
	left:0px;
	top:1px;
	height:1px;

	background:#444444;
}

/*.video-player.classic video:hover + .video-controls {
	visibility: visible;
	opacity: 1;
}

.video-player.classic .video-controls:hover {
	visibility: visible;
	opacity: 1;
}*/

.video-player.classic .video-play, .video-player.classic .volume-box, .video-player.classic .volume-button, .video-player.classic .video-timer, .video-player.classic .player-fullscreen {
	float: left;
	margin-top:4px;
}

.video-player.classic .video-play {


	width: 32px;
	height: 32px;
	margin-left:10px;
	margin-right: 10px;
	background: url(icon/classic-buttons.png) 0 0 no-repeat;

  opacity:0.7;
	cursor:hand;

	-moz-transition: all 0.2s ease-in-out; /* Firefox */
	-webkit-transition: all 0.2s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.2s ease-in-out;  /* Opera */
	transition: all 0.2s ease-in-out;
}

.video-player.classic .paused-button {
	background: url(icon/classic-buttons.png) -33px 0px no-repeat;
}

.video-player.classic .video-play:hover {
    opacity: 1;
}

.video-player.classic .video-timer {
	margin-top: 13px;
	margin-right: 10px;
	cursor : default;
	color: #999;
	font-family:Arial, Tahoma;
	font-size: 0.7em;
	font-weight: bold;
}

/* volume button */

.video-player.classic .volume-button {

	display: block;
	width: 22px;
	height: 22px;
	background: url(icon/classic-buttons.png) -100px 0 no-repeat;

	cursor:hand;
	opacity: 0.8;
}

.video-player.classic .volume-button:hover {
	opacity: 1;
}

.video-player.classic .volume-mute {
	background: url(icon/classic-buttons.png) -100px -32px no-repeat;
}

/*fullscreen*/
.video-player.classic .player-fullscreen {
	margin-top:4px;
	margin-right: 10px;
	display: block;
	width: 22px;
	height: 22px;
	background: url(icon/classic-buttons.png) -193px 0 no-repeat;

	cursor:hand;
	opacity: 0.8;
}

.video-player.classic .player-fullscreen:hover {
	opacity: 1;
}

.video-player.classic .player-exit-fullscreen {
	margin-top:4px;
	background: url(icon/classic-buttons.png) -225px 0 no-repeat;
}

/*video seek*/
/* seek */
.video-player.classic .video-seek {
	float:left;
	position:relative;
	width: 80px;
	height: 8px;
	margin-top: 15px;
	margin-right:15px;
}

.video-player.classic .video-seek .slider-total{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;

	z-index:1;

	border: 1px solid #494949;

	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;

	background: #535353;
	background-image: -moz-linear-gradient(top, #535353, #333333);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #535353),color-stop(1, #333333));

	box-shadow: inset 0 -3px 3px #333333;
}

.video-player.classic .video-seek .slider-range{
	position:absolute;
	top:1px;
	left:0px;
	height:100%;
	-moz-border-radius:15px 0px 0px 15px;
	-webkit-border-radius:15px 0px 0px 15px;
	border-radius:15px 0px 0px 15px;

	z-index:2;

	background: #90C962;
	background-image: -moz-linear-gradient(top, #90C962, #7AB750);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #90C962),color-stop(1, #7AB750));

	box-shadow: inset 0 -3px 3px #7AB750;
}

.video-player.classic .video-seek .slider-handle{
	position:absolute;
	top:-5px;
	left:0px;

	width: 16px;
	height: 20px;

	background:url(icon/classic-buttons.png) -168px -5px no-repeat;

	z-index:3;


}

.video-player.classic .volume-seek{
	position: absolute;
	height: 72px;
	width: 13px;
	bottom:30px;


	visibility: hidden;
	opacity: 0;

	background:url(icon/classic-buttons.png) 0 -33px no-repeat;

}

.video-player.classic .volume-seek:hover {
	visibility: visible;
	opacity: 1;
}

.video-player.classic .volume-seek .slider-total{
	position:absolute;
	top:5px;
	left:5px;
	width:4px;
	height:62px;

	z-index:1;

	background-color:#000000;
}

.video-player.classic .volume-seek .slider-range{
	position:absolute;
	bottom:6px;

	left:6px;
	width:2px;
	height:0;

	background-color:#2292FE;

	z-index:2;

}

.video-player.classic .volume-seek .slider-handle{
	position:absolute;
	bottom:0px;
	left:1px;

	width: 12px;
	height: 12px;


	z-index:3;

	background:url(icon/classic-buttons.png) -138px -11px no-repeat;
}


/*Start of smallblack*/
.video-player.smallblack{
	position:absolute;
}

.video-player.smallblack .bevel{
	width:0px;
	height:0px;
	display:none;
}

.video-player.smallblack .video-controls{
	position: absolute;
	z-index : 2;
	visibility: hidden;
	opacity: 0;

	width: 100%;
	left:0px;
	bottom : 0px;
	height:24px;
	background:#222222;

	-moz-transition: all 0.2s ease-in-out; /* Firefox */
	-webkit-transition: all 0.2s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.2s ease-in-out;  /* Opera */
	transition: all 0.2s ease-in-out;
}

.video-player.smallblack .control-border{
	position: absolute;
	width: 100%;
	left:0px;
	top:1px;
	height:1px;

	background:#444444;
}

/*.video-player.smallblack video:hover + .video-controls {
	visibility: visible;
	opacity: 1;
}

.video-player.smallblack .video-controls:hover {
	visibility: visible;
	opacity: 1;
}*/

.video-player.smallblack .video-play, .video-player.smallblack .volume-box, .video-player.smallblack .volume-button, .video-player.smallblack .video-timer, .video-player.smallblack .player-fullscreen {
	float: left;
	margin-top:0px;
}

.video-player.smallblack .video-play {


	width: 24px;
	height: 24px;
	margin-left:5px;
	margin-right: 5px;
	background: url(icon/smallblack-buttons.png) no-repeat;

  opacity:0.7;
	cursor:hand;
}

.video-player.smallblack .paused-button {
	background: url(icon/smallblack-buttons.png) -24px 0 no-repeat;
}

.video-player.smallblack .video-play:hover {
    opacity: 1;
}

.video-player.smallblack .video-timer {
	margin-top: 5px;
	margin-right: 10px;
	cursor : default;
	color: #AAA;
	font-family:Arial, Tahoma;
	font-size: 0.6em;
	font-weight: bold;
}

/* volume button */

.video-player.smallblack .volume-button {

	margin-right:0;

	display: block;
	width: 24px;
	height: 24px;
	background: url(icon/smallblack-buttons.png) -48px 0 no-repeat;

	cursor:hand;
	opacity: 0.8;
}

.video-player.smallblack .volume-button:hover {
	opacity: 1;
}

.video-player.smallblack .volume-mute {
	background: url(icon/smallblack-buttons.png) -72px 0 no-repeat;
}

/*fullscreen*/
.video-player.smallblack .player-fullscreen {
	margin-right: 10px;
	display: block;
	width: 24px;
	height: 24px;
	background: url(icon/smallblack-buttons.png) -96px 0 no-repeat;

	cursor:hand;
	opacity: 0.8;
}

.video-player.smallblack .player-fullscreen:hover {
	opacity: 1;
}

.video-player.smallblack .player-exit-fullscreen {
	background: url(icon/smallblack-buttons.png) -120px 0 no-repeat;
}

/*video seek*/
/* seek */
.video-player.smallblack .video-seek {
	float:left;
	position:relative;
	width: 80px;
	height: 5px;
	margin-top: 8px;
	margin-right:10px;
}

.video-player.smallblack .video-seek .slider-total{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;

	z-index:1;

	border: 1px solid #494949;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;

	background: #535353;
	background-image: -moz-linear-gradient(top, #535353, #333333);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #535353),color-stop(1, #333333));

	box-shadow: inset 0 -3px 3px #333333;
}

.video-player.smallblack .video-seek .slider-range{
	position:absolute;
	top:1px;
	left:0px;
	height:100%;
	-moz-border-radius:5px 0px 0px 5px;
	-webkit-border-radius:5px 0px 0px 5px;
	border-radius:5px 0px 0px 5px;

	z-index:2;

	background: #ECECEC;
	background-image: -moz-linear-gradient(top, #ECECEC, #DDDDDD);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ECECEC),color-stop(1, #DDDDDD));

	box-shadow: inset 0 -3px 3px #DDDDDD;
}

.video-player.smallblack .video-seek .slider-handle{
	position:absolute;
	top:0px;
	left:0px;

	width: 6px;
	height: 6px;
	border: 1px solid #323232;

	z-index:3;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	background: #323232;
	background-image: -moz-linear-gradient(top, #323232, #222222);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e6e6e6),color-stop(1, #222222));

	box-shadow: inset 0 -3px 3px #222222;
}

.video-player.smallblack .volume-seek{
	position: absolute;
	height: 70px;
	width: 12px;
	bottom:20px;


	visibility: hidden;
	opacity: 0;

	border : 1px solid #000;
	background:#222222;

}

.video-player.smallblack .volume-seek:hover {
	visibility: visible;
	opacity: 1;
}

.video-player.smallblack .volume-seek .slider-total{
	position:absolute;
	top:3px;
	left:4px;
	width:2px;
	height:62px;

	z-index:1;

	border: 1px solid #444;

	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;

	background: #535353;
	background-image: -moz-linear-gradient(top, #535353, #333333);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #535353),color-stop(1, #333333));

	box-shadow: inset 0 3px 3px #333333;
}

.video-player.smallblack .volume-seek .slider-range{
	position:absolute;
	bottom:4px;
	left:5px;
	width:2px;
	height:60px;
	-moz-border-radius:0px 0px 2px 2px;
	-webkit-border-radius:0px 0px 2px 2px;
	border-radius:0px 0px 2px 2px;

	z-index:2;

	background: #e6e6e6;
	background-image: -moz-linear-gradient(top, #e6e6e6, #d5d5d5);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e6e6e6),color-stop(1, #d5d5d5));

	box-shadow: inset 0 -3px 3px #b9a2ce;
}

.video-player.smallblack .volume-seek .slider-handle{
	position:absolute;
	bottom:0px;
	left:1px;

	width: 8px;
	height: 8px;
	border: 1px solid #323232;

	z-index:3;

	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;

	background: #e6e6e6;
	background-image: -moz-linear-gradient(top, #e6e6e6, #d5d5d5);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e6e6e6),color-stop(1, #d5d5d5));

	box-shadow: inset 0 -3px 3px #b9a2ce;
}

.audio-file, .audio-timer{
	cursor : default;
}

.video-center-button{
	position: absolute;
	z-index : 50;
	width:56px;
	height:56px;
	margin:auto;
	left : 0px;
	top : 0px;
	right : 0px;
	bottom : 0px;
	cursor : pointer;
	opacity : 0.8;
	background : url(icon/play.png) center center no-repeat;
	background-size: contain;
	border:0px solid #FFD666;
}

.video-center-button:hover{
	opacity : 1;
}

.audio-player {}
/* start of skin1 */
.audio-player.skin1{
	position : relative,
	background : #7b796f
}

.audio-player.skin1 .back_button{
	display:none;
}

.audio-player.skin1 .audio-play{
	position:absolute;
	cursor: pointer;
	background : url(icon/audio-skin.png) no-repeat -15px -16px;
	width : 10px;
	height: 10px;
	left: 11px;
	top: 0px;
	bottom: 0px;
	z-index: 20;
	margin: auto;
}
.audio-player.skin1 .paused-button{
	position:absolute;
	cursor: pointer;
	background : url(icon/audio-skin.png) no-repeat -31px -17px;
	width : 10px;
	height: 10px;
	left: 11px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	z-index: 20;
}
.audio-player.skin1 .forward_button{
	display:none;
}
.audio-player.skin1 .volume-button{

	display:none;
}
.audio-player.skin1 .volume-mute{
   	display: none;
}
.audio-player.skin1 .audio-timer{
	display:none;
}
.audio-player.skin1 .audio-file{
	display:none;
}

/* seek */
.audio-player.skin1 .audio-seek {
	position:absolute;
	width: 120px;
	height: 10px;
	left:35px;
	bottom:0px;
	top:0px;
	margin: auto;
}
.audio-player.skin1 .audio-seek .slider-total{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1;
	background-image: -webkit-linear-gradient(top, #616159, #B7B4A5);

	border-radius: 4px;
}

.audio-player.skin1 .audio-seek .slider-range{
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	z-index:2;
	box-shadow: inset 0 -3px 3px #ACACAC;
}

.audio-player.skin1 .audio-seek .slider-handle{
	position : absolute;
	width: 11px;
    height: 11px;
    z-index: 100;
    background: url(icon/audio-skin.png) no-repeat -46px -17px;
}
.audio-player.skin1 .volume-seek{
	position:absolute;
	width: 79px;
	height: 90%;
	top:0px;
	bottom: 0px;
	margin: auto;
	right: 8px;
}
.audio-player.skin1 .volume-seek .slider-total{
	position :absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 90%;
	z-index:1;
	background: url(icon/audio-skin.png) no-repeat -150px -7px;
}
.audio-player.skin1 .volume-seek .slider-range{
	position :absolute;
	left:0px;
	width:100%;
	top:0px;
	height: 90%;
	z-index:2;
	background: url(icon/audio-skin.png) no-repeat -68px -7px;
}
.audio-player.skin1 .volume-seek .slider-handle{
	display:none;
}

/* start of skin2 */
.audio-player.skin2{
	position : relative,
	background : #7b796f
}

.audio-player.skin2 .back_button{
	display:none;
}

.audio-player.skin2 .audio-play{
	position:absolute;
	cursor: pointer;
	background : url(icon/audio-skin.png) no-repeat -15px -62px;
	width : 10px;
	height: 17px;
	left: 11px;
	top: 0px;
	bottom: 0px;
	z-index: 20;
	margin: auto;
}
.audio-player.skin2 .paused-button{
	position:absolute;
	cursor: pointer;
	background : url(icon/audio-skin.png) no-repeat -33px -65px;
	width : 15px;
	height: 10px;
	left: 11px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	z-index: 20;
}
.audio-player.skin2 .forward_button{
	display:none;
}
.audio-player.skin2 .volume-button{

	display:none;
}
.audio-player.skin2 .volume-mute{
   	display: none;
}
.audio-player.skin2 .audio-timer{
	display:none;
}
.audio-player.skin2 .audio-file{
	display:none;
}

/* seek */
.audio-player.skin2 .audio-seek {
	position:absolute;
	width: 120px;
	height: 10px;
	left:35px;
	bottom:0px;
	top:0px;
	margin: auto;
}
.audio-player.skin2 .audio-seek .slider-total{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:10px;
	background-image: -webkit-linear-gradient(top, #616159, #B7B4A5);

}

.audio-player.skin2 .audio-seek .slider-range{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:10px;
	z-index:2;
	background-image: -webkit-linear-gradient(top, #FFFFFF, #b8fb7d);
}

.audio-player.skin2 .audio-seek .slider-handle{
    display : none;
}

.audio-player.skin2 .volume-seek{
	position:absolute;
	width: 31px;
	height: 26px;
	top:0px;
	bottom: 0px;
	margin: auto;
	right: 8px;
}
.audio-player.skin2 .volume-seek .slider-total{
	position :absolute;
	left:0px;
	top:0px;
	width: 31px;
	height: 26px;
	z-index:1;
	background: url(icon/audio-skin.png) no-repeat -95px -58px;
}
.audio-player.skin2 .volume-seek .slider-range{
	position :absolute;
	left:0px;
	width:31px;
	top:0px;
	height: 26px;
	z-index:2;
	background: url(icon/audio-skin.png) no-repeat -60px -58px;
}
.audio-player.skin2 .volume-seek .slider-handle{
	display:none;
}


/*Start of default*/
.audio-player.default{
	position:relative;

	background: #DEDDD8;
	background-image: -moz-linear-gradient(top, #DEDDD8, #A19F95);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #DEDDD8),color-stop(1, #A19F95));

	box-shadow: 3px 3px 5px #b9a2ce;

	min-height:55px;
}

.audio-player.default .back_button{
	display:none;
}

.audio-player.default .audio-play{
	position:absolute;
	cursor: pointer;
	width:36px;
	height:21px;
	left:11px;
	bottom:11px;
	background:url(icon/audio-default.png) -34px -29px no-repeat;
}
.audio-player.default .paused-button{
	background:url(icon/audio-default.png) -80px -29px no-repeat;
}

.audio-player.default .forward_button{
	display:none;
}

.audio-player.default .volume-button{
	position:absolute;
	width:20px;
	height:15px;
	right:100px;
	bottom:11px;
	background:url(icon/audio-default.png) -133px -34px no-repeat;
}

.audio-player.default .volume-mute {
	background: url(icon/audio-default.png) -158px -34px no-repeat;
}

.audio-player.default .audio-timer{
	display:none;
}

.audio-player.default .audio-file{
	display:none;
}

/* seek */
.audio-player.default .audio-seek {
	position:absolute;
	width: 80px;
	height: 10px;
	left:11px;
	bottom:40px;
}

.audio-player.default .audio-seek .slider-total{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;

	z-index:1;

	background: #6D9CB7;
}

.audio-player.default .audio-seek .slider-range{
	position:absolute;
	top:0px;
	left:0px;
	height:100%;

	z-index:2;

	background: #C9C9C8;
	background-image: -moz-linear-gradient(top, #E6E6E4, #ACACAC);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #E6E6E4),color-stop(1, #ACACAC));

	box-shadow: inset 0 -3px 3px #ACACAC;
}

.audio-player.default .audio-seek .slider-handle{
	position:absolute;
	left:0px;
	top:0px;

	width: 15px;
	height: 10px;

	z-index:3;

	background: #A69F9A;
	background-image: -moz-linear-gradient(top, #DED2D2, #6F6B63);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #DED2D2),color-stop(1, #6F6B63));

	box-shadow: inset 0 -3px 3px #6F6B63;
}

.audio-player.default .volume-seek{
	position:absolute;
	width: 80px;
	height: 10px;
	right:11px;
	bottom:15px;

}

.audio-player.default .volume-seek .slider-total{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;

	z-index:1;

	border-top: 1px solid #AAA9A0;

	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;

	background: #999999;
}

.audio-player.default .volume-seek .slider-range{
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	-moz-border-radius:2px 0px 0px 2px;
	-webkit-border-radius:2px 0px 0px 2px;
	border-radius:2px 0px 0px 5px;

	z-index:2;

	border:1px solid #A3A2A2;

	background: #CECECC;
	background-image: -moz-linear-gradient(top, #E1E1DF, #B1B1B0);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #E1E1DF),color-stop(1, #B1B1B0));

	box-shadow: inset 0 -3px 3px #B1B1B0;
}

.audio-player.default .volume-seek .slider-handle{
	position:absolute;
	top:0px;
	left:0px;

	width: 6px;
	height: 12px;

	z-index:3;

	background: #AAA29E;
	background-image: -moz-linear-gradient(top, #DED2D2, #76726A);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #DED2D2),color-stop(1, #76726A));

}

/*Start of decent*/
.audio-player.decent{
	width:308px;
	height:114px;
	background:url(icon/audio-decent.png) 0 0 no-repeat;
}

.audio-player.decent .back_button{
	position:absolute;
	cursor: pointer;
	width:42px;
	height:42px;
	left:115px;
	top:30px;
	background:url(icon/audio-decent.png) 0 -133px no-repeat;
}

.audio-player.decent .audio-play{
	position:absolute;
	cursor: pointer;
	width:54px;
	height:54px;
	left:160px;
	top:20px;
	background:url(icon/audio-decent.png) -48px -133px no-repeat;
}
.audio-player.decent .paused-button{
	background:url(icon/audio-decent.png) -105px -133px no-repeat;
}

.audio-player.decent .forward_button{
	position:absolute;
	cursor: pointer;
	width:42px;
	height:42px;
	left:220px;
	top:30px;
	background:url(icon/audio-decent.png) -168px -134px no-repeat;
}

.audio-player.decent .volume-button{
	position:absolute;
	width:21px;
	height:18px;
	left:276px;
	top:84px;
	background:url(icon/audio-decent.png) -222px -134px no-repeat;
}

.audio-player.decent .volume-mute {
	background: url(icon/audio-decent.png) -222px -158px no-repeat;
}

.audio-player.decent .audio-timer{
	display:none;
}

.audio-player.decent .audio-file{
	display:none;
}

/* seek */
.audio-player.decent .audio-seek {
	position:absolute;
	width: 160px;
	height: 10px;
	left:107px;
	top:88px;
}

.audio-player.decent .audio-seek .slider-total{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;

	z-index:1;

	border-top: 1px solid #919191;
	border-bottom:1px solid #F1F1F1;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;

	background: #C3C3C3;

	box-shadow: inset 0 -3px 3px #C3C3C3;
}

.audio-player.decent .audio-seek .slider-range{
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	-moz-border-radius:5px 0px 0px 5px;
	-webkit-border-radius:5px 0px 0px 5px;
	border-radius:5px 0px 0px 5px;

	z-index:2;

	border:1px solid #A3A2A2;

	background: #C3F4FC;
	background-image: -moz-linear-gradient(top, #C3F4FC, #A8D3E7);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #C3F4FC),color-stop(1, #A8D3E7));

	box-shadow: inset 0 -3px 3px #A8D3E7;
}

.audio-player.decent .audio-seek .slider-handle{
	position:absolute;
	left:0px;
	top:-3px;

	width: 18px;
	height: 18px;

	z-index:3;

	background:url(icon/audio-decent.png) -337px -83px no-repeat;
}

.audio-player.decent .volume-seek{
	position: absolute;
	left:280px;
	top:15px;
	height: 60px;
	width: 6px;
	bottom:30px;

}

.audio-player.decent .volume-seek .slider-total{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;

	z-index:1;

	border: 1px solid #979797;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;

	background: #535353;
	background-image: -moz-linear-gradient(top, #535353, #333333);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #535353),color-stop(1, #333333));

	box-shadow: inset 0 3px 3px #333333;
}

.audio-player.decent .volume-seek .slider-range{
	position:absolute;
	bottom:0px;
	left:1px;
	width:100%;
	height:0;
	-moz-border-radius:0px 0px 5px 5px;
	-webkit-border-radius:0px 0px 5px 5px;
	border-radius:0px 0px 5px 5px;

	z-index:2;

	background: #FFF6D5;
	background-image: -moz-linear-gradient(top, #FFF6D5, #D7F695);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFF6D5),color-stop(1, #D7F695));

	box-shadow: inset 0 -3px 3px #FFF6D5;
}

.audio-player.decent .volume-seek .slider-handle{
	position:absolute;
	bottom:0px;
	left:-4px;

	width: 18px;
	height: 18px;

	z-index:3;

	background:url(icon/audio-decent.png) -337px -83px no-repeat;
}

/*Start of advanced*/
.audio-player.advanced{
	width:398px;
	height:195px;
	background:url(icon/audio-advanced.png) -17px -6px no-repeat;
}

.audio-player.advanced .back_button{
	position:absolute;
	cursor: pointer;
	width:11px;
	height:10px;
	left:15px;
	top:165px;
	background:url(icon/audio-advanced.png) -33px -212px no-repeat;
}

.audio-player.advanced .audio-play{
	position:absolute;
	cursor: pointer;
	width:7px;
	height:10px;
	left:50px;
	top:165px;
	background:url(icon/audio-advanced.png) -70px -211px no-repeat;
}
.audio-player.advanced .paused-button{
	background:url(icon/audio-advanced.png) -98px -212px no-repeat;
}

.audio-player.advanced .forward_button{
	position:absolute;
	cursor: pointer;
	width:11px;
	height:10px;
	left:78px;
	top:165px;
	background:url(icon/audio-advanced.png) -128px -211px no-repeat;
}

.audio-player.advanced .volume-button{
	display:none;
}

.audio-player.advanced .volume-mute {
	display:none;
}

.audio-player.advanced .audio-timer{
	position:absolute;
	right:10px;
	top:40px;

	color: #999;
	font-family:Arial, Tahoma;
	font-size: 0.6em;
	font-weight: bold;
}

.audio-player.advanced .audio-file{
	position:absolute;
	right:10px;
	top:65px;

	color: #999;
	font-family:Arial, Tahoma;
	font-size: 0.6em;
	font-weight: bold;
}

/* seek */
.audio-player.advanced .audio-seek {
	position:absolute;
	width: 250px;
	height: 2px;
	left:10px;
	top:110px;
}

.audio-player.advanced .audio-seek .slider-total{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;

	z-index:1;

	background: #5888A5;
}

.audio-player.advanced .audio-seek .slider-range{
	position:absolute;
	top:-1px;
	left:0px;
	height:100%;

	z-index:2;

	border:1px solid #5888A5;

	background: #6CACD5;
}

.audio-player.advanced .audio-seek .slider-handle{
	display:none;
}

.audio-player.advanced .volume-seek{
	display:none;
}

.audio-player.advanced .volume-seek .slider-total{
	display:none;
}

.audio-player.advanced .volume-seek .slider-range{
	display:none;
}

.audio-player.advanced .volume-seek .slider-handle{
	display:none;
}

/*list*/
.audio-player.advanced .list-button{
	position:absolute;
	cursor: pointer;
	width:12px;
	height:10px;
	left:235px;
	top:165px;
	background:url(icon/audio-advanced.png) -153px -210px no-repeat;
}

.audio-player.advanced .list-panel-bk{
	position : absolute;
	background-color:#333333;
	width:378px;
	height : 120px;
	left:0px;
	top:196px;
	border-radius : 10px;
	padding : 10px;
	display:none;
}

.audio-player.advanced .list-panel{
	position : relative;
	width:100%;
	height:100%;
	overflow-x : hidden;
	overflow-y : auto;
}

.audio-player.advanced .list-item{
	position:relative;
  float : bottom;
  white-space : nowrap;
	cursor : pointer;
	width:350px;
	height:28px;
	line-height:28px;
	text-align : left;
	vertical-align : middle;
	font-family : "Tahoma","sans-serif","Arial";
	font-size : 12px;
	color:#EEEEEE;
}

.audio-player.advanced .list-item.selected{
	color: red;
}

.audio-player.advanced .list-item:hover{
	color:red;
}

/*Start of wave*/
.audio-player.wave{
	background:#000;
}

.audio-player.wave .back_button{
	position:absolute;
	cursor: pointer;
	width:12px;
	height:11px;
	right:20px;
	bottom:5px;
	background:url(icon/audio-default.png) -245px -34px no-repeat;
}

.audio-player.wave .audio-play{
	position:absolute;
	cursor: pointer;
	width:7px;
	height:11px;
	left:12px;
	bottom:4px;
	background:url(icon/audio-default.png) -211px -34px no-repeat;
}
.audio-player.wave .paused-button{
	width:9px;
	background:url(icon/audio-default.png) -226px -35px no-repeat;
}

.audio-player.wave .forward_button{
	position:absolute;
	cursor: pointer;
	width:12px;
	height:11px;
	right:2px;
	bottom:5px;
	background:url(icon/audio-default.png) -269px -34px no-repeat;
}

.audio-player.wave .volume-button{
	position:absolute;
	cursor: pointer;
	width:12px;
	height:12px;
	right:40px;
	bottom:4px;
	background:url(icon/audio-default.png) -289px -33px no-repeat;
}

.audio-player.wave .volume-mute {
	background:url(icon/audio-default.png) -308px -33px no-repeat;
}

.audio-player.wave .audio-timer{
	position:absolute;
	left:10px;
	top:5px;

	color: #2C8DB5;
	font-family:Arial, Tahoma;
	font-size: 0.6em;
	font-weight: bold;
}

.audio-player.wave .audio-file{
	position:absolute;
	right:10px;
	top:5px;

	color: #2C8DB5;
	font-family:Arial, Tahoma;
	font-size: 0.6em;
	font-weight: bold;
}

/* seek */
.audio-player.wave .audio-seek {
	position:absolute;
	width: 150px;
	height: 2px;
	left:32px;
	bottom:9px;
}

.audio-player.wave .audio-seek .slider-total{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;

	z-index:1;

	background: #5888A5;
}

.audio-player.wave .audio-seek .slider-range{
	position:absolute;
	top:-1px;
	left:0px;
	height:100%;

	z-index:2;

	border:1px solid #5888A5;

	background: #6CACD5;
}

.audio-player.wave .audio-seek .slider-handle{
	display:none;
}

.audio-player.wave .volume-seek{
	position:absolute;
	width: 30px;
	height: 2px;
	right:55px;
	bottom:9px;
}

.audio-player.wave .volume-seek .slider-total{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;

	z-index:1;

	background: #5888A5;
}

.audio-player.wave .volume-seek .slider-range{
	position:absolute;
	top:-1px;
	left:0px;
	height:100%;

	z-index:2;

	border:1px solid #5888A5;

	background: #6CACD5;
}

.audio-player.wave .volume-seek .slider-handle{
	display:none;
}

/*list*/
.audio-player.wave .list-button{
	display:none;
}

.audio-player.wave .list-panel-bk{
	position : absolute;
	width : 33%;
	background-color:#000;
	height : 80%;
	right:0px;
	top:22px;
	overflow : hidden;
}

.audio-player.wave .list-panel{
	position:relative;
	width:100%;
	height:100%;
	overflow-x:hidden;
	overflow-y:auto;
}

.audio-player.wave .list-item{
	position:relative;
  float : bottom;
  white-space : nowrap;
	cursor : pointer;
	width:100%;
	height:22px;
	line-height:22px;
	text-align : left;
	vertical-align : middle;
	font-family : "Tahoma","sans-serif","Arial";
	font-size : 12px;
	color:#5888A5;
}

.audio-player.wave .list-item.selected{
	color:#80B0C6;
}

.audio-player.wave .list-item:hover{
	color:#80B0C6;
}

/*Start of glass*/
.audio-player.glass{
	width:405px;
	height:140px;
	background:url(icon/audio-glass.png) -11px -13px no-repeat;
}

.audio-player.glass .back_button{
	position:absolute;
	cursor: pointer;
	width:11px;
	height:12px;
	left:14px;
	top:62px;
	background:url(icon/audio-glass.png) -251px -316px no-repeat;
}

.audio-player.glass .audio-play{
	position:absolute;
	cursor: pointer;
	width:50px;
	height:50px;
	left:44px;
	top:44px;
	background:url(icon/audio-glass.png) -42px -294px no-repeat;
}
.audio-player.glass .paused-button{
	background:url(icon/audio-glass.png) -104px -294px no-repeat;
}

.audio-player.glass .forward_button{
	position:absolute;
	cursor: pointer;
	width:11px;
	height:12px;
	left:110px;
	top:62px;
	background:url(icon/audio-glass.png) -279px -316px no-repeat;
}

.audio-player.glass .volume-up-button{
	position:absolute;
	cursor: pointer;
	width:11px;
	height:12px;
	left:62px;
	top:16px;
	background:url(icon/audio-glass.png) -190px -316px no-repeat;
}

.audio-player.glass .volume-down-button{
	position:absolute;
	cursor: pointer;
	width:11px;
	height:12px;
	left:62px;
	top:110px;
	background:url(icon/audio-glass.png) -220px -316px no-repeat;
}

.audio-player.glass .volume-button{
	display:none;
}

.audio-player.glass .volume-mute {
	display:none;
}

.audio-player.glass .audio-timer{
	position:absolute;
	left:275px;
	bottom:20px;

	color: #ccc;
	font-family:Arial, Tahoma;
	font-size: 0.6em;
	font-weight: bold;
}

.audio-player.glass .audio-file{
	position:absolute;
	left:150px;
	top:20px;

	color: #ccc;
	font-family:Arial, Tahoma;
	font-size: 0.6em;
	font-weight: bold;
}

/* seek */
.audio-player.glass .audio-seek {
	position:absolute;
	width: 207px;
	height: 6px;
	left:146px;
	top:95px;
}

.audio-player.glass .audio-seek .slider-total{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;

	z-index:1;


	background:url(icon/audio-glass.png) -44px -369px no-repeat;
}

.audio-player.glass .audio-seek .slider-range{
	position:absolute;
	top:0px;
	left:0px;
	height:100%;

	z-index:2;

	background:url(icon/audio-glass.png) -44px -381px no-repeat;
}

.audio-player.glass .audio-seek .slider-handle{
	display:none;
}

.audio-player.glass .volume-seek{
	display:none;
}

.audio-player.glass .volume-seek .slider-total{
	display:none;
}

.audio-player.glass .volume-seek .slider-range{
	display:none;
}

.audio-player.glass .volume-seek .slider-handle{
	display:none;
}

/*list*/
.audio-player.glass .list-button{
	position:absolute;
	cursor: pointer;
	width:14px;
	height:12px;
	left:146px;
	top:108px;
	background:url(icon/audio-glass.png) -311px -317px no-repeat;
}

.audio-player.glass .list-panel-bk{
	position : absolute;
	width : 310px;
	height : 69px;
	background:url(icon/audio-glass.png) -16px -152px no-repeat;
	left:10px;
	top:116px;
	padding:26px;
	overflow:hidden;
	display:none;
}

.audio-player.glass .list-panel{
	position : relative;
	width : 100%;
	height : 100%;
	overflow-x : hidden;
	overflow-y : auto;
}

.audio-player.glass .list-item{
	position:relative;
  float : bottom;
  white-space : nowrap;
	cursor : pointer;
	width:310px;
	height:25px;
	line-height:25px;
	text-align : left;
	margin-left:2px;
	vertical-align : middle;
	font-family : "Tahoma","sans-serif","Arial";
	font-size : 12px;
	background-color:transparent;
	color:#999999;
}

.audio-player.glass .list-item.selected{
	background-color:rgba(0,200,0, 0.1);
	color:#00CC00;
}

.audio-player.glass .list-item.selected:hover{
	background-color:rgba(0,200,0, 0.1);
	color:#00CC00;
}

.audio-player.glass .list-item:hover{
	background-color:transparent;
	color:#DDDDDD;
}

/*Start of simple*/
.audio-player.simple{
	width:203px;
	height:90px;
	background:url(icon/audio-simple.png) -20px -21px no-repeat;
}

.audio-player.simple .back_button{
	position:absolute;
	cursor: pointer;
	width:25px;
	height:25px;
	left:21px;
	top:24px;
	background:url(icon/audio-simple.png) -21px -131px no-repeat;
}

.audio-player.simple .audio-play{
	position:absolute;
	cursor: pointer;
	width:40px;
	height:40px;
	left:52px;
	top:13px;
	background:url(icon/audio-simple.png) -57px -123px no-repeat;
}
.audio-player.simple .paused-button{
	background:url(icon/audio-simple.png) -103px -124px no-repeat;
}

.audio-player.simple .forward_button{
	position:absolute;
	cursor: pointer;
	width:25px;
	height:25px;
	left:97px;
	top:24px;
	background:url(icon/audio-simple.png) -156px -131px no-repeat;
}

.audio-player.simple .volume-button{
	position:absolute;
	width:26px;
	height:24px;
	left:156px;
	top:21px;
	background:url(icon/audio-simple.png) -196px -131px no-repeat;
}

.audio-player.simple .volume-mute {
	background: url(icon/audio-simple.png) -242px -131px no-repeat;
}

.audio-player.simple .audio-timer{
	display:none;
}

.audio-player.simple .audio-file{
	display:none;
}

/* seek */
.audio-player.simple .audio-seek {
	position:absolute;
	width: 160px;
	height: 10px;
	left:20px;
	top:63px;
}

.audio-player.simple .audio-seek .slider-total{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;

	z-index:1;

	border: 1px solid #040404;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;

	background: #14161D

}

.audio-player.simple .audio-seek .slider-range{
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	-moz-border-radius:5px 0px 0px 5px;
	-webkit-border-radius:5px 0px 0px 5px;
	border-radius:5px 0px 0px 5px;

	z-index:2;

	border:1px solid #040404;

	background: #41546B;
	background-image: -moz-linear-gradient(left, #A05CA6, #2F7A61);
	background-image: -webkit-gradient(linear,left top,right top,color-stop(0, #A05CA6),color-stop(1, #2F7A61));

	box-shadow: inset 0 -3px 3px #2F7A61;
}

.audio-player.simple .audio-seek .slider-handle{
	position:absolute;
	left:0px;
	top:0px;

	width: 12px;
	height: 12px;

	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;

	z-index:3;

	background: #CCCCCC;
	background-image: -moz-linear-gradient(left, #FCFCFC, #CCCCCC);
	background-image: -webkit-gradient(linear,left top,right top,color-stop(0, #FCFCFC),color-stop(1, #CCCCCC));
}

.audio-player.simple .volume-seek{
	display:none;
}

.audio-player.simple .volume-seek .slider-total{
	display:none;
}

.audio-player.simple .volume-seek .slider-range{
	display:none;
}

.audio-player.simple .volume-seek .slider-handle{
	display:none;
}

/*Start of enjoy*/
.audio-player.enjoy{
	width:350px;
	height:63px;
	background:url(icon/audio-enjoy.png) -19px -10px no-repeat;
}

.audio-player.enjoy .back_button{
	display:none;
}

.audio-player.enjoy .audio-play{
	position:absolute;
	cursor: pointer;
	width:48px;
	height:48px;
	left:8px;
	top:5px;
	background:url(icon/audio-enjoy.png) -32px -93px no-repeat;
}
.audio-player.enjoy .paused-button{
	background:url(icon/audio-enjoy.png) -84px -93px no-repeat;
}

.audio-player.enjoy .forward_button{
	display:none;
}

.audio-player.enjoy .volume-button{
	position:absolute;
	width:48px;
	height:48px;
	left:295px;
	top:5px;
	background:url(icon/audio-enjoy.png) -137px -93px no-repeat;
}

.audio-player.enjoy .volume-mute {
	background: url(icon/audio-enjoy.png) -192px -94px no-repeat;
}

.audio-player.enjoy .audio-timer{
	display:none;
}

.audio-player.enjoy .audio-file{
	display:none;
}

/* seek */
.audio-player.enjoy .audio-seek {
	position:absolute;
	width: 223px;
	height: 36px;
	left:63px;
	top:12px;
}

.audio-player.enjoy .audio-seek .slider-total{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;

	z-index:1;

	background: url(icon/audio-enjoy.png) -35px -171px no-repeat;
}

.audio-player.enjoy .audio-seek .slider-range{
	position:absolute;
	top:0px;
	left:0px;
	height:100%;

	z-index:2;

	background: url(icon/audio-enjoy.png) -33px -217px no-repeat;

}

.audio-player.enjoy .audio-seek .slider-handle{
	position:absolute;
	left:0px;
	top:-3px;

	width: 45px;
	height: 52px;

	z-index:3;

	background: url(icon/audio-enjoy.png) -248px -96px no-repeat;

}

.audio-player.enjoy .volume-seek{
	display:none;
}

.audio-player.enjoy .volume-seek .slider-total{
	display:none;
}

.audio-player.enjoy .volume-seek .slider-range{
	display:none;
}

.audio-player.enjoy .volume-seek .slider-handle{
	display:none;
}

/*Start of background*/
.audio-player.background{
	width:100px;
	height:100px;
	/*background:url(icon/audio-background.png) 0px 0px no-repeat;*/
}

.audio-player.background .back_button{
	display:none;
}

.audio-player.background .audio-play{
	position:absolute;
	cursor: pointer;
	width:100px;
	height:100px;
	background:url(icon/audio-background.png) 0px -101px no-repeat;
	display:none;
}
.audio-player.background .paused-button{
	background:url(icon/audio-background.png) 0px 0px no-repeat;
	display:none;
}

.audio-player.background .forward_button{
	display:none;
}

.audio-player.background .volume-button{
	display:none;
}

.audio-player.background .volume-mute {
	display:none;
}

.audio-player.background .audio-timer{
	display:none;
}

.audio-player.background .audio-file{
	display:none;
}

/* seek */
.audio-player.background .audio-seek {
	display:none;
}

.audio-player.background .audio-seek .slider-total{
	display:none;
}

.audio-player.background .audio-seek .slider-range{
	display:none;

}

.audio-player.background .audio-seek .slider-handle{
	display:none;
}

.audio-player.background .volume-seek{
	display:none;
}

.audio-player.background .volume-seek .slider-total{
	display:none;
}

.audio-player.background .volume-seek .slider-range{
	display:none;
}

.audio-player.background .volume-seek .slider-handle{
	display:none;
}

/*Start of tree*/
.audio-player.tree{
	width:322px;
	height:125px;
	background:url(icon/audio-tree.png) -2px -11px no-repeat;
}

.audio-player.tree .back_button{
	position:absolute;
	cursor: pointer;
	width:42px;
	height:42px;
	left:78px;
	top:75px;
	background:url(icon/audio-tree.png) -12px -159px no-repeat;
}

.audio-player.tree .audio-play{
	position:absolute;
	cursor: pointer;
	width:49px;
	height:49px;
	left:137px;
	top:73px;
	background:url(icon/audio-tree.png) -62px -154px no-repeat;
}
.audio-player.tree .paused-button{
	background:url(icon/audio-tree.png) -172px -156px no-repeat;
}

.audio-player.tree .forward_button{
	position:absolute;
	cursor: pointer;
	width:42px;
	height:42px;
	left:200px;
	top:75px;
	background:url(icon/audio-tree.png) -122px -159px no-repeat;
}

.audio-player.tree .volume-button{
	display:none;
}

.audio-player.tree .volume-mute {
	display:none;
}

.audio-player.tree .audio-timer{
	position:absolute;
	left:245px;
	top:43px;

	color: #666;
	font-family:Arial, Tahoma;
	font-size: 0.6em;
	font-weight: bold;
}

.audio-player.tree .audio-file{
	position:absolute;
	left:75px;
	top:13px;

	color: #666;
	font-family:Arial, Tahoma;
	font-size: 0.6em;
	font-weight: bold;
}

/* seek */
.audio-player.tree .audio-seek {
	position:absolute;
	width: 160px;
	height: 7px;
	left:72px;
	top:48px;
}

.audio-player.tree .audio-seek .slider-total{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;

	z-index:1;


	background:url(icon/audio-tree.png) -13px -220px no-repeat;
}

.audio-player.tree .audio-seek .slider-range{
	position:absolute;
	top:0px;
	left:0px;
	height:100%;

	z-index:2;

	background:url(icon/audio-tree.png) -13px -240px no-repeat;
}

.audio-player.tree .audio-seek .slider-handle{
	position:absolute;
	left:0px;
	top:-4px;

	width: 14px;
	height: 14px;

	z-index:3;

	background:url(icon/audio-tree.png) -193px -225px no-repeat;
}

.audio-player.tree .volume-seek{
	display:none;
}

.audio-player.tree .volume-seek .slider-total{
	display:none;
}

.audio-player.tree .volume-seek .slider-range{
	display:none;
}

.audio-player.tree .volume-seek .slider-handle{
	display:none;
}

/*Start of christmas*/
.audio-player.christmas{
	width:374px;
	height:95px;
	background:url(icon/audio-christmas.png) -26px -15px no-repeat;
}

.audio-player.christmas .back_button{
	position:absolute;
	cursor: pointer;
	width:11px;
	height:12px;
	left:16px;
	top:68px;
	background:url(icon/audio-christmas.png) -40px -133px no-repeat;
}

.audio-player.christmas .audio-play{
	position:absolute;
	cursor: pointer;
	width:6px;
	height:12px;
	left:57px;
	top:68px;
	background:url(icon/audio-christmas.png) -79px -133px no-repeat;
}
.audio-player.christmas .paused-button{
	width:8px;
	background:url(icon/audio-christmas.png) -106px -133px no-repeat;
}

.audio-player.christmas .forward_button{
	position:absolute;
	cursor: pointer;
	width:11px;
	height:12px;
	left:93px;
	top:68px;
	background:url(icon/audio-christmas.png) -133px -133px no-repeat;
}

.audio-player.christmas .volume-button{
	position:absolute;
	cursor: pointer;
	width:13px;
	height:13px;
	left:347px;
	top:68px;
	background:url(icon/audio-christmas.png) -169px -133px no-repeat;
}

.audio-player.christmas .volume-mute {
	background:url(icon/audio-christmas.png) -200px -133px no-repeat;
}

.audio-player.christmas .audio-timer{
	position:absolute;
	left:10px;
	top:30px;

	color: #333;
	font-family:Arial, Tahoma;
	font-size: 0.6em;
	font-weight: bold;
}

.audio-player.christmas .audio-file{
	position:absolute;
	left:10px;
	top:10px;

	color: #333;
	font-family:Arial, Tahoma;
	font-size: 0.6em;
	font-weight: bold;
}

/* seek */
.audio-player.christmas .audio-seek {
	position:absolute;
	width: 180px;
	height: 10px;
	left:126px;
	top:68px;
}

.audio-player.christmas .audio-seek .slider-total{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;

	z-index:1;

	border-top: 1px solid #252525;
	border-bottom:1px solid #939393;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;

	background: #1F1F1F;

}

.audio-player.christmas .audio-seek .slider-range{
	position:absolute;
	top:1px;
	left:0px;
	height:100%;
	-moz-border-radius:5px 0px 0px 5px;
	-webkit-border-radius:5px 0px 0px 5px;
	border-radius:5px 0px 0px 5px;

	z-index:2;

	border-bottom:1px solid #225D94;

	background: #4388D1;
	background-image: -moz-linear-gradient(top, #5C99E2, #A8D3E7);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #5C99E2),color-stop(1, #2A76BF));

	box-shadow: inset 0 -3px 3px #2A76BF;
}

.audio-player.christmas .audio-seek .slider-handle{
	position:absolute;
	left:0px;
	top:0px;

	width: 14px;
	height: 15px;

	z-index:3;

	background:url(icon/audio-christmas.png) -232px -133px no-repeat;
}

.audio-player.christmas .volume-seek{
	display:none;
}

.audio-player.christmas .volume-seek .slider-total{
	display:none;
}

.audio-player.christmas .volume-seek .slider-range{
	display:none;
}

.audio-player.christmas .volume-seek .slider-handle{
	display:none;
}

/*Start of turnonoff*/
.audio-player.turnonoff{
	width:100px;
	height:26px;
	background:#333;
	border-radius : 3px;
}

.audio-player.turnonoff .back_button{
	display:none;
}

.audio-player.turnonoff .audio-play{
	position:absolute;
	cursor: pointer;
	width:22px;
	height:22px;
	left:0px;
	top:2px;
	background:url(icon/player-volume.png) no-repeat;
}
.audio-player.turnonoff .paused-button{
	background:url(icon/player-volume-full.png) no-repeat;
}

.audio-player.turnonoff .volume-status{
	position:absolute;
	cursor : pointer;
	width : 78px;
	height : 26px;
	line-height : 26px;
	left : 22px;
	top : 0px;
	color : #CCCCCC;
	text-align : center;
	vertical-align : middle;
	font-family : "Tahoma","sans-serif","Arial";
	font-size : 14px;
}

.audio-player.turnonoff .volume-status:hover{
	color : #FFFFFF;
}

.audio-player.turnonoff .forward_button{
	display:none;
}

.audio-player.turnonoff .volume-button{
	display:none;
}

.audio-player.turnonoff .volume-mute {
	display:none;
}

.audio-player.turnonoff .audio-timer{
	display:none;
}

.audio-player.turnonoff .audio-file{
	display:none;
}

/* seek */
.audio-player.turnonoff .audio-seek {
	display:none;
}

.audio-player.turnonoff .audio-seek .slider-total{
	display:none;
}

.audio-player.turnonoff .audio-seek .slider-range{
	display:none;
}

.audio-player.turnonoff .audio-seek .slider-handle{
	display:none;
}

.audio-player.turnonoff .volume-seek{
	display:none;
}

.audio-player.turnonoff .volume-seek .slider-total{
	display:none;
}

.audio-player.turnonoff .volume-seek .slider-range{
	display:none;
}

.audio-player.turnonoff .volume-seek .slider-handle{
	display:none;
}

/*Start of fade*/
.audio-player.fade{
	width:345px;
	height:65px;
	background:url(icon/audio-fade.png) -19px -2px no-repeat;
}

.audio-player.fade .back_button{
	position:absolute;
	cursor: pointer;
	width:28px;
	height:28px;
	left:16px;
	top:17px;
	background:url(icon/audio-fade.png) -30px -91px no-repeat;
}

.audio-player.fade .audio-play{
	position:absolute;
	cursor: pointer;
	width:31px;
	height:31px;
	left:44px;
	top:15px;
	background:url(icon/audio-fade.png) -64px -89px no-repeat;
}
.audio-player.fade .paused-button{
	background:url(icon/audio-fade.png) -100px -89px no-repeat;
}

.audio-player.fade .forward_button{
	position:absolute;
	cursor: pointer;
	width:28px;
	height:28px;
	left:75px;
	top:17px;
	background:url(icon/audio-fade.png) -138px -91px no-repeat;
}

.audio-player.fade .volume-button{
	display:none;
}

.audio-player.fade .volume-mute {

}

.audio-player.fade .audio-timer{
	position:absolute;
	right:18px;
	top:22px;

	color: #999;
	font-family:Arial, Tahoma;
	font-size: 0.6em;
	font-weight: bold;
}

.audio-player.fade .audio-file{
	display:none;
}

/* seek */
.audio-player.fade .audio-seek {
	position:absolute;
	width: 150px;
	height: 10px;
	left:108px;
	top:25px;
}

.audio-player.fade .audio-seek .slider-total{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;

	z-index:1;

	background:url(icon/audio-fade.png) -31px -139px no-repeat;

}

.audio-player.fade .audio-seek .slider-range{
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	-moz-border-radius:5px 0px 0px 5px;
	-webkit-border-radius:5px 0px 0px 5px;
	border-radius:5px 0px 0px 5px;

	z-index:2;

	background:url(icon/audio-fade.png) -193px -138px no-repeat;
}

.audio-player.fade .audio-seek .slider-handle{
	position:absolute;
	left:0px;
	top:-2px;

	width: 15px;
	height: 15px;

	z-index:3;

	background:url(icon/audio-fade.png) -176px -98px no-repeat;
}

.audio-player.fade .volume-seek{
	display:none;
}

.audio-player.fade .volume-seek .slider-total{
	display:none;
}

.audio-player.fade .volume-seek .slider-range{
	display:none;
}

.audio-player.fade .volume-seek .slider-handle{
	display:none;
}

.volume-bar {
    vertical-align : middle;
	position : absolute;
	z-index : 999;
}

.volume-reduce {
	cursor : pointer;
	position : absolute;
}

.volume-add {
	cursor : pointer;
	position : absolute;
}

.volume-pgress{position:absolute; border:0 none;}
.volume-pgress span{cursor:pointer;display:block; position:absolute; width:12px; height:12px;  background:#FFF;-moz-border-radius: 50%; -webkit-border-radius:50% ; border-radius:50%;}
.phoneTopBar{position : absolute;width : 100%;height : 40px;left : 0;top : 0;z-index : 99;}
.phoneTopBar .button{width : 40px;height : 40px;position : absolute;cursor:pointer;}
.phoneTopBar .button img{max-height : 40px;position : absolute;top:0;bottom:0;margin:auto;}
.phoneTopBar .button .svg{max-height : 40px;position : absolute;top:0;bottom:0;margin:auto;}
.phoneTopBar .button .icon{position : absolute;left : 10px;top : 10px;}
.phoneTopBar .button div{width : 20px;height : 20px;}
.phoneTopBar .button span{display:none;}

.phoneBottomBar{position : absolute;width : 100%;height : 40px;bottom : 0;left : 0;z-index : 99;}
.phoneBottomBar .button{width : 40px;height : 40px;position : absolute;cursor:pointer;}
.phoneBottomBar .button img{height : 20px;left: -31px;width:20px;position : absolute;top:0;bottom:0;margin:auto;}
.phoneBottomBar .button .svg{height : 20px;left: 1px;width:20px;position : absolute;top:0;bottom:0;margin:auto;}
.phoneBottomBar .button .icon{overflow:hidden; position : absolute;left:10px;top:10px;width:22px;height:22px;}
.phoneBottomBar .button span{display:none;}
.phoneBottomBar .button img.custom{left:0;}

.phone.extendedBar .arrow{position:absolute;width:50px;height:20px;left:50%;cursor:pointer;margin-left:-25px;border-radius:5px 5px 0 0;top:-20px;background-color:rgba(0,0,0,0.8);}
.phone.extendedBar .arrow img{width:10px;margin:5px 20px;}

.extendedBar.phone{border-bottom:1px solid rgba(255,255,255,0.1);overflow : hidden;position : absolute;bottom:-280px;z-index: 99;border-radius:0;background:#000000;width:100%;height:72px;}
.extendedBar.phone .button{width : 40px;height : 52px;border-radius: 0;float:left;margin:10px 0 0 30px;position:relative;text-align:center;}
.extendedBar.phone .button .icon{overflow:hidden;position:relative;display:block;width:32px;height:32px;border-radius:16px;background-color:rgba(255,255,255,0.1);margin:0 0 0 4px;}
.extendedBar.phone .button img{left:-25px;display:block;width:18px;height:18px;position:absolute;top:7px;margin:0;}
.extendedBar.phone .button .svg{left:7px;display:block;width:18px;height:18px;position:absolute;top:7px;margin:0;}
.extendedBar.phone .button span{top:0;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;color : white;line-height:20px;display:block;position:relative;margin:0 0 0 -15px;width:70px;}
.extendedBar.phone .button img.custom{left:7px;}
.extendedBar.phone .svg-box{width : 14px;height : 14px;cursor : pointer;margin: 3px 0 0 18px;}
.extendedBar.phone .cancel{width: 100%;height: 40px;position: absolute;bottom: -41px;text-align: center;line-height: 40px;}

.extendedBar.phone .stage{height:100%;}
.extendedBar.phone .stage .swiper{height:100%;}
.extendedBar.phone .stage .swiper .item{height:100%;}
.extendedBar.phone .stage .swiper .dots{height:20px;position:absolute;left:0;bottom:0;}
.extendedBar.phone .stage .swiper .dots .dot{width:10px;height:10px;border-radius:5px;background:#ffffff;}

.phoneGotoPageContent img{
	/*width : 22px;*/
	/*height : 22px;*/
	cursor : pointer;
	margin: 4px -2px 4px 0;
}

.phoneGotoPageContent .inputButton{
	display : inline-block;
	position : relative;
	overflow : visible;
	top : 0;
	margin-left : 7px;
	width : 25px;
	height : 30px;
	cursor : pointer;
	/*border:1px solid rgba(255,255,255,0.1);*/
}

.phoneGotoPageContent .goBtn div{
	width : 20px;
	height : 20px;
	margin:4px;
}

.phoneGotoPageContent .btn{
	display : inline-block;
	position : relative;
	overflow : visible;
	top : -5px;
	margin-top : 12px;
	margin-left : 7px;
	width : 30px;
	height : 30px;
	cursor : pointer;
	/*border:1px solid rgba(255,255,255,0.1);*/
}

.phoneGotoPageContent .btn div{
	width : 20px;
	height : 20px;
}

.phoneGotoPageContent .svg-box{
	margin-top:5px;
}

.phoneGotoPageContent .goBtn{
	width : 30px;
	height: 30px;
    top: 0px;
	right : 0px;
	cursor : pointer;
    z-index : 5;
    position:absolute;
}

.form_mask_phone{opacity:0.5;background:#000000;z-index:9999;position:absolute;width:100%;height:100%;top:0;left:0;}
.phone .form_title{text-align:center;vertical-align:middle;font-family:"Arial";font-size:18px;line-height:20px; padding: 0 20px;margin:0; margin: 15px 0;}
.phone .form_title span{margin:0;line-height: 20px;padding:0;}
.phone .close{top:13px;position:absolute;cursor:pointer;left:auto;left:10px;padding:0;margin:0;width:25px;height:25px;}
.phone.rightToLeft .close{top:13px;position:absolute;cursor:pointer;left:10px;}

/* .print_form_phone */
.print_form_phone{text-align:left;vertical-align:middle;line-height:20px;position:absolute;left:0;top:0;z-index:1000;background:#000000;width:310px;padding:0;color:#ffffff;font-size:15px;font-family:Calibri;position:absolute;}
.print_form_phone .printButton{cursor:pointer;background:rgba(255,255,255,0.25);vertical-align: middle;text-align:center;margin:10px 20px;width:auto;height:40px;line-height:40px;font-size:15px;}
.print_form_phone .item span{margin-left:10px;vertical-align: middle;}

.print_form_phone{background:transparent;width:100%;padding:0;}
.print_form_phone{background:transparent;width:100%;padding:0;border-radius: 0;border:none;box-shadow: none;filter:none;}
.print_form_phone .item{cursor:pointer;line-height:20px;vertical-align: middle;position:relative;padding:10px 20px 10px;margin:0 20px;border-bottom: 1px solid rgba(255,255,255,0.2);}
.print_form_phone .item .print_icon{vertical-align: middle;position:absolute;left:10px;top:11px;width:24px;height:24px;}
.print_form_phone.rightToLeft .item{text-align:right;}
.print_form_phone.rightToLeft .item .print_icon{vertical-align: middle;position:absolute;right:10px;left:auto;top:11px;}
.print_form_phone .printRange input{border-radius:0;padding:0 5px;width:100px;height:26px;border:none;margin-left:10px;font-size:12px;background-color:#D3D3D3; }
.print_form_phone.rightToLeft .printRange input{margin-left:0;margin-right:10px;}
.print_form_phone .item span{margin-left:20px;}
.print_form_phone.rightToLeft .item span{margin:0 20px 0 0}

/* bookmark_form_phone */
.bookmark_form_phone{text-align:left;vertical-align:middle;line-height:20px;position:absolute;display:block;z-index:1000;left:-350px;top:157px;width:250px;height:425px;background:#000000;padding:0;color:#ffffff;font-size:15px;font-family:Calibri;}
.bookmark_form_phone .inputForm{width:100%;margin-top:10px;height:30px;position:relative;}
.bookmark_form_phone .input_title{width:192px;height:30px;border:none;padding:0 10px;position:absolute;left:0;}
.bookmark_form_phone .colorSelection{width:28px;height:28px;border:1px solid #ffffff;position:absolute;right:0;}
.bookmark_form_phone .add_page{display:inline-block;vertical-align:middle;text-align:center;cursor:pointer;width:120px;height:30px;line-height:30px;margin-top:10px;background:rgba(255,255,255,0.25);}
.bookmark_form_phone .add_page.left{margin-right:10px;}
.bookmark_form_phone .list_title{cursor:default;font-size:15px;height:30px;width:100%;margin-top:10px;background:rgba(255,255,255,0.1);line-height:30px;vertical-align:middle;text-align:left;}
.bookmark_form_phone .list_title span{padding:0 10px;display:inline-block;}
.bookmark_form_phone .list_title .page{border-right:1px solid rgba(255,255,255,0.1);width:30px;}
.bookmark_form_phone .list_title .description{width:108px;border-right:1px solid rgba(255,255,255,0.1);}
.bookmark_form_phone .list_title .edit{}

.bookmark_form_phone .stage{overflow:hidden;width:100%;position:relative;}
.bookmark_form_phone .swiper{width:100%;left:0;top:0;}

.bookmark_form_phone .progress{width:15px;height:5px;position:absolute;bottom:0;right:0;cursor:pointer;}
.bookmark_form_phone .progressBar{width:5px;height:5px;background:rgba(255,255,255,0.25);position:absolute;right:0;top:0;cursor:pointer;border-radius:2px;}

.bookmark_form_phone .removeAll{width:100%;height:30px;line-height:30px;background:rgba(255,255,255,0.25);margin-top:5px;cursor:pointer;vertical-align:middle;text-align:center;display:none;}

.bookmark_form_phone .item{width:100%;height:30px;line-height:30px;vertical-align:middle;text-align:left;position:relative;margin-top:0;}
.bookmark_form_phone .item span{padding:0 10px;display:inline-block;}
.bookmark_form_phone .item input{display:inline-block;}
.bookmark_form_phone .item .page{width:30px;}
.bookmark_form_phone .item .title{width:82px;height:20px;border:none;padding:0 10px;background:transparent;}
.bookmark_form_phone .item .colorSelection{margin:0;width:20px;height:18px;position:absolute;left:130px;top:6px;display:none;}
.bookmark_form_phone .item img{position:absolute;cursor:pointer;}
.bookmark_form_phone .item .save{left:160px;top:7px;display:none;}
.bookmark_form_phone .item .cancel{left:190px;top:7px;display:none;}
.bookmark_form_phone .item .edit{left:190px;top:7px;}
.bookmark_form_phone .item .delete{left:214px;top:7px;}

.bookmark_form_phone.rightToLeft{text-align:right;}
.bookmark_form_phone.rightToLeft .input_title{left:auto;right:0;direction:rtl;}
.bookmark_form_phone.rightToLeft .colorSelection{right:auto;left:0;}
.bookmark_form_phone.rightToLeft .add_page.left{margin-left:10px;margin-right:0;}
.bookmark_form_phone.rightToLeft .list_title{text-align:right;}
.bookmark_form_phone.rightToLeft .list_title .page{border-left:1px solid rgba(255,255,255,0.1);border-right:none;width:30px;}
.bookmark_form_phone.rightToLeft .list_title .description{border-left:1px solid rgba(255,255,255,0.1);border-right:none;}
.bookmark_form_phone.rightToLeft .list_title .edit{}
.bookmark_form_phone.rightToLeft .progress{left:0;right:auto;}
.bookmark_form_phone.rightToLeft .progressBar{left:0;right:auto;}

.bookmark_form_phone{background:transparent;width:100%;height:100%;padding:0;left:0;top:0;margin:0;}
.bookmark_form_phone .stage{margin:0;width:100%;height:100%;}
.bookmark_form_phone .item{position:relative;width:100%;height:100px;line-height:100px;vertical-align:middle;font-size:15px;cursor:pointer;}
.bookmark_form_phone .item span{margin:0 10px;float:left;display:inline-block;width:auto;}
.bookmark_form_phone .item img{height:76px;float:left;margin:12px 0;position:relative;}
.bookmark_form_phone{background:transparent;width:100%;height:100%;padding:0;left:0;top:0;margin:0;border-radius: 0;border:none;box-shadow: none;filter:none;
-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;}
.bookmark_form_phone .stage{margin:0;width:100%;height:100%;}
.bookmark_form_phone .item{position:relative;width:100%;height:100px;line-height:100px;vertical-align:middle;font-size:15px;cursor:pointer;}
.bookmark_form_phone .item span{margin:0 10px;float:left;display:inline-block;width:auto;}
.bookmark_form_phone .item img{height:76px;float:left;margin:12px 0;position:relative;}
.bookmark_form_phone.rightToLeft .item img{float:right;}
.bookmark_form_phone.rightToLeft .item span{float:right;}
.bookmark_form_phone.rightToLeft .item .delete{left:20px;right:auto;}
.bookmark_form_phone .item .delete{position:absolute;cursor:pointer;top:30px;left:auto;right:20px;width:41px;height:41px;background-repeat: no-repeat;}
.bookmark_form_phone .item .delete{background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApCAYAAACoYAD2AAADE0lEQVRYhc2Z344URRSHv+6wiX9n4qUGSLxYNMb4AhovYF8BMOKKjC8grERfwvdAbvFSWTXsGi4xZGPkYoma9dIwq+gN83lRp+lmwyxd3ds7e5KTmspU/eqb6qnqU6cKlY72KnAGeA94E1gGXgTGwAPgH+Ae8AtwC/gO+LPTSGqOL6kfqTfVR+bZI3VdXQ2d1uO2bViol9TtxqAP1W/UNXVFPamOo/046ivqlWj3sNF3W52E7oFALqsbjQG21E8bQG19HP22Globod8L8rz6IAR31A/VMhNur5ehsxO6U/WDrpCfqbMQut5h5trM7PXQn5n+FlmQVxqdrx4w3F6/2piMtbaQ56LTzLRYhgSs/FJjzHPPgjxl+o+ofnFIgJV/GeNO1TfmQRbWq/jaIQNWfi3G37SxPe2dck2r7qAXSVsfW6/6yV7IJeuN+sKCACu/EBz3g+sx5Gp8sWX/fbCvl9Yb/qpKGa/wSZRfAbOOAQeADe9qs+B4zFWorwG/A/+RIptpBlCuFS3bjUgR03PA8RI4DZTAOu0Bh7YpiacEzpTAu/HFzUyhooPn2HqU7x8D3orKz5kikPfIcyHvRPl2CbwelXuZIkPbr1GePEYK9wH+6iG43yx1XekVz6hQK5Hcx9EEKOLzvLKXfkm9okcdRIa0l6PcLUknO4BXFgQzzyqeaQlsR2V5QTDz7FSUv5XAVlTeWRDMPKt47pbARlRO9xQt5pRdreL5sXp3/wH8S967G4bbzKt39/PEu3sH2AReAM5mCA1pZ0k8m8BOFcN9fETjyYvNoHcpImE9wpE5pjOFHuEzDqbT2WY0WPRp8SfnnBYxnXeP9Lm78mYG4+IhAX5iRgaj8s/jV83UywMDXrbOBT0177Rf5zWHz6p93ZiMpyarngWJKW+4G0JD5Sd37ZGfrHxZvW1tfTK9E5/M9N42Jcn27Zvz6yfWG76mHPgNUy5zRT2hjqL9KOpVzvyGT+bM74deq6eS+6iWTKmP7+12+/CDHW4fCu11j7NCOrdX9zgvkSKYKfA39T3OBvAtHe9x/gdbb3TyIW2ytgAAAABJRU5ErkJggg==");}
.bookmark_form_phone .item .delete:hover{background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApCAYAAACoYAD2AAACkklEQVRYhc3ZzW8NURjH8c+dXLqgrIl4WRARG8SiXhP1N9BYVfkDBGFnwVIbe0StaPwNdCEqIl42IqoLSsJaby2aJq7FmZHpNfdlpnPv7TeZTGbmnPP85rw+zzmVd+vXK8gWDOMY9mI3NmAzfuE35vAJL/AMP4sYquQUuQ5nMYaTiHLk/YPneIApLHeasVORFYziBnbmENaMr7iFSdTbGu9A5G48xJFVCsvipfDzc60StWuus3ijOwLF5b7FSKtErURewmNsKlFUFoN4hMvNEjQTeRl3hL7YCyqYwJWsj1kiz2C8m4pacDu2v4LGgbNH6IODPRKVRQ2HMZu8SNdkRZgS+ilQbH9SqqulRY7q3ijOyxDOJw9Jc6/DZ+VM1GUxL8zRy0lNjlhbAmGHeP5MRI6VUeqBpaV/V0mMEZp7K77L5ywUEvJ+YCBvlj/YFuGUnAJ7SIThKo4WyV2gVopyoop9RXPnafJV/NT+CLuK5u4R26uCu78qWtVSCSN9U6QkVywR03gvgcEIC2WV1iVqkRDZrWUWInzpt4o2fIvwsd8q2vAhwkwZJSUjvPFeAs+rmBZi38LxTIkjuZE6piP8EOLftchL/KjGD3cVWMN7sH7fY6VnPic4mmuF/zzzZdzsn55Mboo3tdIhbUUY6UN9EpXmlRAU1lnp7NaFCK3WB1FpakLk+m+3rdEjn8VFHWzHdYl6bH82/TIrbHiCa71QlMH12P4KmsU247iqdzVaj+3dzvrYKgCbwDksdkFUmsXYzkSzBO2ixCkcxOsSRaV5jUOxnaZ0EsrOCdPSBWGCLYP5uLwhYXunJUVOH0ZiA8flP314gfu6dPqQxRacFtb85BxnoxAzLQh9LTnHmcFTBc9x/gIyhJDrY4ZjgQAAAABJRU5ErkJggg==")}

/* search_form_phone */
.search_form_phone{text-align:left;vertical-align:middle;line-height:20px;position:absolute;z-index:1000;left:-300px;top:0;width:250px;height:548px;background:#000000;
  padding:0;color:#ffffff;font-size:15px;font-family:Calibri;position:absolute;}
.search_form_phone .result{margin-top:10px;}

.search_form_phone .stage{overflow:hidden;width:250px;height:460px;position:relative;margin:10px 0 0 0;}
.search_form_phone .swiper{width:100%;position:absolute;left:0;top:0;}

.search_form_phone .progress{width:15px;height:5px;position:absolute;bottom:0;right:0;cursor:pointer;}
.search_form_phone .progressBar{width:5px;height:5px;opacity:0.25;background:#ffffff;position:absolute;right:0;top:0;cursor:pointer;border-radius:2px;}

.search_form_phone .item{padding:10px 20px;cursor:pointer;}
.search_form_phone .item .description{font-size:15px;margin-top:3px;opacity:0.6;}
.search_form_phone .item:hover{background:rgba(255,255,255,0.25);}

.search_form_phone.rightToLeft{text-align:right;}
.search_form_phone.rightToLeft .progress{left:0;right:auto;}
.search_form_phone.rightToLeft .progressBar{left:0;right:auto;}

.search_form_phone{border-top:1px solid rgba(255,255,255,0.25);width:100%;height:100%;padding:0;left:0;top:0;background:transparent;}
.search_form_phone .stage{width:100%;position:relative;margin:0;}
.search_form_phone{border-top:1px solid rgba(255,255,255,0.25);width:100%;height:100%;padding:0;left:0;top:0;background:transparent;border-radius:0;border:none;box-shadow: none;filter:none;
-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;}
.search_form_phone .result{margin:0;height:35px;line-height:35px;background:rgba(255,255,255,0.05);padding:0 20px;}
.search_form_phone .stage{width:100%;position:relative;margin:0;}

/* tableofcontent_form_phone */
.tableofcontent_form_phone{text-align:left;vertical-align:middle;line-height:20px;position:absolute;z-index:1000;left:-300px;top:150px;width:250px;height:548px;background:#000000;padding:0;color:#ffffff;font-size:15px;font-family:Calibri;}

.tableofcontent_form_phone .swiper{width:100%;position:absolute;left:0;top:0;}

.tableofcontent_form_phone .progress{width:15px;height:5px;position:absolute;bottom:0;right:0;cursor:pointer;}
.tableofcontent_form_phone .progressBar{width:5px;height:5px;background:rgba(255,255,255,0.25);position:absolute;right:0;top:0;cursor:pointer;border-radius:2px;}

.tableofcontent_form_phone .item{font-size:15px;cursor:pointer;position:relative;margin-right:0;margin-left:0;line-height: 40px;padding-left:10px;}
.tableofcontent_form_phone .item .arrow{padding:10px 10px 10px 0;position:absolute;top:0;}
.tableofcontent_form_phone .item .description{display:inline-block;}
.tableofcontent_form_phone .item:hover{background:rgba(255,255,255,0.1);}

.tableofcontent_form_phone.rightToLeft{text-align:right;}
.tableofcontent_form_phone.rightToLeft .item{margin-right:0;margin-left:0;}
.tableofcontent_form_phone.rightToLeft .item .arrow{padding:10px 0 10px 10px;}
.tableofcontent_form_phone.rightToLeft .progress{left:0;right:auto;}
.tableofcontent_form_phone.rightToLeft .progressBar{left:0;right:auto;}

.tableofcontent_form_phone{background:transparent;width:100%;height:100%;padding:0;left:0;top:0;margin:0;}
.tableofcontent_form_phone{background:transparent;width:100%;height:100%;padding:0;left:0;top:0;margin:0;border-radius:0;border:none;box-shadow: none;filter:none;}
.tableofcontent_form_phone .stage{position:relative;margin:0 20px;}

.phone .searchButton{position:absolute;top:70px;right:20px;cursor:pointer;z-index:10;max-width:25px;max-height:25px;transform: translate(0, -50%);}
.phone .input_search{background-color:#fff;border-radius:5px;margin:0 20px;height:40px;line-height:40px;padding:0 25px 0 10px;width:275px;border:1px solid transparent;}
.phone.rightToLeft .searchButton{left:20px;right:0;}
.phone.rightToLeft .input_search{padding:0 10px 0 25px;}

/* about form */
.about_form_phone{vertical-align:middle;line-height:20px;text-align:center;width:100%;height:auto;padding:0;color:#ffffff;font-size:15px;font-family:Calibri;position:absolute;}
.about_form_phone .content_title{border:1px solid transparent;top:51px;cursor:pointer;width:105px;height:34px;position:absolute;line-height:34px;vertical-align:middle;text-align:center;}
.about_form_phone .contact_title{left:51%;}
.about_form_phone .description_title{right:51%;}
.about_form_phone .focus{background:rgba(255,255,255,0.25);}
.about_form_phone .content{margin:0 0 0 65px; width: auto;}
.about_form_phone .content1{display:none;height:220px;overflow:auto;}
.about_form_phone .content2{height:220px;overflow:hidden;position: relative;}
.about_form_phone .description{text-align:left;border-top: 1px solid rgba(255,255,255,0.2);}
.about_form_phone .item{position:relative;min-height:18px;text-align:left;cursor:pointer;margin:0;vertical-align: middle;padding:10px 20px 10px;border-bottom: 1px solid rgba(255,255,255,0.2);}
.about_form_phone .item .title{display:inline-block;position:absolute;left:20px;top:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;width:70px;}
.about_form_phone .content2 .item .content{margin:0;width:auto;}
.about_form_phone .content1 .item .content{margin:0 0 0 80px;width:auto;}
.about_form_phone .content1 .item{height:34px;line-height:34px;}
.about_form_phone a{text-decoration:underline;}
.about_form_phone .aboutLogo{width: 300px;height: 70px;margin:0 20px; display: inline-block;}

.about_form_phone .swiper{width:98%;position:absolute;left:0;top:0;}
.about_form_phone .progress{width:15px;height:5px;position:absolute;bottom:0;right:0;cursor:pointer;}
.about_form_phone .progressBar{width:5px;height:5px;background:rgba(255,255,255,0.25);position:absolute;right:0;top:0;cursor:pointer;border-radius:2px;}

.about_form_phone.rightToLeft{text-align:right;}
.about_form_phone.rightToLeft .item .title{left:auto;right:20px;}
.about_form_phone.rightToLeft a{float: right;}
.about_form_phone.rightToLeft a.aboutLogo{float: inherit;}
.about_form_phone.rightToLeft .content2 .item .content{margin:0;text-align:right;}
.about_form_phone.rightToLeft .content1 .item .content{margin:0 80px 0 0;text-align:right;}
.about_form_phone.rightToLeft .item .title{text-align:right;}
.about_form_phone .description.item .content {margin: 0px;}
.about_form_phone.rightToLeft .content {margin:0 65px 0 0;}
.about_form_phone.rightToLeft .item{text-align: right;}

/* share_form_phone */
.share_form_phone{border-radius: 0;border:none;box-shadow: none;filter:none;}
.share_form_phone .item .logo{width:40px;height:40px;margin:0 auto;display:block;float: none;}
.share_form_phone .item .logo_title{line-height: 30px;}
.share_form_phone .item .logo div{width:40px;height:40px;}
.share_form_phone .copy{width:74%;height:30px;line-height:30px;cursor:pointer;background:rgba(255,255,255,0.4);color:#fff;position:absolute;top:320px;left:12%;right:auto;vertical-align:middle;text-align:center;}

.share_form_phone{padding:0;top:auto;border-radius: 10px 10px 0 0;border:none;box-shadow: none;filter:none;}

.share_form_phone .form_title{text-align:center;top:0;left:0;text-align:center;vertical-align:middle;border-bottom:1px solid rgba(255,255,255,0.2);background:transparent; width:100%;font-family:"Arial";font-size:15px;line-height:40px;position: relative;margin:0;height:40px;padding: 0;}
.share_form_phone .close{border-top:1px solid rgba(255,255,255,0.2);top:auto;bottom:0;left:0;position:absolute;cursor:pointer;width:100%;height:40px;line-height:40px;text-align:center;vertical-align:middle;font-size:15px;}
.share_form_phone.rightToLeft .close{top:auto;left:0;}
.share_form_phone .stage{position:absolute;top:60px;left:10px;right:10px;bottom:60px;margin:auto;width:auto;}
.share_form_phone .back{z-index:100;position:absolute;top: 0;left: 10px;height: 40px;line-height: 40px;vertical-align: middle;}
.share_form_phone .back span{font-family:"Arial";font-size:12px;margin-left: 10px;}
.share_form_phone .back img{vertical-align: middle;}
.share_form_phone .qrcode{position:absolute;top: 54px;left: 0;right: 0;bottom: 54px;margin:auto;text-align:center;}
.share_form_phone .qrcode .checked{background:rgba(255,255,255,0.2);}
.share_form_phone .qrcode .QRcode>canvas{border:5px solid #fff;}
.share_form_phone .qrcode>div{display: none;}
.share_form_phone .qrcode>div.showQR{display: block;}
.share_form_phone .qrcode .title{position: absolute;
	text-align: center;
	bottom: 0;
	width: 100%;}

.share_form_phone .qrcode img{width: 100px;height: 100px;padding: 5px; background: #fff;}
.share_form_phone .qrcode span{cursor:pointer;font-size:15px;margin-top:15px;text-align:center;vertical-align:middle;width:150px;height:40px;line-height:40px;border-radius:20px;display:inline-block;background:rgba(255,255,255,0);border:1px solid #333333;}
.share_form_phone .item{padding:0;vertical-align:middle;font-size:12px;position:relative;display: inline-block;width: 20%;margin-bottom: 15px;margin-left:4%;text-align: center;}
.share_form_phone .qrcode.two span{width:95px;}
.share_form_phone .qrcode.two .left{border-radius:20px 0 0 20px;}
.share_form_phone .qrcode.two .right{border-radius:0 20px 20px 0;}

.share_form_phone .item .logo{width:40px;height:40px;margin:0 auto;display:block;float: none;}
.share_form_phone .item .logo_title{line-height: 30px;font-size:12px;}
.share_form_phone .item .logo div{width:40px;height:40px;}

.share_form_phone .progress{width: 10px;right: 0;position: absolute;}
.share_form_phone .progressBar{cursor:pointer;background: rgba(0, 0, 0, 0.3); position: absolute; left: 0px; width: 10px;border-radius:5px;}

/* thumbnail_form_phone */

/* setting_form_phone */
.setting_form_phone{right:auto;}
.setting_form_phone{width:100%;height:100%;left:0;vertical-align:middle;font-family:Arial,Tahoma;background:transparent;z-index:1;}
.setting_form_phone .stage{margin:0;width:100%;height:100%;}
.setting_form_phone .scrollBox{position:absolute;width:100%;}
.setting_form_phone .scrollBox .item{position:relative;width:100%;height:50px;border-bottom:1px solid rgba(255,255,255,0.2);cursor:pointer;}
.setting_form_phone .scrollBox .item img{position:absolute;cursor:pointer;width:25px;height:25px;top:13px;right:18px;}
.setting_form_phone .scrollBox .item .title{line-height:50px;font-size:15px;padding:0 18px;text-align:left;}
.setting_form_phone.rightToLeft .item .title{text-align:right;}
.setting_form_phone.rightToLeft .item img{right:auto;left:18px;}

/* language_form_phone */
.language_form_phone{width:100%;height:100%;left:0;vertical-align:middle;font-family:Arial,Tahoma;background:transparent;z-index:1;}
.language_form_phone .stage{margin:0;width:100%;height:100%;}
.language_form_phone .scrollBox{position:relative;width:100%;top:0;transform:none;-webkit-transform:none;-o-transform:none;-ms-transform:none;-moz-transform:none;}
.language_form_phone .scrollBox .item{position:relative;width:100%;height:50px;margin:0;border-bottom:1px solid rgba(255,255,255,0.2);cursor:pointer;}
.language_form_phone .scrollBox .item img{display:none;position:absolute;cursor:pointer;width:25px;height:25px;top:13px;right:15px;}
.language_form_phone .scrollBox .item .title{line-height:50px;font-size:15px;text-align:left;padding:0;width:100%;margin-left:0;left:0;}
.language_form_phone .scrollBox .item.focus .title{border:none;}
.language_form_phone .scrollBox .item.focus img{display:block;}

/* copy_form */
.copy_form{font-family:Arial;border-radius:5px;overflow:hidden;position:absolute;top:0;bottom:0;left:0;right:0;width:80%;height:170px;padding:10px;margin:auto;vertical-align: middle;color:#ffffff;}
.copy_form textarea{vertical-align:top;top:0;left:0;border-radius:5px;height:130px;width:100%;background:#ffffff;font-size:15px;color:#000000;padding:0;margin:0;border:none;}
.copy_form p{position:absolute;top:152px;margin-right:100px;line-height:15px;font-size:15px;text-align:left;}
.copy_form .cancel{cursor:pointer;border-radius:2px;position:absolute;right:10px;top:150px;height:27px;line-height:27px;background-color:rgba(255,255,255,0.2);font-size:15px;vertical-align:middle;padding:0 15px;}

/* tel_form */
.tel_form{font-family:Arial;border-radius:5px;overflow:hidden;position:absolute;top:0;bottom:0;left:0;right:0;width:85%;margin:auto;vertical-align: middle;color:#ffffff;}
.tel_form .form_title{margin:auto;height:40px;width:100%;background:#000000;line-height:40px;}
.tel_form .stage{overflow:hidden;width:100%;position:relative;background:rgba(0,0,0,0.8);}
.tel_form .swiper{width:100%;position:relative;left:0;top:0;max-height:50%;}
.tel_form .progress{width:15px;height:5px;position:absolute;bottom:0;right:4px;cursor:pointer;}
.tel_form .progressBar{width:5px;height:5px;opacity:0.25;background:#ffffff;position:absolute;right:4px;top:0;cursor:pointer;border-radius:2px;}
.tel_form .swiper .item{
	position:relative;
	font-size: 15px;
	margin: 0 10px;
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.tel_form .swiper .item .number{
    max-width: calc(100% - 120px);
    float: left;
    margin-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tel_form .swiper .item a{
    display: inline-block;
    color: #ffffff;
    position: absolute;
    right: 0;
    margin: 20px;
    border-radius: 5px;
    padding: 5px 20px;
    border: 1px solid rgba(255,255,255,0.9);
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
}

.doublepage_form{
  font-family:Arial;
  overflow:hidden;
  width:80%;
  margin:auto;
  vertical-align: middle;
  color:#575757;
  background:#fff;
}
.doublepage_form .form_title{
  margin:auto;
  width:100%;
  color:#393939;
  font-size: 16px;
  padding-top: 5px;
}
.doublepage_form .secondTitle{
  overflow:hidden;
  width:100%;
  position:relative;
  color:#353535;
  font-size: 13px;
  line-height: 22px;
}
.doublepage_form .itemList{
  overflow:hidden;
  width:100%;
  position:relative;
  color:#79797A;
  font-size: 13px;
}
.doublepage_form .itemList .item{
  line-height: 22px;
}
.doublepage_form .closeButton{
  overflow:hidden;
  width:100%;
  height: 38px;
  line-height: 38px;
  position:relative;
  color:#639FE7;
  font-size: 14px;
  border-top:1px solid #E8E0E0;
  margin-top: 10px;
}
.doublepage_form img{
  overflow:hidden;
  width:100%;
  display: block;
}
.doublepage_form .wordBox{
  padding-top: 10px;
  /* padding-bottom:15px; */
}
.videogallery_form_phone{text-align:left;vertical-align:middle;line-height:20px;position:absolute;z-index:1000;color:#ffffff;margin:auto;width:80%;background:#000000;padding:15px 20px 20px 20px;font-size:15px;font-family:Calibri;position:absolute;overflow:hidden; }
.win10_border.videogallery_form_phone{
  border-radius: unset;
}
.videogallery_form_phone .form_title{font-size:18px;line-height:20px;}
.videogallery_form_phone .title{font-size:18px;line-height:20px;}
.videogallery_form_phone .video{width:100%;height:180px;background:rgba(255,255,255,0.25);margin-top:15px;}
.videogallery_form_phone .close {
  top: 16px;
  right: 20px;
  padding: 3px;
  position: absolute;
  cursor: pointer;
}
.videogallery_form_phone .video_list{
  width: 100%;
  height: 120px;
  margin-top: 6px;
}
.videogallery_form_phone .info{margin-top:5px;}
.videogallery_form_phone .info .description{
  width:100%;
}
.videogallery_form_phone .description{
  opacity:0.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.videogallery_form_phone .stage{width:100%;position:relative;height: 100px;overflow: hidden;}
.videogallery_form_phone .swiper{width: max-content;position: absolute;}

.videogallery_form_phone .progress{width:15px;height:5px;position:absolute;bottom:-105px;right:-5px;}
.videogallery_form_phone .progressBar{width:5px;height:5px;background:rgba(255,255,255,0.25);position:absolute;right:5px;top:0;cursor:pointer;border-radius:2px;}

.videogallery_form_phone .item{
    width: 80px;
    padding-right: 10px;
    min-height: 42px;
    margin-top: 5px;
    position: relative;
    display: inline-block;
}
.videogallery_form_phone .item .title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.videogallery_form_phone .item .thumbnail{
  background-color: rgba(255,255,255,0.25);
    width: 80px;
    height: 50px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 3px;
}
.videogallery_form_phone .item:hover {text-decoration:underline;}

.videogallery_form_phone.rightToLeft{text-align:right;}
.videogallery_form_phone.rightToLeft .video_list{left:15px;right:auto;}
.videogallery_form_phone.rightToLeft .item{padding-right:61px;padding-left:0;margin-left:5px;}
.videogallery_form_phone.rightToLeft .item .thumbnail{left:auto;right:0;}
.videogallery_form_phone.rightToLeft .progress{left:-5px;right:auto;}

/* download_form_phone */
.download_form_phone{font-size:15px;width:100%;height:100%;left:0;vertical-align:middle;font-family:Arial,Tahoma;background:transparent;z-index:1;}
.download_form_phone .stage{margin:0;width:100%;height:100%;}
.download_form_phone .content{position:relative;}

.download_form_phone .content2{height: 196px;}
.download_form_phone .pictureList_win10{margin-left:-75px;left:50%;border:none;}

.download_form_phone .downloadButton{cursor:pointer;width:auto;font-size:15px;height:40px;margin:10px 20px;background:rgba(255,255,255,0.25);line-height:40px;vertical-align: middle;text-align:center;}
.download_form_phone .item{cursor:pointer;line-height:20px;height:20px;vertical-align: middle;position:relative;margin:0 20px;padding:10px 20px 10px;border-bottom:1px solid rgba(255,255,255,0.2);}
.download_form_phone .item span{margin-left:12px;vertical-align: middle;}
.download_form_phone .item img{vertical-align: middle;position:absolute;left:10px;top:13px;}
.download_form_phone .downloadAttachments input{padding:0 5px;width:102px;height:30px;border:none;margin-left:10px;font-size:12px;}
.download_form_phone .content1 select{margin:10px;width:80%;color:#989898;height:30px;border:none;border-radius:0;outline:none;}
.download_form_phone .select_content{margin:0 20px;border-bottom:1px solid rgba(255,255,255,0.2);}

.download_form_phone.rightToLeft .item img{vertical-align: middle;position:absolute;right:10px;}
p{padding:0;margin:0;}
input{font-family:Calibri;}
textarea{font-family:Calibri;}
.form_title{margin-left:0;}
.form_title .favicon{
  vertical-align: middle;
  margin-right: 5px;
margin-top:-2px;width: 22px;
  height: 22px;}
  .form_title span{vertical-align: middle;}
  .rightToLeft .form_title .favicon{margin-right:0;margin-left:5px;}
.close{right:8px;left:auto;}
.rightToLeft .form_title{margin-left:0;margin-right:0;}
.rightToLeft .close{left:8px;right:auto;}

.about_form{text-align:left;vertical-align:middle;line-height:20px;width:415px;background:#000000;border-radius:5px;padding:5px;color:#ffffff;font-size:12px;font-family:Calibri;position:absolute;}
.about_form .form_title{font-size:15px;line-height:25px;}
.about_form .close{top:7px;position:absolute;cursor:pointer;}
.about_form .about_content{position:relative;background-color:rgba(255,255,255,0.2);width:381px;padding:17px 17px 10px 17px;}
.about_form .content2{position:relative;height:105px;}
.about_form .content1{position:relative;}
.about_form .content2 .aboutLogo{position:absolute;width:90px;height:105px;left:0;}
.about_form.rightToLeft .content2 .aboutLogo{left:auto;right:0;}

.about_form .item{width:100%;position:relative;margin:15px 0;min-height:18px;overflow: hidden;}
.about_form .item .title{display:inline-block;position:absolute;left:0;top:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.about_form .content2 .item .content{margin:0;width:auto;}
.about_form .content1 .item .content{margin:0 0 0 60px;width:auto;}
.about_form a{text-decoration:underline;}
.about_form .description{margin:0;}
.about_form .description .content{margin:0;}

.about_form .logo{width:90px;position:absolute;left:0;}
.about_form .stage{overflow:hidden;width:381px;height:109px;position:absolute;right:0;}
.about_form.rightToLeft .stage{right:105px;}
.about_form .swiper{width:98%;position:absolute;left:0;top:0;}

.about_form .progress{width:15px;height:5px;position:absolute;bottom:0;right:0;cursor:pointer;}
.about_form .progressBar{width:5px;height:5px;background:rgba(255,255,255,0.25);position:absolute;right:0;top:0;cursor:pointer;border-radius:2px;}

.about_form.rightToLeft{text-align:right;}
.about_form.rightToLeft .item .title{position:absolute;left:auto;top:0;right:0;text-align:right;}
.about_form.rightToLeft .content2 .item .content{margin:0;text-align:right;}
.about_form.rightToLeft .content1 .item .content{margin:0 60px 0 0;text-align:right;}



.color_panel{display:none;z-index:9999;width:202px;background-color:#ffffff;position:absolute;}
.color_panel tr{position:relative;}
.color_panel td{width:14px;height:14px;position:relative;}


.colorSelection{width:25px;height:25px;cursor:pointer;border-width:2px;padding:0;}

.bookmark_form{position:absolute;display:block;z-index:1000;left:-280px;top:157px;width:270px;height:470px;background:#000000;border-radius:5px;padding:5px;color:#ffffff;font-size:12px;font-family:Calibri;}
.bookmark_form .form_title{font-size:15px;height:25px;}
.bookmark_form .close{top:7px;position:absolute;cursor:pointer;}
.bookmark_form .bookmark_content{position:relative;background-color:rgba(255,255,255,0.2);width:250px;height:425px;padding:10px;}

.bookmark_form .inputForm{width:100%;height:25px;position:relative;}
.bookmark_form .input_title{width:200px;height:25px;border:none;padding:0 10px;position:absolute;left:0;}
.bookmark_form .colorSelection{width:22px;height:23px;border:1px solid #ffffff;position:absolute;right:0;}
.bookmark_form .add_page{display:inline-block;vertical-align:middle;text-align:center;cursor:pointer;width:120px;height:26px;line-height:26px;margin-top:10px;background:rgba(255,255,255,0.25);}
.bookmark_form .add_page.left{margin-right:10px;}
.bookmark_form .list_title{cursor:default;font-size:12px;height:26px;width:100%;margin-top:10px;background:rgba(255,255,255,0.1);line-height:26px;vertical-align:middle;text-align:left;}
.bookmark_form .list_title span{padding:0 10px;display:inline-block;}
.bookmark_form .list_title .page{border-right:1px solid rgba(255,255,255,0.1);width:30px;}
.bookmark_form .list_title .description{width:120px;border-right:1px solid rgba(255,255,255,0.1);}
.bookmark_form .list_title .edit{}

.bookmark_form .stage{overflow:hidden;width:100%;position:relative;}
.bookmark_form .swiper{width:100%;left:0;top:0;}

.bookmark_form .progress{width:15px;height:5px;position:absolute;bottom:0;right:0;cursor:pointer;}
.bookmark_form .progressBar{width:5px;height:5px;background:rgba(255,255,255,0.25);position:absolute;right:0;top:0;cursor:pointer;border-radius:2px;}

.bookmark_form .removeAll{margin:5px 0 0 0;width:100%;height:26px;line-height:26px;background:rgba(255,255,255,0.25);cursor:pointer;vertical-align:middle;text-align:center;display:none;}

.bookmark_form .item{width:100%;height:26px;line-height:26px;vertical-align:middle;text-align:left;position:relative;margin-top:5px;}
.bookmark_form .item span{padding:0 10px;display:inline-block;}
.bookmark_form .item input{display:inline-block;}
.bookmark_form .item .page{width:30px;}
.bookmark_form .item .title{width:100px;height:20px;border:none;padding:0 10px;background:transparent;}
.bookmark_form .item .colorSelection{margin:0;width:20px;height:18px;position:absolute;left:149px;top:3px;display:none;}
.bookmark_form .item img{position:absolute;cursor:pointer;}
.bookmark_form .item .save{left:174px;top:4px;display:none;}
.bookmark_form .item .cancel{left:194px;top:4px;display:none;}
.bookmark_form .item .edit{left:194px;top:4px;}
.bookmark_form .item .delete{left:218px;top:4px;}
.bookmark_form .item.bookmarkItem_focus{background:rgba(255,255,255,0.25)}

.bookmark_form.rightToLeft{text-align:right;}
.bookmark_form.rightToLeft .input_title{left:auto;right:0;direction:rtl;}
.bookmark_form.rightToLeft .colorSelection{right:auto;left:0;}
.bookmark_form.rightToLeft .list_title{text-align:right;}
.bookmark_form.rightToLeft .list_title .page{border-left:1px solid rgba(255,255,255,0.1);border-right:none;width:30px;}
.bookmark_form.rightToLeft .list_title .description{width:120px;border-left:1px solid rgba(255,255,255,0.1);border-right:none;}
.bookmark_form.rightToLeft .list_title .edit{}
.bookmark_form.rightToLeft .progress{left:0;right:auto;}
.bookmark_form.rightToLeft .progressBar{left:0;right:auto;}

.bookmark_form.rightToLeft .item{text-align:right;}
.bookmark_form.rightToLeft .item .title{direction:rtl;}
.bookmark_form.rightToLeft .item .colorSelection{right:149px;left:auto;}
.bookmark_form.rightToLeft .item .save{right:174px;left:auto;}
.bookmark_form.rightToLeft .item .cancel{right:194px;left:auto;}
.bookmark_form.rightToLeft .item .edit{right:194px;left:auto;}
.bookmark_form.rightToLeft .item .delete{right:218px;left:auto;}

.bookmark_form.phone{background:transparent;width:100%;height:100%;padding:0;left:0;top:0;margin:0;}
.bookmark_form.phone .stage{margin:0;width:100%;height:100%;}
.bookmark_form.phone .item{position:relative;width:100%;height:100px;line-height:100px;vertical-align:middle;font-size:15px;cursor:pointer;}
.bookmark_form.phone .item span{margin:0 10px;float:left;display:inline-block;width:auto;}
.bookmark_form.phone .item img{height:76px;float:left;margin:12px 0;position:relative;}
.bookmark_form.phone .item .delete{position:absolute;cursor:pointer;top:30px;left:auto;right:10px;width:41px;height:41px;background-position:-402px -429px;background-image: url(phoneIcon/phone_icon.png);background-repeat: no-repeat;}
.bookmark_form.phone .item .delete:hover{background-position:-462px -429px;}

/*.bookmark_form .close{transition: all 500ms;
-moz-transition: all 500ms;
-webkit-transition: all 500ms;
-o-transition: all 500ms;}

.bookmark_form .close:hover{
transform:rotate(360deg);
-ms-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-webkit-transform:rotate(360deg);
-o-transform:rotate(360deg); }*/


.download_form{text-align:left;vertical-align:middle;line-height:20px;border-radius:5px;position:absolute;left:0;top:0;z-index:1000;background:#000000;width:375px;padding:5px;color:#ffffff;font-size:15px;font-family:Calibri;position:absolute;}
.download_form .content{padding:20px 20px 0 20px;margin-left:-20px;position:relative;width:100%;height:198px;}
.download_form .content1{
  width: 212px;
  height: 180px;
  border-right: 1px solid rgba(252, 251, 249, 0.5);
  position: absolute;
  top:20px;
  left:20px;
}
.download_form .content2{
  /* border: 1px solid rgba(252, 251, 249, 0.5); */
  display: inline-block;
  position: absolute;
  width: 150px;
  height: 196px;
  right: 20px;
  top: 20px;
}
.download_form .download_content{background:rgba(255,255,255,0.2);}
.download_form .form_title{line-height:25px;}
.download_form .close{position:absolute;top:7px;}
.download_form .downloadButton{cursor:pointer;width:181px;height:30px;margin:10px 10px 0 10px;background:rgba(255,255,255,0.25);line-height:30px;vertical-align: middle;text-align:center;}
.download_form .item{cursor:pointer;line-height:30px;vertical-align: middle;position:relative;}
.download_form .item span{margin-left:6px;vertical-align: middle;}
.download_form .item img{vertical-align: middle;margin:4px;margin-left:10px;}
.download_form .downloadAttachments input{padding:0 5px;width:102px;height:30px;border:none;margin-left:10px;font-size:12px;}
.download_form .content1 select{margin:10px;margin-top:5px;width:181px;color:#989898;height:30px;border:none;border-radius:0;outline:none;}
/* .download_form .downloadAll{margin-top:30px;} */

.download_form.rightToLeft{text-align:right;}
.download_form.rightToLeft .item{padding:0;}
.download_form.rightToLeft .item img{left:auto;right:4px;}
.download_form.rightToLeft .item span{margin:0 10px 0 0;}
.download_form.rightToLeft .downloadAttachments input{margin:0 10px 0 0;}
/* .download_form .downloadButton{margin:20px 0 0 0;width:auto;} */


.help_form{text-align:left;vertical-align:middle;line-height:20px;position:absolute;left:0;top:0;z-index:1000;width:380px;background:#000000;border-radius:5px;padding:5px;color:#ffffff;font-size:15px;font-family:Calibri;}
.help_form .form_title{font-size:15px;line-height:25px;}
.help_form .close{top:7px;position:absolute;cursor:pointer;}
.help_form .help_content{text-align:center;position:relative;background-color:rgba(255,255,255,0.2);width:346px;padding:17px 17px 17px 17px;}
.help_form .logo{text-align:center;margin:10px;max-width:380px;max-height:200px;}
.help_form .description{margin:10px;}

.help_form.rightToLeft{text-align:right;}


.pictureList_win10{width:150px;height:196px;position:absolute;left:0;}
.pictureList_win10 .thumbnail .page{width:100%;height:20px;line-height:20px;}
.pictureList_win10 .thumbnail img{vertical-align:middle;width:100%;}
.pictureList_win10 .btn{position:absolute;top:0;bottom:0;width:22px;height:22px;cursor:pointer;margin:auto;z-index:3;}
.pictureList_win10 .leftBtn{left:0;}
.pictureList_win10 .rightBtn{right:0;}

.pictureList_win10{left:0;text-align:center;vertical-align:middle;}
.pictureList_win10 .thumbnail{width:100%;position:relative;display:inline-block;left:0;top:0;text-align:center;vertical-align:middle;}
.pictureList_win10:after{content:""; display:inline-block; height:100%;vertical-align:middle;}



.print_form{text-align:left;vertical-align:middle;line-height:20px;position:absolute;border-radius:5px;left:0;top:0;z-index:1000;width:398px;background:#000000;padding:5px;color:#ffffff;font-size:12px;font-family:Calibri;}
.print_form .form_title{font-size:15px;line-height:25px;}
.print_form .close{top:7px;position:absolute;cursor:pointer;}
.print_form .content{position:relative;background-color:rgba(255,255,255,0.2);width:237px;padding:10px 10px 10px 151px;}

.print_form .printDiv{border-left:1px solid rgba(255,255,255,0.1);width:227px;padding:10px;}
.print_form .printButton{cursor:pointer;width:100%;height:26px;margin:20px 0;background:rgba(255,255,255,0.25);line-height:26px;vertical-align: middle;text-align:center;}
.print_form .item{cursor:pointer;margin:10px 0;line-height:26px;vertical-align: middle;position:relative;padding:0 0 0 20px;}
.print_form .item span{margin-left:10px;}
.print_form .item img{vertical-align: middle;position:absolute;left:4px;top:6px;}
.print_form .printRange input{padding:0 5px;width:100px;height:26px;border:none;margin-left:10px;font-size:12px;}

.print_form.rightToLeft{text-align:right;}
.print_form.rightToLeft .item{padding:0;}
.print_form.rightToLeft .item img{left:auto;right:4px;}
.print_form.rightToLeft .item span{margin:0 30px 0 0;}
.print_form.rightToLeft .printRange input{margin:0 10px 0 0;}

.print_form.phone{background:transparent;width:100%;padding:0;}
.print_form.phone .item{margin:10px;}
.print_form .printButton{margin:20px 0;width:auto;}


/*scrollbar*/
::-webkit-scrollbar {
  height: 0;
  width: 0;
}

::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}



.search_form{z-index:1000;left:-300px;top:0;width:270px;height:548px;background:#000000;border-radius:5px;padding:5px;color:#ffffff;font-size:12px;font-family:Calibri;position:absolute;}
.search_form .form_title{font-size:15px;line-height:25px;}
.search_form .close{top:7px;position:absolute;cursor:pointer;}
.search_form .search_content{position:relative;background-color:rgba(255,255,255,0.2);width:100%;}

.search_form .input_search{width:210px;height:30px;border:none;padding:0 30px 0 10px;margin:10px 0 0 10px;}
.search_form .searchButton{position:absolute;top:24px;right:15px;cursor:pointer;z-index:10;max-width:22px;max-height:22px;transform: translate(0, -50%);}
.search_form .result{padding:0 10px;height:40px;vertical-align:middle;line-height:40px;border-bottom:1px solid rgba(255,255,255,0.1);}

.search_form .stage{overflow:hidden;width:100%;height:577px;position:relative;}
.search_form .swiper{width:100%;position:absolute;left:0;top:0;}

.search_form .progress{width:15px;height:5px;position:absolute;bottom:0;right:0;cursor:pointer;}
.search_form .progressBar{width:5px;height:5px;opacity:0.25;background:#ffffff;position:absolute;right:0;top:0;cursor:pointer;border-radius:2px;}

.search_form .item{padding:10px 12px;cursor:pointer;}
.search_form .item .description{font-size:12px;margin-top:3px;opacity:0.6;}
.search_form .item:hover{background:rgba(255,255,255,0.25);}

.search_form.rightToLeft{text-align:right;}
.search_form.rightToLeft .input_search{direction:rtl;padding:0 10px 0 30px;margin:10px 10px 0 0;}
.search_form.rightToLeft .searchButton{left:15px;right:auto;}
.search_form.rightToLeft .progress{left:0;right:auto;}

.search_form.phone{border-top:1px solid rgba(255,255,255,0.25);width:100%;height:100%;padding:0;left:0;top:0;background:transparent;}
.search_form.phone .input_search{border-radius:12px;margin:20px 15px;height:20px;line-height:20px;padding:0 25px 0 5px;width:275px;background:transparent;border:1px solid transparent;}
.search_form.phone .result{margin:0;height:25px;line-height:25px;background:rgba(255,255,255,0.05);padding:0 10px;}
.search_form.phone .stage{width:100%;position:relative;margin:0;}
.search_form.phone .searchButton{width:15px;height:15px;right:25px;top:24px;}
.search_form.phone .searchButton div{width:100%;height:100%;}
.search_form.rightToLeft.phone .searchButton{left:25px;top:24px;right:auto;}
.search_form.rightToLeft.phone .input_search{padding:0 5px 0 25px;}

.phone_scroll_y{overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;}


.settingpc_form{vertical-align:middle;line-height:20px;text-align:center;width:310px;height:140px;color:#ffffff;font-size:15px;font-family:Calibri;position:absolute;}
.settingpc_form{
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	text-align:center;
}
.settingpc_form .item{
	width:140px;
	height:140px;
	margin:0 7px;
	background:black;
	display:inline-block;
	float:left;
	position:relative;
	cursor:pointer;
}
.settingpc_form .item img{
	width:60px;
	height:60px;
	margin-top:20px;
}
.settingpc_form .item .title{
	width:100%;
	text-align:center;
}
.setting_form.phone{right:auto;}


.share_form{padding:5px;text-align:left;vertical-align:middle;line-height:20px;z-index:1000;left:0;top:0;width:416px;background:#000000;border-radius:5px;color:#ffffff;font-size:12px;font-family:Calibri;position:absolute;}
.share_form .form_title{font-size:15px;padding:0 5px;line-height:25px;margin:0;}
.share_form .close{top:6px;right:10px;position:absolute;cursor:pointer;}
.share_form.rightToLeft .close{right:auto;left:10px;}

.share_form .share_content{background-color: rgba(255,255,255,0.2);position:relative;height: 200px;width: 365px;padding: 25px 25px;}

.share_form .swiperContainer{font-size:14px;width: 210px;height:150px;position: absolute;right: 20px;padding-left: 20px;overflow: hidden;}
.share_form .shareStage{width: 210px;height:120px;position: absolute;top:30px;overflow: hidden;right:0;}
.share_form .progress{width:15px;height:5px;position:absolute;bottom:0;right:0;cursor:pointer;}
.share_form .progressBar{width:5px;height:5px;background:rgba(255,255,255,0.25);position:absolute;right:0;top:0;cursor:pointer;border-radius:2px;}
.share_form .shareSwiper{width:210px;position:absolute;right:0;top:0;}

.share_form .codeBox{position:absolute;width:110px;height:150px;padding:0 5px;text-align: center;}
.share_form .shareCode{position:absolute;width:100px;height:100px;border:5px solid #fff;}
.share_form .miniProgramCode{position:absolute;width:124px;height:124px;top:-7px;left:-7px;}
.share_form .codeButton{position:absolute;width:110px;bottom:0;height:26px;line-height: 26px;}
.share_form .codeButton>span{opacity:0.5;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;background:rgba(255,255,255,0.25);cursor:pointer;display: inline-block;width: 46%;padding: 0 2%;height:26px;line-height: 26px;}
.share_form .codeButton>span.active{opacity: 1;}
.share_form .qrcode{border-top-left-radius: 4px;border-bottom-left-radius: 4px;}
.share_form .miniProgram{border-top-right-radius: 4px;border-bottom-right-radius: 4px;}
.share_form .share_title{position: absolute;width:210px;left:20px;top: -3px;}
.share_form .link_Box{position:absolute;width:365px;height:30px;bottom:30px;}
.share_form .link_input{border-top-left-radius:5px;border-bottom-left-radius:5px;width:283px;height:30px;line-height:30px;padding:0 10px;border:1px solid #e3e3e3;}
.share_form .copy{background:rgba(255,255,255,0.25);width:60px;height:32px;top:0;right:0;border-top-right-radius:5px;border-bottom-right-radius:5px;cursor:pointer;position:absolute;line-height:32px;vertical-align:middle;text-align:center;}
.share_form .sharePanel img{height:42px;margin:0 10px 5px 0;border:none;}

.share_form.rightToLeft .swiperContainer{right:auto;left:20px;padding:0 20px 0 0;}
.share_form.rightToLeft .shareStage{right:auto;left:0;}
.share_form.rightToLeft .codeBox{right:25px;}
.share_form.rightToLeft .share_title{left:auto;right:20px;}
.share_form.rightToLeft .link_input{border-radius:0;text-align:right;border-top-right-radius:5px;border-bottom-right-radius:5px;}
.share_form.rightToLeft .copy{border-radius:0;border-top-left-radius:5px;border-bottom-left-radius:5px;}
.share_form.rightToLeft .sharePanel img{margin:0 0 5px 10px;}
.share_form.rightToLeft .progress{right:auto;left:0;}
.share_form.rightToLeft .progressBar{right:auto;left:0;}

.share_form p{line-height:20px;}

.share_form .shareCurrentPageBox{position: absolute;left: 25px;bottom: 65px;}
.share_form .shareCurrentPage{position:absolute;margin:4px 0;left:0; width:14px; height: 13px;}
.share_form .shareCurrentPageTitle{display: inline-block; margin: 0 25px;}

.share_form.rightToLeft .shareCurrentPageBox{left:auto;right: 25px;}
.share_form.rightToLeft .shareCurrentPage{position:absolute;left:auto;right:0;}

.share_form.rightToLeft{text-align:right;}
.share_form.rightToLeft .copy{left:0;right:auto;}

.share_form.phone{background:transparent;width:100%;height:100%;padding:0;}
.share_form.phone .stage{overflow:hidden;width:100%;height:100%;position:relative;}
.share_form.phone .swiper{width:100%;left:0;top:0;}
.share_form.phone .progress{left:0;right:auto;}
.share_form.phone .progressBar{left:0;right:auto;}

.share_form.phone .item{padding:10px;vertical-align:middle;font-size:15px;line-height:50px;height:50px;font-weight:bold;position:relative;}
.share_form.phone .item .logo{width:50px;height:50px;display:inline-block;float:left;}
.share_form.phone .item .logo div{width:50px;height:50px;}
.share_form.phone .item span{margin-left:20px;float:left;}



.tableofcontent_form{position:absolute;z-index:1000;left:-300px;top:150px;width:270px;height:548px;background:#000000;border-radius:5px;padding:5px;color:#ffffff;font-size:12px;font-family:Calibri;}
.tableofcontent_form .form_title{font-size:15px;line-height:25px;}
.tableofcontent_form .close{top:7px;position:absolute;cursor:pointer;}
.tableofcontent_form .tableofcontent_content{position:relative;background-color:rgba(255,255,255,0.2);width:100%;}

.tableofcontent_form .stage{overflow:hidden;width:100%;height:522px;position:relative;}
.tableofcontent_form .swiper{width:100%;position:absolute;left:0;top:0;}

.tableofcontent_form .progress{width:15px;height:5px;position:absolute;bottom:0;right:0;cursor:pointer;}
.tableofcontent_form .progressBar{width:5px;height:5px;background:rgba(255,255,255,0.25);position:absolute;right:0;top:0;cursor:pointer;border-radius:2px;}

.tableofcontent_form .item{padding:0 12px;font-size:12px;cursor:pointer;margin-bottom:0;position:relative;line-height:34px;}
.tableofcontent_form .item .arrow{padding:5px;position:absolute;top:2px}
.tableofcontent_form .item .description{display:inline-block;}
.tableofcontent_form .item img{vertical-align:middle;}
.tableofcontent_form .item:hover{background:rgba(255,255,255,0.1);}

.tableofcontent_form.rightToLeft{text-align:right;}
.tableofcontent_form.rightToLeft .progress{left:0;right:auto;}
.tableofcontent_form.rightToLeft .progressBar{left:0;right:auto;}

.tableofcontent_form.phone{background:transparent;width:100%;height:100%;padding:0;left:0;top:0;margin:0;}
.tableofcontent_form.phone .stage{margin:0;width:100%;height:100%;}
.tableofcontent_form .searchButton{position:absolute;top:52px;right:20px;cursor:pointer;z-index:10;}


.thumbBar {
  position: absolute;
  z-index: 100;
}
.outThumbBG{
  position: absolute;
  overflow: hidden;
  /*background-color: #000000;*/
  /*opacity: 0.9;*/
}
.thumbBG {
  position: absolute;
  /*background-color: #000000;*/
  /*opacity: 0.9;*/
}

.thumbBox {
  position: absolute;
}

.thumbItem {
  position: absolute;
}

.numbering {
  position: absolute;
}

.numberingText{
  position: absolute;
}
.numberingText:after{
  top: 100%;
  border: 10px solid transparent;
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
}
.numberingText:after{
  border-top-color: #eee;
  border-width: 4px;
  left: 50%;
  margin-left: -4px;
  opacity: 0.9;
}

.dock {
	display: block;
	margin: 0px auto;
	bottom: 0px;
	/*width: 100%;*/
	text-align: center;
	position: absolute;
	/*overflow: hidden;*/
	/*background:#ffff00;*/
}

.linea {
	display: inline-block;
	/*vertical-align: bottom;*/
	margin: 0px;
	padding: 0px;
	position: relative;
	/*overflow: visible;*/
}

.linea img {
	-webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(rgba(255,255,255,0.3)));
	-moz-box-reflect: below 1px -moz-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(rgba(255,255,255,0.3)));
}

  
.fbTopBar{
  position: absolute;
  overflow: hidden;
  z-index: 99;
 
  
	top: 0px;
	left: 0px;
	right: 0px;

	height: 46px;
	
	border-radius: 0px 0px 5px 5px;
}
  
.pageBar{
	position: absolute;
	height:100%;
	left: 0px;
	right: auto;
	z-index: 3;
}

.pageNumber{
	position : absolute;
}

.pageNumber input{
	border-width : 0px;
	text-align : center;
	vertical-align : middle;
	height:24px;
	border-radius:3px;
	font-family : Arial;
}

.pageNumber input:focus{
	outline:none;
}

.logoBar{
	position: absolute;
	left:0px;
	top:0px;
	width:0px;
	height:100%;
	z-index : 1;
}

.searchBar{
	position: absolute;
	background-color:#BBBBBB;
	vertical-align:middle;
	border-radius:3px;
	right:10px;
	left: auto;
	top:10px;
	z-index: 2;
}

.searchBar div{
	position : relative;
	border-radius: 3px;
	float:left;
	display:inline;
}

.preSearch{
	height:18px;
	border-width:0px;
	margin-left:5px;
	margin-top:2px;
	background-color:#BBBBBB;
	vertical-align:middle;
	font-family : Arial;
}

.preSearch:focus{
	outline:none;
}

.pageBar .button {
	position:absolute;
	width : 30px;
	height : 30px;
	border-radius:3px;
}

.pageBar .button img {
	width:22px;
	height: 22px;
	margin-left : 4px;
	margin-top : 4px;
}

.button span{
	font-family : "Tahoma","sans-serif","Arial";
	font-size : 12px;
}

.searchBar .button span, .pageBar .button span{
	display:none;
}

.searchBar .button{
	position : relative;
	display:inline;
	float:right;
	width : 26px;
	height : 26px;
}

.searchBar .button img{
	width:20px;
	height: 20px;
	margin-left : 3px;
	margin-top : 3px;
}

.extendedBar{
	overflow : hidden;
	position : absolute;
	border-radius: 5px;
	z-index: 100;
}

.extendedBar .button{
	position:absolute;
	width : 150px;
	height : 30px;
	border-radius:3px;
}

.extendedBar .button img{
	width:22px;
	height: 22px;
	float : left;
	margin-left : 4px;
	margin-top : 4px;
}

.extendedBar .button span{
	position:absolute;
	margin-left:12px;
	margin-top : 8px;
}

.extendedBar.rtl .button img{
	width:22px;
	height: 22px;
	float : right;
	margin-right : 4px;
	margin-top : 4px;
}

.extendedBar.rtl .button span{
	position:absolute;
	right : 0px;
	margin-right:32px;
	margin-top : 8px;
}



.thumbnail_win10{text-align:center;position:absolute;z-index:1000;bottom:10px;width:90%;left:5%;height:116px;background:transparent;color:#ffffff;font-size:12px;font-family:Calibri;}
.thumbnail_win10 .close{top:-24px;position:absolute;cursor:pointer;width:32px;height:24px;background-color:#000000;background-repeat:no-repeat;background-position:center center;}

.thumbnail_win10 .stage{overflow:hidden;height:80px;margin:0 30px;position:relative;}
.thumbnail_win10 .swiper{position:absolute;top:0;height:80px;}

.thumbnail_win10 .progress{display:none;width:0;height:0;position:absolute;bottom:7px;right:0;cursor:pointer;}
.thumbnail_win10 .progressBar{width:0;height:0;background:rgba(255,255,255,0.25);position:absolute;top:0;left:0;cursor:pointer;border-radius:4px;}

.thumbnail_win10 .item_focus{border:2px solid transparent;display:inline-block;height:76px;cursor:pointer;position:absolute;}
.thumbnail_win10 .title{display:none;z-index:10;width:100%;height:78px;line-height:78px;background:rgba(0,0,0,0.5);vertical-align:middle;position:absolute;top:0;bottom:0;left:0;text-align:center;}
.thumbnail_win10 .item{height:78px;position:absolute;overflow:hidden;}
.thumbnail_win10 .item img{height:78px;pointer-events:none;}
.thumbnail_win10 .highlight.focus{border:2px solid #016BAF;overflow:hidden;}
.thumbnail_win10 .highlight.focus .title{border:none;}
.thumbnail_win10 .item_focus.focus:hover div.title{display:block;}
.thumbnail_win10 .item.focus:hover p.title{display:block;}
.thumbnail_win10 .title{pointer-events:none;}

.thumbnail_win10 .pageCaption{cursor:default;margin-top:15px;display:inline-block;line-height:20px;padding:0 20px;border-radius:10px;background:rgba(0,0,0,0.5);}

.thumbnail_win10 .btn{position:absolute;top:14px;cursor:pointer;}
.thumbnail_win10 .leftBtn{left:0;}
.thumbnail_win10 .rightBtn{right:0;}


.videogallery_form{text-align:left;vertical-align:middle;line-height:20px;position:absolute;z-index:1000;color:#ffffff;margin:auto;width:570px;background:#000000;border-radius:5px;padding:5px;font-size:12px;font-family:Calibri;position:absolute;overflow:hidden;}
.videogallery_form .title{font-size:15px;line-height:25px;}
.videogallery_form .form_title{font-size:15px;line-height:25px;}
.videogallery_form .close{top:7px;position:absolute;cursor:pointer;}
.videogallery_form .videoGallery_content{position:relative;background-color:rgba(255,255,255,0.2);width:550px;padding:10px;}

.videogallery_form .video{width:315px;height:223px;background:rgba(255,255,255,0.25);margin-top:0;}
.videogallery_form .video_list{width:222px;height:223px;position:absolute;right:0;top:10px;}
.videogallery_form .info{margin-top:15px;}
.videogallery_form .info .description{width:100%;}
.videogallery_form .description{opacity:0.6;}

.videogallery_form .stage{overflow:hidden;width:100%;height:223px;position:relative;}
.videogallery_form .swiper{width:100%;position:absolute;left:0;top:0;}

.videogallery_form .progress{width:15px;height:5px;position:absolute;bottom:0;right:-5px;cursor:pointer;}
.videogallery_form .progressBar{width:5px;height:5px;background:rgba(255,255,255,0.25);position:absolute;right:5px;top:0;cursor:pointer;border-radius:2px;}

.videogallery_form .item{cursor:pointer;width:156px;padding-left:61px;min-height:42px;margin-bottom:5px;position:relative;}
.videogallery_form .item .title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.videogallery_form .item .thumbnail{background-color:rgba(255,255,255,0.25);width:56px;height:42px;position:absolute;top:2px;;left:0;background-position:center center;background-size:contain;background-repeat:no-repeat;}
.videogallery_form .item:hover {text-decoration:underline;}

.videogallery_form.rightToLeft{text-align:right;}
.videogallery_form.rightToLeft .video_list{left:15px;right:auto;}
.videogallery_form.rightToLeft .item{padding-right:61px;padding-left:0;margin-left:5px;}
.videogallery_form.rightToLeft .item .thumbnail{left:auto;right:0;}
.videogallery_form.rightToLeft .progress{left:-5px;right:auto;}

.appear_win10{position:absolute;opacity:0;z-index:1001;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.5);text-align:center;vertical-align:middle;}
.appear_win10 .main_dom{position:relative;display:inline-block;left:0;top:0;}
.appear_win10:after{content:""; display:inline-block; height:100%;vertical-align:middle;}

.button_hover:hover{opacity:0.7;filter:alpha(opacity=40);}
.button_hover:active{opacity:0.2;filter:alpha(opacity=20);}

.disable{opacity:0.2;filter:alpha(opacity=20);}
.usable{opacity:1;filter:alpha(opacity=100);}


.FlipBookPlugins video,.embed__wrap iframe{width:100%;height:100%}.FlipBookPlugins audio,.fbvp__error{display:none}.embed__wrap,.linklist__body,.menu>li{overflow:hidden}.menu i,.menu span{vertical-align:top}.fbvp__fullscreen:before,.fbvp__play-pause-button:before,.fbvp__prompt:before,.fbvp__volume-button:before,.newsticker__body:before,.slide--thumbnails li:before{content:""}.clear{clear:both}.dragable{position:relative;cursor:move}.FlipBookPlugins>div:not(.loading),.dragCover,.embed__wrap,.fbvp,.fbvp__progress-bar,.fbvp__progress-bar .bg,.fbvp__progress-bar .fg,.fbvp__video-container>video,.fullfill{position:absolute;width:100%;height:100%;left:0;top:0}.absoluteCenter,.fbvp__fullscreen:before,.fbvp__loading>div,.fbvp__play-pause-button:before,.fbvp__prompt:before,.fbvp__volume-button:before,.loading>div{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}.dragCover{z-index:1000;cursor:move}.FlipBookPlugins{position:absolute;z-index:1;font:14px/20px Tahoma,Verdana,Segoe,sans-serif}.FlipBookPlugins>div:not(.loading){opacity:0;z-index:1}.FlipBookPlugins,.FlipBookPlugins *{box-sizing:border-box}.FlipBookPlugins video{outline:0}.FlipBookPlugins:hover .menu{opacity:1}.embed{background-color:#fff}.fbvp{background-color:#000}.fbvp__prompt{position:absolute;width:80px;height:80px;background-color:rgba(0,0,0,.5);top:50%;left:50%;margin-left:-40px;margin-top:-40px;pointer-events:none;opacity:0;border-radius:10px}.fbvp__prompt.play:before,.fbvp__prompt.stop:before{background-image:url(FlipBookPlugins.png);width:30px;height:30px}.fbvp__prompt.play:before{background-position:-60px -30px}.fbvp__prompt.stop:before{background-position:-60px -60px}.fbvp__video-container{height:0}.fbvp__error{position:absolute;width:100%;color:#ccc;text-align:center;top:45%;font-size:14px}.menu i,.menu span{display:inline-block}.fbvp__gradient--bottom{position:absolute;height:98px;width:100%;bottom:0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABiCAQAAAA7fHH2AAAAP0lEQVQY03WOwQoAMAhCtfr/b95hFMoaeHiaYAADEPEBtRQYS7fRHJIoREt5lA75SS6XJ/Tr2pyh2hbpnft2HrldAW1dbRCXAAAAAElFTkSuQmCC);background-position:bottom;pointer-events:none}.fbvp__fullscreen:before,.fbvp__play-pause-button.play:before,.fbvp__play-pause-button.stop:before,.fbvp__volume-button.muted:before,.fbvp__volume-button.unmuted:before{background-image:url(FlipBookPlugins.png)}.fbvp__controls-container{position:absolute;height:36px;width:100%;bottom:0;padding:0 12px}.fbvp__controls-container>div{float:left;position:relative;cursor:pointer}.fbvp__play-pause-button{width:46px;height:36px;display:inline-block}.fbvp__volume-controls:hover .fbvp__volume-bar{width:53px}.fbvp__play-pause-button.play:before{background-position:-60px -30px;width:30px;height:30px}.fbvp__play-pause-button.stop:before{background-position:-60px -60px;width:30px;height:30px}.fbvp__volume-button{width:30px;height:36px;float:left;position:relative}.fbvp__volume-button.muted:before{background-position:-30px -30px;width:30px;height:30px}.fbvp__volume-button.unmuted:before{background-position:-30px -60px;width:30px;height:30px}.fbvp__volume-bar{cursor:pointer;width:0;height:36px;float:left;position:relative;transition:all .2s;overflow:hidden}.fbvp__volume-bar .bg,.fbvp__volume-bar .fg{width:50px;height:3px;position:absolute;top:50%;margin-top:-1.5px}.fbvp__volume-bar .bg{background-color:rgba(255,255,255,.2)}.fbvp__volume-bar .fg{background-color:#00FFD7}.fbvp__volume-bar .cursor{width:3px;height:13px;background-color:#fff;position:absolute;top:50%;margin-top:-6px;left:49px}.fbvp__time{padding:0 10px;line-height:36px;color:#eee;font-size:12px;font-family:Tahoma,Verdana,Segoe,sans-serif}.fbvp__fullscreen{width:46px;height:36px}.fbvp__fullscreen:before{background-position:-30px 0;width:30px;height:30px}.fbvp__progress-container{position:absolute;height:5px;bottom:36px;left:12px;right:12px;cursor:pointer}.fbvp__progress-container:hover .cursor,.fbvp__progress-container:hover .fbvp__progress-bar{-webkit-transform:none;transform:none}.fbvp__progress-padding{position:absolute;width:100%;height:16px;bottom:0;z-index:28}.fbvp__progress-bar{-webkit-transform:scaleY(.6);transform:scaleY(.6);transition:-webkit-transform .1s cubic-bezier(0,0,.2,1);transition:transform .1s cubic-bezier(0,0,.2,1)}.fbvp__progress-bar .bg{background-color:rgba(255,255,255,.2)}.fbvp__progress-bar .fg{width:0;background-color:#00FFD7}.fbvp__progress-bar .cursor{width:13px;height:13px;position:absolute;background-color:#00FFD7;border-radius:50%;top:50%;margin-top:-6.5px;left:0;margin-left:-6px;transition:-webkit-transform .1s cubic-bezier(0,0,.2,1);transition:transform .1s cubic-bezier(0,0,.2,1);-webkit-transform:scale(0);transform:scale(0)}.linklist__body,.linklist__title{box-shadow:0 0 4px #000;background-color:#000;position:relative}.img>img{width:100%;height:100%}.linklist__title{width:100%;border:0;margin:0;padding:7px 0;text-align:center;border-radius:5px}.linklist__body{margin-top:3px;border:solid #000;border-width:20px 0;padding:15px 0;z-index:1;border-radius:5px}.linklist__body ul,.menu{position:absolute;margin:0;list-style:none}.linklist__body ul{padding:0 30px;width:100%;top:15px}.linklist__body li{padding:10px 0}.linklist__body a{color:#fff}.linklist__body a:visited{color:#777!important}.linklist__body:after,.linklist__body:before{content:"";position:absolute;width:100%;height:30px;z-index:100;left:0;pointer-events:none}.linklist__body:before{top:0;background-image:linear-gradient(to bottom,#000,transparent)}.linklist__body:after{bottom:0;background-image:linear-gradient(to bottom,transparent,#000)}.menu__audio--muted i,.menu__audio--sound i,.menu__autoskip--play i,.menu__autoskip--stop i,.menu__delete i,.menu__fullscreen i,.menu__move i,.menu__next i,.menu__previous i,.menu__scroll--play i,.menu__scroll--stop i{background-image:url(FlipBookPlugins.png);width:30px}.menu{width:30px;top:0;right:-31px;opacity:0;z-index:10;-webkit-transform:translateZ(0);transform:translateZ(0);transition:opacity .3s .3s ease;padding:0}.menu>li{position:relative;width:30px;height:30px;float:right;margin-bottom:1px;right:0;transition:all .3s ease;cursor:pointer}.menu>li:hover{overflow:visible;right:-10px}.menu>li:hover .menu__wrap{box-shadow:0 3px 3px rgba(0,0,0,.4)}.menu .menu__wrap{white-space:nowrap;height:100%;position:absolute;right:0}.menu span{font-size:14px;color:#fff;line-height:30px;padding:0 10px 0 20px;text-shadow:1px 1px 0 #000}.menu i{width:30px;height:30px}.menu__delete .menu__wrap{background-color:tomato}.menu__delete i{background-position:0 0;height:30px}.menu__audio .menu__wrap{background-color:#45C966}.menu__audio--muted i{background-position:-30px -30px;height:30px}.menu__audio--sound i{background-position:-30px -60px;height:30px}.menu__move .menu__wrap{background-color:#F4DF46}.menu__move i{background-position:0 -30px;height:30px}.menu__autoskip .menu__wrap,.menu__scroll .menu__wrap{background-color:#66A7E1}.menu__autoskip--stop i,.menu__scroll--stop i{background-position:-60px -60px;height:30px}.menu__autoskip--play i,.menu__scroll--play i{background-position:-60px -30px;height:30px}.menu__previous .menu__wrap{background-color:#8743D4}.menu__previous i{background-position:0 -60px;height:30px}.menu__next .menu__wrap{background-color:#E97F31}.menu__next i{background-position:-60px 0;height:30px}.menu__fullscreen .menu__wrap{background-color:#999541}.menu__fullscreen i{background-position:-30px 0;height:30px}.fbvp__loading>div,.loading>div{width:32px;height:32px;-webkit-animation:loading-rotate 5s infinite linear;animation:loading-rotate 5s infinite linear}.fbvp__loading span,.loading span{width:15px;height:15px;position:absolute;background:red;display:block;-webkit-animation:loading-scale 1s infinite linear;animation:loading-scale 1s infinite linear}.fbvp__loading span:nth-child(1),.loading span:nth-child(1){background:#8743D4}.fbvp__loading span:nth-child(2),.loading span:nth-child(2){left:17px;background:#45C966;-webkit-animation-delay:.2s;animation-delay:.2s}.fbvp__loading span:nth-child(3),.loading span:nth-child(3){top:17px;background:#F4DF46;-webkit-animation-delay:.4s;animation-delay:.4s}.fbvp__loading span:nth-child(4),.loading span:nth-child(4){top:17px;left:17px;background:#66A7E1;-webkit-animation-delay:.6s;animation-delay:.6s}@-webkit-keyframes loading-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes loading-scale{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5)}}@keyframes loading-scale{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5)}}.newsbar .newsticker__body--content{width:auto;text-overflow:clip}.newsticker{overflow:hidden;border:1px solid transparent}.newsticker>div{position:absolute}.newsticker__title{padding:0 15px;font-weight:700;left:0}.newsticker__body{white-space:nowrap;height:100%}.newsticker__body:before{position:absolute;pointer-events:none;left:0;width:100%;height:100%;background-image:linear-gradient(to bottom,rgba(0,0,0,.12),transparent)}.newsticker__body>div{position:absolute;line-height:2;overflow:hidden;width:100%}.newsticker__body--content{position:absolute;width:100%;height:100%;overflow:hidden;text-overflow:ellipsis;top:0;border:solid transparent;border-width:0 20px}.newsticker__controls{position:absolute;border:0;right:0;height:100%;outline:0;padding:0}.newsticker__controls--next,.newsticker__controls--play,.newsticker__controls--previous,.newsticker__controls--stop{background-image:url(FlipBookPlugins.png);width:30px;height:30px}.newsticker__controls i{display:inline-block;padding:0 1px;vertical-align:middle;cursor:pointer}.newsticker__controls i:hover{opacity:.5}.newsticker__controls--play{background-position:-60px -30px}.newsticker__controls--stop{background-position:-60px -60px}.newsticker__controls--previous{background-position:0 -60px}.newsticker__controls--next{background-position:-60px 0}.slide{overflow:hidden;-webkit-transform:translate(0,0);transform:translate(0,0)}.slide ul{margin:0;padding:0;list-style:none}.slide--pages{position:absolute;width:99999px;font-size:0;transition:-webkit-transform .3s;transition:transform .3s;z-index:1}.slide--pages li{position:relative;float:left;overflow:hidden}.slide--pages img,.slide--title{position:absolute}.slide--title{width:100%;bottom:0;color:#fff;height:40px;background-image:linear-gradient(to top,rgba(0,0,0,.701961) 0,transparent 100%);line-height:40px;padding-left:20px;padding-right:135px;text-align:left;z-index:2;overflow:hidden;font-family:'Helvetica Neue',Helvetica,Arial,STHeiti,'Microsoft Yahei',sans-serif;font-size:13px;text-shadow:rgba(0,0,0,.6) 1px 1px 2px}.slide--title a{color:#fff}.slide--thumbnails{position:absolute;right:20px;bottom:0;height:40px;z-index:3}.slide--thumbnails li{position:relative;width:20px;height:40px;float:left;cursor:pointer}.slide--thumbnails li:before{background-color:#09C20A;width:10px;height:10px;border-radius:50%;margin:15px 5px;position:absolute;transition:background .2s}.slide--thumbnails li:not(.active):hover:before{background-color:#f82}.slide--thumbnails .active:before{background-color:#FFF428}.text iframe{width:100%;height:100%;border:0}.ticker{background-color:#fff;overflow-x:hidden;overflow-y:scroll}.ticker .ticker__item{position:relative;background-color:#eee;border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#eee;transition:background .2s;opacity:0;top:50px;padding:20px}.ticker .ticker__item:hover{border-bottom-color:#666}.ticker .item__img{width:30%;float:left;box-shadow:3px 4px 4px #000}.ticker .item__text{overflow:hidden;padding-left:30px}.ticker .text__title{font-size:16px;line-height:1}.ticker .text__content{padding-top:15px}.video,.youtube{background-color:#444}.video>video,.youtube>iframe{width:100%;height:100%}.video{overflow:hidden}.video>.info{position:absolute;width:100%;height:28px;background-color:rgba(0,0,0,.4);color:#fff;line-height:28px;padding:0 15px;text-align:right}.video .progress{position:absolute;height:3px;width:100%;bottom:0;background-color:#ccc}.video .progress>div{width:0;height:100%;background-color:#008EFF}.video>.button{position:absolute;width:50px;height:50px;margin:auto;left:0;top:0;right:0;bottom:0;padding:8px;border:2px solid #fff;border-radius:25px;background-color:rgba(0,0,0,.4);pointer-events:none}.video>.button>div{width:30px;height:30px}.video>.button.play>div{background-position:-60px -30px;background-image:url(FlipBookPlugins.png)}.video>.button.stop>div{background-position:-60px -60px;background-image:url(FlipBookPlugins.png)}
/* !
 * 
 * VERSION: 0.2.9
 * DATE: 6/30/2016, 4:33:02 PM
 * UPDATES AND DOCS AT: http://www.fliphtml5.com
 * 
 * @license Copyright (c) 2012-2016 FlipHTML5 Software Co., Ltd. All rights reserved.
 * @author: Terence Z., Q.Y.B., support@fliphtml5.com.
 *
 */
#leo-lightbox--audio,#leo-lightbox--msg #msg-left,.leo-app canvas,.leo-app img{-webkit-user-select:none;-webkit-user-drag:none}.leo-comp,.leo-comp--img>img,.leo-loading:before{position:absolute;top:0;left:0}.leo-center-wrapper,.leo-lightbox{text-align:center}.leo-app,.leo-app *{box-sizing:border-box;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.leo-app canvas,.leo-app img{-ms-user-select:none;user-select:none}.leo-app audio,.leo-app canvas,.leo-app video{display:inline-block;vertical-align:baseline}.leo-app audio:not([controls]){display:none;height:0}.leo-app a{background-color:transparent}.leo-app a:active,.leo-app a:hover{outline:0}.leo-app a img{border:0}.leo-app svg:not(:root){overflow:hidden}.leo-app button{color:inherit;font:inherit;margin:0;overflow:visible;text-transform:none;-webkit-appearance:button}.leo-app button[disabled]{cursor:not-allowed}.leo-action-trigger,.leo-lightbox{cursor:pointer}.leo-app button::-moz-focus-inner{border:0;padding:0}.leo-comp{bottom:auto;right:auto}.leo-comp--link{-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.leo-comp--txt{word-break:break-word;word-wrap:break-word;border:0 solid}.leo-comp--img>img,.leo-comp--txt__content p{padding:0;margin:0;border:0}.leo-center-wrapper::before{content:" ";width:0;height:100%;display:inline-block;visibility:hidden;vertical-align:middle}.leo-center-wrapper .leo-center-target{display:inline-block;vertical-align:middle}#leo-lightbox--msg,#leo-lightbox--msg #msg-mark,.audio-message,.leo-lightbox,.lg--controls .control--muted,.lg--controls .control--replay,.lg--controls .control--unmuted{display:none}.leo-loading:before{content:url(loading.gif);bottom:0;right:0;margin:auto;width:32px;height:32px;border-radius:5px;padding:5px;z-index:9999999999;opacity:0;-webkit-animation:loading-delay .5s .5s forwards;animation:loading-delay .5s .5s forwards}@-webkit-keyframes loading-delay{0%{opacity:0}100%{opacity:1}}@keyframes loading-delay{0%{opacity:0}100%{opacity:1}}.leo-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999;background-color:rgba(0,0,0,.85);font-size:0}.lg--stage{position:absolute;cursor:auto}.lg--controls{height:30px;position:absolute;right:20px;top:20px;z-index:2}.lg--controls li{position:relative;float:right;width:30px;height:100%;background:rgba(0,0,0,.2);border-radius:3px;border-right:1px solid #0F1014;border-top:1px solid #53575C;border-left:1px solid #53575C;cursor:pointer;box-sizing:border-box;-webkit-transition:background .3s;transition:background .3s}#leo-lightbox--audio div,.LB_AudioMiniPlayer,.lg--controls b{position:absolute}.lg--controls li:active,.lg--controls li:hover{background:rgba(95,95,95,.5)}.audio-bg,.lg--controls .control--close b,.lg--controls .control--muted b,.lg--controls .control--replay b,.lg--controls .control--unmuted b{background-image:url(assets.png)}.lg--controls b{left:0;top:0;bottom:0;right:0;margin:auto}.lg--controls .control--close b{background-position:-472px -198px}.lg--controls .control--muted b{background-position:-457px -251px}.lg--controls .control--unmuted b{background-position:-414px -288px}.lg--controls .control--replay b{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg);background-position:-385px -290px}#leo-lightbox--audio{position:absolute;color:gray;width:308px;height:120px;white-space:nowrap;font-size:12px;font-family:sans-serif;-ms-user-select:none;user-select:none}.audio-bg{background-repeat:no-repeat}.audio-progress{top:82px;left:96px;z-index:2;width:158px;height:9px;background-color:#929292;border-bottom:1px solid #fff;border-radius:12px;cursor:pointer}.audio-message{top:12px;left:11px;z-index:2;width:77px;height:67px;border-radius:6px}.audio-time{top:93px;left:224px;z-index:2}.audio-title{top:90px;left:15px;z-index:2;overflow:hidden}.audio-loading{background:url(audio-loading.gif) 12px 9px no-repeat #fff}#leo-lightbox--gallery .controls,#leo-lightbox--msg .msg-next div,#leo-lightbox--msg .msg-prev div,.LB_AudioMiniPlayer>div{background-image:url(assets.png)}.audio-error{background-color:#fff;background-position:-253px -135px}.audio-playPause{top:16px;left:148px;z-index:2;width:56px;height:57px;cursor:pointer}.audio-pause{background-position:-104px -132px}.audio-play{background-position:-47px -132px}.audio-played{top:0;left:0;width:10%;height:100%;background-position:-7px -218px}.audio-cursor{top:-5px;right:0;width:16px;height:18px;background-position:-337px -83px}.audio-buffered{top:0;left:0;width:0;height:100%;background-position:-6px -206px}.audio-volume{top:11px;left:269px;z-index:2;width:17px;height:62px;overflow:hidden;cursor:pointer;background-position:-337px -11px}.audio-volume-fg{bottom:0;width:100%;height:100%;overflow:hidden}.audio-volume-fg-p{bottom:-178px;left:-358px;width:400px;height:250px}.audio-volume-cursor{width:100%;height:18px;background-position:-337px -84px}.audio-volume-switch{top:75px;left:270px;z-index:2;width:23px;height:21px;cursor:pointer}.audio-unmuted{background-position:-221px -132px}.audio-muted{background-position:-221px -156px}.audio-time:hover,.audio-title:hover{color:#000}.audio-controls{top:23px;z-index:2;width:43px;height:44px;cursor:default}.audio-prev{left:99px;background-position:0 -132px}.audio-next{left:209px;background-position:-167px -132px}.LB_AudioMiniPlayer{width:100%;height:100%;left:0;top:0}#leo-lightbox--gallery #control-bar,#leo-lightbox--gallery #gallery-wrap{background-color:#fff;border:6px solid #fff;left:-6px;width:100%;position:absolute;overflow:hidden}.LB_AudioMiniPlayer>div{width:100%;height:100%;background-repeat:no-repeat}.LB_AudioMiniPlayer .unmute{background-position:-401px -1px}.LB_AudioMiniPlayer .muted{background-position:-401px -102px}#leo-lightbox--gallery{position:absolute;left:0;top:-23px;width:100%;height:100%}#leo-lightbox--gallery #gallery-wrap{height:100%;top:-6px}#leo-lightbox--gallery #img-wrap{position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;margin:auto;z-index:1}#leo-lightbox--gallery #img-wrap img{position:absolute;top:0;left:0;width:100%;height:100%}#leo-lightbox--gallery #control-bar{top:100%;height:40px}#leo-lightbox--gallery input{position:absolute;border:1px solid #727272;text-align:center;border-radius:0;width:60px;height:16px;top:12px;left:50%;padding:0;margin:0 0 0 -30px}#leo-lightbox--gallery .controls{position:absolute;width:30px;height:30px;top:6px;left:50%}#leo-lightbox--gallery #to-first{margin-left:-100px;background-position:-60px -378px}#leo-lightbox--gallery #to-first:hover{background-position:-60px -408px}#leo-lightbox--gallery #to-last{margin-left:72px;background-position:-90px -378px}#leo-lightbox--gallery #to-last:hover{background-position:-90px -408px}#leo-lightbox--gallery #to-prev{margin-left:-65px;background-position:0 -378px}#leo-lightbox--gallery #to-prev:hover{background-position:0 -408px}#leo-lightbox--gallery #to-next{margin-left:37px;background-position:-30px -378px}#leo-lightbox--gallery #to-next:hover{background-position:-30px -408px}#leo-lightbox--msg{position:absolute;width:700px;height:350px;border-radius:5px}#leo-lightbox--msg .msg-part{width:310px;height:334px;float:left}#leo-lightbox--msg #msg-left{margin:16px 8px 0 32px;-ms-user-select:none;user-select:none}#leo-lightbox--msg #msg-right{margin:0 32px 0 8px}#leo-lightbox--msg #msg-gallery{position:relative;height:250px;margin-bottom:16px}#leo-lightbox--msg #msg-gallery>img{position:absolute;max-width:310px;max-height:250px;min-width:25px;min-height:25px;opacity:0}#leo-lightbox--msg #msg-mark{position:absolute;top:0;left:0;z-index:2;width:50px;height:50px;overflow:hidden;border:1px solid #3181E7}#leo-lightbox--msg #msg-mark img{position:absolute}#leo-lightbox--msg #msg-mark div{position:absolute;top:0;left:0;z-index:2;width:100%;height:100%}#leo-lightbox--msg #msg-gallery-cover{position:absolute;z-index:1;background-color:#000;opacity:0}#leo-lightbox--msg #msg-thumbnail{width:272px;height:50px;float:left;margin-left:2px;overflow:hidden;-webkit-user-select:none;-ms-user-select:none;user-select:none}#leo-lightbox--msg .msg-thumbnail-wrap{-webkit-transition:all .3s;transition:all .3s;margin:2px}#leo-lightbox--msg .msg-thumbnail-wrap>div{float:left;margin-right:12px;cursor:pointer;overflow:hidden;height:40px;width:40px;border:2px solid #fff;outline:#919191 solid 2px;position:relative}#leo-lightbox--msg .msg-thumbnail-wrap>div:hover{outline:#317ee7 solid 1px}#leo-lightbox--msg .msg-thumbnail-wrap img{position:absolute;left:0;top:0}#leo-lightbox--msg .msg-button{cursor:pointer;float:left;width:18px;height:50px;margin-top:-2px;position:relative;box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 2px 3px rgba(0,0,0,.3),0 2px 3px rgba(255,255,255,.3);display:none;background-color:rgba(0,0,0,.2)}#leo-lightbox--msg .msg-button div{top:17px;position:absolute;left:0;width:18px;height:20px}#leo-lightbox--msg .msg-button:active{box-shadow:inset 0 1px 3px rgba(0,0,0,.3),0 1px 1px #fff}#leo-lightbox--msg .msg-prev{margin-left:-2px}#leo-lightbox--msg .msg-prev div{background-position:-478px -287px}#leo-lightbox--msg .msg-next{margin-left:2px}#leo-lightbox--msg .msg-next div{background-position:-464px -317px}#leo-lightbox--msg #msg-content{margin-top:32px;font-family:Arial,sans-serif;text-rendering:optimizeLegibility;text-align:left}#leo-lightbox--msg #msg-title{font-size:18px;line-height:1.2;word-break:break-word;white-space:pre-wrap;max-height:63px;overflow:hidden}#leo-lightbox--msg #msg-body-container{position:relative;height:151px;overflow:hidden;padding-right:4px;margin-top:20px;text-align:left}#leo-lightbox--msg #msg-body{position:absolute;top:0;width:306px;font-size:13px;line-height:15px;word-wrap:break-word;white-space:pre-wrap}#leo-lightbox--msg .msg-scroll-bar{position:absolute;top:0;right:0;width:4px;height:100%;cursor:pointer;border-radius:5px;background-color:#ddd}#leo-lightbox--msg .msg-scroll-bar div{position:absolute;top:0;width:4px;border-radius:5px;background-color:#aaa}#leo-lightbox--msg #msg-origin,#leo-lightbox--paypal{position:absolute;background-color:#fff;display:none}#leo-lightbox--msg #msg-scroll-bar:hover{background-color:#ccc}#leo-lightbox--msg #msg-scroll-bar:hover div{background-color:#999}#leo-lightbox--msg #msg-learn-more{width:130px;height:26px;margin-top:20px;cursor:pointer;text-align:center;font-size:14px;line-height:26px;border:1px solid;-webkit-user-select:none;-ms-user-select:none;user-select:none}#leo-lightbox--msg #msg-learn-more:active{background-image:none;box-shadow:inset 0 1px 3px rgba(0,0,0,.3),0 1px 0 #fff;text-shadow:0 1px 0 rgba(255,255,255,.4);color:rgba(0,0,0,.5)!important}#leo-lightbox--msg #msg-origin{top:1px;z-index:3;width:337px;height:344px;overflow:hidden;border:2px solid #317ee7}#leo-lightbox--msg #msg-origin img{position:absolute}#leo-lightbox--paypal{width:700px;height:350px;border-radius:5px}#leo-lightbox--paypal .paypal-part{width:310px;height:334px;float:left}#leo-lightbox--paypal .paypal-left{margin:16px 8px 0 32px;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}#leo-lightbox--paypal .paypal-right{margin:0 32px 0 8px}#leo-lightbox--paypal .paypal-gallery{position:relative;height:250px;margin-bottom:16px}#leo-lightbox--paypal .paypal-gallery>img{position:absolute;display:none;max-width:310px;max-height:250px;min-width:25px;min-height:25px}#leo-lightbox--paypal .paypal-mark{position:absolute;z-index:2;display:none;overflow:hidden;border:1px solid #3181E7}#leo-lightbox--paypal .paypal-mark img{position:absolute}#leo-lightbox--paypal .paypal-mark div{position:absolute;top:0;left:0;z-index:2;width:100%;height:100%}#leo-lightbox--paypal .paypal-gallery-cover{position:absolute;z-index:1;background-color:#000;opacity:0}#leo-lightbox--paypal .paypal-thumbnail{width:272px;height:50px;float:left;margin-left:2px;overflow:hidden;-webkit-user-select:none;-ms-user-select:none;user-select:none}#leo-lightbox--paypal .paypal-thumbnail>div{-webkit-transition:all .3s;transition:all .3s;margin:2px}#leo-lightbox--paypal .paypal-thumbnail-li{float:left;margin-right:12px;cursor:pointer;overflow:hidden;height:40px;width:40px;border:2px solid #fff;outline:#919191 solid 2px;position:relative;-webkit-transition:outline .3s;transition:outline .3s}#leo-lightbox--paypal .paypal-thumbnail-li:hover{outline:#317ee7 solid 1px}#leo-lightbox--paypal .paypal-thumbnail-li img{position:absolute;left:0;top:0}#leo-lightbox--paypal .paypal-button{font-weight:bolder;font-family:sans-serif;text-align:center;font-size:30px;color:#fff;line-height:50px;cursor:pointer;float:left;width:18px;height:50px;margin-top:-2px;position:relative;background:center no-repeat #D4D4D4;box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 1px 2px rgba(0,0,0,.2);text-shadow:0 -1px 1px rgba(0,40,50,.35);display:none}#leo-lightbox--paypal .paypal-button div{top:17px;position:absolute;left:0}#leo-lightbox--paypal .paypal-button:active{box-shadow:inset 0 1px 3px rgba(0,0,0,.3),0 1px 0 #fff;text-shadow:0 1px 0 rgba(255,255,255,.4)}#leo-lightbox--paypal .paypal-prev{margin-left:-2px}#leo-lightbox--paypal .paypal-prev div{background-image:url(assets.png);background-position:-476px -287px;width:20px;height:20px}#leo-lightbox--paypal .paypal-next{margin-left:2px}#leo-lightbox--paypal .paypal-next div{background-image:url(assets.png);background-position:-464px -317px;width:20px;height:20px}#leo-lightbox--paypal .paypal-content{font-family:Arial,sans-serif;text-rendering:optimizeLegibility;text-align:left}#leo-lightbox--paypal .paypal-content label{font-style:italic;font-size:14px;font-weight:700}#leo-lightbox--paypal .paypal-title{font-size:18px;line-height:1.2;font-family:Arial,sans-serif;word-break:break-all;max-height:64px;display:block;min-height:32px}#leo-lightbox--paypal .paypal-price-wrap{margin:6px 0 0;font-size:15px;color:#888;white-space:nowrap}#leo-lightbox--paypal .paypal-price-wrap span{font-size:17px;font-family:Arial,sans-serif;color:#b12704}#leo-lightbox--paypal .paypal-in-stock{margin:2px 0 5px;font-size:14px;color:#179975}#leo-lightbox--paypal .paypal-body-container{position:relative;height:105px;overflow:hidden;padding-right:4px}#leo-lightbox--paypal .paypal-body{position:absolute;top:0;width:306px;font-size:13px;line-height:15px;word-wrap:break-word;white-space:pre-wrap;text-align:left}#leo-lightbox--paypal .paypal-scroll-bar{position:absolute;top:0;right:0;width:4px;height:100%;cursor:pointer;border-radius:5px;background-color:#ddd}#leo-lightbox--paypal .paypal-scroll-bar div{position:absolute;top:0;width:4px;border-radius:5px;background-color:#aaa}#leo-lightbox--paypal .paypal-scroll-bar:hover{background-color:#ccc}#leo-lightbox--paypal .paypal-scroll-bar:hover div{background-color:#999}#leo-lightbox--paypal #paypal-quantity{outline:0;margin:8px;width:42px;border:1px groove #b1b1b1;text-align:center;color:#000;font-weight:700;font-size:15px;background-color:#dfdfdf}#leo-lightbox--paypal .paypal-msg{font-size:12px;font-style:italic;color:red;display:none}#leo-lightbox--paypal .paypal-shipping-cost{margin:0;font-size:13px;color:#179975;font-style:italic}.menu--btn,.slide--btn{color:#fff;text-align:center}#leo-lightbox--paypal .paypal-learn-more{width:130px;height:26px;margin-top:20px;cursor:pointer;text-align:center;font-size:14px;line-height:26px;border:1px solid;-webkit-user-select:none;-ms-user-select:none;user-select:none}#leo-lightbox--paypal .paypal-buy{cursor:pointer;float:right;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-transform:scale(1.02);-ms-transform:scale(1.02);transform:scale(1.02);background-image:url(assets.png);background-position:-150px -378px;width:150px;height:30px}.leo-comp--audio-player,.leo-lightbox--video{-webkit-user-select:none;-ms-user-select:none}#leo-lightbox--paypal .paypal-email,#leo-lightbox--paypal .paypal-fb,#leo-lightbox--paypal .paypal-gg,#leo-lightbox--paypal .paypal-other,#leo-lightbox--paypal .paypal-tw{background-image:url(assets.png);width:20px;height:20px}#leo-lightbox--paypal .paypal-buy:hover{-webkit-transform:none;-ms-transform:none;transform:none}#leo-lightbox--paypal .paypal-share{margin-top:7px;display:inline-block}#leo-lightbox--paypal .paypal-share div{display:inline-block;cursor:pointer;margin-right:5px}#leo-lightbox--paypal .paypal-fb{background-position:-384px -337px}#leo-lightbox--paypal .paypal-tw{background-position:-444px -317px}#leo-lightbox--paypal .paypal-gg{background-position:-384px -317px}#leo-lightbox--paypal .paypal-other{background-position:-404px -317px}#leo-lightbox--paypal .paypal-email{background-position:-424px -317px}#leo-lightbox--paypal .paypal-origin{position:absolute;top:1px;z-index:3;width:337px;height:344px;overflow:hidden;border:2px solid #317ee7;background-color:#fff;display:none}.leo-phone-msg-box,.leo-phone-msg-box-bg{z-index:99999;left:0;right:0;top:0;bottom:0}#leo-lightbox--paypal .paypal-origin img{position:absolute}.leo-phone-msg-box-bg{position:fixed;background-color:rgba(0,0,0,.5);cursor:pointer}.leo-phone-msg-box{position:absolute;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;margin:auto;border-radius:2px;overflow:hidden;background-color:#fff;box-shadow:0 0 8px #1b1b1b}.leo-phone-msg-box--menu{position:relative;height:30px;line-height:30px;padding:10px}.menu--btn{position:absolute;top:9px;width:48px;height:8px;line-height:10px;padding:10px;z-index:2;border-radius:4px;text-decoration:none;overflow:hidden;border:1px solid #2e6da4;background-color:#337ab7;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-image:none;text-overflow:ellipsis}.menu--return-btn{left:10px}.menu--more-btn{left:90px}.leo-phone-msg-box--scroll{position:absolute;width:100%;overflow:hidden;overflow-y:scroll}.leo-phone-msg-box--slide{position:relative;margin:auto}.leo-comp--slide{z-index:1}.slide--btn{width:30px;height:30px;border-radius:50%;background:rgba(0,0,0,.3);position:absolute;line-height:30px;z-index:2;top:16px}.slide--muted div,.slide--replay div,.slide--unmuted div{background-image:url(assets.png)}.slide--btn div{position:absolute;cursor:pointer;background-position:center center;left:5px;top:6px;width:21px;height:23px}.slide--index{right:10px}.slide--replay{right:81px}.slide--replay div{background-position:-403px -337px}.slide--muted,.slide--unmuted{right:45px}.slide--muted div{background-position:-222px -157px}.slide--unmuted div{background-position:-222px -133px}.slide--index span:first-child{font-size:20px}.slide--index span:last-child{font-size:14px}.slide--images{list-style:none;width:100%;margin:0;padding:0;font-size:0}.slide--images img{width:100%;height:100%;height:auto}.slide--images li{width:100%;height:100%;float:left}.clear{clear:both}.leo-phone-msg-box--content{padding:0 20px 20px;position:relative;overflow:hidden}.content--title{color:#575757;margin:17px 0 10px;font-size:16px;font-weight:700;text-align:center}.content--separator{border-color:rgba(0,0,0,.2);border-style:solid;margin:0;position:absolute;left:10px;right:10px;border-width:1px 0 0}.content--body{color:#000;font-size:14px;line-height:22px;margin:20px 0 0}.leo-phone-msg-box--content{font-family:Arial,sans-serif;text-align:left;padding-bottom:20px}.leo-phone-msg-box--content label{font-style:italic;font-size:14px;font-weight:700}.leo-phone-msg-box--content #paypal-quantity{outline:0;margin:8px;width:60px;height:25px;text-align:center;font-weight:700;font-size:17px;line-height:25px;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.leo-phone-msg-box--content .paypal-email,.leo-phone-msg-box--content .paypal-fb,.leo-phone-msg-box--content .paypal-gg,.leo-phone-msg-box--content .paypal-other,.leo-phone-msg-box--content .paypal-tw{background-image:url(assets.png);width:20px;height:20px}.leo-phone-msg-box--content #paypal-quantity:active,.leo-phone-msg-box--content #paypal-quantity:focus{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.leo-phone-msg-box--content .paypal-msg{font-size:12px;font-style:italic;color:red;display:none}.leo-phone-msg-box--content .paypal-shipping-cost{margin:0;font-size:13px;color:#179975;font-style:italic;line-height:23px}.leo-phone-msg-box--content .paypal-title{margin-top:15px;font-size:18px;line-height:25px;text-align:center;display:inline-block}.leo-phone-msg-box--content .paypal-price-wrap{margin:6px 0;font-size:15px;white-space:nowrap}.leo-phone-msg-box--content .paypal-price-wrap span{color:#b12704;font-size:14px;padding-left:7px}.leo-phone-msg-box--content .paypal-in-stock{margin:2px 0 5px;font-size:14px;color:#179975}.leo-phone-msg-box--content .paypal-body{font-size:14px;line-height:20px;word-wrap:break-word;white-space:pre-wrap;text-align:left}.leo-phone-msg-box--content .paypal-share{margin-top:7px;display:inline-block}.leo-phone-msg-box--content .paypal-share div{display:inline-block;cursor:pointer;margin-right:5px}.leo-phone-msg-box--content .paypal-fb{background-position:-384px -337px}.leo-phone-msg-box--content .paypal-tw{background-position:-444px -317px}.leo-phone-msg-box--content .paypal-gg{background-position:-384px -317px}.leo-phone-msg-box--content .paypal-other{background-position:-404px -317px}.leo-phone-msg-box--content .paypal-email{background-position:-424px -317px}.leo-lightbox--video,.leo-lightbox--website,.leo-lightbox--website iframe{height:100%;width:100%;position:absolute}.leo-lightbox--video{display:none;user-select:none;-webkit-user-drag:none;box-sizing:border-box;box-shadow:2px 3px 10px #000;border:4px solid #000}.leo-lightbox--video iframe,.leo-lightbox--video video{position:absolute;width:100%;height:100%;left:0;top:0;z-index:201}.leo-lightbox--website{left:0;top:0;box-sizing:border-box;border:2px solid #FFF;border-radius:2px;border-top-width:35px;background-color:#eee}.leo-lightbox--website iframe{top:0;left:0;opacity:0;-webkit-transition:opacity 1s;transition:opacity 1s}.website--title{position:absolute;top:-32px;height:30px;width:100%;font-family:"Open Sans",helvetica,arial,sans-serif}.website--address{padding-left:5px;float:left;padding-top:5px;border-radius:2px;border:none;font-weight:700;font-size:14px;color:#222}.website--button{position:absolute;right:0;color:#00a1cb;font-size:12px;line-height:28px;padding:0 20px}.website--button:hover{color:#ff7474}.leo-comp--bubble-dialog{z-index:999999}.leo-comp--bubble-dialog .dialog-close{width:20px;height:20px;position:absolute;border-radius:50%;right:-5px;top:-5px;line-height:20px;text-align:center;color:#d55;box-shadow:0 3px 3px #000;font-size:18px;cursor:pointer;z-index:11}.leo-comp--bubble-dialog .dialog-close:hover{color:red}.leo-animation-container{position:absolute}.leo-animation-container .leo-animation-block{position:absolute;overflow:hidden}.leo-animation-container .leo-animation-block .leo-animation-clone{margin:0!important;outline:0!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;box-shadow:none!important}.leo-animation-canvas{position:absolute;left:0;top:0;display:none}.leo-splitText-el{-webkit-perspective:400px;perspective:400px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.leo-splitText-el *{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.leo-char{text-indent:initial;text-align:center}.leo-temp-show{display:block!important}.classical .cursor,.mini .progressbar,.mini .time,.mini .volumebar,.simple .cursor{display:none}.leo-comp--audio-player{user-select:none;border-radius:2px}.leo-comp--btn>button,.leo-comp--paypalprice{text-align:center;-webkit-user-select:none;-ms-user-select:none}.leo-comp--audio-player>div{position:absolute;border-radius:2px;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.leo-comp--audio-player .time{position:absolute;color:#fff;cursor:default;font-family:'Segoe UI',Arial,'Microsoft Yahei',Simsun,sans-serif}.leo-comp--audio-player .bar{position:absolute;border:1px solid #f3f3f3;cursor:pointer}.leo-comp--audio-player .bg{height:100%;background-color:#d3d3d3;width:0}.leo-comp--audio-player .fg{height:100%;background-color:#fff;position:absolute;top:0;width:0}.leo-comp--audio-player .cursor{position:absolute;background-color:#fff;border:1px solid #b3b3b3;left:-1%}.leo-comp--audio-player .loadButton,.leo-comp--audio-player .pauseButton,.leo-comp--audio-player .playButton,.leo-comp--audio-player .volumeIcon{position:absolute;cursor:pointer;width:30px;height:30px}.leo-comp--audio-player .playButton>div{border-style:solid;border-color:transparent transparent transparent #fff;position:absolute}.leo-comp--audio-player .pauseButton>div{position:absolute;border-color:#fff;border-style:solid;border-width:0 3px}.leo-comp--audio-player .loadButton>div{position:absolute;border-radius:50%;border:1px solid;border-color:transparent #fff #fff;-webkit-animation:leo-comp--audio-loading 1s linear infinite;animation:leo-comp--audio-loading 1s linear infinite}.leo-comp--audio-player .volume,.leo-comp--audio-player .volume33,.leo-comp--audio-player .volume66,.leo-comp--audio-player .volumeMute{border-style:solid;border-width:5px 5px 5px 0;border-color:transparent #fff;position:absolute}.leo-comp--audio-player .volume33>div:nth-child(1),.leo-comp--audio-player .volume66>div:nth-child(1),.leo-comp--audio-player .volume>div:nth-child(1),.leo-comp--audio-player .volumeMute>div:nth-child(1){width:3px;background:#fff;left:10px}.leo-comp--audio-player .volume33>div:nth-child(2),.leo-comp--audio-player .volume66>div:nth-child(2),.leo-comp--audio-player .volume>div:nth-child(2){position:absolute;left:6px;width:6px;height:6px;border-radius:50%;border-right:1px solid #fff}.leo-comp--audio-player .volume33>div:nth-child(3),.leo-comp--audio-player .volume66>div:nth-child(3){position:absolute;left:5px;width:10px;height:10px;border-radius:50%;border-right:1px solid #fff}.leo-comp--audio-player .volume66>div:nth-child(4){position:absolute;width:14px;height:14px;border-radius:50%;border-right:2px solid #fff}.default .bar,.default .bg,.default .fg{border-radius:20px}.leo-comp--audio-player .volumeIcon:hover .volume,.leo-comp--audio-player .volumeIcon:hover .volume33,.leo-comp--audio-player .volumeIcon:hover .volume66,.leo-comp--audio-player .volumeIcon:hover .volumeMute{border-color:transparent #e1e1e1}.leo-comp--audio-player .volumeIcon:hover .volume33>div:nth-child(1),.leo-comp--audio-player .volumeIcon:hover .volume66>div:nth-child(1),.leo-comp--audio-player .volumeIcon:hover .volume>div:nth-child(1),.leo-comp--audio-player .volumeIcon:hover .volumeMute>div:nth-child(1){background:#e1e1e1}.leo-comp--btn>button,.leo-comp--sprite-text{background-repeat:no-repeat;background-size:100% 100%}.leo-comp--audio-player .volumeIcon:hover .volume33>div:nth-child(2),.leo-comp--audio-player .volumeIcon:hover .volume66>div:nth-child(2),.leo-comp--audio-player .volumeIcon:hover .volume>div:nth-child(2){border-color:#e1e1e1}.leo-comp--audio-player .volumeIcon:hover .volume33>div:nth-child(3),.leo-comp--audio-player .volumeIcon:hover .volume66>div:nth-child(3),.leo-comp--audio-player .volumeIcon:hover .volume66>div:nth-child(4){border-right-color:#e1e1e1}.leo-comp--audio-player .bar:hover{border-color:#fff}.leo-comp--audio-player .bar .cursor:hover,.leo-comp--audio-player .bar:hover .cursor{background-color:#e1e1e1}.leo-comp--audio-player .playButton>div:hover{border-left-color:#e1e1e1}.leo-comp--audio-player .pauseButton>div:hover{border-color:#e1e1e1}.leo-comp--audio-player .loadButton>div:hover{border-color:transparent #e1e1e1 #e1e1e1}@-webkit-keyframes leo-comp--audio-loading{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes leo-comp--audio-loading{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.default{width:400px;height:30px}.default .time{left:250px;font-size:15px;line-height:30px}.default .bar{height:10px;top:10px}.default .cursor{height:14px;top:-3px}.default .progressbar{left:40px;width:200px}.default .progressbar .cursor{width:10%;border-radius:50px}.default .volumebar{left:325px;width:60px}.default .volumebar .cursor{width:14px;border-radius:50%}.default .loadButton,.default .pauseButton,.default .playButton{left:7px}.default .playButton>div{border-width:8px 0 8px 14px;top:7px;left:9px}.default .pauseButton>div{width:12px;height:14px;top:8px;left:8px}.default .loadButton>div{height:14px;width:14px;left:8px;top:8px}.default .volumeIcon{left:290px}.default .volume,.default .volume33,.default .volume66,.default .volumeMute{width:9px;height:18px;left:5px;top:6px}.default .volume33>div:nth-child(1),.default .volume66>div:nth-child(1),.default .volume>div:nth-child(1),.default .volumeMute>div:nth-child(1){height:8px}.default .volume33>div:nth-child(2),.default .volume66>div:nth-child(2),.default .volume>div:nth-child(2){top:1px}.default .volume33>div:nth-child(3),.default .volume66>div:nth-child(3){top:-1px}.default .volume66>div:nth-child(4){top:-3px;left:6px}.mini{width:62px;height:30px;box-shadow:inset 0 16px 20px rgba(188,188,188,.3),inset 0 1px 1px -1px #a0a0a0;border:1px solid #202020}.mini .loadButton,.mini .pauseButton,.mini .playButton{width:29px;height:29px;border-right:1px solid rgba(0,0,0,.39);box-shadow:2px 0 1px -1px rgba(255,255,255,.28)}.mini .loadButton:hover,.mini .pauseButton:hover,.mini .playButton:hover,.mini .volumeIcon:hover{background-color:rgba(255,255,255,.3)}.mini .playButton>div{border-width:7px 0 7px 8px;top:7px;left:12px}.mini .pauseButton>div{width:10px;height:12px;top:8px;left:10px}.mini .loadButton>div{height:12px;width:12px;left:9px;top:9px}.mini .volumeIcon{left:29px;height:28px;width:31px}.mini .volume,.mini .volume33,.mini .volume66,.mini .volumeMute{width:9px;height:16px;top:6px;left:5px}.mini .volume33>div:nth-child(1),.mini .volume66>div:nth-child(1),.mini .volume>div:nth-child(1),.mini .volumeMute>div:nth-child(1){height:6px}.mini .volume33>div:nth-child(2),.mini .volume66>div:nth-child(2),.mini .volume>div:nth-child(2){top:0}.mini .volume33>div:nth-child(3),.mini .volume66>div:nth-child(3){top:-2px}.mini .volume66>div:nth-child(4){top:-4px;left:5px}.simple{height:60px;width:200px}.simple .time{top:14px;right:10px;font-size:13px;line-height:20px}.simple .progressbar{top:9px;left:10px;width:180px;height:5px}.simple .volumebar{top:33px;left:86px;height:7px;width:60px}.simple .loadButton,.simple .pauseButton,.simple .playButton,.simple .volumeIcon{border:1px solid #fff;top:21px;left:10px;border-radius:50%}.simple .playButton>div{left:10px;border-width:8px 0 8px 10px;top:6px}.simple .pauseButton>div{width:10px;height:12px;top:8px;left:9px}.simple .loadButton>div{height:12px;width:12px;left:8px;top:8px}.simple .volumeIcon{top:21px;left:48px}.simple .volume,.simple .volume33,.simple .volume66,.simple .volumeMute{width:9px;height:16px;top:6px;left:5px}.simple .volume33>div:nth-child(1),.simple .volume66>div:nth-child(1),.simple .volume>div:nth-child(1),.simple .volumeMute>div:nth-child(1){height:6px}.simple .volume33>div:nth-child(2),.simple .volume66>div:nth-child(2),.simple .volume>div:nth-child(2){top:0}.simple .volume33>div:nth-child(3),.simple .volume66>div:nth-child(3){top:-2px}.simple .volume66>div:nth-child(4){top:-4px;left:5px}.classical{box-shadow:inset 0 16px 20px rgba(188,188,188,.3),inset 0 1px 1px -1px #a0a0a0;border:1px solid #202020;width:400px;height:32px}.classical .time{left:250px;line-height:30px;border-right:1px solid rgba(0,0,0,.39);box-shadow:2px 0 1px -1px rgba(255,255,255,.28);padding:0 6px;font-size:14px}.classical .bar{border-radius:3px;border:0;box-shadow:inset 0 1px 1px #0C0C0C,inset -1px -1px 1px #747474;top:10px;overflow:hidden}.classical .bg,.classical .fg{border-top-left-radius:3px;border-bottom-left-radius:3px}.classical .bg{box-shadow:inset 0 1px 1px #242424,inset -1px -1px 1px #909090}.classical .fg{background-color:#00daff;background-image:-webkit-linear-gradient(right,#6B52FF,#00daff,#aef2ff);background-image:linear-gradient(to left,#6B52FF,#00daff,#aef2ff);height:9px;top:1px}.classical .progressbar{left:40px;width:210px;height:10px}.classical .volumebar{left:328px;width:56px;height:10px}.classical .loadButton,.classical .pauseButton,.classical .playButton{width:30px;height:31px;border-right:1px solid rgba(0,0,0,.39);box-shadow:2px 0 1px -1px rgba(255,255,255,.28)}.classical .playButton>div{border-width:8px 0 8px 10px;left:11px;top:7px}.classical .pauseButton>div{width:10px;height:12px;top:9px;left:10px}.classical .loadButton>div{height:12px;width:12px;left:9px;top:9px}.classical .volumeIcon{left:300px}.classical .volume,.classical .volume33,.classical .volume66,.classical .volumeMute{width:9px;height:16px;top:7px;left:5px}.classical .volume33>div:nth-child(1),.classical .volume66>div:nth-child(1),.classical .volume>div:nth-child(1),.classical .volumeMute>div:nth-child(1){height:6px}.classical .volume33>div:nth-child(2),.classical .volume66>div:nth-child(2),.classical .volume>div:nth-child(2){top:0}.classical .volume33>div:nth-child(3),.classical .volume66>div:nth-child(3){top:-2px}.classical .volume66>div:nth-child(4){top:-4px;left:5px}.leo-comp--BGM{display:none!important}.leo-comp--btn{border:0}.leo-comp--btn>button{position:absolute;left:0;top:0;padding:0;margin:0;line-height:1.42857143;border-style:solid;white-space:nowrap;background-image:none;background-color:transparent;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;cursor:inherit}.leo-comp--btn>button[disable]{pointer-events:none;box-shadow:none}.leo-comp--btn:not(.leo-com--btn__has-bg)>button:active{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.leo-comp--btn.leo-comp--btn__has-bg>button{border-style:none!important;background-color:transparent!important}.leo-comp--btn.leo-comp--btn__has-bg>button:active{-webkit-transform:translate(1px,1px);-ms-transform:translate(1px,1px);transform:translate(1px,1px)}.leo-comp--btn.leo-comp--btn__has-bg>button::before{content:"";position:absolute;left:0;top:0;right:0;bottom:0;background-color:rgba(255,255,255,.08);-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:0;margin:auto}.leo-comp--btn.leo-comp--btn__has-bg>button:hover::before{width:100%}.leo-comp--html-embed-box{background-color:#fff}.embed-web--container{position:absolute;width:100%;height:100%;overflow:hidden;left:0;top:0;z-index:999999;background-color:#ccc}.embed-web--iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;z-index:1;zoom:1}.embed-web--toolbar,.embed-web--toolbar-cover{width:100%;height:50px;z-index:2;position:absolute;left:0;bottom:0}.embed-web--toolbar{background-color:rgba(0,0,0,.8);-webkit-transition:all .3s;transition:all .3s}.toolbar--fs{position:absolute;cursor:pointer;width:32px;height:28px;right:30px;top:11px;background-image:url(assets.png);background-position:-444px -287px}.leo-comp-flash{overflow:hidden}.leo-comp-flash object{position:absolute;left:0;top:0;zoom:1}.leo-comp--img{border:0 solid;overflow:hidden}.leo-comp--img img{position:absolute;opacity:0;z-index:-1}.leo_reflection{position:absolute;left:0;top:0;pointer-events:none}.leo-comp--media,.leo-lightbox--html5video,.leo-lightbox--vimeo,.leo-lightbox--youtube{background-color:#2d2d2d}.leo-comp--media:before,.leo-lightbox--html5video:before,.leo-lightbox--vimeo:before,.leo-lightbox--youtube:before{content:"";position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;background-repeat:no-repeat;background-position:center center;z-index:1}.leo-comp--media iframe,.leo-comp--media video,.leo-lightbox--html5video iframe,.leo-lightbox--html5video video,.leo-lightbox--vimeo iframe,.leo-lightbox--vimeo video,.leo-lightbox--youtube iframe,.leo-lightbox--youtube video{position:absolute;width:100%;height:100%;left:0;top:0;z-index:2}.leo-comp--youtube:before,.leo-lightbox--youtube:before{background-image:url(assets.png);background-position:0 -250px;width:128px;height:128px}.leo-comp--vimeo:before,.leo-lightbox--vimeo:before{background-image:url(assets.png);background-position:-128px -250px;width:128px;height:128px}.leo-comp--html5video:before,.leo-lightbox--html5video:before{background-image:url(assets.png);background-position:-256px -250px;width:128px;height:128px}.leo-comp--movingbackground{overflow:hidden}.leo-comp--movingbackground canvas{width:100%;height:100%;-webkit-transform:translateZ(0);transform:translateZ(0)}.leo-comp--moving-object-img{position:absolute;left:0;top:0;width:100%;height:100%}.leo-comp--paypaldiscount{text-align:center}.leo-comp--paypaldiscount>img{position:absolute;left:0;top:0;height:100%;width:100%}.leo-comp--paypaldiscount>div{position:relative;top:0;height:100%;text-align:center;white-space:nowrap;text-rendering:optimizeLegibility;text-shadow:1px 1px 1px #000}.leo-comp--paypaldiscount>span{margin:6px}.leo-comp--paypalprice{user-select:none;-webkit-user-drag:none}.leo-comp--slide,.ppproduct--thumbnail{-webkit-user-select:none;-ms-user-select:none;-webkit-user-drag:none}.leo-comp--paypalprice p{margin:0}.leo-comp--paypalprice>img{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-animation:paypalpricerotate 40s infinite linear;animation:paypalpricerotate 40s infinite linear;z-index:1}.leo-comp--paypalprice>div{white-space:nowrap;text-shadow:1px 1px 1px #000;position:absolute;z-index:2}@-webkit-keyframes paypalpricerotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes paypalpricerotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.leo-comp--paypalproductbox>img{position:absolute;top:-1px;right:-1px;z-index:702;display:none}.ppproduct--slide{position:absolute;top:0;left:0;width:100%;height:80%;border:10px solid}.ppproduct--slide>div{position:relative;width:100%;height:100%;left:0;top:0;overflow:hidden}.ppproduct--slide>div img{position:absolute;width:100%;height:100%;left:0;top:0}.ppproduct--thumbnail{position:absolute;bottom:0;z-index:5;width:100%;height:20%;overflow:hidden;user-select:none}.ppproduct--thumbnail>div{position:absolute;height:100%;width:999999px;box-sizing:border-box;border-top:10px solid transparent;-webkit-transition:all .3s ease;transition:all .3s ease}.ppproduct--thumbnail .active{border:2px solid #317ee7}.ppproduct--li{height:100%;box-sizing:border-box;overflow:hidden;vertical-align:top;border:1px solid #919191;margin-right:10px;cursor:pointer;display:inline-block;background-color:#fff}.ppproduct--li>img{position:relative;width:100%;height:100%}.leo-comp--paypalstar img{width:20%;height:100%;float:left}.leo-comp--paypalstar canvas{position:absolute;left:0;top:0}.leo-comp--shape>svg{position:absolute}.leo-comp--shape__text{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;z-index:10;word-break:break-word}.leo-comp--shape-rect{border-style:solid}.leo-comp--shape.shortcut{overflow:hidden;-webkit-transition:background .3s;transition:background .3s}.shortcut.shortcut--earth svg{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:-webkit-transform .6s;transition:transform .6s}.shortcut.shortcut--earth:hover svg{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}.shortcut.shortcut--mail path:nth-child(1){-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:-webkit-transform .3s;transition:transform .3s}.shortcut.shortcut--mail:hover path:nth-child(1){-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.shortcut.shortcut--first path:nth-child(2){-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.shortcut.shortcut--first:hover path:nth-child(2){-webkit-animation:shortcut--arrow-left .3s;animation:shortcut--arrow-left .3s}.shortcut.shortcut--last path:nth-child(2){-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.shortcut.shortcut--last:hover path:nth-child(2){-webkit-animation:shortcut--arrow-right .3s;animation:shortcut--arrow-right .3s}.shortcut.shortcut--download path:nth-child(2){-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.shortcut.shortcut--download:hover path:nth-child(2){-webkit-animation:shortcut--download .3s;animation:shortcut--download .3s}@-webkit-keyframes shortcut--download{from{-webkit-transform:translateY(-100px);transform:translateY(-100px)}}@keyframes shortcut--download{from{-webkit-transform:translateY(-100px);transform:translateY(-100px)}}.shortcut.shortcut--arrow-left g{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.shortcut.shortcut--arrow-left:hover g{-webkit-animation:shortcut--arrow-left .3s cubic-bezier(.18,.89,.32,1.28);animation:shortcut--arrow-left .3s cubic-bezier(.18,.89,.32,1.28)}@-webkit-keyframes shortcut--arrow-left{from{-webkit-transform:translateX(100px);transform:translateX(100px)}}@keyframes shortcut--arrow-left{from{-webkit-transform:translateX(100px);transform:translateX(100px)}}.shortcut.shortcut--arrow-right g{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.shortcut.shortcut--arrow-right:hover g{-webkit-animation:shortcut--arrow-right .3s cubic-bezier(.18,.89,.32,1.28);animation:shortcut--arrow-right .3s cubic-bezier(.18,.89,.32,1.28)}@-webkit-keyframes shortcut--arrow-right{from{-webkit-transform:translateX(-100px);transform:translateX(-100px)}}@keyframes shortcut--arrow-right{from{-webkit-transform:translateX(-100px);transform:translateX(-100px)}}.shortcut.shortcut--share path:nth-child(2){-webkit-transform:scale(1) translateX(0);-ms-transform:scale(1) translateX(0);transform:scale(1) translateX(0);-webkit-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom}.shortcut.shortcut--share:hover path:nth-child(2){-webkit-animation:shortcut--share .3s cubic-bezier(.18,.89,.32,1.28);animation:shortcut--share .3s cubic-bezier(.18,.89,.32,1.28)}@-webkit-keyframes shortcut--share{from{-webkit-transform:scale(0) translateX(-35px);transform:scale(0) translateX(-35px)}}@keyframes shortcut--share{from{-webkit-transform:scale(0) translateX(-35px);transform:scale(0) translateX(-35px)}}.shortcut.shortcut--page{-webkit-perspective:100px;perspective:100px}.shortcut.shortcut--page>svg{-webkit-transform:rotateY(0);transform:rotateY(0);-webkit-transform-origin:6px 0 0;-ms-transform-origin:6px 0 0;transform-origin:6px 0 0}.shortcut.shortcut--page:hover>svg{-webkit-animation:shortcut--page 1s;animation:shortcut--page 1s}@-webkit-keyframes shortcut--page{0%,100%,30%{-webkit-transform:rotateY(0);transform:rotateY(0)}15%{-webkit-transform:rotateY(-10deg);transform:rotateY(-10deg)}65%{-webkit-transform:rotateY(-25deg);transform:rotateY(-25deg)}}@keyframes shortcut--page{0%,100%,30%{-webkit-transform:rotateY(0);transform:rotateY(0)}15%{-webkit-transform:rotateY(-10deg);transform:rotateY(-10deg)}65%{-webkit-transform:rotateY(-25deg);transform:rotateY(-25deg)}}.leo-comp--slide{user-select:none}.leo-comp--slide .slide--page{position:absolute;width:100%;height:100%;left:0;top:0;z-index:1}.leo-comp--slide .page--image{width:100%;height:100%;opacity:0;z-index:1}.leo-slide--flow-3D{overflow:hidden;-webkit-user-select:none;-ms-user-select:none;user-select:none}.flow-3D--image-container{position:absolute;height:100%;width:100%;-webkit-perspective:500px;perspective:500px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;left:0;top:0}.flow-3D--image{width:50%;height:80%;left:0;top:0;margin:auto;right:0;bottom:0}.album--page,.album--page-out{position:absolute;width:100%;height:100%;left:0;top:0;border:0 solid #fff;background-color:#fff}.album--page img,.album--page-out img{width:100%;height:100%;opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s}.leo-comp--base-slide{overflow:hidden;border:0 solid}.leo-comp--base-slide .slide-ul{position:absolute;width:9999999px;height:100%}.leo-comp--base-slide .slide-li{position:relative;height:100%;overflow:hidden;float:left}.leo-comp--base-slide .slide-li img{position:absolute;left:0;top:0;bottom:0;right:0;margin:auto}.leo-comp--base-slide .drag-cover{position:absolute;width:100%;height:100%;z-index:1}.slide--touch-controls .control{opacity:1!important}.slide--controls>.control{position:absolute;height:100%;z-index:2;opacity:.5;-webkit-transition:opacity .3s;transition:opacity .3s;top:0}.slide--controls>.control:before{content:"";position:absolute;right:0;left:0;top:0;bottom:0;margin:auto;cursor:pointer}.slide--controls:hover .control{opacity:1}.slide--controls .control--prev{left:0;-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.slide--controls .control--prev:before{width:37px;height:37px;background-image:url(assets.png);background-position:-384px -250px}.slide--controls .control--prev:active:before,.slide--controls .control--prev:hover:before{background-image:url(assets.png);background-position:-400px -200px}.slide--controls .control--next{right:0;-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.slide--controls .control--next:before{left:-37px;width:37px;height:37px;background-image:url(assets.png);background-position:-437px -200px}.slide--controls .control--next:active:before,.slide--controls .control--next:hover:before{background-image:url(assets.png);background-position:-421px -250px}.drag-slide{overflow:hidden}.drag-slide .slide--page,.fade-slide{border-style:solid}.flip-slide{-webkit-perspective:600px;perspective:600px}.flip-slide .slide--page{border-style:solid;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden}.flip-slide .transform-stage{position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden}.moving-slide img{height:100%;float:left;border:0 solid}.swipe-slide .slide--page,.zoom-slide{border-style:solid}.swipe-slide{overflow:hidden}.zoom-slide{overflow:hidden}.leo-comp--sprite-text{position:absolute;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .5s ease-out;transition:transform .5s ease-out;z-index:3}.leo-comp--sprite-text p{margin:0;padding:0;border:0}.leo-comp--sprite-text .inside{width:100%;height:100%;position:absolute;overflow:hidden;box-sizing:border-box;border-style:solid;border-color:transparent}.leo-comp--sprite-text .content{position:absolute;bottom:0;margin:0;min-height:80%;width:100%;word-wrap:break-word;word-break:break-word}.leo-comp--sprite-text .masking{position:absolute;width:100%;height:50%;z-index:1}.leo-comp--sprite-text .rect .black{background-image:-webkit-linear-gradient(top,#c9c8c8,rgba(201,200,200,0));background-image:linear-gradient(to bottom,#c9c8c8,rgba(201,200,200,0))}.leo-comp--sprite-text .rect .blue{background-image:-webkit-linear-gradient(top,#ddf8fe,rgba(221,248,254,0));background-image:linear-gradient(to bottom,#ddf8fe,rgba(221,248,254,0))}.leo-comp--sprite-text .rect .yellow{background-image:-webkit-linear-gradient(top,#fef8c9,rgba(254,248,201,0));background-image:linear-gradient(to bottom,#fef8c9,rgba(254,248,201,0))}.leo-comp--sprite-text .cloud .white{background-image:-webkit-linear-gradient(top,#f9f9f9,rgba(249,249,249,0));background-image:linear-gradient(to bottom,#f9f9f9,rgba(249,249,249,0))}.leo-comp--sprite-text .cloud .yellow{background-image:-webkit-linear-gradient(top,#fffee8,rgba(255,254,232,0));background-image:linear-gradient(to bottom,#fffee8,rgba(255,254,232,0))}.leo-comp--sprite-text .circle .blue{background-image:-webkit-linear-gradient(top,#d3eef4,rgba(211,238,244,0));background-image:linear-gradient(to bottom,#d3eef4,rgba(211,238,244,0))}.leo-comp--sprite-text .circle .yellow{background-image:-webkit-linear-gradient(top,#fffce4,rgba(255,252,228,0));background-image:linear-gradient(to bottom,#fffce4,rgba(255,252,228,0))}.leo-progress-wrapper{position:absolute;left:0;top:0;width:100%;height:0;z-index:999;pointer-events:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.leo-progress-bar,.leo-progress-spin{position:absolute}.leo-progress-bar{left:0;top:0;width:0;height:2px;background-color:#29d}.leo-progress-bar>.leo-progress-bar--inner{position:absolute;right:0;top:0;width:100px;height:100%;-webkit-transform:rotate(3deg) translate(0,-4px);-ms-transform:rotate(3deg) translate(0,-4px);transform:rotate(3deg) translate(0,-4px);box-shadow:0 0 10px #29d,0 0 5px #29d}.leo-progress-spin{top:15px;right:15px}.leo-progress-spin>.leo-progress-spin--inner{width:18px;height:18px;box-sizing:border-box;border:2px solid transparent;border-top-color:#29d;border-left-color:#29d;border-radius:50%}.leo-comp--scene,.leo-comp--stage{width:0!important;height:0!important}