﻿a { color: #38c; text-decoration: none; }
a, input, button, textarea, select { outline: 0; }
/*警告信息_配合strong和p使用*/
.alert { font-size: 14px; margin-bottom: 5px; padding: 5px 35px; padding-right: 25px; border: 1px solid transparent; line-height: 25px; text-shadow: 0 1px 0 rgba(255,255,255,0.5); border-radius: 4px; display: block; position: relative; }
.alert:before { left: 10px; top: 7px; position: absolute; }
.alert a { color: #379bec; }
.alert a:hover { color: red !important; text-decoration: underline; }
.alert p { text-indent: 2em; }
.alert .close { display: none; font-style: normal; top: 5px; right: 10px; position: absolute; }
.alert .close:hover { color: red; cursor: pointer; }
.alert .close:before { content: "×"; font-weight: bold; }
.alert:hover .close { display: block; }
.alert.error { color: #b94a48; background: #f2dede; border-color: #eed3d7; }
.alert.error:before { content: "×"; font: bold 22px/22px helvetica; }
.alert.info { color: #3a87ad; background: #f1faff; border-color: #bce8f1; }
.alert.info:before { content: "i"; font: bold 12px/18px "宋体"; background: #72B8DA; color: #d9edf7; left: 8px; top: 8px; text-align: center; width: 18px; height: 18px; border-radius: 50%; }
.alert.success { color: #468847; background: #dff0d8; border-color: #d6e9c6; }
.alert.success:before { content: "√"; font: bold 16px/24px '微软雅黑'; }
.alert.warning { background: #F5C3C1; color: #BD0704; border-color: #EFA2A0; }
.alert.warning:before { content: "！"; text-indent: 6px; font: normal 12px/18px '宋体'; background: #b94a48; color: #f5b3b0; left: 8px; top: 9px; text-align: center; width: 18px; height: 18px; border-radius: 50%; }

.btn { font-size: 14px; margin-bottom: 5px; font-size: 14px; color: #fff; white-space: nowrap; border: 1px solid transparent; background: transparent; text-align: center; padding: 0 12px; line-height: 30px; border-radius: 3px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.2); display: inline-block; position: relative; }
.btn:before { border: 0 solid transparent; top: 50%; position: absolute; }
.btn:after { border: 0 solid transparent; top: 50%; position: absolute; }
.btn:hover { cursor: pointer; text-decoration: none !important; box-shadow: inset 0 1px 0 rgba(255,255,255,0.3); }
.btn:active { box-shadow: inset 0 1px 5px rgba(0,0,0,0.1); }
.btn[disabled] { color: #999 !important; border: 1px solid #ccc !important; background: #e6e6e6 !important; background-image: none !important; cursor: default; }
.btn.primary { color: #fff; background: #006dcc; background-image: linear-gradient(#08c,#04c); border-color: #04c #04c #002a80; }
.btn.primary:hover { color: #fff; background: #04c; background-image: linear-gradient(#04c,#08c); }
.btn.info { color: #fff; background: #49afcd; background-image: linear-gradient(#5bc0de,#2f96b4); border-color: #2f96b4 #2f96b4 #1f6377; }
.btn.info:hover { color: #fff; background: #2f96b4; background-image: linear-gradient(#2f96b4,#5bc0de); }
.btn.success { color: #fff; background: #5bb75b; background-image: linear-gradient(#62c462,#51a351); border-color: #51a351 #51a351 #387038; }
.btn.success:hover { color: #fff; background: #51a351; background-image: linear-gradient(#51a351,#62c462); }
.btn.warning { color: #fff; background: #faa732; background-image: linear-gradient(#fbb450,#f89406); border-color: #f89406 #f89406 #ad6704; }
.btn.warning:hover { color: #fff; background: #f89406; background-image: linear-gradient(#f89406,#fbb450); }
.btn.danger { color: #fff; background: #da4f49; background-image: linear-gradient(#ee5f5b,#bd362f); border-color: #bd362f #bd362f #802420; }
.btn.danger:hover { color: #fff; background: #bd362f; background-image: linear-gradient(#bd362f,#ee5f5b); }
.btn.inverse { color: #fff; background: #363636; background-image: linear-gradient(#444,#222); border-color: #222 #222 #000; }
.btn.inverse:hover { color: #fff; background: #222; background-image: linear-gradient(#222,#444); }
/*按钮-基本*/
.btn.basic.blue { background: url(img/btn/basic.blue.m.png); border-color: #bbcbdf; color: #666; }
.btn.basic.blue:hover { border-color: #A5BAD5; color: #000; }
.btn.basic.gray { color: #666; border-color: #ccc; background: #fff url(img/btn/basic.gray.m.png); }
.btn.basic.gray:hover { border-color: #aaa; color: #111; }
.btn.basic.shadow { transition: all 0.4s; color: #5e5e5e; }
.btn.basic.shadow:hover { color: #005CB1; background: #D5E2FF; text-shadow: hsla(0, 100%, 100%, 0.901961) 0 1px 0; box-shadow: 0 1px 2px rgba(34,25,25,0.5); border-color: #A6C2FF; }


/*评论-发表评论*/
.cmt { font-size: 14px; border-radius: 3px; margin-bottom: 5px; background: #fff; position: relative; }
.cmt:before { content: ""; border: 5px solid transparent; top: -10px; position: absolute; }
.cmt:after { content: ""; border: 5px solid transparent; top: -9px; position: absolute; }
.cmt .hd { margin-right: 20px; position: relative; }
.cmt textarea { padding: 10px 10px; width: 100%; border: 0; height: 60px; border-radius: 3px; display: block; }
.cmt .bd { padding: 0 10px; }
.cmt .ft { border-top: 1px solid #eee; height: 30px; line-height: 28px; padding: 5px 10px; font-size: 12px; color: #666; }
.cmt .ft .l { float: left; position: relative; }
.cmt .ft .l .img { margin-right: 5px; height: 100%; float: left; }
.cmt .ft .l .img img { vertical-align: middle; width: 30px; height: 100%; border-radius: 50%; }
.cmt .ft .l i { cursor: pointer; color: #f90; font-size: 16px; }
.cmt .ft .l i:hover { color: red; }
.cmt .ft .r { float: right; position: relative; }
.cmt .ft .r .validateCode { cursor: pointer; }
.cmt .ft .r b { margin-right: 5px; color: red; font-size: 18px; }
.cmt.blue { border: 1px solid #c8d8f2; }
.cmt.gray { border: 1px solid #ddd; }
/*评论-评论列表*/
.cmts { font-size: 14px; background: #fff; margin-bottom: 5px; }
.cmts > li { padding: 10px 0 0 50px; border-top: 1px solid #ddd; position: relative; }
.cmts li .img { width: 40px; height: 40px; left: 0; top: 10px; position: absolute; }
.cmts li .img img { width: 100%; height: 100%; border-radius: 25px; }
.cmts li .summery { position: relative; }
.cmts li .summery .author { margin-bottom: 5px; font-size: 12px; }
.cmts li .summery .author a:hover { text-decoration: underline; }
.cmts li .summery .author span { color: #999; font-weight: normal; }
.cmts li .summery p { line-height: 24px; margin-bottom: 5px; }
.cmts li .summery .viewer { padding-right: 6px; margin-bottom: 5px; }
.cmts li .summery .viewer img { max-width: 100%; border: 1px solid #ccc; padding: 2px; background: #fff; cursor: zoom-out; transition: all .5s; }
.cmts li .summery .action { margin-bottom: 5px; }
.cmts li .summery .action span { margin-right: 5px; font-size: 12px; color: #999; cursor: pointer; }
.cmts li .summery .action span:hover { color: #379BE9; }
.cmts li .more { border-radius: 3px; position: relative; }
.cmts li .more li { padding: 10px 0 10px 45px; border-top: 1px solid #ddd; position: relative; }
.cmts li .more li .img { width: 35px; height: 35px; }
.cmts li .more li .action span { margin-right: 5px; font-size: 12px; color: #999; cursor: pointer; }
.cmts li .more li .action span:hover { color: #379BE9; }
.cmts li .more:before { border: 5px solid transparent; top: -10px; position: absolute; content: ""; }
.cmts li .more:after { border: 5px solid transparent; top: -9px; position: absolute; content: ""; }
.cmts > li:first-child { border-top: 0; }
/*评论-蓝色列表*/
.cmts.blue { padding: 10px; border: 1px solid #c8d8f2; }


/*#region tab 选项卡，height: 35px; line-height: 35px;*/
.tab { font-size: 14px; margin-bottom: 5px; height: 35px; line-height: 35px; }
.tab li { float: left; position: relative; }
.tab li:before { content: ""; display: block; position: absolute; }
.tab li:after { content: ""; display: block; position: absolute; }
.tab li a { display: block; padding: 0 25px; position: relative; cursor: pointer; }
.tab li a:before { z-index: 1; margin-top: -6px; right: 20px; top: 50%; border: 4px solid transparent; font-size: 0; position: absolute; }
.tab li a:after { z-index: 1; margin-top: -9px; right: 5px; font: normal 12px/1 "宋体"; top: 50%; color: #fff; padding: 2px; border-radius: 2px; position: absolute; }
.tab li a i { min-width: 14px; max-width: 18px; text-align: center; color: #fff; margin-left: 4px; top: 50%; margin-top: -8px; font: normal 12px/1 "宋体"; background: #2b99ff; padding: 2px; position: absolute; }
.tab li a i.red { background: #f90; }
.tab li.cur a { cursor: default; }
.tab + .tabContent > li { line-height: 24px; display: none; margin-bottom: 5px; }
.tab + .tabContent > li:first-child { display: block; }
/*选项卡-基本*/
.tab.basic { border-radius: 3px; }
.tab.basic li a { color: #333; border: 1px solid #ccc; border-left: none; background: #fff linear-gradient(#fff,#f9f9f9); }
.tab.basic li:first-child a { border-left: 1px solid #ccc; border-radius: 3px 0 0 3px; }
.tab.basic li:last-child a { border-radius: 0 3px 3px 0; }
.tab.basic li.cur a { margin-left: -1px; height: 34px; background: #fff; border-left: 1px solid #ddd; }
/*选项卡-基本-蓝色*/
.tab.basic.blue li.cur a { color: #38c; border-top: 2px solid #38c; }
/*选项卡-基本-红色*/
.tab.basic.red li.cur a { color: #f40; border-top: 2px solid #f40; }
/*选项卡-图标*/
.tab.icon.blue { border-bottom: 1px solid #ddd; margin-top: 2px; }
.tab.icon.blue li { margin-right: 3px; background: #fff url(img/tab/blue.m.png) 0 0 repeat-x; }
.tab.icon.blue li a { color: #388fc9; }
.tab.icon.blue li:before { left: 0; top: 0; width: 2px; height: 100%; background: #fff url(img/tab/blue.l.png) no-repeat; }
.tab.icon.blue li:after { right: 0; top: 0; width: 2px; height: 100%; background: #fff url(img/tab/blue.r.png) no-repeat; }
.tab.icon.blue li.cur { margin-top: -2px; background-image: url(img/tab/blue.cur.m.png); }
.tab.icon.blue li.cur:before { background-image: url(img/tab/blue.cur.l.png); }
.tab.icon.blue li.cur:after { background-image: url(img/tab/blue.cur.r.png); }
.tab.icon.blue li.cur a { color: #303030; height: 38px; line-height: 38px; font-weight: bold; }
/*选项卡-简洁*/
.tab.simple { background: #fafafa; }
.tab.simple li:before { height: 18px; margin-top: -9px; top: 50%; position: absolute; border-right: 1px solid #ccc; content: ""; }
.tab.simple li:first-child:before { content: none; }
.tab.simple li a { color: #666; }
.tab.simple li.cur { background: #fff; margin-right: -1px; z-index: 1; }
.tab.simple li.cur a { height: 34px; line-height: 32px; border: 1px solid #d7e5f9; border-top: 2px solid #3e7cd5; border-bottom: none; }
/*选项卡-简洁-蓝色*/
.tab.simple.blue { border-bottom: 1px solid #d9d9d9; }
.tab.simple.blue li.cur a { color: #000; border-color: #e4e4e4; border-top-color: #2c99ff; }
/*选项卡-简洁-红色*/
.tab.simple.red { border-bottom: 1px solid #d9d9d9; }
.tab.simple.red li.cur a { color: #000; border-color: #e4e4e4; border-top-color: #f40; }
/*#endregion*/

/*提示信息*/
.tip { font-size: 14px; display: none; max-width: 180px; margin-left: -90px; margin-top: -32px; line-height: 20px; padding: 10px 20px; top: 50%; left: 50%; position: fixed; z-index: 4; border-radius: 5px; }
.tip.blue { color: #fff; background: #3a87ad; }
.tip.green { color: #fff; background: #68af02; }
/*提示信息-加载中*/
.loading { font-size: 14px; display: none; max-width: 180px; margin-left: -90px; margin-top: -32px; line-height: 20px; padding: 10px 20px; top: 50%; left: 50%; position: fixed; z-index: 4; }
.loading:before { content: ""; margin-right: 8px; width: 32px; height: 32px; float: left; }
.loading:after { content: ""; display: inline-block; }
/*提示信息-加载中*/
.loading.black { border: 1px solid #eee; background: linear-gradient(#eee,#fff); line-height: 30px; }
.loading.black:before { background-image: url(img/i/loading.png); }
.loading.blue { background: #3a87ad; line-height: 30px; }
.loading.blue:before { background-image: url(img/i/loading.png); }
.loading.green { color: #fff; background: #68af02; box-shadow: 1px 1px 10px #a4f3a7; }
.loading.green:before { content: none; }
.loading.green:after { background: url(img/i/wait.green.gif); width: 11px; height: 2px; }
/*提示信息-加载中-图标*/
.loading.info:before { background-image: url(img/i/info.png); }
.loading.success:before { background-image: url(img/i/success.png); }
.loading.warning:before { background-image: url(img/i/warning.png); }

/*书本-详情*/
.book { font-size: 14px; padding: 20px 0 30px 97px; position: relative; background: #fff; }
.book .img { width: 97px; position: absolute; left: 0; }
.book .img > a { display: block; margin-bottom: 10px; height: 129px; box-shadow: 0 0 10px #b2b2b2; position: relative; top: 0; transition: top .5s; }
.book .img > a img { margin: 0 auto; display: block; width: 100%; height: 100%; border-radius: 4px; }
.book .img > a:hover { top: -5px; }
.book .img > .bd a { display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #333; font: normal 13px/24px verdana,arial; }
.book .img > .bd p { font-size: 12px; color: #333; margin-top: 5px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.book .img > .bd p.time { color: #ef2830; overflow: initial; }
.book .img:hover .bd > a { color: #e63b36; }
.book .detail { margin-left: 30px; }
.book .detail h1 { margin-bottom: 10px; font: bold 16px "microsoft yahei"; }
.book .detail .description { min-height: 77px; margin-bottom: 10px; line-height: 24px; color: #666; }
.book .detail dl { margin-bottom: 10px; padding: 10px 0 5px; border: 1px dotted #ddd; border-left: 0; border-right: 0; }
.book .detail dl dt { color: #999; font-size: 12px; line-height: 20px; float: left; }
.book .detail dl dd { margin-left: 70px; }
.book .detail .action { padding-left: 70px; }
.book .detail .btn { min-width: 100px; }
/*书本列表*/
.books { font-size: 14px; margin-left: -50px; overflow: hidden; }
.books li { margin: 10px 0 15px 50px; width: 97px; float: left; position: relative; }
.books li > a { display: block; margin-bottom: 10px; height: 129px; box-shadow: 0 0 10px #b2b2b2; position: relative; top: 0; transition: top .5s; }
.books li > a img { display: block; width: 100%; height: 100%; border-radius: 4px; }
.books li > .bd { height: 70px; }
.books li > .bd a { display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #333; font: normal 13px/24px verdana,arial; }
.books li > .bd a span { font-size: 18px; font-weight: normal; }
.books li > .bd p { font-size: 12px; color: #333; margin-top: 5px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.books li > .bd p.time { color: #ef2830; overflow: initial; }
.books li:hover .bd > a { color: #e63b36; }
.books li > a:hover { top: -5px; }
.books li > .bd a:hover { text-decoration: none; }
.books li.arrow { width: 20px; margin-left: 30px; }
.books li.arrow a { text-indent: 10000px; white-space: nowrap; box-shadow: none; margin-top: 40px; width: 20px; height: 36px; background: url(/Images/Icon/Arrow.png) no-repeat -94px -170px; display: block; }
