.clearfix::after {
    content: '';
    display: block;
    clear: both
}

/**/
.header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    min-width: 1275px;
    width: 100%;
    color: #fff;
}

.header a {
    color: #fff;
	font-weight: 400;
}

.header-black,
.header-black a {
    color: #8D8D8D;
}

.header-content {
    margin: 0 auto;
    width: 1360px;
    height: 90px;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.header-options {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.header-options-en {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.header .header-logo {
    float: left;
    width: 136px;
    height: 60px;
    background: url(../images/logo.png) no-repeat center center/auto 100%;
}

.header .header-logo-en {
    float: left;
    width: 187px;
    height: 60px;
    background: url(../images/logo_en.png) no-repeat center center/auto 100%;
}

.header-black .header-logo {
	float: left;
	width: 136px;
	height: 60px;
    background: url(../images/logo_dark.png) no-repeat center center/auto 100%;
}

.header-black .header-logo-en {
	float: left;
	width: 187px;
	height: 60px;
    background: url(../images/logo_dark_en.png) no-repeat center center/auto 100%;
}

.header-logo-link {
    display: inline-block;
    height: 100%;
    width: 100%;
    text-indent: -9999px;
}

.header-nav {
    float: right;
	display: flex;
	align-items: center;
}

.header-nav>li {
    position: relative;
    float: left;
    font-size: 1rem;
    color: #fff;
    margin-right: 2.5rem;
    cursor: pointer;
	margin-right: 63px;
	/* background: #08c; */
	width: 130px;
	text-align: center;
}
.nav_cn>li {
	/* margin-right: 80px; */
}

.mt5{
	margin-top: 5px;
}

.header-nav>li.active {
    position: relative;
}

.header-nav>li.active .icon-arrow-bottom,
.header-nav>li.active>a {
    font-weight: bold;
    opacity: 1;
}

.header .header-nav>li.active::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 20px;
    height: 2px;
    background: #FFCF00;
    border-radius: 3px;
}

.header-black .header-nav>li.active::after {
    background: #FFCF00;
}

.header .options-charge {
    width: 30%;
    text-align: right;
}

.header .header-content .options-charge-li .charge-btn {
    font-size: 20px;
    padding: 5px 20px;
    border: 1px solid #fff;
    border-radius: 8px;
}

.header-black .header-content .options-charge-li .charge-btn {
    border: 1px solid #000;
}

.header .header-content .options-charge-li .money {
    width: 26px;
    height: 26px;
    margin-right: 3px;
    background: url(../images/recharge_money.png) no-repeat center center/26px 26px;
    background-size: 100%;
}

.header-black .header-content .options-charge-li .money {
    background: url(../images/recharge_money2.png) no-repeat center center/26px 26px;
    background-size: 100%;
}

.header-black .active a{
	color: #111111;
}

/**/
.language_content{
    background: #EAEAEA;
    width:7.875rem;
    height:1.625rem;
    border-radius: 0.25rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.25rem;
	box-sizing: border-box;
}
.language_content .language_active{
    color: #111111 !important;
	background: #FFCF00;
	width: 3.75rem;
	height: 1.25rem;
	border-radius: 0.25rem;
}
.language_text{
    font-size: 0.75rem;
	flex: 1;
	width: 3.75rem;
	height: 1.25rem;
	line-height: 1.25rem;
	color: #888888 !important;
}

/**/
.download-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 11;
    top: 0;
    left: 0;
}

.down-cont {
    width: 820px;
    height: 600px;
    position: absolute;
    z-index: 12;
    top: 50%;
    left: 50%;
    border-radius: 8px;
    background: #FFFFFF;
    padding: 0 50px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.down-content {
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.down-logo {
	width: 132px;
	height: 150px;
	margin-top: 84px;
}

.down-title {
	margin-top: 26px;
	color: #111111;
	height: 36px;
	line-height: 36px;
	font-size: 36px;
	font-weight: bold;
}

.down-desc {
	margin-top: 24px;
	height: 18px;
	line-height: 18px;
	color: #A6A6AC;
	font-size: 18px;
	font-weight: 400;
}

.down-area {
	width: 582px;
	margin-top: 100px;
}

.down-area-item {
	width: 180px;
	height: 54px;
	cursor: pointer;
}

.down-area-item + .down-area-item {
	margin-left: 16px;
}

.down-flex {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
}

.apple-store {
    width: 240px;
    height: 350px;
    margin-right: 50px;
}

.apple-store h1 {
    padding-top: 30px;
    font-size: 18px;
    color: #626161;
    text-align: center;
}

.apple-store-img {
    width: 180px;
    height: 180px;
    display: block;
    border-radius: 100%;
    margin: 50px auto;
    background: #fff url(../images/btn_ios.png) no-repeat center center;
    background-size: 100%;
    border: 1px solid #bcbaba;
}

.down-cont .apple-store a:hover {
    background: #08c url(../images/btn_ios_hover.png) no-repeat center center;
    background-size: 100%;
}

.android-app {
    width: 240px;
    height: 350px;
    padding: 0;
    margin: 0;
}

.android-app h1 {
    padding-top: 30px;
    font-size: 18px;
    color: #626161;
    text-align: center;
}

.android-app-img {
    width: 180px;
    height: 180px;
    display: block;
    border-radius: 100%;
    margin: 50px auto;
    background: #fff url(../images/btn_andriod.png) no-repeat center center;
    background-size: 100%;
    border: 1px solid #bcbaba;
}

.down-cont .android-app a:hover {
    background: #08c url(../images/btn_andriod_hover.png) no-repeat center center;
    background-size: 100%;
}

.close-mask-btn {
    width: 26px;
    height: 26px;
    background: url(../images/down_close.png);
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

/* */
.contact-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 11;
    top: 0;
    left: 0;
}

.close-mask-btn {
    width: 26px;
    height: 26px;
    background: url(../images/down_close.png);
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
	background-size: 100% 100%;
}

.contact-cont {
    width: 1186px;
    height: auto;
    position: absolute;
    z-index: 12;
    top: 50%;
    left: 50%;
    border-radius: 8px;
    background: #fff;
    padding: 0 50px 20px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.contact-content {
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.contact-title {
	margin-top: 32px;
	color: #111111;
	height: 18px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 50px;
}

.contact-tips{
	background: #F3F3F4;
	padding: 20px 60px;
	font-size: 16px;
}

.contact-logo{
	margin-top: 30px;
	width: 1044px;
	padding-left: 20px;
}

.contact-logo-content{
	display: flex;
	align-items: center;
}

.contact-mode {
	width: 1044px;
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 20px;
}

.contact-mode-item {
	width: 45%;
	height: 170px;
	/* 170px 240px */
	/* background-color: #FFFFFF; */
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
	padding: 30px 20px 0;
	box-sizing: border-box;
	line-height: 22px;
}

.contact-mode-item2 {
	width: 55%;
}

.contact-mode-item>div, .contact-logo>div>div{
	margin-left: 30px;
	flex: 1;
}

.contact-mode-item-icon {
	width: 84px;
	height: 84px;
	margin-bottom: 20px;
}

.contact-mode-item-name {
	margin-bottom: 20px;
	height: 24px;
	font-weight: Bold;
	font-size: 24px;
	color: #111111;
}

.contact-mode-item-desc {
	height: 14px;
	font-weight: 400;
	font-size: 18px;
	color: #969895;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}

.social-media{
	width: 70%;
}

.contact-mode-item-desc-img{
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.contact-mode-item-desc-img img{
	width: 100%;
	height: 100%;
}


/* */
.banner {
	position: relative;
	min-width: 1400px;
	background-color: #FFF9DF;
}

.banner-image {
	width: 100%;
	height: 100%;
	display: block;
}

.banner-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	flex-direction: column;
}

.banner-content .title {
	width: 100%;
	height: 2.5rem;
	line-height: 2.5rem;
	font-weight: bold;
	font-size: 2.5rem;
	color: #FFFFFF;
	text-align: center;
}

.banner-content .line {
	border-top: 2px solid #FFFFFF;
	width: 4.5rem;
	height: 2px;
	margin: 2rem auto 1.25rem;
}

.banner-content .describe {
	width: 36rem;
	height: 3.625rem;
	line-height: 1.8125rem;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.125rem;
	font-weight: 400;
}

.banner-content .describe-en {
	width: 60rem;
	height: 3.625rem;
	line-height: 1.8125rem;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.125rem;
	font-weight: 400;
}

.banner-content .download {
	width: 36rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 7.5rem;
}

.download .download-item {
	width: 11.25rem;
	height: 3.375rem;
	cursor: pointer;
}

.banner-line {
	width: 2rem;
	height: 2px;
	border-top: 2px solid #111111;
}

.banner-title {
	font-size: 2.5rem;
	height: 2.5rem;
	color: #111111;
	font-weight: bold;
	margin-top: 2.25rem;
}

.benefits .banner-title {
	height: 5rem;
}

.banner-desc {
	font-size: 1.25rem;
	height: 1.875rem;
	line-height: 1.875rem;
	color: #A6A6AC;
	font-weight: 400;
	margin-top: 2.25rem;
}

.banner-desc-en {
	color: #EBE5CD;
	font-size: 5rem;
	font-weight: bold;
	height: 7.5rem;
	margin-top: 5.625rem;
}

.choice {
	width: 50%;
	height: 200px;
	position: absolute;
	left: 21.875%;
	top: 24.29%;
}

.many {
	max-width: 40%;
	height: 200px;
	position: absolute;
	left: 63.54%;
	top: 19.77%;
}

.serve {
	width: 50%;
	height: 200px;
	position: absolute;
	left: 21.875%;
	top: 28.53%;
}

.dist {
	max-width: 40%;
	height: 200px;
	position: absolute;
	left: 63.54%;
	top: 24.43%;
}

.benefits {
	width: 50%;
	height: 200px;
	position: absolute;
	left: 21.875%;
	top: 26.29%;
}

.footer {
	width: 100%;
	height: 268px;
	background-color: #1C1C1E;
	position: relative;
}

.footer-content {
	width: 80%;
	position: absolute;
	/* top: 9.44%; */
	/* left: 21.875%; */
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
}

.footer-icon{
	width: 500px;
	border-right: 1px solid #2F2F30;
}

.footer-text{
	padding-left: 50px;
	box-sizing: border-box;
}

.footer-content .tel, .footer-content .msg{
	height: 1.875rem;
	display: flex;
	align-items: center;
}

.footer-content .tel span, .footer-content .msg span{
	font-size: 1rem;
	font-weight: 400;
	color: #FFFFFF;
	margin-left: 1rem;
	height: 1.875rem;
	line-height: 1.875rem;
}

.footer-content .contact-icon{
	width: 1.875rem;
	height: 1.875rem;
}

.tel + .msg {
	margin-top: 1.5rem;
}

.footer-content .line {
	width: 67.5rem;
	height: 1px;
	border-top: 1px solid #2F2F30;
	margin: 1.875rem 0;
}

.footer-content .chat-icon{
	/* width: 3.75rem;
	height: 3.75rem; */
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.footer-logo{
	width: 246px;
	height: auto;
	margin-bottom: 25px;
}

.chat-icon + .chat-icon {
	margin-left: 1.1rem;
}

.copyright {
	height: 1.375rem;
	line-height: 1.375rem;
	font-size: 1rem;
	font-weight: 400;
	color: #606061;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
}

/* */
.about-content {
	background-color: #fff;
	width: 1080px;
	min-height: 1000px;
	margin: 0 auto;
}

.about-title {
	width: 200px;
	height: 36px;
	font-weight: Bold;
	font-size: 36px;
	color: #111111;
	text-align: center;
	margin: 160px auto 64px;
}

.about-text {
	font-weight: 400;
	font-size: 18px;
	color: #969895;
	text-align: justify;
	line-height: 30px;
	margin-bottom: 44px;
}

/**/
.agreement-content {
	background-color: #fff;
	width: 1080px;
	min-height: 1000px;
	margin: 170px auto 120px;
	display: flex !important;
	flex-direction: row;
}

.agreement-content-en {
	background-color: #fff;
	width: 1130px;
	min-height: 1000px;
	margin: 170px auto 120px;
	display: flex !important;
	flex-direction: row;
}

.agreement-left {
	flex: 1;
	padding-right: 20px;
	box-sizing: border-box;
}

.agree-list {
	display: flex;
	flex-direction: column;
}

.agree-list li{
	height: 42px;
	margin-bottom: 36px;
}

.agree-list li span {
	border-radius: 42px;
	color: #8D8D8D;
	font-size: 18px;
	font-weight: 400;
	padding: 8px 32px 8px 32px;
	box-sizing: border-box;
	cursor: pointer;
}

.agree-active span{
	background-color: #FFCF00 !important;
	color: #111111 !important;
}

.agreement-right {
	width: 880px;
	padding-left: 20px;
	box-sizing: border-box;
	float: left;
	border-left: 1px solid #EDEDED;
}

.agreement-right-en {
	width: 750px;
	padding-left: 20px;
	box-sizing: border-box;
	float: left;
	border-left: 1px solid #EDEDED;
}

.agreement-text {
	font-weight: 400;
	font-size: 18px;
	color: #969895;
	text-align: justify;
	line-height: 30px;
	margin-bottom: 44px;
}

.agree-ul-active {
	display: block !important;
}

.health-content, .merchants-content,
.rider-content, .user-content,
.user-service-content, .merchants-service-content, .rider-service-content{
	display: none;
}
.agreement-title {
	width: 100%;
	font-weight: Bold;
	font-size: 30px;
	color: #111111;
	text-align: left;
}
.agreement-subtitle{
    font-size: 18px;
    margin: 30px 0;
}
.paragraph{
	font-weight: 400;
	font-size: 18px;
	color: #969895;
	text-align: justify;
	line-height: 36px;
	margin-bottom: 44px;
}
.paragraph_indent{
    margin-left: 2em;
}
.paragraph_indent2{
    margin-left: 4em;
}
.paragraph_indent3{
    margin-left: 6em;
}
.paragraph_prominent{
    color: #F09135;
}
.paragraph_link{
    text-decoration: underline #ff0000;
    color: #ff0000;
}

.agreement-block {
	display: block;
}

.lang_select{
	/* width: 95px;
	height: 20px;
	line-height: 20px;
	background: #fff;
	color: #000;
	padding: 4px 15px;
	display: flex;
	justify-content: space-between;
	position: relative;
	border-radius: 5px;
	border: 1px solid #e3e3e3; */
	display: flex;
	align-items: center;
	width: 38px;
	height: auto;
}
.lang_more{
	display: inline-block;
	width: 6px;
    height: 6px;
	background: transparent;
	border-top: transparent;
	border-left: transparent;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: 30%;
	right: 10px;
}
.lang_group{
	display: none;
	position: absolute;
	top: 50px;
	left: -15px;
	background: #fff;
	color: #000;
	border-radius: 3px;
	padding: 5px 0;
	border: solid 1px #dfe4ed;
}
.lang_img{
	width: 32px;
	height: auto;
	margin-right: 10px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
	object-fit: contain;
}
.select_img{
	width: 100%;
	height: 100%;
}
.lang_group>li{
	width: 95px;
	padding: 7px 15px;
	display: flex;
	align-items: center;
}
.lang_group>li:hover{
	background: #F5F7FA;
}
.lang_group::before{
	content: '';
	background: transparent;	
	border: 6px solid transparent;
	border-bottom-color: #dfe4ed;
	position: absolute;
	top: -12px;
	left: 20%;
	width: 0px;
    height: 0px;
}
.lang_value{
	visibility: hidden;
}