/*$$
{"color":[{"val":"#26334c","title":"栏目标题颜色/分页文字"},
{"val":"#999999","title":"栏目位置文字颜色"},
{"val":"#666e80","title":"文章内容文字颜色"},
{"val":"#fff","title":"文字颜色"},
{"val":"#6060ea","title":"主标题文字颜色"},
{"val":"#26334c","title":"副标题文字颜色"}],
"background":[{"val":"#6160ea","title":"栏目标题下划线颜色/按钮背景"},
{"val":"#fff","title":"进度条背景"}],
"border":[
	{"val":"#e6e6e6","title":"栏目边框颜色"},
	{"val":"#dcdcdc","title":"文章标题下划线"}]}
$$*/

#detail_xxx {
	width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
}


#detail_xxx .className {
	height: 60px;
	line-height: 60px;
	border-bottom: #e6e6e6 solid 1px;
}


#detail_xxx .className .title-1 {
	float: left;
	font-size: 20px;
	color: #26334c;
	position: relative;
	display: inline-block;
	font-weight: bold;
}


#detail_xxx .className .title-1::after {

	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: rgba(0, 126, 255, 1);
	content: '';

}


#detail_xxx .className .title-2 {

	color: #999999;
	float: right;
	font-size: 14px;
}


#detail_xxx .className .title-2 a {

	color: #999999;
}


#detail_xxx .content .title {


	font-size: 24px;
	color: #26334c;
	width: 100%;
	text-align: center;
	line-height: 100px;
	display: block;
	border-bottom: #dcdcdc solid 2px;

}


#detail_xxx .content .cont {


	width: 100%;
	font-size: 14px;
	color: #666e80;
	line-height: 30px;
	padding: 40px 0;


}

#detail_xxx .content .cont table {
	border: solid 0.5px #ccc;
	max-width: 100%;
	border-spacing: inherit;
}

#detail_xxx .content .cont tr,
#detail_xxx .content .cont td {
	border: solid 0.5px #ccc;
	text-align: center;
}


#detail_xxx .content .cont p {
	width: 100%;
	margin: 5px 0;
}

#detail_xxx .content .cont p img {
	max-width: 80%;
	width: auto;
	margin: 0 auto;
}


#detail_xxx .contpage {

	width: 100%;
	font-size: 14px;
}


#detail_xxx .contpage .page {


	width: 100%;
	font-size: 14px;
	line-height: 32px;
	display: block;
	color: #26334c;
}


#detail_xxx .contpage .page.disable {
	opacity: 0.7;
}


#detail_xxx .btnMore {
	margin-top: 30px;
	width: 240px;
	height: 45px;
	background: rgba(0, 126, 255, 1);
	background-size: 20px 20px;
	color: #fff;
	text-align: center;
	line-height: 45px;
	font-size: 18px;
	display: none;
	font-weight: bold;
	border-radius: 40px;
	cursor: pointer;
}


#detail_xxx #tellwap {
	display: block;
}

#detail_xxx #tellpc {
	display: none;
}

#detail_xxx .tellInfo {
	width: auto;
	height: 45px;
	color: #26334c;
	font-size: 20px;
	line-height: 45px;
	display: none;
	font-weight:bold;
}


#detail_xxx .moudleName {
	font-size: 24px;
	color: #26334c;
	border-bottom: #dcdcdc solid 1px;
	height: 80px;
	line-height: 80px;
}



#detail_xxx .detail_ot2 {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	padding: 30px 0;
	flex-wrap: wrap;
}

#detail_xxx .detail_oleft {
	width: 50%;
	margin-right: 35px;
}

#detail_xxx .detail_otop {
	width: 100%;
	overflow:hidden;
}

#detail_xxx .detail_otop .mySwiper2 {
	width: 100%;
}

#detail_xxx .detail_oright {
	width: 0;
	flex: 1;
}

#detail_xxx .swiperItem {
	width: 100%;
	padding: 0 0 0 0;
	background: #000;
	position: relative;
	transition: 0.3s linear;
	cursor: pointer;
	overflow: hidden;
	border-radius: 6px;
    height: auto;
}
#detail_xxx .swiperItem .bg {
    width: 100%;
    height: auto;
}
#detail_xxx .swiperItem .img{
    width: 100%;
    height:100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .8s;
}

#detail_xxx .swiperItemImg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	user-select: none;
}

#detail_xxx .detailTxt {}

#detail_xxx .detailTxtH2 {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	line-height: 36px;
}

#detail_xxx .detailTxtCont {
	margin-top: 12px;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	max-height: 180px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

#detail_xxx .detauk_obtm {
	margin-top: 10px;
	position: relative;
}

#detail_xxx .dotSwiper .swiperItemImg {
	opacity: 0.4;
}

#detail_xxx .dotSwiper .swiper-slide-thumb-active .swiperItemImg {
	opacity: 1;
}

#detail_xxx .swBtnPre {
	width: 15px;
	height: 100%;
	background: #b5b5b5;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: none;
	cursor: pointer;
	margin-top: 0;
}

#detail_xxx .swBtnNext {
	background: #b5b5b5;
	width: 15px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
	display: none;
	cursor: pointer;
	margin-top: 0;
}

#detail_xxx .showChangBtn {
	padding: 0 19px;
	box-sizing: border-box;
}

#detail_xxx .showChangBtn .swBtnPre {
	display: block;
}

#detail_xxx .showChangBtn .swBtnNext {
	display: block;
}

#detail_xxx .changbtn.swiper-button-disabled {
	opacity: 0.4;
	cursor: no-drop!important;
	pointer-events:auto
}

#detail_xxx .changbtn::after {
	font-size: 14px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	color: rgba(255, 255, 255, 0.8);
}

.share-btn-list {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
	margin-bottom:5px;
}
.share-btn-list .share-btn {
    position: relative;
    height: 26px;
    width: 26px;
    transition: .4s all;
    transition-delay: 30ms;
    cursor: pointer;
    overflow: hidden;
    border-radius: 2px;
	margin-right: 5px;;
}
.share-btn-list .facebook {
    background: url(/static/images/share-facebook.webp) no-repeat;
    background-size: 25px 25px;
}
.share-btn-list .twitter {
    background: url(/static/images/share-twitter.webp) -4px -4px no-repeat;
    background-size: 30px 30px;
    background-position: -3px -3px;
}
.share-btn-list .linkedin {
    background: url(/static/images/share-linkedin.webp) -4px -4px no-repeat;
    background-size: 30px 30px;
    background-position: -3px -3px;
}
.share-btn-list .pinterest {
    background: url(/static/images/share-pinterest.webp) -2px -2px no-repeat;
    background-size: 26px 26px;
    background-position: -1px -1px;
}
.share-btn-list .whatsapp {
    background: #25d366 url(/static/images/share-whatsapp.webp) no-repeat center;
    background-size: 22px 22px;
}
.share-btn-list .mail {
    background: #f90 url(/static/images/share-mail.webp) center no-repeat;
    background-size: 18px 18px;
    background-position: center;
}
@media screen and (max-width:1200px) {
	#detail_xxx {
		padding: 30px 0;
		width: 96%;
	}
}

@media screen and (max-width:767px) {
	#detail_xxx .btnMore {
		width: 150px;
		height: 40px;
		background: rgba(0, 126, 255, 1);
		color: #fff;
		text-align: center;
		line-height: 40px;
		font-size: 18px;
		display: none;
		font-weight: bold;
		border-radius: 40px
	}
	#detail_xxx  .detail_oleft{
		width: 100%;
	}
	#detail_xxx .detail_oright{
		width: 100%;
		margin-top: 20px;
	}
	#detail_xxx .detailTxtCont{
			font-size: 14px;
			line-height: 26px;
	}
	#detail_xxx .detailTxtH2{
		font-size: 20px;
		line-height: 34px;
	}
	#detail_xxx .btnMore{
		margin: 20px auto 0;
	}
	#detail_xxx .detail_ot2{
		padding: 15px 0 30px;
	}
	
	#detail_xxx {
		padding: 10px 0 20px 0;
		width: 96%;
	}

	#detail_xxx .className {
		margin-bottom: 60px;
	}

	#detail_xxx .className .title-2 {
		width: 100%;
		overflow: hidden;
		height: 50px;
	}

	#detail_xxx .content .title {
		line-height: 30px;
		font-size: 20px;
		padding: 10px;
	}

	#detail_xxx .content .cont {
		padding: 20px 0;
		line-height: 24px;
		font-size: 14px;
	}

	#detail_xxx .detaiL {

		width: 100%;
		padding: 0 5px;
		height: 220px;
	}

	#detail_xxx #tellpc {
		display: block;
	}

	#detail_xxx #tellwap {
		display: none;
	}

	#detail_xxx .content .cont table {
		width: 100% !important;
	}

}

.board {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0 70px 0;
}

.board .fristTit {
	font-size: 18px;
	font-weight: bold;
}

.board .fl {
	float: left;
}

.board .fr {
	float: right;
}

.board .top {
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-size: 20px;
	color: #26334c;
	position: relative;
}

.board .top::after {
	position: absolute;
	bottom: 0;
	width: 100%;
	content: '';
	height: 1px;
	background: #e6e6e6;
	left: 0;
}

.board .top .name {
	float: left;
	height: 100%;
	text-indent: 5px;
	width: auto;
}

.board .top::before {
	position: absolute;
	bottom: 0;
	height: 1px;
	background: rgba(5, 41, 89, 1);
	left: 0;
	width: 100px;
	content: '';
	z-index: 100;
}

.board .top .site {
	float: right;
	color: #999999;
	font-size: 14px;
}

.board .content {
	width: 100%;
	position: relative;
}

.board .errCon {
	background: #333333;
	width: 300px;
	height: 80px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 70%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	line-height: 80px;
	border-radius: 15px;
	font-size: 16px;
	display: none;
}

.board .code {
	width: 560px;
	margin-top: 25px;
	height: auto;
	overflow-y: auto;
	zoom: 1;
}

.board .code .title {
	font-size: 16px;
	color: #333333;
	line-height: 60px;
}

.board .code .inputBox {
	width: 100%;
	height: 58px;
	border-radius: 15px;
	position: relative;
	border: #d8d8d8 solid 1px;
	padding-left: 50px;
}

.board .code .inputBox.err {
	background: rgba(5, 41, 89, 1);
	border: #6160ea solid 1px;
}

.board .code .inputBox .icon1,
.board .code .inputBox.err .icon2 {
	display: none;
}

.board .code .inputBox .icon2,
.board .code .inputBox.err .icon1 {
	display: block;
}

.board .code .input {
	font-size: 14px;
	width: calc(100% - 70px);
	height: 100%;
	background: none;
	line-height: 58px;
	color: #333333;
}

.board .code .inputBox.err .input {
	color: #ffffff;
}

.board .code .inputBox.err .input::placeholder {
	color: #ffffff;
}

.board .code .icon {
	width: 50px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
}

.board .text {
	width: 100%;

}

.board .text .textBox {
	width: 100%;
	height: 160px;
	border: #d8d8d8 solid 1px;
	background: #f9f9f9;
	border-radius: 15px;
	padding: 5px 15px;
	position: relative;
}

.board .text .textBox.err {
	background: rgba(5, 41, 89, 1);
	border: #6160ea solid 1px;
}

.board .text .textCon {
	width: 100%;
	height: 100%;
	background: none;
	text-indent: 35px;
	font-size: 14px;
	line-height: 40px;
	color: #333333;
}

.board .text .textBox.err .textCon::placeholder,
.board .text .textBox.err .textCon {
	color: #ffffff;
}

.board .code .textBox .icon1,
.board .code .textBox.err .icon2 {
	display: none;
}

.board .code .textBox .icon2,
.board .code .textBox.err .icon1 {
	display: block;
}

.board .text .icon {
	height: 50px;
}

.board .btnBox {
	width: 100%;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.board .btnBox .btn {
	width: 170px;
	height: 50px;
	background:#0052cc;
	border-radius: 10px;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 2px;
}

.board .btnBox .btn.disable {
	opacity: 0.8;
}

@media screen and (max-width: 1200px) {
	.board {
		width: 100%;
		padding: 30px 20px;
	}

	.board .code {
		width: calc(50% - 20px);
	}
}

@media screen and (max-width: 768px) {
	.board {
		width: 100%;
		padding: 30px 20px 80px 20px;
	}

	.board .code {
		width: 100%;
		margin-top: 5px;
	}

	.board .text .textBox {
		height: 150px;
	}
	.board .code .inputBox{
		height:40px;
	}
	.board .code .input{
		line-height: 40px;
	}
}