.ordercontent {
    width: 1040px;
    margin: 0 auto;
}

    .ordercontent .logo {
        margin: 10px 0;
    }

        .ordercontent .logo a img {
            width: 17%;
        }

    .ordercontent .paperorder {
        width: 100%;
        /*height: 60px;
    background-image: url("../images/order/bg_order.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;*/
        font-size: 2em;
        font-weight: bold;
        color: #fff;
        position: relative;
        /*line-height: 60px;*/
    }

        .ordercontent .paperorder img {
            width: 100%;
        }

        .ordercontent .paperorder span {
            position: absolute;
            top: 14px;
            left: 20px;
        }

    .ordercontent .welcome {
        width: 100%;
        margin-top: 30px;
        color: #475975;
        font-size: 2em;
        text-align: center;
    }

    .ordercontent .rich {
        width: 100%;
        /*margin-top: 10px;*/
        color: gray;
        font-size: 18px;
        text-align: center;
        font-weight: normal;
    }

    .ordercontent .plans {
        margin: 20px 0 50px 0;
    }

        .ordercontent .plans .plan:hover {
            -webkit-transform: scale(1.04);
            -moz-transform: scale(1.04);
            -ms-transform: scale(1.04);
            -o-transform: scale(1.04);
            transform: scale(1.04);
        }

        .ordercontent .plans .plan {
            width: 48%;
            background: #fff;
            border-radius: 5px;
            border: solid gray 1px;
            -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
            -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
            -ms-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
            -o-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
            transition: all .25s;
        }

.plans .plan .payment {
    font-size: 2.125em;
    font-weight: 300;
    color: #3e4f6a;
    margin: 0;
    padding: .6em 0;
    background: -webkit-linear-gradient(top, #475975, #364761);
    background: -moz-linear-gradient(top, #475975, #364761);
    background: -o-linear-gradient(top, #475975, #364761);
    background: -ms-linear-gradient(top, #475975, #364761);
    background: linear-gradient(top, #475975, #364761);
    color: #fff;
    border-radius: 5px 5px 0 0;
    text-align: center;
}

.plans .plan .safe {
    background: #f7814d;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    height: 2.6em;
    line-height: 2.6em;
    margin: 0 0 1em;
    text-align: center;
}

.plans .plan .tips {
    font-weight: 700;
    color: #364762;
    line-height: 2.5;
    font-size: 15px;
    text-align: center;
}

.plans .plan .paymentimg {
    width: 28%;
    display: block;
    margin: 10px auto;
}

.plans .plan .download {
    color: #fff;
    background: #f7814d;
    /*border: 2px solid #f7814d;*/
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 2.8em;
    display: block;
    width: 30%;
    height: 2.8em;
    border-radius: 4px;
    margin: 12px auto;
    text-align: center;
    min-width: 120px;
}


@media (max-width: 1040px) {
    .ordercontent {
        width: 100%;
        padding: 0 2%;
    }

        .ordercontent .paperorder {
            height: 60px;
        }

            .ordercontent .paperorder img {
                height: 60px;
            }

        .ordercontent .plans .plan {
            width: 100%;
            margin-bottom: 20px;
        }
}

@media (max-width: 640px) {
    .ordercontent .paperorder {
        font-size: 20px;
        line-height: 44px;
    }
}

@media (max-width: 480px) {
    .ordercontent .paperorder {
        font-size: 16px;
        line-height: 44px;
    }

        .ordercontent .paperorder span {
            left: 5px;
        }
}
