@media (max-width: 5000px) {
	.viewBox {
		width: 1750px;
	}
	.viewBox h1 {
		text-align: left;
		font-size: 1.35rem;
		margin-bottom: 23px;
		margin-left: 31px;
	}
	.viewBoxDiv {
		width: 350px;
		height: 655px;
		padding: 0 0 0 31px;
		margin-bottom: 27px;
	}
	.viewBoxDiv a figure img {
		height: 575px;
	}
	.viewBoxDiv a figure figcaption h3 {
		font-size: 0.95rem;
	}
	.viewBoxDiv a figure figcaption p {
		font-size: 0.95rem;
	}

	#indexBottomButton a {
		padding: 0px 175px;
	}
}

@media (max-width: 1400px) {
	.viewBox {
		width: 1050px;
	}
	.viewBox h1 {
		text-align: left;
		font-size: 1.35rem;
		margin-bottom: 23px;
		margin-left: 31px;
	}
	.viewBoxDiv {
		width: 350px;
		height: 655px;
		padding: 0 0 0 31px;
		margin-bottom: 27px;
	}
	.viewBoxDiv a figure img {
		height: 575px;
	}
	.viewBoxDiv a figure figcaption h3 {
		font-size: 0.95rem;
	}
	.viewBoxDiv a figure figcaption p {
		font-size: 0.95rem;
	}

	#indexBottomButton a {
		padding: 0px 175px;
	}
}

@media (max-width: 599px){
	.viewBox {
		width: 100%;
		padding: 0 3px 0 0;
	}
	.viewBox h1 {
		text-align: left;
		font-size: 1.35rem;
		margin-bottom: 23px;
		margin-left: 5px;
	}
	.firstViewBox {
		margin: 105px auto 0;
	}
	.viewBoxDiv {
		width: 50%;
		height: 415px;
		padding: 0 0 0 3px;
		margin-bottom: 0px;
	}
	.viewBoxDiv a figure img {
		height: 330px;
	}
	.viewBoxDiv a figure figcaption h3 {
		font-size: 0.75rem;
	}
	.viewBoxDiv a figure figcaption p {
		font-size: 0.7rem;
	}

	#indexBottomButton a {
		padding: 0px 115px;
	}
}


.viewBox {
	box-sizing: border-box;
	margin: 15px auto 0;
	text-align: center;
}
.viewBox h1 a {
	margin-left: 25px;
	font-size: 0.85rem;
	color: blue; 
	text-decoration: underline; 
}
.firstViewBox {
	margin: 105px auto 0;
}

.viewBoxDiv {
	box-sizing: border-box;
	overflow: hidden;
	float: left;
}

.viewBoxDiv a {
	display: block;
	padding: 0;
	margin: 0;
}
.viewBoxDiv a figure {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.viewBoxDiv a figure img {
	width: 100%;
	object-fit: cover;
}

.viewBoxDiv a figure figcaption {
	margin-top: 7px;
	padding-left: 5px;
	text-align: left;
}

.viewBoxDiv a figure figcaption h3 {
	color: #dd0033;
	line-height: 19px;
	margin-bottom: 3px;
	
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.viewBoxDiv a figure figcaption p {
	color: #999;
}



#indexBottomButton {
	margin: 19px 0 75px 0;
	width: 100%;
	height: 50px;
	text-align: center;
}

#indexBottomButton a {
	display: inline-block;
	line-height: 50px;
	font-size: 1rem;
	background-color: #dd0033;
	color: white;
	border-radius: 5px;
}


/* --------------------------- search -------------------------- */

@media screen and (min-width: 1000px){
	#search .p1, #search .p2 {
		width: 850px;
	}
	#search .p1 input {
		font-size: 1.25rem;
		padding: 0 25px 0 35px; 
	}
	#search .p1 svg {
		left: 23px;
		top: 19px;
		width: 26px;
		height: 26px;
	}
}

@media screen and (max-width: 999px){
	#search .p1, #search .p2 {
		width: 95%;
	}
	#search .p1 input {
		font-size: 1.15rem;
		padding: 0 25px 0 25px; 
	}
	#search .p1 svg {
		left: 17px;
		top: 21px;
		width: 21px;
		height: 21px;
	}
}

#search {
	margin: 105px auto 25px;
	width: 90%;
}

#search .p1 {
	margin: auto auto;
	position: relative;
}

#search .p1 input {
	box-sizing: border-box;
	width: 100%;
	height: 60px; 
	border: 1px solid #ddd; 
	border-radius: 5px; 
	background-color: #eee;
	color: black;
}

#search .p1 input:focus {
	background-color: #fff;
	border: 1px solid #313131;
	box-shadow: 0 0 3px #515151;
}

#search .p1 svg {
	position: absolute;
	color: #313131;
}

#search .p1 p {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 60px;
	width: 120px;
	line-height: 60px;
	text-align: center;
	
	font-size: 1.15rem;
	border-radius: 3px;
	color: white;
	background-color: #313131;
	cursor: pointer;
}

#search .p1 p:hover {
	background-color: #515151;
}

#search .p2 {
	margin: 19px auto 0;
	position: relative;
}

#search .p2 p {
	display: inline-block;
	margin-right: 21px;
	font-size: 0.95rem;
	color: white;
	background-color: #a0a0a0;
	padding: 3px 9px;
	border-radius: 3px;
	cursor: pointer;
}

#search .p2 p:hover {
	background-color: #dd0033;
}

#search .p2 .mask {
	background-color: #dd0033;
}




@media screen and (min-width: 1000px){
	.keyList {
		width: 850px;
	}
}

@media screen and (max-width: 999px){
	.keyList {
		width: 85%;
	}
}

.keyList {
	margin: 35px auto 0;
	margin-bottom: 35px;
}
.keyList a {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 9px;
	font-size: 0.85rem;
	padding: 5px 19px;
	background: #eaeaea;
	border-radius: 3px;
	color: #655f66;
	text-decoration: none;
}
.keyList a:hover {
	background: #7a7a7a;
	color: white;
}


@media (min-width: 600px){
	#pageNumber ul li:not(:first-child) p {
		padding: 5px 11px;
	}
	#pageNumber ul li,#pageNumber ul li p {
		font-size: 0.95rem;
	}
	#pageNumber ul li:not(:first-child) {
		margin-left: 9px;
	}
}
@media (max-width: 599px){
	#pageNumber ul li:not(:first-child) p {
		padding: 5px 9px;
	}
	#pageNumber ul li,#pageNumber ul li p {
		font-size: 0.75rem;
	}
	#pageNumber ul li:not(:first-child) {
		margin-left: 6px;
	}
}

#pageNumber {
	width: 100%;
	text-align: center;
	margin: 27px 0;
}

#pageNumber ul {
	display: inline-block;
}

#pageNumber ul li,#pageNumber ul li p {
	display: inline;
}

#pageNumber ul li:first-child p {
	padding: 5px 11px;
	background-color: #aaa;
	color: white;
	border-radius: 3px;
}
#pageNumber ul li:not(:first-child) p {
	background-color: #aaa;
	border-radius: 3px;
	color: white;
	cursor: pointer;
}
#pageNumber ul li:not(:first-child) p:hover {
	background-color: #bbb;
}

#pageNumber ul li p.focus,#pageNumber ul li p.focus:hover {
	background-color: #dd0033;
}

#pageNumber div p {
	color: #999;
	height: 150px;
	font-size: 1rem;
}
#pageNumber div p a {
	color: blue;
}



@media screen and (min-width: 1200px){
	#vipPage {
		width: 1200px;
		margin: 155px auto 0;
	}

	#vipPage p {
		font-size: 1.35rem;
	}
	#vipPage p a {
		padding-right: 25px;
	}

	#readPage{
		width: 1200px;
		margin: 135px auto;
	}
	#readPage h6 {
		font-size: 2.25rem;
	}
	#readPage p {
		padding-left: 45px;
		font-size: 1.35rem;
	}
	#readPage p span {
		margin-right: 55px;
	}

	#readPage .rp ul {
		padding: 0 45px;
	}

	#readPage .rp ul li {
		font-size: 1.35rem;
	}
	#readPage .rp ul li img {
		width: 350px;
	}
}

@media screen and (max-width: 1199px){
	#vipPage {
		padding: 0 35px;
		margin-top: 135px;
	}
	#vipPage p {
		font-size: 1rem;
	}
	#vipPage p a {
		padding-right: 9px;
	}

	#readPage{
		padding: 0 21px 55px;
		margin-top: 95px;
	}

	#readPage h6 {
		font-size: 1.25rem;
	}
	#readPage p {
		padding-left: 25px;
		font-size: 1rem;
	}
	#readPage p span {
		display: block;
	}

	#readPage .rp ul {
		padding: 0 25px;
	}
	#readPage .rp ul li {
		font-size: 1rem;
	}
	#readPage .rp ul li img {
		width: 250px;
	}
}

#vipPage p {
	color: #ff6600;;
	font-weight: bold;
	margin-bottom: 15px;
}
#vipPage p span:first-child {
	margin-right: 9px;
}
#vipPage p a {
	display: inline-block;
	text-decoration: underline;
	color: blue;
}
#vipPage p a:hover {
	color: #0f37c2;
}

#readPage h6 {
	color: blue;
	font-weight: bold;
	margin-bottom: 20px;
}

.rp {
	margin-bottom: 55px;
}

#readPage .rp ul li {
	margin-bottom: 7px;
	list-style-type: disc;
}



@media screen and (min-width: 1000px){
	.loginBox {
		height: 330px;
		width: 1000px;
		margin: 175px auto;
		overflow: hidden;
	}
	.loginBox .l1 {
		height: 100%;
		width: 59%;
	}
	.loginBox .l2 {
		height: 100%;
		width: 41%;
	}
	#loginItem {
		margin-top: 35px;
	}
}

@media screen and (max-width: 999px){
	.loginBox {
		height: 330px;
		width: 100%;
		margin: 175px auto;
	}
	.loginBox .l1 {
		height: 100%;
		width: 59%;
	}
	.loginBox .l1 img {
		border-radius: 9px;
	}
	.loginBox .l2 {
		height: 100%;
		width: 41%;
	}
	#loginItem {
		margin-top: 35px;
	}
}

@media screen and (max-width: 599px){
	.loginBox {
		height: 270px;
		width: 100%;
		margin: 0 auto;
	}
	.loginBox .l1 {
		height: 270px;
		width: 100%;
	}
	.loginBox .l2 {
		height: 350px;
		width: 100%;
	}
	#loginItem {
		margin-top: 5px;
	}
}

.loginBox {
	box-shadow: 0 0 17px #e0e0e0;
	border-radius: 9px;
}
.loginBox .l1 {
	float: left;
}
.loginBox .l1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.loginBox .l2 {
	float: left;
}
.loginBox .l2 div:first-child {
	padding-left: 45px;
}
.loginBox .l2 div {
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	padding: 25px 35px 0;
}
.loginBox .l2 div a {
	text-decoration: none;
	margin-right: 25px;
	font-size: 0.9rem;
}
.loginBox .l2 div input {
	box-sizing: border-box;
	height: 33px;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 0 15px;
	font-size: 0.8rem;
}
.loginBox .l2 div input:focus {
	background: white;
}
.loginBox .l2 div button {
	border-radius: 3px;
	cursor: pointer;
	color: white;
	background: #dd0033;
	border: 0px;
	margin-top: 15px;
	height: 39px;
	width: 100%;

}
.loginBox .l2 div button:hover {
	background: #fd1840;
}
.loginBox .l2 div input, .loginBox .l2 div button {
	width: 100%;
	margin-bottom: 11px;
}

.efocus {
	color: #dd0033;
}
.enone {
	color: #333;
}
.loginBox .l2 .captchaBox {
	margin: 0;
	padding: 0;
	height: 33px;
}
.loginBox .l2 .captchaBox input {
	float: left;
	width: 60%;
}
.loginBox .l2 .captchaBox p {
	float: left;
	margin: 0;
	padding: 0;
	height: 33px;
	width: 37%;
	margin-left: 5px;
	line-height: 33px;
}
.loginBox .l2 .captchaBox p img {
	height: 33px;
	width: 100%;
}
#registerItem {
	display: none;
}


#message {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.55);
	z-index: 999;
}
#message div {
	box-sizing: border-box;
	width: 295px;
	height: 95px;
	margin: 225px auto;
	text-align: center;
	background: white;
	border-radius: 5px;
}

#message div p {
	padding: 0;
	height: 55px;
	line-height: 55px;
	font-size: 0.85rem;
}
#message div button {
	margin-top: ;
	width: 100%;
	height: 45px;
	outline: none;
	border: 0;
	font-weight: bold;
	font-size: 0.95rem;
}



@media (min-width: 1200px){
	#resource {
		width: 1200px;
	}
	#resource #title {
		padding: 55px 0 0 0;
		font-size: 1.65rem;
	}
	#resource #downloadAdd {
		padding: 9px 35px;
		margin-bottom: 55px;
	}
	#downloadAdd button {
		width: 275px;
		height: 45px;
	}
	#photos {
		margin-bottom: 155px;
	}
	#photos img {
		width: 85%;
		height: auto;
		margin-bottom: 5px;

	}

	#recommend {
		height: 1650px;
	}
	#recommend>div {
		width: 1200px;
	}
	#recommend>h3 {
		font-size: 1.35rem;
		text-align: center;
		margin-bottom: 55px;
		height: 75px;
		line-height: 75px;
	}
	#recommend>div>div {
		width: 24%;
		height: 475px;
	}
	#recommend>div>div a img {
		width: 80%;
	}
	#recommend>div>div a p {
		margin: 5px 33px;
	}
}
@media (max-width: 1200px) {
	#resource {
		width: 100%;
	}
	#resource #title {
		padding: 25px 0 0 0;
		font-size: 1.25rem;
	}
	#resource #downloadAdd {
		padding: 9px 13px;
		margin-bottom: 55px;
	}
	#downloadAdd button {
		width: 235px;
		height: 45px;
	}
	#photos {
		margin-bottom: 155px;
	}
	#photos img {
		width: 85%;
		height: auto;
		margin-bottom: 5px;

	}

	#recommend {
		height: 1520px;
	}
	#recommend>div {
		width: 1100px;
	}
	#recommend>h3 {
		font-size: 1.35rem;
		text-align: center;
		margin-bottom: 55px;
		height: 75px;
		line-height: 75px;
	}
	#recommend>div>div {
		width: 24%;
		height: 435px;
	}
	#recommend>div>div a img {
		width: 80%;
	}
	#recommend>div>div a p {
		margin: 5px 33px;
	}
}

@media (max-width: 700px) {
	#resource #downloadAdd {
	/*	border: 2px dashed #aaa; */
		margin-bottom: 15px;
	}

	#photos {
		margin-bottom: 0px;
	}
	#photos img {
		width: 100%;
		height: auto;
		margin-bottom: 5px;

	}

	#recommend {
		height: 2370px;
	}
	#recommend>div {
		width: 100%;
	}
	#recommend>h3 {
		font-size: 1.35rem;
		text-align: center;
		margin-bottom: 35px;
		height: 75px;
		line-height: 75px;
	}
	#recommend>div>div {
		width: 49%;
		height: 365px;
	}
	#recommend>div>div a img {
		width: 90%;
	}
	#recommend>div>div a p {
		margin: 3px 13px;
	}
}

#resource {
	box-sizing: border-box;
	margin: 75px auto;
	padding: 0 25px;
}

#resource #title {
	width: 100%;
	margin-bottom: 35px;
}
#resource #title div p {
	margin-top: 5px;
	font-size: 0.75rem;
	color: #aaa;
}

#brbox {
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.35);
	z-index: 1;
	position: fixed;
	margin-top: -15px;
}
#brbox>div {
	box-sizing: border-box;
	width: 295px;
	height: 115px;
	margin: 225px auto;
	text-align: center;
	background: white;
	border-radius: 5px;

}
#brbox>div>p {
	padding: 0;
	height: 75px;
	line-height: 75px;
	font-size: 0.85rem;
}

#brbox>div button {
	box-sizing: border-box;
	width: 100%;
	height: 39px;
	outline: none;
	border: 0;
	font-weight: bold;
	font-size: 0.95rem;
	cursor: pointer;
}
#brbox>div button:nth-child(3){
	border-top: 1px solid #fff;
}

#downloadAdd div {
	margin: 13px 0 19px;
}

#downloadAdd button {
	display: block;
	border-radius: 3px;
	overflow: hidden;
}
#downloadAdd button a {
	width: 100%;
	height: 100%;
	line-height: 45px;
	display: block;
	background: red;
	color: white;
	font-size: 0.85rem;
	background: #313131;
}
#downloadAdd button a:hover {
	background: #515151;
}

#downloadAdd div:nth-child(6) p {
	font-size: 0.95rem;
	width: 90%;
	overflow: hidden; 
	text-overflow: ellipsis; 
	-webkit-line-clamp: 5; 
	word-wrap: break-word; 
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
}
#downloadAdd div:nth-child(6) p a {
	font-weight: bold;
	text-decoration: underline;
	color: blue;
}
#downloadAdd div:nth-child(6) p a {
	color: blue;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: underline;
}

#downloadAdd div:nth-child(5) p {
	
	font-size: 0.9rem;
	margin-bottom: 5px;
	font-weight: bold;
	color: #d05f5f;
}


#recommend {
	width: 100%;
	background-color: #eaeaea;
}
#recommend>h3 {
	color: white;
	background-color: #d2bed1;
}
#recommend>div {
	margin: 0 auto;
	box-sizing: border-box;
}
#recommend>div>div {
	display: inline-block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-align: center;
}
#recommend>div>div a {
	text-align: center;
	display: block;
	width: 100%;
}
#recommend>div>div a figure {
	margin: auto auto;
	width: 100%;
}




@media screen and (min-width: 1000px){
	#userInfo {
		width: 1000px;
		left: 50%;
		top: 0;
		margin: 115px 0 0 -500px;
	}
	#userInfo>div {
		padding: 25px 55px;
	}
	#userInfo div p input {
		width: 550px;
	}
	#userInfo div h6 {
		font-weight: bold;
		margin-bottom: 15px;
		font-size: 1rem;
	}
	#userInfo div p svg {
		left: 71px;
	}
}

@media screen and (max-width: 999px){
	#userInfo {
		width: 100%;
		margin: 115px 0 0 0;
	}
	#userInfo>div {
		padding: 25px 25px;
	}
	#userInfo div p input {
		width: 100%;
	}
	#userInfo div h6 {
		font-weight: bold;
		margin-bottom: 15px;
		font-size: 1rem;
	}
	#userInfo div p svg {
		left: 41px;
	}
}

#userInfo {
	position: absolute;
}
#userInfo>div {
	margin: 0 auto;
	background: white;
	box-shadow: 0 0 3px #f0f0f0;
	margin-bottom: 35px;
}
#userInfo div button {
	width: 175px;
	height: 41px;
	background: #00aeec;
	color: white;
	cursor: pointer;
	border-radius: 3px;
	font-size: 0.8rem;
	display: block;
}
#userInfo div button:hover {
	background: #40c5f1;
}

#userInfo div p svg {
	position: absolute;
	margin-top: 12px;
}

#userInfo .u-d1 p input:not(.memjihuo) {
	box-sizing: border-box;
	height: 41px;
	background: #eaeaea;
	padding: 0 0 0 50px;
	font-size: 0.9rem;
	border-radius: 3px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	color: #555;
}

#userInfo .u-d1 p .memjihuo {
	box-sizing: border-box;
	height: 41px;
	background: #fff;
	padding: 0 0 0 50px;
	font-size: 0.9rem;
	border-radius: 3px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	display: block;
}

#userInfo .u-d1 p:last-child {
	
}


#userInfo .u-d2 a {
	display: inline-block;
	color: blue;
	font-size: 1.35rem;
	margin-bottom: 9px;
	margin-right: 30px;
	text-decoration: underline;
}

#userInfo .u-d2 p input {
	box-sizing: border-box;
	height: 41px;
	padding: 0 0 0 50px;
	font-size: 0.9rem;
	border-radius: 3px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}
#userInfo .u-d2 p input:focus, #userInfo .u-d1 p .memjihuo:focus {
	background: #fafafa;
}

#userInfo .notPointsRecord {
	width: 100%;
	height: 155px;
}
#userInfo .notPointsRecord p {
	font-size: 1.55rem;
	color: #ddd;
	font-weight: bold;
	text-align: center;
	line-height: 135px;
}
#recharge table {
	width: 100%;
	font-size: 0.85rem;
}
#recharge table th {
	font-weight: bold;
	margin-left: 35px;
	text-align: left;
	padding-left: 15px;
	background: #777;
	height: 39px;
	color: white;
}
#recharge table td {
	text-align: left;
	padding-left: 15px;
	height: 39px;
}
tr {
	background: #eee;
}
tr:nth-child(2n+1) {
	background: #ddd;
}


#overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	position: fixed;
	background: white;
}
#overlay div {
	width: 170px;
	height: 170px;
	margin: 320px auto;
}

#overlay img{
	width: 100%;
	height: 100%;
}




