header {
	width: 100%;
	height: 60px;
	background-color: #32C5FF;
}
footer {
	width: 100%;
	height: 60px;
	background-color: #32C5FF;
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-size: 14px;
}
.book-page {
	width: 100%;
	min-height: 900px;
	min-height: calc(100vh - 120px);
	background: url(../img/page-bg.png) left top no-repeat;
	background-size: 100% 100%;
}
.book-content {
	width: 100%;
	height: auto;
	min-height: calc(100vh - 120px);
	background: url(../img/page-bg.png) left top no-repeat;
	background-size: 100% 100%;
	overflow: auto;
}
.book-content::-webkit-scrollbar {
    display: none;
}
.header-content {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 34px 0 114px;
	background: url(../img/header-line.png) center 72px no-repeat;
	background-size: 461px auto;
}
.header-content.index-con {
	background-image: none;
}
.header-content.detail-con {
	top: -54px;
	padding: 0 0 45px;
	width: max-content;
}
.header-content .logo {
	width: 155px;
	position: absolute;
	left: 50%;
	top: 34px;
	transform: translate(-50%, 0);
}
.header-content .logo .img-con {
	font-weight: bold;
	font-size: 35px;
}
.header-content .search {
	width: 496px;
	height: 46px;
	margin: 0 auto;
	border-radius: 23px;
	background-color: #dce6f2;
	box-sizing: border-box;
	padding: 0 21px;
	font-size: 14px;
	color: #333;
	position: relative;
}
.header-content .search .input-con {
	display: block;
	width: 400px;
	height: 100%;
	background-color: transparent;
	border: none;
	outline: none;
}
.header-content .search .input-con:active, .header-content .search .input-con:focus {
	border: none;
	outline: none;
}
.header-content .search .fa {
	position: absolute;
	font-size: 20px;
	right: 18px;
	top: 11px;
}
.header-content .change-btn {
	position: absolute;
	right: 0;
	top: 34px;
	color: #fff;
	font-size: 16px;
}
.header-content .show-txt {
	width: 118px;
	height: 38px;
	border-radius: 6px;
	background-color: #32C5FF;
	text-align: center;
	display: block;
	line-height: 38px;
	color: #fff;
	cursor: pointer;
}
.header-content .show-txt span {
	padding: 0 10px;
}
.header-content .show-nav {
	position: absolute;
	top: 59px;
	box-shadow: 3px -7px 8px 1px rgba(0,0,0,0.05);
	z-index: 2;
	display: none;
}
.header-content .show-nav:before {
	content: '';
	position: absolute;
	top: -10px;
	left: 50%;
	z-index: -1;
	display: block;
	transform: translate(-50%, 0) rotate(-45deg);
	width: 0;
	border: 10px solid;
	border-color: #32C5FF;
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.05);
}
.header-content .show-dl {
	position: relative;
	z-index: 2;
	width: 118px;
	box-sizing: border-box;
	border-radius: 6px;
	background-color: #32C5FF;
	text-align: center;
	font-size: 18px;
	padding: 10px 20px;
}
.header-content .show-nav .nav-txt {
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}
.header-content .show-nav .nav-txt:last-child {
	border-bottom: none;
}
.book-lang-con {
	width: 18px;
	height: 18px;
	margin: 0 auto;
	position: relative;
	top: 318px;
	left: -34px;
}
.book-lang-con .box-con {
	cursor: pointer;
	width: 256px;
	height: 256px;
	position: absolute;
	left: -328px;
	top: -46px;
	transform-origin: right;
	transform: rotate(45deg);
	background-color: #1AA9A1;
	transition: all 0.3s;
}
.book-lang-con .box-con.con2 {
	width: 200px;
	height: 200px;
	left: -103px;
	top: 113px;
	background-color: #EB5B1D;
}
.book-lang-con .box-con.con3 {
	left: 48px;
	top: -34px;
	background-color: #484848;
	width: 180px;
	height: 180px;
}
.book-lang-con .box-con.con4 {
	width: 210px;
	height: 210px;
	left: -108px;
	top: -195px;
	background-color: #9BCA45;
}
.book-lang-con .box-a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	font-size: 36px;
	transform: rotate(-45deg);
	box-sizing: border-box;
	padding-top: 23%;
}
.book-lang-con .box-con:hover {
	box-shadow: 4px 0px 16px 2px rgba(0,0,0,0.2);
}
.book-lang-con .tag {
	width: 66px;
	height: 66px;
	box-sizing: border-box;
	border: 4px solid #fff;
	border-radius: 4px;
	font-size: 30px;
	margin: 0 auto 12px;
	line-height: 58px;
	font-weight: bold;
}
.pop-box {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	transition: all 0.3s;
	z-index: -10;
	display: none;
}
.pop-box.active {
	z-index: 10;
	display: block;
}
.pop-box .pop-con {
	width: 526px;
	min-height: 288px;
	background-color: #fff;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 21px;
	box-sizing: border-box;
	padding: 40px 0 0;
}
.pop-box .pop-input .input-con {
	margin: 35px auto 0;
	width: 238px;
	height: 40px;
	border: none;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	background-color: #E8F9FF;
}
.pop-box .pop-input .input-con:focus, .pop-box .pop-input .input-con:active {
	border: none;
	outline: none;
}
.pop-box .pop-btn-box {
	width: max-content;
	margin: 54px auto 0;
}
.pop-btn {
	width: 112px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	display: inline-block;
	border: 1px solid #999;
	font-size: 16px;
	color: #999;
	margin: 0 8px;
	cursor: pointer;
}
.btn-blue {
	background-color: #32C5FF;
	color: #fff;
	border-color: #32C5FF;
}
.btn-blue:hover {
	color: #fff;
}
.pop-btn:hover {
	opacity: 0.9;
}
body {
	margin: 0;
	width: 100%;
	overflow-x: hidden;
}
header .page-box {
	line-height: 60px;
	font-size: 16px;
	color: #fff;
}
header .header-log {
	float: left;
}
header .header-txt {
	color: #fff;
	padding-right: 5px;
}
.log-lang .lang-name {
	font-size: 18px;
	font-weight: bold;
	float: left;
	display: block;
	line-height: 46px;
	text-align: right;
    min-width: 110px;
}
.log-lang .lang-list {
	display: block;
    position: relative;
    top: 5px;
    padding-left: 130px;
    line-height: 40px;
}
.log-lang .lang-list .lang-btn_01 {
	width: 66px;
	height: 30px;
	text-align: center;
	border: 1px solid #ccc;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	border-radius: 16px;
	line-height: 30px;
	margin: 3px 12px 3px 0;
}
.log-lang .lang-list .lang-btn_02 {
	height: 30px;
	text-align: center;
	border: 1px solid #ccc;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	border-radius: 16px;
	line-height: 30px;
	margin: 3px 16px 3px 0;
	padding: 0 10px;
	overflow: hidden;
}
.log-lang .lang-list .lang-btn.active {
	background-color: #32C5FF;
	color: #fff;
	border-color: #32C5FF;
}
.log-list-con .list-con-txt {
	width: 12.44%;
	height: auto;
	box-sizing: border-box;
	padding: 8px 2%;
	font-size: 13px;
	float: left;
}
.log-list-con .list-con-txt img {
    width: 100%;
    height: 130px;
}
.log-list-con .list-con-txt p {
    width: 100%;
    height: 51px;
    text-align: center;
    padding: 5px 0;
    overflow: hidden;
}
/*.log-list-con .list-con-txt:nth-child(odd) {*/
/*	background-color: #D5F3FF;*/
/*}*/
.log-list-con .list-con-txt .txt {
	font-weight: bold;
	float: left;
}
.log-list-con .list-con-txt .look {
	float: right;
	color: #32C5FF;
	cursor: pointer;
}
.page {
	width: max-content;
	margin: 48px auto 0;
	padding-bottom: 90px;
}
.detail-txt {
	background-color: #fff;
	box-sizing: border-box;
	padding: 35px 40px 100px;
	font-size: 14px;
	line-height: 24px;
	transform-origin: top;
}
.detail-txt .detail-tit {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 24px;
}
.book_label {
    float: left;
    width: 28px;
    margin-right: 10px;
}
.detail-txt .detail-intro {
	text-indent: 28px;
	margin-bottom: 24px;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #32C5FF;
}
.layui-laypage a:hover {
    color: #32C5FF;
}
.screen {
    position: fixed;
    right: 10px;
    bottom: 20%;
}
.screen .screen-btn {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 8px 2px rgba(0,0,0,0.1);
    margin-bottom: 10px;
    cursor: pointer;
}
.detail-content p {
    text-align: center;
}

@media screen and (min-width: 768px) {
	header {
		min-width: 1200px;
	}
	.book-page {
		width: 100%;
		min-width: 1200px;
	}
	.book-content {
		width: 100%;
		min-width: 1200px;
	}
	footer {
		width: 100%;
		min-width: 1200px;
	}
	.page-box {
		width: 1200px;
		margin: 0 auto;
	}
	.log-lang {
		width: 1200px;
		margin: 0 auto;
		padding-top: 34px;
	}
	.log-list {
		width: 1200px;
		margin: 0 auto;
		padding-top: 48px;
	}
	.detail-txt {
		width: 1200px;
		margin: 0 auto;
	}
	.detail-content .images img {
	    width: 30%; 
	    display: block; 
	    margin: 0 auto;
	}
	.detail-content img {
        width: 80%;
    }
    .fenpage {
        width:80%;
        padding-top:30px;
        overflow:hidden;
        margin:0 auto;
    }
}
@media screen and (max-width: 768px) {
	header {
		height: 0;
	}
	header.hascon {
		height: 60px;
		box-sizing: border-box;
		padding: 0 13px;
	}
	footer {
		font-size: 12px;
	}
	.header-content {
		height: 28px;
		width: 100%;
		background-color: #32C5FF;
		box-sizing: border-box;
		padding: 0 13px;
		position: relative;
	}
	.header-content.detail-con {
		background-color: transparent;
		padding: 40px 0 50px;
	}
	.header-content.detail-con .search {
		top: 74px;
	}
	.header-content .logo {
		top: 3px;
		left: 13px;
		transform: translate(0,0);
	}
	.header-content .logo .img-con {
		filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(298deg) brightness(128%) contrast(102%);
		font-weight: bold;
		font-size: 16px;
	}
	.header-content .search {
		position: absolute;
		left: 50%;
		top: 50px;
		transform: translate(-50%, 0);
		width: 345px;
		height: 40px;
		top: 42px;
	}
	.header-content .change-btn {
		top: 0;
		right: 13px;
	}
	.header-content .change-btn .show-txt {
		width: max-content;
		font-size: 14px;
		height: max-content;
		line-height: 28px;
	}
	.header-content .change-btn .show-txt span {
		padding: 0 5px;
	}
	.header-content .show-nav {
		left: -28px;
		top: 43px;
		font-size: 18px;
		padding: 0px 15px;
		box-shadow: none;
	}
	.header-content .show-dl {
	    width: 83px;
	    font-size: 16px;
	    padding: 0px 15px;
	}
	.header-content .show-nav .nav-txt {
	    padding: 12px 0;
	}
	.header-content .show-nav:before {
	    top: -8px;
	    border-width: 8px;
	}
	.book-lang-con .box-con {
		width: 120px;
		height: 120px;
		left: -136px;
		top: -14px;
	}
	.book-lang-con .box-con.con2 {
	    width: 100px;
	    height: 100px;
	    left: -32px;
		top: 68px;
	}
	.book-lang-con .box-con.con3 {
		width: 105px;
		height: 105px;
	    left: 48px;
		top: -10px;
	}
	.book-lang-con .box-con.con4 {
	    width: 80px;
	    height: 80px;
	    left: -17px;
		top: -72px;
	}
	.book-lang-con .tag {
	    width: 30px;
		height: 30px;
		border-radius: 4px;
		font-size: 15px;
		line-height: 28px;
		border-width: 2px;
		margin-bottom: 5px;
	}
	.book-lang-con .box-a {
	    font-size: 15px;
		font-weight: bold;
		padding-top: 26%;
	}
	.book-lang-con {
	    top: 280px;
		left: -14px;
	}
	.pop-box .pop-con {
	    width: 100%;
	}
	.book-page {
	    min-height: 650px;
		height: max-content;
	}
	.book-content {
	    min-height: 650px;
		height: max-content;
	}
	header .page-box {
		width: 100%;
		font-size: 12px;
	}
	.log-lang {
		box-sizing: border-box;
		padding: 34px 13px 0;
	}
	.log-list {
		margin-top: 48px;
	}
	.detail-txt {
	    background-color: transparent;
	    box-sizing: border-box;
	    padding: 0px 30px 0px;
	    margin-top: -17px;
	    word-break: break-all;
	}
	.log-list-con .list-con-txt {
	    width: 25%;
	}
	.detail-content {
	    transform-origin: left top;
	}
	.detail-content img {
        float: left;
        width: 100%;
    }
    .log-list-con .list-con-txt img {
    width: 100%;
    height: 110px;
    }
    .detail-content img{
        height: auto;
    }
    .detail-content .images {
        display: inline-block;
    }
    .fenpage {
        width:100%;
        padding-top:30px;
        overflow:hidden;
        margin:0 auto;
    }
}
