/*酸酸乳项目通用css*/
:root{
	/*--card-width:2.88rem;*/
	--card-width:3.52rem;
	--card-height:5.01rem;
	--app-bg:rgb(138,183,252);
	--card-min-width:1.07rem;
	--card-min-height:1.86rem;
	--ggl-width:1.7rem;
	--ggl-height:0.75rem;
	--card-width-c:2.88rem;
	--f-c:rgb(241,59,62);
	/*--f-c-1:#9F4407;*/
	--f-c-1:rgb(241,59,62);
	--f-c-2:#A34200;
	--f-c-3:#fff;
	--f-c-4:rgb(243,223,161);
	--f-c-5:rgb(254,208,163);
	--f-c-6:#36b7ab;
	--f-c-7: #FFF0D2;
	--f-c-8: #A63416;
	--f-c-9:#f0e1ae;
}
.sm-title{
	width: 5.5rem;
	height: 0.5rem;
	position: absolute;
	left: 0.65rem;
	top: 2rem;
	z-index: 1;
}
.sm-title img{
	width: 100%;
	height: 100%;
}
*{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
@font-face {
	font-family: 'FZLanTingYuanS-DB-GB';
	src: url('https://tlswx.oss-cn-beijing.aliyuncs.com/zbImg/1/v3/img/1/font/FZLANTY_ZHONGJW--GB1-0.woff2') format('woff2'),
	url('https://tlswx.oss-cn-beijing.aliyuncs.com/zbImg/1/v3/img/1/font/FZLANTY_ZHONGJW--GB1-0.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


.phoneNumber::-webkit-input-placeholder,.inputFeedback textarea::-webkit-input-placeholder {
	color: var(--f-c-5);
	font-size: .29rem;
	line-height: .35rem;
}
.nut-textarea__limit{
	color: var(--f-c-5);
}
/*.title{*/
/*	font-size:var(--title-font-size);*/
/*	color:var(--blue-color);*/
/*}*/
.phoneNumber{
	width: 4.4rem;
	height: 0.6rem;
	box-sizing: border-box;
	font-size: .3rem;
	color: var(--f-c-5);
	position: absolute;
	left: 0.5rem;
	top: 5.1rem;
	background: transparent;
	border: transparent;
	line-height: .6rem;
	outline: none;
	padding: 0 .2rem;
}
.inputFeedback{
	position: absolute;
	left: 0.5rem;
	top: 2.8rem;
	width: 5.2rem;
	height: 5.3rem;
	background: transparent;
	font-size: .3rem;
	padding: 0.2rem;
}
.inputFeedback textarea{
	color: var(--f-c-5);
}
*{
	margin: 0;
	padding: 0;
}
body{
	overflow-x: hidden;width: 7.5rem;margin: auto;
}
.nut-button--primary{
	background: var(--f-c-1);
}
.swiper-slide{
	transform:translate3d(0,0,0);
}
/*方正粗圆简体*/
/*@font-face {*/
/*	font-family: 'FZCuYuan-M03S';*/
/*	src: url('http://imgxyd.shopdmp.cn/ssr/font/FZY4JW--GB1-0.woff2') format('woff2'),*/
/*		 url('http://imgxyd.shopdmp.cn/ssr/font/FZY4JW--GB1-0.woff') format('woff');*/
/*	font-weight: normal;*/
/*	font-style: normal;*/
/*	font-display: swap;*/
/*}*/
/*@font-face {*/
/*	font-family: "HYYongZiTaoQiBaoW";*/
/*	src: url("http://imgxyd.shopdmp.cn/ssr/font/HYYongZiTaoQiBaoW.ttf");*/
/*	font-display: swap;*/
/*}*/
/*@font-face {*/
/*	font-family: "Coca-ColaCareFontKaiTi";*/
/*	src: url("http://imgxyd.shopdmp.cn/ssr/font/fzzzhjt.woff");*/
/*	font-display: swap;*/
/*}*/
/*@font-face {*/
/*	font-family: "FZLanTYJW_Zhun";*/
/*	src: url("http://imgxyd.shopdmp.cn/ssr/font/FZLanTYJW_Zhun.woff");*/
/*	font-display: swap;*/
/*}*/
/*@font-face {*/
/*	font-family: "font_v";*/
/*	src: url("http://imgxyd.shopdmp.cn/ssr/font/v9.woff2");*/
/*	font-display: swap;*/
/*}*/
.dn{
	display: none!important;
}
::-webkit-scrollbar { /* 滚动条整体样式 */
	width: .1rem;
	height: .1rem;
	width:0;
	height: 0;
}
::-webkit-scrollbar-thumb { /* 滚动条里面小方块 */
	border-radius: .1rem;
	-webkit-box-shadow: inset 0 0 .1rem #523325;
	background: #523325;
	-webkit-box-shadow: inset 0 0 .1rem rgb(231,53,52);
	background: rgb(231,53,52);
	background: transparent;
}
::-webkit-scrollbar-track { /* 滚动条里面轨道 */
	-webkit-box-shadow: inset 0 0 .1rem #FDD17A;
	border-radius: .2rem;
	background: #FDD17A;
	-webkit-box-shadow: inset 0 0 .1rem transparent;
	border-radius: .2rem;
	background: transparent;
}
.auto-scroll { overflow: overlay  } /* 需要滚动的地方加上这个class */
.auto-scroll::-webkit-scrollbar { /* 组件内滚动条不显示 */
	display: none;
}
.nut-dialog::-webkit-scrollbar { /* 组件内滚动条不显示 */
	display: none!important;
}
[v-cloak]{
	display: none!important;
}

/*.nut-button--primary {*/
/*	color: #fff;*/
/*	background: linear-gradient(135deg,rgb(219,115,41) 0%,#fa6419 100%);*/
/*	border: 1px solid transparent;*/
/*}*/
/*首页红包弹窗 start*/
.redPackage_mark {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3000;
	display: none;
}
wx-open-subscribe,wx-open-launch-weapp{
	display: block;
	width: 750px;
	height: 750px;
}
.open-weapp{
	z-index: 3;
	position: absolute;
	right: 0;
	top: 0;
	width: 1.28rem;
	height: 100%;
}
.redPackage_mark_box {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.7);
	z-index: 201;
}
.aqyykpopf{
	font-size: 0.35rem;
	height: 1rem;
	width: 6.22rem;
	position: absolute;
	top: 4.45rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*呼吸效果*/
@keyframes myBreath {
	0%{
		transform: scale(0.88);
	}
	50%{
		transform: scale(1);
	}
	100%{
		transform: scale(0.88);
	}
}
.nut-popup.round.popup-center{
	z-index: 4000!important;
}
.msg-box{
	width: .75rem;
	height: .78rem;
	background-image: url(https://tlswx.oss-cn-beijing.aliyuncs.com/zbImg/1/v3/img/popup/dang.png?v=zbank_v3_v_035);
	background-repeat: no-repeat;
	background-size: .75rem .78rem;
	position: absolute;
	left: 0;
	top: 0.2rem;
	z-index: 9;
}
.mymsg-box{
	width: 5rem;
	height: 6rem;
	position: absolute;
	right: 0.45rem;
	top: 1.6rem;
	z-index: 9;
	/*background: rgba(0, 0, 0, 0.1);*/
	overflow: hidden scroll;
}
.mymsg-box .item{
	box-sizing: border-box;
	padding-left: 1rem;
	padding-top: .4rem;
	position: relative;
	width: 99%;
	margin-bottom: .2rem;

}
.mymsg-box .item .avatar{
	width: .8rem;
	height: .8rem;
	position: absolute;
	left: 0;
	top: 0.4rem;
}
.mymsg-box .item .time{
	position: absolute;
	width: 2.2rem;
	text-align: center;
	font-size: .2rem;
	color: #E73F34;
	opacity: 0.8;
	top: 0;
	left: 1.6rem;
}
.mymsg-box .item .rep-box{
	/*width: 4rem;*/
	/*height: 2.32rem;*/
	border: 0.02rem solid #C90806;
	background: #E73F34;
	position: relative;
	border-radius: .1rem;
	padding-top: .2rem;
	padding-bottom: .3rem;
}
.rep-box-1{
	border-bottom: 0.01rem solid #F0E1AE;
	font-size: .24rem;
	color: #F0E1AE;
	width: 3.4rem;
	margin: auto;
	display: flex;
	box-sizing: border-box;
	padding-bottom: .1rem;
}
.rep-box-2{
	width: 3.4rem;
	margin: auto;
	font-size: .22rem;
	color: #F0E1AE;
	line-height: .31rem;
	opacity: 0.8;
	text-align: justify;
	margin-top: .1rem;
}
.mymsg-box .item .rep-box .triangle{
	position: absolute;
	left: -.18rem;
	top: -.04rem;
	width: .24rem;
	height: .35rem;
}
.msg-box .num{
	color: #d50d25;
	width: .3rem;
	height: .3rem;
	position: absolute;
	border-radius: 50%;
	background: #ffda6b;
	top: -.05rem;
	left: -.05rem;
	font-size: .2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.music-box.music-box-stop{
	background-image: url(https://tlswx.oss-cn-beijing.aliyuncs.com/zbImg/1/v3/img/index/music0.png?v=zbank_v3_v_035);
	background-repeat: no-repeat;
	background-size: .75rem .78rem;
}
.music-box{
	width: .75rem;
	height: .78rem;
	background-image: url(https://tlswx.oss-cn-beijing.aliyuncs.com/zbImg/1/v3/img/index/music1.png?v=zbank_v3_v_035);
	background-repeat: no-repeat;
	background-size: .75rem .78rem;
	position: absolute;
	right: -.06rem;
	top: 3.04rem;
	z-index: 9;
}
.shuoming-1{
	position: absolute;
	top: 3.75rem;
	right: 0.34rem;
	width: 1rem;
	height: 0.5rem;
	z-index: 9;
	/*background: red;*/
}
.rw-wp .box{
	bottom: 0;
	display: flex;
	flex-direction: column;
	width: 7.5rem;
	height: 10.27rem;
	background-image: url(https://tlswx.oss-cn-beijing.aliyuncs.com/zbImg/1/v3/img/1/task_pop/1.png?v=zbank_v3_v_035);
	background-repeat: no-repeat;
	background-size: 7.5rem 10.27rem;
	background-position-y: top;
	overflow: hidden;
	box-sizing: border-box;
	padding-top: 2.12rem;
	padding-bottom: 0.35rem;
	position: absolute;

}
.nd-times-text{
	color: var(--f-c-1);
	/*text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff;*/
	position: absolute;
	font-size: .24rem;
	display: flex;
	/* background: rgba(0,0,0,.8); */
	width: 0.5rem;
	justify-content: center;
	height: 0.4rem;
	align-items: center;
	left: 3.45rem;
	top: 4.45rem;
}
.rw-wp .box .item{
	font-size: .4rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	width: 6.87rem;
	height: 1.19rem;
	margin: .2rem auto;
	/*background: var(--f-c-8);*/
}
.rw-wp .box .item .bg-1{
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 6.87rem;
	height: 1.19rem;
}
.rw-wp .box .item .bg-2{
	z-index: 2;
	position: absolute;
	right: 0.25rem;
	top: 0.45rem;
	width: .98rem;
	height: .36rem;
}
.rw-wp .box .item .p-1{
	color: var(--f-c-9);
	font-family: 'FZLanTingYuanS-DB-GB';
	position: absolute;
	top: 0.3rem;
	font-size: 0.26rem;
	z-index: 2;
	left: 1.12rem;
}
.rw-wp .box .item .p-2{
	font-size: 0.18rem;
	color: var(--f-c-9);
	font-family: 'FZLanTingYuanS-DB-GB';
	position: absolute;
	top: .67rem;
	z-index: 2;
	left: 1.12rem;
}
.rw-wp .box .item.item0{
	background: url("http://imgxyd.shopdmp.cn/ssr/v7/task/v2/1.png?v=zbank_v3_v_035") no-repeat center center;
	background-size: 5.96rem 1.17rem;
}
.rw-wp .box .item.item1{
	background: url("http://imgxyd.shopdmp.cn/ssr/v7/task/v2/2.png?v=zbank_v3_v_035") no-repeat center center;
	background-size: 5.96rem 1.17rem;
}
.rw-wp .box .item.item2{
	background: url("http://imgxyd.shopdmp.cn/ssr/v7/task/v2/3.png?v=zbank_v3_v_035") no-repeat center center;
	background-size: 5.96rem 1.17rem;
}
.rw-wp .box .item.item3{
	background: url("http://imgxyd.shopdmp.cn/ssr/v7/task/v2/4.png?v=zbank_v3_v_035") no-repeat center center;
	background-size: 5.96rem 1.17rem;
}

.rw-wp .box .img2{
	width: 1.41rem;
	height: .61rem;
	position: absolute;
	right: 1.3rem;
}
.rw-wp .box .cls-btn{
	position: absolute;top: 1.3rem;right: 0;width: 2rem;height: 1.5rem;z-index: 9999;
}
.task-scroll{
	width: 7rem;
	height: 5.9rem;
	/*background: var(--f-c-8);*/
	position: absolute;
	top: 4.4rem;
	left: 0.25rem;
	overflow-y: scroll;
}
.task-scroll .item:nth-of-type(1){
	margin-top: 0;
}
.cls-btn-pop{
	width: 100%;height: 1.5rem;position: absolute;top: 0;z-index: 9999;
}
.zp-wp{
	width:7.5rem;height: 6.2rem;
	position: absolute;
	top: 0.3rem;
	left: 0;
}
.zp-wp .arr-btn{
	position: absolute;
	top: 2rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	width: 1.65rem;
	height: 1.8rem;
}
.nut-drag{
	z-index: 999!important;
}
.close-pop-b{
	width: .58rem;
	height: .56rem;
	position: absolute;
	bottom: 0;
	left: 3.46rem;
	z-index: 99991;
}
.img-jp-1{
	width: 2.36rem;
	height: 2.36rem;
	position: absolute;
	top: 2rem;
	left: 2.57rem;
	z-index: 1;
}

.jp-lq-1{
	width: 2.78rem;
	height: .83rem;
	position: absolute;
	top: 4.2rem;
	left: 2.36rem;
	z-index: 99991;
}
.sycs{
	font-size: .24rem;
	text-align: center;
	color: rgb(239,234,213);
	position: absolute;
	top: calc(50% + 5.5rem);
	width: 100vw;
}

.jp-name{
	position: absolute;
	text-align: center;
	font-family: 'FZCuYuan-M03S';
	color: #fff;
	font-size: .28rem;
	top: 1.6rem;
	width: 100%;
}



.phb-bg{
	width: 7.5rem;
	height: 7.89rem;
	background-image: url(http://imgxyd.shopdmp.cn/ssr/v14/1/a1.png?v=zbank_v3_v_035);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 7.5rem 7.89rem;
	position: relative;
	/*bottom: 1rem;*/
	box-sizing: border-box;
	padding-top: 1.25rem;
}
.phb-bg .head{
	width: 5.15rem;
	height: 1.32rem;
	background-image: url(http://imgxyd.shopdmp.cn/ssr/v14/1/0240510103512.png?v=zbank_v3_v_035);
	background-repeat: no-repeat;
	background-size: 5.15rem 1.32rem;
	position: relative;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: .2rem 0.2rem 0 0.2rem;

	margin: auto;
}
.phb-bg .head .a{
	text-align: center;
	width: 1rem;
	font-size: .23rem;
	/*color: var(--f-c-1);*/
	/*text-shadow: 0 .02rem var(--f-c-3), .02rem 0 var(--f-c-3), -.02rem 0 var(--f-c-3), 0 -.02rem var(--f-c-3);*/
	color: var(--f-c-5);
}
.phb-bg .head .b{
	width: .8rem;
	height: .8rem;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: .12rem;
	margin-left: .3rem;
}
.phb-bg .head .b .i1{
	width: .74rem;
	height: .75rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.phb-bg .head .b .i2{
	width: .74rem;
	height: .74rem;
	border-radius: 50%;
	transform-origin: center;
	transform: scale(.95);
}

.phb-bg .head .c{
	text-align: left;
	width: 1rem;
	font-size: .2rem;
	color: var(--f-c-5);
	word-break: keep-all;
}
.phb-bg .head .a.d{
	text-align: center;
	width: 1rem;
	font-size: .34rem;
	color: var(--f-c-5);
	margin-left: .4rem;
}
.phb-bg .close-pop{
	position: absolute;top: 0;width: 5.24rem;height: 1rem;right: 0;
}

.phb-bg .body{
	width: 5.5rem;
	height: 3.95rem;
	/*padding: .15rem 1.2rem 0 1rem;*/
	border: 0px solid red;
	margin: auto;
	overflow: hidden scroll;
}
.phb-bg .body .item{
	display: flex;
	align-items: center;
	width: 100%;
	height: 1.1rem;
	position: relative;
	box-sizing: border-box;
	padding-left: .1rem;
	background: url("http://imgxyd.shopdmp.cn/ssr/v14/1/a4.png?v=zbank_v3_v_035") no-repeat center bottom;
	background-size: 5.26rem .01rem;
}
.phb-bg .body .item .bt{
	width: 100%;
	height: .01rem;
	background-image: url(http://imgxyd.shopdmp.cn/ssr/v13/1/phb/line.png?v=zbank_v3_v_035);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 4.76rem .01rem;
	position: absolute;
	bottom: 0;
}
.phb-bg .body .item .a{
	text-align: center;
	width: 1rem;
	font-size: .22rem;
	color: var(--f-c-5);
	/*text-shadow: 0 .02rem var(--f-c-3),*/
	/*.02rem 0 var(--f-c-3),*/
	/*-.02rem 0 var(--f-c-3), 0 -.02rem var(--f-c-3);*/
}
.phb-bg .body .item .b{
	width: .8rem;
	height: .8rem;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: .2rem;
	margin-left: .35rem;
}
.phb-bg .body .item .b .i1{
	width: .74em;
	height: .75rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.phb-bg .body .item .b .i2{
	width: .74rem;
	height: .74rem;
	border-radius: 50%;
	transform-origin: center;
	transform: scale(.95);
}

.phb-bg .body .item .c{
	text-align: left;
	width: 1rem;
	font-size: .2rem;
	color: var(--f-c-5);
	word-break: keep-all;
	/*text-shadow: 0 .02rem var(--f-c), .02rem 0 var(--f-c), -.02rem 0 var(--f-c), 0 -.02rem var(--f-c);*/
}
.phb-bg .body .item .a.d{
	text-align: center;
	width: 1.5rem;
	font-size: .34rem;
	color: var(--f-c-5);
	margin-left: .5rem;
	/*text-shadow: 0 .02rem var(--f-c-3),*/
	/*.02rem 0 var(--f-c-3),*/
	/*-.02rem 0 var(--f-c-3), 0 -.02rem var(--f-c-3);*/
}
.phb-bg .body .item .a .i3{
	width: .65rem;
	height: .48rem;
}
.qw-btn-cl{
	width: 100%;height: 1.5rem;position: absolute;
	bottom: 0;z-index: 9999;
}

.box-2 .img2{
	width: 1.15rem;height: .38rem;
}

.abs{
	position: absolute;
	z-index: 1;
}
.img-1{
	width: 2.04rem;
	height: .46rem;
	left: .2rem;
	top: .3rem;
}
.img-2{
	width: 7.16rem;
	height: 3.25rem;
	left: .17rem;
	top: 1rem;
}
.img-3{
	width: 7.5rem;
	height: 3.29rem;
	left: 0;
	bottom: 0;
	background: url(https://tlswx.oss-cn-beijing.aliyuncs.com/zbImg/1/v3/img/1/4.png?v=zbank_v3_v_035) no-repeat center center;
	background-size: 7.5rem 3.29rem;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;

}
.img-3 div{
	width: 22%;
	height: 100%;

}
.img-3 .item-2{
	width: 56%;
}
.img-4{
	width: 1.82rem;
	height: 2.16rem;
	left: 2rem;
	top: 4.1rem;
	/*transform: rotate(30deg);*/
	animation: ear-shake 1s ease-in-out infinite;
	transform-origin: bottom;
}
/* 定义耳朵抖动的动画序列 */
@keyframes ear-shake {
	0% {
		transform: rotate(0deg);
	}
	25% {
		/*transform: rotate(2deg);*/
	}
	50% {
		transform: rotate(3deg);
	}
	75% {
		/*transform: rotate(2deg);*/
	}
	100% {
		transform: rotate(0deg);
	}
}
.img-5{
	width: 1.82rem;
	height: 2.16rem;
	right: 2rem;
	top: 4.1rem;
	transform-origin: bottom;
	animation: ear-shake2 1s ease-in infinite;
}
@keyframes ear-shake2 {
	0% {
		transform: rotate(0deg);
	}
	/*25% {*/
	/*	transform: rotate(-2deg);*/
	/*}*/
	50% {
		transform: rotate(-3deg);
	}
	/*75% {*/
	/*	transform: rotate(-2deg);*/
	/*}*/
	100% {
		transform: rotate(0deg);
	}
}
.img-6{
	width: .74rem;
	height: .49rem;
	right: 0;
	top: .85rem;
}
.img-7{
	width: 1.14rem;
	height: .49rem;
	right: 0;
	top: .25rem;
}
.img-8{
	width: 6.04rem;
	height: 5.54rem;
	left: 0.75rem;
	top: 5.65rem;
}
.img-9{
	width: 4.82rem;
	height: 5.3rem;
	left: 2.15rem;
	top: 0;
	z-index: 1;
}
.img-333{
	width: 7.5rem;
	height: 3.29rem;
	left: 0;
	bottom: 0;
	background: url(https://tlswx.oss-cn-beijing.aliyuncs.com/zbImg/1/v3/img/1/4.png?v=zbank_v3_v_035) no-repeat center center;
	background-size: 7.5rem 3.29rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nut-toast-title{
	font-size: .3rem;
}
.nut-toast-text{
	font-size: .26rem;
}
.start-img{
	width: 4.14rem;
	height: 1.6rem;
	bottom: .6rem;
	left: 1.68rem;
	background: url(https://tlswx.oss-cn-beijing.aliyuncs.com/zbImg/1/v3/img/2/3.png?v=zbank_v3_v_035) no-repeat center center;
	background-size: 4.14rem 1.6rem;
}

.yxgl-img{
	width: 1.23rem;
	height: .3rem;
	bottom: .35rem;
	left: 3.14rem;
}
.game-djs{
	width: 1.1rem;
	height: 1.67rem;
	right: 0;
	bottom: 2.08rem;
	background: url(https://tlswx.oss-cn-beijing.aliyuncs.com/zbImg/1/v3/img/2/14.png?v=zbank_v3_v_035) no-repeat center center;
	background-size: 1.1rem 1.67rem;
	color: var(--f-c-9);
	z-index: 9;
	position: absolute;
	font-size: .38rem;
	box-sizing: border-box;
	padding-top: .73rem;
	text-align: center;
	padding-left: .1rem;
}
.game-djs.quan-box{
	background: url(https://tlswx.oss-cn-beijing.aliyuncs.com/zbImg/1/v3/img/2/quan-box.png?v=zbank_v3_v_035) no-repeat center center;
	background-size: 1.1rem 1.67rem;
	bottom: 0.45rem;
}
.game-djs.quan-box .num{
	color: #d50d25;
	width: .4rem;
	height: .4rem;
	position: absolute;
	border-radius: 50%;
	background: #ffda6b;
	top: -.05rem;
	left: -.05rem;
	font-size: .26rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.catq-img{
	width: 1.55rem;
	height: .5rem;
	left: 2.975rem;
	bottom: 0.4rem;
	transform: scale(.8);
}

.ydjt-img{
	width: .86rem;
	height: 1.5rem;
	left: 3.32rem;
	bottom: 1.7rem;
	transform: scale(.8);
	animation: up 2s ease infinite;
}
@keyframes up {
	100% {
		bottom: 1.9rem;
		-o-transform: scale(.8);
		-ms-transform: scale(.8);
		-moz-transform: scale(.8);
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
}


.form-input{

}
.up-wp{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	width: 6rem;
	height: 3rem;
	border: 1px solid black;
	margin: auto;
	position: relative;
	object-fit: cover;
}

.ty-close{
	width: 100%;
	height: .9rem;
	background: url("https://tlswx.oss-cn-beijing.aliyuncs.com/zbImg/1/v3/img/popup/close-icon.png?v=zbank_v3_v_035") no-repeat center center;
	background-size: .9rem .9rem;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
}
.opacity{
	opacity: 0!important;
}
.no-scroll {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

.back-icon{
	width: calc(2.27rem / (3126/750));
	height: calc(2.17rem / (3126/750));
	left: .2rem;
	top: .4rem;
}
.input-1{
	width: calc(25.39rem / (3126/750));
	height: calc(3.25rem / (3126/750));
	background-image: url(https://tlswx.oss-cn-beijing.aliyuncs.com/zbImg/1/v3/img/common/input-1.png?v=zbank_v3_v_035);
	background-repeat: no-repeat;
	background-size: calc(25.39rem / (3126/750)) calc(3.25rem / (3126/750));
	left: .75rem;
	top: 1.6rem;
	z-index: 9;
	display: flex;
}
.input-2{
	background-image: url(https://tlswx.oss-cn-beijing.aliyuncs.com/zbImg/1/v3/img/common/input-2.png?v=zbank_v3_v_035);
	top:2.8rem;
}
.input{
	background: transparent;
	border: none;
	outline: none;
	color: var(--f-c-7);
	font-size: .33rem;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding-left: 1.7rem;
	padding-right: .2rem;
}
.heart-1{
	width: 3.95rem;
	height: 1.22rem;
	left: 1.3rem;
	top: 3.7rem;
}
.up-add-img{
	opacity: 0;
	filter:alpha(opacity:0);
	height:0;
	width: 7.5rem;
	position: absolute;
	left: 99999px;
	top: 88888px;
}
/*@font-face {*/
/*	font-family: 'Smiley Sans';*/
/*	src: url('SmileySans-Oblique.woff2') format('woff2'),*/
/*	url('SmileySans-Oblique.woff') format('woff'),*/
/*	url('SmileySans-Oblique.ttf') format('truetype');*/
/*	font-weight: normal;*/
/*	font-style: italic;*/
/*	font-display: swap;*/
/*	font-variant: normal;*/
/*	text-rendering: optimizeLegibility;*/
/*}*/
/*@font-face {*/
/*	font-family: 'Smiley Sans'; !* 自定义字体名称 *!*/
/*	src: url('https://shenghuojia-1314910778.cos.ap-beijing.myqcloud.com/images/marathon/9/2/SmileySans-Oblique.ttf') format('truetype'); !* 字体文件路径和格式 *!*/
/*}*/


@font-face {
	font-family: 'Smiley Sans'; /* 自定义字体名称 */
	src: url('./SmileySans-Oblique.ttf') format('truetype'); /* 字体文件路径和格式 */
}

.phone-input{
	position: absolute;
	top: 4.715rem;
	left: 1.2rem;
	width: 4rem;
	background: transparent;
	color: var(--f-c-8);
	/*background: red;*/
	/*opacity: 0.27;*/
	outline: none;
	border: none;
	font-size: .4rem;
	height: .75rem;
	box-sizing: border-box;
	padding-left: .3rem;
}

.tpsbkh{
	display: block;
	width: 100%;
	height: 2rem;
	top: 7rem;
	overflow: hidden;
}
