body{
	overflow-x:hidden;
}
.cp-article{padding: 0; padding-bottom: 40px;}
.hard,.book-arrow{display: none;}
.cp-main-content,.cp-brochure{background:#fff;}
.magazine-viewport{width:100%; height:auto; margin:auto; }
.magazine-viewport .container{
	position:relative;
	width:1060px;
	height:auto !important;
	margin:0px auto;
	z-index:1;
	margin-top:40px;
}

.magazine-viewport .magazine{
	width:1060px;
	height:auto;
	margin:0 auto;
	position:relative;
}

.magazine-viewport .page{
	width:100%;
	height:100%;
	background-color:white;
	background-repeat:no-repeat;
	background-size:100% 100%;
}

.magazine-viewport .zoomer .region{
	display:none;
}
.magazine .region{
	position:absolute;
	overflow:hidden;
	background:#0066FF;
	opacity:0.2;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	cursor:pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
}

.magazine .page{
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-ms-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-o-box-shadow:0 0 20px rgba(0,0,0,0.2);
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}

.magazine-viewport .page img{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin:0;
}

.magazine .even .gradient{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;

	background:-webkit-gradient(linear, left top, right top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.2)));
	background-image:-webkit-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image:-moz-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image:-ms-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image:-o-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image:linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
}

.magazine .odd .gradient{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;

	background:-webkit-gradient(linear, right top, left top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.15)));
	background-image:-webkit-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-moz-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-ms-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-o-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
}

.magazine-viewport .zoom-in .even .gradient,
.magazine-viewport .zoom-in .odd .gradient{
	display:none;
}
.link{ background:#ff0000;}
.magazine-viewport .loader{
	background-image:url(../images/loader.gif);
	width:22px;
	height:22px;
	position:absolute;
	top:280px;
	left:219px;
}

.magazine-viewport .shadow{
	-webkit-transition: -webkit-box-shadow 0.5s;
	-moz-transition: -moz-box-shadow 0.5s;
	-o-transition: -webkit-box-shadow 0.5s;
	-ms-transition: -ms-box-shadow 0.5s;

	-webkit-box-shadow:0 0 20px #ccc;
	-moz-box-shadow:0 0 20px #ccc;
	-o-box-shadow:0 0 20px #ccc;
	-ms-box-shadow:0 0 20px #ccc;
	box-shadow:0 0 20px #ccc;
}
.magazine .depth{
	background-image:url(../images/pages-depth@2.png);
	background-repeat:no-repeat;
	position:absolute;
	top:-3px;
	width:16px;
	height:656px;
	z-index:10000;
}
.magazine .deptm{background-image:url(../images/depth-bm.png);
	background-repeat:no-repeat;
	position:absolute; width: 16px; height: 10px; bottom:0;z-index:1000;

}
.magazine .front-side .depth{
	left:0px;
	background-position:0 0;
}
.magazine .front-side .deptm{left:0px;background-position: 0 bottom;}
.magazine .back-side .depth{
	right:0px;
	background-position:right 0;
}
.magazine .back-side .deptm{right:0px;background-position: right bottom;}
.touch-device.display-single .cpbook-next-button,
.touch-device.display-single .cpbook-previous-button {
  display: none;
}
.cpbook-next-button,
.cpbook-previous-button {
  width: 30px;
  height: 60px;
  position: absolute;
  top: 50%;
  top: calc(50% - 30px);
  right: -60px;
  z-index: 10;
  background-image: url(../images/arrows@2x.png);
  background-size: 60px 120px;
  background-position: 0 0;
  opacity: 0.5;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -ms-transition: opacity 1s;
  transition: opacity 1s;
  cursor: pointer;
}
.next-box,.previous-box{
	width: 30px;
	height: 40%;
	position: absolute;
	top:30%;
	z-index: 2000;
	right: 0;
	background-color: transparent;
	cursor: pointer;
}
.previous-box{
	left: 0;
}
.first-page .previous-box,.last-page .next-box{display: none;}
.cpbook-previous-button {
  background-position: 30px 0;
  right: auto;
  left: -60px;
}
.cpbook-next-button:hover,.cpbook-previous-button:hover{opacity: .7;}
.first-page .cpbook-previous-button,.last-page .cpbook-next-button{opacity: 0;}
 .first-page .cpbook-next-button{
  -webkit-animation: next-page 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation: next-page 1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -o-animation: next-page 1s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
  -ms-animation: next-page 1s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;
  animation: next-page 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes next-page /* Safari and Chrome */ {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -o-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes next-page /* Safari and Chrome */ {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -o-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}

		.circle {
			width: 100px;
			height: 100px;
			position:relative;
			border-radius: 50%;
			background: #c30d23;
			margin: 0 auto;
			margin-top: 50%;
			
		}
		.pie_left, .pie_right {
			width:100px; 
			height:100px;
			position: absolute;
			top: 0;left: 0;
		}
		.c_left, .c_right {
			width:100px; 
			height:100px;
			background:#021b45;
			border-radius: 50%;
			position: absolute;
			top: 0;
			left: 0;
		}
		.pie_right, .c_right {
			clip:rect(0,auto,auto,50px);
		}
		.pie_left, .c_left {
			clip:rect(0,50px,auto,0);
		}
		.c_mask {
			width: 80px;
			height: 80px;
			border-radius: 50%;
			left: 10px;
			top: 10px;
			background: #FFF;
			position: absolute;
			text-align: center;
			line-height: 80px;
			font-size: 20px;
			font-weight: bold;
			color: #c30d23;
		}
.cpbook-tool{background-color:#082d5c; text-align: center;  width: 100%; height: 60px; z-index: 1000; position: relative;}
.cp-bread,.cp-footer{position: relative; z-index: 2}
.cp-main-header{position: relative;}
.cpbook-tool ul{margin: 0; padding: 0;}
.cpbook-tool li{list-style: none; display: inline-block; padding:10px 5px;  cursor: pointer; line-height:40px;}
.cpbook-tool li i{color: #fff;}
.cpbook-tool li a{display: block; }
#page-number{background: #fff; width: 50px; display:inline-block; height: 30px; border-radius: 5px; border: 1px solid #ccc;outline:none; -webkit-appearance:none; line-height: 30px; padding:0 15px; font-size: 16px; text-align: center;}
.cp-tool-dropmenu{position: relative;}
.cp-tool-dropmenu ul{display: none; position: absolute; top:60px; width: 300px;height: auto !important; min-height: 120px; z-index: 1000;  left:-150px; border-radius: 6px; border-top-left-radius: 0; border-top-right-radius: 0;  margin: 0;padding: 0;background:#082d5c; background: -webkit-linear-gradient(#082d5c, #071936);background: -o-linear-gradient(#082d5c, #071936);  background: -moz-linear-gradient(#082d5c, #071936); background: linear-gradient(#082d5c, #071936);
}
.cp-tool-dropmenu ul li{display: block;  text-align: left; line-height: 20px; height: 20px; border-bottom: 1px solid #3f4a6f; padding: 10px 20px; cursor: pointer; color: #fff;}
.cp-tool-dropmenu ul li:last-child{border-bottom: none;}
/*.cp-tool-dropmenu:hover ul{display: block;}*/
.cp-tool-dropmenu ul li:hover,.cp-tool-dropmenu ul li.active{background:#e5e5e5; color: #333;}
.cp-tool-dropmenu ul li.active{font-weight:bold;}
.cp-tool-dropmenu ul li:last-child:hover{border-bottom-left-radius:5px; border-bottom-right-radius: 5px;}
.book-thumb{position: absolute; width: 100%;z-index: 1000;  background: #012178; height: 250px; box-shadow: 0 5px 15px rgba(0,0,0,.5);top: 50%; overflow: hidden; display: none;}
.book-thumb ul {margin: 0 auto; padding: 25px 50px; position: absolute;}
.book-thumb li{    text-align: center;
 
    padding:2px 10px;
    display: inline-block;
    cursor: pointer;}
.book-thumb ul li span {
    display: block;
    padding: 6px 0;
    text-align: center;
    color: #fff;
	line-height: 30px;

}
.bs-auto i,.book-print-btn i{font-size: 16px;}
.book-thumb li img{width: 120px; border:2px solid #ccc;}
.cpbook-tool li a {color: #333;}
.book-thumb li.active img{ border:2px solid #ed1a3b;}
.book-thumb li.active span{color: #ed1a3b; font-weight: bold;}
.book-thumb li img.cb-even{border-right: none;}
.book-thumb li img.cb-odd{border-left: none;box-shadow: 2px 2px 20px #333;}
.ct-slider-li{position: relative; width: 20px;}
.ct-slider-li:hover{border-radius: 30px; background:#bbb; border-bottom-left-radius: 0; border-bottom-right-radius: 0;}
.ct-slider-box{position: absolute; top:50px; z-index: 1000; left: 0; background:#bbb; width:30px; padding-bottom: 30px; border-radius: 30px; border-top-left-radius: 0; border-top-right-radius: 0; display: none;}
#ct-slider{margin:0 auto;}
.ct-slider-li:hover .ct-slider-box{display: block;}
.ui-slider-handle{outline: none;}
.magazine-viewport{width: 100%;}
.magazine-drag{position: relative; z-index: 1;}
.book-share,.book-print{position: absolute; top:30%;z-index: 1000; background: #fff; width: 90%; margin: 0 auto; left: 0; margin-left: 5%;}
.book-share h5,.book-print h5{background:#082d5c;margin: 0; line-height: 20px;  padding:15px 30px; color: #fff; font-size: 18px; position: relative;}
.book-share h5 a,.book-print h5 a{position: absolute; right:15px; color: #fff;}
.bs-all{padding: 30px; background: #fff;}
.book-share .bs-all input,.book-print input.bs-a-page{width: 70%; height: 30px; line-height: 30px;-webkit-appearance: textfield;
    border-style: inset;
    border-color: initial;
    border-image: initial; border-radius: 5px;border-width:1px; padding-left: 15px;}
.book-share .bs-all input:focus,.book-print .bs-a-page:focus{outline: none;}
.book-print input.bs-a-page{width:40%; padding-left: 10px;}
.bs-all button{height: 32px; background:#eee; border: none; border-radius: 5px; padding: 0 10px; color: buttontext;
    background-color: buttonface;
    box-sizing: border-box;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;  width:20%; cursor: pointer;}
.bs-all button.bs-p-btn{background: #ED1A3B; border:none; color: #fff; margin-right: 30px;}
.bs-all fieldset{margin-top: 30px;border:inset;border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;}
.book-print ul{list-style: none; margin: 0; padding: 0;}
.book-print ul li{padding: 5px 0;}
.bs-sharelist{margin: 0; padding:5px;}
.bs-sharelist li{display: inline-block; margin: 0 2px;  }
.bs-sharelist li a{ display: inline-block; color: #333;width: 40px; height: 40px; border-radius: 40px; line-height: 40px; text-align: center;background: #eee;}
.bs-result{display: none; color: #ed1a3b;}
.bs-wechat{position: relative;}
.bs-wechat-img{position: absolute; bottom:60px; left: -180px; background: #fff; padding: 30px; display: none;}
.bs-wechat-img p{height: 30px; margin: 0; padding: 0; text-align: center; line-height: 24px;}
#book-print-box{display:none;}
.cpbook-tool li.bs-full{display: none;}
.bs-input{display: none;}
@media (min-width:414px){.bs-wechat-img{left: -160px;}}
@media (max-width:1023px){.book-arrow-box {display:none;}.magazine-viewport .container{margin-top:20px;}.cp-article{padding-bottom:20px;}}
@media (min-width:768px){
	.cpbook-tool li{padding: 10px;}
	#page-number{width: 90px;}
	.ct-slider-box{width: 40px;}
	.circle {margin-top: 20%;}
	.book-share,.book-print{ width: 60%; margin: 0 auto; left: 50%; margin-left: -30%;}
	.book-share .bs-all input,.book-print input.bs-a-page{width: 74%;}
	.bs-sharelist{margin: 0; padding:10px;}
	.bs-sharelist li{display: inline-block; margin: 0 10px;  }
	.bs-wechat-img{left: -60px; }
}
@media (min-width:1200px){
	.bs-input{display: block;}
	.cpbook-tool li.bs-full{display:inline-block;}
	.book-share,.book-print{ width: 40%; margin: 0 auto; left: 50%; margin-left: -20%;}
}
