@charset "utf-8";


.topBanner {
	height: 370px;
	padding-top: 237px;
	line-height: 1;
	background-size: auto 370px;
	overflow: hidden;
	position: relative;
}

.topBanner .topBannerImg {
	height: 100%;
	position: absolute;
	top: 0;
	/*left: 50%;*/
	width: 100%;
	/*max-width: 1920px;*/
	/*margin-left: -960px;*/
}

.topBanner .tit {
	font-size: 42px;
}

.topBanner .des {
	width: 619px;
	font-size: 20px;
	margin: 18px 0 47px;
	line-height: 1.6;
}

.topBanner a {
	display: block;
	text-align: center;
	line-height: 50px;
	width: 200px;
	height: 50px;
	border: 1px solid #2974FF;
	border-radius: 25px;
	font-size: 20px;
	color: #2974FF;
}

.bk {
	background: #f8fbff;
	padding-top: 20px;
}

.rightBox {
	width: 360px;
	margin-left: 18px;
}

.rightBox .card {
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
}

.rightBox .card .tt {
	font-size: 16px;
	border-left: 3px solid #2974ff;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 20px;
}

.hotList {}

.hotList .item {
	margin: 20px 0 30px;
}

.hotList .item>a>div>img {
	display: block;
	width: 34px;
	height: 38px;
	margin-right: 14px;
}

.hotList .item .tit {
	font-size: 20px;
}

.hotList .item .views {
	font-size: 12px;
	color: #858fa1;
}

.hotList .item:hover .tit {
	color: #2974ff;
}


.TemplateList .item .tit {
	color: #fff;
	line-height: 34px;
	font-size: 16px;
	padding-left: 10px;
	display: block;
	height: 34px;
}

.TemplateList .item:nth-child(1) .tit {
	background: url('../img/bokewenzhang/b1.png');
	background-size: cover;
}

.TemplateList .item:nth-child(2) .tit {
	background: url('../img/bokewenzhang/b2.png');
	background-size: cover;
}

.TemplateList .item img {
	display: block;
}

.getmbBtn {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #2974ff;
	font-size: 16px;
	margin-top: 10px;
	cursor: pointer;
	transition: .3s;
}

.getmbBtn:hover {
	transform: scale(1.1);
	letter-spacing: 2px;
}

.mbtips {
	margin-top: 8px;
	font-size: 14px;
	color: #858fa1;
}

.sbox {
	padding-bottom: 90px;
}




.sbox .item li a::before {
	content: '';
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	background: #858FA1;
	border-radius: 50%;
	top: 50%;
	margin-top: -1px;
	left: 0;
}



.form2 {
	background: #fff;
	padding: 20px;
}


.form2 .layui-form-label {
	text-align: left;
	padding-left: 0;
	width: 100px;
	margin-top: 5px;
}

.form2 .layui-input-block {
	margin-left: 50px;
}

.layui-anim.layui-icon {
	display: none;

}

.layui-form-radio {
	height: 34px;
	background: #F7F7F7;
	line-height: 34px;
	padding: 0 15px;

}

.layui-form-radio:hover * {
	color: #000;
}

.layui-form-radioed {
	background: #2974FF;
	color: #fff;
}

.layui-form-radioed:hover * {
	background: #2974FF;
	color: #fff;
}


.box1 {
	margin-top: 20px;
	/* padding-top: 20px; */
}

.box2 {
	background: #fff;
	padding: 30px 30px 50px;
	margin-bottom: 50px;
}

.box2 .line {
	margin: 30px 0 20px 0;
}

.mbx {
	margin-top: 10px;
}


.list {
	margin-bottom: 20px;
}

.list .item {
	padding: 28px 18px;
	background: #fff;
	position: relative;
}

.list .item::after {
	content: '';
	display: block;
	height: 1px;
	background: #e6e8eb;
	position: absolute;
	bottom: 0;
	left: 18px;
	right: 0;
}

.list .item:last-child::after {
	display: none;
}



.list .item .img1 {
	width: 240px;
	height: 135px;
	display: block;
	margin-right: 20px;
}

.list .item .txt .tit {
	font-size: 20px;
	color: #222222;
	margin-bottom: 10px;
}

.list .item .txt .des {
	font-size: 14px;
	color: #858fa1;
	margin-bottom: 10px;
}

.labels span {
	font-size: 12px;
	color: #2974ff;
	background: #f6f9ff;
	line-height: 24px;
	padding: 0 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.list .item .txt .time {
	font-size: 12px;
	color: #858fa1;
	line-height: 1;
}

.list .item:hover {
	background: #f8fbff;
}

.list .item:hover .tit {
	color: #2974ff;
}


.espbox {
	margin-top: 30px;
	padding-top: 20px;
}

.espbox .item a {
	display: block;
	position: relative;
}

.espbox .item .cover {
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	top: 0;
	bottom: 62px;
	display: none;
	transition: .3s;
}

.espbox .item .cover .spcovericon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 70px;
	height: 70px;
	margin-top: -35px;
	margin-left: -35px;
}

.espbox .item a:hover .cover {
	display: block;
}


.bkxq {
	font-size: 14px;
	color: #858fa1;
	line-height: 1.6;
}

.bkxq p {
	margin-bottom: 15px;
	text-indent: 2em;
}

.tyBtn {
	width: 320px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #2974ff;
	font-size: 16px;
	margin-top: 10px;
	cursor: pointer;
	transition: .3s;
}



/* shipinxiangq */

.videDetail {
	/* padding-top: 68px; */
	padding-bottom: 90px;
}

.videoDetailTitle {
	font-size: 38px;
	color: #222222;
	margin-bottom: 20px;
}

.videDetailHeadPic {
	width: 26px;
	height: 26px;
	border-radius: 50%;
}

.videDetailTopBox span {
	margin-left: 10px;
	font-size: 16px;
	color: #858FA1;
}


.videDetailTopBox .btns .btn {
	height: 40px;
	background: #F7F7F7;
	line-height: 40px;
	text-align: center;
	margin-left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	user-seletct: none;

	-webkit-touch-callout: none;
	/* iOS Safari */

	-webkit-user-select: none;
	/* Chrome/Safari/Opera */

	-khtml-user-select: none;
	/* Konqueror */

	-moz-user-select: none;
	/* Firefox */

	-ms-user-select: none;
	/* Internet Explorer/Edge */

	user-select: none;
	/* Non-prefixed version, currently

not supported by any browser */
}


.videDetailTopBox .btns .btn1 {
	width: 40px;
}

.videDetailTopBox .btns .btn2 {
	width: 170px;

}

.videDetailTopBox .btns .btn3 {
	width: 220px;
	background: #2974FF;
	color: #fff;
}

.videDetailTopBox .btns .btn2 i,
.videDetailTopBox .btns .btn3 img {
	margin-right: 5px;
}



.videDetailContent {
	margin-top: 30px;
}

.videDetailContent p,
.videDetailContent img {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 2;
}

.line {
	height: 1px;
	background: #F5F5F5;
	margin: 50px 0;
}

.qtTile {

	font-size: 22px;
	color: #222;
	margin-bottom: 30px;
	display: block;
}
