* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* 定宽布局 */
.w {
    width: 1200px;
    margin: 0 auto;
}

/* body 样式 */
.my-body {
    /* background: url() no-repeat center; */
    background-color: #fff;
    background-size: cover;
}

/* 标题 */
.my-title {
    text-align: center;
    border-bottom: 2px solid #3ac700;
}

.my-title h2 {
    font-size: 40px;
    color: #000;
}

.my-title h4 {
    font-size: 16px;
    color: #ff6600;
    font-style: italic;
    margin: 20px 0;
}

/* logo */
.my-logo {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
}

.my-logo img {
    width: 100%;
    height: 100%;
}

/* banner */
.my-banner1 {
    background: url(/themes/img/ct3.html);
    background-size: cover;
    width: 100%;
    height: 500px;
    margin-left: -30px;
}

.my-banner2 {
    background: url(/themes/img/zb.html) center;
    background-size: cover;
    width: 100%;
    height: 500px;
    margin-left: -30px;
}

.my-banner3 {
    background: url(/themes/img/hf.html) center;
    background-size: cover;
    width: 100%;
    height: 500px;
    margin-left: -30px;
}

/* 导航栏区域 ------------------------------------------------------------------------------------------------ */

/* 导航栏 */
.my-nav {}

/* 导航头部 */
.n-title {}

.n-banner {
    width: 100%;
    height: 400px;
    /*background-color: pink;*/
    background: url(../image/n-banner.jpg) no-repeat center;
    background-size: cover;
    margin-bottom: 30px;
}






.n-list {
    position: fixed;
    width: 130px;
    height: auto;
    background-color: #fff;
    right: -1px;
    top: 65px;
    border-radius: 15px;
    z-index: 999;
}

.n-list ul  {
    width: 100%;
    height: 100%;
}

.n-list ul li  {
    margin: 5px 0;
    /*background-color: red;*/
}
.n-list ul li  a {
    text-align: center;
    width: 100%;
}

.n-list ul li .n-logo {
    width: 100%;
    height: 100%;
    /*background-color: red;*/
}
.-logo img {
    width: 100%;
    height: 100%;
}

/* 热门直播区域 ------------------------------------------------------------------------------------------------ */

/* 每个主播容器，就是循环项 */
.zb .w1 {
    display: flex;
    justify-content: space-between;
}
.zb-list {
    width: 400px;
    height: auto;
    background-color: #ececec;
    margin: 0 10px;
    position: relative;
    padding-top: 15px;
}
/*开播时间*/
.zb-time {
    margin-bottom: 20px;
}


/* 主播图片容器 */
.zb-img {
    /*position: absolute;*/
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    border-radius: 50%;
    margin-left: 100px;
    
}

.zb-img img {
    width: 100%;
    height: 100%;
}

/* 主播信息容器 */
.zb-info {
    width: 100%;
    height: 185px;
    background-color: #ff8e01;
    margin-top: 190px;
    padding: 40px 30px 0;
    color: #fff;
}

/* 主播-直播状态 */
.zb-info .zb-state {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 20px 0;
}

/* 主播-主播名称 */
.zb-info .zb-name {
    display: flex;
    justify-content: space-between;
    margin-bottom:  20px;
}

/* 进入直播按钮 */
.zb-info .zb-btn {
    text-align: center;
}


/* 精彩回放区域 ------------------------------------------------------------------------------------------------ */

.hf-list {
    transform: rotate(90);
}

/* footer 区域 ------------------------------------------------------------------------------------------------ */




.f1 {
    background-color: #eee;
}
.f2 {
    background-color: #3f3e3e;
}

.my-footer .w .f-list1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    align-items: center;
   
    padding: 0 10px;
}
.my-footer .w .f-list1 a {
    font-size: 18px;
    color: #3f3e3e;
}

.my-footer .w .f-list2 {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 40px;
    align-items: center;
    background-color: #eee;
}
.my-footer .w .f-list2 a {
    margin: 0 10px;
    font-size: 14px;
    color: #3f3e3e;
}

.my-footer .w .f-list2  span {
    color: #000;
}
.my-footer .w .f-list3 {
    display:flex;
    justify-content: flex-start;
    width: 100%;
    height: 40px;
    align-items: center;
    background-color: #3f3e3e;
}
.my-footer .w .f-list3 a {
    margin: 0 10px;
    font-size: 12px;
    color: #d1d0d0;
}































