@charset "utf-8";

html {
	font-size: 1px;
	text-size-adjust: none;
	text-rendering: optimizelegibility
}

article,
aside,
blockquote,
body,
button,
code,
dd,
details,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
	display: block
}

audio,
canvas,
video {
	display: inline-block
}

body,
button,
input,
select,
textarea {
	font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif
}

body {
	overflow-x: hidden;
	width: 100%;
	background-color: #fff;
	-webkit-overflow-scrolling: touch
}

body,
html {
	height: 100%
}

html {
	overflow-x: hidden
}

body::-webkit-scrollbar {
	display: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0
}

table {
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

del {
	text-decoration: line-through
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-weight: 400;
	font-style: normal
}

ol,
ul {
	list-style: none
}

a,
ins {
	text-decoration: none
}

b,
strong {
	font-weight: 700
}

em,
i {
	font-style: normal
}

[draggable] {
	cursor: move
}

.clearfix:after,
.clearfix:before {
	display: table;
	content: ""
}

.clearfix:after {
	clear: both
}

.clearfix {
	zoom: 1
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 100;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Hiragino Sans GB, Microsoft Yahei, 微软雅黑, Arial, Helvetica, STHeiti, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol
}

table caption {
	border-bottom: none
}

button,
input,
textarea {
	border-radius: 0;
	-webkit-appearance: none
}

caption,
em,
legend {
	font-weight: inherit
}

a,
button,
input,
textarea {
	outline: 0
}

a {
	color: #333;
	-webkit-tap-highlight-color: transparent
}

a:active,
button:active {
	opacity: .8
}

a:hover {
	text-decoration: none
}

.arTit {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	font-size: 1px;
	opacity: 0
}

.statusbar {
	z-index: 99999;
	display: none;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: .8125rem;
	border: 0;
	background: #fff
}

.statusbar:before {
	border: 0
}

.fixstatu {
	position: relative;
	top: 0;
	z-index: 999;
	float: left;
	display: block;
	overflow: hidden;
	width: 100%;
	height: .8125rem;
	background: #fff
}

.fixstatu:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.bggrey {
	background: #f3f3f3
}

.appbg {
	background: #fff
}

.slipleft {
	animation: bounceInLeft .5s ease forwards
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0)
	}

	50% {
		opacity: .5;
		transform: translateZ(0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.slipright {
	animation: bounceInRight .5s ease forwards
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}

	50% {
		opacity: .5;
		transform: translateZ(0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.sliptop {
	animation: bounceInTop .5s ease forwards
}

@keyframes bounceInTop {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}

	50% {
		opacity: .5;
		transform: translateZ(0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

@keyframes shake {

	70%,
	80% {
		transform: rotate(7deg)
	}

	75% {
		transform: rotate(-7deg)
	}

	65%,
	85% {
		transform: rotate(0)
	}
}

.btnblack:after,
.ray:after {
	position: absolute;
	top: 0;
	left: -150%;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .3), transparent);
	content: "";
	transform: skewX(-20deg);
	animation: ray .5s linear .2s infinite alternate;
	animation-iteration-count: 1
}

@keyframes ray {
	to {
		left: 150%
	}
}

.swiper-slide::-webkit-scrollbar {
	display: none
}

#placeimg,
#placeimg-2,
#placeimg-3,
#placeimg-4,
#placelist,
#placepic {
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 4rem
}

#placeimg-2 p,
#placeimg-3 p,
#placeimg-4 p,
#placeimg p {
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
	margin: 0 5px;
	width: calc((100% - 30px)/3);
	height: 96%;
	border-radius: .06rem;
	justify-content: center;
	align-items: center
}

#placeimg-2 p,
#placeimg-3 p,
#placeimg-4 p,
#placeimg p,
#placelist li div em,
#placelist li div i,
#placelist li div p,
#placelist li span,
#placepic,
#placetext p,
#placetxt p,
#placezj li div em,
#placezj li div i,
#placezj li div p,
#placezj li span {
	background: #f5f5f5;
	color: #f5f5f5;
	text-indent: -999999px;
	font-size: 0
}

#placeimg-2 {
	height: 3rem
}

#placeimg-2 p {
	width: calc((100% - 20px)/2)
}

#placeimg-3,
#placeimg.day {
	height: 8rem
}

#placeimg-3 p,
#placeimg.day p {
	margin-bottom: .2rem;
	height: 3.7rem
}

#placeimg-3 p.r1,
#placeimg-3 p.r4 {
	width: 64%
}

#placeimg-3 p.r2,
#placeimg-3 p.r3 {
	width: 30%
}

#placepic {
	margin: 0 0 4% 1%;
	width: 99%;
	border-radius: .06rem
}

#scroll-love_rank #placeimg {
	min-width: 9.3rem
}

#scroll-books #ranklist #placeimg-4 {
	height: 2.2rem;
	min-width: 9.3rem
}

#hotlist #placeimg,
#recommend #placeimg {
	margin-bottom: 20px
}

#placetext,
#placetxt {
	float: left;
	display: block;
	overflow: hidden;
	margin: 2%;
	width: 96%
}

#placetext p,
#placetxt p {
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
	width: 80%;
	height: .3rem;
	justify-content: center;
	align-items: center
}

#placetxt .t1 {
	width: 80%
}

#placetxt .t2 {
	margin: .3rem 0;
	width: 50%
}

#placetxt .t3 {
	width: 70%
}

#placetxt .t4 {
	margin: .3rem 0;
	width: 40%
}

#placetext {
	margin-bottom: 100px
}

#placetext p {
	margin-top: .4rem;
	height: .7rem
}

#placetext .t2 {
	width: 60%
}

#placetext .t3 {
	width: 90%
}

#placetext .t4 {
	width: 70%
}

#placelist,
#placezj {
	margin: 30px auto 100px;
	height: auto
}

#placelist li,
#placezj li {
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
	margin: 0 3% 10px;
	width: 94%;
	height: 3.5rem;
	justify-content: center;
	align-items: center
}

#placelist li span,
#placezj li span {
	position: relative;
	float: left;
	display: inline-block;
	overflow: hidden;
	width: 28%;
	height: 100%
}

#placelist li div,
#placezj li div {
	float: right;
	display: inline-block;
	overflow: hidden;
	width: 70%;
	height: 100%
}

#placelist li div em,
#placelist li div i,
#placelist li div p,
#placezj li div em,
#placezj li div i,
#placezj li div p {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	width: 50%;
	height: 10px
}

#placelist li div em,
#placezj li div em {
	width: 70%
}

#placelist li div i,
#placezj li div i {
	width: 60%
}

#placezj li {
	height: 2rem
}

#placezj li div em,
#placezj li div i,
#placezj li div p {
	height: 15px
}

#placeimg-2 p:after,
#placeimg-3 p:after,
#placeimg p:after,
#placelist li span:after,
#placepic:after,
#placetext p:after,
#placetxt p:after,
#placezj li span:after,
.ht-bar.ht-t1.v-hidden:after {
	position: absolute;
	top: 0;
	left: -150%;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .3), transparent);
	content: "";
	transform: skewX(-20deg);
	animation: ray .5s linear .2s infinite alternate;
	animation-iteration-count: 100
}

.btnyellow {
	background-image: -webkit-linear-gradient(-40deg, #ffe153 19%, #ffd251 97%);
	background-image: -ms-linear-gradient(-40deg, #ffe153 19%, #ffd251 97%);
	color: #333;
	font-size: .3733rem
}

.btnblue {
	background-image: -webkit-linear-gradient(-40deg, #26bafe 19%, #02a2ea 97%);
	background-image: -ms-linear-gradient(-40deg, #26bafe 19%, #02a2ea 97%)
}

.btnblue,
.btngreen {
	color: #fff;
	font-size: .3733rem
}

.btngreen {
	background-image: -webkit-linear-gradient(-40deg, #06c05f 19%, #07c160 97%);
	background-image: -ms-linear-gradient(-40deg, #06c05f 19%, #07c160 97%)
}

.btnblack {
	background-image: -webkit-linear-gradient(-40deg, #333 19%, #111 97%);
	background-image: -ms-linear-gradient(-40deg, #333 19%, #111 97%);
	color: #fff;
	font-size: .3733rem
}

.fix-topbar {
	position: sticky;
	top: 0;
	z-index: 90;
	float: left;
	display: block;
	overflow: hidden;
	width: 100%;
	height: auto;
	background: #fff
}

.fix-topbar:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.banner-heading {
	position: sticky;
	top: 2.8rem;
	z-index: -1
}

.banner-heading .cm-topbar {
	position: absolute;
	top: -1.2rem;
	right: 0;
	left: 0;
	z-index: 9992
}

.cm-topbar {
	height: 1.1733rem
}

.cm-topbar.fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%
}

.cm-topbar__container {
	position: relative;
	height: 1.1733rem;
	border: 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	justify-content: center
}

.cm-topbar .center-tabs,
.cm-topbar__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex
}

.cm-topbar .center-tabs {
	width: 2.9333rem;
	height: .7467rem;
	border: 1px solid transparent;
	border-radius: .4rem;
	background-color: rgba(0, 0, 0, .5)
}

.cm-topbar .center-tabs .item {
	text-align: center;
	line-height: .7467rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.cm-topbar .center-tabs .item a {
	display: block;
	border-radius: .4rem;
	color: #fff;
	font-size: .3733rem
}

.cm-topbar .center-tabs .item a.active {
	background-color: #fff;
	color: #f60
}

.cm-topbar__container .action {
	position: absolute;
	top: 50%;
	right: .32rem;
	width: 1rem;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-ms-transform: translateY(-50%)
}

.cm-topbar__container .action.icon button {
	overflow: hidden;
	width: .64rem;
	height: .64rem;
	border: 0;
	background-color: transparent;
	background-size: cover;
	text-indent: -99999px
}

.cm-topbar__container .action.icon.search {
	right: 1rem
}

.cm-topbar__container .action button.icon-search-btn {
	background-image: url(/style/images/nav_icon_search.png)
}

.cm-topbar__container .action.icon.safety {
	right: .1rem
}

.cm-topbar__container .action.icon.safety button {
	border-radius: .8rem;
	background-color: #b7b7b7
}

.cm-topbar .center-tabs.v-hidden {
	visibility: visible;
	background-color: #f9f9f9
}

.cm-topbar .center-tabs.v-hidden .item a.active,
.cm-topbar .center-tabs.v-hidden li a {
	color: #ddd
}

.indexV2 .banner-heading,
.indexV2 .statusbar,
.indexV2 .statusbarr {
	background-color: #fff
}

.indexV2 .vip_searchBar {
	background-color: #f8f8f8
}

#ht-carousel.swiper-container.v-hidden,
.indexV2 .banner-heading.v-hidden,
.indexV2 .statusbar.v-hidden,
.indexV2 .statusbarr.v-hidden,
.indexV2 .vip_searchBar.v-hidden,
.vip_search.v-hidden {
	visibility: visible;
	background: #f5f5f5
}

#ht-carousel.v-hidden {
	height: 7.8rem
}

.vip_search.v-hidden,
.vip_searchBar.v-hidden a.vip_search {
	width: 92%
}

#ht-carousel.swiper-container.v-hidden #placepic {
	position: absolute;
	top: 65px;
	z-index: 99999;
	margin: 0 3%;
	width: 94%;
	height: 4rem;
	border-radius: .5rem;
	background: #f1f1f1
}

.ht-bar__container.swiper-wrapper.v-hidden {
	visibility: visible;
	margin: 0 3%;
	width: 94%;
	border-radius: 1rem;
	background: #f5f5f5
}

.ht-bar__container.swiper-wrapper.v-hidden .swiper-slide {
	display: none
}

.indexV2 .vip_searchBar .action.icon.safety button.icon-safety-off {
	background-color: rgb(0 0 0/10%);
	background-image: url(/style/images/safety-nom.png)
}

.indexV2 .vip_search {
	background: #fff
}

.indexV2 .topbar-new .cm-topbar__container {
	position: relative;
	top: -1.6rem;
	z-index: 999;
	margin-bottom: -1.6rem;
	padding-left: .1rem;
	height: 1.588rem;
	background: #f8f8f8;
	-webkit-box-align: left;
	-webkit-align-items: left;
	-ms-flex-align: left;
	-moz-box-align: left;
	align-items: left;
	-webkit-box-pack: left;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	-moz-box-pack: left;
	justify-content: left
}

.indexV2 .cm-topbar .center-tabs-new {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	width: 4.3rem;
	height: .7467rem
}

.indexV2 .cm-topbar .center-tabs-new .item a {
	overflow: hidden;
	border-radius: 0;
	background: 0 0;
	color: #111;
	font-size: .4rem;
	transition: all .3s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-ms-transform: scale(1)
}

.indexV2 .cm-topbar .center-tabs-new .item a.active,
.indexV2 .cm-topbar .center-tabs-new .item a:hover {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
	-ms-transform: scale(1.15)
}

.indexV2 .cm-topbar .center-tabs-new .item a.active {
	background: 0 0;
	color: #333;
	font-weight: 700;
	font-size: .55rem
}

.indexV2 .cm-topbar .center-tabs-new .item {
	text-align: center;
	line-height: .7467rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.indexV2 .cm-topbar__container .action button {
	width: .8rem;
	height: .8rem;
	border: 0;
	border-radius: .8rem;
	background-color: rgba(0, 0, 0, .1);
	background-position: 50%;
	background-size: cover;
	text-indent: -999999px;
	backround-repeat: no-repeat
}

.indexV2 .cm-topbar__container .action {
	right: 2rem
}

.indexV2 .cm-topbar__container .action button.icon-search-btn {
	background-image: url(/style/images/so.png)
}

.indexV2 .cm-topbar__container .action.safety {
	right: 0
}

.indexV2 .cm-topbar__container .action.sign {
	right: 1rem
}

.indexV2 .cm-topbar__container .action button.icon-sign-btn {
	background-image: url(/style/images/rili.png)
}

.indexV2 .cm-topbar__container .action.language {
	right: 1rem
}

.indexV2 .cm-topbar__container .action button.icon-language.cn {
	background-image: url(/style/images/cn.png)
}

.indexV2 .cm-topbar__container .action button.icon-language.tw {
	background-image: url(/style/images/tw.png)
}

button.icon-safety-off {
	background-image: url(/style/images/safety-off.png);
	animation: breath 1s linear .9s infinite alternate
}

button.icon-safety-no {
	background-image: url(/style/images/safety-no.png);
	animation-play-state: paused
}

.indexV2 .cm-topbar__container button.icon-safety-off {
	background-image: url(/style/images/safety-nom.png);
	animation: breath 1s linear .9s infinite alternate
}

@keyframes breath {

	70%,
	80% {
		transform: scale(.95)
	}

	75% {
		transform: scale(1)
	}

	65%,
	85% {
		transform: scale(1.05)
	}
}

.cm-tabbar__container .nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex
}

.cm-tabbar__container .nav .item {
	text-align: center;
	line-height: 1.3067rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.cm-tabbar__container .nav .item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	height: 1.3067rem;
	color: #909090;
	font-size: .3467rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column
}

.cm-tabbar__container .nav .item a .text {
	color: #949494;
	font-size: .2933rem;
	line-height: 1
}

.cm-tabbar__container .nav .item a i[class^=icon] {
	position: relative;
	display: block;
	margin: 0 auto;
	width: .6933rem;
	height: .6933rem;
	background-size: cover
}

.cm-tabbar__container .nav .item a .icon-new {
	background-image: url(/style/images/n19__type_tabbar_icon_new.png)
}

.cm-tabbar__container .nav .item a .icon-cate {
	background-image: url(/style/images/n19__type_tabbar_icon_type.png)
}

.cm-tabbar__container .nav .item a .icon-fine {
	background-image: url(/style/images/n19__top_tabbar_icon_top.png)
}

.cm-tabbar__container .nav .item a .icon-home {
	background-image: url(/style/images/n19__home_tabbar_icon_home_n.png)
}

.cm-tabbar__container .nav .item a .icon-account {
	background-image: url(/style/images/n19__home_tabbar_icon_my_n.png)
}

.cm-tabbar__container .nav .item a div#navuser img {
	display: block;
	margin: 0 auto .0533rem;
	width: .64rem;
	height: .64rem;
	border-radius: 50%
}

.cm-tabbar__container .nav .item a.active .icon-new {
	background-image: url(/style/images/n19__type_tabbar_icon_new_s.png)
}

.cm-tabbar__container .nav .item a.active .icon-cate {
	background-image: url(/style/images/n19__type_tabbar_icon_type_s.png)
}

.cm-tabbar__container .nav .item a.active .icon-home {
	background-image: url(/style/images/n19__home_tabbar_icon_home_s.png)
}

.cm-tabbar__container .nav .item a.active .icon-account {
	background-image: url(/style/images/n19__home_tabbar_icon_my_s.png)
}

.cm-tabbar__container .nav .item a.active .icon-fine {
	background-image: url(/style/images/n19__top_tabbar_icon_top_s.png)
}

.cm-tabbar__container .nav .item.badge i[class^=icon]:before {
	position: absolute;
	top: 0;
	right: -.1rem;
	display: block;
	width: .24rem;
	height: .24rem;
	border-radius: .24rem;
	background-color: red;
	content: ""
}

#ht-carousel {
	top: -2.6rem;
	z-index: 9991;
	display: block;
	width: 100%;
	height: 8.8rem;
	background-color: #f8f8f8;
	text-align: center
}

#ht-carousel li {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 100%
}

#ht-carousel picture {
	position: relative;
	display: inline-block;
	width: 100%
}

#ht-carousel picture div {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 1.5rem auto 0;
	width: 96%;
	height: 5.2rem;
	border-radius: .2rem;
	background-position: 50%;
	background-size: cover
}

#ht-carousel picture div.ani-slide,
#ht-carousel picture div.placebg-2 {
	position: absolute;
	top: -50%;
	left: -50%;
	z-index: 0;
	display: block;
	margin: auto;
	width: 250%;
	height: 250%;
	background-position: 50%;
	background-size: 200%;
	background-repeat: no-repeat;
	filter: blur(20px)
}

#ht-carousel picture div.ani-slide:after,
#ht-carousel picture div.placebg-2:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	background-color: hsla(0, 0%, 100%, .2);
	content: ""
}

#ht-carousel picture div.placebg-2 {
	background: #f4f4f4
}

#ht-carousel picture div.placebg {
	background: #f1f1f1
}

#ht-carousel picture div.placebg.ray:after {
	background-image: linear-gradient(90deg, transparent, #fff, transparent)
}

.ht-nav {
	position: relative;
	z-index: 9994;
	z-index: 9993;
	margin-top: -4.8rem;
	margin-bottom: .3rem;
	border-top-right-radius: .3rem;
	border-top-left-radius: .3rem;
	background: hsla(0, 0%, 100%, 0)
}

.ht-nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding: 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.ht-nav ul li {
	position: relative;
	margin-top: -.9rem;
	text-align: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.ht-nav i[class^=icon-] {
	display: block;
	margin: 0 auto;
	width: 1.7067rem;
	height: 1.7067rem;
	background-size: cover;
	background-repeat: no-repeat
}

.ht-nav .icon-top {
	background-image: url(/style/images/n19__home-icon-hot.png)
}

.ht-nav .icon-free {
	background-image: url(/style/images/n19__home-icon-free.png)
}

.ht-nav .icon-v {
	background-image: url(/style/images/n19__home-icon-v.png)
}

.ht-nav .icon-new {
	background-image: url(/style/images/n19__home-icon-new.png)
}

.ht-nav .icon-end {
	background-image: url(/style/images/n19__home-icon-end.png)
}

.ht-nav .icon-fav {
	background-image: url(/style/images/n19__home-icon-fav.png)
}

.ht-nav .icon-app {
	background-image: url(/style/images/n19__home-icon-app.png);
	animation: shake 3s linear infinite
}

.ht-nav .icon-buy {
	background-image: url(/style/images/n19__home-icon-buy.png);
	animation: shake 3s linear infinite
}

.ht-nav li#ibuy,
.ht-nav li#ifav,
.ht-nav li#ivideo {
	display: none
}

.ht-nav .text {
	color: #111;
	font-size: .35rem
}

.radius-top {
	z-index: 9992;
	height: .35rem;
	border-top: .2rem solid #f6f4f4;
	border-top-right-radius: .35rem;
	border-top-left-radius: .35rem
}

.ht-bar,
.radius-top {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background-color: #fff
}

.indexV2 .ht-bar,
.radius-top {
	z-index: 1
}

.ht-bar {
	z-index: 9993;
	height: 1.3rem;
	line-height: 1.3rem
}

.ht-bar.ht-box {
	z-index: 9996;
	margin: .6rem auto 0;
	width: 96%;
	border-radius: .3rem;
	background-image: -webkit-linear-gradient(-40deg, #f7edd0 19%, #e0b86f 97%);
	background-image: -ms-linear-gradient(-40deg, #f7edd0 19%, #e0b86f 97%);
	line-height: 1.6rem
}

.ht-bar.ht-t1 {
	margin-top: -.3rem
}

.ht-bar.ht-t1.v-hidden {
	top: .5rem;
	visibility: visible;
	background: #f5f5f5
}

.ht-bar__container,
.ht-bar__container .swiper-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.ht-bar__container .text {
	color: #f60;
	text-indent: .1rem;
	font-size: .3733rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.ht-bar__container .text.fabu {
	color: #333
}

.ht-bar__container .text.tr20 {
	text-indent: 20px
}

.ht-bar__container .btn-primary {
	margin: 0 .2rem 0 0;
	padding: 0;
	width: 1.6rem;
	height: .8rem;
	border: 0;
	border-radius: .8rem;
	text-align: center;
	line-height: .8rem
}

.icon_fabu,
.icon_gift,
.icon_tips {
	position: relative;
	top: 3px;
	display: inline-block;
	margin-right: .1333rem;
	width: .5rem;
	height: .5rem;
	background: url(/style/images/me_icon_reward1.png);
	background-size: 100% 100%;
	animation: shake 1.5s linear infinite
}

.icon_tips {
	background-image: url(/style/images/icon_bindtips.png)
}

.icon_fabu {
	top: 5px;
	width: .6rem;
	height: .6rem;
	background-image: url(/style/images/my_icon_fb_v.png)
}

.icon_vip {
	position: relative;
	top: 5px;
	display: inline-block;
	margin: 0 .1333rem;
	width: .7rem;
	height: .7rem;
	background: url(/style/images/my_icon_header_vip.png);
	background-size: 100% 100%
}

.ht-bar.ht-t1 .text {
	position: relative;
	top: -5px;
	color: #9a7551
}

.ht-bar.ht-t1 .ht-bar__container .btn-primary {
	margin-top: -.3rem;
	width: 3rem;
	background: #fff;
	color: #f60;
	font-size: .32rem;
	animation: breath2 1s linear .9s infinite alternate
}

@keyframes breath2 {
	0% {
		transform: scale(.9)
	}

	to {
		transform: scale(1)
	}
}

.indexV2 #topimg {
	top: 1.6rem
}

#topimg {
	position: sticky;
	bottom: 0;
	left: 0;
	z-index: 9;
	display: block;
	display: flex;
	margin: 0 auto;
	padding: 0 1% .3rem;
	width: 98%;
	background: #2f374a;
	text-align: center;
	align-items: center
}

#topimg .box {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: 2.2rem
}

#topimg .box .adclose {
	position: absolute;
	top: .1rem;
	right: .2rem;
	z-index: 100;
	overflow: hidden;
	width: .6rem;
	height: .6rem;
	border-radius: 50%;
	background: url(/style/images/ico_close.png);
	background-color: rgba(0, 0, 0, .5);
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	text-indent: -999px;
	cursor: pointer
}

#topimg li.swiper-slide {
	display: block;
	overflow: hidden;
	margin: 0 1%;
	padding: 0;
	width: 98%;
	height: 100%;
	border-radius: .1rem
}

#topimg li.swiper-slide a {
	display: block;
	overflow: hidden;
	height: 100%;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat
}

#topimg img {
	width: 100%;
	height: 100%
}

#topimg.top-b10,
#topimg.top-hot {
	top: 1rem;
	padding: 0 1.5% .3rem;
	width: 97%;
	border-top: 10px solid #21293c;
	border-bottom: 1px solid #1b2335;
	background: #21293c
}

#topimg li.swiper-slide {
	margin: 0 1.5%;
	width: 97%
}

#topimg.top-hot {
	top: 1.45rem
}

#topimg.top-hot li.swiper-slide {
	margin: 0 2.5%;
	width: 95%
}

#topimg.top-ss {
	top: 1.5rem;
	border-top: 0;
	background: #21293c
}

#topimg.foot-img {
	top: 0;
	bottom: 1.3rem;
	border-top: 10px solid #21293c;
	background: #21293c
}

#topimg.foot-pic {
	top: 0;
	bottom: 1.3rem;
	border-top: 10px solid #1b2334;
	border-bottom: 5px solid #1b2334;
	background: #1b2334
}

#topimg.foot-img .box,
#topimg.foot-pic .box {
	border-radius: .2rem
}

#bigimg {
	display: block;
	margin: .3rem 2%;
	padding: 0;
	width: 96%;
	height: 7rem;
	border: 0;
	box-shadow: none;
	text-align: center
}

#bigimg.fr10 {
	margin: .3rem 3%;
	width: 94%
}

#bigimg .box {
	float: left;
	display: block;
	display: flex;
	overflow: hidden;
	width: 100%;
	height: 6rem;
	border-radius: .2rem .2rem 0 0;
	align-items: center
}

#bigimg .box .img {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat
}

#bigimg .box .img img {
	float: left;
	display: block;
	width: 100%;
	height: 100%
}

#bigimg .tips {
	float: left;
	display: block;
	width: 100%;
	height: 1rem;
	border-radius: 0 0 .2rem .2rem;
	background: #263146;
	box-shadow: none;
	color: #36425a;
	text-align: left;
	text-indent: 10px;
	font-size: .3rem;
	line-height: 1rem
}

#bigimg .tips .adclose {
	float: right;
	margin: .25rem;
	width: .35rem;
	height: .35rem;
	background: url(/style/images/cate-close.png);
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat
}

#topimg.foot-img.bfixed {
	position: fixed;
	top: auto;
	right: 0;
	bottom: 1.3067rem;
	left: 0;
	z-index: 999;
	height: 2.2rem
}

.novxab {
	display: none
}

.kfimg {
	display: block;
	margin: .3rem 2%;
	padding: 0;
	width: 96%;
	background: #fff;
	text-align: center
}

.kfimg,
.kfimg img {
	float: left;
	height: auto;
	border-radius: .06rem
}

.kfimg img {
	width: 100%
}

.bm-box#hisbox {
	display: none
}

.bm-box__head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding: 0 .32rem;
	height: 1.3867rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.bm-box__head .title .icon-vip {
	display: inline-block;
	margin-top: -3px;
	margin-right: 5px;
	margin-left: -5px;
	width: 20px;
	height: 20px;
	background-image: url(/style/images/myvip_myvip_icon_timefree8.png);
	background-size: 20px;
	background-repeat: no-repeat;
	vertical-align: middle;
	-o-background-size: 20px
}

.bm-box__prefix {
	position: relative
}

.bm-box__head .title {
	font-weight: 600;
	font-size: .4533rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.indexV2 .bm-box__head.tl-head .title:after {
	display: block;
	margin-top: -8px;
	width: 70px;
	height: 10px;
	border-radius: .4267rem;
	background-color: #fff;
	content: ""
}

.bm-box__head .more a {
	display: block;
	height: .4267rem;
	border-radius: .4267rem;
	color: #909090;
	font-size: .3rem;
	line-height: .4267rem
}

.bm-box__head #cy_more a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 1.7333rem;
	height: .5867rem;
	border-radius: 100px;
	background-color: #f6f6f6;
	color: #7e7e7e;
	font-size: .2667rem;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-moz-box-pack: center;
	-webkit--moz-box-pack: center;
	box-pack: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center
}

.bm-box__head #cy_more a .icon-arrow,
.bm-box__head .more a .icon-arrow {
	display: inline-block;
	width: .2133rem;
	height: .2133rem;
	background-image: url(/style/images/bm-arrow.png);
	background-size: cover
}

.bm-box__head .more a .icon-arrow {
	margin-top: -2px;
	vertical-align: middle
}

.bm-box__head #cy_more a .icon-change {
	display: inline-block;
	width: .32rem;
	height: .32rem;
	background-image: url(/style/images/detail_icon_refresh.png);
	background-size: cover
}

.bm-box__head .more a .icon-change {
	display: inline-block;
	margin-top: -3px;
	width: .32rem;
	height: .32rem;
	background-image: url(/style/images/icon-change.png);
	background-size: cover;
	vertical-align: middle
}

.bm-box__head .more a.btn-yellow {
	border-color: #ffe04f;
	background-color: #ffe04f;
	color: #423300
}

.bm-box__head .more a.btn-yellow .icon-arrow {
	background-image: url(/style/images/by-arrow.png)
}

.bm-box__head.v-hidden {
	display: inline-block;
	visibility: visible;
	margin: 20px 0 0 4%;
	width: 30%;
	height: .5rem;
	border-radius: .1rem;
	background: #fafafa;
	text-indent: -99999999px
}

.bm-box__head.v-hidden .lineicon {
	display: none
}

.bm-box__head.v-hidden .title:after,
.bm-box__head.v-hidden.tl-head .title:after {
	position: absolute;
	right: 4%;
	display: block;
	margin-top: -.5rem;
	width: 50px;
	height: .5rem;
	border-radius: .4267rem;
	background-color: #fafafa;
	content: ""
}

#week-books {
	position: relative;
	padding: 0 .26rem
}

#week-books::-webkit-scrollbar {
	display: none
}

#week-books:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: block;
	width: .5rem;
	height: 100%;
	background-image: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .6));
	content: ""
}

#week-books .swiper-slide,
.update-time-wrap {
	position: relative;
	float: left;
	display: block;
	overflow: auto;
	width: auto;
	flex: 1 0 auto
}

.update-time-wrap:before {
	position: absolute;
	top: .5rem;
	left: 0;
	z-index: 0;
	width: 100%;
	border-top: 1px dashed #999;
	content: ""
}

.update-time-wrap span {
	z-index: 2;
	float: left;
	margin: 0;
	padding: 0;
	width: 3.5rem;
	height: 1rem;
	text-align: center
}

.update-time-wrap span em {
	position: relative;
	z-index: 2;
	padding: 0 .2rem;
	background: #fff;
	color: #777;
	font-size: .32rem;
	line-height: 1rem
}

.update-time-wrap span em b {
	color: #333
}

.bg-grey {
	z-index: 9991;
	background: #f3f3f3
}

.box-20 {
	float: left;
	display: block;
	margin: 0 2%;
	width: 96%;
	height: 100%;
	border-radius: .2rem;
	background-color: #fff
}

.box-20 #scroll-love_rank {
	background: 0 0
}

.books-row {
	float: left;
	display: block;
	margin: auto;
	width: 96%
}

.books-row .item {
	position: relative;
	overflow: hidden
}

.books-row.row3 .item {
	float: left;
	width: 33.33333%
}

.books-row.row2 .item {
	float: left;
	width: 50%
}

.books-row.row2 .item.no1,
.books-row.row2 .item.no4 {
	width: 64.25%
}

.books-row.row2 .item.no1 .thumbnail.img2 .thumb_img {
	padding-top: 55%
}

.books-row.row2 .item.no2,
.books-row.row2 .item.no3 {
	width: 35%
}

.books-row.row2 .item.no2 .thumbnail.img2 .thumb_img,
.books-row.row2 .item.no3 .thumbnail.img2 .thumb_img {
	padding-top: 103%
}

.books-row.row3.weeklist {
	overflow: auto;
	margin: 0;
	padding: 0;
	width: 100%
}

.books-row.row3.weeklist .item {
	float: left;
	margin: 0;
	padding: 0;
	width: 3.5rem;
	flex: 1 0 auto
}

.book-info-cls .books-row {
	display: block
}

.book-info-cls .books-row .item {
	float: left;
	width: 33.33333%
}

.book-info-cls .books-row .item .thumbnail .thumb_img {
	display: block;
	padding-top: 128%
}

.bm-headline a,
.books-row .item a {
	display: block
}

.books-row .space-1:last-child,
.books-row .space-6:last-child {
	display: none
}

.box-20 .books-row .item {
	float: left;
	width: 33.33333%
}

.box-20 .books-row .item .thumbnail .thumb_img {
	padding-top: 138%
}

.bm-headline .thumbnail,
.books-row .item .thumbnail {
	position: relative
}

.books-row .item .thumbnail .mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1.6rem;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .8)), to(transparent));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .8), transparent);
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .8), transparent);
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .8), transparent);
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .8), transparent);
	background-position: 0 100%;
	background-size: 100% 1.6rem;
	background-repeat: no-repeat;
	-o-background-size: 100% 1.6rem
}

.thumb_img {
	overflow: hidden;
	width: 100%;
	height: 0;
	background-position: 50%;
	background-size: cover;
	transition: all .3s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-ms-transform: scale(1)
}

.thumb_img:hover {
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
	transform: scale(1.07);
	-ms-transform: scale(1.07)
}

.books-row .item .thumbnail .date {
	position: absolute;
	bottom: .7467rem;
	left: 2px;
	color: #fff;
	font-size: .2933rem
}

.bm-headline .thumbnail.no-bg:before,
.books-row .item .thumbnail.no-bg:before,
.books-row .item .thumbnail:before {
	background-image: none
}

.bm-headline .thumbnail,
.books-row .item .thumbnail {
	overflow: hidden;
	border-radius: .06rem;
	background-image: url(/style/images/placeholder-unruly.png);
	background-position: 50%;
	background-size: cover
}

.bm-headline .thumbnail .thumb_img,
.books-row .item .thumbnail .thumb_img {
	display: block;
	padding-top: 45%;
	width: 100%
}

.bm-headline.hd {
	margin: 0 auto .3rem
}

.bm-headline.hd .thumbnail .thumb_img {
	padding-top: 40%
}

.bm-headline.hd .thumbnail .date {
	display: none
}

.bm-headline.hd .title {
	padding: .6em 0
}

.bm-headline .thumbnail .chapter,
.books-row .item .thumbnail .chapter {
	position: absolute;
	right: .5em;
	bottom: .5em;
	color: #fff;
	font-size: .32rem
}

.books-row .item .thumbnail .vip-free {
	position: absolute;
	top: 0;
	left: 0;
	width: 1.4933rem;
	height: .5333rem;
	border-bottom-right-radius: .2667rem;
	background-image: -webkit-linear-gradient(-21deg, #f66, #ff682d);
	background-image: -ms-linear-gradient(-21deg, #f66 0, #ff682d 100%);
	color: #fff;
	text-align: center;
	font-size: .2933rem;
	line-height: .5333rem
}

.books-row .space-1 {
	width: 1px;
	background-color: #fff
}

.books-row .space-6 {
	width: 6px;
	background-color: #fff
}

.books-row .thumbnail.img1,
.books-row .thumbnail.img2 {
	position: relative;
	display: flex;
	overflow: hidden;
	background-image: url(/style/images/placeholder-unruly.png);
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center
}

.books-row .thumbnail.img1 .thumb_img {
	padding-top: 130%
}

.books-row .thumbnail.img2 .thumb_img {
	padding-top: 55%
}

i.tagNEW,
i.tagUp {
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 1;
	display: block;
	width: auto;
	height: 16px;
	border: 0 solid #f60;
	text-align: center;
	font-size: 12px;
	line-height: 14px
}

.books-rows .item .main .thumbnail i.tagNEW,
.books-rows .item .main .thumbnail i.tagUp {
	top: 18px;
	left: 14px
}

.bf-books .item a .thumbnail i.tagNEW,
.bf-books .item a .thumbnail i.tagUp {
	top: 12px;
	left: 14px
}

i.tagUp:after {
	background: #fff;
	color: #f60;
	content: "UP"
}

i.tagNEW:after,
i.tagUp:after {
	padding: 0 3px;
	border-radius: 6px 0 6px 0
}

i.tagNEW:after {
	background: #e3fff3;
	color: #2ea14d;
	content: "N"
}

.bm-headline a .title,
.books-row .item a .title {
	display: block;
	padding-top: .4em;
	padding-bottom: .2em;
	width: 100%;
	height: .5rem;
	font-size: .3733rem
}

.bm-headline a .desc,
.books-row .item a .desc,
.books-row .item a .tags {
	padding-bottom: 1em;
	color: #909090;
	text-indent: 0;
	font-size: .2933rem
}

.bm-headline a .desc,
.bm-headline a .title,
.books-row .item a .desc,
.books-row .item a .tags,
.books-row .item a .title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-o-text-overflow: ellipsis
}

.books-row .item a .tags span {
	margin-right: 5px
}

.bm-headline a .title {
	padding-top: .6em
}

.bm-headline a .title label.category {
	float: left
}

.bm-headline a .title label.fr {
	float: right
}

.bm-headline a .title label.fr i,
.bm-headline a .title label.fr span {
	margin: 0 2px;
	padding: 0 3px;
	border: 1px solid #ddd;
	border-radius: 6px;
	background: 0 0;
	color: #999;
	font-size: .3rem
}

.books-row .item input[type=checkbox] {
	display: none
}

.editmode-box .books-row .item input[type=checkbox] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0
}

.editmode-box .books-row .item input[type=checkbox]~a .thumbnail:before {
	background-color: rgba(0, 0, 0, .4);
	background-image: none
}

.editmode-box .books-row .item input[type=checkbox]~a .thumbnail:after {
	position: absolute;
	right: 4px;
	bottom: 4px;
	display: block;
	width: .64rem;
	height: .64rem;
	background-image: url(/style/images/radio_button_off.png);
	background-size: .64rem;
	content: "";
	-o-background-size: .64rem
}

.editmode-box .books-row .item input[type=checkbox]:checked~a .thumbnail:after {
	background-image: url(/style/images/radio_button_on.png)
}

.books-rows .item {
	position: relative
}

.books-rows .item.none {
	display: none
}

.books-rows .item .main {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding: .3733rem .2667rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.books-rows .item .main:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	border-bottom: 1px solid #f0f2f5;
	content: "";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.books-rows .item .main .body {
	padding-right: 7em
}

.books-rows .item .main .thumbnail {
	overflow: hidden;
	margin-right: 1em;
	border-radius: 0
}

.books-rows.fav-rows .item .main .thumbnail .thumb_img {
	display: block;
	width: 2.1rem;
	height: 2.8rem
}

.badgeUp i {
	position: absolute;
	top: 14%;
	left: 4%;
	z-index: 1;
	display: block;
	padding: 0 3px;
	width: auto;
	height: 14px;
	border: 0 solid #f60;
	border-radius: 6px 0 6px 0;
	background: hsla(0, 0%, 100%, .95);
	color: #f60;
	text-align: center;
	font-size: 12px;
	line-height: 14px
}

.badgeUp i:after {
	content: "UP"
}

.books-rows .item .main .body .title {
	margin-bottom: .1333rem;
	color: #282828;
	font-size: .4267rem
}

.books-rows .item .main .body {
	overflow: hidden;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.books-rows .item .main .body .text {
	display: -webkit-box;
	overflow: hidden;
	margin: .12rem 0;
	color: #909090;
	text-overflow: ellipsis;
	font-size: .28rem;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.books-rows .item .main .body .badge {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	margin-top: 1em
}

.books-rows .item .main .body .badge i,
.books-rows .item .main .body .badge span {
	position: relative;
	display: block;
	margin-right: .5em;
	padding: 0 3px;
	height: auto;
	border: 1px solid #d5d5d6;
	border-radius: 3px;
	color: #909090;
	font-size: .2667rem
}

.books-rows .item .main .body .badge i:last-child,
.books-rows .item .main .body .badge span:last-child {
	margin-right: 0
}

.books-rows.fav-rows .item .main .body .badge span {
	padding: 1px 5px;
	color: #555;
	cursor: pointer
}

.books-rows .item .main .row,
.books-rows .item .main .title {
	display: -webkit-box;
	overflow: hidden;
	margin: .0667rem 0;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all
}

.books-rows .item .main .row {
	color: #909090;
	font-size: .32rem
}

.books-rows .item .main .row .date {
	color: #f60;
	font-size: .32rem
}

.books-rows .item .action {
	position: absolute;
	top: 50%;
	right: .48rem;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-ms-transform: translateY(-50%)
}

.books-rows .item .action .btn {
	display: block;
	padding: 0 .4rem;
	height: .7467rem;
	border-radius: .7467rem;
	background-color: #ffd744;
	color: #423300;
	font-size: .3733rem;
	line-height: .7467rem
}

.books-rows .item .matche,
.books-st .matche {
	color: #f60 !important
}

.books-fluid .item {
	position: relative;
	margin-bottom: .16rem
}

.books-fluid .item:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 1px;
	content: "";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.books-fluid section .item:before {
	border-bottom: 1px solid #f0f2f5
}

.books-fluid .item a {
	display: block
}

.books-fluid .item a .thumbnail {
	position: relative
}

.books-fluid .item a .thumbnail img {
	display: block;
	width: 100%;
	border-radius: 3px
}

.books-fluid .item a .thumbnail .date {
	position: absolute;
	top: .1333rem;
	right: .1333rem
}

.books-fluid .item a .thumbnail .date i.tagUp {
	position: relative;
	top: 2px;
	left: -5px;
	display: inline-block;
	margin: 0;
	width: .32rem;
	height: .32rem;
	background: url(/style/images/home_icon_time.png) no-repeat 50%;
	background-size: 100% 100%
}

.books-fluid a .thumbnail .date>div {
	padding: 0 1em;
	height: .5867rem;
	border-radius: .32rem;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	line-height: .58rem
}

.books-fluid .item a .body {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	height: 1.8667rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column
}

.books-fluid .item a .body .title {
	padding-bottom: .2em;
	font-size: .4267rem
}

.books-fluid .item a .body .title>span {
	font-weight: 600
}

.books-fluid .item a .body .desc {
	color: #999;
	font-size: .3467rem
}

.books-fluid .item .footer {
	position: absolute;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	height: 1.8667rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	-moz-box-pack: end;
	justify-content: flex-end
}

.books-fluid .item .footer a {
	display: block;
	color: #999;
	font-size: .3467rem
}

.books-fluid .item .footer a .icon-arrow {
	display: inline-block;
	margin-top: -3px;
	width: 12px;
	height: 12px;
	background-image: url(/style/images/bm-arrow-2.png);
	background-size: cover;
	vertical-align: middle
}

.books-fluid .item .category span {
	display: inline-block;
	margin-top: -3px;
	margin-right: 5px;
	padding: 0 .4em;
	height: .4rem;
	border-radius: 4px;
	color: #fff;
	vertical-align: middle;
	font-size: .2667rem;
	line-height: .4rem
}

.books-fluid .item .category .st_2,
.books-fluid .item .category .st_4 {
	background-color: #a046e5
}

.books-fluid .item .category .st_3 {
	background-color: #ff7182
}

.books-fluid.swiperTJ .item {
	padding: 0 .1rem;
	border: 1px solid #fff;
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .05)
}

.vip_books_bottom {
	padding: .32rem .32rem .2rem;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-moz-box-pack: space-between;
	-webkit--moz-box-pack: space-between;
	box-pack: space-between
}

.books_bottom_btn,
.vip_books_bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex
}

.books_bottom_btn {
	width: 4.56rem;
	height: 1.0667rem;
	border-radius: 1.0667rem;
	background-color: #f6f8f9;
	color: #5c5c5c;
	font-size: .32rem;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-moz-box-pack: center;
	-webkit--moz-box-pack: center;
	box-pack: center
}

.books_bottom_btn.v-hidden {
	visibility: visible;
	background: #fafafa;
	color: #fafafa;
	text-indent: -9999999px
}

.books_bottom_btn.v-hidden i {
	visibility: hidden
}

.box-20 .books_bottom_btn {
	width: 4.3rem
}

.icon_vip_more {
	width: .2933rem;
	background: url(/style/images/vip_icon_more.png) no-repeat;
	background-size: 100% 100%
}

.icon_vip_more,
.icon_vip_refresh {
	display: inline-block;
	margin-right: .1333rem;
	height: .2933rem
}

.icon_vip_refresh {
	width: .32rem;
	background: url(/style/images/vip_icon_refresh.png) no-repeat;
	background-size: 100% 100%
}

#scroll-books {
	position: relative;
	padding: 0 .26rem
}

#scroll-books::-webkit-scrollbar {
	display: none
}

#scroll-books:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: block;
	width: 1rem;
	height: 100%;
	background-image: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .6));
	content: ""
}

#scroll-books .swiper-slide {
	position: relative;
	float: left;
	display: block;
	overflow: auto;
	width: auto;
	flex: 1 0 auto
}

#scroll-books .item {
	float: left;
	margin: 0 .06rem;
	width: 3.8667rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

#scroll-books .item.none {
	display: none
}

#scroll-books .item:last-child {
	margin-right: 0
}

#scroll-books .item .thumbnail {
	position: relative;
	overflow: hidden;
	width: 3.8667rem
}

#scroll-books .item .thumbnail:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: ""
}

#scroll-books .item .thumbnail .chapter {
	position: absolute;
	right: .5em;
	bottom: .5em;
	color: #fff;
	font-size: .32rem
}

#scroll-books .item .thumbnail .thumb_img {
	display: block;
	padding-top: 60%;
	width: 100%;
	border-radius: .06rem
}

#scroll-books .item .thumbnail i.date {
	position: absolute;
	bottom: .3em;
	left: .3em;
	display: inline-block;
	width: .4rem;
	height: .4rem;
	border-radius: 1.067rem;
	background-color: rgba(0, 0, 0, .5);
	background-image: url(/style/images/icon_desc_his.png);
	background-size: cover
}

#scroll-books .item a {
	display: block
}

#scroll-books .item a .title {
	padding-top: .4em;
	padding-bottom: .2em;
	font-size: .3733rem
}

#scroll-books .item a .tags {
	padding-bottom: 1em;
	color: #909090;
	font-size: .2933rem
}

#scroll-books .item a .tags,
#scroll-books .item a .title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-o-text-overflow: ellipsis
}

#scroll-books .item a .tags i,
#scroll-books .item a .tags span {
	margin-right: 5px
}

#scroll-books .item .thumbnail .rank {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 26px;
	height: 20px;
	border-top-left-radius: .1333rem;
	background-image: -webkit-linear-gradient(-45deg, #e7e7e7, #d3d3d3 34%, #bfbfbf 81%);
	background-image: -ms-linear-gradient(-45deg, #e7e7e7 0, #d3d3d3 34%, #bfbfbf 81%);
	color: #fff;
	text-align: center;
	font-size: .4rem
}

#scroll-books .item .thumbnail .rank.on1 {
	background-image: -webkit-linear-gradient(-45deg, #e11, #ff6344);
	background-image: -ms-linear-gradient(-45deg, #e11 0, #ff6344 100%)
}

#scroll-books .item .thumbnail .rank.on2 {
	background-image: -webkit-linear-gradient(-45deg, #ff7200, #ff8c00 66%);
	background-image: -ms-linear-gradient(-45deg, #ff7200 0, #ff8c00 66%)
}

#scroll-books .item .thumbnail .rank.on3 {
	background-image: -webkit-linear-gradient(-45deg, #fe9002, #fead08 34%, #fdca0e 81%);
	background-image: -ms-linear-gradient(-45deg, #fe9002 0, #fead08 34%, #fdca0e 81%)
}

.home_bangdan_list {
	margin: 0 .2667rem;
	padding: 0;
	border-radius: .3rem;
	background-color: #faf2e6;
	background-image: url(/style/images/vip_icon_huanguan.png);
	background-position: -40px -10px;
	background-size: 154px 109px;
	background-repeat: no-repeat
}

.home_bangdan_list h1.title {
	padding: .26rem 0 0;
	color: #111;
	text-align: center;
	font-weight: 400;
	font-size: .5rem
}

.home_bangdan_list#new {
	background: #e3fff3
}

.home_bangdan_list#top {
	background: #ffe3db
}

.home_bangdan_list#fav {
	background: #e9ecff
}

.home_bangdan_list .home_list_header {
	position: relative;
	padding: 0 .26rem
}

.home_bangdan_list .home_list_header>ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.home_bangdan_list .home_list_header>ul>li {
	margin-right: .6667rem;
	height: 1.2rem;
	color: #131313;
	font-size: .3467rem;
	line-height: 1.2rem
}

.home_bangdan_list .home_list_header>ul>li.active {
	color: #111;
	font-weight: 600;
	font-size: .5067rem;
	-webkit-transition: font-size .25s;
	-moz-transition: font-size .25s;
	-o-transition: font-size .25s;
	transition: font-size .25s
}

.home_bangdan_list .home_list_header .home_bangdan_more {
	position: absolute;
	top: .4rem;
	right: 0;
	padding: .05rem .2rem;
	border-bottom-left-radius: .2667rem;
	border-top-left-radius: .2667rem;
	background: hsla(0, 0%, 100%, .5);
	color: #aeaeae;
	font-size: .32rem
}

.home_list_header .home_bangdan_more>i {
	display: inline-block;
	margin-top: -2px;
	width: .2133rem;
	height: .2133rem;
	background-image: url(/style/images/bm-arrow.png);
	background-size: cover;
	vertical-align: middle
}

.home_bangdan_list .home_list_body {
	display: block;
	padding: .2667rem;
	border-bottom-right-radius: .2667rem;
	border-bottom-left-radius: .2667rem;
	background: hsla(0, 0%, 100%, .8)
}

.home_bangdan_list#rank .home_list_body {
	border-bottom: 1px solid #fdf0db;
	background: hsla(0, 0%, 100%, .9)
}

.home_bangdan_list#new .home_list_body {
	border-bottom: 1px solid #d4f8e9
}

.home_bangdan_list#top .home_list_body {
	border-bottom: 1px solid #fcd9d0
}

.home_bangdan_list#fav .home_list_body {
	border-bottom: 1px solid #dce1fd
}

.home_bangdan_list .home_list_body li {
	margin-bottom: .2667rem
}

.home_bangdan_list .home_list_item {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.6;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.home_bangdan_list .home_list_item .img {
	overflow: hidden;
	margin-right: .1667rem;
	width: 1.8rem;
	height: 2.1333rem
}

.home_bangdan_list .home_list_item .thumb_img {
	width: 1.8rem;
	height: 2.1333rem;
	border-radius: .06rem
}

.home_list_a_aside .title {
	color: #131313;
	font-size: .3733rem
}

.home_list_a_aside .subtitle {
	color: #999;
	font-size: .32rem
}

.home_list_a_aside .subtitle span {
	margin-right: 10px
}

.home_list_item .rank .num {
	height: .9067rem;
	color: #fff;
	text-align: center;
	font-size: .32rem;
	line-height: .8067rem
}

.home_list_item .rank {
	position: absolute;
	right: .32rem;
	width: .74rem;
	height: .9067rem;
	background-size: 100% 100%
}

.home_list_item .rank.num-1 {
	background-image: url(/style/images/icon_one.png)
}

.home_list_item .rank.num-2 {
	background-image: url(/style/images/icon_two.png)
}

.home_list_item .rank.num-3 {
	background-image: url(/style/images/icon_three.png)
}

.home_list_item .rank.num-4 .num,
.home_list_item .rank.num-5 .num,
.two .home_list_item .rank .num {
	height: .9067rem;
	color: #fff;
	text-align: center;
	font-size: .32rem;
	line-height: .8067rem
}

.home_list_item .rank.num-4,
.home_list_item .rank.num-5,
.two .home_list_item .rank {
	background-image: url(/style/images/icon_0.png)
}

.cm-topbar.bg-white {
	position: relative;
	z-index: 9991
}

.cm-topbar.bg-white:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 1px;
	border-bottom: 1px solid #f0f2f5;
	content: "";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.cm-topbar__container .pull-left,
.cm-topbar__container .pull-right {
	position: absolute;
	top: 48%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-ms-transform: translateY(-50%)
}

.cm-topbar__container .pull-right {
	right: 0
}

.cm-topbar__container .pull-left {
	left: 0
}

.cm-topbar__container .pull-left button {
	overflow: hidden;
	width: 1.1733rem;
	height: 1.1733rem;
	border: 0;
	background-color: transparent;
	text-indent: -999px
}

.cm-topbar__container .pull-left button,
.cm-topbar__container .pull-left button i {
	background-position: 50%;
	background-size: .48rem;
	background-repeat: no-repeat;
	cursor: pointer;
	-o-background-size: .48rem
}

.cm-topbar__container .pull-left button i {
	display: block;
	margin-left: .3rem;
	width: .7733rem;
	height: .7733rem;
	border-radius: .6rem;
	background-color: #f3f3f3
}

.cm-topbar__container .pull-left button.back-btn,
.cm-topbar__container .pull-left button i {
	background-image: url(/style/images/navbar_icon_back.png)
}

.cm-topbar__container .pull-left button.close-btn {
	background-image: url(/style/images/close.png)
}

.cm-topbar__container .pull-left button:hover i {
	background-color: #e7e7e7
}

.cm-topbar__container .center-title {
	overflow: hidden;
	max-width: 70%;
	color: #282828;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: .4533rem
}

.cm-topbar__container .center-title.stitle {
	width: 70%
}

.cm-topbar__container .pull-right .btn-text {
	width: 1.8667rem;
	height: 1.1733rem;
	border: 0;
	background-color: #fff;
	color: #f66;
	font-size: .4rem
}

.cm-topbar__container .pull-right a.btn-text {
	display: block;
	text-align: center;
	line-height: 1.1733rem
}

.aftips,
.cm-topbar.none-line:before {
	display: none
}

.aftips {
	position: fixed;
	right: 0;
	bottom: 2rem;
	left: 0;
	z-index: 95;
	margin: .8rem auto 0;
	width: 5rem;
	height: 1.1733rem;
	border: 0;
	border-radius: 1.1733rem;
	background-image: -webkit-linear-gradient(-40deg, #ffe153 19%, #ffd251 97%);
	color: #111;
	font-size: .4267rem;
	line-height: 1.1733rem
}

.aftips.on {
	bottom: 4.5rem
}

.aftips.off,
.aftips.on {
	transition: all .2s ease-in-out
}

.aftips.off {
	bottom: 3rem
}

.z-index-99 {
	position: relative;
	z-index: 95;
	background: #fff
}

.cm-topbar.bg-white.topMenu {
	position: fixed !important;
	top: 0;
	z-index: 9999997;
	width: 100%;
	max-width: 1024px;
	border-bottom: 0 solid #eee
}

.cm-topbar.bg-white.topMenu .cm-topbar__container .pull-left button.back-btn {
	background-color: #fff
}

.cm-topbar.bg-white.topMenu .cm-topbar__container .center-title {
	overflow: hidden;
	width: 65%;
	text-overflow: ellipsis;
	white-space: nowrap;
	-o-text-overflow: ellipsis
}

.cm-topbar.bg-white.topMenu.on {
	top: 0;
	transition: all .2s ease-in-out
}

.cm-topbar.bg-white.topMenu.off {
	top: -3rem;
	transition: all .2s ease-in-out
}

.bottomMenu {
	position: fixed !important;
	bottom: 0;
	z-index: 9999997;
	margin: 0 auto;
	width: 100%;
	max-width: 1024px
}

.bottomMenu.on {
	bottom: 0;
	transition: all .2s ease-in-out
}

.bottomMenu.off {
	bottom: -3rem;
	transition: all .2s ease-in-out
}

.epListFrame {
	position: relative;
	z-index: 97
}

.epListFrame .bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
	width: 100%;
	height: 150%;
	background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .7) 70%);
	background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .7) 70%);
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .7) 70%)
}

.epListFrame .data {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 98;
	float: left;
	overflow: auto;
	width: 5rem;
	height: 100%;
	background: #fff
}

.epListFrame .data ul.list_area {
	float: left;
	margin: 1.1733rem 0 1.4rem;
	width: 100%
}

.epListFrame .data ul li {
	float: left;
	width: 100%
}

.epListFrame .data ul li a {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 1rem;
	border-bottom: 1px dashed #eee;
	background: url(/style/images/bm-arrow.png) no-repeat 10px;
	background-size: .2rem;
	color: #333;
	text-align: center;
	font-size: .35rem;
	line-height: 1rem
}

.epListFrame .data ul li a.active {
	background: #fafafa url(/style/images/my_icon_fb_v.png) no-repeat 10px;
	background-size: .4rem
}

.epListFrame .data ul li a span {
	margin-left: 10px;
	font-size: .25rem
}

.epListFrame .data ul li a span.free {
	color: #6eb57c
}

.epListFrame .data ul li a span.time {
	color: #84a4f1
}

.epListFrame .data ul li a span.vip {
	color: #d186f7
}

.epListFrame .data ul li a span.coin {
	color: #e5ab6f
}

.epListFrame .data ul li a span.coin em {
	font-size: .35rem
}

.epListFrame .data ul li a span.buy,
.epListFrame .data ul li a span.read {
	color: #999
}

.epListFrame .data ul li a span.his {
	color: #1ba8f2
}

.epListFrame.on .data {
	right: 0;
	transition: all .2s ease-in-out
}

.epListFrame.off .data {
	right: -5rem;
	transition: all .2s ease-in-out
}

.cm-tabbar {
	height: 1.3067rem
}

.cm-tabbar.fixed {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	margin: 0 auto;
	width: 100%;
	background-color: hsla(0, 0%, 100%, .95);
	backdrop-filter: blur(10px)
}

.cm-tabbar.fixed.safari {
	height: 1.6067rem
}

.cm-tabbar:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	height: 1px;
	background-color: #ececec;
	content: "";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.cm-tabs {
	position: sticky;
	top: -1px;
	z-index: 999;
	padding-top: 0;
	height: 1.28rem
}

.cm-tabs:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	border-bottom: 1px solid #f0f2f5;
	content: "";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.cm-tabs ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	height: 1.28rem;
	font-size: .3467rem;
	line-height: 1.2rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	justify-content: center
}

.cm-tabs ul li {
	text-align: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.cm-tabs ul li a {
	position: relative;
	display: block;
	height: 1.28rem;
	font-size: inherit
}

.cm-tabs ul li a.active {
	font-weight: 700;
	font-size: .5rem;
	transition: all .1s ease-in-out;
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
	transform: scale(1.07);
	pointer-events: none;
	-ms-transform: scale(1.07)
}

.cm-tabs.lianzai {
	background-color: #fefefe
}

.cm-tabs.lianzai ul li a.active {
	color: #000
}

.cm-tabs.v-hidden {
	visibility: visible
}

.cm-tabs.v-hidden .action {
	display: none
}

.cm-tabs.v-hidden .col a.active,
.cm-tabs.v-hidden a {
	color: #ddd
}

.cm-tabs ul.tabs-auto {
	height: 1.28rem;
	line-height: .5rem
}

.cm-tabs ul.tabs-auto li {
	padding: 0 .64rem;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	-moz-box-flex: 0;
	flex: none
}

.cm-tabs ul.tabs-auto li a {
	position: relative;
	display: block;
	margin-top: .2rem;
	padding: .15rem .3rem;
	height: .6rem;
	border-radius: .6rem;
	font-size: inherit;
	font-size: .4rem;
	line-height: .6rem
}

.cm-tabs ul.tabs-auto li a:hover {
	background-color: #f3f3f3;
	transition: all .3s ease-in-out;
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
	transform: scale(1.07);
	-ms-transform: scale(1.07)
}

.cm-tabs .action-group {
	position: absolute;
	top: 0;
	right: .4rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	height: 1.28rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.cm-tabs .action-group .col {
	position: relative
}

.cm-tabs .action-group button {
	overflow: hidden;
	width: .6rem;
	height: .6rem;
	border: 0;
	background-color: transparent;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	text-indent: -99999999px
}

.cm-tabs .action-group button.del-btn {
	background-image: url(/style/images/search_icon_del.png)
}

.cm-tabs .action-group button.kf-btn {
	width: .8rem;
	height: .8rem;
	background-image: url(/style/images/n19__my_icon_setting2.png)
}

.cm-tabs .pull-left {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-ms-transform: translateY(-50%)
}

.cm-tabs .pull-left button {
	overflow: hidden;
	width: 1.1733rem;
	height: 1.1733rem;
	border: 0;
	background-color: transparent;
	text-indent: -999999px
}

.cm-tabs .pull-left .back-btn i {
	display: block;
	margin-left: .3rem;
	width: .7733rem;
	height: .7733rem;
	border-radius: .6rem;
	background-color: #f3f3f3;
	background-image: url(/style/images/navbar_icon_back.png);
	background-position: 50%;
	background-size: .48rem;
	background-repeat: no-repeat;
	-o-background-size: .48rem
}

.cm-tabs .pull-left .back-btn:hover i {
	background-color: #e7e7e7;
	cursor: pointer
}

.cm-action {
	position: relative
}

.cm-action:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #f0f2f5;
	content: "";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.cm-action .del-btn {
	padding: .4rem 0;
	width: 100%;
	border: 0;
	background-color: transparent;
	color: #f60;
	font-size: .4rem
}

.cm-action .del-btn .icon-delete {
	display: inline-block;
	margin-top: -4px;
	margin-right: 2px;
	width: .48rem;
	height: .48rem;
	background-image: url(/style/images/c_icon_de_selected_s.png);
	background-size: cover;
	vertical-align: middle
}

.cm-action .del-btn:disabled {
	color: #5c5c5c
}

.cm-action .del-btn:disabled .icon-delete {
	background-image: url(/style/images/c_navbar_icon_del.png)
}

.resale-date {
	position: relative;
	height: 1.12rem;
	color: #aeaeae;
	text-align: center;
	font-size: .32rem;
	line-height: 1.12rem
}

.resale-date:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	border-bottom: 1px solid #f8f8f8;
	content: "";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.free_tips {
	top: .1067rem;
	border-radius: .0667rem;
	background-image: -moz-linear-gradient(45deg, #7dd82b 8%, #06c880 100%);
	background-image: -webkit-linear-gradient(45deg, #7dd82b 8%, #06c880);
	background-image: -ms-linear-gradient(45deg, #7dd82b 8%, #06c880 100%);
	color: #fff
}

.free_tips,
.free_tips2 {
	position: absolute;
	font-size: .2667rem
}

.free_tips2 {
	bottom: .1333rem;
	left: 0;
	overflow: hidden;
	padding: 1px 6px 1px 2px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	background-color: #ffcc1c;
	color: #111;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: .32rem;
	-o-text-overflow: ellipsis
}

.icon_coll_bottom_vip {
	display: inline-block;
	width: 12px;
	height: 10px;
	background: url(/style/images/icon_coll_bottom_vip.png);
	background-size: cover
}

@media screen and (min-width:750px) {
	.free_tips2 {
		font-size: .4rem
	}

	.icon_coll_bottom_vip {
		display: inline-block;
		width: 24px;
		height: 20px;
		background: url(/style/images/icon_coll_bottom_vip.png);
		background-size: cover
	}
}

.qiandao {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0 .6667rem;
	height: 3.52rem;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-moz-box-pack: space-between;
	-webkit--moz-box-pack: space-between;
	box-pack: space-between
}

.qiandao_title {
	color: #5c5c5c;
	font-size: .4533rem
}

.qiandao_subtitle {
	margin-top: .2667rem;
	color: #5c5c5c;
	font-size: .32rem
}

.font_color {
	position: relative;
	display: inline-block;
	color: #f60
}

.new_people {
	position: absolute;
	top: -20px;
	left: -1.2rem;
	width: 2.8rem;
	border-radius: .0667rem;
	background-color: #f60;
	color: #fff;
	text-align: center;
	font-size: .32rem
}

.new_people:after {
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -4px;
	width: 0;
	height: 0;
	content: "";
	border: 4px solid transparent;
	border-top-color: #f60
}

.bd-carousel__container .item a.qiandao_btn {
	display: block;
	padding: 0;
	width: 2.5333rem;
	height: .9rem;
	border-radius: 100px;
	background-image: -moz-linear-gradient(-27deg, #ffe153 19%, #ffd251 97%);
	background-image: -webkit-linear-gradient(-27deg, #ffe153 19%, #ffd251 97%);
	background-image: -ms-linear-gradient(-27deg, #ffe153 19%, #ffd251 97%);
	color: #423300;
	text-align: center;
	font-size: .3467rem;
	line-height: .9rem
}

.books-st {
	margin-top: .32rem;
	padding: 0 .32rem;
	color: #aeaeae;
	font-size: .32rem
}

.cate-box {
	position: relative;
	z-index: 3;
	background-color: #fff
}

.cm-tabs.cate-box__row {
	z-index: 2;
	padding: .18rem 0;
	height: auto;
	background-color: #fff
}

.cate-rows .item a.main {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.cate-rows .item a.main .body {
	padding: 0
}

.cate-rows .item a.main em {
	margin-left: 5px;
	color: #00b19a;
	font-size: .28rem
}

.cate-rows .item a.main .thumbnail .thumb_img {
	display: block;
	width: 2.5rem;
	height: 3.5rem
}

.cate-rows .item a.main .thumbnail.shield {
	position: relative
}

.cate-rows .item a.main .thumbnail.shield .thumb_img {
	filter: blur(8px)
}

.cate-rows .item a.main .thumbnail.shield i.adult {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	overflow: hidden;
	width: 100%;
	height: 100%;
	border-radius: 0;
	background-color: rgba(0, 0, 0, .1);
	background-image: url(/style/images/safety-off.png);
	background-position: 50%;
	background-size: 1rem;
	background-repeat: no-repeat;
	justify-content: center;
	align-items: center
}

.cate-rows .item a.main:active {
	background-color: #f5f5f5
}

.cate-box.fixed {
	position: fixed !important;
	top: 0;
	right: 0;
	left: 0;
	z-index: 3;
	width: 100%
}

.cate-box__fit {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding: .2133rem 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	justify-content: center
}

.cate-box__fit button {
	margin: 0 .16rem;
	padding: 0 .6em 0 .8em;
	height: .7467rem;
	border: 0;
	border-radius: .7467rem;
	background-color: #f8f8f8;
	font-size: .3467rem
}

.cate-box__fit button.order {
	background-color: #fff5c3
}

.cate-box__fit button.default i,
.cate-box__fit button.order i {
	display: inline-block;
	margin-top: -3px;
	width: .32rem;
	height: .32rem;
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: middle
}

.cate-box__fit button.default i {
	background-image: url(/style/images/cate-close.png)
}

.cate-box__fit button.order i {
	background-image: url(/style/images/cate-orde.png)
}

.cm-topbar.bg-white.rank-nav {
	border: 0;
	background: 0 0
}

.cm-topbar.bg-white.rank-nav:before {
	border: 0
}

.cm-topbar.bg-white.rank-nav .center-title {
	color: #fff
}

.cm-topbar.bg-white.rank-nav .cm-topbar__container .pull-left button.back-btn {
	background-image: url(/style/images/icon_tack_top.png);
	background-size: .6rem
}

.cm-topbar.bg-white.rank-nav .cm-topbar__container .action button.icon-search-btn {
	background-image: url(/style/images/n19__top-search.png)
}

.rankbar {
	border: 0;
	background: #ff6c3f
}

.rankbar .mescroll-upwarp .upwarp-nodata,
.rankbg {
	color: #fff
}

.rankbg {
	position: relative;
	top: -1rem;
	height: 5rem;
	border: 0;
	background-color: #ff6c3f;
	background-image: url(/style/images/rankbg3.png);
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat
}

.rankbg h1 {
	padding: 1.2rem 0 0 3%;
	font-weight: 700;
	font-size: 1rem
}

.rankbg h2 {
	padding: .2rem 0 0 3%;
	font-size: .3467rem
}

.rankbox {
	position: relative;
	top: -.8rem;
	z-index: 1;
	margin-bottom: 0;
	min-height: 20rem;
	border: 5px solid #ff6c3f;
	border-top: 0;
	border-radius: .4rem;
	background: 0 0
}

.rankbox .cm-tabs {
	margin-top: -5px;
	height: 1.5rem;
	border: 0;
	background: #ff6c3f
}

.rankbox .cm-tabs:before {
	border: 0;
	border-bottom: 5px solid #ff6c3f
}

.rankbox .rank-tabs {
	margin-top: -5px;
	border-top: 5px solid #ff6c3f;
	border-top-right-radius: .4rem;
	border-top-left-radius: .4rem;
	background: #fff
}

.rankbox .bf-books {
	border-radius: .4rem
}

.rankbox .books-row {
	padding: .4rem .2rem;
	background: #fff
}

.rankbox .books-row .item a {
	position: relative;
	margin: .2rem .1rem;
	padding: .2rem .2rem .1rem
}

.rankbox .books-row .item a,
.rankbox .books-row .item a .thumbnail.img1 {
	border-radius: .2rem;
	background-color: #f88
}

.rankbox .books-row .item a em {
	position: absolute;
	top: -.2rem;
	right: -.1rem;
	z-index: 5;
	width: .8rem;
	height: 1rem;
	background-position: 100% 100%;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	font-size: .28rem;
	line-height: .8rem
}

.rankbox .books-row .item:first-child a em {
	background-image: url(/style/images/icon_one.png)
}

.rankbox .books-row .item:nth-child(3) a em {
	background-image: url(/style/images/icon_two.png)
}

.rankbox .books-row .item:nth-child(5) a em {
	background-image: url(/style/images/icon_3.png)
}

.rankbox .books-row .item a .title {
	color: #fff;
	text-align: center;
	font-size: .35rem
}

.rankbar.theme {
	background-color: #fff
}

.rankbg.theme {
	top: -1.2rem;
	background-color: transparent;
	background-image: url(/style/images/ic_vip_header_background.png)
}

.rankbg.theme:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: linear-gradient(transparent, 60%, #333);
	content: ""
}

.rankbg.theme h1,
.rankbg.theme h2 {
	position: relative;
	z-index: 2;
	color: #fff
}

.rankbg.theme h1 {
	padding: 2rem 0 0 3%
}

.rankbox.theme {
	border: 0
}

.bf-books {
	padding: .2133rem 0;
	background: #fff
}

.bf-books .item a {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding: .2133rem .2667rem
}

.bf-books .item a:active {
	background-color: #efefef;
	opacity: 1
}

.bf-books .item a .thumbnail {
	overflow: hidden;
	margin-right: 1em;
	border-radius: 0
}

.bf-books .item a .thumbnail .thumb_img {
	display: block;
	width: 3.04rem;
	height: 4rem;
	border-radius: .1rem
}

.bf-books .item a .body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	overflow: hidden;
	margin-right: .7067rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	justify-content: center
}

.bf-books .item a .body .title {
	color: #282828;
	font-size: .4rem
}

.bf-books .item a .body .row,
.bf-books .item a .body .tags {
	color: #909090;
	font-size: .32rem
}

.bf-books .item a .body .row,
.bf-books .item a .body .tags,
.bf-books .item a .body .title {
	overflow: hidden;
	margin: .12rem 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	-o-text-overflow: ellipsis
}

.bf-books .item a .body .title {
	margin-top: 0
}

.bf-books .item a .body .tags {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex
}

.bf-books .item a .body .tags i,
.bf-books .item a .body .tags span {
	position: relative;
	display: block;
	margin-right: .5em;
	padding: 0 3px;
	height: .4rem;
	border: 1px solid #d5d5d6;
	border-radius: 3px;
	text-align: center;
	text-indent: 0;
	font-size: .2667rem;
	line-height: .4rem
}

.bf-books .item a .body .tags i:last-child,
.bf-books .item a .body .tags span:last-child {
	margin-right: 0
}

.bf-books .item a .body .text {
	display: -webkit-box;
	overflow: hidden;
	margin: .12rem 0;
	border: 10px solid #f9f9f9;
	border-radius: .1rem;
	background: #f9f9f9;
	color: #909090;
	text-overflow: ellipsis;
	font-size: .28rem;
	line-height: .45rem;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3
}

.bf-books .item a .rank {
	position: absolute;
	top: .3rem;
	right: .32rem
}

.bf-books .item a .rank .num {
	width: 1.0133rem;
	height: 1.0133rem;
	color: #fff;
	text-align: center;
	font-size: .5333rem;
	line-height: 1.0133rem
}

.bf-books .item a .rank.num-1 .num {
	font-weight: 600
}

.bf-books .item a .rank {
	width: 1.0133rem;
	height: 1.0133rem;
	background-image: url(/style/images/icon_num.png);
	background-size: 1.0133rem;
	-o-background-size: 1.0133rem
}

.bf-books .item a .rank .num {
	color: #c3c3c3
}

.bf-books .item a .rank.num-1,
.bf-books .item a .rank.num-2,
.bf-books .item a .rank.num-3 {
	width: 1.0133rem;
	height: 1.28rem;
	background-size: 1.0133rem 1.28rem;
	-o-background-size: 1.0133rem 1.28rem
}

.bf-books .item a .rank.num-1 {
	background-image: url(/style/images/icon_one.png)
}

.bf-books .item a .rank.num-2 {
	background-image: url(/style/images/icon_2.png)
}

.bf-books .item a .rank.num-3 {
	background-image: url(/style/images/icon_3.png)
}

.bf-books .item a .rank.num-1 .num,
.bf-books .item a .rank.num-2 .num,
.bf-books .item a .rank.num-3 .num {
	color: #fff
}

.bf-books .item a .rank.num-0 {
	display: none
}

.bf-books .item a .body.mr0 {
	margin-right: 0
}

.fetch-status {
	padding: .64rem 0
}

.fetch-status .text {
	color: #aeaeae;
	text-align: center;
	font-size: .32rem
}

.linear-bg-1 {
	background-image: -webkit-linear-gradient(27deg, #ffe153 19%, #ffd251 97%);
	background-image: -ms-linear-gradient(27deg, #ffe153 19%, #ffd251 97%)
}

.bg-white {
	z-index: 9991;
	background-color: #fff
}

.mb-12 {
	margin-bottom: .32rem
}

.mb-20 {
	margin-bottom: 20px
}

.mb-100 {
	margin-bottom: 100px
}

.mt-12 {
	margin-top: .32rem
}

.mt-20 {
	margin-top: 20px
}

.offset-5 {
	height: .1333rem
}

.offset-5,
.offset-10 {
	background-color: #f3f3f3
}

.offset-10 {
	height: .2667rem
}

.offset-32 {
	height: .8rem;
	background-color: #f4f4f4
}

.has-tabbar {
	height: 1.3067rem
}

.user-menu.appts {
	padding: .5rem 0;
	width: 100%;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	box-shadow: 0 0 10px #999
}

.user-menu .item {
	position: relative;
	border-bottom: 1px solid #f8f8f8
}

.user-menu .item .title span {
	margin-left: 10px;
	color: #999;
	font-size: .32rem
}

.user-menu .item .btn {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	margin: 0;
	padding: .4rem .2667rem;
	border: 0;
	background-color: #fff;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.user-menu .item .action {
	position: absolute;
	top: 50%;
	right: .4rem;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-ms-transform: translateY(-50%)
}

.user-menu .item .action a {
	display: block;
	width: 1.4rem;
	height: .8rem;
	border-radius: .64rem;
	background-color: #ffefdb;
	color: #ff8003;
	text-align: center;
	font-size: .3467rem;
	line-height: .8rem
}

.user-menu .item.task .action a {
	width: auto;
	background-color: #fff;
	color: #999
}

.user-menu .item.browser .action a {
	background-color: #eee;
	color: #999
}

.user-menu .item.browser .btn .title {
	color: #777
}

.user-menu .item .btn i[class^=icon-] {
	display: block;
	margin-right: .2667rem;
	width: .64rem;
	height: .64rem;
	background-size: cover;
	background-repeat: no-repeat
}

.user-menu .item .btn .title {
	margin-right: .2667rem;
	font-size: .4rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.user-menu .item .btn .subtitle {
	margin-left: .16rem;
	color: #909090;
	font-size: .32rem
}

.user-menu .item .btn .title sup {
	display: inline-block;
	margin-left: 2px;
	width: .48rem;
	border-radius: .32rem;
	background-color: #f43400;
	color: #fff;
	text-align: center;
	font-size: .2667rem
}

.user-menu .item .btn .title .txt {
	padding-top: 5px;
	color: #999;
	font-size: .28rem
}

.user-menu .item .btn .pull-left {
	margin-right: auto
}

.user-menu .item .btn .pull-left .sub {
	margin-top: .05rem;
	color: #999;
	font-size: .32rem
}

.user-menu .item .btn .pull-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.user-menu .item .btn .text {
	margin-top: -1px;
	margin-right: 3px;
	color: #aeaeae;
	font-size: .3467rem
}

.user-menu .item .btn .pull-right .icon_doc {
	display: inline-block;
	margin-right: .0667rem;
	width: .1867rem;
	height: .1867rem;
	border-radius: 50%;
	background-color: #ff3b30
}

.user-menu .item .btn .pull-right .arrow {
	width: .4rem;
	height: .4rem;
	background-image: url(/style/images/icon_arrowh.png);
	background-size: cover;
	background-repeat: no-repeat
}

.user-menu .item .btn .icon-account {
	background-image: url(/style/images/my_icon_cell_acount.png)
}

.user-menu .item .btn .icon-cyb3 {
	background-image: url(/style/images/my_icon_cell_buy.png)
}

.user-menu .item .btn .icon-coupon {
	background-image: url(/style/images/my_icon_cell_coupon.png)
}

.user-menu .item .btn .icon-setting1 {
	background-image: url(/style/images/my_icon_cell_down.png)
}

.user-menu .item .btn .icon-setting4 {
	background-image: url(/style/images/my_icon_cell_help.png)
}

.user-menu .item .btn .icon-setting5 {
	background-image: url(/style/images/my_icon_cell_seting.png)
}

.user-menu .item .btn .icon-setting2 {
	background-image: url(/style/images/n19__my_icon_setting2.png)
}

.user-menu .item .btn .icon-setting3 {
	background-image: url(/style/images/n19__my_icon_setting3.png)
}

.user-menu .item .btn .icon-setting6 {
	background-image: url(/style/images/my_icon_cell_renwu.png)
}

.user-menu .item .btn .icon-setting8 {
	background-image: url(/style/images/my_icon_cell_his.png)
}

.user-menu .item .btn .icon-setting9 {
	background-image: url(/style/images/my_icon_cell_fava.png)
}

.user-menu .item .btn .icon-setting7 {
	background-image: url(/style/images/my_icon_cell_xiaoxi.png)
}

.user-menu .item .btn .icon-setting10 {
	background-image: url(/style/images/safety-no.png)
}

.user-menu .item .btn .icon-setting11 {
	background-image: url(/style/images/my_icon_cell_bd.png)
}

.user-menu .item .btn .icon-setting12 {
	background-image: url(/style/images/my_icon_fb.png)
}

.user-menu .item .btn .icon-vip {
	background-image: url(/style/images/my_icon_cell_vip.png)
}

.user-menu.vipskin .item .btn .icon-account {
	background-image: url(/style/images/my_icon_cell_acount_v.png)
}

.user-menu.vipskin .item .btn .icon-coupon {
	background-image: url(/style/images/my_icon_cell_coupon.png)
}

.user-menu.vipskin .item .btn .icon-setting1 {
	background-image: url(/style/images/my_icon_cell_down_v.png)
}

.user-menu.vipskin .item .btn .icon-setting4 {
	background-image: url(/style/images/my_icon_cell_help_v.png)
}

.user-menu.vipskin .item .btn .icon-setting5 {
	background-image: url(/style/images/my_icon_cell_seting_v.png)
}

.user-menu.vipskin .item .btn .icon-setting6 {
	background-image: url(/style/images/my_icon_cell_renwu_v.png)
}

.user-menu.vipskin .item .btn .icon-setting7 {
	background-image: url(/style/images/my_icon_cell_xiaoxi_v.png)
}

.user-menu.vipskin .item .btn .icon-setting8 {
	background-image: url(/style/images/my_icon_cell_his_v.png)
}

.user-menu.vipskin .item .btn .icon-setting9 {
	background-image: url(/style/images/my_icon_cell_fava_v.png)
}

.user-menu.vipskin .item .btn .icon-setting11 {
	background-image: url(/style/images/my_icon_cell_bd_v.png)
}

.user-menu.vipskin .item .btn .icon-setting12 {
	background-image: url(/style/images/my_icon_fb_v.png)
}

.user-menu.vipskin .item .btn .icon-vip {
	background-image: url(/style/images/my_icon_cell_vip_v.png)
}

.user-menu .item .xiaoxi_num {
	display: block;
	margin-right: .1333rem;
	width: .5333rem;
	height: .5333rem;
	border-radius: .5333rem;
	background-color: #ff3b30;
	color: #fff;
	text-align: center;
	font-size: .2933rem;
	line-height: .5333rem
}

.user-menu .item .btn .icon-auto {
	background-image: url(/style/images/n19__my_icon_auto.png)
}

.user-menu .item .btn .typo-red {
	color: #aeaeae
}

.user-menu.sign {
	position: relative;
	z-index: 9991;
	margin: -1rem 3% 0;
	padding: 0 0 .2rem;
	width: 94%;
	border: 1px solid #e3e3e3;
	border-radius: .3rem
}

.user-menu.sign .item {
	top: -.5rem;
	height: 1.3rem;
	border-bottom: 0
}

.user-menu.sign .item .btn {
	background: 0 0
}

.cancelLogin {
	margin: .8rem auto 0;
	width: 8rem;
	border: 0;
	border-radius: 1.1733rem;
	background: #f0ad4e;
	color: #fff;
	font-size: .4267rem;
	line-height: 1.1733rem
}

.cancelLogin,
.loginbtn {
	display: block;
	height: 1.1733rem
}

.loginbtn {
	margin: 0 auto;
	padding: .5rem 0;
	width: 100%;
	border-bottom: 10px solid #f8f8f8
}

.loginbtn .cancelLogin {
	margin: 0 auto;
	background-image: linear-gradient(90deg, #eda400, #f60);
	box-shadow: 0 1px 2px 1px #f0d4a8
}

.auto-switch {
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 1.386rem;
	height: .746rem;
	outline: 0;
	border: 1px solid #dcdcdc;
	border-radius: .746rem;
	background-color: #dcdcdc;
	-webkit-transition: background-color .1s, border .1s;
	-moz-transition: background-color .1s, border .1s;
	-o-transition: background-color .1s, border .1s;
	transition: background-color .1s, border .1s
}

.auto-switch:before {
	width: 1.333rem;
	background-color: #dcdcdc;
	-webkit-transition: -webkit-transform .35s cubic-bezier(.45, 1, .4, 1);
	-moz-transition: transform .35s cubic-bezier(.45, 1, .4, 1), -moz-transform .35s cubic-bezier(.45, 1, .4, 1);
	-o-transition: transform .35s cubic-bezier(.45, 1, .4, 1);
	-o-transition: -o-transform .35s cubic-bezier(.45, 1, .4, 1);
	transition: -webkit-transform .35s cubic-bezier(.45, 1, .4, 1);
	transition: transform .35s cubic-bezier(.45, 1, .4, 1);
	transition: transform .35s cubic-bezier(.45, 1, .4, 1), -webkit-transform .35s cubic-bezier(.45, 1, .4, 1), -moz-transform .35s cubic-bezier(.45, 1, .4, 1), -o-transform .35s cubic-bezier(.45, 1, .4, 1);
	transition: transform .35s cubic-bezier(.45, 1, .4, 1), -webkit-transform .35s cubic-bezier(.45, 1, .4, 1)
}

.auto-switch:after,
.auto-switch:before {
	position: absolute;
	top: 0;
	left: 0;
	height: .693rem;
	border-radius: .693rem;
	content: " "
}

.auto-switch:after {
	width: .693rem;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-webkit-transition: -webkit-transform .35s cubic-bezier(.4, .4, .25, 1.35);
	-moz-transition: transform .35s cubic-bezier(.4, .4, .25, 1.35), -moz-transform .35s cubic-bezier(.4, .4, .25, 1.35);
	-o-transition: transform .35s cubic-bezier(.4, .4, .25, 1.35);
	-o-transition: -o-transform .35s cubic-bezier(.4, .4, .25, 1.35);
	transition: -webkit-transform .35s cubic-bezier(.4, .4, .25, 1.35);
	transition: transform .35s cubic-bezier(.4, .4, .25, 1.35);
	transition: transform .35s cubic-bezier(.4, .4, .25, 1.35), -webkit-transform .35s cubic-bezier(.4, .4, .25, 1.35), -moz-transform .35s cubic-bezier(.4, .4, .25, 1.35), -o-transform .35s cubic-bezier(.4, .4, .25, 1.35);
	transition: transform .35s cubic-bezier(.4, .4, .25, 1.35), -webkit-transform .35s cubic-bezier(.4, .4, .25, 1.35)
}

.auto-switch:checked {
	border-color: #ffd742;
	background-color: #ffd742
}

.auto-switch:checked:before {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-ms-transform: scale(0)
}

.auto-switch:checked:after {
	-webkit-transform: translateX(.6133rem);
	-moz-transform: translateX(.6133rem);
	-o-transform: translateX(.6133rem);
	transform: translateX(.6133rem);
	-ms-transform: translateX(.6133rem)
}

.cm-nr {
	position: absolute;
	top: 1.28rem;
	right: 0;
	bottom: 1.3067rem;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.cm-nr__container .text {
	margin-top: .5em;
	color: #999;
	text-align: center;
	font-size: .3467rem
}

.cm-nr__container .action {
	margin-top: 32px
}

.cm-nr__container .action .btn {
	padding: 0 .8533rem;
	height: 1.0667rem;
	border: 0;
	border-radius: .5333rem;
	font-size: .4rem
}

.cm-nr__container .action a.btn {
	display: inline-block;
	line-height: 1.0667rem
}

.bd-carousel {
	position: relative;
	overflow: hidden
}

.bd-carousel__container .item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding: .4rem .5333rem
}

.bd-carousel__container .item a:active {
	background-color: #f5f5f5;
	opacity: 1
}

.bd-carousel__container .item .desc {
	display: -webkit-box;
	overflow: hidden;
	margin-top: .16rem;
	color: #666;
	text-overflow: ellipsis;
	font-size: .32rem;
	line-height: .48rem;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-o-text-overflow: ellipsis
}

.bd-carousel__container .item .thumbnail {
	margin-right: .2667rem
}

.bd-carousel__container .item .thumbnail img {
	display: block;
	width: 2.0267rem;
	height: 2.72rem
}

.bd-carousel__container .item .body {
	overflow: hidden;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.bd-carousel__container .item .body .title {
	overflow: hidden;
	margin-top: .2667rem;
	color: #282828;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: .3733rem;
	-o-text-overflow: ellipsis
}

.bd-carousel.swiper-container-horizontal>.swiper-pagination-bullets {
	position: absolute;
	right: .5333rem;
	bottom: .4rem;
	left: .5333rem;
	z-index: 2;
	width: auto;
	text-align: right
}

.bd-carousel .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	border-radius: 6px
}

.bd-carousel.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 3px;
	background-color: #ffca2b;
	opacity: .2
}

.bd-carousel .swiper-pagination-bullet-active {
	opacity: 1 !important
}

.bd-carousel:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	border-bottom: 1px solid #f3f3f3;
	content: "";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.cate-box__nav {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding: .32rem 0;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.cate-box__nav:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	border-bottom: 1px solid #f0f2f5;
	content: "";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.cate-box__nav li,
.cate-box__row .col {
	margin: 2px 0 0;
	width: 14%;
	text-align: center;
	font-size: .3467rem
}

.cate-box__nav li a,
.cate-box__row .col a {
	display: block;
	margin: 0;
	padding: 0;
	height: .72rem;
	line-height: .72rem
}

.cate-box__nav li a.active,
.cate-box__row .col a.active {
	position: relative;
	color: #f60;
	font-size: .4rem;
	transition: all .1s ease-in-out;
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-o-transform: scale(1.04);
	transform: scale(1.04);
	-ms-transform: scale(1.04)
}

.cate-box__type {
	position: relative;
	display: none;
	padding-left: 3%
}

.cate-box__row .col {
	margin-top: 0;
	text-align: left
}

.cate-box__row.sgx .col {
	width: 12.125%
}

.cate-box__type:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.cate-box__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding: .08rem 0
}

.cate-box__row .col a {
	font-size: .3467rem
}

.cate-box__row .action {
	position: absolute;
	right: .32rem;
	bottom: .22rem;
	width: 60px;
	height: .64rem;
	border-radius: .8rem;
	background: #fff
}

.cate-box__row .action button {
	width: 100%;
	height: 100%;
	border: 0;
	background: url(/style/images/cate-arrow.png) no-repeat right 50%;
	background-color: #fff;
	background-size: 20px
}

.cate-box__row .action button:before {
	position: absolute;
	right: 18px;
	bottom: 5px;
	left: 0;
	display: block;
	color: #999;
	content: "展開"
}

.cate-box__row .action.fit button {
	background: url(/style/images/cate-arrow-down.png) no-repeat right 50%;
	background-size: 20px
}

.cate-box__row .action.fit button:before {
	position: absolute;
	right: 18px;
	bottom: 5px;
	left: 0;
	display: block;
	content: "合上"
}

.cate-box__row.spx {
	padding-left: 3.3%;
	width: 96.7%
}

.cate-box__row.spx,
.cm-searchbar {
	position: sticky;
	top: -1px;
	z-index: 99;
	float: left;
	overflow: hidden;
	margin: 0;
	height: auto;
	background-color: #fff
}

.cm-searchbar {
	width: 100%
}

.cm-searchbar,
.cm-searchbar__container {
	height: 1.8rem
}

.cm-searchbar__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.cm-searchbar__title {
	width: 1.6rem;
	text-align: center;
	font-size: .4rem;
	line-height: 1.1733rem
}

.cm-searchbar:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	border-bottom: 1px solid #f0f2f5;
	content: "";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.cm-searchbar.none-border:before {
	display: none
}

.cm-searchbar__form,
.cm-searchbar__form .field {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	height: .8rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.cm-searchbar__form .field {
	margin-right: .4rem;
	border-radius: .8rem;
	background-color: #f8f8f8
}

.cm-searchbar__form .field .input {
	height: .8rem;
	border: 0;
	background-color: transparent;
	font-size: 14px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.cm-searchbar__form .field .icon-search {
	margin-right: .16rem;
	margin-left: .32rem;
	width: .48rem;
	height: .48rem;
	background-image: url(/style/images/search_icon_jing.png);
	background-size: .48rem;
	-o-background-size: .48rem
}

.cm-searchbar__form .action {
	margin-right: .4rem
}

.cm-searchbar__form .action .btn-text {
	border: 0;
	background-color: transparent;
	color: #333;
	font-size: .4rem
}

.cm-searchbar__form .field .close {
	overflow: hidden;
	margin: 0 .24rem;
	width: .48rem;
	height: .48rem;
	border: 0;
	background-color: transparent;
	background-image: url(/style/images/search_icon_clean.png);
	background-size: cover;
	background-repeat: no-repeat;
	text-indent: -999px
}

.cm-searchbar__form .action.safety button {
	width: .64rem;
	height: .64rem;
	border: 0;
	border-radius: .8rem;
	background-color: rgba(0, 0, 0, .5);
	background-position: 50%;
	background-size: cover;
	text-indent: -999999px;
	backround-repeat: no-repeat
}

.no_login_bg {
	background-color: #f4f4f4
}

.user-topbar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding-top: .8rem;
	padding-bottom: .3rem;
	height: 1.8667rem;
	background-position: top;
	background-size: cover;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.user-topbar.isuser {
	background-image: url(/style/images/ic_employee_header.png)
}

.user-topbar.vipskin {
	background-image: url(/style/images/ic_vip_header_background.png);
	background-position: bottom
}

.user-topbar__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding: 0 .5333rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.user-topbar__content .avatar {
	margin-right: .2667rem
}

.user-topbar__content .avatar img {
	width: 1.44rem;
	height: 1.44rem;
	border: 2px solid #fff;
	border-radius: 1.44rem
}

.user-topbar.vipskin .user-topbar__content .avatar img {
	border: 2px solid #f8b62d
}

.user-topbar__content .is_vip {
	position: relative;
	top: -4px;
	margin-right: .2667rem;
	width: 56px;
	height: 62px;
	background: url(/style/images/vip_maozi.png);
	background-size: 100% 100%
}

.user-topbar__content .is_vip img {
	display: block;
	margin: 11px 0 0 4px;
	width: 1.3333rem;
	height: 1.3333rem;
	border: none
}

.user-topbar__content .icon_my_edit {
	display: inline-block;
	width: .2667rem;
	height: .2667rem;
	background: url(/style/images/icon_my_edit.png) no-repeat;
	background-size: 100% 100%
}

.user-topbar__content .body {
	margin: -.2rem auto 0 0;
	width: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.user-topbar.vipskin .user-topbar__content .body .title {
	color: #f8b62d
}

.user-topbar__content .body .title {
	overflow: hidden;
	color: #282828;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: .6133rem;
	-o-text-overflow: ellipsis
}

.my_vip_h_cont .icon_vip,
.user-topbar__content .icon_vip {
	position: absolute;
	top: 1rem;
	right: .5rem;
	display: block;
	width: 1.8rem;
	height: 1rem;
	background: url(/style/images/my_vip_not-open9.png) no-repeat 50%;
	background-size: 1.8rem
}

.my_vip_h_cont .icon_user,
.user-topbar__content .icon_user {
	position: absolute;
	top: 1rem;
	right: .5rem;
	display: block;
	width: 1.6rem;
	height: .6rem;
	border-radius: .8533rem;
	background: rgba(0, 0, 0, .2);
	color: #fff;
	text-align: center;
	font-size: .3rem;
	line-height: .6rem
}

.icon-when {
	display: inline-block;
	width: .3rem;
	height: .3rem;
	background: url(/style/images/detail_icon_top1.png) no-repeat;
	background-size: 100%
}

.user-topbar__content .row .text {
	margin-top: .1333rem;
	color: #333;
	font-size: .32rem
}

.user-topbar__content .row .text span {
	font-size: .4rem
}

.user-topbar__content .row .text span b {
	margin-left: 10px;
	color: red
}

.user-topbar.vipskin .user-topbar__content .row .text {
	color: #999
}

.user-props {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.user-props:before {
	position: absolute;
	top: .48rem;
	bottom: .48rem;
	left: 50%;
	display: block;
	border-left: 1px solid #eee;
	content: "";
	-webkit-transform: translateX(-50%) scaleX(.5);
	-moz-transform: translateX(-50%) scaleX(.5);
	-o-transform: translateX(-50%) scaleX(.5);
	transform: translateX(-50%) scaleX(.5);
	-ms-transform: translateX(-50%) scaleX(.5)
}

.user-props .col {
	padding: .24rem 0;
	text-align: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.user-props .col .num {
	color: #282828;
	font-size: .56rem
}

.user-props .col .title {
	color: #909090;
	font-size: .32rem
}

.user_money_panel {
	position: relative;
	top: -2px;
	display: flex;
	padding: 0 0 .5rem;
	background-color: #fff;
	align-items: center
}

.user_money_panel .line {
	width: 1px;
	height: .7333rem;
	background-color: #e3e3e3
}

.user_money_panel .left,
.user_money_panel .right {
	text-align: center;
	flex: 1
}

.user_money_panel .title {
	color: #1a1a1a;
	font-weight: 500;
	font-size: .6933rem
}

.user_money_panel .title b {
	margin: 0 1px;
	color: #111;
	font-size: .45rem
}

.user_money_panel .title small {
	color: #555;
	font-weight: 400;
	font-size: .3rem
}

.user_money_panel .subtitle {
	color: #999;
	font-size: .32rem
}

.user_vip_panel {
	position: relative;
	top: -1px;
	margin: 0 auto;
	height: 4rem;
	background-image: url(/style/images/my_panel_bg.png);
	background-size: cover
}

.user_vip_panel.vipskin {
	background-color: #111;
	background-image: url(/style/images/my_panel_bg_vip.png)
}

.user_vip_panel.isuser {
	background-color: #bcbcbc
}

.user_vip_panel .head {
	position: relative;
	display: flex;
	padding: .2667rem .8rem;
	align-items: center
}

.user_vip_panel .head .title {
	overflow: hidden;
	background-image: url(/style/images/n19__home_tabbar_icon_vip_n.png);
	background-size: 20px;
	background-repeat: no-repeat;
	color: #fff;
	text-indent: 25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: .3rem;
	-o-text-overflow: ellipsis
}

.user_vip_panel.vipskin .head .title {
	background-image: url(/style/images/myvip_myvip_icon_timefree8.png);
	color: #f8b62d
}

.user_vip_panel .head .btn {
	margin-left: auto;
	padding: 0 .2rem;
	height: .8rem;
	border: none;
	border-radius: .8rem;
	background-image: -webkit-linear-gradient(-40deg, #ffd742 19%, #ffa62b 97%);
	color: #333;
	font-weight: 700;
	font-size: .3rem;
	line-height: .8rem;
	animation: breath 1s linear .9s infinite alternate
}

.user_vip_panel .ul {
	display: flex;
	padding: 0 .8rem;
	justify-content: space-between
}

.user_vip_panel .ul .item p {
	margin-top: .1333rem;
	color: #d3d3dd;
	text-align: center;
	font-size: .3rem
}

.user_vip_panel .ul .item i {
	display: block;
	margin: .1rem auto 0;
	width: 1.1rem;
	height: 1.1rem;
	border: 0;
	background-size: cover
}

.user_vip_panel .ul .item i.ico1 {
	background-image: url(/style/images/user_ico1.png)
}

.user_vip_panel .ul .item i.ico2 {
	background-image: url(/style/images/user_ico2.png)
}

.user_vip_panel .ul .item i.ico3 {
	background-image: url(/style/images/user_ico3.png)
}

.user_vip_panel .ul .item i.ico4 {
	background-image: url(/style/images/user_ico4.png)
}

.mask-box {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .6)
}

.dialog,
.mask-box {
	position: fixed;
	z-index: 9
}

.dialog {
	top: 50%;
	left: 50%;
	width: 7.7333rem;
	border-radius: 4px;
	background-color: #fff;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}

.dialog-head {
	padding: .64rem .32rem 0;
	text-align: center
}

.dialog-head__title {
	font-size: .48rem
}

.dialog-body {
	padding: .64rem .32rem
}

.dialog-body .center-text {
	color: #909090;
	text-align: center;
	font-size: .3733rem
}

.dialog-foot {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	height: 1.6rem;
	line-height: 1.6rem
}

.dialog-foot:before {
	right: 0;
	left: 0;
	border-top: 1px solid #dcdcdc;
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.dialog-foot:after,
.dialog-foot:before {
	position: absolute;
	top: 0;
	display: block;
	content: ""
}

.dialog-foot:after {
	bottom: 0;
	left: 50%;
	border-left: 1px solid #dcdcdc;
	-webkit-transform: scaleX(.5);
	-moz-transform: scaleX(.5);
	-o-transform: scaleX(.5);
	transform: scaleX(.5);
	-ms-transform: scaleX(.5)
}

.dialog-foot__action {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.dialog-foot__action button {
	width: 100%;
	height: 1.6rem;
	border: 0;
	background-color: transparent;
	text-align: center;
	font-size: .4267rem
}

.dialog-foot__action .cancel-btn,
.dialog-foot__action .primary-btn {
	color: #f60
}

.dialog-foot__action .default-btn {
	color: #909090
}

.modal {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9;
	width: 7.7333rem;
	border-radius: .32rem;
	background-color: #fff;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}

.modal-head {
	margin-top: .8rem
}

.modal-head__title {
	text-align: center;
	font-weight: 500;
	font-size: .48rem
}

.modal-head__title.typo-orange {
	color: #f60
}

.modal-body {
	padding-bottom: .64rem;
	text-align: center
}

.modal-close {
	position: absolute;
	top: .32rem;
	right: .32rem
}

.modal-close button {
	overflow: hidden;
	width: .64rem;
	height: .64rem;
	border: 0;
	background-color: transparent;
	background-image: url(/style/images/close.png);
	background-size: .64rem;
	text-indent: -999px;
	-o-background-size: .64rem
}

.hd-modal {
	width: 8.5333rem !important
}

.modal-options {
	padding: 0 .64rem
}

.modal-options .item {
	position: relative;
	overflow: hidden;
	margin-bottom: .32rem;
	border-radius: 3px
}

.modal-options .item:nth-child(4) {
	margin-bottom: 0
}

.modal-options .item input[type=radio] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.modal-options .item input[type=radio]~.box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	overflow: hidden;
	height: 1.3333rem;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.modal-options .item input[type=radio]~.box .body {
	overflow: hidden;
	padding-left: .48rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.modal-options .item input[type=radio]~.box .amount {
	position: relative;
	width: 1.7067rem;
	color: #282828;
	text-align: center;
	font-size: 16px
}

.modal-options .item input[type=radio]~.box .amount:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	height: .5333rem;
	border-right: 1px solid #dcdcdc;
	content: "";
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-ms-transform: translateY(-50%)
}

.modal-options .item input[type=radio]~.box .body .text {
	font-size: .4rem
}

.modal-options .item input[type=radio]~.box .body .append {
	color: #909090;
	font-size: .3467rem
}

.modal-options .item input[type=radio]:checked~.box {
	border-color: #f60;
	background-color: #fffdf2
}

.modal-options .item input[type=radio]:checked~.box .amount,
.modal-options .item input[type=radio]:checked~.box .body .append {
	color: #f60
}

.modal-options .item input[type=radio]~.box.award:after {
	content: "奖"
}

.modal-options .item input[type=radio]~.box.award:after,
.modal-options .item input[type=radio]~.box.first:after {
	position: absolute;
	top: -1.2rem;
	left: -1.2rem;
	display: block;
	width: 1.92rem;
	height: 1.92rem;
	background-color: #f60;
	color: #fff;
	text-align: center;
	font-size: .2933rem;
	line-height: 3.4rem;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg)
}

.modal-options .item input[type=radio]~.box.first:after {
	content: "首充"
}

.modal-options .action {
	margin-bottom: .48rem
}

.modal-options .action button {
	width: 100%;
	height: 1.3333rem;
	border: 0;
	border-radius: 1.3333rem;
	background-color: transparent;
	background-image: -webkit-linear-gradient(20deg, #ffe153 19%, #ffd251 97%);
	background-image: -ms-linear-gradient(20deg, #ffe153 19%, #ffd251 97%);
	color: #423300;
	font-size: .4267rem
}

.modal-options .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	height: 1.3333rem;
	font-size: .32rem;
	line-height: 1.3333rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.modal-options .row .main {
	position: relative
}

.modal-options .row .main input[type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.modal-options .row .main .text,
.modal-options .row .main input[type=checkbox]~.text {
	margin-right: .5em;
	color: #aeaeae
}

.modal-options .row .main input[type=checkbox]~.text:before {
	display: inline-block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -4px;
	margin-right: 3px;
	width: .4rem;
	height: .4rem;
	border: 1px solid #aeaeae;
	border-radius: .4rem;
	content: "";
	vertical-align: middle
}

.modal-options .row .main input[type=checkbox]:checked~.text {
	color: #19a554
}

.modal-options .row .main input[type=checkbox]:checked~.text:before {
	border: 1px solid #19a554;
	background-image: url(/style/images/pt-icon-done.png);
	background-position: 50%;
	background-size: .24rem;
	background-repeat: no-repeat;
	-o-background-size: .24rem
}

.modal-options .row button {
	border: 0;
	background-color: transparent;
	color: #488ae5;
	font-size: .32rem
}

.modal-payment {
	padding: 1em .64rem 2.5em
}

.modal-payment .item {
	margin-bottom: 1em
}

.modal-payment .item button {
	width: 100%;
	height: 1.6rem;
	border: 0;
	border-radius: 5px;
	background-color: transparent;
	color: #fff;
	text-align: left;
	text-indent: 2rem;
	font-size: .4267rem;
	line-height: 1.6rem
}

.modal-payment .item.wepay button {
	background-color: #13ce66
}

.modal-payment .item.qqpay button {
	background-color: #333
}

.modal-payment .item.alipay button {
	background-color: #1aaceb
}

.modal-payment .item button i {
	display: inline-block;
	margin-top: -4px;
	margin-right: 5px;
	width: 36px;
	height: 36px;
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: middle
}

.modal-payment .item button .icon-wepay {
	background-image: url(/style/images/my_payvip_wechat_popup.png)
}

.modal-payment .item button .icon-alipay {
	background-image: url(/style/images/myvip_pay_zfb_popup.png)
}

.checkin-box {
	position: relative;
	margin-top: .32rem;
	padding: 0 .72rem
}

.checkin-title {
	color: #f60;
	font-size: .4267rem
}

.checkin-text {
	margin-top: .32rem;
	color: #909090;
	font-size: .3467rem
}

.checkin-box__week {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.checkin-box__week .days {
	width: 16px;
	height: 16px;
	border: 1px solid #dcdcdc;
	border-radius: 18px;
	color: #909090;
	text-align: center;
	font-size: .32rem;
	line-height: 16px
}

.checkin-box__week .days.checked {
	border: 1px solid #ffc905;
	color: #ffc800
}

.checkin-box__week .segment {
	height: 7px;
	background-color: #e5e5e5;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.checkin-box__week .segment.checked {
	background-image: url(/style/images/checkin-progress.png);
	background-size: 11px 7px;
	background-repeat: repeat-x;
	-o-background-size: 11px 7px
}

.checkin-box__week .days.pass {
	overflow: hidden;
	border-color: #ffc800;
	background-color: #ffc800;
	background-image: url(/style/images/check-pass.png);
	background-position: 50%;
	background-size: 8px;
	background-repeat: no-repeat;
	text-indent: -999px;
	-o-background-size: 8px
}

.vm-box .typo-red {
	color: #f66
}

.vm-box {
	padding: 0 .32rem;
	font-size: .4rem
}

.vm-box__head {
	height: 1.6rem;
	line-height: 1.6rem
}

.vm-box__head .title {
	font-size: .4rem
}

.vm-box__head .title .typo-red {
	font-size: .3733rem
}

table {
	border-collapse: collapse
}

.vm-tm table td,
.vm-tm table th {
	padding: .16rem .4rem;
	border: 1px solid #f1f1f1;
	text-align: left;
	font-size: .3467rem;
	line-height: .64rem
}

.vm-tm table td[colspan] {
	font-size: .3733rem
}

.vm-tm table td[colspan] a {
	color: #2e8df9
}

.vm-ol {
	padding: .32rem .4rem;
	border: 1px solid #f1f1f1;
	font-size: .3467rem;
	line-height: .5067rem
}

.vm-ol li {
	padding: 2px 0;
	color: #5c5c5c
}

.profile-notice {
	padding: .32rem .4rem;
	background-color: #f3f3f3;
	color: #f60;
	font-size: .3467rem
}

.profile-action,
.profile-item {
	background-color: #fff
}

.profile-notice:before {
	display: inline-block;
	margin-top: -3px;
	margin-right: 4px;
	width: 16px;
	height: 16px;
	background-image: url(/style/images/me_icon_reward1.png);
	background-size: 16px;
	background-repeat: no-repeat;
	content: "";
	vertical-align: middle;
	-o-background-size: 16px
}

.profile-item .d-flex {
	padding: 0 .4rem;
	height: 1.4667rem;
	border-bottom: 1px dashed #f1f1f1;
	color: #333;
	font-size: .4rem;
	line-height: 1.4667rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-moz-box-pack: justify;
	justify-content: space-between
}

.profile-item .d-flex,
.profile-item .d-flex .pull-right {
	display: flex;
	align-items: center
}

.profile-item .d-flex .pull-right .text {
	color: #333;
	font-size: .3467rem
}

.profile-item .d-flex .pull-right img {
	display: block
}

.profile-item .d-flex .avatar {
	position: relative;
	overflow: hidden;
	width: 1.0667rem;
	height: 1.0667rem;
	border-radius: 1.0667rem
}

.profile-item .d-flex .avatar input[type=file] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.profile-item.has-line {
	position: relative
}

.profile-item.has-line:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	border-bottom: 1px solid #f0f2f5;
	content: "";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.profile-item .picker-text {
	border: 0;
	background-color: transparent;
	text-align: left;
	font-size: .4rem
}

.profile-item .sec-text,
input[id^=picker-]::-webkit-input-placeholder {
	color: #aaa
}

.profile-item .picker-text::placeholder {
	font-size: .3rem
}

.profile-item .pull-right .arrow {
	display: block;
	margin-top: 2px;
	width: .4rem;
	height: .4rem;
	background-image: url(/style/images/icon_arrowh.png);
	background-size: cover;
	background-repeat: no-repeat
}

.profile-action button {
	width: 100%;
	height: 1.4667rem;
	border: 0;
	background-color: transparent;
	color: #f60;
	text-align: center;
	font-size: .4267rem;
	line-height: 1.4667rem
}

.cm-vc {
	position: relative
}

.vc-bg {
	display: block;
	width: 100%
}

.vc-container {
	position: absolute;
	top: .4533rem;
	right: .32rem;
	bottom: .4533rem;
	left: .32rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-moz-box-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column
}

.vc-container,
.vc-heading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex
}

.vc-heading {
	padding: .56rem .4rem
}

.vc-heading .body {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.vc-heading .avatar {
	margin-right: .24rem
}

.vc-heading .avatar img {
	display: block;
	width: 1.44rem;
	height: 1.44rem;
	border: 2px solid hsla(0, 0%, 100%, .3);
	border-radius: 1.44rem
}

.vc-heading .body .name {
	font-size: 18px
}

.vc-heading .body .text {
	margin-top: .24rem;
	color: #614f25;
	font-size: 11px
}

.vc-heading .body .name .vip-title {
	display: inline-block;
	margin-top: -3px;
	width: 48px;
	height: 16px;
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: middle
}

.vc-heading .body .name .vip-year {
	background-image: url(/style/images/vip-year.png)
}

.vc-heading .body .name .vip-month {
	background-image: url(/style/images/vip-month.png)
}

.vc-heading .progress,
.vc-heading .progress-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.vc-heading .progress-value {
	color: #614f25;
	font-size: .2933rem
}

.vc-heading .progress-box {
	margin-right: 1em
}

.vc-heading .progress-box .end,
.vc-heading .progress-box .start {
	width: .8rem;
	height: .3733rem;
	border-radius: .1867rem;
	color: #423300;
	text-align: center;
	font-size: .24rem;
	line-height: .3733rem
}

.vc-heading .progress-box .bar {
	width: 2.1333rem;
	height: 4px;
	background-color: #fff
}

.vc-heading .progress-box.ing .start {
	background-color: #ffce0d
}

.vc-heading .progress-box.ex .start {
	background-color: #e6ebf0
}

.vc-heading .progress-box .end {
	background-color: #fff
}

.vc-heading .progress-box .inline {
	height: 4px;
	border-radius: 4px
}

.vc-heading .progress-box.ing .inline {
	background-image: -webkit-linear-gradient(0deg, #ffcf0d 19%, #ff8c04 97%);
	background-image: -ms-linear-gradient(0deg, #ffcf0d 19%, #ff8c04 97%)
}

.vc-heading .progress-box.ex .inline {
	background-image: -webkit-linear-gradient(0deg, #e6ebf0 19%, #d3dbe4 97%);
	background-image: -ms-linear-gradient(0deg, #e6ebf0 19%, #d3dbe4 97%)
}

.vc-heading .progress-box .notice {
	position: relative;
	z-index: 2;
	margin-top: 1em;
	text-align: center;
	font-size: .2667rem
}

.vc-heading .progress {
	margin-top: 1em
}

.vc-heading .progress .icon-fast,
.vc-heading .progress .icon-stop {
	display: inline-block;
	margin-top: -3px;
	width: .32rem;
	height: .32rem;
	background-size: .32rem;
	vertical-align: middle;
	-o-background-size: .32rem
}

.vc-heading .progress .icon-fast {
	background-image: url(/style/images/myvip_icon_speed.png)
}

.vc-heading .progress .icon-stop {
	background-image: url(/style/images/myvip_icon_suspend1.png)
}

.vc-heading .progress .typo-red {
	color: #ff3d3d
}

.vc-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding: 0 .4rem .48rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-moz-box-pack: justify;
	justify-content: space-between
}

.vc-bottom .text {
	color: #614f25;
	font-size: .3733rem
}

.vc-bottom .text .typo-red {
	color: #ff4e00
}

.vc-bottom .action button {
	width: 2.6667rem;
	height: .9067rem;
	border: 0;
	border-radius: .4533rem;
	background-image: -webkit-linear-gradient(-40deg, #ff7247 19%, #ff5c2a 97%);
	background-image: -ms-linear-gradient(-40deg, #ff7247 19%, #ff5c2a 97%);
	box-shadow: 0 3px 3px 0 rgba(225, 189, 49, .75);
	color: #fff
}

.vc-cell table {
	width: 100%
}

.vc-cell table td,
.vc-cell table th {
	padding: 0 .32rem;
	height: 1.3333rem;
	text-align: center;
	font-size: .3467rem;
	line-height: 1.33333rem
}

.vc-cell table td .icon-hd {
	margin-top: -4px;
	width: .8533rem;
	height: .8533rem;
	vertical-align: middle
}

.vc-cell table td .done {
	width: .4267rem;
	height: .4267rem
}

.vc-cell table tr td:first-child {
	color: #5c5c5c;
	text-align: left
}

.vc-cell table thead th:nth-child(2),
.vc-cell table thead th:nth-child(3),
.vc-cell table tr:first-child td:nth-child(2),
.vc-cell table tr:first-child td:nth-child(3),
.vc-cell table tr:nth-child(2) td:nth-child(2),
.vc-cell table tr:nth-child(2) td:nth-child(3) {
	color: #c19c4f
}

.vc-cell table th {
	font-size: .4rem
}

.vc-cell table thead th:nth-child(2),
.vc-cell table thead th:nth-child(3) {
	font-weight: 600;
	font-size: .4rem
}

.vc-cell__action {
	padding: 0 1.6533rem
}

.vc-cell__action a {
	display: block;
	height: 1.12rem;
	border-radius: 1.12rem;
	background-color: #f9f9f9;
	color: #909090;
	text-align: center;
	font-size: .3733rem;
	line-height: 1.12rem
}

.vc-cell__action a:after {
	display: inline-block;
	margin-top: -3px;
	margin-left: 3px;
	width: .32rem;
	height: .32rem;
	background-image: url(/style/images/myvip_icon_arrow.png);
	background-size: .32rem;
	background-repeat: no-repeat;
	content: "";
	vertical-align: middle;
	-o-background-size: .32rem
}

.qna-item {
	position: relative;
	padding: .32rem
}

.qna-item:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	border-bottom: 1px solid #eee;
	content: "";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.qna-item__title {
	color: #282828;
	font-size: .4267rem
}

.qna-item__body {
	padding: .32rem 0 0
}

.qna-item__body,
.qna-service {
	color: #909090;
	font-size: .3733rem
}

.qna-service {
	padding: .64rem 0;
	text-align: center
}

.cm-plane {
	background-color: #ffe256;
	background-image: url(/style/images/plane-bg.png);
	background-position: top;
	background-size: cover
}

.cm-plane__bar {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	height: 1.1733rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.cm-plane__bar .center-title {
	font-size: .4533rem
}

.cm-plane__bar .pull-left {
	position: absolute;
	top: 0;
	left: 0;
	height: 1.1733rem
}

.cm-plane__bar .pull-left .back-btn {
	overflow: hidden;
	width: 44px;
	height: 44px;
	border: 0;
	background-color: transparent;
	background-image: url(/style/images/navbar_icon_back_black.png);
	background-position: 50%;
	background-size: .48rem;
	background-repeat: no-repeat;
	text-indent: -999px;
	-o-background-size: .48rem
}

.cm-plane__user {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding: .4rem .32rem 1.0133rem
}

.cm-plane__user .body {
	margin-left: 1em;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.cm-plane__user .avatar img {
	display: block;
	width: 1.44rem;
	height: 1.44rem;
	border: 2px solid #ffed8c;
	border-radius: 1.44rem
}

.cm-plane__user .body .name,
.cm-plane__user .body .text {
	margin: .1rem 0
}

.cm-plane__user .body .name {
	font-size: .48rem
}

.cm-plane__user .body .text {
	color: #614f25;
	font-size: .3467rem
}

.vc-pay {
	padding: 0 .4rem
}

.vc-pay__head {
	height: 1.7067rem;
	line-height: 1.7067rem
}

.vc-pay__head .title {
	font-weight: 600;
	font-size: .4267rem
}

.vc-pay__list .item {
	position: relative;
	margin-bottom: 1.5em
}

.vc-pay__list .item input[type=radio] {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%
}

.vc-pay__list .item input[type=radio]~.container {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	overflow: hidden;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 .4rem;
	height: 78px;
	border: 1px solid #eee;
	border-radius: .1333rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.vc-pay__list .item input[type=radio]~.container .body {
	margin-left: 1em;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.vc-pay__list .item input[type=radio]~.container .body .title {
	font-size: .4267rem
}

.vc-pay__list .item input[type=radio]~.container .body .text {
	margin-top: .2em;
	color: #909090;
	font-size: .32rem
}

.vc-pay__list .item input[type=radio]~.container .price {
	color: #f60;
	font-weight: 600;
	font-size: .5333rem
}

.vc-pay__list .item input[type=radio]~.container .price .small {
	color: #909090;
	text-decoration: line-through;
	font-size: .32rem
}

.vc-pay__list .item input[type=radio]~.container .body .sale {
	display: inline-block;
	margin-top: -3px;
	width: 45px;
	height: 16px;
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: middle
}

.vc-pay__list .item input[type=radio]~.container .rotate {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
	background-color: #f60;
	color: #fff;
	text-align: center;
	font-size: .32rem;
	line-height: 65px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg)
}

.cm-plane__user .vip-title {
	display: inline-block;
	margin-top: -3px;
	width: 48px;
	height: 16px;
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: middle
}

.cm-plane__user .vip-year {
	background-image: url(/style/images/vip-year.png)
}

.cm-plane__user .vip-month {
	background-image: url(/style/images/vip-month.png)
}

.vc-pay__list .item input[type=radio]~.container .icon-month,
.vc-pay__list .item input[type=radio]~.container .icon-year {
	display: block;
	width: 32px;
	height: 32px;
	background-size: 32px;
	background-repeat: no-repeat;
	-o-background-size: 32px
}

.vc-pay__list .item input[type=radio]~.container .icon-year {
	background-image: url(/style/images/my_icon_vip_years365.png)
}

.vc-pay__list .item input[type=radio]~.container .icon-month {
	background-image: url(/style/images/my_icon_vip_month30.png)
}

.vc-pay__list .item input[type=radio]:checked~.container {
	border-color: #f60;
	background-color: #fffdf0
}

.vc-pay__action .btn {
	width: 100%;
	height: 1.3333rem;
	border: 0;
	border-radius: .6667rem;
	background-image: -webkit-linear-gradient(8deg, #ffe153 19%, #ffd251 97%);
	background-image: -ms-linear-gradient(8deg, #ffe153 19%, #ffd251 97%);
	color: #624500;
	font-size: 16px
}

.vc-pay__action .btn:disabled {
	background-color: #f0f2f5;
	background-image: none;
	color: #909090
}

.vc-pay__agreement {
	text-align: center;
	font-size: .32rem
}

.vc-pay__agreement .center {
	position: relative;
	display: inline-block;
	margin: .4rem 0
}

.vc-pay__agreement .center input {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.vc-pay__agreement .center input~.checkbox {
	color: #909090
}

.vc-pay__agreement .center input~.checkbox:before {
	display: inline-block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -3px;
	margin-right: 5px;
	width: .4rem;
	height: .4rem;
	border: 1px solid #ddd;
	border-radius: .4rem;
	content: "";
	vertical-align: middle
}

.vc-pay__agreement .center input:checked~.checkbox:before {
	border-color: #19a554;
	background-image: url(/style/images/ag-done.png);
	background-position: 50%;
	background-size: .2667rem;
	background-repeat: no-repeat;
	-o-background-size: .2667rem
}

.vc-pay__agreement .center input:checked~.checkbox {
	color: #19a554
}

.rule-bar {
	padding-left: .4rem;
	height: 1.3333rem;
	background-color: #fff;
	background-color: #fafafc;
	font-size: .32rem;
	line-height: 1.3333rem
}

.rule-bar a {
	color: #4394ff;
	text-decoration: underline
}

.cm-account .item a {
	position: relative;
	display: block
}

.cm-account .item {
	background-color: #fff
}

.cm-account .item .main {
	padding: .48rem .4rem
}

.cm-account .item .main:after {
	position: absolute;
	top: 50%;
	right: .4rem;
	display: block;
	width: .4267rem;
	height: .4267rem;
	background-image: url(/style/images/my_icon_arrow.png);
	background-size: .4267rem;
	content: "";
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-background-size: .4267rem
}

.cm-account .item .main .title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	font-size: .4267rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.cm-account .item .main .title i[class^=icon-],
.gold-bar__title i[class^=icon-] {
	margin-top: 1px;
	margin-right: .16rem;
	width: .48rem;
	height: .48rem;
	background-size: 100% 100%;
	background-repeat: no-repeat
}

.cm-account .item .main .title .icon-coin,
.gold-bar__title .icon-coin {
	background-image: url(/style/images/icon_jinbi.png)
}

.cm-account .item .main .title .icon-bean,
.gold-bar__title .icon-bean {
	background-image: url(/style/images/my_icon_jindou.png)
}

.cm-account .item .main .title .icon-cyb {
	background-image: url(/style/images/my_icon_cyb.png)
}

.cm-account .item .main .title .icon-shop {
	background-image: url(/style/images/my__icon_shop.png)
}

.cm-account .item .main .title .icon-level {
	background-image: url(/style/images/me_icon_level.png)
}

.cm-account .item .main .text {
	margin-top: .16rem;
	color: #aeaeae;
	text-indent: .7467rem;
	font-size: .32rem
}

.cm-account .item .btn {
	padding: .32rem 0;
	color: #f60;
	text-align: center;
	font-size: .3733rem
}

.gold-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding: .4rem .32rem;
	background-color: #fff;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-moz-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.gold-bar__title {
	font-size: .4533rem
}

.gold-bar__action button {
	padding: 0 1.2em;
	height: .8rem;
	border: 0;
	border-radius: .4rem;
	background-image: -webkit-linear-gradient(25deg, #ffe153 19%, #ffd251 97%);
	background-image: -ms-linear-gradient(25deg, #ffe153 19%, #ffd251 97%);
	color: #423300;
	font-size: .3733rem
}

.gold-bar__title i[class^=icon-] {
	display: inline-block;
	margin-top: -4px;
	margin-right: 0;
	vertical-align: middle
}

.cm-list__item {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding: .32rem;
	background-color: #fff;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.cm-list__item:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	border-bottom: 1px solid #f0f2f5;
	content: "";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.cm-list__item .left-col {
	overflow: auto;
	margin-right: 1em;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.cm-list__item .right-col {
	text-align: right
}

.cm-list__item .left-col>div,
.cm-list__item .right-col>div {
	margin: 5px 0
}

.cm-list__item .primary,
.cm-list__item .title {
	color: #282828;
	font-size: .3733rem
}

.cm-list__item .primary {
	color: #f66
}

.cm-list__item .small {
	color: #aeaeae;
	font-size: .32rem
}

.cm-list__item .text {
	color: #5c5c5c;
	font-size: .32rem
}

.cm-list__item .label {
	display: inline-block;
	margin-top: -4px;
	width: .8533rem;
	height: .3733rem;
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: middle
}

.cm-list__item .label-1 {
	background-image: url(/style/images/type-icon-1.png)
}

.cm-list__item .label-2 {
	background-image: url(/style/images/type-icon-2.png)
}

.cm-list__item .label-3 {
	background-image: url(/style/images/type-icon-3.png)
}

.cm-list__item .typo-orange {
	color: #f66
}

.cm-list__item .typo-blue {
	color: #3399f0
}

.cm-list__item .typo-green {
	color: #19a554
}

.cm-list__item .book-title {
	font-size: .4rem
}

.cm-list__item .book-title,
.cm-list__item .text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-o-text-overflow: ellipsis
}

.cm-list-tab {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	height: 1.2rem;
	background-color: #fff
}

.cm-list-tab:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	border-bottom: 1px solid #f5f5f5;
	content: "";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.cm-list-tab .item {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.cm-list-tab .item a {
	position: relative;
	display: block;
	text-align: center;
	font-size: .4267rem;
	line-height: 1.2rem
}

.cm-list-tab .item a.active:after {
	position: absolute;
	bottom: 1px;
	left: 50%;
	display: block;
	width: .4267rem;
	height: 2px;
	border-radius: 1px;
	background-color: #ffd251;
	content: "";
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-ms-transform: translateX(-50%)
}

.acc-reply__item {
	background-color: #fff
}

.acc-reply__heading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding: .32rem .4rem 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.acc-reply__heading .avatar {
	position: relative;
	margin-right: .32rem
}

.acc-reply__heading .avatar.badge:after {
	position: absolute;
	top: 0;
	right: -6px;
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background-color: red;
	content: ""
}

.acc-reply__heading .body {
	overflow: auto;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.acc-reply__heading .avatar img {
	display: block;
	width: .8rem;
	height: .8rem;
	border-radius: .8rem
}

.acc-reply__heading .body .name {
	font-size: .3467rem
}

.acc-reply__heading .body .sec {
	color: #909090
}

.acc-reply__heading .body .timeago {
	color: #aeaeae;
	font-size: .2933rem
}

.acc-reply__body {
	padding: .32rem .4rem
}

.acc-reply__body .commennt {
	font-size: .3467rem
}

.acc-reply__body .reply {
	margin-top: .32rem;
	padding: .2rem .4rem;
	border-radius: 2px;
	background-color: #f5f5f5;
	color: #909090;
	font-size: .3467rem
}

.acc-reply__body .del {
	color: #909090;
	text-decoration: line-through
}

.acc-comments__item {
	background-color: #fff
}

.acc-comments__head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding: .4rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.acc-comments__head .avatar {
	margin-right: .32rem
}

.acc-comments__head .avatar img {
	display: block;
	width: .8rem;
	height: .8rem;
	border-radius: .8rem
}

.acc-comments__head .name {
	color: #909090;
	font-size: 14px
}

.acc-comments__body {
	position: relative;
	padding: 0 .4rem .4267rem 1.5rem;
	color: #282828;
	font-size: .4rem
}

.acc-comments__foot:before {
	position: absolute;
	right: .32rem;
	bottom: 0;
	left: .32rem;
	display: block;
	border-bottom: 1px solid #f2f2f2;
	content: "";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.acc-comments__foot {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding: 0 .4rem .24rem 1.5rem;
	color: #aeaeae
}

.acc-comments__foot button,
.book-comments__list .foot button {
	margin-left: .5em;
	border: 0;
	background-color: transparent;
	color: #aeaeae;
	font-size: .32rem
}

.acc-comments__foot .pull-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.acc-comments__foot .pull-right button,
.book-comments__list .foot .pull-right button {
	margin-left: 1em
}

.acc-comments__foot .pull-left span,
.book-comments__list .foot .pull-left span {
	margin-right: 1em;
	font-size: .32rem
}

.acc-comments__foot .pull-left a,
.book-comments__list .foot .pull-left span {
	color: #aeaeae
}

.acc-comments__foot .pull-right .icon-laud,
.acc-comments__foot .pull-right .icon-message,
.book-comments__list .foot .pull-right .icon-laud,
.book-comments__list .foot .pull-right .icon-message {
	display: inline-block;
	margin-top: -4px;
	width: .48rem;
	height: .48rem;
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: middle
}

.acc-comments__foot .pull-right .icon-laud,
.book-comments__list .foot .pull-right .icon-laud {
	background-image: url(/style/images/icon_detail_dianzhan.png)
}

.acc-comments__foot .pull-right .icon-message,
.book-comments__list .foot .pull-right .icon-message {
	background-image: url(/style/images/detail_icon_pinglun.png)
}

.acc-comments__foot .pull-right .active .icon-laud,
.book-comments__list .foot .pull-right .active .icon-laud {
	background-image: url(/style/images/acc-laud-active.png)
}

.vip_lv6 {
	position: absolute;
	bottom: -.15rem;
	left: .2667rem;
	width: .9067rem;
	height: .3467rem;
	background: url(/style/images/icon_vip6.png);
	background-size: 100% 100%
}

.acc-replies {
	padding: .16rem .4rem .32rem 1.5rem
}

.acc-replies .item {
	margin: .24rem 0;
	font-size: .3733rem;
	line-height: .5067rem
}

.acc-replies .action button,
.acc-replies .item .name {
	color: #f60
}

.acc-replies .action button {
	border: 0;
	background-color: transparent;
	font-size: .3733rem
}

.reply-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1.3333rem;
	background-color: #fff
}

.reply-bar:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	border-top: 1px solid #dcdcdc;
	content: "";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.reply-bar__container {
	padding: 0 .4rem;
	height: 1.3333rem;
	-ms-flex-align: center
}

.reply-bar__container,
.reply-bar__container .input-field {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center
}

.reply-bar__container .input-field {
	margin-right: .2133rem;
	padding: 0 .32rem;
	height: 30px;
	border: 1px solid #dcdcdc;
	border-radius: 30px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
	-ms-flex-align: center
}

.reply-bar__container .input-field input {
	margin-top: -2px;
	border: 0;
	background-color: transparent;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.reply-bar__container button {
	padding: 0 .5em;
	border: 0;
	background-color: transparent;
	font-size: .3733rem
}

.reply-bar__container .icon-edit {
	margin-right: .5em;
	width: 16px;
	height: 16px;
	background-image: url(/style/images/read_icon_ping.png);
	background-size: cover;
	background-repeat: no-repeat
}

#reply-content::-webkit-input-placeholder {
	color: #aeaeae
}

.ann-box__item {
	background-color: #fff
}

.ann-box__head {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding: .32rem .4rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.ann-box__head:before {
	position: absolute;
	right: .4rem;
	bottom: 0;
	left: .4rem;
	display: block;
	border-bottom: 1px solid #f0f2f5;
	content: " ";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.ann-box__head .avatar {
	position: relative;
	margin-right: .32rem
}

.ann-box__head .avatar img {
	display: block;
	width: .8rem;
	height: .8rem;
	border-radius: .8rem
}

.un-read .ann-box__head .avatar:before {
	position: absolute;
	top: 0;
	right: -4px;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: #ff1616;
	content: ""
}

.ann-box__head .title {
	color: #282828;
	font-size: 13px
}

.ann-box__head .timeago {
	color: #aeaeae;
	font-size: 11px
}

.ann-box__container a {
	display: block;
	padding: .32rem .4rem
}

.ann-box__container a .title {
	font-size: .4rem
}

.ann-box__container a .body {
	margin-top: .5em;
	color: #909090;
	font-size: .3467rem
}

.read .ann-box__container a .body,
.read .ann-box__container a .title {
	color: #aeaeae
}

.ann-box__article {
	padding: .4rem;
	font-size: .3467rem;
	line-height: .64rem
}

.ann-box__article p {
	margin: 1em 0
}

.ann-box__article p:first-child {
	margin-top: 0
}

.ann-box__article p:last-child {
	margin-bottom: 0
}

.ann-box__article img {
	max-width: 100%
}

.acc-notice__item {
	position: relative;
	background-color: #fff
}

.acc-notice__item:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	border-bottom: 1px solid #f0f2f5;
	content: "";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.acc-notice__item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding: .32rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.acc-notice__item a .body {
	overflow: auto;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.acc-notice__item a .icon-message,
.acc-notice__item a .icon-news {
	margin-right: .3733rem;
	width: .64rem;
	height: .64rem;
	background-size: cover;
	background-repeat: no-repeat
}

.acc-notice__item a .icon-message {
	background-image: url(/style/images/icon_comnews.png)
}

.acc-notice__item a .icon-news {
	background-image: url(/style/images/me_icon_systemnews.png)
}

.acc-notice__item a .title {
	font-size: .3733rem
}

.acc-notice__item a .text {
	overflow: hidden;
	color: #909090;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: .3467rem;
	-o-text-overflow: ellipsis
}

.acc-notice__item.badge i[class^=icon-] {
	position: relative
}

.acc-notice__item.badge i[class^=icon-]:before {
	position: absolute;
	top: 0;
	right: -6px;
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background-color: #ff3615;
	content: ""
}

.acc-messages__item {
	background-color: #fff
}

.acc-messages__item a {
	display: block
}

.acc-messages__item a img {
	display: block;
	width: 100%
}

.acc-messages__item a .head {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding: 0 .4rem;
	height: 1.2267rem;
	line-height: 1.2267rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-moz-box-pack: justify;
	justify-content: space-between
}

.acc-messages__item a .head:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	border-bottom: 1px solid #f0f2f5;
	content: "";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.acc-messages__item a .head .title {
	position: relative
}

.acc-messages__item a .head .title .inner {
	display: block;
	overflow: hidden;
	max-width: 16em;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: .4rem;
	-o-text-overflow: ellipsis
}

.acc-messages__item a .head .date {
	color: #aeaeae;
	font-size: .32rem
}

.acc-messages__item a .body {
	padding: .4rem
}

.acc-messages__item a .body .text {
	margin-top: .32rem;
	font-size: .3467rem
}

.acc-messages__item.un-read a .head .title:after {
	position: absolute;
	top: .7em;
	right: -2em;
	display: inline-block;
	width: .7467rem;
	height: .3733rem;
	background-image: url(/style/images/my_icon_newmess.png);
	background-size: cover;
	background-repeat: no-repeat;
	content: ""
}

.acc-messages__item.read a .body .text {
	color: #909090
}

.coupons-rules {
	padding: 0 .4rem;
	height: 1.4933rem;
	text-align: right;
	font-size: .3467rem;
	line-height: 1.4933rem
}

.coupons-rules a {
	color: #4394ff
}

.coupons-rules a .icon {
	display: inline-block;
	margin-top: -3px;
	margin-right: 5px;
	width: 18px;
	height: 18px;
	background-image: url(/style/images/icon_rules.png);
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: middle
}

.coupons-card {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	margin: 0 .4rem .48rem;
	height: 2.6667rem;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 .1333rem .16rem 0 rgba(0, 0, 0, .05)
}

.coupons-card:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 2.6667rem;
	display: block;
	border-right: 1px dashed #dcdcdc;
	content: ""
}

.coupons-card .cb,
.coupons-card .ct {
	position: absolute;
	left: 2.6667rem;
	width: .4267rem;
	height: .4267rem;
	border-radius: .4267rem;
	background-color: #f3f3f3;
	-webkit-transform: translateX(-.213rem);
	-moz-transform: translateX(-.213rem);
	-o-transform: translateX(-.213rem);
	transform: translateX(-.213rem);
	-ms-transform: translateX(-.213rem)
}

.coupons-card .ct {
	top: -.2rem;
	box-shadow: inset 0 -.1333rem .16rem 0 rgba(0, 0, 0, .05)
}

.coupons-card .cb {
	bottom: -.2rem;
	box-shadow: inset 0 .1333rem .16rem 0 rgba(0, 0, 0, .05)
}

.coupons-card .left-col {
	margin-left: .2667rem;
	width: 2.4rem;
	text-align: center;
	-ms-flex-pack: center;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap
}

.coupons-card .left-col,
.coupons-card .main-col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal
}

.coupons-card .main-col {
	overflow: hidden;
	padding: .4rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
	-ms-flex-pack: center;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column
}

.coupons-card.border-gray,
.coupons-card.border-green,
.coupons-card.border-orange,
.coupons-card.border-use {
	background-position: 0 0;
	background-size: .2667rem .32rem;
	background-repeat: repeat-y;
	-o-background-size: .2667rem .32rem
}

.coupons-card.border-orange {
	background-image: url(/style/images/border-orange.png)
}

.coupons-card.border-green {
	background-image: url(/style/images/border-green.png)
}

.coupons-card.border-gray,
.coupons-card.border-use {
	background-image: url(/style/images/border-gray.png)
}

.coupons-card .left-col .price {
	font-size: .9867rem
}

.coupons-card .left-col .price small {
	font-size: .64rem
}

.coupons-card .left-col .number {
	font-size: .8rem
}

.coupons-card .left-col .label .box {
	display: block;
	margin: 0 auto;
	padding: 0 .2em;
	width: 3.5em;
	height: .4267rem;
	border: 1px solid #f60;
	border-radius: 2px;
	color: #f60;
	font-size: .2933rem;
	line-height: .4267rem
}

.coupons-card .main-col .text,
.coupons-card .main-col .title {
	margin: 2px 0
}

.coupons-card .main-col .title {
	font-size: .4533rem
}

.coupons-card .main-col .text {
	color: #909090;
	font-size: .3467rem
}

.coupons-card.border-orange .left-col .number,
.coupons-card.border-orange .left-col .price {
	color: #f60
}

.coupons-card.border-orange .left-col .label .box {
	border-color: #f60;
	color: #f60
}

.coupons-card.border-green .left-col .number,
.coupons-card.border-green .left-col .price {
	color: #53c117
}

.coupons-card.border-green .left-col .label .box {
	border-color: #53c117;
	color: #53c117
}

.coupons-card.border-gray .left-col .number,
.coupons-card.border-gray .left-col .price,
.coupons-card.border-gray .main-col .text,
.coupons-card.border-gray .main-col .title,
.coupons-card.border-gray .time {
	color: #c4c4c4
}

.coupons-card.border-gray .left-col .label .box {
	border-color: #c4c4c4;
	color: #c4c4c4
}

.coupons-card.border-use .left-col .number,
.coupons-card.border-use .left-col .price,
.coupons-card.border-use .main-col .text,
.coupons-card.border-use .main-col .title,
.coupons-card.border-use .time {
	color: #c4c4c4
}

.coupons-card.border-use .left-col .label .box {
	border-color: #c4c4c4;
	color: #c4c4c4
}

.coupons-card .time {
	color: #f66
}

.coupons-card.border-use {
	position: relative;
	overflow: hidden
}

.coupons-card.border-use:after {
	position: absolute;
	top: -.7rem;
	right: -.7rem;
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	background-color: #c9c9c9;
	color: #fff;
	content: "已使用";
	text-align: center;
	font-size: .2933rem;
	line-height: 2.4rem;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg)
}

.coupons-card.border-gray {
	position: relative;
	overflow: hidden
}

.coupons-card.border-gray:after {
	position: absolute;
	top: -.7rem;
	right: -.7rem;
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	background-color: #c9c9c9;
	color: #fff;
	content: "已过期";
	text-align: center;
	font-size: .2933rem;
	line-height: 2.4rem;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg)
}

.coupons-card .tap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	background-color: transparent
}

.coupon-modal {
	width: 8.5333rem
}

.coupon-modal .modal-head__title {
	color: #f60;
	text-align: center
}

.coupon-modal__action {
	margin: 0 .64rem
}

.coupon-modal__action button {
	width: 100%;
	height: 1.3333rem;
	border: 0;
	border-radius: 1.3333rem;
	background-image: -webkit-linear-gradient(-24deg, #ffe153 19%, #ffd251 97%);
	background-image: -ms-linear-gradient(-24deg, #ffe153 19%, #ffd251 97%);
	color: #423300;
	font-size: .4267rem
}

.coupon-modal .list {
	margin-bottom: 1em;
	padding: 0 1.0133rem;
	text-align: left;
	font-size: .3733rem
}

.coupon-modal .list .item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	margin-bottom: .5em
}

.coupon-modal .list .item label {
	display: block;
	width: 5em
}

.coupon-modal .list .item .text {
	overflow: auto;
	color: #909090;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.guide-heading {
	padding: .32rem;
	background-color: #fff;
	font-size: .4rem
}

.guide-heading__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding: .24rem 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.guide-heading__row .label {
	width: 5em
}

.guide-heading__row .item {
	margin-right: 1em
}

.guide-heading__row .item .qq-btn {
	display: block;
	width: 2.4rem;
	height: .7467rem;
	border-radius: 2px;
	background-color: #5ab2ff;
	color: #fff;
	text-align: center;
	line-height: .7467rem
}

.guide-heading__row .item .qq-btn:before {
	display: inline-block;
	margin-top: -4px;
	margin-right: 3px;
	width: .48rem;
	height: .48rem;
	background-image: url(/style/images/icon-w-qqq.png);
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	vertical-align: middle
}

.guide-heading__row .item .qq-num {
	padding: 0 1em;
	height: .7467rem;
	outline-width: 1px;
	outline-style: dotted;
	outline-color: #ffd037;
	background-color: #fffde2;
	color: #f60;
	font-size: .3467rem;
	line-height: .7467rem
}

.guide-heading__row .qr img {
	display: block;
	width: 2.4rem;
	height: 2.4rem
}

.guide-box {
	background-color: #fff
}

.guide-item__question {
	position: relative;
	padding: .3733rem .4rem;
	font-size: .4rem
}

.guide-item__answer:before,
.guide-item__question:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	border-bottom: 1px solid #f0f2f5;
	content: "";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.guide-item__answer {
	position: relative;
	display: none;
	padding: .3733rem .4rem;
	background-color: #f9f9fb;
	color: #909090;
	font-size: 14px
}

.guide-item__question:after {
	position: absolute;
	top: 50%;
	right: .4rem;
	display: block;
	width: .48rem;
	height: .48rem;
	background-image: url(/style/images/my_icon_arrowup.png);
	background-size: .48rem;
	background-repeat: no-repeat;
	content: "";
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-o-background-size: .48rem;
	-ms-transform: translateY(-50%)
}

.guide-item.slide-in .guide-item__question:after {
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-moz-transform: translateY(-50%) rotate(-180deg);
	-o-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg)
}

.guide-item.slide-in .guide-item__answer {
	display: block
}

.feedback-field {
	position: relative
}

.feedback-field:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	border-bottom: 1px solid #f0f2f5;
	content: "";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.feedback-field:last-child:before {
	display: none
}

.feedback-field__input,
.feedback-field__textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: .32rem .4rem;
	width: 100%;
	border: 0;
	font-size: .4rem
}

.feedback-field__textarea {
	height: 10rem
}

input.feedback-field__input::-webkit-input-placeholder,
textarea.feedback-field__textarea::-webkit-input-placeholder {
	color: #aeaeae;
	font-size: .3467rem
}

.kw-popular__head {
	padding: .2667rem .32rem
}

.kw-popular__head .title {
	color: #aeaeae;
	font-size: .32rem
}

.kw-popular__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding: 0 .16rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-flow: row wrap
}

.kw-popular__list .item {
	margin: .16rem
}

.kw-popular__list .item a {
	display: block;
	padding: 0 .32rem;
	height: .8rem;
	border-radius: 4px;
	background-color: #f4f4f4;
	font-size: .3467rem;
	line-height: .8rem
}

.history-box {
	margin-top: .32rem
}

.history-head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding: .32rem .32rem .16rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-moz-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.history-head .title {
	color: #aeaeae;
	font-size: .32rem
}

.history-list .item {
	position: relative
}

.history-list .item:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	border-bottom: 1px solid #f0f2f5;
	content: "";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.history-list .item a {
	display: block;
	padding: .32rem;
	font-size: .4rem
}

.history-head .action button {
	width: .48rem;
	height: .48rem;
	border: 0;
	background-color: transparent;
	background-image: url(/style/images/search_icon_del.png);
	background-size: cover;
	background-repeat: no-repeat
}

.history-list .item a:before {
	display: inline-block;
	margin-top: -3px;
	margin-right: 4px;
	width: 16px;
	height: 16px;
	background-image: url(/style/images/search_icon_his.png);
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	vertical-align: middle
}

.sug-list {
	display: none;
	color: #fff;
	font-size: 0
}

.sug-list__item {
	position: relative
}

.sug-list__item:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	border-bottom: 1px solid #f0f2f5;
	content: "";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.sug-list__item a {
	display: block;
	padding: .32rem .64rem;
	color: #5c5c5c;
	font-size: .4rem
}

.sug-list__item a .matche {
	color: #f60
}

.sug-list__item a em {
	margin-left: 5px;
	color: #00b19a;
	font-size: .28rem
}

.book-hero {
	position: relative;
	top: -1.2rem;
	z-index: 95;
	margin-bottom: -1.8rem;
	background: #f3f3f3
}

.book-hero .bg {
	display: block;
	width: 100%
}

.comicThumb_back {
	z-index: 94;
	overflow: hidden;
	margin-bottom: .3rem
}

.comicThumb_back,
.comicThumb_back div {
	position: relative;
	display: block;
	width: 100%;
	height: 5.5rem
}

.comicThumb_back div {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat
}

.comicThumb_back div.coverimg {
	z-index: 94
}

.comicThumb_back div.backimg {
	top: -100%;
	z-index: 93
}

.comicThumb_back div.swiper-container {
	position: relative
}

.comicThumb_back div.swiper-container .swiper-pagination-bullets {
	position: absolute;
	top: 4.2rem;
	left: .4rem;
	z-index: 2;
	width: auto;
	text-align: center
}

.comicThumb_back div.swiper-container .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	border-radius: 6px
}

.comicThumb_back div.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 3px;
	background-color: #111;
	opacity: .2
}

.comicThumb_back div.swiper-container .swiper-pagination-bullet-active {
	opacity: 1 !important
}

.comicThumb_back div#warn {
	position: relative;
	top: -120%;
	z-index: 96;
	display: none;
	margin: 0;
	width: 100%;
	height: 8rem;
	background-image: url(/style/images/renwubg.png);
	background-position: 100% 100%;
	background-size: auto 6.7rem;
	background-repeat: no-repeat
}

.comicThumb_back div#warn.wtop1 {
	top: -100%
}

.comicThumb_back div.filter,
.comicThumb_back div.taiwan {
	top: -10%;
	left: -10%;
	display: block;
	width: 120%;
	height: 120%;
	filter: blur(20px)
}

.comicThumb_back div.filter:after,
.comicThumb_back div.taiwan:after {
	z-index: 94;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	content: " "
}

.comicThumb_back .swiper-container {
	position: relative
}

.book-hero.nocover .comicThumb_back {
	margin-bottom: .3rem;
	height: 5.5rem
}

.book-hero.nocover .comicThumb_back div {
	height: 5.5rem;
	background-position: center 25%
}

.book-hero.nocover .comicThumb_back div.backimg {
	top: -100%
}

.book-hero.nocover .book-hero__detail {
	bottom: .5rem
}

.book-hero.nocover div#warn {
	top: -80%
}

.book-hero:after {
	position: absolute;
	top: 60%;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 95;
	height: 40%;
	background: linear-gradient(180deg, transparent 25%, rgba(0, 0, 0, .24) 70%, rgba(0, 0, 0, .65));
	content: ""
}

.book-hero:after,
.tags {
	display: block;
	width: 100%
}

.tags {
	overflow: hidden;
	margin: 0 .1rem 10px;
	height: .6rem
}

.tags a {
	display: inline-block;
	margin: 0 .1rem .2rem 0;
	padding: 0 .5em;
	height: .48rem;
	border: 1px solid #333;
	border-radius: .48rem;
	background-color: transparent;
	color: #333;
	table-layout: fixed;
	text-indent: 0;
	word-wrap: break-all;
	line-height: .48rem;
	word-break: normal
}

.tags#stag h3 {
	float: left;
	color: #111;
	text-indent: .3rem;
	font-weight: 700
}

.book-hero__bar,
.book-hero__detail {
	z-index: 96
}

.book-hero__bar {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	margin-top: .1rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-moz-box-pack: justify;
	justify-content: space-between
}

.book-hero__detail {
	width: 100%;
	color: #fefbf8
}

.book-hero__detail .title {
	width: 100%;
	color: #fefbf8;
	text-indent: .4733rem;
	font-weight: 500;
	font-size: .5067rem
}

.book-hero__detail .title.center {
	position: relative;
	top: -.3rem;
	text-align: center
}

.nocover .book-hero__detail .title.center {
	top: -1.2rem
}

.book-hero__detail .title span {
	margin-left: 10px;
	font-weight: 400;
	font-size: .3rem
}

.book-hero__detail.taiwan {
	display: none
}

.book-hero__bar button {
	border: 0;
	background-color: transparent;
	background-repeat: no-repeat
}

.book-hero__bar .btn-back {
	overflow: hidden;
	margin-top: .3rem;
	margin-left: .3rem;
	width: .64rem;
	height: .64rem;
	border-radius: .8rem;
	background-color: rgba(0, 0, 0, .5);
	background-image: url(/style/images/detail_icon_back.png);
	background-position: 50%;
	background-size: 20px;
	background-repeat: no-repeat;
	text-indent: -999px;
	-o-background-size: 20px
}

.book-hero__bar .pull-left,
.book-hero__bar .pull-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.book-hero__bar .pull-right {
	display: block;
	overflow: hidden;
	margin-top: .3rem;
	margin-right: .2rem;
	width: 1.6rem;
	height: .64rem
}

.book-hero__bar .btn-share {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 1.6rem;
	height: .64rem;
	border: 0;
	border-radius: .32rem;
	line-height: .64rem;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-moz-box-pack: center;
	-webkit--moz-box-pack: center;
	box-pack: center
}

.book-hero__bar .btn-share i {
	width: .4rem;
	height: .4rem;
	background-image: url(/style/images/icon_bottomindex_gift_v7.png);
	background-size: cover
}

.book-hero__bar .btn-share span {
	margin-left: 5px;
	color: #333
}

.book-hero__bar .safety button {
	position: absolute;
	right: .2rem;
	margin-top: .3rem;
	width: .64rem;
	height: .64rem;
	border: 0;
	border-radius: .8rem;
	background-position: 50%;
	background-size: cover;
	text-indent: -999999px;
	backround-repeat: no-repeat
}

.book-hero__bar .safety button.icon-safety-off {
	background-color: #fe6723
}

.book-hero__bar .safety button.icon-safety-off.big {
	margin-top: .2rem;
	width: .8rem;
	height: .8rem
}

.book-hero__bar .safety button.icon-safety-off.youth {
	background-color: #3cd38e;
	background-image: url(/style/images/safety-ok.png);
	animation-play-state: paused
}

.book-hero__flag {
	position: absolute;
	top: 1.2rem;
	right: .32rem;
	z-index: 96;
	display: none
}

.book-hero__flag .free {
	display: inline-block;
	width: 2.3rem;
	height: .5rem;
	border-radius: .48rem;
	background-color: rgba(0, 0, 0, .3);
	color: #fff;
	table-layout: fixed;
	text-align: center;
	text-indent: 0;
	word-wrap: break-all;
	line-height: .5rem;
	word-break: normal
}

.book-hero__flag .free em {
	font-size: .3rem
}

.book-tab {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	height: 1.2267rem;
	background-color: #fff;
	line-height: 1.2267rem
}

.book-tab:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	border-bottom: 1px solid #f0f2f5;
	content: "";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.book-tab .item {
	font-size: .4267rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.book-tab .item a {
	position: relative;
	display: block;
	color: #909090;
	text-align: left;
	text-indent: .3733rem
}

.book-tab .item a.active {
	color: #282828;
	font-weight: 600
}

.book-tab .item a span {
	margin-left: 5px;
	font-weight: 400;
	font-size: .2rem
}

.book-container {
	float: left;
	width: 100%;
	background-color: #fff
}

.book-container__head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding: 0 .3733rem .4rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-moz-box-pack: justify;
	justify-content: space-between
}

.book-container__head .title {
	color: #111;
	font-weight: 700;
	font-size: .4267rem
}

.book-container__head .update {
	font-size: .3rem
}

.book-container__head .update a {
	font-size: .35rem
}

.book-container__head .update span {
	margin: 0 5px;
	color: #ddd
}

.book-container__detail {
	padding: .32rem .3733rem;
	font-size: .3733rem;
	line-height: .64rem
}

.book-container__detail .title {
	margin-bottom: .2rem;
	color: #111;
	font-weight: 700
}

.book-container .book-detail,
.book-container__detail .taiwan {
	display: none
}

#stips {
	margin-top: 10px;
	width: 100%;
	height: .64rem;
	color: #f66;
	text-align: center;
	font-size: .3733rem;
	line-height: 1rem
}

#safetytips {
	padding: .32rem .3733rem;
	color: #666;
	text-align: center;
	font-size: .37rem;
	line-height: .65rem
}

#safetytips b {
	display: block;
	margin-bottom: 5px;
	width: 100%;
	color: #111
}

#safetytips .btn {
	margin: .2rem auto;
	width: 5.3333rem;
	height: 1.0667rem;
	border: none;
	border-radius: 1.0667rem;
	text-align: center;
	line-height: 1.0667rem
}

#safetytips .select {
	display: block;
	margin: 5px auto;
	width: 100%;
	border: 0;
	background-color: #fff;
	color: #5c5c5c
}

#safetytips .select .teenagerHtml {
	color: #00b36b
}

#safetytips .green {
	color: #00b36b;
	line-height: .8rem
}

#safetytips .radio {
	position: relative;
	top: 3px;
	display: inline-block;
	margin-right: 2px;
	width: .4267rem;
	height: .4267rem;
	background: url(/style/images/ag_select_active.png);
	background-size: 100% 100%;
	cursor: pointer
}

#safetytips a {
	margin: 0 .1rem;
	color: #111;
	text-decoration: underline
}

#safetytips .by {
	color: #999;
	font-size: .32rem;
	line-height: .5rem
}

.book-container__author {
	padding: 0 .3733rem .24rem;
	font-size: .32rem
}

.book-container__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding: .3rem 0;
	border-top: 1px solid #f3f3f3;
	border-bottom: 3px solid #eee;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.book-container__row .line {
	width: 1px;
	height: .8533rem;
	background: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0), #aeaeae 20%, #aeaeae 50%, #aeaeae 80%, hsla(0, 0%, 100%, 0));
	background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(20%, #aeaeae), color-stop(50%, #aeaeae), color-stop(80%, #aeaeae), to(hsla(0, 0%, 100%, 0)));
	background: -o-linear-gradient(top, hsla(0, 0%, 100%, 0) 0, #aeaeae 20%, #aeaeae 50%, #aeaeae 80%, hsla(0, 0%, 100%, 0) 100%);
	background: -moz-linear-gradient(top, hsla(0, 0%, 100%, 0) 0, #aeaeae 20%, #aeaeae 50%, #aeaeae 80%, hsla(0, 0%, 100%, 0) 100%);
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #aeaeae 20%, #aeaeae 50%, #aeaeae 80%, hsla(0, 0%, 100%, 0));
	-webkit-transform: scaleX(.5);
	-moz-transform: scaleX(.5);
	-o-transform: scaleX(.5);
	transform: scaleX(.5);
	-ms-transform: scaleX(.5)
}

.book-container__row .col {
	text-align: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.book-container__row .col .number {
	margin-bottom: 10px;
	color: #f60;
	font-size: .4267rem
}

.book-container__row .col .text {
	color: #777;
	font-size: .3733rem;
	cursor: pointer
}

.book-container__row .col.digg .text {
	margin: 0 auto;
	padding: 0 3px;
	width: 1.6rem;
	height: .64rem;
	border-radius: .32rem;
	background-color: #f3f3f3;
	line-height: .64rem
}

.book-container__row .col.digg .text.active {
	background-color: #fff;
	color: #999
}

.book-container__row .col.digg .text,
.book-container__row .col.fav .text {
	color: #111
}

.book-container__row .col.fav .text#del {
	color: #999
}

.book-container__row .col.fav .text i {
	display: inline-block;
	margin-right: 3px;
	width: .3rem;
	height: .3rem;
	background-image: url(/style/images/num_add.png);
	background-size: cover
}

.book-comments {
	background-color: #fff
}

.book-comments__head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding: .32rem .3733rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-moz-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.book-comments__head .title {
	color: #222;
	font-weight: 700;
	font-size: .4267rem
}

.book-comments__head .action a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 1.7333rem;
	height: .5867rem;
	border-radius: 100px;
	background-color: #ffe04f;
	color: #423300;
	font-size: .3467rem;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-moz-box-pack: center;
	-webkit--moz-box-pack: center;
	box-pack: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center
}

.book-comments__head .action a .icon-edit {
	display: inline-block;
	width: .4rem;
	height: .4rem;
	background-image: url(/style/images/detail_icon_edit.png);
	background-size: cover;
	background-repeat: no-repeat
}

.book-comments__list .item {
	position: relative;
	padding: .4rem
}

.book-comments__list .item:before {
	position: absolute;
	right: .4rem;
	bottom: 0;
	left: .4rem;
	display: block;
	border-bottom: 1px solid #f0f2f5;
	content: "";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.book-comments__list .item .head {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.book-comments__list .item .head img {
	display: block;
	margin-top: 10px;
	margin-left: 4px;
	width: 34px;
	height: 34px;
	border: 1px solid transparent;
	border-radius: 34px
}

.book-comments__list .item .head .name {
	overflow: hidden;
	margin-left: .32rem;
	color: #909090;
	font-size: .3733rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.book-comments__list .item .body {
	padding: .16rem 0 .32rem 1.2rem;
	font-size: .4rem;
	line-height: .64rem
}

.book-comments__list .foot {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	margin-left: 1.2rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-moz-box-pack: justify;
	justify-content: space-between
}

.book-comments__list .item .head .name .vip-month,
.book-comments__list .item .head .name .vip-year {
	display: inline-block;
	margin-top: -3px;
	width: 1.28rem;
	height: .4267rem;
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: middle
}

.book-comments__list .item .detail_vip {
	z-index: 2;
	width: 42px;
	height: 38px;
	background: url(/style/images/detail_user_vip.png) no-repeat 50%;
	background-size: 100% 100%
}

.book-comments__list .item .head .name.detail_vip_text {
	color: #ff5050
}

.book-comments__list .item .head .name .vip-year {
	background-image: url(/style/images/vip-year.png)
}

.book-comments__list .item .head .name .vip-month {
	background-image: url(/style/images/vip-month.png)
}

.book-comments__list .more .btn-text {
	display: block;
	padding: .48rem 0;
	color: #5c5c5c;
	text-align: center;
	font-size: .3733rem
}

.book-comments__empty {
	padding: .5333rem 0 1.2267rem;
	color: #909090;
	text-align: center;
	font-size: .3467rem
}

.reply .book-comments__head {
	position: relative
}

.reply .book-comments__head:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	border-bottom: 1px solid #f0f2f5;
	content: "";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.reply .book-comments__head .title {
	color: #111;
	font-size: 16px
}

.reply .book-comments__head .title .small {
	margin-left: .5em;
	color: #c7c7c7;
	vertical-align: bottom;
	font-weight: 400;
	font-size: .2933rem
}

.commit_mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8)
}

.commit_mask_body {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99;
	width: 100%
}

.commit_mask_body_btn {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1.44rem;
	outline: 0;
	border: 0;
	border-bottom: 1px solid #f5f5f5;
	background-color: #fff;
	color: #282828;
	font-size: .4533rem
}

.edit_commit {
	position: fixed;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	height: 1.3333rem;
	border-top: 1px solid #f5f5f5;
	background-color: #fff;
	color: #ff8f0d;
	font-size: .4267rem;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-moz-box-pack: center;
	-webkit--moz-box-pack: center;
	box-pack: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center
}

.icon_commit_edit {
	display: inline-block;
	margin-top: 1px;
	margin-right: .16rem;
	width: .4267rem;
	height: .4267rem;
	background: url(/style/images/read_comment_more_icon_xie.png);
	background-size: 100% 100%
}

.bor5 {
	border: 2px solid #f5f5f5
}

.book-comments__list .item .at {
	color: #999
}

.reply .book-comments__list .item .body {
	font-size: .3467rem
}

.seg-box {
	padding: 0 .32rem .32rem;
	color: #909090;
	font-size: 13px;
	line-height: .5067rem
}

.episode-box {
	background-color: #fff
}

.episode-head {
	padding: 0 .32rem;
	height: 1.1733rem;
	background: #fff;
	font-size: .3467rem;
	line-height: 1.1733rem
}

.episode-head .title {
	float: left;
	color: #333;
	font-size: .3rem
}

.episode-head .title span {
	margin: 0 5px;
	color: #ddd
}

.episode-head .sort {
	float: right;
	color: #555
}

.episode-head .sort a {
	display: block;
	border: 0;
	background-color: transparent
}

.episode-head .sort a i {
	display: inline-block;
	margin-top: -3px;
	margin-left: 2px;
	width: .24rem;
	height: .32rem;
	background-image: url(/style/images/icon_desc.png);
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: middle
}

.episode-head .sort a.desc i {
	background-image: url(/style/images/icon_asc.png)
}

.episode-head .sort a.active {
	display: none
}

.episode-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding: 0 10px .32rem;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.episode-list .item {
	width: 25%
}

.episode-list .item a {
	position: relative;
	display: block;
	margin: 2px;
	height: 1.1733rem;
	border-radius: 3px;
	background-color: #f0f2f5;
	text-align: center;
	font-size: .3467rem;
	line-height: 1.1733rem
}

.episode-list .item a.active {
	background-image: -webkit-linear-gradient(-67deg, #ffe153 19%, #ffd251 97%);
	background-image: -ms-linear-gradient(-67deg, #ffe153 19%, #ffd251 97%);
	color: #423300
}

.episode-list .item a.active.vip:after {
	position: absolute;
	top: 2px;
	right: 2px;
	display: inline-block;
	width: 18px;
	height: 10px;
	background: url(/style/images/detail_icon_vipb_s.png) no-repeat;
	background-size: 100%;
	content: ""
}

.episode-list .item a .vip-free {
	position: absolute;
	top: 2px;
	right: 2px;
	height: 12px
}

.episode-list .item a .vip-free img {
	vertical-align: top
}

.episode-list .item a.lock:before,
.episode-list .item a.unlock:before {
	position: absolute;
	top: 2px;
	right: 2px;
	display: block;
	width: .32rem;
	height: .32rem;
	background-size: cover;
	content: ""
}

.episode-list .item a.lock:before {
	background-image: url(/style/images/menu_icon_lock_d.png)
}

.episode-list .item a.unlock:before {
	background-image: url(/style/images/menu_icon_lock_n8a.png)
}

.episode_area {
	float: left;
	display: block;
	margin: 10px 2%;
	width: 96%
}

.episode_area ul li {
	float: left;
	margin: 10px auto 0;
	width: 100%;
	background-color: #fff
}

.episode_area .item {
	width: 100%
}

.episode_area .item a {
	display: flex;
	width: 100%
}

.episode_area .item .thumb_wp {
	position: relative;
	overflow: hidden;
	margin: 1px 5px 2px 0;
	width: 3.2rem;
	height: 1.8rem;
	border: 0;
	border-radius: .1333rem
}

.episode_area .item .thumb_wp .thumb_img {
	display: inline-block;
	height: 100%;
	border: 0
}

.episode_area .item .info_wp {
	flex-grow: 1
}

.episode_area .item .infoBox {
	display: flex;
	height: 96%;
	border: 1px solid #f0f2f5;
	border-radius: .1333rem;
	justify-content: space-between
}

.episode_area .item .left {
	display: table;
	width: 80%;
	height: 100%;
	flex: 0 0 auto
}

.episode_area .item .left .box {
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle;
	line-height: .5rem
}

.episode_area .item .left .box span {
	display: inline-block
}

.episode_area .item .left .box .title {
	color: #282828;
	font-weight: 500;
	font-size: .3733rem
}

.episode_area .item .left .box .subTitle {
	display: -webkit-box;
	overflow: hidden;
	color: #666;
	text-overflow: ellipsis;
	font-size: .2933rem;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.episode_area .item .left .box .pubDate {
	color: #999;
	font-size: .32rem
}

.episode_area .item .thumb_wp .bg_mask {
	display: none
}

.episode_area .item .thumb_wp.coin .bg_mask,
.episode_area .item .thumb_wp.his .bg_mask,
.episode_area .item .thumb_wp.time .bg_mask,
.episode_area .item .thumb_wp.vip .bg_mask {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	border-radius: .1333rem;
	background-color: rgba(0, 0, 0, .5)
}

.episode_area .item .thumb_wp.his .bg_mask {
	background-color: hsla(0, 0%, 100%, .8)
}

.episode_area .item .thumb_wp.coin .icon_desc_lock,
.episode_area .item .thumb_wp.his .icon_desc_lock,
.episode_area .item .thumb_wp.time .icon_desc_lock,
.episode_area .item .thumb_wp.vip .icon_desc_lock {
	position: absolute;
	bottom: .1333rem;
	left: .1333rem;
	width: .64rem;
	height: .64rem
}

.episode_area .item .thumb_wp.coin .icon_desc_lock.coin {
	background: url(/style/images/icon_desc_lock.png);
	background-size: 100% 100%
}

.episode_area .item .thumb_wp.time .icon_desc_lock.time {
	background: url(/style/images/icon_desc_unlock.png);
	background-size: 100% 100%
}

.episode_area .item .thumb_wp.vip .icon_desc_lock.vip {
	top: 50%;
	left: 50%;
	background: url(/style/images/icon_desc_vip_c.png);
	background-size: 100% 100%;
	transform: translate(-50%, -50%)
}

.episode_area .item .thumb_wp.his .icon_desc_lock.his {
	border-radius: 50%;
	background: url(/style/images/icon_desc_his.png);
	background-color: rgba(0, 0, 0, .8);
	background-size: 100% 100%
}

.episode_area ul.txtlist li {
	margin: 1px 2%;
	width: 46%
}

.episode_area ul.txtlist li:nth-child(2n+2) {
	margin-right: 0
}

.episode_area ul.txtlist li a {
	display: block;
	width: 100%;
	height: 1.3rem
}

.episode_area ul.txtlist .item .infoBox {
	display: flex;
	padding-right: 5px;
	height: 100%;
	border: 0;
	border-radius: 0;
	justify-content: space-between
}

.episode_area ul.txtlist li:nth-child(n+3) .item .infoBox {
	border-top: 1px solid #f0f2f5
}

.episode_area ul.txtlist li .item .left .box {
	padding-left: 0;
	line-height: .55rem
}

.episode_area ul.txtlist li .item .left .box .subTitle {
	display: block;
	overflow: hidden;
	height: .55rem;
	color: #999;
	font-size: .2933rem;
	line-height: .55rem;
	flex: auto
}

.episode_area ul.txtlist li .thumb_wp,
.txtlist li .pubDate {
	display: none
}

.episode_area .right {
	display: table;
	height: 100%;
	flex: 0 0 auto
}

.episode_area .right .box {
	display: table-cell;
	vertical-align: middle
}

.episode_area .right .btn {
	float: left;
	overflow: hidden;
	margin-right: 10px;
	padding: 0 .2rem;
	height: .48rem;
	border: 0;
	border-radius: 6px;
	font-size: .32rem;
	line-height: .42rem
}

.episode_area .right .btn.free {
	background: #f3fef6;
	color: #6eb57c
}

.episode_area .right .btn.time {
	background: #f8fafe;
	color: #84a4f1
}

.episode_area .right .btn.vip {
	background: #fff5fa;
	color: #d186f7
}

.episode_area .right .btn.coin {
	background: #fff9f5;
	color: #e5ab6f;
	font-size: .25rem
}

.episode_area .right .btn.coin em {
	font-size: .35rem
}

.episode_area .right .btn.buy,
.episode_area .right .btn.read {
	background: #fff;
	color: #999
}

.episode_area .right .btn.his {
	background: #fff;
	color: #1ba8f2
}

.episode-list__action {
	position: relative
}

.episode-list__action:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	border-top: 1px solid #f0f2f5;
	content: "";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.episode-list__action button {
	width: 100%;
	height: 1.4667rem;
	border: 0;
	background-color: transparent;
	font-size: .3733rem;
	line-height: 1.4667rem
}

.episode-list__action button i {
	display: inline-block;
	margin-top: -3px;
	width: .32rem;
	height: .32rem;
	background-image: url(/style/images/a_icon_arrow.png);
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: middle
}

.read-bar {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 90;
	overflow: hidden;
	height: 1.34rem;
	border-top: 1px solid #f0f2f5;
	background-color: #fff
}

.read-comment {
	display: block;
	color: #ff8f0d;
	line-height: 1.34rem
}

.read-bar .icon-edit {
	display: inline-block;
	margin-top: -3px;
	margin-right: 5px;
	width: .5rem;
	height: .5rem;
	background-image: url(/style/images/detail_icon_comment.png);
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: middle
}

.read-bar__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	height: 1.34rem;
	line-height: 1.34rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.read-bar__container .body {
	float: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	overflow: hidden;
	padding: 0;
	width: 70%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	justify-content: center
}

.read-bar__container .body .chapter {
	margin-right: 2%;
	width: 26%;
	text-align: center;
	white-space: nowrap;
	font-size: .3733rem
}

.read-bar__container .body .title {
	overflow: hidden;
	margin-right: 1em;
	width: 50%;
	color: #999;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: .3rem;
	-o-text-overflow: ellipsis
}

.read-bar__container .body .home {
	overflow: hidden;
	margin-left: 2%;
	width: 20%;
	border-left: 1px solid #eee;
	text-align: center;
	line-height: .45rem
}

.read-bar__container .body .home i.icon-home {
	display: block;
	overflow: hidden;
	margin: .2rem auto 0;
	width: .6rem;
	height: .6rem;
	background-image: url(/style/images/n19__home_tabbar_icon_home_n.png);
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.read-bar__container .body .home span {
	color: #999;
	font-size: .28rem
}

.read-bar__container .action {
	width: 28%;
	background-color: #f9f9f9
}

.read-bar__container .action a {
	display: block;
	color: #333;
	text-align: center;
	font-size: .4267rem;
	line-height: 1.34rem
}

.read-bar.safari,
.read-bar.safari .read-bar__container,
.read-bar.safari .read-bar__container .action a,
.read-bar__container .body {
	height: 1.54rem
}

.read-bar.safari .read-bar__container .body .home i.icon-home {
	margin: .1rem auto 0
}

.y-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9;
	width: 8.5333rem;
	border-radius: .32rem;
	background-color: #ffe153;
	background-image: url(/style/images/ym-bg.png);
	background-position: top;
	background-size: 288px 60px;
	background-repeat: no-repeat;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-background-size: 288px 60px
}

.y-modal__head {
	padding: .5333rem 0 .4rem;
	text-align: center
}

.y-modal__head .title {
	color: #423300;
	font-size: .5067rem
}

.ticket {
	margin: 0 .4rem .64rem
}

.ticket-top {
	height: 5px;
	border-radius: 5px;
	background-color: #fdd410
}

.ticket-box {
	margin: -2px 4px 0;
	padding: .64rem 0 .8rem;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #fff;
	background-image: url(/style/images/ticket-border.png);
	background-position: 0 100%;
	background-size: 11px 5px;
	background-repeat: repeat-x;
	text-align: center;
	-o-background-size: 11px 5px
}

.ticket-box .title {
	color: #565656;
	font-size: .3467rem
}

.ticket-box .primary {
	margin-top: .5em;
	color: #f60;
	font-size: .3733rem
}

.ticket-box .date {
	margin-top: .5em;
	color: #909090;
	font-size: .32rem
}

.ticket-action {
	margin: .48rem 0 .32rem;
	text-align: center
}

.ticket-action button {
	width: 5.8667rem;
	height: .96rem;
	border: 0;
	border-radius: .96rem;
	background-image: -webkit-linear-gradient(-40deg, #ff7247 19%, #ff5c2a 97%);
	background-image: -ms-linear-gradient(-40deg, #ff7247 19%, #ff5c2a 97%);
	box-shadow: 0 3px 2px 0 #ff7045;
	color: #fff;
	font-size: .3733rem
}

.y-modal__action {
	position: absolute;
	left: 50%;
	height: 1.28rem;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-ms-transform: translateX(-50%)
}

.y-modal__action .line {
	margin: 0 auto;
	width: 1px;
	height: 1.28rem;
	background-color: #fff
}

.y-modal__action button {
	border: 0;
	background-color: transparent
}

.comment-form {
	position: absolute;
	top: 1.1733rem;
	right: 0;
	bottom: 1.7067rem;
	left: 0
}

.comment-form__field {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: .4rem
}

textarea.comment-form__textarea {
	width: 100%;
	height: 100%;
	border: 0;
	font-size: .4rem
}

textarea.comment-form__textarea::-webkit-input-placeholder {
	color: #909090;
	font-size: .3467rem
}

.comment-total {
	position: fixed;
	right: .4rem;
	bottom: 0;
	left: .4rem;
	height: 1.7067rem;
	color: #909090;
	text-align: right;
	font-size: .3467rem;
	line-height: 1.7067rem
}

.episode-detail {
	position: relative;
	z-index: 0;
	display: block;
	margin: 0 auto;
	padding-top: 1.1733rem;
	width: 100%;
	max-width: 768px;
	text-align: center
}

.episode-detail figure.cImg {
	position: relative;
	z-index: 1;
	float: left;
	margin: 0 auto;
	padding: 0;
	max-width: 720px
}

.episode-detail figure.cImg.mh300 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	min-height: 500px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.episode-detail figure.cImg img {
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	max-width: 720px;
	will-change: inherit
}

.episode-detail p {
	display: none;
	margin-top: 20px;
	width: 60px;
	border: 2px solid #333;
	background: #333;
	color: #fff;
	text-align: center;
	font-size: 16px
}

.episode-detail p.won {
	display: block
}

.episode-detail p.p0,
.episode-detail p.p0.won {
	display: none
}

.episode-detail .imgWrap figure.cImg.won {
	width: 20%
}

.episode-detail .imgWrap figure.cImg.cbimg img {
	float: left;
	display: block;
	width: 98%;
	border: 2px solid #333
}

.episode-detail .imgWrap figure.cImg.cbimg.won img,
.episode-detail .imgWrap figure.cImg.won img {
	float: left;
	display: inline-block;
	width: 100%;
	border: 0
}

.episode-detail .imgbg,
.episode-detail .mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	max-width: 768px;
	background: 0 0
}

.episode-detail .mask {
	z-index: 3;
	display: none;
	height: 100%;
	background-image: linear-gradient(-180deg, rgba(51, 51, 51, .5), #fff);
	backdrop-filter: blur(10px)
}

.episode-detail.hidden {
	position: relative;
	overflow: hidden;
	max-height: 100vh
}

.episode-detail.hidden:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(-180deg, hsla(0, 0%, 100%, .5), #fff);
	content: "";
	backdrop-filter: blur(10px)
}

.episode-detail.off {
	overflow: hidden;
	height: 1520px
}

.episode-tips {
	display: flex;
	align-items: center
}

.episode-tips button {
	display: none;
	margin: 0 auto;
	padding-top: 2rem;
	width: 96%;
	height: 0;
	max-width: 620px;
	border: 0;
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
	text-align: center;
	cursor: pointer
}

.episode-tips button.logintips {
	background-image: url(/style/images/logintips.png)
}

.episode-tips button.buytips {
	background-image: url(/style/images/buytips.png)
}

.episode-tips button.apptips {
	background-image: url(/style/images/apptips.png)
}

.episode-side {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding: 0;
	background-color: #fff
}

.episode-side:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	border-bottom: 1px solid #e5e5e5;
	content: "";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.episode-side .col {
	color: #666;
	text-align: center;
	font-size: .4rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.episode-side .col button {
	width: 100%;
	height: 2.5rem;
	border: 0;
	background-color: transparent;
	color: inherit;
	font-size: inherit
}

.episode-side .col button:hover {
	background-color: #eee;
	cursor: pointer
}

.episode-side .col i[class^=icon-] {
	display: block;
	margin: 0 auto .5em;
	width: .7rem;
	height: .7rem;
	background-size: 100% 100%;
	background-repeat: no-repeat
}

.episode-side .col .icon-fav {
	background-image: url(/style/images/shoucang.svg)
}

.episode-side .col .icon-dir {
	background-image: url(/style/fonts/m_list.svg)
}

.episode-side .col .icon-laud {
	background-image: url(/style/fonts/zan_n.svg)
}

.episode-side .col .active .icon-fav {
	background-image: url(/style/fonts/shoucang_active.svg)
}

.episode-side .col .active .icon-laud {
	background-image: url(/style/fonts/zan_active.svg)
}

.episode-pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding: 0
}

.episode-pagination .col {
	text-align: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.episode-pagination .line {
	width: 1px;
	height: 2rem;
	background-color: #ddd;
	-webkit-transform: scaleX(.5);
	-moz-transform: scaleX(.5);
	-o-transform: scaleX(.5);
	transform: scaleX(.5);
	-ms-transform: scaleX(.5)
}

.episode-pagination .col a {
	display: block;
	width: 100%;
	height: 2rem;
	border: 0;
	background-color: transparent;
	color: #757575;
	text-align: center;
	font-size: .4rem;
	line-height: 2rem
}

.episode-pagination .col a.next:after,
.episode-pagination .col a.prev:before {
	display: inline-block;
	margin-top: -3px;
	width: .4267rem;
	height: .4267rem;
	background-image: url(/style/images/read_icon_previous.png);
	background-size: .4267rem;
	background-repeat: no-repeat;
	content: "";
	vertical-align: middle;
	-o-background-size: .4267rem
}

.episode-pagination .col a.next:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-ms-transform: rotate(180deg)
}

.episode-pagination .col a:hover {
	background-color: #eee;
	cursor: pointer
}

.down-app {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 1.533rem;
	background: #fff;
	text-align: center
}

.down-app a {
	display: block;
	color: #ff5000;
	text-decoration: underline;
	font-size: .4rem;
	line-height: 1.333rem
}

.down-app a i {
	position: relative;
	top: .15rem;
	display: inline-block;
	margin-right: .1rem;
	background-size: 100% 100%
}

.down-app a i.icon-xz {
	width: .5334rem;
	height: .6667rem;
	background-image: url(/style/images/icon_bottomindex_phone_v7.png)
}

.down-app a i.icon-task {
	top: .14rem;
	width: .5334rem;
	height: .5334rem;
	background-image: url(/style/images/icon_bottomindex_gift_v7.png)
}

#read_list {
	display: block;
	min-height: 250px;
	background: #fff
}

#read_list,
#read_list>li {
	float: left;
	width: 100%
}

#read_list>li:hover {
	background-color: #eee;
	cursor: pointer
}

#read_list>li a {
	display: block;
	overflow: hidden;
	margin: 0 3%;
	width: 94%;
	height: 1.333rem;
	border-bottom: 1px solid #eee;
	color: #505050;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: .3733rem;
	line-height: 1.333rem;
	-o-text-overflow: ellipsis
}

#read_list>li a span {
	position: relative;
	top: 5px;
	display: inline-block;
	overflow: hidden;
	margin-right: 5px;
	width: .45rem;
	height: .45rem;
	border-radius: 50%;
	background: #ddd;
	color: #fff;
	text-align: center;
	font-size: .3rem;
	line-height: .45rem
}

#read_list>li a span.on1 {
	background: #f54545
}

#read_list>li a span.on2 {
	background: #ff8547
}

#read_list>li a span.on3 {
	background: #ffac39
}

#topimg.tooltip-bar,
.tooltip-bar {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0;
	width: auto;
	height: 1.6rem;
	background-color: #f3f3f3;
	line-height: 1.6rem
}

#topimg.tooltip-bar:before,
.tooltip-bar:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	content: "";
	transform: scaleY(.5)
}

#topimg.tooltip-bar {
	position: fixed;
	top: none;
	right: 0;
	bottom: 1.6rem;
	left: 0;
	z-index: 9;
	overflow: hidden;
	width: 100%;
	height: 2.6rem;
	max-width: 1024px;
	background: #f3f3f3
}

#topimg.tooltip-bar .box {
	border-radius: .2rem
}

#topimg.tooltip-bar.on {
	bottom: 1.6rem;
	transition: all .2s ease-in-out
}

#topimg.tooltip-bar.off {
	bottom: 0;
	transition: all .2s ease-in-out
}

.tooltip-bar {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0;
	width: auto;
	height: 1.6rem;
	background-color: #fff;
	line-height: 1.6rem
}

.tooltip-bar:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	border-top: 1px solid #fafafa;
	content: "";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.tooltip-bar__row {
	display: flex
}

.tooltip-bar__row .col {
	padding: 0 .1rem;
	border-left: 1px solid #fafafa;
	text-align: center;
	flex: 1
}

.tooltip-bar__row .col a,
.tooltip-bar__row .col button {
	display: inline-block;
	width: 100%;
	height: 1rem;
	max-width: 3rem;
	border: 0;
	border-radius: 1rem;
	background-color: transparent;
	color: #999;
	font-size: .3733rem
}

.tooltip-bar__row .col a {
	height: 1.6rem;
	max-width: 100%;
	border-radius: 0;
	line-height: 1.6rem
}

.tooltip-bar__row .col a .menu,
.tooltip-bar__row .col button .icon-fav,
.tooltip-bar__row .col button .icon-laud {
	display: inline-block;
	margin-top: -4px;
	width: .625rem;
	height: .625rem;
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: middle
}

.tooltip-bar__row .col button .icon-laud {
	margin-right: 3px;
	background-image: url(/style/images/bottom_icon_like_s.png)
}

.tooltip-bar__row .col button .icon-fav {
	background-image: url(/style/images/bottom_icon_book_n.png)
}

.tooltip-bar__row .col a .menu {
	width: .725rem;
	height: .725rem;
	background-image: url(/style/images/n19__my_icon_read2.png)
}

.tooltip-bar__row .col button.active .icon-laud {
	margin-right: 3px;
	background-image: url(/style/images/bottom_icon_like_n.png)
}

.tooltip-bar__row .col button.active .icon-fav {
	background-image: url(/style/images/bottom_icon_book_s.png)
}

.tooltip-bar__row .col a.prev:hover,
.tooltip-bar__row .col button:hover {
	background-color: #eee;
	cursor: pointer
}

.tooltip-bar__row .col:first-child {
	border: 0;
	background-image: -webkit-linear-gradient(-40deg, #ffe153 19%, #ffd251 97%)
}

.tooltip-bar__row .col:first-child a {
	color: #111;
	font-size: .3733rem
}

.chapter-fav#del {
	display: none
}

.popup {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	background-color: #fff
}

.popup-ch {
	padding: .48rem 0;
	text-align: center
}

.popup-ch__title {
	font-size: .5067rem
}

.popup-head {
	position: relative;
	margin: .4533rem .4rem 0;
	text-align: center
}

.popup-head:before {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	border-top: 1px solid #e5e5e5;
	content: "";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.popup-head__st {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 0 1em;
	background-color: #fff;
	color: #aeaeae;
	font-size: .3733rem
}

.popup-comment {
	margin: 0 1.12rem
}

.popup-comment__body {
	padding: .16rem .32rem;
	border-radius: 3px;
	background-color: #f6f6f7;
	color: #888;
	font-size: .3733rem;
	line-height: .64rem
}

.popup-comment__body .at {
	color: #488ae5
}

.popup-comment__option {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	margin: .2133rem 0;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.popup-comment__option .item {
	position: relative;
	padding: .2133rem 0;
	width: 50%;
	font-size: .4rem
}

.popup-comment__option .item input[type=radio] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.popup-comment__option .item input[type=radio]~.text,
.popup-comment__option .item input[type=radio]~.text i {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.popup-comment__option .item input[type=radio]~.text i {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: .4em;
	width: .48rem;
	height: .48rem;
	border: 1px solid #ddd;
	border-radius: .48rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	justify-content: center
}

.popup-comment__option .item input[type=radio]:checked~.text i {
	border-color: #ffc321
}

.popup-comment__option .item input[type=radio]:checked~.text i:before {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #ffc321;
	content: ""
}

.popup-comment__textarea {
	margin-bottom: 1.2em;
	padding: .5em 1em;
	border: 1px solid #e2e2e2;
	border-radius: 3px
}

.popup-comment__textarea textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 4em;
	border: 0;
	font-size: .3467rem
}

.popup-comment__action {
	position: relative;
	height: 1.6rem
}

.popup-comment__action:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	border-top: 1px solid #f0f2f5;
	content: "";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.popup-comment__action button {
	width: 100%;
	height: 1.6rem;
	border: 0;
	background-color: transparent;
	color: #f60;
	font-size: .4533rem
}

.popup-close {
	position: absolute;
	top: 1em;
	right: 1em
}

.popup-close button {
	overflow: hidden;
	width: .48rem;
	height: .48rem;
	border: 0;
	background-color: transparent;
	background-image: url(/style/images/close.png);
	background-size: .48rem;
	text-indent: -999px;
	-o-background-size: .48rem
}

.popup-lt {
	padding: 1em 0;
	color: #5c5c5c;
	text-align: center;
	font-size: .4rem
}

.popup-ly-action {
	margin: 0 .4rem;
	padding-bottom: .64rem
}

.popup-ly-action button {
	width: 100%;
	height: 1.3333rem;
	border: 0;
	border-radius: 1.3333rem;
	background-color: transparent;
	background-image: -webkit-linear-gradient(-14deg, #ffe153 19%, #ffd251 97%);
	background-image: -ms-linear-gradient(-14deg, #ffe153 19%, #ffd251 97%);
	color: #423300;
	font-size: .4rem
}

.popup-pt {
	padding: .4rem 0;
	text-align: center
}

.popup-pt__primary {
	font-size: .5333rem
}

.popup-pt .typo-orange {
	color: #f66
}

.popup-pt__small {
	color: #909090;
	font-size: .3467rem
}

.popup-pt__text {
	margin-top: 1em;
	color: #5c5c5c;
	font-size: .3733rem
}

.popup-pt__text a {
	color: #488ae5;
	text-decoration: underline
}

.popup-pt__notice {
	margin-top: 1em;
	font-size: .3467rem
}

.popup-pt__notice .icon-alert {
	display: inline-block;
	margin-top: -3px;
	width: .4rem;
	height: .4rem;
	background-image: url(/style/images/icon_gantan.png);
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: middle
}

.popup-bt {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding: 0 .4rem;
	height: 1.2rem;
	color: #909090;
	font-size: .32rem;
	line-height: 1.2rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-moz-box-pack: justify;
	justify-content: space-between
}

.popup-bt:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	border-top: 1px solid #f0f2f5;
	content: "";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.popup-bt .pull-right .checkbox {
	position: relative
}

.popup-bt .pull-right .checkbox input[type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.popup-bt .pull-right .checkbox input[type=checkbox]~.text:before {
	display: inline-block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -3px;
	margin-right: 3px;
	width: .4rem;
	height: .4rem;
	border: 1px solid #909090;
	border-radius: .4rem;
	content: "";
	vertical-align: middle
}

.popup-bt .pull-right .checkbox input[type=checkbox]:checked~.text:before {
	border-color: #19a554;
	background-image: url(/style/images/pt-icon-done.png);
	background-position: 50%;
	background-size: .24rem;
	background-repeat: no-repeat;
	-o-background-size: .24rem
}

.coupon-bar {
	position: relative
}

.coupon-bar button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: .32rem .8rem;
	width: 100%;
	border: 0;
	background-color: transparent;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-moz-box-pack: justify;
	justify-content: space-between
}

.coupon-bar:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	border-bottom: 1px solid #f0f2f5;
	content: "";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.coupon-bar button .title {
	font-size: .4267rem
}

.coupon-bar button .pull-right {
	position: relative;
	padding-right: .48rem;
	font-size: .3733rem
}

.coupon-bar button .pull-right:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: .48rem;
	height: .48rem;
	background-image: url(/style/images/c-arrow-icon.png);
	background-size: .48rem;
	background-repeat: no-repeat;
	content: "";
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-o-background-size: .48rem;
	-ms-transform: translateY(-50%)
}

.coupon-bar .typo-orange {
	color: #f60
}

.coupon-bar .typo-red {
	color: #f95a45
}

.coupon-bar .typo-gray {
	color: #bbb
}

.coupon-bar .typo-del {
	color: #bbb;
	text-decoration: line-through
}

.cp-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding: .2667rem;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.cp-item {
	width: 50%
}

.cp-item .container {
	position: relative;
	margin: .16rem
}

.cp-item .container input[type=radio] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.cp-item .container input[type=radio]~.box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	overflow: hidden;
	height: 2.6rem;
	border-radius: .1867rem;
	background-color: #f8f8f8;
	text-align: center;
	line-height: 1.5;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	justify-content: center
}

.cp-item .container input[type=radio]~.box .frist_tips {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 .1333rem;
	height: .4533rem;
	border-bottom-right-radius: .1867rem;
	border-top-left-radius: .1867rem;
	background-color: #ffd33b;
	font-size: .2933rem;
	line-height: .42rem
}

.cp-item .container input[type=radio]~.box .title {
	color: #131313;
	font-weight: 500;
	font-size: .5067rem
}

.cp-item .container input[type=radio]~.box .append {
	margin-top: .0667rem;
	padding: 0 .1333rem;
	border-radius: 100px;
	background-color: #fe6435;
	color: #fff;
	font-size: .2667rem;
	align-self: center
}

.cp-item .container input[type=radio]~.box .text {
	color: #666;
	font-size: .3467rem
}

.cp-item .container input[type=radio]:checked~.box {
	border: 1px solid #f60;
	background-color: #fffdf2
}

.cp-item .container input[type=radio]:checked~.box .frist_tips {
	position: absolute;
	top: 1px;
	left: 1px
}

.cp-item .container input[type=radio]~.box.award:after {
	background-image: url(/style/images/pay_label_jiang.png)
}

.cp-item .container input[type=radio]~.box.award:after,
.cp-item .container input[type=radio]~.box.first:after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 1.3333rem;
	height: .9333rem;
	background-size: cover;
	content: ""
}

.cp-item .container input[type=radio]~.box.first:after {
	background-image: url(/style/images/label-first.png)
}

.cp-item .container input[type=radio]~.box.jiang:after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 1.3333rem;
	height: .9333rem;
	background-image: url(/style/images/pay_label_jiang.png);
	background-size: cover;
	content: ""
}

.cp-action {
	margin: .2667rem 1rem 0
}

.cp-action button {
	width: 100%;
	height: 1.2rem;
	border: 0;
	border-radius: 1.2rem;
	background-color: transparent;
	background-image: -webkit-linear-gradient(8deg, #ffe153 19%, #ffd251 97%);
	background-image: -ms-linear-gradient(8deg, #ffe153 19%, #ffd251 97%);
	color: #423300;
	font-size: .4267rem
}

.cp-guide {
	margin-top: .7467rem
}

.cp-guide__title {
	font-size: .3733rem
}

.cp-guide__ol {
	margin: .16rem 0;
	padding: 0 .4267rem;
	color: #909090;
	font-size: .3467rem;
	line-height: 1.75
}

.cp-guide__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding-top: .5em;
	font-size: .3467rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.cp-guide__row .item {
	margin-right: 1em
}

.cp-guide__row .item .qq-btn {
	display: block;
	width: 2.4rem;
	height: .7467rem;
	border-radius: 2px;
	background-color: #5ab2ff;
	color: #fff;
	text-align: center;
	line-height: .7467rem
}

.cp-guide__row .item .qq-btn:before {
	display: inline-block;
	margin-top: -4px;
	margin-right: 3px;
	width: .48rem;
	height: .48rem;
	background-image: url(/style/images/icon-w-qqq.png);
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	vertical-align: middle
}

.cp-guide__row .item .qq-num {
	padding: 0 1em;
	height: .7467rem;
	outline-width: 1px;
	outline-style: dotted;
	outline-color: #ffd037;
	background-color: #fffde2;
	color: #f60;
	font-size: .3467rem;
	line-height: .7467rem
}

.cp-guide__row .qr img {
	display: block;
	width: 2.4rem;
	height: 2.4rem
}

.cp-first {
	margin-top: .2667rem;
	color: #f60;
	text-align: center;
	font-size: 13px
}

.cp-first .icon-bean {
	display: inline-block;
	margin-top: -3px;
	margin-right: 3px;
	width: .4267rem;
	height: .4267rem;
	background-image: url(/style/images/pay_icon_jinbi.png);
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: middle
}

.weui-picker-container {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 0;
	box-shadow: 0 -5px 10px rgba(0, 0, 0, .2)
}

.weui-picker-modal {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 6.933rem;
	border-radius: 0;
	background: #efeff4;
	color: #3d4145;
	text-align: center;
	opacity: .6;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: opacity, -webkit-transform;
	-moz-transition-property: transform, opacity, -moz-transform;
	-o-transition-property: transform, opacity;
	-o-transition-property: opacity, -o-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform, -moz-transform, -o-transform;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}

.weui-picker-modal.picker-modal-inline {
	position: static;
	height: 10.8rem;
	opacity: 1;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0)
}

.weui-picker-modal.picker-modal-inline .toolbar {
	display: none
}

.weui-picker-modal.picker-columns-single .picker-items-col {
	width: 100%
}

.weui-picker-modal.weui-picker-modal-visible {
	opacity: 1;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0)
}

.weui-picker-modal .picker-modal-inner {
	position: relative;
	height: 5.76rem
}

.weui-picker-modal .picker-columns {
	z-index: 11500;
	width: 100%;
	height: 13rem
}

.popover .weui-picker-modal .picker-columns,
.weui-picker-modal .picker-columns.picker-modal-inline {
	height: 10rem
}

@media (orientation:landscape) and (max-height:415px) {
	.weui-picker-modal .picker-columns:not(.picker-modal-inline) {
		height: 10rem
	}
}

.weui-picker-modal .popover.popover-picker-columns {
	width: 14rem
}

.weui-picker-modal .picker-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	padding: 0;
	width: 100%;
	text-align: right;
	font-weight: 400;
	font-size: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-mask-box-image: -webkit-linear-gradient(bottom, transparent, transparent 5%, #fff 20%, #fff 80%, transparent 95%, transparent);
	-webkit-mask-box-image: linear-gradient(0deg, transparent, transparent 5%, #fff 20%, #fff 80%, transparent 95%, transparent)
}

.weui-picker-modal .bar+.picker-items {
	height: 10.8rem
}

.weui-picker-modal .picker-items-col {
	position: relative;
	overflow: hidden;
	max-height: 100%;
	text-align: center;
	font-size: 16px
}

.city-picker.weui-picker-modal .picker-items-col {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.weui-picker-modal .picker-items-col.picker-items-col-left {
	text-align: left
}

.weui-picker-modal .picker-items-col.picker-items-col-center {
	text-align: center
}

.weui-picker-modal .picker-items-col.picker-items-col-right {
	text-align: right
}

.weui-picker-modal .picker-items-col.picker-items-col-divider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	color: #3d4145;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center
}

.weui-picker-modal .picker-items-col-wrapper {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.weui-picker-modal .picker-item {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 .2667rem;
	width: 100%;
	height: 32px;
	color: #9b9b9b;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 32px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-o-text-overflow: ellipsis
}

.picker-items-col-absolute .weui-picker-modal .picker-item {
	position: absolute
}

.weui-picker-modal .picker-item.picker-item-far {
	pointer-events: none
}

.weui-picker-modal .picker-item.picker-selected {
	color: #3d4145;
	-webkit-transform: translateZ(0);
	-webkit-transform: rotateX(0);
	-moz-transform: translateZ(0);
	-moz-transform: rotateX(0);
	transform: translateZ(0);
	transform: rotateX(0)
}

.weui-picker-modal .picker-center-highlight {
	position: absolute;
	top: 50%;
	left: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -16px;
	width: 100%;
	height: 32px;
	pointer-events: none
}

.weui-picker-modal .picker-center-highlight:before {
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	z-index: 15;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #d9d9d9;
	content: "";
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-ms-transform-origin: 50% 0
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
	.weui-picker-modal .picker-center-highlight:before {
		-webkit-transform: scaleY(.5);
		-moz-transform: scaleY(.5);
		-o-transform: scaleY(.5);
		transform: scaleY(.5);
		-ms-transform: scaleY(.5)
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:3) {
	.weui-picker-modal .picker-center-highlight:before {
		-webkit-transform: scaleY(.33);
		-moz-transform: scaleY(.33);
		-o-transform: scaleY(.33);
		transform: scaleY(.33);
		-ms-transform: scaleY(.33)
	}
}

.weui-picker-modal .picker-center-highlight:after {
	position: absolute;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #d9d9d9;
	content: "";
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
	.weui-picker-modal .picker-center-highlight:after {
		-webkit-transform: scaleY(.5);
		-moz-transform: scaleY(.5);
		-o-transform: scaleY(.5);
		transform: scaleY(.5);
		-ms-transform: scaleY(.5)
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:3) {
	.weui-picker-modal .picker-center-highlight:after {
		-webkit-transform: scaleY(.33);
		-moz-transform: scaleY(.33);
		-o-transform: scaleY(.33);
		transform: scaleY(.33);
		-ms-transform: scaleY(.33)
	}
}

.weui-picker-modal .picker-3d .picker-items {
	overflow: hidden;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	perspective: 1200px
}

.weui-picker-modal .picker-3d .picker-item,
.weui-picker-modal .picker-3d .picker-items-col,
.weui-picker-modal .picker-3d .picker-items-col-wrapper {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.weui-picker-modal .picker-3d .picker-items-col {
	overflow: visible
}

.weui-picker-modal .picker-3d .picker-item {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transform-origin: center center -110px;
	-moz-transform-origin: center center -110px;
	-o-transform-origin: center center -110px;
	transform-origin: center center -110px;
	-ms-transform-origin: center center -110px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

.datetime-picker .picker-item {
	text-overflow: clip;
	-o-text-overflow: initial
}

.toolbar {
	position: relative;
	width: 100%;
	background: #f7f7f8;
	color: #3d4145;
	font-size: .4533rem;
	line-height: 1.5
}

.toolbar .toolbar-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	height: 1.1733rem;
	text-align: center
}

.toolbar .title {
	position: absolute;
	display: block;
	padding: 0;
	width: 100%;
	color: #3d4145;
	text-align: center;
	white-space: nowrap;
	font-weight: 400;
	font-size: .4533rem;
	line-height: 1.1733rem
}

.toolbar .picker-button {
	position: absolute;
	right: 0;
	z-index: 1;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 .2667rem;
	height: 1.1733rem;
	color: #04be02;
	line-height: 1.1733rem
}

.umi-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	margin: .32rem;
	padding: .6933rem .4rem;
	border-radius: .2667rem;
	background-color: #ffe356;
	box-shadow: 0 .0533rem .2133rem 0 rgba(209, 217, 222, .49);
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.umi-bar__avatar,
.umi-bar__avatar img {
	display: block;
	width: 1.44rem;
	height: 1.44rem;
	border-radius: 1.44rem
}

.umi-bar__body {
	overflow: hidden;
	margin: 0 .2667rem;
	font-size: .4rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.umi-bar__body .row {
	margin: 3px 0;
	font-size: .4rem
}

.umi-bar__body .row .primary {
	color: #f66
}

.umi-bar__action button {
	width: 2.6667rem;
	height: .9067rem;
	border: 0;
	border-radius: .4533rem;
	background-image: -webkit-linear-gradient(-40deg, #ff7247 19%, #ff5c2a 97%);
	background-image: -ms-linear-gradient(-40deg, #ff7247 19%, #ff5c2a 97%);
	box-shadow: 0 3px 3px 0 rgba(225, 189, 49, .75);
	color: #fff
}

.umi-bar__action button.disabled,
.umi-bar__action button:disabled {
	background-color: #f0f2f5;
	background-image: none;
	box-shadow: none;
	color: #909090;
	pointer-events: none
}

.umi-summary {
	padding: .4rem
}

.umi-summary__title {
	font-size: .4rem
}

.umi-summary p {
	margin: .5em 0;
	color: #909090;
	font-size: 13px;
	line-height: .6rem
}

.umi-vl-table {
	margin-top: 1em;
	border: 1px solid #f3f3f3;
	border-radius: .2667rem
}

.umi-vl-table th {
	background-color: #f9f9f9;
	color: #5c5c5c
}

.umi-vl-table td,
.umi-vl-table th {
	padding: .3733rem 0;
	border: 1px solid #f3f3f3;
	text-align: center;
	font-size: .3467rem
}

.umi-vl-table td {
	color: #f66
}

.umi-vl-table th {
	border-top: 0
}

.umi-vl-table td {
	border-bottom: 0
}

.umi-vl-table td:first-child,
.umi-vl-table th:first-child {
	border-left: 0
}

.umi-vl-table td:last-child,
.umi-vl-table th:last-child {
	border-right: 0
}

.umi-copyright {
	padding: .8rem 0;
	color: #aeaeae;
	text-align: center;
	font-size: .32rem
}

.vu-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9;
	width: 8rem;
	border-radius: .32rem;
	background-color: #fff;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}

.vu-head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	height: 70px;
	border-top-right-radius: .32rem;
	border-top-left-radius: .32rem;
	background-image: url(/style/images/vu-head-title.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	justify-content: center
}

.vu-head .title {
	color: #423300;
	font-size: .5067rem
}

.vu-body {
	padding-top: .4267rem;
	padding-bottom: .64rem;
	color: #5c5c5c;
	text-align: center;
	font-size: .3733rem;
	line-height: .8rem
}

.vu-body .primary {
	color: #f60
}

.vu-action {
	padding: 0 .6667rem .8rem
}

.vu-action button {
	width: 100%;
	height: 1.3333rem;
	border: 0;
	border-radius: 1.3333rem;
	background-image: -webkit-linear-gradient(0deg, #ffe153 19%, #ffd251 97%);
	background-image: -ms-linear-gradient(0deg, #ffe153 19%, #ffd251 97%);
	color: #423300;
	font-size: .4rem
}

.vu-modal__action {
	position: absolute;
	left: 50%;
	height: 1.28rem;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-ms-transform: translateX(-50%)
}

.vu-modal__action .line {
	margin: 0 auto;
	width: 1px;
	height: 1.28rem;
	background-color: #fff
}

.vu-modal__action button {
	border: 0;
	background-color: transparent
}

.vu-notice {
	padding-top: .64rem;
	padding-bottom: .96rem;
	text-align: center
}

.vu-notice .media {
	display: block;
	margin: 0 auto
}

.vu-notice .title {
	margin-top: .4267rem;
	color: #343434;
	font-size: .5067rem
}

.vu-notice .text {
	margin-top: 6px;
	color: #5c5c5c;
	font-size: .3733rem
}

.follow_btn {
	overflow: hidden;
	padding: 20px 0 26px;
	border-bottom: 1px solid #f2f2f2;
	text-align: center
}

.follow_btn a {
	display: block;
	margin: 0 auto;
	width: 112px;
	height: 38px;
	border-radius: 5px;
	background: #d00109;
	color: #fff;
	font-size: 1.6rem;
	line-height: 38px
}

.qr-modal {
	position: fixed;
	top: 50%;
	right: 0;
	left: 0;
	z-index: 9;
	width: 100%
}

.qr-modal>.inner {
	position: relative;
	margin: 0 auto;
	width: 80%;
	border-radius: 5px;
	background-color: #fff
}

.qr-modal .qr-box {
	padding: 20px
}

.qr-modal .qr-box>.body p {
	margin-top: 10px;
	margin-bottom: 4px
}

.qr-modal .qr-box>.head {
	text-align: center
}

.qr-modal .qr-box>.head>.title {
	font-weight: 600;
	font-size: 15px
}

.qr-modal .qr-box>.body {
	text-align: center;
	font-size: 15px
}

.qr-modal .typo-red {
	color: #f43530
}

.qr-modal .qr-box>.body .anpic {
	font-weight: 600;
	font-size: 18px
}

.qr-modal .qr-box>.body>.qr-media img {
	display: block;
	margin: 0 auto;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .1)
}

.qr-modal>.inner>.pull-action {
	position: absolute;
	top: 15px;
	right: 15px
}

.modal>.inner>.pull-action .icon-close,
.qr-modal>.inner>.pull-action a {
	display: block;
	width: 20px;
	height: 20px
}

.qr-modal>.inner>.pull-action .icon-close {
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(/style/images/close.png);
	background-size: .64rem;
	-o-background-size: .64rem
}

.detail-mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8)
}

.detail-mask-body {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8.6rem;
	border-radius: 5px;
	background-color: #fff;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}

.detail-mask-title {
	margin: .8rem auto;
	color: #f60;
	text-align: center;
	font-size: 18px
}

.detail-mask-subtitle {
	padding: 0 1rem 1.2rem;
	color: #666;
	font-size: 14px;
	line-height: 1.8
}

.detail-line {
	bottom: -1.2rem;
	width: 1px;
	height: 1.2rem;
	background-color: #fff
}

.detail-close,
.detail-line {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
	-ms-transform: translate(-50%)
}

.detail-close {
	bottom: -1.95rem;
	width: .75rem;
	height: .75rem;
	background: url(/style/images/icon_close.png) no-repeat;
	background-size: 100%
}

.toast {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 8px 0;
	width: 200px;
	border-radius: 8px;
	background-color: #333;
	color: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}

.toast .title {
	margin-bottom: 5px;
	color: #ffe153;
	font-size: 15px
}

.vip-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2.08rem;
	border-top: 1px solid #f0f2f5;
	text-align: center;
	line-height: 2.08rem
}

.vip-footer .btn {
	display: inline-block;
	width: 3.5rem;
	height: 1.15rem;
	border-radius: 100px;
	color: #282828;
	text-align: center;
	font-size: 16px;
	line-height: 1.15rem
}

.vip-footer .btn-no {
	margin-right: .5rem;
	background-color: #f0f2f5
}

.vip-footer .btn-yes {
	margin-left: .5rem;
	background: -webkit-gradient(linear, left top, right top, from(#ffe458), to(#ffd139));
	background: -webkit-linear-gradient(left, #ffe458, #ffd139);
	background: -o-linear-gradient(left, #ffe458, #ffd139);
	background: -moz-linear-gradient(left, #ffe458, #ffd139);
	background: linear-gradient(90deg, #ffe458, #ffd139)
}

.qna-item__footer {
	padding: .64rem 0 0;
	color: #909090;
	text-align: center;
	font-size: .3733rem
}

.cm-topbar__container.has-line:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	border-bottom: 1px solid #f5f5f5;
	content: "";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.vip_banner {
	margin-top: .4rem
}

.vip_banner .swiper-container {
	overflow: hidden;
	margin-bottom: .2rem;
	height: 4.6667rem
}

.vip_banner .swiper-slide {
	width: 8.9333rem;
	height: 4.6667rem;
	border-radius: .1333rem
}

.vip_banner .swiper-slide>a {
	display: block;
	width: 100%;
	height: 100%
}

.vip_banner .swiper-slide img {
	display: block;
	border-radius: .1333rem
}

.vip_banner .swiper-slide-active {
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2)
}

.vip_banner .swiper-slide img {
	width: 100%;
	height: 100%
}

.vip_banner .swiper-pagination-bullet {
	background: rgba(0, 0, 0, .8)
}

.vip_banner .swiper-pagination-bullet-active {
	width: 18px;
	border-radius: 100px;
	background-color: #111
}

.vip_searchBar {
	position: sticky;
	top: 0;
	z-index: 99;
	display: block;
	padding: .4rem .5333rem;
	background-color: #fff
}

.vip_search {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0 .4rem;
	width: 7.5rem;
	height: .8rem;
	border-radius: .8rem;
	background-color: #f6f6f6;
	color: #999;
	font-size: .3733rem;
	line-height: .8rem;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center
}

.icon_vip_search {
	margin-right: .16rem;
	width: .4rem;
	height: .4rem;
	background: url(/style/images/vip_icon_search.png) no-repeat;
	background-size: 100% 100%
}

.vip_searchBar .action.icon button {
	position: absolute;
	top: .4rem;
	right: .2rem;
	overflow: hidden;
	width: .75rem;
	height: .75rem;
	border: 0;
	background-color: transparent;
	background-size: cover;
	text-indent: -99999px
}

.vip_searchBar .action.icon.safety button {
	border-radius: .8rem;
	background-color: #b7b7b7
}

.vip-features {
	margin: 0 .4rem .4rem;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 0 10px 10px 4px #f6f6f6
}

.vip-features__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex
}

.vip-features__col {
	color: #5c5c5c;
	text-align: center;
	font-size: .32rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.vip-features__col .icon {
	margin: .64rem auto .32rem;
	width: 1rem;
	height: 1rem;
	background-position: 50%;
	background-size: cover
}

.vip-features__col .icon.free {
	background-image: url(/style/images/vip_top_free.png)
}

.vip-features__col .icon.vip {
	background-image: url(/style/images/vip_top_vip.png)
}

.vip-features__col .icon.gold {
	background-image: url(/style/images/vip_top_gold.png)
}

.vip-features__col .icon.more {
	background-image: url(/style/images/vip_top_more.png)
}

.vip-features__text {
	color: #131313
}

.vip-features__bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	margin: .32rem .32rem 0;
	padding: .32rem 0 .64rem;
	font-size: .3733rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.vip-features__bar.none {
	display: none
}

.vip-features__bar .text {
	color: #282828;
	font-size: .3733rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.vip-features__bar .text .arrow {
	width: .4rem;
	height: .4rem;
	background-image: url(/style/images/n19__home_icon_xq3.png)
}

.vip-features__bar .text .arrow,
.vip-features__bar .text .vip_icon_arrow {
	display: inline-block;
	margin-top: -4px;
	background-size: cover;
	vertical-align: middle
}

.vip-features__bar .text .vip_icon_arrow {
	width: .32rem;
	height: .32rem;
	background-image: url(/style/images/vip_icon_arrow.png)
}

.vip-features__bar .action {
	border-radius: .5333rem
}

.vip-features__bar .action a {
	display: block;
	width: 2.6667rem;
	height: .8rem;
	text-align: center;
	line-height: .8rem
}

.vip-features__bar .features_img img {
	margin-right: .2667rem;
	width: 1.2533rem;
	height: 1.2533rem;
	border-radius: 50%
}

.vip-features__bar .features_aside {
	line-height: 1.6;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.vip-features__bar .features_aside .name {
	color: #131313;
	font-weight: 600;
	font-size: .4267rem
}

.vip-features__bar .features_aside .title {
	color: #131313;
	font-weight: 600;
	font-size: .3267rem
}

.vip-features__bar .features_aside .subtitle {
	color: #999;
	font-size: .2933rem
}

.vip-features .vip-features__bar .is_vip {
	margin-right: .2667rem;
	width: 52px;
	height: 56px;
	background: url(/style/images/vip_maozi.png);
	background-size: 100% 100%
}

.vip-features .is_vip img {
	margin: 10px 0 0 4px
}

.cy_vip_books #scroll-books .item .thumbnail .rank {
	left: 0;
	border-radius: none;
	border-top-right-radius: .1333rem;
	border-top-left-radius: 0
}

.lineicon {
	display: block;
	margin-right: .1333rem;
	width: .45rem;
	height: .45rem;
	background-image: url(/style/images/line_icon.png);
	background-position: 50%;
	background-size: cover
}

.bm-box__head.tl-head .more a {
	height: .48rem;
	color: #909090;
	line-height: .48rem
}

.bm-box__head.tl-head .more a .icon-arrow {
	background-image: url(/style/images/n19__more-ybg-arrow.png)
}

.swiper-rank .swiper-wrapper .item .rank {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: block;
	width: .6933rem;
	height: .48rem;
	border-radius: .1333rem 0 0 0;
	background-image: -webkit-linear-gradient(-45deg, #e7e7e7, #d3d3d3 34%, #bfbfbf 81%);
	background-image: -ms-linear-gradient(-45deg, #e7e7e7 0, #d3d3d3 34%, #bfbfbf 81%);
	color: #fff;
	text-align: center
}

.swiper-rank .swiper-wrapper .item:first-child .rank {
	background-image: -webkit-linear-gradient(-45deg, #e11, #ff6344);
	background-image: -ms-linear-gradient(-45deg, #e11 0, #ff6344 100%)
}

.swiper-rank .swiper-wrapper .item:nth-child(2) .rank {
	background-image: -webkit-linear-gradient(-45deg, #ff7200, #ff8c00 66%);
	background-image: -ms-linear-gradient(-45deg, #ff7200 0, #ff8c00 66%)
}

.swiper-rank .swiper-wrapper .item:nth-child(3) .rank {
	background-image: -webkit-linear-gradient(-45deg, #fe9002, #fead08 34%, #fdca0e 81%);
	background-image: -ms-linear-gradient(-45deg, #fe9002 0, #fead08 34%, #fdca0e 81%)
}

.cy_vip_free .books-row .item {
	position: relative
}

.books-row .item .thumbnail .chapter2 span {
	position: absolute;
	bottom: .2rem;
	left: 0;
	z-index: 2;
	padding: 1px 6px 1px 4px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	background-color: #ffcc1c;
	box-shadow: 0 0 15px 0 rgb(0 0 0/20%);
	color: #111;
	font-size: .32rem
}

.books-row .item .thumbnail .chapter2 span.end {
	background-color: #ddd;
	color: #999
}

.tack_mask,
.vip_mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8)
}

.vip_mask_body {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 98;
	width: 6.1867rem;
	border-radius: .2667rem;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}

.icon_huangguan {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 99;
	margin-left: -.9867rem;
	width: 2.0533rem;
	height: 1.4533rem;
	background-image: url(/style/images/vip_icon_huanguan.png);
	background-size: cover
}

.mask_head {
	margin-top: 1.0667rem;
	width: 100%;
	height: 1.7067rem;
	background-image: url(/style/images/mask_head_bg.png);
	background-size: cover;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(201, 166, 102, .4);
	font-size: .48rem;
	line-height: 1.7067rem
}

.mask_cont {
	padding: .5333rem;
	border-bottom-right-radius: .2667rem;
	border-bottom-left-radius: .2667rem;
	background-color: #fff;
	color: #797979;
	font-size: .3467rem;
	line-height: 1.7
}

.mask_line {
	margin: 0 auto;
	width: 1px;
	height: 1.3333rem;
	background-color: #fff
}

.icon_close_mask {
	display: block;
	margin: 0 auto;
	width: .7467rem;
	height: .75rem;
	background-image: url(/style/images/icon_close.png);
	background-size: cover
}

.ut-nav {
	margin-top: .2667rem;
	margin-bottom: .5333rem;
	background-color: #fff
}

.ut-nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex
}

.ut-nav ul li {
	position: relative;
	text-align: center;
	font-size: .4rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.ut-nav ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	height: 2.4533rem;
	font-size: .4rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column
}

.ut-nav ul li i[class^=icon-] {
	display: block;
	margin-bottom: .4em;
	width: .8533rem;
	height: .8533rem;
	background-size: cover;
	background-repeat: no-repeat
}

.ut-nav ul li .icon-message {
	background-image: url(/style/images/my_icon_header_vip.png)
}

.ut-nav ul li .icon-coupon {
	background-image: url(/style/images/my_icon_header_renwu.png)
}

.ut-nav ul li .icon-task {
	background-image: url(/style/images/my_icon_header_xiaoxi.png)
}

.ut-nav ul li .icon_xiaoxi_num {
	position: absolute;
	top: .4rem;
	right: 1.0133rem;
	z-index: 9;
	display: block;
	width: .4267rem;
	height: .4267rem;
	border-radius: 50%;
	background-color: #ff3b30;
	color: #fff;
	text-align: center;
	font-style: normal;
	font-size: .16rem;
	line-height: .4267rem
}

.mo-tasks {
	padding: .4rem .4rem 0;
	background-color: #fff
}

.mo-tasks__head {
	position: relative;
	height: 1.2rem;
	line-height: 1.2rem
}

.mo-tasks__head .title {
	color: #282828;
	font-weight: 700;
	font-size: 16px
}

.mo-tasks__list .item {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding: .2rem 0;
	border-bottom: 1px solid #f8f8f8;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.mo-tasks__list .item .text {
	margin-top: .1rem;
	line-height: .52rem
}

.mo-tasks__list .item .text span {
	color: #ff5e03
}

.mo-tasks__list .item .body {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.mo-tasks__list .item i[class^=icon-] {
	display: block;
	width: 1.28rem;
	height: 2.1333rem;
	background-position: 50%;
	background-size: .64rem;
	background-repeat: no-repeat;
	-o-background-size: .64rem
}

.mo-tasks__list .item .icon-read2 {
	background-image: url(/style/images/n19__my_icon_read2.png)
}

.mo-tasks__list .item .icon-shouchong {
	background-image: url(/style/images/n19__my_iicon_shouchong.png)
}

.mo-tasks__list .item .icon-share {
	background-image: url(/style/images/n19__my_iicon_share.png)
}

.mo-tasks__list .item .icon-like {
	background-image: url(/style/images/n19__my_iicon_like.png)
}

.mo-tasks__list .item .icon-daily {
	background-image: url(/style/images/n19__my_iicon_daily.png)
}

.mo-tasks__list .item .icon-phone {
	background-image: url(/style/images/n19__my_icon_phone3.png)
}

.mo-tasks__list .item .icon-public {
	background-image: url(/style/images/n19__my_icon_public3.png)
}

.mo-tasks__list .item .icon-download {
	background-image: url(/style/images/n19__my_icon_download.png)
}

.mo-tasks__list .item .icon-send {
	background-image: url(/style/images/n19__my_iicon_send.png)
}

.mo-tasks__list .item .icon-information {
	background-image: url(/style/images/n19__my_icon_information.png)
}

.mo-tasks__list .item .icon-collectionlike {
	background-image: url(/style/images/n19__my_iicon_collectionlike.png)
}

.mo-tasks__list .item .icon-downloadlike {
	background-image: url(/style/images/n19__my_iicon_downloadlike.png)
}

.mo-tasks__list .item .action {
	margin-right: .32rem
}

.mo-tasks__list .item .body .title {
	font-size: .4rem
}

.mo-tasks__list .item .body .text {
	color: #909090;
	font-size: .32rem
}

.mo-tasks__list .item .action a {
	display: block;
	width: 2.24rem;
	height: .8rem;
	border-radius: .6933rem;
	text-align: center;
	font-size: .3467rem;
	line-height: .8rem
}

.mo-tasks__list .item .action .nor {
	width: 2.24rem;
	border: 1px solid #333;
	border-radius: 100px;
	color: #282828;
	font-size: .3467rem
}

.mo-tasks__list .item .action .disabled {
	width: 2.24rem;
	border-radius: 100px;
	color: #909090;
	font-size: .3467rem
}

.mo-tasks__list .item .action .active {
	background: #ffe458
}

.mo-total {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding: .4rem .32rem;
	background-color: #fff;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-moz-box-pack: justify;
	justify-content: space-between
}

.mo-total__main {
	font-size: .32rem
}

.mo-total__main strong {
	font-size: .64rem
}

.mo-total__action a {
	display: block;
	width: 2.2667rem;
	height: .8533rem;
	border-radius: .8533rem;
	background-image: -webkit-linear-gradient(25deg, #ffe153 19%, #ffd251 97%);
	background-image: -ms-linear-gradient(25deg, #ffe153 19%, #ffd251 97%);
	color: #423300;
	text-align: center;
	font-size: .3733rem;
	line-height: .8533rem
}

.mo-total__action {
	position: relative
}

.total__action_tips {
	position: absolute;
	top: -.35rem;
	right: 0;
	padding: .03rem .18rem;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: none;
	border-top-left-radius: 100px;
	background-color: #f66;
	color: #f3f3f3;
	font-size: .24rem
}

.goods-box {
	background-color: #fff
}

.goods-head {
	padding: 0 .32rem;
	height: 48px;
	line-height: 48px
}

.goods-head .title {
	font-weight: 600;
	font-size: .4267rem
}

.goods-cell {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.goods-cell .item {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: .32rem;
	padding: 0 .2rem;
	width: 50%
}

.goods-cell .item .title {
	margin-top: .16rem;
	font-size: .3733rem
}

.goods-cell .item .gold {
	color: #ff5104;
	font-size: .3467rem
}

.goods-cell .item .thumbnail img {
	display: block;
	width: 100%;
	border-radius: .16rem
}

.goods-cell .item a {
	display: block
}

.good-heading {
	background-color: #fff
}

.good-heading .cover {
	padding: .32rem
}

.good-heading .cover img {
	display: block;
	width: 100%;
	border-radius: .16rem
}

.good-heading .body {
	padding: 0 .32rem .32rem;
	font-size: .4rem
}

.good-heading .body .gold {
	color: #ff5104
}

.good-heading .info {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex
}

.good-heading .info:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	border-top: 1px solid #f3f3f3;
	content: "";
	-webkit-transform: translateY(.5);
	-moz-transform: translateY(.5);
	-o-transform: translateY(.5);
	transform: translateY(.5);
	-ms-transform: translateY(.5)
}

.good-heading .info .col {
	margin-right: .32rem;
	padding: 0 .32rem;
	height: .96rem;
	color: #aeaeae;
	font-size: .32rem;
	line-height: .96rem
}

.good-detail {
	background-color: #fff
}

.good-detail__head {
	padding: 0 .32rem;
	height: 1.2267rem;
	line-height: 1.2267rem
}

.good-detail__head .title {
	font-weight: 600;
	font-size: .4267rem
}

.good-detail__body img {
	display: block;
	width: 100%
}

.good-bar {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding-bottom: env(safe-area-inset-bottom);
	height: 2.08rem;
	background-color: #fff;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.good-bar__action {
	padding: 0 .96rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.good-bar__action .btn {
	display: block;
	height: 1.2rem;
	border-radius: 1.2rem;
	background-image: -webkit-linear-gradient(-45deg, #ffe65c 19%, #ffd251 97%);
	background-image: -ms-linear-gradient(-45deg, #ffe65c 19%, #ffd251 97%);
	color: #282828;
	text-align: center;
	font-size: .4267rem;
	line-height: 1.2rem
}

.has-good-bar {
	padding-bottom: env(safe-area-inset-bottom);
	height: 2.08rem
}

.mo-heading {
	height: 5.8667rem;
	background-image: url(/style/images/n19__navbar_bg_qianbao.png);
	background-size: cover;
	background-repeat: no-repeat
}

.gold-heading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	height: 4.6933rem;
	color: #624c00;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.gold-total {
	text-align: center;
	line-height: 1.2
}

.gold-total .text {
	font-size: .32rem
}

.gold-total .value {
	font-weight: 600;
	font-size: 1.0667rem
}

.gold-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	margin-top: .64rem;
	text-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.gold-row .col .value {
	font-weight: 600;
	font-size: .5067rem
}

.gold-row .col .text {
	font-size: .32rem
}

.gold-row .line {
	margin: 0 24px;
	width: 1px;
	height: 20px;
	background-color: #423300
}

.mo-heading .cm-topbar__container .pull-left .back-btn {
	background-image: url(/style/images/n19-navbar_icon_back.png)
}

.mo-heading .cm-topbar__container .center-title {
	color: #423300
}

.gold-notice {
	padding: .32rem;
	background-color: #fff;
	font-size: .32rem
}

.gold-notice .title {
	padding-bottom: .5em;
	font-size: .3733rem
}

.gold-notice p {
	color: #aeaeae;
	font-size: .32rem
}

.gh-item,
.gh-list {
	background-color: #fff
}

.gh-item {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding: .4rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-moz-box-pack: justify;
	justify-content: space-between
}

.gh-item:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	border-top: 1px solid #f0f2f5;
	content: "";
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-ms-transform: scaleY(.5)
}

.gh-item:first-child {
	border-top: 0
}

.gh-item .main {
	text-align: left
}

.gh-item .main .title {
	color: #282828;
	font-size: .3733rem
}

.gh-item .main .text {
	color: #aeaeae;
	font-size: .32rem
}

.gh-item .info {
	text-align: right
}

.gh-item .info .value {
	font-size: .3733rem
}

.gh-item .info .date {
	color: #aeaeae;
	font-size: .32rem
}

.gh-item .info .typo-red {
	color: #f66
}

.gh-item .info .typo-green {
	color: #19a554
}

.gh-item .info .date,
.gh-item .main .text {
	margin-top: .16rem
}

.vcm-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	margin: .48rem auto;
	width: 9.36rem;
	height: 1.6rem;
	border-radius: 7px;
	background-image: url(/style/images/my_vip_head_open.png);
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-moz-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.vcm_aside {
	padding: 0 0 0 .4rem
}

.vcm-bar__title {
	font-size: .3467rem
}

.vcm-bar__subtitle,
.vcm-bar__title {
	color: #fff;
	text-shadow: 0 2px 2px rgba(211, 174, 97, .3)
}

.vcm-bar__subtitle {
	font-size: .2933rem
}

.vcm-bar__action {
	margin-right: .4rem
}

.vcm-bar__title .arrow {
	display: inline-block;
	margin-top: -3px;
	width: .4rem;
	height: .4rem;
	background-image: url(/style/images/n19__my_icon_xq4.png);
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: middle
}

.vcm-bar__action {
	padding: .1333rem 0
}

.vcm-bar__action button {
	width: 2.4rem;
	height: .8533rem;
	border: 0;
	border-radius: .4267rem;
	background-color: #fff;
	box-shadow: 0 5px 5px 0 rgba(228, 193, 115, .23), inset 0 -3px 7px 0 rgba(240, 215, 164, .35);
	color: #b68727
}

.vcm-notice {
	padding: .48rem
}

.vcm-notice .title {
	margin-bottom: .5em;
	color: #282828;
	font-weight: 600;
	font-size: .4267rem
}

.vcm-notice p {
	color: #5c5c5c;
	font-size: .32rem;
	line-height: 1.7
}

.cm-form__space {
	height: 1.92rem
}

.cm-form__cell {
	margin: 0 1.28rem
}

.cm-form__field input {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1.3333rem;
	border: 0;
	background-color: transparent;
	font-size: .4267rem;
	caret-color: #ffcd31
}

.cm-form__field input::-webkit-input-placeholder {
	color: #aeaeae;
	font-size: .3467rem
}

.cm-form__field input::-moz-placeholder {
	color: #aeaeae;
	font-size: .3467rem
}

.cm-form__field input:-ms-input-placeholder {
	color: #aeaeae;
	font-size: .3467rem
}

.cm-form__field input:-moz-placeholder {
	color: #aeaeae;
	font-size: .3467rem
}

.cm-form__field input::placeholder {
	color: #aeaeae;
	font-size: .3467rem
}

.cm-form__field {
	position: relative;
	padding: 0 .48rem;
	height: 1.3333rem;
	border-radius: .6667rem;
	background-color: #f0f2f5
}

.cm-form__field .action {
	position: absolute;
	top: 50%;
	right: .4rem;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-ms-transform: translateY(-50%)
}

.cm-form__field .action .clear {
	width: .48rem;
	height: .48rem;
	background-image: url(/style/images/n19__icon_del.png)
}

.cm-form__field .action .clear,
.cm-form__field .action .toggle-password {
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	background-size: cover;
	background-repeat: no-repeat;
	text-indent: -999px
}

.cm-form__field .action .toggle-password {
	width: .64rem;
	height: .64rem
}

.cm-form__field .action .toggle-password.hide {
	background-image: url(/style/images/n19__hide-password.png)
}

.cm-form__field .action .toggle-password.show {
	background-image: url(/style/images/n19__show-password.png)
}

.cm-form__action {
	margin-top: .64rem
}

.cm-form__action .primary {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1.3333rem;
	border: 0;
	border-radius: 1.3333rem;
	background-color: #ffd037;
	background-image: -webkit-linear-gradient(-16deg, #ffe153 19%, #ffd251 97%);
	background-image: -ms-linear-gradient(-16deg, #ffe153 19%, #ffd251 97%);
	color: #423300;
	font-size: .4rem;
	line-height: 1.3333rem;
	-webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-o-transition: background .2s linear;
	transition: background .2s linear
}

.cm-form__action .primary:disabled {
	background-color: #f0f2f5;
	background-image: none;
	color: #909090
}

.cm-form__text {
	color: #909090;
	text-align: center;
	font-size: .3467rem
}

.cm-form__text .send {
	margin: 0 0 0 1em;
	padding: 0;
	border: 0;
	background-color: transparent;
	color: #f60;
	font-size: .3467rem
}

.cm-form__rc {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	margin-top: .8533rem;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.cm-form__cc {
	width: 1.28rem;
	height: .96rem;
	border-bottom: 1px solid #ededef;
	text-align: center;
	font-size: .5333rem;
	line-height: .96rem
}

.cm-form__cc.active {
	border-color: #ffcd31
}

.cm-form__rc input {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: 0;
	background-color: transparent;
	color: transparent;
	opacity: 0
}

.cm-form__ct {
	padding: .24rem 0;
	color: #909090;
	text-align: center;
	font-size: .3467rem
}

.cm-form__ct a {
	color: #f60
}

.cm-form__mt {
	font-size: .3733rem
}

.cm-form__mt,
.cm-form__notice {
	text-align: center
}

.cm-form__notice img {
	display: block;
	margin: 0 auto
}

.cm-form__notice .text {
	margin-top: .5em;
	color: #909090;
	font-size: .4rem
}

.cm-form__blue {
	margin-top: 1em;
	text-align: center
}

.cm-form__blue,
.cm-form__blue a {
	color: #3f7ff6;
	font-size: .3733rem
}

.mask-tran {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	background-color: transparent
}

.blk-toast {
	position: fixed;
	top: 30%;
	left: 50%;
	padding: .5em 1em;
	border-radius: .1333rem;
	background-color: #111;
	color: #fff;
	font-size: .3467rem;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}

.cm-form__contact {
	margin: 0 .4rem
}

.cm-form__contact .cm-form__field {
	position: relative;
	height: 1.0667rem;
	border-radius: 0;
	background-color: #f8f9fb
}

.cm-form__contact .cm-form__label {
	color: #aeaeae;
	font-size: .3467rem
}

.cm-form__contact .cm-form__field {
	margin-top: .5em;
	padding: 0 .32rem
}

.cm-form__contact .cm-form__field input {
	height: 1.0667rem;
	line-height: 1.0667rem
}

.cm-form__contact .cm-form__field textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: .32rem 0;
	width: 100%;
	height: 4em;
	min-height: 10em;
	border: 0;
	background-color: transparent;
	vertical-align: top;
	font-size: .4267rem;
	resize: none
}

.cm-form__contact .cm-form__field select {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0
}

.cm-form__contact .cm-form__action {
	padding: 0 .64rem
}

.cp-link {
	margin: .4rem 0;
	text-align: center
}

.cp-link,
.cp-link a {
	color: #ff7717;
	font-size: .4rem
}

.cp-link a {
	display: inline-block;
	padding-right: .4rem;
	background-image: url(/style/images/n19__recharge_icon_vip_arrow.png);
	background-position: 100%;
	background-size: .2133rem .2933rem;
	background-repeat: no-repeat
}

.rcp-title {
	padding: .4rem .4rem 0;
	font-size: .4rem
}

.rcp-head {
	padding: .4rem
}

.rcp-head .title {
	color: #909090;
	font-size: .4267rem
}

.rcp-cell {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding: 0 .2667rem;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.rcp-cell .item {
	margin-bottom: .2667rem;
	width: 50%
}

.rcp-cell .item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	margin: 0 .1333rem;
	height: 2.1333rem;
	border: 1px solid #bfbfbf;
	border-radius: 3px;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column
}

.rcp-cell .item a .subject {
	font-size: .4267rem
}

.rcp-cell .item a .text {
	color: #909090;
	font-size: .3467rem
}

.qcp-box {
	padding-top: 1.28rem;
	text-align: center
}

.qcp-title {
	font-size: .4533rem
}

.qcp-small {
	margin-top: .5em;
	color: #909090;
	font-size: .3733rem
}

.qcp-price {
	margin: .8em 0;
	color: #ff5104;
	font-size: .9333rem;
	line-height: 1.2
}

.qcp-price small {
	font-size: .3733rem
}

.qcp-action {
	margin: 1.28rem 1.4667rem 0
}

.qcp-action button {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1.3333rem;
	border: 0;
	border-radius: 1.3333rem;
	background-color: #00c758;
	color: #fff;
	text-align: center;
	font-size: .4rem;
	line-height: 1.3333rem
}

.qcp-action button .icon-wechat {
	display: inline-block;
	margin-top: -3px;
	margin-right: 5px;
	width: 24px;
	height: 24px;
	background-image: url(/style/images/n19__my_icon_weixin3.png);
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: middle
}

.coupon-word {
	padding: .4rem;
	font-size: .3733rem;
	line-height: .7467rem
}

.mo-coupon {
	position: relative;
	margin: 0 .4rem;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 2px 6px 0 hsla(0, 0%, 90.6%, .76)
}

.mo-coupon--main {
	height: 4.5867rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column
}

.mo-coupon--action,
.mo-coupon--main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center
}

.mo-coupon--action {
	height: 2.56rem
}

.mo-coupon:after,
.mo-coupon:before {
	position: absolute;
	bottom: 2.3467rem;
	display: block;
	width: .4rem;
	height: .4rem;
	border-radius: .4rem;
	background-color: #f9f9f9;
	content: ""
}

.mo-coupon:before {
	left: -.2rem;
	box-shadow: inset -2px 0 2px 0 hsla(0, 0%, 90.6%, .76)
}

.mo-coupon:after {
	right: -.2rem;
	box-shadow: inset 2px 0 2px 0 hsla(0, 0%, 90.6%, .76)
}

.mo-coupon--action {
	position: relative;
	padding: 0 1rem
}

.mo-coupon--action:before {
	position: absolute;
	top: 0;
	right: .2rem;
	left: .2rem;
	display: block;
	border-top: 1px dashed #eee;
	content: ""
}

.mo-coupon--action button {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1.2rem;
	border: 0;
	border-radius: 1.2rem;
	background-image: -webkit-linear-gradient(171deg, #ff562e, #f60 66%, #ffa21c 93%);
	background-image: -ms-linear-gradient(171deg, #ff562e 0, #f60 66%, #ffa21c 93%);
	color: #fff;
	font-size: .4267rem;
	line-height: 1.2rem
}

.mo-coupon--action button .icon-heart {
	display: inline-block;
	margin-top: -3px;
	margin-right: 5px;
	width: .48rem;
	height: .48rem;
	background-image: url(/style/images/n19__icon_heart.png);
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: middle
}

.mo-coupon--main .bio,
.mo-coupon--main .text,
.mo-coupon--main .title {
	margin-bottom: .24rem;
	color: #909090;
	font-size: .3467rem
}

.mo-coupon--main .price {
	color: #ff5104;
	font-size: .9333rem
}

.mo-coupon--main .bio {
	color: #ff5104
}

.mo-coupon--main .text {
	color: #5c5c5c
}

.mo-coupon--main .price small {
	font-size: .3733rem
}

.coupon-notice {
	padding: .4rem
}

.coupon-notice .title {
	font-size: .3733rem
}

.coupon-notice p {
	color: #909090;
	font-size: .3467rem;
	line-height: .64rem
}

.ph-heahing {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	height: 6.4rem;
	background-color: #fff;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column
}

.ph-heahing .media {
	display: block
}

.ph-heahing .text {
	color: #282828;
	font-size: .4533rem
}

.ph-list {
	padding: .64rem 0
}

.ph-list__title {
	text-align: center;
	font-size: .4267rem
}

.ph-list__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	margin-top: .4rem;
	padding: 0 .4rem;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.ph-list__row .col {
	width: 2.4rem
}

.ph-list__row .col a {
	display: block
}

.ph-list__row .col .thumbnail {
	width: 2.4rem;
	height: 3.2rem
}

.ph-list__row .col .thumbnail img {
	display: block;
	width: 2.4rem;
	height: 3.2rem
}

.ph-list__row .col .title {
	overflow: hidden;
	margin-top: .16rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
	-o-text-overflow: ellipsis
}

.ph-list__row .col .tags {
	color: #909090;
	font-size: 11px
}

.ph-list__action {
	margin-top: .64rem
}

.ph-list__action a {
	display: block;
	margin: 0 auto;
	width: 3.8933rem;
	height: 1.0133rem;
	border: 1px solid #a8a8a8;
	border-radius: .5333rem;
	color: #a8a8a8;
	text-align: center;
	font-size: .4rem;
	line-height: 1.0133rem
}

.ph-list__action a .arrow {
	display: inline-block;
	margin-top: -3px;
	width: 12px;
	height: 12px;
	background-image: url(/style/images/n19__ph-arrow.png);
	background-size: 12px;
	background-repeat: no-repeat;
	vertical-align: middle;
	-o-background-size: 12px
}

.ph-info {
	text-align: center
}

.ph-info__desc {
	margin-top: .24rem;
	color: #909090;
	font-size: .32rem;
	line-height: .64rem
}

.ph-info__action {
	margin-top: .64rem
}

.ph-info__action button {
	margin: 0;
	padding: 0;
	width: 160px;
	height: 1.0667rem;
	border: 0;
	border-radius: 40px;
	background-image: -webkit-linear-gradient(162deg, #ff562e, #f60 66%, #ffa21c 93%);
	background-image: -ms-linear-gradient(162deg, #ff562e 0, #f60 66%, #ffa21c 93%);
	color: #fff;
	font-size: .4rem;
	line-height: 1.0667rem
}

.pp-list {
	margin: .6rem 0 .8rem;
	padding: 0 .64rem
}

.pp-list p.tips {
	margin: -.3rem auto .3rem;
	padding: 0;
	color: #67b299
}

.pp-list__item {
	margin-bottom: .48rem
}

.pp-list__item button {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1.3333rem;
	border: 0;
	border-radius: 1.3333rem;
	background-color: transparent;
	background-color: hsla(0, 0%, 100%, .8);
	color: #555;
	text-align: left;
	text-indent: 1em;
	font-size: .4rem;
	line-height: 1.3333rem
}

.pp-list__item button i {
	display: inline-block;
	margin-top: -3px;
	margin-right: 5px;
	width: .8rem;
	height: .8rem;
	background-size: .7rem;
	background-repeat: no-repeat;
	vertical-align: middle
}

.pp-list__item button .icon-wechat {
	background-image: url(/style/images/n19__my_payvip_wechat_popup.png)
}

.pp-list__item button .icon-alipay {
	background-image: url(/style/images/n19__myvip_pay_zfb_popup.png)
}

.pp-list__item button .icon-pp {
	background-image: url(/style/images/n19__my_payvip_pp_popup.png)
}

.pp-list__item button .icon-qq {
	background-image: url(/style/images/n19__my_payvip_qq_popup.png)
}

.pp-list__item button .icon-visa {
	background-image: url(/style/images/n19__my_payvip_visa_popup.png)
}

.pp-list__item button .icon-my {
	background-image: url(/style/images/n19__my_payvip_my_popup.png)
}

.pp-list__item button .icon-kf {
	background-image: url(/style/images/n19__my_icon_setting2.png)
}

.pp-list__item button span {
	color: #999;
	font-size: .3rem
}

.pp-list .paycode {
	display: block;
	margin: 0 auto 10px
}

.pp-list .paycode,
.pp-list .paycode img {
	width: 5rem;
	height: 5rem;
	text-align: center
}

.n20_head_bar {
	position: relative;
	height: 1.1733rem;
	border-bottom: 1px solid #f0f2f5;
	color: #282828;
	text-align: center;
	font-size: .4533rem;
	line-height: 1.1733rem
}

.n20_head_bar .back {
	position: absolute;
	top: 0;
	left: 0;
	width: 1.1733rem;
	height: 1.1733rem;
	background: url(/style/images/n20_icon_back.png) no-repeat 50%;
	background-size: .24rem .4rem;
	-o-background-size: .24rem .4rem
}

.n_20_title {
	padding-left: .4rem;
	height: 1.12rem;
	background-color: #f3f3f3;
	color: #282828;
	font-weight: 700;
	font-size: .4267rem;
	line-height: 1.12rem
}

.n_20_q_page {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: .48rem 0;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-moz-box-pack: space-around;
	-webkit--moz-box-pack: space-around;
	box-pack: space-around
}

.n_20_q_page .item {
	display: block
}

.n_20_q_page .item img {
	display: block;
	margin: 0 auto .1367rem;
	width: 1.0667rem;
	height: 1.0667rem
}

.n20_section .cell {
	position: relative;
	display: block;
	padding-left: .3733rem;
	height: 1.3333rem;
	border-bottom: .0133rem solid #f0f2f5;
	color: #282828;
	font-size: .3733rem;
	line-height: 1.3333rem
}

.n20_section .cell:last-child {
	border: none
}

.icon_arrowRight {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 1.3333rem;
	height: 1.3333rem;
	background: url(/style/images/n20_icon_back.png) no-repeat 50%;
	background-size: .1867rem .32rem;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-o-background-size: .1867rem .32rem;
	-ms-transform: rotate(180deg)
}

.n20_bg_bottom {
	height: 1.3333rem;
	background-color: #f3f3f3
}

.n20_wenti {
	padding: .5333rem .4rem .5333rem .2667rem;
	border-bottom: 1px solid #f0f2f5
}

.n20_wenti:last-child {
	border: none
}

.wenti_title {
	color: #282828;
	font-size: .4rem
}

.wenti-p {
	margin-top: .16rem;
	color: #909090;
	font-size: .3467rem;
	line-height: 1.7
}

.n20_tack_tips {
	padding: .4rem;
	border-bottom: 1px solid #f8f8f8;
	background-color: #fff
}

.n20_tack_tips a,
.n20_tack_tips em b,
.n20_tack_tips span {
	color: #ff8e12;
	font-size: .4rem
}

.n20_tack_tips em {
	float: right;
	color: #555;
	text-align: right;
	font-size: .32rem
}

.n_20_tack_page {
	position: relative;
	height: 10rem;
	background: url(/style/images/tack_bg.jpg) 50%;
	background-size: cover
}

.n_20_tack_page .back {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 1.1733rem;
	height: 1.1733rem;
	cursor: pointer
}

.n_20_tack_page .back i {
	display: block;
	margin: .3rem;
	width: .7733rem;
	height: .7733rem;
	border-radius: .6rem;
	background: url(/style/images/icon_red_page_back.png) no-repeat 50%;
	background-color: rgba(0, 0, 0, .1);
	background-size: .24rem .4rem;
	-o-background-size: .24rem .4rem
}

.n_20_tack_page .back:hover i {
	background-color: rgba(0, 0, 0, .2)
}

.tack_name {
	position: relative;
	padding-top: .2667rem;
	color: #282828;
	text-align: center;
	font-size: .4533rem
}

.tack_jingdou {
	display: block;
	margin: -1.4rem auto;
	width: 4.7067rem
}

.tack_status {
	color: #423300;
	text-align: center;
	font-weight: 600;
	font-size: .48rem
}

.tack_day {
	margin-top: .2067rem;
	color: #624c00;
	text-align: center;
	font-size: .3467rem
}

.tack_panel {
	margin: .4667rem 20.0025px 0
}

.tack_panel_bd {
	padding: .5333rem .4rem;
	border-top-right-radius: .2667rem;
	border-top-left-radius: .2667rem;
	background-color: #fff
}

.tack_panel_bottom {
	overflow: hidden;
	height: .9333rem;
	border-bottom-right-radius: .2667rem;
	border-bottom-left-radius: .2667rem;
	background-color: #f8f8f8;
	box-shadow: 0 2px 1px 1px #ffd845;
	color: #999;
	text-align: center;
	font-size: .32rem;
	line-height: .9333rem
}

.icon_tack_wenhao {
	display: inline-block;
	margin-top: -3px;
	width: .3333rem;
	height: .3333rem;
	background: url(/style/images/tack_icon_wenhao.png);
	background-size: 100% 100%;
	vertical-align: middle
}

.tack_panel_bd_day,
.tack_panel_bd_dian,
.tack_panel_bd_dou {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-moz-box-pack: space-between;
	-webkit--moz-box-pack: space-between;
	box-pack: space-between
}

.tack_panel_bd .douzi {
	width: 1.05rem;
	height: 1.114rem;
	text-align: center;
	font-size: .26rem;
	line-height: 1.6rem
}

.tack_panel_bd_dou .no {
	background: url(/style/images/icon_dou_no.png);
	background-size: 100% 100%;
	color: #a6a6a6
}

.tack_panel_bd_dou .yes {
	position: relative;
	background: url(/style/images/icon_dou_yes.png);
	background-size: 100% 100%;
	color: #fff
}

.tack_panel_bd_dian {
	position: relative;
	margin-top: .1333rem;
	padding: 0 .4rem
}

.tack_panel_bd_dian .dian {
	width: .2133rem;
	height: .2133rem;
	border-radius: 50%
}

.tack_panel_bd_dian .no {
	background: #fff
}

.tack_panel_bd_dian .yes {
	background: #ff5e03
}

.tack_panel_bd_dian .dian_jindu {
	position: absolute;
	top: 50%;
	left: 0;
	margin: -.0267rem .4rem 0;
	height: .0533rem;
	background-color: #ff6303
}

.tack_panel_bd_day {
	margin-top: .1333rem;
	padding: 0 .2133rem;
	color: #5c5c5c;
	font-size: .32rem
}

.tack_panel_bd.userhome {
	margin: 5px 3% 0;
	padding: .3rem 0 .2rem;
	border-top: 1px solid #eee;
	border-radius: 0 0 .3rem .3rem;
	background: #fff
}

.tack_panel_bd.userhome .title {
	float: left;
	display: block;
	margin: 0 2% .3rem;
	width: 96%;
	color: #fff
}

.tack_panel_bd.userhome .title .fl {
	float: left;
	font-size: .35rem
}

.tack_panel_bd.userhome .title .fr {
	float: right;
	font-size: .3rem
}

.tack_panel_bd.userhome .tack_panel_bd_dou {
	width: 100%
}

.tack_panel_bd.userhome .douzi {
	padding-top: .1rem;
	width: 1rem;
	height: 1.4rem;
	border-radius: .1rem;
	background-color: #f6f8f9;
	color: #999;
	line-height: .5rem
}

.tack_panel_bd.userhome .douzi span {
	height: .4rem;
	color: #999
}

.tack_panel_bd.userhome .douzi em {
	display: block;
	height: .4rem;
	background: url(/style/images/record_icon_reward2.png) 50% no-repeat;
	background-size: .3rem
}

.tack_panel_bd.userhome .douzi.no {
	background: #f6f8f9
}

.tack_panel_bd.userhome .douzi.yes {
	background: rgba(248, 182, 45, .05);
	color: #f60
}

.tack_panel_bd.userhome .douzi.yes span {
	color: #f60
}

.tack_panel_bd.userhome .douzi.yes em {
	background-image: url(/style/images/record_icon_reward.png)
}

.tack_get_mask {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9991;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .9)
}

.tack_get_mask_body {
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}

.mask_get_img {
	display: block;
	margin: 0 auto;
	width: 7.5rem
}

.tack_get_mask_body img {
	display: block;
	margin: 0 auto;
	width: 8rem;
	-webkit-animation: xing .3s linear
}

.mask_get_close {
	position: absolute;
	bottom: -1.95rem;
	left: 50%;
	width: .75rem;
	height: .75rem;
	background: url(/style/images/icon_close.png) no-repeat;
	background-size: 100%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
	-ms-transform: translate(-50%)
}

#czhd {
	background-color: rgba(0, 0, 0, .5)
}

@keyframes xing {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1)
	}
}

.mask_get_status {
	color: #fff;
	text-align: center;
	font-size: .8rem
}

.mask_get_num {
	margin-top: .1333rem;
	color: #ffd946;
	text-align: center;
	font-size: .56rem
}

.mask_get_btn {
	margin: .7rem auto 0;
	width: 3.0667rem;
	height: .8533rem;
	border-radius: 100px;
	background-color: #ffd741;
	box-shadow: 0 4px 1px rgba(245, 177, 7, .8);
	color: #423300;
	text-align: center;
	font-size: .4267rem;
	line-height: .8533rem
}

.icon_detail_wenhao {
	display: inline-block;
	margin-left: .08rem;
	width: .2667rem;
	height: .2667rem;
	background: url(/style/images/icon_detail_wenhao.png);
	background-size: 100% 100%
}

.new_people_txt {
	position: absolute;
	top: -.68rem;
	left: 50%;
	z-index: 99;
	display: inline-block;
	margin-left: -1.1rem;
	width: 2.2rem;
	height: .4533rem;
	border-radius: .0667rem;
	background-image: -webkit-gradient(linear, left top, right top, from(#8de059), to(#1dd566));
	background-image: -webkit-linear-gradient(left, #8de059, #1dd566);
	background-image: -moz-linear-gradient(left, #8de059, #1dd566);
	background-image: -o-linear-gradient(left, #8de059, #1dd566);
	background-image: linear-gradient(90deg, #8de059, #1dd566);
	background-image: -webkit-linear-gradient(90deg, #8de059, #1dd566);
	background-image: -moz-linear-gradient(to right, #8de059, #1dd566);
	background-image: -o-linear-gradient(to right, #8de059, #1dd566);
	box-shadow: 0 2px 2px 0 rgba(205, 255, 214, .75);
	color: #fff;
	text-align: center;
	font-size: .32rem;
	line-height: .4533rem
}

.new_people_txt:before {
	position: absolute;
	bottom: -.23rem;
	left: 50%;
	margin-left: -.1333rem;
	width: 0;
	height: 0;
	content: "";
	border: .1333rem solid transparent;
	border-top-color: #1dd566
}

.vip-logo {
	display: inline-block;
	margin-left: .1333rem;
	width: .36rem;
	height: .32rem;
	background: url("/style/images/e57198d2ae7547f796ca3ce3c8f043a0.gif");
	background-size: cover
}

.record {
	background-color: #fff
}

.record_head {
	position: relative;
	height: 6.1733rem;
	background: url(/style/images/record_bg.jpg) no-repeat;
	background-size: cover
}

.record_back {
	position: absolute;
	top: 0;
	left: 0;
	width: 1.0667rem;
	height: 1.0667rem;
	background: url(/style/images/record_back.png) no-repeat 50%;
	background-size: 9px 15px;
	-o-background-size: 9px 15px
}

.record_my_bill {
	padding: 0 .4rem;
	height: 1.28rem;
	color: #423300;
	text-align: right;
	font-size: .3733rem;
	line-height: 1.28rem
}

.record_balance {
	color: #836500;
	text-align: center
}

.record_my_money {
	color: #423300;
	text-align: center;
	font-weight: 700;
	font-size: 1.04rem
}

.record_profit {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center
}

.record_profit_li {
	margin: .3rem 0 .4rem;
	text-align: center;
	box-flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-flex: 1
}

.re_li_line {
	width: 1px;
	height: .5867rem;
	background-color: #423300
}

.re_li_num {
	color: #423300;
	font-weight: 700;
	font-size: .5067rem
}

.re_li_txt {
	margin-top: .1rem;
	color: #836500;
	font-size: .32rem
}

.record_money_bottom {
	color: #836500;
	text-align: center
}

.re_icon_wen {
	position: relative;
	top: 1px;
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url(/style/images/record_icon_wen.png);
	background-size: cover
}

.record_aside {
	position: relative;
	overflow: hidden;
	padding: 0 .2667rem;
	height: 3.0667rem
}

.record_aside_title {
	margin: .48rem 0;
	color: #282828;
	font-weight: 700;
	font-size: .4267rem
}

.record_share_btn {
	position: absolute;
	top: .5333rem;
	right: .32rem;
	padding: .05rem .24rem;
	outline: 0;
	border: none;
	border-radius: 100px;
	background-image: -webkit-gradient(linear, left top, right top, from(#ffe052), to(#ffd139));
	background-image: -webkit-linear-gradient(left, #ffe052, #ffd139);
	background-image: -moz-linear-gradient(left, #ffe052, #ffd139);
	background-image: -o-linear-gradient(left, #ffe052, #ffd139);
	background-image: linear-gradient(90deg, #ffe052, #ffd139);
	background-image: -webkit-linear-gradient(90deg, #ffe052, #ffd139);
	background-image: -moz-linear-gradient(to right, #ffe052, #ffd139);
	background-image: -o-linear-gradient(to right, #ffe052, #ffd139);
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, .1);
	color: #644d00
}

.record_aside_p {
	margin-top: .1333rem;
	color: #5c5c5c
}

._bor_b {
	height: .2667rem;
	background-color: #f3f3f3
}

.record_aside .icon_share {
	display: inline-block;
	width: 13px;
	height: 11px;
	background: url(/style/images/record_icon_share.png) no-repeat;
	background-size: 100%
}

.record_panel_head {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 1.2rem;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-moz-box-pack: space-between;
	-webkit--moz-box-pack: space-between;
	box-pack: space-between
}

.record_panel_item {
	position: relative;
	width: 2.2667rem;
	color: #909090;
	text-align: center;
	font-size: .4267rem;
	line-height: 1.2rem
}

.record_panel_head .active {
	color: #282828;
	font-weight: 700
}

.record_panel_head .active:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -.2267rem;
	width: .4533rem;
	height: .1067rem;
	border-radius: .1067rem;
	background-color: #ffd33b;
	content: ""
}

.__one_cell {
	position: relative;
	padding: .5333rem .32rem;
	border-top: 1px solid #f3f3f3
}

._cell_title {
	color: #282828;
	font-weight: 700;
	font-size: .4rem
}

._cell_levl {
	color: #ff6003
}

._icon_reward {
	position: relative;
	top: 1px;
	display: inline-block;
	margin-right: 4px;
	width: 12px;
	height: 12px;
	background: url(/style/images/record_icon_reward.png);
	background-size: cover
}

._cell_reward {
	margin-top: .1333rem;
	color: #909090
}

._cell_progress_wrap {
	margin-top: .2667rem
}

._cell_progress {
	float: left;
	overflow: hidden;
	width: 3.7333rem;
	height: 4px;
	border-radius: 4px;
	background: #eee
}

._cell_progress_inner {
	height: 4px;
	border-radius: 4px;
	background-color: #ff6003
}

._cell_progress_txt {
	float: left;
	margin-top: -6px;
	margin-left: 2px;
	color: #ff6003
}

.__cell_btn {
	position: absolute;
	top: 50%;
	right: .32rem;
	margin-top: -.36rem;
	width: 2.2667rem;
	height: .72rem;
	outline: 0;
	border: none;
	border-radius: .72rem;
	background-color: #fff5ca;
	color: #423300;
	text-align: center;
	font-size: .3467rem;
	line-height: .72rem
}

.__one_cell .active {
	background-color: #ff6203;
	color: #fff
}

.__three_cell {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0 .32rem;
	height: 2.1067rem;
	border-top: 1px solid #f3f3f3;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center
}

.__cell_exchange_title {
	max-width: 5.0667rem;
	color: #282828;
	font-weight: 700;
	font-size: .4rem
}

.__cell_exchange_aside {
	margin-left: auto;
	text-align: right
}

.__cell_exchange_num {
	color: #19a554;
	font-weight: 700;
	font-size: .3733rem
}

.__cell_exchange_time {
	margin-top: .1333rem;
	color: #aeaeae;
	font-size: .32rem
}

.__two_cell {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: .6rem .32rem;
	border-top: 1px solid #f3f3f3;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center;
	-webkit-flex-wrap: wrap;
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.__two_aside {
	margin-right: auto
}

.__cell_name {
	color: #282828;
	font-weight: 700;
	font-size: .3733rem
}

.__cell_share_time {
	margin-top: .1333rem;
	color: #aeaeae;
	font-size: .32rem
}

.__cell_two_reward {
	color: #fa5151;
	font-weight: 700;
	font-size: .3733rem
}

.record_panel__two .active {
	background-color: #fffdf5
}

.__two_toggle {
	margin-top: .6rem;
	padding: .3rem 0 0;
	width: 100%;
	border-top: 1px solid #f3f3f3;
	color: #080808
}

.toggle_item {
	margin-top: .1333rem
}

.toggle_item_reward {
	float: right
}

.icon_check {
	position: relative;
	top: 1px;
	display: inline-block;
	margin-right: .1333rem;
	width: 11px;
	height: 11px;
	background: url(/style/images/record_is_success.png);
	background-size: cover
}

.is_fai {
	color: #999
}

.is_fai .icon_check {
	background: url(/style/images/record_is_fail.png);
	background-size: cover
}

.__cell_two_reward_fail {
	font-weight: 700;
	font-size: .3733rem
}

.my_bill {
	background-color: #fff
}

.my_bill_cell {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0 .32rem;
	height: 2rem;
	border-top: 1px solid #f0f2f5;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center
}

.my_bill_aside {
	margin-right: auto
}

.my_goods_name {
	max-width: 5.7333rem;
	color: #282828;
	font-size: .4rem
}

.my_goods_time {
	margin-top: .1333rem;
	color: #aeaeae
}

.my_bill_price {
	font-weight: 700;
	font-size: .3733rem
}

.my_bill_add {
	color: #fa5151
}

.my_bill_sub {
	color: #19a554
}

.red_page {
	height: 8.1067rem
}

.red_page,
.red_page2 {
	position: relative;
	z-index: -2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0402e), to(#f55b44));
	background-image: -webkit-linear-gradient(top, #f0402e, #f55b44);
	background-image: -moz-linear-gradient(top, #f0402e, #f55b44);
	background-image: -o-linear-gradient(top, #f0402e, #f55b44);
	background-image: linear-gradient(180deg, #f0402e, #f55b44);
	background-image: -webkit-linear-gradient(180deg, #f0402e, #f55b44);
	background-image: -moz-linear-gradient(to bottom, #f0402e, #f55b44);
	background-image: -o-linear-gradient(to bottom, #f0402e, #f55b44)
}

.red_page2 {
	overflow: hidden;
	height: 8.1067rem;
	height: 6.9333rem
}

.gold_dou_bg {
	position: absolute;
	top: 1.5467rem;
	left: .7333rem;
	z-index: -1;
	width: 8.5333rem;
	opacity: .5
}

.red_navigator {
	position: relative;
	overflow: hidden;
	height: 1.2rem;
	line-height: 1.2rem
}

.a_back {
	float: left;
	width: 1.2rem;
	height: 1.2rem;
	background: url(/style/images/icon_red_page_back.png) no-repeat 50%;
	background-size: 9px 15px;
	-o-background-size: 9px 15px
}

.a_to {
	float: right;
	padding: 0 .4267rem;
	height: 1.2rem;
	color: #fff;
	font-size: .3733rem;
	line-height: 1.2rem
}

.red_page2 .a_back {
	position: absolute;
	top: 0;
	left: 0
}

.red_page2 .a_to {
	float: none;
	display: block;
	padding: 0;
	width: 100%;
	text-align: center
}

.user_img {
	display: block;
	margin: .2133rem auto 0;
	width: 1.62rem;
	height: 1.62rem;
	border: 2px solid #ff9991;
	border-radius: 50%
}

.red_user_wrap {
	color: #ffe051;
	text-align: center;
	font-size: .3467rem
}

.red_page2 .red_user_wrap {
	margin-top: .4rem
}

.user_name {
	margin-top: .2133rem
}

.user_status {
	margin-top: .1rem
}

.user_gold {
	margin-top: .6667rem;
	color: #ffe051;
	text-align: center;
	font-size: .4267rem
}

.red_page2 .user_gold {
	margin-top: .3333rem
}

._gold_num {
	font-weight: 700;
	font-size: 1.12rem
}

.red_panel {
	margin-top: -.6667rem;
	border-top-right-radius: .8rem;
	border-top-left-radius: .8rem;
	background-color: #fff
}

.red_panel_head {
	height: 1.3333rem;
	color: #909090;
	text-align: center;
	font-size: .3733rem;
	line-height: 1.3333rem
}

.red_cell,
.red_panel_head {
	border-bottom: 1px solid #f0f2f5
}

.red_cell {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0 .4rem;
	height: 2.2rem;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center
}

._cell_user_name {
	color: #282828;
	font-size: .3733rem
}

._cell_no1_img {
	position: relative
}

._cell_no1_img:after {
	position: absolute;
	top: -1.05rem;
	right: -.1667rem;
	width: .7867rem;
	height: .7067rem;
	background: url(/style/images/icon_huangguan.png) no-repeat;
	background-size: cover;
	content: ""
}

.user-topbar__content ._cell_no1_img:after {
	top: -1.15rem;
	right: .2rem
}

._cell_user_img {
	width: 1.0667rem;
	height: 1.0667rem;
	border-radius: 50%
}

._cell_user_aside {
	position: relative;
	margin-right: auto;
	margin-left: .16rem
}

._cell_no1 {
	display: inline-block;
	padding: 1px 4px;
	border-radius: 4px;
	background-color: #ffe051;
	color: #f44234;
	font-size: .2533rem;
	-webkit-transform: scale(.75);
	-moz-transform: scale(.75);
	-o-transform: scale(.75);
	transform: scale(.75);
	-ms-transform: scale(.75)
}

._cell_user_time {
	margin-top: .1rem;
	color: #aeaeae;
	font-size: .32rem
}

._cell_num {
	color: #282828;
	font-size: .4rem
}

._cell_ping {
	background-color: #f54234
}

._cell_nor,
._cell_ping {
	display: inline-block;
	padding: 1px 4px;
	border-radius: 4px;
	color: #fff;
	font-size: .2533rem;
	-webkit-transform: scale(.75);
	-moz-transform: scale(.75);
	-o-transform: scale(.75);
	transform: scale(.75);
	-ms-transform: scale(.75)
}

._cell_nor {
	background-color: #54b52e
}

.my_head_bar {
	position: relative;
	height: 1.1733rem;
	border-bottom: 1px solid #f0f2f5;
	color: #282828;
	text-align: center;
	font-size: .4533rem;
	line-height: 1.1733rem
}

.my_head_bar .back {
	position: absolute;
	top: 0;
	left: 0;
	width: 1.1733rem;
	height: 1.1733rem;
	background: url(/style/images/my_icon_back.png) no-repeat 50%;
	background-size: .24rem .4rem;
	-o-background-size: .24rem .4rem
}

.cyb_mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8)
}

.cyb_mask_body {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 999;
	width: 7.4667rem;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}

.cyb_mask_hd {
	padding: .8rem 0;
	border-radius: 4px;
	background-color: #fff;
	color: #282828;
	text-align: center;
	font-size: .4533rem;
	line-height: 1.7
}

.cyb_btn {
	display: block;
	margin: .4rem auto 0;
	width: 4.4rem;
	height: 1.0667rem;
	border-radius: 1.0667rem;
	background-image: -webkit-gradient(linear, left top, right top, from(#ffdc4c), to(#ffd037));
	background-image: -webkit-linear-gradient(left, #ffdc4c, #ffd037);
	background-image: -moz-linear-gradient(left, #ffdc4c, #ffd037);
	background-image: -o-linear-gradient(left, #ffdc4c, #ffd037);
	background-image: linear-gradient(90deg, #ffdc4c, #ffd037);
	background-image: -webkit-linear-gradient(90deg, #ffdc4c, #ffd037);
	background-image: -moz-linear-gradient(to right, #ffdc4c, #ffd037);
	background-image: -o-linear-gradient(to right, #ffdc4c, #ffd037);
	color: #423300;
	text-align: center;
	font-size: .4rem;
	line-height: 1.0667rem
}

.cyb_line {
	margin: 0 auto;
	width: 1px;
	height: 1.4rem;
	background-color: #fff
}

.close_mask {
	margin: 0 auto;
	width: .7467rem;
	height: .7467rem;
	background: url(/style/images/icon_close.png);
	background-size: cover
}

.product_mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8)
}

.product_mask_body {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	background-color: #fff
}

.product_mask_title {
	position: relative;
	height: 1.7333rem;
	color: #282828;
	text-align: center;
	font-size: .4533rem;
	line-height: 1.7333rem
}

.close_product_mask {
	position: absolute;
	top: 0;
	right: 0;
	width: 1.1467rem;
	height: 1.7333rem;
	background: url(/style/images/close.png) 50% no-repeat;
	background-size: 15px 15px;
	-o-background-size: 15px 15px
}

.product_panel {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0 .3333rem .5333rem;
	border-bottom: #f8f8f8;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center
}

.product_img {
	overflow: hidden;
	margin-right: .2333rem;
	width: 2.1333rem;
	height: 1.6533rem;
	border: 1px solid #e8e8e8;
	border-radius: .16rem
}

.product_img>img {
	display: block;
	width: 100%;
	height: 100%;
	border: none
}

.product_name {
	max-width: 3.7333rem;
	color: #282828;
	font-size: .3467rem
}

.product_aside {
	margin-left: auto
}

.product_stock {
	color: #909090
}

.product_price {
	margin-top: .1rem;
	color: #444;
	font-weight: 700;
	font-size: .4rem
}

.product_buy {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0 .3333rem;
	height: 1.44rem;
	border-top: 1px solid #f8f8f8;
	border-bottom: #f8f8f8;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center
}

.product_buy_txt {
	color: #282828;
	font-weight: 700;
	font-size: .3733rem
}

.product_num {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	overflow: hidden;
	margin-left: auto;
	height: .6133rem;
	border-bottom: #f8f8f8;
	border-radius: 3px;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center
}

.num_sub {
	background: url(/style/images/num_sub.png) no-repeat 50%;
	background-size: 10px 2px;
	-o-background-size: 10px 2px
}

.num_add {
	background: url(/style/images/num_add.png) no-repeat 50%;
	background-size: 10px 10px;
	-o-background-size: 10px 10px
}

.num_value {
	margin: 0 2px;
	color: #282828;
	text-align: center;
	font-size: .4rem;
	line-height: .6133rem
}

.num_add,
.num_sub,
.num_value {
	width: .8rem;
	height: .6133rem;
	outline: 0;
	border: none;
	background-color: #f3f3f3
}

.product_bottom {
	overflow: hidden;
	height: 1.2667rem;
	border-top: .1333rem solid #f8f8f8;
	line-height: 1.2667rem
}

.product_bottom_left {
	float: left;
	margin-left: .32rem
}

.product_money {
	color: #ff5539;
	font-size: .4267rem
}

.product_submit {
	float: right;
	width: 3.3333rem;
	height: 1.2667rem;
	outline: 0;
	border: none;
	background-image: -webkit-linear-gradient(-48deg, #ffe65c 19%, #ffd251 97%);
	background-image: -moz-linear-gradient(-48deg, #ffe65c 19%, #ffd251 97%);
	background-image: -o-linear-gradient(-48deg, #ffe65c 19%, #ffd251 97%);
	color: #423300;
	text-align: center;
	font-size: .4267rem;
	line-height: 1.2667rem
}

.product_img2 {
	overflow: hidden;
	margin-right: .2333rem;
	width: 2.2667rem;
	height: 1.6533rem;
	border-radius: .1333rem
}

.product_img2>img {
	display: block;
	width: 100%;
	height: 100%;
	border: none
}

.product_buy_two {
	margin: 0 .32rem;
	padding: 0;
	border-bottom: 1px solid #f5f5f5
}

.product_addr {
	position: relative;
	display: block;
	padding: .5333rem .32rem;
	color: #282828;
	font-weight: 700;
	font-size: .3733rem;
	line-height: 1.7
}

._addr_region {
	color: #5c5c5c;
	font-size: .3467rem
}

.addr_icon_arrow_r {
	position: absolute;
	top: 50%;
	right: .48rem;
	margin-top: -3px;
	width: 7px;
	height: 13px;
	background: url(/style/images/addr_arrow_r.png);
	background-size: cover
}

.addr_create {
	padding: .48rem 0;
	color: #2e8df9;
	text-align: center;
	font-size: .3733rem
}

.addr_icon {
	position: relative;
	top: 1px;
	display: inline-block;
	margin-right: .2rem;
	width: .2933rem;
	height: .3733rem;
	background: url(/style/images/n_20_addr_icon.png);
	background-size: cover
}

.product_bottom .disabled {
	background: #cacaca;
	color: #fffefe
}

.order_detail {
	background-color: #fff
}

.product_panel_bill_detail {
	padding: .5333rem .32rem
}

.bill_detail_bottom,
.product_panel_bill_detail {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	border-bottom: #f8f8f8;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center
}

.bill_detail_bottom {
	margin: 0 .32rem;
	padding: .3733rem 0;
	border-top: 1px solid #f3f3f3
}

.bill_detail_aside {
	margin-right: auto;
	color: #909090;
	line-height: 1.7
}

.order_title {
	color: #282828
}

.bill_detail_status {
	color: #2ac175;
	font-size: .3467rem
}

.bill_detail_status_two {
	padding: .12rem .42rem;
	border: 1px solid #f3f3f3;
	border-radius: 100px;
	color: #909090;
	font-size: .3467rem
}

.copy_order_btn {
	margin-left: .16rem;
	padding: 1px 6px;
	border: 1px solid #ff5e03;
	border-radius: 100px;
	color: #ff5e03
}

.order_progress {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: .5333rem .6667rem 0
}

._progress_item {
	text-align: center;
	box-flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-flex: 1
}

.speed_wrap {
	height: .8rem
}

.speed {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: .4rem auto 0;
	width: 74%;
	height: 2px;
	background-color: #e0e0e0;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-moz-box-pack: space-between;
	-webkit-moz-box-pack: space-between;
	box-pack: space-between
}

.speed_active {
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	background: #ffceb3
}

.speed_dot {
	position: relative;
	z-index: 1;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #e0e0e0
}

.speed .active {
	background-color: #ff5e03
}

.speed .active:before {
	top: 0;
	left: 0;
	margin-top: -5px;
	width: 14px;
	height: 14px;
	background-color: #ffd8c2
}

.speed .active:after,
.speed .active:before {
	position: absolute;
	display: block;
	border-radius: 50%;
	content: ""
}

.speed .active:after {
	top: -1px;
	left: 5px;
	width: 5px;
	height: 5px;
	background-color: #ff5e03
}

._express_cell {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0 12px;
	height: 20vw;
	line-height: 1.6;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center
}

._express_time {
	width: 50px;
	color: #aeaeae;
	text-align: center
}

._express_aside {
	padding-left: 12px
}

._express_title {
	color: #282828;
	font-weight: 700;
	font-size: .3467rem
}

._express_subtitle {
	color: #5c5c5c
}

.order_express {
	position: relative
}

.speed_order__express {
	position: absolute;
	top: 10vw;
	left: 63px;
	width: 3px;
	background-color: #f3f3f3
}

.create_addr {
	background-color: #fff
}

.input_cell {
	position: relative;
	overflow: hidden;
	padding: 0 .2667rem;
	height: 1.4933rem;
	border-bottom: 1px solid #f3f3f3;
	color: #282828;
	font-size: .4rem
}

.input_cell>label {
	display: inline-block;
	width: 2rem;
	text-align: left;
	line-height: 1.4933rem
}

.input_cell>input {
	display: inline-block;
	padding-right: .4rem;
	width: 6rem;
	height: 100%;
	border: 0;
	line-height: 100%
}

.input_cell>input::-webkit-input-placeholder {
	color: #aaa
}

.input_arrow_r {
	position: absolute;
	top: 50%;
	right: .5333rem;
	margin-top: -6px;
	width: 7px;
	height: 13px;
	background: url(/style/images/addr_arrow_r.png);
	background-size: cover
}

.text_addr {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: .5333rem .32rem;
	width: 100%;
	border: none;
	resize: none
}

.text_addr::-webkit-input-placeholder {
	color: #aaa
}

.set_default {
	position: relative;
	padding: 0 .32rem;
	height: 1.6rem;
	color: #282828;
	font-size: .4rem;
	line-height: 1.6rem
}

.addr_switch {
	position: absolute;
	top: 50%;
	right: .5333rem;
	margin-top: -.56rem
}

.submit_addr {
	display: block;
	margin: 1.3333rem auto 0;
	width: 8rem;
	height: 1.1467rem;
	outline: 0;
	border: none;
	border-radius: 1.1467rem;
	background-image: -webkit-gradient(linear, left top, right top, from(#ffe65c), to(#ffc92a));
	background-image: -webkit-linear-gradient(left, #ffe65c, #ffc92a);
	background-image: -moz-linear-gradient(left, #ffe65c, #ffc92a);
	background-image: -o-linear-gradient(left, #ffe65c, #ffc92a);
	background-image: linear-gradient(90deg, #ffe65c, #ffc92a);
	background-image: -webkit-linear-gradient(90deg, #ffe65c, #ffc92a);
	background-image: -moz-linear-gradient(to right, #ffe65c, #ffc92a);
	background-image: -o-linear-gradient(to right, #ffe65c, #ffc92a);
	color: #282828;
	text-align: center;
	font-size: .4267rem
}

.set_addr_mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8)
}

.set_addr_mask_body {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	background-color: #fff
}

.set_addr_head {
	position: relative;
	height: 1.3333rem;
	border-bottom: 1px solid #f3f3f3;
	color: #282828;
	text-align: center;
	font-size: .4267rem;
	line-height: 1.3333rem
}

.close_set_addr {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 auto;
	width: 1.3333rem;
	height: 1.3333rem;
	background: url(/style/images/close.png) no-repeat 50%;
	background-size: 15px 15px;
	-o-background-size: 15px 15px
}

.set_addr_change {
	height: 1.0667rem;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .05);
	color: #282828;
	font-size: .3467rem;
	line-height: 1.0667rem
}

.set_addr_change>._change_item {
	position: relative;
	display: inline-block;
	padding: 0 .32rem
}

.set_addr_mask_body .set_addr_change>.active:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -.2133rem;
	width: .48rem;
	height: .1067rem;
	border-radius: .1067rem;
	background-color: #ffd33b;
	content: ""
}

.set_addr_body {
	overflow: auto;
	padding-left: .32rem;
	height: 8rem;
	color: #282828;
	font-size: .3467rem
}

.set_addr_cell {
	height: 1.2rem;
	border-bottom: 1px solid #f5f5f5;
	line-height: 1.2rem
}

.set_addr_body .active {
	color: #f60
}

.self_addr {
	background-color: #fff
}

.self_addr_cell {
	padding: .5333rem .32rem;
	border-bottom: .1333rem solid #f3f3f3
}

.self_head {
	overflow: hidden;
	color: #282828;
	font-weight: 700;
	font-size: .4rem
}

.self_addr_name {
	float: left
}

.self_addr_phone {
	float: right
}

.self_body {
	margin-top: .32rem;
	color: #5c5c5c;
	font-size: .3467rem
}

.self_bottom {
	overflow: hidden;
	margin-top: .32rem;
	padding-top: .32rem;
	border-top: 1px solid #f3f3f3;
	color: #909090
}

.addr_radio {
	float: left
}

.addr_edit {
	float: left;
	margin-left: 3.4667rem
}

.addr_remove {
	float: right
}

.icon_addr {
	position: relative;
	top: 2px;
	display: inline-block;
	margin-right: .16rem;
	width: 15px;
	height: 15px
}

.active .icon_addr_radio {
	background: url(/style/images/addr_radio_active.png);
	background-size: cover
}

.icon_addr_radio {
	background: url(/style/images/addr_radio.png);
	background-size: cover
}

.icon_addr_edit {
	background: url(/style/images/addr_edit.png);
	background-size: cover
}

.icon_addr_remove {
	background: url(/style/images/addr_remove.png);
	background-size: cover
}

.adrr_remove_mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8)
}

.adrr_remove_mask_body {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9999;
	width: 7.7333rem;
	border-radius: .1333rem;
	background: #fff;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}

.romove_mask_head {
	padding: 1.2rem 0;
	border-bottom: 1px solid #f3f3f3;
	color: #282828;
	text-align: center;
	font-size: .48rem
}

.remove_btn_wrap {
	height: 1.6rem;
	font-size: .4267rem;
	line-height: 1.6rem
}

.remove_no {
	border-right: 1px solid #f3f3f3;
	color: #909090
}

.remove_no,
.remove_yes {
	display: inline-block;
	width: 48%;
	text-align: center
}

.remove_yes {
	color: #f60
}

.yq_mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8)
}

.yq_mask_body {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9999;
	width: 6.6667rem;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}

.yq_mask_hd {
	padding-bottom: .5333rem;
	border-radius: .1333rem;
	background: #fff
}

.yq_mask_title {
	padding: .6667rem 0;
	color: #282828;
	text-align: center;
	font-size: .48rem
}

.yq_mask_subtitle {
	padding: 0 .9333rem;
	color: #909090;
	font-size: .3733rem;
	line-height: 1.6
}

.yq_btn {
	display: block;
	margin: .6667rem auto 0;
	width: 4.8rem;
	height: 1.0667rem;
	outline: 0;
	border: none;
	border-radius: 1.1467rem;
	background-image: -webkit-gradient(linear, left top, right top, from(#ffe65c), to(#ffc92a));
	background-image: -webkit-linear-gradient(left, #ffe65c, #ffc92a);
	background-image: -moz-linear-gradient(left, #ffe65c, #ffc92a);
	background-image: -o-linear-gradient(left, #ffe65c, #ffc92a);
	background-image: linear-gradient(90deg, #ffe65c, #ffc92a);
	background-image: -webkit-linear-gradient(90deg, #ffe65c, #ffc92a);
	background-image: -moz-linear-gradient(to right, #ffe65c, #ffc92a);
	background-image: -o-linear-gradient(to right, #ffe65c, #ffc92a);
	color: #282828;
	text-align: center;
	font-size: .4267rem;
	line-height: 1.0667rem
}

.bug,
.bug_submit {
	background-color: #fff
}

.bug_submit {
	position: absolute;
	right: .32rem;
	padding: 0 .32rem;
	height: 1.1733rem;
	outline: 0;
	border: none;
	color: #909090;
	font-size: .4rem;
	line-height: 1.1733rem
}

.bug_input {
	border-bottom: 1px solid #f3f3f3
}

.bug_input>input {
	padding: 0 .32rem;
	width: 100%;
	height: 1.2rem;
	border: none;
	color: #282828;
	font-size: .3467rem;
	line-height: 1.2rem
}

.bug_input>input::-webkit-input-placeholder {
	color: #909090
}

.text_bug {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: .5333rem .32rem;
	width: 100%;
	height: 4rem;
	border: none;
	color: #282828;
	font-size: .3467rem;
	resize: none
}

.bug_input>textarea::-webkit-input-placeholder {
	color: #909090
}

.bug_file {
	padding: .32rem
}

.bug_file_btn {
	border: 1px solid #f3f3f3;
	background: url(/style/images/input_file.png) no-repeat 50%;
	background-color: #fcfcfc;
	background-size: 19px 19px;
	-o-background-size: 19px 19px
}

.bug_file_btn,
.bug_file_img {
	display: inline-block;
	width: 1.4667rem;
	height: 1.4667rem
}

.bug_file_img {
	margin-right: .1333rem;
	border: 1px solid transparent
}

.bug button.active {
	color: #f60
}

.public_head_bar {
	position: relative;
	height: 1.2rem;
	color: #282828;
	text-align: center;
	font-size: .48rem;
	line-height: 1.2rem
}

.public_head_bar .back {
	background: url(/style/images/my_icon_back.png) no-repeat 50%;
	background-size: .24rem .4rem;
	-o-background-size: .24rem .4rem
}

.public_head_bar .back,
.public_head_bar .close {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 1.2rem;
	height: 1.2rem
}

.public_head_bar .close {
	background: url(/style/images/close.png) no-repeat 50%;
	background-size: .4rem .4rem;
	-o-background-size: .4rem .4rem
}

.pulic_input_wrap {
	padding: 1.6rem 1.3333rem
}

.input_txt {
	display: block;
	color: #3f7ff6;
	text-align: center;
	font-size: .3733rem
}

.input_btn,
.input_phone,
.input_yzm {
	position: relative;
	margin-bottom: .32rem
}

.input_btn>button,
.input_phone>input,
.input_yzm>input {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 .4533rem;
	width: 100%;
	height: 1.3333rem;
	border: none;
	border-radius: 1.3333rem;
	background-color: #f0f2f5;
	color: #282828;
	font-size: .4267rem
}

input::-webkit-input-placeholder {
	color: #909090;
	font-size: .3467rem
}

.input_btn>button {
	margin: .5333rem auto;
	color: #909090;
	font-size: .4rem
}

.get_yzm {
	position: absolute;
	top: 0;
	right: .5333rem;
	display: block;
	height: 1.3333rem;
	color: #f60;
	font-size: .3467rem;
	line-height: 1.3333rem
}

.input_btn_active>button {
	background-image: -webkit-gradient(linear, left top, right top, from(#ffdf50), to(#ffcd31));
	background-image: -webkit-linear-gradient(left, #ffdf50, #ffcd31);
	background-image: -moz-linear-gradient(left, #ffdf50, #ffcd31);
	background-image: -o-linear-gradient(left, #ffdf50, #ffcd31);
	background-image: linear-gradient(90deg, #ffdf50, #ffcd31);
	background-image: -webkit-linear-gradient(90deg, #ffdf50, #ffcd31);
	background-image: -moz-linear-gradient(to right, #ffdf50, #ffcd31);
	background-image: -o-linear-gradient(to right, #ffdf50, #ffcd31);
	color: #423300
}

.pulic_input_wrap .get_yzm_active {
	color: #aeaeae
}

.logout_title {
	padding: .5333rem 0;
	color: #282828;
	text-align: center;
	font-weight: 700;
	font-size: .48rem
}

.logout_cont {
	padding: 0 .32rem;
	line-height: 1.75
}

.logout_subtitle {
	margin: .1333rem 0;
	color: #282828;
	font-weight: 700;
	font-size: .3467rem
}

.logout_margin {
	height: .2667rem
}

.logout_p {
	color: #5c5c5c;
	font-size: .3467rem
}

.logout_xy {
	padding: 1.0667rem .4rem .6rem;
	color: #5c5c5c;
	font-size: .36rem
}

.go_xy {
	color: #f60
}

.logout_radio {
	position: relative;
	top: 2px;
	display: inline-block;
	width: .4rem;
	height: .4rem;
	background: url(/style/images/addr_radio.png) no-repeat;
	background-size: 100%
}

.logout_btn {
	display: block;
	margin: 0 auto;
	width: 7.3333rem;
	height: 1.3333rem;
	border-radius: 1.3333rem;
	background-color: #f0f2f5;
	color: #909090;
	text-align: center;
	font-size: .4rem;
	line-height: 1.3333rem
}

.logout_btn_active {
	background-image: -webkit-gradient(linear, left top, right top, from(#ffde50), to(#ffcc31));
	background-image: -webkit-linear-gradient(left, #ffde50, #ffcc31);
	background-image: -moz-linear-gradient(left, #ffde50, #ffcc31);
	background-image: -o-linear-gradient(left, #ffde50, #ffcc31);
	background-image: linear-gradient(90deg, #ffde50, #ffcc31);
	background-image: -webkit-linear-gradient(90deg, #ffde50, #ffcc31);
	background-image: -moz-linear-gradient(to right, #ffde50, #ffcc31);
	background-image: -o-linear-gradient(to right, #ffde50, #ffcc31);
	color: #423300
}

.logout_radio_active {
	background: url(/style/images/addr_radio_active.png);
	background-size: 100%
}

.xy_p {
	margin-top: .4rem;
	padding: 0 .4rem;
	color: #5c5c5c;
	font-size: .3493rem;
	line-height: 1.75
}

.public_mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7)
}

.public_mask_body {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 999;
	overflow: hidden;
	width: 7.7333rem;
	border-radius: .1067rem;
	background-color: #fff;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}

.public_mask_body_p {
	padding: .5333rem;
	border-bottom: 1px solid #f0f2f5;
	color: #282828;
	font-size: .4rem;
	line-height: 1.75
}

.public_mask_btn {
	float: left;
	overflow: hidden;
	width: 50%;
	height: 1.6rem;
	outline: 0;
	border: none;
	background-color: #fff;
	font-size: .4267rem
}

.public_mask_btn_no {
	border-right: 1px solid #f0f2f5;
	color: #909090
}

.public_mask_btn_yes {
	color: #f60
}

.logout_success {
	padding: 2rem .4667rem 0
}

.logout_success_img {
	display: block;
	margin: 0 auto;
	width: 1.4667rem;
	height: 1.4667rem;
	border: none
}

.logout_status_title {
	padding: .4rem 0 1.0667rem;
	color: #282828;
	text-align: center;
	font-weight: 700;
	font-size: .4rem
}

.logout_status_cont {
	color: #909090;
	font-size: .32rem;
	line-height: 2
}

.offset-1 {
	height: 1px;
	background-color: #f3f3f3
}

.user-menu-set .item .btn {
	padding: 0 .2667rem;
	height: 1.4667rem
}

.user-menu-set .item .btn .bind {
	padding: .1067rem 0;
	width: 1.6rem;
	border-radius: 100px;
	background-color: #00c758;
	color: #fff;
	text-align: center;
	font-size: .3467rem
}

.clear_bind {
	color: #ff5050;
	font-size: .3467rem
}

.logout_success_btn {
	display: block;
	margin: 1.4933rem auto 0;
	width: 7.3333rem;
	height: 1.2rem;
	outline: 0;
	border: none;
	border-radius: 1.2rem;
	background-image: -webkit-gradient(linear, left top, right top, from(#ffdf50), to(#ffcc2f));
	background-image: -webkit-linear-gradient(left, #ffdf50, #ffcc2f);
	background-image: -moz-linear-gradient(left, #ffdf50, #ffcc2f);
	background-image: -o-linear-gradient(left, #ffdf50, #ffcc2f);
	background-image: linear-gradient(90deg, #ffdf50, #ffcc2f);
	background-image: -webkit-linear-gradient(90deg, #ffdf50, #ffcc2f);
	background-image: -moz-linear-gradient(to right, #ffdf50, #ffcc2f);
	background-image: -o-linear-gradient(to right, #ffdf50, #ffcc2f);
	color: #423300;
	text-align: center;
	font-size: .4rem;
	line-height: 1.2rem
}

.mo-total-tj {
	padding: .5333rem .2667rem;
	border-top: 1px solid #f3f3f3;
	background-color: #fff
}

.mo-total-tj>.title {
	color: #282828;
	font-weight: 700;
	font-size: .3733rem
}

.mo-total-tj>.cont {
	margin-top: .3467rem;
	color: #5c5c5c;
	font-size: .32rem
}

.books-row {
	padding: 0 .26rem
}

.books-row .item a {
	margin: 0 .06rem
}

.bm-headline img,
.books-row img {
	border-radius: 3px
}

.bm-headline,
.books-fluid {
	padding: 0 .26rem
}

.slogan_img {
	overflow: hidden;
	margin: .5333rem .4rem;
	border-radius: .1333rem
}

.slogan_img>img {
	display: block;
	width: 100%
}

.footer_customer {
	position: fixed;
	right: .4rem;
	bottom: 2rem;
	z-index: 9;
	display: block;
	width: 1.5333rem;
	height: 1.5333rem;
	background-image: url(/style/images/footer_icon_customer.png);
	background-size: 100% 100%
}

.iframe_chat {
	display: block;
	width: 100%;
	height: auto;
	background: #fff url(/style/images/load.gif) no-repeat center 35%;
	background-size: 200px
}

.helplink {
	display: block;
	margin: -10px auto 0;
	padding: 10px 1%;
	width: 98%;
	height: 2rem;
	border-bottom: 1rem solid #3875ea;
	background: #3875ea;
	color: #fff;
	text-align: center;
	font-size: .38rem;
	line-height: .8rem
}

.helplink a {
	display: inline-block;
	margin: 0 5px;
	padding: 0 .2rem;
	height: .6rem;
	border-radius: .6rem;
	background: #fff;
	color: #3875ea;
	font-size: .3733rem;
	line-height: .6rem
}

.my_vip_back_bar {
	position: relative;
	height: 1.1733rem;
	background: 0 0;
	color: #fff;
	text-align: center;
	font-size: .4533rem;
	line-height: 1.1733rem
}

.my_vip_back_bar .back {
	position: absolute;
	top: 0;
	left: 0;
	width: 1.1733rem;
	height: 1.1733rem;
	background: url(/style/images/n20_icon_back.png) no-repeat 50%;
	background-size: .24rem .4rem;
	-o-background-size: .24rem .4rem
}

.my_vip_header {
	padding-bottom: .5rem;
	background-image: url(/style/images/my_vip_header_bg.jpg);
	background-size: cover
}

.my_vip_h_cont {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 .4rem;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.is_vip_horn {
	margin-top: -.32rem;
	width: 59px;
	height: 62px;
	background: url(/style/images/vip_maozi.png) no-repeat;
	background-size: 100% 100%
}

.my_vip_user_img {
	width: 52px;
	height: 52px;
	border-radius: 50%
}

.is_vip_horn .my_vip_user_img {
	margin-top: 12px;
	margin-left: 5px
}

.is_vip_nor .my_vip_user_img {
	border: 2px solid #fff
}

.is_vip_nor.vipskin .my_vip_user_img {
	border: 2px solid #f8b62d
}

.vip_user_aside {
	margin: -.5rem auto 0 .3rem;
	width: 0;
	color: #fff;
	line-height: 1.5;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-box-flex: 1;
	flex: 1
}

.vip_user_aside .name {
	overflow: hidden;
	padding-right: .5rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: .5067rem
}

.vip_user_aside .subtitle {
	font-size: .3rem
}

.vip_user_aside .subtitle span {
	color: #f60
}

.my_vip_main_section {
	padding: .5333rem 0
}

.my_vip_main_section .title {
	padding-left: .4rem
}

.my_vip_h_cont .btn {
	display: block;
	margin-left: auto;
	padding: .16rem .32rem;
	outline: 0;
	border: 0;
	border-radius: 100px;
	background-color: #ffcc1c;
	color: #111;
	font-size: .3733rem
}

.my_vip_main {
	border-top-right-radius: .4rem;
	border-top-left-radius: .4rem;
	background-color: #fff
}

.my_vip_main .title {
	margin-bottom: .5333rem;
	font-weight: 600;
	font-size: .48rem;
	line-height: 1
}

.my_vip_main_section .vip_body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 .1rem;
	height: 2.56rem;
	background: url(/style/images/vip_body_lingqu_bg.png);
	background-size: 100% 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.my_vip_main_section .vip_body_left {
	display: flex;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -.2rem;
	width: 64.6%;
	height: 1.28rem;
	font-weight: 700;
	font-size: .4rem;
	line-height: 1.28rem;
	justify-content: center
}

.my_vip_main_section .vip_body_right {
	margin-top: -.2rem;
	width: 33.4%
}

.my_vip_main_section .vip_body_left .icon_jindou {
	display: inline-block;
	width: 1.8667rem;
	height: 1.28rem;
	background: url(/style/images/icon_jindou.png);
	background-size: 100% 100%;
	vertical-align: middle
}

.my_vip_main_section .vip_body_right .btn {
	display: block;
	margin: 0 auto;
	padding: .16rem .6rem;
	border: 0;
	border-radius: 100px;
	background-image: -webkit-gradient(linear, left top, right top, from(#ff9503), to(#ff5f03));
	background-image: -webkit-linear-gradient(left, #ff9503, #ff5f03);
	background-image: -moz-linear-gradient(left, #ff9503, #ff5f03);
	background-image: -o-linear-gradient(left, #ff9503, #ff5f03);
	background-image: linear-gradient(90deg, #ff9503, #ff5f03);
	color: #fff;
	font-size: .3467rem
}

.my_vip_main_section .vip_tequan {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.my_vip_main_section .vip_tequan>li {
	margin-bottom: .5333rem;
	width: 33.3%;
	color: #111;
	text-align: center;
	font-size: .3467rem;
	line-height: 1.5
}

.my_vip_main_section .vip_tequan>li p {
	margin-top: .1333rem
}

.my_vip_main_section .vip_tequan .icon_tequan1 {
	background: url(/style/images/vip_icon_tequan1.png)
}

.my_vip_main_section .vip_tequan .icon_tequan2 {
	background: url(/style/images/vip_icon_tequan2.png)
}

.my_vip_main_section .vip_tequan .icon_tequan3 {
	background: url(/style/images/vip_icon_tequan3.png)
}

.my_vip_main_section .vip_tequan .icon_tequan4 {
	background: url(/style/images/vip_icon_tequan4.png)
}

.my_vip_main_section .vip_tequan .icon_tequan5 {
	background: url(/style/images/vip_icon_tequan5.png)
}

.my_vip_main_section .vip_tequan .icon_tequan6 {
	background: url(/style/images/vip_icon_tequan6.png)
}

.my_vip_main_section .vip_tequan .icon_tequan7 {
	background: url(/style/images/vip_icon_tequan7.png)
}

.my_vip_main_section .vip_tequan .icon_tequan {
	display: block;
	margin: 0 auto;
	width: 1.28rem;
	height: 1.28rem;
	background-size: 100% 100%
}

.my_vip_main_section .text_shuoming {
	padding: 0 .4rem;
	color: #5c5c5c;
	font-size: .3467rem;
	line-height: 1.75
}

.vip_taocan,
.vip_taocan li {
	padding: 0 .4rem
}

.vip_taocan li {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	margin-bottom: .4rem;
	height: 2.1867rem;
	border-radius: .24rem;
	box-shadow: 0 0 .3rem 0 rgba(0, 0, 0, .1);
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.vip_taocan li.active {
	border: 1px solid #f60;
	background-color: #fffdf5
}

.vip_taocan li .left {
	color: #131313;
	font-weight: 600;
	font-size: .4267rem
}

.vip_taocan li .old_price {
	margin-left: auto;
	color: #aeaeae;
	font-size: .32rem
}

.vip_taocan li .right {
	color: #f60;
	font-size: .3467rem;
	line-height: .64rem
}

.vip_taocan li .right .price {
	margin-left: .2667rem;
	color: #f60;
	font-weight: 600;
	font-size: .64rem
}

.vip_taocan li .tips {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 6px;
	border-bottom-left-radius: .24rem;
	background-color: #f60;
	color: #fff;
	font-size: .32rem
}

.vip_taocan li .left .subtitle {
	color: #666;
	font-weight: 400;
	font-size: .32rem
}

.vip_xieyi {
	color: #aeaeae;
	text-align: center;
	font-size: .32rem
}

.vip_xieyi .icon_radio {
	display: inline-block;
	margin-top: -3px;
	margin-right: .16rem;
	width: .4rem;
	height: .4rem;
	background-size: 100% 100%;
	vertical-align: middle
}

.vip_xieyi .icon_radio_nor {
	background-image: url(/style/images/vip_icon_footer_radio.png)
}

.vip_xieyi .icon_radio_active {
	background-image: url(/style/images/vip_icon_footer_radio_select.png)
}

.vip_xieyi>a {
	color: #f60
}

.vip_details_bd {
	background: url(/style/images/vip_details_bg.jpg) 0 0;
	background-size: 100% 100%
}

.vip_details_main .head {
	position: relative;
	height: 1.3333rem;
	color: #fff;
	text-align: center;
	font-size: .48rem;
	line-height: 1.3333rem
}

.vip_details_main .head .back {
	position: absolute;
	top: 0;
	left: 0;
	width: 1.3333rem;
	height: 1.3333rem;
	background: url(/style/images/n20_icon_back.png) no-repeat 50%;
	background-size: .24rem .4rem;
	-o-background-size: .24rem .4rem
}

.vip_details_bd .go_buy {
	display: block;
	margin: .72rem auto;
	width: 8.2667rem;
	height: 1.3333rem;
	border-radius: 100px;
	background-image: -webkit-gradient(linear, left top, right top, from(#ffdf50), to(#ffce33));
	background-image: -webkit-linear-gradient(left, #ffdf50, #ffce33);
	background-image: -moz-linear-gradient(left, #ffdf50, #ffce33);
	background-image: -o-linear-gradient(left, #ffdf50, #ffce33);
	background-image: linear-gradient(90deg, #ffdf50, #ffce33);
	color: #462700;
	text-align: center;
	font-size: .4267rem;
	line-height: 1.3333rem
}

.scroll-love_rank_top .more a .icon-arrow {
	position: relative;
	margin-top: -4px;
	width: .32rem;
	height: .32rem
}

#scroll-love_rank {
	position: relative;
	overflow: auto;
	padding: 0 .133333rem;
	width: auto;
	background-color: #fff;
	flex: 1 0 auto
}

#scroll-love_rank::-webkit-scrollbar {
	display: none
}

#scroll-love_rank:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: block;
	width: .5rem;
	height: 100%;
	background-image: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .6));
	content: ""
}

#scroll-love_rank .swiper-slide {
	position: relative;
	float: left;
	display: block;
	overflow: auto;
	width: auto;
	flex: 1 0 auto
}

#scroll-love_rank .love_rank {
	float: left;
	overflow: hiddent;
	width: 3.1rem;
	flex: 1 0 auto
}

#scroll-love_rank .love_rank .thumb_img {
	display: block;
	padding-top: 129%;
	width: 100%;
	height: 0
}

#scroll-love_rank .love_rank a {
	display: block
}

#scroll-love_rank .love_rank .thumbnail {
	position: relative;
	overflow: hidden;
	margin: 0 .06rem;
	width: auto;
	border-radius: .06rem;
	text-align: center
}

#scroll-love_rank .love_rank .title {
	overflow: hidden;
	padding-top: .4em;
	padding-bottom: .2em;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: .3733rem;
	-o-text-overflow: ellipsis
}

#scroll-love_rank .love_rank .tags {
	padding-bottom: 1em;
	color: #909090;
	font-size: .2933rem
}

#scroll-love_rank .rank .num {
	height: .9067rem;
	color: #fff;
	text-align: center;
	font-size: .32rem;
	line-height: .8067rem
}

#scroll-love_rank .rank {
	position: absolute;
	top: .12rem;
	left: .12rem;
	width: .74rem;
	height: .9067rem;
	background-image: url(/style/images/icon_0.png);
	background-size: cover
}

#scroll-love_rank .rank.num-1 {
	background-image: url(/style/images/icon_one.png)
}

#scroll-love_rank .rank.num-2 {
	background-image: url(/style/images/icon_two.png)
}

#scroll-love_rank .rank.num-3 {
	background-image: url(/style/images/icon_three.png)
}

#jueseList {
	display: none
}

#jueseList .books-row {
	float: left;
	display: block;
	overflow: hidden;
	margin: .5rem auto;
	width: auto
}

#jueseList .books-row .item {
	width: 33.78378%
}

#jueseList .books-row .item .desc {
	display: -webkit-box;
	overflow: hidden;
	width: 90%;
	height: auto;
	max-height: 1rem;
	text-align: left;
	white-space: pre-line;
	line-height: .45rem;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.episode-list .desc_item {
	margin: .1333rem 0;
	width: 100%
}

.episode-list .desc_item a {
	position: relative;
	display: flex;
	overflow: hidden;
	width: 100%;
	line-height: 1.8
}

.desc_item .desc_item_img {
	position: relative;
	overflow: hidden;
	width: 3.2rem
}

.desc_item .desc_item_img img {
	display: block;
	width: 100%;
	border-radius: .1333rem;
	object-fit: cover
}

.desc_item .desc_item_aside {
	margin-left: .4rem;
	flex: 1
}

.desc_item_aside .title {
	color: #282828;
	font-weight: 500;
	font-size: .3733rem
}

.desc_item_aside .time {
	color: #aeaeae
}

.desc_item_aside .ctime,
.desc_item_aside .time {
	display: flex;
	font-size: .2933rem;
	align-items: center
}

.desc_item_aside .ctime {
	color: #f60
}

.desc_item_aside .time .zan {
	margin-left: auto
}

.desc_item_aside .time .zan .icon_laud {
	display: inline-block;
	width: .2933rem;
	height: .2933rem;
	background: url(/style/images/icon_dianzan_n.png);
	background-size: 100% 100%
}

.desc_item .desc_status {
	position: absolute;
	top: 0;
	right: 0;
	padding: .1067rem .2133rem;
	border-top-right-radius: .1333rem;
	border-bottom-left-radius: .1333rem;
	background-color: #ffcc1c;
	font-size: .2933rem;
	line-height: 1
}

.desc_item .icon_desc_lock {
	position: absolute;
	bottom: .1333rem;
	left: .1333rem;
	width: .64rem;
	height: .64rem
}

.desc_item .bg_mask {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	border-radius: .1333rem;
	background-color: rgba(0, 0, 0, .5)
}

.desc_item .icon_lock {
	background: url(/style/images/icon_desc_lock.png);
	background-size: 100% 100%
}

.desc_item .icon_unlock {
	background: url(/style/images/icon_desc_unlock.png);
	background-size: 100% 100%
}

.desc_item .icon_desc_lock.icon_lock_c {
	top: 50%;
	left: 50%;
	background: url(/style/images/icon_desc_lock_c.png);
	background-size: 100% 100%;
	transform: translate(-50%, -50%)
}

.icon_scrollpages {
	position: fixed;
	top: 50%;
	right: .2667rem;
	z-index: 999;
	width: .5067rem;
	height: .72rem;
	background: url(/style/images/icon_scrollpages.png);
	background-size: 100% 100%
}

.scrollpages {
	height: .36rem
}

.icon_popupChaozhi {
	background: url(/style/images/icon_chaozhi.png);
	background-size: 100% 100%
}

.icon_popupChaozhi,
.icon_popupChaozhi2 {
	display: inline-block;
	margin-left: .16rem;
	width: .7733rem;
	height: .4rem
}

.icon_popupChaozhi2 {
	background: url(/style/images/icon_chaozhi2.png);
	background-size: 100% 100%
}

@media only screen and (max-width:321px) {

	.v-popup .mask_body .currency,
	.v-popup .mask_body .ul_title {
		display: none
	}

	.v-popup .mask_body .ul_list {
		padding-top: 0
	}
}

.my_vip_main .subtitle {
	margin: .4rem 0;
	color: #5c5c5c;
	font-size: .3467rem;
	line-height: 1.7
}

.currency {
	display: block;
	margin: 0 auto .3rem;
	padding-bottom: .3rem;
	width: 100%;
	border-bottom: 1px solid #eee
}

.currency span {
	height: .8rem;
	color: #111;
	font-weight: 600;
	font-size: .48rem;
	line-height: .8rem
}

.currency button.btn {
	display: inline-block;
	margin: 0 .1rem;
	padding: 0 .2rem;
	width: auto;
	height: .6rem;
	outline: 0;
	border: none;
	border-radius: 6rem;
	background: #fafafa;
	color: #333;
	font-size: .35rem;
	line-height: .4rem;
	cursor: pointer
}

.currency button.btn.active {
	background: #ffcc1c
}

.ul_title {
	font-weight: 600;
	font-size: .48rem
}

.ul_title em {
	padding-left: 10px;
	color: #555;
	font-weight: 400;
	font-size: .32rem
}

.ul_list {
	display: flex;
	padding: .4rem 0;
	justify-content: space-between
}

.ul_list .item {
	position: relative;
	display: flex;
	padding-bottom: .2rem;
	width: 47%;
	height: auto;
	border: 1px solid #e9e9e9;
	border-radius: .1867rem;
	cursor: pointer;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.ul_list .item.svip {
	width: 100%;
	border: 1px solid #fbe7a1
}

.ul_list .item .item_day {
	margin-top: .2rem;
	font-weight: 500;
	font-size: .3733rem
}

.ul_list .item .item_price {
	color: #f66;
	font-weight: 500;
	font-size: .3467rem
}

.ul_list .item.svip .item_price {
	color: #4b65f2
}

.ul_list .item .item_price .item_num {
	font-size: .5867rem
}

.ul_list .item.svip .item_price .item_num {
	margin-right: 15px;
	color: #f66
}

.ul_list .item .item_oldPrice {
	margin-top: 3px;
	color: #aeaeae;
	font-size: .2667rem
}

.ul_list .item .item_oldPrice b {
	color: #f66
}

.ul_list .item .item_oldPrice em {
	margin: 0 3px;
	color: #4b65f2;
	font-size: .35rem
}

.ul_list .item .item_oldPrice em i {
	margin-left: 5px;
	padding: 1px 5px;
	border-radius: 20px;
	background: #4b65f2;
	color: #fff;
	font-size: .2rem
}

.ul_list .item .item_status {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 .1333rem;
	border-top-right-radius: .1867rem;
	border-bottom-left-radius: .1867rem;
	background-color: #d1d1d1;
	color: #fff;
	font-size: .2933rem;
	line-height: 1.5
}

.ul_list .active {
	border: 1px solid #ffcc1c;
	background-color: #fffdf5;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3)
}

.ul_list .item .item_status.on {
	background-color: #232323
}

.ul_list .item .item_status.vip {
	background-color: #7a27fc
}

.ul_list .item .item_status.cur {
	background-color: #16aaf6
}

.ul_list .item .item_status.svip {
	background-color: #232323
}

.ul_list .active .item_status,
.ul_list .active .item_status.cur,
.ul_list .active .item_status.on,
.ul_list .active .item_status.vip {
	background-color: #ffcc1c;
	font-weight: 500;
	font-size: .32rem
}

.ul_list .item.active i.selected {
	position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	width: .6rem;
	height: .6rem;
	border-radius: .6rem;
	background: url(/style/images/radio_button_on.png);
	background-size: 100% 100%
}

.ul_list .item .item_btn {
	margin-top: .1867rem;
	padding: 0 .32rem;
	height: .5333rem;
	border: none;
	border-radius: 100px;
	background-color: #ffcc1c;
	font-size: .2933rem;
	line-height: .5333rem
}

.ul_list .item .mar40 {
	height: .72rem;
	border: none
}

.mask_text {
	color: #666;
	font-size: .32rem
}

.mask_go_buy {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 1.3333rem;
	outline: 0;
	border: none;
	border-radius: 100px;
	box-shadow: 0 1px 2px 1px #f0d4a8;
	color: #282828;
	font-weight: 500;
	font-size: .4267rem;
	line-height: 1.3333rem;
	cursor: pointer
}

.mask_go_buy i {
	display: inline-block;
	margin-top: -4px;
	margin-right: 5px;
	width: 36px;
	height: 36px;
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: middle
}

.mask_go_buy .icon-wepay {
	background-image: url(/style/images/my_payvip_wechat_popup.png)
}

.mask_go_buy .icon-alipay {
	background-image: url(/style/images/myvip_pay_zfb_popup.png)
}

.mask_go_buy.btn-zfb {
	box-shadow: 0 1px 2px 1px #92d8fa;
	color: #fff
}

.mask_go_buy.btn-wx {
	box-shadow: 0 1px 2px 1px #83ffbc;
	color: #fff
}

.mask_go_buy.btn-sign {
	margin-top: .8rem;
	width: 5rem;
	box-shadow: 0 0 10px 2px #fd8402
}

.change_account {
	background-color: #fafafc;
	color: #282828;
	font-size: .48rem
}

.change_account_body {
	display: flex;
	padding: 0 .6rem;
	height: 4.2667rem;
	align-items: center
}

.choice-pay {
	cursor: pointer
}

.cab_left {
	margin-right: auto
}

.cab_left .title {
	color: #282828;
	font-size: .6133rem
}

.cab_money {
	display: flex;
	margin-top: .32rem;
	color: #001313;
	font-size: .4rem
}

.between40 {
	width: .8rem
}

.cab_money span {
	color: #aeaeae;
	font-size: .32rem
}

.cab_right .cab_right_img {
	margin-top: 12px;
	margin-left: 5px;
	width: 60px;
	border-radius: 50%;
	flex: 0 0 auto
}

.cab_right {
	background: url(/style/images/vip_maozi.png) no-repeat 0 0;
	background-size: 66px 70px
}

.acccount_wrap {
	padding: .3333rem
}

.acccount_wrap .item {
	display: flex;
	margin: .4rem 0;
	padding: 0 .4rem;
	height: 2.96rem;
	border-radius: .4rem;
	background-color: #fff;
	line-height: 1.5;
	flex-direction: column;
	justify-content: center
}

.acccount_wrap .active {
	border: 1px solid #ff9205;
	background-color: #fffdf5;
	box-shadow: 0 0 4px 4px rgba(210, 209, 207, .69)
}

.acccount_wrap .item .id {
	color: #666;
	font-size: .3733rem
}

.acccount_wrap .item .time {
	margin-top: .1333rem;
	color: #aeaeae;
	font-size: .2933rem
}

.acccount_wrap .item .nickname {
	color: #282828;
	font-size: .4rem
}

.acccount_btn {
	display: block;
	margin: .2667rem auto;
	width: 8.2667rem;
	height: 1.3333rem;
	border: none;
	border-radius: 100px;
	background-image: linear-gradient(90deg, #ffdf50, #ffce33);
	text-align: center;
	font-size: .4267rem;
	line-height: 1.3333rem
}

#alertFrame {
	background: url(/style/images/register_bg.jpg);
	background-color: #1f1f1f;
	background-position: 0 0;
	background-size: cover;
	background-repeat: no-repeat
}

#alertFrame.bd {
	background: url(/style/images/vip_details_bg.jpg)
}

.register {
	position: relative;
	display: block;
	display: none;
	width: 100%;
	height: 100%;
	height: 100vh;
	background: 0 0;
	background-image: url(/style/images/registerbottom.png);
	background-position: bottom;
	background-size: 100%;
	background-repeat: no-repeat
}

.register.active {
	display: block;
	animation: bounceInTop .3s ease forwards
}

.register.bd {
	background: 0 0
}

@media only screen and (min-width:1025px) {
	#alertFrame {
		max-width: 620px
	}
}

.register .input_wrap {
	position: relative;
	z-index: 2;
	margin-top: 5vh;
	padding: 0 1.0667rem
}

.register .input_phone {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0 .5rem;
	width: 100%;
	height: 1.3333rem;
	outline: 0;
	border: none;
	border-radius: 100px;
	background-color: #3f3f3f;
	color: #fff;
	color: #ffd037;
	font-size: .3733rem
}

.register .input_phone.bd {
	background: #ffe153;
	color: #111
}

.register .input_phone_yzm {
	padding: 0;
	text-align: center
}

.register .input_wrap_text {
	position: relative
}

.register .input_label.light {
	color: #ffc92b
}

.register .icon_clear_input {
	position: absolute;
	top: 50%;
	right: .5333rem;
	display: none;
	margin-top: -.2533rem;
	width: .5067rem;
	height: .5067rem;
	background: url(/style/images/icon_input_clear.png) no-repeat 50%;
	background-size: 100% 100%
}

.register .icon_input_eyes {
	position: absolute;
	top: 0;
	right: .2667rem;
	width: .6667rem;
	height: 1.3333rem;
	background: url(/style/images/icon_input_eyes.png) no-repeat 50%;
	background-size: .5067rem .3733rem
}

.register .icon_input_eyes_active {
	background: url(/style/images/icon_input_eyes_active.png) no-repeat 50%;
	background-size: .5067rem .3733rem
}

.register .input_phone::-webkit-input-placeholder {
	color: #d6d6d6
}

.register .input_phone.bd::-webkit-input-placeholder {
	color: #544500;
	text-align: center
}

.register .is_next {
	display: block;
	margin: .5rem auto;
	width: 100%;
	height: 1.0933rem;
	outline: 0;
	border: 1px solid #3f3f3f;
	border-radius: 100px;
	background: 0 0;
	color: #d6d6d6;
	text-align: center;
	font-size: .3733rem;
	line-height: 1.0933rem
}

.register .is_next.bd {
	border: 1px solid #333;
	background: #333
}

.register .is_next_active {
	background-image: linear-gradient(90deg, #ffd316, #ffcc1c);
	color: #1f1f1f
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none !important
}

input[type=number] {
	-moz-appearance: textfield
}

.register .input_label {
	color: #bbb;
	text-align: center;
	font-size: .32rem
}

.register .input_label>a {
	color: #ffcc1c
}

.register .input_label.input_bottom {
	position: fixed;
	right: 0;
	bottom: 1.5rem;
	left: 0;
	color: #555
}

.register .input_label.input_bottom a {
	margin: 0 3px;
	color: #444;
	font-size: .38rem
}

.register .input_quick_title {
	padding: 0;
	color: #ddd;
	text-align: center;
	font-size: .3467rem
}

.register .input_quick_title:before {
	margin-right: .2667rem;
	background-image: linear-gradient(90deg, #252525, #727273)
}

.register .input_quick_title:after,
.register .input_quick_title:before {
	display: inline-block;
	width: 1.3333rem;
	height: 1px;
	content: "";
	vertical-align: middle
}

.register .input_quick_title:after {
	margin-left: .2667rem;
	background-image: linear-gradient(90deg, #727273, #252525)
}

.register .input_quick_qq,
.register .input_quick_wx {
	display: flex;
	margin: .5333rem auto 0;
	width: 5.8667rem;
	height: 1.0933rem;
	border: 2px solid #ffd814;
	border-radius: 100px;
	background-color: transparent;
	color: #ffd814;
	align-items: center;
	justify-content: center
}

.register .input_quick_qq .icon_quick_qq {
	display: inline-block;
	margin-right: .16rem;
	width: .4533rem;
	height: .4933rem;
	background: url(/style/images/icon_quick_qq.png) no-repeat 50%;
	background-size: 100% 100%
}

.register .input_quick_wx .icon_quick_wx {
	display: inline-block;
	margin-right: .16rem;
	width: .64rem;
	height: .5067rem;
	background: url(/style/images/icon_quick_wx.png) no-repeat 50%;
	background-size: 100% 100%
}

.register .tips {
	top: .5333rem;
	left: 50%;
	padding: .2667rem;
	border-radius: 5px;
	background-color: #fff;
	color: #1f1f1f;
	transform: translate(-50%)
}

.register .jump,
.register .tips {
	position: absolute;
	font-size: .3467rem
}

.register .jump {
	top: 0;
	right: 0;
	padding: 0 .5333rem;
	height: 1.1733rem;
	color: #fff
}

.setpassword_success {
	margin: 1.3333rem auto 0;
	width: 4.6667rem;
	height: 4.6667rem;
	background: url(/style/images/icon_password_success.png) no-repeat 50%;
	background-size: 100% 100%
}

.setpassword_success_text {
	margin-top: -.8rem;
	color: #fff;
	text-align: center;
	font-size: .4267rem
}

#alertFrame .agreeBox {
	float: right;
	display: block;
	margin: 15px 10px;
	width: auto;
	text-align: right
}

#alertFrame .agreeBox span {
	float: right;
	margin-left: 10px;
	width: auto
}

#alertFrame .agreeBox label {
	float: right;
	margin-right: 5px;
	width: auto;
	height: .497rem;
	color: #fff;
	line-height: .497rem
}

#alertFrame .agreeBox .auto-switch {
	float: right;
	width: .924rem;
	height: .497rem;
	border-radius: .497rem
}

#alertFrame .agreeBox .auto-switch:before {
	width: .8886rem;
	height: .463rem;
	border-radius: .463rem
}

#alertFrame .agreeBox .auto-switch:after {
	width: .463rem;
	height: .463rem;
	border-radius: .463rem
}

#alertFrame .agreeBox .auto-switch:checked:after {
	-webkit-transform: translateX(.4088rem);
	-moz-transform: translateX(.4088rem);
	-o-transform: translateX(.4088rem);
	transform: translateX(.4088rem);
	-ms-transform: translateX(.4088rem)
}

#alertFrame .link_btn {
	margin: 0 auto;
	width: 100%;
	text-align: center
}

#alertFrame .link_btn a {
	display: inline-block;
	margin: 10px;
	width: 1rem;
	height: 1rem;
	color: #1f1f1f;
	text-indent: -999999px;
	font-size: 0
}

#alertFrame .link_btn a.google {
	background: url(/style/images/google-plus.png) no-repeat 50%;
	background-size: 1rem
}

#alertFrame .link_btn a.facebook {
	background: url(/style/images/icon_facebook.png) no-repeat 50%;
	background-size: 1rem
}

#alertFrame .link_btn a.yahoo {
	background: url(/style/images/icon_yahoo.png) no-repeat 50%;
	background-size: 1rem
}

.register .agree {
	float: left;
	display: block;
	margin: 20px 10px;
	width: 100%;
	text-align: center
}

.register .agree a {
	padding-right: 10%;
	color: #ffc92b;
	font-size: .45rem
}

.register .line_foot {
	padding: 2px 0 .1rem;
	width: 100%;
	text-align: center
}

.register .line_foot span {
	margin: 0 10px;
	color: #fff
}

.register .line_foot a {
	display: inline-block;
	height: 30px;
	color: #fff;
	font-size: .3rem;
	line-height: 30px
}

.getdd {
	margin: 30px auto 0;
	text-align: center;
	opacity: .9
}

.getdd.bd {
	opacity: 1
}

.getdd img {
	width: 80%;
	border-radius: .4rem
}

.mh_bind_tips {
	display: flex;
	padding: 1.0667rem 1.3333rem;
	color: #999;
	font-size: .3467rem;
	line-height: .64rem;
	align-items: flex-start
}

.mh_bind_tips .icon_bindtips {
	display: inline-block;
	margin: 6px;
	width: .3733rem;
	height: .3733rem;
	background: url(/style/images/icon_bindtips.png) no-repeat;
	background-size: 100% 100%;
	flex: 0 0 auto
}

.public_mask_body_title {
	padding-top: .5333rem;
	color: #282828;
	text-align: center;
	font-size: .48rem
}

.add_account {
	display: flex;
	width: 100%;
	height: 2.4rem;
	border: none;
	background: #fff;
	color: #111;
	font-size: .4267rem;
	align-items: center;
	justify-content: center
}

.add_account .icon_add_account {
	margin-right: .2667rem;
	width: .9867rem;
	height: .9867rem;
	background: url(/style/images/icon_add_account.png) no-repeat;
	background-size: 100% 100%
}

.null_set {
	box-sizing: border-box;
	padding-top: 2.4rem;
	height: calc(100vh - 3.58rem);
	background-color: #fafafc;
	color: #aeaeae;
	text-align: center;
	font-size: .3733rem
}

.account_self {
	display: flex;
	padding: 0 .4rem;
	height: 4.4rem;
	background-color: #fff;
	align-items: center
}

.account_self .is_vip {
	width: 90px;
	height: 90px;
	background: url(/style/images/icon_hat.png) no-repeat;
	background-position: 0 0;
	background-size: 70px 70px
}

.account_self .self_img>img {
	margin: 0 .2667rem 0 0;
	width: 65px;
	height: 65px;
	border-radius: 50%
}

.account_self .is_vip>img {
	display: block;
	margin: 13px 0 0 5px;
	width: 64px;
	height: 64px;
	border: 1px solid #fff;
	border-radius: 50%
}

.account_self .self_aside {
	width: 0;
	flex: 1
}

.account_self .self_aside .self_name {
	overflow: hidden;
	color: #282828;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: .6133rem
}

.account_self .self_aside .self_money {
	display: inline-block;
	margin-top: .1333rem;
	margin-right: .8rem
}

.account_self .self_aside .self_money .self_moeny_num {
	color: #001313;
	font-size: .3467rem
}

.account_self .self_aside .self_money .self_moeny_jin {
	color: #aeaeae;
	font-size: .32rem
}

.account_self .self_btn {
	margin-left: auto;
	padding: 0 .2667rem;
	height: .8rem;
	border: none;
	border-radius: .8rem;
	background-color: #ffd845;
	color: #111;
	font-size: .3467rem;
	line-height: .8rem
}

.account_cap {
	height: .1333rem;
	background-color: #fafafc
}

.account_relation {
	overflow-y: auto;
	box-sizing: border-box;
	padding: .2rem 0;
	height: 9.6rem;
	height: calc(100vh - 8.1066rem);
	background-color: #fafafc
}

.account_relation .relation_item {
	display: flex;
	margin: .2rem .3333rem;
	padding: 0 .4rem;
	height: 3.0133rem;
	border-radius: .4rem;
	background-color: #fff;
	flex-direction: column;
	justify-content: center
}

.account_relation .relation_item .relation_name {
	display: flex;
	color: #282828;
	font-size: .4267rem;
	align-items: center
}

.account_relation .relation_item .relation_name p {
	overflow: hidden;
	width: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	flex: 1
}

.account_relation .relation_item .relation_id {
	margin-top: .0667rem;
	color: #666;
	font-size: .3733rem
}

.account_relation .relation_item .relation_time {
	margin-top: .2667rem;
	color: #aeaeae;
	font-size: .2933rem
}

.account_relation .relation_item .relation_name_lately {
	margin-left: .2667rem;
	padding: 2px 6px;
	border-radius: .1067rem;
	background-color: #fff2e1;
	color: #f60;
	font-size: .2933rem
}

.account_relation .relation_item .relation_name_active {
	margin-left: .2667rem;
	padding: 2px 6px;
	border-radius: .1067rem;
	background-color: #e4f5e4;
	color: #1fb45e;
	font-size: .2933rem
}

.account_relation .active {
	border: 1px solid #ff9205;
	background-color: #fffdf5
}

.account_panel {
	height: 16rem;
	height: calc(100vh - 1.1733rem);
	background-color: #fafafc
}

.account_panel .title {
	padding: 1.0667rem 0 .8rem;
	color: #282828;
	text-align: center;
	font-size: .4rem
}

.account_panel .account_panel_item {
	display: flex;
	margin: .2667rem .3333rem;
	padding: 0 .4rem;
	height: 2rem;
	border-radius: .1333rem;
	background-color: #fff;
	align-items: center
}

.account_panel .account_panel_item_img {
	margin-right: .2667rem;
	width: 1.0667rem;
	height: 1.0667rem
}

.account_panel .account_panel_item_img>img {
	width: 1.0667rem;
	height: 1.0667rem
}

.account_panel .account_panel_item .account_panel_item_t {
	color: #282828;
	font-size: .4rem
}

.account_panel .account_panel_item .account_panel_item_s {
	margin-top: .0667rem;
	color: #999;
	font-size: .32rem
}

.account_panel .active {
	border: 1px solid #ff9205;
	background-color: #fffdf5
}

.account_error_tips {
	position: fixed;
	top: 35%;
	left: 50%;
	padding: .2133rem .4rem;
	border-radius: .1067rem;
	background-color: rgba(0, 0, 0, .8);
	color: #fff;
	white-space: nowrap;
	font-size: .3467rem;
	transform: translate(-50%, -50%);
	word-break: break-all
}

.account_relevancy {
	padding: 1.7333rem 1.3333rem
}

.account_relevancy .account_relevancy_imgwrap {
	position: relative;
	display: flex;
	margin-bottom: 1.2rem;
	padding: 0 .6rem;
	text-align: center;
	justify-content: space-between
}

.account_relevancy .icon_account_href {
	position: absolute;
	top: .8rem;
	left: 50%;
	width: .6667rem;
	height: .2667rem;
	background: url(/style/images/icon_account_href.png) no-repeat;
	background-size: 100% 100%;
	transform: translate(-50%, -50%)
}

.account_relevancy .account_change_img {
	display: block;
	margin: 0 auto;
	width: 1.7333rem;
	height: 1.7333rem;
	border-radius: 50%
}

.account_relevancy .account_status {
	position: relative;
	top: -.2667rem;
	z-index: 2;
	margin: 0 auto;
	padding: .05rem .1333rem;
	border-radius: 100px;
	color: #fff;
	text-align: center;
	font-size: .2667rem
}

.account_relevancy .as_1 {
	background-color: #ce1735
}

.account_relevancy .as_2 {
	background-color: #16aaf6
}

.account_relevancy .account_name {
	margin-top: .1333rem;
	color: #282828;
	font-size: .4rem
}

.account_relevancy .account_id {
	color: #909090;
	font-size: .3467rem
}

#gold-tips {
	display: none
}

#gold-tips.show {
	display: flex
}

#app-tips a.close,
#login-tips a.close,
.v-popup#adtips a.close {
	position: absolute;
	top: .3rem;
	right: .3rem;
	z-index: 98;
	display: block;
	margin: auto;
	width: .6rem;
	height: .6rem;
	background-image: url(/style/images/icon_close.png);
	background-size: 100% 100%
}

#app-tips,
#login-tips {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 9999999;
	display: none;
	margin: 0 auto;
	width: 100%;
	max-width: 1024px;
	transition: all .5s ease-in-out
}

#app-tips.off,
#login-tips.off {
	bottom: -10rem;
	display: block
}

#app-tips.on,
#login-tips.on {
	bottom: 0;
	display: block
}

.buybox .tbot {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	color: #333;
	text-align: center;
	font-size: .32rem;
	line-height: 40px
}

.buybox .tbot span b {
	margin: 0 2px
}

.buybak,
.buylog {
	float: left;
	margin: .3rem 2% 100px;
	padding: 10px 0 0;
	width: 96%;
	height: auto;
	border-bottom: 1px solid #f3f3f3;
	border-radius: .3rem;
	background: #fbfbfb;
	line-height: 40px
}

.buybak div.thead,
.buylog .thead {
	float: left;
	margin: 0 auto;
	padding: 0 2%;
	width: 96%;
	height: 40px;
	background: #f3f3f3;
	color: #111;
	text-align: center;
	font-size: .35rem
}

.buybak div.thead em,
.buylog .thead em {
	font-size: .3rem
}

.buybak div.thead span,
.buybox li span {
	display: inline-block;
	overflow: hidden;
	width: calc((100% - 15px)/4);
	height: 40px;
	line-height: 40px
}

.buybak ul li,
.buylog ul li {
	float: left;
	width: 100%;
	height: 40px;
	border-top: 1px solid #f3f3f3;
	text-align: center
}

.buybak ul li:nth-of-type(odd),
.buylog ul li:nth-of-type(odd) {
	background: #fff
}

.buybak ul li:first-child,
.buylog ul li:first-child {
	border-top: 0
}

.buybak ul li:hover,
.buylog ul li:hover {
	background: #fffff1
}

.buybak ul li span {
	border-left: 1px solid #f3f3f3;
	font-size: .3rem
}

.buybak ul li span.b1 {
	border-left: 0
}

.buybak ul li span.b3 {
	color: #111;
	font-size: .4rem
}

.buybak ul li span.b4 {
	color: #555
}

.buylog {
	width: 96%
}

.buylog .thead span {
	display: inline-block;
	width: calc((100% - 15px)/3)
}

.buylog ul li span {
	display: inline-block;
	color: #555;
	font-size: .3rem;
	line-height: 40px
}

.buylog span.b1 {
	padding-left: 2%;
	width: 48%;
	text-align: left
}

.buylog span.b2 {
	width: 24%;
	text-align: center
}

.buylog span.b3 {
	padding-right: 2%;
	width: 24%;
	text-align: right
}

.buylog ul li span a {
	float: left;
	overflow: hidden;
	width: 100%;
	color: #111;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: .32rem
}

.buylog ul li:hover a {
	color: #f66
}

.tglog {
	border: 0;
	border-top: 1px solid #f3f3f3;
	background: #fff
}

.tglog ul li {
	border-top: 0;
	border-bottom: 1px dashed #f3f3f3
}

.tglog ul li span.b1,
.tglog ul li span.b2,
.tglog ul li span.b3 {
	width: 32%;
	font-size: .32rem
}

.tglog ul li span.b2 {
	font-size: .3rem
}

.tglog ul li span.b1 b {
	color: #f66
}

.tglog ul li span.b2 b {
	margin-right: 2px;
	font-size: .6rem
}

.tglog ul li span.b4 {
	width: 48%;
	text-align: left
}

.tglog ul li span.b5 {
	width: 48%;
	text-align: right
}

.t-popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999996;
	visibility: hidden;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s
}

.t-popup#needPay {
	background: 0 0
}

.t-popup.is-visible {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s
}

.t-popup-container {
	position: relative;
	margin: 4em auto;
	padding-top: 2em;
	width: 90%;
	max-width: 25pc;
	text-align: center;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
	-webkit-backface-visibility: hidden
}

.is-visible .t-popup-container {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.circle-box {
	position: fixed;
	right: .32rem;
	bottom: 7.5rem;
	z-index: 96
}

.circle-box a {
	display: -webkit-box;
	display: -ms-flexbox;
	margin-top: 10px;
	width: 1rem;
	height: 1rem;
	border: 0;
	border-radius: 1.067rem;
	background-color: rgba(0, 0, 0, .4);
	background-position: 50%;
	background-repeat: no-repeat;
	text-align: center
}

.circle-box a img {
	width: 1rem;
	height: 1rem;
	border-radius: 1.067rem
}

.circle-box a {
	background-size: .7rem
}

.circle-box a#myuser {
	background-image: url(/style/images/ico_myuser.png);
	background-size: .8rem
}

.circle-box a#autoscroll {
	background-image: url(/style/images/ico_autoscroll.png)
}

.circle-box a#autoscroll.on {
	background-image: url(/style/images/ico_pause.png)
}

.circle-box a#smenu {
	background-image: url(/style/images/ico_menu.png);
	background-size: .6rem
}

.circle-box a#feedback {
	background-image: url(/style/images/ico_feedback.png)
}

.circle-box a#refresh {
	background-image: url(/style/images/ico_refresh.png);
	background-size: .7rem
}

.circle-box a#autourl {
	background-image: url(/style/images/ico_autourl.png)
}

.circle-box a#autourl.auto {
	background-image: url(/style/images/ico_autourl_a.png)
}

.circle-box a#pause,
.circle-box a .title {
	display: none
}

.aside-nav.on,
.circle-box.on {
	right: .32rem;
	transition: all .2s ease-in-out
}

.aside-nav.off,
.circle-box.off {
	right: -3rem;
	transition: all .2s ease-in-out
}

.aside-nav {
	position: fixed;
	right: .32rem;
	bottom: 6.3rem;
	z-index: 95;
	width: 160px;
	height: 160px;
	opacity: .75;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none
}

.aside-nav .aside-menu {
	z-index: 96;
	margin: auto;
	text-align: center;
	font-size: .4rem;
	line-height: 1rem
}

.aside-nav .aside-menu,
.aside-nav a {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1rem;
	height: 1rem;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .6);
	cursor: pointer
}

.aside-nav a {
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 1.067rem;
	font-size: .2rem;
	opacity: 0;
	-webkit-transition: background .25s, -webkit-transform .3s;
	-moz-transition: transform .3s, background .25s, -moz-transform .3s;
	transition: background .25s, -webkit-transform .3s;
	transition: transform .3s, background .25s;
	transition: transform .3s, background .25s, -webkit-transform .3s, -moz-transform .3s;
	-webkit-animation: jello .5s;
	-moz-animation: jello .5s;
	animation: jello .5s
}

.aside-nav a button,
.aside-nav a i,
.aside-nav label.aside-menu i {
	float: left;
	display: block;
	margin: .15rem;
	width: .7rem;
	height: .7rem;
	background-position: 50%;
	background-size: 100% 100%;
	text-align: center;
	opacity: 1
}

.aside-nav label.aside-menu i {
	margin: .1rem;
	width: .8rem;
	height: .8rem;
	background-image: url(/style/images/ico_more_3.png);
	opacity: 1
}

.aside-nav label.aside-menu.close i {
	background-image: url(/style/images/ico_close.png)
}

.aside-nav a#home i {
	margin: .07rem 0 0 .13rem;
	width: .8rem;
	height: .8rem;
	background-image: url(/style/images/n19__home_tabbar_icon_home.png)
}

.aside-nav a#autourl i {
	background-image: url(/style/images/ico_autourl.png)
}

.aside-nav a#autourl.auto i {
	background-image: url(/style/images/ico_autourl_a.png)
}

.aside-nav a#autoscroll i {
	background-image: url(/style/images/ico_autoscroll.png)
}

.aside-nav a#smenu i {
	margin: .2rem;
	width: .6rem;
	height: .6rem;
	background-image: url(/style/images/ico_menu.png)
}

.aside-nav a#feedback i {
	background-image: url(/style/images/ico_feedback.png)
}

.aside-nav a#fava i {
	background-image: url(/style/images/ico_fava.png)
}

.aside-nav a#tmchat {
	background: 0 0
}

.aside-nav a#tmchat i {
	margin: auto;
	width: 1rem;
	height: 1rem;
	background-image: url(/style/images/footer_icon_customer.png)
}

.aside-nav a.menu-top.on {
	-webkit-transform: translate3d(0, -260%, 0);
	-moz-transform: translate3d(0, -260%, 0);
	transform: translate3d(0, -260%, 0)
}

.aside-nav a.menu-first.on {
	-webkit-transform: translate3d(0, -135%, 0);
	-moz-transform: translate3d(0, -135%, 0);
	transform: translate3d(0, -135%, 0)
}

.aside-nav a.menu-second.on {
	-webkit-transform: translate3d(-120%, -70%, 0);
	-moz-transform: translate3d(-120%, -70%, 0);
	transform: translate3d(-120%, -70%, 0)
}

.aside-nav a.menu-third.on {
	-webkit-transform: translate3d(-120%, 70%, 0);
	-moz-transform: translate3d(-120%, 70%, 0);
	transform: translate3d(-120%, 70%, 0)
}

.aside-nav a.menu-fourth.on {
	-webkit-transform: translate3d(0, 135%, 0);
	-moz-transform: translate3d(0, 135%, 0);
	transform: translate3d(0, 135%, 0)
}

.aside-nav a.off,
.aside-nav a.off i {
	-webkit-animation: conceal .3s linear forwards;
	animation: conceal .3s linear forwards
}

.aside-nav a.on,
.aside-nav a.on i {
	-webkit-animation: display .3s linear forwards;
	animation: display .3s linear forwards
}

@-webkit-keyframes display {
	0% {
		opacity: 0
	}

	50% {
		opacity: .5
	}

	to {
		opacity: 1
	}
}

@keyframes display {
	0% {
		opacity: 0
	}

	50% {
		opacity: .5
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes conceal {
	0% {
		opacity: 1
	}

	50% {
		opacity: .5
	}

	to {
		opacity: 0
	}
}

@keyframes conceal {
	0% {
		opacity: 1
	}

	50% {
		opacity: .5
	}

	to {
		opacity: 0
	}
}

@-webkit-keyframes jello {

	0%,
	11.1%,
	to {
		-webkit-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

@-moz-keyframes jello {

	0%,
	11.1%,
	to {
		-moz-transform: none;
		transform: none
	}

	22.2% {
		-moz-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-moz-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-moz-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-moz-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-moz-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-moz-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}

	88.8% {
		-moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

@keyframes jello {

	0%,
	11.1%,
	to {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		-moz-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		-moz-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		-moz-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		-moz-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		-moz-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		-moz-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		-moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

.animated {
	-webkit-animation-duration: .6s;
	-moz-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes bounceInUp {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 800px, 0);
		transform: translate3d(0, 800px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@-moz-keyframes bounceInUp {

	0%,
	60%,
	75%,
	90%,
	to {
		-moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-moz-transform: translate3d(0, 800px, 0);
		transform: translate3d(0, 800px, 0)
	}

	60% {
		opacity: 1;
		-moz-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-moz-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-moz-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

	to {
		-moz-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes bounceInUp {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 800px, 0);
		-moz-transform: translate3d(0, 800px, 0);
		transform: translate3d(0, 800px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		-moz-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		-moz-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		-moz-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInUp;
	animation-name: bounceInUp;
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	animation-delay: .3s
}

.fadein {
	position: fixed;
	top: -10%;
	left: -10%;
	z-index: 9999998;
	visibility: hidden;
	margin: 0 auto;
	width: 120%;
	height: 120%;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	backdrop-filter: blur(3px)
}

.fadein.visible {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s
}

.fadein-wrap {
	position: fixed;
	top: 30%;
	left: 50%;
	z-index: 99999;
	margin-top: -2.6667rem;
	margin-left: -3.8667rem;
	padding: .6667rem 0 0;
	width: 7.7333rem;
	border-radius: .2667rem;
	background-color: hsla(0, 0%, 100%, .95);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	text-align: center;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
	-webkit-backface-visibility: hidden;
	backdrop-filter: blur(10px)
}

.fadein-wrap:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(/style/images/renwubg.png);
	background-size: cover;
	content: "";
	opacity: .1
}

.fadein.visible .fadein-wrap {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.fadein-wrap.doing-wrap.hd-bg {
	top: 20%;
	background: 0 0;
	box-shadow: none;
	backdrop-filter: none
}

.fadein-wrap.doing-wrap.hd-bg img {
	width: auto;
	height: 12.5rem
}

.fadein-wrap .title {
	margin-bottom: .3rem;
	color: #282828;
	font-weight: 500;
	font-size: .48rem
}

.fadein-wrap .btn {
	margin-top: .4rem;
	width: 5.3333rem;
	height: 1.0667rem;
	border: none;
	border-radius: 1.0667rem;
	color: #333;
	text-align: center;
	font-size: .4rem;
	line-height: 1.0667rem;
	cursor: pointer
}

.fadein-wrap .btn,
.fadein-wrap .btn.no {
	background-color: hsla(0, 0%, 100%, .5);
	backdrop-filter: blur(3px)
}

.fadein-wrap .btn.no {
	background-image: none
}

.fadein-wrap .btn.wxbtn {
	color: #fff
}

.fadein-wrap .by {
	margin: .4rem auto 0;
	padding: .3rem 0;
	border-top: 1px dashed #eee;
	border-bottom-right-radius: .2667rem;
	border-bottom-left-radius: .2667rem;
	background-color: #f7f7f7;
	color: #909090;
	font-size: .3rem;
	line-height: .45rem
}

.fadein-wrap .by a {
	margin: 0 2px;
	color: #555;
	font-weight: 500
}

.fadein-wrap .by.safety i {
	position: relative;
	top: 6px;
	display: inline-block;
	width: .5rem;
	height: .5rem;
	background: url(/style/images/icon-safety.png);
	background-size: cover
}

.fadein-wrap .close {
	position: absolute;
	top: .2rem;
	right: .2rem;
	overflow: hidden;
	width: .64rem;
	height: .64rem;
	border-radius: 50%;
	background-image: url(/style/images/close.png);
	background-position: 50%;
	background-size: .4rem;
	background-repeat: no-repeat;
	text-indent: -999px;
	cursor: pointer
}

.fadein-wrap .line {
	bottom: -1rem;
	width: 1px;
	height: 1.2rem;
	background-color: #fff
}

.fadein-wrap .bclose,
.fadein-wrap .closead,
.fadein-wrap .line {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
	-ms-transform: translate(-50%)
}

.fadein-wrap .bclose,
.fadein-wrap .closead {
	bottom: -1.75rem;
	width: .75rem;
	height: .75rem;
	background: url(/style/images/icon_close.png) no-repeat;
	background-size: 100%;
	cursor: pointer
}

.fadein-wrap .bdTips {
	margin: 0 auto;
	padding: 0;
	width: 90%;
	color: #111;
	font-size: .4rem;
	line-height: .8rem
}

.tipsBox .content {
	margin: 0 auto;
	padding: 0;
	width: 90%;
	color: #555;
	font-size: .3733rem;
	line-height: .6rem
}

.tipsBox .green {
	margin: 20px auto 0;
	color: #00b36b;
	font-size: .3rem;
	line-height: .3rem
}

.tipsBox .red {
	margin: 20px auto 0;
	color: #f66;
	font-size: .4rem;
	line-height: .5rem
}

.tipsBox .radio {
	position: relative;
	top: 3px;
	display: inline-block;
	margin-right: 2px;
	width: .4267rem;
	height: .4267rem;
	cursor: pointer
}

.tipsBox .check_radio {
	background: url(/style/images/addr_radio.png);
	background-size: 100% 100%
}

.tipsBox .check_radio_active {
	background: url(/style/images/addr_radio_active.png);
	background-size: 100% 100%
}

.tipsBox .select {
	margin-top: .3rem;
	color: #f66;
	font-size: .3467rem
}

.tipsBox .select .scheck {
	border-bottom: 1px solid #f66;
	color: #f66
}

#userout .tipsBox .input {
	margin-top: .3rem;
	width: 80%;
	border: 1px solid #ddd;
	border-radius: 1.0667rem;
	background-color: #fafafa;
	color: #333;
	text-align: center;
	line-height: 1rem
}

#userout .tipsBox .content {
	font-size: .35rem
}

#checked-autopay-popup .fadein-wrap .btn {
	color: #333
}

.txpay-tips {
	padding: 0
}

.txpay-tips .title {
	padding: .2rem;
	color: #282828;
	font-weight: 500;
	font-size: .48rem
}

.txpay-tips .content {
	margin: 0 auto;
	padding: 0;
	width: 90%;
	color: #555;
	text-align: center;
	font-size: .32rem;
	line-height: .6rem
}

.user-tips .txpay-tips .title {
	border-bottom: 0;
	text-align: left;
	text-indent: 10px
}

.user-tips .txpay-tips .content {
	text-align: left;
	font-size: .4rem;
	line-height: .7rem
}

.user-tips .txpay-tips .content span {
	color: #f60
}

.fadein .btn_bar {
	margin-top: .4rem;
	height: 1.3rem;
	border-top: 1px solid #f0f2f5;
	font-size: .4267rem
}

.fadein .btn_bar .btn {
	float: left;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 50%;
	height: 1.3rem;
	border: none;
	border-radius: 0;
	background-color: transparent;
	color: #909090;
	line-height: .8rem
}

.fadein .btn_bar .btn.fr {
	border-left: 1px solid #f0f2f5
}

.fadein-wrap.paymain {
	border-radius: 20px;
	background: #fff
}

.fadein-wrap.paymain .btn_bar.kefu {
	margin: 0 auto;
	border: 0
}

.fadein-wrap.paymain .btn_bar.kefu .btn {
	margin: 0;
	border-radius: 20px;
	color: #3f85ff;
	font-size: .32rem;
	line-height: 1rem
}

.fadein-wrap.paymain {
	top: 50%;
	left: 50%;
	margin-top: -260px;
	margin-left: -150px;
	padding: 0;
	width: 300px
}

.fadein-wrap.paymain .box {
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 300px;
	height: auto;
	border-radius: 20px;
	text-align: center
}

.fadein-wrap.paymain .box .payload {
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 99;
	display: block;
	width: 300px;
	height: 370px;
	background: #fff url(/style/images/load.svg) no-repeat center 30%;
	background-size: 80px
}

.fadein-wrap.paymain .box .payload span {
	display: block;
	margin-top: 250px;
	width: 100%;
	height: 70px;
	color: #333;
	font-size: .5rem;
	line-height: 35px
}

.fadein-wrap.paymain .box .warring {
	position: relative;
	z-index: 4;
	padding-top: 50px;
	width: 220px;
	height: 180px;
	background: #fff;
	color: #999;
	font-size: .5rem;
	line-height: 40px
}

.fadein-wrap.paymain .box .paymoney {
	margin: 10px auto 5px;
	width: 100%;
	height: 1.3rem;
	background: #fff url(/style/images/moneybg.png) no-repeat 50%;
	color: #333;
	font-size: .5rem;
	line-height: 1.1rem
}

.fadein-wrap.paymain .box .paymoney b {
	font-size: .8rem
}

.fadein-wrap.paymain .box .paycode {
	position: relative;
	z-index: 2;
	overflow: hidden;
	margin: 0 auto 10px;
	border: 0;
	border-radius: .2rem;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .05), 0 6px 20px 0 rgba(0, 0, 0, .04)
}

.fadein-wrap.paymain .box .paycode,
.fadein-wrap.paymain .box .paycode img {
	width: 220px;
	height: 220px;
	background: #fff url(/style/images/loadcode.gif) no-repeat 50%;
	background-size: 220px
}

.fadein-wrap.paymain .box .paycode img {
	margin: 0 auto
}

.fadein-wrap.paymain .box .payico {
	position: absolute;
	top: 87px;
	left: 87px;
	z-index: 3;
	display: block;
	padding: 0;
	width: 40px;
	height: 40px;
	border: 3px solid #fff;
	border-radius: 20%
}

.fadein-wrap.paymain .box .payico.ico2,
.fadein-wrap.paymain .box .payico.icoalipay {
	background: #fff url(/style/images/n19__myvip_pay_zfb_popup.png) no-repeat 50%;
	background-size: 40px
}

.fadein-wrap.paymain .box .payico.ico1,
.fadein-wrap.paymain .box .payico.icowxpay {
	background: #fff url(/style/images/n19__my_payvip_wechat_popup.png) no-repeat 50%;
	background-size: 40px
}

.fadein-wrap.paymain .box .payico.ico3,
.fadein-wrap.paymain .box .payico.icoqqpay {
	background: #fff url(/style/images/n19__my_payvip_qq_popup.png) no-repeat 50%;
	background-size: 40px
}

.fadein-wrap.paymain .box .paytime,
.fadein-wrap.paymain .box .paytips {
	margin: 0 auto;
	width: 100%;
	color: #111;
	font-size: .3rem;
	line-height: 20px
}

.fadein-wrap.paymain .box .paytips2 {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	color: #3f85ff;
	font-size: .35rem;
	line-height: 22px
}

.fadein-wrap.paymain .box .paytime {
	overflow: hidden;
	margin: 10px auto 0;
	height: .7rem
}

.fadein-wrap.paymain .box .paytime span {
	display: inline-block;
	margin: 0 5px;
	padding: .1rem;
	width: .9rem;
	height: .4rem;
	border-radius: .3rem;
	background: #06c05f;
	color: #fff;
	line-height: .4rem
}

.fadein-wrap.paymain .btn_bar {
	margin: -10px 0 0;
	padding: 0;
	width: 100%;
	height: 1.3rem;
	border-top: 1px solid #3f85ff
}

.fadein-wrap.paymain .btn.fl,
.fadein-wrap.paymain .btn.fr {
	margin: 0;
	width: 65%;
	height: 1.5rem;
	border-radius: 0;
	border-bottom-left-radius: .2667rem;
	background: #3f85ff;
	color: #fff;
	font-size: .45rem;
	line-height: 1rem
}

.fadein-wrap.paymain .btn.fr {
	width: 35%;
	border-bottom-right-radius: .2667rem;
	background: #fff;
	color: #333
}

.fadein-wrap.paymain .close {
	z-index: 5
}

.fadein-wrap.paymain .box iframe {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.fadein-wrap.paymain .bt,
.fadein-wrap.paymain .btn {
	background: #fff
}

.fadein-wrap .bt {
	display: flex;
	margin: .8rem auto;
	color: #393939;
	font-size: .4rem;
	align-items: center;
	justify-content: center
}

.fadein-wrap .bt .btn {
	margin: 0 .1333rem;
	width: 3.1rem;
	height: 1.2rem;
	border-radius: 1.2rem;
	background-color: hsla(0, 0%, 100%, .7);
	color: #333;
	text-align: center;
	font-size: .4rem;
	line-height: 1.2rem
}

.fadein-wrap.paymain .bt .btn {
	border: 1px solid #ddd;
	background: #fff;
	color: #333
}

#chax-tips .txpay-tips .content,
#fxpay-tips .txpay-tips .content,
#no-pay .txpay-tips .content {
	text-align: left;
	font-size: .35rem;
	line-height: .7rem
}

#no-pay .txpay-tips .content span {
	display: inline-block;
	margin: 10px 2px 0;
	padding: 0 5px;
	width: auto;
	height: .7rem;
	outline: 0;
	border: none;
	border-radius: 100px;
	background-image: linear-gradient(90deg, #77c1fe, #3383fc);
	color: #fff;
	line-height: .7rem
}

#no-pay .txpay-tips .content p {
	display: block;
	width: 100%;
	height: .1rem
}

#clickbox .tipsBox {
	top: 45%
}

#spread .fadein-wrap {
	backgroundr: none;
	backdrop-filter: none
}

#spread .fadein-wrap:after {
	opacity: 0
}

#spread .spread {
	top: 22%;
	margin-left: -48%;
	padding: 0;
	width: 96%;
	background: 0 0;
	box-shadow: none
}

#spread .spread .iframebox {
	border-radius: .2667rem;
	background: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

#spread .spread .iframebox,
.spread .box {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 10rem
}

.spread .box {
	position: relative;
	overflow: hidden;
	height: 13rem;
	border-top-right-radius: .2667rem;
	border-top-left-radius: .2667rem
}

.spread .box .atxt,
.spread .box .time {
	position: absolute;
	top: .2rem;
	right: .2rem;
	z-index: 9;
	display: inline-block;
	width: 1rem;
	height: .5rem;
	border-radius: .48rem;
	background-color: rgba(0, 0, 0, .8);
	color: #fff;
	table-layout: fixed;
	text-align: center;
	text-indent: 0;
	word-wrap: break-all;
	line-height: .5rem;
	cursor: pointer;
	word-break: normal
}

.spread .box .atxt {
	right: none;
	left: .2rem;
	width: 1.8rem;
	background-color: rgba(0, 0, 0, .2)
}

.spread .box .time a {
	color: #fff
}

.spread .box .img,
.spread .box iframe {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 12rem;
	max-width: 10rem
}

.spread .box img {
	width: 100%
}

.spread .showbuy,
.spread .tips {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	color: #a6a9b2;
	text-align: center;
	font-size: .3rem;
	line-height: .8rem;
	cursor: pointer
}

.spread .showbuy {
	display: none
}

.spread .tips {
	margin: 0 auto;
	color: #a6a9b2;
	font-size: .35rem
}

.spread .btn {
	margin: .2rem auto .5rem;
	box-shadow: 0 10px 10px 4px rgba(15, 22, 36, 0);
	color: #333
}

.spread .btn b {
	margin: 0 2px;
	font-weight: 400
}

.spread .by {
	margin: 0 auto;
	padding: .4rem;
	height: .3rem;
	line-height: .3rem
}

.spread .by a {
	padding: 0 .1rem;
	color: #999
}

.spread .by .info {
	float: right;
	width: 40%;
	text-align: right
}

.spread .by .info b {
	margin: 0 2px;
	color: #f66
}

.spread .by .field {
	position: relative;
	float: left;
	width: 60%;
	text-align: left
}

.spread .closead {
	bottom: -1.2rem;
	width: 3rem;
	height: 1rem;
	border-radius: .2667rem;
	background: rgba(0, 0, 0, .8);
	line-height: 1rem
}

.spread .closead a {
	color: #fff;
	font-size: .4rem
}

.outwin {
	padding: 0
}

.outwin .title {
	padding: .2rem 0;
	border-bottom: 1px solid #eee;
	color: #282828;
	font-weight: 500;
	font-size: .48rem
}

.outwin-body {
	display: block;
	padding: 0 10px;
	text-align: left
}

.outwin-body .name {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 30px
}

.outwin-body .name span {
	color: red;
	font-size: .7em
}

.outwin-body .form-list {
	display: block;
	margin: 0 0 10px;
	padding: 0;
	width: 100%
}

.outwin-body .form-line {
	display: block;
	margin: 0;
	width: 100%;
	color: #555;
	font-size: .35rem
}

.outwin-body .form-line label {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px
}

.outwin-body .form-line label input {
	margin-right: 5px
}

.outwin-body .form-text {
	display: none
}

.outwin-body .form-text textarea {
	display: block;
	margin: 10px 0 15px;
	padding: 1%;
	width: 97%;
	height: 60px;
	font-size: .3rem;
	line-height: .4rem
}

.outwin-body .form-bline {
	margin: 10px auto;
	padding: 15px 0 0;
	border-top: 1px solid #eee;
	text-align: center
}

.outwin-body .form-bline button {
	display: inline-block;
	margin-right: 10px;
	width: 100px;
	height: 30px;
	border: 1px solid #f60;
	border-radius: 4px;
	background-color: #f60;
	color: #fff;
	text-align: center;
	font-size: .35rem;
	line-height: 20px;
	cursor: pointer
}

.outwin-body .form-bline button.cancel-button {
	width: 60px;
	border: 1px solid #eaeaea;
	border-radius: 4px;
	background-color: #fff;
	color: #666;
	cursor: pointer
}

.outwin-body .form-bline button:hover {
	border: 1px solid #f60;
	background-color: #f60;
	color: #fff;
	opacity: .5
}

.outwin-body .a-radio {
	display: none
}

.outwin-body .b-radio {
	position: relative;
	display: inline-block;
	margin-right: 5px;
	width: 12px;
	height: 12px;
	border: 1px solid #ccc;
	border-radius: 50%;
	vertical-align: middle
}

.outwin-body .b-radio:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	margin-top: -5px;
	margin-left: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #f60;
	content: "";
	font-size: 0
}

.outwin-body .a-radio:checked~.b-radio:before {
	display: block
}

.d-flex .field input {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	opacity: 0
}

.d-flex .field input+.text:before {
	display: inline-block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -3px;
	margin-right: 5px;
	padding: 0 .1rem;
	width: .4rem;
	height: .4rem;
	border: 1px solid #999;
	border-radius: .4rem;
	content: "";
	vertical-align: middle
}

.d-flex .field input:checked+.text:before {
	border: 1px solid #f60;
	background-color: #f60;
	background-image: url(/style/images/n20__field-checked.png);
	background-size: cover;
	background-repeat: no-repeat
}

.mask50 {
	top: 0;
	z-index: 96;
	display: flex;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	backdrop-filter: blur(5px);
	align-items: center;
	justify-content: center;
	flex-direction: column
}

.mask50,
.v-popup {
	position: fixed;
	left: 0
}

.v-popup {
	right: 0;
	bottom: 0;
	z-index: 9999999;
	margin: 0 auto;
	padding-top: 5rem;
	max-width: 1024px;
	background-image: url(/style/images/v-popup.png);
	background-position: 100% 0;
	background-size: 3.5rem;
	background-repeat: no-repeat
}

.v-popup-top__bg {
	position: relative;
	width: 100%;
	height: 1rem;
	background-image: url(/style/images/v-popupbg.png);
	background-position: top;
	background-size: 100%
}

.v-popup-main {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding: 0 1%;
	width: 98%;
	background-color: #fff
}

.v-popup-main.no_login {
	padding-bottom: 1.6rem
}

.v-popup-main__date {
	margin-top: .24rem;
	color: #aeaeae;
	text-align: center;
	font-size: .3467rem
}

.v-popup-main__hl {
	margin: .4rem 0;
	text-align: center
}

.v-popup-main__hl button {
	margin: 0;
	padding: 0 .4rem 0 0;
	border: 0;
	background-color: #fff;
	background-image: url(/style/images/n19__read_icon_pay_arrow.png);
	background-position: 100%;
	background-size: .4rem;
	background-repeat: no-repeat;
	color: #ff7717;
	font-size: .3733rem;
	-o-background-size: .4rem
}

.v-popup-bar {
	height: 45px;
	border-top: 1px solid #f0f2f5;
	background-color: #fff;
	color: #909090;
	text-align: center;
	font-size: .32rem;
	line-height: 45px
}

.v-popup-media {
	position: absolute;
	top: -4rem;
	right: 0;
	width: 8.6667rem;
	height: 5.12rem
}

.v-popup-bar.d-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	padding: 0 .4rem 1rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-moz-box-pack: justify;
	justify-content: space-between
}

.v-popup-bar.d-flex .field {
	position: relative
}

.v-popup-bar.d-flex .field .text {
	position: relative;
	z-index: 1;
	color: #111;
	font-size: .35rem
}

.v-popup-bar.d-flex .field input {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	opacity: 0
}

.v-popup-main__primary,
.v-popup-main__word {
	text-align: center;
	line-height: 1.6
}

.v-popup-main__word {
	margin-top: .5em
}

.v-popup-main__word a {
	color: #488ae5
}

.v-popup-main__word {
	color: #909090;
	font-size: .3467rem;
	line-height: 1.8
}

.v-popup-main__word2 {
	padding: .2667rem 1.0667rem 0;
	color: #131313;
	text-align: center;
	font-weight: 500;
	font-size: .4267rem;
	line-height: 1rem
}

.v-popup-main__word2 h3 {
	color: #111;
	font-weight: 700
}

.v-popup-main__word2 b {
	color: #f60;
	font-size: .5rem
}

.v-popup-main-box {
	padding: .2667rem;
	color: #666;
	text-align: center;
	font-size: .35rem;
	line-height: .6rem
}

.v-popup-main__primary .highlight,
.v-popup-main__title .highlight,
.v-popup-main__word .highlight {
	color: #f66
}

.v-popup-main__primary {
	font-size: .4533rem
}

.v-popup-main__title {
	color: #333;
	text-align: center;
	font-size: .4267rem
}

.v-popup-action {
	padding: 0 1.3333rem
}

.v-popup-action button {
	width: 100%;
	height: 1.2rem;
	border: 0;
	border-radius: 1.2rem;
	box-shadow: 0 1px 2px 2px #fdefe1;
	text-align: cetner;
	font-size: .4rem;
	line-height: 1.2rem
}

.v-popup#adtips a.close,
.v-popup#login-tips a.close {
	top: -.5rem
}

.v-popup .no_login button {
	margin-top: 1rem
}

.v-popup .no_money button {
	margin: .6rem 0 1rem;
	cursor: pointer
}

.v-popup-bar.d-flex .field input+.text:before {
	display: inline-block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -3px;
	margin-right: 5px;
	width: .4rem;
	height: .4rem;
	border: 1px solid #909090;
	border-radius: .4rem;
	content: "";
	vertical-align: middle
}

.v-popup-bar.d-flex .field input:checked+.text:before {
	background-image: url(/style/images/n20__field-checked.png);
	background-size: cover;
	background-repeat: no-repeat
}

.v-popup-head {
	display: flex;
	margin-bottom: -2px;
	height: 1.44rem;
	background: url(/style/images/popup_head_change.png);
	background-size: 100% 100%
}

.v-popup .mar50 {
	height: .5333rem
}

.v-popup-head .h_item {
	position: relative;
	display: flex;
	height: 1.12rem;
	border-top-right-radius: .2667rem;
	color: #666;
	color: #f66;
	text-align: center;
	font-size: .4rem;
	line-height: 1.12rem;
	flex: 1;
	align-self: flex-end;
	align-items: center;
	justify-content: center
}

.v-popup-head .active {
	height: 1.44rem;
	border-top-right-radius: .2667rem;
	border-top-left-radius: .2667rem;
	color: #111;
	font-weight: 500;
	font-size: .4267rem;
	line-height: 1.44rem
}

.v-popup-head-active {
	background: url(/style/images/popup_head_change_active.png);
	background-size: 100% 100%
}

.v-popup .mask_body {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	box-sizing: border-box;
	padding: .6667rem .48rem .9333rem;
	width: 100%;
	border-top-right-radius: .2667rem;
	border-top-left-radius: .2667rem;
	background-color: #fff;
	box-shadow: 0 0 30px 0 rgb(0 0 0/30%)
}

.pay-popup .mask_body {
	padding-top: 1rem
}

.pay-popup .mask_body .modal-close button {
	border-radius: 50%;
	background-color: #eee;
	background-position: 50%;
	background-size: .36rem;
	background-repeat: no-repeat;
	-o-background-size: .36rem
}

.v-popup#combo-tips .mask_body {
	padding: .6667rem 0 0
}

.pay-popup .iframe iframe {
	position: relative;
	top: -.4rem;
	z-index: 98;
	display: flex;
	width: 100%;
	height: 88vh;
	background-color: #21293c
}

.pay-popup .currency {
	text-align: center
}

.pay-popup .mask_body .modal-close {
	top: .2rem;
	right: .2rem;
	z-index: 99
}

.v-popup .mask_body .title {
	font-weight: 600;
	font-size: .48rem
}

.v-popup .mask_body .subtitle {
	margin-top: .4rem;
	color: #5c5c5c;
	font-size: .3467rem
}

#adtips {
	display: none
}

#adtips.visible {
	display: block
}

#adtips.v-popup .no_login button {
	margin-top: .3rem
}

.popup-action {
	display: flex;
	margin: 0 auto;
	padding: 0 .4rem;
	max-width: 380px;
	justify-content: space-between
}

.popup-action .btn {
	position: relative;
	width: 4rem;
	height: 1.2rem;
	border: none;
	border-radius: 1.2rem;
	background-color: transparent;
	font-weight: 500;
	font-size: .4rem
}

.popup-action .btn_right {
	border: 1px solid #f66;
	color: #f66
}

.popup-action .icon_btnRight_text {
	position: absolute;
	top: -.4rem;
	left: 50%;
	display: block;
	padding: .08rem .2rem;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	border-top-left-radius: 100px;
	background-color: #1bcb66;
	color: #fff;
	font-size: .2667rem
}

.no_overflow {
	overflow: hidden;
	height: 100%
}

.doing-wrap {
	background-size: 100%;
	text-align: center;
	background: #fff url(/style/images/bg_hd-expire.png) no-repeat top
}

.doing-wrap .title {
	padding-top: 3rem;
	color: #282828;
	font-size: 18px
}

.doing-wrap .subtitle {
	margin-top: .3rem;
	color: #909090;
	font-size: 14px
}

.doing-wrap .content {
	margin: 0 auto;
	padding: 0;
	width: 90%;
	color: #555;
	text-align: left;
	font-size: .35rem;
	line-height: .7rem
}

.doing-wrap .date {
	margin-top: .3rem
}

.doing-wrap .date a {
	color: #999;
	font-size: .35rem
}

.doing-wrap .btn {
	display: block;
	margin: .6rem auto 0;
	width: 6.6rem;
	height: 1.3rem;
	border-radius: 100px;
	background-image: -webkit-linear-gradient(-40deg, #ffe153 19%, #ffd251 97%);
	background-image: -ms-linear-gradient(-40deg, #ffe153 19%, #ffd251 97%);
	color: #333;
	font-size: .5rem;
	line-height: 1.3rem;
	cursor: pointer
}

@media (min-width:820px) {
	#topimg li.swiper-slide {
		margin: 0 1%;
		width: 48%
	}

	#topimg .box,
	#topimg.foot-img.bfixed {
		height: 2rem
	}

	#topimg.tooltip-bar {
		height: 2.5rem
	}
}

.mescroll {
	width: 100%;
	border: 0;
	margin-bootom: 30px
}

@media (max-width:641px) {
	.mescroll {
		margin-bootom: 30px
	}
}

.mescroll-downwarp {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	background-color: #fff;
	text-align: center
}

.mescroll-downwarp-reset {
	-webkit-transition: height .3s;
	transition: height .3s
}

.mescroll-downwarp .downwarp-content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 0;
	width: 100%;
	min-height: 30px
}

.mescroll-upwarp {
	visibility: hidden;
	padding: 0;
	height: 0;
	text-align: center
}

.mescroll-hardware {
	overflow: hidden;
	margin: 0;
	width: 100%;
	height: 0
}

@media (max-width:641px) {
	.mescroll-hardware {
		margin-bottom: 160px;
		height: 20px;
		-webkit-transform: translateZ(0);
		-webkit-transform-style: preserve-3d;
		-webkit-backface-visibility: hidden;
		-webkit-perspective: 1000
	}

	.mescroll-downwarp .downwarp-tip,
	.mescroll-upwarp .upwarp-tip {
		display: inline-block;
		color: grey;
		vertical-align: middle;
		font-size: 12px
	}
}

.mescroll-upwarp .upwarp-nodata {
	display: none
}

.mescroll-downwarp .downwarp-tip,
.mescroll-upwarp .upwarp-tip {
	margin-left: 8px
}

.mescroll-downwarp .downwarp-progress,
.mescroll-upwarp .upwarp-progress {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid;
	border-color: grey grey transparent;
	border-radius: 50%;
	vertical-align: middle
}

.mescroll-rotate {
	-webkit-animation: mescrollRotate .6s linear infinite;
	animation: mescrollRotate .6s linear infinite
}

@-webkit-keyframes mescrollRotate {
	0% {
		-webkit-transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(1turn)
	}
}

@keyframes mescrollRotate {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(1turn)
	}
}

.mescroll-empty {
	padding-top: 20px;
	width: 100%;
	text-align: center
}

.mescroll-empty .empty-icon {
	width: 45%
}

.mescroll-empty .empty-tip {
	margin-top: 6px;
	color: grey;
	font-size: 14px
}

.mescroll-empty .empty-btn {
	margin: 20px auto;
	padding: 10px;
	max-width: 50%;
	border: 1px solid #65aadd;
	border-radius: 6px;
	background-color: #fff;
	color: #65aadd
}

.mescroll-empty .empty-btn:active {
	opacity: .75
}

.mescroll-totop {
	position: fixed;
	right: 10px;
	bottom: 100px;
	width: 1rem;
	height: 1rem;
	border-radius: 1.067rem;
	background-image: url(/style/images/to-top.png);
	background-position: 50%;
	background-size: 1rem;
	background-repeat: no-repeat;
	text-indent: -999999px;
	opacity: 0;
	cursor: pointer
}

.mescroll-fade-in,
.mescroll-lazy-in {
	-webkit-animation: mescrollFadeIn .5s linear forwards;
	animation: mescrollFadeIn .5s linear forwards
}

@-webkit-keyframes mescrollFadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes mescrollFadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.mescroll-fade-out {
	pointer-events: none;
	-webkit-animation: mescrollFadeOut .5s linear forwards;
	animation: mescrollFadeOut .5s linear forwards
}

@-webkit-keyframes mescrollFadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes mescrollFadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.mescroll-bar::-webkit-scrollbar-track {
	background-color: transparent
}

.mescroll-bar::-webkit-scrollbar {
	display: none;
	width: 6px
}

.mescroll-bar::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background-color: #ccc
}

.mescroll-bar::-webkit-scrollbar-thumb:hover {
	background-color: #aaa
}

.mescroll-downwarp .downwarp-mascot {
	position: absolute;
	right: 8px;
	bottom: 0;
	width: 50px;
	height: 50px;
	background-image: url(/style/images/topload.gif);
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: middle
}

#ui-mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999996;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3)
}

#ui-mask-box {
	position: fixed !important;
	top: -4rem;
	z-index: 9999997;
	display: block;
	width: 92%;
	height: 2rem;
	border-radius: .3rem;
	background-color: #35363a;
	color: #fff;
	text-align: center;
	font-size: .4rem;
	line-height: 1.65rem
}

#ui-mask-box,
#ui-mask-box.on {
	transition: all .2s ease-in-out
}

#ui-mask-box.on {
	top: .3rem;
	float: none
}

#ui-mask-box.state1 {
	background-color: rgba(217, 83, 79, .95)
}

#ui-mask-box.state2 {
	background-color: rgba(92, 184, 92, .95)
}

#ui-mask-box.state3 {
	background-color: rgba(91, 192, 222, .95)
}

#ui-mask-box.state4 {
	background-color: rgba(240, 173, 78, .95)
}

#ui-mask-box div.close {
	z-index: 9999998;
	float: none;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 80px;
	height: 8px;
	border-radius: 6px;
	background-color: #fff;
	cursor: pointer
}

@media only screen and (min-width:1025px) {
	#ui-mask-box {
		max-width: 390px
	}
}

#ui-mask-box.chatalert {
	height: 1.3rem;
	border-radius: .2rem;
	background-color: hsla(0, 0%, 100%, .95);
	box-shadow: 0 1px 10px 1px rgba(0, 0, 0, .3);
	text-align: left;
	line-height: 1.3rem
}

#ui-mask-box.chatalert .msg {
	display: block;
	width: 90%;
	height: 1.3rem;
	color: #111
}

#ui-mask-box.chatalert i.ico {
	position: relative;
	top: .2rem;
	display: inline-block;
	margin: 0 5px 0 10px;
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	background: url(/style/images/icon_kf.jpg) no-repeat 50%;
	background-size: cover
}

#ui-mask-box.chatalert .close {
	position: absolute;
	top: .35rem;
	right: .2rem;
	width: .6rem;
	height: .6rem;
	background: url(/style/images/search_icon_clean.png) no-repeat;
	background-size: cover
}

#ui-mask-box.chatalert.on {
	top: .5rem
}

.tmchat a {
	position: fixed;
	right: 5%;
	bottom: 10%;
	z-index: 998;
	display: block;
	margin: 0;
	padding: 0;
	width: 1.1rem;
	height: 1.15rem;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #ffd845 url(/style/images/footer_icon_customer.png) no-repeat 50%;
	background-size: cover;
	box-shadow: 0 1px 10px 1px rgba(0, 0, 0, .05);
	text-indent: -9999999px
}

.lazy {
	background-image: url(/style/images/placeholder-unruly.png);
	background-position: 50%;
	background-size: cover
}

.lazy:after {
	position: absolute;
	top: 0;
	left: -150%;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .3), transparent);
	content: "";
	transform: skewX(-20deg);
	animation: ray .5s linear .2s infinite alternate;
	animation-iteration-count: 1
}

.calwh.lazy {
	background: #fff
}

.elink {
	display: block;
	margin: 0 auto;
	width: 96%
}

.elink li {
	float: left;
	margin: 0 .1rem .2rem 0
}

.elink a {
	display: inline-block;
	padding: 0 .7em;
	height: .5rem;
	border: 1px solid #eee;
	border-radius: .5rem;
	color: #333;
	table-layout: fixed;
	word-wrap: break-all;
	line-height: .5rem;
	word-break: normal
}

#footerbg {
	display: block;
	margin-bottom: 1rem;
	width: 100%;
	height: 3rem;
	background-image: url(/style/images/footerbg.png);
	background-position: 100% 0;
	background-size: cover
}

@media only screen and (min-width:1025px) {
	html {
		position: relative;
		margin: 0 auto;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .1);
		font-size: 50px !important
	}

	.cm-tabbar.fixed,
	html {
		max-width: 620px
	}

	.v-newcomers {
		right: 50%;
		transform: translate(188px)
	}

	.v7_recharge .cp_v7_container {
		left: 50%;
		margin-left: -188px;
		width: 620px
	}

	.v7_bottom {
		position: fixed;
		bottom: 1.2rem;
		left: 50%;
		z-index: 99;
		box-sizing: border-box;
		padding: 0 .26rem;
		width: 620px;
		transform: translate(-50%)
	}

	.episode-detail .item img {
		display: block;
		margin: 0 auto;
		height: auto !important;
		max-width: 768px;
		piaddig: 0
	}

	.mask-box {
		right: 0;
		z-index: 9;
		display: block
	}

	.mask-box,
	.v7_end {
		position: fixed;
		bottom: 0;
		left: 50%;
		width: 620px;
		transform: translate(-50%)
	}

	.v7_end {
		display: flex;
		box-sizing: border-box;
		padding: 0 .4rem;
		height: 2.2667rem;
		justify-content: space-between;
		align-items: center
	}

	.read-bar,
	.v7_end {
		background-color: #fff
	}

	.read-bar {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 50%;
		width: 620px;
		height: 1.34rem;
		transform: translate(-50%)
	}

	.w1024 {
		margin: 0 auto;
		width: 100%
	}
}

.thumb_img {
	position: relative;
	display: block;
	margin: 0 auto
}

.thumb_img:before {
	position: absolute;
	top: 0;
	left: -75%;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(left, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .2) 50%, hsla(0, 0%, 100%, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0, hsla(0, 0%, 100%, 0)), color-stop(50%, hsla(0, 0%, 100%, .2)), color-stop(100%, hsla(0, 0%, 100%, 0)));
	background: -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .2) 50%, hsla(0, 0%, 100%, 0));
	background: -o-linear-gradient(left, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .2) 50%, hsla(0, 0%, 100%, 0) 100%);
	content: "";
	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg)
}

.thumb_img:hover:before {
	left: 150%;
	transition: left 1.5s ease 0s
}

.v7_buy_vip_text {
	margin: 0 auto;
	width: 98%
}

.v7_buy_vip_text p {
	height: .6rem;
	color: #909090;
	font-size: .32rem;
	line-break: 1.8
}

.v7_buy_vip_text p a {
	color: #f60;
	font-size: .32rem
}

.v7_buy_vip_title {
	padding: 0 0 .2667rem .4rem;
	font-weight: 600;
	font-size: .5067rem
}

.v7_mask .v7_mask_tips2 {
	width: 7.7333rem;
	height: 5.3333rem
}

.v7_mask .v7_mask_success,
.v7_mask .v7_mask_tips2 {
	display: flex;
	border-radius: .2667rem;
	background-color: #fff;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.v7_mask .v7_mask_success {
	width: 6.6667rem;
	height: 7.5333rem
}

.v7_mask .icon_success {
	display: block;
	margin-top: .4rem;
	width: 2.8rem;
	border: 0
}

.v7_mask .v7_mask_success .title {
	color: #f60;
	font-weight: 500;
	font-size: .5333rem
}

.v7_mask .v7_mask_success .cont {
	margin-top: .2667rem;
	color: #5c5c5c;
	font-size: .4rem
}

.v7_mask .v7_mask_success .btn {
	margin-top: .6rem;
	width: 4.7467rem;
	height: 1.04rem;
	border: 0;
	border-radius: 1.04rem;
	background: linear-gradient(90deg, #ffe153, #ffc421);
	color: #423300;
	font-weight: 500;
	font-size: .4rem
}

.v-newcomers {
	position: fixed;
	right: 0;
	bottom: 7.8667rem;
	z-index: 99;
	padding: 0 .1333rem;
	text-align: center
}

.v-newcomers .icon_newcomers {
	display: block;
	width: 2.08rem;
	height: 1.76rem;
	background: url(/style/images/icon_newcomers_special.png) no-repeat 50%;
	background-size: 100% 100%
}

.v-newcomers .newcomers_timer {
	margin: .1333rem;
	padding: 1px 0 2px;
	border-radius: 100px;
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
	text-align: center;
	font-size: .2133rem
}

.v-hidden {
	visibility: hidden
}

.v-hidden-2,
.v-hidden-2#footerbg,
.v-hidden-3 {
	display: none
}

.loading {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9999999;
	margin-top: -30px;
	margin-left: -40px;
	width: 80px;
	height: 40px
}

.loading span {
	display: inline-block;
	margin-right: 5px;
	width: 8px;
	height: 100%;
	border-radius: 4px;
	background: #90ee90;
	-webkit-animation: load 1.04s ease infinite
}

@-webkit-keyframes load {

	0%,
	to {
		height: 40px;
		background: #90ee90
	}

	50% {
		margin-top: -20px;
		height: 60px;
		background: #add8e6
	}
}

.loading span:nth-child(2) {
	-webkit-animation-delay: .13s
}

.loading span:nth-child(3) {
	-webkit-animation-delay: .26s
}

.loading span:nth-child(4) {
	-webkit-animation-delay: .39s
}

.loading span:nth-child(5) {
	-webkit-animation-delay: .52s
}

#chat-app {
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: 999999;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5)
}

#chat-app i {
	position: absolute;
	top: 30%;
	left: 50%;
	padding-top: 280px;
	width: 150px;
	height: 150px;
	background: url(/style/images/load.svg) no-repeat 50%;
	background-size: 100px;
	text-align: center;
	transform: translate(-50%, -50%)
}

#chat-app a,
#chat-app i {
	display: block;
	color: #fff;
	font-size: .4rem
}

#chat-app a {
	margin: .5rem auto 0;
	border: 0;
	border-radius: 1.04rem;
	font-weight: 500;
	line-height: 1.04rem
}

#chat-app a.wechatkf {
	width: 2.7467rem;
	height: 1.04rem;
	background-color: #07c160
}

#chat-app a.closekf {
	width: .7rem;
	height: .7rem;
	background: url(/style/images/icon_close.png) no-repeat;
	background-size: cover;
	text-indent: -99999px;
	font-size: 0
}

body .crisp-client {
	position: relative;
	z-index: 9999999999
}

body .crisp-client .cc-tlyw[data-full-view=true] .cc-kxkl .cc-nsge[role=button] {
	right: 5.2% !important;
	bottom: 10.2% !important
}

body .crisp-client .cc-tlyw[data-full-view=true] .cc-kxkl .cc-nsge .cc-imbb[data-has-unread=false] {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important
}

body .crisp-client .cc-tlyw .cc-kxkl .cc-nsge .cc-imbb,
body .crisp-client .cc-tlyw[data-full-view=true][data-website-logo=false][data-last-operator-face=false] .cc-kxkl .cc-nsge .cc-imbb .cc-11f2[data-is-ongoing=false] .cc-15e7,
body .crisp-client .cc-tlyw[data-last-operator-face=false] .cc-kxkl .cc-nsge .cc-imbb .cc-11f2[data-is-ongoing=false] .cc-15e7 {
	background-repeat: no-repeat !important;
	background-position: 50% !important;
	background-image: url(/style/images/crisp.png) !important;
	background-size: cover !important;
	background-color: #4ce0c7 !important;
	border: 2px solid #fff !important;
	border-radius: 50% !important;
	box-shadow: 0 1px 10px 1px rgba(0, 0, 0, .05) !important;
	width: 1.2rem !important;
	height: 1.2rem !important;
	top: 0 !important;
	left: 0 !important
}

body .crisp-client .cc-tlyw[data-full-view=true][data-last-operator-face=false] .cc-kxkl .cc-nsge .cc-imbb .cc-11f2[data-is-ongoing=false] .cc-15e7 {
	width: 1.2rem !important;
	height: 1.2rem !important;
	top: -.1rem !important;
	left: -.1rem !important
}

body .crisp-client .cc-tlyw[data-full-view=true] .cc-kxkl .cc-nsge .cc-imbb {
	width: 1.2rem !important;
	height: 1.2rem !important;
	background-color: transparent !important
}

body .crisp-client .cc-tlyw .cc-kxkl .cc-nsge {
	bottom: 10% !important;
	right: 5% !important
}

body .crisp-client .cc-tlyw .cc-kxkl .cc-1hqb {
	bottom: 20% !important
}

body .crisp-client .cc-tlyw .cc-kxkl .cc-1hqb .cc-gye0 .cc-11uv .cc-1tyx {
	border-top: 2px solid #eee !important;
	height: 80px !important;
	bottom: 88px !important
}

body .crisp-client .cc-tlyw .cc-kxkl .cc-1hqb .cc-gye0 .cc-11uv .cc-15ak {
	padding: 0 20px 44px !important;
	background: #212121 !important
}

body .crisp-client .cc-tlyw .cc-kxkl .cc-1hqb .cc-gye0 .cc-11uv .cc-15ak:after {
	content: "離線@我：TW.TOPCOMIC@HOTMAIL.COM" !important;
	color: #a8bacd !important
}

body .crisp-client .cc-tlyw .cc-kxkl .cc-1hqb .cc-gye0 .cc-11uv .cc-15ak .cc-e8o6 .cc-cti3,
body .crisp-client .cc-tlyw .cc-kxkl .cc-1hqb .cc-gye0 .cc-11uv .cc-15ak .cc-e8o6 .cc-cti3 .cc-1w5b {
	width: 30px !important;
	height: 30px !important;
	margin: 5px !important
}

body.crisp-client .cc-tlyw .cc-kxkl .cc-1hqb .cc-gye0 .cc-11uv .cc-15ak .cc-e8o6 .cc-cti3,
body .crisp-client .cc-tlyw .cc-kxkl .cc-1hqb .cc-gye0 .cc-11uv .cc-15ak .cc-e8o6 .cc-cti3 .cc-1w5b {
	width: 20px !important;
	height: 20px !important
}

body .crisp-client .cc-tlyw .cc-kxkl .cc-1hqb .cc-gye0 .cc-11uv .cc-15ak .cc-acjo .cc-nmj4 .cc-17ym,
body .crisp-client .cc-tlyw .cc-kxkl .cc-1hqb .cc-gye0 .cc-11uv .cc-15ak .cc-acjo .cc-nmj4 .cc-17ym.cc-1287 {
	font-size: 0 !important
}

body .crisp-client .cc-tlyw .cc-kxkl .cc-1hqb .cc-gye0 {
	overflow: auto !important;
	overflow-y: auto !important;
	overflow-x: hidden !important
}

body .crisp-client .cc-tlyw .cc-kxkl .cc-1hqb .cc-gye0 .cc-11uv .cc-15ak .cc-acjo .cc-nmj4 .cc-yd9z {
	background-size: 0 !important
}

body .crisp-client .cc-tlyw .cc-kxkl .cc-1hqb .cc-gye0 .cc-11uv .cc-1hzo {
	bottom: 165px !important;
	background: #fafafa !important;
	overflow-y: auto !important;
	height: auto !important
}

body .crisp-client .cc-tlyw .cc-kxkl .cc-nsge .cc-ujvn .cc-1fs0,
body .crisp-client .cc-tlyw[data-full-view=true] .cc-kxkl .cc-nsge .cc-ujvn .cc-1fs0,
body .crisp-client .cc-tlyw[data-website-logo=false][data-last-operator-face=false] .cc-kxkl .cc-nsge .cc-imbb .cc-11f2[data-is-ongoing=false] .cc-15e7,
body .crisp-client .cc-tlyw[data-website-logo=false][data-last-operator-face=false][data-full-view=false] .cc-kxkl .cc-nsge[data-maximized=true] .cc-imbb .cc-11f2[data-is-ongoing=false] .cc-15e7 {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important
}

body .crisp-client .cc-tlyw .cc-kxkl .cc-nsge .cc-imbb[data-has-unread=true]:before {
	border: 0 !important
}

.fadein-wrap.WeChat {
	top: 20%;
	background-color: transparent;
	box-shadow: 0 0 0 transparent
}

.fadein-wrap.WeChat img {
	width: 8rem
}