@CHARSET "UTF-8";
* {
	margin: 0;
    padding: 0;
    list-style: none;
	font-family: "Microsoft YaHei";
	/* font-family: Microsoft YaHei, Arial, Helvetica, sans-serif; */
	outline: none;
	-moz-outline-style: none;
	text-decoration: none;
}

div, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
}
input[type=button]:focus{
	outline:none;
}

input[type=button]::-moz-focus-inner{
	outline:0;
}

body {
	background-color: #fff;
	text-align: center;
}

/* .header {
	width: 100%;
    background: #FFFFFF;
}

.header .header_main {
	width: 1024px;
    margin: 0 auto;
    text-align: left;
}

.header .horizontal_line_top {
    width: 100%;
    height: 2px;
    background: url(../image/horizontal_line_top.png) repeat-x top;
} */

input,checkbox,select {
	vertical-align: middle;
}

/* label {
	vertical-align: middle;
	font-family: Tahoma;
} */

img {
	border: none;
}
body,img,div,p, a {
	margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}


div#content .zteclouddisk_bg {
	width: 100%;
}

div#content .ztecloudhub_bg {
    width: 100%;
    height: 386px;
    background: url("http://umeweb.cn/ume/image/ztecloudhub_bg.png") repeat-x 0 0;
}


div#content .app_pic {
    width: 100%;
    margin: 0 auto;
	min-width: 1000px;
	position: relative;
}

#qrcodediv {
	width: 30%;
	text-align: left;
	position: absolute;
	bottom: 22%;
	left: 20%
}

#qrcodediv p {
	text-align: left;
	font-size: 12px;
	color: #fff;
}

#qrcode {
	width: 34%;
}
#qrcodediv p.des-text-3{
	width: 34%;
	font-size: 12px;
	text-align: center;
}
#downloadBtn{
	width: 34%;
}
#downloadBtn .download {
	margin-top: 10px;
    width: 34%;	
	background: #FFFFFF;
	border-radius: 18px;
	height: 32px;
	border: none;	
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #20B6EC;
	line-height: 32px;
}
@media screen and (max-width: 1300px) {
    #qrcode {
		width: 30%;
	}
	#qrcodediv p.des-text-3{
		width: 34%;
		font-size: 10px;
		text-align: center;
	}
	#downloadBtn .download{
		 width: 30%;
		 font-size: 14px;
	}
}






.introduction {
	/* background-color: #F3F3F3; */
	padding-top: 20px;
}

.title {
	height: 40px;
	text-align: left;
	padding: 0;
	margin: 20px 0 0 0;
}

.pt10 {
    padding-top: 10px;
}
.pt20 {
    padding-top: 20px;
}


.block {
	float: left;
	margin: 0 0 2% 2%;
	width: 48%;
	height: auto;
	max-height: 77px;
}

.block_img {
	float: left;
	height: 60px;
	width: 60px;
	margin-right: 20px;
}

.block_text {
	margin-left: 80px;
	text-align: left;
	color: #323232;
	font-family: 'Microsoft YaHei';
	font-weight: bold;
	font-size: 14px;
	/* padding-top: 10px; */
}

.block_text_small {
	margin-top: 1;
	margin-left: 80px;
	text-align: left;
	font-size: 12px;
	color: #999999;
	line-height: 1.5;
	/* padding-bottom: 10px; */
}

.snapshot {
	/* background-color: #E1E1E1; */
	/* text-align: left;
	margin-left: 25px; */
}

.snapshot img {
	width: 22%;
	margin: 10px;
}

.install_guid {
	line-height: 2;
	text-align: left;
	margin: 10px auto 10px 2%;
}

.install_guid li {
	font-size: 14px;
	color: #323232;
/*	list-style-image: url(../image/item.png);*/
}



div#content {
	width: 100%;
	min-width: 1000px;
	background: #FFFFFF;
}

div#content .main {
	position: relative;
    width: 100%;
	max-width: 1080px;
    margin: 0 auto;
    clear: both;
}

div#content .main .middle {
    position: absolute;
    top: 22px;
    left: 7%;
    width: 86%;	
}
div#content .main .middle .title {
	position: relative;
	transform-style: preserve-3d;
}
div#content .main .middle .title:before{
	content:"";
	display: block;
	height: 6px;
	width:  65px;
	background-color: rgba(58, 205, 255, .9);
	position: absolute;
	bottom: 19px;
	border-radius: 3px;
	transform: translateZ(-2px); 
}

.bg01_sh {
	width: 100%;
	max-width: 1024px;
	min-width: 920px;
	height: 371px;
	
}

.bg02_sv_sh {
	width: 100%;
	max-width: 1024px;
	min-width: 920px;
	height: 636px;
	
	display: block;
}
#header {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 1000px;
	height: auto;
	position:absolute;
	top: 2%;
	z-index: 2;
}
#header .head-content{	
	height: 100%;
	float: left;
}
.head-content:nth-child(1){
	width: 15%;
	padding-left:25%;
}
.head-content:nth-child(2){
	width: 45%;
	padding-left:15%;
}
.head .navmenu {
	height: 100%;
}
#header .head-content .logo{
	width: 20%;
	float: left;
}
.navmenu p {
	float: left;
	padding-bottom: 8px;
	text-align: center;
	padding-right: 48px;
}

.navmenu p a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
div#footer {
	width: 100%;
	min-width: 1000px;
	height: 98px;
}

div#footer .foot {
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0px auto;
}

div#footer .link {
	padding-top: 25px;
}

div#footer .link a {
	padding: 0 10px;
	font-size: 14px;
	color: #9c9c9c;
}

div#footer .link a:hover {
	text-decoration: underline;
}

div#footer .copyright {
	margin-top: 10px;
	font-size: 12px;
	color: #c8c8c8;
}