*{
	margin:0;
	padding:0;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
}
html,body{
	margin:0;
	padding:0;
	background:#fff;
}
a{text-decoration:none;color:#666}
ul,li{list-style:none;}


.backtop{
	position: fixed;
    width: 1.3rem;
    height: 1.3rem;
    background: url(../imgs/top.png) no-repeat;
    background-size: 100%;
    right: .2rem;
    bottom: 4rem;
}

/**个人中心**/
.myheader{
	width:100%;
	height:6rem;
	background:url(../imgs/myheader.jpg) no-repeat;
	background-size:100%;
	position:relative;
}
.myheader .headimg{
	position: absolute;
    top: 1rem;
    left: 1rem;
}
.myheader .headimg img{
	width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    float: left;
}
.myheader .nickname{
	padding: 0.1rem 0 0 2rem;
    font-size: .25rem;
    color: #fff;
}

.myheader .nickname .uid{
	font-size: .4rem;
    margin-top: .06rem;
}

.myheader .sign{
	display: block;
    background: url(../imgs/star.png) no-repeat;
    position: absolute;
    right: 0rem;
    text-align: center;
    font-size: .458rem;
    top: 1.25rem;
    color: #fff;
    background-size: 100%;
    width: 35%;
    height: .8rem;
}
.myheader .sign span{
	position: absolute;
    top: 0;
    line-height: .8rem;
    height: .8rem;
    display: block;
    text-align: center;
    width: 100%;
}
.myheader .bom{
	width: 100%;
    height: 2.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
}

.myheader .bom div{
	width:50%;
	height:100%;
	float:left;
}

.myheader .bom div:nth-child(1){
	text-align:right;
}
.myheader .bom div:nth-child(2){
	text-align:left;
}
.myheader .bom div:nth-child(1)>p{
	margin-right: 1.5rem;
    color: #fff;
    font-size: .45rem;
}
.myheader .bom div:nth-child(2)>p{
	margin-left: 1.5rem;
    color: #fff;
    font-size: .45rem;
}
.myheader .bom div>p:nth-child(2){
	margin-top:.3rem;
}

.my-body{
	width:100%;
	display:flex;
	margin-top:.3rem;
	margin-bottom: 2rem;
}
.my-body ul{
	width:100%;
}
.my-body li{
	height: 1.4rem;
    border-bottom: 1px solid #eee;
    line-height: 1.4rem;
    padding-left: 1.5rem;
    font-size: .41rem;
	position:relative;
	color:#666;
}
.my-body li span{
	display: block;
    background: url(../imgs/right.png) no-repeat;
    width: .8rem;
    height: .8rem;
    float: right;
    margin-right: .5rem;
    background-size: 100%;
    margin: .3rem .1rem;
}
.my-body li .charge{
	position: absolute;
    left: 0.4rem;
    width: .75rem;
    top: .28rem;
}
.my-body li .book{
	position: absolute;
    left: 0.4rem;
    width: .75rem;
    top: .32rem;
}
.my-body li .ydls{
	position: absolute;
    left: 0.5rem;
    width: .55rem;
    top: .4rem;
}
.my-body li .zdmx{
	position: absolute;
    left: 0.5rem;
    width: .55rem;
    top: .4rem;
}
.my-body li .wdxx{
	position: absolute;
    left: 0.4rem;
    width: .7rem;
    top: .4rem;
}
.my-body li .zdgm{
	position: absolute;
    left: 0.5rem;
    width: .55rem;
    top: .35rem;
}


/**首页INDEX**/
.swiper-container{
	height:6.5rem;
	width:100%;
	position:relative;
}
.swiper-container .bom{
	width: 100%;
    height: 1rem;
    position: absolute;
    bottom: 0;
	left:0;
	background:#fff;
	background-size:100%;
	z-index:99;
    border-radius: 50% / 50% 50% 0 0;
}
.swiper-container .logo{
    position: absolute;
    left: .1rem;
    z-index: 9999;
    display: block;
    top: .5rem;
    width: 1.9rem;
}

.swiper-container .search{
    position: absolute;
    z-index: 9999;
    display: block;
    top: .5rem;
    width: 70%;
	left:20%;
}

.nav{
	z-index: 99999;
    display: inline-table;
    width: 100%;
    top: 5.8rem;
    position: absolute;
}
.nav ul{
	width:100%;
}
.nav li{
	width:25%;
	float:left;
	padding-bottom: .8rem;
}
.nav a:nth-child(2)>li{
	border-bottom: 1px solid #eee;
}
.nav a:nth-child(3)>li{
	border-bottom: 1px solid #eee;
}
.nav li img{
	width: 1.3rem;
    height: 1.3rem;
    margin: .2rem auto;
    z-index: 9999999;
    display: block;
}
.nav li span{
	display:block;
	text-align:center;
	font-size:.41rem;
	color:#333;
}

.ctent{
	width:100%;
	margin-top:2.5rem;
	margin-bottom:1.65rem;
}
.ctent .items{
	display: grid;
	padding-bottom:.2rem;
}
.ctent .items .title{
	width:100%;
	height: 1.2rem;
    font-size: .45rem;
	text-align:center;
	line-height:1.2rem;
}
.ctent .items .title img{
	width: .6rem;
    vertical-align: middle;
}
.ctent .items ul{
	width:100%;
}
.ctent .items ul li{
	width: 33.333%;
    float: left;
}
.ctent .items ul li img{
	width: 98%;
    height: 5rem;
    border-radius: 3px;
    margin: 0 auto;
    display: block;
}
.ctent .items ul li div{
	width:100%;
	text-align:center;
	background:#fffdfd;
	padding-bottom:.4rem;
}
.ctent .items ul li div h1{
	padding-top:.1rem;
	font-size:.38rem;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.ctent .items ul li div p{
	font-size: .32rem;
    color: #666;
    margin-top: .1rem;
}
.ctent .bom{
	height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
	font-size:.41rem;
	color:#FE3D6A;
	background:#fffdfd;
}
.ctent .bom img{
	width: .55rem;
    height: .55rem;
    vertical-align: middle;
}



/**历史**/
.collectBar{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	height:1rem;
	border-bottom: 1.2px solid #ddd;
	z-index:99;
	background:#fff;
}
.collectBar div{
	width:2rem;
	height:1rem;
	line-height:1rem;
	float:left;
	text-align:center;
	position:relative;
	font-size:.4rem;
	color:#666;
}
.collectBar div i{
	display: block;
    width: .6rem;
    position: absolute;
    bottom: -1.2px;
    left: .7rem;
    height: 2.5px;
    background: #EB5F60;
}
.collectBar .active{
	color:#333;
}
.collectBar span{
	display: block;
    float: right;
    height: 1rem;
    padding: 0 .5rem;
    line-height: 1rem;
    color: #333;
    font-size: .4rem;
}
.read-lists{
	margin-top:1.1rem;
	width:100%;
	margin-bottom:1.7rem;
}
.read-lists li{
	width:100%;
    border-bottom: 1px solid #eee;
	position:relative;
	display:inline-block;
}
.read-lists li .checks{
	display: block;
    float: left;
    width: .75rem;
	height:.75rem;
    margin: 1.5rem 0 0 .5rem;
	background:url(../imgs/checkno.png) no-repeat;
	background-size:100%;
	display:none;
}
.read-lists li .active{
	background:url(../imgs/checkyes.png) no-repeat;
	background-size:100%;
}
.read-lists li .coverpic{
	width: 2rem;
	height: 2.81rem;
    margin: .5rem .4rem .5rem .6rem;
    border-radius: 3px;
    float: left;
}
.read-lists li .infos{
	padding-left: .5rem;
    padding-top: .5rem;
}
.read-lists li .infos h1{
	font-size:.4rem;
	color:#3c3232;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.read-lists li .infos p{
	color:#666;
	font-size:.32rem;
}
.read-lists li .infos .author{
	margin-top:.5rem;
}
.read-lists li .infos .looks{
	margin-top:.15rem;
}
.read-lists li .infos .updates{
	margin-top:.15rem;
}
.read-lists li .contiue{
	display: block;
    position: absolute;
    right: .5rem;
    top: 1.5rem;
    border: 1px solid #EE7B7C;
    border-radius: .35rem;
    padding: .1rem .2rem;
    font-size: .38rem;
    color: #EE7B7C;
}
.clearNums{
	position: fixed;
    height: 1.6rem;
    bottom: 0;
    z-index: 999;
    background: #fff;
    text-align: center;
    width: 100%;
    line-height: 1.6rem;
    color: #333;
    font-size: .4rem;
	box-shadow: 0px 0px 8px #c1c1c1;
	display:none;
}
.clearNums span{
	padding:0 .2rem;
	font-size:.45rem;
	color:#ff5722;
	font-weight:600;
}



/**书签**/

.collect-lists{
	width:100%;
	margin-top:1.1rem;
	display:flex;
	margin-bottom:1.7rem;
}

.collect-lists ul{
	width: 94%;
    margin: 0 auto;
}
.collect-lists ul .list-item{
	width:33.33333%;
	float:left;
	position:relative;
}
.collect-lists ul .list-item .msk{
	position: absolute;
    width: 90%;
    height: 4.4rem;
    left: 5%;
    top: .4rem;
    background-color: #000;
    opacity: .3;
	display:none;	
}
.collect-lists ul .list-item .checkyes{
	position: absolute;
    height: .75rem;
    width: .75rem;
    top: .1rem;
    right: 0rem;
    display: block;
    background: url(../imgs/checkyes.png) no-repeat;
    background-size: 100%;
	display:none;
}
.collect-lists ul .list-item img{
	width: 90%;
	height:4.4rem;
    margin: .4rem auto .2rem auto;
    border-radius: 3px;
    display: block;
}
.collect-lists ul .list-item .infos h1{
	font-size: .38rem;
    text-align: center;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.collect-lists ul .list-item .infos p{
	font-size: .32rem;
    color: #666;
    text-align: center;
    margin-top: .1rem;
}


/***书籍相亲***/
.cover-box {
    overflow: hidden;
    position: relative;
    background-color: #ccc;
}

.cover-box > .bg {
	height: 5.6rem;
	max-height: 5.6rem;
	overflow: hidden;
	position: relative;
}

.cover-box > .bg img {
	display: block;
	width: 100%;
}

.cover-box > .bg .gradient {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0px;
	background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,1)),color-stop(1%,rgba(0,0,0,1)),to(rgba(0,0,0,0)));
	background: linear-gradient(to top,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(0,0,0,0) 100%);
	opacity: .7;
}

.cover-box > .container {
	position: absolute;
	bottom: .48rem;
	width: 100%;
}

.cover-box > .container .title {
	padding: 0 .48rem;
	font-size: .5067rem;
	color: #fff;
}

.cover-box > .container .tags {
	padding: 0 .48rem;
	margin-top: .3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.cover-box > .container .label {
	color:#C3A25D;
	font-size:.38rem;
	padding-right:6px;
}

.cover-box > .container > .tags a {
	display: block;
	color: #fff;
	padding: 0 .1333rem;
	border-radius: .4267rem;
	font-size:.38rem;
}
.cover-box > .container > .tags span{
	display: block;
    background: #fff;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: 0.2rem .1rem;
}
.cover-box > .action {
	position: absolute;
	left: .32rem;
	right: .32rem;
	top: .3467rem;
}

.cover-box > .action .btn {
	display: block;
	width: 60px;
	height: 24px;
	line-height: 24px;
	background-color: #ff5420;
	color: #fff;
	border-radius: 12px;
	text-align: center;
	font-size: 12px;
	float: right;
}

.cover-box > .action .btn svg {
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 4px;
}

.cover-box > .action .gray {
	background-color: #99a5ae;
}

.cover-box > .action .back {
	float: left;
	width: .5333rem;
	height: .5333rem;
}

.info-content{
	width:100%;
	margin-bottom:1.65rem;
}
.info-content .sction{
	width:100%;
	height:1.8rem;
	display:flex;
}
.info-content .sction div:nth-child(1){
	width:30%;
	height:100%;
	text-align:center;
	line-height: 1.8rem;
	font-size:.43rem;
	font-weight:600;
}
.info-content .sction div:nth-child(1)>img{
	width:1rem;
	height:1rem;
	vertical-align:middle;
	margin-top: -.2rem;
	margin-right: .2rem;
}
.info-content .sction div:nth-child(2){
	width:70%;
	height:100%;
}
.info-content .sction div:nth-child(2)>a{
	width: 80%;
    display: block;
    height: 1rem;
    border: none;
    background: #FF3B47;
    text-align: center;
    color: #fff;
    line-height: 1rem;
    font-size: .4rem;
    border-radius: .6rem;
    margin: .32rem auto;
}


.info-content .inav .title{
	width: 60%;
    display: flex;
    height: 1rem;
    margin: 0 auto;
	margin-bottom: .3rem;
}
.info-content .inav .title div{
	width:50%;
	line-height:1rem;
	text-align:center;
	font-size:.42rem;
	color: #666;
	position:relative;
}
.info-content .inav .title .active{
	color:#333;
}
.info-content .inav .title .active>span{
	position: absolute;
    width: 16%;
    bottom: 0;
    background: #000;
    height: 2px;
    display: block;
    left: 42%;
}
.info-content .inav .infos{
	width: 90%;
    margin: 0 auto;
    font-size: .35rem;
    color: #333;
    line-height: .65rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.info-content .inav .comment{
	width: 90%;
    display: flex;
    margin: .2rem auto 0.4rem auto;
}
.info-content .inav .comment div{
	width:33.3333%;
	height:1.5rem;
	text-align: center;
}
.info-content .inav .comment div h1{
	font-size: .48rem;
    margin-top: .3rem;
    color: #FE4855;
}
.info-content .inav .comment div p{
	font-size: .35rem;
    margin-top: .1rem;
    color: #716a6a;
}
.info-content .prize{
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
.info-content .prize .title{
	text-align:center;
	line-height:1.5rem;
	font-size:.4rem;
	color:#333;
}
.info-content .prize .title img{
	vertical-align:middle;
	height:.6rem;
	width:.6rem;
	margin-top: -.2rem;
}
.info-content .prize .title .money{
	font-size: .6rem;
    color: #f38f14;
    font-weight: 600;
    padding: 0 .1rem;
}
.info-content .prize .title .nums{
	font-size: .55rem;
    color: #fd482c;
    font-weight: 600;
    padding: 0 .1rem;
}
.info-content .prize button{
	width: 60%;
    border: none;
    -webkit-appearance: none;
    background: #FF3B47;
    color: #fff;
    line-height: 1rem;
    border-radius: .6rem;
    margin: .4rem 20% .6rem 20%;
}
.info-content .huats{
	width:100%;

}
.info-content .huats .title{
	width:100%;
	text-align:center;
}
.info-content .huats .title h1{
	margin-top:.4rem;
	font-size:.4rem;
}
.info-content .huats .title p{
    margin-top: .2rem;
    font-size: .35rem;
    color: #666;
}
.info-content .huats .infos{
    border-bottom: 1px solid #eee;
}
.info-content .huats .infos .nolist{
	padding: .5rem;
    text-align: center;
    font-size: .36rem;
    color: #40affe;
}
.info-content .huats .infos:last-child{
	border:none;
}
.info-content .huats .nickname{
	font-size:.4rem;
	margin-bottom: .3rem;
	padding-top: .4rem;
}
.info-content .huats .nickname img{
	width:1rem;
	height:1rem;
	vertical-align:middle;
	margin-left:.5rem;
	margin-right:.2rem;
	margin-top:-.1rem;
	border-radius:50%;
}
.info-content .huats .txts{
	width: 90%;
    margin: 0 auto;
    font-size: .33rem;
    color: #333;
    line-height: .6rem;
}
.info-content .huats .times{
	padding: 5%;
    font-size: .35rem;
    color: #666;
}
.info-content .write{
	width: 100%;
    margin-top: .3rem;
    color: #e28a5f;
    font-size: .33rem;
    padding-bottom: .3rem;
    font-weight: 600;
}
.info-content .write .tub{
	width:.5rem;
	vertical-align:middle;
	margin:0rem .2rem .2rem 5%;
}
.info-content .write .lookAll{
	float: right;
    margin: .15rem .5rem;
}
.info-content .write a .right{
	width: .5rem;
    margin-top: -.05rem;
    vertical-align: middle;
}

.info-content .likes .title{
	height:1.5rem;
	line-height:1.5rem;
	text-align:center;
	font-size:.38rem;
	font-weight:500;
	color:#333
}
.info-content .likes{
	
}
.info-content .likes ul{
	width:94%;
	margin:0 auto;
}
.info-content .likes ul li{
	width: 33.3333%;
    float: left;
    padding-bottom: .5rem;
}
.info-content .likes ul li img{
	width:94%;
	display:block;
	border-radius:3px;
	height:4rem;
	margin:0 auto;
}
.info-content .likes ul li span{
	text-align: center;
    margin-top: .2rem;
    display: block;
    font-size: .36rem;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}


.ac-box > .ch {
    height: 1.28rem;
    line-height: 1.28rem;
    padding: 0 .32rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.ac-box > .ch .title {
	font-size: .4rem;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.ac-box > .ch > .title .small {
	font-size: .32rem;
	color: #999;
}

.ac-box > .ch .sort, .ac-box > .ch .sort a {
	font-size: .32rem;
	color: #999;
}

.ac-box > .ch .sort a.active {
	color: #ff730a;
}

.ac-box > .ch .sort span {
	display: inline-block;
	width: 1px;
	height: 12px;
	background-color: #999;
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 3px;
	margin-right: 3px;
}

.ac-box > .list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .16rem .16rem .16rem;
}

.ac-box > .list .item {
	width: 33.3%;
}

.ac-box > .list > .item a {
	display: block;
	margin: .16rem;
	text-align: center;
	line-height: .7467rem;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	font-size: 12px;
	color: #666;
	position: relative;
}

.ac-box > .list > .item a.active {
	border-color: #ff730a;
	background-color: #ff730a;
	color: #fff;
}

.ac-box > .list > .unlock a:after, .ac-box > .list > .lock a:after {
	display: block;
	content: " ";
	width: .3733rem;
	height: .3733rem;
	position: absolute;
	right: .1333rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-size: .3733rem;
}

.ac-box > .list > .unlock a:after {
	background-image: url('../svg/menu_icon_lock_n.svg');
}

.ac-box > .list > .unlock a.active:after {
	background-image: url('../svg/dmenu_icon_lock_f.svg');
}

.ac-box > .list > .lock a:after {
	background-image: url('../svg/menu_icon_lock_d.svg');
}

.ac-box > .list > .lock a.active:after {
	background-image: url('../svg/menu_icon_lock_e.svg');
}

.ac-box > .action {
    padding: .32rem;
}

.ac-box > .action .btn {
	display: block;
	height: 1.067rem;
	line-height: 1.067rem;
	text-align: center;
	font-size: .3733rem;
	color: #666;
	background-color: #f1f1f1;
	border-radius: .1333rem;
}

.ac-box > .action .icon-arrow {
	background-image: url('../svg/icon_arrow.svg');
	background-size: cover;
	width: .4267rem;
	height: .4267rem;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 3px;
}
/*书本详情新增*/
.mui-media-object {
	border-radius: 100%;
	width: 30px;
	height: 30px;
}
.mui-table-view-cell > a:not(.mui-btn) {
	white-space: normal;
}
.mui-media-body p {
	margin-top: 5px;
	font-size: 12px;
	color: #666;
}
.mui-media-body .mui-pull-right {
	font-size: 12px;
	color: #666;
}
.mui-table-view:before {
	height: 0;
}
.white-a {
	color: #007aff !important;
}
.cover {
	width: 50px !important;
	height: 50px !important;
}
.comment-btn {
	color: #007aff !important;
	font-size: 10px !important;
	border: 1px solid #007aff;
	display: inline-block;
	padding: 4px 8px;
	border-radius: 4px;
}
.chaps{width:100%;}
.chaps ul{width:100%;}
.chaps ul li{width:100%;border-bottom:1px solid #eee;display:flex}
.chaps ul li:last-child{border:none;}
.chaps ul li .coverimg{height: 1.6rem;width: 2rem;margin: .2rem 1em .2rem .3rem;float:left;}
.chaps ul li .txts{position:relative;min-width:65%}
.chaps ul li .txts h1{font-size: .4rem;margin-top: .1rem;}
.chaps ul li .txts p{ margin-top: .2rem;font-size: .35rem;color: #ff7800;}
.chaps ul li .txts .doll{width: .4rem;height: .4rem;vertical-align: middle;margin-top: -3.5px;margin-right: 3px;}
.chaps ul li .txts span{position:absolute;bottom:0.2rem;color:#999;left:0;}
.info-prize{
	width:100%;
	border-top:.2667rem solid #f5f5f5;
}
.info-prize .title{
	height:1.5rem;
	line-height:1.5rem;
	font-size:.35rem;
	text-align:center;
}
.info-prize .title .money{
	font-size:.6rem;
	color: #FF9C28;
}
.info-prize .title .nums{
	font-size:.45rem;
	color:#AF91FF;
}
.info-prize .texts ul{
	width:100%;
	display: flex;
}
.info-prize .texts ul li{
	width:33.33%;
	float:left;
}
.info-prize .texts ul li span{
	display: block;
	width: 34px;
	height: 34px;
	background-image: url(../images/crwon.png);
	background-size: 104px 34px;
	margin:0 auto;
}
.info-prize .texts ul li:nth-child(2) span{
	background-position: -34px 0;
}
.info-prize .texts ul li:nth-child(3) span{
	background-position: -68px 0;
}
.info-prize .texts ul li .txt{
	padding:0 .3rem;
}
.info-prize .texts ul li .txt img{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin: .35rem 0;
	float:left;
}
.info-prize .texts ul li .txt .bom{
	padding:0 .3rem;
}
.info-prize .texts ul li .txt .bom .umoney{
	padding: .38rem 0px .5rem 45px;
}
.info-prize .prize-btn{
	width: 50%;
	height: .9rem;
	border: none;
	-webkit-appearance: none;
	margin: .3rem 25% .6rem 25%;
	border-radius: .2rem;
	color: #fff;
	background: #F96EA7;
	font-size:.4rem;
}


.modal{
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:99999;
	display:none;
}
.modal .msk{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#000;
	opacity:.8;
}
.modal .txt{
	background: #fff;
    width: 80%;
    left: 10%;
    position: absolute;
    top: 35%;
    border-radius: 10px;
}
.modal .txt .msg{
	text-align:center;
	padding:1rem .5rem;
	color:#333;
	font-size:.4rem;
}
.modal .txt .mbtn{
	height: 1.33rem;
    text-align: center;
    width: 100%;
    border-top: 1px solid #eee;
    display: -webkit-box;
}
.modal .txt .mbtn a{
	display: block;
    height: 100%;
    text-align: center;
    width: 50%;
    border-right: 1px solid #eee;
	font-size:.42rem;
	line-height:1.33rem;
}
.modal .txt .mbtn a:last-child{
	border:none;
}
.modal .txt .mbtn a:nth-child(1){
	color:#666666;
}
.modal .txt .mbtn a:nth-child(2){
	color:#ff730a;
}



.footer{
	width:100%;
	position:fixed;
	background:#fff;
	z-index:99;
	bottom:0;
	left:0;
	box-shadow: 0px 0px 8px #c1c1c1;
}
.footer li{
	width:25%;
	float:left;
	height:100%;
}

.footer li img{
	display: block;
    margin: .2rem auto;
    width: .6rem;
	height:.6rem;
}
.footer li:nth-child(1)>img{
	width:.7rem;
}
.footer li span{
	display: block;
    text-align: center;
    font-size: .37rem;
    margin-bottom: .1rem;
}



.doprize{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:9999;
	display:none;
}
.doprize .msk{
	position:absolute;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.7;
}
.doprize .items{
	width: 80%;
	position: absolute;
	top: 25%;
	left: 10%;
	background: #fff;
	border-radius: 10px;
	padding-bottom:.6rem;
}
.doprize .items .title{
	height: 1rem;
	line-height: 1rem;
	font-size: .4rem;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.doprize .items ul{
	padding: .5rem;
	
}
.doprize .items ul li{
	float: left;
	width: 33.33%;
	height: 1.5rem;
}
.doprize .items ul li span{
	display: block;
	width: 70%;
	margin: .2rem 15%;
	font-size: .4rem;
	text-align: center;
	line-height: 1.1rem;
	height: 1.1rem;
	border: 1px solid #ddd;
	border-radius: .5rem;
}
.doprize .items .active{
	color:#F984C5;
	border:1px solid #F984C5;
}
.doprize .aBtn{
	float: right;
	margin: 0.2rem 1rem 0 0;
	width: 3rem;
	height: .95rem;
	border: none;
	-webkit-appearance: none;
	background: #F96EA7;
	color: #fff;
	border-radius: .5rem;
	font-size: .4rem;
}
.doprize .cBtn{
	background:#979797;
	color:#444;
}


/*自动购买章节*/
.autoBuy{
	padding: 10px 0;
}
.autoBuy .checkbox {
  position: relative;
  display: inline-block;
}

.autoBuy .checkbox label {
	  width: 90px;
	  height: 42px;
	  background: #DCDCDC;
	  position: relative;
	  display: inline-block;
	  border-radius: 46px;
	  -webkit-transition: 0.4s;
	  transition: 0.4s;
}
.autoBuy .checkbox label:after {
	  content: '';
	  position: absolute;
	  width: 50px;
	  height: 50px;
	  border-radius: 100%;
	  left: 2px;
	  top: -5px;
	  z-index: 2;
	  background: #fff;
	  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	  -webkit-transition: 0.4s;
	  transition: 0.4s;
}
.autoBuy .checkbox input {
	  position: absolute;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  z-index: 5;
	  opacity: 0;
	cursor: pointer;
}
.autoBuy .checkbox input:hover + label:after {
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2), 0 3px 8px 0 rgba(0, 0, 0, 0.15);
}
.autoBuy .checkbox input:checked + label:after {
	left: 26px;
}
.autoBuy .checkbox label {
  background: #DCDCDC;
  width: 60px;
  height: 32px;
  border-radius: 20px;
}
.autoBuy .checkbox label:after {
  border-radius: 50%;
  top: 0;
  width: 32px;
  height: 32px;
}
.autoBuy .checkbox input:checked + label {
  background: #FF5420;
}
.autoBuy .checkbox input:checked + label:after {
  background: #fff;
  left: 26px;
}

