/* CSS Document */

.wrappcont {
	height: auto;
	margin: 0 2.5vw 1.4rem 2.5vw;
	padding: 0 0.25rem;
}

div {
	box-sizing: border-box;
}
.heads{
	height: 1rem;
	background-color: #e32d2d;
	/* background-image: linear-gradient(to left, #c7ad79 0%, #eeba6f 100%); */
	padding: 0 2.5vw;
	font-size: 0.32rem;
	color: #fff;
}
.heads a{
	color: #fff;
}
.backicon{
	width: 0.28rem;
	height: 0.28rem;
	background: url(../images/backiocn.svg) no-repeat center;
	background-size: 100% auto;
}
.btw {
	width: auto;
	line-height: 40px;
	padding: 10px 10px;
	font-size: 22px;
	border-bottom: 1px solid #eeeeee;
	font-weight: 700;
}

.editw {
	line-height: 40px;
	padding: 10px 10px;
	font-size: 14px;
	border-bottom: 1px solid #eeeeee;
}

.editw .iconw {
	width: auto;
	float: left;
	padding: 0 10px 0 0;
}

.editw .iconw img {
	width: 30px;
	height: 30px;
	margin: 5px 5px 5px 0;
	border-radius: 30px;
}

.editw .txtw {
	width: auto;
	float: left;
	padding: 0 10px 0 0;
}

.editw .gzbtn {
	display: inline-block;
	float: right;
	padding: 0 10px;
	line-height: 30px;
	height: 30px;
	margin: 5px 0;
	border-radius: 5px;
	background: #f42225;
	color: #ffffff;
}

.contw {
	font-size: 0.27rem;
	color: #333;
	padding: 0.2rem;
	background-color: #ffffff;
}

.contw p img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.contw p {
	margin-bottom: 10px;
	text-indent: 32px;
}

.contw p.tit {
	font-size: 0.3rem;
	font-weight: bold;
	color: #f42225;
	text-indent: 0px !important;
}

.productw {
	margin: 10px 30px;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	background-size: 30px 30px;
	background-image: -webkit-linear-gradient(45deg, rgba(244, 34, 37, 1) 25%, transparent 25%, transparent 50%, rgba(244, 34, 37, 1) 50%, rgba(244, 34, 37, 1) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(244, 34, 37, 1) 25%, transparent 25%, transparent 50%, rgba(244, 34, 37, 1) 50%, rgba(244, 34, 37, 1) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(244, 34, 37, 1) 25%, transparent 25%, transparent 50%, rgba(244, 34, 37, 1) 50%, rgba(244, 34, 37, 1) 75%, transparent 75%, transparent);
	-webkit-animation: barberpole 0.5s linear infinite;
	-moz-animation: barberpole 0.5s linear infinite;
	animation: barberpole 0.5s linear infinite;
}

.productw .txts {
	margin: 5px;
	line-height: 40px;
	font-size: 20px;
	background: #ffffff;
	text-align: center;
	font-weight: bold;
	color: #f42225;
}

@-webkit-keyframes barberpole {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 60px 30px;
	}
}

@-moz-keyframes barberpole {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 60px 30px;
	}
}

@keyframes barberpole {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 60px 30px;
	}
}
.Fbold{
	font-weight: bold;
}
.Ftitall{
	font-size: 0.35rem;
}
.bookw{
	padding: 0.25rem;
	background-color: #fff;
	margin-top: 0.3rem;
}
.bookw p{
	padding: 0;
	margin: 0 0 0.25rem 0;
}
.bookw .tit {
	padding: 0 0.3rem;
}

.lyw {
	margin: 0 0 0.25rem;
	font-size: 0.25rem;
	border: 1px solid #eeeeee;
	padding: 0.25rem;
}

.lyw .lybt {
	line-height: 1.8;
}

.lyw .lybt .listimg,
.lyw .lyhuifu .listimg {
	float: left;
	margin-right: 0.25rem;
}

.lyw .lybt .listimg img,
.lyw .lyhuifu .listimg img {
	width: 30px;
	height: 30px;
	border-radius: 40px;
	margin: 5px 0 5px;
}

.lyw .lybt .rlist {
	float: right;
	margin-left: 14px;
	color: #1073bf;
}

.lyw .lybt .list,
.lyw .lyhuifu .list {
	float: left;
	margin-right: 14px;
}

.lyw .lybt .ltit,
.lyw .lyhuifu .ltit {
	color: #f42225;
}

.lyw .lycont {
	line-height: 1.8;
	margin: 0.2rem 0;
}

.lyw .lyhuifu {
	padding: 0.35rem;
	background: #f5f5f5;
	border-radius: 5px;
	border: 1px solid #dddddd;
	line-height: 1.6;
	margin-top: 0.2rem;
}

.txtzd {
	background: #fff600;
	color: #ed3737;
	font-weight: 800;
	border-radius: 5px;
	padding: 0.04rem 0.12rem;
	margin: 0 0.1rem;
	
}
.txttclist {
	background: #fff600;
	color: #ed3737;
	font-weight: 800;
	border-radius: 5px;
	padding: 0.2rem 0.12rem;
	margin: 0.15rem auto;
	display: block;
	width: 70%;
}
.tcimgall img{
	width: 88%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.footbtn {
	width: 100%;
	height: 1.4rem;
	background: rgba(0, 0, 0, .8);
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 0.25rem 0;
}

.footbtn .cent {
	padding: 0 0.25rem;
}

.footbtn .cent .wxleft {
	padding: 0 0.25rem;
	background: #ffffff;
	color: #000000;
	display: block;
	font-size: 0.28rem;
	border-radius: 6px;
}

.footbtn .cent .wxright {
	padding: 0.2rem 0.25rem;
	background: #fc636a;
	background-image: linear-gradient(to right, #fc636a 0%, #fd7564 19%, #ff9b54 60%, #ff9750 100%);
	color: #ffffff;
	display: block;
	font-size: 0.3rem;
	border-radius: 100px;
}
.footbtn p{
	color: #fff600;
}
.boxshow {
	box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.1);
}

.banner,
.banner img {
	width: 100%;
	max-width: 1080px;
	height: auto;
	cursor: pointer;
}

.topitem {
	max-width: 1080px;
	font-size: 0.3rem;
	background: #ffffff;
	border-radius: 100px;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 0.25rem;
}

.topitem span em {
	display: inline-block;
	margin: 0 4px;
	padding: 2px 6px;
	background-color: red;
	color: #fff;
	font-weight: 600;
	border-radius: 100px;
}

.liuTabw {
	background-color: #fff;
}

.liuTabw .item {
	width: 14%;
	margin-right: 1px;
}

.liuTabw .item:last-child {
	margin-right: 0px;
}

.liuTabw .mrss {
	margin-right: 2%;
}

.liuTabw .item .number {
	padding: 5px;
	line-height: 2.2;
	text-align: center;
	font-size: 0.4rem;
	font-weight: bold;
}

.liuTabw .item .name {
	line-height: 1.8;
	text-align: center;
	font-size: 0.34rem;
	border: 1px solid #eeeeee;
	border-top: 0px;
}

.Fon {
	color: red;
	font-weight: 500;
}

.green {
	background-color: green;
	color: #fff;
}

.blue {
	background-color: blue;
	color: #fff;
}

.red {
	background-color: red;
	color: #fff;
}

table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

table td,
table th {
	border: 1px solid #eee;
	padding: 0.2rem 0.08rem;
	text-align: center;
}

table th {
	font-weight: 800;
	background-color: #f5f7fb;
}
table tr td:nth-last-child(-n+2) {
	font-weight: bold;
	color: red;
}
table tr td:nth-child(2) {
	white-space:nowrap;
}
table tr td:nth-last-child(3) {
	word-break: break-all;
}
table tbody tr:nth-child(even) {
	background-color: #f6f6f6;
}
table td h5{
	display: inline-block;
	font-size: 0.55rem;
	padding: 0;
	margin: 0;
	line-height: 1;
	color: red;
}
table td a.mylink{
	padding: 0.04rem 0.05rem;
	background: #000;
	background-image: linear-gradient(to right, #fc636a 0%, #fd7564 19%, #ff9b54 60%, #ff9750 100%);
	border-radius: 4px;
	color: #fff;
	display: block;
}
table td a{
	color: #000;
}
.contbanner img{
	width: 100%;
	height: auto;
}
.contbanner{
	width: 70%;
	margin: 0 auto;
}
.contwAll{
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.backpop{
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
}
.backpop .back{
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.75);
	z-index: 10;
}
.popcont{
	width: 82%;
	height: auto;
	background-image: linear-gradient(to bottom, #fc636a 0%, #fd7564 19%, #ff9b54 60%, #ff9750 100%);
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	max-width: 680px;
	border-radius: 8px;
	z-index: 12;
}
.popcont .close{
	display: block;
	width: 0.4rem;
	height: 0.4rem;
	position: absolute;
	right: 0.2rem;
	top: 0.2rem;
	font-size: 0.5rem;
	line-height: 0.3rem;
	text-align: center;
	color: #fff;
}
.popcont .tit{
	font-size: 0.35rem;
	color: #ffffff;
	text-align: center;
	line-height: 2.5;
}
.popcont .tit a{
	display: block;
	color: #fff;
	font-weight: 500;
}
.popcont .pcont{
	padding: 0.25rem;
	background: #fff;
	text-align: center;
}
.popcont .pcont .tits{
	padding-bottom: 0.25rem;
	border-bottom: 1px solid #f5f5f5;
}
.popcont .pcont .tits span{
	font-size: 0.32rem;
	font-weight: bold;
	color: red;
}
.popcont .pcont .item{
	width: 100%;
	margin: 0 auto 0.25rem;
}
.popcont .pcont .ewm{
	width: 50%;
	height: auto;
	margin: 0 auto;
}
.popcont .pcont .ewm img{
	width: 100%;
	height: auto;
	max-width: 180px;
}
.step{
	margin-top: 0.2rem;
}
.step,.step img{
	width: 100%;
	height: auto;
}

.xf-kefu{
	width: 2.4rem;
	height: auto;
	display: block;
	position: fixed;
	right: 0.3rem;
	bottom: 25%;
}
.xf-kefu img{
	width: 100%;
	height: auto;
}
.pagehead .ctits {
	font-size: 0.52rem;
	text-align: center;
	font-weight: bold;
}

.pagehead .tithead {
	width: 100%;
	text-align: center;
}
.pageul{
	width: 102%;
}

.pageul li{
	margin-bottom: 0.3rem;
	float: left;
	width: 48%;
	margin-right: 2%;
	background-color: #ffffff;
	border-radius: 8px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
}
.pageul li .imgs{
	margin: 0.32rem;
	/* height: 6.8rem;
	overflow: hidden; */
}
.pageul li img{
	width: 100%;
	height: auto;
}
.toastMsg {
	position: fixed;
	z-index: 9;
	left: 50%;
	margin-left: -180px;
	bottom: 75px;
	text-align: center;
	display: block;
}

.toast_text {
	border-radius: 32px;
	background: red;
	opacity: 0.9;
	padding: 8px;
	font-size: 14px;
	color: yellow
}
.picpop{
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 10;
}
.picpop .picback{
	position: absolute;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 11;
	background: rgba(0,0,0,0.75);
}
.picpop img{
	width: 84%;
	height: auto;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-55%);
	z-index: 12;
}
.picpop .close{
	position: absolute;
	left: 50%;
	bottom: 1rem;
	transform: translateX(-50%);
	width: 0.88rem;
	height: 0.88rem;
	border: 2px solid #ffffff;
	text-align: center;
	line-height: 0.65rem;
	color: #fff;
	z-index: 12;
	border-radius: 100px;
	font-size: 0.65rem;
}
.text-tb-btit{
	font-size: 0.32rem;
	text-align: left;
}
a.Item-mylink {
	padding: 0.2rem 0.3rem;
	background: red;
	background-image: linear-gradient(to right, #fc636a 0%, #fd7564 19%, #ff9b54 60%, #ff9750 100%);
	border-radius: 4px;
	color: #fff;
	display: block;
}
a.Item-mylink img{
	width: auto;
	height: 0.4rem;
	margin-right: 0.2rem;
}
.ggbanner{
	width: 100%;
	height: auto;
}
.ggbanner img{
	width: 100%;
	height: auto;
}
@media only screen and (min-width: 1025px) {
	body{
		font-size: 0.3rem;
	}
	.contw{
		font-size: 0.32rem;
	}
	.ccol{
		font-size: 0.38rem;
	}
	.lyw{
		font-size: 0.28rem;
	}
	.topitem{
		font-size: 0.42rem;
	}
	.topitem span em{
		padding: 0 0.3rem;
		margin: 0 0.3rem;
	}
	table td h5 {
		font-size: 0.6rem;
	}
	.xf-kefu{
		width: 3.5rem;
		right: 0.5rem;
		bottom: 25%;
	}
	.picpop img {
		width: 560px;
	}
	.text-tb-btit {
		text-align: center;
		font-size: 0.4rem;
	}
}


.toplogo {
	background-color: white;
}
.toplogo a {
	font-size: 16px;
	font-weight: 700;
	color: #008000;
}

.toplogo p {
	line-height: 36px;
}

@media screen and (min-width: 481px) {
	.macaoiframe {
		height: 226px;
	}
}

@media screen and (max-width: 480px) {
	.macaoiframe {
		height: 177px;
	}
}
@media screen and (max-width: 750px) {
	.wrappcont {
	    padding: 0 ;
	}
}

.pop-cpt{z-index:999999999;position:relative}
.pop-cpt2{display:flex;justify-content:center;align-items:center;position:fixed;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,.7)}
.pop-cpt a{text-decoration:none;color:inherit;display:block}
.pop-cpt a:hover{text-decoration:none}
.pop-cpt .pop-cpt-bd{width:300px;padding:0 5px;box-sizing:border-box;border-radius:15px;background:#04B783;font-size:14px;color:#333;font-family:"微软雅黑";position:relative}
.pop-cpt .pop-cpt-close{display:inline-block;height:36px;line-height:36px;padding:0 15px;color:#fff;position:absolute;top:0;right:0}
.pop-cpt .pop-cpt-tit{height:36px;line-height:36px;color:#fff;text-align:center;font-size:18px;font-weight:bold}
.pop-cpt .pop-cpt-tit span{display:inline-block;padding:0 10px;position:absolute;top:0;right:0}
.pop-cpt .pop-cpt-con{padding:10px 0;border-radius:15px;background:#fff}
.pop-cpt .pop-cpt-con1{text-align:center;line-height:24px;font-size:15px}
.pop-cpt .pop-cpt-con2{padding-top:10px;text-align:center;line-height:24px;font-size:15px}
.pop-cpt .pop-cpt-con2-tit{display:flex;justify-content:center;padding-bottom:5px}
.pop-cpt .pop-cpt-con2-tit span{display:inline-block;width:26px;line-height:26px;margin-left:-3px;text-align:center;color:#fff;font-size:16px;font-weight:bold;border-radius:50%;background: #04b783
}
.pop-cpt .pop-cpt-con2-logo{display:flex;justify-content:center;height:60px}
.pop-cpt .pop-cpt-con2-logol{color:#ff0000;font-size:70px;line-height:60px;font-weight:bold;font-family:impact,arial}
.pop-cpt .pop-cpt-con2-logol font{font-size:52px;font-weight:normal;font-family:revert}
.pop-cpt .pop-cpt-con2-logor{width:40px;position:relative}
.pop-cpt .pop-cpt-con2-logor-txt1 span{display:inline-block;width:38px;height:22px;line-height:22px;text-align:center;color:#fff;border-radius:5px;background: #ff0000;position:absolute;left:8px;top:2px}
.pop-cpt .pop-cpt-con2-logor-txt2{line-height:32px;color:#fb2725;font-size:30px;font-family:impact,arial;position:absolute;top:24px;left:0}
.pop-cpt .pop-cpt-con3{padding:10px}
.pop-cpt .pop-cpt-con3 table{font-weight:bold;border-collapse:collapse}
.pop-cpt .pop-cpt-con3 th{text-align:center;color:#fff;border:solid 1px #04b783;background: #04b783;font-size:medium;line-height:normal}
.pop-cpt .pop-cpt-con3 td{text-align:center;border:solid 1px #999;padding:5px}
.pop-cpt .pop-cpt-con4{text-align:center}
.pop-cpt .pop-cpt-con4 span{display:inline-block;width:200px;height:40px;line-height:40px;font-size:20px;font-weight:bold;color:#ff0;border-radius:10px;background:#fb2725}
.pop-cpt .pop-cpt-footer{padding:10px 0;color:#fff;text-align:center}
.pop-cpt .pop-cpt-footer1{font-size:14px;line-height:normal}
.pop-cpt .pop-cpt-footer2{padding-top:5px;font-weight:bold;color:#ff0}
