﻿var OutTimeTipHtml = "<style>    .ts {        display: block;        font-size: 18px;        line-height: 40px;        text-align: center;    }    .tc {        width: 80vw;        height: 30vh;        border: 2px solid #ee4a4a;        border-radius: 10px;        position: fixed;        top: 0;        right: 0;        left: 0;        bottom: 0;        margin: auto;        background: #fff;        padding: 20px;    }    .tc1 {        line-height: 38px;        font-size: 30px;        font-weight: bold;        text-align: center;        color: #e96f83;        padding-top: 30px;    }    .cox {        position: fixed;        width: 100%;        height: 100%;        background: rgba(0, 0, 0, 0.2);        top: 0;        right: 0;        bottom: 0;        left: 0;        overflow: hidden;        outline: 0;        -webkit-overflow-scrolling: touch;        background-color: rgb(0, 0, 0);        filter: alpha(opacity=60);        background-color: rgba(0, 0, 0, 0.6);        z-index: 99999;    }    @media screen and (max-width: 768px) {        .tc1 {            font-size: 20px;        }    }</style>";
OutTimeTipHtml += "<div id=\"d1\" class=\"cox xs\"><div class=\"tc\"><div class=\"ts\">温馨提示：</div><div class=\"tc1\">您的网站已到期，请联系本地服务商续费！</div></div></div>";