* {
	/*box-sizing: border-box;*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
}
html {
	font-size: calc(100vw/7.5);
	font-zize: -webkit-calc(100vw/7.5);
}
body {
	-webkit-overflow-scrolling: touch;
}
img {
	padding: 0;
	margin: 0;
}

.iconfont {
	font-size: 0.4rem;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}

/* 帮助界面 */
.header {
	position: relative;
}
.header img {
	width: 100%;
}
.header span {
	position: absolute;
	bottom: 0.45rem;
	left: 0.3rem;
	color: #939bb9;
	font-size: 0.24rem;
}
.header span::before {
	/*content: '\00a0';*/
}
.header span {
	display: flex;
	align-items: center;
}
.header span i {
	font-size: 0.34rem;
}
/*
.header span i{
	vertical-align: sub;
}
*/

.help-container {
    position: relative;
    width: 100%;
    padding: 0 0.3rem;
    margin-top: -0.24rem;
    box-sizing: border-box;
    padding-bottom: 1.1rem;
}
.help-container a {
	display: block;
	font-size: 0.34rem;
	line-height: 0.34rem;
    padding: 0.3rem 0;
    text-decoration: none;
	color: #c4cae0;
	border-bottom: 1px solid #3f4a68;
}
.help-container i {
	color: #3f4a68;
	float: right;
	vertical-align: sub;
}
.help-container .hotline i:nth-child(1) {
	color: #c4cae0;
	float: left;
	vertical-align: sub;
	/*font-size: 0.4rem;*/
}
.help-container a:active {
	color: #8a92af;
}
.help-container a:active i {
	color: #c4cae0;
}
.help-container .hotline:active i:nth-child(1) {
	color: #8a92af;
}

.footer {
	margin-top: 0.3rem;
	padding: 0 0.3rem;
	/*margin-bottom: 1.3rem;*/
}
.footer .tip {
	color: #818bad;
	overflow: hidden;
	display : flex;
	align-items : center;
}
.footer .tip span {
	float: left;
	width: 90%;
	text-align: left;
	font-size: 0.22rem;
}
.footer .tip i {
	float: right;
	width: 10%;
	color: #707a9a;
	font-size: 0.58rem;
	text-align: center;
	line-height: 0.38rem;
	/*vertical-align: middle;*/
}
.footer .clear-tag {
	/*clear: both;*/
}
.footer .copyright {
	text-align: center;
	margin-top: 0.8rem;
	margin-bottom: 0.32rem;
	color: #616c88;
	font-size: 0.2rem;
}

.detail-container {
	margin-bottom: 1.3rem;
}

/* 帮助界面 详细页 */
/* how to use */
.content {
	/*margin-top: 0.3rem;*/
}
.header-title {
	height: 0.8rem;
	line-height: 0.8rem;
	background-color: #FFF;
    padding: 0 0.3rem;
    margin-bottom: 0rem;
	font-size: 0.20rem;
	color: #333;
}
.content p {
    margin: 0;
    /*margin-bottom: 0.8rem;*/
    padding: 0 0.3rem;
	font-size: 0.1rem;
	color: #333;
}
.agreement p {
	margin-bottom: 0.12rem;
	line-height: 0.16rem;
}
.agreement p.label {
	margin-bottom: 0;
}
.agreement .important {
	color: #e2e6f4;
	text-decoration: underline;
}
.content .divider {
    height: 1px;
    margin: 0 0.3rem;
    overflow: hidden;
    background-color: #3f4a68;
}
.content img {
	width: 100%;
	display: block;
}

/* table */
.sdk-list {
	font-size: 0.08rem;
	color: #333;
	margin: 0.2rem;
	padding:0 0.1rem;
}
.table {
	border: 1px solid #333;
	border-spacing: 0;
	border-collapse: collapse;
}
.table tr th,
.table tr td {
	border: 1px solid #333;
	padding: 0.05rem;
	word-break: break-word;
	text-align: left;
}
.table tr th:nth-child(1),
.table tr th:nth-child(2),
.table tr td:nth-child(1),
.table tr td:nth-child(2) {
	word-break: inherit;
	/*white-space: nowrap;*/
}