/**
 * name:  ,
 * author:  ,
 * date:
 */
.page-detail-status {
    margin: 10px auto;
    width: 460px;
    font-size: 16px;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background: rgb(242, 242, 242);
    color: #333;
}

.go {
    margin: -10px auto 0;
    display: block;
    height: 34px;
    width: 120px;
    text-align: center;
    line-height: 34px;
    border-radius: 5px;
    color: rgb(105, 105, 205);
    border: 1px solid rgb(105, 105, 205);
}

.goYgzc {
    margin: -10px auto 0;
    display: block;
    height: 34px;
    width: 120px;
    text-align: center;
    line-height: 34px;
    border-radius: 5px;
    color: rgb(105, 105, 205);
    border: 1px solid rgb(105, 105, 205);
}

.page-detail-main table {
    width: 1020px !important;
}

.page-detail-main table td {
    vertical-align: middle !important;
}

.page-detail-main table td p {
    margin: 0 !important;
    line-height: 40px !important;
}

.page-detail-main {
    text-indent: 0em;
}

/*.watermark::after {
    content: '';
    background: url('../images/watermark.png') repeat center center;
    opacity: 0.5; !* 调整水印透明度 *!
    position: absolute;
    transform: rotate(-45deg);
    top: 0;
    left: 0;
    width: 80%;
    height: 80%;
    z-index: 1;
    pointer-events: none; !* 确保水印不会影响页面交互 *!
}*/

.watermark::before {
    content: '衢州中介超市\A衢州中介超市\A衢州中介超市\A衢州中介超市\A衢州中介超市\A衢州中介超市\A衢州中介超市\A衢州中介超市';
    position: absolute;
    top: 10%;
    left: 10%;
    transform: rotate(-45deg);
    opacity: 0.1;
    font-size: 80px;
    color: grey;
    z-index: 9999;
    pointer-events: none;
}