@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: #0681f1;	text-decoration: none;}
a img {	border: 0;}

input::-webkit-input-placeholder{	color: #999;}
input::-moz-placeholder{	color: #999;}
input:-ms-input-placeholder{	color: #999;}

textarea::-webkit-input-placeholder{	color: #999;}
textarea::-moz-placeholder{	color: #999;}
textarea:-ms-input-placeholder{	color: #999;}

.wrap { overflow: hidden; }
.wrapB { background-color: #e6edff;}
.con { width:94%; max-width: 1200px;  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;}
	.font40 { font-size: 40px;}
	.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: #f7f6f6; position: relative; z-index: 0;}
	.wrapB { padding-top: 0;}
	 .whiteBoxM { margin-top: 0; background-color: #fff; padding: 1em 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;}
.font40 { font-size: 20px;}
.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 {width: 100%; display: block;}
.header { margin: 0 auto; padding: 1.37em 0 0;}
.header .con {height: 100%;overflow: visible; 
 display: flex; justify-content:space-between; align-items: stretch;}
.header .logo {  font-size: 30px; font-weight: bold;
 display: flex; justify-content: center; align-items: center;}
.header .logo a { color: #000;}
.header .logo img {	display: block;	height:auto; width:100%;}
.headerW .close { display: none;}
@media only screen and (max-width:828px) {
.headerW { display: none;  width: 100%;
position: fixed; z-index: 10000; left: 0; top: 0; width: 100vw; height: 100vh;
background-color: #000;}
.header { width: 100%; height: 100%;display: block;}
.header .con { width: auto; margin: 0;}
.header .logo { display: none;}
.headerW .close { cursor: pointer; display: block; 
position: absolute; z-index: 1000; top: 1.1em; right: 1.1em;
width: 2.3em; height: 2.3em;
background: url(../images/close_3.png) center center no-repeat;
background-size:contain;}
}

.headerS { text-align: left;padding: 1.8em 0;}
.headerS .logo {  color: #0047bc; font-weight: bold;}

.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: #f7f6f6; color: #000;
	height: 3.2em; line-height: 3.2em;
	}
	.topM .name { margin: 0 2.5em; font-weight: bold;  height: 3.2em; overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 
	}
	.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 { background-color: #000; flex: 1; margin-left: 5.5%; color: #fff; 
display: flex; justify-content: space-between; align-items: center;
-moz-border-top-left-radius:1em; 
-webkit-border-top-left-radius:1em; 
border-top-left-radius:1em;

-moz-border-bottom-left-radius:1em; 
-webkit-border-bottom-left-radius:1em; 
border-bottom-left-radius:1em;}

.nav { flex: 1; margin: 0 1% 0 3%; }
.nav>ul { width: 100%; line-height: 3.88em;
display: flex; justify-content:space-around; align-items: center;}
.nav>ul>li { position: relative;	z-index: 100; 
	cursor: pointer; color: #fff; }
@media only screen and (max-width:828px) {
	.navW { margin: 0; display: block;}
	.nav {  margin: 0 auto; }
	.nav>ul { line-height: 2.9; display: block; font-weight: bold;}
	.nav>ul>li:first-child { display: none;}
}
.nav>ul>li>a,.nav>ul>li>span {
	position: relative;	z-index: 1; height: 100%; color: #fff;
    display: flex; justify-content: center; align-items: center; cursor: pointer;}
.nav>ul>li.cur a ,.nav>ul>li:hover a { color:#fff ; font-weight: bold;}
.nav>ul>li.cur::after { display: block; content: ""; 
height: 0.22em; width: 100%; left: 0; background-color: #fff;
bottom: 0.8em; position: absolute;}
.nav>ul:hover>li.cur a { color: #fff; font-weight: normal;}
.nav>ul:hover>li.hover.cur a {color:#fff ; font-weight: bold;}

.navs ul { margin-right: 1em; 
display: flex; justify-content: flex-start; align-items: center;}
.navs ul li { margin: 0 0.3em;display:flex; justify-content: center; align-items: center;}
.navs ul li .btnSearch { margin-right: 0.8em;}
.navs ul li a.btnWhite { display:flex; justify-content: center; align-items: center;
 cursor: pointer;  color: #fff;
 border: 2px solid #fff; padding: 0 0.9em;
 -moz-border-radius:1em; -webkit-border-radius:1em; border-radius:1em;}
.navs ul li a.btnRed {display:flex; justify-content: center; align-items: center;
 cursor: pointer;  color: #fff; background-color: #cc0000;
 border: 2px solid #cc0000; padding: 0 0.9em;
 -moz-border-radius:1em; -webkit-border-radius:1em; border-radius:1em;}
.navs ul li a img.search { display: block; width: 1.44em; height: auto;}
@media only screen and (max-width:828px) {
	.navs ul { display: block; margin: 0 auto; font-weight: bold; line-height: 2.7;}
	.navs ul li  { margin: 0.85em auto 0;}
	.navs ul li:first-child { display: none;}
	.navs ul li a.btnWhite { width: 64%; padding: 0;
	 -moz-border-radius:1.4em; -webkit-border-radius:1.4em; border-radius:1.4em;}
	.navs ul li a.btnRed { width: 64%; padding: 0;
	 -moz-border-radius:1.4em; -webkit-border-radius:1.4em; border-radius:1.4em;}
}
.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; color: #666;}
.position a { color: #666;}
.position a:hover{ color: #000;}
.position .cur { color: #000;}

/*底部*/
.footer { position: relative; z-index: 0; margin-top: 1.5em;
 color: #ccc; text-align: left; width: 100%;  background: #000; }
.footer .con { display: flex; justify-content: center; align-items:center;
padding: 3em 0; }
.footer a { color: #ccc;}
.footer a:hover { color: #fff;}
.footer .logo { color: #fff; font-weight: bold; }
.footer .txtb {  flex: 1; margin-left: 1.4em; }
.footer .txtb .flink {margin-top: 0.5em;}
.footer .txtb .flink a { display: inline-block; margin-right: 1.9em;}
.footer .txtb .copyRight { margin-top: 0.1em;}
.footer .txtb .copyRight span { display: inline-block;}

@media only screen and (max-width:828px) {
	.footer { margin-top: 0; background-color: #f6f6f6; color: #000;}
	.footer .con { padding: 1.9em 0;}
	.footer .logo { display: none;}
	.footer .txtb .flink { display: none;}
	.footer .txtb .copyRight { text-align: center;}
	.footer .txtb { margin: 0 0.5em;}
}

.page { margin-top: 6em;	text-align: center;	color: #333;	}
.page a,.page .cur { 
	display: inline-block;	color: #333;  background-color: #e9e9e9;
	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;}
}

.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;
}

.btnBlack { 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:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;
border: 2px solid #000; background-color: #000;}
.btnBlack:hover { color: #fff;}

.btnBlack2 { display: block; cursor: pointer; color: #000; line-height: 2.9;
border: 2px solid #000; width: 8.6em; text-align: center;
 padding: 0.05em 0 0 0; 
transition: all 0.5s;
-webkit-transition:all 0.5s;
border: 2px solid #000; }
.btnBlack2:hover { color: #fff;background-color: #000;}


.btnBlue { 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:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;
border: 2px solid #067def; background-color: #067def;}
.btnBlue:hover { color: #fff;}

.btnBlue2 { display: block; cursor: pointer; color: #0047bb; line-height: 3.5;
 padding: 0.05em 1.7em 0 1.8em; 
transition: all 0.5s;
-webkit-transition:all 0.5s;
-moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;
border: 2px solid #0047bb; background-color: #fff;}
.btnBlue2:hover { color: #0047bb;}


.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 #067ff0; background-color: #067ff0;}

.btnGreen { 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 #02d7b6; background-color: #02d7b6;}
.btnGreen:hover { color: #fff; border: 2px solid #067ff0; background-color: #067ff0;}





.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; left: 50%; top: -3.5em; margin-left: -1.25em;
 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;color: #000;
 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 #067def; color: #067def;
 }
.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 .btnBlue { line-height: 2.7; display: block;padding: 0 3.5em;}
.popupError .popupBox .btnBlack { line-height: 2.7; display: block;padding: 0 3.5em;
-moz-border-radius:0; -webkit-border-radius:0; border-radius:0;}
.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;}
}

/*弹出框 求书*/
.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:50%; margin-right: -1.25em; 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 { line-height: 2.7; display: block;
padding: 0 3.5em;-moz-border-radius:1.5em; -webkit-border-radius:1.5em; border-radius:1.5em;
}
.popupAsk .popupBox .btnBlack { line-height: 2.7; display: block;
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;}
	 .popupAsk .popupBox .btnBlack {
		 -moz-border-radius:0; -webkit-border-radius:0; border-radius:0;
	 }
}


/*弹出框 设置*/
.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;}
}


.rankBox_2 { margin-top: 1.5em;
-moz-box-shadow: 0 0 1em rgba(0, 0, 0, .1);
-webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .1);
box-shadow: 0 0 1em rgba(0, 0, 0, .1);}
.rankBox_2:last-child {margin-bottom: 0;}
.rankBox_2 .tit { margin: 0 1.5em; display: flex; 
justify-content: space-between; align-items: center;
border-bottom: 2px solid #f0f0f0;}
.rankBox_2 .tit .txtT .name { padding: 0.9em 0 0.7em; font-weight: bold;
border-bottom: 4px solid #000; margin-bottom: -3px;}
.rankBox_2 .tit .txtT { text-align: left;}

.rankBox_2 .tit .tab{  display: none; justify-content: flex-start;
 align-items: center;}
.rankBox_2 .tit .tab li { cursor: pointer; padding: 0.6em 0.7em 0;}
.rankBox_2 .tit .tab li.cur { font-weight: bold; color: #007fff;}
.rankBox_2 .tit .tab li:last-child { padding-right: 0;}

.rankBox_2 .tit .btnRefresh { margin-top: 0.4em; cursor: pointer; display:  none; padding: 0 0.7em;
border: 1px solid #067eef; color: #067eef; line-height: 2.25em;
-moz-border-radius:0.4em; -webkit-border-radius:0.4em; border-radius:0.4em;}
.rankBox_2 .tit .btnRefresh::after { margin-left: 0.4em; content: "";
	width: 1.05em; height: 1.05em; display: inline-block;
vertical-align: middle; 
background: url(../images/refresh.png) center center no-repeat;
background-size:contain;}

.rankBox_2 .conRA { display: none; }
.rankBox_2 .conRA.show { display: block;}

@media only screen and (max-width:828px) {
	.rankBox_2 {  background-color: #fff;
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 0 rgba(0, 0, 0, .1);
	-moz-border-radius:0.8em; -webkit-border-radius:0.8em; border-radius:0.8em;}
	.rankBox_2 .tit {border-bottom: 0;}
	.rankBox_2 .tit .txtT .name { padding: 1.1em 0 0.7em; font-size: 1.5em; border-bottom: 0;}
	.rankBox_2 .tit .btnRefresh { display: block;}
	.rankBox_2 .tit .tab { display: flex; background-color: transparent;}
	.rankBox_2 .tit .tab li { margin-left: 0.3em; width: 5em; line-height: 2.3; 
		background-color: #f1f1f1; padding: 0; color: #666;
		 -moz-border-radius:0.4em; -webkit-border-radius:0.4em; border-radius:0.4em;}
	.rankBox_2 .tit .tab li.cur { color: #fff; background-color: #067eef; font-weight: normal;
		 }	
}


.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; margin-top: 2em;}
}

.navM2 { margin: 1em 1em 0; padding: 0.7em 0 0.3em; display: none;
background-color: #fff;
-moz-border-radius:1em; -webkit-border-radius:1em; border-radius:1em;}
.navM2 .list {
	 display: flex; justify-content: space-around;align-items: stretch;}
.navM2 .list a { padding: 0.65em 0; color: #000;
flex: 1; }
.navM2 .list a img { display: block; margin: 0 auto;
  width: 2em; height: 2em;
  object-fit: contain;}
.navM2 .list .name { margin-top: 0.6em;  text-align: center;}

@media only screen and (max-width:828px) { 
	.navM2 {display: block;margin-bottom: 1em;}
}

.main { display: flex; justify-content: space-between; align-items: flex-start;}
.main .conLC { width: 66%;}
.main .conR { width: 32%;}
.main .conC { width: 32%;}
.main .conL { width: 32%;}

.main .conA { width: 100%;}


@media only screen and (max-width:828px) { 
	 .main { display: block; }
	 .main .conLC { width: 100%;}
	 .main .conL { width: 100%; }
	 .main .conC { width: 100%; }
	 .main .conR { width: 100%;}
	 
}

.navM {margin: 1.1em 1em 0; display: none; }
.navM ul{ flex: 1; display: flex; margin-right: 7.5%;
justify-content: space-between; align-items: flex-end;
 line-height: 3.2em;  font-size:1.17em; }
.navM li { cursor: pointer; line-height: 2.2em; padding-bottom: 0.3em; }
.navM li a { display: block; color: #000;
font-weight: bold; position: relative; z-index: 0; }
.navM li.cur {line-height: 3.2em;padding-bottom:0;}
.navM li.cur a { color: #000;font-size: 1.7em; padding-bottom: 0.07em;}
.navM li.cur a::after{ position: absolute; z-index: 10; content: ""; 
display: block;width: 100%;	height: 0.21em;  left: 0;  margin-left: 0; right: 0; bottom: 0; 
	background-color: #000;}
.navM .btnMenu { width: 1.66em; height: 1.66em;
cursor: pointer;
background: url(../images/menu.png) center center no-repeat;
background-size:contain ;}
@media only screen and (max-width:828px) {
.navM { display: flex; justify-content:space-between; align-items: center;}
}

.iBox { background-color: #f8f8f8; margin-top: 1.3em; padding:0 1.5em 0.8em;
-moz-border-radius:1.5em; -webkit-border-radius:1.5em; border-radius:1.5em;}
.iBox .tit { padding: 1.1em 0 0.8em; border-bottom:3px solid #000 ;
	display: flex; justify-content: space-between; align-items: center;}
.iBox .tit .name { display: flex; justify-content: flex-start;
align-items: center; 
 color: #000; font-weight: bold;}
.iBox .tit .name img { height: 1.1em; width: auto; margin-left: 0.4em;}
.iBox .tit .more { color: #666;}
.iBox .tit .btnError { margin-top: 0.4em; font-weight: bold;
 padding-right: 1.8em; background: url(../images/tan.png) right center no-repeat;
background-size:1.25em auto; cursor: pointer;}

.iBox .tit .btnRefresh { margin-top: 0.4em; cursor: pointer; display:  none; 
color: #000; line-height: 2em;}
.iBox .tit .btnRefresh::after { margin-left: 0.5em; content: "";
	width: 1.16em; height: 1.16em; display: inline-block;
vertical-align: middle; 
background: url(../images/refresh.png) center center no-repeat;
background-size:contain;}

@media only screen and (max-width:828px) {
.iBox { margin-top: 1em; background-color: #fff; padding-left:1em; padding-right: 1em;
-moz-border-radius:1em; -webkit-border-radius:1em; border-radius:1em;}
.iBox .tit { padding-top:1.4em; padding-bottom: 0.6em;}
.iBox .tit.pcs { display: none;}
.iBox .tit .btnRefresh { display: block;}
}

.iBox .picList_2r ul {}
.iBox .picList_2r ul li { margin-top: 1.5em;
display: flex; justify-content:space-between; align-items: flex-start;}
.iBox .picList_2r .picb { width: 7.5em;}
.iBox .picList_2r .pic { position: relative; z-index: 0; padding-top: 135%;
-moz-border-radius:0.37em; -webkit-border-radius:0.37em; border-radius:0.37em;
overflow: hidden;}
.iBox .picList_2r .pic img { position: absolute; left: 0; top: 0;
width: 100%; width: 100%;}
.iBox .picList_2r .txtb { flex: 1; margin-top: 0.2em; margin-left:1.3em; text-align: left;}
.iBox .picList_2r .txtb .name { margin-bottom: 0.3em; line-height: 1.4; height:2.8em; 
font-weight: bold; overflow: hidden;}
.iBox .picList_2r .txtb .intro { color: #666; line-height: 1.9;}
.iBox .picList_2r .txtb .intro dl {display: flex; 
justify-content: flex-start; align-items: flex-start;}
.iBox .picList_2r .txtb .intro dt { color: #999;}
.iBox .picList_2r .txtb .intro dd { flex: 1; height: 1.9em; overflow: hidden;
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:1;}

@media only screen and (max-width:828px) {
	.iBox .picList_2r ul { display: block;}
	.iBox .picList_2r ul li { margin-top: 0.6em; width: 100%; margin-right: auto; display: none;}
	.iBox .picList_2r ul li:first-child { display: flex;}
	.iBox .picList_2r .picb { width: 9.1em;}
	.iBox .picList_2r .txtb .name { margin-bottom: 0.4em;}
	.iBox .picList_2r .txtb { margin-left: 1.3em;}
}

.iBox .picList_2 ul {
display: flex; flex-wrap: wrap;
 justify-content:space-between; align-items: flex-start;}
.iBox .picList_2 ul li { margin-top: 1.5em; width: 45.8%; 
display: flex; justify-content:space-between; align-items: flex-start;}
.iBox .picList_2 .picb { width: 7.5em;}
.iBox .picList_2 .pic { position: relative; z-index: 0; padding-top: 135%;
-moz-border-radius:0.37em; -webkit-border-radius:0.37em; border-radius:0.37em;
overflow: hidden;}
.iBox .picList_2 .pic img { position: absolute; left: 0; top: 0;
width: 100%; width: 100%;}
.iBox .picList_2 .txtb { flex: 1; margin-top: 0.2em; margin-left:1.3em; text-align: left;}
.iBox .picList_2 .txtb .name { margin-bottom: 0.3em; line-height: 1.4; height:2.8em; 
font-weight: bold; overflow: hidden;}
.iBox .picList_2 .txtb .intro { color: #666; line-height: 1.9;}
.iBox .picList_2 .txtb .intro dl {display: flex; 
justify-content: flex-start; align-items: flex-start;}
.iBox .picList_2 .txtb .intro dt { color: #999;}
.iBox .picList_2 .txtb .intro dd { flex: 1; height: 1.9em; overflow: hidden;
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:1;}

@media only screen and (max-width:828px) {
	.iBox .picList_2 ul { display: block;}
	.iBox .picList_2 ul li { margin-top: 2em; width: 100%; margin-right: auto; display: none;}
	.iBox .picList_2 ul li:first-child { display: flex;}
	.iBox .picList_2 .picb { width: 9.1em;}
	.iBox .picList_2 .txtb .name { margin-bottom: 0.4em;}
	.iBox .picList_2 .txtb { margin-left: 1.3em;}
}

.iBox .picList_3 ul { 
display: flex; flex-wrap: wrap;
 justify-content:space-between; align-items: flex-start;}
.iBox .picList_3 ul li { margin-top: 1.5em; width: 14.8%; margin-right: 2.24%;}
.iBox .picList_3 ul li:nth-child(6) { margin-right: 0;}
.iBox .picList_3 .picb { width: 100%;}
.iBox .picList_3 .pic { position: relative; z-index: 0; padding-top: 135%;
-moz-border-radius:0.37em; -webkit-border-radius:0.37em; border-radius:0.37em;
overflow: hidden;}
.iBox .picList_3 .pic img { position: absolute; left: 0; top: 0;
width: 100%; width: 100%;}
.iBox .picList_3 .txtb {margin-top: 1.2em; padding-bottom: 0.3em; text-align: left;}
.iBox .picList_3 .txtb .name { margin-bottom: 0.3em; line-height: 1.4; height:2.8em; 
font-weight: bold; overflow: hidden;}
.iBox .picList_3 .txtb .intro { color: #666; line-height: 1.9;}
.iBox .picList_3 .txtb .intro dl {display: flex; 
justify-content: flex-start; align-items: flex-start;}
.iBox .picList_3 .txtb .intro dt { color: #999;}
.iBox .picList_3 .txtb .intro dd { flex: 1; height: 1.9em; overflow: hidden;
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:1;}

@media only screen and (max-width:828px) {
	.iBox .picList_3 ul { padding-bottom: 0.7em; justify-content: space-between;}
	.iBox .picList_3 ul li { margin-top: 1.9em; 
	width: 48.1%; margin-right: 0; display: none;}
	.iBox .picList_3 ul li:first-child,
	.iBox .picList_3 ul li:nth-child(2){ display: block;}
	.iBox .picList_3 .picb { width: 100%;}
	.iBox .picList_3 .txtb .name { margin-bottom: 0.4em;}
	.iBox .picList_3 .txtb { margin-top: 1.2em; padding-bottom: 0; margin-left: 0;}
}


.iBox .picList ul {}
.iBox .picList ul li { margin-top: 1.5em;
display: flex; justify-content:space-between; align-items: flex-start;}
.iBox .picList .picb { width: 7.5em;}
.iBox .picList .pic { position: relative; z-index: 0; padding-top: 135%;
-moz-border-radius:0.37em; -webkit-border-radius:0.37em; border-radius:0.37em;
overflow: hidden;}
.iBox .picList .pic img { position: absolute; left: 0; top: 0;
width: 100%; width: 100%;}
.iBox .picList .txtb { flex: 1; margin-top: 0.2em; margin-left:1.3em; text-align: left;}
.iBox .picList .txtb .name { margin-bottom: 0.3em; line-height: 1.4; height:2.8em; 
font-weight: bold; overflow: hidden;}
.iBox .picList .txtb .intro { color: #666; line-height: 1.9;}
.iBox .picList .txtb .intro dl {display: flex; 
justify-content: flex-start; align-items: flex-start;}
.iBox .picList .txtb .intro dt { color: #999;}
.iBox .picList .txtb .intro dd { flex: 1; height: 1.9em; overflow: hidden;
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:1;}

@media only screen and (max-width:828px) {
	.iBox .picList ul { display: block;}
	.iBox .picList ul li { margin-top: 0.6em; width: 100%; margin-right: auto; display: none;}
	.iBox .picList ul li:first-child { display: flex;}
	.iBox .picList .picb { width: 9.1em;}
	.iBox .picList .txtb .name { margin-bottom: 0.4em;}
	.iBox .picList .txtb { margin-left: 1.3em;}
}

.iBox .list ul { margin-top: 1.1em;color: #666; }
.iBox .list ul li { height: 2.2em;  overflow: hidden;line-height: 2.2em; text-align: left;
color: #666; border-bottom: 1px solid #eeeeee;}
.iBox .list a { color: #666;}
.iBox .list a:hover { color: #007fff; font-weight: bold;}
.iBox .list ul li:nth-child(1) { font-weight: bold;}
.iBox .list ul li:nth-child(1) a { color: #000; font-weight: bold;}
.iBox .list ul li .num { display: none;font-style: italic; margin-right: 0.4em;}

@media only screen and (max-width:828px) {
	.iBox .list ul li { display: none;}
	.iBox .list ul li .num { display: inline-block; }
	.iBox .list ul li:nth-child(1),
	.iBox .list ul li:nth-child(2),
	.iBox .list ul li:nth-child(3),
	.iBox .list ul li:nth-child(4),
	.iBox .list ul li:nth-child(5),
	.iBox .list ul li:nth-child(6){ display: block;}
}

.iBox .list_1 ul { margin-top: 1.1em;}
.iBox .list_1 ul li { line-height: 2.25em; text-align: left;
color: #666; display: flex; justify-content:center; align-items: center;
}
.iBox .list_1 .num { margin-left: 0.6em; display: block; width: 1em;
 text-align: left; color: #999; font-style: italic;}
.iBox .list_1 .name { color: #333; height: 2.25em;
 text-align: left; flex: 1; margin: 0 0 0 0.5em; overflow: hidden;}
.iBox .list_1 .name a { color: #333;}
.iBox .list_1 .name a:hover { color: #007fff; font-weight: bold;}

.iBox .list_1 .li_1 { position: relative; z-index: 0; line-height: 1.5; margin-bottom: 1.2em;
	display: flex; justify-content: flex-start; align-items: flex-start;}
.iBox .list_1 .li_1 .num_1 { position: absolute; left: -0.8em; top: 0;
	width: 3.75em; height: 3.75em;margin-left: 0;
background: url(../images/num_1.png) 0 0 no-repeat;
background-size:contain ;}
.iBox .list_1 .li_1 .txtb { margin-top: 0.6em; flex: 1; margin-left: 2.4em;}
.iBox .list_1 .li_1 .name { font-weight: bold; margin-left: 0;height:1.5em;}
.iBox .list_1 .li_1 .name_2 { margin-top: 0.1em; color: #666;}
.iBox .list_1 .li_1 .intro { margin-top: 1.2em; color: #999;}

.iBox .list_2 ul { margin-top: 0.7em;
 display: flex; flex-direction: column; flex-wrap: wrap; text-align: left;
  justify-content:flex-start; align-items:flex-start; height: 13.5em;}
.iBox .list_2 ul li { width: 45%; margin-right: 5%;  line-height: 2.25em;
color: #666; display: flex; justify-content:flex-start; align-items: center;}
.iBox .list_2 ul li:nth-child(7),
.iBox .list_2 ul li:nth-child(8),
.iBox .list_2 ul li:nth-child(9),
.iBox .list_2 ul li:nth-child(10),
.iBox .list_2 ul li:nth-child(11),
.iBox .list_2 ul li:nth-child(12){ margin-left: 4%; margin-right: 0; width: 46%; }
.iBox .list_2 .num {display: block; width: 1em; text-align: left; color: #999;
font-style: italic;}
.iBox .list_2 .name { color: #333; height: 2.25em;
 text-align: left; flex: 1; margin: 0 0 0 1em; overflow: hidden;}
.iBox .list_2 a { color: #333;}
.iBox .list_2 a:hover { color: #007fff; font-weight: bold;}

@media only screen and (max-width:828px) {
	.iBox .list_2 { font-size: 1.16em;}
	.iBox .list_2 ul li { display: none;}
	.iBox .list_2 ul li:nth-child(1),
	.iBox .list_2 ul li:nth-child(2),
	.iBox .list_2 ul li:nth-child(3),
	.iBox .list_2 ul li:nth-child(4),
	.iBox .list_2 ul li:nth-child(5),
	.iBox .list_2 ul li:nth-child(6){ display: flex;}
	
	.iBox .list_2 ul { display: block; height: auto;}
	.iBox .list_2 ul li { width: 100%; margin-right: auto;}
	
}

.iBox .list_2r ul { margin-top: 0.7em;}
.iBox .list_2r ul li { line-height: 2.25em;
color: #666; display: flex; justify-content:flex-start; align-items: center;}
.iBox .list_2r .num {display: block; width: 1em; text-align: left; color: #999;
font-style: italic;}
.iBox .list_2r .name { color: #333; height: 2.25em;
 text-align: left; flex: 1; margin: 0 0 0 1em; overflow: hidden;}
.iBox .list_2r a { color: #333;}
.iBox .list_2r a:hover { color: #007fff; font-weight: bold;}

@media only screen and (max-width:828px) {
	.iBox .list_2r { font-size: 1.16em;}
	.iBox .list_2r ul li { display: none;}
	.iBox .list_2r ul li:nth-child(1),
	.iBox .list_2r ul li:nth-child(2),
	.iBox .list_2r ul li:nth-child(3),
	.iBox .list_2r ul li:nth-child(4),
	.iBox .list_2r ul li:nth-child(5),
	.iBox .list_2r ul li:nth-child(6){ display: flex;}
	
}


.iBox .list_22 ul { margin-top: 1.1em;color: #666; 
 display: flex; flex-direction: column; flex-wrap: wrap; text-align: left;
  justify-content:flex-start; align-items:flex-start; height: 15.9em;}
.iBox .list_22 ul li { width: 45%; margin-right: 5%;  line-height: 2.2em;
height: 2.2em;  overflow: hidden;
color: #666; 
border-bottom: 1px solid #eeeeee;}

.iBox .list_22 ul li:nth-child(8),
.iBox .list_22 ul li:nth-child(9),
.iBox .list_22 ul li:nth-child(10),
.iBox .list_22 ul li:nth-child(11),
.iBox .list_22 ul li:nth-child(12),
.iBox .list_22 ul li:nth-child(13),
.iBox .list_22 ul li:nth-child(14){ margin-left: 4%; margin-right: 0; width: 46%; }
.iBox .list_22 a { color: #666;}
.iBox .list_22 a:hover { color: #007fff; font-weight: bold;}
.iBox .list_22 ul li:nth-child(1),
.iBox .list_22 ul li:nth-child(8){ font-weight: bold;}
.iBox .list_22 ul li:nth-child(1) a,
.iBox .list_22 ul li:nth-child(8) a{ color: #000; font-weight: bold;}
.iBox .list_22 ul li .num { display: none;font-style: italic; margin-right: 0.4em;}

@media only screen and (max-width:828px) {
	.iBox .list_22 ul { display: block; height: auto;}
	.iBox .list_22 ul li { display: none; width:100%; margin-right:auto; }
	.iBox .list_22 ul li:nth-child(1),
	.iBox .list_22 ul li:nth-child(2),
	.iBox .list_22 ul li:nth-child(3),
	.iBox .list_22 ul li:nth-child(4),
	.iBox .list_22 ul li:nth-child(5),
	.iBox .list_22 ul li:nth-child(6){ display: block;}
	.iBox .list_22 ul li .num { display: inline-block;}
	
}

/**/
.selBox {
  position: relative;
  display: block;
  z-index: 10;
  width: 100%; margin: 0 0.75em;
  border: 2px solid #000000; 
}

.selBox.show {
  z-index: 11;
}

.selBox .btn { display: block;
  position: relative;
  z-index: 0;
  cursor: pointer;background-color: transparent;
  padding: 0 2em;
  line-height: initial; line-height: 2.6;
  color: #000;
}

.selBox .btn .txt {
  display: block;
  vertical-align: middle;
}

.selBox .btn .arr {
  position: absolute;
  right: 0.8em;
  top: 50%;
  margin-top: -0.5em;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  background: url(../images/arrow.png) center center no-repeat;
  background-size: contain;
}

.selBox .dropDown {
  display: none;
  position: absolute;
  right: -2px;
  left: -2px;
  top: 100%;
  width: auto;
  border: 2px solid #000;
  background-color: #fff;
  line-height: 2.6em;
  -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, .1);
  box-shadow: 0 8px 8px rgba(0, 0, 0, .1);
  max-height: 19em;
  overflow-y: auto;
}

.selBox .dropDown li {
  cursor: pointer;
  padding: 1px 1.2em 0;
  color: #000;
  border-bottom: 1px solid #eaeaea;
}

.selBox .dropDown li:last-child {
  border-bottom: 0;
}

.selBox .dropDown li a {
  color: #000;
}

.selBox .dropDown li:hover {
  background-color: #eaeaea;
}