body {
    position: relative;
    overflow: hidden;
    background-color: #2F2E33;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    margin: 0 auto;
}

* {
    /* touch-action: none; */
}

.animated {
    -webkit-transition: margin-left .5s;
    -moz-transition: margin-left .5s;
    -ms-transition: margin-left .5s;
    -o-transition: margin-left .5s;
    transition: margin-left .5s
}

@font-face {
    font-family: 'iconfont';
    /* project id 1076973 */
    src: url('//at.alicdn.com/t/font_1076973_9jivuhn41ot.eot');
    src: url('//at.alicdn.com/t/font_1076973_9jivuhn41ot.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_1076973_9jivuhn41ot.woff2') format('woff2'), url('//at.alicdn.com/t/font_1076973_9jivuhn41ot.woff') format('woff'), url('//at.alicdn.com/t/font_1076973_9jivuhn41ot.ttf') format('truetype'), url('//at.alicdn.com/t/font_1076973_9jivuhn41ot.svg#iconfont') format('svg');
}

.magazine-viewport {
    overflow: hidden;
    width: 100%;
    height: calc(100% - 0.85rem);
    z-index: 8;
}

.magazine-viewport .container {
    height: 100%;
}

.magazine-viewport .magazine {}

.magazine-viewport .page {
    width: 461px;
    height: 600px;
    background-color: white;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.magazine .page {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.anchorPage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.anchor {
    /* width: 149px;
    height: 147px; */
    /* background: rgba(217, 80, 64, 0.1); */
    border-radius: 4px;
    /* border: 2px solid rgba(217, 80, 64, 1); */
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    /* top: 50%;
     left: 50%;
     transform: translate(50%,-50%); */
}

.imgele {
    width: 100%;
    height: 100%;
    /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5); */
    display: block;
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}

.addanchor {
    /* cursor: move; */
    z-index: 1001;
}

#anchorImgtxt,
.anchorImgtxt {
    position: absolute;
    width: 100%;
    height: 80%;
    box-sizing: border-box;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    /* margin-top: 122px; */
}

.swiper-slide {
    box-sizing: border-box;
}

.arrow-l,
.arrow-r {
    font-size: .32rem;
    font-family: 'iconfont';
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 1000;
    color: #fff;
}

.arrow-l {
    left: 0;
}

.arrow-r {
    right: 0;
}

.imgtxt-img {
    display: block;
    max-width: 80%;
    max-height: 3rem;
    border-radius: 4px;
}

.imgtxt-txt {
    overflow: hidden;
    font-size: .14rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 22px;
    vertical-align: middle;
    word-break: break-all;
    word-break: break-world;
    margin-top: .2rem;
}

.hidden {
    display: none !important;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 .32rem;
}

.magazine-viewport .page img:not(.imgele) {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.magazine-viewport .shadow {
    -webkit-transition: -webkit-box-shadow 0.5s;
    -moz-transition: -moz-box-shadow 0.5s;
    -o-transition: -webkit-box-shadow 0.5s;
    -ms-transition: -ms-box-shadow 0.5s;
    -webkit-box-shadow: 0 0 20px #ccc;
    -moz-box-shadow: 0 0 20px #ccc;
    -o-box-shadow: 0 0 20px #ccc;
    -ms-box-shadow: 0 0 20px #ccc;
    box-shadow: 0 0 20px #ccc;
}

@-webkit-keyframes reverseRotataZ {
    0% {
        -webkit-transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(-360deg);
    }
}

@-webkit-keyframes rotataZ {
    0% {
        -webkit-transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(360deg);
    }
}

.loadingimg {
    width: 60px;
    height: 60px;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("../images/loading.gif") center no-repeat;
    background-size: cover;
}

.pull-left {
    position: absolute;
    bottom: 5%;
    right: 0;
    overflow: hidden;
    width: 240px;
    height: 200px;
}


/*  |xGv00|e69d3d10a97baed58b34702fd0b01ff5 */

.loadinner {
    position: absolute;
    width: 76%;
    height: 100%;
    margin-left: -38%;
    left: 50%;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
}

.graph {
    background: #6c6c6c;
    width: 70%;
    margin: 10px auto 0 auto;
}

#bar {
    display: block;
    background: #f1f1f1;
    height: 3px;
    width: 10px;
}

#diary {
    width: 70%;
    margin: 0 auto;
}

#chupin {
    width: 100%;
    position: absolute;
    bottom: 80px;
}

#cpright {
    position: absolute;
    bottom: 50px;
    color: #757575;
    font-size: 9px;
    text-align: center;
    width: 100%;
    letter-spacing: -1px;
    word-spacing: -1px;
}

#btns {
    position: absolute;
    left: 50%;
    top: 15%;
    width: 44%;
    margin: 0 0 0 -22%;
    z-index: 999;
}

#btns button,
#btns a {
    line-height: 36px;
    background: #1ea5d2;
    border: 1px solid #fcfcfc;
    color: #404040;
    width: 100%;
    height: 36px;
    font-size: 17px;
    font-family: "微软雅黑";
    display: block;
    text-decoration: none;
    text-align: center;
}


/*上一页*/

.previousPage {
    width: 16%;
    height: 20%;
    position: fixed;
    top: 80%;
    left: 22%;
    z-index: 999999;
    /*border:1px solid red;*/
    background: transparent !important;
}


/*下一页*/

.nextPage {
    width: 16%;
    height: 20%;
    position: fixed;
    top: 80%;
    left: 58%;
    z-index: 999999;
    /*border:1px solid red;*/
    background: transparent !important;
}

.btnImg {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 99999;
    background-size: cover;
    point-events: none;
}

.msg,
.footer {
    width: 100%;
    background: #2F2E33;
}

.msg {
    height: 0.33rem;
    line-height: 0.33rem;
    text-align: center;
    font-size: 0;
    z-index: 10;
    color: #FFFFFF;
}

.footer {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 15;
}

.footer ul {
    overflow: hidden;
}

.footer ul li {
    position: relative;
    float: left;
    width: 25%;
    height: 0.52rem;
    text-align: center;
    color: #FFF;
}

.footer ul li.fCurr {
    color: #D95040;
}

.footer ul li i {
    display: block;
    font-size: 0.16rem;
    font-family: 'iconfont';
    font-style: normal;
    opacity: 0.7;
}

.footer ul li.fCurr i {
    opacity: 1;
}

.footer ul li p {
    font-size: 0.11rem;
    font-weight: 300;
    line-height: 0.14rem;
    margin-top: 0.06rem;
    opacity: 0.7;
}

.fBar {
    position: absolute;
    top: 54%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mz {
    position: absolute;
    left: 0.2rem;
    top: 0;
    font-size: 0.14rem;
    font-weight: 300;
}

.toSearch {
    position: absolute;
    top: 0;
    right: 0.1rem;
    width: 0.33rem;
    font-size: 0.16rem;
    font-family: 'iconfont';
    text-align: center;
}

.prev,
.next,
.tOn,
.total,
.pagination {
    display: inline-block;
    vertical-align: middle;
}

.prev,
.next {
    width: 0.33rem;
    font-size: 0.04rem;
    font-family: 'iconfont';
    text-align: center;
}

.prev {
    visibility: hidden;
}

.pagination {
    width: 0.8rem;
    text-align: center;
    font-size: 0;
    color: #C5C5C5;
}

.tOn {
    font-size: 0.13rem;
    color: #FFF;
}

.total {
    font-size: 0.13rem;
    color: #C5C5C5;
}

.zoomIn,
.zoomOut,
.like,
.link {
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    font-family: 'iconfont';
    font-size: 0.14rem;
    color: #FFF;
    text-align: center;
    bottom: 0.65rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
}

.likeNum {
    position: absolute;
    line-height: 0.4rem;
    font-size: 0.14rem;
    color: #000;
    text-align: center;
    bottom: 0.65rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
    margin-left: 1.2rem;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.like-active-num {
    color: #d95040 !important;
}

.zoomIn {
    margin-left: -1rem;
}

.zoomOut {
    margin-left: -0.4rem;
}

.link {
    margin-left: 0.2rem;
}

.like {
    margin-left: 0.8rem;
}

.likeSvg {
    width: .4rem;
    height: .4rem;
    /* -webkit-mask: url('../images/good.svg') no-repeat 50% 50%;
    mask: url('../images/good.svg') no-repeat 50% 50%; */
    background: url('../images/good.svg') no-repeat 50% 50%;
    display: inline-block;
    transform: scale(0.571);
    vertical-align: middle;
}

.linkSvg {
    width: .4rem;
    height: .4rem;
    /* -webkit-mask: url('../images/link.svg') no-repeat 50% 50%;
    mask: url('../images/link.svg') no-repeat 50% 50%; */
    background: url('../images/link.svg') no-repeat 50% 50%;
    display: inline-block;
    vertical-align: middle;
    transform: scale(0.5);
}

.link-active-svg {
    background: url('../images/link-active.svg') no-repeat 50% 50% !important;
}

.like-active-svg {
    background: url('../images/good-active.svg') no-repeat 50% 50% !important;
}

.flexBg,
.cFlexBg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0.52rem;
    z-index: 100;
    display: none;
}

.flexBg {
    background: rgba(0, 0, 0, .9);
    /* pointer-events: none; */
}

.noContent {
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translateX(-50%);
}

.videoPlay {
    width: 100%;
    height: 40%;
    /* position: fixed;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%); */
    position: absolute;
    left: 0;
    top: 20%;
    z-index: 9999;
    display: none;
    outline: none;
    background: #000;
}

.cFlexBg {
    background: rgba(0, 0, 0, .1);
    bottom: 0;
}

.mzBox,
.sBox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0.52rem;
    z-index: 101;
    /* z-index: 1000; */
    display: none;
}

.sBox {
    padding: 0.34rem 0.2rem;
}

.sBar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #FFFFFF;
}

#iptform {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 0.42rem;
    width: 100%;
}

.ipt {
    /* -webkit-box-flex: 1; */
    /* -webkit-flex: 1; */
    /* -ms-flex: 1; */
    /* flex: 1; */
    height: 0.42rem;
    width: 100%;
    font-size: 0.12rem;
    color: #FFF;
    background: none;
}

.sBtn {
    display: block;
    width: 0.42rem;
    height: 0.42rem;
    line-height: 0.42rem;
    font-family: 'iconfont';
    font-size: 0.16rem;
    color: #FFF;
    text-align: center;
}

.sList {
    position: absolute;
    top: 1rem;
    right: 0.2rem;
    bottom: 1.3rem;
    left: 0.2rem;
    overflow-y: auto;
}

.sList ul li {
    padding: 0.08rem 0;
    font-size: 0.12rem;
    font-weight: 400;
    color: #FFF;
    line-height: 0.2rem;
    word-break: break-all;
    word-wrap: break-word;
}

.closeSearch {
    display: block;
    font-family: "iconfont";
    width: 0.4rem;
    height: 0.4rem;
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
    line-height: 0.4rem;
    border-radius: 50%;
    position: absolute;
    bottom: 0.6rem;
    left: 50%;
    transform: translateX(-50%);
}

.catalog {
    position: absolute;
    top: 0;
    left: -6rem;
    width: 50%;
    bottom: 0.52rem;
    background: rgba(0, 0, 0, .9);
    overflow-y: auto;
    z-index: 101;
    padding: 0.2rem 0;
    display: none;
}

.catalog ul li {
    padding: 0.08rem 0.2rem;
    display: block;
    font-size: 0.12rem;
    font-weight: 400;
    color: #FFF;
    line-height: 0.2rem;
    word-break: break-all;
    word-wrap: break-word;
}

.catalog ul li.cOn {
    color: #D95040;
}

.mzBox {
    padding-top: 0.32rem;
    padding-bottom: 0.2rem;
    overflow-y: auto;
}

.mzBox ul {
    overflow: hidden;
    padding: 0 0.08rem;
}

.mzBox ul li {
    float: left;
    width: 50%;
    padding: 0.08rem 0;
}

.mzBox ul li a {
    display: block;
    text-align: center;
}

.mzPic {
    position: relative;
    width: 1.5rem;
    height: 2.1rem;
    margin: 0 auto;
}

.mzPic img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* max-width: 100%;
	max-height: 100%; */
    width: 100%;
    height: 100%;
    margin: auto;
}

.mzBox ul li p {
    max-width: 1.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.12rem;
    font-weight: 400;
    color: #FFF;
    height: 0.33rem;
    line-height: 0.33rem;
    margin: 0 auto;
}


/* 移动端横屏 */

.horizontal {
    position: relative;
}

.horizontal .footer {
    position: absolute;
    left: auto;
    top: 0.4rem;
    right: 0;
    bottom: 0;
    width: 0.52rem;
    z-index: 10;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.horizontal .footer ul {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.52rem;
}

.horizontal .footer li {
    position: relative;
    width: 100%;
    height: 25%;
}

.horizontal .fBar {
    top: 50%;
}

.horizontal .msg {
    height: 0.4rem;
    line-height: 0.4rem;
    background: #FFFFFF;
    color: #3C4455;
}

.horizontal .msg .tOn {
    color: #8F96A4;
}

.horizontal .magazine-viewport {
    margin: 0 auto;
}

.horizontal .magazine-viewport,
.horizontal .magazine-viewport .main {
    height: calc(100% - 0.4rem);
    width: calc(100% - 1.04rem);
}

.horizontal .zoomIn,
.horizontal .zoomOut,
.horizontal .like,
{
    bottom: 0.08rem;
}

.horizontal .catalog {
    top: 0.4rem;
    bottom: 0;
    width: 50%;
    right: 0.52rem;
}

.horizontal .mzBox {
    top: 0.4rem;
    bottom: 0;
    right: 0.52rem;
}

.horizontal .flexBg {
    top: 0.4rem;
    right: 0.52rem;
    bottom: 0;
}

.horizontal .sBox {
    top: 0.4rem;
    right: 0.52rem;
    bottom: 0;
}

.horizontal .ctrl {
    position: absolute;
    right: 0.52rem;
    white-space: nowrap;
    top: 0;
}

.horizontal .mz {
    position: relative;
    left: auto;
}

.link_list {
    display: none;
    position: absolute;
    top: 0;
    left: 0.3rem;
    right: 0.3rem;
    overflow-y: auto;
    z-index: 2000;
    padding-top: 18%;
}

.link_list a {
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding: 0.06rem 0.14rem 0.06rem 0.23rem;
    line-height: 0.15rem;
    border-radius: 0.15rem;
    font-size: 0.11rem;
    color: #FFF;
    background: rgba(0, 0, 0, 0.6);
    word-break: break-all;
    word-wrap: break-word;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.link_list a i {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    width: 0.23rem;
    height: 0.23rem;
    margin-top: -0.115rem;
    background: url(../images/link.png) center no-repeat;
    background-size: 0.11rem 0.11rem;
}

.one_link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    background: none;
}

.link_list p {
    font-size: 0;
}

.link_list p+p {
    margin-top: 0.11rem;
}

.menu,
.ctrl {
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.horizontal .mzBox ul li {
    float: left;
    width: 33.3333%;
    padding: 0.08rem 0;
}

.loading {
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    left: 50%;
    top: 50%;
    z-index: 115;
    margin: -0.6rem 0 0 -0.6rem;
    background: url(../images/loading.gif) center no-repeat;
    background-size: 100% 100%;
}

.empty {
    text-align: center;
    font-size: 0.12rem;
    color: #FFF;
    padding: 0.1rem 0;
}

.cDisabled,
.footer ul li.cDisabled {
    color: #999;
    cursor: not-allowed;
    pointer-events: none;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.tAbout {
    display: block;
    height: 0.52rem;
    color: #FFF;
}