html,
body {
	overflow: hidden;
	margin: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
}

/* 宽度100% */
.width-100 {
	width: 100%;
	height: 100%;
    -ms-user-select: none;
}

/* 上下一页 */
.pageprev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 64px;
    height: 160px;
    justify-content: center;
    z-index: 99999;
}
.pageprev:hover{
    background: rgba(0,0,0,0.7);
}
.left-bar{
    left: 0;
}
.right-bar{
    right: 0;
}

/* 搜索主体 */
.search_body{
    width: 260px;
    position: absolute;
    left: 0;
    top: 60px;
    background: rgba(0,0,0,0.6);
    height: calc(100% - 122px);
    z-index: 999999000;
    color: #fff;
    display: none;
}
.search_top{
    font-size: 16px;
    padding-left: 10px;
    height: 44px;
}
.close-2{
    position: absolute;
    right: -42px;
    width: 42px;
    height: 42px;
    background: rgba(0,0,0,0.6);
    justify-content: center;
}
.close-2 img{
    width: 24px;
}
.search2{
    width: 18px;
    margin-right: 6px;
}
.searchbox2 {
	width: 240px;
	height: 30px;
	background: #fff;
	margin: 8px 8px 0 8px;
	position: relative;
}
.searchbox2 input {
	width: 190px;
	height: 20px;
	line-height: 20px;
	border: 0;
	background: 0;
	margin: 5px 0 0 10px;
}
.searchbox2 a{
	color: #272727;
	position: absolute;
	right: 10px;
	top: 5px;
	width: 20px;
	height: 20px;
	display: inline-block;
	cursor: pointer;
}
.searchbox2 a img{
	width: 20px;
	height: 20px;
}
.search_list{
    position: absolute;
    top: 95px;
    left: 8px;
    right: 12px;
    bottom: 10px;
    overflow-y: scroll;
}
.search_list div{
    padding: 10px 5px;
    word-break: break-all;
}
.search_list div:hover{
    background-color: rgba(255,255,255,0.2);
}

/* 语言 */
.lang-box{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    display: none;
    background-image: radial-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0.6), rgba(0,0,0,0.7));
}
.lang-list{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.lang-item{
	width: 280px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	color: #fff;
}
.lang-item.active{
	border: 1px solid #F2947C;
}

/* 历史 */
.history-box{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    display: none;
	background: rgba(0,0,0,0.6);
}
.history-out{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.history-body{
	width: 374px;
	height: 230px;
	border-radius: 5px;
	background: #000;
}
.history-title{
	border-radius: 5px 5px 0 0;
	padding: 5px 8px 0 8px;
	color: #fff;
}
.history-title img{
	width: 20px;
	height: 20px;
}
.jiance{
	color: #fff;
	padding: 40px;
	text-align: center;
}
.history-btn-box{
	color: #fff;
	justify-content: space-around;
	padding: 0 60px;
}
.history-btn{
	padding: 8px 20px;
	margin: 10px;
	border-radius: 3px;
	border: 1px solid rgba(255,255,255,0.8);
}
.history-sure{
	background: rgba(255,255,255,0.8);
	color: #000;
}

/* 分享 */
.share-box{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	display: none;
	background: rgba(0,0,0,0.6);
}
.share-out{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
}
.share-body{
	width: 580px;
	height: 400px;
	position: relative;
    min-width: 355px;
}
.share-close{
	position: absolute;
	width: 50px;
	right: -50px;
}
.share-bg{
	height: 100px;
	width: 580px;
	padding: 20px;
	background: url(../img/detail/fxbg.jpg) no-repeat 0 0;
	background-size: 100%;
	border-radius: 3px 3px 0 0;
}
.fx-title{
	font-size: 28px;
}
.fx-name{
	font-size: 14px;
}
.fx-item-box{
	padding: 40px;
	background: #fff;
}
.fx-left{
	width: 280px;
	border-right: 1px solid #e2e2e2;
	padding-right: 40px;
}
.fx-items{
	flex-direction: column;
	align-items: center;
}
.fx-a-dom{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: inline-block;
	background-size: 50px 50px!important;
	margin: 0 0 10px 0;
}
.fx-box{
	width: 100%;
	padding: 0 16px;
	justify-content: space-between;
}
.fx-a-dom{background-size: 50px 50px;}
.fx-a-dom.qq{ background: url(../img/share/1QQ.png) no-repeat 0 0; }
.fx-a-dom.kj{ background: url(../img/share/2space.png) no-repeat 0 0; }
.fx-a-dom.wb{ background: url(../img/share/3micro-blog.png) no-repeat 0 0; }
.fx-a-dom.tb{ background: url(../img/share/4PostBar.png) no-repeat 0 0; }
.fx-a-dom.db{ background: url(../img/share/5Watercress.png) no-repeat 0 0; }

.fx-a-dom.fb{ background: url(../img/share/7Facebook.png) no-repeat 0 0; }
.fx-a-dom.pt{ background: url(../img/share/8pinterest.png) no-repeat 0 0; }
.fx-a-dom.tt{ background: url(../img/share/9twitter.png) no-repeat 0 0; }
.fx-a-dom.wc{ background: url(../img/share/10wechat.png) no-repeat 0 0; }
.fx-a-dom.wa{ background: url(../img/share/11whatsapp.png) no-repeat 0 0; }
.fx-a-dom.in{ background: url(../img/share/6Lingying.png) no-repeat 0 0; }
.fx-a-dom.is{ background: url(../img/share/12Instagram.png) no-repeat 0 0; }




.fx-l-b{
	margin-top: 20px;
}
.fx-l-b input{
	border-radius: 30px 0 0 30px;
	padding: 0 5px 0 20px;
	height: 30px;
	border: 1px solid #e2e2e2;
	width: 133px;
	color: #808080;
}
.fx-l-b button{
	border-radius: 0 30px 30px 0;
	height: 30px;
	border: 1px solid #e2e2e2;
	width: 133px;
	color: #808080;
	background: #fff;
	border-left: none;
}
.ljfz{
	margin-bottom: 5px;
}

.fx-right{
	margin-left: 40px;
}
.fx-r-t{
	text-align: center;
	color: #333;
	font-size: 14px;
}
.fx-r-t div{
	width: 184px;
	height: 184px;
	margin-bottom: 6px;
}
#qrcodeId canvas{
    width: 184px;
	height: 184px;
}



/* 目录 */
.mulu-box{
    width: 260px;
    position: absolute;
    left: 0;
    top: 60px;
    background: rgba(0,0,0,0.6);
    height: calc(100% - 122px);
    z-index: 999999000;
    color: #fff;
    display: none;
}
.mulu_top{
    font-size: 16px;
    padding-left: 10px;
    height: 44px;
}
.mulu-icon{
    width: 14px;
    margin-right: 6px;
}
.mulu_list{
    position: absolute;
    top: 55px;
    left: 8px;
    right: 12px;
    bottom: 10px;
    overflow-y: scroll;
}
.mulu_list div{
    padding: 10px 5px;
    word-break: break-all;
}
.mulu_list div:hover{
    background-color: rgba(255,255,255,0.2);
}


/* 主体 */
.detail-box {
	background: url(../img/detail/bg-img.jpg) no-repeat 0 0;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	position: relative;
}
/* 主上 */
.detail-top {
	position: absolute;
    top: 0;
    left: 0;
	height: 46px;
	width: 100%;
	z-index: 999000;
	background: rgba(0, 0, 0, 0.6);
    padding: 0 5px;
}
/* logo */
.logo-box {
	height: 46px;
}
.logo-img {
	height: 36px;
}

/* 搜索 */
.searchbox {
	width: 257px;
	height: 30px;
	background: #A4A4A4;
	margin: 0 8px 0 8px;
	position: relative;
}
.searchbox.jh{
	background: #fff;
}
.searchbox input {
	width: 230px;
	height: 20px;
	line-height: 20px;
	border: 0;
	background: 0;
	margin: 5px 0 0 10px;
}
.searchbox a{
	color: #272727;
	position: absolute;
	right: 10px;
	top: 5px;
	width: 20px;
	height: 20px;
	display: inline-block;
	cursor: pointer;
}
.searchbox a img{
	width: 20px;
	height: 20px;
}

/* 功能按钮 */
.icon-div{
    width: 44px;
    height: 46px;
    justify-content: center;
    cursor: pointer;
    position: relative;
}
.icon-div.hover{
    background: rgba(255,255,255,0.1);
    border-bottom: 3px solid #fff;
}
.icon-div img{
    width: 16px;
}
.icon-input input{
    width: 56px;
    text-align: center;
    font-size: 12px;
}
.icon-tips{
    position: absolute;
    top: -40px;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 4px;
    background: #000;
    height: 28px;
    line-height: 28px;
    display: none;
    text-align: center;
}
.icon-tips i{
    display: block;
    word-break: normal;
}
.icon-tips span{
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #000;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

/* 主底 */
.detail-bottom{
    position: absolute;
    height: 46px;
    width: 100%;
    z-index: 999000;
    background: rgba(0, 0, 0, 0.6);
    padding: 0 12px;
    bottom: 0;
    left: 0;
    color: #fff;
}


/* 书架缩略图 */
.thumbnail-box{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    height: 280px;
    background-color: #1F1C1C;
    z-index: 9999999;
    display: none;
}
.thumbnail-box .close3{
    position: absolute;
    top: -42px;
    right: 20px;
    width: 42px;
    height: 42px;
    background-color: #1F1C1C;
    justify-content: center;
}
.close3 img{
    width: 24px;
}
.thumbnail-list{
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    overflow-x: scroll;
    padding-right: 20px;
}
.thumbnail-item{
    margin-right: 10px;
    flex-direction: column;
    justify-content: center;
}
.thumbnail-item-1{
    height: 170px;
}
.thumbnail-item-1 img{
    height: 170px;
}
.thumbnail-page{
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
}


.index-top{
	position: absolute;
    top: 0;
    left: 0;
	height: 60px;
	width: 100%;
	z-index: 999000;
	background: url(../img/index/top-nav.jpg);
    padding: 0 5px;
}
.index-detail{
	width: 100%;
	height: 100%;
	position: relative;
}
.i-title{
	height: 60px;
	color: #fff;
}
.i-t-l, .i-t-r{
	height: 60px;
}
.i-t-l img, .i-t-r img{
	height: 30px;
}
.i-time{
	margin-right: 15px;
}
.login-after{
    display: none;
}

.index-footer{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 40px;
	width: 100%;
	z-index: 999000;
	padding: 0 5px;
	background: url(../img/index/bottom-nav.jpg);
}
.i-f-c{
	justify-content: center;
}
.page-box{
	width: 96px;
	height: 28px;
	color: #000;
	font-size: 14px;
	background: url(../img/index/page.png) no-repeat 0 0 ;
	background-size: 96px 28px;
	text-align: center;
	line-height: 28px;
}
.i-f-l, .i-f-r{
	width: 40px;
}
.i-pf{
	height: 30px;
}
.i-login{
    margin-right: 10px;
}
.book-out{
    position: absolute;
    top: 60px;
    bottom: 40px;
    left: 0;
    width: 100%;
    z-index: 999000;
    overflow-y: scroll;
}
.book-box{
	background: url(../img/index/bg.jpg);
	background-position: 0 56px!important;
    position: relative;
    z-index: 99999;
    min-height: 100%;
}
.book-box::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 208px;
	background: url(../img/index/bg-h.jpg);
}
.input-form{
	width: 180px;
	position: relative;
	height: 26px;
	border-radius: 13px;
    background: #2F2F2F;
    border-color: #f3bb9b;
    color: #D4D4D4;
    -webkit-box-shadow: inset 1px 2px 3px #1A1A1A, 0 1px 3px #D4D4D4;
    box-shadow: inset 1px 2px 3px #1A1A1A, 0 1px 3px #D4D4D4
}
.sortBox {
    position: absolute;
    width: 100%;
    top: 20px;
    left: 0;
	justify-content: center;
    z-index: 99999999;
}
.sortBox .select-arrow {
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -8px
}
.sortBox .select-arrow>.arrow-up {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid;
    margin: 2px
}
.sortBox .select-arrow>.arrow-down {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid;
    margin: 2px
}

.sortBox .select-value {
    margin-left: 15px;
    line-height: 24px;
    position: absolute;
    left: 0;
    top: 1px;
    bottom: 0;
    width: 175px;
    overflow: hidden
}
.select-options {
    border: 1px solid #D4D4D4;
    -webkit-box-shadow: inset 1px 2px 3px #1A1A1A, 0 1px 3px #D4D4D4;
    box-shadow: inset 1px 2px 3px #1A1A1A, 0 1px 3px #D4D4D4
}
.select-options>.options>div {
    background: #2F2F2F;
    color: #D4D4D4
}
.select-options>.options>div.active-country{
	background: #f4cb1f;
	color: blue;
}
.select-options>.options>div:hover {
    background: #341A1A;
    color: #D4D4D4
}
.select-options {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    z-index: 99999
}
.select-options>.options>div {
    padding: 3px 15px;
    cursor: pointer;
    word-break: break-all
}
.book-list{
	margin: 0 40px;
	padding: 60px 0 152px 0;
    flex-wrap: wrap;
    position: relative;
    z-index: 9999;
    min-width: 310px;
}
.book-list-name{
    font-size: 12px;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.book-list>.box {
    width: 152px;
    height: 152px;
    position: relative;
    margin: 0 5px;
}
.book-list .abox {
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: 0
}

.book-list .abox a {
    display: inline-block;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
	/* width: 72px;
	height: 110px; */
}

.book-list .abox img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: inline;
    display: inline;
    /* background: rgba(255, 255, 255, 0.4) url('/static/index/img/jz-s2.gif') no-repeat center center */
}
.thickness {
    width: 7px;
    position: absolute;
    top: 0;
    right: -6px;
    height: 100%
}

.thickness div {
    width: 1px;
    position: absolute;
    display: inline-block
}
.thickness div:nth-child(1) {
    background-color: #B5B3B3;
    height: 100%;
    left: 2px;
}
.thickness div:nth-child(2) {
    background-color: #E3E2E2;
    height: calc(100% - 1px);
    top: 1px;
    left: 3px;
}
.thickness div:nth-child(3) {
    background-color: #B5B3B3;
    height: calc(100% - 4px);
    top: 2px;
    left: 4px;
}
.thickness div:nth-child(4) {
    background-color: #E3E2E2;
    height: calc(100% - 6px);
    top: 3px;
    left: 5px;
}

.thickness div:nth-child(5) {
    background-color: #B5B3B3;
    height: calc(100% - 8px);
    top: 4px;
    left: 6px;
}

.thickness div:nth-child(6) {
    background-color: #E3E2E2;
    height: calc(100% - 10px);
    top: 5px;
    left: 7px;
}

.index-left{
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    background: #000;
    width: 260px;
    z-index: 9999999999;
    padding: 30px 20px 0 20px;
    display: none;
    color: #fff;
}
.close-4{
    position: absolute;
    right: -42px;
    width: 42px;
    height: 42px;
    background: rgba(0,0,0,0.6);
    justify-content: center;
}
.close-4 img{
    width: 24px;
}
.left-com, .left-coms{
    height: 44px;
    justify-content: space-between;
    cursor: pointer;
}
.left-com img, .left-coms img{
    margin-right: 6px;
}
.i-l-right{
    margin-left: 60px;
}
.shukan, .yuyan, .liebiao{display: none;}
.shukan-ss input{
    border: 0;
    border-radius: 20px;
    width: 100%;
    padding: 4px 10px;
}
.shukan-list{
    
}
.i-l-book-list{
    position: absolute;
    top: 110px;
    left: 8px;
    right: 12px;
    bottom: 10px;
    overflow-y: scroll;
    font-size: 12px;
}
.liebiao.i-l-book-list, .yuyan.i-l-book-list{
    top: 70px;
}
.i-l-book-list div{
    width: 100%;
}
.i-l-book-list div div{
    padding: 10px 10px;
    width: 100%;
    word-break: break-all;
}
.i-l-book-list div div:hover{
    background-color: rgba(255,255,255,0.2);
}


/* 书详情 */
.book-info{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999999999;
	display: none;
	background: rgba(0,0,0,0.6);
}
.book-info .book-out{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
}
.book-info .book-body{
    padding: 60px 60px 40px 60px ;
	position: relative;
    background: #fff;
    border-radius: 5px;
}
.book-info .book-close{
	position: absolute;
	width: 40px;
	right: -50px;
    padding: 10px;
    top: 0;
    background: #fff;
    border-radius: 50%;
}
.book-info .book-body .thickness {
    width: 7px;
    position: absolute;
    top: 0;
    right: -6px;
    height: 100%
}

.book-info .book-body .thickness div {
    width: 1px;
    position: absolute;
    display: inline-block
}
.book-info .book-body .thickness div:nth-child(1) {
    background-color: #B5B3B3;
    height: 100%;
    left: 2px;
}
.book-info .book-body .thickness div:nth-child(2) {
    background-color: #E3E2E2;
    height: calc(100% - 1px);
    top: 1px;
    left: 3px;
}
.book-info .book-body .thickness div:nth-child(3) {
    background-color: #B5B3B3;
    height: calc(100% - 4px);
    top: 2px;
    left: 4px;
}
.book-info .book-body .thickness div:nth-child(4) {
    background-color: #E3E2E2;
    height: calc(100% - 6px);
    top: 3px;
    left: 5px;
}

.book-info .book-body .thickness div:nth-child(5) {
    background-color: #B5B3B3;
    height: calc(100% - 8px);
    top: 4px;
    left: 6px;
}

.book-info .book-body .thickness div:nth-child(6) {
    background-color: #E3E2E2;
    height: calc(100% - 10px);
    top: 5px;
    left: 7px;
}

.book-info .book-l{
    position: relative;
    width: 280px;
    height: 280px;
}
.book-info .book-body .book-l .shelf{
    position: absolute;
    bottom: -26px;
    width: 280px;
    height: 86px;
    background: url(../img/shelf.png) no-repeat;
    background-size: 280px;
}

.book-info .book-body .box{
    position: relative;
    width: 280px;
    height: 280px;
}
.book-info .book-body .cover{
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    bottom: 50px;
}

.book-info .book-r{
    width: 280px;
    height: 280px;
    margin-left: 40px;
    color: #000;
}
.book-info .book-r h3{
    font-weight: bold;
    font-size: 24px;
}
.book-info .publisher {
    font-size: 14px;
    color: #999;
    padding: 5px 0;
}
.book-info .introduce{
    color: #6C757D;
    height: 100px;
    overflow-y: scroll;
    margin-top: 20px;
    font-size: 14px;
    padding-right: 10px;
}
.book-info .anm-800{
    position: absolute;
    bottom: 58px;
    width: 290px;
}
.book-info .abtn.anm{
    display: block;
    line-height: 40px;
    text-align: center;
    background-color: #28A745;
    color: #fff;
    border-radius: 3px;
    background-color: #28A745;
}
.book-info .read-time{
    position: absolute;
    width: calc(100% - 120px);
    bottom: 0;
    padding: 20px;
    text-align: center;
    color: #999;
    font-size: 12px;
}

.book-info .book-body-800{
    width: 80%;
    background: #fff;
    border-radius: 5px;
    max-width: 500px;
}
.book-info .b-8-t{
    padding: 0 0 0 12px;
    background-color: #EBEBEB;
    line-height: 50px;
    padding-left: 20px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    color: #000;
    border-radius: 5px 5px 0 0;
}
.book-info .book-close-box{
    width: 50px;
    height: 50px;
    padding: 18px;
}
.book-info .book-close1{
    width: 14px;
    height: 14px;
}
.book-info .book-r-800{
    width: 100%;
    flex-direction: column;
    padding: 0 16px;
}
.book-info .read-times{
    padding: 20px;
    text-align: center;
    color: #999;
    font-size: 12px;
}

/* 登录 */
.login-info, .zuofei-box{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999999999;
	display: none;
	background: rgba(0,0,0,0.6);
}
.login-info .login-out, .zuofei-box .login-out{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
}
.login-info .login-body, .zuofei-box .login-body{
    padding: 60px 60px 40px 60px ;
	position: relative;
    background: #fff;
    border-radius: 5px;
}
.login-info .login-close, .zuofei-box .login-close{
	position: absolute;
	width: 40px;
	right: -50px;
    padding: 10px;
    top: 0;
    background: #fff;
    border-radius: 50%;
}
.input-dom{
    margin-bottom: 10px;
}
.input-dom input{
    width: 300px;
    height: 44px;
    padding: 0 12px;
    border-radius: 5px;
    border: 1px solid #999;
}
.input-dom .btns{
    width: 300px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 5px;
    background-color: #28A745;
    display: block;
    user-select: none;
}
#error-info, #error-email{
    color: red;
    font-size: 12px;
    height: 12px;
}

/* 购买 */
.buy-info{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999999999;
	display: none;
	background: rgba(0,0,0,0.6);
}
.buy-info .buy-out{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
}
.buy-info .buy-body{
    padding: 60px 60px 40px 60px ;
	position: relative;
    background: #fff;
    border-radius: 5px;
}
.buy-info .buy-close{
	position: absolute;
	width: 40px;
	right: -50px;
    padding: 10px;
    top: 0;
    background: #fff;
    border-radius: 50%;
}
.input-dom{
    margin-bottom: 10px;
}
.input-dom input{
    width: 300px;
    height: 44px;
    padding: 0 12px;
    border-radius: 5px;
    border: 1px solid #999;
}
.input-dom .btns{
    width: 300px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 5px;
    background-color: #28A745;
    display: block;
    user-select: none;
}



/* 自适应 */
.func-btn-box{ display: none; }
.hide-flex-800{ display: flex }
.show-flex-800{ display: none }
#search-box{display: block;}
@media only screen and (max-width:880px) {
	#search-box, .hide-flex-800{display: none;}
    .func-btn-box{ display: block; }
    .show-flex-800{ display: flex; }
    .detail-bottom{justify-content: center;}
    .login-info .login-body, .zuofei-box .login-body{ padding: 40px 10px 20px 10px; }
    .input-dom .btns, .input-dom input{ width: 240px; }
    .book-list{  margin: 0; }
    .share-body{
        width: 95%;
        max-width: 580px;
    }
    .share-close{
        right: 10px;
        top: 10px;
    }
    .share-bg{
        width: 100%;
    }
    
}
@media only screen and (max-width: 600px) {
    .fx-item-box{
        padding: 40px 10px;
    }
}
@media only screen and (max-width: 600px) {
    .fx-right{
        display: none;
    }
    .fx-left{
        width: 100%;
        border-right: none;
        padding-right: 0;
    }
    #fxlj, #fxdm{
        flex: 1;
    }
}

.page-limit{
    
}
.page-page{
    padding: 6px 12px;
    
}
.page-page.active, .page-page:hover{
    color: #409eff;
}
