* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
	font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 20px;
	word-spacing: 1px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
	font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	/*overflow-y: scroll;*/
}

@font-face{
	font-family: Elephant;
	src:url('elephant.otf');
}

body{
    background-color: #fff;
}

a, abbr, acronym, address, applet, article, aside, b, big, blockquote, body, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, font, form, h1, h2, h3, h4, h5, h6, header, header2, hgroup, html, i, iframe, img, input, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, p, pre, q, s, samp, section, small, span, strike, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, u, ul, var{
	margin:0;
	padding:0;
	outline: 0;
	border:0;
	vertical-align:baseline;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
}

a{
	text-decoration: none;
}

div, ul, li, p, h6, input {
  margin: 0;
  padding: 0;
}

button {
  -webkit-appearance: none;
  width: 100%;
  border: 0;
  line-height: normal;
  display: inline-block;
  outline: none;
}


button {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

button:active, button:visited {
  border: 0px;
  outline: none;
}

.flex {
	display: flex;
	display:-webkit-flex;
	display:-ms-flex;
	display:-moz-flex;
}

/*媒体*/
@media screen and (min-width: 200px) {
  html {
    font-size: 18px !important;
  }
	.app-button-ios, .app-button-android {
		width: 6rem!important;
	}
}

@media screen and (min-width: 360px) {
  html {
    font-size: 20px !important;
  }
	.app-button-ios, .app-button-android {
		width: 7rem!important;
	}
}

@media only screen and (min-width: 400px) {
	html {
		font-size: 21.33px !important
	}
}

@media only screen and (min-width: 414px) and (max-width: 480px) {
  html {
    font-size: 22.08px !important
  }
}

@media only screen and (min-width: 480px) and (max-width: 1024px) {
  html {
    font-size: 25.6px !important
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px){
	html {
		font-size: 25.6px !important
	}
	.head2 {
		padding-top:1.5rem!important;
	}
	.head2 .small-log {
		margin-left: 1.3rem;
	}
}

@media only screen and (min-width: 1366px) {
	html {
		font-size: 30.6px !important
	}
	.head2 {
		padding-top:.5rem!important;
	}
	.head2 .small-log {
		margin-left: 1.3rem;
	}
}

@media only screen and (min-width: 200px) and (max-width: 600px) {
	html {
		font-size: 21.33px !important;
	}
	.main-sub-content{
		word-break: break-all!important;
	}
	.conversation img, .verified-users .verified-img, .show-about_self img{
		width: 100%!important;
	}

	.show-about_self, .conversation, .verified-users {
		width: 100%!important;
	}
	.middle-box {
		background: none!important;
	}
	.middle-box, .middle-box .title {
		width: 100%!important;
		font-size: 1.5rem!important;
	}
	.middle-box .content {
		width: 100%!important;
	}
	.show-about_self {
		width: 98.9%!important;
	}
	.show-about_self .title, .conversation .title, .verified-users .title {
		width: 100%!important;
		font-size: 1rem!important;
		line-height: 1.4rem!important;
	}
	.show-about_self .content, .conversation .content, .verified-users .content {
		width: 98.5%!important;
	}
	.app-desc {
		width: 96%!important;
	}
	.footer-box {
		padding-top: 3rem!important;
	}
	.footer-box .partners-con {
		width: 50%!important;
	}
	.footer-box .logo {
		width: 35%!important;
		order: 1;
	}
	.footer-box .partners-container {
		width: 35%!important;
		order: 3;
		padding-top: 2rem;
	}
	.footer-box .contact-us-container {
		width: 35%!important;
		order: 2;
	}
	.footer-box .company-container {
		width: 35%!important;
		padding-top: 2rem;
		order: 4;
	}

	.menu .menu-nav {
		padding:0!important;
		text-align: left!important;
	}

	.menu .menu-nav>a {
		border-top: 1px solid #E5E5E5;
		display :inline-block;
		position: relative;
		width: 100%;
		height: 2.6rem!important;
		margin-right: 20px;
		line-height: 2.6rem!important;
		margin-top: 0!important;
	}
	.menu .menu-nav>a::after {
		display: inline-block;
		content: " ";
		height: 10px;
		width: 10px;
		border-width: 2px 2px 0 0;
		border-color: #c7c7cc;
		border-style: solid;
		transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
		position: absolute;
		top: 50%;
		right: 6px;
		margin-top: -9px;
	}
	.faq-list-title {
		line-height: 2.4rem!important;
	}
	.app-desc span {
		width: 90%!important;
	}
}

.body-content-index  {
	display: block;
	position: fixed;
	height:auto;
	bottom:0;
	top:0;
	left:0;
	right:0;
	overflow-y: scroll;
	overflow: -moz-hidde-unscrollable;
}

.body-content-index::-webkit-scrollbar {
	display: none;
	-ms-overflow-style: none;
}

.for-app{
	display: none;
}
.head2{
	width: 100%;
	padding-top:0;
	text-align: left;
	-webkit-box-align: start;
	-ms-flex-align:start;
	align-items: start;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content: start;
	position: relative;
	height: 2.5rem;
}

.head2 .small-log {
	float: left;
}
.head2 .small-log img {
	width: 2rem;
	height: 2rem;
}

.head2 .menu {
	float: right;

}

.wrapper {
	margin-top: 2rem;
	display:flex;
	flex-direction: column;
	align-items: center;
}

.head-sub-box,.main{
	max-width:1200px;
	margin:0 auto;
	position: relative;
}

.head-sub-box .small-log{
	text-align: left;
}

.head-sub-box > div{
	display: inline-block;
	vertical-align: middle;
}

.head2 .small-log>a{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align:center;
	-ms-flex-pack:center;
	justify-content: center;
	vertical-align: middle;
}

.head2 .small-log a>.logo-txt{
	display: inline-block;
	margin-left:10px;
}

.nuxt-link-active{
	border-bottom: 4px solid #fff;
}

.no-active{
	border-bottom: none !important;
}

.head2 .menu a{
	text-transform: uppercase;
	color: #333333;
	font-size: 0.65rem;
	padding:0 16px;
	margin:0 1px;
	font-family: Arial;
}

.menu .menu-nav a{
	height: 1.85rem;
	line-height: 1.85rem;
}
.menu .menu-nav a:hover,.menu .menu-nav a.menuHigh{
	color: #ff4e67;
	background: center url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAECAYAAADS1VyyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjgwMzBBNjI3OTk0QjExRTk5NEQxODMwQzlEN0ZDNTlGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjgwMzBBNjI4OTk0QjExRTk5NEQxODMwQzlEN0ZDNTlGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODAzMEE2MjU5OTRCMTFFOTk0RDE4MzBDOUQ3RkM1OUYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODAzMEE2MjY5OTRCMTFFOTk0RDE4MzBDOUQ3RkM1OUYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ptoRDAAAAOElEQVR42mL8pxfkycDAMBeIJRmGN3gOxMmMQA8/GwGehXuaiWFkAUaQh1OA+MUI8OxTUJIGCDAA+REJx57fSVoAAAAASUVORK5CYII=') no-repeat;
	-ms-background-position-y: bottom;
	background-position-y: bottom;
	padding-bottom: 0.5rem;
	white-space: nowrap;
}
.main-sub-content{
	color: #3b3b3b;
	text-align: left !important;
	padding-left: 50px;
	line-height: 1.3;
	max-width: 1000px;
}
.main .main-content{
	/*padding-top: 40px;*/
	text-align: center;
}
.main-content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction: column;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items: flex-start;
	margin:auto;
}
.main-content .logo{
	margin-top: 3rem;
}
.main-content .content{
	padding-bottom: 1.6rem;
	width: 100%;
}

.main-content .content > p{
	text-transform: uppercase;
	font-style: italic;
	font-size: 28px;
	margin:20px 0 50px;
	font-family: OpenSansBold,Helvetica,Arial,sans-serif;
	color: #fff;
	font-weight: bold;
}

.app-button-ios{
	background-image: url("../img/ios.png");
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	height: 2.64rem;
	width: 7rem;
	display: inline-flex;
	-webkit-box-align:center;
	align-items: center;
	-webkit-box-pack:center;
	justify-content: center;
	text-transform: uppercase;
	margin-top: 0.8rem;
	border-radius:10px;
	border: none;
}

.app-button-android{
	background-image: url("../img/android.png");
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	height: 2.64rem;
	width: 7rem;
	display: inline-flex;
	-webkit-box-align:center;
	align-items: center;
	-webkit-box-pack:center;
	justify-content: center;
	text-transform: uppercase;
	margin-top: 0.8rem;
	margin-left: 1rem;
	border-radius:10px;
	border: none;

}

.app-button span{
	font-size: 19px;
	font-weight: bold;
	font-family: OpenSansBold,Helvetica,Arial,sans-serif;
}

.links{
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 2.9rem;
	width: 100%;
	font-size: .5rem;
	color: #fff;
	font-family: Arial;
	font-style: italic;
}

.links .items {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

.links a{
	color: #fff;
	text-decoration: underline #fff;
	padding-right: .5rem;
	padding-left: .3rem;
}

.download {
	margin-top: 2.5rem;
}

.WordSection1 p a{
	display: inline;
	color: #333;
	font-size: 14px;
}
.main-sub-content h1{
	margin:18px 0 15px;
	font-size: 1.2rem;
}
.faq-list {
	padding-bottom: 2rem;
}

.faq-list-item{
	padding:10px 0 10px;
}
.faq-list-item:first-child{
	border:0;
	padding-top: 1rem;
}
.faq-list-title{
	color: #333333;
	font-size: .8rem;
	position: relative;
	padding-right: 70px;
	cursor: pointer;
	font-weight: bold;
	height: auto;
	line-height:1.5rem;
}
.faq-list-btn{
	border:1px solid #2c2c2c;
	border-radius: 50%;
	position: absolute;
	top:5px;
	right: 20px;
	width: 40px;
	height: 40px;
	padding:6px 7px;
}
.faq-icon{
	display: inline-block;
	width: 27px;
	height: 27px;
	vertical-align: top;
	background: url(../img/icon-faq.png) 0 0/69px 24px no-repeat;
}
.icon-add{
	background-position: -24px 0;
}
.faq-list-content{
	display: none;
	font-size: .6rem;
	padding-top:10px;
}
.faq-list-content p, .faq-list-content ul li{
	font-size: .6rem;
	color: #666666;
}
.main-sub-content ol, .main-sub-content ul{
	font-size: 0.9rem;
	margin: 1em 0 1em 20px;
}
.main-sub-content li{
	margin-bottom: 5px;
}

.faq-list-item .active+.faq-list-content{
	display: block;
}
.faq-list-item .active .faq-list-btn{
	border: 1px solid #999999;
}
.faq-list-item .active .icon-add{
	background-position: -47px 0;
}
@media screen and (max-width: 1010px){
	.head2 .menu a {
		color: #333333!important;
	}
	.head2{
		text-align: left;
		display: inline-block;
		height: 2.5rem;
	}
	.head-sub-box{
		text-align: left;
		width: 100%;
		margin:0;
		position: static;
		height: 2.5rem;
		display: flex;
		align-items: center;
	}
	.menu{
		height: 41px;
		position: absolute;
		right: 20px;
		top:0;
		bottom: 0;
		margin:auto;
	}
	.app-nav{
		cursor: pointer;
		margin-top: 0.3rem;
		width: 1.3rem;
		height: 1.3rem;
		position: relative;
		display: block;
		background: url('../img/nav.png') no-repeat;
		background-size: cover;
	}
	.app-nav2{
		cursor: pointer;
		margin-top: 0.3rem;
		width: 1.3rem;
		height: 1.3rem;
		position: relative;
		display: block;
		background: url('../img/nav.png') no-repeat;
		background-size: cover;
	}
	.menu .menu-nav{
		background-color: #ffffff;
		height: 100%;
		width: 100%;
		position: fixed;
		top:100%;
		left:0;
		text-align: center;
		opacity: 0;
		visibility: hidden;
		-webkit-transition:all .4s ease;
		transition: all .4s ease;
		overflow-y: hidden;
		z-index: 1;
		padding:90px 0 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items: center;
	}
	.menu .menu-nav>a{
		margin-top: 25px;
	}
	.menu .menu-nav a:hover,.menu .menu-nav a.menuHigh{
		color: #ff4e67;
		background: center url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAECAYAAADS1VyyAAAAPElEQVQokWP8//+/JwMDw1wGBgZJhuENnjMwMCSDPPxsBHgWBp4zYQgNb8AI8nAKAwPDixHg2acMDAzJAM48DMXTwONbAAAAAElFTkSuQmCC') no-repeat;
		-ms-background-position-y: bottom;
		background-position-y: bottom;
		padding-bottom: 10px;
		white-space: nowrap;
	}
	.for-app:checked~.head2 .menu-nav{
		opacity: 1;
		visibility: visible;
		top:62px;
	}
	.main-sub-content{
		padding:0 10px 14px; 
	}

	.menu .menu-nav a:hover,.menu .menu-nav a.menuHigh{
	}
}

.main-desc {
	margin-top: 2rem;
	color: white;
}

.main-desc .desc-content {
	font-size: .8rem;
	display: grid;
}

.desc-content span:first-child {
	margin-top: .6rem;
}

.desc-content span:nth-child(2) {
	margin-top: .6rem;
}

.desc-content span:last-child {
	padding-top: .6rem;
}

.middle-box {
	width: 90%;
	height: 15rem;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	justify-items: center;
	align-items: center;
	background: url("../img/bg1.png") no-repeat;
	background-size: 100%;
}

.middle-box .title {
	width: 22rem;
	font-weight: 400;
	font-size: 1.9rem;
	line-height:2.2rem;
	color: #333333;
	text-align: center;
	font-family: ArialRoundedMTBold;
}

.middle-box .content{
	padding-top: 1.1rem;
	width: 22rem;
	color: #999999;
	font-size: .9rem;
	text-align: center;
	line-height:1.2rem;
	font-family: Arial;
}

.middle-box .download-button {
	padding-top: 1rem;
}

.show-about_self, .conversation, .verified-users {
	width: 90%;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	justify-items: center;
	align-items: center;
	padding-top: 3rem;
}

.show-about_self .title {
	width: 30rem;
	font-weight: bold;
	font-size: 1.5rem;
	line-height:1.8rem;
	color: #333333;
	text-align: center;
	font-family: Arial;
}

.show-about_self .content{
	padding-top: 0.8rem;
	width: 26.6rem;
	color: #999999;
	font-size: .8rem;
	text-align: center;
	line-height:1.2rem;
	font-family: Arial;
}
.show-about_self img {
	width: 30rem;
	padding-top: 2rem;
}

.conversation .title {
	width: 30rem;
	font-weight: bold;
	font-size: 1.5rem;
	line-height:1.8rem;
	color: #333333;
	text-align: center;
	font-family: Arial;
}

.conversation .content{
	padding-top: 0.8rem;
	width: 28rem;
	color: #999999;
	font-size: .8rem;
	text-align: center;
	line-height:1.2rem;
	font-family: Arial;
}
.conversation img {
	width: 35rem;
	padding-top: 2rem;
}
.verified-users .title {
	width: 30rem;
	font-weight: bold;
	font-size: 1.3rem;
	line-height:1.8rem;
	color: #333333;
	text-align: center;
	font-family: Arial;
}

.verified-users .content{
	padding-top: 0.8rem;
	width: 22rem;
	color: #999999;
	font-size: .8rem;
	text-align: center;
	line-height:1.2rem;
	font-family: Arial;
}
.verified-users img {
	padding-top: 2rem;
}

.verified-users .verified-img {
	width: 35rem;
	height: 16rem;
	background-image: url("../img/verified-users.png");
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.app-desc {
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	justify-items: center;
	align-items: center;
	font-family: Arial;
}

.app-desc span {
	width: 70%;
	text-align: center;
	color: #333333;
	font-size: .7rem;
	line-height:1.1rem;
	font-family: Arial;
}
.app-desc-p {
	padding-top: .5rem;
}
.app-desc-padding {
	padding-top: .2rem;
}
.footer-box {
	margin-top: 3rem;
	width: 100%;
	height: 12rem;
	border-top: 2px solid #E5E5E5;
	flex-direction:row;
	justify-content: space-around;
	padding-top: 1.8rem;
	align-content: center;
	flex-wrap: wrap;
}
.footer-box .logo {
	width: 2.5rem;
	height: 2.5rem;
}
.footer-box .logo .img{
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	background-image: url("../img/footer_logo.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.footer-box a {
	color: #666666;
	font-size: .6rem;
	line-height:1.3rem;
}
.footer-box .partners-container{
	display: flex;
	flex-direction:column;
}
.footer-box .company-container{
	display: flex;
	flex-direction:column;
}

.partners-container .title {
	margin-bottom: .6rem;
	color:#333333;
	font-size: .8rem;
	font-weight: bold;
}

.contact-us-container .title {
	color:#333333;
	font-size: .8rem;
	font-weight: bold;
	margin-bottom: .6rem;
}
.contact-us-container .content {
	padding-top: 0.6rem;
	color:#666666;
	font-size: .6rem;
}
.company-container .title {
	margin-bottom: .6rem;
	color:#333333;
	font-size: .8rem;
	font-weight: bold;
}
.company-container a {
	text-transform:uppercase;
}

#center_content {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 5rem;
}

#center_content img {
	width: 2rem;
	padding-bottom: 1rem;
}

.email-box {
	text-align: center;
}

