* {
	margin: 0;
	padding: 0;
}

.arivoc-download-details {
	width: 100%;
	height: 808px;
	padding: 20px 0 30px;
	background: url(../images/background.png) no-repeat center;
	position: relative;
}

.arivoc-download-details .download-box {
	width: 766px;
	height: 808px;
	margin: 0 auto;
}
.arivoc-download-details .download-box .header {
	height: 74px;
	border: 1px #E7E7E7 solid;
	background-color: #FFFFFF;
	padding: 16px 24px;
}
.arivoc-download-details .download-box .header .logo {
	width: 72px;
	height: 72px;
	background: url(./ic_launcher_72.png) no-repeat center;
	float: left;
}
.arivoc-download-details .download-box .header .title {
	width: 376px;
	float: left;
	margin-left: 17px;
}
.arivoc-download-details .download-box .header .title h3 {
	height: 18px;
	line-height: 18px;
	font-size: 18px;
	color: #353340;
	margin-top: 13px;
	font-weight: normal;
}
.arivoc-download-details .download-box .header .title p {
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	color: #757480;
	margin-top: 10px;
}
.arivoc-download-details .download-box .header .buttons {
	width: 122px;
	float: left;
	margin-left: 17px;
}
.arivoc-download-details .download-box .header .buttons .button {
	display: block;
	width: 122px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	border-radius: 5px;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	text-decoration: none;
	cursor: pointer;
}
.arivoc-download-details .download-box .header .buttons .button.ios {
	background-color: #3496F7;
	margin-top: 1px;
}
.arivoc-download-details .download-box .header .buttons .button.android {
	background-color: #FFC859;
	margin-top: 12px;
}
.arivoc-download-details .download-box .header .qrcode {
	width: 96px;
	float: left;
	margin-left: 14px;
}
.arivoc-download-details .download-box .header .qrcode .code {
	display: block;
	margin: 1px auto 0;
}
.arivoc-download-details .download-box .header .qrcode p {
	height: 10px;
	font-size: 9px;
	line-height: 10px;
	font-weight: bold;
	color: #757480;
	margin-top: 3px;
	text-align: center;
}
.arivoc-download-details .download-box .body {
	width: 716px;
	padding: 0 24px;
	height: 698px;
	border: 1px #E7E7E7 solid;
	background-color: #F5F5F5;
}
.arivoc-download-details .download-box .body .scroll-images-box {
	width: 716px;
	height: 543px;
	margin: 12px auto 0;
	overflow-x: hidden;
	overflow-y: hidden;
}
.arivoc-download-details .download-box .body .scroll-images-box .image-list {
	list-style: none;
	width: 928px;
	height: 543px;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
}
.arivoc-download-details .download-box .body .scroll-images-box .image-list .image-item {
	width: 176px;
	height: 543px;
	float: left;
	margin-left: 12px;
}
.arivoc-download-details .download-box .body .scroll-images-box .image-list .image-item.first {
	margin-left: 0;
}
.arivoc-download-details .download-box .body .scroll-images-box .image-list .image-item#image1 {
	background: url(./images/WechatIMG489.png) no-repeat;
}
.arivoc-download-details .download-box .body .scroll-images-box .image-list .image-item#image2 {
	background: url(./images/WechatIMG490.png) no-repeat;
}
.arivoc-download-details .download-box .body .scroll-images-box .image-list .image-item#image3 {
	background: url(./images/WechatIMG491.png) no-repeat;
}
.arivoc-download-details .download-box .body .scroll-images-box .image-list .image-item#image4 {
	background: url(./images/WechatIMG492.png) no-repeat;
}
.arivoc-download-details .download-box .body .scroll-images-box .image-list .image-item#image5 {
	background: url(./images/WechatIMG493.png) no-repeat;
}

.arivoc-download-details .download-box .body h2 {
	font-size: 16px;
	color: #353340;
	line-height: 40px;
	margin-top: 5px;
}
.arivoc-download-details .download-box .body p {
	font-size: 14px;
	color: #757480;
	line-height: 20px;
	margin-bottom: 20px;
	text-align: justify;
}
.arivoc-download-details .download-box .body img {
	display: block;
	margin: 0 auto;
}

.arivoc-download-details .aryn {
	position: absolute;
	width: 150px;
	height: 448px;
	background: url(../images/aryn.png) no-repeat center;
	bottom: 13px;
	left: 50%;
	margin-left: 359px;
}
.arivoc-download-details .body .aryn-h5 {
	display: none;
}

.iScrollHorizontalScrollbar {
	width: 716px;
	height: 4px;
	background-color: #EBEBEB;
	margin-top: 6px;
	border-radius: 2px;
	position: relative;
}

.iScrollIndicator {
	width: 62px;
	height: 4px;
	background-color: #C7C7C7;
	border-radius: 2px;
	position: absolute;
}

@media only screen and (max-width: 640px) {
	body * { max-height: 999999px; }
	
	.arivoc-download-details {
		width: 640px;
		box-sizing: border-box;
		height: auto;
		padding: 30px;
		background: #F2F2F2;
	}
	
	.arivoc-download-details .download-box {
		width: 580px;
		height: auto;
	}
	
	.arivoc-download-details .download-box .header {
		width: 580px;
		box-sizing: border-box;
		height: 358px;
		border: 2px #DADADA solid;
		padding: 0;
	}
	
	.arivoc-download-details .download-box .header .header-top {
		height: 184px;
		box-sizing: border-box;
		padding: 24px 26px;
	}
	
	.arivoc-download-details .download-box .header .header-bottom {
		border-top: 2px #DADADA solid;
		box-sizing: border-box;
		height: 172px;
		padding: 38px 26px;
	}
	
	.arivoc-download-details .download-box .header .logo {
		width: 136px;
		height: 136px;
		border-radius: 30px;
		background: url(./ic_launcher_136.png) no-repeat center;
	}
	.arivoc-download-details .download-box .header .title {
		width: 362px;
		margin-left: 26px;
	}
	.arivoc-download-details .download-box .header .title h3 {
		height: 28px;
		line-height: 28px;
		font-size: 28px;
		margin-top: 15px;
	}
	.arivoc-download-details .download-box .header .title p {
		height: auto;
		line-height: 34px;
		font-size: 22px;
		margin-top: 12px;
	}
	.arivoc-download-details .download-box .header .buttons {
		width: 528px;
		height: 96px;
		float: none;
		margin: 0;
	}
	.arivoc-download-details .download-box .header .buttons .button {
		width: 528px;
		height: 96px;
		line-height: 96px;
		font-size: 28px;
		border-radius: 48px;
	}
	.arivoc-download-details .download-box .header .buttons .button.ios {
		background-color: #f96100;
		margin: 0;
		display: none;
	}
	.arivoc-download-details .download-box .header .buttons .button.android {
		background-color: #f96100;
		margin: 0;
		display: block;
	}
	.arivoc-download-details .download-box .header .qrcode {
		display: none;
	}
	
	.arivoc-download-details .download-box .body {
		width: 580px;
		box-sizing: border-box;
		padding: 26px 0 0 0;
		height: auto;
		border: 2px #DADADA solid;
		background: #FFFFFF url(./images/background-h5.png) no-repeat bottom;
		margin-top: 30px;
		padding-bottom: 372px;
		position: relative;
	}
	.arivoc-download-details .download-box .body .scroll-images-box {
		width: 576px;
		height: 543px;
		margin: 0 0 24px 0;
	}
	
	.arivoc-download-details .download-box .body .scroll-images-box .image-list {
		width: 1360px;
		height: 543px;
		box-sizing: border-box;
		padding: 0 20px;
	}
	.arivoc-download-details .download-box .body .scroll-images-box .image-list .image-item {
		width: 252px;
		height: 546px;
		margin: 0 6px;
	}
	.arivoc-download-details .download-box .body .scroll-images-box .image-list .image-item.first {
		margin: 0 6px;
	}
	.arivoc-download-details .download-box .body .scroll-images-box .image-list .image-item#image1 {
		background: url(./images/WechatIMG489.png) no-repeat
	}
	.arivoc-download-details .download-box .body .scroll-images-box .image-list .image-item#image2 {
		background: url(./images/WechatIMG490.png) no-repeat;
	}
	.arivoc-download-details .download-box .body .scroll-images-box .image-list .image-item#image3 {
		background: url(./images/WechatIMG491.png) no-repeat;
	}
	.arivoc-download-details .download-box .body .scroll-images-box .image-list .image-item#image4 {
		background: url(./images/WechatIMG492.png) no-repeat;
	}
	.arivoc-download-details .download-box .body .scroll-images-box .image-list .image-item#image5 {
		background: url(./images/WechatIMG493.png) no-repeat;
	}

	.arivoc-download-details .download-box .body h2 {
		font-size: 26px;
		line-height: 36px;
		margin-top: 0;
		margin-bottom: 16px;
		padding: 0 30px;
	}
	.arivoc-download-details .download-box .body p {
		font-size: 26px;
		line-height: 40px;
		margin-bottom: 24px;
		padding: 0 30px;
	}
	.arivoc-download-details .download-box .body img {
		display: block;
		margin: 0 auto 100px;
	}

	.arivoc-download-details .aryn {
		display: none;
	}
	.arivoc-download-details .body .aryn-h5 {
		display: block;
		position: absolute;
		width: 155px;
		height: 453px;
		background: url(../images/aryn-h5.png) no-repeat center;
		bottom: 25px;
		right: 25px;
	}

	.iScrollHorizontalScrollbar {
		display: none;
	}
	.iScrollIndicator {
		display: none;
	}
	
	#arivocFooter {
		display: none;
	}
}
