/*通用类*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.clearfix {
    clear: both;
}

/*兼容老设备的rem-px基准*/

html {
    font-size: 42.6667px;
}

@media screen and (max-width: 320px) {
    html {
        font-size: 42.6667px;
    }
}

@media screen and (min-width: 321px) and (max-width: 360px) {
    html {
        font-size: 48px;
    }
}

@media screen and (min-width: 361px) and (max-width: 375px) {
    html {
        font-size: 50px;
    }
}

@media screen and (min-width: 376px) and (max-width: 414px) {
    html {
        font-size: 55px;
    }
}

@media screen and (min-width: 415px) and (max-width: 484px) {
    html {
        font-size: 64px;
    }
}

@media screen and (min-width: 485px) and (max-width: 720px) {
    html {
        font-size: 96px;
    }
}

@media screen and (min-width: 721px) and (max-width: 768px) {
    html {
        font-size: 102px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1080px) {
    html {
        font-size: 144px;
    }
}

@media screen and (min-width: 1080px) {
    html {
        font-size: 144px;
    }
}

/*新设备的rem-vw标准*/

html {
    overflow-x: hidden;
    font-size: 13.3333333333vw;
    /*一便rem.js失效，这里起作用*/
}

body {
    width: 100%;
    min-width: 320px;
    min-height: 100vh;
    margin: 0 auto;
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
    overflow-x: hidden;
    text-align: left;
    position: relative;
    font-size: 0.26rem;
    color: #333;
    background: #ffffff;
    /*禁止长按选择文字复制*/
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
legend,
input,
button,
select,
textarea,
th,
td,
pre {
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
}

img {
    border: none;
    vertical-align: top;
    max-width: 100%;
}

h1,
h2,
h3 {
    font-weight: normal;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

input,
textarea,
select {
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
    font-size: 1em;
    outline: none;
    margin: 0;
    padding: 0;
}

input::-webkit-input-placeholder {
    color: #a0a0a0;
}

textarea::-webkit-input-placeholder {
    color: #a0a0a0;
}

input[type='button'],
input[type='text'],
input[type='search'],
input[type='submit'],
input[type='reset'],
input[type='date'],
input[type='time'],
input[type='number'] {
    -webkit-appearance: none;
}

select {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

ul,
ol {
    padding: 0;
    list-style-type: none;
}

em {
    font-style: normal;
}

input.sub,
label {
    border: none;
    cursor: pointer;
}

input,
textarea {
    font-family: Helvetica;
    outline: none;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}


/*readOn1*/
.readOn1Page {
    width: 100%;
    background-image: radial-gradient(ellipse, #a0d3ff 30%, #7bbafd 80%);
}

.readOn1 {
    width: 100%;
}

.readOn1Head {
    width: 100%;
    margin: 0.2rem 0;
    height: 1.48rem;
}

.readOn1Head img {
    width: 7.5rem;
}

.readOn1Con {
    width: 6.8rem;
    border-radius: 0.1rem;
    box-shadow: inset 0 0 0.3rem rgba(122, 185, 254, 0.5);
    background: #fff;
    margin: 0 auto;
    height: calc(100vh - 1.88rem);
}

.readOn1Con h4 {
    color: #54a6fc;
    font-size: 0.4rem;
    width: 100%;
    text-align: center;
    padding: 0.8rem 0 0.1rem 0;
    font-weight: 400;
}

.readOn1Con h5 {
    color: #54a6fc;
    font-size: 0.3rem;
    font-weight: 400;
    width: 100%;
    text-align: center;
}

.readOn1ConEwm {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 50vh;
}

.readOn1ConEwm img {
    width: 3.9rem;
    display: block;
    margin: 0 auto;
}

.readOn1ConEwm p {
    color: #7d7d7d;
    font-size: 0.32rem;
    text-align: center;
    margin-top: 0.2rem;
}

.readOn1Foot {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    background: linear-gradient(#8ac7fe, #6299fe);
    height: 1.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.readOn1Foot::before {
    content: "";
    position: absolute;
    left: 0;
    top: -0.78rem;
    right: 0;
    display: block;
    height: 0.8rem;
    background: url(../images/readOn3FootBg.png) no-repeat center top;
    background-size: 7.5rem 0.8rem;
}

.readOn1Foot p {
    color: #fff;
    font-size: 0.34rem;
    line-height: 0.5rem;
}


/*readOn2*/
.error2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.error2Img {
    width: 2.48rem;
    height: 3.08rem;
    margin-top: 3.6rem;
}

.error2Img img {
    width: 2.48rem;
    height: 3.08rem;
}

.error2Box {
    width: 100%;
}

.error2H1 {
    width: 100%;
    color: #000000;
    font-size: 0.38rem;
    line-height: 0.4rem;
    text-align: center;
    padding: 0.36rem 0 1.2rem 0;
}

.error2Box p {
    color: #959595;
    font-size: 0.3rem;
    display: block;
    text-align: center;
}

/* readOn3 */

.ewm {
    width: 4.18rem;
    height: 4.18rem;
    border: 2px dashed #00c488;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ewm img {
    width: 3.5rem;
    height: 3.5rem;
}


.zwzs-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zwzs-box-title {
    margin-top: 0.62rem;
    margin-bottom: 0.98rem;
}

.zwzs-box-title img {
    width: 4.29rem;
    height: 2.81rem;
}

.zwzs-box .wem-wz {
    margin-top: 0.3rem;
    font-size: 0.34rem;
    color: #f94e6a;
}


/* 书末全书完 */


.shumo-bg {
    background-color: #f1f2f4;
}

.lv-bg {
    background-image: linear-gradient(360deg, #11a261, #3fb580 70%);
}

.top-title {
    width: 100%;
    text-align: center;
    font-size: 0.3rem;
    color: #666;
    height: 1.2rem;
    line-height: 1.2rem;
}

.top-title.baise {
    color: #fff;
}

.mian-bg {
    width: 6.9rem;
    height: 9.14rem;
    background-color: #fff;
    border-radius: 0.16rem;
    margin: 0 auto;
    text-align: center;
    padding-top: 0.56rem;
    position: relative;
}

.mian-bg-title {
    background: url(../images/title_bg.png) no-repeat;
    background-size: 100% 100%;
    width: 4.11rem;
    height: 0.62rem;
    line-height: 0.62rem;
    text-align: center;
    font-size: 0.28rem;
    font-weight: 700;
    margin: 0 auto;
    color: #11a261;
}

.mian-bg-wz {
    font-size: 0.22rem;
    color: #999;
    margin: 0.3rem 0 0.3rem 0;
}

.mian-bg-js {
    font-size: 0.26rem;
    color: #333;
    margin-bottom: 0.3rem;
}

.mian-bg-js a {
    color: #333;
    position: relative;
}

.mian-bg-js a::after {
    width: 0.51rem;
    height: 1px;
    background-color: #858585;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
}


.mian-bg-nr {
    width: 5.6rem;
    height: 1.9rem;
    background: url(../images/xiaotiao_bg.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 0.44rem;
}

.mian-bg-nr-wz {
    display: flex;
    align-items: center;
    height: 0.64rem;
    line-height: 0.64rem;
    font-size: 0.26rem;
    color: #666;
}

.mian-bg-nr-wz span {
    width: 0.32rem;
    height: 0.32rem;
    line-height: 0.32rem;
    background-color: #d7f0e5;
    text-align: center;
    font-size: 0.24rem;
    color: #343634;
    border-radius: 50%;
    margin: 0 0.15rem 0 0.3rem;
    font-family: arial;
}

.mian-bg-nr-wz em {
    color: #11a261;
}

.mian-bg-nr-wz a {
    color: #333;
    position: relative;
    margin-left: 0.08rem;
}

.mian-bg-nr-wz a::after {
    width: 0.51rem;
    height: 1px;
    background-color: #858585;
    position: absolute;
    left: 0;
    bottom: 0.13rem;
    content: "";
    display: block;
}

.mian-bg-ewm {
    width: 3.23rem;
    height: 3.23rem;
    border-radius: 0.1rem;
    background-color: #fff;
    box-shadow: 0 0 0.08rem #ccc;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.mian-bg-ewm img {
    width: 2.87rem;
    height: 2.87rem;
}

.mian-bg-text {
    font-size: 0.26rem;
    color: #999999;
    margin-top: 0.16rem;
}

.mian-bg-line {
    height: 0.46rem;
    width: 100%;
    border-bottom: 2px dashed #f1f2f4;
    margin-bottom: 0.42rem;
    position: relative;
}

.mian-bg-line.wu {
    border-bottom: 0;
    height: 0.16rem;
}

.mian-bg-line span {
    width: 0.3rem;
    height: 0.3rem;
    background-color: #f1f2f4;
    position: absolute;
    border-radius: 50%;
    left: -0.15rem;
    bottom: -0.15rem;
}

.mian-bg-line i {
    width: 0.3rem;
    height: 0.3rem;
    background-color: #f1f2f4;
    position: absolute;
    border-radius: 50%;
    right: -0.15rem;
    bottom: -0.15rem;
}

.mian-bg-line span.lvse {
    background-color: #32b077;
    bottom: -0.5rem;
}

.mian-bg-line i.lvse {
    background-color: #32b077;
    bottom: -0.5rem;
}

.yuandian {
    width: 100%;
}

.yuandian.jianju {
    margin-top: 0.43rem;
}

.yuandian ul {
    display: flex;
    margin-left: 0.3rem;
}

.yuandian ul li {
    width: 0.24rem;
    height: 0.12rem;
    background-color: #f1f2f4;
    border-top-right-radius: 0.12rem;
    border-top-left-radius: 0.12rem;
    margin-right: 0.051rem;
    margin-top: 0.32rem;
}

.yuandian.jianju ul li {
    background-color: #27ab70;
}


.foot-con {
    display: flex;
    width: 100%;
}

.foot-ico {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 25%;
    font-size: 0.26rem;
    color: #666;
}


.foot-ico-bg {
    width: 0.79rem;
    height: 0.79rem;
    background-color: #f5f6f8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.15rem;
}

.foot-ico-bg img {
    width: 0.48rem;
    height: 0.48rem;
}


/* 今日推荐 */

.jrtjbg {
    background-color: #f5f5f5;
}

.jrtj-con {
    width: 6.9rem;
    height: 100%;
    margin: 0.3rem auto;
    padding: 0 0.2rem;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0.08rem;
}

.jrtj-con-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.32rem;
    margin-bottom: 0.26rem;
}

.jrtj-con-title h2 {
    font-size: 0.34rem;
    color: #333;
}

.jrtj-con-title span {
    font-size: 0.22rem;
    color: #999;
}

.jrtj-con-item {
    display: flex;
    padding-bottom: 0.3rem;
    width: 100%;
}

.jrtj-con-item img {
    width: 2.05rem;
    height: 2.66rem;
    border-radius: 0.04rem;
}

.jrtj-con-item-wz {
    margin-left: 0.2rem;
}

.jrtj-con-item-wz h3 {
    font-size: 0.34rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.1rem;
}

.jrtj-con-item-wz-js {
    font-size: 0.28rem;
    color: #666;
    line-height: 0.4rem;
    width: 4.22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.jrtj-con-item-wz-btn {
    width: 1.57rem;
    height: 0.52rem;
    line-height: 0.52rem;
    background-color: #11A261;
    text-align: center;
    border-radius: 0.04rem;
    margin-top: 0.24rem;
}

.jrtj-con-item-wz-btn a {
    color: #fff;
}

#copy_txt {
    height: 0;
    border: 0;
}

/* 下架 */
.xiajia-pic {
    width: 100%;
    text-align: center;
    margin: 2.46rem 0 0.5rem 0;
}

.xiajia-pic img {
    width: 2.34rem;
    height: 2.31rem;
}

.xiajia-sx {
    font-size: 0.34rem;
    width: 100%;
    text-align: center;
}

/* 下架2 */
.xiajia-er {
    width: 100%;
    text-align: center;
    margin: 2.46rem 0 0.5rem 0;
}

.xiajia-er img {
    width: 3.33rem;
    height: 2.58rem;
}

/*二维码导读*/


/*阅读完本*/
.smwangben {
    width: 100%;
    text-align: center;
    margin: 2.46rem 0 0.5rem 0;
}

.smwangben img {
    width: 2.48rem;
    height: 1.6rem;
}

.smwangben-sx {
    font-size: 0.34rem;
    width: 100%;
    text-align: center;
}

/* 圆 */
.circle {
    display: flex;
    position: absolute;
    left: 0.28rem;
    bottom: -0.12rem;
    height: 0.24rem;
    width: 100%;
}

.circle span {
    width: 0.24rem;
    height: 0.24rem;
    background-color: #f1f2f4;
    border-radius: 50%;
    display: block;
    margin-right: 0.051rem;
}

/*抖音引导页*/
.dy-bg {
	width: 100%;
	height: 100%;
	background-color: #2f8acf;
}

.dy-mian {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.dy-mian-msg {
	font-size: 0.28rem;
	color: #FFFFFF;
	margin-top: 0.6rem;
}

.dy-mian-bg {
	width: 6.56rem;
	height: 7.87rem;
	background-color: #fff;
	border-radius: 0.26rem;
	position: relative;
	margin-top: 0.8rem;
}

.dy-mian-bg::before {
	width: 5.76rem;
	height: 8.55rem;
	background-color: #fff;
	border-radius: 0.26rem;
	position: absolute;
	content: "";
	top: -0.32rem;
	left: 0.4rem;
	opacity: 0.5;
	z-index: -1;
}

.dy-mian-bg-title {
	width: 100%;
	text-align: center;
}
.dy-mian-bg-title-box{
	display: flex;
	justify-content: center;
}

.dy-zuo-yh{
	font-size: 1.8rem;
	font-family: Arial, Helvetica, sans-serif;
	color: #e8e8e8;
	margin-top: 0.2rem;
}

.dy-mian-bg-title-box p{
	font-size: 0.28rem;
	color: #333;
    margin: 0.7rem 0.4rem 0 0.4rem;
}
.dy-mian-bg-title-box p span{
	font-size: 0.38rem;
	color: #ff0000;
	font-weight: 700;
	line-height: 0.7rem;
}

.dy-you-yh{
	font-size: 1.8rem;
	font-family: Arial, Helvetica, sans-serif;
	color: #e8e8e8;
	padding-top: 1.5rem;
	box-sizing: border-box;
	height: 2.3rem;
	overflow: hidden;
}

.dy-mian-bg-title-xia {
	font-size: 0.26rem;
	color: #666;
	margin-top: 0.1rem;
}

.dy-mian-bg-line {
	width: 100%;
	height: 0.4rem;
	border-bottom: 0.02rem dashed #e2e2e2;
	position: relative;
}

.dy-mian-bg-line span {
	width: 0.11rem;
	height: 0.22rem;
	background-color: #2f8acf;
	border-radius:0 0.11rem 0.11rem 0;	/* 左上、右上、右下、左下 */
	display: block;
	position: absolute;
	left: 0;
	bottom: -0.12rem;
}

.dy-mian-bg-line i {
	width: 0.11rem;
	height: 0.22rem;
	background-color: #2f8acf;
	border-radius:0.11rem 0 0 0.11rem;	/* 左上、右上、右下、左下 */
	display: block;
	position: absolute;
	right: 0;
	bottom: -0.12rem;
}

.dy-mian-bg-ewm{
	width: 3.62rem;
	height: 3.62rem;
	background-color: #fff;
	box-shadow: 0 0.02rem 0.1rem #c8c8c8;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.65rem;
}

.dy-mian-bg-ewm img{
	width: 3.19rem;
	height: 3.19rem;
}

/*END抖音引导页*/