/* CSS Document */

/*	<div class="banner">

		<div class="banner-box">
			<img src="image/lolsky1.png" alt="暂时无法显示" />
			<img src="image/lolsky3.png" alt="暂时无法显示" />
			<img src="image/lolsky2.png" alt="暂时无法显示" />
			<img src="image/ACE_Studio.png" alt="暂时无法显示" />

		</div>
	</div>*/

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-align: center;
}

html{
    background-color:black;
}


.container {
    position:relative;
}

.no-nav {
    position: absolute;
    top: 0;
    left:0;
    right:0;
}

/*头部样式开始*/
.header {
    z-index: 9999;
    position: relative;
    width: 100%;
    height: 110px;
    font-size: 20px;
    /*行高等于高 
        行高，文字所在行的高度
        一行文字垂直居中 行高也具有继承性*/
    line-height: 50px;
    text-align: center;
    /*  background: url("../image/guangcai.png") no-repeat;
    background: url("../image/xkxbg.png) no-repeat; */

    background-size: cover;
    /*background: url("../image/阿米娅凯尔希.png") no-repeat center;*/
}



.header-left {
    z-index:0;
    float: left;
    margin-left:2rem;
    width: 252px;
    height: 110px;
    /*background-color: #46BFFC;
   background: url("../image/Logo.jpeg");*/
    font-size: 20px;
}

.header-left .logo {
    
    width:100%;
    height:100%;
}

/*搜索框开始*/
.header .search {
    z-index:0;
    position:absolute;
    left:50%;
    transform:translate(-50%,-50%);
    height: 25px;
    margin-top: 28px;
    background-color: rgb(255 255 255 / 0.30);
    border-radius: 32px;
    padding:10px;
}

.header input {
    /**/
    
    border:0px;
}

.header input.searchInput{
    border:none;
    background:none;
    outline:none;
    float:left;
    padding:0px;
    color:white;
    transition:0.4s;
    line-height:25px;
    width:0px;
    text-align:left;
}

    .header input.searchInput::placeholder{
        color:rgba(0,255,255,0.50);
    }

    .search:hover > .searchInput {
        width: 375px;
        padding: 0 6px;
    }

.search .searchBtn{
    float:right;
    width:25px;
    height:25px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:0.4s;
}

.search:hover > .searchBtn {
    background-color:white;
}

/*搜索框结束*/
.header-right {
    z-index:0;
   position:absolute;
   top:0px;
   right:0px;
    width: 138px;
    height: 110px;
    display: grid;
    place-items: right center;
    text-decoration:none;
    /*display: none;
        border-left: 1px solid #AEB2FF;
        background-color: #46BFFC*/
}

.header-right img{
    margin-top:1.2rem;
    width: 25px;
    height: 22.5px;
    margin-right:10px;
}

 .header-right a{
        text-decoration:none;
}

    .header-right .acevideo {
        text-decoration: none;
    }

    .header-right img:hover{
        cursor:pointer;
    }
    /*头部样式结束*/
    .banner {
        /*display: grid;
	place-items:start center;
	background: url("../image/ACE_Singer_Cute.png")  center no-repeat;
 	width:100%; /*设定层的宽度*/
        width: 100%;
    }

/*导航样式开始*/
.nav {
    /*背景图片不平铺，水平居中，垂直居上*/
    /*background:url("../Image/阿米娅凯尔希.png") no-repeat center top;>
            background-color: cornflowerblue;
    */
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
}


/*下拉列表开始*/
/*
下拉列表定位到显示的位置Input
display：none隐藏
鼠标悬停display：block
*/
.nav-list {
    /*display: none;*/
    display: none;
    background-color: rgb(0 0 0 / 0.6);
    box-shadow: 0 0 1rem 0.2rem rgb(255 255 255 / 0.5);
}
/*下拉列表结束*/
.nav li:hover > .nav-list {
    display: block;
}


/*水平居中的容器 不设置高度，高度由内容撑开，因为整个页面水平居中使用同一个class*/
.wrap {
    width: 100%;
    /*  margin: 0 auto;  
        width: 1180px;*/
	/*display: grid;
	place-items:start center;*/
    display: grid;
	place-items:start center;
}

.nav ul{
	list-style: none;
	margin: 0px;
	margin-top: 2px;
	
}

.nav li {
    float: left;

    margin: 5px;
    text-align: center;

}

.nav a {
    font-size:15px;
    text-decoration: none;
    color: white;
    padding: 15px;
    border-radius: 0.3rem;
}

/*鼠标悬停在a上，对a进行操作*/
/*鼠标悬停在a上，字体变黑*/
    .nav a:hover {
        color: #000;
        background: #6e7df8;
    }

.active {
    background: #6e7df8;

}

.active>a{
    color:#000;
}

.nav li:hover {
}


/*导航样式结束*/




.acevideo h2{
    color:white;
}

 #aisinger-video{
     width:70%;
 }

.banner-bottom{
    /*position:absolute;
    left:0px;
    bottom:0px;
    width:100%;
    height:287px;
    background-color:aqua;*/
    
}

/*下载和关于我们开始*/

.body-bottom{
    position:relative;
    z-index:0;
}

.body-bottom-bg {
    position: absolute;
    top: 0;
    background-image: url(../image/yzgyyzx6.png);
    background-size: cover;
    filter: blur(1rem);
    width: 100%;
    height: 100%;
    color: black;
    z-index: -1;
}

.download {
    color: #333;
    height: 535px;
    display: grid;
    place-items: center;
    margin-bottom: 4rem;
}

.download h1{
    color:#fff;
    margin-top:4rem;
    margin-bottom:8rem;
}

    .download .download-icons {
        margin:auto;
        display: flex;
        justify-content: center;
    }

        .download .download-icons .download-icon {
            padding-bottom: 20px;
            display: grid;
            place-items: center;
            margin: 50px 25%;
            box-shadow: 0 0 1rem 0.2rem rgb(0 0 0 / 10%);           
        }

a:hover {
    color: -webkit-link;
    cursor: pointer;
}

.download a img {
    color: #fff;

}

.download a b {
    color: #fff;
    font-size: 20px;
}

b {
    font-weight: bold;
}

.download a .versions {
    color: white;
    display: block;
    font-size: 14px;
    height: 49px;
}

/*关于我们开始*/
.about-us {
    margin-top:10rem;
    display: grid;
    place-items: center;
    padding-bottom: 10%;
}

    .about-us a {
        margin-top:3rem;
        height:50%;
        font-size: 1rem;
        color: white;
        font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
        font-size: 2rem;
        color: skyblue;
    }

    .about-us .QRCodes {
        display: grid;
        place-items: center;
        margin-top: 50px;
        width: 500px;
        height:500px;
        box-shadow: 0 0 1rem 0.2rem rgb(0 0 0 / 10%);
        box-sizing: border-box;
    }

.QRCodes img {
    width:60%;
    
}

/*关于我们结束*/

/*下载和关于我结束*/

/*版权信息开始*/
.copyright-footer {
	background-color: rgba(163, 161, 161, 0.144);
    color:white;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 0px;
    text-align: center;
}
/*版权信息结束*/