@import url("style.css");
@import url("/theme/libs/fontawesome-3Gbizhi/css/svg-with-js.min.css");
@import url("/theme/libs/fontawesome-3Gbizhi/css/all.min.css");
.onFontColor{
	color: var(--mobile_Hong);
}
.onBackColor{
	background-color: var(--mobile_Hong);
}
body,
html {
	background: var(--mobileC_1b1b);
	color: var(--mobileC_999);
}
.layui-icon-down:before {
	content: "" !important;
}

.layui-menu li{
	text-align: center;
}
.swiper-container img{
	max-width: 100%;
}
.bannerindexw {
	width: 100%;min-width:1380px;
	margin: 0 auto;
	background-image:var(--mobileIndexBannerBack);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.btn_default,.btn_defaule{
	color: var(--mobile_baise);
	background: var(--mobile_Hong);
	background-image: linear-gradient(-20deg, var(--mobileC_960000) 0%, var(--mobile_Hong) 100%);
}
.filter{
	filter: blur(5px);
}
a {
	transition: 0.3s;
	-moz-transition: 0.3s;
	/* Firefox 4 */
	-webkit-transition: 0.3s;
	/* Safari and Chrome */
	-o-transition: 0.3s;
	/* Opera */
}

.contw,.main-default {
	width: 86%;min-width:1380px;max-width:1580px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.swloadingw {
	width: 100%;
	height: 245px;
	position: relative;
	z-index: 500;
	background: var(--mobileC_222);
}

.swloadingw .swloading {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	border: 4px solid rgba(255, 255, 255, 0.4);
	border-top-color: #eee;
	border-radius: 50%;
	animation: spinner 1s linear infinite;
}

@keyframes spinner {
	to {
		transform: rotate(360deg);
	}
}
.contw .catposition .swiper-slide{
	margin-right: 10px;
}
.contw .catposition img{
	width: 221px;
}
.positionBtn{
	position: relative;
	width: 86%;
	min-width:1260px;
	max-width:1580px;
	margin: 0 auto;
}
.positionBtn .bx-prev {
	left: -50px;
	background: url(../image/pver.svg) no-repeat center;
	background-size: auto 100%;
}

.positionBtn .bx-next {
	right: -50px;
	background: url(../image/next.svg) no-repeat center;
	background-size: auto 100%;
}

.positionBtn a {
	position: absolute;
	top: -220px;
	outline: 0;
	width: 42px;
	height: 42px;
	text-indent: -9999px;
	z-index: 9999;
}

.head-tmenu-c {
	width: 100%;
	min-width: 1380px;
	height: 60px;
	background: var(--mobileC_1f1f1f);
	color:var(--mobileC_999);
	box-shadow:var(--mobileCboxshadow);
	background-image: var(--mobileHeadback);
	position: relative;
}

.head-tmenu-c .topmenuc {
	max-width: 86%;min-width:1380px;max-width:1580px;
	margin: 0 auto;
	height: 60px;
	margin: 0 auto;
}

.head-tmenu-c .topmenuc .logoc {
	height: 50px;
	overflow: hidden;
	z-index: 500;
	margin-right: 30px;
}

.head-tmenu-c .topmenuc .logoc a {
	width: 190px;
	height: 50px;
	display: block;
	font-size: 18px;
	/* background: url(../images/logo.png) no-repeat left center; */
	/* background-size: auto 100%; */
}
.head-tmenu-c .topmenuc .logoc a img{
	width: auto;
	height: 100%;
}
.head-tmenu-c .topmenuc ul.tmenu {
	overflow: hidden;
}

.head-tmenu-c .topmenuc ul.tmenu li {
	width: 90px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	float: left;
	position: relative;
	overflow: hidden;
}
.head-tmenu-c .topmenuc ul.tmenu li::after,.head-tmenu-c .topmenuc ul.tmenu li:nth-child(1)::before{
	content: '';
	display: block;
	width: 1px;
	height: 16px;
	position: absolute;
	background-color: var(--mobileC_333);
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
}
.head-tmenu-c .topmenuc ul.tmenu li:nth-child(1)::before{
	left: 0;
}
.head-tmenu-c .topmenuc ul.tmenu li::after {
	right: 0;
}

.head-tmenu-c .topmenuc ul.tmenu li a {
	font-size: 14px;
	color: var(--mobileC_666);
	font-family: 'microsoft yahei';
	font-weight: 300;
	display: block;
}

.head-tmenu-c .topmenuc ul.tmenu li a.on,.head-tmenu-c .topmenuc ul.tmenu li a:hover {
	font-size: 16px;
	color: var(--mobile_baise);
	animation: 0.2s;
}

.menuli {
	width: 86%;min-width:1380px;max-width:1580px;
	height: auto;
	margin: 0 auto;
}

.menuli li {
	width: 120px;
	height: 36px;
	line-height: 36px;
	float: left;
	overflow: hidden;
}

.menuli li:nth-child(1) {
	border-radius: 2px 0 0 0;
	-moz-border-radius-topleft: 2px;
}

.menuli li:nth-child(4) {
	border-radius: 0 2px 0 0;
	-moz-border-radius-bottomright: 2px;
}

.menuli li a {
	display: block;
	text-align: center;
	background: var(--mobileC_282828);
	font-size: 14px;
	text-align: center;
}

.menuli li.cur a {
	background: var(--mobile_Hong);
	background-image: linear-gradient(-20deg, var(--mobileC_960000) 0%, var(--mobile_Hong) 100%);
	font-size: 16px;
	color: var(--mobile_baise);
}

.menuw {
	width: 86%;min-width:1380px;max-width:1580px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.menuw .l {
	display: inline;
	float: left;
	width: 129px;
	overflow: hidden;
}

.menuw .l span {
	display: block;
	text-align: center;
	/* background: #7b1215; */
	width: 117px;
	line-height: 32px;
	color: var(--mobile_baise);
}

.menuw .r {
	display: inline;
	float: left;
	width: 100%;
	overflow: hidden;
	background: var(--mobileC_282828);
}

.menuw .r ul li {
	display: inline;
	float: left;
	width: 10%;
}

.menuw .r ul li:nth-child(2n+1) {
	background: var(--mobileC_222);
}
.menuw .r ul li:nth-child(n+11):nth-child(2n+1) {
	background: var(--mobileC_282828);
}
.menuw .r ul li:nth-child(n+11):nth-child(2n+2) {
	background: var(--mobileC_222);
}

.menuw .r ul li span {
	display: block;
	text-align: center;
	background: var(--mobileC_960000);
	color: var(--mobile_baise);
	padding: 6px 12px;
	width: 94px;
}

.menuw .r ul li a {
	width: 96%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: var(--mobileC_999);
	text-align: center;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	border-radius: 2px;
	padding: 10px 2%;
}

.menuw .r ul li a:hover,
.menuw .r ul li a.cur {
	background: var(--mobile_baise) !important;
	color: var(--mobileC_000) !important;
}

.menuw .r ul li a:hover .catnametit,
.menuw .r ul li a.cur .catnametit {
	color: var(--mobileC_000) !important;
}

.catnametit {
	font-size: 16px;
	color: var(--mobile_baise);
}
.contlistw-search{
	min-height: calc(100vh - 366px);
}
.contlistw,.wrapper {
	width: 86%;min-width:1380px;max-width:1580px;
	margin: 0px auto;
}

.contlistw .catdiv {
	width: 100%;
	height: auto;
	background: var(--mobileC_1f1f1f);
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 0 20px;
	border: 1px solid var(--mobileC_222);
	box-sizing: border-box;
	overflow: hidden;
}

.contlistw .catdiv .left {
	width: 12%;
	line-height: 40px;
	font-size: 16px;
}

.contlistw .catdiv .right {
	height: 100%;
}

.contlistw .catdiv .right .catmore {
	display: block;
	width: 20px;
	height: 20px;
	background: url(/theme/wyp_icp_bizhi/images/svg/more.svg) no-repeat center;
	background-size: auto 100%;
}

.contlistw .catdiv span.jiantou {
	width: 10px;
	height: 10px;
	background: url(/theme/wyp_icp_bizhi/images/svg/jiantou-you.svg) no-repeat;
	background-size: auto 100%;
	float: left;
	margin-top: 15px;
	margin-right: 5px;
}

.contlistw ul {
	width: 101.5%;
	margin-left: -1.5%;
}

.contlistw li {
	width: 18.5%;
	display: inline;
	float: left;
	margin-left: 1.5%;
	margin-bottom: 16px;
	overflow: hidden;
	position: relative;
	border-radius: 2px 2px 4px 4px;
	background: var(--mobileC_222);
}
.contlistw li .Operation-Outer-Frame{
	opacity: 0;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 12px;
	align-items: center;
	justify-content: space-between;
	transition: opacity .25s ease-in-out;
	pointer-events: none;
	z-index: 200;
	box-sizing: border-box;
}
.contlistw li:hover .Operation-Outer-Frame{
	opacity: 1;
}
.contlistw li .Operation-Outer-Frame .go-heart,.contlistw li .Operation-Outer-Frame .on-heart,.contlistw li .Operation-Outer-Frame .go-share{
	width: 40px;
	height: 40px;
	border: 0;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	box-shadow: none;
	font-size: 16px;
	border-radius: 4px;
	pointer-events:all;
	cursor: pointer;
}
.contlistw li .Operation-Outer-Frame .go-share{
	background: var(--mobile_baise);
	color: var(--mobileC_1f1f1f);
	position: relative;
}
.contlistw li .Operation-Outer-Frame .go-share:hover{
	background-image: var(--mobileBtnHongse);
	color: var(--mobile_baise);
}
.shareCont {
	position: absolute;
	border-radius: 4px;
	box-sizing: border-box;
	top: 38px;
	left: 0;
	width: 40px;
	padding-top: 12px;
}

.shareCont a {
	background-color: var(--mobileC_f5f5f5);
	color: var(--mobileC_222);
	border-radius: 4px;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	margin-bottom: 6px;
	pointer-events: all;
	opacity: 0;
}
.shareCont a:hover{
	background-image: var(--mobile_baise);
	color: var(--mobile_Hong);
	opacity: 1 !important;
}

.contlistw li .Operation-Outer-Frame .go-heart{
	background: var(--mobile_baise);
	color: var(--mobileC_1f1f1f);
}
.contlistw li .Operation-Outer-Frame .go-heart:hover{
	background-image: var(--mobileBtnHongse);
	color: var(--mobile_baise);
}
.contlistw li .Operation-Outer-Frame .on-heart{
	background-image: var(--mobileBtnHongse);
	color: var(--mobile_baise);
}
.contlistw li .Operation-Outer-Frame .on-heart:hover{
	background: var(--mobile_baise) !important;
	color: var(--mobileC_1f1f1f);
}
.contlistw li span.imgxxs {
	opacity: 0;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: var(--mobileCop2);
	position: absolute;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	border-radius: 2px;
	padding: 0 6px;
	text-align: center;
	color: var(--mobile_baise);
	z-index: 10;
}
.contlistw li:hover span.imgxxs,.contlistw li:hover span.imgxxs{
	opacity: 0;
	animation: 0.2s;
}
.contlistw li span.bzfbl {
	width: 30%;
	position: absolute;
	left: 2%;
	top: 5px;
}

.contlistw li span.bzcolor {
	width: 40%;
	position: absolute;
	left: 40%;
	top: 5px;
}

.contlistw li span.bzfbl a {
	display: block;
	text-align: center;
}

.contlistw li span.bzcolor a {
	display: inline-block;
	padding: 0 5px 0 0;
}
.contlistw li a.imgw {
	display: block;
	z-index: 1;
}
.contlistw li a.imgw img{
	/* animation: listimgshowOut 0.5s forwards; */
	transition: opacity .25s ease-in-out;
}
.contlistw li .tips {
	line-height: 22px;
	background: var(--mobileC_222);
	padding: 2px 6px;
	border-radius: 0 0 4px 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.contlistw li .tips a {
	margin-right: 5px;
	font-size: 12px;
}

.contlistw li .tips a:hover {
	color: var(--mobile_baise);
}

.contlistw li a.desk {
	display: block;
}

.contlistw li a.desk:hover img {
	animation: listimgshowIn 0.5s forwards;
}

.contlistw li a.desk:hover .title {
	animation: gotopIn 0.5s 0.1s forwards !important;
}

.contlistw li .title {
	padding: 8px 12px;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	background: var(--mobileCop1);
	color: var(--mobileC_1f1f1f);
	text-overflow: ellipsis;
	position: absolute;
	left: 0;
	bottom: -42px;
	z-index: 100;
}

.contlistw li img {
	max-width: 100%;
	min-width: 100%;
	height: auto;
}

.footlink {
	height: auto;
	color: var(--mobileC_666);
	font-size: 12px;
	padding: 32px 0;
	box-sizing: border-box;
	line-height: 20px;
	border-bottom: 1px solid var(--mobileC_282828);
	box-sizing: border-box;
}
.footlink span.link {
	position: relative;
	display: block;
	float: left;
	padding: 5px 12px 5px 20px;
	font-size: 14px;
	color: var(--mobile_Hong);
}

.footlink span.link i {
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	background: url(/theme/wyp_icp_bizhi/images/svg/link.svg) no-repeat center;
	background-size: auto 100%;
	left: 0;
	top: 6px;
}

.footlink a {
	display: block;
	float: left;
	padding: 5px 12px;
}

.footlink a:hover {
	color: var(--mobile_baise);
}

.footer {
	width: 100%;min-width: 1380px;
	color: var(--mobileC_666);
	text-align: center;
	font-size: 12px;
	background: var(--mobileC_222);
	border-top: 1px solid var(--mobileC_282828);
}

.fenlan-r {
	display: block;
	width: 1px;
	height: 10px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -5px;
	background: var(--mobileC_ccc);
}

#pageNum {
	font-size: 14px;
	padding-bottom: 25px;
	padding-top: 20px;
	text-align: center;
	width:86%;min-width:1380px;max-width:1580px;
	margin-left:auto;
	margin-right: auto;
}

#pageNum a {
	text-decoration: none;
	padding: 5px 10px;
	margin: 0 6px;
	border: 1px solid var(--mobileC_282828);
	background: var(--mobileC_222);
	color: var(--mobileC_999);
	border-radius: 4px;
}

#pageNum .pageRemark{
	display: inline;
	margin-left: 12px;
	background: var(--mobileC_222);
	padding: 5px 14px;
	border-radius: 4px;
	border: 1px solid var(--mobileC_282828);
}
#pageNum .pageRemark b{
	color: var(--mobile_Hong);
	margin-left: 5px;
	margin-right: 5px;
}
#pageNum .cur,#pageNum a:hover{
	text-decoration: none;
	padding: 6px 14px;
	margin: 0 5px;
	background: var(--mobile_baise);
	color: var(--mobileC_333);
	font-size: 16px;
	border: 1px solid transparent;
}
.catpos {
	margin-right:12px;
}

.catpos .left {
	width: auto;
	line-height: 20px;
	font-size: 14px;
	float: left;
}
.catpos .left a{
	display: inline-block;
}
.catpos span.jiantou {
	width: 10px;
	height: 10px;
	background: url(/theme/wyp_icp_bizhi/images/svg/jiantou-you.svg) no-repeat;
	background-size: auto 100%;
	display: inline-block;
	margin-top: 5px;
	margin-right: 5px;
}

.showcontw {
	width: 86%;
	min-width:1380px;max-width:1580px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.showcontw #showimg {
	width: 66%;
	height: 680px;
	background-color: var(--mobileC_1f1f1f);
	position: relative;
	border-radius: 8px 0 0 8px;
	overflow: hidden;
}
.img-table{
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 100%;
	display: table;
}
.img-table .img-table-cell{
	display: table-cell;
	height: 680px;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}
.showcontw #showimg img {
	max-width: 100%;
	max-height: 100%;
}

.showcontw a.pver,.showcontw a.next {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
}

.showcontw a.pver {
	background: url(../image/pver.svg) no-repeat center;
	background-size: auto 100%;
	left: -72px;
	top: 50%;
	margin-top: -20px;
}

.showcontw a.next {
	background: url(../image/next.svg) no-repeat center;
	background-size: auto 100%;
	right: -72px;
	top: 50%;
	margin-top: -20px;
}
.showcontw #showimg .arrows{
	padding: 5px;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.showcontw #showimg .arrows i{
	font-size: 16px;
}
/*  */
.showcatpos{
	width: 80%;
	min-width: 1080px;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
.showcontw .r_description{
	width: 34%;
	height: 680px;
	box-sizing: border-box;
	padding: 30px;
	background-color: var(--mobileC_2a2a2a);
	border-radius: 0 8px 8px 0;
	overflow: hidden;
}
.showcontw .r_description .toptit a.btnall,.showcontw .r_description .toptit .share{
	padding: 0 12px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	border-radius: 5px;
	text-align: center;
}
.showcontw .r_description .toptit a.btnall:hover,.showcontw .r_description .toptit .share:hover{
	background-image: var(--mobileBtnHongse);
	color: var(--mobile_baise) !important;
	opacity: 1 !important;
}
.showcontw .r_description .toptit .share{
	background-color: var(--mobileC_222);
	color: var(--mobileC_ccc);
	width: 40px;
	height: 40px;
	vertical-align: middle;
	cursor: pointer;
	z-index: 100;
}
.showcontw .r_description .toptit a.heart{
	width: 40px;
	background-color: var(--mobile_baise);
	color: var(--mobileC_1b1b);
}
.showcontw .r_description .toptit a.likepic{
	background-image: var(--mobileBtnHongse);
	color: var(--mobile_baise);
}
.showcontw .r_description .toptit a.likepic:hover{
	background: var(--mobile_Hong);
	color: var(--mobile_baise);
}
.showcontw .r_description .toptit a.likepicZip{
	background: var(--huangse);
	color: var(--heise);
}
.showcontw .r_description .toptit a.likepicZip:hover{
	background: var(--mobile_baise);
	color: var(--mobileC_222) !important;
}
.showcontw .r_description .toptit .likeopendown{
	background-image: var(--mobileBtnHongse);
	color: var(--mobile_baise);
	position: relative;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	border-radius: 5px;
	text-align: center;
	padding: 0 12px;
	cursor: pointer;
}
.showcontw .r_description .toptit .likeopendown .downtip{
	border-radius: 4px;
	background-color: var(--mobile_baise);
	position: absolute;
	left: 50%;
	top: 50px;
	transform: translateX(-50%);
	box-shadow: var(--mobileCboxshadow2);
}
.showcontw .r_description .toptit .likeopendown .downtip::before{
	content: '';
	position: absolute;
	top: -5px;
	width: 0;
  	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #ffffff transparent;
}
.showcontw .r_description .toptit .likeopendown .downtip a{
	padding:0 24px;
	white-space:nowrap;
	display: block;
	color: var(--mobileC_222);
	border-radius: 4px;
}
.showcontw .r_description .toptit .likeopendown .downtip a:nth-child(1){
	border-bottom: 1px solid var(--mobileC_eee);
}
.showcontw .r_description .toptit .likeopendown .downtip a:hover{
	background-color: var(--mobileC_f5f5f5);
}
.showcontw .r_description .toptit a.jubao{
	background-color: var(--mobileC_222);
	color: var(--mobileC_ccc);
	width: 40px;
	vertical-align: middle;
}
.showcontw .r_description .titlew{
	margin-top: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--mobileC_333);
}
.showcontw .r_description .titlew .title{
	font-size: 20px;
	line-height: 30px;
	color: var(--mobile_baise);
	margin-bottom: 0;
}
.showcontw .r_description .titlew a:hover{
	color: var(--mobile_baise);
}
/*  */
.showcontw .showsize {
	width: 86%;min-width:1380px;max-width:1580px;
	margin-left: auto;
	margin-right: auto;
	background: var(--mobileC_2d2d);
	overflow: hidden;
}

.showcontw .showsize li {
	width: 102px;
	display: inline;
	float: left;
	overflow: hidden;
}

.showcontw .showsize li.bt {
	width: 108px !important;
	border: 1px solid var(--mobile_Hong);
	background: var(--mobile_Hong);
	background-image: linear-gradient(-20deg, var(--mobileC_960000) 0%, var(--mobile_Hong) 100%);
	color: var(--mobile_baise);
	overflow: hidden;
	line-height: 35px;
	text-align: center;
}

.showcontw .showsize li a {
	display: block;
	line-height: 36px;
	padding: 0 12px;
	border: 1px solid var(--mobileC_333);
	font-size: 12px;
	text-align: center;
	margin: -1px auto auto -1px;
}

.showcontw .showsize li a:hover {
	border: 1px solid var(--mobile_Hong);
	background: var(--mobile_Hong);
	background-image: linear-gradient(-20deg, var(--mobileC_960000) 0%, var(--mobile_Hong) 100%);
	color: var(--mobile_baise);
	font-size: 14px;
}

.showcontw .colorshow {
	width: 100%;
	height: 15px;
}

.showcontw .colorshow a {
	display: block;
	height: 15px;
	float: left;
}

.showcontw .colorshow a:hover {
	-webkit-transform: scaleY(1.5);
	transform: scaleY(1.5);
}
.showcontw .properties{
	margin-top: 24px;
	padding-top: 14px;
	padding-bottom: 14px;
	background-color: var(--mobileC_222);
	border-radius: 4px;
}
.showcontw .properties span{
	padding: 0 6px;
	width: 50%;
}
.showcontw .contxt{
	margin-top: 24px;
	padding: 14px;
	border:1px solid var(--mobileC_333);
	border-radius: 4px;
	height: 90px;
	overflow: hidden;
}
.showcontw .contxt .txtw{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.showcontw .contxt .txt{
	line-height: 1.6;
	cursor: grab;
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	-khtml-user-select:none;
	user-select:none;
}
.contentfootback{
	margin-top: 24px;
	background-color: var(--mobileC_1f1f1f);
	padding-top: 24px;
}
.contentfootback .tit{
	text-align: center;
}
.showtitle {
	width: 86%;min-width:1380px;max-width:1580px;
	margin: 20px auto 0 auto;
	line-height: 36px;
	height: 36px;
	position: relative;
}

.showtitle .morew {
	width: 130px;
	line-height: 36px;
	height: 36px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}

.showtitle .morew a {
	display: block;
	background: var(--mobile_Hong);
	background-image: linear-gradient(-20deg, var(--mobileC_960000) 0%, var(--mobile_Hong) 100%);
	color: var(--mobile_baise);
	text-shadow: var(--mobileCtextshadow);
	border-radius: 2px;
}

.showtitle h2 {
	font-size: 24px;
	color: var(--mobile_baise);
	float: left;
}

.showtitle .editw {
	float: left;
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	margin-top: 15px;
	margin-left: 30px;
}

.showtaglistw {
	width: 100%;
	font-size: 12px;
}
.showImglistw {
	width: 100%;
	height: 120px;
	overflow: hidden;
	position: relative;
	cursor: grab;
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	-khtml-user-select:none;
	user-select:none;
	margin-top: 24px;
}
.swcontloadingw {
	position: relative;
	width: 100%;
	height: 80px;
	z-index: 100;
}
.swcontloadingw .swcontloading {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	border: 4px solid rgba(255, 255, 255, 0.4);
	border-top-color: #eee;
	border-radius: 50%;
	animation: spinner 1s linear infinite;
	z-index: 100;
}
.showImglistw .swiper-wrapper{
	width: 300%;
}
.showImglistw .swiper-slide{
	float: left;
	margin-right: 6px;
	width: auto;
	height: auto;
}
.showImglistw img{
	max-width: 100%;
	max-height: 100%;
	border-radius: 4px;
	border:1px solid transparent;
	box-sizing: border-box;
}
.showImglistw img.on{
	border:1px solid var(--mobile_Hong);
}
.showtaglistw a,.showtaglistw span {
	border-radius: 4px;
	display: block;
	float: left;
	white-space: nowrap;
}
.showtaglistw a{
	padding: 2px 6px;
	background-color: var(--mobileC_444);
	margin-right: 8px;
	margin-bottom: 8px;
}

.showtaglistw a:hover {
	color: var(--mobile_baise);
	background-color: var(--mobile_Hong);
}

.showtaglistw span {
	padding: 2px 0;
	margin-right: 12px;
}

.loadimgw {
	width: 100%;
	height: 100%;
	position: relative;
}

.my-slide {
	height: 357px;
	position: relative;
}

.my-slide a {
	display: block;
}

.my-slide img {
	width: 100%;
	height: 357px;
}

.my-slide a .imgtitle {
	display: block;
	width: 94%;
	padding: 0 3%;
	font-size: 14px;
	line-height: 30px;
	background: var(--mobileCop2);
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.indexlistmove {
	width: 1143px;
	margin-left: -0.5%;
}

.indexlistmove .ali {
	width: 19.35%;
	display: inline;
	float: left;
	overflow: hidden;
	background: var(--mobileC_222);
	margin-left: 0.5%;
	padding: 6px 0 16px;
	border-radius: 4px;
	margin-bottom: 10px;
}

.indexlistmove .ali .title {
	width: 90%;
	line-height: 40px;
	font-size: 20px;
	margin: 0 5% 6px;
	color: var(--mobile_baise);
}

.indexlistmove .ali ul {
	width: 90%;
	margin: 0 5%;
}

.indexlistmove .ali li {
	width: 33.333%;
	float: left;
	display: inline;
}

.indexlistmove .ali li a {
	display: block;
}

.indexlistmove .ali li a img {
	width: 100%;
}

.indexlistmove .ali .title span.jiantou {
	width: 10px;
	height: 10px;
	background: url(/theme/wyp_icp_bizhi/images/svg/jiantou-you.svg) no-repeat;
	background-size: auto;
	background-size: auto 100%;
	float: left;
	display: inline-block;
	margin-top: 15px;
	margin-right: 5px;
}

#jump {
	position: fixed;
	bottom: 200px;
	right: 30px;
	width: 60px;
	z-index: 400;
}

*html #jump {
	position: absolute;
	top: expression(documentElement.scrollTop + "px");
	margin: 300px 0 0 0;
}

#jump li {
	height: 76px;
	overflow: hidden;
}

#top {
	display: block;
	width: 60px;
	height: 76px;
	overflow: hidden;
	cursor: pointer;
	background: url(/theme/wyp_icp_bizhi/images/gotop.png) no-repeat;
	background-size: auto 76px;
	border-radius: 4px;
	overflow: hidden;
}

#top:hover {
	background: url(/theme/wyp_icp_bizhi/images/gotopon.png) no-repeat;
	background-size: auto 76px;
}


/* 搜索 */
.search-box-indexTw {
	padding: 220px 0;
}

.search-box {
	width: 800px;
	margin: 0 auto;
	height: 52px;
	position: relative;
	z-index: 20;
}

.search-box-c {
	width: 100%;
	height: 52px;
	position: relative;
	margin-top: 65px;
	box-sizing: border-box;
	border-radius: 4px;
}

.search-box-c input[type="search"] {
	width: 100%;
	padding-right: 155px;
	padding-left: 16px;
	font-size: 16px;
	box-sizing: border-box;
	border-radius: 4px;
	height: 100%;
	background-color: var(--mobile_baise);
	color: var(--mobileC_000);
	box-shadow: var(--mobileCboxshadow1);
}

.search-box .search-box-btn {
	position: absolute;
	right: 0;
	top: 0px;
	width: 138px;
	height: 100%;
	border-radius: 0 3px 3px 0;
	overflow: hidden;
}

.search-box .search-box-btn a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	height: 52px;
	line-height: 52px;
	position: relative;
	margin: 0;
	text-align: center;
	color: var(--mobile_baise);
	box-shadow: var(--mobileCboxshadow2);
	background: var(--mobile_Hong);
	background-image: linear-gradient(-20deg, var(--mobileC_960000) 0%, var(--mobile_Hong) 100%);
	color: var(--mobile_baise);
}

.search-box .search-box-btn .icon-search-svg {
	vertical-align: -2px;
	margin-right: 2px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/theme/wyp_icp_bizhi/images/svg/searchIcon.svg) no-repeat center / 100%;
}

.search-box .search-box-btn .search-text {
	font-size: 16px;
	display: inline-block;
	color: var(--mobile_baise);
	margin-left: 12px;
}

.search-box .search-tsw {
	width: 658px;
	overflow: hidden;
	position: absolute;
	left: 4px;
	top: 52px;
	background: var(--mobileC_444);
}

.search-ts-box {
	width: 100%;
	background: var(--mobileC_444);
}

.search-ts-box .search-title,
.search-ts-box .search-title-b {
	height: 26px;
	line-height: 26px;
	padding-left: 22px;
	margin-top: 10px;
	font-size: 16px;
	margin-bottom: 12px;
}

.search-ts-box ul {
	padding: 0 10px;
}

.search-ts-box li {
	line-height: 36px;
	font-size: 14px;
	padding: 0 12px;
	float: left;
	position: relative;
}

.search-ts-box li a {
	color: var(--mobile_baise);
}

.search-ts-box li i.fenlan-r {
	background: var(--mobileC_666);
}

.search-ts-box li .paiming-nums {
	display: inline-block;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	border-radius: 2px;
	margin-right: 8px;
	background-color: var(--mobileBackop1);
	color: var(--mobile_baise);
	font-size: 12px;
	font-weight: 400;
}

.search-ts-box li .num-1 {
	background: var(--hongse) !important;
}

.search-ts-box li .num-2 {
	background: var(--huangse) !important;
}

.search-ts-box li .num-3 {
	background: var(--lanse) !important;
}

.search-box .type-search-box {
	position: absolute;
	top: -42px;
	left: 0;
	letter-spacing: 0.4px;
	padding-left: 4px;
}

.search-box .type-search-box .type-search-list li {
	position: relative;
	color: var(--mobileBackop1);
	margin-right: 10px;
	padding-bottom: 11px;
}

.search-box .type-search-box .type-search-list li:last-child {
	margin-right: 0;
}

.search-box .type-search-box .type-search-list li span {
	display: block;
	padding: 4px 14px;
	font-size: 18px;
	line-height: 26px;
	cursor: pointer;
	color: var(--mobileC_999);
	border-radius: 50px;
}

.search-box .type-search-box .type-search-list li:before {
	position: absolute;
	bottom: 2px;
	left: 50%;
	margin-left: -7px;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 4px solid var(--mobile_baise);
	border-bottom: 6px solid var(--mobile_baise);
}

.search-box .type-search-box .type-search-list li:hover span {
	color: var(--mobile_baise);
}

.search-box .type-search-box .type-search-list li.on {
	color: var(--mobile_baise);
}

.search-box .type-search-box .type-search-list li.on span {
	color: var(--mobile_baise);
}

.search-box .type-search-box .type-search-list li.on:before {
	content: '';
}

.hot-keyword {
	width: 800px;
	margin: 10px auto 20px;
	line-height: 20px;
	color: var(--chengse);
}

.hot-keyword li {
	position: relative;
	display: inline;
	float: left;
	padding: 0 10px;
	font-size: 14px;
}

.hot-keyword li a {
	display: block;
	padding: 0 8px;
	color: var(--mobileC_ccc);
}
.hot-keyword li a:hover{
	color: var(--mobile_baise);
}
.search-top-w {
	background: var(--mobileC_1b1b);
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, var(--mobileC_1b1b), var(--mobileC_000));
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, var(--mobileC_1b1b), var(--mobileC_000));
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/* 搜索列表 */
.searchlistw {
	width: 86%;min-width:1380px;max-width:1580px;
	margin: 0px auto;
	overflow: hidden;
}

.searchlistw .catdiv {
	width: 100%;
	height: 40px;
}

.searchlistw .catdiv .left {
	width: auto;
	line-height: 40px;
	font-size: 16px;
	float: left;
}

.searchlistw .catdiv .right {
	height: 100%;
	float: right;
}

.searchlistw .catdiv .right .catmore {
	display: block;
	width: 50px;
	height: 20px;
	margin-top: 10px;
	background: url(/theme/wyp_icp_bizhi/images/svg/more.svg) no-repeat right center;
	background-size: auto 100%;
}

.searchlistw .catdiv span.jiantou {
	width: 10px;
	height: 10px;
	background: url(/theme/wyp_icp_bizhi/images/svg/jiantou-you.svg) no-repeat;
	background-size: auto 100%;
	display: inline-block;
	margin-top: 15px;
	margin-right: 5px;
}

.searchlistw ul {
	width: 1142px;
	margin-left: -0.5%;
}

.searchlistw li {
	width: 220px;
	display: inline;
	float: left;
	margin-left: 7px;
	margin-bottom: 10px;
	overflow: hidden;
}

.searchlistw li a {
	display: block;
	border-radius: 2px 2px 4px 4px;
	overflow: hidden;
}

.searchlistw li a .imgw {
	height: 204px;
	width: 204px;
	padding: 8px;
	text-align: center;
	background: var(--mobileC_2525);
}

.searchlistw li a .imgw img {
	max-height: 204px;
	max-width: 204px;
	vertical-align: middle;
}

.for-vertical {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-left: -5px;
}

.searchlistw li a:hover .tits {
	background: var(--mobile_Hong);
	background-image: linear-gradient(-20deg, var(--mobileC_960000) 0%, var(--mobile_Hong) 100%);
	color: var(--mobile_baise);
}

.searchlistw li .tits {
	width: 200px;
	line-height: 36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: var(--mobileC_222);
	color: var(--mobileC_999);
	padding: 0 10px;
	text-align: center;
}

/* new */
.contlistNew_w {
	width: 86%;min-width:1380px;max-width:1580px;
	margin: 0px auto;
	overflow: hidden;
}

.contlistNew_w .catdiv {
	width: 100%;
	height: auto;
	background: var(--mobileC_1f1f1f);
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 0 20px;
	border: 1px solid var(--mobileC_222);
	box-sizing: border-box;
	overflow: hidden;
}

.contlistNew_w .catdiv .left {
	width: auto;
	line-height: 40px;
	font-size: 16px;
}

.contlistNew_w .catdiv .tright,.contlistw .catdiv .tright {
	width: 88%;
	line-height: 40px;
	height: 40px;
	font-size: 13px;
	margin-left: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.contlistNew_w .catdiv .tright .stit,
.contlistw .catdiv .tright .stit {
	font-size: 14px;
	margin-right: 5px;
	background: var(--mobile_Hong);
	background-image: linear-gradient(-20deg, var(--mobileC_960000) 0%, var(--mobile_Hong) 100%);
	padding: 2px 6px;
	border-radius: 2px;
	color: var(--mobile_baise);
}

.contlistNew_w .catdiv .tright a,.contlistw .catdiv .tright a {
	padding: 0 10px;
	color: var(--mobileC_555);
}
.contlistNew_w .catdiv .tright a:hover,.contlistw .catdiv .tright a:hover {
	color: var(--mobile_baise);
}
.contlistNew_w .catdiv .right {
	height: 100%;
}

.contlistNew_w .catdiv .right .catmore {
	display: block;
	width: 20px;
	height: 20px;
	background: url(/theme/wyp_icp_bizhi/images/svg/more.svg) no-repeat center;
	background-size: auto 100%;
}

.contlistNew_w .catdiv span.jiantou {
	width: 10px;
	height: 10px;
	background: url(/theme/wyp_icp_bizhi/images/svg/jiantou-you.svg) no-repeat;
	background-size: auto 100%;
	float: left;
	display: block;
	margin-top: 15px;
	margin-right: 5px;
}

.contlistNew_w ul {
	width: 1147px;
	margin-left: -1.5%;
}

.contlistNew_w li {
	width: 18.5%;
	display: inline;
	float: left;
	margin-left: 1.5%;
	margin-bottom: 16px;
	overflow: hidden;
	position: relative;
}

.contlistNew_w li span.imgxxs {
	opacity: 0;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: var(--mobileCop2);
	position: absolute;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	border-radius: 2px;
	padding: 0 6px;
	text-align: center;
	color: var(--mobileC_ccc);
}

.contlistNew_w li a img {
	width: 100%;
}

.contlistNew_w li span.bzfbl {
	width: 30%;
	position: absolute;
	left: 2%;
	top: 5px;
}

.contlistNew_w li span.bzcolor {
	width: 40%;
	position: absolute;
	left: 40%;
	top: 5px;
}

.contlistNew_w li span.bzfbl a {
	display: block;
	text-align: center;
}

.contlistNew_w li span.bzcolor a {
	display: inline-block;
	padding: 0 5px 0 0;
}

.contlistNew_w li a {
	display: block;
	border-radius: 2px 2px 4px 4px;
	overflow: hidden;
}

.contlistNew_w li a.imgw {
	width: 100%;
	background: var(--mobileC_222);
}

.contlistNew_w li a:hover .tits {
	background: var(--mobile_Hong);
	background-image: linear-gradient(-20deg, var(--mobileC_960000) 0%, var(--mobile_Hong) 100%);
	color: var(--mobile_baise);
}

.contlistNew_w li .tits {
	width: 94%;
	line-height: 36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: var(--mobileC_222);
	color: var(--mobileC_999);
	padding: 0 3%;
	text-align: center;
}

.contlistNew_w li a.imgw img {
	width: 100%;
	background: url(/theme/wyp_icp_bizhi/images/loading.gif) no-repeat center;
	background-size: 36px auto;
	display: inline-block !important;
	/* animation: listimgshowOut 0.5s forwards; */
	transition: opacity .25s ease-in-out;
}

.contlistNew_w li a.imgw:hover img,.contlistw li a.imgw:hover img {
	/* animation: listimgshowIn 0.5s forwards; */
	/* filter: blur(1px); */
	opacity: 0.6;
}

.contlistNew_w li a.imgw:hover .title,.contlistw li a.imgw:hover .title{
	animation: gotopIn 0.5s 0.1s forwards;
}

.contlistNew_w li .title {
	padding: 8px 12px;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	background: var(--mobileCop3);
	text-overflow: ellipsis;
	position: absolute;
	left: 0;
	bottom: -42px;
}

.taglist-w-0703 a {
	width: 20%;
	height: auto;
	overflow: hidden;
	display:block;
	float: left;
	background: var(--mobileC_282828);
}

.taglist-w-0703 a:hover {
	animation: listimgshowIn 0.2s forwards;
	box-shadow: var(--mobileCboxshadow);
	border-radius: 5px;
	background-color: var(--mobile_baise) !important;
	color: var(--mobileC_222);
}
.taglist-w-0703 a:hover p.tit{
	color: var(--mobileC_222) !important;
}
.taglist-w-0703 a:nth-of-type(odd) {
	background: var(--mobileC_222);
}

.taglist-w-0703 a .photo-l {
	width: 70px;
	height: 70px;
	margin: 20px;
	display: inline;
	float: left;
}

.taglist-w-0703 a .photo-l img {
	width: 70px;
	height: 70px;
	border-radius: 80px;
}

.taglist-w-0703 a .text-r {
	display: inline;
	float: left;
	padding: 30px 20px 30px 0;
}

.taglist-w-0703 a .text-r p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 96px;
}

.taglist-w-0703 a .text-r p.tit {
	color: var(--mobile_baise);
	font-size: 18px;
	height: 28px;
}

.taglist-w-0703 a .text-r p.picnum {
	color: var(--mobileC_999);
}

.menucolor {
	width: 86%;min-width:1380px;max-width:1580px;
	margin: 10px auto;
}

.menucolor a {
	width: 7.69%;
	display: inline-block;
	float: left;
	height: 14px;
}

.menucolor a:hover {
	-webkit-transform: scaleY(1.5);
	transform: scaleY(1.5);
}

.indexmovenew {
	padding: 8px 30px;
	background: var(--mobileC_1f1f1f);
	color: var(--mobileC_ccc);
	margin: 10px auto 24px;
	display: block;
	text-align: center;
	font-size: 16px;
	max-width: 300px;
	border-radius: 5px;
	text-shadow: var(--mobileCtextshadow);
}

.indexmovenew:hover {
	color: var(--mobile_baise);
	box-shadow: var(--mobileCboxshadow2);
	background: var(--mobile_Hong);
	background-image: linear-gradient(-20deg, var(--mobileC_960000) 0%, var(--mobile_Hong) 100%);
}

.bz_size_show {
	position: absolute;
	left: 30px;
	bottom: 30px;
	width: 180px;
	padding: 8px 14px;
	text-align: center;
	display: block;
	background: var(--mobileBackop2);
	/* background-image:linear-gradient(-20deg,var(--mobileC_960000) 0%,var(--mobile_Hong) 100%); */
	color: var(--mobile_baise);
	text-shadow: var(--mobileCtextshadow1);
	border-radius: 5px;
}

.bz_size_show span.tit {
	width: 100%;
	line-height: 20px;
	display: block;
	margin-bottom: 5px;
}

.bz_size_show span.sizes {
	font-size: 32px;
	display: block;
	width: 100%;
	font-family: 'Trebuchet' !important;
	line-height: 32px;
	margin-bottom: 5px;
}
.radius{
	border-radius: 4px;
}
.catTit_Defaule{
	background: var(--mobileC_1f1f1f);
	border-radius: 4px;
	padding:8px 20px;
	border: 1px solid var(--mobileC_222);
	box-sizing: border-box;
	overflow: hidden;
}
.tagtit{line-height: 40px; padding:6px 0;border-bottom: 1px solid var(--mobileC_2a2a2a);}
.tagtit h2{font-size: 20px; color: var(--mobile_baise)}
.tagtit h2,.tagtit span{display: inline;}
.tagtit span{margin-left: 20px;}

.head_b_menu{
	width: 100%;
	min-width: 1380px;
	height: 55px;
    background-color: var(--mobileBackop3);
    background-image: var(--mobileHeadback);
	box-shadow: var(--mobileCboxshadow);
}
.head_b_menu .menu{
	width: 86%;min-width:1380px;max-width:1580px;
	margin: 0px auto;
	height: 55px;
}
.head_b_menu .framed {
    position: relative;
    padding: 0 14px;
    height: 32px;
	box-sizing: border-box;
    white-space: nowrap;
    border-radius:34px;
    background-color: var(--mobileBackop4);
    box-shadow: var(--mobileHeadback1);
	cursor: pointer;
}
.head_b_menu .framed a.menus{
	font-size: 13px;
	line-height: 32px;
	color: var(--mobileC_eee);
	display: block;
}
.head_b_menu .framed .Mcontw{
	display: none;
	position: absolute;
	right: 0;
	top: 34px;
	border-radius: 4px 0 4px 4px;
	background-color: var(--mobileC_f5f5f5);
	padding: 8px 12px 22px;
	z-index: 500;
	font-size: 12px;
	width: 460px;
}
.head_b_menu .framed .Mcontw a{
	color: var(--mobileC_222);
}
.head_b_menu .framed .Mcontw .tits{
	width: 100%;
	padding: 12px 0;
	border-bottom: 1px solid var(--mobileC_eee);
	text-align: center;
}
.head_b_menu .framed .Mcontw .tits strong{
	font-weight: 800 !important;
	color: var(--mobileC_222);
	font-size: 14px;
}
.head_b_menu .framed .Mcontw ul{
	overflow: hidden;
	width: 20%;
}
.head_b_menu .framed .Mcontw ul li{
	width: 100%;
	box-sizing: border-box;
	padding: 4px;
	overflow: hidden;
}
.head_b_menu .framed .Mcontw ul li span.tit{
	padding: 4px 14px;
	box-sizing: border-box;
	text-align: center;
	font-weight: 800;
	display: block;
	color: var(--mobileC_222);
}
.head_b_menu .framed .Mcontw ul li a.size{
	padding: 4px 0;
	box-sizing: border-box;
	border: 1px solid var(--mobileC_ddd);
	border-radius: 4px;
	text-align: center;
	display: block;
}
.head_b_menu .framed .Mcontw ul li a.size:hover{
	background-color: var(--mobile_Hong);
	color: var(--mobile_baise);
	border:1px solid transparent;
}

.tmenu_color_w .Mcontw ul{
	width: 100% !important;
	overflow: initial !important;
}
.tmenu_color_w .Mcontw ul li{
	width: 12.5% !important;
	overflow: initial !important;
	float: left;
}
.tmenu_color_w .Mcontw ul li a.color{
	padding: 5px 0;
	box-sizing: border-box;
	border-radius: 4px;
	text-align: center;
	display: block;
	color: var(--mobile_baise);
	box-shadow: var(--mobileCtextshadow2);
}
.Sizetxtlist span{
	display: inline-block;
	padding: 2px 10px;
	margin-bottom: 5px;
	border-radius: 4px;
	position: relative;
}
.Sizetxtlist span::after{
	content: '';
	width: 1px;
	height: 10px;
	background-color: var(--mobileC_444);
	display: block;
	position: absolute;
	right: 0;
	top: 8px;
}
.searchwrapp{
	width: 100%;
	height: 75vh;
	min-height: 500px;
}
.searchwrapp .bannerindexw{
	height: 100%;
}
.footer_fixed{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 600;
}
.Searchtxtlist a{
	padding: 2px 8px;
	background: var(--mobileC_333);
	background: var(--mobileHeadback);
	margin-right: 12px;
	border-radius: 20px;
	font-size: 12px;
}
.searchHeadwrapp{
	width: 27%;
	height: 32px;
}
.searchHeadw{
	width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.searchHeadw .siteBtn{
	width: 102px;
	display: inline-block;
	height: 100%;
	line-height: 32px;
	background-color: var(--mobileC_333);
	border-radius: 16px 0 0 16px;
	text-align: center;
}
.searchHeadw input{
	font-size: 14px;
    display: inline-block;
    width: calc(100% - 172px);
    height: 100%;
    line-height: inherit;
    border: 0 none;
    outline: 0;
    background: var(--mobileC_444);
    color: var(--mobile_baise);
    vertical-align: top;
    text-indent: 22px;
    border: 1px solid var(--mobileC_444);
    border-right: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.searchHeadw button{
	text-align: center;
	display: inline-block;
    width: 72px;
    height: 100%;
	color: var(--mobile_baise);
    outline: 0;
    border: 0 none;
    border-radius: 0 16px 16px 0;
    font-size: 14px;
    line-height: 32px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
	background: var(--mobile_Hong);
    background: var(--mobileBtnHongse);
}

.searchHeadw .Ssitename{
	cursor: pointer;
}
.btn-login{
	border-radius: 30px;
	padding: 6px 20px;
	box-shadow: var(--mobileCtextshadow2);
	cursor: pointer;
}

.tc-modal-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
    z-index: 1000;
}
.ant-modal-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    height: 100%;
    background-color: var(--mobileCop6);
}
.login-open-ui-tc{
	min-width: 480px;
	width: 34%;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1002;
}
.login-open-ui{
    vertical-align: middle;
	box-sizing: border-box;
    color: var(--mobileC_1f1f1f);
    font-size: 14px;
    line-height: 1.5715;
    position: relative;
    width: auto;
    /* max-width: calc(100vw - 32px); */
	max-width: 520px;
    margin: 0 auto;
    padding: 0 0 24px;
	z-index: 1002;
}
.login-open-ui .content{
	min-width: 450px;
	border-radius: 24px;
    overflow: hidden;
	position: relative;
    background-color: #fff;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 8%), 0 9px 28px 8px rgb(0 0 0 / 5%);
    pointer-events: auto;
}

.login-open-ui .content .modal-close{
    width: 24px;
    height: 24px;
    position: absolute;
    top: 24px;
    right: 20px;
    font-size: 24px;
    color: var(--mobileC_ccc);
	line-height: 22px;
	background: none;
	display: block;
	z-index: 1003;
	cursor: pointer;
}
.login-open-ui .content .modal-close:hover{
	color: var(--mobileC_333) !important;
}
.login-open-ui .content .modal-body {
    padding: 24px;
    font-size: 14px;
    line-height: 1.5715;
    word-wrap: break-word;
}
.login-open-ui .content .modal-body .title{
	position: relative;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    margin-top: 10px;
}
.login-open-ui .content .modal-body .title span{
	cursor: pointer;
    position: relative;
	color: var(--mobileC_999);
}
.login-open-ui .content .modal-body .title span.on{
	color: var(--mobileC_000);
}
.login-open-ui .content .modal-body .title span.on::after{
	content: '';
	width: 100%;
	height: 3px;
	border-radius: 2px;
	background-color: var(--mobileC_1f1f1f);
	bottom: -6px;
	left: 0;
	display: inline-block;
	position: absolute;
}
.login-open-ui .content .modal-body .formcont{
	padding: 36px 26px 0;
    min-height: 390px;
}
.login-open-ui .content .modal-body .form {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: var(--mobileC_1f1f1f);
    font-size: 14px;
    line-height: 1.5715;
}
.login-open-ui .content .modal-body .form-item {
    box-sizing: border-box;
    padding: 0;
    color: var(--mobileC_1f1f1f);
    font-size: 14px;
    line-height: 1.5715;
    margin: 0 0 14px;
    vertical-align: top;
    transition: margin-bottom .3s linear 17ms;
	position: relative;
}
.login-open-ui .content .modal-body .form-item .login-input{
	width: 100%;
    font-size: 14px;
    height: auto;
	box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 8px 18px;
    color: var(--mobileC_1f1f1f);
    line-height: 1.5715;
    background-color: var(--mobile_baise);
    background-image: none;
    border: 1px solid var(--mobileC_eee);
    border-radius: 6px;
    transition: all .3s;
}
.btn-login-tc{
	width: 100%;
	padding: 12px 0;
	border-radius: 6px;
}
.login-open-ui .content .btn-dsf{
	width: auto;
	padding: 0 12px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	border-radius: 4px;
	border:1px solid var(--mobileC_eee);
	cursor: pointer;
	box-sizing: border-box;
	width: 32%;
}
.login-open-ui .content .btn-dsf:hover{
	background-color: var(--mobileC_eee);
}
.login-open-ui .content .dsf-wrapp{
	border-bottom: 1px dashed var(--mobileC_eee);
}
/*  */
.outBox {
	width: 100%;
	height: 40px;
	background-color: var(--mobileC_f5f5f5);
	box-sizing: border-box;
	position: relative;
}

.outBox p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
	user-select: none;
}

.outBox .slider {
	width: 38px;
	height: 38px;
	background-color: var(--mobile_baise);
	border: 1px solid var(--mobileC_eee);
	text-align: center;
	line-height: 38px;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	user-select: none;
	z-index: 8;
}

.outBox .slider_back {
	height: 40px;
	width: 0;
	background-color: var(--lvse);
	position: absolute;
	top: 0px;
	z-index: 6;
}
.btn-huise,.btn-huise:hover{
	background-color: var(--mobileC_eee);
	color:var(--mobileC_222);
}
.msg-box{
	color: var(--hongse);
	font-size: 12px;
	position: absolute;
	left: 20px;
	top: -10px;
	background: var(--mobile_baise);
}
.n-invalid{
	border: 1px solid var(--hongse) !important;
}
.n-valid{
	border: 1px solid var(--lvse) !important;
}
#remind {
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #4d4d4d), color-stop(.4, #4d4d4d), color-stop(.5, #fff), color-stop(.6, #4d4d4d), color-stop(1, #4d4d4d));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: slidetounlock 3s infinite;
	-webkit-text-size-adjust: none;
	animation: slidetounlock 3s infinite;
	display: block;
	width: 80%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
	position: relative;
	z-index: 7;
	-webkit-touch-callout:none ;
	-webkit-text-size-adjust:none ;
	-webkit-tap-highlight-color:transparent ;
	-webkit-user-select:none ;
}

/* tupian */
.menu-tupian-w {
	width: 86%;min-width:1380px;max-width:1580px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.menu-tupian-w .l {
	display: inline;
	float: left;
	width: 129px;
	overflow: hidden;
}

.menu-tupian-w .l span {
	display: block;
	text-align: center;
	/* background: #7b1215; */
	width: 117px;
	line-height: 32px;
	color: var(--mobile_baise);
}

.menu-tupian-w .r {
	display: inline;
	float: left;
	width: 100%;
	overflow: hidden;
	background: var(--mobileC_282828);
}

.menu-tupian-w .r ul li {
	display: inline;
	float: left;
	width: 11.111%;
}

.menu-tupian-w .r ul li:nth-child(2n+1) {
	background: var(--mobileC_222);
}
.menu-tupian-w .r ul li:nth-child(n+11):nth-child(2n+1) {
	background: var(--mobileC_282828);
}
.menu-tupian-w .r ul li:nth-child(n+11):nth-child(2n+2) {
	background: var(--mobileC_222);
}

.menu-tupian-w .r ul li span {
	display: block;
	text-align: center;
	color: var(--mobileC_eee);
	width: 100%;
	box-sizing: border-box;
}
.menu-tupian-w .r ul li span.catnametit{
	margin-bottom: 5px;
}
.menu-tupian-w .r ul li span.number{
	color: var(--mobileC_666);
	font-size: 12px;
}
.menu-tupian-w .r ul li a {
	width: 100%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: var(--mobileC_999);
	text-align: center;
	height: auto;
	padding: 12px 0;
}

.menu-tupian-w .r ul li a:hover,
.menu-tupian-w .r ul li a.cur {
	background: var(--mobile_baise) !important;
	color: var(--mobileC_000) !important;
}

.menu-tupian-w .r ul li a:hover .catnametit,
.menu-tupian-w .r ul li a.cur .catnametit {
	color: var(--mobileC_000) !important;
}

/* tpdq */
.menu-tpdq-w {
	width: 86%;min-width:1380px;max-width:1580px;
	height: 71px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.menu-tpdq-w .l {
	display: inline;
	float: left;
	width: 129px;
	overflow: hidden;
}

.menu-tpdq-w .l span {
	display: block;
	text-align: center;
	/* background: #7b1215; */
	width: 117px;
	line-height: 32px;
	color: var(--mobile_baise);
}

.menu-tpdq-w .r {
	display: inline;
	float: left;
	width: 100%;
	overflow: hidden;
	background: var(--mobileC_282828);
}

.menu-tpdq-w .r ul li {
	display: inline;
	float: left;
	width: 11.111%;
}

.menu-tpdq-w .r ul li:nth-child(2n+1) {
	background: var(--mobileC_222);
}
/* .menu-tpdq-w .r ul li:nth-child(n+10):nth-child(2n+1) {
	background: var(--mobileC_282828);
}
.menu-tpdq-w .r ul li:nth-child(n+20):nth-child(2n+2) {
	background: var(--mobileC_222);
} */

.menu-tpdq-w .r ul li span {
	display: block;
	text-align: center;
	color: var(--mobileC_eee);
	width: 100%;
	box-sizing: border-box;
}
.menu-tpdq-w .r ul li span.catnametit{
	margin-bottom: 5px;
}
.menu-tpdq-w .r ul li span.number{
	color: var(--mobileC_666);
	font-size: 12px;
}
.menu-tpdq-w .r ul li a {
	width: 100%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: var(--mobileC_999);
	text-align: center;
	height: auto;
	padding: 12px 0;
}

.menu-tpdq-w .r ul li a:hover,
.menu-tpdq-w .r ul li a.cur {
	background: var(--mobile_baise) !important;
	color: var(--mobileC_000) !important;
}

.menu-tpdq-w .r ul li a:hover .catnametit,
.menu-tpdq-w .r ul li a.cur .catnametit {
	color: var(--mobileC_000) !important;
}
/* mntp */
.menu-mntp-w {
	width: 86%;min-width:1380px;max-width:1580px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.menu-mntp-w .l {
	display: inline;
	float: left;
	width: 129px;
	overflow: hidden;
}

.menu-mntp-w .l span {
	display: block;
	text-align: center;
	/* background: #7b1215; */
	width: 117px;
	line-height: 32px;
	color: var(--mobile_baise);
}

.menu-mntp-w .r {
	display: inline;
	float: left;
	width: 100%;
	overflow: hidden;
	background: var(--mobileC_282828);
}

.menu-mntp-w .r ul li {
	display: inline;
	float: left;
	width: 12.5%;
}

.menu-mntp-w .r ul li:nth-child(2n+1) {
	background: var(--mobileC_222);
}
.menu-mntp-w .r ul li:nth-child(n+11):nth-child(2n+1) {
	background: var(--mobileC_282828);
}
.menu-mntp-w .r ul li:nth-child(n+11):nth-child(2n+2) {
	background: var(--mobileC_222);
}

.menu-mntp-w .r ul li span {
	display: block;
	text-align: center;
	color: var(--mobileC_eee);
	width: 100%;
	box-sizing: border-box;
}
.menu-mntp-w .r ul li span.catnametit{
	margin-bottom: 5px;
}
.menu-mntp-w .r ul li span.number{
	color: var(--mobileC_666);
	font-size: 12px;
}
.menu-mntp-w .r ul li a {
	width: 100%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: var(--mobileC_999);
	text-align: center;
	height: auto;
	padding: 12px 0;
}

.menu-mntp-w .r ul li a:hover,
.menu-mntp-w .r ul li a.cur {
	background: var(--mobile_baise) !important;
	color: var(--mobileC_000) !important;
}

.menu-mntp-w .r ul li a:hover .catnametit,
.menu-mntp-w .r ul li a.cur .catnametit {
	color: var(--mobileC_000) !important;
}
/* slidercaptcha */
.container-fluid{
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 500;
	background: rgba(0,0,0,0.75);
	left: 0;
	top: 0;
}
.container-fluid .form-row{
	position:absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.container-fluid .form-row .slidercaptcha {
	margin: 0 auto;
	width: 314px;
	height: 286px;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
	margin-top: 40px;
	background-color: var(--mobile_baise,'#ffffff');
}

.container-fluid .form-row .slidercaptcha .card-body {
	padding: 1rem;
}

.container-fluid .form-row .slidercaptcha canvas:first-child {
	border-radius: 4px;
	border: 1px solid #e6e8eb;
}

.container-fluid .form-row .slidercaptcha.card .card-header {
	background-image: none;
	background-color: rgba(0, 0, 0, 0.03);
}

.container-fluid .form-row .refreshIcon {
	top: -46px;
}
#contpic {
	cursor: default;
}

#contpic.left {
	cursor: w-resize;
}

#contpic.right {
	cursor: e-resize;
}
.walltop .menunow{
	width: 100%;
	margin: 20px auto 0;
}
.walltop .menunow a{
	display: block;
	padding: 20px 12px;
	border-radius: 4px;
	text-align: center;
	width: 18%;
	background-color: var(--mobileC_222);
	box-sizing: border-box;
}
.walltop .menunow a.on,.walltop .menunow a:hover{
	color: var(--mobileC_333);
	background-color: var(--mobile_baise);
}
.walltop .menunow-1{
	width: 50%;
	margin: 20px auto 0;
}
.walltop .menunow-1 a{
	display: block;
	padding: 20px 10px;
	text-align: center;
	width: auto;
	box-sizing: border-box;
	color: var(--mobileC_999);
	font-size: 20px;
}
.walltop .menunow-1 a.on,.walltop .menunow-1 a:hover{
	color: var(--mobile_baise);
	border-bottom: 2px solid var(--hongse);
}
.walltop .item-1{
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.walltop .item-tits{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 18px;
	color: var(--mobile_baise);
	margin: 0 0 18px;
}
.walltop .item-1 .cont{
	width: 32%;
	height: 100%;
	box-sizing: border-box;
	padding: 18px;
	border-radius: 5px;
	background-color: var(--mobileC_222);
}
.walltop .item-1 .cont .cl .li{
	width: 100%;
	height: 124px;
	background: #1e1e1e;
    border-radius: 12px;
    margin-bottom: 12px;
	padding:16px;
	box-sizing: border-box;
	overflow: hidden;
}
.walltop .item-1 .cont .cl .li:last-child{
	margin-bottom: 0 !important;
}
.walltop .item-1 .cont .cl .li .number{
	width: 8%;
	height: 40%;
	overflow: hidden;
	border-radius: 4px;
	text-align: center;
	background-color: var(--mobileC_333);
	color: var(--mobileC_666);
	display: flex;
	align-items: center;
	justify-content: center;
}
.walltop .item-1 .cont .cl .li:nth-child(n+1):nth-child(-n+3) .number{
	color: #fff !important;
}
.walltop .item-1 .cont .cl .li:nth-child(1) .number{
	background: var(--hongse);
}
.walltop .item-1 .cont .cl .li:nth-child(2) .number{
	background: var(--huangse);
}
.walltop .item-1 .cont .cl .li:nth-child(3) .number{
	background: var(--lanse);
}
.walltop .item-1 .cont .cl .li .pic{
	width: 20%;
	height: auto;
	overflow: hidden;
}
.walltop .item-1 .cont .cl .li .pic img{
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.walltop .item-1 .cont .cl .li .rcont{
	width: 64%;
	height: auto;
}
.walltop .item-1 .cont .cl .li .rcont .title{
	width: 100%;
	height: auto;
	font-size: 15px;
	/* white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden; */
	color: var(--mobileC_ddd);
	margin-bottom: 6px;
}
.walltop .item-1 .cont .cl .li .rcont .sm {
	width: 100%;
	height: auto;
	font-size: 12px;
	color: var(--mobileC_999);
}
@media (min-width: 1921px) {
	/* .contlistw li{
		width: 12.78% !important;
	} */
}

:root{
	--mobile_Hong : #d30000;
	--mobileC_1b1b : #1B1B1B;
	--mobileC_999 :#999999;
	--mobileC_960000 : #960000;
	--mobileC_1f1f1f : #1f1f1f;
	--mobileC_2b2b2b : #2b2b2b;
	--mobileC_f5f5f5: #f5f5f5;
	--mobileC_eee: #eeeeee;
	--mobileC_ccc: #CCCCCC;
	--mobileC_ddd: #dddddd;
	--mobileC_333 : #333333;
	--mobileC_444 : #444444;
	--mobileC_555 : #555555;
	--mobile_baise: #ffffff;
	--mobileC_666 : #666666;
	--mobileC_282828 : #282828;
	--mobileC_2a2a2a : #2a2a2a;
	--mobileC_222 : #222222;
	--mobileC_000 : #000000;
	--mobileC_2d2d : #2d2d2d;
	--mobileC_2525 : #252525;
	--mobileCtextshadow : 1px 1px 3px rgba(0, 0, 0, .55);
	--mobileCtextshadow1 : 1px 1px 3px rgba(0, 0, 0, .25);
	--mobileCtextshadow2 : 1px 2px 4px rgba(0, 0, 0, .14);
	--mobileCboxshadow : 0px 2px 12px 4px rgba(0, 0, 0, 0.15);
	--mobileCboxshadow1 : 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	--mobileCboxshadow2 : 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
	--mobileBackop1 : rgba(0, 0, 0, 0.2);
	--mobileBackop2 : rgba(0, 0, 0, 0.25);
	--mobileBackop3 : rgba(39,42,44,.75);
	--mobileBackop4 : rgba(30,30,30,.5);
	--mobileCop1 : rgba(255, 255, 255, 0.85);
	--mobileCop2 : rgba(0, 0, 0, 0.75);
	--mobileCop3 : rgba(0, 0, 0, 0.8);
	--mobileCop4 : rgba(255, 255, 255, 0.85);
	--mobileCop6 : rgba(0, 0, 0, 0.45);
	--mobileIndexBannerBack : linear-gradient(to top,rgba(27, 27, 27,1) 0%,rgba(27, 27, 27,0) 100%),url(../image/wYc28I.jpg);
	--mobileHeadback : linear-gradient(-96deg,var(--mobileC_1f1f1f) 0%,var(--mobileC_2b2b2b) 40%,var(--mobileC_1f1f1f) 100%);
	--mobileBtnHongse : linear-gradient(-20deg, var(--mobileC_960000) 0%, var(--mobile_Hong) 100%);
	--mobileHeadback : linear-gradient(to bottom,#292c2f 0,rgba(34,34,34,.5) 100%);
	--mobileHeadback1 : inset 1px 1px 1px rgb(0 0 0 / 40%), 1px 1px 0 rgb(127 127 127 / 10%);
}