body {
	background: #fcfcfc;
}
.bgImg{
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: auto;
	border: none;
	z-index: 0;

}
.page {
	position: relative;
	z-index: 1;
	width: 94vw;
	padding-bottom: 24vw;
	margin: 4vw auto 0;
}

.user_div {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	margin-bottom: 3.6vw;
}

.user_div .user_name {
	color: #FFFFFF;
	font-size: 0.3rem;
	display: flex;
	align-items: center;
}

.user_div .user_name>.label {
	color: #ffcc78;
	padding: 0 2vw;
	height: 5vw;
	display: flex;
	align-items: center;
	background-image: url('../../img/bg_label.png');
	background-size: 100% 100%;
	margin-left: 3vw;
	font-size: 0.2rem;

}

.user_right {
	margin-left: 3vw;
}

.user_wechat {
	font-size: 0.3rem;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	margin-top: 2vw;
}

.user_wechat>div {
	margin-right: 3vw;
	font-size: 0.24rem;
}

.user_wechat img {
	height: 3vw;
}

.user_img {
	width: 11vw;
	height: 11vw;
	border-radius: 100%;
	overflow: hidden;
	border: 1px solid #FFFFFF;
}

.user_img>img {
	width: 100%;
	height: 100%;
	display: block;
}

.card_list>.card_item {
	box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.06);
	border-radius: 3vw;
	background-color: #FFFFFF;
	margin-bottom: 2.8vw;
	border-radius: 3vw;
	overflow: hidden;
}

.card_list>.card_item .amountTitle {
	font-size: 0.22rem;
	margin-bottom: 1vw;
}

.card_list>.card_item .money {
	color: #ff1a2a;
	font-size: 0.44rem;
	font-weight: 500;
	margin-bottom: 2.5vw;
}

.wait_money {
	font-size: 0.24rem;
	color: #121212;
}

.money_view {
	padding: 4.9vw;
}

.money_view_chilren {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed #ff1a2a;
	padding-bottom: 4.1vw;
}

.wait_money span {
	color: #ff1a2a;
	font-weight: 500;
	font-size: 0.28rem;
}

.money_view_bottom {
	padding-top: 4.5vw;
	font-size: 0.22rem;
	display: flex;
}

.money_view_bottom>div {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.money_view_bottom>div::after {
	position: absolute;
	top: 50%;
	width: 1px;
	height: 80%;
	right: 0;
	transform: translateY(-50%);
	background-color: #dddddd;
	content: '';
}

.money_view_bottom>div:last-child::after {
	display: none;
}

.money_view_bottom>div>span:nth-child(2) {
	font-size: 0.28rem;
	font-weight: 500;
	color: #ff1a2a;
	margin-top: 1.5vw;

}

.card_img {
	width: 100%;
	height: auto;
	display: block;
}

.withdrawal_btn {
	font-size: 0.24rem;
	background-color: #ff1a2a;
	box-shadow: 0px 2px 16px 0px rgba(255, 26, 42, 0.42);
	height: 6.6vw;
	border-radius: 6.6vw;
	padding: 0 5vw;
	display: flex;
	align-items: center;
	margin: 3vw 0 2.5vw 0;
}

a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
	user-select: none;
}

.withdrawal_btn>a {
	color: #FFFFFF;
	outline: none;
}

.card_item_right {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.record_text {
	font-size: 0.22rem;
}

.record_text>a {
	color: #121212;
}

.menu {
	display: flex;
	padding: 4vw 0 1.5vw 0;
	flex-wrap: wrap;
}

.menu>div {
	flex: 0 0 auto;
	width: 25%;
	margin-bottom: 4vw;
}

.menu>div>a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.menu>div>a img {
	width: 12vw;
}

.menu>div>a span {
	font-size: 0.26rem;
	margin-top: 0.58vw;
	color: #121212;
}

/* 海报 */
#takeCanvas {
	opacity: 0;
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
}

.take_fixed_div {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 16vw;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: -9999;
	opacity: 0;
}

.take_con {
	width: 6.5rem;
	height: 9.75rem;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 3vw;
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.take_title{
	display: flex;
	justify-content: center;
	font-size: 0.3rem;
	align-items: center;
	margin: 0.35rem 0;
}
#takePoster{
	width: 2.4rem;
	display: block;
	border-radius:2px;
}
.take_fixed_div.alertWin{
	z-index: 19;
	opacity: 1;

}
.swiper-slide, .swiper-wrapper{
	height: auto;
}
.take_title>img{
	height: 0.3rem;
}
.take_title>span{
	margin: 0 2vw;
	font-weight: 500;
}
.take_img>img {
	width: 100%;
	height: 100%;
}
.swiper-container1 {
	width: 100%;
	transform: scale(1.5) translate(0,17%);

  }
  .swiper-container1  .swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition:transform 800ms ;
	background-position: center;
	background-size: cover;
	transform: scale(0.9) !important;
  }
  .swiper-container-3d .swiper-slide-shadow-right{
	background-image:none !important;
  }
  .swiper-container-3d .swiper-slide-shadow-left{
	background-image:none !important;
  }
  .take_txt{
	  position: absolute;
	  bottom:1rem ;
	  left: 0;
	  width: 100%;
	  padding: 0.2rem 0;
  }
  .take_txt>div{
	  margin-top: 0.1rem;
  }
  .swiper-container1  .swiper-slide-active,   .swiper-container1 .swiper-slide-duplicate-active{
	transform: scale(1) !important;

  }
  .swiper-container1 .swiper-slide-active>img{
	box-shadow: 0px 0px 10px 0px rgba(128, 128, 128, 0.6);
  }
.take_text {
	font-size: 0.22rem;
	color:#fc2b00;
	text-align: center;
}

.take_text1 {
	font-size: 0.22rem;
	text-align: center;
	color: #acacac;
}
.swiper-container1{
	overflow: unset !important;
}
.take_btm {
	width: 100%;
	height: 0.92rem;
	border-top: solid 1px #e0e0e0;
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
}
.take_btm>div:first-child{
	border-right: solid 1px #e0e0e0;
}
.take_item {
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.26rem;
	color: #121212;
}

.shadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999;
	display: none;
	background: rgba(0, 0, 0, .8);
}

.wechat {
	position: absolute;
	top: 50%;
	width: 64vw;
	height: 50vw;
	border-radius: 3vw;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #FFFFFF;
	z-index: 9999;
	padding: 10.5vw 3vw 4vw 3vw;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.wechat .weChat_title {
	display: flex;
	justify-content: center;
	font-size: 0.35rem;
	color: #121212;
	align-items: center;
	font-weight: 800;
	letter-spacing: 3px;
}

.wechat .weChat_title>img {
	height: 4.5vw;
	margin-right: 3vw;
}

.wechat>div {
	display: flex;
	justify-content: center;
}

.wechat .input_row {
	margin-top: 9.5vw;
	margin-bottom: 8vw;
	border-bottom: 1px solid #cccccc;
}

.input_row>input {
	width: 45vw;
	padding-bottom: 2vw;
	font-size: 0.28rem;
	color: #121212;
}

.input_row>input::-webkit-input-placeholder {
	color: #cccccc;
}

.wechat .btn {
	height: 8vw;
	width: 50vw;
	border-radius: 1vw;
	font-size: 0.22rem;
	display: flex;
	align-items: center;
	color: #999999;
}
.wechat .btn{
	    margin-top: 2.5vw;
}
.wechat>.btn:first-child{
	margin-top: 0vw;
}
.wechat .btn.saveBtn{
	background-image: linear-gradient(0deg,
		#ff1b2c 0%,
		#ff1a5a 100%),
		linear-gradient(#ffe0e8,
		#ffe0e8);
	color: #FFFFFF;
	margin-top: 0vw;
}



#origin-img{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
z-index: 999;
display: none;
}
#origin-img .swiper-slide {
display: flex;
justify-content: center;
    align-items: flex-start;
}
#origin-img .swiper-slide img{
	height: 90vh;
	width: auto;
}
.swiper-container1{
	margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
}
 .swiper-pagination {
    bottom: auto;
    color: #000;
	font-size: 0.24rem;
}
.swiper-container2  .swiper-pagination-fraction{
		bottom: 5vh;
}
.swiper-container2  .swiper-wrapper{
}