@charset "utf-8";
/* CSS Document */
html,body {
	height: auto;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family:"微软雅黑","arial", "Helvetica", "Helvetica Neue";
	color: #000;
	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: #000;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: #000;}
a:hover {	color: #24b76c;	text-decoration: none;}
a img {	border: 0;}

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

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

.wrap { overflow: hidden; padding-top: 6.25em;}
.con { width:94%; max-width: 1440px;  margin: 0 auto; }
	.font80 { font-size: 80px;}
	.font60 { font-size: 60px;}
	.font50 { font-size: 50px;}
	.font48 { font-size: 48px;}
	.font44 { font-size: 44px;}
	.font42 { font-size: 42px;}
	.font36 { font-size: 36px;}
	.font32 { font-size: 32px;}
	.font30 { font-size: 30px;}
	.font28 { font-size: 28px;}
	.font27 { font-size: 27px;}
	.font26 { font-size: 26px;}
	.font24 { font-size: 24px;}
	.font22 { font-size: 22px;}
	.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: 12px;}
	.con { width:auto; margin: 0 1em; }
	.wrap {padding:4.8em 0 0; background-color: #eff9f4; position: relative; z-index: 0;}
	.wrap::before { content: ""; display: block;
	 position: absolute; z-index: -1; top: 4.8em; left: 0; width: 100%; height: 6em;
	 background-image: linear-gradient(to bottom, rgba(205,236,220,1), rgba(239,249,244,1));
	 }
	 .whiteBoxM { margin-top: 1em; background-color: #fff; padding: 1em;
	 -moz-border-radius:0.8em; -webkit-border-radius:0.8em; border-radius:0.8em;}
	 .ms {display: block;}
	 .pcs {display: none;}
}

@media only screen and (max-width:828px) {
.font80 { font-size: 32px;}
.font60 { font-size: 30px;}
.font50 { font-size: 28px;}
.font48 { font-size: 24px;}
.font44 { font-size: 22px;}
.font42 { font-size: 22px;}
.font36 { font-size: 18px;}
.font30 { font-size: 18px;}
.font28 { font-size: 18px;}
.font27 { font-size: 18px;}
.font26 { font-size: 18px;}
.font24 { font-size: 18px;}
.font22 { font-size: 16px;}
.font20 { font-size: 15px;}
.font18 { font-size: 15px;}
.font16 { font-size: 12px;}
.font14 { font-size: 12px;}

}


/*头部*/
.headerW {position: fixed; z-index: 500; left: 0; top: 0; width: 100%;	
background-color: #fff;
transition: all 0.5s;
-webkit-transition:all 0.5s;
-moz-box-shadow: 0 0.4em 0.4em rgba(0, 0, 0, 0.07);
-webkit-box-shadow: 0 0.4em 0.4em rgba(0, 0, 0, 0.07);
box-shadow: 0 0.4em 0.4em rgba(0, 0, 0, 0.07);}
.header { margin: 0 auto; height: 6.26em;}
.header .con {height: 100%;overflow: visible; 
 display: flex; justify-content:space-between; align-items: stretch;}
.header .logo { width: 280px; font-weight: bold; font-size: 38px;
 display: flex; justify-content: center; align-items: center;}
 @media only screen and (max-width:1440px) {
	 .header .logo {  font-size: 3.2vw;}
 }
.header .logo img {	display: block;	height:auto; width:100%;}

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

.searchBox {width: 100%; border: 2px solid #000;
-moz-border-radius:1.5em; -webkit-border-radius:1.5em; border-radius:1.5em;}
.searchBox form {display: flex; justify-content: space-between; align-items: center; }

.searchBox form .iw { flex: 1; margin: 0 1em 0 1em;}
.searchBox form .iw .input { font-size: 1em; line-height: 2.55em; height: 2.55em;
 width: 100%; outline-width: 0; border: 0; margin: 0; padding: 0;}
.searchBox form .btnSearch { cursor: pointer; width: 1.5em; height: 1.5em;
background: url(../images/search.png) center center no-repeat;
background-size:contain; outline-width: 0; border: 0; margin-right: 0.8em;}

@media only screen and (max-width:828px) {
	.searchBox {  margin: 0 auto;}
	.searchBoxW { font-size: 12px;}
	.searchBox form .btnSearch { font-size: 12px;}
}

.searchBoxM { display: none; margin: 1em 1em 0; padding: 0 1em;
background-color: #fff;
-moz-border-radius:1.5em; -webkit-border-radius:1.5em; border-radius:1.5em;}
.searchBoxM form {display: flex; 
justify-content: space-between; align-items: center; }

.searchBoxM form .iw { flex: 1; margin: 0;}
.searchBoxM form .iw .input { color: #666; font-size: 1em; line-height: 3em; height: 3em;
 width: 100%; outline-width: 0; border: 0; margin: 0; padding: 0;}
.searchBoxM form .pics { cursor: pointer; width: 1.5em; height: 1.5em;
background: url(../images/search_2.png) center center no-repeat;
background-size:contain; outline-width: 0; border: 0; margin-right: 0.8em;}

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

@media only screen and (max-width:828px) {
	.header .logo { width: 9.9%;}
}

@media only screen and (max-width:828px) {
.headerW { height: auto ;transition: all 0s; display: none; }
.header { width: 100%; height: 100%; justify-content: space-between;}
.header .con { width: auto; margin: 0;}
.header .logo { padding: 0.7em 0; margin-left: 1em;}
.header .logo img {	display: block;	 width: auto; height: 1.4em; }
.header .links { flex: 1; width: 100%;
 font-size: 12px; display: flex; justify-content: flex-end; align-items: center;}
.header .links .searchBoxW { margin-right: 0.3em;}
.header .links .btnSearchT { margin: 0 0em 0 0.4em;}
}

.topM { display: none;}
@media only screen and (max-width:828px) {
	.topM { font-size: 1.5em; display: block; position: fixed; z-index: 1000;
	 top: 0;
	left: 0; width: 100%; background-color: #c8ebd9; color: #000;
	height: 3.2em; line-height: 3.2em;
	background-image: linear-gradient(to bottom, rgba(198,235,216,1), rgba(206,237,221,1));
	}
	.topM .name { margin: 0 2.5em; font-weight: bold;}
	.topM .goBack { cursor: pointer; display: block; position: absolute; left: 0.2em; 
	  width: 1.2em; height: 1.2em; top: 50%; margin-top: -0.6em;
	  background: url(../images/arrow_gray.png) center center no-repeat;
	  background-size:contain;
	}
	.topM .btnSet { cursor: pointer; display: block; position: absolute;
	  right: 1em;
	  width: 1.33em; height: 1.33em; top: 50%; margin-top: -0.65em;
	  background: url(../images/set.png) center center no-repeat;
	  background-size:contain;
	}
}

/*头部导航*/
.navW {	width: 56.1%; margin: 0 3%;
display: flex; justify-content: space-between; align-items: center; }
.nav { width: 100%; height: 100%; }
.nav>ul {height: 100%; width: 100%;
display: flex; justify-content: space-around; align-items: center;}
.nav>ul>li { 
	height: 100%;	position: relative;	z-index: 100; 
	cursor: pointer;  }

.nav>ul>li>a,.nav>ul>li>span {
	position: relative;	z-index: 1; height: 100%; color: #000;
    display: flex; justify-content: center; align-items: center; cursor: pointer;}
.nav>ul>li.cur a ,.nav>ul>li:hover a { color:#24b76c ; font-weight: bold;}
.nav>ul:hover>li.cur a { color: #000; font-weight: normal;}
.nav>ul:hover>li.hover.cur a {color:#24b76c ; font-weight: bold;}

.nav>ul>li.cur>a::after,
.nav>ul>li.hover>a::after{ position: absolute; z-index: 10; content: ""; display: block;
	height: 0.25em;  left: 0;  margin-left: 0;
	 right: 0; bottom: 1em; 
	 background-image: linear-gradient(to right, rgba(36,183,108,1), rgba(255,255,255,1));
	width: 100%;}
.nav>ul:hover>li.cur>a::after {display: none;}
.nav>ul:hover>li.hover.cur>a::after {display: block;}

.headerB .nav>ul>li>a,.headerB .nav>ul>li>span,
.headerC .nav>ul>li>a,.headerC .nav>ul>li>span{ color: #333;}

.nav .sub_nav {
	display: none;
	position: absolute;
	top: 100%; margin-top: 1px;
	left: 50%; margin-left: -6.2em;  width: 12.4em; text-align: center;
	background: rgba(255,255,255,0.9);
	border-top:2px solid #4596e4;
	-moz-box-shadow:0 10px 10px rgba(0, 0, 0, .08);
	-webkit-box-shadow:0 10px 10px rgba(0, 0, 0, .08);
	box-shadow:0 10px 10px rgba(0, 0, 0, .08); padding: 0.5em 0;}	

.nav .sub_nav li {  line-height: 3em; height: 3em;
 overflow: hidden;
 border-top:1px solid #4da2f1;  }
 .nav .sub_nav li:first-child { border-top: 0;}
.nav .sub_nav li a {color: #666; padding:0 0.5em; display: block; position: relative; z-index: 0;}
.nav .sub_nav li a:hover { font-weight: bold;color: #000;}

.sub_nav_list { width: 100%; display: flex; justify-content: flex-end; }
.sub_nav_list a {color: #666;  margin:0 3.5em 0.5em 0; display: inline-block;}
.sub_nav_list a span { display: block;transition: all 0.5s;
-webkit-transition:all 0.5s;}
.sub_nav_list a:hover { position: relative; z-index: 0; color: #007437; font-weight: bold;}
.sub_nav_list a:hover span {
	 transform: translate(1em,0);
	 -ms-transform: translate(1em,0); /* IE 9 */
	 -webkit-transform: translate(1em,0); /* Safari and Chrome */
 }
.sub_nav_list a:hover::before { content: ""; display: block;
 position: absolute; left: 0; top: 0.25em; height: 1.2em; width: 1px; background-color: #007437;}

.popupNav { display: none; position: fixed; z-index: 400;
left: 0; top: 0; bottom: 0; right: 0; background-color: rgba(0,0,0,0.6);
}
.popupCon { overflow: hidden; position: relative; z-index: 0; height: 100vh;
 width: 100%; margin: 0 auto 0 0;
background: #fff ;
display: flex; flex-direction: column; justify-content: space-between; align-items: stretch;}
.popupCon .navM {flex: 1; display: block;}
 

.position {text-align: left; padding-top: 2.3em; color: #999;}
.position a { color: #999;}
.position a:hover{ color: #24b66b;}


/*底部*/
.footer { position: relative; z-index: 0;
 color: #ccc; text-align: left; width: 100%;
  background: #666; }
.footer .con { display: flex; justify-content: center; align-items:center;
padding: 2.2em 0; }
.footer a { color: #ccc;}
.footer a:hover { color: #fff;}
.footer .logo { margin-left: 5%; color: #fff; font-weight: bold; }
.footer .txtb {  flex: 1; margin-left: 1.5em; margin-right: 5%;}
.footer .txtb .flink {margin-top: 0.5em;}
.footer .txtb .flink a { display: inline-block; margin-right: 1.7em;}
.footer .txtb .copyRight { margin-top: 0.2em;}

@media only screen and (max-width:828px) {
	.footer { background-color: #eff9f4; color: #000;}
	.footer .logo { display: none;}
	.footer .txtb .flink { display: none;}
	.footer .txtb .copyRight { text-align: center;}
	.footer .txtb { margin: 0 0.5em;}
}

.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-top: 3.8em; padding-bottom: 3.8em;	text-align: center;	color: #333;
	line-height: 2.6em;}
.page2 .selectW { flex: 1; margin: 0 1em;}
.page2 .select { font-size: 1em; border: 2px solid #000; width: 100%; text-align: center;
	line-height:2.8em; height: 2.8em;}
.page2 a { padding: 0 2em; display: block; cursor: pointer;
	color: #fff; background-color: #000; border: 2px solid #000;}
.page2 .disabled {padding: 0 2em; display: block; border: 2px solid #000;}
@media only screen and (max-width:828px) {
	.page2 { padding-bottom: 0;margin-top: 3em; }
}

.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;}

.btnRed { display: block; cursor: pointer; color: #fff; line-height: 2.25;
 padding: 0.05em 2em; font-weight: bold;
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 #c70000; background-color: #c70000;}
.btnRed:hover { color: #fff;}

.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;}
}

.chapter_page {
	margin-bottom: 3.6rem;
}
.one {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}