@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);
	background-color: #E9FAFF;
}

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: #757575;}
input::-moz-placeholder{	color: #757575;}
input:-ms-input-placeholder{	color: #757575;}

textarea::-webkit-input-placeholder{	color: #757575;}
textarea::-moz-placeholder{	color: #757575;}
textarea:-ms-input-placeholder{	color: #757575;}

.wrap { overflow: hidden; }
.con { width:96%; max-width:980px;  margin: 0 auto; }

	.font20 { font-size: 20px;}
	.font18 { font-size: 18px;}
	.font16 { font-size: 16px;}
	.font14 { font-size: 14px;}
	.ms {display: none;}
	.pcs {display: block;}

@media only screen and (max-width:828px) {
	html,body { font-size: 16px; background-color: transparent;}
	.con { width:auto; margin: 0 0.75em; }
	 .ms {display: block;}
	 .pcs {display: none !important;}
	 
	 .font20 { font-size: 15px;}
	 .font18 { font-size: 15px;}
	 .font16 { font-size: 12px;}
	 .font14 { font-size: 12px;}
}


.top {background-color: #E1ECED;
    border-bottom: 1px solid #A6D3E8;
    color: gray; line-height: 38px;}
.top .con { display: flex; justify-content: space-between; align-items: center;}
.top .conL .line { display: inline-block; margin: 0 0.5em;}
.top a{ color: #333;}
.top a:hover{ text-decoration: underline;}
.top .btnQS { cursor: pointer; display: inline-block;  color: #3487DD; 
    border: 1px solid #3487DD; padding: 0 1em; line-height: 1.7;
	-moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;}

@media only screen and (max-width:828px) {
.top { display: none;}
}

/*头部*/
.header { margin: 0 auto; height: 6.26em;}
.header .con {height: 100%;overflow: visible; 
 display: flex; justify-content:space-between; align-items: center;}
.header .logo {color: #000;   font-weight: bold;
 display: flex; justify-content: center; align-items: center;}
.header .logo a { color: #1da6dd; text-shadow: 2px 2px 2px #ffffff;}
.header .logo .name {font-size: 38px; line-height: 1.2;}
.header .logo .en { line-height: 1.2;}
.header .logo img {	display: block;	height:auto; width:100%;}

.header .links { height: 100%;
display: flex; justify-content: center;
align-items: center;} 

.searchBox { width: 43%; border: 2px solid #88c6e5;
background-color: #fff;
-moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;}
.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.28em; height: 2.28em;
 width: 100%; outline-width: 0; border: 0; margin: 0; padding: 0;}
.searchBox form .btnSearch {  font-weight: bold; cursor: pointer; height: 2em;
 outline-width: 0; border: 0; padding:0 2em;  color: #fff;
 background-color: #88c6e5; line-height: 2;}

.searchBoxM { display: none; margin: 0.75em 0.75em 0;
background-color: #fff; border: 1px solid #dddddd; font-size: 14px;}
.searchBoxM form {display: flex; 
justify-content: space-between; align-items: center; }

.searchBoxM form .iw { flex: 1; margin: 0; padding: 0 1em;}
.searchBoxM form .iw .input { color: #666; font-size: 1em;  font-size: 14px;
line-height: 2.8em; height:2.8em;
 width: 100%; outline-width: 0; border: 0; margin: 0; padding: 0;}
.searchBoxM form .btnSearch { cursor: pointer; width: 3.6em; height: 2.8em;
background: url(../images/search.png) center center no-repeat;
background-size:auto 1.5em; outline-width: 0; border: 0; 
border-left: 1px solid #dddddd;margin-right:0;}

@media only screen and (max-width:828px) {
.headerW { display: none; background-color: #507BBF; }
.header { height: 2.75em;}
.header .logo .en { display: none;}
.header .logo .name { font-weight: normal; font-size: 16px;}
.header .logo { width: 100%; text-align: center; color: #fff;}
.header .logo a { color: #fff;}

.searchBox {  display: none;}
.searchBoxM {display: block;}
}

.headerM { display: none; background-color: #507BBF; color: #fff;
height: 2.75em; line-height: 2.75em; position: relative; z-index: 0;
}
.headerM a { color: #fff;}
.headerM .name { text-align: center; margin: 0 3em;}
.headerM .conL { position: absolute; top: 0; left: 0.75em; text-align: left;}
.headerM .conR { position: absolute; top: 0; right: 0.75em; text-align: right;}

.headerM .goback { margin-top: 0.7em; display: block; cursor: pointer; width: 0.8em; height: 1.3em;
background: url(../images/arrow.png) center center no-repeat;
background-size:contain ;}
@media only screen and (max-width:828px) {
	.headerM { display: block;}
}

/*头部导航*/
.nav { width: 100%; height: 3em; line-height: 3em; background-color: #88C6E5;
 color: #fff;}
.nav ul {
display: flex; justify-content: space-around; align-items: center;}
.nav ul li { flex: 1; }
.nav ul li a { cursor: pointer; color: #fff; display: block; }
.nav ul li a:hover { background-color: #68acfa;}

@media only screen and (max-width:828px) {
	.navW { display: none;}
}

.navM {display: none; background-color: #f7f7f7;
 border-bottom: 1px solid #ccc; padding: 0.1em 0;}
.navM ul{ display: flex; flex-wrap: wrap;
justify-content: space-around; align-items: center;
 line-height: 2.1em; }
.navM li { width: 18%; margin: 0 1%; cursor: pointer;}
.navM li a { display: block; color: #222;}

@media only screen and (max-width:828px) {
.navM .con { margin: 0;}
.navM { display: block;}
}



/*底部*/
.footer {color: #666; padding: 2em 0 1.5em;}
.footer a { color: #666;}
.footer a:hover { color: #666; text-decoration: underline;}
.footer .copyRight { line-height: 1.8; border-top: 1px dotted #3c3c3c;
 margin-top: 0.9em; padding-top: 0.9em;}
.footer .flink { line-height: 2;}

.footerM { display: none;}
@media only screen and (max-width:828px) {
	.footer { display: none;}
	.footerM { margin-top: 1em; padding: 0.4em 0 7.3em; border-top: 1px solid #f2f2f2;
		display: flex; justify-content: space-between; align-items: center;
	background: #f2f2f2; color: #666;}
	.footerM a { color: #666; display: inline-block; margin: 0 0.5em;cursor: pointer;}
	.footerM .btnGotop { color: #5987dd; display: inline-block; cursor: pointer;}
}

.page { margin-top: 3.8em;	text-align: center;	color: #333;	}
.page a,.page .cur { 
	display: inline-block;	color: #333;  background-color: #f6f6f6;
	padding: 0.1em 0 0; min-width: 2.8em;
	margin: 0.4em 0 0; line-height: 2.7em;
	-moz-border-radius:0.2em; -webkit-border-radius:0.2em; border-radius:0.2em;}
.page a:hover { background-color: #eee;}
.page .cur { background-color: #333;color: #fff;}
.page .cur:hover { background-color: #333;color: #fff;}
@media only screen and (max-width:828px) {
	.page { font-size: 10px;}
}


.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-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: #507BBF;
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.3em 0;}
.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:hover, .huyanoff:hover, .sizebgon:hover {color: #fff;}
.ReadpageT .sizebg { vertical-align: middle;
    padding: 0 0.6em;
    text-align: center;
    font-weight: bold;
    color: #000;
    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;}

.readPage {display: none;}
@media only screen and (max-width:828px) {
	.ReadpageT { display: block; }
	
	.readPage { line-height: 2.3em; display: block; color: #2a779d; background: #d4eaf2;;}
	.readPage a { display: inline-block; margin: 0 0.7em;color: #2a779d;}
	.readPage .pageDown{text-shadow: 1px 1px #2a779d;
    color: #fff;}
	
	.addbook { display: flex; justify-content: space-around; align-items: center;}
}