#name {
    text-align: right;
    font-weight: 500;
    color: #333333;
    font-size: 18px;
}
.main-container {
    min-height: 688px;
}
#name::-webkit-input-placeholder {
    font-size:16px;
}
.search-result-wrap {
    font-family: PingFangSC-Regular, PingFang SC;
}
.content-container {
    position: absolute;
    top: 272px;
    padding: 0 184px 0 64px;
    width: 888px;
}
.calculator-box {
    width: 100%;
    height: 490px;
    background: #FFFFFF;
    margin: auto;
}
.content-box {
    padding: 40px 25px;
}
.calculator-title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
}
.title-split-style-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}
.first {
    width: 24px;
    height: 4px;
    background-color: #003686;
}
.second {
    width: 8px;
    height: 4px;
    background-color: #ED6C00;
    margin-left: 2px;
}
.calculator-tip {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 12px;
}
.calculator-main {
    padding: 50px 0 46px;
    display: flex;
}
.look-box {
    display: inline-block;
    color: #3296FA;
    border-bottom: 1px solid #3296FA;
}
.search-img-block .search-img {
    vertical-align: middle;
}
.look-box .search-img2{
    vertical-align: bottom;
    cursor: pointer;
    margin-top: 4px;
}
.button {
    width: 116px;
    height: 47px;
    line-height: 47px;
    background-color: #003686;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    margin-top: 2px;
}
.block{
    width: 570px;
    display: flex;
    margin:2px 0;
}
.block1{
    margin-bottom:20px;
}
.center{
    text-align: center;
}
.form-label {
    /*display: inline-block;*/
    width: 200px;
    text-align: right;
    line-height: 44px;
}
.input{
    /*display: inline-block;*/
    vertical-align: top;
    text-align: right;
    width: 335px;
    margin-left:8px;
}
.plk{width:224px;text-align:right;font-size:18px;color:#333333;border:none;outline: none;margin:0;}
input:-moz-placeholder{  
    color: #cccccc;  
}  
input:-ms-input-placeholder{  
    color: #cccccc;  
}  
input::-webkit-input-placeholder{
    color: #cccccc;  
}
.plk:-moz-placeholder{  
    color: #cccccc;
    font-size:16px;
    text-align:left;
}  
.plk:-ms-input-placeholder{  
    color: #cccccc;
    font-size:16px;
    text-align:left;
}  
.plk::-webkit-input-placeholder{
    color: #cccccc;
    font-size:16px;
    text-align:left;
}

span.input {
    line-height: 44px;
    padding-left: 12px;
}
.calculator-footer {
    text-align: center;
}
.input input, .input input:focus-visible {
    border: none;
    outline: unset;
}
.money {
    font-size: 18px;
    font-weight: 500;
    color: #ED6C00;
    margin-right: 10px;
}
.unit {
    font-size: 16px;
    font-weight: 500;
    color: #999999;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.left{
    padding-left: 48px;
    padding-right: 16px;
}