html {
	font-family: "Microsoft YaHei";
	font-size: 16px
}

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
	margin: 0;
	padding: 0
}

input::-ms-clear {
	display: none
}

input::-ms-reveal {
	display: none
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400
}

h1 {
	font-size: 24px
}

h2 {
	font-size: 18px
}

h3 {
	font-size: 16px
}

h4 {
	font-size: 14px
}

h5 {
	font-size: 12px
}

h6 {
	font-size: 10px
}

address, cite, dfn, em, i, var {
	font-style: normal
}

code, kbd, pre, samp {
	font-family: courier new, courier, monospace
}

small {
	font-size: 12px
}

ol, ul {
	list-style: none
}

a, a:hover {
	text-decoration: none
}

a {
	color: #000;
	outline: 0;
	-moz-outline: none
}

a img {
	display: block
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

legend {
	color: #000
}

fieldset, img {
	border: 0
}

button, input, select, textarea {
	font-size: 100%
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

article, aside, audio, details, figcaption, figure, footer, header, hgroup, mark, menu, nav, section, summary, time, video {
	display: block;
	margin: 0;
	padding: 0
}

body {
	background: #fff
}

#header {
	height: 592px;
	color: #fff;
	background: url("/onepass-for-rar/onepass-for-rar/img/背景.png") no-repeat 50% 100%;
	background-size:100% 100%;
	/*background-size: cover*/
}

.head {
	height: 64px;
	line-height: 64px
}

.logo {
	float: left;
	overflow: hidden;
	height: 64px
}

.logo img {
	float: left;
	padding-top: 17px;
}

.logo .logo-tit {
	float: left;
	padding-left: 18px;
	height: 64px;
	font-size: 22px;
	color: #fff;
}

.nav {
	float: right
}

.nav a {
	margin-left: 8px;
	padding: 7px 24px;
	color: #fff
}

.nav .special {
	border-radius: 4px;
	background: linear-gradient(90deg, #085ab9, #04438a)
}

.banner {
	height: 550px
}

.banner-l {
	/*padding: 0 50px;*/
	width: 90%;
}

.appname {
	margin: 0 0 24px;
	font-size: 48px;
	font-weight: 600;
	letter-spacing: 2px;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2)
}

.appslogan {
	margin: 0 0 48px;
	font-size: 24px;
	letter-spacing: 2px;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2)
}

.appdown {
	display: inline-block;
	margin: 0 0 18px;
	border-radius: 4px;
	padding: 20px 80px;
	font-size: 24px;
	color: #fff;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	background: linear-gradient(90deg, #fddc00, #ff9f05);
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2)
}

.appdown:hover {
	filter: hue-rotate(75deg)
}

.appcount {
	margin: 0 0 36px;
	font-size: 18px
}

.appcount>span {
	color: #fdf400
}

.appinfo {
	font-size: 14px;
	color: #cfe5ff
}

.banner-r {
	padding: 0 50px;
	width: 600px
}

.banner-r video {
	box-shadow: 14px 14px 6px rgba(0, 0, 0, 0.2)
}

.container {
	width: 1200px;
	margin: 0 auto
}

.contit {
	font-size: 2.5rem;
	margin: 0 0 3rem;
	line-height: 3rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	position: relative
}

.contit:before {
	content: '';
	position: absolute;
	width: 100px;
	height: 4px;
	background: #007fff;
	left: 50%;
	bottom: -2rem;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

.conbox {
	padding: 4rem 0;
	text-align: center
}

#index-skill .skill-box {
	padding: 2rem 0;
	flex-wrap: wrap
}

#index-skill dl {
	width: calc(25% - 12px);
	padding: 2.5rem 0;
	margin: 6px;
	background: #3892fc;
	box-shadow: 0 3px 6px rgba(0, 64, 128, 0.08);
	cursor: pointer
}

#index-skill dl:hover, #index-skill dl:focus {
	transform: scale(1.05);
	box-shadow: 0 0px 24px rgba(0, 64, 128, 0.16)
}

#index-skill dl dd {
	color: #fff;
	font-size: 1.25rem;
	padding: 0.5rem 0
}

#index-serve dl {
	padding: 40px 0;
	width: 25%
}

#index-serve dl dd {
	margin: 12px 0 0;
	font-size: 20px
}

#index-bottom {
	background: url("banner-bg.png") no-repeat 50% 0%;
	background-size: cover
}

#footer {
	width: 100%;
	background: #292929;
	text-align: center
}

#footer .footer-text {
	width: 1200px;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	color: #A5A5A5
}

#footer .footer-text a{
	color: #A5A5A5
}

.fixed {
	position: fixed;
	bottom: 20%;
	right: 10px;
	width: 80px;
	overflow: hidden;
	border: 1px solid #999;
	border-radius: 6px;
	background: #fff
}

.fixed>div a {
	display: block;
	height: 52px;
	text-align: center;
	color: #666;
	font-size: 14px;
	padding: 14px
}

.fixed>div a .iconfont {
	font-size: 32px
}

.fixed>div a:hover {
	color: #003fff
}

.fixed>div.kefu {
	border-bottom: 1px solid #999
}

.fixed span {
	display: block
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.flex-middle {
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.flex-around {
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.flex-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.transition {
	transition: all .3s ease-in-out
}

.none {
	display: none
}

.bg-white {
	background: #fff
}

.bg-grey {
	background: #f7fbfe
}