body {
  font-size: 14px;
  color: #333333;
}
a,
a:hover {
  color: #000000;
  text-decoration: none;
}
a:visited {
  color: #333333;
}
body,
div,
ul,
li,
h1,
h2,
h3,
form,
input,
textarea,
p {
  padding: 0;
  margin: 0;
}
ul,
li {
  list-style: none;
}
.draw-right {
  float: right;
  text-align: right;
}
#content {
    background: #f0f8fa;
}
#content > table {
  width: 100%;
  background: #EEFAEE;
  border-collapse: collapse;
  border-spacing: 0;
}
#content > table td {
  border: #009900 solid 1px;
}
#content > table td {
  padding: 5px;
}
.clearfix:after,
.clearfix:before {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
#content {
  max-width: 984px;
  margin: 0 auto;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.text-center {
  text-align: center;
}
.redtext {
  color: red;
}
.darkred{color: #a73836;}
.greentext {
  color: green;
}
.graytext {
  color: lightgrey;
}
.emtext {
  color: #00AAB3;
}
.sub-header {
  background: #83dbcb;
  text-align: center;
  padding: 3px 0;
  font-weight: bold;
}
.sub-header h1 {
  font-size: 18px;
}
.sub-header > div {
  vertical-align: middle;
}
#ticketsrank_box {
  padding: 3px 5px;
}
#ticketsrank_box span {
  display: inline-block;
  width: calc(33% - 5px);
}
@media screen and (max-width: 640px) {
  #ticketsrank_box span {
    display: inline-block;
    width: 100%;
  }
}
.buttondefault {
  background: #85BFC9;
  background-image: linear-gradient(to right, #85BFC9, #a5d6d3);
  border: 1px outset #85BFC9;
}
.navbar {
  text-align: center;
}
.navbar .current {
  font-weight: bold;
}
#bottom-separater {
  margin-top: 1em;
}
.simple-seperater {
  height: 1em;
  width: 100%;
}
ul.cssMenu ul {
  display: none;
  position: absolute;
  left: -1px;
  top: 98%;
  width: 110px;
}
ul.cssMenu li:hover > ul {
  display: block;
}
ul.cssMenu ul ul {
  position: absolute;
  left: 98%;
  top: -2px;
}
ul.cssMenu,
ul.cssMenu ul {
  margin: 0;
  list-style: none;
  padding: 0 2px 2px 0;
  background-repeat: repeat;
}
ul.cssMenu ul {
  background-color: #fff;
}
ul.cssMenu table {
  border-collapse: collapse;
}
ul.cssMenu {
  display: block;
  float: left;
}
ul.cssMenu li {
  display: block;
  margin: 4px 0 0 2px;
  font-size: 0;
  float: left;
}
ul.cssMenu a:active,
ul.cssMenu a:focus {
  outline-style: none;
}
ul.cssMenu a,
ul.cssMenu li.dis a:hover,
ul.cssMenu li.sep a:hover {
  display: block;
  vertical-align: middle;
  text-align: left;
  padding: 4px;
  font: normal 12px Verdana;
  text-decoration: none;
  cursor: default;
}
ul.cssMenu span {
  overflow: hidden;
  display: block;
  background-image: url("../image/arrv_anim_1.gif");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 11px;
}
ul.cssMenu ul li {
  float: none;
}
ul.cssMenu ul a {
  height: 14px;
}
ul.cssMenu li.sep {
  text-align: center;
  padding: 0;
  line-height: 0;
  height: 100%;
}
ul.cssMenu li.sep span {
  float: none;
  padding-right: 0;
  width: 5px;
  height: 16px;
  display: inline-block;
  background-color: #AAA;
  background-image: none;
}
ul.cssMenu ul li.sep span {
  height: 3px;
}
ul.cssMenu li:hover {
  position: relative;
}
ul.cssMenu li:hover > a {
  background-color: #038139;
  font: normal 12px Verdana;
  color: #FFF;
  text-decoration: none;
}
ul.cssMenu li a:hover {
  position: relative;
  background-color: #038139;
  font: normal 12px Verdana;
  color: #fff;
}
ul.cssMenu li.dis a {
  color: #FFF !important;
}
ul.cssMenu img {
  border: none;
  float: left;
  margin-right: 4px;
  width: 16px;
  height: 16px;
}
ul.cssMenu ul img {
  width: 16px;
  height: 16px;
}
ul.cssMenu img.over {
  display: none;
}
ul.cssMenu li.dis a:hover img.over {
  display: none !important;
}
ul.cssMenu li.dis a:hover img.def {
  display: inline !important;
}
ul.cssMenu li:hover > a img.def {
  display: none;
}
ul.cssMenu li:hover > a img.over {
  display: inline;
}
ul.cssMenu a:hover img.over,
ul.cssMenu a:hover ul img.def,
ul.cssMenu a:hover a:hover img.over {
  display: inline;
}
ul.cssMenu a:hover img.def,
ul.cssMenu a:hover ul img.over,
ul.cssMenu a:hover a:hover img.def {
  display: none;
}
ul.cssMenu a:hover ul {
  display: block;
}
ul.cssMenu li:hover > a > span {
  background-image: url("../image/arrv_anim_1o.gif");
  color: #FFF;
}
ul.cssMenu a:hover span {
  background-image: url("../image/arrv_anim_1o.gif");
}
ul.cssMenu ul span,
ul.cssMenu a:hover table span {
  background-image: url("../image/arr_double_1.gif");
}
ul.cssMenu ul li:hover > a span {
  background-image: url("../image/arr_double_1o.gif");
}
ul.cssMenu table a:hover span {
  background-image: url("../image/arr_double_1o.gif");
}
#sitetitle {
  max-width: 984px;
  width: 100%;
  background: #85BFC9;
  margin-bottom: -1px;
}
#sitetitle img {
  width: 100%;
}
#sitehead {
  padding-left: 20px;
  padding-right: 20px;
  background: #83dbcb;
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
}
#sitehead div {
  vertical-align: middle;
  display: inline-block;
}
#topnavs, #t_user_nav, #t_user_info{line-height: 32px;}
#sitehead #topnavs > a {
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 983px) {
  #sitehead #topnavs > a {
    margin: 0 8px;
  }
}
@media screen and (max-width: 983px) {
  #sitehead {
    grid-template-columns: auto 1fr;
  }
}
#sitehead #sitehead-group1 {
  grid-column: 1;
}
#sitehead #sitehead-group2 {
  text-align: right;
  height: 32px;
  grid-column: 2;
}
#sitehead #sitehead-group3 {
  text-align: right;
  grid-column: 3;
}
@media screen and (max-width: 983px) {
  #sitehead #sitehead-group3 {
    grid-column: 1 / span 2;
  }
}
#sitehead .examinenav {
  display: none;
}
#sitehead .name-hidable {
  display: none;
}
@media screen and (max-width: 983px) {
  #sitehead #t_user_info .readerid {
    display: none;
  }
}
#imgchangediv img {
  max-width: 100%;
  margin: 0 auto;
}
#imgyuan {
  width: 182px;
  height: 0;
  border-radius: 12px;
  padding-left: 100px;
  margin: 0 auto;
  position: relative;
  top: -27px;
}
#imgyuan font {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin-right: 9px;
  margin-top: 4px;
  display: inline-block;
  background-color: white;
}
#public_notice_new marquee a {
  display: inline-block;
  margin-right: 3em;
}
#mclear {
  position: relative;
  right: 28px;
  top: 0px;
  width: 15px;
  border: 0;
  background: url(../image/clear.png) no-repeat;
  background-size: 13px;
  margin-right: -20px;
}
.input-border {
  border: 1px solid #333333;
}
.input-radius {
  border-radius: 5px;
}
#topsearch {
  margin: 0px 0px 8px;
}
#topsearch * {
  vertical-align: middle;
}
#topsearch > div {
  margin: 8px auto 0;
}
@media screen and (min-width: 984px) {
  #topsearch > div {
    display: inline-block;
  }
  #topsearch .search_right {
    float: right;
  }
}
#topsearch .input-text {
  width: 198px;
  height: 22px;
  margin: 0 6px;
  border: 1px solid #333333;
  border-radius: 5px;
}
@media screen and (max-width: 983px) {
  #topsearch .input-text {
    width: 113px;
    margin: 0 8px;
  }
}
#topsearch .input-select {
  width: 86px;
  height: 24px;
  font-size: 14px;
  margin: 0 6px;
  text-align: center;
  text-align-last: center;
  border: 1px solid #333333;
  border-radius: 5px;
}
@media screen and (max-width: 983px) {
  #topsearch .input-select {
    width: 56px;
    font-size: 10px;
    margin: 0 8px;
  }
}
#topsearch .input-submit {
  width: 88px;
  height: 24px;
  margin: 0 16px;
  background: #85BFC9;
  background-image: linear-gradient(to right, #53cee0,#a8f2e1);
  border: 1px outset #85BFC9;
  border-radius: 5px;
  font-family: 'Source Han Sans CN';
}
@media screen and (max-width: 983px) {
  #topsearch .input-submit {
    width: 34px;
    font-size: 10px;
    margin: 0 12px;
    font-family: 'Source Han Sans CN';
  }
}
#searchinfo {
  padding: 0 6px;
}
#searchinfo .nav {
  float: left;
  display: inline-block;
}
#searchinfo .ord {
  float: right;
  display: inline-block;
}
#searchinfo .ord select {
  border: 1px solid #333333;
  border-radius: 5px;
}
#footer {
  padding: 30px 3px;
  text-align: center;
}
#footer a {
  display: inline-block;
  padding: 0px 0.5em;
}
.channelblock .channel-title {
    background: #83dbcb;
    text-align: center;
    padding: 4px 20px;
}
.channelblock .channel-title * {
    /*color: white !important;*/
    /*text-shadow: 1px 1px 2px black, 0 0 1em darkgrey, 0 0 0.2em black;*/
}
.channelblock .channel-title h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  font-family: '三极正极黑简体';
}
.channelblock .channel-title .channel-more {
  float: right;
  font-size: 14px;
  line-height: 20px;
  margin-top: 2px;
}
.channelblock .channel-content {
  margin: 0 auto;
  max-width: 950px;
}
@media screen and (max-width: 983px) {
  .channelblock .channel-content {
    max-width: 260px;
  }
}
.channelblock .channel-content .channel-rank {
  display: inline-block;
  margin: 16px 30px;
}
@media screen and (max-width: 983px) {
  .channelblock .channel-content .channel-rank {
    display: block;
    margin: 8px 0px;
  }
}
@media screen and (min-width: 984px) {
  .channelblock .channel-content.pic-left .channel-rank {
    float: left;
  }
  .channelblock .channel-content.pic-right .channel-rank {
    float: right;
  }
}
.channelblock .channel-content .channel-rank-img {
  display: flex;
}
.channelblock .channel-content .channel-rank-img .channel-rank-novel:nth-child(n+2) {
  margin-left: 30px;
}
@media screen and (max-width: 983px) {
  .channelblock .channel-content .channel-rank-img .channel-rank-novel:nth-child(n+2) {
    margin-left: 12px;
  }
}
.channelblock .channel-content .channel-rank-img .channel-rank-novel .rank-cover-div {
  width: 120px;
  height: 168px;
}
@media screen and (max-width: 983px) {
  .channelblock .channel-content .channel-rank-img .channel-rank-novel .rank-cover-div {
    width: 79px;
    height: 110px;
  }
}
.channelblock .channel-content .channel-rank-img .channel-rank-novel .rank-cover-div img {
  width: 100%;
  height: 100%;
}
.channelblock .channel-content .channel-rank-text {
  width: 402px;
}
@media screen and (max-width: 983px) {
  .channelblock .channel-content .channel-rank-text {
    width: 100%;
  }
}
.channelblock .channel-content .channel-rank-text .channel-rank-novel {
  margin-top: 8px;
}
.channelblock .channel-content .channel-rank-text .channel-rank-novel .rank-text-div {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
}
.channelblock .channel-content .channel-rank-text .channel-rank-novel .rank-text-div .rank-text-novelname {
  white-space: nowrap;
  overflow: hidden;
}
.channelblock .channel-content .channel-rank-text .channel-rank-novel .rank-text-div .rank-text-authorname {
  float: right;
}
.channelblock .channel-content .channel-rank-text .channel-rank-novel .rank-text-div .rank-text-authorname a{
    color: #1447a3;
}
.bottom-head-font {
  font-size: 14px;
  font-weight: bold;
}
.bottomblock {
  padding-top: 16px;
}
.bottomblock > div {
  float: left;
}
.bottomblock .bottom-left{
  width: 482px;
  overflow: hidden;
}
.bottomblock .recent-renew-menu {
  overflow: hidden;
  display: block;
}
.bottomblock .recent-renew-menu li {
  display: inline;
  overflow: hidden;
  cursor: pointer;
  float: left;
  font-size: 18px;
  color: #666666;
  line-height: 31px;
  padding: 0px 2px;
}
.bottomblock .recent-renew-menu li:nth-child(n+2) {
  margin-left: 20px;
}
.bottomblock .recent-renew-menu li.current{
  background-color: #f0f8fa;
}
.bottomblock .recent-renew-main {
  min-height: 160px;
  padding-left: 38px;
}
@media screen and (min-width: 984px) {
  .bottomblock .recent-renew-main {
    /*border-right: 1px solid #979797;*/
  }
}
.bottomblock .recent-renew-main .tab-content {
  display: none;
}
.bottomblock .recent-renew-main .tab-content.current {
  display: table;
  width: 100%;
  padding-top: 8px;
}
.bottomblock .recent-renew-main .recent-renew-row,
.bottomblock .recent-renew-main .recent-renew-head {
  display: table-row;
}
.bottomblock .recent-renew-main .recent-renew-row.redtext * {
  color: red;
}
.bottomblock .recent-renew-main .recent-renew-head {
  font-size: 14px;
  font-weight: bold;
}
.bottomblock .recent-renew-main .recent-renew-cell {
  display: table-cell;
  padding-bottom: 8px;
  overflow: hidden;
  padding-right: 20px;
}
@media screen and (min-width: 984px) {
  .bottomblock .recent-renew-main .recent-renew-cell > * {
    white-space: nowrap;
  }
}
.bottomblock .recent-renew-main .recent-renew-cell:nth-child(2) > a {
    color: #1447a3;
}
.bottomblock .recent-renew-main .recent-renew-cell:nth-child(1) {
  width: calc(50% - 20px);
}
.bottomblock .recent-renew-main .recent-renew-cell:nth-child(2) {
  width: calc(30% - 20px);
}
.bottomblock .recent-renew-main .recent-renew-cell:nth-child(3) {
  width: calc(20% - 20px);
}
.bottomblock .bottom-right {
    margin-left: 20px;
    width:482px;
}
@media screen and (min-width: 984px) {
  .bottomblock .bottom-right > * {
    padding-left: 34px;
  }
}
.bottomblock .bottom-right h3 {
  font-size: 14px;
  font-weight: bold;
}
.bottomblock .bottom-right .board-post {
  padding-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  max-width: calc(100% - 20px);
}
@media screen and (max-width: 983px) {
  .bottomblock .bottom-left,.bottomblock .bottom-right {
    width: calc(100% - 0px);
    margin: 0px;
  }
}
.channel-novel-group {
  margin-left: auto;
  margin-right: auto;
  max-width: 796px;
  margin-top: 5px;
}
@media screen and (max-width: 796px) {
  .channel-novel-group {
    max-width: 388px;
  }
}
.channel-novel {
  display: inline-block;
  width: 388px;
  margin-bottom: 16px;
}
.channel-novel > div {
  float: left;
}
.channel-novel-cover {
  height: 168px;
  width: 120px;
}
.channel-novel-cover img {
  height: 100%;
  width: 100%;
}
.channel-novel-info {
  text-align:left;
  margin-left:8px;
  margin-top:4px;
  max-width:260px;
}
.channel-novel-info > * {
  margin-bottom: 5px;
  line-height: 20px;
  height: 20px;
  overflow:hidden;
}
.channel-novel-info .novelname {
  font-weight:bold;
}
.channel-novel-info .authorname {
  font-weight: bold;
  margin-bottom: 11px;
}
#reader-fav-list .reader-fav-class-title {
  margin: 1em 0;
}
.tooltip {
  display: none;
  position: absolute;
}
.tooltip-container:hover .tooltip {
  display: block;
}
.commentcontent {
  margin-top: 1em;
  margin-left: 1em;
  padding: 5px 20px;
  background: #a5d6d3;
  border-radius: 5px;
}
#mongolia_layer {
  z-index: 1001;
  cursor: wait;
  border: medium none;
  margin: 0pt;
  padding: 0pt;
  width: 100%;
  height: 100%;
  top: 0pt;
  left: 0pt;
  position: fixed;
  background-color: #000000;
  opacity: 0.2;
  filter: alpha(opacity=20);
  display: none;
}
.float_favorite {
  height: 280px;
  width: 430px;
  background-color: #F0FFFA;
  font-size: 13px;
  position: fixed;
  display: none;
  z-index: 1002;
  top: calc(50% - 140px);
  text-align: center;
}
.float_title {
  height: 25px;
  width: 430px;
  background: #A0D59F;
}
.float_title span {
  float: left;
  margin: 6px 0 0 8px;
}
.float_title img {
  float: right;
  margin: 4px 3px 0 0;
  cursor: pointer;
}
.float_message {
  height: 45px;
  width: 430px;
  font-size: 12px;
  float: left;
  margin-top: 13px;
  color: #0F8C28;
}
.float_comment {
  height: 150px;
  width: 395px;
  background: url(../image/float_comment.png) no-repeat;
  float: left;
  margin: 8px 0 0 20px;
  font-size: 13px;
}
.float_comment ul {
  list-style-type: none;
  margin: 8px 0 0 20px;
  float: left;
}
.float_comment ul li {
  width: 62px;
  height: 17px;
  background: url(../image/lattice.png) no-repeat;
  float: left;
  margin: 5px 10px 5px 0px;
  line-height: 17px;
  text-align: center;
}
.float_comment_title {
  height: 22px;
  width: 395px;
  font-weight: 600;
}
.float_comment_title font {
  float: left;
  margin: 5px 0 0 20px;
}
.float_foot {
  height: 25px;
  width: 430px;
  font-size: 13px;
  float: left;
  margin: 5px 0 0 0px;
}
.float_foot a {
  color: #595B58;
  text-decoration: none;
}
#comment_list .tdtitle {
  background: #a5d6d3;
  padding: 3px 10px;
}
#comment_list .smallreadbody {
  padding: 3px 10px;
}
#comment_list .readcontrolbar {
  text-align: right;
  padding: 3px 10px;
}
#comment_list .replycontent {
  margin-left: 1em;
}
#comment_list .replycontent .replytitle {
  background: #a5d6d3;
  padding: 3px 10px;
}
#comment_list .replycontent .replycontent {
  padding: 3px 10px;
}
.novelimage_div {
  float: left;
  padding: 10px;
  height: 280px;
  width: 200px;
}
.novelimage_div > img {
  height: 100%;
  width: 100%;
}
.novelmeta_item_div {
  margin-bottom: 1em;
  padding: 0 5px;
}
#noveltitle_div h2 {
  font-size: 14px;
}
#novel-actions {
  text-align: center;
}
#novel-actions .novel-action {
  display: inline-block;
  cursor: pointer;
  margin: 0px 0.5em;
}
#chapterlist_div {
  margin-bottom: 2em;
}
#chapterlist_div > *:nth-child(n+1) {
  border-bottom: dashed 1px #85BFC9;
  padding: 6px 0;
}
#chapterlist_div .chapterlist-label {
  text-align: center;
  font-weight: bold;
  background-color: #fff;
  font-size: 15px;
}
#chapterlist_div .chapterlist-chapter {
  display: grid;
  grid-template-columns: 4em 1fr;
}
#chapterlist_div .chapterlist-chapter .chapterid {
  grid-column: 1;
  grid-row: span 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4em;
  float: left;
}
#chapterlist_div .chapterlist-chapter .chapterinfo {
  grid-column: 2;
  font-size: 16px;
  margin-bottom: 4px;
}
#chapterlist_div .chapterlist-chapter .chapterinfo .chaptername {
  color: #707070;
  display: inline-block;
  margin-right: 1em;
  cursor: pointer;
}
#chapterlist_div .chapterlist-chapter .chaptermeta {
  grid-column: 2;
  color: #707070;
  font-size: 12px;
}
#chapterlist_div .chapterlist-chapter .chaptermeta .chaptermeta-item {
  display: inline-block;
  margin-right: 1em;
}
.navlink {
  display: inline-block;
  margin: 0px 1em;
}
#publish_comment {
  padding: 8px 10px;
}
#publish_comment > div {
  margin-bottom: 8px;
}
#publish_comment label {
  display: inline-block;
  min-width: 9em;
  margin-right: 1em;
}
#publish_comment textarea {
  width: 100%;
  height: 5em;
}
#publish_comment #submit_comment {
  text-align: center;
}
#publish_comment #submit_comment input[type='button'] {
  font-size: 120%;
  padding: 3px 20px;
  letter-spacing: 5px;
  background: #85BFC9;
  background-image: linear-gradient(to right, #85BFC9, #a5d6d3);
  border: 1px outset #85BFC9;
  border-radius: 5px;
  margin: 0 auto;
}
#kingticket .sub-header {
  text-align: left;
  padding: 3px 5px;
}
#kingticket .sub-header a {
  float: right;
}
#kingticket .kingticket-body .kingticket-column {
  width: calc(25% - 3px);
  float: left;
}
#kingticket .kingticket-body .kingticket-header {
  font-weight: bold;
}
@media screen and (max-width: 983px) {
  #kingticket .kingticket-body .kingticket-column {
    width: 100%;
  }
  #kingticket .kingticket-body .kingticket-column:nth-child(n+2) .kingticket-header {
    display: none;
  }
}
#kingticket .kingticket-item,
#kingticket .kingticket-header {
  margin: 1px 12px;
}
#kingticket .kingticket-name {
  float: right;
}
#kingticket .pagelist {
  text-align: center;
}
#buyinfos {
  margin: 0px 10px;
  padding-top: 10px;
  text-align: center;
}
#buyinfos .largetext {
  color: #00AAB3;
  font-size: 26px;
}
#buyinfos .buybutton_group .buybutton {
  display: inline-block;
  width: 200px;
  height: 54px;
  padding: 10px;
  margin: 10px;
  border-radius: 5px;
  vertical-align: top;
  cursor: pointer;
}
#buyinfos .buybutton_group .buybutton .buybutton_content {
  color: #00AAB3;
  font-size: 26px;
}
#buyinfos .buybutton_group .buybutton:nth-child(1) {
  background: #a5d6d3;
}
#buyinfos .buybutton_group .buybutton:nth-child(n+2) {
  background: white;
}
#buyinfos .buybutton_group .buybutton .buybutton_price {
  font-size: 14px;
  color: #333333;
  padding-top: 3px;
}
#buyinfos .halfinfo {
  text-align: left;
  margin: 10px auto;
  max-width: 700px;
}
#buyinfos .halfinfo .redtext {
  font-weight: bold;
}
#buyinfos .halfinfo p {
  margin: 0px 1em;
}
#comment_list {
  margin-bottom: 3em;
}
#comment_list .readbody {
  margin-left: 1em;
}
#comment-meta {
  margin: 1em 0;
}
#authorinfo-div {
  display: grid;
  padding: 0 15px;
  grid-template-columns: auto 1fr;
}
#authorinfo-div > div {
  padding: 1em 0;
}
#authorinfo-div .authorphoto {
  float: left;
  padding-right: 15px;
  grid-column: 1;
}
#authorinfo-div .authorphoto > div {
  padding: 5px;
  font-weight: bold;
}
#authorinfo-div > :nth-child(n+2) {
  grid-column: 2;
}
#authorinfo-div .authortrees > a {
  width: 26px;
  height: 40px;
  display: inline-block;
}
#authorinfo-div .lastnovel {
  margin-top: 1em;
}
#authorinfo-div .lastnovel > div {
  display: inline-block;
  margin: 0 1em;
}
#authorinfo-div #favoriteshow {
  max-width: 120px;
}
#authornovels .sub-header {
  margin-bottom: 5px;
}
/*# sourceMappingURL=main.css.map */
.tab-control-group{background-color: #83dbcb;padding: 1px 0px 0px 40px;margin: 0px auto;}
@media screen and (max-width: 983px) {
    .tab-control-group{padding: 1px 0px 0px 1px;}
}