<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">em{
    font-style:normal
}
select{
    outline: none;
}
.calleft{
    width: 460px;
    float: left;
}
.calleft input{
    border: none;
    outline: none;
}

.item-mod{
    margin-bottom: 20px;
    text-align: left;
    color: #394043;
   
}

.item-label{
    width: 120px;
    text-align: left;
    font-size: 14px;
    color: #9c9e9f;
    display: inline-block;
    vertical-align: middle;
}


.item-mod span{
    padding-right: 5%;
    
}
.item-mod span label,.item-mod span input{
    cursor: pointer;
}
.item-mod span input{
    position: relative;
    top: 1px;
}


.textbox{
    display: inline-block;
    box-sizing: border-box;
    width: 330px;
    border-radius: 2px;
    line-height: 45px;
    font-size: 15px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    background: #fafafa;
   
}
.textbox input{
    display: block;
    height: 45px;
    width: 88%;
    float: left;
    background: #fafafa;
    text-align: center;
}
.textbox select{
    display: block;
    height: 45px !important;
    width: 100% !important;
    /* float: left; */
    border: 1px solid #e3e3e3;
    font-family:Microsoft YaHei;
    font-size: 14px;
    text-align: center;
    background: #fafafa;
}


.cal-button{
    text-decoration: none;
    display: block;
    cursor: pointer;
    width: 330px;
    height: 45px;
    margin-right: 10px;
    box-sizing: border-box;
    border: 1px solid #b2b2bc;
    color: #828b92;
    font-size: 14px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 2px;
    line-height: 43px;
    margin: 0 auto;
}


.resultContent{
    width: 100%;
    float: left;
}

.resultContent table{
    width: 100%;
    font-size: 15px;
}

.resultContent table tr{
    clear: both;
    display: block;
    margin-top: 15px;
    height: 22px;
    border: none;
    
}
.resultContent table th{
    font-weight: bold;
    color: #aaaaaa;
    font-weight: 100;
    text-align: left;
    float: left;
    border: none;
}
.resultContent table td{
    font-weight: bold;
    color: #394043;
    display: block;
    float: right;
    border: none;
}
.resultContent table thead tr td{
    display: block;
    height: 35px;
    text-align: center;
    width: 89%;
    border: none;
    border-bottom: 1px solid #e4e4e4;
    line-height: 35px;
    
 }


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