.userpage .segment .role {
  padding-left: 1em;
  font-size: 0.75em;
  color: #999;
}
.userpage .item {
  padding: 20px 0;
  border-top: 1px dashed #ccc;
}
.userpage .item:first-child {
  padding-top: 0;
  border-top: 0;
}
.userpage .item:last-child {
  padding-bottom: 0;
}
.userpage .item .header {
  font-size: 1.2em;
  color: #666;
}
.userpage .item .meta {
  margin-bottom: 14px;
  font-size: .75em;
  color: #ccc;
}
.userpage .fa:first-child {
  padding-right: .5em;
}
.userpage .fa:last-child {
  padding-left: .5em;
}
.userpage .fa:only-child {
  padding-left: 0;
  padding-right: 0;
}
a {
  text-decoration: none;
  color: #3498db;
}
a:hover {
  color: #00baff;
}
.theme-orange a {
  color: #e65a50;
}
.theme-orange a:hover {
  color: #fa7864;
}
.button > .fa {
  padding-right: .5em;
}
.main {
  width: 980px;
  margin: 0 auto;
  padding: 40px 20px;
}
.narrow.container {
  width: 880px;
  padding: 0 50px;
}
.page.floor {
  margin-bottom: 65px;
}
.page.floor:last-child {
  margin-bottom: 0;
}
.simple.breadcrumb {
  margin-bottom: 30px;
  padding: 5px 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: #7f8c8d;
}
.bookcover.uploader + .form .tags {
  margin-top: 1.6em;
}
.bookcover.uploader + .form .tags > .tag {
  margin: 0 .5em .5em 0;
}
td.pre {
  max-width: 720px;
  white-space: pre-line;
  text-align: justify;
  word-wrap: break-word;
}
td .ui.button {
  margin-left: 5px;
}
.cover.image {
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.home.header {
  position: relative;
  height: 40px;
  margin-top: -10px;
  margin-bottom: 30px;
  font-size: 23px;
  line-height: 40px;
  color: #d13334;
}
.home.header .image {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  padding: 4px 0;
  vertical-align: bottom;
  background-color: transparent;
}
.home.header .right {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  line-height: 0;
}
.home.header .help {
  display: inline-block;
  vertical-align: middle;
  width: 145px;
  margin-right: 15px;
  font-size: 12px;
  line-height: 14px;
  color: #7f8c8d;
}
.home.header .button {
  width: 180px;
  background-color: #14b4a0;
  font-size: 17px;
  color: #fff;
}
.home.header .button:hover,
.home.header .button:active,
.home.header .button.active {
  background-color: #28c8be;
}
.home.banner {
  margin-bottom: 40px;
}
.home.banner:after {
  content: '';
  display: block;
  clear: both;
}
.home.banner > .slider {
  float: left;
  width: 660px;
  height: 240px;
}
.home.banner > .board {
  float: right;
  overflow: hidden;
  width: 300px;
  height: 240px;
  background-color: #fff;
}
.home.banner > .board > .header {
  margin: 0;
  padding: 5px 16px 10px;
  background-color: #e65a50;
  border-top: 5px solid #c8463c;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
}
.home.banner > .board > .header .more {
  float: right;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
}
.home.banner > .board .content {
  padding: 16px;
  font-size: 13px;
  line-height: 17px;
}
.home.banner > .board .content .item {
  display: block;
  overflow: hidden;
  max-height: 34px;
  margin-bottom: 14px;
  color: inherit;
  font-size: 14px;
}
.home.banner > .board .content .item:last-child {
  padding-bottom: 0;
}
.second-header {
  background-color: #fff;
}
.second-header .container {
  height: 90px;
  width: 880px;
  margin: 0 auto;
  padding: 0 20px;
}
.second-header .container:after {
  content: '';
  display: block;
  clear: both;
}
.second-header .container .logo {
  float: left;
  height: 40px;
  margin-top: 25px;
  color: #3498db;
  font-size: 24px;
  line-height: 40px;
}
.second-header .container .logo > img {
  width: 40px;
  margin-right: 12px;
  margin-left: -3px;
  vertical-align: bottom;
}
.second-header .container .logo > .button {
  margin-left: 1em;
  vertical-align: bottom;
}
.second-header .container .search {
  position: relative;
  float: right;
  margin-top: 30px;
}
.second-header .container .search input[type=text] {
  width: 240px;
}
.second-header .container .search input[type=submit] {
  position: absolute;
  top: 6px;
  right: 10px;
  margin: 0;
  padding: 0;
  background: 0 0;
  border: 0;
  outline: 0;
  font-size: inherit;
  color: #7f8c8d;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.page.floor > .yeeyan.slider {
  height: 220px;
}
.page.floor > .yeeyan.slider > .dots {
  bottom: 6px;
}
.page.floor > .yeeyan.slider > .dots .dot {
  width: 6px;
  height: 6px;
  border: 2px solid #cccccc;
  box-shadow: none;
  background: none;
}
.page.floor > .yeeyan.slider > .dots .dot.active {
  border-color: #667866;
  background-color: #667866;
}
.page.floor a.more {
  float: right;
  font-size: 14px;
  line-height: 30px;
}
.books.segment {
  border: 1px solid #e3e7e8;
  background-color: #fff;
}
.books.segment > .row1 {
  height: 210px;
  padding: 30px 40px;
  border-bottom: 1px solid #e3e7e8;
}
.books.segment > .row2 {
  height: 250px;
  padding: 30px 40px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.books.segment .row1 .book {
  width: 377px;
  color: inherit;
}
.books.segment .row1 .book:first-child {
  float: left;
}
.books.segment .row1 .book:last-child {
  float: right;
}
.books.segment .row1 .book .image {
  overflow: hidden;
  float: left;
  width: 120px;
  height: 167px;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.books.segment .row1 .book .content {
  padding-left: 140px;
}
.books.segment .row1 .book .name {
  font-size: 16px;
  font-weight: 700;
}
.books.segment .row1 .book .extra {
  overflow: hidden;
  color: #bcc3c7;
  white-space: nowrap;
}
.books.segment .row1 .book .description {
  margin-top: 10px;
  height: 154px;
  line-height: 22px;
  overflow: hidden;
}
.books.segment > .row2 .book {
  display: inline-block;
  width: 120px;
  margin-right: 50px;
  font-size: 13px;
  line-height: 20px;
}
.books.segment > .row2 .book a {
  color: inherit;
}
.books.segment > .row2 .book .image {
  overflow: hidden;
  width: 120px;
  height: 167px;
  margin-bottom: 16px;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.books.segment > .row2 .book .content {
  color: inherit;
}
.books.segment > .row2 .book .name {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}
.books.segment > .row2 .book .extra {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #bcc3c7;
}
.list--floating {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list--floating:before,
.list--floating:after {
  content: ' ';
  display: table;
}
.list--floating:after {
  clear: both;
}
.list--floating .list-item {
  float: left;
  width: 219px;
  height: 120px;
  background: #ffffff;
  border: 1px solid #e3e7e8;
  margin: 0 -1px -1px 0;
  -webkit-transition: background-color 0.1s;
          transition: background-color 0.1s;
}
.list--floating .list-item:hover {
  background: #fefefe;
}
.list--floating .list-item--disabled:hover {
  background: #ffffff;
}
.list--floating .list-itemInner {
  display: block;
  padding: 30px 0;
}
.list--floating .list-itemImage {
  display: block;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 60px;
  color: #7f8c8d;
}
.about.segment {
  height: 140px;
  padding: 20px 30px;
  background-color: #e2e7e8;
}
.about.segment > .header {
  margin: 0 0 1em 0;
  color: #0094db;
  font-size: 20px;
  line-height: 1.33;
}
.about.segment > .content > .column {
  display: inline-block;
  vertical-align: middle;
  height: 94px;
}
.about.segment > .content > .column.left {
  width: 565px;
  padding-right: 50px;
  box-shadow: 1px 0 0 0 #cccccc;
}
.about.segment > .content > .column.right {
  width: 155px;
  padding-left: 50px;
}
.publisher.header {
  height: 40px;
  margin: 0 0 40px 0;
  font-size: 24px;
  line-height: 40px;
}
.publisher.header > img {
  width: 40px;
  margin-right: 12px;
  margin-left: -3px;
  vertical-align: bottom;
}
.publisher.header > .provider {
  color: #3498db;
  border-right: 1px solid #c7c7c7;
  padding-right: 0.5em;
}
.publisher.header > .consumer {
  padding-left: 0.5em;
  color: #7f8c8d;
}
.publisher.header > .button {
  float: right;
}
.asided.segment {
  position: relative;
  min-height: 770px;
  padding: 30px 328px 30px 30px;
}
.asided.segment > .header {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 40px;
  color: #7f8c8d;
}
.asided.segment > .header > .more {
  float: right;
  font-size: 14px;
  color: #e65a50;
}
.asided.segment > .header > .more:hover {
  color: #fa7864;
}
.asided.segment > .nav.header {
  font-size: 20px;
}
.asided.segment > .nav.header > a {
  position: relative;
  margin-right: 1em;
  color: #999999;
}
.asided.segment > .nav.header > a.active {
  color: #464646;
}
.asided.segment > .nav.header > a.active:after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: -2px;
  right: -2px;
  display: inline-block;
  height: 2px;
  background-color: #4ba4de;
}
.asided.segment > .content,
.asided.segment > .tab > .content {
  width: 650px;
}
.asided.segment > .content:after,
.asided.segment > .tab > .content:after {
  content: '';
  display: block;
  clear: both;
}
.asided.segment .book {
  float: left;
  width: 100px;
  height: 295px;
  margin: 0 30px 25px 0;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}
.asided.segment .book a {
  color: inherit;
}
.asided.segment .book .content {
  color: inherit;
}
.asided.segment .book .image {
  display: block;
  height: 139px;
  margin-bottom: 16px;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.asided.segment .book .name {
  color: inherit;
  font-size: 14px;
}
.asided.segment .book .author {
  color: #bcc3c7;
  overlfow: hidden;
  text-overflow: ellipsis;
}
.asided.segment .book .extra {
  color: #bcc3c7;
}
.asided.segment .book .extra.underlined {
  text-decoration: underline;
}
.asided.segment > .image {
  float: left;
  width: 130px;
  height: 181px;
}
.asided.segment > .info {
  min-height: 181px;
  padding-left: 150px;
}
.asided.segment > .info .header {
  margin-bottom: 18.62px;
  font-size: 1.5em;
  font-weight: 700;
  color: #555;
}
.asided.segment > .info .meta {
  margin-bottom: 18.62px;
  font-size: 13px;
}
.asided.segment > .info .meta .item {
  margin-bottom: .66em;
}
.asided.segment > .info .meta .item:last-child {
  margin-bottom: 0;
}
.asided.segment > .info .meta .item .name {
  margin-right: 1em;
  font-weight: 700;
  color: #555;
}
.asided.segment > .info .tags {
  font-size: 13px;
}
.asided.segment > .info .tags .tag {
  display: inline-block;
  margin: 0 8px 8px 0;
  padding: 2px 10px;
  border-radius: 2px;
  background-color: #e65a50;
  color: #fff;
}
.asided.segment > .info .tags .tag:hover {
  background-color: #fa7864;
}
.asided.segment > .extra {
  margin: 3em 0;
}
.asided.segment > .extra > .header {
  margin-bottom: 2em;
}
.asided.segment > .extra > .content {
  line-height: 1.5;
  white-space: pre-line;
  text-align: justify;
  word-wrap: break-word;
}
.asided.segment > .divider {
  margin: 3em 0;
}
.tabular.menu {
  margin-bottom: 30px;
}
.tabular.menu .item {
  position: relative;
  display: inline-block;
  height: auto;
  margin-right: 50px;
  padding: 0;
  font-size: 20px;
  line-height: 1.5;
  color: #7f8c8d;
  cursor: pointer;
  -webkit-transition: color .2s;
          transition: color .2s;
}
.tabular.menu .item:before {
  content: '';
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 3px;
  background-color: #4ba4de;
  -webkit-transition: all .2s;
          transition: all .2s;
}
.tabular.menu .item.active:before {
  opacity: 1;
}
.tabular.menu .active.item {
  color: #464646;
}
.theme-orange .tabular.menu .item:before {
  background-color: #e65a50;
}
.tab {
  display: none;
}
.tab.active {
  display: block;
}
.tab.chapters .chapter {
  font-size: 15px;
  line-height: 30px;
}
.tab.chapters .chapter a {
  color: inherit;
}
.tab.chapters .chapter a.user {
  float: right;
}
.tab.chapters .chapter .readlink {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 10px;
  border-radius: 2px;
  background-color: #e65a50;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}
.tab.chapters .chapter .readlink:hover {
  background-color: #fa7864;
}
.asided.segment > .aside {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 256px;
  padding: 30px 20px;
  border-left: 2px solid #e3e7e8;
  background-color: #e3e7e8;
  font-size: 14px;
  color: #333;
}
.asided.segment > .aside .search {
  position: relative;
  margin-bottom: 40px;
}
.asided.segment > .aside .search input[type=text] {
  width: 100%;
  padding-left: 8px;
  padding-right: 55px;
  border-radius: 2px;
}
.asided.segment > .aside .search input[type=submit] {
  position: absolute;
  top: 6px;
  right: 10px;
  margin: 0;
  padding: 0;
  background: 0 0;
  border: 0;
  outline: 0;
  font-size: inherit;
  color: #7f8c8d;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.asided.segment > .aside a {
  color: inherit;
  -webkit-transition: background-color 0.1s;
          transition: background-color 0.1s;
}
.asided.segment > .aside > .header {
  font-size: 16px;
  color: #0094db;
  -webkit-font-smoothing: auto;
  -moz-font-smoothing: auto;
  font-smoothing: auto;
}
.asided.segment > .aside .tags {
  margin-bottom: 40px;
}
.asided.segment > .aside .tags > .content {
  width: 276px;
}
.asided.segment > .aside .tags .tag {
  display: inline-block;
  margin-right: 16px;
  line-height: 2em;
}
.asided.segment > .aside .tags .tag:hover,
.asided.segment > .aside .tags .tag:active,
.asided.segment > .aside .tags .tag.active {
  color: #0094db;
}
.asided.segment > .aside .reference {
  margin-bottom: 40px;
}
.asided.segment > .aside .reference .content:after {
  content: '';
  display: block;
  clear: both;
}
.asided.segment > .aside .reference a {
  position: relative;
  left: -20px;
  float: left;
  clear: both;
  padding: 0 20px;
  margin-bottom: 5px;
  line-height: 30px;
}
.asided.segment > .aside .reference a:hover,
.asided.segment > .aside .reference a:active,
.asided.segment > .aside .reference a.active {
  background-color: #0094db;
  color: #fff;
}
.asided.segment > .aside .reference a:last-child {
  margin-bottom: 0;
}
.asided.segment > .aside > .red.button,
.asided.segment > .aside > .cyan.button {
  width: 120px;
  font-size: 14px;
  color: #fff;
}
.asided.segment > .aside > .red.button {
  background-color: #e65a50;
}
.asided.segment > .aside > .red.button:hover,
.asided.segment > .aside > .red.button:active,
.asided.segment > .aside > .red.button.active {
  background-color: #fa7864;
}
.asided.segment > .aside > .cyan.button {
  float: right;
  background-color: #5cdbca;
}
.asided.segment > .aside > .cyan.button:hover,
.asided.segment > .aside > .cyan.button:active,
.asided.segment > .aside > .cyan.button.active {
  background-color: #32d2bc;
}
.asided.segment > .aside .divider {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #ebf0f1;
  border-bottom: 0;
}
.asided.segment > .aside .info {
  margin-bottom: 20px;
  text-align: center;
  font-size: 15px;
  color: #7f8c8d;
}
.asided.segment > .aside .block.yeeyan.button {
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  box-sizing: border-box;
  background-color: #ffe6b4;
  font-size: 14px;
  color: #555;
  -webkit-transition: background-color 0.2s;
          transition: background-color 0.2s;
}
.asided.segment > .aside .block.yeeyan.button:hover {
  background-color: #ffd581;
}
.asided.segment > .aside .block.yeeyan.button:before {
  content: ' ';
  display: inline-block;
  margin-right: 4px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.asided.segment > .aside .block.yeeyan.button[disabled] {
  background-color: #ffe6b4 !important;
  color: #555!important;
  opacity: .25;
  cursor: default;
}
.asided.segment > .aside .apply.block.button:before {
  background: url(../images/icons_1.png) 0 0;
}
.asided.segment > .aside .buy.block.button:before {
  background: url(../images/icons_1.png) -120px 0;
}
.asided.segment > .aside .member {
  display: block;
  margin: 30px 0;
}
.asided.segment > .aside .member:after {
  content: '';
  display: block;
  clear: both;
}
.asided.segment > .aside .member > .image {
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 3px;
  background-color: #ebf0f1;
}
.asided.segment > .aside .member > .content {
  margin-left: 65px;
}
.asided.segment > .aside .navigation {
  margin-bottom: 30px;
}
.asided.segment > .aside .navigation:after {
  content: '';
  display: block;
  clear: both;
}
.asided.segment > .aside .navigation .button {
  float: left;
  width: 128px;
  height: 30px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 30px;
  border-radius: 0;
  background-color: inherit;
  color: inherit;
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
  -webkit-font-smoothing: auto;
  -moz-font-smoothing: auto;
  font-smoothing: auto;
}
.asided.segment > .aside .navigation .button:hover {
  background-color: #fa7864;
  color: #fff;
}
.asided.segment > .aside .navigation .button:active,
.asided.segment > .aside .navigation .button.active {
  background-color: #e65a50;
  color: #fff;
}
.asided.segment > .aside .navigation .button:before {
  content: ' ';
  display: inline-block;
  margin-right: 4px;
  width: 30px;
  height: 30px;
  vertical-align: bottom;
  background-repeat: no-repeat;
}
.asided.segment > .aside .navigation .applying.button:before {
  background: url('../images/icons_1.png') 0 0;
}
.asided.segment > .aside .navigation .applying.button:hover:before,
.asided.segment > .aside .navigation .applying.button:active:before,
.asided.segment > .aside .navigation .applying.button.active:before {
  background: url('../images/icons_1.png') 0 30px;
}
.asided.segment > .aside .navigation .translating.button:before {
  background: url('../images/icons_1.png') -30px 0;
}
.asided.segment > .aside .navigation .translating.button:hover:before,
.asided.segment > .aside .navigation .translating.button:active:before,
.asided.segment > .aside .navigation .translating.button.active:before {
  background: url('../images/icons_1.png') -30px 30px;
}
.asided.segment > .aside .navigation .onsale.button:before {
  background: url('../images/icons_1.png') -60px 0;
}
.asided.segment > .aside .navigation .onsale.button:hover:before,
.asided.segment > .aside .navigation .onsale.button:active:before,
.asided.segment > .aside .navigation .onsale.button.active:before {
  background: url('../images/icons_1.png') -60px 30px;
}
.asided.segment > .aside .navigation .all.button:before {
  background: url('../images/icons_1.png') -90px 0;
}
.asided.segment > .aside .navigation .all.button:hover:before,
.asided.segment > .aside .navigation .all.button:active:before,
.asided.segment > .aside .navigation .all.button.active:before {
  background: url('../images/icons_1.png') -90px 30px;
}
.theme-orange .asided.segment > .aside {
  background-color: #fffae6;
}
.theme-orange .asided.segment > .aside > .header {
  color: #e65a50;
}
.theme-orange .asided.segment > .aside .tags .tag:hover,
.theme-orange .asided.segment > .aside .tags .tag:active,
.theme-orange .asided.segment > .aside .tags .tag.active {
  color: #fa7864;
}
.theme-orange .asided.segment > .aside .reference a:hover,
.theme-orange .asided.segment > .aside .reference a:active,
.theme-orange .asided.segment > .aside .reference a.active {
  background-color: #fa7864;
  color: #fff;
}
.gutenberg.store.list .item {
  padding-bottom: 16px;
}
.gutenberg.store.list .item .icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  float: left;
}
.yeeyan.message {
  margin-bottom: 1em;
  padding: 1em;
  background-color: rgba(0, 0, 0, 0.05);
}
.yeeyan.message .header {
  color: #7f8c8d;
}
.yeeyan.message .green.button {
  float: right;
}
.blog.list .item {
  position: relative;
  display: block;
  margin-top: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e3e7e8;
  color: inherit;
}
.blog.list .item:first-child {
  margin-top: 0;
}
.blog.list .item .header {
  font-size: 24px;
  margin-bottom: 1.33em;
}
.blog.list .item.top .header:after {
  content: '置顶';
  display: inline-block;
  margin-left: 10px;
  padding: 0 3px;
  background-color: #e65a50;
  border-radius: 2px;
  font-size: 13px;
  color: #fff;
  vertical-align: middle;
}
.blog.list .item .content {
  max-height: 100px;
  overflow: hidden;
}
.blog.list .item .meta {
  text-align: right;
  color: #bcc3c7;
}
.blog.list .item .meta .category {
  margin-left: 18px;
}
.article-header {
  font-size: 22px;
}
.article-meta {
  margin-bottom: 18px;
  color: #bcc3c7;
}
.article-content {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 25px;
  color: #525252;
  white-space: pre-wrap;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}
.blog.article .header {
  font-size: 24px;
  margin-bottom: 0.33em;
}
.blog.article .meta {
  margin-bottom: 40px;
  color: #bcc3c7;
}
.blog.article .meta .category {
  margin-left: 18px;
}
.blog.article .footer {
  border-top: 1px solid #e3e7e8;
  padding: 20px 0;
  color: #7f8c8d;
  text-align: center;
  font-size: 18px;
}
.blog.form {
  width: 725px;
}
.blog.form .simditor {
  margin-top: 20px;
}
.blog.form .simditor-body {
  width: 693px;
}

.simditor .image-popover .link-settings label { 
    position: relative;
}
