/* 头部滚动下载 */

.header-download {
    position: relative;
    width: 100%;
    height: 10vh;
    background-image: url('../img/bg.png');
    background-repeat: repeat-x;
    background-size: cover;
    animation: 
    scrollBad 50s linear infinite
}

.header-download-fiexd{
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

@keyframes scrollBad {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 320px 0
    }
}

.header-download-logo {
    position: absolute;
    bottom: .8rem
}

.header-download-logo img {
    margin-right: 10px;
    width: 2.5rem
}

.header-download-logo .right {
    color: #fff
}

.header-download-logo h2 {
    font-size: 16px
}

.header-download-logo p {
    font-size: 12px
}

.header-download-btn {
    position: absolute;
    right: 10px;
    bottom: 1rem;
    padding: 3px 8px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    font-size: 12px
}

.close-download-app{
    position: absolute;
    right: 9px;
    top: 2px;
}


/* 底部tab  */
.footer-tab{
    z-index: 99999;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 10px;
    box-sizing: border-box;
}

.footer-tab ul{
    display: flex;
    align-items: center;
}

.footer-tab ul>li {
    flex: 1;
    text-align: center;
}

.footer-tab ul>li img{
    width: 25px;
}

.footer-tab ul>li a{
    color: #bfbfbf;
}

.footer-tab .active a{
    color: #d81e06;
}

/* .mgtHeader{
    margin-top: 10vh;
} */

.mgtNavigation{
    margin-top: 7vh;
}



.navigation-back{
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    height: 7vh;
    line-height: 7vh;
    padding: 0 10px;
    box-sizing: border-box;
    background-color: #ffffff;
}

.navigation-back .back-history{
    display: inline-block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    text-align: left;
    line-height: 20px;
}

.navigation-back .back-index{
    display: inline-block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    text-align: right;
    line-height: 20px;
}

.page_name{
    width: 80%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 评论样式s */
.group-comment{
	box-sizing: border-box;
	width: 100%;
}

.group-comment-item{
	width: 100%;
	margin-bottom: 10px;
}

.group-comment-avatar{
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

.group-comment-avatar img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.group-comment-right{
	width: calc(100% - 50px);
}

.group-comment-top{
	position: relative;
}

.group-comment-top .c-name{
	color: #101010;
	font-size: 14px;
}

.group-comment-top .c-time{
	color: #969696;
}

.group-comment-top .c-dianzan{
	position: absolute;
	right: 0;
	top: 10px;
    display: flex;
    align-items: center;
}

.group-comment-top .c-dianzan i{
    margin-right: 5px;
}

.group-comment-content{
	width: 100%;
	line-height: 20px;
}

.group-comment-photos{
	width: 100%;
}

.group-comment-photos  ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.group-comment-photos  ul>li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
	height: 58px;
}

.group-comment-photos  ul>li:nth-child(4n){
    margin-right: 0;
}

.group-comment-photos  ul>li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.group-comment-input{
    z-index: 10000;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 66px;
    box-shadow: 0px -5px 10px -5px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
}

.group-comment-input-touch{
	display: flex;
	align-items: center;
	background-color: #f5f7f6;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
	color: #b5b8b7;
}

.group-comment-input-touch i{
	margin-right: 5px;
}

.group-comment-input-form{
	z-index: 999;
    position: fixed;
	transform: translateY(100%);
	width: 100%;
	background-color: #ffffff;
	transition: all 250ms;
}

.group-comment-input-form-active{
	transition: all 250ms;
	transform: translateY(-100%);
}

.group-comment-input-cover{
    z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
}

.group-comment-input-form textarea{
	width: 100%;
	height: 66px;
}

.group-comment-input-photos{
	width: 100%;
}

.group-comment-input-photos ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.group-comment-input-photos ul>li{
	position: relative;
	width: 15%;
	height:50px;
	margin-right: 6%;
    margin-bottom: 4%;
}


.group-comment-input-photos ul>li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.group-comment-input-photos ul>li:last-child{
	margin-right: 0;
}

.group-comment-input-photos .upload-img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.group-comment-input-photos ul>li .close-style{
	position: absolute;
    right: -18px;
    top: -13px;
}

.n-del{
    position: absolute;
    right: 0;
    top: 0;
}

#facebox{
	padding: 10px;
	box-sizing: border-box;
	background-color: #ffffff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

/* 评论样式e */

/* 筛选抽屉效果 */
.c-filterChouti-cover{
	z-index: 999;
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}

.c-filterChouti-list{
	z-index: 999;
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: #ffffff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	transform: translateY(100%);
	transition: all 250ms;
	max-height: 80%;
	overflow-y: auto;
}

.c-filterChouti-list-active{
	transform: translateY(-64px);	
	transition: all 250ms;
}

.c-filterChouti-list ul{
	width: 100%;
	flex-wrap: wrap;
}

.c-filterChouti-list ul>li{
	padding: 3px 12px;
	box-sizing: border-box;
	background-color: #f5f5f5;
	color: #4d4d4d;
	font-size: 13px;
	white-space: nowrap;
	margin-bottom: 5px;
}

.c-filterChouti-list ul>li:not(:last-child){
	margin-right: 2.5%;
}

.c-filterChouti-list .active{
	background-color: #FFECED;
}

.c-filterChouti-list .active a{
	color: #D9383E;
}

.c-filterChouti-list .c-filterChouti-nav ul>li i{
	margin-right: 5px;
}

/* 下载弹窗 */
#modal-download .report-submit button {
    width: 88px;
    height: 36px;
    background: rgba(217, 56, 62, 1);
    border-radius: 8px;
    margin-right: 10px;
    margin-left: 0;
}

#modal-report .modal-body .layui-form-checked[lay-skin=primary] i {
    border-color: #D9383E !important;
    background-color: #D9383E;
    color: #fff;
}

.report-submit {
    padding-top: 20px;
    border-top: 1px dashed #ccc;
}

.download-sunmit {
    padding-top: 20px;
    border-top: 1px dashed #ccc;
}

#modal-download .z-content {
    flex-direction: column;
}

.download-value,
.user-coin {
    font-size: 16px;
    color: #D9383E;
}

.pan-first {
    line-height: 30px;
}

#modal-download .z-content .down-name {
    font-size: 17px;
    font-weight: 700;
}

#modal-download .z-content img {
    width: 60px;
}

#modal-download .z-content p {
    margin-bottom: 15px;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
	white-space: normal;
}

.modal-body {
    position: relative;
    padding: 10px!important;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin-top: 36%!important;
}

.fa-filter{
    color: #bfbfbf;
}

.layui-table-sort .layui-table-sort-desc{
    border-top-color: #BFBFBF!important;
}

.layui-table-sort .active .sort-active{
    border-bottom-color: #d81e06!important;
    border-top-color: #d81e06!important;
}

#ajax_message_page{
    background-color: #ffffff;
    margin-top: 10px;
}

.beian-wrap a{
    color: #BFBFBF;
}

/* 收藏的默认高度 */
.collect-Height{
    min-height: 78vh;
}

.collect-Height-wrap .beian-wrap{
    margin-bottom: 8px!important;
}

/* 查看大图样式 */
.scale-img-cover{
	z-index: 10001;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
}

.cover-scale-close{
    z-index: 1200;
    top: 10%;
    position: absolute;
    right: 10px;
    color: #ffffff;
    font-size: 20px;
}

.c-scale-pic-wrapper{
	margin-top: 20vh;
}
/* 查看大图样式 e*/


.c-pic-wrapper {
	display: block;
	white-space: nowrap;
	overflow-x: scroll;
	scrollbar-width: none
}

.c-pic-wrapper::-webkit-scrollbar {
	display: none
}

.c-pic-slide {
	display: inline-block;
	width: 100%
}

.c-pic-slide:not(:last-child) {
	margin-right: 20px
}

.c-pic-content-wrap {
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f2
}

.c-picToImg h2 {
	display: inline-block;
	font-size: 15px;
	color: #4d4d4d;
	font-weight: 600
}

.c-picToImg span {
	display: inline-block;
	font-size: 12px;
	color: #999
}

.pinch-zoom-container {
	display: inline-block;
	width: 100%
}

.cover-close {
	position: fixed;
	top: 8%;
	right: 2%;
	display: block;
	z-index: 300;
	font-size: 33px;
	color: #fff
}

.cover-style .pinch-zoom-container {
	margin-top: 50%
}

.cover-style {
	display: block;
	white-space: nowrap;
	overflow-x: scroll;
	scrollbar-width: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, .5);
	z-index: 200
}

.beian-wrap{
	margin-bottom: 8px;
}

/* 搜索页无数据默认高度 */
.search-nodata-height{
	min-height: 66vh;
}