/* Html5 Reset */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
body{margin:0;padding:0;border:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}
audio:not([controls]){display:none;height:0;}
[hidden],template{display:none;}
a {background:transparent;}
a:focus{outline:thin dotted;}
a:active,a:hover{outline:0;}
abbr[title]{border-bottom:1px dotted;}
b,strong{font-weight:bold;}
dfn{font-style:italic;}
h1{font-size:2em;margin:.67em 0;}
mark{background:#ff0;color:#000;}
small{font-size:80%;}
img{border:0;}
svg:not(:root){overflow:hidden;}
figure{margin:0;}
figcaption {-webkit-nbsp-mode:normal;}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;}
button{overflow:visible;}
button,select{text-transform:none;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
button[disabled],html input[disabled]{cursor:default;}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
input{line-height:normal}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto;}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
legend{border:0;padding:0;}
textarea{overflow:auto;}
optgroup{font-weight:bold;}
table{border-collapse:collapse;border-spacing:0;}
td,th{padding:0;}
menu,ol,ul{padding:0;list-style:none;list-style-image:none;}
.vh{visibility:hidden;}
a{color:inherit;text-decoration:none;}
h1,h2,h3,h4,h5,h6,dl,dd,ol,ul,menu,figure,blockquote,p,pre,form{margin:0;}
.hidden{ display:none;}
::-webkit-input-placeholder{color:#4b6983;}
:-moz-placeholder{color:#4b6983;}
::-moz-placeholder{color:#4b6983;}
:-ms-input-placeholder{color:#4b6983;}

body,html { background:#fff;font-family:"Heiti SC",Helvetica;width:100%;height:100%;-webkit-overflow-scrolling:touch;}
html { font-size:62.5%;line-height:1.8;}
body { font-size:1.4rem;background-color:#fff;}

/**/
#superContainer { width: 100%; height: 100%;}

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    position: relative;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img { display: block; width: 100%;}

.page-bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.page-bg img { width: 100%; height: 100%;}

.button { 
    display: block; 
    font-size: 18px;
    color: #fff;
    padding: .4em 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#d8292b), to(#9f3e58));
    background: -moz-linear-gradient(top,  #d8292b,  #9f3e58); 
}
/**/
.cover { background-color:#fff;}
.cover-banner { width:100%; position: absolute; left:0; top:0;}
.cover-button { width: 76%; position: absolute; left:10%; bottom:3%; }
.swiper-slide-active {}


/**/
.page1 { background-color:#f4f4f4;}

.p1-topbar { width:100%; position: absolute; left:0; top:0;}

.order { width: 100%; }
.order-list li { width: 44%; float:left; margin:0 3% 12px; font-size: 12px;}

.item-tit { padding-left:44px; text-align: left; line-height: 240%; background-color: #fff; position:relative; }
.item-tit i.icon-checkbox { display:block; width:24px; height:24px; background:url("../img/square-checked.png") -24px 0 no-repeat; position:absolute; left:10px; top:2px; }
.item-list-checkbox .item-tit i.icon-checkbox { background-position:0 0;}

.order-submit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    margin-top: 9px;
    z-index: 999;
}
.order-submit .realpay {
    vertical-align: middle;
    text-align: right;
    margin-right: 9px;
    font-size: 14px;
    padding-top: 1em;
}
.order-submit .realpay i {
    color: #de1515;
    font-style: normal;
}
.order-submit .action {
    float: right;
    margin-left: 9px;
    padding: .6em 1.4em;
    pointer-events: all;
    font-size: 16px;
    background-color: #dd2727;
    color: #fff;
}

@media screen and (max-width: 320px) {
    .order-list li { /*width:48%; margin:0 1% 12px;*/ font-size: 10px;}
    
    .item-tit { padding-left:34px;}
    .item-tit i.icon-checkbox { left:8px; top:2px;}

}
/**
 * iPhone 4/4s landscape & portrait
 */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-device-pixel-ratio: 2)
and (device-aspect-ratio: 2/3) {
    .order { 
        transform: scale(0.8, 0.8); 
        -webkit-transform: scale(0.8, 0.8); 
    }
    .cover-button { width: 60%; left:20%; bottom: 2%;}
}


/**/
.page2 { background-color: #eee;}

.page-head { position:absolute; left:0; top:0; z-index:1; width:100%; margin:auto; height:44px; background:#fff; border-bottom:solid 1px #bfbfbf;width:100%;}
.page-head h1{ font-size:18px; font-weight:normal; color:#000; text-align:center; padding:4px 45px 0 40px; line-height:40px; margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.page-head .page-back { position:absolute;top:0;left:0;padding:0 10px;width:10px;height:44px;}
.page-head .page-back img{ height:16px;margin:15px 0 0;}

.order-detail { width: 100%; height: 100%; position: absolute; left:0; top:44px;}
.order-detail-state { background-color: #ff7e00; overflow: hidden;}
.order-detail-state h2 { padding-top: 2.5em; font-size: 16px; font-weight:normal; color:#fff;}
.order-detail-state span { width: 35%;  float: right; padding: 1em;}

.order-detail-item { padding: 1em 0; background-color: #fff;}
.order-detail-item .item-img { width: 48%; margin:0 auto;}
.order-detail-item .item-name { padding:1em 0 0; font-size:16px; padding-left: 0; text-align: center; }

.order-detail-location { margin-top:1em; padding: 1em 0; background-color: #fff; font-size: 12px; color: #dd2727;}
.order-detail-location strong { display: inline-block; line-height: 31px; padding-left: 45px; margin-right: 6px; font-size: 14px; font-weight: normal; color:#000; background:url("../img/icon_location.png") no-repeat; }

.order-detail-submit { width: 100%; position: absolute; left:0; bottom: 0; padding:.5em 0; background-color: #dd2727; color:#fff;}

/**/
.page3 { background-color: #f5f5f5;}

.order-logis { width: 100%; height: 100%; position: absolute; left:0; top:44px;}
.order-logis-submit { width: 100%; position: absolute; left:0; bottom: 0; padding:.5em 0; background-color: #dd2727; color:#fff;}

.logis-state {
    display: -webkit-box;
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    border-top-width: 0;
}

.logis-state-img { margin-right: 14px; width: 90px; height: 68px;}

.logis-state-txt { -webkit-box-flex: 1; font-size: 12px; line-height: 20px; text-align: left;} 
.logis-state-txt span { display: block; color: #8c8c8c;}
.logis-state-txt span em { font-style: normal;}
.logis-state-txt span:first-child { font-size: 14px; margin-bottom: 4px; color:#25ae5f;}
.logis-state-txt span:first-child em { color:#252a2e; margin-right: 4px;}
.logis-state-txt span.logis-state-time { display: inline-block;}

.logis-detail { padding:10px; margin-top:10px; background-color: #fff;}
.logis-detail ul li:first-child .logis-detail-first { color: #23ad5e;}
.logis-detail ul li:first-child .logis-detail-first:after { background: #25ae5f; border: 2px solid #c4e9d4;}
.logis-detail ul li:first-child .logis-detail-first .logis-detail-content { font-size: 14px;}

.logis-detail ul .logis-detail-d {
    border-left: 2px solid #ddd;
    padding: 0 0 0 15px;
    margin-left: 25px;
    position: relative;
    color: #8c8c8c;
}
.logis-detail ul .logis-detail-d:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: -6px;
    top: 10px;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 10px;
    background: #BDBDBD;
    border: 2px solid #EEE;
}
.logis-detail ul .logis-detail-content {
    display: -webkit-box;
    position: relative;

    padding: 5px 10px;
    -webkit-border-radius: 2px;
    font-size: 13px;
}
.logis-detail ul .logis-detail-content .logis-detail-content-detail {
    -webkit-box-flex: 1;
    line-height: 22px;
    text-align: left;
    padding-bottom: 8px;
    border-bottom: 1px solid #f0f0f0;
}

.logis-detail-scroll { width:100%; height:673px; overflow-y:auto;}
.logis-detail-scroll ul { padding-bottom: 80px;}


/**/
.page4 { background: url("../img/common_bg.jpg") no-repeat 50% 100%; background-size: cover; }
.process-wrapper { width:100%;}
.process-wrapper p,
.process-wrapper h3 { padding:0 20px; font-size: 16px; margin-bottom: 22px; text-align: left; text-indent: 2em;}
.process-wrapper h3{padding:0 10px;}

.process-button { width: 100%;}
.process-button a { 
    display: inline-block; 
    width: 42%;
    margin: 0 1%;
}


/**/
.page5 { background: url("../img/common_bg.jpg") no-repeat 50% 100%; background-size: cover; }

.event-wrapper { width:100%;}

.event-title { font-size: 18px; text-align: left; padding-left: 15px; margin-bottom:6px; color:#cc0000; }
.event-button { width: 70%; margin:6px auto 0;}

.event-list-content {
    border-left: 2px solid #ddd;
    padding: 0 0 0 15px;
    margin-left: 25px;
    position: relative;
    color: #333;
}
.event-list-content:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: -6px;
    top: 10px;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 10px;
    background: #ff6666;
    border: 2px solid #ff6666;
}
.event-list-content p {
    display: -webkit-box;
    position: relative;
    padding: 3px 10px;
    -webkit-border-radius: 2px;
    font-size: 14px;
    text-align: left;
}

@media screen and (max-width: 320px) {
    .event-list-content p { font-size: 12px; }
}

/**
 * iPhone 4/4s landscape & portrait
 */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-device-pixel-ratio: 2)
and (device-aspect-ratio: 2/3) {
    .event-wrapper { 
        transform: scale(0.8, 0.8); 
        -webkit-transform: scale(0.8, 0.8); 
    }
}


/**/
.page6{ background: url("../img/common_bg.jpg") no-repeat 50% 100%; background-size: cover; }
.footer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/footer_bg.png) no-repeat 50% 50%;
    background-size: 100% auto;
}
.f-qr {
    position: absolute;
    left: 0;
    top: 56%;
    width: 100%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    text-align: center;
}
.f-qr img {
    display: inline-block;
    width: 26%;
    vertical-align: top;
    margin: 0 20px;
}