* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	user-select: none
}
li {
	list-style-type: none
}

a {
	text-decoration: none;
	color: inherit;
}
html {
	
}
body{
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	background-color: #ffffff;
	overflow: hidden;
	overflow-y: auto;
	min-width: 1400px;
}
.btn{
	display: inline-block;
	text-align: center;
	padding: 0 15px;
	border-radius: 4px;
	outline: none;
	user-select: none; 
	background-color: #000000;
	color: #FFC50A;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}
.btn + .btn{
	margin-left: 10px;
}
.btn:hover{
	opacity: 0.85;
}
.btn.btn-gray{
	background-color: #f5f5f5;
	color: #333333;
}
.popupBox-wrap{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	display: none;
}
.popupBox-mask{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.4);
}
.popupBox{
	background-color: #ffffff;
	border-radius: 4px;
	margin: 0 auto;
	max-width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.popupBox-title{
	width: 100%;
	padding: 10px 15px;
	border-bottom: 1px solid #f1f1f1;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
}
.popupBox-close{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 2px;
	background-color: #FFC50A;
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 2;
	cursor: pointer;
}
.popupBox-close:hover{
	opacity: 0.85;
}
.popupBox-close .img{
	width: 10px;
	height: 10px;
	vertical-align: middle;
}
.popupBox-box{
	padding: 10px 15px;
	max-height: 75vh;
	overflow: hidden;
	overflow-y: auto;
}
.popupBox-bottom{
	padding: 10px 15px;
	text-align: center;
}
.popupBox-bottom .btn{
	height: 36px;
	line-height: 36px;
	font-size: 12px;
}

.pr{
	position: relative;
}
.textc{
	text-align: center;
}
.tag-box{
	display: inline-block;
	white-space: nowrap;
	height: 40px;
	line-height: 38px;
	padding: 0 15px;
	border-radius: 40px;
	min-width: 105px;
	border: 1px solid #000000;
	font-size: 20px;
}
.black{
	color: #000000;
}
.yellow{
	color: #ffc50b;
}
.fontb{
	font-weight: bold;
}
.mt5{
	margin-top: 5px !important;
}
.mt10{
	margin-top: 10px !important;
}
.mt15{
	margin-top: 15px !important;
}
.mt20{
	margin-top: 20px !important;
}
.ml0{
	margin-left: 0 !important;
}
.ml5{
	margin-left: 5px !important;
}
.ml10{
	margin-left: 10px !important;
}
.ml15{
	margin-left: 15px !important;
}
.ml20{
	margin-left: 20px !important;
}
.mr0{
	margin-right: 0 !important;
}
.mr5{
	margin-right: 5px !important;
}
.mr10{
	margin-right: 10px !important;
}
.mr15{
	margin-right: 15px !important;
}
.mr20{
	margin-right: 20px !important;
}
.mb5{
	margin-bottom: 5px !important;
}
.mb10{
	margin-bottom: 10px !important;
}
.mb15{
	margin-bottom: 15px !important;
}
.mb20{
	margin-bottom: 20px !important;
}
.fz26{
	font-size: 26px !important;
}
.fz36{
	font-size: 36px !important;
}
.opacity05{
	opacity: 0.05;
}
.opacity1{
	opacity: 0.1;
}
.opacity2{
	opacity: 0.2;
}
.opacity3{
	opacity: 0.3;
}
.opacity4{
	opacity: 0.4;
}
.opacity5{
	opacity: 0.5;
}
.opacity6{
	opacity: 0.6;
}
.opacity7{
	opacity: 0.7;
}
.opacity8{
	opacity: 0.8;
}
.opacity9{
	opacity: 0.9;
}
.wawadian-header{
	height: 70px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background-color: #ffc50b;
}
.wawadian-header__box{
	width: 1400px;
	height: 70px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.logo-img{
	width: auto;
	height: 44px;
	vertical-align: middle;
}
.wawadian-header__box-r{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.wawadian-header__navWrap{
	height: 70px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.wawadian-header__nav{
	font-size: 20px;
	color: #000000;
	padding: 0 5px;
	margin-right: 50px;
	line-height: 38px;
	height: 40px;
	border-bottom: 3px solid transparent;
	cursor: pointer;
}
.wawadian-header__nav.cur{
	border-bottom: 3px solid #000000;
}
.wawadian-header .wawadian-btn{
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	width: 150px;
}
.wawadian-body{
	padding-top: 70px;
}
.wawadian-banner{
	height: 100vh;
	/* max-height: 1000px; */
	/* height: 672px; */
	background-color: #ffc50b;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
}
#homeBanner{
	margin-top: -70px;
	padding-top: 70px;
	min-height: 790px;
}
.wawadian-banner__bg{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	vertical-align: top;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}
.wawadian-banner__box{
	width: 1400px;
	margin: 0 auto 80px;
	z-index: 1;
	position: relative;
}
.wawadian-banner__code{
	/* margin-top: 120px; */
	margin-top: 250px;
	position: absolute;
	/* bottom: 40px; */
	top: 50%;
	left: 50%;
	margin-left: -670px;
	z-index: 1;
}
.wawadian-banner__box-btn{
	display: block;
	cursor: pointer;
	width: 140px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	background-color: #000000;
	color: #FFC50A;
	text-align: center;
	font-size: 20px;
}
.wawadian-banner__code-box{
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
.wawadian-banner__code-box{
	display: -webkit-flex;
	display: flex;
}
.wawadian-banner__code-box .img{
	background-color: #C4C4C4;
	width: 140px;
	height: 140px;
	margin-right: 20px;
	border-radius: 15px;
}
.wawadian-banner__code-box-text{
	font-size: 16px;
	color: #000000;
	line-height: 38px;
	margin-top: 5px;
	text-align: left;
}
.wawadian-banner__box-col{
	padding-top: 80px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.wawadian-banner__box-col .logoTextBox{
	font-size: 38px;
	margin-right: 15px;
}
.wawadian-banner__box-col .wawadian-line{
	background-color: #000000;
	margin: -2px 16px 0;
	height: 30px;
}
.wawadian-banner__box-col-t{
	font-size: 28px;
	color: #000000;
	line-height: 50px;
	padding-left: 30px;
}
.wawadian-banner__box-col-t1{
	font-size: 24px;
	color: #000000;
	line-height: 40px;
}
.wawadian-banner__box-col-img{
	margin-top: 40px;
}
.wawadian-banner__box-col-img .img{
	height: 150px;
	width: auto;
	vertical-align: middle;
}
.wawadian-banner__box-col-title{
	font-size: 62px;
	color: #000000;
	line-height: 80px;
	margin-top: 5px;
}
.wawadian-banner__box-title{
	font-size: 50px;
	line-height: 80px;
	color: #ffffff;
	padding-bottom: 30px;
	position: relative;
}
.wawadian-banner__box-title::after{
	content: '';
	width: 105px;
	height: 5px;
	background-color: #ffc50b;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.wawadian-banner__box-text{
	margin-top: 30px;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
}
.wawadian-banner__img{
	width: auto;
	height: 500px;
	float: right;
	vertical-align: top;
	position: relative;
}
.wawadian-banner__img .imgBox{
	width: 815px;
	height: 500px;
	position: relative;
}
.wawadian-banner__img .img{
	width: 815px;
	height: 500px;
	vertical-align: top;
	object-fit: contain;
}
.wawadian-banner__img .imgtext{
	position: absolute;
	top: 0;
	right: 90px;
	width: 290px;
	height: auto;
	z-index: 1;
	vertical-align: top;
	object-fit: contain;
}
.wawadian-banner__img .imgBox-text{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	font-size: 18px;
	line-height: 36px;
	color: #333333;
	padding-right: 15px;
}
.wawadian-tabs__wrap{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 30px;
}
.wawadian-tabs{
	background-color: #FFF3CE;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 50px;
	border-radius: 50px;
	padding: 6px;
}
.wawadian-banner__tabs{
	position: absolute;
	bottom: -140px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #000000;
}
.wawadian-banner__tabs .wawadian-tabs__col.cur{
	background-color: #ffc50b;
	color: #000000;
}
.wawadian-tabs__col{
	height: 38px;
	line-height: 38px;
	border-radius: 38px;
	padding: 0 15px;
	text-align: center;
	width: 128px;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
}
.wawadian-tabs__col:hover{
	opacity: 0.85;
}
.wawadian-tabs__col.cur{
	background-color: #FFC50B;
	color: #000000;
}
.wawadian-btn{
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 15px;
	border-radius: 40px;
	background-color: #000000;
	color: #ffc50b;
	font-size: 14px;
	cursor: pointer;
}
.wawadian-btn:hover{
	opacity: 0.8;
}
.yellow-btn{
	background-color: #ffc50b;
	color: #000000;
}
.wawadian-line{
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	height: 26px;
	width: 5px;
	background-color: #ffc50b;
}
.wawadian-title{
	font-size: 52px;
	line-height: 70px;
	color: #000000;
	text-align: center;
	margin-top: 40px;
	position: relative;
	padding-bottom: 35px;
}
.wawadian-title::after{
	content: "";
	height: 9px;
	width: 144px;
	background-color: #ffc50b;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.wawadianHome-box{
	width: 100%;
	height: 930px;
	background-color: #ffffff;
	position: relative;
	padding: 80px 0;
}
.wawadianHome-box__bg{
	position: absolute;
	z-index: 0;
	right: 0;
	bottom: 30px;
	right: 0;
	width: 100%;
	height: 488px;
	object-fit: contain;
}
.wawadianHome-box__col{
	position: relative;
	z-index: 2;
	width: 1400px;
	margin: 0 auto;
}
.wawadianHome-titleImg{
	text-align: center;
	margin-top: 15px;
}
.wawadianHome-titleImg .img{
	width: 80px;
	height: 80px;
	vertical-align: middle;
	object-fit: contain;
}
.wawadianHome-titleText,.wawadianHome-titleText1{
	font-size: 28px;
	line-height: 50px;
	color: #000000;
	text-align: center;
	margin-top: 40px;
	position: relative;
	padding-bottom: 25px;
}
.wawadianHome-titleText1{
	padding-bottom: 0;
}
.wawadianHome-titleText::after{
	content: "";
	height: 9px;
	width: 144px;
	background-color: #ffc50b;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.wawadianHome-titleText .tag-box{
	position: absolute;
	right: -160px;
	top: 50%;
	margin-top: -20px;
	z-index: 1;
}
.wawadianHome-text{
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	text-align: center;
	margin-top: 45px;
}
.xinxiBox{
	margin-top: 120px;
}
.wawadianHome-row{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.xinxiBox .wawadianHome-row__col{
	text-align: center;
	padding: 0 60px;
}
.xinxiBox .img{
	width: auto;
	height: auto;
	vertical-align: top;
}
.xinxiBox-title{
	margin-top: 25px;
	font-size: 26px;
	line-height: 40px;
}
.xinxiBox-text{
	margin-top: 20px;
	font-size: 18px;
	line-height: 40px;
	color: #666666;
}
.homePlatform-box{
	background-color: #f8f9fa;
	height: 705px;
}
.homePlatform-box .wawadianHome-box__bg{
	/* top: 30px; */
}
.homePlatform-box .wawadianHome-box__col{
	width: 1400px;
	margin: 0 auto;
	text-align: left;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.homePlatform-box__img{
	height: 440px;
	width: 765px;
	vertical-align: top;
	object-fit: contain;
	margin-top: 50px;
}
.homePlatform-box__title{
	font-size: 30px;
	line-height: 70px;
	margin-top: 20px;
}
.homePlatform-box__text{
	margin-top: 50px;
	font-size: 26px;
	line-height: 40px;
	color: #666666;
}
.homePlatform-box__icon{
	margin-top: 20px;
	white-space: nowrap;
}
.homePlatform-box__icon .img{
	height: 36px;
	width: auto;
	vertical-align: middle;
}
.homePlatform-box__icon .img-box{
	margin-right: 30px;
	font-size: 32px;
	color: #666666;
}
.homePlatform-box__icon .img-box .img{
	height: 28px;
}
.homePlatform-box__icon .img-box:last-child{
	margin-right: 0;
}
.homeBusiness-box{
	height: auto;
	padding-bottom: 20px;
}
.wawadianHome-tabs{
	text-align: center;
	margin-top: 55px;
}
.wawadianHome-tabs__col{
	display: inline-block;
	vertical-align: middle;
	padding: 0 25px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	border-radius: 48px;
	background-color: #fff3ce;
	color: #666666;
	font-size: 22px;
	margin: 0 20px;
}
.wawadianHome-tabs__col.cur{
	background-color: #ffc50b;
	color: #000000;
}
.homeBusiness-box__slide{
	margin-top: 40px;
	height: 640px;
}
.homeBusiness-box__slide-col{
	width: 100%;
	height: 640px;
	display: none;
}
.homeBusiness-box__slide-col img{
	width: 100%;
	height: 100%;
	vertical-align: top;
	object-fit: contain;
}
.homeMap-box{
	height: auto;
	padding-bottom: 0;
}
.homeMap-box .wawadian-box{
	
}
.homeMap-box .wawadianHome-box__col{
	width: 100%;
	/* max-width: 1920px; */
	margin-left: auto;
	margin-right: auto;
}
.homeMap-box__box{
	height: 100vh;
	max-height: 1000px;
	min-height: 650px;
	width: 100%;
	margin-top: 60px;
}
.homeMap-box__box .img{
	width: 100%;
	height: 100%;
	vertical-align: top;
	object-fit: cover;
}
.homeMap-box .wawadian-btn{
	width: 240px;
	height: 46px;
	line-height: 46px;
	font-size: 20px;
}
.wawadian-popover{
	display: inline-block;
	position: relative;
}
.wawadian-popover__box{
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-bottom: 10px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #ffffff;
	padding: 10px;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	display: none;
}
.wawadian-popover:hover .wawadian-popover__box{
	display: block;
}
.homeTeam-box{
	height: auto;
	padding-bottom: 0;
}
.homeTeam-box .wawadianHome-box__col{
	width: 100%;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}
.homeTeam-box__col{
	margin-top: 100px;
	height: 700px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.homeTeam-box__col-img{
	width: 55%;
	height: 100%;
}
.homeTeam-box__col-img .img{
	width: 100%;
	height: 100%;
	vertical-align: top;
	object-fit: contain;
}
.homeTeam-box__col-box{
	padding-left: 60px;
}
.homeTeam-box__text{
	margin-bottom: 30px;
	font-size: 22px;
	line-height: 50px;
	color: #666666;
	text-align: center;
}
.homeTeam-box__text:last-child{
	margin-bottom: 0;
}
.homeTeam-box__text .wawadian-btn{
	width: 150px;
	height: 42px;
	line-height: 42px;
}
.homeData-box{
	height: auto;
}
.homeDataBox{
	margin-top: 60px;
}
.homeDataBox .wawadianHome-row__col{
	width: 410px;
	text-align: center;
}
.homeDataBox-box{
	
}
.homeDataBox-box__col{
	padding: 10px;
	border-radius: 15px;
	background-color: #ffffff;
	overflow: hidden;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
	height: 440px;
}
.homeDataBox-box__col .img{
	margin-top: 105px;
}
.homeDataBox-box__col-text{
	margin-top: 75px;
	font-size: 18px;
	color: #666666;
	line-height: 40px;
}
.homeDataBox-box__btn{
	margin-top: 50px;
}
.homeDataBox-box__btn .wawadian-btn{
	width: 150px;
	height: 42px;
	line-height: 42px;
}
.wawadian-bottom{
	/* height: 450px; */
	min-height: 380px;
	padding-top: 10px;
	position: relative;
	border-top: 5px solid #000000;
	background-color: #f8f9fb;
}
.wawadian-bottom::after{
	content: '';
	height: 2px;
	background-color: #000000;
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	z-index: 1;
	width: 100%;
}
.wawadian-bottom__box{
	margin: 80px auto 0;
	width: 1400px;
	padding-bottom: 25px;
}
.wawadian-bottom__box-bottom{
	line-height: 40px;
	font-size: 16px;
	color: #666666;
	margin-top: 50px;
	text-align: center;
}
.wawadian-bottom__box-col{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.wawadian-bottom__img{
	display: -webkit-flex;
	display: flex;
}
.wawadian-bottom__img-box{
	margin: 0 35px;
	text-align: center;
}
.wawadian-bottom__img-box:last-child{
	margin-right: 0;
}
.wawadian-bottom__img-text{
	line-height: 40px;
	font-size: 20px;
	color: #666666;
}
.wawadian-bottom__img-img{
	margin-top: 20px;
	background-color: #ffffff;
	width: 150px;
	height: 150px;
}
.wawadian-bottom__img-img .img{
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.wawadian-bottom__msg-img .img{
	width: auto;
	height: 50px;
	vertical-align: top;
}
.wawadian-bottom__msg-text{
	margin-top: 20px;
	line-height: 40px;
	font-size: 20px;
	color: #000000;
}
.wawadian-bottom__msg-text .wawadian-line{
	height: 18px;
	background-color: #000000;
	margin: 0 10px;
	margin-top: -2px;
	width: 2px;
	vertical-align: middle;
}
.text-link{
	line-height: 30px;
	font-size: 18px;
	color: #000000;
	cursor: pointer;
}
.text-link:hover{
	opacity: 0.8;
}
.wawadianBuy-banner{
	height: 660px;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	background-color: #000000;
}
.wawadianBuy-packageNewBox__wrap{
	position: absolute;
	top: -220px;
	right: 0;
	text-align: center;
	z-index: 10;
	display: -webkit-flex;
	display: flex;
}
.wawadianBuy-msgBox{
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding-top: 55px;
}
.wawadianBuy-msgBox__code{
	text-align: center;
	display: inline-block;
}
.wawadianBuy-msgBox__code .img{
	width: 185px;
	height: 185px;
	vertical-align: middle;
}
.wawadianBuy-msgBox__code-text{
	margin-top: 30px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	text-align: center;
	padding: 0 20px;
	background-color: #000000;
	color: #ffc50b;
	font-size: 18px;
}
.sjxBox{
	width: 16px;
	height: 16px;
	position: relative;
	display: inline-flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-right: 10px;
}
.sjxBox::after{
	content: '';
	position: absolute;
	top: -4px;
	left: 0;
	z-index: 1;
	width: 0;
	height: 0;
	border-top: 8px solid transparent; 
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: 12px solid #ffc50b;
}
.sjxBox.black::after{
	border-bottom: 12px solid #000000;
}
.wawadian-banner__code-box-text .sjxBox{
	vertical-align: middle;
}
.wawadianBuy-packageNewBox{
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	border-radius: 32px;
	padding: 22px 30px;
	margin-right: 28px;
	width: 435px;
	height: 508px;
	position: relative;
}
.wawadianBuy-packageNewBox__top{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.wawadianBuy-packageNewBox__top .text-box{
	flex: 1;
	width: 100%;
	text-align: center;
	padding: 26px 0;
	font-size: 42px;
	line-height: 60px;
	color: #000000;
}
.wawadianBuy-packageNewBox__top .top-r .img{
	width: auto;
	height: 28px;
	margin-top: 6px;
	vertical-align: middle;
}
.wawadianBuy-packageNewBox__top .top-l{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	color: #000000;
}
.wawadianBuy-packageNewBox__top .top-l__img .img{
	width: auto;
	height: 38px;
	vertical-align: middle;
}
.wawadianBuy-packageNewBox__top .top-l__t{
	padding-top: 7px;
	text-align: left;
}
.wawadianBuy-packageNewBox__top .top-l__text{
	font-size: 12px;
	line-height: 18px;
	padding-left: 10px;
}
.wawadianBuy-packageNewBox__top .top-l__title{
	font-size: 16px;
	line-height: 22px;
	padding-left: 10px;
}
.wawadianBuy-packageNewBox__tabs{
	margin-top: 32px;
	height: 70px;
	padding: 10px 12px;
	text-align: center;
	display: inline-flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	background-color: #000000;
	border-radius: 70px;
	font-size: 24px;
	line-height: 50px;
	color: #ffffff;
}
.wawadianBuy-packageNewBox__tabsCol{
	display: inline-flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	vertical-align: middle;
	padding: 0 15px;
	height: 50px;
	border-radius: 50px;
	cursor: pointer;
	min-width: 98px;
	text-align: center;
	white-space: nowrap;
}
.wawadianBuy-packageNewBox__tabsCol.cur{
	background-color: #FFC50B;
	color: #000000;
}
.wawadianBuy-packageNewBox__tabsBox{
	padding: 50px 0 25px;
}
.wawadianBuy-packageNewBox__tabsBox-col{
	position: relative;
	display: none;
}
.inblock{
	display: inline-block;
}
.wawadianBuy-packageNewBox__jg{
	 text-align: center;
	 font-size: 58px;
	 line-height: 70px;
	 color: #000000;
	 letter-spacing: normal;
	word-spacing: normal;
}
.wawadianBuy-packageNewBox__jg .num{
	font-weight: bold;
}
.wawadianBuy-packageNewBox__jg .text{
	font-size: 36px;
	vertical-align: text-top;
	display: inline-block;
	line-height: 45px;
}
.wawadianBuy-packageNewBox__jg .text1{
	font-size: 32px;
}
.wawadianBuy-packageNewBox__sq{
	position: absolute;
	bottom: 25px;
	right: 0;
	z-index: 1;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
}
.wawadianBuy-packageNewBox .wawadianBuy-packageBox-bottom .wawadian-btn{
	height: 50px;
	line-height: 50px;
	font-size: 22px;
}
.wawadianBuy-packageNewBox .wawadianBuy-codeBox__title{
	margin-top: 0;
	line-height: 50px;
	font-size: 36px;
}
.wawadianBuy-packageNewBox .wawadianBuy-codeBox__img{
	margin-top: 15px;
	width: 130px;
	height: 130px;
}
.wawadianBuy-packageNewBoxQy {
	background-color: #030303;
	margin-right: 0;
}
.wawadianBuy-packageNewBoxQy .wawadianBuy-packageNewBox__top .text-box{
	color: #ffc50b;
}
.wawadianBuy-packageNewBoxQy .wawadianBuy-packageNewBox__tabs{
	background-color: #303030;
	padding: 10px;
}
.wawadianBuy-packageNewBoxQy .wawadianBuy-packageNewBox__top .top-l,
.wawadianBuy-packageNewBoxQy .wawadianBuy-packageNewBox__jg,
.wawadianBuy-packageNewBoxQy .wawadianBuy-codeBox__title{
	color: #ffc50b;
}
.wawadianBuy-packageNewBoxQy .wawadianBuy-packageNewBox__jg .text{
	color: #ffc50b;
}
.wawadianBuy-packageNewBoxQy .wawadianBuy-packageNewBox__tabsCol{
	min-width: 105px;
	font-size: 21px;
}
.packageNewBox__jgtext{
	color: #ffffff;
	margin-top: 5px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}

.wawadianBuy-packageBox{
	width: 420px;
	height: 650px;
	background-color: #000000;
	border-radius: 30px;
	color: #ffffff;
	font-size: 22px;
	line-height: 32px;
	padding: 50px 30px 50px;
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: 280px;
	text-align: center;
	z-index: 10;
}
.wawadianBuy-packageBox .wawadian-btn{
	width: 250px;
	height: 70px;
	font-size: 28px;
	line-height: 70px;
	font-weight: bold;
}
.wawadianBuy-packageBox-price{
	margin-top: 60px;
	font-size: 58px;
	line-height: 90px;
	color: #FFC50A;
}
.wawadianBuy-packageBox-text{
	margin-top: 22px;
}
.wawadianBuy-packageBox-price .text{
	font-size: 36px;
	vertical-align: text-top;
	display: inline-block;
	line-height: 48px;
}
.wawadianBuy-packageBox-price .text1{
	font-size: 36px;
}
.wawadianBuy-packageBox-bottom{
	position: absolute;
	bottom: -22px;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	z-index: 1;
}
.wawadianBuy-packageBox-bottom .wawadian-btn{
	width: auto;
	padding: 0 30px;
	height: 56px;
	line-height: 56px;
	font-size: 24px;
	font-weight: 400;
}
.wawadianBuy-codeBox{
	text-align: center;
}
#wawadianBuy-code{
	display: none;
}
.wawadianBuy-codeBox__title{
	font-size: 42px;
	color: #000000;
	line-height: 70px;
	margin-top: 20px;
}
.wawadianBuy-codeBox__img{
	width: 220px;
	height: 220px;
	margin: 0 auto 0;
	background-color: #ffffff;
	margin-top: 50px;
}
.wawadianBuy-codeBox__img img{
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.wawadianBuy-codeBox .wawadianBuy-packageBox-price{
	margin-top: 50px;
	font-size: 42px;
	line-height: 70px;
}
.wawadianBuy-codeBox .wawadianBuy-packageBox-price .text{
	font-size: 32px;
	line-height: 50px;
}
.wawadianBuy-codeBox .wawadianBuy-packageBox-price .text1{
	font-size: 30px;
}
.wawadianBuy-packageBox-bottom .wawadian-btn:hover{
	opacity: 1;
	background-color: #ffda64;
}
.wawadianBuy-box{
	padding: 110px 0 140px;
	position: relative;
}
.wawadianBuy-box .bg-img{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	height: 89%;
	width: auto;
	opacity: 0.02;
}
.wawadianBuy-box__col{
	padding: 0 75px;
	width: 1400px;
	margin: 0 auto;
	position: relative;
	z-index: ;
}
.wawadianBuy-box__col-title{
	margin-top: 50px;
	margin-bottom: 22px;
	padding: 0 85px;
	font-size: 26px;
	line-height: 50px;
	color: #000000;
}
.wawadianBuy-box__col-title:first-child{
	margin-top: 0;
}
.wawadianBuy-box__col-text{
	height: 52px;
	line-height: 52px;
	border-radius: 52px;
	white-space: nowrap;
	padding: 0 85px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	font-size: 18px;
	color: #000000;
}
/* .wawadianBuy-box__col-text:nth-child(even){
	background-color: #eeeeee;
} */
.wawadianBuy-box__col-text .label-box{
	width: 390px;
}
.title-gray{
	background-color: #eeeeee;
}
.right-box{
	width: 340px;
	padding-right: 80px;
	text-align: center;
}
.right-box + .right-box{
	padding-right: 0;
}
.right-box .img{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	object-fit: contain;
}
.wawadianAbout-banner{
	height: 715px;
	background-color: #000000;
}
.wawadianAbout-banner .wawadian-banner__box{
	padding-bottom: 300px;
}
.wawadianAbout-banner .wawadian-banner__box-title{
	text-align: center;
	padding-bottom: 0;
}
.wawadianAbout-banner .wawadian-banner__box-title::after{
	display: none;
}
.wawadianAbout-banner .wawadian-banner__box-text{
	text-align: center;
	margin-top: 25px;
}
.wawadianBuy-banner .wawadian-banner__box{
	text-align: center;
	padding-top: 100px;
}
.wawadianBuy-banner .wawadian-banner__box-title{
	font-size: 48px;
	padding-bottom: 0;
}
.wawadianBuy-banner .wawadian-banner__box-text{
	margin-top: 25px;
	font-size: 24px;
	line-height: 36px;
}
.wawadianBuy-banner .wawadian-banner__box-title::after{
	display: none;
}
.wawadianBuy-banner .wawadian-banner__code{
	margin-top: 20px;
}
.wawadianBuy-banner .wawadian-banner__code-box{
	display: inline-block;
}
.wawadianBuy-banner .wawadian-banner__code-box .img{
	width: 120px;
	height: 120px;
}
.wawadianBuy-banner .wawadian-banner__code-box-text{
	color: #ffc50b;
	font-size: 18px;
	line-height: 24px;
}
.wawadianAbout-box{
	height: 1150px;
	position: relative;
}
.wawadianAbout-box .bg-img{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	max-height: 90%;
	height: auto;
	width: 100%;
	object-fit: contain;
}
.wawadianAbout-box__col{
	width: 1400px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.wawadianAbout-box__block{
	background-color: #ffffff;
	border-radius: 30px;
	width: 100%;
	height: 720px;
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
	position: relative;
	z-index: 1;
	top: -270px;
	padding: 50px;
}
.wawadianAbout-box__block-img{
	width: 725px;
	height: 386px;
	position: absolute;
	top: 80px;
	left: -120px;
	z-index: 1;
}
.wawadianAbout-box__block-img .img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.wawadianAbout-box__block .bg-img1{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	width: 606px;
	height: auto;
}
.wawadianAbout-box__block-msg{
	padding-left: 600px;
	position: relative;
	z-index: 2;
}
.wawadianAbout-box__block-msg .wawadianAbout-box__text{
	line-height: 34px;
}
.wawadianAbout-box__title{
	text-align: left;
	font-size: 36px;
	font-weight: bold;
	line-height: 60px;
	padding-bottom: 25px;
	margin-top: 0;
}
.wawadianAbout-box__title::after{
	left: 0;
	right: auto;
}
.wawadianAbout-box__title .text{
	font-weight: 400;
	font-size: 30px;
	margin-left: 15px;
}
.wawadianAbout-box__text{
	font-size: 20px;
	line-height: 36px;
	color: #666666;
}
.wawadianAbout-box__box{
	margin-top: -150px;
}
.wawadianAbout-box__box .wawadianAbout-box__title{
	text-align: center;
}
.wawadianAbout-box__box .wawadianAbout-box__title::after{
	left: 0;
	right: 0;
}
.wawadianAbout-box__box .wawadianAbout-box__text{
	text-align: center;
}
.wawadianAbout-box__xitong{
	margin-top: 75px;
	padding-left: 170px;
}
.wawadianAbout-box__xitong-row{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 10px 0;
}
.wawadianAbout-box__xitong-row .img{
	width: 26px;
	height: 26px;
}
.wawadianAbout-box__xitong-row .title-box{
	margin-left: 20px;
	font-size: 24px;
	line-height: 30px;
	color: #000000;
}
.wawadianAbout-box__xitong-row .text-box{
	margin-left: 10px;
	font-size: 20px;
	line-height: 30px;
	color: #666666;
}
.logoTextBox{
	font-weight: bold;
	margin-right: 10px;
}
.rotate{
	transition: all .3s;
	transform: rotate(0deg);
}
.rotate90{
	transform: rotate(90deg);
}
.rotate180{
	transform: rotate(180deg);
}
.rotate270{
	transform: rotate(270deg);
}
.agreementBox{
	color: #101010;
	font-size: 14px;
	line-height: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.agreementBox-title{
	font-size: 18px;
	line-height: 26px;
	text-align: center;
}
.agreementBox-text{
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
}
.agreementBox-text1{
	font-size: 14px;
	line-height: 24px;
	text-indent: 28px;
	margin-top: 10px;
}
.agreementBox-divider{
	margin: 20px 0;
	width: 60%;
	border-bottom: 1px solid #101010;
}
@media only screen and (max-width:1400px){
	body{
		overflow-x: auto;
	}
}