* html .clearfix {
    zoom: 1;
}

*+html .clearfix {
    zoom: 1;
}

.clearfix:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul li {
    list-style: none;
}
.record-live::before,
.none-live::before,
.live::before {
    position: absolute;
    display: block;
    width: 100px;
    height: 40px;
    color: #000;
    text-align: center;
    left: 10px;
    top: 0;
    z-index: 1033;
    font-size: 18px;
    line-height: 40px;
    border-radius: 0;
}

.none-live::before {
    background: #FFDA2B;
}

.record-live::before {
    background: #FFDA2B;
}

.live::before {
    background: #FFDA2B;
}


.record-live::before {
    content: '回放';
    right: 22px;
    top: 12px;
    bottom: auto;
    font-size: 14px;
    width: 60px;
    height: 28px;
    line-height: 28px;
    left: auto;

}
.live::before {
    content: '直播中';
}
.none-live::before {
    content: '未开播';
}
.navbar {
    z-index: 1031;
    /*background: url(../images11/h_bg.jpg) no-repeat left top;
    background-size: 100% 100%;
      padding: 45px 0 70px;*/
    background: linear-gradient(90deg, rgb(241 241 247) 0%, rgba(92, 186, 255, 1) 100%);
    padding: 20px 0;
}
}
.navbar a {
    padding: 0;
    color: #000;
}

.navbar > .container {
    display: block !important;
}

.navbar .nav-link {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.navbar .dropdown-menu {
    left: auto;
    right: 0;
}
.navbar .navbar-brand {
    display: inline-block;
    padding: 0;
    color: #ff0101;
    font-weight: bold;
    font-size: 24px;
    text-shadow: 2px 2px 5px #eee;
    line-height: 24px;
    white-space: nowrap;
}

.fLogo {
    width: 400px;
    height: 40px;
    text-align: left;
    position: absolute;
    top: 20px;
}
.fLogo > .sym-logo {
    display: inline-block;
    padding: 0;
    color: #ff0101;
    font-weight: bold;
    font-size: 24px;
    text-shadow: 2px 2px 5px #eee;
    line-height: inherit;
    white-space: nowrap;
}
/*.navbar .navbar-brand img {*/
/*    width: 140px;*/
/*    height: auto;*/
/*}*/
.footer {
    /*background-color: #D3D3D3;*/
    /*background: linear-gradient(90deg, rgba(241 241 247) 0%, rgba(92, 186, 255, 1) 100%);*/
    overflow: hidden;
    zoom: 1;
    position: relative;
}
.footer * {
    color: #000;
    font-size: 14px;
}
.footer .l1 {
    padding: 15px 0 0;
}
.footer .l1 a {
    padding: 0px 12px;
    color: #000;
    line-height: 30px;

}
.footer .l1 a:hover {
    color: #000;
}
.footer-row a:hover {
    color: #000;
}

.footer .l2 {
}
.footer .l3 {
    padding: 5px 12px 0;
}
.sidebar-nav {
    background: none !important;
    overflow: hidden!important;
    padding-left: 250px!important;
}

.list-group {
    display: block !important;
    padding-left: 20px;
}

.list-group-item {
    color: #fff !important;
    float: left !important;
    border: none !important;
    /* padding: 0 !important;
    background: none !important; */
    padding: 3px !important;
    background: rgba(0,0,0,.2) !important;
}
.list-group-item a:hover {
    color: rgba(185, 250, 56, 0.96) !important;
}


.list-group-item a {
    padding: .75rem 5px!important;
    color: #fff !important;
    font-size: 16px !important;
    letter-spacing: 0.2px !important;
    text-decoration: none !important;
}

/*.list-group-item a:hover {
	color: #647EF5 !important;
}*/

.list-group-item .alink {
    background: #FFDA2B !important;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: normal !important;
    padding: .35rem 1rem !important;
}

/*.list-group-item .alink:hover {
	color: #fff !important;
}*/

.menuList {
    padding-right: 0;
    margin-bottom: 0;
    padding: 0px 0 0;
}

body.home-index .m-list .m-list-item {
    margin: 0 0 30px;
    padding: 0;
    width: 50%;
    float: left;
    box-sizing: border-box;
}
/*

*/
body.home-show .show-content {
    margin-top: 30px;
    margin-bottom: 30px;
}
body.home-show .show-content .left,
body.home-show .show-content .right {
    height: 600px;
}
body.home-show .show-content .video-box {
    height: 600px;
    position: relative;
    padding-right: 0px;
    background-color: #000000;
    overflow: hidden;
}
body.home-show .show-content .video-box #loading-box {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0px;
    top: 35%;
    font-size: 16px;
    color: #FFFFFF;
}
body.home-show .show-content .video-box #loading {
    color: #FFFFFF;
    box-shadow: 5px 5px 5px #000;
}
body.home-show .show-content .video-box #play {
    display: none;
    position: absolute;
    text-align: center;
    width: 81px;
    height: 81px;
    text-decoration: none;
}
body.home-show .show-content .video-box .seeking,
body.home-show .show-content .video-box .pausing {
    background: url(../image/video.png) center center no-repeat;
    background-position: 0px -81px;
}
body.home-show .show-content .author {
    height: 85px;
    padding: 10px 15px;
    /* background-color: #f3f3f3;*/
}
body.home-show .show-content .author img {
    width: 64px;
    height: 64px;
    border-radius: 32px;
}
body.home-show .show-content .author h5 {
    color: #000000;
    font-size: 16px;
}
body.home-show .show-content .author .media-body {
    position: relative;
    margin-left: 10px;
}
body.home-show .show-content .author .media-body p {
    font-size: 14px;
    color: #C0C4CC;
}
body.home-show .show-content .author .media-body .BTN-add-attention {
    position: absolute;
    right: 0px;
    top: 15px;
    padding: 5px 15px;
    border-radius: 30px;
}
body.home-show .show-content .chart-area {
    position: relative;
    height: 500px;
    margin-top: 15px;
    padding: 0px;
    overflow: hidden;
}

body.home-show .show-content .chart-area .SR-area-chat {
    width: 100%;
    height: 480px !important;
    background: #000;
}

body.home-show .show-content .chart-area .SR-area-chat ul {
    padding: 0px 5px;
}
body.home-show .show-content .chart-area .SR-area-chat ul li {
    color: #000;
}
body.home-show .show-content .chart-area .SR-area-chat .chat-msg {
    width: 100%;
    height: 500px;
}
body.home-show .show-content .chart-area .SR-area-chat .chat-msg .boarder {
    height: 400px;
}
body.home-show .show-content .chart-area .SR-area-chat .msg-gift {
    display: none !important;
}
body.home-show .show-content .chart-area .SR-area-chat .control-bar {
    display: none;
}
body.home-show .show-content .chart-area .SR-area-chat .chat-talk {
    bottom: 15px;
    padding-top: 5px;
    background: none;
}
body.home-show .show-content .chart-area .SR-area-chat .chat-talk cite {
    display: none;
}
body.home-show .show-content .chart-area .SR-area-chat .chat-talk .MR-horn {
    display: none;
}
body.home-show .show-content .chart-area .SR-area-chat .chat-talk .MR-talk {
    position: relative;
    width: 100%;
    padding: 0px 15px;
}
body.home-show .show-content .chart-area .SR-area-chat .chat-talk .MR-talk * {
    background: none;
}
body.home-show .show-content .chart-area .SR-area-chat .chat-talk .MR-talk .speaker {
    position: absolute;
    width: auto;
    left: 15px;
    right: 115px;
}
body.home-show .show-content .chart-area .SR-area-chat .chat-talk .MR-talk .speaker input {
    color: #000000;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 15px;
    padding-left: 15px;
}
body.home-show .show-content .chart-area .SR-area-chat .chat-talk .MR-talk .send-btn {
    color: #FFFFFF;
    position: absolute;
    right: 15px;
    width: 85px;
    background-color: #647EF5;
    border-radius: 15px;
}
body.home-show .show-content .chart-area .SR-area-chat .chat-talk .MR-talk .send-btn:hover {
    background-color: #0086b3;
}
body.home-show .show-content .chart-area .SR-area-chat .chat-gift {
    display: none;
    width: 100%;
}
body.home-show .show-content .chart-area .SR-area-chat .chat-gift .MR-gift {
    width: 100%;
    padding: 0px 15px;
}
body.home-show .show-content .chart-area .SR-area-chat .chat-gift .gift-group,
body.home-show .show-content .chart-area .SR-area-chat .chat-gift .con {
    width: 100%;
    padding: 0px;
}

.sidebar-nav a {
    color: #000000;
}
.m-list .m-item {
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
}
.m-list .m-item .item {
    padding-bottom: 60px;
}

.m-list .m-item .item img {
    width: 100%;
    height: 400px !important;
    overflow: hidden;
    zoom: 1;
}

.m-list .m-item .item > img {
    /*min-height: 350px !important;
    max-height: 350px !important;*/
    cursor: pointer;
    transition: all 0.6s;
    /*  min-height: 307px !important;
      max-height: 307px !important;
    */}
.m-list .m-item .item > img:hover {
    box-shadow: 2px 2px 20px #333;
    transform: scale(1.02);
}
p.text_title {
    width: 400px;
    background: #00ffd08a;
    margin-left: 100px;
    color: #2b6885;
    font-size: 24px;
    text-align: center;
    padding: 10px 0;
    /* margin: 0; */
    font-weight: 800;
}
p.text_title_2 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    width: 400px;
    background: #ffff0061;
    padding: 10px;
}
.mainImg .hTxt {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    background: #ff000085;
    color: #f8f9fa;
    width: 550px;
}

.m-list .m-item .item .username {
    /*  border: 3px solid #FFCC33;*/
    /*background: #fff;*/
    margin-bottom: 0px;
    padding: 15px 10px;
    font-size: 16px;

    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 93%;
}

.menuList .m-item .item .username {
    color: #000;
    margin-bottom: 0px;
    padding: 15px 5px 0;
    font-size: 18px;
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    /*font-family:'幼圆';*/
}

.menuList .m-list-item:nth-child(2n) .m-item .item .username {
    top: -60px;
    bottom: auto;
}

/*
.menuList .m-list-item:nth-child(2n) .m-item .item > img {
    min-height: 380px !important;
    max-height: 380px !important;
}
*/


.huifangList .m-item .item .username {
    padding-left: 0px;
    padding-right: 0px;
    color: #333;
}


body {
    /*  background: url(../images11/body_bg.png);
      background-size: 100% auto;
      background-repeat: repeat-y;
    */}

/*


*/

body.home-index {
    overflow-x: hidden;
}
body.home-index .navbar.bg-light {
    background: none !important;
    border: 0;
    box-shadow: none;
    z-index: 1031;
}
body.home-index .navbar.bg-light .nav-link {
    color: #EEEEEE;
    text-shadow: 3px 3px 3px #000;
}
body.home-index .navbar.bg-light .dropdown-item {
    color: #000000;
}

body.home-index .navbar-expand-md {
    background: #FFF !important;
}

body.home-index .navbar.bg-light > .container-fluid {
    border-bottom: none;
}
body.home-index .jumbotron {
    position: relative;
    padding: 0px;
    min-height: 900px;
    text-align: center;
    overflow: hidden;
    z-index: 1000;
}
body.home-index .jumbotron * {
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 5px 5px 5px #000;
}
body.home-index .jumbotron div.title {
    position: relative;
    margin-top: 120px;
    font-size: 500%;
    z-index: 1000;
}
body.home-index .jumbotron div.title img {
    position: absolute;
}
body.home-index .jumbotron div.title img:first-child {
    top: -50%;
    left: -1%;
}
body.home-index .jumbotron div.title img:last-child {
    bottom: -20%;
    right: 5%;
}
body.home-index .jumbotron p {
    margin-top: 50px;
    font-size: 200%;
    letter-spacing: 15px;
}
body.home-index .jumbotron video {
    min-width: 100%;
    min-height: 900px;
    z-index: 0;
}
body.home-index .jumbotron .tips {
    position: absolute;
    top: 20%;
    left: 15%;
    right: 15%;
}
body.home-index .jumbotron {
    height: 490px;
    padding: 0;
    overflow: hidden;
    zoom: 1;
    background: url(http://tianjinhongyuan.net/m/images11/banner_bg.png) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 0 !important;
}

body.home-index .jumbotron .lBox {
    float: left;
    width: 60%;
}
body.home-index .jumbotron .rBox {
    float: right;
    width: 40%;
}

body.home-index .jumbotron .rBox .module-title {
    padding: 15px 0;
}

body.home-index .jumbotron .rBox .module-title h2 {
    font-size: 16px;
    margin-top: 8px;
    font-weight: bold;
    color: #fff;
    margin-left: 18px;
    margin-bottom: 5px;
}

body.home-index .jumbotron video {
    width: 100%;
    height: 100%;
}

.m-list .m-item .item .username img {
    display: none;
}

body.home-index .m-list .item {
    position: relative;
    z-index: 1030;
    padding-bottom: 40px;
    padding-top: 0;
}

body.home-index .menuList .item {
    box-shadow: none;
}

body.home-index .huifangList .item {
    padding-bottom: 60px;
    padding-top: 0;
}

body.home-index .module-title h2 {
    color: #333;
    text-align: center;
    padding: 20px;
    font-size: 38px;
    position: relative;
}
body.home-index .module-title h2::before {
    content: " ";
    top: 50%;
    left: 35%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translate, -50%);
    position: absolute;
    width: 100px;
    height: 1rem;
    background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),to(rgba(206,11,11,.35)));
    background: linear-gradient(90deg,hsla(0,0%,100%,0),rgba(206,11,11,.35));
    border-radius: 20px;
}
body.home-index .module-title h2::after {
    content: " ";
    top: 50%;
    right: 35%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translate, -50%);
    position: absolute;
    width: 100px;
    height: 1rem;
    background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),to(rgba(206,11,11,.35)));
    background: linear-gradient(90deg,rgba(206,11,11,.35),hsla(0,0%,100%,0));
    border-radius: 20px;
}

body.home-index .module-title p {
    font-size: 15px;
    color: #ccc;
}
body.home-index .description p {
    padding: 0px 15px;
}
body.home-live .content,
body.home-record .content,
body.home-record-play .content {
    margin-top: 50px;
    margin-bottom: 60px;
    min-height: 600px;
}
body.home-live .title h2,
body.home-record .title h2,
body.home-record-play .title h2 {
    margin-bottom: 35px;
    color: #333;
    text-align: center;
    padding: 20px;
    font-size: 18px;
    position: relative;
}


body.home-live .title h2::before,
body.home-record .title h2::before,
body.home-record-play .title h2::before {
    content: " ";
    top: 50%;
    left: 35%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translate, -50%);
    position: absolute;
    width: 100px;
    height: 1rem;
    background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),to(rgba(206,11,11,.35)));
    background: linear-gradient(90deg,hsla(0,0%,100%,0),rgba(206,11,11,.35));
    border-radius: 20px;
}
body.home-live .title h2::after,
body.home-record .title h2::after,
body.home-record-play .title h2::after {
    content: " ";
    top: 50%;
    right: 35%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translate, -50%);
    position: absolute;
    width: 100px;
    height: 1rem;
    background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),to(rgba(206,11,11,.35)));
    background: linear-gradient(90deg,rgba(206,11,11,.35),hsla(0,0%,100%,0));
    border-radius: 20px;
}

body.home-live .title h2 p,
body.home-record .title h2 p,
body.home-record-play .title h2 p {
    float: right;
    font-size: 18px;
    margin: 10px 0 0;
}


body.home-live .record-live::before,
body.home-record .record-live::before,
body.home-record-play .record-live::before,
body.home-live .none-live::before,
body.home-record .none-live::before,
body.home-record-play .none-live::before,
body.home-live .live::before,
body.home-record .live::before,
body.home-record-play .live::before {
    position: absolute;
    display: block;
    /*	width: 70px;
    */	color: #fff;
    text-align: center;
    right: 0;
    bottom: 50px;
    left: auto;
    /*	font-size: 14px;
    line-height: 28px;
    height: 28px;
        border-radius: 20px;
    */

    font-size: 14px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    top: auto;
    background: #647EF5;

    /*  position: absolute;
      display: block;
      width: 50px;
      height: 20px;
      color: #fff;
      text-align: center;
      line-height: 20px;
      right: 20px;
      top: 5px;
      z-index: 3;
      font-size: 12px;
      background: url("../images11/live.png") no-repeat center;*/
}
body.home-live .record-live::before,
body.home-record .record-live::before,
body.home-record-play .record-live::before {
    content: '回放';
}
body.home-live .live::before,
body.home-record .live::before,
body.home-record-play .live::before {
    content: '直播中';
}
body.home-live .none-live::before,
body.home-record .none-live::before,
body.home-record-play .none-live::before {
    content: '未开播';
}
body.home-record-play .paly-video-box .author {
    margin-bottom: 15px;
}
body.home-record-play .paly-video-box .author img {
    width: 36px;
    height: 36px;
    border-radius: 18px;
}
body.home-record-play .paly-video-box .author h5 {
    display: inline-block;
    font-size: 16px;
    padding-left: 10px;
}
body.home-record-play .paly-video-box video {
    width: 100%;
}
body.body-news .content {
    margin-top: 30px;
}
body.body-news .content .post-title {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}
body.body-news .content .post-content {
    font-size: 16px;
    line-height: 30px;
}
body.home-personal .shouyez {
    width: auto;
}

.modal-header {
    color: #fff !important;
    padding: 0.6rem !important;
    background: #647EF5 !important;
}


#loginModal *,
#registerModal * {
    font-size: 16px;
}

#loginModal .modal-title,
#registerModal .modal-title {
    margin-left: auto;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
#loginModal p,
#registerModal p {
    margin: 0px;
}
#loginModal .input-group .input-group-text,
#registerModal .input-group .input-group-text {
    min-width: 80px;
}


.btn-primary {
    color: #fff !important;
    background-color: #647EF5 !important;
    border-color: #647EF5 !important;
    width: 55% !important;
    margin: 0 auto !important;
}
.firstBox,
.mainBox {
    width: 1140px;
    margin: 0 auto;
}


.mainBox .lBox {
    margin-bottom: 60px;
}

.bannerUl li {
    float: left;
    width: 25%;
    padding: 0 5px;
    box-sizing: border-box;
}

.bannerUl li img {
    width: 100%;
    height: auto;
}

body.home-live .mainBox {
    background: url(../image/body_bg02.png) no-repeat center top;
    background-size: 100% auto;
}

body.home-record .mainBox {
    background: url(../image/body_bg02.png) no-repeat center top;
    background-size: 100% auto;
}


.mainImg {
    margin: 0 auto;
    width: 100%;
    height: 460px;
    position: relative;
}

.mainImg img {
    width: 100%;
    height: 460px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


.bgSection {
    /*margin-bottom: 50px;*/
    /*margin-top: 95px;*/
    /*background: url(../images11/main_bg.jpg) no-repeat center top;*/
    /*background-size: 1440px auto;*/
}

.topNeiBox {
    margin-bottom: 50px;
    background: url(http://tianjinhongyuan.net/m/images11/banner_nei.jpg) no-repeat center top;
    background-size: cover 400px;
}

.topNeiBox .topBanner {
    margin: 0 auto;
    width:1140px;
    position: relative;
}

.topNeiBox .topBanner p {
    position: absolute;
    left: 425px;
    top: 150px;
    color: #000;
    font-size: 18px;
    background: #ffd71d;
    border-radius: 15px;
    padding: 0 50px;
}

.topNeiBox .topBanner img {
    text-align: left;
}

.topNeiBox .bannerList {
    margin: -20px auto 0;
    width:1140px;
}

.topNeiBox .bannerList li {
    width: 25%;
    float: left;
    padding: 0 8px;
    box-sizing: border-box;
}

.topNeiBox .bannerList li img {
    border: 5px solid #fff;
    width: 100%;
    height: auto;
}


