#app {
	width: 100%;
	overflow: hidden;
}

.deposit-img {
	width: 100%;
	vertical-align: middle;
}

.timebox {
	position: relative;
	display: flex;
	align-items: center;
	/* margin-top: -0.59rem; */
	height: 0.6rem;
	font-size: 0.24rem;
	color: #fff;
	justify-content: center;
	background: RGBA(52, 105, 19, 1);
	box-shadow: 0rem 0.01rem 0.04rem 0.02rem rgba(0, 0, 0, 0.2);
}

.second-box,
.miao-box {
	width: 0.40rem;
	height: 0.38rem;
	font-size: 0.24rem;
	font-weight: 400;
	color: #FFFFFF;
	background: rgba(82, 162, 9, 1);
	border-radius: 0.02rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 0.15rem;
}

.form-text {
	padding: 0.40rem 0.40rem 0.60rem;
	background: #4B971C;
}

.form-input-box {
	width: 6.40rem;
	height: 1.12rem;
	border: 0.02rem solid #FFFFFF;
	position: relative;
	background-color: #4B971C;
}

.inpot-tarset {
	width: 100%;
	box-sizing: border-box;
	height: 100%;
	padding-left: 1.3rem;
	font-size: 0.32rem;
	color: #fff;
	background-color: #4B971C;
}

.pre-text {
	position: absolute;
	top: 0.38rem;
	left: 0.24rem;
	font-size: 0.32rem;
	color: #fff;
}

.btn {
	width: 6.40rem;
	height: 0.96rem;
	background: #FFE60F;
	border-radius: 0.08rem;
	margin-top: 0.4rem;
	font-size: 0.32rem;
	font-weight: bold;
	color: #32333D;
}

.bottm-content {
	background: #F8F9FA;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.content-title {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.32rem;
	font-weight: bold;
	color: #32333D;
	line-height: 0.38rem;
	margin: 0.6rem 0.32rem;
}

.i-depotu-w {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 0.3rem;
	align-items: center;
	margin-bottom: 0.5rem;
}

.li-inmg-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 3.2rem;
	height: 1.8rem;
	background: #589E2C;
	margin-bottom: 0.2rem;
	justify-content: center;
	border-radius: 0.08rem;
}

.li-inmg-text>img {
	width: 0.96rem;
}

.li-text-d {
	font-size: 0.26rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.30rem;
}

.win-box-li {
	display: flex;
	flex-direction: row;
	position: relative;
	top: 0;
}

.win-li-ite {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	background: #FFFFFF;
	border-radius: 0.08rem;
	margin-left: 0.2rem;
	width: 4rem;
	box-sizing: border-box;
}
.top-item-lte{
	height: 0.32rem;
}
.parten-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.img-box-bott {
	display: flex;
	flex-direction: row;
	align-items: center;
	align-self: center;
	margin-top: 0.35rem;
}

.img-box-bott>img {
	height: 0.38rem;
}

.img-center-target {
	margin: 0 0.32rem;
}

.bottm-title {
	font-size: 0.32rem;
	font-weight: bold;
	color: #424250;
	line-height: 0.38rem;
	margin-top: 0.6rem;
	margin-bottom: 0.33rem;
}

.all-content-botn {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 0.65rem;
	padding-bottom: 0.6rem;
}

.logo {
	width: 1.52rem;
	vertical-align: middle;
}

.bant-text {
	width: 5.08rem;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 0.22rem;
	font-weight: 400;
	color: #BFC1CB;
	margin-left: 0.12rem;
	/*line-height: 0.32rem;*/
}

.win-li-ite {
	padding: 0.15rem 0.38rem 0.09rem 0.27rem;
	background-color: #fff;
	color: #32333D;
	font-size: 0.24rem;
}

.toast-box {
	position: fixed;
	background-color: #A7B6C7;
	height: 0.88rem;
	padding: 0 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F2F3F5;
	border-radius: 0.40rem;
	opacity: 0.91;
	font-size: 0.28rem;
	margin: auto;
	z-index: 10;
	left: 50%;
	top: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
}

.back-container {
	position: absolute;
	top: 0.24rem;
	left: 0.24rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 0.6rem;
	height: 0.6rem;
	background: rgba(0, 0, 0, 0.1);
}

.back-container>img {
	width: 0.13rem;
}

.iframe-cover {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;

}

/* .otpIframe{
	width: 100%;
	height: 50%;
	border: 0;
	bottom: 0;
	position: fixed;
	z-index: 100000;
	background-color: #ffffff;
} */

.iframe-cover>iframe {

	width: 100%;
	height: 50%;
	border: 0;
	bottom: 0;
	position: fixed;
	z-index: 100000;
	background-color: #ffffff;
}

.back-container-all {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;

	background: rgba(0, 0, 0, 0.5);
}

.back-container-all-center {
	position: relative;
	background-color: #fff;
	padding: 0.48rem;
	border-radius: 0.10rem;
	max-width: 6.56rem;
	box-sizing: border-box;
	position: relative;
}

.content-back-text {
	font-size: 0.28rem;
	font-weight: 400;
	color: #393A46;
	line-height: 0.40rem;
}

.back-content-btn {
	display: flex;
	justify-content: space-between;
	margin-top: 0.28rem;
}

.btn-left {
	width: 2.64rem;
	height: 0.88rem;
	background: #FFFFFF;
	border-radius: 0.08rem;
	border: 0.02rem solid #10A310;
	font-size: 0.32rem;
	color: #10A310;
}

.btn-right {
	width: 2.64rem;
	height: 0.88rem;
	background: #FFFFFF;
	border-radius: 0.08rem;
	border: 0.02rem solid #10A310;
	font-size: 0.32rem;
	border-radius: 0.08rem;
	background: #10A310;
	color: #fff;
}

.close-x {
	position: absolute;
	top: 0.24rem;
	right: 0.24rem;
	font-size: 0.30rem;
}

.deposit-box {
	padding: 0.6rem 0.40rem 0.60rem;
	background: #4B971C;
}

.deposit-btn {
	width: 6.40rem;
	height: 0.96rem;
	background: #FFE60F;
	border-radius: 0.08rem;
	font-size: 0.32rem;
	font-weight: bold;
}

.deposit-box-bo {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 0.6rem;
}

.deposited-top {
	background-color: #589E2C;
	width: 6.56rem;
	font-size: 0.32rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	border-radius: 0.1rem;
	padding: 0.25rem 0;
}

.view-more {
	margin-top: 0.53rem;
}

.deposited-li {
	padding: 0.32rem;
	font-size: 0.28rem;
	width: 6.56rem;
	margin-top: 0.62rem;
}

.li-title {
	font-weight: 500;
	color: #32333D;
	line-height: 0.5rem;
	font-weight: bold;
}

.li-item {
	line-height: 0.5rem;
	color: #517AB8;
}

.part-img {
	width: 4.66rem;
}

.de-box {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	/* width: 750p; */
	background: rgba(0, 0, 0, 0.5);
	z-index: 333;
	display: flex;
	justify-content: center;
	align-items: center;
}

.de-box .de-center {
	position: relative;
	background: #ffffff;
	border-radius: 0.10rem;
	width: 90%;
	max-width: 6.83rem;
	padding: 0.48rem 0.48rem 0.40rem;
	box-sizing: border-box;
}

.de-box .title {
	font-size: 0.38rem;
	font-family: Roboto-Bold, Roboto;
	font-weight: bold;
	color: #393a46;
	line-height: 0.48rem;
}

.center-content {
	font-size: 0.28rem;
	font-family: Roboto-Regular, Roboto;
	font-weight: 400;
	color: #424250;
	line-height: 0.40rem;
	margin-top: 0.20rem;
	margin-bottom: 0.40rem;
}

.de-box .btn {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	background: #10a310;
	border-radius: 0.08rem;
	font-size: 0.32rem;
	font-family: ArialMT;
	color: #ffffff;
	padding: 0.20rem 0;
}
::-webkit-input-placeholder { /* WebKit browsers */
	color:RGBA(165, 203, 141, 1);
  }
  
  ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:RGBA(165, 203, 141, 1);
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: RGBA(165, 203, 141, 1);
  }

  .c-Insufficient-box {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 7.50rem;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
  }
 .c-Insufficient-box .Insufficient-center {
	position: relative;
	background: #ffffff;
	border-radius: 0.10rem;
	width: 90%;
	max-width: 6.83rem;
	padding: 0.60rem 0.48rem 0.40rem 0.48rem;
	box-sizing: border-box;
  }
 .c-Insufficient-box .Insufficient-ico {
	position: absolute;
	top: 0.24rem;
	right: 0.24rem;
	color: #9ca0ab;
  }
 .c-Insufficient-box .title {
	font-size: 0.32rem;
	font-weight: bold;
	color: #393a46;
	line-height: 0.40rem;
  }
 .c-Insufficient-box .Insufficient-text {
	font-size: 0.28rem;
	font-family: Roboto-Regular, Roboto;
	font-weight: 400;
	color: #4b4b5b;
	line-height: 40rem;
	margin: 0.20rem 0 0.40rem 0;
  }
 .c-Insufficient-box .deposit-btn {
	background: #10a310;
	border-radius: 0.08rem;
	width: 100%;
	font-size: 0.32rem;
	font-weight: 400;
	color: #ffffff;
	line-height: 0.40rem;
	padding: 0.24rem 0;
  }
 .c-Insufficient-box .li-deposit-type {
	display: flex;
	justify-content: space-between;
	padding: 0.15rem 0;
	display: flex;
	align-items: center;
  }
 .c-Insufficient-box .mp-text {
	font-size: 0.24rem;
	font-family: Roboto-Regular, Roboto;
	font-weight: 400;
	color: #393a46;
	line-height: 0.30rem;
  }
 .c-Insufficient-box .mobile-text {
	font-size: 0.24rem;
	font-family: Roboto-Bold, Roboto;
	font-weight: bold;
	color: #393a46;
	line-height: 0.30rem;
  }
 .c-Insufficient-box .copy-box {
	background: #f2f3f5;
	border-radius: 0.04rem;
	border: 0.02rem solid #f2f3f5;
	margin-left: 0.24rem;
	font-size: 0.24rem;
	font-weight: 400;
	color: #10a310;
	line-height: 0.30rem;
	display: flex;
	width: 1.03rem;
	height: 0.40rem;
	justify-content: center;
	align-items: center;
  }
 .c-Insufficient-box .mob-container {
	display: flex;
	align-items: center;
  }
 .c-Insufficient-box .secon-aira{
	margin-bottom: 0.40rem;
  }
  .icon-clsoe-copy{
	  position: absolute;
	  top: 0.24rem;
	  right: 0.24rem;
	  font-size: 0.3rem;
  }
  .dialog-content{
	  position: relative;
	  width: 6.26rem;
	  background-color: #fff;
	  display: flex;
	  align-items: center;
	  flex-direction: column;
	  text-align: center;
	  box-sizing: border-box;
	  border-radius: 0.1rem;
  }
  .success-tit {
	  position: absolute;
	  top: -20%;
	  width: 100%;
  }
  .success-tit img{
	  width: 100%;
	  display: flex;
  }
  .amount-dialog{
	  position: fixed;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  background-color: rgba(0, 0, 0, 0.5);
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  z-index: 666;
  }
  .dialog-content .success-cont{
	  margin-top: 1rem;
	  font-size: 0.3rem;
  }
  .dialog-content  .deposit-success{
	margin-top: 0.16rem;
    margin-bottom: 0.2rem;
    color: #35B435;
    font-size: 0.42rem;
    font-weight: bold;
    font-style: italic
  }
  .btn-group{
	  font-size: 0.24rem;
	  width: 1.68rem ;
	  height:0.76rem;
	  margin-top: 0.4rem;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color:#449444 ;
	  color: #fff;
  }
.deposit-remind {
    color: #8F8F8F;
    font-size: 0.24rem;
    margin-top: 0.2rem;
    margin-bottom: 0.7rem;
  }