.two_input {
    position: absolute;
    left: 170px;
}

.count_btn {
    width: 135px;
    height: 45px;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    line-height: 45px;
    background: #3294f6;
    border-radius: 6px;
    cursor: pointer;
}

.count_tr td {
    text-align: center;
    line-height: 50px;
}

.table_box {
    overflow-x: auto;
    width: 1200px;
}

.table_box td {
    height: 50px;
    width: 100px;
}


.head_tr td {
    text-align: center;
    padding: 5px 10px;
}

.table_new td {
    height: 50px;
    width: 95px;
    line-height: 50px;
    text-align: center;
}

.table_select {
    width: 100%;
    /*height: 50px;*/
}

.cursor_pointer {
    cursor: pointer;
}

.count_title {
    height: 50px;
    width: 1200px;
    background: #cccccc;
    font-size: 20px;
    color: #333333;
    line-height: 50px;
    text-indent: 30px;
}

.add_button {
    width: 200px;
    height: 45px;
    background: #3294f6;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    border-radius: 8px;
    float: left;
    margin-left: 500px;
    cursor: pointer;
}

.Helpful {
    color: #d2020f;
}

.unit {
    position: absolute;
    font-size: 16px;
    color: #000000;
    top: 0;
    right: 20px;
    line-height: 47px;
}

.new_input {
    position: absolute;
    font-size: 16px;
    color: #000000;
    top: 0;
    line-height: 47px;
    width: 120px !important;
    left: 180px;
}

.div_border_bottom {
    margin: 20px;
    border-bottom: 1px solid #d4d4d4;
}

.calculate_title {
    font-size: 24px;
    line-height: 40px;
}

.item_box {
    margin-top: 30px;
    width: 560px;
    float: left;
    height: 47px;
}

.item_title {
    width: 200px;
    float: left;
    text-align: right;
    font-size: 18px;
    line-height: 45px;
}

.item_value {
    float: left;
    width: 360px;
    /*text-align: right;*/
    position: relative;
}
.radio_css{
    margin-left: 50px;
}
.item_value label {
    float: left;
    width: 100px;
}
.item_value dd{
    float: left;
    color: #000000;
    font-size: 16px;
    line-height: 47px;
    margin-left: 20px;
}

.item_value_radio {
    float: left;
    width: 25px;
    height: 47px;
    outline: 0;
}

.item_value_input {
    width: 300px;
    border: 1px solid #cccccc;
    height: 45px;
    line-height: 45px;
    border-radius: 8px;
    /*background: #f6f6f6;*/
    text-indent: 23px;
    font-size: 16px;
    color: #000000;
    outline: none;
    margin-left: 50px;
    box-shadow: inset 0px 2px 3px #ddd;
}

.item_value select {
    margin-left: 50px;
    width: 300px;
    border: 1px solid #cccccc;
    height: 45px;
    line-height: 45px;
    border-radius: 8px;
    /*background: #f6f6f6;*/
    text-indent: 23px;
    font-size: 16px;
    color: #000000;
    outline: none;
    box-shadow: inset 0px 2px 3px #ddd;
}

.no-spinners::-webkit-inner-spin-button,
.no-spinners::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-spinners {
    -moz-appearance: textfield; /* Firefox 支持 */
}