@charset "UTF-8";

/**
 * 详情类
 * @authors fl
 * @date    2019-06-12 16:55:07
 * @version v1.0
 */

/*介绍*/
.content-detail .new-look {
	display: block;
}

.content-detail .new-time {
	display: inline-block;
	vertical-align: middle;
}

.content-detail .new-origin {
	max-width: 90vw;
	white-space: initial;
}

.content-detail .new-msg {
	height: auto;
	box-sizing: border-box;
}

.content-detail .detail-title {
	padding: 4.53vw 5vw 4vw 5vw;
	font-weight: 500;
	font-size: 6.4vw;
	line-height: 8.53vw;
}

.content-detail .new-msg {
	padding: 0 5vw 4.8vw 5vw;
	border-bottom: #E6E6E6 1px solid;
	margin: 0 0 4.8vw 0;
}

.content-detail .new-origin {
	margin-right: 5.33vw;
	line-height: 5.33vw;
	display: inline-block;
	vertical-align: middle;
}

.content-detail .editor-icon {
	width: 5.33vw;
	height: 5.33vw;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 1.06vw 0 0;
	display: inline-block;
	vertical-align: middle;
}

.content-detail .detail-tags {
	line-height: 6.66vw;
	margin: 0 0 2.67vw 0;
	font-size: 4.26vw;
	color: #333;
}

.content-detail .detail-tags a {
	margin-left: 2.13vw;
	margin-bottom: 2.13vw;
	color: #FFBD00;
	font-size: 4vw;
	border-radius: 0.53vw;
	border: 1px solid rgba(255, 189, 0, 1);
	padding: 0 2.13vw;
	display: inline-block;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.content-detail .detail-tags a:hover {
	background: #FFBD00;
	color: #fff;
}

.content-detail .detail-desc {
	background: #F3F3F3;
	padding: 3.73vw 2.66vw;
	border-radius: 1.06vw;
	color: #333333;
	font-size: 4vw;
	line-height: 6.93vw;
	margin: 0 0 4vw 0;
	word-break: break-all;
	text-indent: 3.8vw;
}

.content-detail .detail-article {
	color: #333;
	font-size: 4.26vw;
	line-height: 7.46vw;
	word-break: break-all;
}

.content-detail .detail-article h1 {
	line-height: 12vw;
}

.content-detail .detail-article img {
	width: 100% !important;
	height: auto !important;
	display: block;
	margin: 4vw auto;
}

.content-detail .detail-article h2 {
	color: #222;
	line-height: 8vw;
	font-size: 5.86vw;
	margin: 6.66vw 0 1.6vw 0;
	font-weight: 500;
}

#detailSwiper.swiper-container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 300;
	background-color: #000;
}

#detailSwiper .swiper-slide {
	background-color: #000;
}

#detailSwiper .zoom-wrapper {
	text-align: center;
}

#detailSwiper .zoom-wrapper:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

#detailSwiper img {
	max-height: 90%;
	max-width: 90%;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	width: auto !important;
	height: auto !important;
}
.m_syimg{
	width: 100%;height: 100%;
}

.registion{
	position: fixed;
	width:100%;
	bottom: 17px;
	height: 8%;
	line-height: 50px;
	text-align: center;
    border-top: 1px solid #ccc;
	border-right: none;
	border-left: none;
	z-index: 1000;
	margin-left: -20px;
}
.rebutton{
	width:70%;
	background-color:#FFD800;
	height: 70%;
	margin-left: 10%;
	margin-top: 8px;
}
.registion_cen{
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	width:100%;
	background: white url("//www.xiaokeai.com/statics/mindex/images/0.jpg") no-repeat  0px 0px;
	background-size: 100%;
	z-index: 1000;
}

.registion_cen_input {
	padding-top: 5%;
	margin-top: 30%;
	margin-left: 6%;
	width: 88%;
	height: 30%;
	line-height: 60px;
	background: beige;
	border:1px solid #ccc;
	z-index: 1001;
}
.registion_cen_input ul,li{
	padding:0;
	margin:0;
	list-style:none
}

#regis {
	margin-left: 35%;
}

@media(max-width:640px){
	.registion_cen_input {
		line-height: 40px;
	}
}
@media(max-width:568px){
	.registion_cen_input {
		line-height: 30px;
	}
}
.content-part {
	height: 750px;
	overflow: hidden;
	position: relative;
	transition: all 5s;
}
.content-more {
	bottom: 0;
	z-index: 999;
	width: 100%;
	font-size: 16px;
	text-align: center;
	color: #ffd801;
	margin-top: 10px;
}
