<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu {
    margin: 0;
    padding: 0
}

header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details {
    display: block
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,th {
    text-align: left;
    font-weight: 400
}

html,body,fieldset,img,iframe,abbr {
    border: 0
}

i,cite,em,var,address,dfn {
    font-style: normal
}

[hidefocus],summary {
    outline: 0
}

li {
    list-style: none
}

h1,h2,h3,h4,h5,h6,small {
    font-size: 100%
}

sup,sub {
    font-size: 83%
}

pre,code,kbd,samp {
    font-family: inherit
}

q:before,q:after {
    content: none
}

textarea {
    overflow: auto;
    resize: none
}

label,summary {
    cursor: default
}

a,button {
    cursor: pointer
}

h1,h2,h3,h4,h5,h6,em,strong,b {
    font-weight: 700
}
body{
    font-family: Microsoft Yahei,PingFang SC,Hiragino Sans GB,STHeiti,Microsoft Sans Serif,sans-serif!important;
    font-size: 16px;
    line-height: 200%;
    margin: 0px;
    color: #0F0F0F;
	background-color: #f0f4f5;
}
.f-cb:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: "."
}

.clearfix:after {
    clear: both;
    content: '';
    display: block
}
a{color:#19537D;text-decoration: none;}
a:hover {text-decoration:underline;}
img {
    width: auto;
    height: auto;
    max-width: 100%
}
.l{float:left;} .r{float:right;}
input{outline:0px;}
*{  
    margin: 0px;  
    padding: 0px;  
      
}
/* å…¬å…±æ&nbsp;·å¼ */
.gs-main,.tuijian,.gs-subnav,.breadcrumbs{
	width:1100px; 
	height:auto;     
	margin: 5px auto;
	overflow: hidden;
	overflow:hidden;
}
.gs-top{
margin-top:15px;
}
/* header */
header{ width:100%; background-color:#22CB64;}
.gs-hd {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #5D6146;
    height: 45px;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: 0 1px 3px rgb(18 18 18 / 10%);
    box-shadow: 0 1px 3px rgb(18 18 18 / 10%);
}

.gs-header {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1100px;
}
.gs-logo {
    float: left;
    display: inline-block;
    width: auto;
    height: 45px;
    padding: 0 40px;
    background: url(../images/logo.png) 0 8px no-repeat;
    background-size: 32px 32px;
}
.gs-logo h1{
 font-weight: normal;
}
.gs-logo a {
    font-size: 26px;
    line-height: 45px;
    color:#F0EFE2;
}
.gs-logo a:hover {
    text-decoration: none;
}
.gs-nav {
    margin-bottom: 0;
    margin-right: 0;
    float: left;
}
.gs-nav ul {
    overflow: hidden;
}
.gs-nav li {
    line-height: 45px;
    float: left
}
.gs-nav li a {
    white-space: nowrap;
    color: #F0EFE2;
    display: inline-block;
    font-size: 16px;
    position: relative;
    width: 50px;
    text-align: center;
}
.gs-nav li a.on {
    margin-left: 1px;
    background-color: #757863;
    border-bottom: 3px solid #F0EFE2;
    height: 42px;
}
.gs-nav li a:hover {
    margin-left: 1px;
    text-decoration: none;
    background-color: #757863;
    border-bottom: 3px solid #F0EFE2;
    height: 42px;
}
/*seach*/
.gs-search {
    float: right;
    margin-right: 0px;
    margin-top: 8px;
    line-height: normal;
}

.search_form {
    position: relative;
    margin: 0;
    display: inline-block;
}

.search_input {
    float: left;
    width: 256px;
    height: 20px;
    line-height: 19px;
    padding: 4px 7px;
    color: #985d3e;;
    border-radius: 2px 0 0 2px;
    background-color:#FBFAF6;
    display: inline-block;
    vertical-align: middle;
    border: 0px solid #ccc;
    border-top: 1px solid rgba(0,0,0,.12);
    border-bottom: 1px solid rgba(0,0,0,.12);
    border-left: 1px solid rgba(0,0,0,.05);
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.search_input:focus {
    border-color: #d9dee6;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(197, 197, 197, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(197, 197, 197, 0.6);
}
.search_btn {
    float: left;
    width: 50px;
    height: 30px;
    padding: 0 10px;
    margin-left: -1px;
    border-radius: 0 2px 2px 0;
    border: 1px solid #847110;
    background-color: #747110;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    color: #f3f7fc;
    line-height: 29px;
}
#sidr-right {
    display: none;
}
.gs-m-seach-btn {
    display: none;
}
/* ä¸»ä½“å¸ƒå±€éƒ¨åˆ† */
.gs-content{ width:755px; height:auto; float:left; }
.gs-sidebar{ width:336px; height:auto; float:right;}
/*book*/
.m-book-wrapper{
    margin-bottom: 10px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    border-radius: 3px;
}
.tab-header {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eaeaea;
    background: #fff;
}
.justify {
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -webkit-box-orient: horizontal;
    display: -webkit-box;
}
.tab-header .header-item {
    padding: 0 15px;
    font-size: 15px;
    cursor: pointer;
    margin: 0 10px;
}
.tab-header .header-item.cur {
    margin-top: -1px;
    border-bottom: 2px solid #985d3e;
    color: #795548;
}
.tab-container .container-item.cur {
    display: block;
}
.tab-container .container-item {
    display: none;
}
.header-line {
    padding-bottom: .31rem;
    border-bottom: 1px solid #f3f3f3;
}
.m-book-wrapper .header {
    background: #fff;
    font-size: 0;
    position: relative;
    padding: 5px 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 1px 0px 3px rgba(0,0,0,.07);
}
.m-book-wrapper .header .titles {
    padding-left: 15px;
    color: #2c3e50;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    position: relative;
}
.m-book-wrapper .header .titles:after {
    content: '';
    width: 3px;
    height: 24px;
    display: inline-block;
    background: #bda37f;
    position: absolute;
    top: 6px;
    left: 0;
}
.books-group-4n {
    margin: 0;
}
.books-group-4 {
    margin: 0;
    text-align: center;
    padding: 15px 0 5px 15px;
    display: block;
    overflow: hidden;
}
.books-group-4 .book {
    width: 20%;
    display: inline-block;
    margin: 0;
    padding-right: 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
.book .book-cover {
    display: -webkit-box;
    width: 100%;
    padding-top: 133.33333%;
    -webkit-box-flex: 2;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
}
.book .book-cover::before {
    content: ' ';
    display: inline-block;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: .01rem solid rgba(0,0,0,.1);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    z-index: 2;
}
.book .book-cover-img {
    display: block;
    -webkit-box-flex: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    min-width: 100%;
    min-height: 100%;
    height: 100%;
}
.book .book-title {
    color: #333;
    width: 100%;
    margin: 10px 0 0;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    display: block;
    line-height: 30px;
    height: 30px;
    text-align: center;
}
.book .book-author {
    color: #999;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    display: block;
    line-height: 20px;
    height: 20px;
    text-align: center;
    margin-bottom: 10px;
}
.book:last-of-type {
    margin-right: 0;
}
/*home updata*/
.m-newscontent{
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    border-radius: 3px;
	margin-bottom: 10px;
}
.m-uptitle{
    border-bottom: 1px solid #eaeaea;
}
.m-uptitle h2{
	font-size: 16px;
    color: #2c3e50;
    font-weight: bold;
    padding: 10px;
}
.m-update{
	background: #fff;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
}
.m-update li {
    overflow: hidden;
    border-bottom: 1px dashed #e4e4df;
    padding: 0 15px;
}

.m-update li span {
    float: left;
    margin: 0 auto;
    padding: 8px 0;
    color: #666;
    font-size: 14px;
}

.m-update li span h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    padding-left: 15px;
}

.m-update li span h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px
}

.m-update li span h2 span {
    margin-left: 10px;
    color: #ee583f;
    font-size: 14px
}

.m-update li span p {
    color: #333;
    text-indent: 2em;
    font-weight: 400;
    font-size: 12px;
    line-height: 2em
}

.m-update li span span {
    color: #666;
    font-weight: 400;
    font-size: 12px;
    line-height: 2em
}

.m-update li span span b {
    margin-right: 2em;
    font-weight: 400
}

.cr {
    text-align: right
}

.m-update li span b {
    color: #666;
    font-weight: 400
}

.m-update li span span a {
    color: #999
}
.wid10 {
    width: 14%
}
.wid15 {
    width: 20%
}
.wid35 {
    width: 33%
}
.icon_page_spread:before{
    background: url(../images/gj-more-down.png) no-repeat 0 center;
    background-size: 30px 30px;
    content: "";
    float: left;
    height: 24px;
    width: 24px;
	margin-right: 5px;
}
.icon_enter:before{
    background: url(../images/gj-right-more.png) no-repeat 0 center;
    background-size: 30px 30px;
    content: "";
    float: left;
    height: 24px;
    width: 24px;
	margin-right: 5px;
	margin-top: 8px;
}
.icon_clock:before{
    background: url(../images/gj-new-top.png) no-repeat 0 center;
    background-size: 16px 16px;
    content: "";
    float: left;
    height: 20px;
    width: 20px;
    margin-top: 10px;
}
.gs-content a:hover {
    text-decoration: none;
}
.book-intro {
    margin-bottom: 10px;
    background: #fff;
    overflow: hidden;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgba(26,26,26,.1);
    box-shadow: 0 1px 3px rgba(26,26,26,.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 15px 0;
    position: relative;
}

.book-img {
    float: left;
    margin-right: 40px;
    width: 130px
}

.book-img .m-img {
    float: left;
    padding: 5px;
    width: 120px;
    height: 160px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 1px 1px 2px rgba(0,0,0,.3)
}

.book-describe,.book-describe2 {
    float: left;
    width: 480px
}

.book-describe h1 {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 30px;
    line-height: 38px
}

.book-describe p {
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
}
.gs-tags{
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #e1f3d8;
    color: #666;
    line-height: normal;
    margin-right: 8px;
    padding: 1px 5px;
    font-size: 14px;
    background-color: #f0f9eb;
    color: #67c23a;
}
.gs-tags:hover {
    color: #d53d3d;
    border-color: #e1f3d8;
}
/*yd buttons*/
.book-buttons {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 10px 0;
    clear: both;
	position: relative;
}
.book-buttons .bs-button:not(:last-child) {
    margin-right:10px;
}
.bs-button.button-block {
    display: block;
}
.bs-button.button-fill {
    background: #bda37f;
    color: #fff;
	position: relative;
}
.book-buttons .bs-button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.bs-button {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    border: 1px solid #bda37f;
    border-radius: 3px;
    font-size: 16px;
    color: #bda37f;
    text-align: center;
}
a.button-fill:after {
    position: absolute;
    right: 20px;
    width: 8px;
    height: 8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    content: "";
    top: 11px;
}
.book-buttons .dropdown-menu{
position: absolute;
    background: #f1f3f4;
    color: #000;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border-radius: 3px;
    padding: 5px 0;
    width: 49%;
    top: 60px;
    z-index: 9999;
	display: none;
}
.book-buttons .dropdown-menu::before {
    content: '';
    display: block;
    padding: 0;
    width: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #d1e4dd;
    position: absolute;
    top: -20px;
    left: 50%;
}
.book-buttons .dropdown-menu a{
    padding: 5px;
    font-size: 15px;
    display: block;
    text-align: center;
}
.cover-mate {
    margin-bottom: -1px;
    background: #fff;
}
.cover-book-desc {
    position: relative;
    padding-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}
.cover-book-desc p {
    line-height: 28px;
    font-size: 15px;
    color: #999;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.cover-book-desc.opened p {
    display: block;
}
.cover-book-desc.opened i {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.cover-book-latest-chapter {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 40px;
    padding: 0;
    font-size: 14px;
    color: #bda37f;
}
.cover-mate-title {
    font-size: 14px;
    color: #333;
}
.cover-mate-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding: 0 15px;
	overflow: hidden;
    line-height: 40px;
    height: 40px;
	text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
}
.cover-book-desc .extend-button {
    display: none;
    position: absolute;
    right: 0;
    bottom: 4px;
    width: 60px;
    height: 20px;
    line-height: 20px;
    text-align: right;
    background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(70%,#fff),color-stop(70%,#fff));
    background: -webkit-linear-gradient(left,rgba(255,255,255,0),#fff 70%,#fff);
    background: linear-gradient(to right,rgba(255,255,255,0),#fff 70%,#fff);
}
.cover-more{
    display: inline-block;
    font-size: 20px;
    color: #f60;
}
.cover-icon {
    display: block;
    height: 40px;
    width: 28px;
    line-height: 40px;
    margin-right: 0;
    vertical-align: middle;
    font-size: 16px;
}
.cover-book-latest-chapter:after {
    content: '';
    border-top: 1px solid #f2f2f2;
    position: absolute;
    top: 0;
    left: 0;
    right: 10px;
}
.conList {
    background: #fff;
    position: relative;
}
.conList .title {
    padding: 0 15px;
    position: relative;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    border-bottom: 1px solid #f3f3f3;
}
.conList h3 {
    font-weight: 600;
    color: #646464;
}
.conList .title:after{
    content: '';
    width: 4px;
    height: 20px;
    display: inline-block;
    background: #bda37f;
    position: absolute;
    top: 10px;
    left: 0;
}
.conList .pageNum {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 0 15px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
	border-radius: 0 0 2px 2px;
}
.conList .title .listType {
    float: right;
    cursor: pointer;
}

.conList .pageNum .bn {
    text-align: center;
    width: auto;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.conList .pageNum .prev {
    float: left
}

.conList .pageNum .next {
    float: right
}

.conList .pageNum .off,.conList .pageNum .next.off:after,.conList .pageNum .prev.off:after {
    visibility: hidden
}

.conList .pageNum .sel {
    margin: 0px auto;
    position: relative;
    text-align: center;
    width: 110px;
    height: 40px;
    line-height: 40px;
}

.conList .pageNum .curTip {
    color: #226FCE
}
.conList .list li {
    color: #666;
    height: 40px;
    line-height: 40px;
    padding: 0 15px
}

.conList .pageNum select {
    height: 40px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    cursor: pointer;
}
.conList .list li&gt;a {
    border-bottom: 1px solid #f2f2f2;
    color: #666;
    display: block;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.conList .title .listType:after {
    background: url(../images/reserve.png) no-repeat 0 center;
    background-size: 13px 13px;
    content: "";
    float: left;
    height: 42px;
    margin-right: 5px;
    width: 13px;
}
.conList .pageNum .sel:after {
    border: 6px solid #676767;
    border-color: #676767 transparent transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 18px;
    top: 18px;
    width: 0;
}
.m-card{
    margin-bottom: 10px;
    background: #fff;
    overflow: hidden;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgba(26,26,26,.1);
    box-shadow: 0 1px 3px rgba(26,26,26,.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.m-card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #f6f6f6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.m-card-header .header-item {
   display: inline-block;
    padding: 0 20px;
    position: relative;
    display: inline-block;
    padding: 14px 0;
    font-size: 16px;
    line-height: 22px;
    color: #1a1a1a;
    text-align: center;
}
.book-list {
    position: relative;
    padding: 0px 20px 16px;
}
.book-list ul {
    float: left;
    width: 100%
}

.book-list ul li {
    float: left;
    padding-left: 0;
    width: 50%;
    border-bottom: 1px dashed #e4e4df;
    line-height: 40px;
}

.book-list ul li a {
    display: inline-block;
    width: 100%;
}
.book-list ul li:hover {
    background: #ecece8
}

.book-list ul li a:visited {
    color: #999
}
/*bk sd*/
.mybox{
    position: relative;
    color: rgba(0,0,0,.8);
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgb(26 26 26 / 10%);
    box-shadow: 0 1px 3px rgb(26 26 26 / 10%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0px 0 10px 0;
}
.mytitle{
    border-bottom: 1px solid rgba(150,150,150,.2);
    font-size: 16px;
    padding: 0px 1px;
    height: 45px;
    line-height: 45px;
}
.tabs {border-bottom:1px solid #eee;margin-bottom: 10px;}
.tabs li{float:left;width:50%;margin-bottom:-1px}
.tabs li a{display:flex;padding: 4px;font-size: 15px;justify-content: center;align-items: center;text-decoration: none;}
.tabs li.active a{color: #bda37f;border-bottom: 2px solid #bda37f;}
.tabs .icon-hot{font-size: 16px; color: red; opacity: 1;}
.tabs .icon-hot:before{
    background: url(../images/gj-hot-40.png) no-repeat 0 center;
    background-size: 20px 20px;
    content: "";
    float: left;
    height: 24px;
    width: 24px;
}
.tabs i{ margin-right: 5px; opacity: .5; font-size: 22px;}
.ranking li a{display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid #eee;padding: 6px 0;text-decoration: none;}
.ranking li a:nth-child(10){border-bottom: 0px solid #eee;}
.ranking ul{ counter-reset: show-list;}
.ranking li{counter-increment: item;}
.ranking li h3 span:after{content: counter(item);}
.ranking li .rank_left h3{font-size: 15px;font-weight: 500;}
.ranking li .rank_left h3 span{display: inline-block;border-radius: 5px;font-size: 14px;text-align: center;background: #ddd;margin-right: 10px;height: 24px;line-height: 24px;width: 24px;}
.ranking li .rank_left h4,
.ranking li .rank_left p,
.ranking li .rank_right .imgbox{display: none;}
.ranking li.active .rank_right span{display: none;}
.ranking li .rank_right span{ color: #999;}
.ranking li.active .rank_left h4,
.ranking li.active .rank_left p,
.ranking li.active .rank_right .imgbox{display: block;}
.ranking li.active .rank_left h3{padding-bottom: 5px; color: #222;}
.ranking li.active .rank_left h4{color: red;padding-bottom: 10px;}
.ranking li.active .rank_left p{color: #999;}
.ranking li.active .rank_left h3 span{display: block;width: 48px; margin-bottom: 8px;}
.ranking li.active .rank_left h3 span:before{ content: "NO.";}
.ranking li:nth-child(1) h3 span{ background: red; color: #fff;}
.ranking li:nth-child(2) h3 span{ background: rgb(255, 111, 0);color: #fff;}
.ranking li:nth-child(3) h3 span{ background: rgb(222, 204, 1);color: #fff;}
/*tags book*/
.gj-zt-info{
    position: relative;
    padding: 15px;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    border-radius: 3px 3px 0 0;
}
.gj-zt-info h1.gj-zt-title {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
}
.gj-zt-info .gj-zt-desc p{
    position: relative;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    overflow: hidden;
    max-height: 104px;
}
.gj-zt-book{
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    border-radius: 0 0 3px 3px;
}
.m-books{
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
}
.m-books a.wrap {
    position: relative;
    display: block;
    padding: 15px;
    overflow: hidden;
}
.m-books img.img {
    width: 108px;
    height: 136px;
    float: left;
    margin: 0 14px 0 0;
}
.m-books h3 {
    font-size: 18px;
    line-height: 22px;
    height: 22px;
    margin-bottom: 5px;
    overflow: hidden;
    word-break: break-all;
    font-weight: bold;
    color: #795548;
}
.m-books p.author {
    height: 22px;
    color: #985d3e;
    line-height: 22px;
}
.m-books p {
    color: #222;
    line-height: 22px;
    height: 88px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 14px;
}
.m-books .m-click{
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}
.m-books .new{
    position: absolute;
    top: 15px;
    right: 40px;
    padding: 3px 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #cf0505;
    border-radius: 50%;
}
.gs-content-top a:hover {
    text-decoration: none;
}
.disabled {
    color: #aaa;
    border: 1px solid #eee;
    background: linear-gradient(to right,#eeeeee 0,#f6f6f6 100%);
    box-shadow: 0 5px 10px rgb(246 246 246 / 25%);
    pointer-events: none;
}
/*book zj*/
.gs-bd {
    margin: 15px auto;
    padding: 0 40px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 7%);
}
.gs-article {
    padding: 15px 0
}

.gs-article-title {
    padding: 10px 0;
    background: url(../images/atitle_bottom.png) no-repeat bottom;
    background-size: 100%;
    margin-bottom: 10px
}

.gs-article-title h1 {
    text-align: center;
    font: normal 30px/50px "\5FAE\8F6F\96C5\9ED1";
    padding: 0 15px
}
.gs-article-title p.gs-other {
    text-align: center;
    color: #777;
    text-indent: 0;
    line-height: 24px;
    padding: 10px 0
}
.gs-article-title p.gs-other i {
    margin-left: 10px;
    background: #e3dfcd;
    border-radius: 10px;
    color: #666;
    font-style: normal;
    font-size: 12px;
    line-height: 24px;
    padding: 0 8px 0 5px
}
.gs-article-text {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    overflow: hidden
}
.gs-article-text p {
    text-align: justify;
    margin: 0 0 10px
}
.gs-page {
    padding: 8px 0;
    overflow: hidden;
    font-size: 16px;
    background: #e7e4d5;
    border-radius: 8px;
    margin: 15px 0
}

.gs-page li {
    float: left;
    width: 33%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: center
}
/* footer å°¾éƒ¨ */
footer{width:1100px; height:auto; margin:0 auto;font-size:14px; text-align:center; border-top: 1px solid #bda37f; padding:10px 0;}
footer p{line-height:26px;}
footer p,footer a{color:#a98554;}

/* sidebar  ä¾§è¾¹æ&nbsp; */
.sidebar-box{width:100%; overflow:hidden; margin-bottom:20px;box-shadow: 0 1px 4px rgba(0,0,0,.07);}
.sidebar-tag{ margin:0 0 15px 20px; overflow:hidden;}
.sidebar-tag a {float:left; width:90px; height:30px; line-height:30px; font-size:14px; text-align:center; color:#19537D; border:1px solid #DAD9D1; border-radius:5px;  overflow:hidden; margin:5px 10px 5px 0;}
.sidebar-tag a:hover{color: #2440b3;border: 1px solid #666;text-decoration: none;}

.sidebar-hot { margin:0 20px 15px 20px;overflow:hidden;}
.sidebar-hot li{width:100%; height:40px; line-height:40px; font-size:16px; overflow:hidden; border-bottom:1px dashed #DAD9D1;}
.cdzz{ margin-left:10px; font-size:12px; color:#999;}

.search-list a {display: inline-block; padding:0px 10px 0 10px;  height:30px; line-height:30px; font-size:14px; text-align:center; color:#999; border:1px solid #DAD9D1; border-radius:5px;   margin:5px 10px 5px 0;}
/* ç›®å½•é¡µäºŒçº§å¯¼èˆª */
/*é¢åŒ…å±‘å¯¼èˆª*/
.breadcrumbs{
    font-size: 14px;
}
.breadcrumbs a{
    padding: 0px 5px;
	color: #7d551d;
}
/*section*/
.morebg{
    z-index: 100;
    height: 60px;
    width: 100%;
    position: absolute;
    bottom: 40px;
    background: rgb(255 255 255 / 80%);
    -webkit-tap-highlight-color: transparent;
}
.more{ height:30px; line-height:30px; font-size:14px; color:#19537D; text-align:center; cursor:pointer; }
.more-data{ height:30px; line-height:30px; font-size:14px; color:#20BD5D; text-align:center; cursor:pointer; }

/*login*/
.gs-login{
    float: left;
	height:62px;
    line-height: 62px;
    padding:0 5px
}
.gs-login a{
    white-space: nowrap;
    color: #0F0F0F;
    display: inline-block;
    font-size: 18px;
    position: relative;
    padding: 0 6px;
    text-align: center;
}
.gs-login a:hover {
    text-decoration: none;
    background-color: #f0f4f5;
    border-bottom: 3px solid #747110;
    height: 60px;
}
.gs-login a.gs-user{
    color: #A2C241;
}
.js_login a {
    color: blue;
    text-decoration: none;
}
.nopasswd{
    color: #aeaeae;
    text-align: right;
    margin-top: 2px;
    padding-left: 20px;
}
.sub_btn1 {/*position:absolute; right:0px; top:50px;*/display: inline-block;zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */*display: inline;vertical-align: baseline;margin: 0 2px;outline: none;cursor: pointer;text-align: center;font: 11px/100% Arial, Helvetica, sans-serif;padding: .5em 2em .55em;text-shadow: 0 1px 1px rgba(0,0,0,.6);-webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);box-shadow: 0 1px 2px rgba(0,0,0,.2);color: #e8f0de;border: solid 1px #1487f4;background: #1487f4;background: -webkit-gradient(linear, left top, left bottom, from(#1487f4), to(#0976DC));background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1487f4', endColorstr='#1487f4');}
.sub_btn1:hover {
    background: #ED730D;
    background: -webkit-gradient(linear, left top, left bottom, from(#ED730D), to(#ED730D));
    background: -moz-linear-gradient(top, #6b9d28, #436b0c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
    border: solid 1px #ED730D;
}
.inputbg {
    height: 42px;
    line-height: 42px;
    margin-top: 15px;
}
#username * { vertical-align:middle;}
.inputsub{
    font-size: 14px;
    float: left;
    text-align: left;
    color: #333;
    height: 42px;
    line-height: 42px;
    background: none;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    width: 100%;
    text-indent: 6px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#keeplogin{
    position: relative;
    top: 2px;
    margin-right: 4px;
    line-height: normal;
}
.buttons { margin:15px auto;text-align:left}
#login-sub{width:105px;height:35px}
#qql {float:right}
.reg { padding:20px;margin:0 auto;width:280px}
#login{margin-top:20px}
.hidden{display:none;}
.js_login{
    width: 330px;
    display: none;
    color: #999;
    background-color: #e7ebef;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotateX( 
-20deg
 ) translateZ(200px) translateY(20%);
    -moz-transform: rotateX(-20deg) translateZ(200px) translateY(20%);
    -ms-transform: rotateX(-20deg) translateZ(200px) translateY(20%);
    -o-transform: rotateX(-20deg) translateZ(200px) translateY(20%);
    transform: rotateX( 
-20deg
 ) translateZ(200px) translateY(20%);
    transform: rotateX( 
-0deg
 ) translateZ(0) translateY(0%);
    max-width: 1200px;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
}
.js_login .js_title{
    overflow: hidden;
    height: 42px;
    background-color: #fff;
    font-size: 18px;
    font-family: inherit;
    font-weight: 500;
    padding: 10px 10px;
}
.js_title ul{
    padding-left: 33%;
    text-align: center;
}
.js_login .js_title span{ float:right; line-height:40px; padding:0 9px;cursor:pointer;font-family:"";font-size:30px;}
.js_login .js_title span:hover{color:#555}
.js_login .js_title li{
    float: left;
    width: 42px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    height: 40px;
    margin-right: 15px;
}
.js_login .js_title li a{float:left;width:130px;text-align:center;}
.js_login .js_title li a:hover{}
.conxk1{
    border-bottom: 2px solid #ed730d;
    line-height: 48px;
    color: #ed730d;
}
.conxk1 a{color:#11B200;}
.conxk1 a:hover{color:#11B200;text-decoration:none;}
.conxk2{
    line-height: 48px;
    color: #a5a4a4;
}
.conxk2 a{color:#646464;}
.conxk2 a:hover{color:#646464;text-decoration:none;}
.js_login .js_content{
    overflow: hidden;
    padding: 13px 15px;
    background: #e7ebef;

}
.js_login .js_content .de_list{width:100%;padding-top:12px;}
.js_login .js_content a:visited{ color:blue}
.js_login  .js_content a:hover { color:red; text-decoration: underline; }
.Reg-input{
    height: 42px;
    line-height: 42px;
    margin-top: 15px;
}
.Reg-input li{display:inline;}
.code{
    width: 80px;
    float: left;
    border: 1px solid #ccc;
    outline: none;
    border-radius: 4px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.showkey {
    float: left;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    font-size: 14px;
}
.showkey img {
    float: left;
    height: 28px;
    margin-left: 10px;
    line-height: 28px;
    border: 1px solid #444;
    margin-top: 2px;
    border-radius: 4px;
}
.input-text:focus{border:1px solid #339933;}
.Reg-input .Reg-text{width:70px;text-align:right;font-size:14px;}
.Reg-input .input-text{
    font-size: 14px;
    float: left;
    text-align: left;
    color: #333;
    height: 42px;
    line-height: 42px;
    background: none;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    width: 100%;
    text-indent: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.Reg-input font{font-size:12px;}
.Reg-inputshow span{font-size:12px;}
.js_login #checkbox{
    text-align: left;
    overflow: hidden;
    font-size: 12px;
    margin-top: 0;
    margin-left: 5px;
}
.js_login #errmsg{color:red}
.js_login .sub_btn1{font-size:15px}
.ym{font-size:12px;}
#lean_overlay { position: fixed;z-index:10000;top: 0px;left: 0px;height:100%; width:100%; background: #333 no-repeat;display: none;background-size:100%;}
@media (max-width: 768px){
	.js_login{
		width: 80%;
	}
}
/*login end*/
/*m-seach*/
.none {
    display: none;
}
.visi {
    overflow: visible;
    position: static;
}
.hidd {
    overflow: hidden;
    position: fixed;
}
.pmore {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #f2f3ee;
}
.gs-m-search-wrap {
    padding-top: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 10;
}
.gs-m-search-form{
    width: 100%;
    display: flex;
}
.gs-m-search-input, .gs-m-search-input .gs-m-input-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.gs-m-search-input {
    position: relative;
    height: 36px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 15px 10px 9px;
}
.gs-text-input:hover,.gs-text-input:active,.gs-text-input:focus{
    background:#fff;
}
.gs-m-back-btn {
    fill: #70757a;
    width: 24px;
    height: 24px;
    display: block;
    background: transparent url(../images/goback.png) no-repeat center center;
    background-size: 24px 24px;
    padding: 6px;
	margin-right: 6px;
	font-size: 0;
    color: transparent;
    text-indent: -999999rem;
}
.gs-m-search-input .gs-m-input-box {
    background-color: #fff;
    color: #222;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding: 0 16px;
    box-shadow: 0px 1px 0px 0px rgb(60 64 67 / 16%);
}
.gs-m-search-input input {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    outline: none;
    border: none;
    background: rgba(0,0,0,0);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.gs-m-search-input .gs-m-searchbtn {
    width: 36px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.gs-m-search-input .gs-m-searchbtn{
    height: 36px;
    line-height: 36px;
    position: relative;
    width: 24px;
    display: block;
    background: transparent url(../images/search.png) no-repeat center center;
    background-size: 20px 20px;
}
.gs-m-searchbtn .gs-m-s-btn{
    font-size: 0;
    color: transparent;
    text-indent: -999999rem;
}
.gs-index-hint {
    font-size: 0;
    padding: 0 16px;
    margin-bottom: 8px;
}
.gs-index-hint h4 {
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 8px;
    color: #222;
    font-size: 16px;
    padding-top: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.gs-index-hint .gs-hint-box.gs-index-history {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gs-index-hint .gs-hint-box a {
    font-size: 14px;
    line-height: 32px;
    padding: 0 12px;
    border-radius: 8px;
    display: inline-block;
    background-color: #f8f8f8;
    margin-right: 8px;
    margin-bottom: 8px;
    color: #222;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#gs-gotop {
    bottom: 105px;
    _margin-bottom: 105px;
    width: 36px;
    height: 36px;
    background: #fff url(../images/icon.svg) no-repeat;
    position: fixed;
    right: 50px;
    cursor: pointer
}
@media (max-width:1080px){
	body, html{width:100%;}
	.gs-isgood,.gs-main,.gs-home-istop,.gs-subnav,.breadcrumbs{width:98%; height:auto; margin:10px auto; overflow:hidden;}
	.gs-content{ width:100%; height:auto; float:left; }
	.gs-sidebar{width: 100%;height: auto;float: right;}
	.gs-hot-tag{margin:10px 5px; }
	.gs-hot-tag a{width:23%; height:42px; line-height:42px; text-align:center;float:left;border-radius: 5px;margin:0px 3px 10px 3px;}
	.sidebar-tag a {float:left; width:20%; height:30px; line-height:30px; font-size:14px; text-align:center; color:#999; border:1px solid #DAD9D1; border-radius:5px;  overflow:hidden; margin:5px 10px 5px 0;}
	.gs-isgood-ul{ width:100%; overflow: hidden;margin-bottom:20px;min-height: 100%;max-height: 100% }
	.gs-isgood-li{ width:100%; border-right: 1px dotted #DAD9D1; padding:0px 5px 0px 5px;  color:#999;overflow: hidden;}
	.gs-isgood-li h3 {font-size: 20px;justify-content: center;}
	.gs-subnav_cont {
			margin: 0 10px;
			clear: both;
			border-bottom: 1px dashed #DAD9D1;
			overflow: hidden;
			padding: 5px 0;
    }
	.gs-subnav .sright {width: 85%;float: left;}
	.yuanwen {float: left;width: 100%; padding: 0px;margin-bottom: 10px;}
	.fanyi{ float:right; width:100%; padding:0px;margin-bottom:10px;}
	.section-title{margin:5px}
	.works-title{ font-size:20px;justify-content:center;}
	.source,.works-introduuce{ font-size:18px}
	.mingju li {font-size: 18px}
	.mingju li p, .mingju li p a {font-size: 16px;color: #999;}
	.gs-fly li{font-size: 18px;}
	.gs-fly li p, .gs-fly li p a{font-size: 15px;color: #999;}
	footer{width:100%; height:auto; margin:0 auto;font-size:12px; text-align:center; border-top: 1px solid #c8c7bc; padding:10px 0;}
}
#simple-menu {
    display: none;
    width: 45px;
    height: 45px;
    font-size: 0;
    overflow: hidden;
    text-align: center;
}
@media screen and (max-width: 767px) {
	.gs-hd{
		height:45px;
	}
	.gs-header{
		width:100%;
		padding:0;
	}
	.gs-logo{
		margin: 2px 0 0;
		width: auto;
		background-position-x: 2px;
		background-position-y: 1px;
		padding-left: 44px;
		height: 45px;
	}
	.gs-logo a{
		font-size: 23px;
		line-height: 40px;
	}
	.gs-nav,.gs-search{
		float: none;
		display: none;
	}
	.gs-m-seach-btn{
		position: absolute;
		right: 55px;
		top: 0;
		width: 24px;
		height: 24px;
		display: block;
		background: transparent url(../images/gj-search.png) no-repeat center center;
		background-size: 24px 24px;
		font-size: 0;
		color: transparent;
		text-indent: -999999rem;
		padding: 10px 10px;
    }
	.gs-login{
	    height:45px;
	    line-height: 45px;
	}
	.gs-login a{
	    font-size:16px;
	}
	/*book*/
	.books-group-4 .book:nth-of-type(10) {
    display: none;
    }
	.books-group-4 .book {
        width: 33.33333%;
	}
	.book-img {
                width: 32%;
                margin-right: 8%;
            }
    .book-img .m-img {
                float: none;
                width: 110px;
                height: 148px;
                box-shadow: 0px 0px 1px rgba(0,0,0,.2);
            }
    .book-describe {
                float: left;
                margin-left: 0;
                width: 60%;
            }
    .book-describe h1{
                margin-bottom: 1%;
                text-align: left;
                font-size: 1.5em;
                line-height: 32px;
            }
    .book-list ul li {
			    float: left;
			    width: 100%;			
            }
	.wid35 {
    width: 50%;
    }
    .cr {
    display: none;
    }
	/*yd menu*/
	#simple-menu {
		display: block;
		float: right;
		margin-top: 0px;
		cursor: pointer;
	}
	#simple-menu:before {
		display: inline-block;
		font: bold 45px/45px "Times New Roman";
		vertical-align: text-bottom;
		content: "\2261";
		color: #1a1a1a;
    }
	.sidr-open #simple-menu:before {
    display: inline-block;
    font: bold 45px/45px "Times New Roman", Arial;
    vertical-align: text-bottom;
    content: "\00D7";
    color: #1a1a1a;
    }
	.sidr {
		display: none;
		position: absolute;
		position: fixed;
		top: 0;
		height: 100%;
		z-index: 999999;
		width: 260px;
		overflow-x: none;
		overflow-y: auto;
		font-size: 16px;
		background: #fbfbfa;
		color: #333;
		-webkit-box-shadow: inset 0 0 5px 0px #d1e4dd;
		-moz-box-shadow: inset 0 0 5px 0px #E1E0C7;
		box-shadow: inset 0 0 5px 0px #d1e4dd;
		border-left: 1px solid #d1e4dd;
	}
	.sidr.right {
		left: auto;
		right: -260px;
	}
	.sidr .sidr-inner {
		padding: 0 0 6px;
	}
	.sidr-inner {
		clear: both;
	}
	.sidr ul {
		display: block;
		margin: 0 0 10px;
		padding: 0;
	}
	.sidr ul li {
		line-height: 40px;
		float: left;
		position: relative;
		white-space: nowrap;
		width: 50%;
	}
	.sidr ul li a, .sidr ul li span {
		color: #333;
		font-weight: bold;
		font-size: 16px;
		text-decoration: none;
		padding: 6px;
		background-color: #f1f3f4;
		display: block;
		text-align: center;
		border-radius: 3px;
		border: 0px solid transparent;
		overflow: hidden;
		white-space: nowrap;
		margin: 10px 6px 0;
	}
	.sidr-inner li.sidr-class-m-back{
		padding-left: 15px;
		line-height: 48px;
		border-bottom: 1px solid #e5e5e5;
		display: block;
		margin-top: -15px;
		border-top: 1px solid #fff;
	}
	.sidr-inner li.sidr-class-m-size{
		padding-left: 15px;
		line-height: 48px;
		border-bottom: 1px solid #e5e5e5;
		display: block;
		margin: 0;
		border-top: 1px solid #fff;
	}
	.sidr-inner li.sidr-class-m-back a.sidr-class-c{
		border: 1px solid #ddd;
		text-align: center;
		width: 20px;
		height: 20px;
		line-height: 20px;
		display: inline-block;
		margin-right: 5px;
		}
		/*seach*/
		#sidr-id-search_form {
		padding: 6px 15px 0;
		overflow: hidden;
    }
	.sidr-inner #sidr-id-keys {
		float: left;
		background: #fff;
		border: 1px solid #d6d0cd;
		border-top-left-radius: 2px;
		border-bottom-left-radius: 2px;
		border-right: none;
		color: #825d5b;
		font: italic 14px/24px "serif";
		transition: all 0.7s ease 0s;
		width: 182px;
		height: 30px;
		padding-left: 6px;
	}
	#sidr-id-search_form .sidr-class-search_btn {
		float: left;
		background: url(../images/search.png) no-repeat;
		width: 32px;
		height: 32px;
		border-top-right-radius: 2px;
		border-bottom-right-radius: 2px;
		border: 1px solid #d6d0cd;
		border-left: none;
		cursor: pointer;
		text-indent: -9999px;
	}
	#sidr-id-search_form #sidr-id-keys:focus {
		font-style: normal;
		background: #fff;
		width:190px;
		outline: 0;
	}
	.sidr-class-gs-m-logo{
		display: block;
		background: transparent url(../images/gs-m-logo.png) no-repeat center center;
		background-size: 210px 100px;
		font-size: 0;
		color: transparent;
		text-indent: -999999rem;
		height: 100px;
		width: 210px;
		margin: 15px auto 0px;
	}
	.gs-pages ul li {
        display:none
    }

    .gs-pages ul li.prev-page,.gs-pages ul li.next-page {
        display: inline-block
    }
	.gs-bd {
    width: 100%;
    padding: 0;
    margin: 0;
    }
	.gs-article {
        padding: 0 0 15px;
        width: 100%
    }

    .gs-article-title p.gs-other {
        display: none
    }

    .gs-article-text {
        font-size: 18px;
        line-height: 34px;
        font-weight: 400;
        overflow: hidden;
        padding: 0 15px
    }

    .gs-page {
        padding: 6px 0;
        margin: 10px 15px
    }
	#gs-gotop{
	right: 5px;
	}
}
.load {
    margin: -19px 0px 0px -38px;
    padding: 10px;
    border-radius: 3px;
    left: 50%;
    top: 50%;
    text-align: center;
    color: rgb(255, 255, 255);
    visibility: visible;
    position: fixed;
    z-index: 2000;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}</pre></body></html>