﻿html, body, h2 {
    margin: 0;
}

#popContent img {
    border: none;
}

#pop {
    background: #fff;
    font-size: 12px;
    position: fixed;
    left: 0;
    bottom: 0;
    -moz-box-shadow: -2px 2px 3px #aaaaaa;
    /* ÀÏµÄ Firefox */
    box-shadow: -2px 2px 13px #aaaaaa;
    padding: 15px;
    width: 390px;
}

#popHead {
    line-height: 32px;
    /* background:#2F72B8; */
    /* border-bottom:1px solid #e0e0e0; */
    font-size: 12px;
    padding: 0 0 0 10px;
    width: 460px;
    /* height: 20px; */
    text-align: right;
}

    #popHead h2 {
        font-size: 14px;
        color: #fff;
        line-height: 35px;
        height: 35px;
        text-align: center;
        font-weight: normal;
        letter-spacing: 1.5px;
    }

    #popHead #popClose {
        position: absolute;
        right: 0;
        top: -8px;
        right: -7px;
        color: #fff;
        font-size: -19px;
        /* font-weight: 100; */
    }

    #popHead a#popClose:hover {
        color: #b2c5d8;
        cursor: pointer;
       
    }
        #popHead a#popClose:hover img {
            opacity: .9;
        }
        #popContent {
    /* margin: 12px; */
}

.startDate {
    font-size: 16px;
    padding-bottom: 10px;
}

.bf {
    background-image: url(../images/bf1.png);
    background-position: center;
    width: 48px;
    height: 48px;
    position: relative;
    top: -90px;
    left: 45%;
}

.bf-hover {
    background-image: url(../images/bf2.png);
}

.liveTab {
    width: 309px;
    /* margin:15px auto; */
    font-size: 12px;
    margin-top: 10px;
}

    .liveTab .title {
        text-align: left;
        font-weight: bold;
    }

    .liveTab .date {
        text-align: right;
    }

.hf {
    position: relative;
    bottom: -25px;
    width: 40px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #54b54f;
    color: #FFF;
    margin-top: -30px;
}

#yg {
    position: fixed;
    left: 10px;
    bottom: 99px;
    cursor: pointer;
}

    #yg img {
        height: 65px;
        
    }
        #yg img:hover {
            opacity: .8
        }
        .wq {
            position: relative;
            left: 248px;
            bottom: 42px;
            color: #2F72B8;
        }

.liveTab .free {
    width: 45px;
    height: 45px;
    background-color: #e48623;
    text-align: center;
    color: #fff;
    line-height: 45px;
    margin: 0;
    font-size: 15px;
}

.yg {
    display: none;
}

.js {
    color: #7e7e7e;
}

.sk {
    text-align: right;
}

    .sk a {
        color: #2F72B8;
    }

.b_link {
    background-color: #eefafd;
    width: 100%;
    margin-top: 10px;
}

    .b_link a {
        color: #000;
    }

.b_link1 {
    padding: 10px;
    padding-bottom: 5px;
    padding-left: 15px;
}

.b_link2 {
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.zlink {
    margin-top: 10px;
    position: relative;
    left: -20%;
    margin-bottom: 15px;
}
    .zlink a {
        color: #f5bf42;
        font-size: 18px;
    }
        .zlink a:hover {
            color: #f5bf42;
            opacity: .8;
            text-decoration: none;
        }
        @media (max-width: 768px) {
            #main {
        display: none;
    }
}
