﻿.wx-ts {
    display: none;
    position: absolute;
    top: 0;
    z-index: 1025;
    width: 80%;
    right: 5%;
    max-width: 720px;
}

    .wx-ts img {
        display: block;
        width: 100%;
    }

.wx-tsbg {
    display: none;
    opacity: 0.7;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1024;
    background: rgb(0, 0, 0);
}
