.kv .title {
	letter-spacing: 5px;
	bottom: 50px;
	color: #000;
	font-weight: 600;
	top: auto;
    margin-top: 0;
}
.kv .sub-title {
	position: absolute;
	font-size: 18px;
	line-height: 18px;
	display: block;
	width: 100%;
	letter-spacing: 2px;
	text-align: center;
	bottom: 18px;
	color: #000;
	font-weight: 400;
}
.article-tag {
	position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -430px;
    font-size: 14px;
}
.content {
	margin: 50px 0 60px;
	float: left;
	font-size: 14px;
	letter-spacing: 2px;
}
.content .img-wraper {
	float: left;
	width: 300px;
	height: 300px;
	margin: 0 25px 16px 0;
}
.content .xy-img-wraper{
	width: 260px;
	height: 260px;
}
.content .zizhu-img-wraper{
	width: 320px;
	height: 311px;
}
.content .szl-img-wraper {
	float: left;
	width: 300px;
	height: 430px;
	margin: 0 25px 15px 0;
}

.content .szl-c-img-wraper {
	float: left;
	width: 300px;
	height: 420px;
	margin: 0 25px 15px 0;
}

.content .rhz-img-wraper {
	height: 455px;
	border: 1px solid #ededed;
}

.content img {
	width: 100%;
}
.content p.ml30, .content p.ml50 {
	text-indent: 0;
}
.content .hr {
	width: 100%;
	
} 
.book-info {
	float: left;
	width: 100%;
}
.book-info .title {
	font-size: 22px;
	line-height: 40px;
	font-weight: 500;
	text-align: center;
}
.book-info .info-wraper {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.book-info .cover {
	float: left;
	width: 300px;
}
.book-info .cover-xy {
	width: 220px;
}
.book-info .info {
	float: left;
	margin: 15px 0 0 40px;
	width: 520px;
}
.book-info .info-xy {
	width: 600px;
}
.book-info .info-qq {
	float: none;
	margin: 15px auto 0;
}
.book-info dl {
	float: left;
	width: 100%;
	border-bottom: 1px solid #efefef;
	margin-bottom: 15px;
}
.book-info dl:last-child {
	border-bottom: none;
}
.book-info dt {
	display: inline-block;
	float: left;
	width: 64px;
	padding-right: 54px;
	color: #7e7e7e;
	font-size: 14px;
	padding-bottom: 10px;
	text-align: justify;
	text-align-last: justify;
	position: relative;
}
.book-info dt::after{
	content: '：';
	position: absolute;
	right: 36px;
	top: 0;
}
.book-info dd {
	float: left;
	width: 400px;
	font-size: 14px;
	padding-bottom: 10px; 
}
.book-info .notice dt {
	width: 100%;
}
.content .dw-img-wraper{
	height: 230px;
}
.content .tips{
	position: relative;
	padding-left: 1em;
	text-indent: 0;
	overflow: hidden;
	color: #7e7e7e;
}
.tips-span{
	position: absolute;
	left: 0;
	top: 0;
}
.content .tips1{
	position: relative;
	padding-left: 3em;
	text-indent: 0;
}
.tips1-span{
	position: absolute;
	left: 2em;
	top: 0;
}
.content .tips2{
	position: relative;
	padding-left: 4em;
	text-indent: 0;
}
.tips2-span{
	position: absolute;
	left: 3em;
	top: 0;
}
.article-tag-dw{
	top: 12px;
}
.dw-mv-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.dw-mv-item{
	width: calc(50% - 10px);
	margin-bottom: 20px;
}
.dw-mv-item img{
	display: block;
}
.videolist img{
	width: 100%;
	transition: all 0.5s;
}
.videolist:hover img{
	opacity: 0.8;
}
.videolist i{
	position: absolute;
	right: 30px;
	top: 22px;
	width: 40px;
	height: 40px;
	background: url(../../i/pc/video-icon.png) no-repeat center center;
	background-size: cover;
	z-index: 0;
}
.videolist {
	position: relative;
}
.videoed {
	display: none;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 45%;
	top: 45%;
	z-index: 99;
	border-radius: 100%;
}
.videos {
	display: none;
	position: fixed;
	left: 20%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 11112;
	width: 60%;
	height: auto;
}
.vclose {
	position: absolute;
	right: -26px;
	top: -26px;
	border-radius: 100%;
	cursor: pointer;
}
.videos-mask {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.9);
	display: none;
	z-index: 11111;
	cursor: pointer;
}
.video .videolist i{
	display: none;
	width: 60px;
	height: 60px;
}
.dw-title{
	background: rgb(1,166,210);
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding: 10px 0;
	text-align: center;
}
.book-info{margin-bottom: 40px;}
input.info-error { 
	border-color: #d20038;
}
p.info-error {
	color: #d20038;
}
@media only screen and (max-width: 1200px) {
	.kv-dw .title{
		font-size: 18px;
		line-height: 20px;
		top: 10px;
	}
	.kv-dw .sub-title{
		bottom: 10px;
		font-size: 16px;
	}
}
/*---sp版---*/
@media only screen and (max-width: 860px) {
	.kv .title {
		letter-spacing: 2px;
		font-size: 14px;
		line-height: 1.2;
		bottom: 25px;
	}
	.xn .title {
		font-size: 17px;
	}
	.xn-jp .title {
		font-size: 11px;
	}
	.cgxf-jp .title {
		font-size: 11px;	
	}
	.xf .title {
		font-size: 15px;
	}
	.xf-jp .title {
		font-size: 11px;
	}
	.cx-jp .title {
		font-size: 10px;
	}
	.yl-jp .title {
		font-size: 10px;
	}
	
	.kv .sub-title {
		font-size: 10px;
		line-height: 14px;
		bottom: 5px;
	}
	
	.xn .sub-title {
		font-size: 12px;
	}
	.xn-jp .sub-title {
		font-size: 8px;
	}
	.cgxf .sub-title {
		font-size: 9px;
	}
	.cgxf-jp .sub-title {
		font-size: 9px;	
	}
	.xf-jp .sub-title {
		font-size: 9px;	
	}
	.cx .sub-title {
		font-size: 8px;
	}
	.cx-jp .sub-title {
		font-size: 7px;
	}
	
	.article-tag {
		left: 6%;
		margin-left: 0;
		top: 15px;
	}
	.content .img-wraper {
		width: 54%;
		height: auto;
		margin: 0 23% 30px;
		float: none;
	}
	.content .download-btn {
		width: 100%;
		margin: 10px 0;
		float: none;
		font-size: 10px;
	}
	.content .hr {
		margin-top: 50px;
		height: 1px;
	}
	.book-info {
		
	}
	.book-info .title {
		font-size: 14px;
		line-height: 28px;
	}
	.book-info .info-wraper {
		
	}
	.book-info .cover {
		width: 80%;
		margin: 0 10%;
	}
	.book-info .info {
		width: 80%;
		margin: 30px 10% 0px;
	}
	.book-info dl {
		width: 100%;
	}
	.book-info dt {
		width: 50px;
		padding-right: 22px;
		font-size: 10px;
	}
	.book-info dt::after{
		right: 10px;
	}
	.book-info dd {
		width: calc(100% - 72px);
		font-size: 10px;
	}
	.article-tag-dw{
		left: 2%;
		top: 6px;
	}
	.kv-dw .title{
		top: auto;
	}
	.dw-mv-list{
		flex-wrap: wrap;
	}
	.dw-mv-item{
		width: 100%;
		margin-bottom: 15px;
	}
	.dw-mv-item:last-child{
		margin-bottom: 0;
	}
	.videos {
		margin-left: 0;
		margin-top: -100px;
		left: 0;
		transform: translateY(0);
		width: 100%;
		height: 200px;
	}
	.videos video {
		width: 100% !important;
	}
	.vclose{
		right: 0;
	}
	.xy-main .content .download-btn{
		letter-spacing: 1px;
	}
	.dw-title{
		font-size: 14px;
		line-height: 24px;
	}
	.book-info{margin-bottom: 0;}
}

@media only screen and (max-width: 360px) {
	.xy-main .content .download-btn{
		letter-spacing: 0;
	}
	.xy-main .content .download-btn img{
		margin-right: 0;
	}
	.dw-title{
		font-size: 14px;
		line-height: 24px;
	}
}


/************add 240205************/
.inner-b{width: 1200px;margin: 0 auto;position: relative;}
.inner-b .content{float: none;}
.book-formbox{margin-bottom: 130px;align-items: flex-start;position: relative; justify-content: space-between; position: relative;}
.book-formbox::before{content: '';width: 2px;height: 100%;background-color: #f2f2f2; position: absolute; left: 50%;margin-left: -1px;top: 0;}
.d-flex{display: flex;}
.formbox-text,.formbox-content{	width: calc(50% - 41px);}
.formbox-text{padding-right: 40px;}
.formbox-content{padding-left: 40px; position: sticky; top: 0;}
.form-ttl{margin-bottom: 30px;}
.form-ttl h3{font-size: 20px;line-height: 30px;letter-spacing: 0;}
.form-ttl p{text-indent: 0;letter-spacing: 0;}
.form-list{display: flex;flex-direction: column;gap: 15px;}
.form-label{margin-bottom: 5px; display: block;letter-spacing: 0; font-weight: 600;line-height: 1.5;}
.color-FF0000{color: #d20038;}
.color-d20038{color: #d20038;}
.form-label .color-FF0000{margin-right: 5px;}
.form-control{padding: 10px;font-size: 14px;line-height: 20px;width: 100%; box-sizing: border-box; border: 1px solid #aeaeae; height: 40px;}
.form-radio-input{width: 15px;height: 15px;}
.formbox-content .form-tips,.formbox-content .form-error{font-size: 12px; line-height: 16px; margin-top: 5px; text-indent: 0;letter-spacing: 0;}
.formbox-content .form-error{color: #d20038;}
.form-btnitem{margin-top: 25px;}
.form-btn{cursor: pointer; padding: 10px;font-size: 14px;line-height: 20px; width: 120px; box-sizing: border-box; border: none; outline: none; height: 40px; color:#fff; background-color: #000;}
.form-radio{display: flex; align-items: center; gap: 8px;}
.form-radio label{letter-spacing: 0;}
.form-radio+.form-radio{margin-top: 5px;}
.complete-text {margin-top: 80px;}
.complete-text p{text-indent: 0;font-size: 16px;line-height: 26px;letter-spacing: 0;text-align: center;}
.complete-text p .complete-text-big{font-size: 20px; line-height: 30px;}
.complete-text .complete-text-small{font-size: 13px;line-height: 19px;}
.book-downloadbanner{ float: left; position: relative; margin-bottom: 40px;}
.book-downloadbanner a{display: block;}
.book-downloadbanner a img {width: 100%;transition: all .3s;min-height: 128px;object-fit: cover;}
.downloadbanner-text {background: rgba(0,0,0,0.5); position: absolute; left: 0; top: 0; font-size: 29px; color: #fff; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%;}
.book-downloadbanner a:hover img{opacity: 0.5;}

.book-btn-box{display: flex;justify-content: center;gap: 20px 30px;flex-wrap: wrap;}
.book-download-btn{width: calc(33.33333% - 20px);height: 50px;line-height: 50px; text-align: center; color: #fff; font-size: 13px;transition: all .3s;}
.book-download-btn img { width: 14px; height: 16px; vertical-align: text-bottom; margin: 0; margin-right: 10px; display: inline-block;}
.book-download-btn span{color: #fff;}
.book-download-btn.bg-000{background-color: #000;}
.book-download-btn.bg-b70031{background-color: #d20038;}
.book-download-btn:hover{opacity: .6;}

.complete-text h2{font-size: 30px; line-height: 40px; text-align: center;margin-bottom: 30px;position: relative;padding-bottom: 20px;}
.complete-text h2::after{content: '';width: 100px;height: 2px;background-color: #000;position: absolute; bottom: 0; left: 50%;margin-left: -50px;}
.no-reply{background-color: #f1f1f1;padding: 30px;text-align: left;margin-top: 50px;}
.complete-text h3{font-size: 20px; line-height: 30px; text-align: center;margin-bottom: 20px;}

@media only screen and (max-width: 1220px){
	.inner-b { width: 88%; margin: 0 6%;}
}
@media only screen and (max-width: 860px){
	.book-formbox{flex-direction: column;}
	.formbox-text,.formbox-content{	width: 100%;}
	.formbox-text{padding-right: 0;}
	.formbox-content{background: #f2f2f2; padding: 20px 20px 40px; border-left: none;box-sizing: border-box; margin-top: 30px; border-radius: 7px;position: relative;}
	.form-ttl h3 { font-size: 16px;line-height: 26px;margin-bottom: 5px;}
	.book-formbox::before{display: none;}
	
	.book-formbox{ margin-bottom: 40px;}
	.complete-text p{ font-size: 14px;line-height: 24px; }
	.complete-main{min-height: calc(100vh - 182px);}
	.downloadbanner-text{font-size: 20px;}
	
	.book-btn-box{flex-direction: column;gap: 10px;}
	.book-download-btn { width: 100%; font-size: 10px;}
	.book-btn-box.mb60{margin-bottom: 0;}
	
	.complete-text h2{font-size: 20px; line-height: 30px; margin-bottom: 22px;padding-bottom: 14px;}
	.no-reply{padding: 20px;margin-top: 30px;}
	.complete-text h3{font-size: 16px;margin-bottom: 10px;}
	.complete-text p .complete-text-big{font-size: 16px;}
}