body,
html,
p,
ul {
    margin: 0;
    padding: 0
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/variable/Vazirmatn[wght].woff2') format('woff2 supports variations'), url('../fonts/webfonts/Vazirmatn[wght].woff2') format('woff2-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

body,
html,
input,
textarea {
    font-family: 'Vazirmatn', sans-serif;
    font-feature-settings: "ss01";
}

a,
select {
    outline: 0
}

.af-spin-loading,
body,
html {
    top: 0;
    width: 100%;
    height: 100%
}

.af-center-content,
.af-center:before,
.button {
    display: inline-block
}

.button,
.button-pure {
    cursor: pointer;
    text-align: center
}

.af-center,
.af-spin-loading,
.book-outer-title,
.bookcase-footer,
.button,
.button-pure,
.case-category,
.case-message,
.case-row,
.footer-input,
.loading,
.nav-header,
.sh5-table-centered,
.vertical {
    text-align: center
}

.af-center:before,
.vertical:before {
    content: '';
    vertical-align: middle
}

.af-center-content,
.af-center:before,
.button-pure,
.ff-vertical-align,
.sh5-table-centered,
.vertical-content,
.vertical:before {
    vertical-align: middle
}

body,
html {
    font-size: 15px;
    line-height: 20px;
    color: #333;
    background: 0 0;
    overflow: hidden;
    position: fixed
}

p,
ul {
    list-style: none
}

a {
    color: #0BA2C5
}

a:hover {
    color: #00ceff
}

input,
textarea {
    outline: 0;
    padding: 6px 20px;
    border-radius: 2px;
    background: #eee;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.af-loading-bg,
.af-spin-loading {
    background-repeat: no-repeat;
    background-position: center center
}

.af-spin-loading {
    position: absolute;
    left: 0;
    background-color: rgba(255, 255, 255, .75);
    color: #666;
    font-size: 25px;
    z-index: 4444;
    background-image: url(../img/loading.gif)
}

.loading,
.loading>img {
    position: absolute;
    top: 50%;
    left: 50%
}

.af-loading-bg {
    background-image: url(../img/progress.gif)
}

.af-center:before {
    height: 100%;
    margin-right: -.25em
}

.loading {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    box-shadow: 0 1px 3px #575757;
    opacity: .85;
    filter: alpha(opacity=85);
    margin-left: -15px;
    margin-top: -15px
}

.loading>img {
    margin-left: -8px;
    margin-top: -8px
}

.input-form {
    font-size: 16px;
    line-height: 16px;
    border-radius: 50px;
    border: #f3bb9b;
    background: #4d2f2f;
    color: #f3bb9b;
    box-shadow: inset 1px 2px 3px #1A1A1A, 0 1px 3px #f3bb9b
}

.button {
    padding: 5px 12px;
    box-shadow: rgba(0, 0, 0, .05) 0 1px 0 0;
    font-size: 14px;
    line-height: 16px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none
}

.button-block {
    display: block
}

.button-large {
    padding: 10px 0
}

.button-rounded {
    border-radius: 2px
}

.button-gray {
    background: #666;
    color: #fff;
    border: 1px solid #616161
}

.button-gray:hover {
    background: #5F5F5F
}

.button-gray:active {
    background: #555
}

.button-blue {
    border: 1px solid #2898AE;
    color: #fff;
    background: #2898AE
}

.button-blue:hover {
    background: #1A7AC4
}

.button-blue:active {
    background: #1871B6
}

.button-pure {
    background-color: #f8f8f8;
    border: 1px solid #d3d3d3;
    color: #333;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
    display: inline-block;
    font-weight: 700;
    padding: 4px 10px;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
    position: relative
}

.bookcase-panel,
.main-container,
.nav-bg {
    position: absolute;
    width: 100%
}


.button-pure.disabled {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    background: #EEE;
    border: 1px solid #DDD;
    text-shadow: 0 1px 1px #fff;
    color: #CCC;
    cursor: default
}

.button-pure:not(.disabled):hover {
    background-color: #f0f0f0
}

.button-pure:not(.disabled):active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.button-pure-blue {
    background: #1B7FCC;
    border-color: #1A79C2;
    color: #FFF
}

.button-pure-blue:not(.disabled):hover {
    background: #1C79C0;
    border-color: #1970B2
}

.button-pure-green {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #FFF
}

.button-pure-green:not(.disabled):hover {
    background-color: #57AD57;
    border-color: #4DA04D
}

.button-pure-red {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #FFF
}

.button-pure-red:not(.disabled):hover {
    background-color: #CC4C48;
    border-color: #C54A46
}

.button-pure-orange {
    background-color: #FF9300;
    border-color: #EC8800;
    color: #FFF
}

.button-pure-orange:not(.disabled):hover {
    background-color: #f18d05;
    border-color: #E78500
}

.button-pure-sky-blue {
    background-color: #00a1cb;
    border-color: #0092B8;
    color: #FFF
}

.button-pure-sky-blue:not(.disabled):hover {
    background-color: #0097BE;
    border-color: #007E9E
}

.main-container {
    top: 0;
    left: 0;
    height: 100%;
    background-color: #fff
}

.bookcase-panel {
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    min-height: 200px;
    min-width: 280px;
    margin: auto;
    overflow: hidden
}

.bookcase-nav {
    height: 50px;
    width: 100%;
    position: relative;
    box-shadow: 0 -2px 2px rgba(0, 0, 0, .8);
    z-index: 2;
    transition: all .2s
}

.nav-bg {
    height: 100%
}

.nav-left,
.nav-right {
    width: 9px;
    height: 100%;
    top: 0;
    position: absolute
}

.nav-left {
    left: 0
}

.nav-mid {
    height: 100%;
    position: absolute;
    left: 9px;
    right: 9px;
    top: 0;
    background-position: 0 -2px !important
}

.nav-right {
    right: 0
}

.nav-left-content {
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -15px
}

.nav-search-content {
    position: relative;
    float: left;
    margin-top: 2px;
    margin-left: 5px
}

.nav-search-input {
    position: relative;
    width: 206px;
    padding: 4px 10px 4px 28px;
    text-align: right;
}

.nav-search-btn {
    top: 50%;
    position: absolute;
    margin-top: -12px;
    left: 6px;
    z-index: 1;
    opacity: .9;
    filter: alpha(opacity=90);
    cursor: pointer;
    height: 24px;
    width: 22px
}

.book-wrapper:hover .book-face,
.book-wrapper:hover .book-face>.book-down {
    opacity: 1;
    filter: alpha(opacity=100)
}

.nav-header {
    position: absolute;
    left: 226px;
    right: 226px;
    margin: 0;
    overflow: hidden;
    height: 100%
}

.nav-title {
    line-height: 46px;
    margin: 0;
    font-size: 1.3em;
    font-weight: 700;
    color: #4d2f2f;
    text-shadow: 1px 1px 0 #f3bb9b;
    cursor: pointer
}

.nav-right-btns {
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -16px;
    max-width: 340px
}

.nav-sort-btns {
    float: right;
    margin-left: 7px
}

.nav-sort-btns.show {
    display: block
}

.nav-sort-btns.hide {
    display: none
}

.nav-date-sort,
.nav-name-sort {
    width: 69px;
    height: 31px;
    display: inline-block;
    cursor: pointer;
    float: left
}

.nav-change-btn,
.nav-share-btn {
    float: right;
    width: 40px;
    height: 31px;
    margin-top: 0;
    cursor: pointer
}

.footer-skin-btn,
.nav-change-btn,
.nav-date-sort,
.nav-folder-btn,
.nav-left,
.nav-name-sort,
.nav-right,
.nav-search-btn,
.nav-search-btn.cancel-icon,
.nav-share-btn {
    background: url(../img/skin.png) no-repeat
}

.case-left,
.case-right,
.mode-1 .case-left,
.mode-1 .case-rignt {
    background-image: url(../img/skin-1.png);
    background-repeat: no-repeat
}

.high-row>.case-left,
.high-row>.case-right,
.mode-1 .high-row>.case-left,
.mode-1 .high-row>.case-right,
.mode-2 .case-left,
.mode-2 .case-right {
    background-image: url(../img/skin-2.png);
    background-repeat: no-repeat
}

.mode-2 .high-row>.case-left,
.mode-2 .high-row>.case-right,
.mode-3 .case-left,
.mode-3 .case-right {
    background-image: url(../img/skin-3.png);
    background-repeat: no-repeat
}

.mode-3 .high-row>.case-left,
.mode-3 .high-row>.case-right,
.mode-4 .case-left,
.mode-4 .case-right {
    background-image: url(../img/skin-4.png);
    background-repeat: no-repeat
}

.nav-share-btn {
    margin-left: 7px;
    background-position: -898px -222px
}

.nav-change-btn {
    background-position: -207px -215px
}

.nav-change-btn.show {
    display: block
}

.nav-change-btn.hide {
    display: none
}

.nav-change-btn:hover {
    background-position: -207px -250px
}

.nav-change-btn:active {
    background-position: -207px -285px
}

.nav-change-btn.list-show {
    background-position: -249px -215px
}

.nav-change-btn.list-show:hover {
    background-position: -249px -250px
}

.nav-change-btn.list-show:active {
    background-position: -249px -285px
}

.bookcase-content {
    position: absolute;
    top: 46px;
    bottom: 40px;
    width: 100%;
    overflow: hidden
}

.bookcase-content.phone {
    overflow-y: auto;
    bottom: 36px
}

.case-background,
.case-panel {
    position: relative;
    width: 100%
}

.case-left,
.case-right {
    width: 165px;
    position: absolute;
    top: 0;
    height: 100%
}

.case-left {
    left: 0
}

.case-mid {
    height: 100%;
    position: absolute;
    left: 165px;
    right: 165px;
    top: 0
}

.case-right {
    right: 0
}

.case-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.case-row,
.mode-1 .case-row {
    height: 136px
}

.case-row {
    width: 100%;
    position: relative
}

.case-row.high-row,
.mode-2 .case-row {
    height: 172px
}

.mode-2 .case-row.high-row,
.mode-3 .case-row {
    height: 208px
}

.mode-3 .case-row.high-row {
    height: 244px
}

.case-wrapper {
    position: relative;
    height: 100%;
    margin: 0 auto
}

.book-content {
    width: 120px;
    height: 111px;
    text-align: center;
    margin: 0 15px;
    position: relative;
    top: 17px;
    z-index: 1;
    float: left
}

.book-face,
.book-wrapper {
    height: 100%;
    position: absolute
}

.mode-1 .book-content {
    top: 16px
}

.mode-2 .book-content {
    top: 23px
}

.mode-3 .book-content {
    top: 33px
}

.mode-1 .case-row.high-row .book-content {
    top: 52px
}

.mode-2 .case-row.high-row .book-content {
    top: 59px
}

.mode-3 .case-row.high-row .book-content {
    top: 69px
}

.book-wrapper {
    display: inline-block;
    cursor: pointer;
    background: #eee
}

.book-wrapper:hover .book-face {
    background: rgba(0, 0, 0, .4)
}

.book-face {
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    transition: background-color .4s ease-in-out;
    -webkit-transition: background-color .4s ease-in-out;
    -moz-transition: background-color .4s ease-in-out;
    -o-transition: background-color .4s ease-in-out
}

.book-face.mobile-title {
    text-align: left;
    margin: 0;
    word-break: break-word;
    word-wrap: break-word;
    color: #fff;
    font-size: 12px;
    padding: 0 2px;
    overflow: hidden
}

.book-face>.book-down {
    position: absolute;
    width: 30px;
    height: 30px;
    left: auto;
    top: auto;
    right: -1px;
    bottom: 0;
    opacity: 0;
    overflow: hidden;
    background-image: url(../img/down-hover.png);
    background-position: 2px 2px;
    background-repeat: no-repeat;
    transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out
}

.book-face>.book-down:hover {
    background-image: url(../img/down-h.png)
}

.book-img {
    border-right: 1px solid rgba(255, 255, 255, 1);
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: relative;
    background: #eee;
    display: none
}

.book-border-container {
    position: absolute;
    top: 0;
    height: 100%
}

.book-border-container>div:last-child {
    box-shadow: 1px 1px 6px #000
}

.book-label-img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
    display: block;
    width: 100%;
    max-width: 50px
}

.book-outer-title {
    padding: 5px 0;
    position: absolute;
    z-index: 888;
    font-size: 14px;
    color: #fff;
    bottom: 0;
    line-height: 15px;
    left: 50%;
    max-height: 60px;
    background-color: rgba(0, 0, 0, 0.766);
    border: 1px solid #9a9a9a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    box-shadow: 1px 1px 3px rgba(49, 49, 49, .53)
}

.book-outer-title.mode-1 {
    width: 120px;
    margin-left: -60px;
    padding: 1px
}

.book-outer-title.mode-2 {
    width: 130px;
    margin-left: -65px;
    padding: 1px
}

.book-outer-title.mode-3 {
    width: 130px;
    margin-left: -65px;
}

.case-message {
    position: absolute;
    left: 0;
    right: 0;
    margin: -60px auto 0;
    width: 40%;
    min-width: 240px;
    top: 50%;
    height: 128px;
    background: rgba(0, 0, 0, .75);
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    z-index: 100;
    line-height: 22px;
    max-width: 400px
}

.case-list-item,
.case-list-title {
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.vertical:before {
    display: inline-block;
    height: 100%;
    margin-right: -.25em
}

.vertical-content {
    display: inline-block
}

.encrypt-content>input {
    margin: 6px 0;
    width: 100%;
    height: 30px;
    padding: 6px 10px
}

.encrypt-content>.button {
    width: 100%;
    margin: 3px 0;
    display: block;
    padding: 6px 0
}

.case-category {
    width: 100%;
    position: absolute;
    top: 13px
}

.case-category-content {
    width: 224px;
    height: 26px;
    margin: 0 auto;
    position: relative;
    padding-left: 15px
}

.case-list-content {
    position: relative;
    overflow: hidden;
    margin: 30px 36px 40px;
    min-height: 100%
}

.case-list-content.other-margin {
    margin-top: 60px
}

.case-list-col {
    position: absolute;
    left: 0;
    top: 0
}

.case-list-col-inner {
    position: relative;
    padding: 0 15px;
    display: none
}

.case-list-item {
    position: relative;
    height: 36px;
    color: #573936;
    border-bottom: 1px dashed #734b47;
    padding: 0 13px;
    font-weight: 700;
    text-shadow: 0 0 1px #b9b7b3
}

.case-list-down {
    position: absolute;
    width: 20px;
    height: 24px;
    background-color: red;
    left: 0;
    top: 1px
}

.case-list-index {
    font-size: 13px;
    padding-right: 2px;
    display: none
}

.case-list-title {
    font-size: 15px;
    cursor: pointer
}

.case-list-title .desc-info {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.case-list-bg {
    position: relative;
    width: 100%;
    background: #83524E
}

.case-list-upper-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 120px
}

.case-list-mid-bg {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    bottom: 120px
}

.case-list-down-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px
}

.case-list-down-left,
.case-list-down-right,
.case-list-upper-left,
.case-list-upper-right {
    position: absolute;
    top: 0;
    background-image: url(/bookcase/img/list/1.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 165px;
    background-color: #ba8276
}

.bookcase-footer,
.footer-logo {
    position: absolute;
    height: 40px
}

.case-list-upper-left {
    left: 0;
    background-position: -3px -295px
}

.case-list-upper-right {
    right: 0;
    background-position: -178px -295px
}

.case-list-down-left {
    left: 0;
    background-position: -3px -437px
}

.case-list-down-right {
    right: 0;
    background-position: -178px -437px
}

.case-list-center-mid,
.case-list-down-mid,
.case-list-upper-mid {
    position: absolute;
    left: 165px;
    right: 165px;
    top: 0;
    bottom: 0;
    background-color: #ba8276
}

.case-list-upper-mid {
    background-image: url(/bookcase/img/list/bookshelf2-top.png)
}

.case-list-center-mid {
    background-image: url(/bookcase/img/list/bookshelf2-middle.png)
}

.case-list-down-mid {
    background-image: url(/bookcase/img/list/bookshelf2-bottom.png)
}

.case-list-center-left,
.case-list-center-right {
    background-color: #ba8276;
    position: absolute;
    width: 165px;
    top: 0;
    bottom: 0;
    background-position: 0 0
}

.case-list-center-left {
    left: 0;
    background-image: url(/bookcase/img/list/bookshelf2-left.png)
}

.case-list-center-right {
    right: 0;
    background-image: url(/bookcase/img/list/bookshelf2-right.png)
}

body.red .case-list-center-left,
body.red .case-list-center-mid,
body.red .case-list-center-right,
body.red .case-list-down-left,
body.red .case-list-down-mid,
body.red .case-list-down-right,
body.red .case-list-upper-left,
body.red .case-list-upper-mid,
body.red .case-list-upper-right {
    background-color: #ba8276
}

body.red .case-list-upper-left {
    background-position: -3px -295px
}

body.red .case-list-upper-right {
    background-position: -178px -295px
}

body.red .case-list-down-left {
    background-position: -3px -437px
}

body.red .case-list-down-right {
    background-position: -178px -437px
}

body.red .case-list-upper-mid {
    background-image: url(/bookcase/img/list/bookshelf2-top.png)
}

body.red .case-list-center-mid {
    background-image: url(/bookcase/img/list/bookshelf2-middle.png)
}

body.red .case-list-down-mid {
    background-image: url(/bookcase/img/list/bookshelf2-bottom.png)
}

body.red .case-list-center-left {
    background-image: url(/bookcase/img/list/bookshelf2-left.png)
}

body.red .case-list-center-right {
    background-image: url(/bookcase/img/list/bookshelf2-right.png)
}

body.red .case-list-item {
    color: #4d2f2f
}

body.gold .case-list-center-left,
body.gold .case-list-center-mid,
body.gold .case-list-center-right,
body.gold .case-list-down-left,
body.gold .case-list-down-mid,
body.gold .case-list-down-right,
body.gold .case-list-upper-left,
body.gold .case-list-upper-mid,
body.gold .case-list-upper-right {
    background-color: #B86900
}

body.gold .case-list-upper-left {
    background-position: -3px -7px
}

body.gold .case-list-upper-right {
    background-position: -178px -7px
}

body.gold .case-list-down-left {
    background-position: -3px -149px
}

body.gold .case-list-down-right {
    background-position: -178px -149px
}

body.gold .case-list-upper-mid {
    background-image: url(/bookcase/img/list/bookshelf1-top.png)
}

body.gold .case-list-center-mid {
    background-image: url(/bookcase/img/list/bookshelf1-middle.png)
}

body.gold .case-list-down-mid {
    background-image: url(/bookcase/img/list/bookshelf1-bottom.png)
}

body.gold .case-list-center-left {
    background-image: url(/bookcase/img/list/bookshelf1-left.png)
}

body.gold .case-list-center-right {
    background-image: url(/bookcase/img/list/bookshelf1-right.png)
}

body.gold .case-list-item {
    color: #6d3102
}

body.silver .case-list-center-left,
body.silver .case-list-center-mid,
body.silver .case-list-center-right,
body.silver .case-list-down-left,
body.silver .case-list-down-mid,
body.silver .case-list-down-right,
body.silver .case-list-upper-left,
body.silver .case-list-upper-mid,
body.silver .case-list-upper-right {
    background-color: #7B7B7B
}

body.silver .case-list-upper-left {
    background-position: -3px -579px
}

body.silver .case-list-upper-right {
    background-position: -178px -579px
}

body.silver .case-list-down-left {
    background-position: -3px -721px
}

body.silver .case-list-down-right {
    background-position: -178px -721px
}

body.silver .case-list-upper-mid {
    background-image: url(/bookcase/img/list/bookshelf3-top.png)
}

body.silver .case-list-center-mid {
    background-image: url(/bookcase/img/list/bookshelf3-middle.png)
}

body.silver .case-list-down-mid {
    background-image: url(/bookcase/img/list/bookshelf3-bottom.png)
}

body.silver .case-list-center-left {
    background-image: url(/bookcase/img/list/bookshelf3-left.png)
}

body.silver .case-list-center-right {
    background-image: url(/bookcase/img/list/bookshelf3-right.png)
}

body.silver .case-list-item {
    color: #4c4c4c
}

body.green .case-list-center-left,
body.green .case-list-center-mid,
body.green .case-list-center-right,
body.green .case-list-down-left,
body.green .case-list-down-mid,
body.green .case-list-down-right,
body.green .case-list-upper-left,
body.green .case-list-upper-mid,
body.green .case-list-upper-right {
    background-color: #AC994D
}

body.green .case-list-upper-left {
    background-position: -3px -863px
}

body.green .case-list-upper-right {
    background-position: -178px -863px
}

body.green .case-list-down-left {
    background-position: -3px -1005px
}

body.green .case-list-down-right {
    background-position: -178px -1005px
}

body.green .case-list-upper-mid {
    background-image: url(/bookcase/img/list/bookshelf4-top.png)
}

body.green .case-list-center-mid {
    background-image: url(/bookcase/img/list/bookshelf4-middle.png)
}

body.green .case-list-down-mid {
    background-image: url(/bookcase/img/list/bookshelf4-bottom.png)
}

body.green .case-list-center-left {
    background-image: url(/bookcase/img/list/bookshelf4-left.png)
}

body.green .case-list-center-right {
    background-image: url(/bookcase/img/list/bookshelf4-right.png)
}

body.green .case-list-item {
    color: #64542f
}

body.yellow .case-list-center-left,
body.yellow .case-list-center-mid,
body.yellow .case-list-center-right,
body.yellow .case-list-down-left,
body.yellow .case-list-down-mid,
body.yellow .case-list-down-right,
body.yellow .case-list-upper-left,
body.yellow .case-list-upper-mid,
body.yellow .case-list-upper-right {
    background-color: #C39425
}

body.yellow .case-list-upper-left {
    background-position: -3px -1149px
}

body.yellow .case-list-upper-right {
    background-position: -178px -1149px
}

body.yellow .case-list-down-left {
    background-position: -3px -1291px
}

body.yellow .case-list-down-right {
    background-position: -178px -1291px
}

body.yellow .case-list-upper-mid {
    background-image: url(/bookcase/img/list/bookshelf5-top.png)
}

body.yellow .case-list-center-mid {
    background-image: url(/bookcase/img/list/bookshelf5-middle.png)
}

body.yellow .case-list-down-mid {
    background-image: url(/bookcase/img/list/bookshelf5-bottom.png)
}

body.yellow .case-list-center-left {
    background-image: url(/bookcase/img/list/bookshelf5-left.png)
}

body.yellow .case-list-center-right {
    background-image: url(/bookcase/img/list/bookshelf5-right.png)
}

body.yellow .case-list-item {
    color: #6f4d17
}

.bookcase-footer {
    bottom: 0;
    width: 100%;
    z-index: 4
}

.footer-logo {
    left: 20px;
    top: 0
}

.footer-logo>img {
    height: 100%
}

.footer-input {
    width: 74px;
    margin: 0 10px;
    padding: 4px 10px;
    position: relative;
    top: 8px
}

.footer-skin-btn {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 41px;
    height: 31px;
    margin-top: -16px;
    cursor: pointer
}

.footer-skin-btn.show>.footer-skin {
    height: 200px;
    bottom: 205px;
    opacity: 1;
    filter: alpha(opacity=100)
}

.footer-skin {
    position: relative;
    left: 50%;
    margin-left: -30px;
    bottom: 5px;
    width: 60px;
    height: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: default;
    border-radius: 5px;
    box-shadow: 0 4px 2px rgba(0, 0, 0, .5);
    overflow: hidden;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s
}

.footer-skin>li {
    position: relative;
    z-index: 2;
    width: 36px;
    height: 24px;
    border: 2px solid #fff;
    margin-top: 10px;
    margin-left: 10px;
    float: left;
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    background-repeat: no-repeat;
    background-position: -70px -30px
}

.footer-skin>div,
.light-box-out,
.sh5-table {
    height: 100%;
    width: 100%
}

.footer-skin>li.active,
.footer-skin>li:hover {
    border-color: #0C7CC5 !important
}

.footer-skin>li.red {
    background: url(../img/red-1.png)
}

.footer-skin>li.gold {
    background: url(../img/gold-1.png)
}

.footer-skin>li.silver {
    background: url(../img/silver-1.png)
}

.footer-skin>li.green {
    background: url(../img/green-1.png)
}

.footer-skin>li.yellow {
    background: url(../img/yellow-1.png)
}

.footer-skin>div,
.light-box-bg {
    background-color: #000;
    left: 0;
    top: 0
}

.footer-skin>div {
    position: absolute;
    opacity: .7;
    filter: alpha(opacity=70)
}

.sh5-table {
    display: table
}

.sh5-table-centered {
    display: table-cell;
    width: 100%
}

.light-box-bg {
    position: fixed;
    right: 0;
    bottom: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
    cursor: pointer;
    visibility: hidden
}

.light-box-out.fade-in .light-box-bg {
    visibility: visible;
    filter: alpha(opacity=50);
    opacity: .5
}

.light-box-out.fade-out .light-box-bg {
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0
}

.light-box-out {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999;
    overflow-x: hidden;
    overflow-y: auto
}

.light-box {
    position: relative;
    margin: 0 auto;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(0) translateY(-60em) scale(1);
    -moz-transform: translateX(0) translateY(-60em) scale(1);
    -ms-transform: translateX(0) translateY(-60em) scale(1);
    -o-transform: translateX(0) translateY(-60em) scale(1);
    transform: translateX(0) translateY(-60em) scale(1);
    -webkit-transition: opacity .4s linear, -webkit-transform .3s ease-out;
    -moz-transition: opacity .4s linear, -moz-transform .3s ease-out;
    -o-transition: opacity .4s linear, -o-transform .3s ease-out;
    transition: opacity .4s linear, transform .3s ease-out
}

.light-box-out.fade-in .light-box {
    opacity: 1;
    filter: alpha(Opacity=100);
    -webkit-transform: translateX(0) translateY(0) scale(1);
    -moz-transform: translateX(0) translateY(0) scale(1);
    -ms-transform: translateX(0) translateY(0) scale(1);
    -o-transform: translateX(0) translateY(0) scale(1);
    transform: translateX(0) translateY(0) scale(1);
    -webkit-transition: opacity .4s linear, -webkit-transform .3s ease-out;
    -moz-transition: opacity .4s linear, -moz-transform .3s ease-out;
    -o-transition: opacity .4s linear, -o-transform .3s ease-out;
    transition: opacity .4s linear, transform .3s ease-out
}

.light-box-out.fade-out .light-box {
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(0) translateY(-60em) scale(1);
    -moz-transform: translateX(0) translateY(-60em) scale(1);
    -ms-transform: translateX(0) translateY(-60em) scale(1);
    -o-transform: translateX(0) translateY(-60em) scale(1);
    transform: translateX(0) translateY(-60em) scale(1);
    -webkit-transition: opacity .4s linear, -webkit-transform .4s ease-out;
    -moz-transition: opacity .4s linear, -moz-transform .4s ease-out;
    -o-transition: opacity .4s linear, -o-transform .4s ease-out;
    transition: opacity .4s linear, transform .4s ease-out
}

.light-box-content {
    background: #fff;
    text-align: left;
    position: relative;
    margin: 10px auto;
    border-radius: 3px
}

.light-box-panel {
    padding: 22px 20px;
    position: relative
}

.light-box-title {
    position: relative;
    left: 0;
    top: 0;
    padding: 13px 18px;
    font-weight: 700;
    background: #EBEBEB;
    border-radius: 5px 5px 0 0
}

.light-box-cancel-btn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 21px;
    font-weight: 700;
    color: gray;
    height: 46px;
    width: 46px;
    text-align: center;
    line-height: 46px
}

.row {
    position: relative;
    padding: 5px 0
}

.text-center {
    text-align: center
}

.overflow-hid {
    overflow: hidden
}

.left {
    float: left
}

.right {
    float: right
}

.hide {
    display: none
}

label {
    display: inline-block;
    width: 82px;
    font-size: 13px;
    line-height: 30px;
    text-align: left
}

.alert-success {
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #468847
}

.alert-error {
    background-color: #f2dede;
    border: 1px solid #eed3d7;
    color: #b94a48
}

.alert-info {
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    color: #3a87ad
}

.marginX {
    margin: 0 10px
}

.light-box.white {
    overflow: hidden;
    border-left: 8px solid #FFF;
    border-right: 8px solid #FFF;
    border-bottom: 8px solid #FFF;
    left: 10px;
    right: 10px;
    position: absolute;
    top: 10px;
    bottom: 10px
}

.light-box.white .light-box-title {
    padding: 8px 0 8px 5px;
    background: #fff;
    line-height: 20px
}

.light-box.white .light-box-cancel-btn {
    height: 36px;
    width: 36px;
    line-height: 36px
}

.light-box.white .light-box-panel {
    padding: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 36px;
    bottom: 0;
    overflow: hidden
}

.light-box.iframe {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border: none;
    border-radius: 0
}

.light-box.iframe>.sh5-table-centered {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.light-box.iframe .light-box-title {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    padding: 0;
    background: #fff;
    line-height: 0;
    border-radius: 0
}

.light-box.iframe.on-pc .light-box-title {
    line-height: 36px;
    padding-left: 10px
}

.light-box.iframe .light-box-cancel-btn {
    height: 36px;
    width: 36px;
    line-height: 32px;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #fff
}

.bomb-box-read,
.light-box.iframe .light-box-content {
    width: 100%;
    height: 100%;
    margin: 0
}

.light-box.iframe:not(.on-pc) .light-box-cancel-btn {
    border-radius: 50%;
    top: 44px;
    right: 6px;
    box-shadow: 0 1px 2px #7b7171
}

.light-box.iframe:not(.on-pc) .light-box-cancel-btn:hover {
    background-color: rgba(128, 120, 120, .6)
}

.light-box.iframe .light-box-panel {
    padding: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.light-box.iframe.on-pc .light-box-panel {
    top: 36px
}

.bomb-box-read {
    position: relative;
    padding: 0;
    border: 0;
    overflow: hidden
}

.share-qr-container {
    width: 110px;
    height: 110px;
    border: 1px solid #ddd;
    display: inline-block;
    padding: 8px;
    line-height: 0;
    font-size: 0
}

.share-url-input {
    max-width: 280px;
    width: 100%;
    padding: 6px
}

.share-social-buts>a {
    margin-right: 8px;
    display: inline-block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat
}

.share-social-buts>a.facebook {
    background-image: url(../img/facebook.png);
    background-position: 0 0
}

.share-social-buts>a.twitter {
    background-image: url(../img/twitter.png);
    background-position: 0 0
}

.share-social-buts>a.google {
    background-image: url(../img/googleplus.png);
    background-position: 0 0
}

.share-social-buts>a.linkedin {
    background-image: url(../img/linkedin.png);
    background-position: 0 0
}

.smart-select-arrow {
    position: absolute;
    top: 50%;
    left: 14px;
    margin-top: -8px
}

.smart-arrow-down,
.smart-arrow-up {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    margin: 2px
}

.smart-arrow-up {
    border-bottom: 5px solid
}

.smart-arrow-down {
    border-top: 5px solid
}

.smart-select-options {
    position: absolute;
    top: 100%;
    right: -1px;
    z-index: 99999;
    border: 1px solid #f3bb9b;
    margin-top: -3px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow-x: hidden;
    max-height: 360px;
    text-align: right;
    width: 100%;
    border-radius: 4px;
    background: #4d2f2f;
    color: #f3bb9b
}

.smart-select-options>li {
    padding: 10px;
    cursor: pointer
}

.smart-select-options>li:hover {
    background: #341A1A;
    color: #F5A476
}

.smart-select-value {
    position: absolute;
    right: 15px;
    top: 1px;
    bottom: 0
}

.shadow-top {
    box-shadow: 0 5px 32px rgba(37, 109, 145, .8)
}

.shadow-bottom {
    box-shadow: 0 -5px 32px rgba(37, 109, 145, .8)
}

.book-detail-content {
    position: relative;
    padding-left: 210px;
    min-height: 153px;
    line-height: 22px
}

.book-detail-book {
    position: absolute;
    top: 0;
    left: 40px;
    width: 120px;
    height: 114px;
    text-align: center
}

.book-detail-book>.book-img-wrapper {
    top: 0 !important;
    position: relative
}

.book-detail-shelf {
    width: 182px;
    height: 60px;
    position: absolute;
    top: 100%;
    margin-top: -10px;
    left: 50%;
    margin-left: -91px;
    cursor: pointer
}

.book-detail-info,
.book-detail-time {
    position: relative
}

.book-detail-title {
    font-weight: 700;
    margin-bottom: 3px;
    overflow: hidden;
    max-height: 44px
}

.book-detail-page {
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: 700;
    color: #444;
    max-height: 22px;
    overflow: hidden
}

.book-detail-desc {
    font-size: 13px;
    margin-bottom: 8px;
    overflow-x: hidden;
    max-height: 88px
}

.book-detail-time {
    text-align: center;
    font-size: 12px;
    color: #888;
    margin-right: 11px;
    top: 17px;
    line-height: 17px;
    padding: 7px 0
}

.user-info-content {
    margin-bottom: 13px;
    min-height: 100px;
    position: relative;
    overflow: hidden
}

.user-logo-constent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    background: #eee;
    z-index: 2
}

.ff-vertical-align {
    display: inline-block;
    height: 100%
}

.user-logo-constent>img {
    max-height: 100px;
    max-width: 100px;
    border: none;
    vertical-align: middle
}

.user-info-group {
    position: relative;
    padding-left: 124px;
    width: 322px;
    font-size: 13px
}

.user-info-group>p {
    margin-bottom: 4px
}

.invalid {
    background: pink;
    border-color: #FF8EA2
}

.user-info-input {
    width: 100%;
    height: 30px;
    margin: 5px 0
}

.user-info-textarea {
    resize: vertical;
    margin: 5px 0
}

.user-info-mail-status-container {
    text-align: center;
    padding: 5px
}

.user-info-mail-status-container>p {
    padding: 10px 0;
    font-size: 14px
}

.tool-tip-panel {
    position: absolute;
    display: none;
    z-index: 1040;
    -webkit-animation-name: uptop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    line-height: 20px;
    word-break: break-all
}

.tool-tip-text {
    max-width: 200px;
    padding: 4px 8px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .9);
    border-radius: 4px
}

.tool-tip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tool-tip-panel.top .tool-tip-arrow.big {
    bottom: -13px;
    left: 50%;
    margin-left: -7px;
    border-width: 5px 5px 0;
    border-left-color: rgba(0, 0, 0, .9)
}

.tool-tip-panel.top .tool-tip-arrow {
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: rgba(0, 0, 0, .9)
}

.tool-tip-panel.left .tool-tip-arrow {
    top: 50%;
    right: -5px;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: rgba(0, 0, 0, .9)
}

.tool-tip-panel.left .tool-tip-arrow.big {
    top: 50%;
    right: -13px;
    margin-top: -7px;
    border-width: 7px 0 7px 13px;
    border-left-color: rgba(0, 0, 0, .9)
}

.tool-tip-panel.right .tool-tip-arrow {
    top: 50%;
    left: -5px;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: rgba(0, 0, 0, .9)
}

.tool-tip-panel.bottom .tool-tip-arrow {
    top: -5px;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: rgba(0, 0, 0, .9)
}

@-webkit-keyframes uptop {
    0%,
    100%,
    50% {
        margin-top: 0
    }
    25% {
        margin-top: 5px
    }
    75% {
        margin-top: -5px
    }
}

body.gold .input-form {
    background: #6d3102;
    border-color: #ffcd88;
    color: #ffcd88;
    box-shadow: inset 1px 2px 3px #1A1A1A, 0 1px 3px #ffcd88
}

body.gold .nav-title {
    color: #6d3102;
    text-shadow: 1px 1px 0 #ffcd88
}

body.gold .nav-left {
    background-position: -5px -78px
}

body.gold .nav-mid {
    background: url(../img/gold-nav.png)
}

body.gold .nav-right {
    background-position: -19px -78px
}

body.gold .nav-search-btn {
    background-position: -402px -132px
}

body.gold .nav-search-btn.cancel-icon {
    background-position: -402px -94px
}

body.gold .nav-name-sort {
    background-position: -728px -49px
}

body.gold .nav-name-sort:hover {
    background-position: -728px -85px
}

body.gold .nav-name-sort:active {
    background-position: -728px -121px
}

body.gold .nav-date-sort {
    background-position: -799px -49px
}

body.gold .nav-date-sort:hover {
    background-position: -799px -85px
}

body.gold .nav-date-sort:active {
    background-position: -799px -121px
}

body.gold .nav-share-btn {
    background-position: -898px -53px
}

body.gold .nav-share-btn:hover {
    background-position: -898px -88px
}

body.gold .nav-share-btn:active {
    background-position: -898px -123px
}

body.gold .nav-change-btn {
    background-position: -207px -46px
}

body.gold .nav-change-btn:hover {
    background-position: -207px -81px
}

body.gold .nav-change-btn:active {
    background-position: -207px -116px
}

body.gold .nav-change-btn.list-show {
    background-position: -249px -46px
}

body.gold .nav-change-btn.list-show:hover {
    background-position: -249px -81px
}

body.gold .nav-change-btn.list-show:active {
    background-position: -249px -116px
}

body.gold .nav-folder-btn {
    background-position: -304px -725px
}

body.gold .nav-folder-btn:hover {
    background-position: -304px -761px
}

body.gold .nav-folder-btn:active {
    background-position: -304px -798px
}

body.gold .case-folder-wrapper {
    background-image: url(/bookcase/img/folder-2.png)
}

body.gold .case-left,
body.gold .case-mid,
body.gold .case-right {
    background-color: #B86900
}

body.gold .case-left {
    background-position: 0 0
}

body.gold .case-mid {
    background: url(../img/gold-1.png)
}

body.gold .case-right {
    background-position: -171px 0
}

body.gold .high-row>.case-left,
body.gold .mode-2 .case-left {
    background-position: 0 0
}

body.gold .high-row>.case-mid,
body.gold .mode-2 .case-mid {
    background: url(../img/gold-2.jpg)
}

body.gold .high-row>.case-right,
body.gold .mode-2 .case-right {
    background-position: -171px 0
}

body.gold .mode-2 .high-row>.case-left,
body.gold .mode-3 .case-left {
    background-position: 0 0
}

body.gold .mode-2 .high-row>.case-mid,
body.gold .mode-3 .case-mid {
    background: url(../img/gold-3.jpg)
}

body.gold .mode-2 .high-row>.case-right,
body.gold .mode-3 .case-right {
    background-position: -171px 0
}

body.gold .mode-3 .high-row>.case-left {
    background-position: 0 -6px
}

body.gold .mode-3 .high-row>.case-mid {
    background: url(../img/gold-4.jpg) 0 -6px
}

body.gold .mode-3 .high-row>.case-right {
    background-position: -171px -6px
}

body.gold .bookcase-footer {
    background: url(../img/gold-footer.png)
}

body.gold .footer-skin-btn {
    background-position: -457px -53px
}

body.gold .footer-skin-btn:hover {
    background-position: -457px -88px
}

body.gold .footer-skin-btn:active {
    background-position: -457px -123px
}

body.red .input-form {
    background: #4d2f2f;
    border-color: #f3bb9b;
    color: #f3bb9b;
    box-shadow: inset 1px 2px 3px #1A1A1A, 0 1px 3px #f3bb9b
}

body.red .case-folder-num,
body.red .case-folder-title,
body.red .nav-title {
    color: #4d2f2f;
    text-shadow: 1px 1px 0 #f3bb9b
}

body.red .nav-left {
    background-position: -5px -247px
}

body.red .nav-mid {
    background: url(../img/red-nav.png)
}

body.red .nav-right {
    background-position: -19px -247px
}

body.red .nav-search-btn {
    background-position: -402px -301px
}

body.red .nav-search-btn.cancel-icon {
    background-position: -402px -263px
}

body.red .nav-name-sort {
    background-position: -729px -218px
}

body.red .nav-name-sort:hover {
    background-position: -729px -254px
}

body.red .nav-name-sort:active {
    background-position: -729px -290px
}

body.red .nav-date-sort {
    background-position: -800px -218px
}

body.red .nav-date-sort:hover {
    background-position: -800px -254px
}

body.red .nav-date-sort:active {
    background-position: -800px -290px
}

body.red .nav-share-btn {
    background-position: -898px -222px
}

body.red .nav-share-btn:hover {
    background-position: -898px -257px
}

body.red .nav-share-btn:active {
    background-position: -898px -292px
}

body.red .nav-change-btn {
    background-position: -207px -215px
}

body.red .nav-change-btn:hover {
    background-position: -207px -250px
}

body.red .nav-change-btn:active {
    background-position: -207px -285px
}

body.red .nav-change-btn.list-show {
    background-position: -249px -215px
}

body.red .nav-change-btn.list-show:hover {
    background-position: -249px -250px
}

body.red .nav-change-btn.list-show:active {
    background-position: -249px -285px
}

body.red .nav-folder-btn {
    background-position: -304px -220px
}

body.red .nav-folder-btn:hover {
    background-position: -304px -256px
}

body.red .nav-folder-btn:active {
    background-position: -304px -292px
}

body.red .case-folder-wrapper {
    background-image: url(/bookcase/img/folder-1.png)
}

body.red .case-left,
body.red .case-mid,
body.red .case-right {
    background-color: #83524E
}

body.red .case-left {
    background-position: 0 -169px
}

body.red .case-mid {
    background: url(../img/red-1.png)
}

body.red .case-right {
    background-position: -171px -169px
}

body.red .high-row>.case-left,
body.red .mode-2 .case-left {
    background-position: 0 -192px
}

body.red .high-row>.case-mid,
body.red .mode-2 .case-mid {
    background: url(../img/red-2.jpg)
}

body.red .high-row>.case-right,
body.red .mode-2 .case-right {
    background-position: -171px -192px
}

body.red .mode-2 .high-row>.case-left,
body.red .mode-3 .case-left {
    background-position: 0 -228px
}

body.red .mode-2 .high-row>.case-mid,
body.red .mode-3 .case-mid {
    background: url(../img/red-3.jpg)
}

body.red .mode-2 .high-row>.case-right,
body.red .mode-3 .case-right {
    background-position: -171px -228px
}

body.red .mode-3 .high-row>.case-left {
    background-position: 0 -276px
}

body.red .mode-3 .high-row>.case-mid {
    background: url(../img/red-4.jpg) 0 -6px
}

body.red .mode-3 .high-row>.case-right {
    background-position: -171px -276px
}

body.red .bookcase-footer {
    background: url(../img/red-footer.png)
}

body.red .footer-skin-btn {
    background-position: -457px -222px
}

body.red .footer-skin-btn:hover {
    background-position: -457px -257px
}

body.red .footer-skin-btn:active {
    background-position: no-repeat -457px -292px
}

body.silver .input-form {
    background: #4c4c4c;
    border-color: #dadada;
    color: #dadada;
    box-shadow: inset 1px 2px 3px #1A1A1A, 0 1px 3px #dadada
}

body.silver .case-folder-num,
body.silver .case-folder-title,
body.silver .nav-title {
    color: #4c4c4c;
    text-shadow: 1px 1px 0 #dadada
}

body.silver .nav-left {
    background-position: -5px -416px
}

body.silver .nav-mid {
    background: url(../img/silver-nav.png)
}

body.silver .nav-right {
    background-position: -19px -416px
}

body.silver .nav-search-btn {
    background-position: -402px -470px
}

body.silver .nav-search-btn.cancel-icon {
    background-position: -402px -432px
}

body.silver .nav-name-sort {
    background-position: -729px -387px
}

body.silver .nav-name-sort:hover {
    background-position: -729px -423px
}

body.silver .nav-name-sort:active {
    background-position: -729px -459px
}

body.silver .nav-date-sort {
    background-position: -800px -387px
}

body.silver .nav-date-sort:hover {
    background-position: -800px -423px
}

body.silver .nav-date-sort:active {
    background-position: -800px -459px
}

body.silver .nav-share-btn {
    background-position: -898px -391px
}

body.silver .nav-share-btn:hover {
    background-position: -898px -426px
}

body.silver .nav-share-btn:active {
    background-position: -898px -461px
}

body.silver .nav-change-btn {
    background-position: -207px -384px
}

body.silver .nav-change-btn:hover {
    background-position: -207px -419px
}

body.silver .nav-change-btn:active {
    background-position: -207px -454px
}

body.silver .nav-change-btn.list-show {
    background-position: -249px -384px
}

body.silver .nav-change-btn.list-show:hover {
    background-position: -249px -419px
}

body.silver .nav-change-btn.list-show:active {
    background-position: -249px -454px
}

body.silver .nav-folder-btn {
    background-position: -304px -389px
}

body.silver .nav-folder-btn:hover {
    background-position: -304px -425px
}

body.silver .nav-folder-btn:active {
    background-position: -304px -461px
}

body.silver .case-folder-wrapper {
    background-image: url(/bookcase/img/folder-3.png)
}

body.silver .case-left,
body.silver .case-mid,
body.silver .case-right {
    background-color: #7B7B7B
}

body.silver .case-left {
    background-position: 0 -338px
}

body.silver .case-mid {
    background: url(../img/silver-1.png)
}

body.silver .case-right {
    background-position: -171px -338px
}

body.silver .high-row>.case-left,
body.silver .mode-2 .case-left {
    background-position: 0 -384px
}

body.silver .high-row>.case-mid,
body.silver .mode-2 .case-mid {
    background: url(../img/silver-2.jpg)
}

body.silver .high-row>.case-right,
body.silver .mode-2 .case-right {
    background-position: -171px -384px
}

body.silver .mode-2 .high-row>.case-left,
body.silver .mode-3 .case-left {
    background-position: 0 -456px
}

body.silver .mode-2 .high-row>.case-mid,
body.silver .mode-3 .case-mid {
    background: url(../img/silver-3.jpg)
}

body.silver .mode-2 .high-row>.case-right,
body.silver .mode-3 .case-right {
    background-position: -171px -456px
}

body.silver .mode-3 .high-row>.case-left {
    background-position: 0 -546px
}

body.silver .mode-3 .high-row>.case-mid {
    background: url(../img/silver-4.jpg) 0 -6px
}

body.silver .mode-3 .high-row>.case-right {
    background-position: -171px -546px
}

body.silver .bookcase-footer {
    background: url(../img/silver-footer.png)
}

body.silver .footer-skin-btn {
    background-position: -457px -391px
}

body.silver .footer-skin-btn:hover {
    background-position: -457px -426px
}

body.silver .footer-skin-btn:active {
    background-position: -457px -461px
}

body.green .input-form {
    background: #64542f;
    border-color: #ebe1cd;
    color: #ebe1cd;
    box-shadow: inset 1px 2px 3px #1A1A1A, 0 1px 3px #ebe1cd
}

body.green .case-folder-num,
body.green .case-folder-title,
body.green .nav-title {
    color: #64542f;
    text-shadow: 1px 1px 0 #ebe1cd
}

body.green .nav-left {
    background-position: -5px -584px
}

body.green .nav-mid {
    background: url(../img/green-nav.png)
}

body.green .nav-right {
    background-position: -19px -584px
}

body.green .nav-search-btn {
    background-position: -402px -638px
}

body.green .nav-search-btn.cancel-icon {
    background-position: -402px -600px
}

body.green .nav-name-sort {
    background-position: -729px -555px
}

body.green .nav-name-sort:hover {
    background-position: -729px -591px
}

body.green .nav-name-sort:active {
    background-position: -729px -627px
}

body.green .nav-date-sort {
    background-position: -800px -555px
}

body.green .nav-date-sort:hover {
    background-position: -800px -591px
}

body.green .nav-date-sort:active {
    background-position: -800px -627px
}

body.green .nav-share-btn {
    background-position: -898px -559px
}

body.green .nav-share-btn:hover {
    background-position: -898px -594px
}

body.green .nav-share-btn:active {
    background-position: -898px -629px
}

body.green .nav-change-btn {
    background-position: -207px -552px
}

body.green .nav-change-btn:hover {
    background-position: -207px -587px
}

body.green .nav-change-btn:active {
    background-position: -207px -622px
}

body.green .nav-change-btn.list-show {
    background-position: -249px -552px
}

body.green .nav-change-btn.list-show:hover {
    background-position: -249px -587px
}

body.green .nav-change-btn.list-show:active {
    background-position: -249px -622px
}

body.green .nav-folder-btn {
    background-position: -304px -557px
}

body.green .nav-folder-btn:hover {
    background-position: -304px -593px
}

body.green .nav-folder-btn:active {
    background-position: -304px -630px
}

body.green .case-folder-wrapper {
    background-image: url(/bookcase/img/folder-4.png)
}

body.green .case-left,
body.green .case-mid,
body.green .case-right {
    background-color: #AC994D
}

body.green .case-left {
    background-position: 0 -506px
}

body.green .case-mid {
    background: url(../img/green-1.png)
}

body.green .case-right {
    background-position: -171px -506px
}

body.green .high-row>.case-left,
body.green .mode-2 .case-left {
    background-position: 0 -576px
}

body.green .high-row>.case-mid,
body.green .mode-2 .case-mid {
    background: url(../img/green-2.jpg)
}

body.green .high-row>.case-right,
body.green .mode-2 .case-right {
    background-position: -171px -576px
}

body.green .mode-2 .high-row>.case-left,
body.green .mode-3 .case-left {
    background-position: 0 -684px
}

body.green .mode-2 .high-row>.case-mid,
body.green .mode-3 .case-mid {
    background: url(../img/green-3.jpg)
}

body.green .mode-2 .high-row>.case-right,
body.green .mode-3 .case-right {
    background-position: -171px -684px
}

body.green .mode-3 .high-row>.case-left {
    background-position: 0 -816px
}

body.green .mode-3 .high-row>.case-mid {
    background: url(../img/green-4.jpg) 0 -6px
}

body.green .mode-3 .high-row>.case-right {
    background-position: -171px -816px
}

body.green .bookcase-footer {
    background: url(../img/green-footer.png)
}

body.green .footer-skin-btn {
    background-position: -457px -559px
}

body.green .footer-skin-btn:hover {
    background-position: -457px -594px
}

body.green .footer-skin-btn:active {
    background-position: -457px -629px
}

body.yellow .input-form {
    background: #6f4d17;
    border-color: #fac475;
    color: #fac475;
    box-shadow: inset 1px 2px 3px #1A1A1A, 0 1px 3px #fac475
}

body.yellow .case-folder-num,
body.yellow .case-folder-title,
body.yellow .nav-title {
    color: #6f4d17;
    text-shadow: 1px 1px 0 #fac475
}

body.yellow .nav-left {
    background-position: -5px -752px
}

body.yellow .nav-mid {
    background: url(../img/yellow-nav.png)
}

body.yellow .nav-right {
    background-position: -19px -752px
}

body.yellow .nav-name-sort {
    background-position: -729px -723px
}

body.yellow .nav-name-sort:hover {
    background-position: -729px -759px
}

body.yellow .nav-name-sort:active {
    background-position: -729px -795px
}

body.yellow .nav-date-sort {
    background-position: -800px -723px
}

body.yellow .nav-date-sort:hover {
    background-position: -800px -759px
}

body.yellow .nav-date-sort:active {
    background-position: -800px -795px
}

body.yellow .nav-share-btn {
    background-position: -898px -727px
}

body.yellow .nav-share-btn:hover {
    background-position: -898px -762px
}

body.yellow .nav-share-btn:active {
    background-position: -898px -797px
}

body.yellow .nav-change-btn {
    background-position: -207px -720px
}

body.yellow .nav-change-btn:hover {
    background-position: -207px -755px
}

body.yellow .nav-change-btn:active {
    background-position: -207px -790px
}

body.yellow .nav-change-btn.list-show {
    background-position: -249px -720px
}

body.yellow .nav-change-btn.list-show:hover {
    background-position: -249px -755px
}

body.yellow .nav-change-btn.list-show:active {
    background-position: -249px -790px
}

body.yellow .nav-folder-btn {
    background-position: -304px -725px
}

body.yellow .nav-folder-btn:hover {
    background-position: -304px -761px
}

body.yellow .nav-folder-btn:active {
    background-position: -304px -798px
}

body.yellow .case-folder-wrapper {
    background-image: url(/bookcase/img/folder-5.png)
}

body.yellow .case-left,
body.yellow .case-mid,
body.yellow .case-right {
    background-color: #C39425
}

body.yellow .case-left {
    background-position: 0 -674px
}

body.yellow .case-mid {
    background: url(../img/yellow-1.png)
}

body.yellow .case-right {
    background-position: -171px -674px
}

body.yellow .high-row>.case-left,
body.yellow .mode-2 .case-left {
    background-position: 0 -768px
}

body.yellow .high-row>.case-mid,
body.yellow .mode-2 .case-mid {
    background: url(../img/yellow-2.jpg)
}

body.yellow .high-row>.case-right,
body.yellow .mode-2 .case-right {
    background-position: -171px -768px
}

body.yellow .mode-2 .high-row>.case-left,
body.yellow .mode-3 .case-left {
    background-position: 0 -912px
}

body.yellow .mode-2 .high-row>.case-mid,
body.yellow .mode-3 .case-mid {
    background: url(../img/yellow-3.jpg)
}

body.yellow .mode-2 .high-row>.case-right,
body.yellow .mode-3 .case-right {
    background-position: -171px -912px
}

body.yellow .mode-3 .high-row>.case-left {
    background-position: 0 -1086px
}

body.yellow .mode-3 .high-row>.case-mid {
    background: url(../img/yellow-4.jpg) 0 -6px
}

body.yellow .mode-3 .high-row>.case-right {
    background-position: -171px -1086px
}

body.yellow .bookcase-footer {
    background: url(../img/yellow-footer.png)
}

body.yellow .footer-skin-btn {
    background-position: -457px -727px
}

body.yellow .footer-skin-btn:hover {
    background-position: -457px -762px
}

body.yellow .footer-skin-btn:active {
    background-position: -457px -797px
}

body.yellow .nav-search-btn {
    background-position: -402px -806px
}

body.yellow .nav-search-btn.cancel-icon {
    background-position: -402px -600px
}

@media (max-width:620px) {
    .nav-search-content,
    .nav-sort-btns,
    .nav-sort-btns.hide,
    .nav-sort-btns.show {
        display: none
    }
    .nav-header {
        left: 60px;
        right: 60px
    }
}

@media (max-width:400px) {
    .footer-logo {
        left: 4px
    }
    .footer-input {
        padding: 4px 0;
        margin-left: 40px
    }
    .footer-skin-btn {
        right: 4px
    }
    .nav-share-btn {
        display: none
    }
    .nav-left-content {
        left: 8px
    }
    .nav-right-btns {
        right: 8px
    }
    .nav-header {
        left: 2px;
        right: 2px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }
}

.light-box.down .light-box-panel {
    padding: 0
}

.book-download-panel {
    position: relative;
    padding: 20px 4px;
    text-align: center
}

.book-download-content {
    overflow: hidden
}

.book-download-item {
    position: relative;
    float: left
}

.book-download-item.width-1 {
    width: 100%
}

.book-download-item.width-2 {
    width: 50%
}

.book-download-item.width-3 {
    width: 33.333%
}

.book-download-item.width-4 {
    width: 25%
}

.book-download-item.width-5 {
    width: 20%
}

.book-download-img {
    min-height: 100px
}

.book-download-img>img {
    max-width: 100%;
    display: block;
    position: relative;
    margin: 0 auto
}

.book-download-text {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 24px
}

.book-download-btn {
    font-weight: 700;
    position: relative;
    padding: 2px 15px;
    font-size: 14px
}

.case-folder-num,
.case-folder-title {
    color: #4d2f2f;
    text-shadow: 1px 1px 0 #f3bb9b;
    font-size: 13px
}

.nav-folder-btn {
    position: relative;
    height: 29px;
    width: 40px;
    float: left;
    background-position: -304px -220px;
    margin-right: 1px;
    cursor: pointer
}

.case-folder-content {
    position: relative;
    margin: 20px auto;
    overflow: hidden
}

.case-folder-item {
    position: relative;
    width: 128px;
    height: 135px;
    text-align: center;
    margin: 8px;
    z-index: 1;
    float: left
}

.case-folder-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-image: url(/bookcase/img/folder-1.png);
    background-size: 100%;
    background-repeat: no-repeat
}

.case-folder-info {
    position: absolute;
    left: 15px;
    right: 29px;
    top: 65px;
    text-align: center
}

.case-folder-title {
    font-weight: 600;
    line-height: 18px;
    max-height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.case-folder-num {
    padding-top: 0
}

.folder-list-panel {
    z-index: 6
}

.folder-list-bg,
.folder-list-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none
}

.folder-list-bg {
    background: #000;
    opacity: .8;
    filter: alpha(opacity=80)
}

.folder-list-outter-box {
    position: absolute;
    left: 10px;
    top: 50px;
    bottom: 40px;
    right: 10px
}

.folder-list-arrow {
    border-bottom: 10px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 0 solid transparent;
    display: block;
    left: 11px;
    position: absolute;
    top: -10px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.folder-list-box {
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    max-width: 360px;
    background-color: #fff;
    border-radius: 4px
}

.folder-list-up {
    position: absolute;
    left: 0;
    top: 0;
    height: 41px;
    right: 0;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    line-height: 42px;
    padding-left: 18px;
    font-size: 14px;
    color: #333;
    font-weight: 700
}

.folder-list-colse {
    position: absolute;
    top: 3px;
    right: 5px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    background-image: url(/bookcase/img/skin.png);
    background-position: -148px -40px;
    height: 36px;
    width: 36px
}

.folder-list-colse:hover {
    background-color: #f2f2f2
}

.folder-list-down {
    position: absolute;
    left: 0;
    top: 42px;
    right: 0;
    bottom: 100px;
    overflow-x: hidden;
    overflow-y: auto
}

.folder-list-item:nth-child(2n) {
    background-color: #f6f7fb;
    line-height: 36px;
    height: 36px
}

.folder-list-item:nth-child(2n+1) {
    background-color: #fff;
    line-height: 38px;
    height: 38px
}

.folder-list-item {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 36px;
    text-align: left;
    cursor: pointer;
    color: #000;
    padding-left: 18px;
    padding-right: 18px;
    overflow: hidden
}

.folder-list-item>.book-num {
    position: absolute;
    right: 18px;
    top: 0;
    font-size: 12px;
    color: #000
}

.folder-list-item:nth-child(2n)>.book-num {
    background-color: #f6f7fb
}

.folder-list-item:nth-child(2n+1)>.book-num {
    background-color: #fff
}

.folder-list-item:hover,
.folder-list-item:hover>.book-num {
    background-color: #f4f4f4
}

.folder-list-back {
    position: absolute;
    bottom: 0;
    padding: 22px 0;
    text-align: center;
    left: 10px;
    right: 10px
}

.folder-list-back-btn {
    height: 42px;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    width: 100%;
    max-width: 315px;
    display: inline-block;
    line-height: 42px;
    font-size: 13px;
    font-weight: 700;
    color: #333;
    cursor: pointer;
    overflow: hidden
}

.folder-list-back-btn:hover {
    background-color: #f0f0f0
}

.folder-list-back-btn:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.folder-list-back-btn>span {
    background-image: url(/bookcase/img/skin.png);
    padding: 3px 10px;
    background-position: -155px -80px;
    margin-right: 8px;
}