@charset "utf-8";
/*全局样式*/
.container-fluid.text-center {
    padding: 0px;
    margin: 0px auto;
    background: royalblue;
    height: 1300px;
}


/*新内容模块样式*/
.newContent {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(/images/act/appStore/HighSpeed_Pic_Background@3x.png) no-repeat;
    display:none;
    z-index: 1000;
}

.arrow img {
    width: 15.7%;
    float: right;
    margin-top: 1.9%;
    margin-right: 8.7%;
}

.cloud {
    width: 59.6%;
    height: 100%;
    background: url(/images/act/appStore/HighSpeed_Pic_Cloud@3x.png) no-repeat;
    background-size: 100%;
    margin: 0px auto;
    text-align: center;
    margin-top: 6.4%;
}
.cloud p {
    font-family: ArialHebrew;
    font-size: 30px;
    color: #333333;
    letter-spacing: 0.72px;
}
.cloud-text1{
	padding-top: 10.1%;
	margin-bottom: 0px;
}

.cloud p.cloud-text1 img {
    width: 2.1%;
    margin-left: 4px;
}
p.cloud-text2 span {
    color: #1cba9b;
}

@media screen and (max-width: 460px) {
	.cloud p {
    	font-size: 14px;
	}
	.cloud p.cloud-text1 img {
	    width: 1.1%;
	}
}
