@charset "utf-8";
/* CSS Document */
/*公共样式*/
html {
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
}
body {
	width: 100%;
	height: 100%;
	font-size: 13px;
	font-family: "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
	background: #F5F5F5;
	font-weight: 300;
}
* {
	margin: 0px;
	padding: 0px;
}
img {
	height: auto;
	border: 0;
}
ul, li, dl, dd, dt, ol {
	list-style: none;
}
em {
	font-style: normal;
}
a:link, a:visited, a:focus {
	text-decoration: none;
	outline: none;
}
.clear {
	clear: both;
	overflow: hidden;
}
p {
	word-wrap: break-word;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, div, p, span, input {
	-webkit-tap-highlight-color: rgba(255,0,0,0);
	tap-highlight-color: rgba(255,0,0,0);
	-moz-tap-highlight-color: rgba(255,0,0,0);
	-ms-tap-highlight-color: rgba(255,0,0,0);
	-o-tap-highlight-color: rgba(255,0,0,0);
}
.hover {
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
}
textarea, input {
	font-family:"Microsoft YaHei";
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	color: #B8B8B8
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus {
	border-color: rgba(21, 104, 240, 0.9);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.065) inset, 0 0 0px rgba(21, 104, 240, 0.9);
	outline: 0 none;
}
/*搜索结果也样式*/
.uploadWrap{ width:1152px; padding:24px; background:#fff; margin:25px auto 0;}
.uploadleft{ width:809px; padding-right:24px; float:left; background:#fff;}
.uploadrightline{ width:809px; padding-right:24px; border-right:1px solid #E3E3E3; padding-right:24px;}
/*.uploadnav{}
.uploadnav a{ width:108px; display:block; float:left; font-size:14px; color:#444; height:40px; line-height:40px; text-align:center;}
.uploadnav a:hover{ border-bottom:2px solid #3B97F6; color:#3B97F6;}
.uploadnav a.on{ border-bottom:2px solid #3B97F6; color:#3B97F6;}*/
.searchboxA{ width:809px; height:83px; background: #FFF; float:left;}
.searchinput{width:788px; height:36px; background:#EEEEEE; position: relative;}
.inputwidth{ width:809px !important;}
.searchinput input{ display: block; height: 20px; padding: 8px 10px; line-height: 20px; width:691px;color: #222; background:#fff; border:1px solid #e3e3e3; float: left; border-right:none;}
.searchinput .searchbtn{ display: block; height:38px; cursor: pointer; line-height:38px; width: 76px; text-align: center; font-size: 14px; color: #FFF; float: right; background:#3B97F6; }
.searchinput .searchbtn:hover{ background:#0A6DD1;}
.jticon{width: 0; height: 0; border: 6px solid #FFF; border-color:#999999  transparent  transparent transparent; position: absolute; right:92px; top: 15px; cursor: pointer;}
.listreci li span{ display: block; width: 20px; height: 20px; margin-top: 5px; float: left; background:#B5B5B5; line-height: 20px; text-align: center;  color: #FFF;}
.listreci li p{ float: left; height:30px; line-height: 30px; color: #222; margin-left: 10px;}
.listreci li:nth-child(1) span{ background:#F17E3F;}
.listreci li:nth-child(2) span{ background:#FCB946;}
.listreci li:nth-child(3) span{ background:#F8CC75;}
.listreci li:hover{ background:#E8E8E8;}
.radiolist{ height:14px; line-height: 14px; float: left; margin:12px 20px 0px 0px;}
.radiolist span{ display: inline-block; height: 14px; margin-left:8px; float: left; font-size: 12px;}
.regular-radio {display: none;}
.listreci{  position: absolute;  background:#fff; top: 36px; left: 0px; width:710px; height: 0px; overflow: hidden;-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear; z-index: 10;}
.listreci li{  height:30px; width:634px; background: #fff; padding: 0px 15px; cursor: pointer;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;}
.regular-radio + label {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #999;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	/* padding: 6px; */
	border-radius: 50px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	float: left;
	}
.regular-radio:checked + label:after {
	content: ' ';
	width: 8px;
	height: 8px;
	border-radius: 50px;
	position: absolute;
	/* top: 2px; */
	background: #3A97F6;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: 0px;
	/* left: 2px; */
	font-size: 32px;
	}
.searchfruit{ width:809px; margin:0 auto;}
.fruittitle{ width:761px; height:40px; background:#F5F5F5; padding:0 24px; margin-top:12px;}
.fruittitle p{ font-size:18px; color:#212121; line-height:40px;}
.fruittitle p span{ font-size:18px; color:#FF2626; margin-right:5px;}
.fruitcontent{ width:809px; margin:0 auto;}
.fruitcontent ul li{ border-bottom:1px dotted #E3E3E3; padding:24px 0;}
.fruitcontent .fruitwit{ width:100%;}
.fruitcontent .fruitwit h5{ font-size:20px; color:#212121; line-height:24px; font-weight:400;}
.fruitcontent .fruitwit h5 span{ width:24px; height:24px; display:inline-block; margin-right:10px; vertical-align:top;}
.fruitcontent .fruitwit p{ font-size:14px; color:#666; line-height:150%; margin:10px 0;}
.fruitcontent .fruitwit .fruitcount{}
.fruitcontent .fruitwit .fruitcount span{ font-size:12px; color:#999; line-height:14px; padding:0 12px; border-left:1px solid #999;}
.fruitcontent .fruitwit .fruitcount span:first-child{ border-left:none; padding-left:0;}
.fruitcontent .fruitwit .fruitcount span b{ width:20px; height:16px; display:inline-block; vertical-align:middle; background: url(../images/newyxk-ydicon.svg) 0px 0.09em no-repeat; margin-right:5px;}
.fruitcontent .fruitwit .fruitcount span.price{ color:#FF5926;}
.fruitcontent .fruitwit .fruitcount a{ background:#f5f5f5; border-radius:16px; color:#666; display:block; float:right; font-size: 12px; height:18px; line-height:18px; text-align:center; width:48px;margin-top:11px;}
.fruitcontent .fruitwit .fruitcount a:hover,.fruitcontent .fruitwit .fruitcount a.play:hover{ background:#86bd29; color:#fff;}
.fruitcontent .fruitwit .fruitcount a.play{ background:#59B200;color:#fff;}
.fruitwit h5 a{color:#222; height:24px; line-height:24px;}
.fruitwit h5 a:hover{color:#3b97f6;}
/*上、下一页样式开始*/
.pagebottom{ width:100%; margin:0 auto;text-align:center}
.update-pagebox { display:inline-block; margin:0 auto; margin-top:30px; height:30px; line-height:30px; text-align:center; }
.update-pagebox span { color:#CCCCCC; font-size:12px; cursor: pointer; padding:0px 10px; background:#FFF; border: 1px solid #E3E3E3; height:30px; display: inline-block; line-height:30px; -webkit-transition:all 0.2s ease-in; transition:all 0.2s ease-in; -moz-transition:all 0.2s ease-in; -ms-transition:all 0.2s ease-in; -o-transition:all 0.2s ease-in; }
.update-pagebox span.on{ background:#3b97f6; color:#FFF;}
.update-pagebox span:hover{ background:#3b97f6; color:#FFF;}
.record{ font-size:14px; color:#666; line-height:150%; text-align:center; margin-top:10px;}
/*上、下一页样式结束*/
.uploadright{ width:294px; float:right; background:#fff; margin-top:12px;}
.uploadright a{ width:294px; height:200px; display:block;}
.uploadright a img{ width:294px; height:200px;}
.uploadbtn{ width:294px; float:right; margin-top:94px;}
.uploadbtn a{ width:294px; height:48px; line-height:48px; background:#00CC99; color:#fff; border-radius:2px; text-align:center; display:block; font-size:22px;}
.uploadbtn a:hover{ background:#00B085;}
.uploadbtn a span{ width:30px; height:30px; display:inline-block; vertical-align:middle; background:url(../images/uploadicon.png) 0 -30px no-repeat; margin-right:10px; background-size:400px 400px;}
.uploadbtn p{ color:#666; font-size:14px; height:20px; line-height:20px; margin-top:5px; text-align:center; width:100%;}
.uploadbtn p em{ color:#212121; font-size:18px; font-weight:lighter; margin:0 3px;}

.doccontentWrap{ width:1200px; margin:25px auto 0;}
.doccontentleft{ float:left; width:834px;}
.doccontentmain{ width:782px; padding:30px 25px; border:1px solid #e8e8e8; background:#fff; }
.doccontentright{ float:right; width:342px;}
.titletop{ width:100%;}
.titletop h1{ font-size:24px; color:#333; font-weight:300;}
.titletop h2{ font-size:28px; color:#333; text-align:center; line-height:37px;}
.titletop h2 span{ width:24px; height:24px; display:inline-block; margin-right:10px;}
.titletop h2 span img{ width:24px; height:24px; display:inline-block; vertical-align:middle;}
.titletop p:nth-child(2) {
    padding: 10px 30px;
    font-size: 14px;
    color: #1e1e1e;
}
.titletop p:nth-child(3) {
	padding: 0 30px;
    line-height: 20px;
    color: #555;
}
.wz-tbbox{ height: 24px; margin-top: 15px;  width: 100%;}
.wz-tbbox .wz-yds{ float:left; font-size:12px; color:#999; line-height:150%;}
.wz-tbbox .wz-dzs{ float:right; font-size:12px; color:#999; line-height:24px;}
.wz-tbbox .wz-dzs span{ width:18px; height:24px; display:inline-block; vertical-align:middle; background:url(../images/yxk-sprite.png) -100px -130px no-repeat;}
.docimgbox{ width:782px; height:850px; margin-top:40px; background:#fff;}
#documentViewer{height:850px;}
.docfooter{ width:100%; margin:20px auto 0;}
.countleft{ float:left; margin-top:14px;}
.countleft span{ font-size:12px; color:#999; line-height:20px; margin-right:30px; height:20px; display:inline-block;}
.countleft span b{ width:20px; height:20px; display:inline-block; vertical-align:middle; background:url(../images/uploadicon.png) no-repeat; background-size:400px 400px; margin-right:5px;cursor: pointer;}
.countleft span b.zan{ background-position:-50px -2px;position: relative;
top: -4px;}
.countleft span b.zan:hover{ background-position:-50px -41px;}
.countleft .bf{background: url(../images/newyxk-ydicon.svg) 0px 0.09em no-repeat;position: relative;
top: 1px;}
/*.countleft span b.bf:hover{ background-position:-88px -41px;}*/
.countleft span b.sc{ background-position:-126px -2px;position: relative;
top: -4px;}
.book-money {float: right;font-size: 16px;color: #e42100;padding-top: 15px;padding-right: 20px;font-weight: bold;}
.countleft span b.sc:hover{ background-position:-126px -41px;}
#shareicon{ float:left; margin-top:13px; font-size:12px; color:#999;}
#shareicon em{float: left; font-size: 16px; margin: 1px; color: rgb(153, 153, 153);}
#shareicon span{ width:24px; height:24px; display:inline-block; vertical-align:middle; background:url(../images/uploadicon.png) no-repeat; background-size:400px 400px; margin-right:12px;}
#shareicon span.sina{ background-position:-165px -2px;}
#shareicon span.sina:hover{ background-position:-165px -42px;}
#shareicon span.weix{ background-position:-209px -2px;}
#shareicon span.weix:hover{ background-position:-209px -42px;} 
#shareicon a {width: 24px !important;height: 24px !important;display: inline-block !important;vertical-align: middle !important;background: transparent url("../images/uploadicon.png");margin: 0px!important;}
.dowright{ float:right; width:168px;}
.dowright a{ width:168px; height:48px; color:#fff; border-radius:4px; text-align:center; display:block; font-size:12px; overflow:hidden; font-weight:lighter;
	-webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear; }
.dowright a.green{ background:#00C192;}
.dowright a.green:hover{ background:#00b085;}
.dowright a.orange{ background:#FF5C26;}
.dowright a.orange:hover{ background:#ff4d11;}
.dowright_book{float:right;width:134px;height:40px;border-radius:5px;background:#2a81db;text-align:center;line-height:40px;color:#FFF;font-size:14px;margin-top:5px;overflow:hidden;}
.dowright_book a {display:block;color:#FFF;}
.xzleft{ float:left; margin-top:10px; padding-left:26px;}
.xzleft span{ width:34px; height:30px; display:inline-block; vertical-align:middle; background:url(../images/uploadicon.png) no-repeat; margin-right:7px;}
.xzleft span.xz{ background:url(../images/xz.png) no-repeat;}
.xzleft span.jb{ background:url(../images/je.png) no-repeat;}
.dxright{ float:left; height:28px; margin-top:8px;}
.dxright span{ font-size:11px; color:#fff; display:block; text-align:left;}
.siderightbox{ background:#fff; margin-bottom:24px; padding:20px; border:1px solid #e8e8e8;}
.authorname a:hover{color:#3B97F6; font-weight:300;}
.sidetitle{ border-bottom:1px solid #E3E3E3;}
.sidetitle h5{color:#222; float:left; font-size:18px; height:24px; line-height:24px; padding-bottom:15px; font-weight:400;}
.sidetitle a{ width:26px; height:26px; display:block; float:right; background:url(../images/uploadicon.png) -103px -77px no-repeat;}
.authorbox{ margin:20px 0;}
.authorbox .picimg{ width:64px; height:64px; float:left; border-radius:50%;}
.authorbox .picimg img{ width:64px; height:64px; overflow:hidden; border-radius:50%;}
.authorbox .namebox{ width:222px; float:left; margin-left:14px; height:52px; overflow:hidden; padding-top:10px;}
.authorbox .namebox p.name{ font-size:16px; color:#212121; line-height:150%;}
.authorbox .namebox p.name span{ width:19px; height:17px; display:inline-block; vertical-align:middle; background:url(../images/uploadicon.png) -145px -80px no-repeat; margin-left:5px;}
.authorbox .namebox p.time{ font-size:12px; color:#999; line-height:160%; margin-top:4px;}
.zhsh-list{ width:302px; margin:0 auto;}
.zhsh-list ul li{ cursor:pointer; float:left; text-align:center; width:92px; height:46px; padding-top:8px; border:1px solid #EEEEEE; background:#F8F8F8; margin-left:9px;}
.zhsh-list ul li:first-child{ margin-left:0;}
.zhsh-list ul li em{ color:#212121; display:block; font-size:18px;}
.zhsh-list ul li b{ color:#666; display:block; font-size:12px; font-weight:400;}
.siderightbtn{ width:240px; margin:20px auto 5px; padding:0 30px;}
.siderightbtn a{ width:108px; height:34px; line-height:34px; font-size:14px; color:#fff; text-align:center; border-radius:4px; background:#3b97f6; display:block; float:left; margin-left:23px;}
.siderightbtn a:first-child{ margin-left:0px;}
.siderightbtn a:hover{ background:#0b76e1;color:#FFF; font-weight:300;}
.recomm ul li{ border-bottom:1px dotted #ccc; padding:15px 0;}
.recomm ul li a{ display:block;}
.recomm ul li a:hover{ font-weight:300;}
.recomm ul li h4{ font-size:14px; color:#212121; line-height:150%; margin-bottom:3px; font-weight:400;}
.recomm ul li p span{ font-size:12px; color:#999; line-height:160%; margin-right:15px;}

/*下载文档提示弹出框*/
.zhezhao{ width:100%; height:100%; background:rgba(0,0,0,0.2); position:fixed; top:0; left:0;z-index: 100;}
.tanchubox{ width:420px; padding:15px 30px; background:#fff; position:fixed; top:30%; left:0; right:0; margin:0 auto;z-index: 2000;}
.tanchubox2{ width:420px; padding:15px 30px; background:#fff; position:fixed; top:30%; left:0; right:0; margin:0 auto;z-index: 2000;}
.deductjf p{ }
.deductjf h4{ font-size:14px; color:#444; line-height:150%; float:left; font-weight:400;}
.deductjf a.delete{ width:28px; height:28px; display:block; background-image:url(../images/uploadicon.png); background-position:-203px -74px; background-size:400px 400px; float:right; border-radius:50%;}
.deductjf a:hover{ background-color:#eee;}
.filesize{ width:380px; background:#FAFAFA; border:1px dashed #ccc; padding:20px; text-align:center; margin:20px auto 30px;}
.filesize h5{ font-size:14px; color:#212121; line-height:150%; font-weight:400px;}
.filesize p{ font-size:12px; color:#999; line-height:150%;}
.deductjf p.useinte{ font-size:18px; color:#212121; line-height:150%; margin-bottom:5px; text-align:center;}
.deductjf p.useinte b{ color:#FF5B26; font-weight:normal; margin:0 4px;}
.deductjf p.totalinte{ font-size:12px; color:#444; line-height:150%; text-align:center;}
.deductjf p.tishi{ font-size:16px; color:#212121; line-height:150%;}
.deductjf p.tishi b{ color:#FF5B26; font-weight:normal; margin:0 4px;}
.deductjf a.downbtn{ width:108px; height:34px; line-height:34px; display:block; float:left; font-size:14px; text-align:center; border-radius:4px; color:#fff; background:#00C192; margin:0 auto; margin:20px 0 20px 157px;}
.collectmain a.downbtn{ width:108px; height:34px; line-height:34px; display:block; float:left; font-size:14px; text-align:center; border-radius:4px; color:#fff; background:#00C192; margin:0 auto; margin:20px 0 20px 157px;}
.deductjf a.downbtn:hover{ background:#00b085;}
.collectmain a.downbtn:hover{ background:#00b085;}
.deductjf a.cancel{ width:108px; height:34px; line-height:34px; display:block; float:left; font-size:14px; text-align:center; border-radius:4px; color:#444; background:#EEEEEE; margin:20px 0 20px 30px;}
.deductjf a.cancel:hover{ background:#ccc;}
.deductjf ul li{ font-size:14px; color:#212121; line-height:150%; margin-bottom:5px;}
.deductjf ul li a{ width:70px; height:24px; line-height:24px; color:#fff; text-align:center; background:#00C192; font-size:14px; color:#fff; display:inline-block; border-radius:2px; margin:0 5px;}
.deductjf ul li a:hover{ background:#00b085;}
.deductjf p.help{ text-indent:1.5em; font-size:14px; color:#666; line-height:150%; margin-bottom:20px;}
.deductjf p.help a{ color:#3997F6; font-size:14px; text-decoration:underline; background:none;}
.deductjf p.help a:hover{ color:#0b76e1;}
.deductjf .payway {border-bottom: 2px solid #3B97F6;}
.deductjf .h2 {margin-left:15px;}
.quanlist {width: 80%;height: 35px;color: #333;}
.pointoutWrap{ width:1200px; margin:25px auto 0; background:#fff;}
.xz-success{ text-align:center; padding:120px 124px 0 124px;}
.xz-success h3,.gm-success h3{ font-size:32px; color:#00CC99; line-height:36px; margin-bottom:25px;}
.xz-success h3 span,.gm-success h3 span{ width:36px; height:36px; display:inline-block; vertical-align:middle; background:url(../images/uploadicon.png) 0 -136px no-repeat; margin-right:10px;}
.xz-success p,.gm-success p{  color:#1F1F1F; line-height:150%;}
.xz-success p.fontsmall{ font-size:14px;}
.xz-success p.fontsmall b,.gm-success p.fontbig b{ color:#FF5B26; font-weight:normal; margin:0 5px;}
.gm-success{ text-align:center; padding:120px 124px 0 124px;}
.gm-success p.fontbig{ font-size:18px;}
.gm-success a{ width:140px; height:36px; display:block; background:#00c192; font-size:16px; color:#fff; line-height:36px; text-align:center; border-radius:4px; margin:30px auto 0;}
.gm-success a:hover{ background:#00b085;}
.codeshare{ width:900px; height:120px; padding:30px 0; background:#FAFAFA; border:1px dashed #CCCCCC; margin:110px auto 60px;}
.codepic{ width:120px; height:120px; float:left; margin-left:170px;}
.codewit{ float:left; margin-top:38px; margin-left:10px;}
.codewit p{ font-size:16px; color:#212121; line-height:150%; text-align:left;}
.codewit span{ font-size:12px; color:#444444; line-height:150%;}
.doclist{ width:900px; margin:0 auto; padding-bottom:66px;}
.doclist h4{ font-size:18px; color:#1F1F1F; line-height:150%; font-weight:400; margin-bottom:15px;}
.doclist ul li{ width:125px; float:left; margin-left:30px;overflow: hidden;height: 218px;}
.doclist ul li:first-child{ margin-left:0;}
.doclist ul li span{ width:125px; height:170px; display:block;}
.doclist ul li span img{ width:125px; height:170px;}
.doclist ul li p{ font-size:12px; color:#1F1F1F; line-height:150%; text-align:justify; margin-top:10px;}
.doclist ul li a{ font-size:12px; color:#1F1F1F; line-height:150%; text-align:justify; margin-top:10px;}
.doclist ul li a:hover{ color:#1F1F1F;font-weight: 100;}
.paywitbox{ float:left; font-size:28px; color:#444; line-height:64px; margin-left:20px;}
.payWrap{ width:1200px; margin:25px auto 0; padding:60px 0; background:#fff;}
.paymain{ width:712px; margin:0 auto;}
.paymain ul li{ margin-bottom:24px;}
.paymain .payleftbox,.paymain .payrightbox{ float:left;}
.paymain .payleftbox p{ font-size:14px; color:#666; line-height:150%;}
.paymain .payrightbox b{ font-size:14px; color:#212121; line-height:150%; font-weight:normal;}
.paymain .payrightbox em{ font-size:14px; color:#FF4C4C; line-height:150%;}
.paymain .payrightbox .payrightbg{ width:600px; height:40px; padding:20px; background:#F5F5F5;}
.paymain .payrightbox .payrightbg span{ width:24px; height:24px; display:block; float:left; margin-right:10px; margin-top:10px;}
.paymain .payrightbox .payrightbg .paywit{ float:left;}
.paymain .payrightbox .payrightbg .paywit p.tit{ font-size:14px; color:#212121; line-height:160%;}
.paymain .payrightbox .payrightbg .paywit p.size{ font-size:12px; color:#999; line-height:160%;}
.tablist{ height:32px;}
.tablist a{ display:block; float:left; font-size:14px; background:#FAFAFA; border-top:1px solid #eee; color:#444; height:32px; line-height:32px; text-align:center; width:100px;}
.tablist a:hover{ border-top:2px solid #3B97F6; color:#3B97F6; background:#F5F5F5; height:31px;}
.tablist a.nowlist{ border-top:2px solid #3B97F6; color:#3B97F6; background:#F5F5F5; height:31px;}
.collectmain{ width:460px; height:140px; padding:20px 0 20px 180px; background:#F5F5F5;}
.zfb-ewm{}
.zfb-ewm span{ width:140px; height:140px; display:block; float:left;}
.zfb-ewm p{ font-size:14px; color:#212121; line-height:150%; float:left; margin-top:50px; margin-left:20px;}
.paybtn{ margin-left:71px;}
.paybtn a{ width:130px; height:38px; background:#FF4D4D; font-size:16px; color:#fff; text-align:center; border-radius:4px; line-height:38px; display:block;}
.paybtn a:hover{ background:#FF3535;}
.personalinfo{ width:1148px; background:#fff; border:1px solid #E8E8E8; padding:40px 25px; margin:25px auto 0;}
.personalinfo em{ width:1px; height:100px; background:#E3E3E3; margin:18px 54px 0 54px; display:block; float:left;}
.briefleftbox{ float:left;}
.briefleftboxy{ padding-left: 50px;}
.briefleftbox .briefpic{ width:106px; height:106px; margin-right:12px; float:left;}
.briefleftbox .briefpic span{ width:102px; height:102px; padding:3px; background:#F5F5F5; border-radius:50%; display:block;}
.briefleftbox .briefpic span img{ width:102px; height:102px; border-radius:50%;}
.briefleftbox .briefwit{ float:left; width:210px;}
.briefleftbox .briefwity{ width:620px;margin-left: 30px;margin-top: 10px;}
.briefleftbox .briefwit h4{ font-size:24px; color:#1F1F1F; font-weight:normal;}
.briefleftbox .briefwit h4 span{ width:24px; height:20px; display:inline-block;position:relative;top:-3px; background:url(../images/uploadicon.png) no-repeat; background-size:400px 400px; margin-left:10px; vertical-align:middle;}
.briefleftbox .briefwit h4 span.V0{ background-position:-376px -2px;}
.briefleftbox .briefwit h4 span.V1{ background-position:-376px -33px;}
.briefleftbox .briefwit h4 span.V2{ background-position:-376px -63px;}
.briefleftbox .briefwit h4 span.V3{ background-position:-376px -93px;}
.briefleftbox .briefwit h4 span.V4{ background-position:-376px -127px;}
.briefleftbox .briefwit h4 span.V5{ background-position:-376px -163px;}
.briefleftbox .briefwit h4 span.V6{ background-position:-376px -197px;}
.briefleftbox .briefwit h4 span.V7{ background-position:-376px -233px;}
.briefleftbox .briefwit h4 span.V8{ background-position:-376px -267px;}
.briefleftbox .briefwit h4 span.V9{ background-position:-376px -303px;}
.briefleftbox .briefwit h4 span.V10{ background-position:-376px -337px;}
.briefleftbox .briefwit p{ font-size:12px; color:#444; line-height:150%; margin:10px 0; text-align:justify;}
.briefleftbox .briefwit p span{ background:url(../images/uploadicon.png) no-repeat; display: inline-block; height: 24px; margin-right: 12px; vertical-align: middle; width:24px;}
.briefleftbox .briefwit p span.sina{ background-position: -165px -2px;}
.briefleftbox .briefwit p span.sina:hover{ background-position: -165px -42px;}
.briefleftbox .briefwit p span.weix{ background-position: -209px -2px;}
.briefleftbox .briefwit p span.weix:hover{ background-position: -209px -42px;}
.integralbox{ float:left;  margin-top:15px;}



.integralbox ul li{ font-size:14px; color:#444; line-height:150%; margin-top:7px;}
.integralbox ul li:first-child{ margin-top:0px;}
.integralbox ul li span{ width:18px; height:18px; display:inline-block;cursor:pointer; vertical-align:middle; background:url(../images/uploadicon.png) -68px -136px no-repeat; margin-left:10px;}
.integralbox ul li b{ color:#FF5926; font-weight:normal;}
.integralbox ul li i{ color:#3997F6; font-style:normal;}
.btnrightbox{ float:left; width:196px; margin-top:28px;}
.gr-btnbox{ margin-right:40px; margin-left:20px;}
.gr-btnbox,.wj-btnbox{ width:60px; float:left;}
.gr-btnbox a,.wj-btnbox a{ display:block;}
.gr-btnbox a:hover span,.wj-btnbox a:hover span{ background-color:#73B6F9;}
.gr-btnbox a:hover p,.wj-btnbox a:hover p{ color:#3B97F6; font-weight:300;}
.gr-btnbox a span{ width:58px; height:58px; display:block; border-radius:50%; background:url(../images/uploadicon.png) -282px 0 no-repeat #ccc;}
.gr-btnbox a p{ color:#333; font-size:14px; text-align:center; line-height:150%; margin-top:3px;}
.wj-btnbox a span{  width:58px; height:58px; display:block; border-radius:50%; background:url(../images/uploadicon.png) -282px -100px no-repeat #ccc;}
.wj-btnbox a p{ color:#333; font-size:14px; text-align:center; line-height:150%; margin-top:3px;}
.txtipsbox{ width:1152px; height:704px; background: #FFF; margin:25px auto 0; overflow: hidden;}
.txtipsboxa{ width: 898px; height: 260px; border: 1px dashed #CCC; margin:70px auto;  background: #FAFAFA;}
.txtipsboxb{width: 900px; height: 260px;  margin:0px auto; }
.txtipsboxaleft{ width: 376px; height:180px; margin-top: 40px; border-right: 1px solid #E3E3E3; padding-left:40px; padding-right: 130px; float: left;}
.titletopa{ height: 30px; line-height:#202020; font-size: 23px; }
.titletopb{  line-height: 160%; font-size: 14px; color:#666666 ; margin: 20px auto;letter-spacing: 2px; font-weight: lighter; }
.anzhuotext{ width: 108px; height: 48px; background:url(../images/anzhuoicon.png) no-repeat  40px center #E3E3E3; padding-left: 70px; display: block; line-height: 48px; font-size: 14px; color: #4C4D5D; border-radius: 3px;-webkit-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in; float: left;}
.anzhuotext:hover{ background: url(../images/anzhuoicon.png) no-repeat  40px center #BEBEBE; color: #222;  }
.pingguotext{ width: 108px; height: 48px; background: url(../images/pingguoicon.png) no-repeat  40px center #E3E3E3; padding-left: 70px; display: block; line-height: 48px; font-size: 14px; color: #4C4D5D; border-radius: 3px;-webkit-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in; float:right;}
.pingguotext:hover{ background: url(../images/pingguoicon.png) no-repeat  40px center #BEBEBE; color: #222;  }
.uploadbtnbox{ width: 376px; height: 48px; }
.txtipsboxaright{ width: 154px; float: left; margin: 40px 90px 0px 90px; }
.erweimatixtext{ height: 20px; line-height: 20px; font-size:12px; text-align: center; }
.listtixianbox{ width: 278px; height:240px; border: 1px dashed #CCC; margin-right:30px; float: left; background: #FAFAFA;}
.topcboxa{ text-align: center; margin:30px auto;}
.topcboxaa{ display: inline-block; }
.topcboxapic{ width: 48px; height: 48px; float: left; }
.topcboxatext{ float: left; display: inline-block; height: 48px; }
.topcboxatext span{ display: block; text-align: left; padding-left: 5px;}
.topcboxatext .titleboxded{ color: #3A97F6; height: 30px; line-height: 30px; font-size: 18px;}
.topcboxatext .titleboxdedb{ color:#666666; font-size: 12px; height:18px; line-height: 18px; }
.topcboxb{ text-align: center; font-size: 14px; color: #666666; height: 20px; line-height: 20px; }
.topcboxb span{ font-size: 14px; color: #F29800;  }
.topcboxc{ width: 200px; height: 34px; margin: auto; line-height: 34px; text-align: center; border: 1px solid #E3E3E3; color:#666666; font-size:12px;background: #FFF; border-radius: 3px; margin-top: 45px;-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in; display: block;}
.topcboxc:hover{ color: #333; }
.topcboxbb{ text-align: center; font-size: 14px; color: #666666; height: 20px; line-height: 20px; }
.topcboxbb span{ font-size: 14px; color: #666666;  }
.topcboxatext .titleboxdedd{ color: #F2993F; height: 30px; line-height: 30px; font-size: 18px;}
.topcboxatext .titleboxdeddd{ color: #FF4C4C; height: 30px; line-height: 30px; font-size: 18px;}

.personal{ width:1200px; margin:24px auto 0; background:#fafafa;}
.personalleft{ width:179px; background:#fafafa; float:left; height:100%; border-right:1px solid #eee;}
.listbox{ width:179px; min-height:48px;}
.listbox a{ height:48px; line-height:48px; background:#fafafa; display:block; width:179px; text-align:center; font-size:16px; color:#212121; border-bottom:1px solid #E8E8E8;}
.listbox a:hover{ color:#3B97F6; background:#fff;}
.listbox a.on{color:#3B97F6; background:#fff;  border-right:1px solid #fff;}
/*.listbox a.xjfl{ color:#00B085;}
.xjbox{ margin:20px 0 0 15px;}
.xjbox input{ border:1px solid #E3E3E3; background:#fff; height:30px; line-height:30px; color:#999; font-size:14px; padding-left:10px; width:138px;}
.xjbox a,.querenbox a{ width:70px; height:28px; display:block; float:left; border:none; font-size:14px; line-height:28px; text-align:center; margin:20px 0;}
.xjbox a.xj,.querenbox a.xj{ background:#3A97F6; color:#fff; margin-right:10px;}
.xjbox a.qx,.querenbox a.qx{ background:#e3e3e3; color:#444;}*/
.personalright{ width:940px; padding:40px; background:#fff; float:left; height:auto; position:relative;}
.personalrighty{width: 100%; padding: 0 0 50px 0;}
.personalright .modulebox h3{ font-size:20px; color:#000; line-height:150%; font-weight:400;}
.modulebox{ margin-bottom:30px;}
.modulebox:last-child{ margin-bottom:0;}
.wdcontent{ background:#FAFAFA; width:940px; margin-top:10px;}
.wdcontenty{ width:100%;}
.wdlistbox{ width:940px; border-bottom:1px solid #E3E3E3;}
.wdlistboxy{ width:100%;}
.wdlistbox:last-child{ border-bottom:none;}
.wdlistboxa{ width:871px; border-bottom:1px solid #E3E3E3; padding-left:20px;}
.wdlistbox p{ float:left; line-height:24px; height:45px; line-height:45px; text-align:center; font-size:14px;}
.wdlistboxa p{ float:left; line-height:24px; height:45px; line-height:45px; text-align:center; font-size:14px; color:#000; }
.integral{ width:310px;}
.integral a{ font-size:12px; color:#999; margin-left:15px;}
.sametb{ width:120px;}
.colorA{ color:#F2993F;}
.colorB{ color:#00CC99;}
.colorC{ color:#3997F6;}
.colorD{ color:#999999;}
.colorE{ color:#FF3535;}
.colorF{ color:#FF5926;}
.wdname{ margin-left:20px; width:400px; text-align:left !important;}
.wdnameB{ width:516px;}
.wdnameC{ width:632px;}
.wdpic{  width:30px; }
.wdpic img{ width: 24px; height: 24px; display: block; float: left; margin-top:11px;}
.filename{ width:372px; text-align:left !important;}
.filenamey{ width:600px;}
.filenameB{ width:488px; }
.filenameC{ width:604px;}
.filename a,.titlenamet3 a{ font-size:14px; color:#212121;}
.sametd{ width:116px;padding-right: 8px;}
.sametdy{ float:right !important;}
.uptime{ width:120px;}
.checkicon { width:30px; height:45px; margin-left:20px;}
.checkicon span { width:13px; height:14px; display:block; background: url(../images/radio-icon.png) 0 -48px no-repeat; margin:16px auto 0;}
.scwdname{ width:400px; text-align:left !important;}
.samesc{ width:110px;}
.samescA{ width:80px;}
.kuang{ width:118px; height:24px; line-height:24px; color:#212121; font-size:14px; float:left;}
.xjbox a.xj:hover,.wjname a.qd:hover,.morebtnbox a.yd:hover,.querenbox a.xj:hover{background:#0b76e1;}
.xjbox a.qx:hover,.wjname a.qx:hover,.morebtnbox a.qx:hover,.querenbox a.qx:hover{background:#ccc;}
.modify{ width:54px; text-align:right !important;}
.wdcontent ul li { font-size:14px; height:45px; line-height:45px; position: relative; border-bottom: 1px dotted #ccc; margin:0 20px;}
.wdcontent ul li p{ float:left; font-size:14px; height:45px; line-height:45px; overflow:hidden; text-align:center;}
.morebtn a{ text-align:center; height:24px; line-height:24px; font-size:14px; color:#666; display:block; width:100%; padding:15px 0 25px 0;}
.morebtnbox{ text-align:center; width:180px; margin:0 auto;}
.morebtnbox a{ width:70px; height:28px; line-height:28px; text-align:center; display:block; font-size:14px; float:left; margin:20px 10px;}
.morebtnbox a.yd{ color:#fff; background:#3A97F6;}
.morebtnbox a.qx{ color:#444444; background:#E3E3E3;}
.morebtn a:hover{ color:#000;}
.papersnavlist{ text-align:center; margin-bottom:20px;}
.papersnavlist a{ width:114px; text-align:center; font-size:14px; color:#444; background:#F5F5F5; height:40px; line-height:40px; display:inline-block;
 -webkit-transition:all 0.2s ease-in; transition:all 0.2s ease-in; -moz-transition:all 0.2s ease-in; -ms-transition:all 0.2s ease-in; -o-transition:all 0.2s ease-in;}
.papersnavlist a:hover{ color:#fff; background:#3B97F6;}
.papersnavlist a.on{ color:#fff; background:#3B97F6;}
.papersmain{ width:940px;}
.paperscont{ display:none;}
.papersmain table{ width:100%;}
.papersmain tbody{ background:#fff; height:54px; line-height:54px;}
.papersmain thead{ background:#F8F8F8; height:44px; line-height:44px;}
.papersmain thead td{ border:1px solid #E3E3E3; font-size:14px; color:#212121;}
.papersmain thead td.wideA,.papersmain tbody td.wideA{ width:50%; padding-left:2%;}
.papersmain thead td.wideB,.papersmain tbody td.wideB{ width:18%; text-align:center;}
.papersmain thead td.wideC,.papersmain tbody td.wideC{ width:56%; padding-left:2%;}
.papersmain thead td.wideC,.papersmain tbody td.wideD{ width:10%; text-align:center;}
.papersmain tbody td{ border:1px solid #E3E3E3; font-size:14px; color:#444;}
.papersmain tbody td.wideA span,.papersmain tbody td.wideC span{ width:24px; height:24px; display:inline-block; margin-right:10px;}
.papersmain tbody td.wideA span img,.papersmain tbody td.wideC span img{ width:24px; height:24px; vertical-align:middle;}
.papersmain tbody td.wideA b,.papersmain tbody td.wideC b{ font-weight:normal;}
.papersmain tbody td.colourA{ color:#999999;}
.papersmain tbody td.colourB{ color:#FF5B26;}
.papersmain tbody td.colourC{ color:#3A97F6;}
.papersmain tbody td.wideA p{ float:left; font-size:14px; height:54px; line-height:54px; overflow:hidden; text-align:center;}
.papersmain tbody td.wideA p.checkpic{ float:left; margin-right:15px; margin-top:2px;}
.papersmain tbody td.wideA p.wjname{ float:left;}
.papersmain tbody td.wideA p.wjname input{ width:140px; height:24px; border:none; background:none; line-height:24px; font-size:14px; color:#000 !important; float:left; padding:0 5px; margin-top:14px;}
.papersmain tbody td.wideA p.wjname input[type="text"]:focus{ width:138px; height:22px; line-height:22px; box-shadow:none; border:1px solid #e3e3e3; background:#fff; color:#222;}
.papersmain tbody td.wideA p.wjname a{width:64px; height:24px; line-height:24px; display:block; float:left; font-size:12px; text-align:center; margin-left:10px; margin-top:14px; }
.papersmain tbody td.wideA p.wjname a.qd{ color:#fff; background:#3A97F6;}
.papersmain tbody td.wideA p.wjname a.qx{ color:#444444; background:#E3E3E3;}
.papersmain tbody td.wideA p.wjname a.qd:hover,.papersmain tbody td a.newbtn:hover{background:#0b76e1;}
.papersmain tbody td.wideA p.wjname a.qx:hover,.papersmain tbody td a.deletebtn:hover{background:#ccc;}
.papersmain tbody td.wideB em{ color:#999; padding:0 10px;}
.papersmain tbody td.wideB a{color:#3A97F6; font-size:12px;}
.papersmain tbody td.wideB a:hover{ color:#0b76e1;}
.papersmain tbody td.wideD{ text-align:center;}
.papersmain tbody td a.newbtn{ width:108px; height:34px; line-height:34px; font-size:14px; display:inline-block; text-align:center; border-radius:4px; background:#3A97F6; color:#fff; margin:17px 30px 17px auto;}
.papersmain tbody td a.deletebtn{ width:108px; height:34px; line-height:34px; font-size:14px; display:inline-block; text-align:center; border-radius:4px; background:#EEEEEE; color:#444; margin:17px auto;}
.namebox  .mtpru-mess{position: relative;top: -2px;}
.namebox  .name  .authorname span :hover{color:#FFF !important;}
.namebox  .name  .authorname span em:hover{color:#FFF;}
.#jggrid span:hover{color:#FFF;}

/*搜索结果页样式*/
.fruitcontent .fruitwit .fruitcount .buyBooks {
    width: 100px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #2a81db;
    border-radius: 5px;
    font-size: 14px;
	margin-top: 0;
}

.fruitcontent .fruitwit .fruitcount span.free-money {
    display: block;
    color: #e42100;
    font-size: 16px;
    float: right;
    height: 40px;
    line-height: 40px;
    border-left: 0 none;
}

.fruitcontent .fruitwit .fruitcount {
    font-size: 14px;
    line-height: 40px;
}

.book-list .book-ranking {
  float: right;
  width: 340px;
  border: 1px solid #e1e1e1;
}
.book-list img {
  display: block;
  width: 100%;
  height: 100%;
}
.book-list .book-ranking h2 {
width: 100%;
height: 46px;
line-height: 46px;
font-size: 20px;
text-align: center;
}
.book-list .book-ranking h3 {
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding-left: 44px;
  font-size: 20px;
  background: url(../images/hot-img.png) no-repeat 16px center;
}
.book-list .book-ranking .rank-list ul {
  padding: 0 10px;
  background-color: #fff;
}
.book-list .book-ranking .rank-list li {
  padding: 18px 0px 18px 10px;
  border-bottom: 1px dashed #e8e8e8;
}
.book-list .book-ranking .rank-list li:nth-last-child(1) {
  border-bottom: 0 none;
}
.book-list .book-ranking .rank-list li:nth-child(1) .left-rank p,
.book-list .book-ranking .rank-list li:nth-child(2) .left-rank p,
.book-list .book-ranking .rank-list li:nth-child(3) .left-rank p {
  color: #f40000;
}
.book-list .book-ranking .rank-list .left-rank {
  float: left;
  width: 100px;
  position: relative;
}
.book-list .book-ranking .rank-list .left-rank p {
  font-size: 14px;
}
.book-list .book-ranking .rank-list .left-rank p:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}
.book-list .book-ranking .rank-list .left-rank p:nth-child(3) {
  padding-left: 14px;
  padding-top: 20px;
}
.book-list .book-ranking .rank-list .left-rank .rank-img {
  width: 76px;
  height: 90px;
  margin: 0 auto;
}
.book-list .book-ranking .rank-list .right-rank {
  width: 210px;
  float: left;
  padding-top: 6px;
}
.book-list .book-ranking .rank-list .right-rank p {
    font-size: 13px;
    margin-bottom: 10px;
}
.book-list .book-ranking .rank-list .right-rank p a {
  color: #333;
}
.book-list .book-ranking .rank-list .right-rank p:nth-child(2) {
  padding-left: 4px;
  box-sizing: border-box;
  display: block;
  width: 210px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.book-list .book-ranking .rank-list .right-rank p:nth-last-child(2) {
  color: #ed1c24;
  font-size: 14px;
  padding-left: 4px;
}
.book-list .book-ranking .rank-list .right-rank p:nth-last-child(1) {
  display: block;
  width: 57px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  background-color: #2a81db;
  color: #fff;
  margin-top: 16px;
  float: right;
}
.book-list .book-ranking .rank-list .right-rank p:nth-last-child(1) a {
  color: #fff;
  font-size: 13px;
}

/*2017-8修改支付按钮-22*/
.member-logo {
  float: left;
  width: 140px;
  height: 50px;
  margin-left: 70px;
}

.member-logo img {
	display:block;
	width:100%;
	height:100%;
}

.dowright .dxright .vip-money {
  font-style: normal;
  padding-left: 3px;
}

.dowright2 {
	
}

.dowright1 {
  width: 180px;
  height: 50px; 
}

.dowright1  a {
	width:100%;
	height:100%;
}

.dowright1 a.orange {
  background-color: #ff6b1b;
}

.dowright1 .xzleft {
  padding-left: 6px;
}

.dowright1 .xzleft span.xz {
  /*background-position: -50px -77px;*/
  
}

/*非会员按钮*/

.dowright2 {
  width: 138px;
}

.dowright2  a {
  width: 138px;
  height: 50px;
}

.dowright2 .xzleft {
  float: left;
  margin-top: 10px;
  padding-left: 10px;
}

.dowright2 .xzleft span.xz {
  /*background-position: -50px -77px;*/
}

.dowright2 .xzleft span {
  margin-right: 0px;
}
.upload_shadow{
 	width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.4);
    display: none;
}
.sign_window{
 	width: 345px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: white;
    border-radius: 12px;
    padding:20px 0;
    transform: translate(-50%,-50%);
}
.sign_close{
 	width: 12px;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.sign_content{
	width: 90%;
    margin-left: 5%;
}
.sign_title{
	font-size: 18px;
    font-weight: bold;
}
.sign_list{
	margin-top: 10px;
}
.sign_list>span{
	width: 70px;
    display: inline-block;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    margin-right: 5px;
    vertical-align: middle;
}
.sign_list>div{
   	display: inline-block;
    vertical-align: middle;
}
.sign_input{
	width: 205px;
    height: 35px;
    border: 1px solid #E5E5E5;
    font-size: 14px;
    border-radius: 4px;
    padding-left: 10px;
}
.sign_btns{
	width: 245px;
    height:45px;
    line-height: 45px;
    text-align: center;
    border-radius: 4px;
    background: #0C95FF;
    color: white;
    font-size: 18px;
    margin: auto;
    margin-top: 20px;
    cursor: pointer;
}
.go_vipplus {
    width: 188px;
    height: 50px;
    line-height: 52px;
    color: #382510;
    border-radius: 4px;
    text-align: center;
    display: block;
    font-size: 16px;
    overflow: hidden;
    background: linear-gradient(135deg,rgba(251,230,185,1) 0%,rgba(245,200,131,1) 100%);
    float: right;
    margin-right: 10px;
    font-weight: bold;
	cursor: pointer;
}










