<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
     *@date 2019/11/28
     *@author:black
     *description: 预售证详情
     */


body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, div, textarea, select {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 16px;

}
body{
    background-color: #fdfdfd;
}
button {
    outline: none;

}

button:active {
}

button:visited {
    box-shadow: none;
}

body {
    background: #fff;
    -webkit-text-size-adjust: 100%;
}

a {
    color: #2d374b;
    text-decoration: none
}

/*a:hover {*/
/*color: #999;*/
/*text-decoration: none;*/
/*}*/

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

input {
    outline: none;
}

p {
    word-wrap: break-word
}

*::-webkit-scrollbar {
    display: none
}

/*IE10,IE11,IE12*/
* {
    -ms-scroll-chaining: chained;
    -ms-overflow-style: none;
    -ms-content-zooming: zoom;
    -ms-scroll-rails: none;
    -ms-content-zoom-limit-min: 100%;
    -ms-content-zoom-limit-max: 500%;
    -ms-scroll-snap-type: proximity;
    -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
    -ms-overflow-style: none;
}
body{
    min-width: 1200px;
}


table{border:none}
table td,table th{
    border: none;
    height: 40px;
    font-size: 14px;
    /*text-align: center;*/
}
table td a{
    color: #7aa5b9;
}
.view-table{
    width: 1198px;
    margin-top: 20px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    padding: 10px 0;
    margin-bottom: 20px;
}
.w100{
    width: 75px;
    /*text-align: center;*/
    font-size: 14px;
    color: #1D2023;
    padding-left: 20px;
    font-weight: bold;
}
.w200{
    width: 200px;
}
.w600{
    width: 500px;
}
.view-table{

}
/*table td a:hover{*/
/*color: #00AE66;*/
/*}*/
table th{
    color: white;
    font-weight: 600;
    border: 1px solid #00ae66;
    background-color: #00AE66;
}
.content{
    width: 1200px;
    margin: 0 auto;
}
.public-title{
    height: 45px;
    background: #f3f3f3;
    line-height: 45px;
    padding-left: 20px;
    padding-right: 30px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #1D2023;
    margin-top: 20px;
}
.project-title{

    height: 45px;
    line-height: 45px;
    padding-left: 20px;
}
.project-title a{
    color: #00AE66 !important;
    cursor: pointer;
    font-size: 16px;
}
.project-title a:hover{
    text-decoration: underline ;
}
.project-title a.nolink:hover{
    text-decoration: none;
    cursor: unset;
}

</pre></body></html>