/*全局*/

.tximg-img img {
    display: block;
    line-height: 1;
    max-width: 100%;
    height: auto;
}

.tx-tsgg-box img {
    width: 100%;
}

.txclose {
    display: block;
    position: absolute;
    right: 4px;
    top: 0;
    width: 18px;
    height: 18px;
    line-height: 14px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0 0 10px 10px;
    text-align: center;
    border-top: 0;
    z-index: 20;
}

.txclose:hover {
    color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 0;
}

.tx-close1 {
    position: relative;
    border: 0;
    font-size: 18px;
}

.tx-close1:hover {
    border: 0;
}


/*对联广告位*/

.leftggv,
.rightggv {
    position: fixed;
    z-index: 997;
    top: 120px;
}

.leftggv {
    left: 10px;
}

.rightggv {
    right: 10px;
}


/*底部固定广告位*/

.txdigg {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 998;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.txdigg-box,
.tx-tsggnr {
    display: flex;
    align-items: center;
    justify-content: center;
}


/*弹出公告*/

.tx-tcgg {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.8);
}

.tx-tcgg-box {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease 0s;
}

.tx-tcgg-on .tx-tcgg-box {
    top: 0;
}

.tx-tcgg-box>section {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .3);
    width: 400px;
    overflow: hidden;
}

.txggbox-title {
    line-height: 2.6;
    font-size: 18px;
    padding: 0 0.2em 0 1em;
    background: #f1f1f1;
    border-radius: 5px 5px 0 0;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tx-tcgg-con {
    padding: 1.3em;
}


/*右下角广告位*/

.tx-yxjggkg {
    position: fixed;
    bottom: 2px;
    right: 2px;
    z-index: 998;
    background: #fff;
    min-width: 300px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    overflow: hidden;
}

.tx-yxjggkg-box,
.tx-zxjggkg-box {
    background: #fff;
    padding: 10px;
}


/*左下角广告位*/

.tx-zxjggkg {
    position: fixed;
    bottom: 2px;
    left: 2px;
    z-index: 998;
    background: #fff;
    min-width: 300px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    overflow: hidden;
}


/*漂浮广告位*/

#tx-pfgg {
    z-index: 999;
    position: relative;
    background-color: #fff;
}

#tx-pfgg>div {
    width: 150px;
}


/*泰山压顶广告位*/

.tx-tsgg-box {
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    width: 100%;
    z-index: 1999;
    display: none;
    overflow: hidden;
}

.tx-tsgg-boxon {
    height: auto;
}

@media screen and (max-width: 992px) {
    .tx-tcgg-box>section {
        width: 90%!important;
    }
}