

body{
    width: 100vw;
   
}
html,body{

    scroll-behavior:smooth;
    }

.header{
    background: url("//content.game-bean.com/image/coc-cn/mobile/bg-20221026-nav-cn.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.header .logo{
    flex: 1;
}
.header .close{
    width: 50%;
    
    text-align: right;
}
.logo img {
    width: 23rem;
}
.close img{
   width: 4rem;
   
   margin-right: 1rem;
}



/*语言导航栏*/

.nav{
    width: 100%;
    height:7rem;
    display: flex;
    position: absolute;
    bottom:-0.3rem;
    z-index: 10;
    background: url("//content.game-bean.com/image/coc-cn/mobile/bg-20221026-langbg-cn.png?v=4") no-repeat;
    background-size: 100% 100%;
    
}

.nav .nav-left{
   width: 50%;
   height: 100%;
   text-align: center;
   
}
.nav .nav-right{
    width: 50%;
    height: 100%;
    
}
ul {
    display: none;
}



a {
    text-decoration: none;
    color: #999;
}

.flex-input {
    display: flex;
    align-items: center;
}

.dropdown {
    position: relative;
    display: inline-block;
    font-size: 2rem;
    color: rgb(182, 178, 178);
    width:100%;
    height: 4.5rem;
    flex: 1;
    top: 1.2rem;
    font-family: "思源黑体";
    font-weight: 900;
}
.dropdown label {
    box-sizing: border-box;
    display: inline-block;
    width:10rem;
    height:100%;
    line-height: 5rem;
    color: rgb(255, 255, 255);
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
}
.lang{
    width: 2.2rem;
    position: absolute;
    top: 1.4rem;
    left: 5rem;
}
.down {
   
    width: 2.7rem;
    top: 1rem;
    left: 16rem;
    position: absolute;
    
}

.dropdown ul {
    box-sizing: border-box;
    position: absolute;
    list-style: none;
    text-align: left;
    width: 100%;
    z-index: 1;
    padding: 0;
    display: none;
    bottom:3rem ;
    background: linear-gradient(rgba(19, 18, 18,1), rgba(27, 24, 24, 0.4));
    
}

.dropdown ul li {
    box-sizing: border-box;

    list-style: none;
    padding: 0.6rem;
    color: #f8f8f6;
    cursor: pointer;
    text-align: center;
    
    border-top: none;
}
.dropdown ul li a{
    color: #f8f8f6;
}

.dropdown ul li:hover>a {
    color: #fde3a3;
}
.small-img{
    position: relative;
   
    width:0.7rem;
    height: 0.2rem;
    left: 0.9rem;
    top: -0.09rem;
}
.small-img img{
    height: 0.2rem;
    width: 0.2rem;
}

/*底部导航栏*/
.nav .nav-right .code-btn {
   
    margin-left: 7rem;

}

 .code-btn .code-item {
    
    
     width: 12rem;
     height: 7rem;
     display: block;
     background-size: 100%;
     margin-top: -0.3rem;
     position: relative;
     
}
.code-btn-1 {
    width: 2.2rem;
    margin-top: 3rem;
}

.code-text1{
   
     color: #ffffff;
    
     display: inline-block;
    
    
  
    
}
.code-text1 div{
   
    font-family: "思源黑体";
    font-weight: 900;
    font-size: 2rem;
    position: absolute;
    top: 2.8rem;
}

 .code-btn .code-item .text {
    width: 5rem;
    height: 3rem;
    margin-left: 2rem;
}

.code-btn .code-item .text img{
    width: 100%;
    margin-top: 2rem;
}
.code-text{
    box-shadow: 0 0 25px rgb(175, 149, 31);
}
/*下载*/



.download {
    background: url("//content.game-bean.com/image/coc-cn/mobile/bg-20221026-download-cn.png") no-repeat;
    background-size: 100% 100%;
    width:100%;
   
    position: relative;
    height: 75rem;
   
}
.down-logo{
    position: absolute;
    bottom: 20rem;
    left: 50%;
    transform: translateX(-50%);
} 
.down-logo img {
    width: 25rem;
}
.download .download-btn {
    position: absolute;
    display: flex;
    z-index: 9;
    bottom: 10rem;
    left: 50%;
    transform: translateX(-50%);

}
.download .download-btn img{
    width: 15rem;
    height: 5rem;
}

.flight{
    box-shadow: 0 0 25px rgb(95, 92, 92);
}



/*
游戏简介
*/
.bg-main{
    background: url("//content.game-bean.com/image/coc-cn/mobile/bg-20221026-main-cn.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 157rem;
   
}
.main-title {
    width: 100%;
    text-align: center;
}

.main-title img {
    width: 15rem;
    margin-top: 1rem;
}
.main .game-detial {
    position: relative;
    width: 100%;
    height: 67.85rem;
    top: 4rem;

}

.main .game-detial .person1 {
    position: absolute;
    width: 32rem;
    height: 20rem;
}


.main .game-detial .person2 {
    position: absolute;
     top: 48rem;
     right: 0;
    width: 33rem;
    height: 20rem;
}

.persion-button{
   
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgb(241, 241, 241);
    margin: auto;
    margin-top: 5rem;
    margin-left:20rem;
    animation: myAnimate 2s;
    animation-iteration-count: infinite;
}
@keyframes myAnimate
{
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.main .game-detial img{
   width: 100%;
   height: 100%;
   display: none;
}
.main .game-detial .detail {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20rem;
    text-align: left;
    color: rgb(255, 255, 255);
    font-size: 1.5rem;
    line-height: 2rem;
    overflow-y:auto;
    font-family: "思源黑体";
    width:37rem;
    height: 20rem;
}
.detail::-webkit-scrollbar {
    width:0.3rem;
    height: 100%;
    }
    /* 滚动槽 */
    .detail::-webkit-scrollbar-track {
    background: url("//content.game-bean.com/image/coc-cn/pc/bg-20221021-line-cn.png?v=5") no-repeat;
    background-size: 100% 100%;
    
    }
    /* 滚动条滑块 */
    .detail::-webkit-scrollbar-thumb {
    background:url("//content.game-bean.com/image/coc-cn/pc/bg-20221021-block-cn.png?v=5") no-repeat;
    background-size: 100% 100%;
    }
.main .game-detial .detail div{
    width: 36rem;
    font-weight: bold;
}
.display{
    display: none;
}
.main .game-detial .detail .title {
    color: #fde3a3;
    font-size: 2rem;
    margin-top: 2rem;
}

.display{
    display: none;
}




/*
轮播图
*/
.game-feature {
    
    
    margin-top: 8rem;
    margin-left: 4rem;
}
.game-title{
    width: 100%;
    text-align: center;
}
.game-title img{
    width: 15rem;
    margin-right: 2rem;
}
.swiper1 {
    
    height: 18rem;
    width: 36rem;
    position: relative;
    margin-left: 1rem;
    margin-top: 1rem;
}

.slide {
   
    height: 18rem;
    width: 37rem;
    text-align: center;
    overflow: hidden;

}

.guideBox-img {
    height: 18rem;
    width: 37rem;
    
}

.guideBoximg {
   
    height: 18rem;
    width: 37rem;
}

.guideBoximg img {
   width: 100%;
   height: 100%;

}

.swiper-button-prev {
    
    position: absolute;
    left: 39rem !important;
    top: 15rem !important;
    z-index: 0 !important;
}

.swiper-button-next {
    position: absolute;
    left: 39rem !important;
    top: 10rem !important;
    z-index: 0 !important;
}
.swiper-button-next img,.swiper-button-prev img{
    width: 9rem;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    content: "";
    display: none;
}

.swiper-pagination {
    position: relative;
    top: 18rem;
}
.swiper-pagination-bullet {
    width: 3rem !important;
    height: 0.5rem !important;
    border-radius: 0 !important;
    background: url("//content.game-bean.com/image/coc-cn/mobile/btn-20221021-05.png") !important;
}

.swiper-pagination-bullet-active {
    background: url("//content.game-bean.com/image/coc-cn/mobile/btn-20221021-05Active.png") !important;
}
.swiper-button-prev {

    position: absolute;
    left: 30rem !important;
    top: 13rem !important;
    z-index: 0 !important;
}

.swiper-button-next {
    position: absolute;
    left: 30rem !important;
    top: 8rem !important;
    z-index: 0 !important;
}
.swiper-context{
    position: relative;
}
.swiper-context img{
    position: absolute;
}
/*底部信息*/
.footer{
    position: relative;
    top: 36rem;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    width:40rem;
}
.context {
    color: rgb(126, 126, 126);
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.footer a {
    color: rgb(126, 126, 126);
    text-decoration: none;
    font-size: 1rem;
}

.footer a:hover {
    color: rgb(254, 254, 255);
}
.context .left{
    width: 10%;
    height: 100%;
}
.context .left img{
    width: 4rem;
    margin-top: 4rem;
}
.context .right{
    width: 80%;
    height: 100%;
    font-size: 1rem;
}
.list {
    height: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    margin-top:3rem;
    margin-bottom: 1rem;
}

.list .list-1 {
    flex: 1;
    cursor: pointer;
}


.list .list-2 {}

.footrt-text {
    margin-left:1rem;
    width:100%;
    font-size: 1rem;
}

/*遮罩层*/

.box-movie{
    background: url("//content.game-bean.com/image/coc-cn/mobile/bg-20221026-movie-cn.png") no-repeat;
    background-size: 100% 100%;
    width: 100vw;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    text-align: right;
    display: none;
}

.close1{
    width: 4rem;
    margin: 1rem;
}
.movieList{
    width: 100%;
    margin-top: 10rem;
}
.movieList  div{
    width: 100%;
    text-align: center;
    margin: 1rem 0;
}

.movieList div> .shou1,.chong1{
    width: 10rem;
   
}
.movieList div .jian1,.te1{
    width: 15rem;
   
}

.box-icon{
   width: 100%;
   text-align: center;
   margin-top: 10rem;
}
.box-icon .left,.right{
    display: inline-block;
    margin: 1rem;
    position: relative;
    width: 6rem;
    height: 4rem;
}

.ww1,.ww2,.fb1,.fb2{
    position: absolute;
    left: 0;
}
.box-icon .left img{
    width: 5rem;
}
.box-icon .right img{
    width: 5rem;
}


.backTop{
    width: 4rem;
    height: 4rem;
    background: url("//content.game-bean.com/image/coc-cn/pc/btn-20221021-backtop.png") no-repeat;
    background-size: 100% 100%;
    position: fixed;
    z-index: 99;
    bottom: 15rem;
    right: 4rem;
    display: none;
}