﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.modal-backdrop.in {
    /*opacity: 0!important;*/
}
a {
    text-decoration: none!important;
}
ul,ol,li {
    list-style: none;
}

/* 定宽布局 */
.w {
    width: 1200px;
    margin: 0 auto;
}

/* body 样式 */
.my-body {
    /* background: url() no-repeat center; */
    background-color: #fff;
    background-size: cover;
}

/* 标题 */
.my-title {
    width: 100%;
    height: 100px;
    margin: 60px auto;
}
.my-title .w {
    height: 100%;
    text-align: center;
}


.my-title h3 {
    font-size: 24px;
    font-weight: bold;
    color: #121212;
}


.my-title h3 span {
    color: rgb(176, 133, 70);
}

/*下环线*/
.my-title .blink {
    width: 50px;
    height: 1px;
    background-color: #121212;
    margin: 35px auto;
}

.my-title p {
    color: rgb(153, 153, 153);
}



/* banner */
.my-banner1 {
    background: url(../images/bannerNew.jpg);
    /*background-color: pink;*/
    background-size: cover;
    width: 100%;
    height: 500px;
}

.my-banner2 {
    background: url(/themes/img/zb.jpg) center;
    background-size: cover;
    width: 100%;
    height: 500px;
}

.my-banner3 {
    background: url(/themes/img/hf.jpg) center;
    background-size: cover;
    width: 100%;
    height: 500px;
}

.



/* 导航栏区域 ------------------------------------------------------------------------------------------------ */

.my-nav {
    
}

.n-swiper {
    width: 100%;
    height: 754px;
    /*background-color: pink;*/
    background: url('../images/swiper.jpg') no-repeat center;
    background-size: cover;
    position: relative;
}

.n-swiper .w {
    position: relative;
}

.n-swiper .w  .n-con {
        width: 580px;
    height: 278px;
    background-color: #fff;
    position: absolute;
    top: 160px;
    right: -74px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}

.n-con h2 {
    font-size: 21px;
    margin: 20px 0;
}
.n-con h4 {
    font-size: 14px;
    color: #aaa;
}

.n-con .n-jj {
    font-size: 12px;
    line-height: 31px;
    color: #555;
    margin-top: 50px;
}


/*导航层*/
.n-list {
    width: 100%;
    height: 100px;
    background-color: rgb(34, 34, 34);
}
.n-list .w {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

/*logo*/
.n-logo {
    width: 200px;
    height: 100%;
}

.n-logo img {
    width: 100%;
    height: 100%;
}

/*导航层*/
.n-item {
    display: flex;
    align-items: center;
    height: 100%;
}
.n-item a {
    font-size: 14px;
    font-weight: bold;
    margin: 0 15px;
    color: #fff;
    transition: all .3s;
}

.n-item a:hover {
    color: #b08546;
}



















/* 热门直播区域 ------------------------------------------------------------------------------------------------ */

.live-con {
    width: 100%;
    /*height: 800px;*/
    margin-bottom: 60px;
}

.live-con .w {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*主播 循环项*/
.live-item {
    width: 300px;
    height: 500px;
    background-color: pink;
    margin: 0 15px;
    position: relative;
}


/*主播图片*/
.live-img {
    width: 100%;
    height: 100%;
   
}
.live-img img {
    width: 100%;
    height: 100%;
}

/*直播状态*/
.live-state {
    width: 100px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ff6600;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
}


/*直播信息*/
.live-info {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
     background:rgb(33 33 33 / 60%);
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
}

.live-box {
   width: 100%;
    height: 88%;
    background: rgb(74 74 74 / 60%);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
}

.live-item:hover .live-box {
    background: none;
}












/* 精彩回放区域 ------------------------------------------------------------------------------------------------ */

/*根容器*/
.playback {}


/* footer 区域 ------------------------------------------------------------------------------------------------ */

/*根容器*/
.my-footer {
    width: 100%;
    height: 600px;
    background-color: rgb(204, 204, 204);
    margin-top: 30px;
}

.my-footer .w {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/*左侧*/
.f-l {
    width: 60%;
    height: 100%;
    /*background-color: #fff;*/
    padding-top: 60px;
    box-sizing: border-box;
    padding-left: 30px;
}


/*上层*/
.f-s {
    width: 100%;
    /*text-align: center;*/
    /*display: flex;*/
    /*align-items: center;*/
    height: 100px;
    margin-bottom: 100px;
    /*border-bottom: 2px solid #000;*/
}

.f-title {
    display: flex;
    /*justify-content: center;*/
    height: 100%;
    align-items: center;
    color: #fff;
}

.f-time {
    font-size: 40px;
    font-weight: bold;
    /*margin: 30px auto;*/
    color: rgb(176, 133, 70);
}



.f-title img {
    width: 200px;
    height: 100px;
    /*background-color: #666;*/
    margin-right: 15px;
    display: inline-block;
}

.f-title span {
    font-size: 18px;
}


/*中层*/
.f-z {
    width: 100%;
    height: 200px;
    color: #fff;
}

.f-z ul {
    width: 100%;
    height: 100%;
}

.f-z li  {
    width: 100%;
    /*height: ;*/
    margin: 40px auto;
}

.f-z li  a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}


/*下层*/
.f-x {
    width: 100%;
    height: 100px;
    display:flex;
    align-items: center;
    margin-top: 20px;
}
.f-x span {
    width: 50px;
    height: 50px;
    background-color: #121212;
    margin: 0 15px;
}




/*右侧*/
.f-r {
    width: 40%;
    height: 100%;
    background-color: #000;
    padding: 60px;
    box-sizing: border-box;
}

/*标题*/
.f2-title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 60px;
}

/*内容*/
.f2-con {
    font-size: 14px;
    line-height: 40px;
    color: rgb(170, 170, 170);
}


.f-icp {

    margin-top: 30px;
    width: 100%;
    height: 80px;
    border-top: 2px solid rgb(170, 170, 170);
    padding-top: 20px;
    box-sizing: border-box;
}
.f-icp a {
    font-size: 14px;
    color: rgb(170, 170, 170);
}










/*其他样式 -------------------------------------------------------------------------------------------------------*/
/*鼠标移入 图片放大*/
.scale-img{overflow: hidden;}
.scale-img img{
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;    
    transition: .5s all linear;
    -ms-transition: .5s all linear; /* IE 9 */
    -moz-transition: .5s all linear; /* Firefox */
    -webkit-transition: .5s all linear; /* Safari 和 Chrome */
    -o-transition: .5s all linear; /* Opera */
}
.scale-img:hover img{
    transform: scale3d(1.1,1.1,1.1);
    -ms-transform: scale3d(1.1,1.1,1.1);
    -moz-transform: scale3d(1.1,1.1,1.1);
    -webkit-transform: scale3d(1.1,1.1,1.1);
    -o-transform: scale3d(1.1,1.1,1.1);
}






*{
    margin: 0;
    padding: 0;
}
.cavs{
    z-index:1;
    position: fixed;
    width:95%;
    margin-left: 20px;
    margin-right: 20px;
}

html,body{
    width: 100%;
    height: 100%;
    background: url("../image/bg1.jpg") no-repeat;
    background-size: 100% 100%;

}



.loginmain{
   background: rgba(0, 0, 0, 0.5);
    width: 540px;
    height: 375px;
    position: absolute;
    top: 397px;
    left: 16px;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 100px 40px 40px 40px;
    box-shadow: -15px 15px 15px rgba(6, 17, 47, 0.7);
    z-index: 500;
}
.login-title{
    color: #D3D7F7;
    height: 60px;
    font-size:20px;
    text-align: center;
    margin-top: -20px;
}
.login-con{
    height: 208px;
    position: absolute;
    left: 0;
    width: 80%;
    margin:0 10%;
}
.login-user{
    position: relative;
}
.icon{
    position: absolute;
    z-index: 1;
    left: 36px;
    top: 8px;
    opacity: 1;
}
.login-con input{
    width: calc(100% - 130px);
    margin-top: -2px;
    background: rgba(57, 61, 82, 0);
    left: 0;
    padding: 10px 65px;
    border-top: 2px solid rgba(57, 61, 82, 0);
    border-bottom: 2px solid rgba(57, 61, 82, 0);
    border-right: none;
    border-left: none;
    outline: none;
    font-family: 'Gudea', sans-serif;
    box-shadow: none;
    color: #61BFFF !important;
}
.login-pwd, .login-yan{
    position: relative;
}
/*
.login-pwd .icon{
    position: absolute;
    z-index: 1;
    left: 36px;
    top: 8px;
    opacity: .5;
}*/
.login-btn{
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.login-btn input{
    border-radius: 3px;
    background: transparent;
    border: 2px solid #4FA1D9;
    color: #4FA1D9;
    text-transform: uppercase;
    font-size: 11px;
    cursor: pointer;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;

    margin: auto;
    width: 80%;
    transition-property: background,color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}
.login-btn input:hover{
    color: white !important;
    background: #4FA1D9;
    cursor: pointer;
    -webkit-transition-property: background,color;
    transition-property: background,color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}



/*礼物样式=============================================================*/
.lw-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*礼物/循环项*/
.lw-item {
    width: 50px;
    height: 50px;
    background-color: pink;
    border: 2px solid #fff;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
}
.lw-item:hover {
    border: 2px solid #c60023;
}


/*礼物图片*/
.lw-img {
    width: 100%;
    height: 100%;
}
.lw-img img {
    width: 100%;
    height: 100%;
}



/*介绍*/
.lw-jj {
    width: 50px;
    height: 95px;
    position: absolute;
    bottom: -226%;
    background-color: #eee;
    padding: 5px;
    /*margin-left: -35%;*/
    box-sizing: border-box;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
    display: none;
    text-align: center;
}
.lw-jj img {
    width: 20px;
    height: 20px;
        display: block;
    margin: 0 auto;
}
.lw-jj span {
    font-size: 12px;
    color: #333;
}

.lw-item:hover .lw-jj {
    display: block;
}


.lw-btn {
    width: 40px;
    height: 20px;
    background-color: #c60023;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    color: #fff;
}


.banner {
    width: 100%;
    height: 400px;
    /*background-color: pink;*/
    background: url('/public/images/banner.jpg') no-repeat center;
    background-size: cover;
    margin-bottom: 20px;
    position: relative;
}

/*支付页========================*/
.pay-con {
    width: 100%;
    position: relative;
    margin: 40px 0; 
    background-color: #fcfcfc;
}

.pay-con .w {
    background-color: #fff;
}

/*标题*/
.pay-title {
    text-align: center;
}
.pay-title i {
    font-size: 48px;
    color: #c60023;
}


/*容器*/
.pay-box {
    
}

.pay-box h2 {
    font-size: 18px;
    color:#333;
    text-align: left;
}

/*子容器*/
.box-con {
    margin-top: 15px;
}

.box-con span {
    width: 235px;
    height: 150px;
    background-color: #4bc0bf;
    display: inline-block;
        padding-top: 40px;
    box-sizing: border-box;
    transition: all .3s;
    text-align: center;
}

.box-con span:hover {
    border-radius: 15px;
    transform: translateY(-10px);
}

.box-con span h3 {
    font-size: 31px;
    color: #fff;
}


.box-con span p {
    color: #fff;
    font-size: 20px;
}



.pay-info {
    text-align: left;
    margin-top: 60px;
}

.pay-info h2 {
    font-size: 18px;
    color:#333;
    text-align: left;
}

.pay-info img{
    width: 150px;
    height: 150px;
    cursor: pointer;
    margin-right: 30px;
}

.pay-info i {
    font-size: 21px;
    margin-right: 5px;
}
.pay-box i {
     font-size: 21px;
    margin-right: 5px;
}

















