


.top {
    height: 84px;
    display: flex;

}

.main {
    width: 1200px;
    margin: 0 auto;
}

.top .main {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.top .main .logo {
    width: 215px;
    top: 41px;
}

.top .main .login-form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top .main .login-form input {
    width: 180px;
    height: 26px;
    background: #EFEFEF;
    border-radius: 3px;
    border: 1px solid #EFEFEF;
    color: #1D1E1B;
    padding: 0 10px;
    margin-right: 10px;
}

.top .main .login-form .button {
    width: 80px;
    height: 25px;
    background: #1D1E1B;
    border-radius: 3px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #fff;
    border: none;
    margin-right: 10px;
    cursor: pointer;
    line-height: 25px;
    text-align: center;
}

.top .main .login-form .sign-btn {
    background: #1D1E1B;

}

.top-login-mobile-show{
    display: none;
}

.banner {
    width: 100%;
    position: relative
}

.banner .swiper {
    width: 100%;
    height: 740px;
}




.items-index {
    display: flex;
    flex-flow: wrap;
    margin-top: 30px;
    margin-bottom: 90px;

}
.items-index .item{
    width: 50%;
    display: flex;
    box-sizing: border-box;
    padding: 50px;
    color:#1D1E1B;
    font-size: 16px;
}
.items-index .item .img{
    height: 150px;
    width: 150px;
    background-size: 150px;
    flex-shrink: 0;
}


.peoples{
    margin: 60px 30px;
    margin-bottom: 80px;
    color:#fff;
    display: flex;
    align-items: center;
}
.peoples .pre,.peoples .next{
    height: 36px;
    width: 20px;
    background-size: 20px;
    cursor: pointer;
    margin-bottom: 50px;
    flex-shrink: 0;

}
.peoples .pre{
    margin-right: 10px;
    background-image: url(/themes/hridyarummy/images/pre_icon.png);

}
.peoples .next{
    margin-left: 10px;
    background-image: url(/themes/hridyarummy/images/next_icon.png);


}

.peoples .swiper-people{


    width: 1040px;
    position: relative;
    height: 220px;

}

.peoples .swiper-slide{
    border-radius: 12px;
    background: #1D1E1B;
    display: flex;
    align-items: center;
    color:#f9f9f9;
    font-size: 16px;
    height: 160px;


}

.peoples .img{ margin-left:74px; height: 82px; width: 82px; }
.peoples .info{ margin-left: 26px; margin-right: 40px}


.swiper-pagination{
    position: absolute;
    bottom:10px !important;
    width: 100%;
    display: flex; align-items: center; justify-content: center;
}
.swiper-pagination span{
    margin: 0 5px;
}

.peoples .my-bullet{
    width: 30px;
    height: 4px;
    background: rgba(29, 30, 27, 0.4);
    border-radius: 2px;
    display: block;
}
.peoples .my-bullet-active{
    width: 30px;
    height: 4px;

    background: #1D1E1B;
    border-radius: 2px;
    display: block;
}

.play {
    display: flex;
    align-items: center;
}
.play .img{
    width: 540px;
    height: 410px;
    background-image: url(/themes/hridyarummy/images/logo2.png);
    background-size: 540px;
    background-position: center;
}
.play .info{
    margin-left: 28px;
    width: 632px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1D1E1B;
    line-height: 22px;
}
.play .info h1{
    margin-bottom: 30px;
    font-size: 32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1D1E1B;
    line-height: 45px;

}

.payment .title,.adk .title{
    font-size: 32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1D1E1B;
    line-height: 45px;
    margin-top: 80px;
    margin-bottom: 38px;
}

.adk .item{
    margin-bottom: 30px;
}

.adk .ask{
    width: 100%;
    height: 88px;
    background: #1D1E1B;
    border-radius: 3px;
    display: flex;
    align-items: center;
    cursor: pointer;

}
.adk .ask .t{
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #fff;
    line-height: 33px;
}
.adk .ask .icon{
    width:30px;
    height: 30px;
    background-size: 30px;
    margin-left:30px ;
    margin-right: 16px;
    background-image: url(/themes/hridyarummy/images/add_icon.png);
}
.adk .on .ask .icon{
    background-image: url(/themes/hridyarummy/images/cut_icon.png);

}
.adk .answer{ height: 0; overflow: hidden; transition: height 0.3s}

.adk .on .answer{

    margin:20px 36px;
    height: 88px;
    margin-bottom: 10px;}

.adk .answer{
    margin:0 36px;

    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1D1E1B;
    line-height: 22px;

}

.payment img{
    width: 100%;
}









.site-content{
    max-width: 1200px;
    margin: 0 auto ;
    color:#1D1E1B;
    font-size: 16px;
    line-height: 32px;
    box-sizing: border-box;
    padding: 30px 20px;
}
.site-content h1{
    font-size: 32px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
.site-content h2 {
    font-size: 24px;
    font-weight: 400;
    color: #1D1E1B;
    text-align: center;
}

.site-content h4{
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.site-content p{
    margin-bottom: 10px;
}


.box-bg-n{
    top:0; left:0;
    position: fixed;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.4);

    z-index: 1000;
}
.box-bg-n .main-box{
    width: 380px;
    background: #FFFFFF;
    border-radius: 12px;
    position: absolute;
    left:50%;
    top:50%;
    transform: translateX(-50%)  translateY(-50%);
    color: #1D1E1B;
    font-size: 15px;
    font-weight: 700;
}

.box-bg-n .main-box h1{
       margin-top: 0px;
    text-align: center;
    font-size: 25px;
    /* font-family: PingFangSC-Semibold, PingFang SC; */
    font-weight: 800;
    color: #df0709;
    text-transform: capitalize;
    line-height: 35px;
    padding: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    text-align: center;
}
.box-bg-n .main-box input[type=text],.box-bg-n .main-box input[type=password] ,.box-bg-n .main-box input[type=email] ,.box-bg-n .main-box input[type=tel] , .box-bg-n .main-box select {width: 210px;
    box-sizing: border-box;
    height: 33px;
    background: #EEEEEE;
    border-radius: 1px;
    border: 1px solid #D7D7D7;}
.box-bg-n .main-box input{ padding: 0 10px}
.box-bg-n .main-box .mt1320{ margin-top: 20px !important;}
.box-bg-n  .main-box .item{ display: flex;
    margin-top: 8px;
    margin-left: 45px;
    align-items: center;
    margin-bottom: 15px;}
.box-bg-n  .main-box .item .left{ width: 80px;}
.box-bg-n  .main-box .item span{ display: block}
.box-bg-n  .main-box .check{
    width: 240px;
    display: flex;
    align-items: start;
    margin-left: 60px;
    font-size: 12px;
    margin-top: 10px;
}
.box-bg-n  .main-box .check input{ margin-top: 4px ;margin-right: 10px}
.box-bg-n  .main-box .btns input{
    width: 133px;
    height: 32px;
    background: #1D1E1B;
    cursor: pointer;
    border-radius: 3px;
    border:none;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;display: block; margin:20px auto;
    margin-bottom: 30px;
}
#success_msg, #failure_msg{ text-align: center; display: block}
.box-bg-n .close{
    background: url('../img/close.png') center no-repeat;
    width: 50px;
    height: 50px;
    background-size: 16px;
    position: absolute; top:0; right:0;
    cursor: pointer;
}

.ed-contact-us{
    width: 550px; margin: 0 auto;
}

.ed-contact-us .subtitle{
    text-align: center;
    width: 320px;
    margin: 0 auto;
    margin-top: 40px;
    line-height:22px;
}

.ed-contact-us .form-contact{
    margin-left: 40px;
}
.ed-contact-us .form-contact .item{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    margin-top: 15px;
}
.ed-contact-us .form-contact .item .left{
    width: 80px;
    text-align: left;
    padding-right: 10px;
}
.ed-contact-us .form-contact .item input{
    height: 40px;
    width: 350px;
    box-sizing: border-box;
    padding:0 15px;
}
.ed-contact-us .form-contact .item textarea{
    width: 350px;
    padding:  15px;
    box-sizing: border-box;
}

.ed-contact-us .form-contact .h300{
    height: 180px;
}

.ed-contact-us .form-contact .submit-btn{
    width: 160px !important;
    height: 40px;
    background: #1D1E1B;
    border-radius: 3px;

    border: none;
    font-size: 18px;
    font-weight: 600;
    color: #F5F5F5;
    line-height: 25px;
}
.ed-contact-us   .contact-info{
    margin-top: 36px;
    font-size: 20px;
    margin-bottom: 16px;
}

.mobile-menu{
    display: none;
}
.mobile-menu-box{
    display: none;
}

@media (min-width:992px) and (max-width:1200px){
   .main {
       width:992px ;
   }
    .banner .info{
        margin-left: 420px;
    }

}


@media   (min-width:768px) and (max-width:992px){
    .main {
        width:95% ;
    }
    .top .main .login-form input{
        width: 140px;
    }
    .banner .info{
        margin-left: auto;
        margin-right: auto;
    }
    .items-index .item{
        width: 100%;
    }
   
    .top .main .logo{
        width: 140px;
    }
}

@media   (max-width:768px){
    .main{
        width: 95%;
    }


    .mobile-menu{
        display: flex;
        border: 1px solid #1D1E1B;
        height: 24px;
        width: 30px;
        border-radius: 2px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .mobile-menu .line{
        width: 20px;
        height: 1px;
        background: #1D1E1B;
        margin: 2px 0;
    }

    .mobile-menu-box{
        position: fixed;
        width: 100%;
        height: 100%;
        top:0;
        left:0;
        z-index: 1001;
        display: none;
    }
    .mobile-menu-box.on{
        display: block;
    }
    .mobile-menu-box .cover{
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        background: rgba(0,0,0,.4);
    }
    .mobile-menu-box .main-box{
        height: 100%;
        width: 60%;
        position: absolute;
        z-index: 2;
        background: rgba(11, 11, 11, 0.94);
    }
    .main-box a{
        color:#fff;
         display: block;
        line-height: 44px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
        padding-left: 20px;
    }


    .sina-login-remember-wrap{
        display: none;
    }
    .top .main .logo{
        width: 120px;
    }
    .banner .side-box .side-btn{
        width: 8px;
        margin:0 4px;
    }
    .banner .banner2 .info{
        width: auto;
        text-align: right;
        margin-left: 10px;
        margin-right: 10px;

    }
    .banner .banner1 .sign{
        width: 120px;
        height: 36px;
        font-size:22px;
        line-height:36px;
        margin-left:auto;
        margin-top:50px;
    }

    .banner .googleplay{
        background-size: 120px;
        margin-left:auto;
        margin-top:50px;
    }

    .banner .info{
        margin-left: 10px;
        margin-right: 10px;
    }
    .banner .info h1{
        margin-top: 20px;
    font-size: 24px;
    }
    .banner .info h2{
        font-size: 18px;
    }
    .banner .info h3{
        font-size: 16px;
    }


    .banner .swiper{
        height: 300px;
    }
    .banner .banner1{
        background-size:  auto 100%;
    }


    .items-index{
        margin-bottom: 40px;
    }
    .items-index .item{
        width: 100%;
        padding: 10px;
        padding-bottom: 20px;
    }

    .items-index .item .img{
        width: 50px;
        height: 50px;
        background-size: 50px;
    }
    .items-index .item .info .h1{
        font-size: 18px;
        margin-bottom:10px;
    }
    .items-index .item .info{
        font-size: 14px;
    }



    .peoples{
        margin: 30px 10px;

    }
    .peoples .info{
        margin-left: 20px;
        margin-right: 20px;
        font-size: 14px;
    }
    .peoples .swiper-people{
        height: 205px;
    }

    .peoples .img{
        height: 30px;
        width: 30px;
        margin-left: 10px;
        flex-shrink: 0;
        }
    .peoples .img img{
        width: 100%;
        height: 100%;
    }
    .peoples .pre, .peoples .next{
        display: none;
    }



    .play{
        display: block;
    }
    .play .img{
        width: 100%;
        height: 200px;
    }
    .play .info{
        width: 100%;
        margin-left: 0;
        font-size: 14px;
    }
    .play .info h1{
        font-size: 20px;
        margin-top: 20px;
    }


    .payment .title, .adk .title{
        font-size: 20px;
    }

    .adk .ask{
        height: 66px;
    }
    .adk .on .ask .icon,.adk .ask .icon{
        margin-left: 10px;
        flex-shrink: 0;
    }
    .adk .ask .t{
        font-size: 16px;
        line-height: 22px;
    }
    .adk .on .answer{
        margin: 20px 16px;
    }

    .ed-contact-us .form-contact{
        margin-left: 10px;
    }
    .ed-contact-us{
        width: 100%;
    }
    .ed-contact-us .form-contact .item input ,.ed-contact-us .form-contact .item textarea{
        width:220px;
    }

    .site-content h1{
        font-size: 28px;
    }

   
    .top-login-mobile-show{
        display: block;
    }
    .top-login-mobile-hide{
        display: none;
    }
    


}