body,
html {
    margin: 0;
    padding: 0;
    font-family: arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #333;
    background: 0 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
}
p,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    outline: 0;
    color: #0ba2c5;
    text-decoration: underline;
}
a:hover {
    color: #00ceff;
}
input,
textarea {
    outline: 0;
    padding: 6px 20px;
    font-family: arial, sans-serif;
    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%;
}
select {
    outline: 0;
}
.af-spin-loading {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    text-align: center;
    color: #666;
    font-size: 25px;
    z-index: 4444;
    background-image: url(../img/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
.af-loading-bg {
    background-image: url(../img/progress.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
.af-center {
    text-align: center;
}
.af-center:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.af-center-content {
    display: inline-block;
    vertical-align: middle;
}
.loading {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 1px 3px #575757;
    opacity: 0.85;
    filter: alpha(opacity=85);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
}
.loading > img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
}
.input-form {
    font-size: 16px;
    line-height: 16px;
    border-radius: 50px;
    border: none;
    background: #4d2f2f;
    border-color: #f3bb9b;
    color: #f3bb9b;
    box-shadow: inset 1px 2px 3px #1a1a1a, 0 1px 3px #f3bb9b;
}
.button {
    text-align: center;
    display: inline-block;
    padding: 5px 12px;
    cursor: pointer;
    box-shadow: rgba(0, 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 #1b7fcc;
    color: #fff;
    background: #1b7fcc;
}
.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, 0.05);
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    padding: 4px 10px;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
    position: relative;
}
.button-pure.disabled {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 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, 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 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
}
.bookcase-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    min-height: 200px;
    min-width: 280px;
    margin: auto;
    position: absolute;
    overflow: hidden;
}
.bookcase-nav {
    height: 50px;
    width: 100%;
    position: relative;
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.8);
    z-index: 2;
    transition: all 0.2s;
}
.nav-bg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.nav-left {
    width: 9px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.nav-mid {
    height: 100%;
    position: absolute;
    left: 9px;
    right: 9px;
    top: 0;
    background-position: 0 -2px !important;
}
.nav-right {
    width: 9px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 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 28px 4px 10px;
}
.nav-search-btn {
    top: 50%;
    position: absolute;
    margin-top: -12px;
    right: 6px;
    z-index: 1;
    opacity: 0.9;
    filter: alpha(opacity=90);
    cursor: pointer;
    height: 24px;
    width: 22px;
}
.nav-header {
    position: absolute;
    left: 226px;
    right: 226px;
    text-align: center;
    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-title:hover {
    text-decoration: underline;
}
.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;
}
.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 {
    float: right;
    width: 40px;
    height: 31px;
    margin-top: 0;
    margin-left: 7px;
    cursor: pointer;
    background-position: -898px -222px;
}
.nav-change-btn {
    float: right;
    width: 40px;
    height: 31px;
    margin-top: 0;
    cursor: pointer;
    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 {
    width: 165px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.case-mid {
    height: 100%;
    position: absolute;
    left: 165px;
    right: 165px;
    top: 0;
}
.case-right {
    width: 165px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.case-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.case-row {
    height: 136px;
    width: 100%;
    position: relative;
    text-align: center;
}
.mode-1 .case-row {
    height: 136px;
}
.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;
}
.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;
    position: absolute;
    left: 0;
    cursor: pointer;
    background: #eee;
    height: 100%;
}
.book-wrapper:hover .book-face {
    background: rgba(0, 0, 0, 0.4);
    opacity: 1;
    filter: alpha(opacity=100);
}
.book-wrapper:hover .book-face > .book-down {
    opacity: 1;
    filter: alpha(opacity=100);
}
.book-number {
    box-shadow: 1px 1px 3px rgba(49, 49, 49, 0.53);
    background-color: rgba(21, 21, 21, 0.85);
    border: 1px solid #e2e2e2;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 14px;
    padding: 2px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 888;
    min-width: 20px;
}
.book-number.active {
    background: #ff0;
    color: #000;
    border-color: #000;
    font-weight: 700;
    transition: background 1s;
}
.book-face {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    transition: background-color 0.4s ease-in-out;
    -webkit-transition: background-color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.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 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.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-price {
    background: url(../img/price-label.png) 0 -100px no-repeat;
    width: 74px;
    height: 33px;
    top: 10px;
    position: absolute;
    color: #fff;
    font-size: 12px;
    line-height: 36px;
    text-indent: 2px;
    left: -5px;
    z-index: 4;
    text-align: left;
    white-space: nowrap;
}
.book-outer-title {
    padding: 2px;
    position: absolute;
    z-index: 888;
    font-size: 10px;
    color: #fff;
    bottom: -3px;
    text-align: center;
    line-height: 14px;
    left: 50%;
    max-height: 42px;
    background-color: rgba(21, 21, 21, 0.85);
    border: 1px solid #e2e2e2;
    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, 0.53);
}
.book-outer-title.mode-1 {
    width: 120px;
    margin-left: -60px;
    padding: 1px;
}
.book-outer-title.mode-2 {
    width: 128px;
    margin-left: -65px;
}
.book-outer-title.mode-3 {
    width: 148px;
    margin-left: -76px;
}
.case-message {
    position: absolute;
    left: 0;
    right: 0;
    margin: -60px auto 0;
    width: 40%;
    min-width: 240px;
    top: 50%;
    height: 128px;
    text-align: center;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    z-index: 100;
    line-height: 22px;
    max-width: 400px;
}
.vertical {
    text-align: center;
}
.vertical:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.vertical-content {
    display: inline-block;
    vertical-align: middle;
}
.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%;
    text-align: center;
    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;
    line-height: 36px;
    height: 36px;
    color: #573936;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    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 {
    line-height: 36px;
    font-size: 15px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.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(../img/list/1.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 165px;
    background-color: #ba8276;
}
.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(../img/list/bookshelf2-top.png);
}
.case-list-center-mid {
    background-image: url(../img/list/bookshelf2-middle.png);
}
.case-list-down-mid {
    background-image: url(../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(../img/list/bookshelf2-left.png);
}
.case-list-center-right {
    right: 0;
    background-image: url(../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(../img/list/bookshelf2-top.png);
}
body.red .case-list-center-mid {
    background-image: url(../img/list/bookshelf2-middle.png);
}
body.red .case-list-down-mid {
    background-image: url(../img/list/bookshelf2-bottom.png);
}
body.red .case-list-center-left {
    background-image: url(../img/list/bookshelf2-left.png);
}
body.red .case-list-center-right {
    background-image: url(../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(../img/list/bookshelf1-top.png);
}
body.gold .case-list-center-mid {
    background-image: url(../img/list/bookshelf1-middle.png);
}
body.gold .case-list-down-mid {
    background-image: url(../img/list/bookshelf1-bottom.png);
}
body.gold .case-list-center-left {
    background-image: url(../img/list/bookshelf1-left.png);
}
body.gold .case-list-center-right {
    background-image: url(../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(../img/list/bookshelf3-top.png);
}
body.silver .case-list-center-mid {
    background-image: url(../img/list/bookshelf3-middle.png);
}
body.silver .case-list-down-mid {
    background-image: url(../img/list/bookshelf3-bottom.png);
}
body.silver .case-list-center-left {
    background-image: url(../img/list/bookshelf3-left.png);
}
body.silver .case-list-center-right {
    background-image: url(../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(../img/list/bookshelf4-top.png);
}
body.green .case-list-center-mid {
    background-image: url(../img/list/bookshelf4-middle.png);
}
body.green .case-list-down-mid {
    background-image: url(../img/list/bookshelf4-bottom.png);
}
body.green .case-list-center-left {
    background-image: url(../img/list/bookshelf4-left.png);
}
body.green .case-list-center-right {
    background-image: url(../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(../img/list/bookshelf5-top.png);
}
body.yellow .case-list-center-mid {
    background-image: url(../img/list/bookshelf5-middle.png);
}
body.yellow .case-list-down-mid {
    background-image: url(../img/list/bookshelf5-bottom.png);
}
body.yellow .case-list-center-left {
    background-image: url(../img/list/bookshelf5-left.png);
}
body.yellow .case-list-center-right {
    background-image: url(../img/list/bookshelf5-right.png);
}
body.yellow .case-list-item {
    color: #6f4d17;
}
.bookcase-footer {
    height: 40px;
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    z-index: 4;
}
.footer-logo {
    position: absolute;
    left: 20px;
    top: 0;
    height: 40px;
}
.footer-logo > img {
    height: 100%;
}
.footer-input {
    width: 74px;
    text-align: center;
    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, 0.5);
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.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 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    background-repeat: no-repeat;
    background-position: -70px -30px;
}
.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 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.sh5-table {
    display: table;
    width: 100%;
    height: 100%;
}
.sh5-table-centered {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.light-box-bg {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    cursor: pointer;
    visibility: hidden;
}
.light-box-out.fade-in .light-box-bg {
    visibility: visible;
    filter: alpha(opacity=50);
    opacity: 0.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;
    height: 100%;
    width: 100%;
    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(0em) translateY(-60em) scale(1);
    -moz-transform: translateX(0em) translateY(-60em) scale(1);
    -ms-transform: translateX(0em) translateY(-60em) scale(1);
    -o-transform: translateX(0em) translateY(-60em) scale(1);
    transform: translateX(0em) translateY(-60em) scale(1);
    -webkit-transition: opacity 400ms linear, -webkit-transform 300ms ease-out;
    -moz-transition: opacity 400ms linear, -moz-transform 300ms ease-out;
    -o-transition: opacity 400ms linear, -o-transform 300ms ease-out;
    transition: opacity 400ms linear, transform 300ms 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 400ms linear, -webkit-transform 300ms ease-out;
    -moz-transition: opacity 400ms linear, -moz-transform 300ms ease-out;
    -o-transition: opacity 400ms linear, -o-transform 300ms ease-out;
    transition: opacity 400ms linear, transform 300ms ease-out;
}
.light-box-out.fade-out .light-box {
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(0em) translateY(-60em) scale(1);
    -moz-transform: translateX(0em) translateY(-60em) scale(1);
    -ms-transform: translateX(0em) translateY(-60em) scale(1);
    -o-transform: translateX(0em) translateY(-60em) scale(1);
    transform: translateX(0em) translateY(-60em) scale(1);
    -webkit-transition: opacity 400ms linear, -webkit-transform 400ms ease-out;
    -moz-transition: opacity 400ms linear, -moz-transform 400ms ease-out;
    -o-transition: opacity 400ms linear, -o-transform 400ms ease-out;
    transition: opacity 400ms linear, transform 400ms 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 .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;
}
.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, 0.6);
}
.light-box.iframe .light-box-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
}
.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;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 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%;
    right: 14px;
    margin-top: -8px;
}
.smart-arrow-up {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid;
    margin: 2px;
}
.smart-arrow-down {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid;
    margin: 2px;
}
.smart-select-options {
    position: absolute;
    top: 100%;
    left: -1px;
    z-index: 99999;
    border: 1px solid #919191;
    margin-top: -3px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow-x: hidden;
    max-height: 360px;
    text-align: left;
    width: 100%;
    border-radius: 4px;
    background: #4d2f2f;
    border-color: #f3bb9b;
    color: #f3bb9b;
}
.smart-select-options > li {
    padding: 5px 0;
    cursor: pointer;
}
.smart-select-options > li:hover {
    background: #341a1a;
    color: #f5a476;
}
.smart-select-value {
    position: absolute;
    left: 0;
    top: 1px;
    bottom: 0;
}
.shadow-top {
    box-shadow: 0 5px 32px rgba(37, 109, 145, 0.8);
}
.shadow-bottom {
    box-shadow: 0 -5px 32px rgba(37, 109, 145, 0.8);
}
.book-detail-content {
    position: relative;
    left: 40px;
    padding-left: 180px;
    width: 215px;
    min-height: 153px;
    line-height: 22px;
}
.book-detail-book {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 114px;
    text-align: center;
    box-shadow: -3px -1px 6px 0 rgba(0, 0, 0, 0.22);
}
.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 {
    position: relative;
}
.book-detail-title {
    font-weight: 700;
    margin-bottom: 3px;
    overflow: hidden;
}
.book-detail-page {
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: 700;
    color: #444;
}
.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;
    position: relative;
    top: 17px;
    line-height: 30px;
}
.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 {
    vertical-align: middle;
    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;
    word-wrap: break-word;
}
.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, 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, 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, 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, 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, 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, 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, 0.9);
}
@-webkit-keyframes uptop {
    0% {
        margin-top: 0;
    }
    25% {
        margin-top: 5px;
    }
    50% {
        margin-top: 0;
    }
    75% {
        margin-top: -5px;
    }
    100% {
        margin-top: 0;
    }
}
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(../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(../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(../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(../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(../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;
}
.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(../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 {
    color: #4d2f2f;
    text-shadow: 1px 1px 0 #f3bb9b;
    font-size: 13px;
    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 {
    color: #4d2f2f;
    text-shadow: 1px 1px 0 #f3bb9b;
    font-size: 13px;
    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: 0.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(../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, 0.125);
}
.folder-list-back-btn > span {
    background-image: url(../img/skin.png);
    padding: 3px 10px;
    background-position: -155px -80px;
    margin-right: 8px;
}
@media (max-width: 425px) {
    .light-box-content {
        width: 90% !important;
    }
    .light-box-panel {
        padding: 10px !important;
    }
    .book-detail-content {
        left: 0 !important;
        padding-left: 0 !important;
        width: 100% !important;
    }
    .book-detail-book {
        position: relative !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        margin-bottom: 35px;
    }
    .book-detail-time {
        top: 0 !important;
    }
    .light-box.iframe .light-box-content {
        margin: 0 auto !important;
        height: 95% !important;
    }
    .user-info-group {
        position: absolute !important;
        padding-left: 105px !important;
        width: calc(100% - 100px) !important;
    }
    .user-info-group > p {
        padding-left: 4px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
.book-img.show {
    display: block;
}
