@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);
	background-color: #f9fafb;
}

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: #3b82f6;	text-decoration: none;}
a img {	border: 0;}

input::-webkit-input-placeholder{	color: #7d7d7d;}
input::-moz-placeholder{	color: #7d7d7d;}
input:-ms-input-placeholder{	color: #7d7d7d;}

textarea::-webkit-input-placeholder{	color: #7d7d7d;}
textarea::-moz-placeholder{	color: #7d7d7d;}
textarea:-ms-input-placeholder{	color: #7d7d7d;}

.wrap { overflow: hidden; padding-top: 7em; }
.con { max-width: 1250px;  margin: 0 auto; }

	.font24 { font-size: 24px;}
	.font22 { font-size: 22px;}
	.font20 { font-size: 20px;}
	.font18 { font-size: 18px;}
	.font16 { font-size: 16px;}
	.font15 { font-size: 15px;}
	.font14 { font-size: 14px;}
	.font13 { font-size: 13px;}
	.font12 { font-size: 12px;}
	.ms {display: none;}
	.pcs {display: block;}

@media only screen and (max-width:828px) {
	html,body { font-size: 12px;}
	.wrap {padding-top: 4em; }
	.con { width:auto; margin: 0 1em; }
	 .ms {display: block;}
	 .pcs {display: none;}
}

@media only screen and (max-width:828px) {
.font24 { font-size: 20px;}
.font22 { font-size: 20px;}
.font20 { font-size: 19px;}
.font18 { font-size: 17px;}
.font16 { font-size: 16px;}
.font15 { font-size: 15px;}
.font14 { font-size: 14px;}
.font13 { font-size: 12px;}
.font12 { font-size: 12px;}

}

/*头部*/
.headerW { position: fixed; z-index: 900; left: 0; top: 0;
 width: 100%;	
background-color: #fff;
transition: all 0.5s;
-webkit-transition:all 0.5s;
-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);}

.header { margin: 0 auto; height:4em;}
.header .con {height: 100%; max-width: 1250px; overflow: visible; 
 display: flex; justify-content:space-between; align-items: center;}
 
.header .logo {  font-size: 24px; font-weight: bold;
 display: flex; justify-content: center; align-items: center;}
.header .logo a { color: #2563eb;}
.header .logo img {	display: block;	height:auto; width:100%;}

.header .links {  height: 100%;
display: flex; justify-content: center;align-items: center;} 

.header .btnQS { line-height: 2.3em; height: 2.3em;
 width: 4.8em; color: #fff; background-color: #3b82f6; border: 1px solid #3b82f6;
 -moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;}

.btnMenu { display: none;}

.searchBox { flex: 1; border: 1px solid #d1d5db; margin:0 2em;  overflow: hidden; color: #000;
-moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;}
.searchBox form {display: flex; justify-content: space-between; align-items: center; }

.searchBox form .iw { flex: 1; padding: 0 1em 0 1em;}
.searchBox form .iw .input { font-size: 1em; line-height: 2.5em; height: 2.4em;
 width: 100%; outline-width: 0; border: 0; margin: 0; padding: 0;
 background-color: transparent; color: #000;}
.searchBox form .btnSearch { cursor: pointer; width:2.5em; height: 2.5em; line-height: 2.5em;
color: #a1a8b3; outline-width: 0; border: 0;}
.searchBox form .iw .input::-webkit-input-placeholder{	color: #ffffff;}
.searchBox form .iw .input::-moz-placeholder{	color: #ffffff;}
.searchBox form .iw .input:-ms-input-placeholder{	color: #ffffff;}

@media only screen and (max-width:828px) {
	.searchBox {  margin: 0 2em 0 1em; width: 100%;}
	.searchBox form .iw .input {  line-height: 2em; height: 2em;}
	.searchBox form .btnSearch {  width:2em; height: 2em; line-height: 2em;}
	.btnMenu { cursor: pointer;padding:0 0.3em;position: absolute; right: 0.8em; top: 1.1em; color: #666; display: block;}
}

@media only screen and (max-width:828px) {
.header { width: 100%; }
.header .con { width: auto; margin: 0 1em; }
.header .logo { border-right: 0; padding: 0.3em 0 0.3em 0; display: block;text-align: center;}
.header .links { width: 100%; height: auto; padding-bottom: 0.4em;
 font-size: 12px; display: none; justify-content: flex-end; align-items: center;} 
.header .links.show { display: flex;}
.header .links .searchBoxW { margin-right: 0.3em;}
.header .links .btnSearchT { margin: 0 0em 0 0.4em;}
}

/*头部导航*/
.navW {	flex: 1; 
display: flex; justify-content: flex-end; align-items: center; 
color: #fff; line-height: 3;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e9bb2+0,302976+100 */
background: linear-gradient(to right,  rgba(46,155,178,1) 0%,rgba(48,41,118,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.navW .con {display: flex; justify-content:space-between; align-items: center; width: 100%;  }
.navW a { color: #fff;}
.nav>ul {display: flex; justify-content: flex-start; align-items: center;}
.nav>ul>li { position: relative; z-index: 0; margin-right: 2em; cursor: pointer; line-height: 2.4; }
.nav>ul>li>a,.nav>ul>li>span {	position: relative;	z-index: 1;  color: #fff;}

.nav .sub_nav {
	display: none;	position: absolute;	top: 100%;
	left: 0; margin-left: 0;  width: 37.5em; text-align: left;
	padding: 1em 0;	background-color: #fff;
	background: rgba(255,255,255); 
	-moz-box-shadow:0 10px 10px rgba(0, 0, 0, .15);
	-webkit-box-shadow:0 10px 10px rgba(0, 0, 0, .15);
	box-shadow:0 10px 10px rgba(0, 0, 0, .15);

	-moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;}	

.nav .sub_nav li { display: inline-block; width: 28.3%; margin-left: 3%; margin-right: 1%;
 line-height:3.1em; height: 3.1em;
 overflow: hidden; font-weight: normal; }
.nav .sub_nav li a {padding:0 0.5em; color: #222; display: block;}
.nav .sub_nav li a:hover { color: #3b82f6;}

@media only screen and (max-width:828px) {
	.navW { border-top:1px solid #3277b3 ; display: none; margin: 0 -1em; 
	padding-bottom: 0.2em; line-height: 3; padding-top: 0.1em; }
	.navW.show { position: fixed; z-index: 1000;
	 left: 0; top: 0; width: 100%; height: 100vh; background-color: #fff;
	 display: block;}
	.nav { padding: 0.5em 0; border-top:1px solid #3b82f6 ;width: 100%;}
	.nav>ul { justify-content: space-around;}
	.nav>ul>li { margin: 0 0.5em;}
	.nav>ul>li>a, .nav>ul>li>span { color: #fff !important;}
}

.navMask {position: fixed; z-index:901; top: 0; left: 0; width: 100%; height: 100vh; background-color: rgba(0,0,0,0.5);
display: none;}
.navMask.show { display: block;}
.navM { position: fixed; z-index: 902; top: 0; left: -100%; width: 70%;  height: 100vh;
transition: all 0.5s;
-webkit-transition:all 0.5s;
background-color: #f5f5f5;}
.navM.show { left:0;}
.navM .close { cursor: pointer; position: absolute; z-index: 2; right: 0em; top: 0.2em; width: 2em; height: 2em; color: #666;}
.navM>ul { position: absolute; z-index: 0; top: 0; bottom: 0; left: 0; right: auto; padding-top: 2.5em;  
width: 100%;overflow-x: hidden; overflow-y: auto;}
.navM>ul li { border-top: 1px solid #ccc; line-height: 2.6; text-align: left; padding: 0 0.6em 0 1.6em;}
.navM>ul li a { color: #333;}
.navM>ul li .arrow { width: 2em; height: 2em;
display: flex; justify-content: center; align-items: center;
transition: all 0.2s;
-webkit-transition:all 0.2s;}
.navM>ul li a i { font-size: 1.2em; }
.navM>ul li .sub_nav { display: none;}
.navM>ul li .sub_nav li {border-top:0}
.navM>ul li.show .sub_nav  { display: block;}

.navM>ul li.show .arrow {transform: rotate(180deg);
-ms-transform: rotate(180deg); /* IE 9 */
-webkit-transform: rotate(180deg); /* Safari and Chrome */}
.navM>ul li ul { border-top:1px solid #ccc ;}

.navM .title { display: flex; justify-content: space-between; align-items: center;}

.navM .title>a { display: block;}

.main { 
 display: flex; justify-content: space-between; align-items: flex-start;}
.main .conL { flex: 1; margin-right: 1em;}
.main .conR {width: 32%; }

@media only screen and (max-width:828px) {
	.main { display: block;}
	.main .conL { width: 100%;}
	.main .conR { width: 100%;}
}

.iBox { margin-top: 1.5em; background-color: #fff; 
padding:0 1.5em 1.5em; text-align: left;
-moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
box-shadow: 0 1px 3px rgba(0, 0, 0, .05);}

.iBox .tit { padding:1.2em 0 0; line-height: 2em; text-align: left; color: #333; 
display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.iBox .tit .name { color: #333; display: inline-block; font-weight: bold;}
.iBox .tit .name .fa { font-size: 1em; color: #ef4444; margin-right: 0.1em;}
.iBox .tit .name .fa.blue { color: #3b82f6;}
.iBox .tit .name span { font-weight: normal;}
.iBox .tit .more { display: inline-block; margin-left: 1em; color: #2563eb;}
.iBox .tit .more:hover { color: #2563eb; text-decoration: underline;}
.iBox .tit .btnSort { cursor: pointer;}

.iBox .tab ul{ margin-top: 0.4em;
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center; color: #666;}
.iBox .tab li { position: relative; z-index: 0; line-height: 2.5; padding: 0 1.6em 0; margin-right: 1em; cursor: pointer;
 background-color: #f3f4f6;
 -moz-border-radius:1.3em; -webkit-border-radius:1.3em; border-radius:1.3em;}
.iBox .tab li.cur { color: #fff; background-color: #3b82f6;}

.iBox .conP { display: none;}
.iBox .conP.show { display: block;}

.iBox .tab3 { padding-top:0.4em;}

@media only screen and (max-width:828px) {
	.iBox .tit .tab { width: 100%; margin-bottom: 0.8em;}
	.iBox .tab li { margin-right: 0.4em;}
	.iBox .tab li:last-child { margin-right: 0;}
}

.iBox .tit_2 { display: flex; justify-content: flex-start;align-items: center;}

.iBox .picList ul { margin: 0 0.2em; display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start;}
.iBox .picList ul li { margin-top: 1.4em; margin-right: 3.9%; width: 16.88%; padding-bottom: 0.3em;}
.iBox .picList ul li:nth-child(5n) { margin-right: 0;}
.iBox .picList .picb { width: 100%; max-width: 8em; margin: 0 auto;}
.iBox .picList .pic { display: block; cursor: pointer; position: relative; z-index: 0; padding-top: 137.5%;
overflow: hidden; background: url(../images/loading.gif) center center no-repeat;
background-size:contain ;
-moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;}
.iBox .picList .pic img { position: absolute; left: 0; top: 0;
width: 100%; height: 100%; object-fit: cover;
transition: all 0.5s;
-webkit-transition:all 0.5s;}
.iBox .picList .picb:hover img {
	-ms-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);}
.iBox .picList .txtb {  text-align: center; color: #000;}
.iBox .picList .txtb .name { margin-top: 0.2em;  height: 1.5em; line-height: 1.5; overflow: hidden; }
.iBox .picList .txtb .name a {color: #000; }
.iBox .picList .txtb .name a:hover { color: #3b82f6;}
.iBox .picList .txtb .author {margin-top: 0.2em; color: #666; height: 1.5em; line-height: 1.5;  overflow: hidden;}

.iBox .picList .btnW .btnBlue {margin: 0.5em 0.2em 0; }
.iBox .picList .btnW .btnGray { margin: 0.3em 0.2em 0;}

@media only screen and (max-width:828px) {
	.iBox .picList ul { margin: 0 auto; }
	.iBox .picList ul li {  width: 22.37%; margin-right: 3.5%;}
	.iBox .picList ul li:nth-child(5n) {margin-right: 3.5%;}
	.iBox .picList ul li:nth-child(4n) { margin-right: 0;}
	
	.iBox .picIList ul li {display: none;}
	.iBox .picIList ul li:nth-child(1),
	.iBox .picIList ul li:nth-child(2),
	.iBox .picIList ul li:nth-child(3),
	.iBox .picIList ul li:nth-child(4) { display: block;}
}
@media only screen and (max-width:640px) {
	.iBox .picList ul li {  width: 48.25%;}
	.iBox .picList ul li:nth-child(2n) { margin-right: 0;}
}

.iBox .list li{ margin-top: 0.7em; color: #484848;
display: flex; justify-content: space-between; align-items: center;}
.iBox .list .name{ flex: 1; height: 1.5em; overflow: hidden; 
margin-right:0.8em; display: block;}
.iBox .list .time{ display: inline-block;height: 1.5em; overflow: hidden; color: #999;}

.iBox .rankList { margin: 0.5em 0.2em -0.2em; color: #111;}
.iBox .rankList li{  padding:0; display: flex; justify-content: space-between; align-items: center; cursor: pointer;}
.iBox .rankList li>a { width: 100%; color:#111;display: flex; justify-content: space-between; align-items: center; cursor: pointer;}
.iBox .rankList .num { width: 1.5em; line-height: 1.5em; color: #666;
 display: block; margin-right: 0.6em; background-color: #e5e7eb; text-align: center;
-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;}
.iBox .rankList .name{ flex: 1; height:3em; overflow: hidden; 
margin-right:0.8em; display: block; line-height: 3em;}
.iBox .rankList .state{ display: block; overflow: hidden; color: #666; }
.iBox .rankList .cate { color: #666; margin-right: 0.5em;}
.iBox .rankList .cate a{ color: #666;}
.iBox .rankList .cate a:hover{ color: #06c;}
.iBox .rankList li:hover .name { color: #06c;}
.iBox .rankList li .name a{ color: #111;}
.iBox .rankList li .name a:hover{ color: #06c;}
.iBox .rankList li:first-child .num { background-color: #ef4444; color: #fff;}
.iBox .rankList li:nth-child(2) .num { background-color: #ef4444; color: #fff;}
.iBox .rankList li:nth-child(3) .num { background-color: #ef4444; color: #fff;}
.iBox .btnW { text-align: center;}

@media only screen and (max-width:828px) {
	.iBox .rankList { margin: 0.5em auto -0.2em;}
}

.speList { margin: 0.7em 0 -0.2em;}
.speList ul { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; text-align: center;}
.speList ul li{ line-height: 2.5; height: 2.5em; overflow: hidden; width: 19%; margin:0 0.5%;
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:1; }
.speList a { color: #666; display: inline-block; }
.speList a:hover{ color: #06c;}

@media only screen and (max-width:828px) {
	.speList { margin: 0.2em 0 -0.2em;}
	.speList ul li{ width: 32.3%; margin:0 0.5%;}
}

.lastList { margin-top: 0.6em; margin-bottom: -0.3em; text-align: left; line-height: 2.7em; color: #666; }
.lastList a { color: #666; }
.lastList a:hover{ color: #06c;}
.lastList li {  display: flex; justify-content: space-between; align-items: center; color: #999;}
.lastList .txtb { flex: 1; margin-right: 1em;
height: 2.7em; overflow: hidden;
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:1; }
.lastList li .cate { display: inline;}
.lastList li .name { display: inline;}
.lastList li .name a { color: #333; }
.lastList li .name a:hover{ color: #06c;}
.lastList li .chapter { display: inline;}
.lastList li .time { color: #999;}

.position {text-align: left;  color: #999;
 padding:1.5em 0 0em; text-align: left; }
.position span.line { display: inline-block; margin: 0 0.1em;}
.position span { display: inline-block; }
.position a { color: #333;}
.position a:hover{ color: #3b82f6;}

/*底部*/
.footer { margin-top: 1.6em; text-align: center; width: 100%;
 color: #4b5563; background-color: #f3f4f6;}
.footer .con { display: flex; justify-content: center; align-items:center;
padding: 2em 0 2em;  margin: 0 auto; line-height: 2; }
.footer a { display: inline-block; color: #4b5563;}
.footer a:hover { color: #000;}

@media only screen and (max-width:828px) {
	.footer .con { margin: 0 2em;}
}

.page { margin-top: 1.2em;	text-align: center;	color: #222;line-height: 2.4em;	}
.page a,.page .cur { 
	display: inline-block;	color: #222;  background-color: #f3f4f6;
	padding: 0.1em 1em 0;margin: 0.4em 0.2em 0; 
	-moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;}
.page a:hover { background-color: #eee;}
.page .cur { background-color: transparent;}
.page .cur:hover { background-color: transparent;}
.page .disabled,.page .disabled:hover { background-color: #f6f7f8; color: #a2a7af;}


.page2 { display: flex; justify-content: space-between; align-items: center;
	margin: 2em 0 0; 	text-align: center;	color: #333;
	line-height: 2.4em; font-size: 14px;}
.page2 .selectW { flex: 1; margin: 0 0.8em;}
.page2 .select { cursor: pointer; font-size: 1em; border: 1px solid #3b82f6; width: 100%; text-align: center;
line-height:2.6em; height: 2.6em; outline: none; color: #666; background-color: transparent;
-moz-border-radius:0.2em; -webkit-border-radius:0.2em; border-radius:0.2em;}
.page2 a { padding: 0 1.5em; display: block; cursor: pointer;
color: #fff; background-color: #3b82f6; border: 1px solid #3b82f6;
-moz-border-radius:0.2em; -webkit-border-radius:0.2em; border-radius:0.2em;}
.page2 .disabled {padding: 0 1.5em; display: block; border: 1px solid #95c9dd;
background-color: #95c9dd; color: #fff;
-moz-border-radius:0.2em; -webkit-border-radius:0.2em; border-radius:0.2em;}

.readPage { margin-top: 1em; display: flex; justify-content: space-between; align-items: stretch;
background-color: #f2f3f4; overflow: hidden;
border: 1px solid #e4e4e4;
-moz-border-radius:0.2em; -webkit-border-radius:0.2em; border-radius:0.2em;}
.readPage a {display: flex; justify-content: center; align-items: center;
flex: 1; color: #666; cursor: pointer; padding: 0.8em 0 0.7em;border-right: 1px solid rgb(191 191 191 / 24%)}
.readPage a:hover { background-color: #fff; color: #3b82f6;}
.readPage a:last-child { border-right: 0;}

.btnBlue {
	margin-top: 1.1em; margin-right: 0.7em; padding: 0 1.9em; line-height: 2.5;
	display: inline-block; color: #fff; background-color: #3b82f6;
-moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;
}
.btnBlue:hover { color: #fff;}

.btnGray {
	margin-top: 1.1em; margin-right: 0.7em; padding: 0 1.9em; line-height: 2.5;
	display: inline-block; color: #444; background-color: #f3f4f6;
-moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;
}
.btnGray:hover { color: #444;}

/*弹出框 错乱漏章催更*/
.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 #3b82f6; color: #3b82f6; }
.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 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 .btnBlue { cursor: pointer;
 line-height: 2.7; color: #fff; display: block; background-color: #3b82f6;
padding: 0 3.5em;
-moz-border-radius:1.5em; -webkit-border-radius:1.5em; border-radius:1.5em;}

.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;}
}


/*弹出框 求书*/
.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; background-color: transparent;}
 .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; background-color: transparent;}

.popupAsk .popupBox .btnW { margin-top: 3em;}
.popupAsk .popupBox .btnBlue { cursor: pointer;
 line-height: 2.7; color: #fff; display: block; background-color: #3b82f6;
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;}
}