.invoice-page-top {
    width: 100%;
    height: 72px;
    line-height: 72px;
    background: #fff;
    font-size: 22px;
    padding-left: 35px;
    padding-right: 33px;
    display: block;
}

.invoice-page-top .icon-right {
    width: 10px;
    height: 100%;
    display: inline-block;
    background: url(/images/icon_right_2.png) no-repeat;
    background-size: contain;
    background-position: center center;
}

.invoice-page-title {
    font-size: 20px;
    color: #B3B3B3;
    line-height: 54px;
    padding-left: 30px;
}

.invoice-item {
    background: #fff;
    padding-left: 28px;
    padding-right: 21px;
    margin-bottom: 6px;
}

.item-content {
    width: 100%;
    height: 110px;
    position: relative;
    border-top: 1px solid #a9a9a9;
}

.item-top {
    height: 50px;
    line-height: 50px;
    font-size: 19px;
}

.invoice-item .icon-checkbox {
    width: 16px;
    height: 16px;
    background: url(/images/icon_check.png) no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.invoice-item .icon-checkbox.checked {
    background-image: url(/images/icon_checked_active.png);
}

.content-center {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    max-width: 600px;
}

.content-right {
    color: #FF921D;
    font-size: 27px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.content-end-address {
    margin-top: 16px;
}

.invoice-page-bottom {
    height: 54px;
    width: 100%;
    line-height: 54px;
    background: #fff;
    font-size: 17px;
}

.bottom-left {
    padding-left: 36px;
}

.bottom-right {}

.bottom-right-btn {
    width: 150px;
    height: 54px;
    background: #EB6100;
    color: #fff;
    font-size: 20px;
    margin-left: 25px;
}


/* 申请开票 */

.invoice-form .form-item {
    background: #FFF;
    margin-bottom: 8px;
}

.invoice-form .form-item p {
    margin-left: 27px;
    margin-right: 18px;
    border-bottom: 1px solid #EEEEEE;
    height: 68px;
    line-height: 68px;
    font-size: 18px;
}

.invoice-form .form-item p label {
    margin-right: 20px;
}

.invoice-form .form-item input[type="text"] {
    width: 500px;
}

.invoice-form .form-item p:last-child,
.invoice-form .form-item .personal-form {
    border: 0 none;
}

.company-form {
    display: none;
}

.invoice-form-saveBtn {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 23px;
    background: #EB6100;
    margin-top: 26px;
}

.invoice-form .tips {
    padding: 0 40px;
    color: #EB6100;
    font-size: 16px;
    line-height: 1.6em;
    margin-top: 20px;
}

.tips-title {
    text-align: center;
    margin-bottom: 10px;
}

.item-label {
    width: 126px;
    display: inline-block;
}


/* 票据list */

.invoice-list .list-item {
    background: #fff;
    padding-left: 37px;
    padding-right: 28px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 2em;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #A9A9A9;
}

.invoice-list .list-item .item-label {
    font-weight: bold;
    color: #231815;
}

.invoice-list .list-item .item-type {
    font-weight: bold;
    font-size: 23px;
    color: #000;
}

.invoice-list .list-item .item-reason {
    color: red;
}