@charset "utf-8";
.colorR {
  color: red;
}
.colorO {
  color: #f60;
}
.colorG {
  color: #979797;
}
.colorGreen {
  color: #0C6;
}
.colorB {
  color: #08c;
}
.color999 {
  color: #999;
}
.color333 {
  color: #333;
}
.color000 {
  color: #000;
}
.ffml-s {
  font-family: '宋体';
}
.bg-disable {
  background-color: #dedede !important;
  color: white !important;
  cursor: default !important;
}
.bg-near-white {
  background-color: #fafafb;
}
.fs24 {
  font-size: 24px;
}
.fs18 {
  font-size: 18px;
}
.fs16 {
  font-size: 16px;
}
.fs14 {
  font-size: 14px;
}
.fs12 {
  font-size: 12px;
}
.mgl12 {
  margin-left: 12px;
}
.mglr2 {
  margin: 0 2px;
}
.mgl2 {
  margin-left: 2px;
}
.mgb10 {
  margin-bottom: 10px;
}
.mgt5 {
  margin-top: 5px;
}
.mgr0 {
  margin-right: 0 !important;
}
.line-h30 {
  line-height: 30px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pst {
  position: relative;
}
.alert-width-600 {
    width: 600px;
}
/*
*  文集首页
*  by赵金叶
*  14.02.13
*/
#wenji-content a {
  outline: none;
}
.first-box {
  width: 628px;
  height: 66px;
  padding: 0;
  margin-top: 10px;
}
.first-box a {
  display: block;
  width: 100%;
  height: 100%;
}
.first-box a:hover {
  background-color: #e7e7e7;
}
.first-box img {
  margin: 11px 295px;
}
.pst-relative {
  position: relative;
  width: 630px;
  height: 380px;
  color: #ddd;
  padding: 15px 0;
}
.pst-relative a {
  text-decoration: none;
}
.shadow-top, .shadow-bottom {
  width: 603px;
  height: 360px;
  background-color: white;
  position: absolute;
  -webkit-box-shadow: 1px 1px 5px #999999;
  -moz-box-shadow: 1px 1px 5px #999999;
  -o-box-shadow: 1px 1px 5px #999999;
  box-shadow: 1px 1px 5px #999999;
}
.no-boxshadow .article-image,.no-boxshadow .shadow-top,.no-boxshadow .shadow-bottom {
  border: 1px solid #cccccc;
}
.article-image {
  width: 603px;
  height: 360px;
  background-color: white;
  position: absolute;
  left: 0;
  top: 15px;
}
.article-image img {
  width: 603px;
  height: 360px;
}

.shadow-top {
  left: 8px;
  top: 23px;
}
.shadow-bottom {
  left: 16px;
  top: 31px;
}
.article-other {
  width: 603px;
  height: 360px;
  background: url(../image/wenjiImg.png) repeat-x;
  position: relative;
  -webkit-box-shadow: 1px 1px 5px #999999;
  -moz-box-shadow: 1px 1px 5px #999999;
  -o-box-shadow: 1px 1px 5px #999999;
  box-shadow: 1px 1px 5px #999999;
}
.article-other:hover {
  background: url(../image/wenjiImgHover.png) repeat-x;
}

.article-link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.article-text {
  width: 287px;
  position: absolute;
  left: 16px;
  bottom: 10px;
}
.article-text a {
  color: white;
  -webkit-transition: .3s ease-in;
  -moz-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
}
.article-text a:hover {
  color: white;
}
.article-text h2 {
  font-size: 26px;
  line-height: 30px;
  margin-right: 14px;
  word-break: break-all;
}
.article-text p {
  font-size: 14px;
  line-height: 20px;
  word-break: break-all;
}
.article-tool {
  overflow: hidden;
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0 20px 0 0;
}
.article-tool li {
  color: #ddd;
  float: left;
  list-style: none;
  margin-left: 18px;
}
.article-tool span a {
  color: #ddd;
}
.article-tool span a:hover {
  color: white;
}
.collector {
  background: url(../image/wenjishouyeTool.png) no-repeat -184px 1px;
  padding-left: 20px;
}
.collector:hover {
  background: url(../image/wenjishouyeTool.png) no-repeat 2px 1px;
}
.update-time {
  background: url(../image/wenjishouyeTool.png) no-repeat -184px -198px;
  padding-left: 20px;
  margin-left: 10px
}
.update-time:hover {
  background: url(../image/wenjishouyeTool.png) no-repeat 0 -198px;
}
.article-collect {
  background: url(../image/wenjishouyeTool.png) no-repeat -184px -98px;
  padding-left: 20px;
  margin-left: 15px
}
.article-collect:hover {
  background: url(../image/wenjishouyeTool.png) no-repeat 0px -98px;
}

.article-collect-hover {
  background: url(../image/collectHover.png) no-repeat 0 2px;
}

/*
*  文集内页
*  by赵金叶
*  14.02.17
*/

.headimg-box {
  position: relative;
  padding-top: 12px;
}
.headimg-box a {
  text-decoration: none;
}
.headimg-box .headimg {
  display: block;
}
.headimg-box .headimg img {
  width: 630px;
  height: 386px;
}
.headimg-box .headimg:hover {
  -webkit-filter: blur(3px);
}
.headimg-box .headimg-bg {
  cursor: default;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../image/wenjiHeadImgBg.png) repeat-x left bottom;
  /*background:url(../image/wenjiImg.png) repeat-x left bottom;*/
}
.headline {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 100%;
}
.headline-inner {
  margin: 0 auto;
}
.headline h1, .headline .headline-detailed {
  display: inline-block;*display:inline;
  margin: 0;
  padding: 0;
}
.headline h1 a {
  color: white;
  text-decoration: none;
}
.headline .headline-detailed a {
  color: #CCC;
  text-decoration: none;
  -webkit-transition: .3s ease-in;
  -moz-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
}
.headline .headline-detailed a:hover {
  color: white;
}
.headline .headline-detailed a:hover {
  text-decoration: underline;
}
.headline h1 {
  font-size: 26px;
  line-height: 38px;
}
.headline .headline-detailed {
  font-size: 14px;
  line-height: 18px;
  position: relative;
}
.headline .headline-detailed .trangle-down {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  border-width: 5px 5px 5px 5px;
  border-style: solid dashed dashed ;
  border-color: #CCC transparent transparent transparent;
  right: -12px;
  top: 8px;
  *top:20px;
  -webkit-transition: .3s ease-in;
  -moz-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
}
.no-transition .headline .headline-detailed .trangle-down {
  top: 8px;
  *top:20px;
}
.headline .headline-detailed:hover .trangle-down {
  border-color: white transparent transparent;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 4px;
}
.wenji-add {
  position: absolute;
  right: 16px;
  top: 26px;
  background: url(../image/addWenji.png) no-repeat;
  width: 22px;
  height: 22px;
}
.no-borderradius .headline div:hover .trangle-down {
  border-style: dashed dashed solid ;
  border-color: transparent transparent white;
  *top:15px;
}
#wenji-dialog-outer {
  background: #333;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 50px;
  top: 140px;
  border-radius: 5px;
}
.no-borderradius #wenji-dialog-outer {
  background: url(../image/wenjidialogBG.png) no-repeat;
  height: 199px;
}
#wenji-dialog-inner {
  color: #cccccc;
  width: 405px;
  height: 139px;
  padding-right: 14px;
  margin: 20px 15px 20px 30px;
}
#wenji-dialog-inner p {
  margin: 0;
  padding: 0;
  line-height: 20px;
  text-indent: 2em;
}
#wenji-dialog-inner p a {
  border-bottom: 1px dashed #cccccc;
  color: #cccccc;
  cursor: default;
}
#wenji-dialog-inner .trangle {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  border-width: 20px 15px 0px 0px;
  border-style: solid dashed dashed dashed;
  border-color: black transparent transparent transparent;
  opacity: 0.5;
  right: 30px;
  bottom: -20px;
}
.no-boxshadow #wenji-dialog-inner .trangle {
  display: none;
}

.wenji-article {
  padding: 20px 15px;
}
.wenji-article-head {
  float: left;
  width: 50px;
}
.wenji-article-head a {
  border: none;
}
.wenji-article-summary {
  float: right;
  width: 523px;
  background: url(../image/wenjiBgTop.png) no-repeat;
  position: relative;
}
.wenji-article-summary-inside {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  width: 490px;
  margin-left: 30px;
  padding-bottom: 16px;
  background-color: white;
}
.wenji-article-summary h2 {
  padding-left: 44px;
  font-size: 18px;
  margin: 0;
  line-height: 32px;
}
.wenji-article-summary h2 a {
  color: #06C;
  text-decoration: none;
}
.wenji-article-summary h2 a:hover {
  text-decoration: underline;
}
.wenji-article-reason-box {
  overflow: hidden;
}
.wenji-article-reason {
  padding: 0 22px 0 34px;
  word-break: break-all;
  line-height: 24px;
  margin-bottom: 8px;
  overflow: hidden;
  position: relative;
}
.wenji-article-reason textarea {
  width: 360px;
  vertical-align: top;
  overflow-y: hidden;
  height: 40px;
}
.wenji-article-reason span {
  display: block;
  position: absolute;
  right: 24px;
  bottom: 24px;
  cursor: pointer;
}
.wenji-article-reason span i {
  width: 16px;
  height: 16px;
  background-position: 0 -70px;
}
.wenji-article-detail {
  width: 436px;
  height: 166px;
  margin: 0px 0 0 28px;
  border: 1px solid #dedede;
  background-color: #f9f9f9;
}
.wenji-article-detail-img {
  margin: 15px;
  float: left;
  width: 216px;
  height: 130px;
}
.wenji-article-detail-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.wenji-article-detail-img img {
  width: 100%;
  height: 100%;
  border: 2px solid white;
  -webkit-box-shadow: 1px 1px 3px #666;
  -moz-box-shadow: 1px 1px 3px #666;
  box-shadow: 1px 1px 3px #666;
}

.wenji-article-detail-cont {
  float: right;
  width: 170px;
  margin-right: 14px;
}
.wenji-article-detail-cont h3 {
  font-size: 16px;
  margin: 12px 5px 0 0;
  line-height: 28px;
}
.wenji-article-detail-cont h3 a {
  color: #666666;
}
.wenji-article-detail-cont p {
  line-height: 20px;
  margin-bottom: 0;
  color: #999999;
}
.wenji-article-detail-cont p a {
  color: #999;
}
.wenji-article-detail-cont p a:hover {
  color: #06C;
}
.wenji-article-btm-out {
  background: url(../image/wenjiBgBottom.png) no-repeat;
  overflow: hidden;
  width: 496px;
  position: relative;
  margin-left: 28px;
}
.wenji-article-btm {
  height: 38px;
  float: right;
  margin-right: 32px;
}
.wenji-article-btm li {
  list-style: none;
  float: left;
  line-height: 38px;
  margin-left: 8px;
  height: 100%;
}
.wenji-article-btm li a {
  display: block;
  color: #cecece;
  padding-left: 30px;
  height: 38px;
  outline: none;
}
.wenji-btm-like {
  background: url(../img/wenjiArticleTool.png) no-repeat 5px 8px;
}
.wenji-btm-edit {
  background: url(../img/wenjiArticleTool.png) no-repeat 5px -92px;
}
.wenji-btm-delete {
  background: url(../img/wenjiArticleTool.png) no-repeat 5px -392px;
}
.wenji-btm-top {
  background: url(../img/wenjiArticleTool.png) no-repeat 5px -192px;
}
.wenji-btm-btm {
  background: url(../img/wenjiArticleTool.png) no-repeat 5px -292px;
}
.wenji-btm-like:hover {
  background: url(../img/wenjiArticleTool.png) no-repeat -175px 8px;
}
.wenji-btm-edit:hover {
  background: url(../img/wenjiArticleTool.png) no-repeat -175px -92px;
}
.wenji-btm-delete:hover {
  background: url(../img/wenjiArticleTool.png) no-repeat -175px -392px;
}
.wenji-btm-top:hover {
  background: url(../img/wenjiArticleTool.png) no-repeat -175px -192px;
}
.wenji-btm-btm:hover {
  background: url(../img/wenjiArticleTool.png) no-repeat -175px -292px;
}

.wenji-btm-top-hover {
  background: url(../img/wenjiArticleTool.png) no-repeat 5px -192px;
}
.wenji-btm-btm-hover {
  background: url(../img/wenjiArticleTool.png) no-repeat 5px -292px;
}

.wenji-btn-add {
  background: url(../img/wenjiArticleTool.png) no-repeat 5px -492px;
  border: none;
  padding: 0 0 0 38px;
}
.wenji-btn-add:hover, .wenji-btn-add:focus {
  background: url(../img/wenjiArticleTool.png) no-repeat -175px -492px;
}
.wenji-btn-add i {
  display: none;
}
.wenji-time {
  position: absolute;
  top: -16px;
  right: -20px;
  background: url(../img/timeBg.png) no-repeat 0 0;
  width: 95px;
  height: 68px;
}
.wenji-time span {
  color: #cbcbcb;
  display: block;
  text-align: center;
  margin-top: 20px;
  -moz-transform: rotate(33deg);
  -webkit-transform: rotate(33deg);
  -o-transform: rotate(33deg);
  -ms-transform: rotate(33deg);
  transform: rotate(33deg);
}

.wenji-first-tool {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 60px;
}
.wenji-first-tool li {
  list-style: none;
  padding-left: 10px;
  position: relative;
}
.wenji-first-tool li:hover {
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.7);
}
.wenji-first-tool li a {
  display: block;
  line-height: 36px;
  height: 36px;
  width: 32px;
  padding: 0 16px 0 30px;
  color: white;
  text-shadow: 1px 1px 5px #000000;
}
/*.wenji-first-tool-edit {
background: url(../img/wenjineiyeTool.png) no-repeat 0 10px;
}
.wenji-first-tool-delete {
background: url(../img/wenjineiyeTool.png) no-repeat 0 -92px;
}
.wenji-first-tool-like {
background: url(../img/wenjineiyeTool.png) no-repeat 0 -195px;
}
.wenji-first-tool-share {
background: url(../img/wenjineiyeTool.png) no-repeat 0 -290px;
}
.wenji-first-tool-edit:hover {
background: url(../img/wenjineiyeTool.png) no-repeat -183px 10px;
}
.wenji-first-tool-delete:hover {
background: url(../img/wenjineiyeTool.png) no-repeat -184px -92px;
}
.wenji-first-tool-like:hover {
background: url(../img/wenjineiyeTool.png) no-repeat -182px -195px;
}
.wenji-first-tool-share:hover {
background: url(../img/wenjineiyeTool.png) no-repeat -184px -290px;
}

.wenji-first-tool-open {
background: url(../img/wenjineiyeTool.png) no-repeat 0 -390px;
}
.wenji-first-tool-close {
background: url(../img/wenjineiyeTool.png) no-repeat -183px -390px;
}
*/
.wenji-first-tool-edit:hover {
  background: url(../img/rightTool.png) no-repeat 4px 12px;
}
.wenji-first-tool-delete:hover {
  background: url(../img/rightTool.png) no-repeat 6px -102px;
}
.wenji-first-tool-like:hover {
  background: url(../img/rightTool.png) no-repeat 6px -216px;
}
.wenji-first-tool-share:hover {
  background: url(../img/rightTool.png) no-repeat 6px -331px;
}
.wenji-first-tool-edit {
  background: url(../img/rightTool.png) no-repeat -145px 12px;
}
.wenji-first-tool-delete {
  background: url(../img/rightTool.png) no-repeat -145px -102px;
}
.wenji-first-tool-like {
  background: url(../img/rightTool.png) no-repeat -145px -216px;
}
.wenji-first-tool-share {
  background: url(../img/rightTool.png) no-repeat -145px -331px;
}

.wenji-first-tool-open {
  background: url(../img/rightTool.png) no-repeat -145px -444px;
}
.wenji-first-tool-open:hover {
  background: url(../img/rightTool.png) no-repeat 6px -444px;
}
.wenji-first-tool-close {
  background: url(../img/rightTool.png) no-repeat -145px -560px;
}
.wenji-first-tool-close:hover {
  background: url(../img/rightTool.png) no-repeat 7px -560px;
}


.wenji-zan-focus {
  background: url(../img/rightTool.png) no-repeat 6px -669px!important;
}

.wenji-first-tool-li ul {
  display: none;
}
.wenji-first-tool-li:hover ul {
  display: block;
}
.wenji-first-tool-sharebox {
  position: absolute;
  right: -98px;
  bottom: -130px;
  width: 98px;
  height: 269px;
  background: url(../img/share.png) no-repeat;
  z-index: 999;
}
.wenji-first-tool-sharebox li, .wenji-first-tool-sharebox li a {
  padding: 0;
}
.wenji-first-tool-sharebox li:hover {
  background: none;
}
.wenji-first-tool-sharebox .h26 {
  height: 26px;
}
.wenji-first-tool-sharebox .m10 {
  margin-top: 10px; *margin-top:4px;
}
.wenji-first-tool-sharebox .m6 {
  margin-top: 6px;
}
.wenji-first-tool-sharebox .w40 {
  width: 26px;
  height: 26px;
  padding: 0;
  margin-left: 13px;
}
.wenji-first-tool-sharebox li a {
  display: inline-block;
}
.wenji-first-tool-erweima {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: 15px 0 0 6px;
}
.wenji-first-tool-erweima a {
  padding: 0;
  display: block;
}
.wenji-first-tool-erweima a img {
  max-width: none;
  width: 80px;
  height: 80px;
}
.wenji-first-tool-weixin a {
  width: 100%;
  height: 100%;
  cursor: default;
}

/***********************************设为热门内部使用*************************************/
.wenji-left {
  position: absolute;
  left: 0;
  top: 190px;
  display: none;
}
.wenji-left a {
  display: block;
  line-height: 30px;
  background-color: #efefef;
  padding: 0 10px;
}

/**********************************热门文集右侧************************************/
.wenji-hot-box {
  margin: 0;
  padding: 0px 0 15px 0;
  border-bottom: 1px dashed #ccc;
}
.wenji-hot-box li {
  list-style: none;
  padding: 0;
}
.wenji-hot-box .wenji-right-img {
  position: relative;
  float: left;
  width: 100px;
  height: 62px;
  margin: 10px 20px 10px 0;
}
.wenji-img-btm , .wenji-img-mdl, .wenji-img-top {
  position: absolute;
  display: block;
  width: 100px;
  height: 62px;
  box-shadow: 1px 1px 4px #999;
  background-color: white;
}
.no-boxshadow .wenji-img-btm, .no-boxshadow .wenji-img-mdl, .no-boxshadow .wenji-img-top {
  border: 1px solid #ddd;
}
.wenji-img-mdl {
  left: 5px;
  top: 5px;
}
.wenji-img-btm {
  left: 10px;
  top: 10px;
}
.wenji-img-top {
  left: 0px;
  top: 0;
}
.wenji-img-trangle {
  border-width: 12px;
  border-style: solid solid dashed dashed;
  border-color: #FFAE48 #FFAE48 transparent transparent;
  position: absolute;
  right: 0px;
  top: 0;
}
.wenji-img-num {
  position: absolute;
  right: 0px;
  top: -4px;
  color: white;
  font-size: 12px;
}
.wenji-right-h2 {
  color: #333;
  margin: 10px 0 10px;
}
.wenji-right-author , .wenji-right-time span, .wenji-right-time a {
  color: #999;
  line-height: 18px;
  font-size: 12px;
}
.wenji-right-author {
  background: url(../img/wenjishouyeTool.png) no-repeat -184px -1px;
  padding-left: 18px;
}
.wenji-right-author:hover {
  color: #06C;
}
.wenji-right-time span {
  background: url(../img/wenjishouyeTool.png) no-repeat -184px -200px;
  padding-left: 18px;
}
.wenji-right-time a {
  background: url(../img/wenjishouyeTool.png) no-repeat -184px -298px;
  padding-left: 18px;
  float: right;
  margin: 2px 5px 0 0;
  cursor: default;
}
/*
* 2014.05.09
* zhaojinye
* 创建文集上传图片提示信息,作者申请认证上传二维码提示信息
*/
.box3 .erweima-tip{
    display: none;
    margin-left: 10px;
    font-size: 12px;
    color: #787878;
    width: 400px;
}
.wechat-erweima-other .erweima-tip{
    position: absolute;
    left: 52px;
    top: 6px;
    line-height: 24px;
    color: #787878;
    font-size: 12px;
    width: 326px;
    z-index: 99999;
}

/**********************************个人主页  删除文章的删除按钮***********************************/
.pst h4 a {
  line-height: 30px;
}
.article-del {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 10px;
}
.article-del .del-btn {
  color: #006CD8;
}

/**********************************文章详情的申诉按钮/对话框样式**********************************/
.btn-tool {
  width: 100%;
  background: #EEEEEE;
  height: 20px;
  margin: 15px 0;
  padding: 5px 10px;
}
.btn-tool a {
  color: #666;
  margin-right: 10px;
  cursor: pointer;
  display: block;
  line-height: 20px;
  float: left;
}
.btn-tool a:hover {
  color: #666;
}
.dialog {
  background-color: #efefef;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  left: 36%;
  padding: 10px;
  position: fixed;
  top: 20%;
  width: 252px;
  z-index: 99999;
}
.dialog h3 {
  line-height: 30px;
  margin: 5px 0;
  font-size: 20px;
}
.dialog textarea {
  background-color: #FFFFFF;
  height: 140px;
  width: 240px;
  resize: none;
}

.dialog input {
  float: right;
  margin: 10px 0 0 10px;
}

/***********************************加入文集对话框*  赵金叶  *   14.3.11   ***********************************/
#collectShowBox .complete-msg-close-wrap {
  margin: 55px 0 0;
}

/*
*  个人资料修改
*  by赵金叶
*  14.03.19
*/
.personal-view-box {
  margin-bottom: 20px;
  color: #787878;
  position: relative;
}
.info-title {
  line-height: 30px;
  margin: 0 0 10px 0;
}
.s-line {
  border-width: 1px 0 0 0;
  border-style: solid dashed dashed dashed;
  border-color: #dedede;
  margin: 0;
  padding: 0;
}
.title-txt {
  width: auto;
  *width:56px;
  *margin-left:-5px;
  font-size: 14px;
  line-height: 30px;
  border: none;
  margin: 0;
  color: #333;
}
.title-btn {
  float: right;
  margin-top: -30px;
}
.btn-round {
  border: 1px solid #ccc;
  background-color: #f2f2f2;
  border-radius: 15px;
  cursor: pointer;
  padding: 3px 12px;
  color: #333;
  box-shadow: inset 0 0 2px #f2f2f2;
}
.btn-round:hover {
  color: #333;
}
.btn-round-save {
  background-color: #2573C2;
  color: #ffffff;
  border: 1px solid #0A5AA7;
}
.btn-round-save:hover {
  color: white;
}
.personal-view .item-content {
  width: 308px;
}
.view-item {
  overflow: hidden;
  margin: 5px 0;
  font-size: 14px;
  line-height: 30px;
}
.view-item input {
  margin: 5px 0;
  padding: 0px 5px;
  line-height: 24px;
  height: 24px;
  width: 220px;
}
.item-name {
  float: left;
  width: 80px;
  text-align: right;
}

.item-content {
  float: left;
  margin: 0px 0 0 15px;
}
.item-content textarea {
  width: 220px;
  height: 40px;
  min-height: 40px;
  resize: vertical;
  margin: 5px 0;
  padding: 2px 5px;
}

.item-content .item-cont-erweima{
    width: 345px;
    position: relative;
}
.item-content .item-cont-erweima #tip{
    position: absolute;
    left: 170px;
    top: 42px;
    line-height: 18px;
}

.item-select {
  float: right;
  height: 26px;
  margin: 5px 10px 0 0;
  *margin-top:1px;
}

.item-slt {
  width: 92px;
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  border: 1px solid #ccc;
  padding: 3px 0;
}
.item-one-word {
  line-height: 20px;
  margin: 5px 0 5px 15px;
}
.personal-view-eidt {
}
.personal-view-edit .item-content input, .personal-view-edit .item-content textarea {
  *margin-left:-15px;
}
.personal-view-eidt input, .personal-view-eidt textarea {
  outline: none;
}
.item-sex label {
  margin: 0 10px 0 0;
  *margin-left:10px;
  display: inline-block;
}
.item-sex input {
  width: auto;
}
.item-year {
  width: 60px;*margin:0;
}
.item-month {
  width: 46px;*margin:0;
}
.item-ul-tags {
  margin: 0 !important;
  padding: 0 !important;
  width: 220px;
}
.item-ul-tags li {
  height: 20px;
}
.item-ul-tags li a {
  margin-bottom: 0 !important;
}
.item-content-tags {
  border: none ;
}
.item-erweima-img {
  width: 100px;
  height: 100px;
  margin-right: 8px;
}
.item-content .item-erweima-img-box{
    display: inline-block;
    border: none;
}
.item-erweima-label {
  line-height: 18px;
  margin-top: 6px;
}

.item-error-tip {
  margin: 30px 0 0 -230px;
  color: red;
}
.alert-warning-pd {
  padding: 4px 7px;
}
.info-save {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  padding: 2px 12px;
  border: 4px solid #F60;
  border-radius: 4px;
}
.reg-forget-pw {
  margin-bottom: 6px;
}
/*
*  注册信息
*  by赵金叶
*  14.04.2
*/
.center-ctr-box-new {
  margin-right: 0px;
}
.reg-info {
  margin: 20px 0 0 196px;
}
.item-register-tip {
  display: block;
  margin: 36px 0 0 96px;
  font-size: 12px;
  line-height: 18px;
  color: #767676;
}
.help-inline-register {
  position: absolute;
  line-height: 18px;
  font-size: 12px;
  width: 280px;
  top: 8px;
  left: 410px;
}
.view-item-register {
  margin: 5px 0 5px 10px;
  font-size: 14px;
  line-height: 30px;
}
.visible-view {
  overflow: visible;
  padding-left: 80px;
}

.controls-register {
  margin: 5px 0 0 176px !important;
}
.registerH {
  font-size: 20px !important;
  margin: 40px 0px 10px 94px;
}
.btn-register {
  width: 232px !important;
}
.reg-bangding-word {
  margin: 0px 0 30px 94px;
}
.reg-bangding-word2 {
  margin: 30px 0 0px 94px;
}
.reg-wrap-title-two {
  width: 460px;
  background-image: url(../img/reg-wrap-title-two.gif);
}
.controls-register-new {
  margin-top: 0 !important;
}
.view-item-mgb {
  margin-bottom: 0 !important;
}


/*
*  注册成功
*  by赵金叶
*  14.04.4
*/
.reg-suc-txt {
  margin: 50px 0 20px;
  font-size: 16px !important;
}
.reg-suc-dt {
  float: left;
  width: 100px;
  height: 100px;
}
.reg-suc-dt img {
  width: 100px;
  height: 100px;
  border: 1px solid #999;
}
.reg-suc-dd {
  margin: 0 0 0 120px;
  line-height: 32px;
}
.reg-suc-dd a {
  color: #08c;
  margin-right: 8px;
}
.reg-suc-dd a:hover {
  text-decoration: underline;
}
.btn-reg-suc {
  margin: 20px 0 0 0;
  padding: 4px 28px;
}
/*
*  查看邮箱，重新发送邮件页面
*  by赵金叶
*  14.04.4
*/
.msg-info-new1 {
  color: #333;
  font-size: 14px;
  padding: 0;
  line-height: 28px;
  margin: 40px 0 0 0;
}
.msg-info-new2 {
  color: #333;
  font-size: 14px;
  padding: 0;
  line-height: 28px;
  margin: 0px 0 20px 0;
}
.msg-info-new3 {
  margin: 20px 0 5px;
}
.msg-info-new3 p {
  line-height: 20px;
}
.msg-info-new4 {
  color: #333;
  font-size: 14px;
  padding: 0;
  line-height: 28px;
  margin: 0px;
}
.msg-info-new5 {
  color: #333;
  font-size: 16px;
  padding: 0;
  line-height: 28px;
  margin: 40px 0 0px;
}

/* 邮件验证
* by zisasign
* 2014.4.10
*/

.resend-email-hint {
  color: gray;
  margin-left: 4px;
  margin-right: -4px;
}
.resend-email-success {
  color: green;
}
.resend-email-errors {
  color: red;
}


/*
*  注册 第三方登录 服务器返回的错误提示区域样式
*  zisasign
*  2014-4-14
*/

.errors-box {
  margin: 0 0 14px 94px;
  padding: 4px 10px;
  color: #E42020;
  border: 1px solid;
  background-color: #FDFDFD;
}
.errors-title {
  font-size: 18px;
}

/*
*  作者认证页面
*  by赵金叶
*  14.04.9
*/
.head-top {
  float: left;
  margin-top: 40px;
  margin-left: 216px;
}
.head-top .head-yijuhua {
  float: left;
  width: 460px;
  padding-right: 10px;
  color: #686868;
}
.head-top .author-add-time {
  color: #a7a7a7;
  float: left;
  margin-left: 120px;
}
.author-head {
  margin: 10px 30px 0;
  min-height: 174px;
  border: 1px solid #cccbcc;
  background: url(../img/author-card.png) repeat;
  float: left;
  position: relative;
  width: 938px;
}
.head-box {
  float: left;
  margin: -60px 0 0 30px;
  position: relative;
}
.head-box-img img {
  width: 96px;
  height: 96px;
  border: 5px solid #09c;
  border-radius: 96px;
}
.head-box-img-bg {
  background: url(../img/author-sex-bg.png) no-repeat 0 0;
  width: 109px;
  height: 109px;
  position: relative;
  top: -109px;
}
.head-box-img-sex {
  position: absolute;
  right: -10px;
  top: -4px;
  width: 27px;
  height: 27px;
}
.head-box-img-male {
  background: url(../img/author-sex-bg.png) no-repeat -120px 0;
}
.head-box-img-female {
  background: url(../img/author-sex-bg.png) no-repeat -148px 0;
}
.head-box-img-unknow {
  background: url(../img/author-sex-bg.png) no-repeat -175px 0;
}
.head-attribute {
  margin: 28px 0 0 6px;
}
.head-attribute p {
  margin-bottom: 26px;
}
.attribute-num {
  margin-left: 14px;
  vertical-align: bottom;
}
.head-main {
  float: left;
  margin: 0px 0 0 45px;
  border-right: 1px solid #dedede;
}
.head-main li {
  list-style: none;
  color: #686868;
}
.head-info {
  margin: 8px 0;
  font-size: 12px;
  width: 480px;
}
.w314 {
  width: 314px;
}
.head-info-li-tag {
  padding-top: 0;
}
.e-btn {
  margin-left: 10px;
  color: #666;
  cursor: pointer;
  padding: 1px 4px 1px 2px;
  display: none;
}
.e-btn:hover {
  background-color: #eee;
  border-radius: 5px;
}
.icon-mgt3 {
  margin-top: 3px;
  display: inline-block;
}
.author-info-input {
  margin: 0 !important;
  height: 18px !important;
  font-size: 12px !important;
  color: #686868 !important;
  padding: 2px 6px !important;
}

.icon-gl2 {
  background-image: url(../img/glyphicons-halflings2.png);
}
.icon-company2 {
  background-position: -314px -168px;
}
.icon-phone2 {
  background-position: -337px -167px;
}
.icon-label2 {
  background-position: -362px -168px;
}
.icon-mgr {
  margin-right: 10px;
}
.head-tool {
  margin: 20px 0 10px;
}
.head-tool-weixin {
  position: relative;
  width: 314px;
}
.head-tool .btn-head-tool {
  font-size: 12px;
  display: inline-block;
  background-color: #f60;
  color: #fff;
  padding: 2px 16px;
  line-height: 18px;
  margin-right: 10px;
  cursor: pointer;
}

.head-tool .btn-head-tool:hover {
  color: #fff;
}
.head-tool .no-author-card {
  margin-top: 0px;
  padding: 2px 16px;
  background-color: #f60;
  box-shadow: none;
  position: relative;
  border-left: none;
}
.head-tool .author-weixin {
  position: absolute;
  right: -112px;
  bottom: 0px;
  width:100px;
}
.head-tool .author-weixin .author-weixinhao {
    text-align: center;
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 16px;
}
.head-tool .author-weixin img {
  height: 86px;
  border: 2px solid #ddd;
  padding: 5px;
  background-color: white;
  display: block;
}
.head-tool .author-weixin-modify {
  display: none;
  position: absolute;
  bottom: 7px;
  left: 7px;
  padding: 33px 15px;
  background-color: rgba(255,255,255,.85);
  cursor: pointer;
}
.trangle-left {
  border-color: transparent #dedede transparent transparent;
  border-width: 8px 13px 8px 0;
  border-style: solid;
  right: -12px;
  bottom: 0;
}
.authtct-author {
  float: right;
  margin: 0px 24px 0 0;
  text-align: right;
}
.authtct-author-bottom {
  position: absolute;
  right: 20px;
  bottom: 5px;
}
.head-author {
  background: url(../img/vertify_orange_big.png) no-repeat;
  height: 69px;
  margin: 26px 0 0px 0px;
  position: relative;
}
.author-renzheng {
  position: absolute;
  left: 0;
  top: 0;
  width: 63px;
  height: 69px;
}
.author-word {
  margin-left: 84px;
  line-height: 40px;
}
.author-level {
  margin-right: 54px;
}
.author-detail {
  color: #a7a7a7;
}
.btn-jinyan {
  padding: 2px 10px;
  margin: 0px 0 0 15px;
  display: inline;
}
.author-line {
  position: absolute;
  left: -30px;
  top: 39px;
  border-left: 1px solid #dedede;
  height: 200px;
}
.author-detail:hover {
  color: #a7a7a7;
}
.author-main {
  margin: 30px;
  background-color: #fafafb;
}
.left-side {
  float: left;
}
.left-side .author-article .pages {
  margin-top: 20px;
}
.left-side .author-info {
  width: 718px;
  height: 138px;
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  margin: 0;
}
.left-side .author-info li {
  list-style: none;
  float: left;
  text-align: center;
  padding: 0 10px;
  margin: 16px 18px;
}
.left-side .author-info .author-bg {
  background: url(../img/author-tool.png) no-repeat;
  width: 47px;
  height: 47px;
  display: inline-block;
}
.left-side .author-info .author-bg-article {
  background-position: 0 0;
}
.left-side .author-info .author-bg-subscribe {
  background-position: -50px 0;
}
.left-side .author-info .author-bg-comment {
  background-position: -100px 0;
}
.left-side .author-info .author-bg-like {
  background-position: -150px 0;
}
.left-side .author-info .author-bg-collect {
  background-position: -200px 0;
}
.left-side .author-info .author-bg-share {
  background-position: -250px 0;
}
.left-side .author-info .author-article-num {
  line-height: 34px;
}
.left-side .author-article {
  width: 640px;
  margin-top: 30px;
}
.article-name {
  border-bottom: 1px solid #dbdbdb;
  line-height: 30px;
  padding-left: 10px;
  color: #737373;
  font-size: 16px;
}
.article-name .author-more {
  float: right;
  color: #737373;
  font-size: 14px;
  line-height: 30px;
  *margin-top:-32px;
}
.article-name .author-more:hover {
  color: #737373;
  text-decoration: none;
}
.article-name .author-more-tougao {
  float: right;
  color: #08c;
  font-size: 14px;
  line-height: 30px;
}

.hover-hand {
  cursor: pointer;
}
.article-content {
  margin: 30px 0 0 10px;
  position: relative;
}
.article-img {
  float: left;
  margin-top: 5px;
  width: 134px;
}
.article-img-right {
  float: right;
  margin-top: 5px;
  width: 134px;
}
.article-img a {
  display: block;
}
.article-img a img {
  width: 130px;
  height: 92px;
  border: 2px solid white;
  box-shadow: 0 0 1px #999;
  border-radius: 3px;
}
.author-dy {
  float: left;
  margin: 0;
  width: 119px;
  padding: 12px 0;
  background: url(../img/personal_homepage_box_wrap_bg.png) repeat-y;
}
.author-dy li {
  list-style: none;
  text-align: center;
  font-size: 12px;
}
.author-dy-img {
  width: 50px;
  height: 50px;
  border: none;
  margin: 0 auto;
}
.article-detail-dy {
  margin-left: 130px;
  width: 500px;
}
.article-detail {
  margin-left: 156px;
  width: 370px;
}
.article-detail h2 {
  font-size: 14px;
  line-height: 28px;
  margin: 0 0 0px 0;
}
.article-detail-read {
  margin-left: 140px;
}
.article-sum-box {
  position: relative;
}
.article-sum {
  color: #666;
  font-size: 12px;
  margin: 0;
}
.article-time {
  line-height: 20px;
  font-size: 12px;
  margin-bottom: 5px;
  color: #999;
}

.article-sum-box .article-info {
  position: absolute;
  left: 457px;
  width: 100px;
  top: 0px;
  color: #666;
  font-size: 12px;
  margin: 0;
}
.article-sum-box .article-info li {
  list-style: none;
}
.icon-zan {
  width: 16px;
  height: 16px;
  background: url(../img/btn_bg.png) no-repeat -276px 0px;
  margin: 1px 1px 0 2px;
}
.icon-collect {
  width: 16px;
  height: 16px;
  background: url(../img/btn_bg.png) no-repeat -276px -42px;
  margin: 1px 3px 0 0;
}
.icon-comm {
  background-position: 0 -167px;
  margin: 1px 4px 0 1px;
}
.article-book-img {
  float: left;
  margin-top: 5px;
  width: 120px;
}
.article-book-img a img {
  width: 120px;
  border: none;
}

.article-shengsu-box {
  background-color: #F3F3F3;
  position: relative;
  border-radius: 5px;
  margin-top: 20px;
}
.article-shengsu {
  width: 552px;
  float: left;
  margin: 0;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 20px;
}
.author-btn-shengsu {
  float: right;
  background-color: #DFDFDF;
  color: #666;
  line-height: 26px;
  padding: 2px 8px;
}
.trangle-top {
  border-width: 5px 8px 12px 8px;
  border-style: solid;
  border-color: transparent transparent #F3F3F3 transparent;
  left: 20px;
  top: -17px;
}
.author-more-box {
  background-color: #dddddd;
  margin: 20px 0 0 10px;
}
.author-more-box a {
  display: block;
  color: #999;
  text-align: center;
  line-height: 30px;
}

.article-comm {
  margin: 20px 0 0 10px;
  width: auto;
}
.article-comm-img {
  width: 39px;
}
.article-comm-img a img {
  width: 35px;
  height: 35px;
}
.comm-box {
  margin: 15px 0 0px;
}
.comm-cont-box {
  margin-left: 56px;
}
.comm-cont-box-mg {
  margin-right: 56px;
  margin-left: 260px;
}
.comm-cont {
  border: 1px solid #eee;
  border-radius: 5px;
  box-shadow: 0px 1px 1px #999;
  background-color: white;
  padding: 2px 8px;
  position: relative;
  margin-bottom: 3px;
  color: #666;
}
.comm-cont div a {
  color: #666;
}
.trangle {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
}
.trangle-out {
  border-width: 8px 12px 8px 5px;
  border-style: solid;
  border-color: transparent #dedede transparent transparent;
  left: -17px;
  top: 10px;
}
.trangle-in {
  border-width: 8px 12px 8px 5px;
  border-style: solid;
  border-color: transparent white transparent transparent;
  left: -15px;
  top: 10px;
}
.trangle-out-right {
  border-width: 8px 5px 8px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #dedede;
  right: -17px;
  top: 10px;
}
.trangle-in-right {
  border-width: 8px 5px 8px 12px;
  border-style: solid;
  border-color: transparent transparent transparent white;
  right: -15px;
  top: 10px;
}
.author-wenji-box {
  margin: 30px 0 0px 10px;
  width: 630px;
}
.author-wenji {
  float: left;
  width: 200px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.article-dianping-border-btm {
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
}
.author-wenji-img {
  display: block;
}
.author-wenji-img img {
  width: 200px;
  height: 134px;
  border: none;
}
.author-wenji-create {
  background-color: #e4e4e4;
  height: 134px;
  position: relative;
}
.author-wenji-create-word {
  position: absolute;
  top: 90px;
  left: 71px;
  text-align: center;
}
.author-wenji-create a img {
  width: 46px;
  height: 46px;
  margin: 36px 77px 54px 77px;
}
.author-wenji-title {
  background-color: black;
  opacity: .5;
  margin: -28px 0 0;
  position: relative;
}
.author-wenji-title a {
  font-size: 14px;
  line-height: 28px;
  margin: 0;
  color: white;
  display: block;
  height: 28px;
  text-align: center;
}
.author-ul-taglist-new {
  margin: 0 0 0 24px !important;
  padding-top: 0 !important;
}
.li-btm-new a {
  margin-bottom: 0 !important;
}
.li-btm-new a i {
  margin-left: 2px !important;
}
.li-btm-new a i:hover {
  background: url(../img/glyphicons-halflings-white.png) -408px -96px !important;
}

.right-side {
  float: right;
  background: url(../img/author-right.png) repeat-y;
  width: 175px;
  padding: 60px 0 110px;
  margin: 0;
  border-right: 2px solid #e8edf1;
}
.right-side li {
  list-style: none;
  font-size: 16px;
}
.right-side li a {
  color: #aaa !important;
  display: block;
  line-height: 44px;
  border-bottom: 1px solid #e4e9ef;
  border-top: 1px solid #edeef1;
  margin-bottom: 1px;
}
.right-side li a:hover {
  background-color: #fafafb;
}

.icon-pst {
  background-position: -384px -167px;
  margin: 4px 36px 0 20px;
}

.border-btm {
  border-bottom: 1px dashed #dbdbdb;
  padding-bottom: 10px;
}
.pd20 {
  padding-bottom: 20px;
}
.icon-gl2-shenhe{
    background-position: -407px -169px;
    margin-top: 2px;
}







/*
*  搜索结果页面展开，收起功能
*  by赵金叶
*  14.03.21
*/
.search-more {
  color: #006CD8;
  display: inline-block;
  font-size: 12px;
  margin: 0 0px 0 5px;
  cursor: pointer;
}

.search-more:hover {
  color: #006CD8;
  text-decoration: underline;
}
.none {
  display: none;
}


/*
* 个人设置页面
* zisasign
* 2014.4.17
*
*/

.personal-settings-nav {
  list-style: none;
  overflow: hidden;
  margin-left: 25px;
  border-bottom: 1px solid #ccc;
}

.personal-settings-nav li {
  float: left;
  margin-right: 10px;
}

.personal-settings-nav li a {
  display: block;
  font-size: 14px;
  padding: 0 12px;
  line-height: 32px;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.personal-settings-nav li a:hover {
  color: #1D95D9;
}

.personal-settings-nav li a.active {
  color: white;
  background-color: #1D95D9;
}

.personal-settings-nav li a.active:hover {
  background-color: #1B8CCC;
}

.personal-settings-content {
  margin-top: 30px;
  min-height: 200px;
  width: 940px;
}

.personal-settings-content .control-label {
  width: 100px;
  font-size: 12px;
  color: gray;
}

.personal-settings-content .controls {
  margin-left: 104px;
}

.personal-settings-content .controls input[type="password"],
.personal-settings-content .controls input[type="text"] {
  width: 228px;
  border-radius: 0;
  height: 20px;
  line-height: 20px;
  border-left: 1px solid #A6A6A6;
  border-top: 1px solid #A6A6A6;
}

.personal-settings-content .control-group input[type="checkbox"] {
  margin: 3px 10px 0 0;
}

.personal-settings-content .personal-settings-pre {
  display: block;
  margin: 0 0 18px 38px;
}

.personal-settings-content .personal-settings-pre em {
  font-style: normal;
  margin-left: 6px;
  color: #1D95D9;
}
.personal-settings-content .personal-settings-checkbox {
  margin-left: 34px;
  height: 24px;
  line-height: 24px
}

.personal-settings-content .checkbox {
  padding: 0 0 0 8px;
}

.personal-settings-content .auth-accounts {
  margin-left: 36px;
}

.personal-settings-content .auth-account {
  margin-right: 4px;
  padding: 12px 10px 10px 10px;
  font-size: 14px;
  background-color: white;
  border: 1px solid #CCC;
  border-bottom-color: #BEB8B8;
  color: gray;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.personal-settings-content .auth-account:hover {
  border: 1px solid #A7A8AA;
  border-bottom-color: #9FA3AD;
  color: #57585B;
}

.auth-account em {
  font-style: normal;
  font-size: 12px;
  margin-left: 6px;
}


.personal-settings-content .weibo-icon, .personal-settings-content .qq-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url('../img/btn_bg.png');
  margin-right: 5px;
  vertical-align: top;
}

.personal-settings-content .weibo-icon {
  background-position: -89px -1110px;
}

.personal-settings-content .qq-icon {
  background-position: 0 -1110px;
}

.personal-settings-content .alert {
  margin-left: 25px;
}

.personal-settings-content .horizontal-div {
  float: left;
  margin-left: 35px;
  width: 122px;
  height: 500px;
}

.personal-settings-content #upload {
  left: 450px;
}

#current_avatar h5, #avatar_uploader h5 {
  display: inline-block;
}

.personal-settings-content #current_avatar img {
  display: block;
  width: 120px;
  height: 120px;
  border: 1px solid #999;
  margin-top: 4px;
}

.personal-settings-content #avatar_uploader {
  margin-left: 20px;
  width: 750px;
}

#avatar_uploader .panel-buttons {
  display: inline-block;
  top: 198px;
  padding: 0 10px;
  font-weight: normal;
  font-size: 12px;
  color: #888;
  border: 1px solid #CBC5C5;
  background-color: #F8F8F8;
  cursor: pointer;
  -webkit-transition: .1s ease-in;
  -moz-transition: .1s ease-in;
  -o-transition: .1s ease-in;
  transition: .1s ease-in;
}

#avatar_uploader #upload {
  margin: 0 10px;
}

#avatar_uploader .panel-buttons:hover {
  color: #8F8F8F;
  background-color: #eee;
}

#avatar_uploader .current {
  color: #8F8F8F;
  background-color: #ddd;
}

#avatar_uploader #flash {
  padding-top: 4px;
  margin-left: 0;
}

.personal-settings-content .alert {
  margin-left: 25px;
}

.hint-text {
  margin-left: 6px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}
/**用户登录样式88*/
.login-wrap {
  float: none;
  overflow: hidden;
  height: 100%;
  _zoom: 1;
  background: #f0f0f0 url('../img/login_bg.jpg') no-repeat;
  margin-bottom: -20px;
}
.right-login-box {
  padding: 0;
}
.right-box {
  position: static;
  float: right;
  box-shadow: 0 2px 3px #ccc;
  margin: 50px 30px 80px 0;
  padding: 25px 30px;
  border: 3px solid #d1d1d1;
  width: 394px;
  background: rgba(255, 255, 255, 0.8);
  *background:#fff;
  display: inline;
}

.right-box .login-info {
  margin: 0 0 5px;
}

.right-box h4 {
  text-align: center;
  font-size: 16px;
  padding: 12px 0 18px;
  border-bottom: 1px solid #ddd;
  margin-top: 0;
}
.right-box .login-info,
.right-box .control-label,
.right-box .form-horizontal {
  font-size: 12px;
}
.right-box .login-info {
  margin: 0 23px 5px;
  color: #666;
}
.right-box .form-horizontal {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 12px;
  padding: 16px 0;
}
.right-box .form-horizontal .control-label {
  width: 64px;
  text-align: left;
  letter-spacing: 0.3em;
  color: #999;
}
.right-box .form-horizontal .controls {
  margin-left: 70px;
}
.right-box .help-inline a {
  color: #999;
}
.right-box .form-horizontal .control-group input[type="text"],
.right-box .form-horizontal .control-group input[type="password"] {
  border-radius: 0;
  width: 236px;
  border-left: 1px solid #a6a6a6;
  border-top: 1px solid #a6a6a6;
  box-shadow: inset 1px 1px 1px #efefef;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
}

.right-box .controls label {
  font-size: 12px;
}
.right-box .control-group {
  margin-bottom: 0;
}

.right-box .control-remember {
  margin-top: -8px;
}

.ctl-auto-ipt {
  color: #999;
  margin-bottom: 5px;
}

.ctl-auto-ipt input {
  border-color: #999;
}
.lgn-btn {
  width: 120px;
  height: 32px;
  background: url('../img/btn_bg.png') no-repeat 0 -252px;
  position: relative;
  top: -1px;
  font-size: 12px;
  color: #fff;
  text-shadow: 0 0 1px #eee;
  box-shadow: none;
  border: none;
}
.lgn-btn:hover,.lgn-btn:focus {
  background: url('../img/btn_bg.png') no-repeat 0 -252px;
  color: #fff;
}
.lgn-reg-btn {
  width: 120px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  background: url('../img/btn_bg.png') no-repeat 0 -294px;
  display: inline-block;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 1px #eee;
}
.lgn-btn:hover,
.lgn-reg-btn:hover {
  color: #fff;
}
.login-kj {
  text-align: center;
  padding: 6px 0;
}
.login-kj a {
  display: inline-block;
  width: 171px;
  height: 38px;
  line-height: 38px;
  background: url('../img/btn_bg.png') no-repeat -91px -168px;
  text-indent: -9999px;
  margin: 0 8px;
}
.login-kj .qq-lgn {
  background-position: -91px -210px;
}

/*忘记密码 样式*/
.forget-password-wrap {
  margin-top: 30px;
}

.step-content {
  margin: 20px -30px 0 30px;
  min-height: 300px;
}

.step-content .control-label {
  width: 80px;
  font-size: 14px;
  color: #999;
}

.step-heading {
  color: #333;
  font-size: 14px;
  padding: 0;
  line-height: 28px;
  margin: 0px 0 20px 6px;
}

.step-content .form-horizontal .controls {
  margin-left: 0;
}

.step-content .btn-confirm {
  margin-left: 80px;
}

.step-content .form-horizontal .control-group input[type="text"], .step-content .form-horizontal .control-group input[type="password"] {
  border-radius: 0;
  width: 236px;
  padding: 4px;
  border-left: 1px solid #A6A6A6;
  border-top: 1px solid #A6A6A6;
  box-shadow: inset 1px 1px 1px #EFEFEF;
  height: 16px;
  line-height: 16px;
}