/* CSS Document */

.wrappcont {
	height: auto;
	/* margin: 0 2.5vw 1.4rem 2.5vw;
	padding: 0.25rem; */
}

main {
	/* margin: 0 15px; */
	position: relative;
	margin-top: -30px;
}

.note-title{
	text-align: center;
	color: #333;
	margin-bottom: 10px;
}
.note-title h1 {
	font-size: 36px;
}
.note-title h1 strong {
	color: #18924a;
}
.note-title p {
	font-size: 28px;
}

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(../fonts/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 0.25rem; */
	/* background-color: #fff; */
	/* margin-top: 0.2rem; */
}
.bookw ul li{
	/* border: 1px solid blue; */
	display: flex;
	font-size: .48rem;
	padding: .4rem;
}

.bookw ul li>img {
	width: 80px;
	height: 80px;
	margin-right: .32rem;
}
.bookw ul li>div {
	display: flex;
	flex-direction: column;
	flex: 1;
	
}

.bookw ul li>div h6 {
	line-height: initial;
	color: #ff1414;
	margin: 0;
	font-size: .48rem;
	font-weight: normal;
}

.bookw ul li>div>p {
	margin-top: .2rem;
	color: #444444;
	font-size: .48rem;
}

.bookw ul li>div>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: .24rem;
	font-size: .44rem;
	color: #999999;
}

.bookw ul li>div>div p {
	display: flex;
}

.bookw ul li>div>div p span {
	display: flex;
	align-items: center;
}
.bookw ul li>div>div p span:last-child {
	margin-left: .6rem!important;
}
.bookw ul li>div>div p span img {
	width: .52rem;
	height: .52rem;
	margin-right: .2rem;
}



/* .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 .img1 {
	width: 80px;
	height: 80px;
	/* border-radius: 40px; */
	margin: 5px 0 5px;
}
.lyw .lyhuifu .listimg img {
	display: none;
}

.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+4) {
	font-weight: bold;
	color: red;
}
table tr td:nth-last-child(1) img {
	width: 36px;
	height: 14px;
}

table tr td:nth-last-child(2) {
	color: #333;
}

table tr td:nth-child(2) {
	white-space:nowrap;
}

table tr td:nth-last-child(3) {
	word-break: break-all;
}
table tbody tr {
	/* background-color: #f6f6f6; */
	border-bottom: solid 1px #e8e8e8;
}
table tbody tr:nth-last-child(1) {
	border: none;
}

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%); */
	background-image: linear-gradient(to left, #3abbfe, #1db61d);
	border-radius: 4px;
	color: #fff;
	display: block;
}
table td a{
	color: #000;
}
.contbanner img{
	width: 100%;
	height: auto;
}
.contbanner{
	/* width: 70%; */
	margin: 0 auto;
	font-size: 42px;
	color: #fff;
	text-align: center;
}
.contbanner-bg {
	background: #fff; width: 100%; height: 72px;
	background-image: linear-gradient(to right, #29ee74, #396bff);
	 /* margin-top: -64px; */
	font-size: 42px;
	color: #fff;
	text-align: center;
}
.contbanner-bg.xg{
	background-image: linear-gradient(to right, #f7b827, #db39ff);
}
.contbanner-bg.am{
	background-image: linear-gradient(to right, #275bf7, #ff3939);
}
.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 .content {
	background-color: #fff;
	/* margin-top: -19px; */
	margin-top: 19px;
	/* padding-bottom: .32rem; */
}
.step .content h2 {
	text-align: center;
	/* font-size: .56rem; */
	color: #888888;
}

.step .content div {
	margin: 0 .32rem;
	display: flex;
	align-items: center;
	height: 2rem;
	background-color: #1fb62f;
	margin-bottom: .2rem;
	border-radius: .2rem;
	padding: .32rem;
	box-sizing: border-box;
	font-size: .52rem;
	color: #444;
	display: flex;
	justify-content: center;
	color: #fff;
}
.step .content div:last-child {
	background-color: #26a5f4!important;
}
.step .content div img {
	width: 1.08rem;
	height: .88rem;
	margin-right: .32rem;
}

.step .content div i {
	font-style: normal;
	color:#fff;
}

/* .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: #ff142f;
	opacity: 0.9;
	padding: 8px;
	font-size: 16px!important;
	/* font-size: .52rem!important; */
	/* color: yellow */
	color: #fff!important;
}
.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;
	}
}

/*** more **/
.popup {
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .6);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
}
.popup .content {
	zoom: 0.5;
	width: 90%;
	max-width: 700px;
	min-height: 300px;
	background: #fff;
	border-radius: 16px;
	position: relative;
}
.popup .content h1 {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: -36px;
}

.popup .content .close {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

.popup .content .list {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.popup .content .list ol {
	display: flex;
	justify-content: center;
}
.popup .content .list ol li {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background-color: #178cd0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: -2px;
	color: #fff;
	font-size: 32px;
	font-weight: 500;
}

.popup .content .list ul {
	margin-top: 20px;
}

.popup .content .list ul li {
	font-size: 26px;
	color: #444;
	text-align: center;
}

.popup .content h2 {
	color: #ff1414;
	font-size: 26px;
	text-align: center;	
}
.popup .content .tip {
	width: 90%;
	height: 60px;
	background-color: #04b783;
	text-align: center;
	margin: 0 auto;
	line-height: 60px;
	font-size: 32px;
	color: #fff;
	font-weight: 500;
} 

.popup .content .btn {
	/* width: 360px; */
	width: 90%;
	height: 80px;
	/* background-image: linear-gradient(to bottom, #3ea8e0 1%, #237ed9), linear-gradient(to bottom, #178cd0, #178cd0); */
	background-color: #0b66ec;
	border-radius: 16px;
	text-align: center;
	margin: 0 auto;
	line-height: 80px;
	font-size: 32px;
	color: #fff000;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 40px;
}

/* .popup .content h1 img {
	margin: 0 auto;
	margin-top: -16px;
} */

.contact {
	/* background-color: #fff; */
	display: flex;
	justify-content: center;
	align-items: center;
	/* padding: .4rem .9rem; */
	/* margin: 0 .6rem; */
	/* border-bottom-left-radius: .32rem;
	border-bottom-right-radius: .32rem; */
	margin: 10px 0;
}

.contact img {
	width: 100%; 
	height: auto;
}

.notice {
	/* width: 100%; */
	/* height: 1.6rem; */
	/* border-radius: .32rem; */
	background-color: #fff;
	margin-top: .32rem;
	/* display: flex;
	justify-content: space-between;
	align-items: center; */
	font-size: .56rem;
	color: #ff1414;
	/* padding: 0 .56rem; */
	padding: 15px;
	box-sizing: border-box;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	margin: 10px;
}

.notice>div{
	display: flex;
	align-items: center;
	background-color: #f63a3d;
	border-radius: 10px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
	margin-top: 15px;
	padding: 5px;
	color: #fff;
}

.notice>div p {
	font-size: 24px;
	font-weight: 500;
}

.notice>div p span {
	font-weight: normal;
}

.notice>div p strong {
	border: 1px solid #fbff00;
	border-radius: 5px;
	padding: 1px 5px;
	color: #fbff00;
	margin: 2px;
}

.notice ul {
	display: flex;
	width: 100%;
}
.notice ul li {
	flex: 1;
	/* border: 1px solid blue; */
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.notice>div img {
	width: .68rem;
	height: .58rem;
	margin-right: 5px;
}

.notice i {
	font-style: normal;
	font-size: .48rem;
	margin-top: 10px;
	color: #333;
}

.tabs ul {
	display: flex; 
	margin-top: 10px;
	/* margin-top: .32rem;
	margin-bottom: .32rem; */
}

.tabs ul li {
	flex: 1;
	margin: 0 .16rem;
	height: 1.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .56rem;
	color: #444444;
	background-color: #f2f2f2;
	border-radius: .32rem;
	cursor: pointer;
}

.tabs ul li.active {
	/* background-image: linear-gradient(to bottom, #3ea8e0 1%, #237ed9), linear-gradient(to bottom, #178cd0, #178cd0); */
	background-color: #f63a3d;
	color: #fff;
}

@media screen and (max-width: 480px) { /** 手机 **/
	.popup .content {
		width: 85%;
		margin-top: -30px;
		zoom: 1;
		/* transform: scale(0.5); */
	}
	.popup .content h1 {
		/* width: 100%; */
		/* width: 100%;
		display: flex;
		justify-content: center;
		margin-top: -16px; */
		margin-top: -19px;
	}
	.popup .content h1 img {
		/* width: 80%; */
		/* width: 70%; */
		width: 50%;
		height: 50%;
	}
	
	.popup .content .close {
		/* position: absolute; */
		width: 20px;
		height: 20px;
		right: 10px;
		top: 10px;
		cursor: pointer;
	}
	.popup .content .close img {
		width: 100%;
	}
	
	.popup .content .list {
		/* display: flex;
		flex-direction: column;
		margin-bottom: 20px; */
		margin-bottom: 5px;
	}
	
	.popup .content .list ol {
		/* display: flex;
		justify-content: center; */
	}
	.popup .content .list ol li {
		width: 26px;
		height: 26px;
		/* border-radius: 50%;
		background-color: #178cd0;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: -2px;
		color: #fff; */
		font-size: 16px;
		/* font-weight: 500; */
	}
	
	.popup .content .list ul {
		/* margin-top: 20px; */
		margin-top: 5px;
	}
	
	.popup .content .list ul li {
		font-size: 13px;
		/* color: #444;
		text-align: center; */
	}
	
	.popup .content h2 {
		/* color: #ff1414; */
		font-size: 13px;
		/* text-align: center;	 */
	}
	.popup .content .tip {
		/* width: 90%; */
		height: 30px;
		/* background-color: #04b783;
		text-align: center;
		margin: 0 auto; */
		line-height: 30px;
		font-size: 16px;
		/* color: #fff;
		font-weight: 500; */
	} 
	
	.popup .content .btn {
		/* width: 180px; */
		width: 90%;
		height: 40px;
		/* background-image: linear-gradient(to bottom, #3ea8e0 1%, #237ed9), linear-gradient(to bottom, #178cd0, #178cd0); */
		border-radius: 16px;
		/* text-align: center;
		margin: 0 auto; */
		line-height: 40px;
		font-size: 16px;
		/* color: #fff000;
		font-weight: 500; */
		margin-top: 10px;

		margin-bottom: 20px;
	}
	.contact {
		/* padding: 10px 20px; */
	}
	.notice {
		/* height: 40px; */
		font-size: 14px;
		border-radius: 8px;
		padding: 15px 14px;
		/* padding: 15px 0; */
	}
	.notice>div p {
		font-size: 12px;
	}
	.notice>div img {
		width: 16px;
		height: 14px;
	}
	.notice img {
		width: 44px;
		/* height: 15px; */
	}
	.notice i {
		font-size: 12px;
	}
	.tabs ul li {
		font-size: 14px;
		height: 40px;
		border-radius: 8px;
		margin: 0 4px;
	}

	.tabs ul li img {
		width: 17px;
		height: 17px;
	}
	.contbanner{
		/* width: 70%; */
		margin: 0 auto;
		font-size: 21px;
	}
	.contbanner-bg {
		 height: 50px; 
		 /* margin-top: -31px; */
		 /* background-image: linear-gradient(to right, #29ee74, #396bff); */
		 font-size: 21px;
		 line-height: 50px;
	}
	

	.step .content div {
		height: 50px;
		font-size: 15px;
		border-radius: 50px;
	}
	.step .content div img {
		width: 27px;
		height: 22px;
	}
	.bookw ul li {
		padding: 10px;
	}
	.bookw ul li>img {
		width: 40px;
		height: 40px;
	}
	.bookw ul li>div h6,.bookw ul li>div>p {
		font-size: 12px;
		/* margin-top: 5px; */
	}
	.bookw ul li>div>p {
		margin-top: 5px;
	}
	.bookw ul li>div>div {
		font-size: 11px;
		margin-top: 6px;
	}
	.bookw ul li>div>div p span img {
		width: 13px;
		height: 13px;
	}
	.toastMsg {
		/* left: 50%!important;
		transform: translateX(-50%);
		margin-left: 0!important; */
		width: 100%;
	}
	.toast_text {
		font-size: 12px!important;
		position: relative;
		bottom: -40px;
	}
	.xf-kefu {
		width: 50px;
	}

	table {
		font-size: 15px;
	}
	.note-title h1 {
		font-size: 18px;
	}
	.note-title p {
		font-size: 14px;
	}
  }