@font-face {
	font-family: Roboto;
	src: url("./font/ROBOTO-REGULAR.TTF");
}
body {
	margin: 0;
	padding: 0;
}
div{
	font-family: Roboto;
	box-sizing: border-box;
}

.header{
	width: 100%;
	background-color: #fff;
	height: 100px;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 10;
}
.header .header-body{
	width: 1300px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-body-l{
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 18px;
	color: #444444;
}
.header-body-l img{
	width: 50px;
	height: 50px;
	border-radius: 6px;
	margin-right: 20px;
}

.header-body-r{
	width: 186px;
	height: 50px;
	border-radius: 9px 9px 9px 9px;
	border: 1px solid #010101;
	font-weight: 400;
	font-size: 18px;
	color: #444444;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 22px 0 15px;
	position: relative;
}
.english-list{
	position: absolute;
	width: 100%;
	bottom: -85px;
	left: 0;
	border-radius: 9px 9px 9px 9px;
	height: 0;
	transition: all 0.6s;
	opacity: 0;
	height: 84px;
}
.english-list .list{
	font-size: 18px;
	color: #444444;
	text-align: center;
	padding: 10px 0;
}
.header-body-r:hover .english-list{
	opacity: 1;
	border: 1px solid #ccc;
	background-color: #FFFFFF;
	cursor:pointer;
}

.header-body-r .english-l{
	width: 26px;
	height: 26px;
}
.header-body-r .english-r{
	width: 11px;
	height: 11px;
}

.menu{
	/* min-width: 1300px; */
	width: 100%;
	height: 980px;
	/* background: #FFF9E5; */
	border-radius: 0px 0px 0px 0px;
	/* background-image: url('../img/dovecashNew/headBg.png'); */
	background-size: 100% 100%;
	/* background-position:90% 0; 10px, 15px */
	background-repeat: no-repeat;
	position: relative;
}
.menu-info{
	width: 1300px;
	margin: 0 auto;
}
.menu .title{
	padding-top: 170px;	
	font-weight: bold;
	font-size: 78px;
	color: #001D0E;
}
.menu .subtitle{
	margin-top: 34px;
	font-size: 30px;
	font-weight: 400;
	color: #000000;
	line-height: 35px;
}

.menu .subtitle .list{
	margin-top: 12px;
}

.menu .subtitle span{
	color: #FE1717;
}
.menu .download{
    /*位置*/
width: 517px;
height: 92px;

/*样式*/
background: linear-gradient(180deg, #FACC41 0%, #FF800B 100%);
border-radius: 57px 57px 57px 57px;

/*透明度*/
opacity: 1;
	border-radius: 61px 61px 61px 61px;
	font-weight: bold;
	font-size: 32px;
	color: #FFFFFF;
	display: flex; 
	align-items: center;
	justify-content: center;
	margin-top: 68px;
}
.menu .download img{
	width: 52px;
	height: 52px;
	margin-right: 13px;
}
.tag{
	backdrop-filter: blur(20px);
	display: flex;
	/* text-align: center; */
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 173px;
	background-image: url('../img/dovecashNew/tagBg.png');
	background-size: 100% 100%;
}
.menu .tag .tag-list{
	padding: 0 110px;
	position: relative;
}
/* .menu .tag .tag-list:nth-child(1){
	padding-left: 0;
}
.menu .tag .tag-list-a::after{
	width: 2px;
	height: 34px;
	background-color: #E8D79B;
	opacity: 0.45;
	content: '';
	position: absolute;
	right: 0;
	top: 24px;
	display: block;
} */
.menu .tag .tag-list .t{
	font-size: 48px;
	font-weight: 500;
	color: #000000;
}
.menu .tag .tag-list .b{
	font-size: 26px;
	font-weight: 400;
	color: rgba(0,0,0,0.5);
	margin-top: 15px;
}

.reviews{
	width: 100%;
	height: 840px;
	/* background: url('../img/dovecash/reviews.png') center center no-repeat; */
	padding-top: 105px;
	position: relative;
}
.reviewsL{
	width: 242px;
	height: 242px;
	position: absolute;
	top: 33px;
	left: 110px;
}
.reviewsR{
	width: 324px;
	height: 316px;
	position: absolute;
	top: 140px;
	right: 64px;
}

.reviews .title{
	font-size: 52px;
	font-weight: 500;
	color: #000000;
	line-height: 61px;
	text-align: center;
}
.reviews .subtitle{
	font-size: 24px;
	font-weight: 400;
	color: #545846;
	line-height: 28px;
	margin-top: 24px;
	text-align: center;
}
.commission{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 160px;
}
.commission .commission-list{
/*位置*/
width: 449px;
height: 296px;

/*样式*/
background: #FFFFFF;
box-shadow: 0px 0px 23px 0px rgba(179,179,179,0.2);
border-radius: 12px 12px 12px 12px;
border: 1px solid rgba(0,0,0,0.1);	
padding: 90px 36px 0;
position: relative;
margin: 0 13px;
}
.commission .commission-list .test{
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	margin-top: 15px;
}
.user{
	display: flex;
	align-items: center;
	position: absolute;
	top: -31px;
}
.user .userimg{
	width: 62px;
	height: 62px;
	border-radius: 50%;
	z-index: 2;
}
.user .userimg img{
	width: 100%;
	height: 100%;
	position: absolute;
}
.user .name{
	width: 135px;
height: 38px;

/*样式*/
background: #3CAA77;
font-size: 24px;
font-weight: 500;
color: #FFFFFF;
line-height: 28px;
border-radius:  0 20px 20px 0;
text-align: center;
line-height: 38px;
position: absolute;
left: 50px;
}

.step-main{
	height: 1005px;
}
.stepImgL{
	position: absolute;
	width: 264px;
	height: 315px;
	left: 46px;
	top: -56px;
}
.stepImgR{
	position: absolute;
	width: 257px;
	height: 582px;
	right: 167px;
	top: 0px;
}

.reviews .step {
	width: 1436px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 155px;
	position: relative;
}
.reviews .step .step-list{
	/*位置*/
	width: 439px;
	height: 448px;
	/* margin: 0 30px; */
}

.stepL{
	width: 231px;
	height: 45px;
	position: absolute;
	top: -70px;
	left: 25%;
}

.stepR{
	width: 231px;
	height: 45px;
	position: absolute;
	bottom: -70px;
	right: 25%;
}

.footer{
	height: 203px;
	width: 100%;
	background: #F3F5F7;

	display: flex; 
	align-items: center;
	justify-content: center;
}

.footer-body{
	width: 1040px;
}
.footer-body .t{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.footer-body .l{
	display: flex;
	align-items: center;
	font-size: 32px;
	color: #000000;
}

.footer-body .l img{
	width: 54px;
	height: 54px;
	border-radius: 6px;
	margin-right: 13px;
}
.l-name-sub{
	font-weight: 400;
	font-size: 16px;
	color: #000000;
}


.footer-body .r img{
	width: 50px;
	height: 50px;
	margin-left: 20px;
}

.footer-body .b{
	font-weight: 400;
	font-size: 16px;
	color: #A1A1A1;
	margin-top: 56px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.b-a{
	color: #A1A1A1;
	text-decoration:underline !important; 
}
.b-a:hover{
	text-decoration:underline !important; 
}
	

	.star img{
	   /* width: 95px;	 */
	   height: 18px;
	}
	
	
	
	
	@media(max-width:1600px){
	    .swiper-box{
	        width: 100%;
	    }
	}
	
	@media(max-width:1350px){
	    .header .header-body{
	        width: 100%;
			padding:0 20px;
	    }
		.menu{
			width: 100%;
			background-image:none;
		}
		.menu-info{
			width: fit-content;
			margin: 0 auto;
		}
		.commission .commission-img{
			width: 100%;
			height: auto;
		}
	}