/* é€šç”¨å¤´éƒ¨å¼€å§‹çš„åœ°æ–¹ */

.login_bar_nav {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #eeeeee;
    background: #fafafa;
}

.login_bar_nav ul {
    height: 35px;
    display: flex;
    align-items: center;
    width: 260px;
    justify-content: space-between;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.header_box {
    height: 100px;
    width: 1200px;
    border-bottom: 1px solid orange;
}

.top_banner {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.banner_1 {
    width: 980px;
    height: 55px;
    background: pink;
}

.banner_2 {
    width: 210px;
    height: 55px;
    background: pink;
}

.logo_box {
    width: 1200px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    height: 100px;
    width: 250px;
  
}

.mianbaoxue {
    height: 34px;
    line-height: 34px;
    flex:1;
}

.search_box {
    position: relative;
}

.search {
    width: 270px;
    height: 40px;
    margin-top: 10px;
}

.search_icon {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/search_hb.png) center center no-repeat;
    position: absolute;
    right: 15px;
    top: 13px;
  	background-size: 130%;
}


/* é€šç”¨å¤´éƒ¨ç»“æŸçš„åœ°æ–¹ */


/* ç›´æ’­ */

.live_box {
    width: 100%;
    height: 600px;
    background: #2D2D2D;
}

.live {
    width: 1200px;
    height: 562px;
    margin: 0 auto;
    background: #000000;
    position: relative;
}

.live_biao {
    position: absolute;
    top: 9px;
    right: 7px;
    display:flex;
}
.live_biao .newLook{
  width:50px;
}
.live_biao .newLook a{
    width:50px;
    height: 61px;
    margin-bottom: 7px;
    display: inline-block;
    line-height: 61px;
 }
.live_biao li {
    width: 190px;
    height: 61px;
    background: #2D2D2D;
    margin-bottom: 6px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #2D2D2D;
}

.live_biao li span {
    border: 1px solid #ffffff;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    padding: 0 7px 0 12px;
    position: relative;
    border-radius: 10px;
}

.live_biao li span i {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: red;
    position: absolute;
    top: 8px;
    left: 4px;
}

.active_1 {
    border: 1px solid orange!important;
}


/* é€šç”¨åº•éƒ¨ */

#index_footer {
    width: 100%;
    /* background: #333333; */
    clear: both;
    /* margin-top: 20px; */
    float: left;
    padding-bottom: 30px;
}

.index_footer_bar {
    height: 45px;
    /* background: #000000; */
}

.index_footer_01 {
    width: 980px;
    margin: 0 auto;
    line-height: 45px;
    color: #fff;
    font-size: 20px;
}

.index_footer_01 span {
    float: right;
    font-size: 12px;
}

.index_footer_01 span a {
    color: #ff9900;
}

.index_footer_03 {
    width: 980px;
    margin: 0 auto;
    color: #CCCCCC;
    clear: both;
    border-top: 1px dotted #666;
    padding-top: 20px;
}

.index_footer_03 p {
    text-align: center;
    line-height: 28px;
    color: #aeaeae;
}

.index_footer_03 p a {
    color: #aeaeae;
    margin: 0 5px;
}