<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.querypart{
    margin: 0 auto;
    width: 100%;
    /*background-color: white;*/
    box-shadow:4px 4px 6px silver;
}
.querypart .onepart{
    margin: 0 auto;
    width: 100%;
    height: 50px;
    /*background-color: white;*/
    box-sizing: border-box;
}
/*ç»“æžœä¸­æœç´¢*/
.onepart li,
.secondpart li,
.excludepricepart li,
.secondpart1 li{
    float: left;
    list-style: none;
}
.onepart .part1{
    width: 260px;
    margin-left: 10px;
    margin-top: 10px;
    background-color: rgb(235,235,235);
    height: 30px;
}
.onepart .part1:after,
.onepart .part02:after,
.onepart .part03:after
{
    content: "";
    display: inline-block;
    height: 100%;
    width: 0px;
    vertical-align: middle;
}
.onepart .part1 input{
    width: 220px;
    height: 26px;
    background: rgb(235,235,235);;
    border: 0px;
    text-indent:10px;
    outline:none;
}
.onepart .part1 img,
.onepart .part02 img{
    width: 18px;
    height: auto;
    vertical-align: middle;
    margin-left: 5px;
}
/*æœ€ä½Žä»·ï¼Œæœ€é«˜ä»·*/
.onepart .part02{
    width: 225px;
    margin-left: 10px;
    margin-top: 10px;
    background-color: rgb(235,235,235);
    height: 30px;
}

/*ç»¼åˆä»·æ&nbsp;¼*/
.onepart .part03{
    width: 200px;
    margin-top: 10px;
    margin-left: 10px;
    background-color: rgb(235,235,235);
    height: 30px;
    font-size: 14px;
    line-height: 30px;
}

.onepart .part03 img{
    width: 18px;
    height: auto;
    vertical-align: middle;
    margin-left: 5px;
}

.onepart .part04{
    width: 250px;
    margin-top: 10px;
    margin-left: 10px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    vertical-align: middle;
}
.onepart .part04 input{
    width:80px;
    border-radius: 5px;
    background-color: #3563FC;
    color: white;
}

.onepart div{
    float: left;
    text-align: center;
}
.onepart .part03 span{
    width: 50px;
    padding-left: 6px;
    padding-right: 10px;
}
.querypart .secondpart,
.querypart .excludepricepart{
    margin: 10px auto;
    width: 100%;
    height: 65px;
    font-size: 14px;
    line-height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    /*background-color: white;*/
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
}
.excludepricepart{
    border-bottom: 1px dotted silver;
    padding-top:5px;
}
.querypart .secondpart{
    font-weight: bold;
}

.querypart .secondpart li:nth-child(1),
.querypart .excludepricepart li:nth-child(1)
{
    width: 10%;
    font-size: 14px;
}
.querypart .secondpart li:nth-child(2),
.querypart .excludepricepart li:nth-child(2)
{
    width: 25%;
    font-size: 14px;
}
.querypart .secondpart li:nth-child(3),
.querypart .excludepricepart li:nth-child(3)
{
    width: 22%;
    text-align: center;
    font-size: 14px;
}

.querypart .secondpart li:nth-child(4),
.querypart .excludepricepart li:nth-child(4)
{
    width: 10%;
    text-align: center;
    font-size: 14px;
}
.querypart .secondpart li:nth-child(5),
.querypart .excludepricepart li:nth-child(5)
{
    width: 10%;
    text-align: center;
    font-size: 14px;
}
/*.querypart .secondpart li:nth-child(6),*/
/*.querypart .excludepricepart li:nth-child(6)*/
/*{*/
/*    width: 20%;*/
/*    font-size: 14px;*/
/*}*/
.querypart .secondpart li:nth-child(6),
.querypart .excludepricepart li:nth-child(6)
{
    width: 6%;
    font-size: 14px;
}
.querypart .secondpart li:nth-child(7),
.querypart .excludepricepart li:nth-child(7)
{
    width: 8%;
    font-size: 14px;
}
.querypart .secondpart li:nth-child(8),
.querypart .excludepricepart li:nth-child(8)
{
    width: 6%;
    font-size: 14px;
    text-align: center;
}
</pre></body></html>