.pscbox .data {
    padding: 20px 20px 40px
}

.pscbox .dataRow {
    height: 38px;
    margin-bottom: 28px
}

.pscbox .dataRow2 {
    margin-bottom: 40px
}

.pscbox .lable,.pscbox .unit {
    height: 38px;
    line-height: 38px;
    display: block;
    float: left;
    color: #333
}

.pscbox .lable {
    width: 100px;
    text-align: right;
    margin-right: 20px
}

.pscbox .unit {
    margin-left: 10px
}

.pscbox .restext,.pscbox input {
    width: 268px;
    height: 38px;
    display: block;
    float: left;
    border: 1px solid #dcdcdc;
    background: #f2f2f2;
    color: #000;
    font-size: 16px;
    border-radius: 4px;
    padding: 6px 15px;
    line-height: 26px;
    outline-style: none
}

.pscbox input::placeholder {
    color: #000
}

.pscbox select {
    display: none
}

.pscbox .selected {
    width: 268px;
    height: 38px;
    float: left;
    background: #f2f2f2;
    color: #000;
    font-size: 14px;
    border-radius: 4px;
    position: relative;
    border: 1px solid #f2f2f2
}

.pscbox .tag_select {
    width: 100%;
    height: 38px;
    color: #333;
    padding-left: 20px;
    line-height: 38px;
    position: relative;
    cursor: pointer
}

.pscbox .arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #9e9e9e;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    cursor: pointer
}

.pscbox .tag_options {
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 38px;
    z-index: 1;
    border-radius: 4px;
    padding: 10px 0;
    box-shadow: 0 5px 5px rgba(0,0,0,.1)
}

.pscbox .tag_options li {
    width: 100%;
    line-height: 40px;
    padding: 0 20px;
    cursor: pointer
}

.pscbox .tag_options li:hover {
    color: #fff;
    background: #ea4120
}

.pscbox .btnCon {
    padding-left: 123px;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 40px
}

.pscbox .btn {
    display: block;
    width: 98px;
    margin-right: 20px;
    vertical-align: bottom;
    float: left
}

.pscbox .btn_submit {
    background: #ea4120
}

.pscbox .btn_submit:hover {
    background: #ea4120
}

.pscbox .btn_reset {
    background: #fc9f33
}

.pscbox .result {
    padding-top: 40px
}

.pscbox .addInfor {
    width: 100%;
    padding-top: 20px;
    padding-left: 100px;
    line-height: 32px
}

@media (max-width: 767px) {
    .pscbox .data {
        padding:0 0 .8rem
    }

    .pscbox .dataRow {
        height: .46rem;
        margin-bottom: .3rem
    }

    .pscbox .dataRow2 {
        height: .46rem;
        margin-bottom: .7rem
    }

    .pscbox .lable,.pscbox .unit {
        height: .46rem;
        line-height: .46rem;
        font-size: .26rem
    }

    .pscbox .lable {
        width: 1.6rem;
        margin-right: .2rem
    }

    .pscbox .unit {
        margin-left: .1rem
    }

    .pscbox .restext,.pscbox input {
        width: 4.3rem;
        height: .46rem;
        padding: .06rem .15rem;
        line-height: .34rem;
        font-size: .22rem;
        border-radius: 0
    }

    .pscbox .selected {
        width: 4.3rem;
        height: .46rem;
        font-size: .22rem;
        border-radius: 0
    }

    .pscbox .tag_select {
        height: .46rem;
        padding-left: .15rem;
        line-height: .46rem
    }

    .pscbox .tag_options {
        top: .46rem;
        padding: .1rem 0
    }

    .pscbox .tag_options li {
        line-height: .46rem;
        padding-left: .15rem;
        padding-right: .1rem
    }

    .pscbox .arrow {
        right: .2rem
    }

    .pscbox .btnCon {
        padding-left: 1.8rem;
        padding-bottom: .4rem
    }

    .pscbox .btn {
        width: 1.65rem;
        height: .48rem;
        margin-right: .3rem
    }

    .pscbox .btn_reset {
        margin-right: 0
    }

    .pscbox .result {
        padding: .4rem 0
    }

    .pscbox .addInfor {
        font-size: .26rem;
        margin-top: -.2rem;
        padding-left: 1rem
    }
}

@media (max-width: 320px) {
    .pscbox .arrow {
        right:.05rem
    }

    .pscbox .addInfor {
        letter-spacing: -1px
    }
}
