*{
    margin: 0;
    padding: 0;
	 margin-bottom: -1px; 
    font-family: 'Microsoft Yahei';
}
body{
    /*width: 100%;*/
    max-width: 750px;
    margin: 0 auto;
    overflow-x: hidden;
}
img {
	width: 100%;
}
.cover {
    max-width: 750px;
    position: fixed;
    top: 0;
    width: 100%;
    height:100%;
    background:rgba(0,0,0,0.3);
    z-index: 1200;
}
.out-mask {
    max-width: 750px;
    width: 100%;
    position: fixed;
    top: 50%;
    z-index: 2000;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.out-mask .mask {
    margin: 0 auto;
    padding: 0.6rem 0 0.4rem;
    width: 90%;
    background: #fff;
    border-radius: 0.2rem;
}
.out-mask .mask p {
    margin: 0 0 0.3rem 0.5rem;
    color: #0C0524;
    font-size: 0.4rem;
    text-align: left;
}
.out-mask .mask ul {
    margin-right: 0.5rem;
    text-align:right;
}
.out-mask .mask li {
    margin: 0 0.4rem;
    display: inline;
}
.out-mask .mask li a {
    display: inline-block;
    color: #0A7FBD;
    font-size: 0.4rem;
    line-height: 1rem;
    text-align: center;
}
.kf {
    position: fixed;
    width: 17vw;
    right: 2vw;
    top: 30vw;
    z-index:1;
}
.kf img {
    width: 100%;
    height: 100%;
}
.marTop1 {
    /* margin-top: 27.5%; */
    margin-top: 0px;
	/* margin-bottom: 27.5%; */
}
.marTop4 {
	margin-top: -6px;
}
.app {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.top {
	width: 100%;
	/* height: 28%; */
	position: fixed;
	/*background: url('../img/ent-one/top.png') no-repeat;*/
	background-size: 100%;
	top:0;
	/* bottom: 5px; */
}
.top img {
	width: 100%;
	position: absolute;
}
.agent {
	width: 20%;
	height: 33%;
	position: absolute;
	top: 20%;
	right: 3%;
	background: url('../img/ent-one/bj_10.png') no-repeat;
	background-size: 100%;
}
.agent img {
	width: 20px;
	position: absolute;
	right: -5%;
	top: -3%;
}
.content {
	width: 100%;
	position: relative;
}
.download {
	width: 100%;
	/* display: flex; */
	position: relative;
	/* bottom: 50%; */
	align-items:center;
   	justify-content:center;
}
.download img {
	width: 100%;
	/* opacity: 1; */
	position: relative;
}
.screenshot {
	width: 100%;
	opacity: 1;
	position: relative;
}
.course {
	width: 100%;
	position: absolute;
	top: -2%;
	display: flex;
	align-items:center;
   	justify-content:center;
}
.course img {
	width: 40%;
	margin: 0 2%;
}
.bottom {
	width: 100%;
	height: 28%;
	position: absolute;
	background: url('../img/ent-one/bottom.png') no-repeat;
	background-size: 100%;
	bottom: 4px;
}
.bottom img {
	width: 25%;
	position: absolute;
	right: 3%;
	top: 29%;
}

.daili {
	width: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	overflow:auto;
	display: none;
}
.iosTrust {
	width: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	overflow:auto;
	display: none;
}
.androidTrust {
	width: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	overflow:auto;
	background: url('../img/ent-one/AZjiao29.jpg') no-repeat;
	background-size: 100%;
	background-position: 0 25%;
	display: none;
}
.androidImg {
	position: absolute;
	top: 30%;
	bottom: 30%;
	left: 15%;
	right: 15%;
	overflow: auto;

}
.android-close {
	position: absolute;
	bottom: 10%;
}
