<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dialog_prompt{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
}
.shield_layer{
    opacity: 0.7;
    background: rgb(0, 0, 0);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    user-select: none;
    z-index: 1024;
    font-size: 14px;
}
.dialog_popup{
    position: fixed;
    background-color: #FFF;
    top: 80px;
    width: 290px;
    left: -moz-calc(50% - 145px);
    left: -webkit-calc(50% - 145px);
    left: calc(50% - 145px);
    border-radius: 3px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 256px rgba(255, 255, 255, 0.3);
    z-index: 1025;
}
.dialog_msg_cont{
    padding: 20px 20px;
    width: 250px;
    text-align: center;
    line-height: 200%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    word-break: break-all;
}
.dialog_btn{
    background: #f5f5f5;
    border-top: 1px solid #e0e0e0;
    padding: 10px 20px;
    text-align: center;
}
.dialog_btn button{
    background-color: #479de6;
    color: #fff;
    border: 1px solid #479de6;
    padding: 5px 20px;
    font-size: 14px;
    line-height: 1.428571429;
}    
.dialog_btn button:hover{
    background-color: #53aaf3;
        border-radius: 3px;
}

/*********************************绛旈缁撴潫椤�************************************/
.wj-over-main {
    /*background: #f1f4f8;*/
    overflow: hidden;
}
.result-btn{
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    background-color: #ffffff;
    color: #ff0000;
    border-radius: 15px;
}
.wj-over-main .wj-innerauto-main {
    margin-top: 48px;
}
.wj-over-ct {
   /* margin-bottom: 334px;
    padding-bottom: 118px;*/
    text-align: center;
}
.wj-over-ct .img1 {
    padding-top: 92px;
    padding-bottom: 43px;
}
.wj-over-ct .txt1 {
    color: #474747;
    font-size: 18px;
    font-family: "Microsoft YaHei";
}
.go-top {
    display: none;
    position: fixed;
    z-index: 999;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    width: 70px;
    height: 70px;
    background: url(./images/back_top.png) no-repeat;
}
.header{
    height: 60px;
    position: relative;
    text-align: center;
    background-color: #fff;
}
.nav_ext{
    position: absolute;
    right: 20px;
    top: 10px;
    overflow: hidden;
}
.header .nav_ext a{
    background-color: #fff;
    color: #333;
    border: 1px solid #ccc;
    padding: 0 20px;
    border-radius: 4px;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    transition: all 150ms ease-in-out;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
}
.header .nav_ext a:hover{
    background-color: #f2f8ff;
}
.btn_exit_preview{

}
.title_text p:nth-child(2) {
    width: 95% !important;
}</pre></body></html>