﻿.order-title {
    width: 1200px;
    height: 60px;
    line-height: 75px;
    border-bottom: 1px solid #e5322d;
}

    .order-title span {
        position: absolute;
        font-size: 17px;
        margin-left: 32px;
    }

.order-login {
    text-align: center;
    margin-top: 20px !important;
}

    .order-login a {
        font-size: 16px;
        color: #e5322d;
    }

        .order-login a:hover {
            color: #e5322d;
        }

.order-body {
    width: 1160px;
    min-height: 300px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .order-body ul {
        padding-left: 0;
        margin-top: 50px;
    }

        .order-body ul li {
            list-style: none;
            margin-top: 12px;
        }

            .order-body ul li a {
                color: black;
            }

                .order-body ul li a:hover {
                    color: black;
                    text-decoration: underline;
                }

            .order-body ul li span {
                margin-left: 5px;
            }
            
            .order-body ul li label {
                margin-left: 25px;
            }

/*分页*/
.order-page {
    margin: 50px 0 10px 0;
    text-align: center;
}

    .order-page a {
        color: white;
        text-decoration: none;
        background: #eb4232;
        margin: 0 5px 0 5px;
        padding: 5px 9px 5px 9px;
        border-radius: 4px 4px;
        background: url(/Image/Computer/page.png);
        background-position: center;
        cursor: pointer;
    }

.page-first, .page-end {
    padding: 5px 15px 5px 15px !important;
}

.page-now {
    color: #e73e2d !important;
    border: 1px solid #e73e2d !important;
    padding: 4px 8px 4px 8px !important;
    background: white !important;
    cursor: initial !important;
}

.order-page span {
    margin: 0 5px 0 5px;
}

.order-page form {
    display: inline-block;
}

.page-txt {
    width: 50px;
    height: 26px;
    padding: 0 5px 0 5px;
    border: 1px solid #808080;
    outline: none;
}

.page-btn {
    color: white;
    text-decoration: none;
    background: #eb4232;
    margin-left: 10px;
    padding: 6px 8px 6px 8px;
    border: none;
    outline: none;
    border-radius: 4px 4px;
    background: url(/Image/Computer/page.png);
    background-position: center;
    cursor: pointer;
}
