@charset "utf-8";
/* CSS Document */
html,body {
	height: auto;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family:"微软雅黑","arial", "Helvetica", "Helvetica Neue";
	color: #333;
	line-height: 1.5;
	text-align: center;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

input,textarea {
	font-family: "微软雅黑","arial", "Helvetica", "Helvetica Neue";
	color: #333;outline:none;
}
input:focus,textarea:focus { outline: none; }
ul,li {	list-style: none;	padding: 0;	margin: 0;}

h1,h2,h3,h4,h5,h6,p,dl,dd,dt {	margin: 0;	padding: 0;}

a {	text-decoration: none;	color: #333;}
a:hover {	color: #6F78A7;	text-decoration: none;}
a img {	border: 0;}

input::-webkit-input-placeholder{	color: #c7c7c7;}
input::-moz-placeholder{	color: #c7c7c7;}
input:-ms-input-placeholder{	color: #c7c7c7;}

textarea::-webkit-input-placeholder{	color: #c7c7c7;}
textarea::-moz-placeholder{	color: #c7c7c7;}
textarea:-ms-input-placeholder{	color: #c7c7c7;}

.wrap { overflow: hidden; }
.bgGray { background-color: #f6f4ec;}
.con { width:96%; max-width:960px;  margin: 0 auto; }
    .font30 { font-size: 30px;}
    .font28 { font-size: 28px;}
	.font20 { font-size: 20px;}
	.font18 { font-size: 18px;}
	.font16 { font-size: 16px;}
	.font14 { font-size: 14px;}
	.font12 { font-size: 12px;}
	.ms {display: none;}
	.pcs {display: block;}

@media only screen and (max-width:828px) {
	html,body { font-size: 16px; background-color: #e0e1e5;}
	.bgGray { background-color: #E6E0D0;}
	.con { width:auto; margin: 0 0.5em;}
	 .ms {display: block;}
	 .pcs {display: none !important;}
	 .font30 { font-size: 30px;}
	 .font28 { font-size: 24px;}
	 .font20 { font-size: 20px;}
	 .font18 { font-size: 18px;}
	 .font16 { font-size: 16px;}
	 .font14 { font-size: 14px;}
	 .font12 { font-size: 12px;}
}

@media only screen and (max-width:390px) {
html,body { font-size: 14px; }

     .font30 { font-size: 26px;}
	 .font28 { font-size: 24px;}
	 .font20 { font-size: 18px;}
	 .font18 { font-size: 16px;}
	 .font16 { font-size: 14px;}
	 .font14 { font-size: 12px;}
	 .font12 { font-size: 10px;}
}

@media only screen and (max-width:360px) {
html,body { font-size: 12px; }
     .font30 { font-size: 24px;}
	 .font28 { font-size: 20px;}
	 .font20 { font-size: 16px;}
	 .font18 { font-size: 14px;}
	 .font16 { font-size: 12px;}
	 .font14 { font-size: 10px;}
	 .font12 { font-size: 10px;}
}

.topW { background-color: #f5f5f5; line-height: 2.8em;}
.top { display: flex; justify-content: space-between; align-items: center; max-width: 1160px; margin: 0 auto;}
.top a { display: inline-block; margin: 0 0.5em; color: #337ab7;}
.top a:hover { color: #23527c; text-decoration: underline;}
.top .line { color: #d4ccd4;}
.top .red { color: #ff0000;}
.top a.red:hover { color: #23527c; text-decoration: underline;}

@media only screen and (max-width:828px) {
	.topW { display: none;}
}

.topM {line-height: 2.1em;
 display: flex; justify-content: space-between; align-items: center; color: #333;
 display: none; border-bottom: 1px solid #ccc;}
.topM a { display: inline-block; margin: 0 0.5em; color: #333;}
.topM a:hover { color: #333; text-decoration: underline;}
.topM .conL { padding: 0 0 0 0.5em;}
.topM .conR { padding: 0 1em;}
.topM .btnSizeSmall { cursor: pointer; font-size: 0.9em;}
.topM .btnSizeIn { cursor: pointer; font-size: 1em;}
.topM .btnSizeLarge { cursor: pointer; font-size: 1.2em;}
.topM .conR .line { margin: 0 0.3em;}

@media only screen and (max-width:828px) {
	.topM { display: flex;}
}

/*头部*/
.header { margin: 0 auto;height: 3.6em; line-height: 3.6;
  background-color: #f8f8f8;
   border:1px solid #e7e7e7; 
   display: flex; justify-content:space-between; align-items: center;
   -moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;}
.header .logo { margin-left: 1.2em; color: #000;font-weight: bold;
 display: flex; justify-content: center; align-items: center;}
.header .logo a { color: #000;}
.header .logo .name {font-size: 24px; line-height: 1.2;}
.header .logo img {	display: block;	height:auto; width:100%;}

.searchBox { margin-right: 5.3%; width: 31.2%; border: 1px solid #cccccc;
background-color: #fff;line-height: 2.3em; overflow: hidden;
-moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;}
.searchBox form {display: flex;
 justify-content: space-between; align-items: stretch; }
.searchBox form .iw { flex: 1; margin: 0 1em 0 0.6em;}
.searchBox form .iw .input { font-size: 1em; line-height: 2.3em; height: 2.3em;
 width: 100%; outline-width: 0; border: 0; margin: 0; padding: 0;}
 .searchBox form .bw {background-color: #eeeeee;
 display: flex; justify-content: center; align-items: center;}
.searchBox form .btnSearch { cursor: pointer; height: 2.3em;
 outline-width: 0; border: 0; padding:0 0.9em;  color: #666;
 background-color: #eeeeee; line-height: 2.3;}
 
.btnGoBack { display: none;}
.btnHome {display: none;}

.searchBoxM { display: none;}

@media only screen and (max-width:828px) {
.headerW .con { margin: 0;}
.header {background-color: #fff; border: 0; display: block; height: auto; }
.header .logo { height: 100%; margin-left: auto;   height: 60px;
display: flex; justify-content: center; align-items: center;}
.searchBox {  display: none;}

.btnGoBack { color: #666; position: absolute; left: 0; top: 0;
 font-size: 12px; display: flex; width: 60px; height: 60px;
justify-content: center; align-items: center;
flex-direction: column; line-height: 1.2em; border-right:1px solid #e0e2e6;
}
.btnGoBack img { width: 1.9em; height: 1.9em; display: block; margin: 0 auto 0.3em;}

.btnHome {color: #666; position: absolute; right: 0; top: 0;
font-size: 12px;display: flex; width: 60px; height: 60px;
justify-content: center; align-items: center;
flex-direction: column; line-height: 1.2em;border-left:1px solid #e0e2e6;}
.btnHome img { width: 1.9em; height: 1.9em; display: block; margin: 0 auto 0.3em;}
}


.searchBoxM { display: none; margin: 0.7em 0 0;
border: 1px solid #c5c5c5; background-color: #fff;}
.searchBoxM form {display: flex; 
justify-content: space-between; align-items: stretch; }
.searchBoxM form .iw { flex: 1; margin: 0; padding: 0 1em;}
.searchBoxM form .iw .input { color: #666; font-size: 1em;
line-height: 2.3em; height:2.3em; background-color: transparent;
 width: 100%; outline-width: 0; border: 0; margin: 0; padding: 0;}
 .searchBoxM form .bw {border-left: 1px solid #dddddd;
 display: flex; justify-content: center; align-items: center; }
.searchBoxM form .btnSearch { cursor: pointer; font-size: 1.08em;
width: 3.64em; height: 2.2em; line-height: 2.2em; color: #333;
outline-width: 0; border: 0; 
margin-right:0; text-align: center;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fbfbfb+0,eaeaea+100 */
background: linear-gradient(to bottom,  rgba(251,251,251,1) 0%,rgba(234,234,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media only screen and (max-width:828px) {
	.searchBoxM { display: block;}
}

/*头部导航*/
.nav { flex: 1; margin: 0 6%; height: 3.6em; line-height: 3.6em;}
.nav ul {
display: flex; justify-content: space-around; align-items: center;}
.nav ul li { flex: 1; }
.nav ul li:first-child { display: none;}
.nav ul li a { cursor: pointer; color: #777; display: block; }
.nav ul li a:hover { color: #333;}
@media only screen and (max-width:828px) {
	.nav { font-size: 20px; height: auto; margin: 0; border-top:1px solid #e0e2e6 ;line-height: 2.8em;}
	.nav ul li a span { display: none;}
	.nav ul li:first-child { display: block;}
	.nav ul li.cur { position: relative; z-index: 0; color: #00a0e9;}
	.nav ul li.cur::after { content: ""; display: block; width: 100%; left: 0;
	 bottom: 0;  height: 0.2em; background-color: #00a0e9;
	}
	.nav ul li.cur a { color: #00a0e9;}
}

.position { margin-top: -1px;  text-align: left; color: #777;
padding: 0.9em 1em 0.6em; border: 1px solid #ddd; border-top:1px solid #e7e7e7 ;
 background-color: #f5f5f5;}
.position .line { display: inline-block; margin: 0 0.3em; color: #ccc;}
.position a { color: #337ab7;}

/*底部*/
.flinkBox { margin-top: 1.4em; border: 1px solid #ddd; overflow: hidden;
 -moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;
}
.flinkBox .tit { text-align: left; line-height: 2.7; background-color: #f5f5f5;
border-bottom: 1px solid #ddd; padding: 0 1em; color: #333;}
.flinkBox .list { text-align: left; padding: 0.6em 1em; }
.flinkBox .list a { display: inline-block; margin: 0 2em 0 0; color: #337ab7;}
.flinkBox .list a:hover { color: #23527c; text-decoration: underline;}

.footer { padding: 1.2em 0 0.7em;color: #333;}
.footer a { display: inline-block; margin: 0 0.5em; color: #337ab7;}
.footer a:hover { color: #23527c; text-decoration: underline;}
.footer .copyRight { line-height:2.5em;}

@media only screen and (max-width:828px) {
	.flinkBox { background-color: #fff;}
	.footer { margin-top: 0.7em; background-color: #fff;color: #999;}
	.footer a { margin: 0 0.3em; color: #999;}
	.footer .copyRight { font-size: 0.8em;}
}

.page { padding: 0.8em; display: flex; justify-content: flex-end; align-items: center;
color: #337ab7;}
.page a,.page .cur { border: 1px solid #ddd; text-align: center;
	display: inline-block; margin-left: -1px;
	padding: 0.4em 0.4em 0.4em; min-width: 1.5em; line-height: 1.5em;color: #337ab7;}
.page a:hover { background-color: #eee;}
.page .cur {border: 1px solid #337ab7; background-color: #337ab7;color: #fff !important;}
.page .cur:hover { background-color: #337ab7;color: #fff;}

.page a:first-child {
	-moz-border-top-left-radius:0.3em; 
	-webkit-border-top-left-radius:0.3em; 
	border-top-left-radius:0.3em;
	
	-moz-border-bottom-left-radius:0.3em;
	-webkit-border-bottom-left-radius:0.3em; 
	border-bottom-left-radius:0.3em;
}
.page a:last-child {
	-moz-border-top-right-radius:0.3em;
	-webkit-border-top-right-radius:0.3em; 
	border-top-right-radius:0.3em;
	
	-moz-border-bottom-right-radius:0.3em;
	-webkit-border-bottom-right-radius:0.3em; 
	border-bottom-right-radius:0.3em;
}


.page2 { display: flex; justify-content: space-between; align-items: center;
	margin: 0.8em 1em 0; padding-bottom: 0.5em;	text-align: center;	color: #333;
	line-height: 2.6em; font-size: 14px;}
.page2 .selectW { flex: 1; margin: 0 0.8em;}
.page2 .select { font-size: 1em; border: 1px solid #dfdfdf; width: 100%; text-align: center;
line-height:2.8em; height: 2.8em;}
.page2 a { padding: 0 1.5em; display: block; cursor: pointer;
color: #fff; background-color: #507bbf; border: 1px solid #507bbf;}
.page2 .disabled {padding: 0 1.5em; display: block; border: 1px solid #cecece;
background-color: #cecece; color: #fff;}


.btnArrow {display: inline-block; cursor: pointer; width: 2.1em; height: 0.65em;
background: url(../images/arrow3.png) center center no-repeat;
background-size:contain ; margin-top: 17%;
}

.btnArrow2 {display: inline-block; cursor: pointer; width: 5.5em; height: 1.5em;
background:#fff url(../images/arrow4.png) center center no-repeat;
background-size:2.16em auto; margin-top: 1em;
}

.btn { display: inline-block; cursor: pointer;
 background-color: #e78455; color: #fff; line-height: 2.8;
 padding: 0.05em 3.1em 0 3.1em; 
transition: all 0.5s;
-webkit-transition:all 0.5s;
-moz-border-radius:1.5em; -webkit-border-radius:1.5em; border-radius:1.5em;
}


.btnGreen { display: block; cursor: pointer; color: #fff; line-height: 3.5;
 padding: 0.05em 1.7em 0 1.8em; 
transition: all 0.5s;
-webkit-transition:all 0.5s;
-moz-border-radius:1.8em; -webkit-border-radius:1.8em; border-radius:1.8em;
border: 2px solid #24b76c; background-color: #24b76c;}
.btnGreen:hover { color: #fff;}

.btnGreen2 { display: block; cursor: pointer; color: #24b76c; line-height: 3.5;
 padding: 0.05em 1.7em 0 1.8em; 
transition: all 0.5s;
-webkit-transition:all 0.5s;
-moz-border-radius:1.8em; -webkit-border-radius:1.8em; border-radius:1.8em;
border: 2px solid #24b76c; background-color: #fff;}
.btnGreen2:hover { color: #24b76c;}


.btnYell { display: inline-block; cursor: pointer; color: #fff; line-height:2.5;
 padding: 0.05em 0 0;  width: 9em; margin: 0 0.5em;
transition: all 0.5s;
-webkit-transition:all 0.5s;
-moz-border-radius:1.8em; -webkit-border-radius:1.8em; border-radius:1.8em;
border: 2px solid #d7ab02; background-color: #d7ab02;}
.btnYell:hover { color: #fff; border: 2px solid #24b66b; background-color: #24b66b;}

.btnGray { display: inline-block; cursor: pointer; color: #fff; line-height:2.5;
 padding: 0.05em 0 0;  width: 9em;  margin: 0 0.5em;
transition: all 0.5s;
-webkit-transition:all 0.5s;
-moz-border-radius:1.8em; -webkit-border-radius:1.8em; border-radius:1.8em;
border: 2px solid #999999; background-color: #999999;}
.btnGray:hover { color: #fff; border: 2px solid #24b66b; background-color: #24b66b;}



.btnBlue2 { display: inline-block; cursor: pointer; color: #fff; line-height: 2.6;
 padding: 0.05em 1.7em 0 1.8em; 
transition: all 0.5s;
-webkit-transition:all 0.5s;
-moz-border-radius:0.35em; -webkit-border-radius:0.35em; border-radius:0.35em;
border: 1px solid #0099ff; background-color: #0099ff; line-height: 2.4;}


.btnNPW { position: absolute; right: 12.5%;  bottom:9em;
z-index: 1000;height: 2.8em; width:8em; text-align: center; }
.btnNext,.btnPrev { position: relative;
	cursor: pointer; display: inline-block;
	width: 2.8em; height: 2.8em; margin:0 0.4em;
	border: 1px solid #fff;
	transition: all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
} 
.btnPrev { left: 5.2%; right: auto;
transform: rotate(180deg);
-ms-transform: rotate(180deg); 
-webkit-transform: rotate(180deg); 
}
.btnNext:hover,
.btnPrev:hover {
	border: 1px solid #8bd0ff; background-color: transparent;
}
.btnPrev::before,
.btnNext::before{
	content: ""; display: block;position: absolute; z-index: 1;
top: 0; left: 0; width: 100%; height: 100%;
background:  url(../images/arrow.png) center center no-repeat;
	background-size: 31% auto;}


.swiper-button-disabled,
.swiper-button-disabled:hover{  background: transparent;
filter:alpha(opacity=50);-moz-opacity:0.5; opacity:0.5;}



.floatBox { position: fixed; z-index: 1000; right: 0.3em; bottom: 2em;}
.floatBox .btnF { display: block; position: relative; z-index: 0;
width: 4em; height: 4em;
cursor: pointer; margin-top: 0.3em;
background-color: #fff; border: 1px solid #e1e4f3;
-moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;}
.floatBox .btnF .btnC { width: 100%; height: 100%; display: flex; cursor: pointer;
justify-content: center; align-items: center;}
.floatBox .btnF .btnC img { width: 2em; height: 2em;
display: block;}
.floatBox .btnF .btnP { display: none; position: absolute; right: 100%; top: 50%;
 margin-right: 0.2em; margin-top: -3.9em;
background-color: #fff;}
.floatBox .btnF:hover .btnP { display: block; padding: 0.4em;
}
.floatBox .btnF .btnP img { width: 7em; height: 7em; display: block;
background-color: #fff; border: 1px solid #e1e4f3;
-moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;}

/*弹出框 错乱漏章催更*/
.popupError { position: fixed; z-index: 1000; left: 0; top: 0;
width: 100%; height: 100%; display: none; justify-content: center; align-items: center;
background-color: rgba(0,0,0,0.5);}
.popupError.show { display: flex;}
.popupError .popupBox { position: relative; z-index: 0;
 max-width: 560px; background-color: #fff;
 width: 80%;
 -moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;}
 .popupError .popupBox .close { cursor: pointer; 
 position: absolute; right: 0; top: -3.5em;
 background: url(../images/close_2.png) center center no-repeat;
 background-size:contain;
 width: 2.5em; height: 2.5em;}
.popupError .popupBox .conP{ padding: 7% 10.7%;}
.popupError .popupBox .tit { font-weight: bold; color: #000;}
.popupError .popupBox .list { margin-top: 2.2em;}
.popupError .popupBox .list li {  margin-top: 0.9em;
 line-height: 3;  border: 1px solid #e0e0e0; cursor: pointer;
 -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;}
 .popupError .popupBox .list li.sel {
	 border: 1px solid #24b66b; color: #24b66b;
 }
.popupError .popupBox .list dl { margin-top: 0.9em; color: #000; border: 1px solid #e0e0e0;
display: flex; justify-content: flex-start; align-items: flex-start;
padding: 1em;
 -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;}
.popupError .popupBox .list dt {}
.popupError .popupBox .list dd { flex: 1;}
.popupError .popupBox .list .textarea { display: block; flex: 1; border: 0; margin: 0; padding: 0;
width: 100%; font-size: 1em; line-height: 1.5; height: 6em;}

.popupError .popupBox .btnW { margin-top: 1.9em;}
.popupError .popupBox .btnGreen { line-height: 2.7; display: inline-block;
padding: 0 3.5em;
}
.popupError textarea::-webkit-input-placeholder{	color: #ccc;}
.popupError textarea::-moz-placeholder{	color: #ccc;}
.popupError textarea:-ms-input-placeholder{	color: #ccc;}

@media only screen and (max-width:828px) {
	.popupError .popupBox { 
	 -moz-border-radius:1.5em; -webkit-border-radius:1.5em; border-radius:1.5em;}
}


/*弹出框 设置*/
.popupSet { position: fixed; z-index: 1000; left: 0; top: 0;
width: 100%; height: 100%; display: none;
 justify-content: center; align-items: flex-start;
background-color: rgba(0,0,0,0.5);}
.popupSet.show { display: flex;}
.popupSet .popupBox { position: relative; z-index: 0;
 background-color: #fff;
 width: 100%;
}
 .popupSet .popupBox .close { cursor: pointer; 
 position: absolute; right: 50%; margin-right: -1.25em; bottom: -3.5em;
 background: url(../images/close_2.png) center center no-repeat;
 background-size:contain;
 width: 2.5em; height: 2.5em;}
.popupSet .popupBox .conP{ padding: 2.6em 6.4%;font-size: 1rem;}
.popupSet .popupBox .list { font-size: 1.083em;}
.popupSet .popupBox .list dl { margin-top: 2em; color: #000; 
display: flex; justify-content: flex-start; align-items:center;}
.popupSet .popupBox .list dl:nth-child(1) { margin-top: 0;}
.popupSet .popupBox .list dd { margin-left: 0.8em; flex: 1;}


.popupSet .popupBox .color { display: flex; justify-content: flex-start; 
align-items: center; }
.popupSet .popupBox .color .item {
	width:2.4em; height: 2.4em; margin-right: 0.4em;
	-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
	border: 2px solid #e0e0e0;
	background-color: #e0e0e0;
	margin-right: 0.8em;
}
.popupSet .popupBox .color .item:nth-child(2) {
	border: 2px solid #d8ffeb;
	background-color: #d8ffeb;
}
.popupSet .popupBox .color .item:nth-child(3) {
	border: 2px solid #fefcd5;
	background-color: #fefcd5;
}
.popupSet .popupBox .color .item:nth-child(4) {
	border: 2px solid #ffeeee;
	background-color: #ffeeee;
}
.popupSet .popupBox .color .item:nth-child(5) {
	border: 2px solid #000;margin-right: 0;
	background:#000 url(../images/moon.png) center center no-repeat;
	background-size:2em auto;
	
}
.popupSet .popupBox .color .sel { 
	border: 2px solid #000 !important;
background-image:url(../images/checked.png);
background-position: center center;
background-size: 2em auto;
background-repeat: no-repeat ;
}
.popupSet .popupBox .color .item:nth-child(5).sel {
	background-image:url(../images/checked_2.png);
}

.popupSet .popupBox  .size {  display: flex; 
justify-content: flex-start; align-items: center;}

.popupSet .popupBox  .size .btnSubt { font-size: 1.25em;color: #000;
background-color: #e1e1e1; width: 5em; line-height: 2.1;
-moz-border-radius:1.8em; -webkit-border-radius:1.8em; border-radius:1.8em;}
.popupSet .popupBox  .size .input { margin: 0 0.3em; border: 0; width: 2.5em;
 font-size: 1.25em; color: #000;
 text-align: center; outline-width: 0;}
.popupSet .popupBox  .size .btnPlus { font-size: 1.25em;color: #000;
background-color: #e1e1e1;width: 5em;line-height: 2.1;
-moz-border-radius:1.8em; -webkit-border-radius:1.8em; border-radius:1.8em;}
.popupSet .popupBox  .size .gray { color: #b2b2b2;}

.popupSet .popupBox .bright { width: 100%; display: flex; 
justify-content: flex-start; align-items: center;}
.popupSet .popupBox .bright .percent { position: relative; z-index: 0;
 height: 1.15em; flex: 1;
background-color: #e1e1e1;
-moz-border-radius:0.8em; -webkit-border-radius:0.8em; border-radius:0.8em;}
.popupSet .popupBox .bright .percent span { position: absolute; top: 0; left: 10%;
width: 1.15em; height: 1.15em;
background-color: #fff;
-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;}
.popupSet .popupBox .bright .txt { margin: 0 0.8em;}
.popupSet .popupBox .bright .pics { width: 1.8em; height: auto;}

@media only screen and (max-width:828px) {
	.popupSet .popupBox { 
	 -moz-border-bottom-left-radius:1.5em; 
	 -webkit-border-bottom-left-radius:1.5em; 
	 border-bottom-left-radius:1.5em;
	 
	 -moz-border-bottom-right-radius:1.5em;
	 -webkit-border-bottom-right-radius:1.5em; 
	 border-bottom-right-radius:1.5em;}
}


/*弹出框 求书*/
.popupAsk{ position: fixed; z-index: 1000; left: 0; top: 0;
width: 100%; height: 100%; display: none; justify-content: center; align-items: center;
background-color: rgba(0,0,0,0.5);}
.popupAsk.show { display: flex;}
.popupAsk .popupBox { position: relative; z-index: 0;
 max-width: 560px; background-color: #fff;
 width: 80%;
 -moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;}
 .popupAsk .popupBox .close { cursor: pointer; 
 position: absolute; right:0; top: -3.5em;
 background: url(../images/close_2.png) center center no-repeat;
 background-size:contain;
 width: 2.5em; height: 2.5em;}
.popupAsk .popupBox .conP{ padding: 7% 10.7%;}
.popupAsk .popupBox .tit { font-size: 1.3em; font-weight: bold; color: #000;}
.popupAsk .popupBox .iW {  margin-top: 0.9em; padding:0 1em;
 line-height: 3;  border: 1px solid #e0e0e0; cursor: pointer;
 -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;}
.popupAsk .popupBox .iW .input { font-size: 1em; width: 100%; border: 0; outline-width: 0;
 line-height: 3em; color: #000;}
 .popupAsk .popupBox .list { margin-top: 2em;}
.popupAsk .popupBox .list dl { margin-top: 0.9em; color: #000; border: 1px solid #e0e0e0;
display: flex; justify-content: flex-start; align-items: flex-start;
padding: 1em;
 -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;}
.popupAsk .popupBox .list dd { flex: 1;}
.popupAsk .popupBox .list .textarea { display: block; flex: 1; border: 0; margin: 0; padding: 0;
width: 100%; font-size: 1em; line-height: 1.5; height: 6em;}

.popupAsk .popupBox .btnW { margin-top: 3em;}
.popupAsk .popupBox .btnBlue { cursor: pointer;
 line-height: 2.7; color: #fff; display: block; background-color: #4baacd;
padding: 0 3.5em;
-moz-border-radius:1.5em; -webkit-border-radius:1.5em; border-radius:1.5em;}
.popupAsk input::-webkit-input-placeholder{	color: #000;}
.popupAsk input::-moz-placeholder{	color: #000;}
.popupAsk input:-ms-input-placeholder{	color: #000;}

.popupAsk textarea::-webkit-input-placeholder{	color: #ccc;}
.popupAsk textarea::-moz-placeholder{	color: #ccc;}
.popupAsk textarea:-ms-input-placeholder{	color: #ccc;}

@media only screen and (max-width:828px) {
	.popupAsk .popupBox { 
	 -moz-border-radius:1.5em; -webkit-border-radius:1.5em; border-radius:1.5em;}
}

.ReadpageT { display: none; background-color: #fff; padding: 0 0 0.8em;}
.ReadpageT a {display: inline-block; cursor: pointer;}
.lightoff, .huyanoff, .sizebgon { display: inline-block; padding:0.3em 0.5em;
    border: 1px solid #333; color: #fff; font-weight: bold;
   /* box-shadow: 0 1px 2px #8b8b8b inset, 0 -1px 0 #3d3d3d inset, 0 -2px 3px #8b8b8b inset; */
    background: -webkit-linear-gradient(top, #656565, #4c4c4c);
    background: -moz-linear-gradient(top, #656565, #4a4a4a);
    background: linear-gradient(top, #656565, #4a4a4a);
	-moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;
}
.lightoff { margin-right: 0.6em;}
.lightoff:hover, .huyanoff:hover, .sizebgon:hover {color: #fff;}
.ReadpageT .sizebg { vertical-align: middle;
    padding: 0 0.6em;
    text-align: center;
   /* text-shadow: 1px 1px 1px #333; */
    border-radius: 5px;
   
    position: relative;
    overflow: hidden;
}
.huyanon {display: inline-block; padding:0.3em 0.5em; color: #fff; font-weight: bold;
    border: 1px solid #64c878;
    box-shadow: 0 1px 2px #b9ecc4 inset, 0 -1px 0 #6c9f76 inset, 0 -2px 3px #b9ecc4 inset;
    background: -webkit-linear-gradient(top, #90dfa2, #84d494);
    background: -moz-linear-gradient(top, #90dfa2, #84d494);
    background: linear-gradient(top, #90dfa2, #84d494);
	-moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;
}
.huyanon:hover {color: #fff;}
.lighton {display: inline-block; padding:0.3em 0.5em; color: #fff; font-weight: bold;
    border: 1px solid #d2a000;
    box-shadow: 0 1px 2px #fedd71 inset, 0 -1px 0 #a38b39 inset, 0 -2px 3px #fedd71 inset;
    background: -webkit-linear-gradient(top, #fece34, #d8a605);
    background: -moz-linear-gradient(top, #fece34, #d8a605);
    background: linear-gradient(top, #fece34, #d8a605);
	-moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;
}
.lighton:hover {color: #fff;}


.addbook { line-height: 3; display: none; font-weight: bold; color: #507BBF;}
.addbook a {color: #507BBF;}

.mainCate {  margin-top:1.4em;}
.mainCate .cateNav {display: flex; flex-wrap: wrap; justify-content: flex-start;
align-items: stretch;	border-bottom: 1px solid #dddddd; text-align: center; }
.mainCate .cateNav ul {display: flex; flex-wrap: wrap; justify-content: flex-start;
align-items: stretch;	width: 100%;}
.mainCate .cateNav a { flex: 1; cursor: pointer; line-height: 2.8;
	 margin: 0 1px; padding:0 0.6em 0; display: block; color: #337ab7;}
.mainCate .cateNav a:hover { color: #23527c;background-color: #eeeeee;}
.mainCate .cateNav a.cur { position: relative; z-index: 0;
 border: 1px solid #ddd; border-bottom: 0; background-color: #fff;
 color: #555;
 -moz-border-top-left-radius:0.3em; 
 -webkit-border-top-left-radius:0.3em; 
 border-top-left-radius:0.3em;
 
 -moz-border-top-right-radius:0.3em;
 -webkit-border-top-right-radius:0.3em; 
 border-top-right-radius:0.3em;
 }
 .mainCate .cateNav a.cur::after { content: ""; display: block;
  position: absolute; left: 0; bottom: -1px; width: 100%;
 height: 1px; background-color: #fff;}
.mainCate .cateNav a.cur:hover { background-color: #fff;
 color: #555;}

@media only screen and (max-width:828px) {
	.mainCate { margin-top: 0.5em; background-color: #fff;}
	.mainCate .tit { padding: 0 0.7em;
		text-align: left; color: #1999de; line-height: 2.25; border-bottom: 1px solid #62c5ee;}
	.mainCate .tit2 { color: #3e998a;border-bottom: 1px solid #3e998a;}
	.mainCate .cateNav { flex-wrap: wrap;}
	.mainCate .cateNav ul { border-top: 1px solid #ecedee; border-left: 1px solid #ecedee; 
	padding: }
	.mainCate .cateNav li { flex:initial; width: 33.3%;	}
	.mainCate .cateNav a {border-bottom: 1px solid #ecedee; border-right: 1px solid #ecedee; 
	 margin: 0; line-height: 3; color: #666;}
	 .mainCate .cateNav a:hover {color: #666;}
	.mainCate .cateNav a.cur { border: 0;
	border-bottom: 1px solid #ecedee; border-right: 1px solid #ecedee; 
	 -moz-border-top-left-radius:0 
	 -webkit-border-top-left-radius:0; 
	 border-top-left-radius:0;
	 -moz-border-top-right-radius:0;
	 -webkit-border-top-right-radius:0; 
	 border-top-right-radius:0;}
	 .mainCate .cateNav a.cur::after { display: none;}
	 .mainCate .cateNav li:nth-child(3n) a {border-right: 0;}
	.mainCate .cateNav2 li { width: 100% !important;	}
}

.main {  display: flex; justify-content: space-between; align-items: stretch;
text-align: left;}
.main .conL {margin-top: 1%; width: 71.4%;
display: flex; flex-direction: column;}
.main .conR {margin-top: 1%; width: 27.6%;display: flex; flex-direction: column;}

@media only screen and (max-width:828px) {
  .main { display: block;}
  .main .conL { width: auto;margin-top:0 }
  .main .conR{ margin-top: 0; width: auto;}
}

.boxB {margin-top: 1.4em; border: 1px solid #ddd; overflow: hidden;
 -moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;}
.boxB .tit { font-weight: bold; text-align: left; line-height: 2.7; background-color: #f5f5f5;
border-bottom: 1px solid #ddd; padding: 0 1em; color: #333;}
.boxB .tit2 { font-weight: normal;}
.boxB .btnW {text-align: right; line-height: 2.8em; padding: 0 1em; border-top:1px solid #ddd;}
.boxB .btnW .more { color: #337ab7; }
.boxB .btnW .more:hover { color: #337ab7; text-decoration: underline;}

@media only screen and (max-width:828px) {
	.boxB { margin-top: 0.7em; border: 0; background-color: #fff;
	-moz-border-radius:0; -webkit-border-radius:0; border-radius:0;
	}
	.boxB .tit  {background: #fff; font-weight: normal; line-height: 2.4;
    border-top: 0; font-size: 20px; color: #4d8ab0; padding: 0 0.7em;
    border-bottom: 1px solid #e6ebee; margin: 0;}
	.boxB .btnW {text-align: center; }
	.boxB .btnW .more { color: #666; }
	.boxB .btnW .more:hover { color: #666; text-decoration: underline;}
}

.boxB .list { border: 1px solid #dddddd; margin:1em; 
 -moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;}
.boxB .list li { padding: 0 1em; border-bottom: 1px solid #dddddd;
 height: 2.8em; line-height: 2.8em; overflow: hidden;color: #337ab7;}
.boxB .list li:last-child {border-bottom: 0;}
.boxB .list li a { color: #337ab7;}
.boxB .list li a:hover { color: #23527c; text-decoration: underline;}

.boxB .list li .cate { line-height: 1.33; padding: 0 0.25em; margin-right: 2em;
 font-size: 12px; display: inline-block; display: none;
color: #fff; background-color: #66c6f2;}
.boxB .list li .author { display: none;}

@media only screen and (max-width:828px) {
	.boxB .list {  border: 0; margin:0; 
	 -moz-border-radius:0; -webkit-border-radius:0; border-radius:0;}
	 .boxB .list li { display: block;
	  height: 2.7em; overflow: hidden; line-height: 2.7; 
	 text-overflow:ellipsis;
	 display:-webkit-box; 
	 -webkit-box-orient:vertical;
	 -webkit-line-clamp:1; }
	.boxB .list li .cate { margin-right: 0.3em; display: inline;}
	.boxB .list li .name { margin-left: 0.2em; display: inline;}
	.boxB .list li .chapter { display: none;}
	.boxB .list li .date { display: none;}
	.boxB .list li .author {margin-right: 0;  display: inline; color: #999;}
	.boxB .list li .author::before {
	    content: "/";
	    margin: 0 0.4em 0 0em;	}
	.boxB .list li a { color: #333;}
	.boxB .list li a:hover { color: #333; text-decoration: underline;}
}

.boxB .list2 {  border: 1px solid #dddddd; margin:1em; text-align: left;
 -moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;}
.boxB .list2 li { padding:0 1em; border-bottom: 1px solid #dddddd; color: #333;
 height: 2.8em; overflow: hidden; line-height: 2.8; 
 display: flex; justify-content: space-between; align-items: center;}
.boxB .list2 li:last-child { border-bottom: 0;}
.boxB .list2 li a { color: #337ab7;}
.boxB .list2 li a:hover { color: #23527c; text-decoration: underline;}

.boxB .list2 li .cate { line-height: 1.33; padding: 0 0.25em; margin-right: 2em;
 font-size: 12px; display: inline;
color: #fff; background-color: #66c6f2;}
.boxB .list2 li .cateT {margin-right: 0.6em; width: 3.1em;}
.boxB .list2 li .checkW { position: relative; z-index: 0; top: 0.1em;}
.boxB .list2 li .name  {  flex: 1.2;  margin-right: 0.5em;
height: 2.8em; overflow: hidden;}
.boxB .list2 li .chapter  { flex: 1.8; margin-right: 0.5em;
height: 2.8em; overflow: hidden;}
.boxB .list2 li .chapterM { display: none;}
.boxB .list2 li .author {flex: 0.8; margin-right: 0.5em; 
height: 2.8em; overflow: hidden;}

.boxB .list2 li .date {  flex: 0.6; width: 3em;
height: 2.8em; overflow: hidden;}


@media only screen and (max-width:828px) {
	.boxB .list2 {  border: 0; margin:0; 
	 -moz-border-radius:0; -webkit-border-radius:0; border-radius:0;}
	 .boxB .list2 li { display: block;
	  height: 2.7em; overflow: hidden; line-height: 2.7; 
	 text-overflow:ellipsis;
	 display:-webkit-box; 
	 -webkit-box-orient:vertical;
	 -webkit-line-clamp:1; }
	 
	.boxB .listC li { height: auto;-webkit-line-clamp:initial; }
	.boxB .list2 li:first-child { display: none;}
	.boxB .list2 li .checkW { display: inline-block;}
	.boxB .list2 li .cate { margin-right: 0.3em;}
	.boxB .list2 li .name { margin-left: 0.2em; display: inline;}
	.boxB .list2 li .chapter { display: none;}
	.boxB .list2 li .chapterM { display: block; width: 100%; height: 2.7em; overflow: hidden;}
	.boxB .list2 li .date { display: none;}
	.boxB .list2 li .author {margin-right: 0;  display: inline; color: #999;}
	.boxB .list2 li .author::before {
	    content: "/";
	    margin: 0 0.4em 0 0em;	}
	.boxB .list2 li a { color: #333;}
	.boxB .list2 li a:hover { color: #333; text-decoration: underline;}
}

.boxB .page { border-top:1px solid #ddd;}

.mBox { margin-top: 0.7em; background-color: #fff;}
.mBox .tit ul { line-height: 2.3; display: flex; justify-content: flex-start; align-items: stretch;}
.mBox .tit ul li { cursor: pointer; width: 50%; background-color: #f8f8f8;
border-bottom: 1px solid #efeff0;border-left: 1px solid #efeff0; color: #999;}
.mBox .tit ul li:first-child { border-left: 0;}
.mBox .tit ul li.cur {background-color: #fff; color: #00a0e9;
border-bottom: 1px solid #fff;border-left: 1px solid #fff;}
.mBox .conM { display: none;}
.mBox .conM.show { display: block;}


.mBox .list {margin: 1em 1em 0; padding-bottom: 1em; }
.mBox .list li {line-height: 2;}
.mBox .list li .txt { height: 2em; overflow: hidden;
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:1; }
.mBox .list li .cate { line-height: 1.33; padding: 0 0.25em; margin-right: 0.3em;
 font-size: 12px; display: inline;
color: #fff; background-color: #66c6f2;}
.mBox .list li .cate span { display: none;}
.mBox .list li .name { display: inline;}
.mBox .list li .author { display: inline;}
.mBox .list li .author::before { content: "/"; margin: 0 0.6em 0 0.4em;}
.mBox .list li  a { color: #333;}
.mBox .list li  a:hover { color: #333; text-decoration: underline;}

@media only screen and (max-width:828px) {
	.mBox .list {margin: 0; padding-bottom: 1em;}
	.mBox .list ul { border-top: 1px solid #eef1f3; display: block; margin:0; padding-bottom: 0;}
	.mBox .list li { border-bottom: 1px solid #eef1f3;
	 line-height: 2.7; width: auto; margin-top: 0; padding: 0 0.9em;
	display: flex; display: none; justify-content: space-between; align-items: center;}
	.mBox .list li:nth-child(1),
	.mBox .list li:nth-child(2),
	.mBox .list li:nth-child(3),
	.mBox .list li:nth-child(4),
	.mBox .list li:nth-child(5),
	.mBox .list li:nth-child(6),
	.mBox .list li:nth-child(7),
	.mBox .list li:nth-child(8){ display: flex;}
	.mBox .list li:last-child { border-bottom: 0;}
	.mBox .list li:nth-child(8){ border-bottom: 0;}
	.mBox .list li .cate span { display: inline;}
	.mBox .list li .txt { height: 2.7em;}
	.mBox .list li .name { margin-left: 0.2em;}
	.mBox .list li .author { color: #999;}
}


.picList2 li { padding: 0.7em 1em;
 display: flex; justify-content: space-between;
align-items: flex-start;}
.picList2 .picb { width: 6.42em;}
.picList2 .picb .pic {
 position: relative;z-index: 0; display: block; cursor: pointer;
padding-top: 134.2%;}
.picList2 .picb .pic img { position: absolute; left: 0; top: 0;
width: 100%; height: 100%; object-fit: cover;
 display: block;}
.picList2 .txtb {flex: 1; margin-left: 4.2%;color: #385460; }
.picList2 .name { font-size: 1.14em; height: 1.5em; overflow: hidden; }
.picList2 .name a { color:#333}
.picList2 .name a:hover { color: #333;; text-decoration: underline;}
.picList2 .intro { margin-top: 0.3em; font-size: 0.85em; color: #84868c; width: 100%; line-height: 1.6;
height: 8em; overflow: hidden;
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:5;}

@media only screen and (max-width:828px) {
  .picList2 ul { padding-bottom: 0; display: block;}
  .picList2 li { display: none; padding: 0.9em; width:auto; margin: 0;}
  .picList2 li:nth-child(1),
  .picList2 li:nth-child(2) { display: flex;}
  .picList2 .picb { width: 6.5em;}
  .picList2 .txtb { margin-left: 0.7em;}
  .picList2 .intro { font-size: 15px; line-height: 2.2em;
	height: 6.6em; -webkit-line-clamp:3;}
}