/*重置样式*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th,
td {
    margin: 0;
    padding: 0
}

body,
html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*取消手机点击屏幕时，会出现的灰块*/
}
body {
    font-family:-apple-system,system-ui,BlinkMacSystemFont;
}
::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: transparent;
}

i {
    font-style: normal;
}

ul,
ol {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

a {
    color: #000000;
    text-decoration: none;
}

/*公共样式*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

.clear {
    clear: both;
}

/* 公共样式 */
.c1788D7 {
    color: #1788D7
}

/* 媒体查询，当宽度大于750时，设置文字大小 */
/* @media (min-width: 750px) {
    html {
        font-size: 85.33px !important;
    }
} */
@media (min-width: 900px) {
    html {
        font-size: 120px !important;
    }
  }
/* 查看更多 */
.view_more {
    font-size: 0.28rem;
    margin: 0;
    font-weight: normal;
    display: flex;
    justify-content: center;
    padding: 0.2rem 0;
    border-top: 0.01rem solid rgba(238, 238, 238, 1);
    box-shadow: 0px -2px 2px 0px rgba(238, 238, 238, 1);
    display: none;
}

    .view_more span {
        color: #1788D7;
    }

/***************************开始：普通404、底部OpenApp***************************************************/
/*404错误*/
.notFound {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}

.notFoundInner {
    max-width: 640px;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    background: #ffffff;
    text-align: center;
}

.notFound_content {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-80%);
}
    .notFound_content.content {
        position:static;
        top:0;
        transform:none;
    }

    .notFound_content img {
        width: 4.48rem;
        display: block;
        margin: 0 auto .2rem;
    }

    .notFound_content p {
        font-size: .28rem;
        color: #ACDAFD;
        line-height: .36rem;
        text-align:center;
    }

.hasDownload {
    padding-bottom: 1.32rem;
}

    .hasDownload .open_app {
        display: block;
        z-index: 1000;
    }

/*打开App*/
.open_app,.top_open_app {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
    display: none;
} 
.top_open_app{
    bottom: unset;
    top: 0;
}

.open_app_inner {
    max-width: 640px;
    height: 1.18rem;
    /* border-top: 1px solid #EAEAEA; */
    background: #ffffff;
    padding: 0.18rem 0.2rem;
    box-sizing: border-box;
    margin: 0 auto;
}

.app_icon {
    width: 0.82rem;
    height: 0.82rem;
    background: url('../images/logo.png') no-repeat center;
    background-size: cover;
    float: left;
    margin-right: .18rem;
}

.open_disc {
    height: 0.82rem;
    font-size: 0;
    /* line-height: .82rem; */
    /* margin: 0 1.6rem 0 0.88rem; */
    display: flex;
    align-items: center;
}

.open_disc .app_name {
    display:block;
    font-size: .3rem;
    font-weight: 400;
    color: #333333;
}

.open_disc .app_desc {
    display:block;
    font-size: .24rem;
    font-weight: 400;
    color: #999999;
    display: flex;
    align-items: center;
    margin-top: .02rem;
}

.open_disc .app_desc:before {
    content: "";
    display: block;
    width: .02rem;
    height: .45rem;
    background: #EEEEEE;
    margin: 0 .1rem;
}

.btn_open_app {
	width:1.64rem;
	height:.58rem;
	font-size:.24rem;
	font-weight:400;
    float: right;
    margin-top: 0.1rem;
	display: flex;
	align-items: center;
    justify-content: center;
    border:.02rem solid #3397DD;
    background-color:#5195D7;
    color: #fff;
    border-radius: .29rem;
}
/***************************结束：普通404、底部OpenApp***************************************************/

.limit-line1 {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}

/*轮播的大小*/
.swiper-pagination {
    font-size: 0;
}

.loading.container_overlay {
    width: 100%;
    height: 100%;
    display: block;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 3000;
    display:none;
}

.loading_content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left:-.3rem;
    margin-top:-.3rem;
    color: #ffffff;
    text-align: center;
    font-size: 0;
}

    .loading_content img {
        display: block;
        width: .6rem;        
    }

/*轮播图上要蒙一个阴影层*/
.swiper-slide .img_overlay {
    position: absolute;
    z-index: 9;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 50px;
    max-height:100%;
    background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.3)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.3)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.3)); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.3)); /* 标准的语法 */
}
/*swiper焦点*/
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
.swiper-pagination-bullet {
    width: .22rem;
    height: .06rem;
    border-radius: .06rem;
    background: #fff;
    opacity:.4;
}

/*评论栏*/
.operation_bar_box {
    padding-top: .16rem;
    display: none;
}

.operation_bar .comment {
    width: 0.36rem;
    height: 0.36rem;
    background-image: url('../images/comment.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.comment:before {
    width: 1rem;
    height: 1rem;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.noComment .comment {
    background-image: none;
}
.night .noComment .operation_bar .comment {
    background-image: none;
}

.transpond:before {
    width: 1rem;
    height: 1rem;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.operation_bar .click_good {
    width: 0.36rem;
    height: 0.36rem;
    background-image: url('../images/zan.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.click_good.clicked {
    background-image: url('../images/zan_blue.png');
    /*background-image: inherit;*/
}

.click_good span {
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: -0.01rem;
}

.operation_bar .transpond {
    width: 0.36rem;
    height: 0.36rem;
    background-image: url('../images/transmit.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.operation_bar {
    background: #fff;
    padding: 0.16rem 0.6rem 0 0.6rem;
    border-top: 0.02rem solid rgba(238, 238, 238, 1);
    font-size: 0;
    display: flex;
    /*display: none;*/
    justify-content: space-between;
}
/*文本超出3行显示...*/
.limit-line3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left !important;
}
/* 查看更多 */
.load_more {
    font-size: 0.28rem;
    margin: 0;
    font-weight: normal;
    display: flex;
    justify-content: center;
    padding: 0.2rem 0;
    border-top: 0.01rem solid rgba(238, 238, 238, 1);
    box-shadow: 0px -2px 2px 0px rgba(238, 238, 238, 1);    
    display: none;
    text-align: center;
}
.load_more_content{
    position: relative;
}    
.load_more_content .loading_img{
    position: relative;
    left: -.1rem;
    width: .28rem;
    height: .28rem;
}