.wrap {
	width: 100%;
	overflow: hidden;
}

.banner {
	position: relative;
	width: 100%;
}

.banner .left {
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 20;
	transition: transform, opacity;
	transition-duration: 1.5s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	opacity: 1;
	transform: translate(0, 0);

}

.banner .left .banner-left-con .banner-left-text {
	position: relative;
	z-index: 99;
	width: 36%;
	padding-top: 10vw;
	padding-bottom: 10vw;
	padding-left: 10vw;
	background-color: #000000;
}

.banner .left .banner-left-con .banner-left-text .logo {
	width: 361px;
	height: 120px;
}

.banner .left .banner-left-con .banner-left-text .banner-text {
	margin-top: 50px;
	width: 30vw;
}

.banner .left .banner-left-con .banner-left-text .banner-text2 {
	width: 1000px;
	margin-top: 46px;
	font-size: 22px;
	font-weight: bold;
	color: #EAB833;
	line-height: 40px;
}

.banner .left .banner-left-con .dim {
	position: relative;
	left: -10px;
	width: 20%;
	background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.bg-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	background: url('../images/banner.jpg') no-repeat right;
	background-size: cover;
}

.introduce {
	width: 100%;
	background: #F6F7FB;
	padding: 80px 0;
}

.introduce .pic_introduce {
	width: 608px;
	height: 35px;
	margin-bottom: 24px;
}

.introduce .introduce-content {
	margin-top: 47px;
}

.introduce .introduce-content .introduce-content-left {
	max-width: 347px;
	margin-right: 48px;
}

.introduce .introduce-content .introduce-content-left .text1 {
	margin-bottom: 24px;
}

.introduce .introduce-content .introduce-content-img {
	width: 536px;
	height: 320px;
}


.send {
	height: 701px;
	background: #000000;
}

.send .send-title {
	margin-top: 70px;
	margin-bottom: 24px;
}

.send .send-title-img {
	width: 214px;
	height: 35px;
}

.send .send-context {
	width: 703px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	margin-top: 40px;
}

.send .send-money-con {
	margin-top: 68px;
	overflow: hidden;
}

.send .send-money-con .send-money-con-left {
	position: relative;
	width: 255px;
	height: 420px;
	background-image: url(../images/phone.png);
	background-size: 100% 100%;
}

.send-money-con-left-wrap{
	position: relative;
	margin-left: 162px;
}

.dailog-wrap {
	position: absolute;
	top: 180px;
	padding: 28px 36px;
	background-color: #000;
	border-radius: 10px;
	opacity: 1;
	-webkit-transform: scale(.9);
	transform: scale(.9);
	transition: all 1s;
}

.dailog-wrap .loading {
	width: 100px;
}

.dailog-con {
	background: none;
	border: none;
	font-size: 14px;
	color: #000000;
	background-color: #FCBD1B;
	padding: 17px 28px;
	border-radius: 4px;
}

.pic-loader {
	width: 20px;
	margin-bottom: 10px;
}

.send-money-content{
	position: relative;
	top:40px;
	overflow: hidden;
}

.send .send-money-con .send-money-con-left .amout {
	font-size: 47px;
	font-weight: normal;
	color: #000000;
	line-height: 61px;
	margin-top: 65px;
}

.send .send-money-con .send-money-con-left .remark {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 30px;
}

.remark-text1{
	margin-right: 13px;
}

.send .send-money-con .send-money-con-left .arrows {
	width: 57px;
	height: 94px;
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	background-image: url(../images/iphone-arrow.png);
	background-size: 100% 100%;
	-webkit-animation: b 3s infinite;
	animation: b 3s infinite;
}

.send .send-money-con .send-money-con-left .coin {
	position: relative;
	z-index: 99;
	top: 0px;
	width: 151px;
	height: 152px;
	background-image: url(../images/coin.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition: transform 400ms;
}


.send .send-money-con .send-money-con-left #money-btn {
	position: relative;
}

.fun-name {
	position: absolute;
	bottom: 5px;
}

@keyframes b {
	0% {
		margin-top: 100px;
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 0;
		margin-top: -180px;
	}
}

.send .send-money-con .send-money-con-right {
	position: relative;
	margin-left: -100px;
	top: 15px;
	width: 771px;
	height: 471px;
	background-image: url(../images/product.png);
	background-size: 100% 100%;
}

.send-money-con-right .show-money {
	position: absolute;
	left: 324px;
	bottom: 230px;
	min-width: 130px;
	height: 90px;
	background-color: #000000;
	border-radius: 20px;
	box-sizing: border-box;
}

.money-loading {
	width: 50px;
	/*margin-left: 15px;*/
}

.show-money-text{
	font-size: 32px;
	color: #FFFFFF;
	/*margin-left: 5px;*/
}

.word-item {
  opacity: 0;
  animation: show .1s 1 forwards;
  transition: all 0.01s 1;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.product-explain {
	padding: 80px 0;
	background: #ADB2BA;
}

.product-explain .product-explain-title {
	width: 356px;
	height: 35px;
	margin-bottom: 24px;
}

.product-explain .tips {
	margin-top: 40px;
	margin-bottom: 52px;
}

.product-explain .product-explain-list {
	flex-wrap: wrap;
	max-width: 1165px;
	margin-left: 14px;
}

.product-explain .product-explain-list .explain-item {
	width: 359.5px;
	background-color: #FFFFFF;
	margin-right: 28px;
	margin-bottom: 31px;
	padding: 33px 39px;
}

.product-explain .product-explain-list .explain-item .explain-title {
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 27px;
}


.handle {
	background: #F6F7FB;
	padding-top: 80px;
	padding-bottom: 58px;
}

.handle .handle-title {
	width: 141px;
	height: 35px;
	margin-bottom: 46px;
}

.handle .handle-tips {
	margin-top: 40px;
	margin-bottom: 52px;
	font-weight: bold;
}

.handle .handle-list {
	max-width: 1200px;
	flex-wrap: wrap;
	margin-left: 20px;
}

.handle .handle-list .handle-item {
	width: 360px;
	height: 218px;
	margin-right: 40px;
	background: #f3f4fa;
	border-radius: 4px;
	margin-bottom: 20px;
}


.scan {
	padding: 80px 0;
	background: #ADB2BA;
}

.scan .scan-title {
	width: 178px;
	height: 35px;
	margin-bottom: 24px;
}

.scan .scan-text {
	margin-top: 48px;
}

.scan .scan-text .left {
	max-width: 346px;
	margin-right: 48px;
}

.scan .scan-text .left .scan-text1 {
	margin-bottom: 24px;
}

.scan .scan-text .scan-img {
	width: 535px;
}

.about {
	background: #F6F7FB;
	padding: 80px 0;
}

.about .pic_about {
	width: 140px;
	height: 35px;
	margin-bottom: 46px;
}

.about .about-text {
	max-width: 1160px;
	margin-top: 47px;
}

.about .about-text1 {
	margin-bottom: 32px;
}

.enter {
	padding: 80px 0 20px 0;
	background: #FCBD1B;
}

.enter .pic_enter {
	width: 140px;
	height: 35px;
	margin-bottom: 24px;
}

.enter .line {
	margin-bottom: 40px;
	background: #FFFFFF;
}


.enter .enter-text {
	position: relative;
	width: 1112px;
	margin-top: 60px;

}

.enter .enter-text .enter-text-left {
	position: absolute;
	left: 0;
}

.enter .enter-text .enter-text-left .text1 {
	margin-top: 24px;
}

.enter .enter-text .enter-text-center {
	width: 302px;
	height: auto;
	position: relative;
}

.enter .enter-text .enter-text-right {
	width: 479px;
	position: absolute;
	right: -150px;
}

.enter .enter-text .enter-text-right .title-font {
	margin-top: 24px;
}

.join-in {
	padding: 80px 0;
	background: #F6F7FB;
}

.join-in .join-in-title {
	width: 142px;
	height: 35px;
	margin-bottom: 47px;
}

.join-in .title {
	margin-top: 36px;
}

.join-in .join-text {
	margin-top: 47px;
}

.join-in .join-text .left {
	margin-right: 364px;
}

.footer {
	width: 100%;
	background-color: #FFFFFF;
	padding: 32px 10%;
}

.footer .company-name {
	margin-top: 16px;
	color: #A9AEB5;
	line-height: 20px;
	font-size: 11px;
}

.footer .contact-man {
	line-height: 21px;
}

.footer .qrcode {
	margin-left: 8px;
}

.right-contact-1{
	margin-right: 30px;
}

.banks{
	width: 100%;
	background: #ADB2BA;
	padding: 80px 0;
}

.pic_banks{
	width: 143px;
	margin-bottom: 47px;
}

.banks-title{
	margin-top: 36px;
}

.banks-list{
	margin-top: 52px;
	max-width: 1224px;
}
.banks-list-item{
	background-color: #FFFFFF;
	margin: 24px 16px 0px 16px;
}
.banks-list-item-img{
	width: 270px;
	padding: 0 28px;
}


