<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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-right:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6}
table td,table th{
    border-left:1px solid #e6e6e6;
    border-top:1px solid #e6e6e6;
    height: 40px;
    font-size: 14px;
    text-align: center;
}
table td a{
    color: #7aa5b9;
}
/*table td a:hover{*/
    /*color: #00AE66;*/
/*}*/
table th{
    color: white;
    font-weight: 600;
    border: 1px solid #00ae66;
    background-color: #00AE66;
}
.banner-div{
    width: 100%;
    height: 360px;
    overflow: hidden;
    background: url("/public/images/new/licensedemand.jpg");
}
.banner-div&gt;img{
    width: 100%;
    height:100%
}
.content{
    width: 1200px;
    margin: 20px auto;
}

.find-div{
    width: 800px;
    height: 200px;
    border-radius: 10px;
    background: url(/public/images/new/findbg.png);
    margin: 85px auto;
}
.find-btn{
    width: 80px;
    height: 38px;
    font-weight: 600;
    font-size: 16px;
    border: none;
    background-color: #00ae66;
    cursor: pointer;
    color: #fff;
    border-radius: 2px;
}
.find-btn&gt;img{
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.input-div{
    text-align: center;
}
.input-div&gt;input{
    width: 225px;
    height: 37px;
    border: 1px solid #fff;
    margin-right: 10px;
    background-color: transparent !important;
    color: #fff;
    padding-left: 10px;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
input::-webkit-input-placeholder {
    color:#ffffff !important;
    font-size: 14px;
}
.tab-div{
    text-align: center;
    margin-bottom: 20px;
    padding-top: 60px;
}
.tab-div span{
    font-size: 30px;
    color: #cccccc;
    font-weight: 600;
    /*margin-left: 40px;*/
    cursor: pointer;
}
.tab-div span.active{
    color: #fff !important;
}
.publicity{
    margin-bottom: 20px;
    text-align: center;
}
.publicity .tab{
    display: inline-block;
    border-bottom: 2px solid #e6e6e6;
    width: 140px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    padding-bottom: 5px;
}
.publicity .tab.active{
    border-bottom: 2px solid #00AE66;
    color: #00AE66;
}


/* 分页 */
.paging {
    width: 100%;
    margin-top: 30px;
}

.paging div {
    width: 100%;
    text-align: center;

}

.paging div a {
    height: 40px;
    width: 40px;
    display: inline-block;
    line-height: 40px;
    box-shadow: 0px 1px 0px 1px #f6f6f6;
    background-color: #fff;
    color: #999;
    font-size: 14px;
}

.paging div a:last-child {
    height: 40px;
    width: 160px;
    display: inline-block;
}




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