* {
    margin: 0;
    padding: 0;
}
/*提示框*/
.zj_tsm {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    z-index:1200;
    text-align: center;
}

.zj_ts {
    height: 70px;
    width: 240px;
    background-color: #000000;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -35px -120px;
    text-align: center;
    overflow: hidden;
    z-index: 666;
    border-radius: 10px;
    line-height: 70px;
    padding: 0 10px;

}

.zj_ts_text {
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
}