@charset "utf-8";

body {
	background-color: #000 !important;
	font-family: PingFang SC !important;
	;
}

body>a {
	display: none !important;
}

/* CSS Document */

.box {
	width: 100%;
	/* height: 100%; */
	position: absolute;
	/* padding: 13.8889vw 0 16.25vw;; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 13.8889vw;
	margin-bottom: 16.25vw;
}

.box>section {
	font: 14px "微软雅黑";
	position: relative;
	min-height: 1px;
}

/*移动版导航栏*/
.iphone-list {
	width: 20px;
	height: 20px;
	cursor: pointer;
	display: block;
	position: absolute;
	left: 85%;
	top: 30%;
	background: url(./../images/list.png) no-repeat 0 0;
	background-size: 100% 100%;
}

.menu-iphone {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	bottom: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.6);
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}

.menu-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 90%;
	background: rgba(0, 0, 0, 0.6);
	opacity: 1;
}

.menu-list {
	position: absolute;
	top: 6%;
	left: 10%;
	width: 90%;
	height: 40%;
}

.menu-list>ul {
	width: 100%;
}

.menu-list>ul>li {
	width: 100%;
	float: left;
}

.menu-list>ul>li>a {
	display: block;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	-moz-transition: 300ms;
	transition: 300ms;
	padding: 10px 20px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	line-height: 28px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

.menu-list>ul>li.activeTab {
	color: #fff;
}

.omenu-close {
	position: absolute;
	top: 6%;
	right: 6%;
	padding: 1% 2%;
}

.omenu-close>a {
	display: inline-block;
	color: #fff;
	font: 16px "微软雅黑";
	cursor: pointer;
}

.maskerBg {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 200;
	display: none;
	touch-action: none;
}

.maskerBg>img {
	width: 30px;
	height: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.flex_sb_c {
	display: -webkit-inline-box !important;
	display: -webkit-inline-flex !important;
	display: -moz-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex_sa_c {
	display: -webkit-inline-box !important;
	display: -webkit-inline-flex !important;
	display: -moz-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex_c_c {
	display: -webkit-inline-box !important;
	display: -webkit-inline-flex !important;
	display: -moz-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex_s_c {
	display: -webkit-inline-box !important;
	display: -webkit-inline-flex !important;
	display: -moz-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-pack: start;
	-webkit-justify-content: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex_sb_s {
	display: -webkit-inline-box !important;
	display: -webkit-inline-flex !important;
	display: -moz-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

.flex_s_s {
	display: -webkit-inline-box !important;
	display: -webkit-inline-flex !important;
	display: -moz-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-pack: start;
	-webkit-justify-content: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-box-align: start;
	-webkit-align-items: start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

.flex_sb_s {
	display: -webkit-inline-box !important;
	display: -webkit-inline-flex !important;
	display: -moz-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

.flex_warp {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex_d_c {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.show {
	display: block !important;
}

.loadingBg {
	position: absolute;
	width: 55.5556vw;
	height: 55.5556vw;
	background: #FFFFFF;
	border-radius: 2.7778vw;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 100;
}

@keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.loadingBg .loadingType1,
.loadingBg .loadingType2 {
	width: 100%;
	height: 100%;
	font-size: 5.5556vw;
	color: #FF8E04;
}

.loadingBg .loadingType1>img {
	width: 16.9444vw;
	height: 16.9444vw;

	-webkit-animation: spin 1.2s linear infinite;
	-moz-animation: spin 1.2s linear infinite;
	-ms-animation: spin 1.2s linear infinite;
	animation: spin 1.2s linear infinite;
}

.loadingBg .loadingType1 .loadingText {
	padding: 2.3611vw;
}

.loadingBg .loadingType1 .loadingText2 {
	font-size: 4.4444vw;
	color: #8F8F8F;
}


.loadingBg .loadingType2>img {
	width: 16.9444vw;
	height: 16.9444vw;
	padding-bottom: 3.1944vw;
}



.header {
	height: 60px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	color: #ffffff;
	background-color: #37add3;
}

.header .gameIcon {
	height: 40px;
	width: 40px;
	margin: 10px;
	background: url("./../images/gameIcon.png") no-repeat 0 0;
	background-size: 100% 100%;
}

.header .pageDesc .name {
	font-size: 16px;
	line-height: 1.5;
}

.content {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	position: relative;
}

.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 59px;
	background-color: #e7e8ff;
	border-top: 1px solid #d6d6db;
}

.footer .step {
	width: 25%;
	position: absolute;
	top: 10px;
	height: 40px;
}

.footer .step .dot {
	width: 12px;
	height: 12px;
	border-radius: 20px;
	margin: 0 auto;
	border: 4px solid #c5c5c5;
	background-color: #ffffff;
}

.footer .step .stepText {
	position: absolute;
	height: 20px;
	top: 20px;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #c5c5c5;
	text-align: center;
}

.footer .step1 {
	left: 0;
}

.footer .step2 {
	left: 25%;
}

.footer .step3 {
	left: 50%;
}

.footer .step4 {
	left: 75%;
}

.footer .step.stepActive .dot {
	border: 4px solid #37add3;
}

.footer .step.stepActive .stepText {
	color: #37add3;
}

.footer .progressLine {
	position: absolute;
	width: 10%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #c8c8c8;
	border-radius: 10px;
	height: 4px;
	top: 18px;
}

.footer .progressLine1 {
	left: 25%;
}

.footer .progressLine2 {
	left: 50%;
}

.footer .progressLine3 {
	left: 75%;
}

.footer .progressLine.stepActive {
	background-color: #37add3;
}

.stepOne,
.stepTwo,
.stepThree,
.stepFour {
	display: none;
	width: 100%;
	height: 100%;
}

.stepOne .gameIcon {
	width: 30%;
	margin-bottom: 30px;
}

.stepOne .userIdInput {
	width: 60%;
	margin: 0 auto 10px;
	height: 40px;
	line-height: 40px;
	color: #6d6d6d;
	border-radius: 4px;
	outline: none;
	border: 1px solid #b8b8b8;
	text-align: center;
}

.stepOne .userIdInput::-ms-input-placeholder {
	text-align: center;
	color: #b8b8b8;
}

.stepOne .userIdInput::-webkit-input-placeholder {
	text-align: center;
	color: #b8b8b8;
}

.stepOne .getUserInfoBtn {
	background-color: #ff9105;
	border-radius: 4px;
	height: 40px;
	min-height: 40px;
	width: 60%;
	color: #ffffff;
	-webkit-box-shadow: -2px 2px 2px #ccc;
	box-shadow: -2px 2px 2px #ccc;
	margin: 10px 20px 40px;
	cursor: pointer;
	outline: none;
}

.stepTwo .title {
	height: 40px;
	color: #ffffff;
	background-color: #57bed3;
	width: 100%;
}

.content-main {
	padding: 10px 20px;
	width: 100%;
	height: -moz-calc(100% - 40px);
	height: -webkit-calc(100% - 40px);
	height: calc(100% - 40px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #737373;
}

.content-main .userInfo {
	width: 100%;
}

.content-main .userHead {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 1px solid #6d6d6d;
	padding: 4px;
	position: relative;
}

.content-main .head {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-image: url("./../images/gameIcon.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.content-main .sex {
	width: 25%;
	height: 25%;
	background-image: url("./../images/man.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	left: 1%;
	bottom: 1%;
}

.sex.man {
	background-image: url("./../images/man.png");
}

.sex.women {
	background-image: url("./../images/women.png");
}

.content-main .userInfo .userName {
	width: 100%;
	height: 30px;
}

.content-main .info {
	margin: 20px 0;
	width: 80%;
}

.content-main .info>div {
	border-bottom: 1px solid #6d6d6d;
	line-height: 2;
}

.content-main .info>div:nth-child(2),
.content-main .info>div:nth-child(3) {
	margin: 14px 0;
}

.content-main .btns {
	width: 80%;
}

.content-main .btns .sureBtn {
	background-color: #ff9105;
	border-radius: 4px;
	height: 40px;
	width: 100%;
	color: #ffffff;
	-webkit-box-shadow: -2px 2px 2px #ccc;
	box-shadow: -2px 2px 2px #ccc;
	cursor: pointer;
	outline: none;
	margin-bottom: 14px;
}

.content-main .btns .back {
	border-radius: 4px;
	height: 40px;
	width: 100%;
	-webkit-box-shadow: -2px 2px 2px #ccc;
	box-shadow: -2px 2px 2px #ccc;
	cursor: pointer;
	outline: none;
	border: 1px solid #6d6d6d;
}

.stepThree .title {
	height: 40px;
	color: #ffffff;
	background-color: #57bed3;
	width: 100%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.stepThree .title .head {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	border: 2px solid #c9c9c9;
	margin-right: 6px;
}

.stepThree .title .head .pic {
	background-image: url("./../images/gameIcon.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.stepThree .title span {
	color: #fffd2e;
}

.stepThree .pay-main {
	/*padding: 10px;*/
	width: 100%;
	/* height: -moz-calc(100% - 70px);
	height: -webkit-calc(100% - 70px);
	height: calc(100% - 70px); */
	height: calc(100% - 20.5556vw);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #737373;
	position: relative;
}

.goodsList .firstTips {
	width: 100%;
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 5vw;
	color: #FCFF00;
	line-height: 6.6667vw;
	text-align: center;
}

.stepThree .payType {
	width: 20%;
	height: 100%;
	overflow-y: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.stepThree .payType,
.stepThree .payType>* {
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.stepThree .payType::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.stepThree .payType::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 4px;
	background: #37add3;
}

.stepThree .payType::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	border-radius: 4px;
	background: transparent;
}

.stepThree .payType .active {
	background-color: #fea434;
	color: #ffffff;
}

.stepThree .payType>div {
	width: 100%;
	height: 70px;
	max-height: 90px;
	margin-bottom: 5px;
	max-width: 100px;
	border: 1px solid #ebebeb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	position: relative;
}

/*.stepThree .payType>div:nth-child(3n+2){
	margin: 2%;
}*/

/*.stepThree .payType>div:last-child{*/
/*margin-bottom: 0;*/
/*}*/

.stepThree .payType .typeIcon {
	height: 50px;
	width: 60px;
	background: url("./../images/myCard.png") no-repeat center center;
	background-size: contain;
	margin-bottom: 2px;
}

.stepThree .payType .discountIcon {
	height: 15px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
}

.stepThree .payType .typeName {
	width: 100%;
	text-align: center;
	font-size: 12px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	height: 14px;
	line-height: 14px;
}

.stepThree .goodsList {
	height: -webkit-calc(100% - 44px);
	height: -moz-calc(100% - 44px);
	height: calc(100% - 44px);
	/* width: -moz-calc(80% - 10px);
	width: -webkit-calc(80% - 10px);
	width: calc(80% - 10px); */
	width: 100%;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* padding: 0 2.2222vw; */
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;

}

.stepThree .notice {
	color: #737373;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0 10px;
	border-bottom: 1px solid #57bed3;
}

.goodsList .typeSelect {
	width: calc(100% - 2.2222vw);
	height: 9.5833vw;
	padding: 3.4722vw 0px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.typeSelect .goodsType {
	width: 18.5417vw;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	margin: 0 1.0417vw;
	position: relative;
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 3.8889vw;
	color: #9AB9FF;
	text-decoration-line: underline;
	text-underline-offset: 1.1111vw;
}

/* 给非第一个元素添加分割线 */
.typeSelect .goodsType:not(:first-child)::before {
	content: "|";
	/* 使用 "|" 作为分割线 */
	position: absolute;
	left: -2.0833vw;
	/* 调整位置，与 margin 对应 */
	top: 50%;
	transform: translateY(-50%);
	font-family: PingFang SC;
	font-weight: 200;
	font-size: 6.25vw;
	color: #61669A;
	line-height: 6.25vw;
}

.typeSelect .goodsType.active {
	background-color: #fe9d24;
	color: #ffffff;
	border-radius: 2.7778vw;
}


.typeSelect .payHelpText {
	font-family: PingFang SC;
	font-weight: 400;
	font-size: 3.8889vw;
	color: #C0C6FF;
	line-height: 9.5833vw;
	text-decoration-line: underline;
	text-underline-offset: 1.1111vw;
	margin-right: 0px;
	float: right;
}

.typeSelect .payHelpText>span {
	width: 3.8889vw;
	height: 3.8889vw;
	display: inline-flex;
	/* 保持span行内特性同时启用flex布局 */
	align-items: center;
	padding-left: .2778vw;
}

.typeSelect .payHelpText>span>img {
	width: 100%;
	height: 100%;
}



.goodsList .goodsInfo {
	width: 100%;
	overflow-y: auto;
	margin: 10px 0;
	/* height: -moz-calc(100% - 105px);
	height: -webkit-calc(100% - 105px);
	height: calc(100% - 105px); */
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.goodsList .goodsInfo,
.goodsList .goodsInfo>* {
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.goodsList .goodsInfo::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.goodsList .goodsInfo::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 4px;
	background: #37add3;
}

.goodsList .goodsInfo::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	border-radius: 4px;
	background: transparent;
}

.goodsInfo .giftBagEndDate {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	/*margin-left: 100px;*/
	text-align: center;
	/*height: 30px;*/
	/*left: 40px;*/
}

.goodsInfo .goodsItem {
	width: 95.5556vw;
	height: 21.6667vw;
	border-radius: 2.7778vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	background: #2A2D53;
	margin-bottom: 2.7778vw;
	overflow: visible;
}

.goodsInfo .goodsItem .discount {
	position: absolute;
	color: #FFF29E;
	background-color: #FE4D24;
	top: 1.3889vw;
	right: -0.6944vw;
	font-size: 3.3333vw;
	height: 4.1667vw;
	padding-left: 0.5vw;
	padding-right: 5px;
	/* 添加左侧内边距 */
}

.goodsInfo .goodsItem .discount::before {
	content: "";
	position: absolute;
	left: -4.0278vw;
	top: 0;
	width: 4.1667vw;
	height: 4.1667vw;
	background: #FE4D24;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	transform: translateX(0.5px);
	/* 微调位置消除缝隙 */
}


.goodsInfo .goodsItem:last-child {
	margin-bottom: 0;
}

.goodsInfo .goodsItem.active {
	background: linear-gradient(-90deg, #FE9D24 0%, #FF8C09 100%);
	border-radius: 2.7778vw;

	.itemName {
		color: #fff;
	}

}

.goodsInfo .goodsItem .goodsImg {
	position: relative;
	padding-left: 1.1111vw;
	width: 15.9722vw;
	height: auto;
}



.goodsInfo .goodsItem .desc {
	color: #FFC600;
	height: 100%;
	width: 69.4444vw;
	margin-left: 1.1111vw;
	font-size: 4.4444vw;
	line-height: 5vw;
	font-family: PingFang SC;
	font-weight: 500;
}

.goodsInfo .goodsItem .desc>div {
	width: 100%;
	text-align: left;
}

.goodsInfo .goodsItem .desc .itemName>span {
	color: #F8FF90;
	background: #FE4D24;
	position: relative;
	display: inline-block;
	line-height: 4.4444vw;
	z-index: 1;
	font-size: 3.6111vw;

}

.goodsInfo .goodsItem .desc .itemName>span::after {
	content: "";
	position: absolute;
	left: 99.5%;
	top: 0;
	width: 4.5vw;
	height: 4.5vw;
	background: #FE4D24;
	clip-path: polygon(0 0, 0 100%, 100% 0);
	z-index: -1;
	/* 新增：确保三角形在文字后面 */
}


.goodsInfo .goodsItem .desc .average {
	color: #fff;
	margin-top: 3px;
}

.goodsInfo .goodsItem .desc .average>span {
	font-size: 3.6111vw;
	color: #E6E6E6;
}

.goodsInfo .goodsItem .desc .average del {
	text-decoration: line-through;
	text-decoration-color: red;
}

/*.goodsInfo .goodsItem .discount{*/
/*	height: 100%;*/
/*	width: 30%;*/
/*	text-align: center;*/
/*}*/


.goodsInfo .goodsItem .money {
	color: #ffffff;
	width: 22.0833vw;
	height: 10.1389vw;
	margin-right: 2.5vw;
	background-image: url('./../images/pay/btn_gree.png');
	background-size: 100% 100%;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 4.1667vw;
}

/* .goodsInfo .goodsItem .money >img {
	color: #fffd2e;
	margin-right: 4px;
} */

.goodsInfo .goodsItem .tip {
	position: absolute;
	left: -1px;
	top: -1px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
}

/*礼包专用*/
.goodsInfo .goodsItem2 {
	width: 100%;
	height: 42vw;
	border: 1px solid #d4d4d4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 10px;
}

.goodsInfo .goodsItem2:last-child {
	margin-bottom: 0;
}

.goodsInfo .goodsItem2.active {
	border: 1px solid #fe9d24;
}

.goodsInfo .goodsItem2 .desc {
	color: #fe9d24;
	height: 100%;
	width: 56%;
	margin-left: 4%;
	font-size: 13px;
	line-height: 1;
}

.goodsInfo .goodsItem2 .desc>div {
	width: 100%;
	text-align: left;
}

.goodsInfo .goodsItem2 .desc span {
	color: #737373;
}

.goodsInfo .goodsItem2 .desc .giftbagimg {
	border: 1px solid #d4d4d4;
	position: absolute;
	left: 2%;
	top: 4%;
	/*width: 160px;*/
	/*height: 144px;*/
	width: 42.37vw;
	/* vw 宽高按比例*/
	height: 37vw;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
}

.goodsInfo .goodsItem2 .money {
	color: #ffffff;
	background-color: #37add3;
	width: 30%;
	height: 25%;
	margin-right: 4%;
}

.goodsInfo .goodsItem2 .money span {
	color: #fffd2e;
	margin-right: 4px;
}

.pay-main .surePayBtn {
	position: absolute;
	height: 38px;
	width: 120px;
	background-color: #fe9d24;
	color: #ffffff;
	border-radius: 4px;
	right: -webkit-calc(40% - 60px);
	right: -moz-calc(40% - 60px);
	right: calc(40% - 60px);
	bottom: 14px;
	font-size: 16px;
}

.payHelpPanel-arrow {
	position: absolute;
	right: 7.5vw;
	bottom: 0px;
	width: 0;
	height: 0;
	border-left: 2.7778vw solid transparent;
	border-right: 2.7778vw solid transparent;
	border-bottom: 2.7778vw solid #868DD2;
	z-index: 223;
	/* 确保箭头在面板上方 */
}

.payHelpPanel {
	position: absolute;
	width: 94.7222vw;
	/* height: 65.2778vw; */
	background: #868DD2;
	border-radius: 2.9167vw;
	left: 2.6389vw;
	top: 50vw;
	z-index: 222;
	max-height: 118.0556vw;
	overflow-y: auto;
	overflow-x: hidden;
	overscroll-behavior: contain;
}

.payHelpPanel .helpText {
	position: relative;
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 3.3333vw;
	color: #D3D7FF;
	line-height: 3.3333vw;
	left: 5.9722vw;
	/* top: 3.0556vw; */
	padding-top: 3.0556vw;
}

.payHelpPanel .helpMain {
	position: relative;
	width: 90%;
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 3.3333vw;
	color: #FFFFFF;
	line-height: 5.2778vw;
	padding: 2.7778vw 5%;
}

.payHelpPanel .helpMain>p {
	text-decoration-line: underline;
}



/* .stepThree .payHelp {
	height: 30px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: #57bed3;
	color: #ffffff;
}

.stepThree .payHelp.helpActive {
	height: 50%;

}

.stepThree .payHelp.helpActive::before {
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	content: '';
	position: absolute;
	top: -100%;
}

.stepThree .payHelp .helpText {
	padding: 0 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
}

.stepThree .payHelp.helpActive .helpText {
	background-color: #37add3;
}

.stepThree .payHelp .helpMain {
	height: 0;
	overflow-y: hidden;
}

.stepThree .payHelp.helpActive .helpMain {
	width: 100%;
	height: -moz-calc(100% - 30px);
	height: -webkit-calc(100% - 30px);
	height: calc(100% - 30px);
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.stepThree .payHelp .helpMain>p {
	margin-bottom: 10px;
} */


.tapTitle {
	background: #ECEEFF;
	height: 6.9444vw;
	width: calc(100% - 3.4722vw);
	padding-left: 3.4722vw;
	position: relative;
}

.tapTitle>span {
	display: inline-block;
	position: absolute;
	width: 5vw;
	height: 5vw;
	right: 2.3611vw;
	top: 1.1111vw;
	position: absolute;
	background-image: url('./../images/pay/jiantou.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: rotate(180deg);
}

.tapTitle>span.rotate-180 {
	transform: rotate(0deg);
}

.bankTypeContent {
	width: calc(100% - 6.9444vw);
	margin-left: 6.9444vw;
	gap: 8.0556vw;
	padding: 2.5vw 0px;
}

.bankTypeContent .bankTypeitem {
	position: relative;
	width: 21.3889vw;
	height: 16.8056vw;
	background: #ECEEFF;
	border-radius: 2.7778vw;

	.gou {
		display: none;
		position: absolute;
		right: -0.1389vw;
		bottom: -0.1389vw;
		width: 8.8889vw;
		height: 6.6667vw;
	}
}

.bankTypeContent .bankTypeitem.active {
	/* background-image: url('./../images/pay/item.png'); */
	background: #FB983C;
	background-position: center;
	/* 使图片居中 */
	background-repeat: no-repeat;
	/* 防止重复平铺 */
	background-size: 100% 100%;

	.gou {
		display: block;
	}
}

.bankTypeContent .bankTypeitem .icon {
	width: 13.8889vw;
	height: 13.8889vw;
}

.payResultDialog,
.conFirmDialog,
.comDialog {
	width: 94.7222vw;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
	color: #4D4277;
	font-size: 3.6111vw;
	font-family: PingFang SC;
	font-weight: 500;
	border-radius: 2.7778vw;
}

.payResultDialog .title,
.conFirmDialog .title,
.comDialog .title {
	background-color: #868DD2;
	color: #ffffff;
	width: 100%;
	left: 0;
	height: 12.5vw;
	font-size: 4.7222vw;
	border-radius: 2.7778vw 2.7778vw 0px 0px;
}

.result-success-bg {
	background-color: #09BB07 !important;
}

.result-fail-bg {
	background-color: #B30000 !important;
}

.payResultCotent {
	width: 100%;
	height: 100%;
	/* font-size: 5.5556vw; */
	/* color: #FF8E04; */
}

.payResultCotent .payResultImg {
	padding-top: 8.0556vw;
}

.payResultCotent .failText {
	padding-top: 5.4167vw;
	color: #B30000;
}

.payResultCotent .nextBtn {
	width: 79.3056vw;
	height: 10.6944vw;
	border-radius: 1.3889vw;
	border: .2778vw solid #8F8F8F;
	font-size: 36px;
	text-align: center;
	line-height: 10.6944vw;
	color: #5D5D5D;
	margin: 8.4722vw 0px;
	font-size: 5vw;
}

.payResultCotent .payDesc {
	color: #5D5D5D;
	font-size: 3.3333vw;
	width: 92%;
	padding: 2.7778vw 0vw;
}

/* .payResultDialog .title {
	background-color: #09BB07;
} */

.payResultDialog .close,
.conFirmDialog .close,
.comDialog .close {
	position: absolute;
	right: 2.6389vw;
	top: 3.3333vw;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	background-image: url('./../images/pay/close.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 5vw;
	height: 5vw;
}

.conFirmDialog .order,
.comDialog .comText {
	padding: 4.0278vw 4.4444vw;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.comDialog .comText {
	text-align: center;
	padding: 35px 10px 15px;
}

.conFirmDialog .order>div:nth-child(1),
.conFirmDialog .order>div:nth-child(2),
.conFirmDialog .order>div:nth-child(3) {
	margin-bottom: 2.3611vw;
}

.conFirmDialog .order>div:last-child {
	margin-bottom: 0;
}

.conFirmDialog .order .goodDesc {
	color: #ffa233;
}

.conFirmDialog .order .goodMoney {
	color: #868dd2;
}

.conFirmDialog .order .award {
	margin-left: 10px;
}

.conFirmDialog .order .giftbaggoods {
	background-color: #ffffff;
	border: 1px solid #d4d4d4;
	/*width: 196px;*/
	/*height: 176px;*/
	width: 42.37vw;
	/* vw 宽高按比例*/
	height: 37vw;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	top: -10px;
	left: 25%;
}

.conFirmDialog .giftbaggoods .giftbagimg {
	background-repeat: no-repeat;
	background-size: contain;
	/*width: 196px;*/
	/*height: 176px;*/
	width: 42.37vw;
	/* vw 宽高按比例*/
	height: 37vw;
	position: absolute;
	left: -1px;
	top: -1px;
}

.conFirmDialog .giftbaggoods .desc {
	background-color: #868dd2;
	width: 100%;
	height: 25px;
	color: #ffffff;
	position: absolute;
	bottom: -25px;
}

.conFirmDialog .userInfo {
	background-color: #ECEEFF;
	padding: 4.1667vw 4.4444vw;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 1.8056vw;
}

.conFirmDialog .noUseAddCard {
	background-color: #ECEEFF;
	padding: 4.1667vw 4.4444vw;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 1.8056vw;
}

.conFirmDialog .useAddCard {
	background-color: #ECEEFF;
	padding: 0px 4.4444vw;
	padding-top: 4.3056vw;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.conFirmDialog .noUseAddCard input[type='radio'],
.conFirmDialog .useAddCard input[type='radio'] {
	border: #0062FF;
	background-color: #0062FF;
	width: 5.5556vw;
	height: 5.5556vw;
}

.conFirmDialog .noUseAddCard .blue,
.conFirmDialog .useAddCard .blue {
	color: #0062FF;
}

.conFirmDialog .useAddCard .addCardsContent {
	width: 100%;
	max-height: 31.25vw;
	overflow-y: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	overscroll-behavior: contain;
}

.conFirmDialog .useAddCard .addCardsContent::-webkit-scrollbar {
	display: none;
}

.conFirmDialog .useAddCard .addCardsTypeList {
	width: 100%;
	font-size: 2.9167vw;
	margin-top: 3.3333vw;
	height: 8.3333vw;
}

.conFirmDialog .useAddCard .addCardsTypeList>div:nth-child(1) {
	width: 12.0833vw;
	height: 8.3333vw;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.conFirmDialog .useAddCard .addCardsTypeList>div:nth-child(2) {
	width: 70%;
	height: 100%;
}

.conFirmDialog .useAddCard .addCardsTypeList>div:nth-child(2)>div {
	width: 100%;
	height: 2.9167vw;
}

.conFirmDialog .useAddCard .addCardsTypeList>div:nth-child(3) {
	width: 5.5556vw;
	height: 5.5556vw;
}

.conFirmDialog .confirmBtn,
.comDialog .confirmBtn {
	background: linear-gradient(0deg, #FF8700, #FF9E0B);
	border-radius: 1.3889vw;
	height: 10.4167vw;
	width: 79.0278vw;
	color: #ffffff;
	margin: 3.1944vw 7.7778vw;
	cursor: pointer;
}

.payText {
	font-weight: 400;
	font-size: 3.3333vw;
	color: #5D5D5D;
	line-height: 4.8611vw;
	padding: 0px 4.1667vw;
	padding-bottom: 2.7778vw;
}

.comDialog .comText .bankItem {
	padding: 4px 8px;
	color: #ffffff;
	background-color: #57bed3;
	display: inline-block;
	margin: 6px 8px;
	cursor: pointer;
}

.comDialog .comText .bankItem.active {
	background-color: #2392c3;
}

.stepFour .title {
	/*height: 40px;*/
	color: #ffffff;
	background-color: #57bed3;
	width: 100%;
	padding: 4px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
}

.success-main {
	padding: 10px 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #737373;
}

.success-main .bigRightIcon {
	width: 30%;
	margin: 30px auto 20px;
}

.success-main .tip {
	margin-bottom: 30px;
}

.success-main .successPayTip {
	margin-bottom: 30px;
	text-align: center;
	padding: 0 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.success-main .btns {
	width: 80%;
	margin: 20px 0;
}

.success-main .btns .sureBtn {
	background-color: #ff9105;
	border-radius: 4px;
	height: 40px;
	width: 100%;
	color: #ffffff;
	-webkit-box-shadow: -2px 2px 2px #ccc;
	box-shadow: -2px 2px 2px #ccc;
	cursor: pointer;
	outline: none;
	margin-bottom: 14px;
}

.success-main .btns .back {
	border-radius: 4px;
	height: 40px;
	width: 100%;
	-webkit-box-shadow: -2px 2px 2px #ccc;
	box-shadow: -2px 2px 2px #ccc;
	cursor: pointer;
	outline: none;
	border: 1px solid #6d6d6d;
}

#upLoad {
	height: 100%;
}

#upLoad .upLoadImg {
	position: absolute;
	width: 80%;
	padding-top: 80%;
	left: 10%;
	top: 10%;
	/*background: url("./../images/uphold.png") no-repeat center;
	background-size: contain;*/
}


.pay-banner {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 1.1111vw;
}

.bottom-interval {
	width: 100%;
	height: 16.25vw;
}






.betNumDialog {
	width: 94.7222vw;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #2a2d53;
	font-size: 3.6111vw;
	font-family: PingFang SC;
	font-weight: 500;
	border-radius: 2.7778vw;

	.title {
		background-color: #585D93;
		color: #ffffff;
		width: 100%;
		left: 0;
		height: 12.5vw;
		font-size: 4.7222vw;
		border-radius: 2.7778vw 2.7778vw 0px 0px;
	}

	.close {
		position: absolute;
		right: 2.6389vw;
		top: 3.3333vw;
		color: #ffffff;
		cursor: pointer;
		font-weight: bold;
		background-image: url('./../images/pay/close.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		width: 5vw;
		height: 5vw;
	}

	.confirmBtn {
		background: linear-gradient(0deg, #FF8700, #FF9E0B);
		border-radius: 1.3889vw;
		height: 10.4167vw;
		width: 79.0278vw;
		color: #ffffff;
		margin: 7.0833vw 7.7778vw;
		cursor: pointer;
		font-weight: bold;
		font-size: 5vw;
	}
}

.betNumContent {
	width: 100%;
	height: 72.2222vw;
	padding-top: 5.5556vw;

	.active {
		background-color: #474C80;
		border: .5556vw solid #FF9607;
		box-sizing: border-box;
	}
}


.betNumItem {
	width: 100%;
	height: 18.4722vw;
	margin-top: 2.2222vw;
	background-color: #242743;



	.icon {
		width: 12.2222vw;
		height: 15.1389vw;
		margin-left: 3.75vw;
	}

	.dis {
		font-size: 3.6111vw;
		color: #FFFFFF;
		margin-left: 2.3611vw;
	}

	.dis .type {
		color: #989EE1;
	}

	.toggle {
		width: 7.0833vw;
		height: auto;
		margin-right: 24px;
		margin-left: auto;
	}
}