<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*寮瑰嚭灞�*/
#huise {
    width: 100%;
    opacity: 0.6;
    position: fixed;
    z-index: 9999;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    background-color: #000;
}
.saveBox{
    display:none;
    width: 52%;
    background-color: #fff;
    padding: 10px 20px;
    height: 400px;
    overflow-y: scroll;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
.saveBox .noClose{
    width: 100px;
    height: 32px;
    margin: 10px auto;
    background: #c40311;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #fefefe;
    cursor: pointer;
    border: 0;
    transition: all 0.2s;
}

.saveBox .topName{
    height: 35px;
    text-align: center;
}

.saveBox .topName p{
    font-size: 18px;
    color: #193761;
    font-weight: bold;
}

.saveBox&gt;textarea{
    width: 100%;
    height: 100px;
}

.saveBox .foot{
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.saveBox .foot button{
    padding: 3px 0px;
    margin: 0 20px;
    width: 80px;
}



.saveBox table th, .saveBox table td {
    padding: 15px 15px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #d6dbdf;
}
.saveBox table{
    width:100%;
    margin-top: 24px;
}
.saveClose{
    padding: 5px;
    float: right;
    cursor: pointer;
    position: fixed;
    right: 0%;
}


.tab th{
    background: #f5f6f8;
    width: 22%;
}

.tab img{
    float:left;
    cursor: pointer;
    padding: 5px 5px;
    width: 150px;
    height: 150px;
}
/*.qwft_img{
    display:none;
    position: absolute;
    width: 500px;
    height: 600px;
    left:38%;
    top:185%;
}*/

.closebutton{
    cursor: pointer;
    width: 88px;
    height: 35px;
    background: #c40311;
    text-align: center;
    line-height: 35px;
    margin-left: 32%;
    margin-top: 5%;
    position: absolute;
}
.closebutton a,.closebutton a:hover{
     color:#fff;
 }
</pre></body></html>