/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

a {

}

a:visited {

}

a:hover {

}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
    font-size: 100px;
}

body {
    font-size: 0.12rem;
    line-height: 1.2;
    unicode-bidi: embed;
    direction: ltr;
    text-align: left;
    font-weight: normal;
    background: #F6F6FB;
}

.ico {
    width: .3rem;
    height: .3rem;
    display: inline-block;
    background: url(/app_images/wanlitong/v40/wap/my/order/sprites.png) no-repeat 0 0;
    background-size: 1rem auto;
}

.ico.dp {
    background-position: -.05rem 0;
}

.ico.redeem {
    background-position: -.05rem -.32rem;
}

.ico.coupon {
    background-position: -.05rem -.65rem;
}

.ico.life {
    background-position: -.05rem -.97rem;
}

.ico.ticket {
    background-position: -.05rem -1.3rem;
}

.ico.hotel {
    background-position: -.05rem -1.65rem;
}

.ico.reserve{
    width: .3rem;
    height: .3rem;
    display: inline-block;
    background: url(/app_images/wanlitong/v40/wap/my/order/reserve.png) no-repeat 0 0;
    background-size: .3rem;
}

.ico.oilcard{
    width: .3rem;
    height: .3rem;
    display: inline-block;
    background: url(/app_images/wanlitong/v40/wap/my/order/oilcard.png) no-repeat 0 0;
    background-size: .3rem;
}

.wrapper{
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 100%;
    width: 3.2rem;
}

.page{
    margin: 0 auto;
    z-index: 1;
}

.page .center {
}

.center ul {
    border-top: .01rem solid #ccc;
    border-bottom: .01rem solid #ccc;
    margin-bottom: .1rem;
    background: #fff;
}

.center ul li {
}

.center ul:first-child {
    font-weight: bold;
    background: #f7f7f7;
}

.center ul:first-child .row {
    display: block;
}

.center .row .back {
    color: #f00;
    position: absolute;
    z-index: 10;
}

.myorder{
    display: inline-block;
    position: absolute;
    width: 100%;
    text-indent: 0;
    text-align: center;
    z-index: 0;
}

.center .row {
    font-size: .16rem;
    height: .48rem;
    line-height: .48rem;
    position: relative;
    display: none;
}

.center .row .l {
    float: left;
    width: .6rem;
    height: .48rem;
    position: relative;
}

.center .row .l .ico {
    position: absolute;
    top: .09rem;
    left: .15rem;
}

.center .row .r {
    float: left;
    width: 2.6rem;
    height: .47rem;
    line-height: .48rem;
    border-bottom: .01rem solid #ccc;
}


.center ul:first-child .row {
    text-indent: .2rem;
    height: .46rem;
}

.center ul:last-child .row.last .r, .center ul:last-child .row:last-child .r {
    border-bottom: none;
    height: .48rem;
}

.center .row:after {
    content: "";
    display: table;
    clear: both;
}

.center .row.pv:after{
    content: ' ';
    width: .08rem;
    height: .08rem;
    border: solid #ccc;
    border-width: .01rem .01rem 0 0;
    position: absolute;
    top: .17rem;
    right: .2rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/* Prevent callout */
.nocallout {
    -webkit-touch-callout: none;
}

.pressed {
    background-color: rgba(0, 0, 0, 0.7);
}

/* A hack for HTML5 contenteditable attribute on mobile */

textarea[contenteditable] {
    -webkit-appearance: none;
}

/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if
   they have been set as display: none */

.gifhidden {
    position: absolute;
    left: -100%;
}

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
}

.ir br {
    display: none;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/**
 * Clearfix helper
 * Used to contain floats: h5bp.com/q
 */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 800px) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /* Style adjustments for viewports that meet the condition */
}