@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; }
.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: #f0f8ff; position: relative; z-index: 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;}
.font36 { font-size: 18px;}
.font30 { font-size: 18px;}
.font28 { font-size: 18px;}
.font27 { font-size: 18px;}
.font26 { font-size: 18px;}
.font24 { font-size: 16px;}
.font22 { font-size: 16px;}
.font20 { font-size: 15px;}
.font18 { font-size: 15px;}
.font16 { font-size: 12px;}
.font14 { font-size: 12px;}

}


/*头部*/
.headerW {width: 100%;	
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: 5.4em;}
.header .con {height: 100%;overflow: visible; 
 display: flex; justify-content:space-between; align-items: stretch;}
.header .logo {  font-size: 48px; font-weight: bold;
 display: flex; justify-content: center; align-items: center;}
.header .logo a { color: #007fff;}
.header .logo img {	display: block;	height:auto; width:100%;}

@media only screen and (max-width:1540px) {
	.header .logo {font-size: 3.1vw;}
}

.header .links { width: 28%; height: 100%;
display: flex; justify-content: center;
align-items: center;} 

.searchBox {width: 100%; border: 2px solid #007fff;
-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; margin-top: 2em;}
}

@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: #f0f8ff; 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: #067def; }
@media only screen and (max-width:828px) {
	.navW { display: none;}
}
.navW .con { display: flex; justify-content: space-between; align-items: center;}
.nav { flex: 1; }
.nav>ul {line-height: 4.44em;
display: flex; justify-content:flex-start; align-items: center;}
.nav>ul>li { position: relative;	z-index: 100; 
	cursor: pointer; color: #fff; margin-right: 4.1em; }

.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:hover>li.cur a { color: #fff; font-weight: normal;}
.nav>ul:hover>li.hover.cur a {color:#fff ; font-weight: bold;}

.navs ul { display: flex; justify-content: flex-start; align-items: center;}
.navs ul li { margin-left: 5em;}
.navs ul li:first-child { margin-left: 1em;}
.navs ul li a { display:flex; justify-content: center; align-items: center;
 cursor: pointer; font-weight: bold; color: #fff;}
.navs ul li a img { height: 2em; width: auto; margin-right: 0.3em; display: inline-block;}

@media only screen and (max-width:1220px) {
.nav>ul>li { margin-right: 2em;}
	.navs ul li { margin-left: 3em;}
}
@media only screen and (max-width:940px) {
.nav>ul>li { margin-right: 1em;}	
.navs ul li { margin-left: 2em;}
}

.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; margin-top: 1.5em;
 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: 3.8em 1em 0; text-align: center;	color: #333;
	line-height: 2.6em; font-size: 14px;}
.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: 2em 1em 0;font-size: 12px; }
	.page2 .disabled {padding: 0 1em; }
	.page2 a { padding: 0 1em;}
}

.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;
}


.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: #067def; 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: #fff;}
.btnBlue2:hover { color: #067def;}


.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;}


.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;}



.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;
 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 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: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 { 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;}
}


/*弹出框 设置*/
.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;}

.rankBox_2 .picList { margin: 0 1.5em; }
.rankBox_2 .picList ul {
display: flex; flex-wrap: wrap;
 justify-content:space-between; align-items: flex-start;}
.rankBox_2 .picList ul li { margin-top: 1.5em; width: 48.2%; 
display: flex; justify-content:space-between; align-items: flex-start;}
.rankBox_2 .picList .picb { width: 7.5em;}
.rankBox_2 .picList .pic { position: relative; z-index: 0; padding-top: 135%;
-moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;
overflow: hidden;}
.rankBox_2 .picList .pic img { position: absolute; left: 0; top: 0;
width: 100%; width: 100%;}
.rankBox_2 .picList .txtb { flex: 1; margin-left:1em; text-align: left;}
.rankBox_2 .picList .txtb .name { margin-bottom: 0.2em; height: 3em; font-weight: bold;}
.rankBox_2 .picList .txtb .intro { color: #666; line-height: 1.85;}
.rankBox_2 .picList .txtb .intro dl {display: flex; 
justify-content: flex-start; align-items: flex-start;}
.rankBox_2 .picList .txtb .intro dt {}
.rankBox_2 .picList .txtb .intro dd { flex: 1; height: 1.6em; overflow: hidden;
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:1;}
@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;
		 }
	.rankBox_2 .picList ul { display: block;}
	.rankBox_2 .picList ul li { margin-top: 0.6em; width: 100%; margin-right: auto; display: none;}
	.rankBox_2 .picList ul li:first-child { display: flex;}
	.rankBox_2 .picList .picb { width: 9.1em;}
	.rankBox_2 .picList .txtb .name { margin-bottom: 0.4em;}
	
}

.rankBox_2 .list { margin: 0 1.5em; padding-bottom: 0.9em;}
.rankBox_2 .list ul { margin-top: 0.7em;
 display: flex; flex-wrap: wrap;
  justify-content:space-between; align-items: flex-start;}
.rankBox_2 .list ul li { width: 48.2%;  line-height: 2.2em;
color: #666; display: flex; justify-content: flex-start; align-items: center;
border-bottom: 1px solid #eeeeee;}
.rankBox_2 .list ul li:nth-child(11) { border-bottom: 0;}
.rankBox_2 .list ul li:nth-child(12) { border-bottom: 0;}
.rankBox_2 .list .cate {display: block; text-align: center; overflow: hidden;
color: #666;}
.rankBox_2 .list .cate:hover { color: #007fff; font-weight: bold;
}
.rankBox_2 .list .name { color: #666; height: 2.2em;
 text-align: left; flex: 1; margin: 0 0.5em;overflow: hidden;}
 .rankBox_2 .list .name a { color: #666;}
.rankBox_2 .list .name a:hover { color: #007fff; font-weight: bold;}
.rankBox_2 .list .author { color: #999; text-align: right; 
 overflow: hidden; }

@media only screen and (max-width:828px) {
	.rankBox_2 .list { font-size: 1.16em;}
	.rankBox_2 .list ul li { width: 100%; display: none;}
	.rankBox_2 .list ul li:nth-child(1),
	.rankBox_2 .list ul li:nth-child(2),
	.rankBox_2 .list ul li:nth-child(3),
	.rankBox_2 .list ul li:nth-child(4),
	.rankBox_2 .list ul li:nth-child(5),
	.rankBox_2 .list ul li:nth-child(6){ display: flex;}
	.rankBox_2 .list ul li:nth-child(6) { border-bottom: 0;}
	.rankBox_2 .list .author  { display: none;}
	.rankBox_2 .picList .txtb { margin-left: 1.3em;}
}
