﻿.spinner { margin: 100px auto; width: 50px; height: 60px; text-align: center; font-size: 10px; }

.spinner > div { background-color: #B81D22; height: 100%; width: 6px; display: inline-block; -webkit-animation: stretchdelay 1.2s infinite ease-in-out; animation: stretchdelay 1.2s infinite ease-in-out; }

.spinner .rect2 { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; }

.spinner .rect3 { -webkit-animation-delay: -1.0s; animation-delay: -1.0s; }

.spinner .rect4 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; }

.spinner .rect5 { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; }

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4); }

    20% { -webkit-transform: scaleY(1.0); }
}

@keyframes stretchdelay {
    0%, 40%, 100% { transform: scaleY(0.4); -webkit-transform: scaleY(0.4); }

    20% { transform: scaleY(1.0); -webkit-transform: scaleY(1.0); }
}

/*包裹板块样式*/
.order_all_parcel tr { height: 24px; }

.order_all_parcel td { border-bottom: dashed #ccc 1px; border-spacing: 0; width: auto; }

.bg_inc_user_tab { width: 100%; }

.bg_inc_user_tab ul { background: url(/images/mbTabTit.jpg) 100% 100%; width: 100%; height: 27px; text-align: center; }

.bg_inc_user_tab ul li { font-weight: bold; font-size: 13px; line-height: 27px; display: inline-block; float: left; color: #e26c08; }

.bg_inc_user_content { width: auto; margin: 0px 4px 10px 4px; border: 1px solid #0ba9f8; }

.bg_inc_user_content_title { background: url(/images/mbTabTit.jpg) 100% 100%; width: 100%; height: 25px; display: block; }

.bg_inc_user_content_title li span { display: inline-block; line-height: 25px; font-size: 12px; overflow: hidden; white-space: nowrap; font-weight: bold; }

.bg_inc_user_content_box { height: auto; width: 100%; display: table; border-spacing: 10px; border-top: 1px solid #ccc; }

.bg_inc_user_content_box li { display: table-cell; position: relative; margin: 10px; *float: left; text-align: center; padding: 5px 10px; height: auto; vertical-align: middle; }

.bg_inc_user_content_box li + li { border-left: 1px solid #ccc; }

.Parcel_WCTZ { background-color: #addedb; }

.Parcel_WCZT { background-color: #FCE792; }

.Parcel_DQRZT { background-color: #C1F39B; }


/*后台订单备注样式*/
.nav_bz_none { width: 100%; height: 20px; line-height: 20px; margin: 0 auto; display: block; vertical-align: middle; }

.nav_bz { background: url(/images/omy360_back.png) no-repeat; width: 19px; height: 20px; display: block; cursor: pointer; vertical-align: middle; line-height: 20px; margin: 0 auto; font-size: 13px; }

.nav_bz_yes { background-position: 0 -147px; }

.nav_bz_no { background-position: 0 -127px; }
