/*common*/
.container {
	min-width: 1200px;
	overflow: hidden;
}

/*bg*/
.banner1 {
	height: 95px;
	background: url(../img/bg/banner1.jpg) no-repeat center top;
}

.banner2 {
	height: 171px;
	background: url(../img/bg/banner2.jpg) no-repeat center top;
}

.banner3 {
	height: 241px;
	background: url(../img/bg/banner3.jpg?3) no-repeat center top;
}

.section1 {
	height: 339px;
	background: url(../img/bg/s1-bg.jpg) no-repeat center top;
}

.section2 {
	height: 562px;
	background: url(../img/bg/s2-bg.jpg?1) no-repeat center top;
}

.section3 {
	height: 881px;
	background: url(../img/bg/s3-bg.jpg) no-repeat center top;
}

.section4 {
	height: 1053px;
	background: url(../img/bg/s4-bg.jpg) no-repeat center top;
}

.section5 {
	height: 1027px;
	background: url(../img/bg/s5-bg.jpg) no-repeat center top;
}

.section6 {
	height: 512px;
	background: url(../img/bg/s6-bg.jpg) no-repeat center top;
}


/* logo */
.logo {
	text-align: center;
	padding: 10px 0 0px;
}

.logo a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 14px;
}

/* ydtext-wrap */
.ydtext-wrap {
	width: 446px;
	margin: 0 auto;
	padding: 88px 0 0;
	font-size: 16px;
	color: #960c0c;
	line-height: 30px;
	letter-spacing: 1px;
	display: none;
}

/* section2 */
.section2 {
	position: relative;
}

/* barrage-container */
.barrage-container {
	width: 100%;
	overflow: hidden;
	position: absolute;
	height: 460px;
}

.barrage-container li {
	height: 50px;
	margin-top: 60px;
	white-space: nowrap;
	position: relative;
}

.barrage-container li a {
	vertical-align: middle;
	position: absolute;
	line-height: 45px;
	background: url(../img/dm-bg.png) repeat no-repeat;
	color: #ffffff;
	font-size: 16px;
	padding: 0 27px;
}

.barrage-container li a:after,
.barrage-container li a:before {
	content: '';
	width: 27px;
	height: 45px;
	position: absolute;
	top: 0;
	background-image: url(../img/icon.png);
	background-repeat: no-repeat;
}

.barrage-container li a:after {
	right: -27px;
	background-position: -358px -411px;
}

.barrage-container li a:before {
	left: -27px;
	background-position: -330px -411px;
}

.barrage-container li a:hover {
	z-index: 10;
}

/* input-video */
.input-video {
	padding: 0 0 0 198px;
	position: relative;
	z-index: 100;
}

.input-video .input-box {
	width: 289px;
	height: 276px;
	border: 1px solid #eddaa6;
	background: #fffcf2;
	border-radius: 10px;
}

.input-video .input-box .tit {
	width: 222px;
	height: 18px;
	background: url(../img/icon.png) no-repeat 0 0;
	margin: 18px auto 23px;
}

.input-video .input-box .barrage-input {
	width: 274px;
	height: 134px;
	background: #ffffff;
	padding: 14px 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
	border: 1px solid #d0b98b;
	margin: 0 auto 0;
	display: block;
	border-radius: 6px;
	font-size: 14px;
	color: #986a40;
	line-height: 24px;
}

.input-video .input-box .barrage-input::-webkit-placeholder {
	color: #dcd6c1;
}

.input-video .input-box .barrage-input::-moz-placeholder {
	color: #dcd6c1;
}

.input-video .input-box .barrage-input::-ms-placeholder {
	color: #dcd6c1;
}

.input-video .input-box .barrage-input::-o-placeholder {
	color: #dcd6c1;
}

.input-video .input-wrap {
	padding: 40px 0 0;
}

.input-video .input-box .barrage-input::placeholder {
	color: #dcd6c1;
}

.barrage-submit {
	display: block;
	width: 115px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	background: #c05a45;
	color: #ffffff;
	font-size: 17px;
	border-radius: 64px;
	margin: 13px auto 6px;
}

.input-video .input-box .red {
	color: #c05a45;
	font-size: 12px;
	text-align: center;
}

.input-video .zbyy-sure {
	width: 263px;
	height: 73px;
	background: url(../img/icon.png) no-repeat 0 -18px;
	display: block;
	font-size: 0;
	margin: 14px auto 0;
}

/* video-wrap */
.input-video .video-wrap {
	width: 698px;
	height: 406px;
	background: url(../img/icon.png) no-repeat -263px 0;
}

.input-video .video-wrap .img {
	width: 684px;
	height: 352px;
	margin: 46px auto 0;
	position: relative;
	cursor: pointer;
}

.input-video .video-wrap .img img {
	display: block;
	width: 100%;
	height: 100%;
}
.input-video .video-wrap .time-box{
	position: absolute;
	left: 347px;
	bottom: 36px;
	font-size: 14px;
	color: #FFFFFF;
}
.input-video .video-wrap .time-box em{
	background: #9a724b;
	display: inline-block;
	padding: 5px 4px;
	color: #FFFFFF;
	border-radius: 4px;
}

.input-video .video-wrap .img .play {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.input-video .video-wrap .img .play:after {
	content: '';
	display: block;
	width: 67px;
	height: 67px;
	background: url(../img/icon.png) no-repeat -263px -411px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -33px 0 0 -33px;
}

.input-video .video-wrap .img:hover .play {
	background: rgba(0, 0, 0, 0);
}

/* dlqcyj-wrap */
.dlqcyj-wrap {
	padding: 162px 0 0;
}

.dlqcyj-prize {
	width: 1100px;
	position: relative;
	margin: 0 auto;
}

.dlqcyj-prize .list {
	text-align: center;
	font-size: 0;
	position: relative;
	z-index: 10;
}

.dlqcyj-prize .list li {
	display: inline-block;
	font-size: 14px;
	width: 218px;
}

.dlqcyj-prize .list .time {
	width: 138px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	font-size: 16px;
	color: #9390e9;
	margin: 0 auto;
	background: url(../img/icon.png) no-repeat -553px -406px;
	cursor: pointer;
}
.dlqcyj-prize .list .time:hover{
	background: url(../img/icon.png) no-repeat -553px -447px;
	color: #ffe4b3;
}

.dlqcyj-prize .list .icon {
	width: 77px;
	height: 74px;
	background: url(../img/icon.png) no-repeat 0 -91px;
	margin: 14px auto 18px;
	color: #ffffff;
	font-size: 12px;
	line-height: 68px;
	text-indent: 2px;
	cursor: pointer;
}
@1frames wy{
	0%{
		transform: translate(0, 0);
	}
	50%{
		transform: translate(0, -20%);
	}
	90%{
		transform: translate(0, 0%);
	}
}

.dlqcyj-prize .list .prize {}

.dlqcyj-prize .list .prize .box {
	width: 84px;
	height: 78px;
	background: url(../img/icon.png) no-repeat 0 -165px;
	margin: 0 auto;
}

.dlqcyj-prize .list .prize .box i {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/prize-1.png) no-repeat center;
}

.dlqcyj-prize .list li.active,
.dlqcyj-prize .list li:hover{}

.dlqcyj-prize .list li.active .time,
.dlqcyj-prize .list li:hover .time{
	background: url(../img/icon.png) no-repeat -553px -447px;
	color: #ffe4b3;
}

.dlqcyj-prize .list li.active .icon,
.dlqcyj-prize .list li:hover .icon {
	background: url(../img/icon.png) no-repeat -77px -91px;
	-webkit-animation: wy 3s infinite linear;
	-moz-animation: wy 3s infinite linear;
	-ms-animation: wy 3s infinite linear;
	-o-animation: wy 3s infinite linear;
	animation: wy 3s infinite linear;
}

.dlqcyj-prize .list li.active .box ,
.dlqcyj-prize .list li:hover .box {
	background: url(../img/icon.png) no-repeat -84px -165px;
}

.dlqcyj-prize .list .prize .name {
	font-size: 18px;
	color: #ffe895;
	padding: 14px 0 0;
}

.dlqcyj-prize .progress {
	height: 7px;
	border: 2px solid #3b2b48;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -42px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 64px;
}

.dlqcyj-prize .progress em {
	width: 0%;
	height: 7px;
	background: url(../img/jdt-bg.jpg) repeat no-repeat;
	display: block;
	margin: -2px;
	border-radius: 64px;
}

.dlqcyj-wrap .btn-txt {
	text-align: center;
	padding: 46px 0 0;
}

@-webkit-1frames cardbtn {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-1frames cardbtn {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-ms-1frames cardbtn {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-o-1frames cardbtn {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@1frames cardbtn {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

.dlqcyj-wrap .btn-txt .btn {
	display: inline-block;
	width: 263px;
	height: 73px;
	margin-right: 45px;
	background: url(../img/icon.png) no-repeat 0 -243px;
	font-size: 0;
	vertical-align: top;
	margin-left: 180px;
	-webkit-animation: cardbtn 1.3s infinite;
	-o-animation: cardbtn 1.3s infinite;
	animation: cardbtn 1.3s infinite;
}

.dlqcyj-wrap .btn-txt p {
	font-size: 18px;
	color: #ffffff;
	display: inline-block;
	vertical-align: bottom;
}

.dlqcyj-wrap .btn-txt p em {
	font-size: 30px;
	color: #ffe4b3;
	display: inline-block;
	margin: 0 12px 0 10px;
}

.dlqcyj-wrap .rule-btn {
	padding: 36px 62px 0 42px;
}

.dlqcyj-wrap .rule-btn .rule {
	width: 536px;
	font-size: 14px;
	color: #acabcd;
	line-height: 22px;
	padding: 26px 0 0;
}

.dlqcyj-wrap .rule-btn .btn-box {
	width: 525px;
	height: 159px;
	border: 1px solid #414369;
	border-radius: 20px;
}

.dlqcyj-wrap .rule-btn .btn-box .time {
	width: 157px;
	height: 22px;
	background: url(../img/icon.png) no-repeat 0 -316px;
	margin: 30px auto 0;
}

.dlqcyj-wrap .rule-btn .btn-box .dkcj-submit {
	display: block;
	margin: 16px auto 0;
	width: 263px;
	height: 73px;
	background: url(../img/icon.png) no-repeat 0 -338px;
	font-size: 0;
}

/* dlqcyj-time */
.dlqcyj-time {
	padding: 226px 0 0;
	display: none;
}

.dlqcyj-time .dlqcyj-return {
	position: absolute;
	top: 218px;
	left: 74px;
	display: block;
	width: 80px;
	height: 17px;
	text-align: right;
	background: url(../img/icon.png) no-repeat 0 -488px;
	font-size: 14px;
	color: #ffbd44;
	z-index: 100;
}

.dlqcyj-time .dlqcyj-return em {
	display: block;
	padding: 0 0 6px;
	margin-top: -6px;
}

.dlqcyj-time li {
	display: none;
}

.dlqcyj-time li.on {
	display: block;
}

.dlqcyj-time .tit {
	width: 258px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	background: url(../img/icon.png) no-repeat 0 -505px;
	margin: 0 auto;
	color: #ffe4b3;
	font-size: 16px;
	margin-bottom: 34px;
}

.dlqcyj-time .text {
	font-size: 24px;
	color: #ffbd44;
	text-align: center;
	margin-bottom: 64px;
}

.dlqcyj-time dl {
	text-align: center;
	font-size: 0;
	margin: 0 -23px;
}

.dlqcyj-time dd {
	display: inline-block;
	font-size: 14px;
	margin: 0 23px;
	width: 228px;
	overflow: hidden;
	vertical-align: top;
}

.dlqcyj-time dd .img {
	width: 228px;
	height: 152px;
}

.dlqcyj-time dd .img img {
	display: block;
	width: 100%;
	height: 100%;
}

.dlqcyj-time dd .name {
	font-size: 16px;
	color: #ffe4b3;
	padding: 12px 0 0;
	line-height: 24px;
	text-align: left;
}

/* sbndsj-wrpa */
.sbndsj-wrpa {
	padding: 90px 0 0 164px;
}

.sbndsj-wrpa .list {}

.sbndsj-wrpa .list li {
	margin-bottom: 38px;
}

.sbndsj-wrpa .list .text {
	display: inline-block;
	background: url(../img/sj-bg.png) repeat no-repeat;
	height: 45px;
	line-height: 45px;
	margin: 0 36px;
	position: relative;
	font-size: 18px;
	color: #986a40;
	margin-bottom: 8px;
	cursor: pointer;
}

.sbndsj-wrpa .list .text:before,
.sbndsj-wrpa .list .text:after {
	content: '';
	width: 36px;
	height: 45px;
	background-image: url(../img/icon.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
}

.sbndsj-wrpa .list .text:before {
	background-position: -168px -138px;
	left: -36px;
}

.sbndsj-wrpa .list .text:after {
	background-position: -205px -138px;
	right: -36px;
}

.sbndsj-wrpa .list p {
	font-size: 16px;
	color: #9c8775;
	padding: 0 16px;
}

.sbndsj-wrpa .btn {
	position: absolute;
	right: 242px;
	top: 170px;
}

.sbndsj-wrpa .list li.active {}

.sbndsj-wrpa .list li.active .text {
	background: url(../img/sj-bg-a.png) repeat no-repeat;
	color: #ffffff;
}

.sbndsj-wrpa .list li.active .text:before {
	background-position: -168px -91px;
}

.sbndsj-wrpa .list li.active .text:after {
	background-position: -204px -91px;
}

.sbndsj-wrpa .btn .sbndsj-submit {
	display: block;
	width: 263px;
	height: 73px;
	background: url(../img/icon.png) no-repeat 0 -411px;
	font-size: 0;
	margin: 0 auto 16px;
}

.sbndsj-wrpa .btn p {
	font-size: 16px;
	color: #b65131;
	text-align: center;
}

/* hdcj-wrap */
.hdcj-wrap {
	padding: 184px 32px 0 30px;
}

.hdcj-wrap .lottery_list {
	width: 611px;
	height: 623px;
	background: url(../img/icon.png) no-repeat -961px 0;
	position: relative;
}

.hdcj-wrap .lottery_list li {
	width: 107px;
	height: 106px;
	background: url(../img/lot-bg.png) no-repeat;
	position: absolute;
}

.hdcj-wrap .lottery_list .prize1 {
	right: 143px;
	bottom: 17px;
}

.hdcj-wrap .lottery_list .prize2 {
	right: 18px;
	top: 19px;
}

.hdcj-wrap .lottery_list .prize3 {
	right: 18px;
	top: 138px;
}

.hdcj-wrap .lottery_list .prize4 {
	right: 18px;
	top: 259px;
}

.hdcj-wrap .lottery_list .prize5 {
	right: 18px;
	top: 378px;
}

.hdcj-wrap .lottery_list .prize6 {
	right: 18px;
	top: 498px;
}

.hdcj-wrap .lottery_list .prize7 {
	top: 19px;
	left: 18px;
}

.hdcj-wrap .lottery_list .prize8 {
	left: 18px;
	top: 138px;
}

.hdcj-wrap .lottery_list .prize9 {
	left: 18px;
	top: 259px;
}

.hdcj-wrap .lottery_list .prize10 {
	left: 18px;
	top: 378px;
}

.hdcj-wrap .lottery_list .prize11 {
	left: 18px;
	top: 498px;
}

.hdcj-wrap .lottery_list .prize12 {
	left: 236px;
	top: 19px;
}

.hdcj-wrap .lottery_list .prize13 {
	left: 236px;
	top: 138px;
}

.hdcj-wrap .lottery_list .prize14 {
	left: 236px;
	top: 259px;
}

.hdcj-wrap .lottery_list .prize15 {
	left: 236px;
	top: 378px;
}

.hdcj-wrap .lottery_list .prize16 {
	left: 236px;
	top: 498px;
}

.hdcj-wrap .lottery_list .prize17 {
	left: 361px;
	top: 19px;
}

.hdcj-
}

.hdcj-wrap .lottery_list .prize18 {
	left: 361px;
	top: 259px;
}

.hdcj-wrap .lottery_list span {
	position: absolute;
	bottom: 0;
	line-height: 24px;
	left: 0;
	right: 0;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
}

.hdcj-wrap .lottery_list .active {
	background: #a52b1d;
	border-radius: 6px;
}

.hdcj-wrap .lottery_list .box {
	height: 84px;
}

.hdcj-wrap .lottery_list .prize1 .box,
.hdcj-wrap .lottery_list .prize18 .box {
	background: url(//w1.cdn.yzz.cn/xy2/special/common/img/xy2-logo.png) no-repeat center;
	background-size: 110%;
}

.hdcj-wrap .lottery_list .prize4 .box,
.hdcj-wrap .lottery_list .prize6 .box {
	background: url(//w1.cdn.yzz.cn/xy2/special/common/img/xjhb.png) no-repeat center;
	background-size: 45%;
}

.hdcj-wrap .lottery_list .prize2 .box,
.hdcj-wrap .lottery_list .prize7 .box,
.hdcj-wrap .lottery_list .prize9 .box,
.hdcj-wrap .lottery_list .prize11 .box,
.hdcj-wrap .lottery_list .prize12 .box,
.hdcj-wrap .lottery_list .prize14 .box,
.hdcj-wrap .lottery_list .prize16 .box {
	background: url(//w1.cdn.yzz.cn/xy2/special/common/lot/liujinbaojian-2020.png) no-repeat center;
	background-size: 80%;
}

.hdcj-wrap .lottery_list .prize8 .box,
.hdcj-wrap .lottery_list .prize10 .box,
.hdcj-wrap .lottery_list .prize13 .box,
.hdcj-wrap .lottery_list .prize15 .box {
	background: url(//w1.cdn.yzz.cn/xy2/special/common/lot/yikatong.png) no-repeat center;
	background-size: 80%;
}

.hdcj-wrap .lottery_list .prize17 .box {
	background: url(../img/prize-2.png) no-repeat center;
	background-size: 80%;
}

.hdcj-wrap .lottery_list .prize3 .box,
.hdcj-wrap .lottery_list .prize5 .box {
	background: url(//w1.cdn.yzz.cn/dh2/special/common/img/dianyuan.png) no-repeat center;
	background-size: 86%;
}

.hdcj-wrap .lot-rule {
	width: 448px;
}

.hdcj-wrap .lot-rule .btn {
	width: 242px;
	height: 242px;
	margin: 0 auto 0;
	background: #0b040f;
	border: 1px solid #414369;
	border-radius: 20px;
	line-height: 242px;
	text-align: center;
}

.hdcj-wrap .lot-rule .box {
	display: inline-block;
	text-align: center;
	vertical-align: bottom;
	height: 194px;
	line-height: normal;
}

.hdcj-wrap .lot-rule .lottery_btn {
	width: 146px;
	height: 146px;
	background: url(../img/icon.png) no-repeat -407px -406px;
	cursor: pointer;
	-webkit-animation: cardbtn 1.3s infinite;
	-o-animation: cardbtn 1.3s infinite;
	animation: cardbtn 1.3s infinite;
}

.hdcj-wrap .lot-rule .btn span {
	text-align: center;
	color: #ffe168;
	font-size: 16px;
	display: block;
	padding: 16px 0 0;
}

.hdcj-wrap .lot-rule .rule {
	padding: 74px 0 0;
	font-size: 16px;
	color: #acabcd;
	line-height: 30px;
}

/* zxzx-wrap */
.zxzx-wrap {
	padding: 102px 0 0;
}

.zxzx-wrap .list {
	padding-bottom: 82px;
}

.zxzx-wrap .list .swiper-slide {}

.zxzx-wrap .list .swiper-slide .img {
	display: block;
	height: 185px;
	border: 1px solid #8c87a6;
	position: relative;
}

.zxzx-wrap .list .swiper-slide .img img {
	display: block;
	width: 100%;
	height: 100%;
}

.zxzx-wrap .list .img .t,
.zxzx-wrap .list .img .b {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
}

.zxzx-wrap .list .img .t {
	top: 0;
}

.zxzx-wrap .list .img .b {
	bottom: 0;
}

.zxzx-wrap .list .img .t::before,
.zxzx-wrap .list .img .t::after,
.zxzx-wrap .list .img .b::before,
.zxzx-wrap .list .img .b::after {
	content: '';
	width: 5px;
	height: 5px;
	border: 1px solid #8c87a6;
	position: absolute;
	background: #221429;
}

.zxzx-wrap .list .img .t::before {
	left: -1px;
	top: -1px;
	border-top: none;
	border-left: none;
}

.zxzx-wrap .list .img .t::after {
	right: -1px;
	top: -1px;
	border-top: none;
	border-right: none;
}

.zxzx-wrap .list .img .b::before {
	left: -1px;
	bottom: -1px;
	border-bottom: none;
	border-left: none;
}

.zxzx-wrap .list .img .b::after {
	right: -1px;
	bottom: -1px;
	border-bottom: none;
	border-right: none;
}

.zxzx-wrap .list .text {
	padding: 16px 0 0;
	line-height: 24px;
	font-size: 14px;
	color: #9e9cbc;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.zxzx-wrap .list .prev,
.zxzx-wrap .list .next {
	width: 168px;
	height: 42px;
	line-height: 42px;
	background: #000000;
	border: 1px solid #acabcd;
	text-align: center;
	position: absolute;
	bottom: 0;
	cursor: pointer;
}

.zxzx-wrap .list .prev {
	left: 50%;
	margin-left: -197px;
}

.zxzx-wrap .list .next {
	right: 50%;
	margin-right: -197px;
}

.zxzx-wrap .list .prev em,
.zxzx-wrap .list .next em {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 7px;
}

.zxzx-wrap .list .prev em {
	background: url(../img/icon.png) no-repeat -385px -411px;
}

.zxzx-wrap .list .next em {
	background: url(../img/icon.png) no-repeat -385px -418px;
}

/* aside */
.aside{
	position: fixed;
	top: 50%;
	right: 10px;
	width: 176px;
	height: 527px;
	z-index: 100;
	margin-top: -263px;
	background: url(../img/icon.png) no-repeat -1572px 0;
	display: none;
}
.aside ul{
	padding: 52px 0 0;
}
.aside li{
	line-height: 54px;
	height: 54px;
	background-image: url(../img/icon.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
.aside .li1{
	background-position: -1750px -52px;
}
.aside .li1.on,
.aside .li1:hover{
	background-position: -1924px -52px;
}
.aside .li2{
	background-position: -1750px -106px;
}
.aside .li2.on,
.aside .li2:hover{
	background-position: -1924px -106px;
}
.aside .li3{
	background-position: -1750px -160px;
}
.aside .li3.on,
.aside .li3:hover{
	background-position: -1924px -160px;
}
.aside .li4{
	background-position: -1750px -214px;
}
.aside .li4.on,
.aside .li4:hover{
	background-position: -1924px -214px;
}
.aside .li5{
	background-position: -1750px -268px;
}
.aside .li5.on,
.aside .li5:hover{
	background-position: -1924px -268px;
}
.aside .li6{
	background-position: -1750px -322px;
}
.aside .li6.on,
.aside .li6:hover{
	background-position: -1924px -322px;
}
.aside .li7{
	background-position: -1750px -376px;
}
.aside .li7.on,
.aside .li7:hover{
	background-position: -1924px -376px;
}
.aside .li8{
	background-position: -1750px -430px;
}
.aside .li8.on,
.aside .li8:hover{
	background-position: -1924px -430px;
}


/* µ¯´° */
body .common-dialog {
	border: 1px solid #eddaa6;
	background: #fffcf2;
}

body .common-dialog .layui-layer-close {
	width: 51px;
	height: 51px;
	background: url(../img/close.png) no-repeat center;
	margin: 26px -64px 0 0;
}

body .common-dialog .layui-layer-close:hover {
	background: url(../img/close.png) no-repeat center;
}

/* ÊÓÆµµ¯´° */
.video-pop {
	height: 460px;
}

.video-pop iframe {
	width: 100%;
	height: 100%;
}


/* ·ÖÏí */
body .share-dialog {background: url("../img/dialog.png") no-repeat center center;background-size: 100% 100%; box-shadow: none;}
body .share-dialog .wrap {padding: 34px 20px 0 54px;}
body .share-dialog .wrap .title {text-align: center;font-size: 24px;color: #72684f;font-weight: bold;line-height: 40px;margin: 0 0 12px 0;}
body .share-dialog .wrap .text { font-size: 16px; text-align: center; color: #797058; }
body .share-dialog .layui-layer-close {width: 53px;height: 53px;background: rgba(0, 0, 0, 0) url("../img/close.png") no-repeat center center;top: -15px;right: -75px;}
body .share-dialog .layui-layer-close:hover {background: rgba(0, 0, 0, 0) url("../img/close.png") no-repeat center center;opacity: 1;}
body .share-dialog .wrap .tips {font-size: 16px;text-align: center;line-height: 52px;color: #666;}
body .share-dialog .wrap .code-wrap,
body .share-dialog .wrap .select-wrap {text-align: center;margin: 12px 0;}
body .share-dialog .wrap .code-wrap .code,
body .share-dialog .wrap .select-wrap .select {width: 200px; padding: 6px 20px; line-height: 22px;display: inline-block;vertical-align: top; text-align: left; }
body .share-dialog .wrap .code-wrap .copy-btn,
body .share-dialog .wrap .select-wrap .btn {display: inline-block;vertical-align: top;width: 90px;height: 40px;line-height: 40px;background: #72684f;color: #fff;text-align: center;font-size: 20px;margin: 0 0 0 18px;cursor: pointer;}
body .share-dialog .wrap .tips.red {color: #b40000;line-height: 28px;}
body .share-dialog .wrap .code-wrap {margin: 20px 0 0 0;}
body .share-dialog .wrap .code-wrap .code {width: 360px;background: #fff;}
body .share-dialog .wrap .code-wrap .copy-btn {}


.social-share { overflow: hidden; padding: 14px 20px 0 54px; text-align: center; }
.social-share a{display: inline-block;font-size: 22px;width: 133px;height: 48px;border-radius: 64px;margin: 0 40px 12px;}
.social-share a{ padding: 0 37px 0 0; border-radius: 64px; color: #219cff; text-align: center; line-height: 48px; cursor: pointer; }
.social-share .bds_tieba{ background: #FFFFFF url(http://xy2.yzz.cn/special/common/img/baidu.png) no-repeat 103px center; }
.social-share .bds_tsina{ background: #FFFFFF url(http://xy2.yzz.cn/special/common/img/weibo.png) no-repeat 99px center; }
.social-share .bds_tqq{ background: #FFFFFF url(http://xy2.yzz.cn/special/common/img/qq.png) no-repeat 104px center; }
.social-share .bds_lt{ background: #FFFFFF url(http://xy2.yzz.cn/special/common/img/luntan.png) no-repeat 100px center; }
