.download_content {
	height: 20rem;
	width: 100%;
	background: url("https://file.liuzhuapp.com/public/official_website/app-bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.download_content .download_title {
	font-size: 2.5rem;
	color: #FFFFFF;
	line-height: 2.5rem;
	font-weight: bold;
	text-align: center;
}

.download_content .download_button {
	font-size: 1.75rem;
	color: #FFFFFF;
	line-height: 1.75rem;
	width: 30rem;
	height: 5rem;
	border-radius: 0.25rem;
	border: 0.125rem solid #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2.5rem;
	text-align: center;
}

.contact_us_title {
	font-size: 3.75rem;
	color: #000000;
	line-height: 3.75rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2.5rem;
	margin-top: 7.5rem;
}

.contact_us {
	min-height: 31.25rem;
	background: #F6F6F6;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	padding: 1.875rem 2.5rem;
}

.contact_us::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 27.5rem;
	height: 27.5rem;
	background: url("https://file.liuzhuapp.com/public/official_website/Z.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.contact_us .contact {
	padding: 1.875rem 0;
	border-bottom: 0.125rem solid #EAEAEA;
	position: relative;
	z-index: 10;
	height: 10rem;
}

.contact_us .contact .country {
	font-size: 1.5rem;
	color: #666666;
	line-height: 1.5rem;
	height: 1.5rem;
}

.contact_us .contact .country img {
	width: 1.875rem;
	height: 1.25rem;
	margin-right: 0.625rem;
	position: relative;
	top: 0.0625rem;
}

.contact_us .contact .country .country_name {
	color: #E82D3E;
}

.contact_us .contact .address {
	font-size: 1.5rem;
	color: #333333;
	line-height: 2rem;
	font-weight: bold;
	margin-top: 0.625rem;
	padding-left: 2.8125rem;
	display: flex;
}

.contact_us .contact_email {
	padding: 1.875rem 0;
	position: relative;
	z-index: 10;
}

.contact_us .contact_email .country {
	font-size: 1.5rem;
	color: #666666;
	line-height: 1.5rem;
	height: 1.5rem;
}

.contact_us .contact_email .country i {
	font-size: 1.5625rem;
	color: #E82D3E;
	margin-right: 0.625rem;
	position: relative;
	top: 0.0625rem;
}

.contact_us .contact_email .email {
	font-size: 1.5rem;
	color: #E82D3E;
	line-height: 2rem;
	font-weight: bold;
	margin-top: 0.625rem;
	padding-left: 2.8125rem;
	display: flex;
}


.about_us {
	width: 100%;
	background: linear-gradient(180deg, #EDEDED 0%, rgba(237, 237, 237, 0) 100%);
	position: relative;
	padding-top: 7.5rem;
}

.about_us::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 27.5rem;
	height: 27.5rem;
	background: url("https://file.liuzhuapp.com/public/official_website/Z.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.about_us .about_us_title {
	font-size: 3.75rem;
	color: #000000;
	line-height: 3.75rem;
	font-weight: bold;
	text-align: center;
	position: relative;
	z-index: 10;
}

.about_us .quotation_marks {
	position: relative;
	z-index: 10;
	height: 3.875rem;
	padding: 0 3.75rem;
	display: flex;
	align-items: center;
}

.about_us .quotation_marks i {
	font-size: 1.875rem;
	color: #E82D3E;
}

.about_us .about_us_text_title {
	position: relative;
	z-index: 10;
	font-size: 2.25rem;
	color: #000000;
	line-height: 2.5rem;
	font-weight: bold;
	padding: 0 3.75rem;
	text-transform: uppercase;
}

.about_us .about_us_text {
	position: relative;
	z-index: 10;
	font-size: 1.5rem;
	color: #666666;
	line-height: 2rem;
	padding: 0 3.75rem;
	margin-top: 1.25rem;
	text-transform: capitalize;
}

.news_title {
	font-size: 3.75rem;
	color: #000000;
	line-height: 3.75rem;
	margin: 7.5rem 0 2.5rem 0;
	font-weight: bold;
	text-align: center;
}

.news_list {
	padding: 0 2.5rem;
}

.news_list .news_item:first-of-type {
	border-top: 0.0625rem solid #EAEAEA;
}

.news_list .news_item {
	height: 10rem;
	border-bottom: 0.0625rem solid #EAEAEA;
	display: flex;
	align-items: center;
}

.news_list .news_item .news_time {
	width: 5rem;
	flex-shrink: 0;
	font-size: 1.75rem;
}

.news_list .news_item .news_time .time_1 {
	font-weight: bold;
	color: #E82D3E;
}

.news_list .news_item .news_time .time_2 {
	color: #333333;
}

.news_list .news_item .news_item_line {
	height: 3.75rem;
	border-left: 0.125rem solid #EAEAEA;
	margin: 0 1.25rem;
	flex-shrink: 0;
}

.news_list .news_item .news_desc {
	font-size: 1.5rem;
	color: #333333;
	line-height: 2rem;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 1;
}

.news_list .news_item .news_more {
	width: 4.375rem;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.news_list .news_item .news_more i {
	font-size: 2.5rem;
	color: #666666;
	font-weight: bold;
}


.product_title {
	font-size: 2.75rem;
	color: #000000;
	line-height: 3.75rem;
	margin: 7.5rem 0 2.5rem 0;
	font-weight: bold;
	text-align: center;
}

.product_list {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	overflow-x: scroll;
	padding: 0 1.25rem;
}

.product_list::-webkit-scrollbar {
	display: none;
}

.product_list .product_item {
	flex-shrink: 0;
	width: 35rem;
	height: 40.625rem;
	border-radius: 0.625rem;
	overflow: hidden;
}

.product_list .product_item:not(:last-of-type) {
	margin-right: 1.25rem;
}

.product_list .product_item:nth-of-type(2n) {
	background: url('https://file.liuzhuapp.com/public/official_website/product-bg2.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.product_list .product_item:nth-of-type(2n + 1) {
	background: url('https://file.liuzhuapp.com/public/official_website/product-bg1.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.product_list .product_item .image {
	padding: 1.875rem;
}

.product_list .product_item .image img {
	width: 31.25rem;
	height: 16.25rem;
}

.product_list .product_item .product_footer {
	height: 5rem;
	display: flex;
	align-items: center;
}

.product_list .product_item .product_footer i {
	font-size: 2.5rem;
	color: #666666;
	font-weight: bold;
	padding: 0 1.25rem;

}

.product_list .product_item .product_content {
	height: calc(100% - 25.3125rem);
	padding: 0 1.875rem;
}

.product_list .product_item .product_content .logo {
	height: 3.125rem;
}

.product_list .product_item .product_content .title {
	font-size: 2.1875rem;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}

.product_list .product_item .product_content .product_decs {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1.75rem;
	color: #666666;
	line-height: 2rem;
	margin-top: 1.5rem;
	 text-transform: capitalize;
}

/* liuzhu_code 弹窗样式，模仿 one_news_detail */
.liuzhu_code {
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.3);
}

.liuzhu_code_content {
	border-radius: 1.25rem 1.25rem 0 0;
	width: 100%;
	height: 60rem;
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0;
	transform: translateY(100%);
	transition: transform 0.3s ease-out;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch; /* iOS 惯性滚动 */
}

.liuzhu_code_content .close_detail {
	width: 100%;
	height: 6rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 2.5rem;
}

.liuzhu_code_content .close_detail i {
	font-size: 1.875rem;
	color: #999999;
}

.liuzhu_code_content .liuzhu_code_info {
	width: 100%;
	height: calc(100% - 6rem);
	display: flex;
	justify-content: center;
}

.liuzhu_code_content .liuzhu_code_info img {
	width: 37.5rem;
	height: 37.5rem;
}

.liuzhu_code_content.show {
	transform: translateY(0);
}

.liuzhu_code_content.hide {
	transform: translateY(100%);
}

.banner_list {
  position: relative;
  width: 100%;
  height: 37.5rem;
  overflow: hidden;
}
.banner_list_inner {
  display: flex;
  /* width: 200%; */
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.4,0,0.2,1);
}
.banner_item {
  flex: 0 0 100%;
  height: 100%;
}
.banner_item:nth-child(1) {
  background: linear-gradient( 180deg, #90F7EC 0%, #2ED7D8 100%), linear-gradient( 180deg, #83F0F7 0%, #5BD8F1 100%);
}
.banner_item:nth-child(2) {
  background: linear-gradient(rgb(255, 141, 129) 1%, rgb(255, 78, 94) 100%);
}

.banner_item_pay,.banner_item_app {
	padding: 4.375rem 0 0 2.5rem;
	position: relative;
}

.banner_item_pay .logo ,.banner_item_app .logo{
	height: 3rem;
}

.banner_item_pay .title {
	margin: 2.5rem 0;
	font-weight: bold;
	font-size: 2.25rem;
	color: #333333;
	line-height: 2.5rem;
	width: 30rem;
	text-transform: uppercase;
}


.banner_item_app .title{
	margin: 2.5rem 0;
	font-weight: bold;
	font-size: 2.25rem;
	color: #ffffff;
	line-height: 2.5rem;
	width: 30rem;
	text-transform: uppercase;
}

.banner_item_pay .desc {
	font-size: 1.5rem;
	color: #416663;
	line-height: 1.75rem;
	width: 30rem;
	text-transform: capitalize;
}

.banner_item_app .desc{
	font-size: 1.5rem;
	color: #ffffff;
	line-height: 1.75rem;
	width: 30rem;
	text-transform: capitalize;
}

.banner_item_pay .banner-pay {
	position: absolute;
	right: 0;
	bottom: -27.5rem;
	z-index: 10;
	width: 27.5rem;
	height: 27.5rem;
	transition: bottom 0.8s ease-out;
}

.banner_item_pay .banner-pay.show {
	bottom: 0;
}

.banner_item_app .banner-homes{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
	width: 27.5rem;
	height: 27.5rem;
}
.code_QR {
	margin-top: 1.875rem;
}
.code_QR img{
	width: 10rem;
	height: 10rem;
	margin-right: 1.25rem;
}


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

.new_detail_content {
	border-radius: 1.25rem 1.25rem 0 0;
	width: 100%;
	height: 80vh;
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0;
	transform: translateY(100%);
	transition: transform 0.3s ease-out;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch; /* iOS 惯性滚动 */
}

.new_detail_content.show {
	transform: translateY(0);
}

.new_detail_content.hide {
	transform: translateY(100%);
}

.new_detail_content .close_detail {
	width: 100%;
	height: 6rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 2.5rem;
}

.new_detail_content .close_detail i {
	font-size: 1.875rem;
	color: #999999;
}

.new_detail_content .new_detail_info {
	width: 100%;
	height: calc(100% - 6rem);
	overflow-y: auto;
	padding: 0 2.5rem;
}

.new_detail_content .new_detail_info .detail_title {
	font-size: 2.5rem;
	color: #000000;
	line-height: 2.75rem;
	font-weight: bold;
}

.new_detail_content .new_detail_info .detail_time {
	height: 4rem;
	font-size: 1.5rem;
	color: #999999;
	line-height: 24px;
	display: flex;
	align-items: center;
}

.new_detail_content .new_detail_info .detail_info {
	border-top: 1px solid #EAEAEA;
	padding: 1.25rem 0;
	font-size: 1.75rem;
	color: #333333;
	line-height: 2.5rem;
	white-space: pre-line;
}