.order-info {
        position: relative;
        margin-top: 30px;
        width: 1000px;
        border: 1px solid #CBCBCB;
        border-radius: 20px;
        background-color: #F2F2F2;
        box-sizing: border-box;
        padding: 20px 0 20px 50%;
        min-height: 420px;
    }
    .order-info:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 5%;
        width: 40%;
        height: 340px;
        margin-top: -170px;
        background: url('/resource/images/icon/order_info.png') no-repeat center center;
        background-size: contain;
    }
    .order-info-ul {
        width: 100%;
    }
    .order-info-ul li{
        width: 100%;
        box-sizing: border-box;
        padding: 10px 10px 10px 40px;
        background: url('/resource/images/icon/hook.png') no-repeat center left;
        background-size: 15px 22px;
    }
    .order-items {
        padding-top: 30px;
        width: 100%;
    }
    .order-items li {
        float: left;
        position: relative;
        margin-left: 50px;
        width: 300px;
        height: 225px;
        box-sizing: border-box;
        border: 1px solid #B9B9B9;
        border-radius: 15px;
        padding: 20px 15px;
        text-align: center;
    }
    .order-items li .order_item {
        width: 268px;
        height: 100px;
        background: url('/resource/images/icon/order_item.png') no-repeat center;
        background-size: 100% 100%;
    }
    .order-items li .order_item .order_item_time {
        float: left;
        width: 115px;
        height: 100px;
        box-sizing: border-box;
        padding: 28px;
        font-size: 17px;
        color: #DE2A36;
        font-weight: 900;
    }
     .order-items li .order_item .order_item_info {
        float: left;
        width: 130px;
        height: 100px;
        box-sizing: border-box;
        padding: 10px 0;
        color: #FFFFFF;
        font-size: 18px;
        line-height: 80px;
     }
     .order-items li .order_item .order_item_info .order_item_money{
        float: left;
        width: 130px;
        height: 55px;
     }
     .order-items li .order_item .order_item_info .order_item_money span {
         position: relative;
         font-size: 45px;
        color: #FFFFFF;
        font-weight: 900;
         padding: 0 15px 0 15px;
        line-height: 55px;
     }
     .order-items li .order_item .order_item_info .order_item_money span:after {
         content: '￥';
         position: absolute;
         top: 10px;
         left: 0;
         font-size: 16px;
         line-height: 20px;
     }
     .order-items li .order_item .order_item_info .order_item_type {
         float: left;
        width: 130px;
        height: 25px;
        color: #FFFFFF;
        line-height: 25px;
     }
    .order-items li hr {
        width: 90%;
        margin-top: 20px;
        border: none;
        border-top: 1px solid #C9C9C9;
    }
    .order-items li button{
        position: absolute;
        width: 160px;
        height: 40px;
        background-color: #FA2752;
        border-radius: 20px;
        border: none;
        outline: none;
        top: 160px;
        left: 70px;
        color: #FFFFFF;
        font-size: 18px;
    }
    .order-items li:FIRST-CHILD{
        margin-left: 0;
    }
    .order-items li.order-item-1 {
        background: url('/resource/images/icon/order_item1.png') no-repeat;
        background-size: 100% 100%;
    }
    .ui-mask {
        position: fixed;
        top: 0;
        left: 0;
        background: #888;
        opacity: .5;
        display: none;
        z-index: 1001;
        -webkit-transform: translateZ(0);
        -webkit-tap-highlight-color: rgba(255,255,255,0);
    }
    .payBox {
        position: fixed;
        width: 740px;
        --height: 385px;
        left: 50%;
        top: 50%;
        margin-left: -370px;
        margin-top: -200px;
        z-index: 1002;
        background-color: #FFFFFF;
        box-sizing: border-box;
        padding: 30px 30px 20px 30px;
        -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.5);
        -webkit-border-radius: 0.3rem;
        box-shadow: 0 1px 10px rgba(0,0,0,0.5);
        border-radius: 5px;
    }
    .payBox .ui-dialog-close {
        position: absolute;
        top: 7px;
        right: 9px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        z-index: 1010;
    }
    .ui-icon-delete {
        text-indent: -1000em;
    }
    .ui-icon {
        background: url("/resource/images/icon/close@2x.png") no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: 100%;
        display: inline-block;
    }
    .payBox .header {
        position: relative;
        width: 680px;
        height: 150px;
        box-sizing: border-box;
        padding: 30px 10px 40px 415px;
    }
    .payBox .custom {
        position: relative;
        width: 680px;
        --height: 200px;
        box-sizing: border-box;
        padding: 30px 10px;
    }
    
    .payBox .custom > p {
        font-size: 16px;
        padding: 10px 0;
    }
    
    .payBox .custom > input {
        width: 180px;
        font-size: 14px;
        padding: 5px;
    }
    
    .payBox .custom > div{
        padding-bottom: 15px;
    }
    .payBox .custom > div > p{
        float: left;
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }
 
    .payBox .custom ul {
        float: left;
        box-sizing: border-box;
        --background-color: #e8e8e8;
    }
    .payBox .custom ul li{
        position: relative;
        float: left;
        width: 45px;
        text-align: center;
        background-color: #e8e8e8;
        color: #999;
        border-left: solid 1px rgb(221, 221, 221);
        cursor: pointer;
        font-size: 14px;
        padding: 3px 0;
    }
    .payBox .custom ul li.hasGift {
        width: 60px;
    }
    .payBox .custom ul li:FIRST-CHILD{
        border-left: none;
    }
    .payBox .custom ul li.active:after {
    }
    .payBox .custom ul li.current {
        background-color: #43bfe3;
        border-right: solid 1px #2dacd;
        color: #FFFFFF;
    }
    .payBox .custom ul li span.gift {
    }
    .payBox .custom ul li span.gift:BEFORE{
        font-family: 'aliyun-iconfont';
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -o-smoothing: antialiased;
        -moz-smoothing: antialiased;
        -ms-smoothing: antialiased;
        smoothing: antialiased;
        content: "\e623";
        padding-right: 3px;
        color: #f60;
    }
    .payBox .custom ul li.current span.gift:BEFORE{ 
        color: #FFFFFF;
    }
    .payBox .custom ul li span.unit {
        display: none;
        font-size: 12px;
    }
    .payBox .custom ul li.active span.unit {
        display: inline;
    }
    
    .payBox .custom ul li i{
        display: none;
        position: absolute;
        top: 0;
        left: 50%;
        margin-top: -25px;
        font-size: 12px;
        padding: 0 3px;
        background-color: #f60;
        color: #FFFFFF;
        white-space:nowrap;
        font-style:normal;
    }
    .payBox .custom ul.durationUl li.active i, .payBox .custom ul.typeUl li.current i{
        display: inline;
    }
    .payBox .custom ul li i:AFTER{
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        width: 0;
        height: 0;
        border: solid 2px transparent;
        border-top-color: #f60;
        border-left-color: #f60;
    }
    .payBox .custom ul.typeUl li {
        padding: 3px 15px;
        width: auto;
        margin-right: 10px;
        border: none;
    }
    .payBox .header .order_item {
        position: absolute;
        top: 7px;
        left: 30px;
        width: 335px;
        height: 126px;
        background: url('/resource/images/icon/order_item.png') no-repeat center;
         background-size: 100% 100%;
         text-align: center;
    }
    
    .payBox .header .order_item .order_item_time {
        float: left;
        width: 145px;
        height: 126px;
        box-sizing: border-box;
        padding: 35px;
        font-size: 20px;
        color: #DE2A36;
        font-weight: 900;
    }
    .payBox .header .order_item .order_item_info {
        float: left;
        width: 160px;
        height: 126px;
        box-sizing: border-box;
        padding: 18px 0;
        color: #FFFFFF;
        font-size: 18px;
        line-height: 80px;
     }
     .payBox .header .order_item .order_item_info .order_item_money{
        float: left;
        width: 130px;
        height: 60px;
     }
     .payBox .header .order_item .order_item_info .order_item_money span {
         position: relative;
         font-size: 45px;
        color: #FFFFFF;
        font-weight: 900;
        padding: 0 15px 0 15px;
        line-height: 60px;
     }
     .payBox .header .order_item .order_item_info .order_item_money span:after {
         content: '￥';
         position: absolute;
         top: 10px;
         left: 0;
         font-size: 16px;
         line-height: 20px;
     }
     .payBox .header .order_item .order_item_info .order_item_type {
         float: left;
        width: 130px;
        height: 30px;
        color: #FFFFFF;
        line-height: 30px;
     }
    
    .payBox .header p {
        line-height: 40px;
        font-size: 18px;
    }
    .payBox .content p {
        padding: 10px;
    }
    .payBox .content ul {
        width: 100%;
        height: 30px;
    }
    .payBox .content ul li {
        position: relative;
        float: left;
        width: 150px;
        height: 40px;
        margin: 0 10px;
        box-sizing: border-box;
        border: 1px solid #E6E6E6;
    }
    .payBox .content ul li.active {
        border: 1px solid #FF5200;
    }
    .payBox .content ul li.active:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 21px;
        height: 21px;
        background: url('/resource/images/icon/active.png') no-repeat;
        background-size: 100% 100%;
    }
    .btnDiv {
        width: 100%;
        text-align: center;
        padding: 50px 0 20px 0;
    }
    .btnDiv button {
        width: 260px;
        height: 50px;
        background-color: #F53030;
        border: none;
        border-radius: 7px;
        color: #FFFFFF;
        font-size: 20px;
    }
    
@media screen and (max-width: 800px) {
    .order-info {
        width: 100%;
        min-height: 220px;
    }
    .order-info-ul li {
        padding: 2px 5px 2px 20px;
        background: url('/resource/images/icon/hook.png') no-repeat center left;
        background-size: 15px 22px;
        font-size: 14px;
    }
    .order-items li {
        float: none;
        width: 300px;
        height: 225px;
        margin: 30px auto 0 auto;
        border-radius: 15px;
        padding: 20px 15px;
    }
    
    .order-items li:FIRST-CHILD {
        margin: 30px auto 0 auto;
    }
    
    .order-items {
        padding-top: 0;
    }
    
    .payBox {
        position: fixed;
        width: 90%;
        left: 5%;
        top: 50%;
        margin-left: 0;
        margin-top: -200px;
        padding: 10px 10px 5px 10px;
    }
    .payBox .header {
        position: relative;
        width: 100%;
        height: 180px;
        box-sizing: border-box;
        padding: 110px 20px 10px 20px;
    }
    
    .payBox .header .order_item {
        top: 7px;
        left: 50%;
        width: 260px;
        margin-left: -130px;
        height: 100px;
    }
    
    .payBox .header .order_item .order_item_time {
        float: left;
        width: 100px;
        height: 100px;
        padding: 30px 20px 30px 25px;
        font-size: 14px;
    }
    .payBox .header .order_item .order_item_info {
        float: left;
        width: 150px;
        height: 100%;
        padding: 12px 0;
        font-size: 16px;
        line-height: 40px;
    }
    .payBox .header .order_item .order_item_info .order_item_money {
        height: 45px;
    }
    .payBox .header .order_item .order_item_info .order_item_money span {
        font-size: 30px;
        line-height: 40px;
    }
    .payBox .header p {
        line-height: 30px;
        font-size: 16px;
    }
    .payBox .content ul {
        padding-top: 10px;
    }
    .payBox .content ul li {
        position: relative;
        float: left;
        width: 40%;
        height: 40px;
        margin: 0 5% 10px 5%;
        box-sizing: border-box;
        border: 1px solid #E6E6E6;
    }
}