<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.p-model {
    display: inline-table;
    background: #fff;
    height: 700px;
    width: 300px;
    margin: 0 26px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 2px 16px 0px rgba(182, 140, 107, 0.2);
}

.top-img {
    border-radius: 10px 10px 0 0;
    height: 100px;
    width: 300px;
    background-size: cover;
    text-align: center;
    line-height: 100px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 24px;
}

.top-img-a {
    background: url("/tax5/images/export_rebate/product/003.jpg") no-repeat;
}

.top-img-b {
    background: url("/tax5/images/export_rebate/product/002.jpg") no-repeat;
}

.top-img-c {
    background: url("/tax5/images/export_rebate/product/001.jpg") no-repeat;
}

.p-model-desc{
    color: #909090;
    letter-spacing: 1px;
    margin: 16px 0;
    font-size: 18px;
}

.p-question{
    display: inline-table;
    width: 142px;
    height: 52px;
    color: #1479D7;
    border: 1px #1479D7 solid;
    border-radius: 5px;
    font-size: 20px;
    line-height: 52px;
    margin: 12px 0;
}

.p-question:hover{
    background: #1479D7;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
}

.p-model-content{
    padding: 10px 30px;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    color: #333333;
}

.p-m-ul{
    line-height: 28px;
}

.p-m-ul li{
    margin-bottom: 12px;
    color: #333333;
}

.p-m-ul li::before{
    content: "";
    width: 20px;
    height: 25px;
    background: url("/tax5/images/export_rebate/product/right.png") no-repeat;
    float: left;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 5px;
}

.p-bg-bottom{
    position: absolute;
    bottom: 12px;
    right: 12px;
}</pre></body></html>