/*选择单位开始*/
.item-box {
    margin-bottom: 0.833rem;
    padding: 1.333rem;
    background-color: #fff;
    border-top:1px solid #ebebeb;
    border-bottom:1px solid #ebebeb;
}
.item-box h2 {
    margin-bottom: 0.417rem;
    font-size: 1rem;
    color: #8d8d8d;
    padding-left: 0.833rem;
    background:url(../m-images/refund.png) no-repeat 0 .3rem;
    background-size: 8.333rem 8.333rem;
}
.choose-item {
    border-top:1px solid #ebebeb;
}
.no-top {
    border-top:none;
}
.choose-item div {
    border:1px solid #ebebeb;
    border-top: none;
    line-height: 2.5rem;
    padding:0 0.833rem;
}
.choose-item .active {
    background:url(../m-images/refund.png) no-repeat 22rem -0.9rem;
    background-size: 8.333rem 8.333rem;
}
.choose-item select {
    width: 100%;
    padding-left: .833rem;
    height: 2.5rem;
    border:1px solid #ebebeb;
}
.choose-item .money {
    width: 100%;
    height: 2.5rem;
    padding-left: .833rem;
    border:1px solid #ebebeb;
    text-align: left;
    background: #fff;
}
.money-tip {
    padding-top: 0.417rem;
    color: #b8b8b8;
}
.explain {
    width: 100%;
    width: 100%;
    height: 7.083rem;
    padding: .833rem;
    overflow: auto;
    border:1px solid #ebebeb;
}
/*选择单位结束*/
.sb-box {
    text-align: center;
    padding-bottom: 0.833rem;
}
.sb {
    display: inline-block;
    padding:0.25rem 0.417rem;
    border:1px solid #9f2e33;
    color: #9f2e33;
    background-color: #fff;
    border-radius: 3px; 
}
.compay-address {
    margin-bottom: 0.833rem;
    padding:1.333rem;
    background-color: #fff;
    line-height: 1.5;
    border-bottom:1px solid #ebebeb;
}
.compay-address i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    width: 1.2rem;
    height: 1.5rem;
    background:url(../m-images/refund.png) no-repeat 0 -4.292rem;
    background-size: 8.333rem 8.333rem;
}
