.wid1120{
    width: 1120px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 196px;
}
.adress .tip{
    font-size: 14px;
    margin: 45px 0 20px 0;
}
/* 地址卡片样式 */
.adress .adress_div ul li{
    float: left;
    width: 359px;
    height: 168px;
    border: 2px solid #dcdcdc;
    border-radius: 4px;
    font-size: 16px;
    margin-left: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}
.adress .adress_div ul li:nth-child(3n+1){
    margin-left: 0;
}
.adress .adress_div ul li p{
    font-size: 20px;
    color: #282828;
    font-weight: 600;
    margin-top: 10px;
    margin-left: 8px;
}
.adress .adress_div ul li p:nth-child(1){
    margin-left: 18px;
}
.adress .adress_div .adress_add{
    font-weight: 600;
    line-height: 168px;
    text-align: center;
    cursor: pointer;
}
.adress .adress_div .adress_edit{
    width: 56px;
    height: 24px;
    border: 1px solid #1f82d2;
    color: #1F82D2;
    text-align: center;
    line-height: 24px;
    border-radius: 13px;
    margin-left: 18px;
}
.adress .adress_div .default{
    width: 40px;
    height: 20px;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    background: #282828;
    border-radius: 2px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 15px;
}
.adress .adress_div .adress_info{
    font-size: 16px;
    color: #a0a0a0;
    padding: 12px 18px 21px;
    line-height: 22px;
}
.adress .adress_div .adress_default{
    border-color: #1f82d2;
    background: #f0f8ff;;
}
/* 优惠券列表样式 */
.coupon_div {
    margin: 30px 0;
}

/* 优惠券容器固定宽度 */
.coupon_wrapper {
    width: 1120px;
    margin: 30px 0;
}

.coupon_div ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.coupon_div ul li {
    float: left;
    width: 240px;
    height: 140px;
    border: 2px solid #dcdcdc;
    border-radius: 4px;
    font-size: 14px;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative; /* 添加相对定位 */
}

.coupon_div ul li:hover {
    border-color: #1f82d2;
}

.coupon_div ul li.selected {
    border-color: #1f82d2;
    background: #f0f8ff;
    font-weight: bold;
}

/* 置灰不可选择的优惠券样式 */
.coupon_div ul li.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.coupon_div ul li h3 {
    margin: 0;
    padding: 0;
    color: #ff4646;
}

.coupon_div ul li p {
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 12px;
    color: #282828;
}

/* 不可叠加使用的优惠券样式 */
.coupon_div ul li[data-is-mutex="1"]::after {
    content: "不可叠加";
    position: absolute;
    top: 5px;
    right: 5px;
    background: #ff4646;
    color: white;
    font-size: 10px;
    padding: 2px 4px;
    border-radius: 2px;
}

.adress .order_info ul{
    display: flex;
    justify-content: center;
}
.adress .order_info ul li{
    float: left;
    width: 198px;
    text-align: center;
    font-size: 16px;
    border-bottom: 4px solid #1f82d2;
    margin-right: 8px;
    padding-bottom: 12px;
}
.adress .order_info ul li:nth-child(1){
    width: 496px;
}
.adress .order_info ul li:last-child{
    margin-right: 0;
}
.adress .order_book{
    width: 1120px;
    /* min-height: 124px; */
    background: #f0f8ff;
    margin-top: 8px;
    position: relative;
}
.adress .order_book img{
    display: inline-block;
    width: 170px;
    height: 100px;
    padding: 12px;
}
.adress .book_title{
    width: 302px;
    font-size: 20px;
    color: #282828;
    line-height: 28px;
    margin: 12px 0 4px;
}
.adress  .book_tipe{
    font-size: 16px;
    color: #a0a0a0;
    font-weight: 600;
}
.adress  .book_time{
    font-size: 16px;
    color: #1f82d2;
    font-weight: 600;
    margin-top: 25px;
}
.adress  .book_name{
    width: 496px;
}
.adress  .book_num{
    font-size: 16px;
    color: #282828;
    text-align: center;
    line-height: 124px;
    width: 148px;
    margin-left: 8px;
    font-weight: 600;
}
.adress  .book_num .book_small{
    font-size: 12px;
}
.adress  .book_num.book_per{
    line-height: 30px;
    position: absolute;
    left: 809px;
    top: 50%;
    transform:translateY(-50%);
}
.adress  .book_num.ml100{
    margin-left: 164px;
}
.adress .red{
    color: #FF4646;
}
.adress  .order_transport{
    color: #282828;
    font-weight: 600;
    margin-top: 21px;
    margin-right: 10px;
}
.adress .order_kf{
    width: 92px;
    height: 24px;
}
.adress .order_kf img{
    width: 100%;
    height: 100%;
    padding: 0;
}
.adress .order_total{
    width: 100%;
    height: 232px;
    background: #f4f4f4;
    margin-top: 20px;
    overflow: hidden;
}
.adress .order_total div{
    margin-right: 20px;
    text-align: right;
    margin-top: 20px;
}
.adress .order_total .order_tip{
    line-height: 22px;
    color: #a0a0a0;
}
.adress  .order_weight{
    font-weight: 600;
}
.adress  .order_font{
    font-size: 32px;
    font-weight: 600;
}
.adress .order_total .submit{
    width: 200px;
    height: 64px;
    background: #ff8609;
    border-radius: 4px;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    line-height: 64px;
    color: #ffffff;
    cursor: pointer;
}
.adress .adress_logo img{
    width: 170px;
    height: 50px;
}
.adress .adress_logo .huiheng{
    width: 120px;
    height: 2px;
    background: #dcdcdc;
    right: 30px;
    z-index: -1;
    top: 15px;
}
.adress .adress_logo .lanheng{
    width: 120px;
    height: 2px;
    background: #1f82d2;
    right: 145px;
    z-index: -1;
    top: 15px;
}
.adress .adress_logo .progress{
    width: 56px;
    margin-left: 64px;
}
.adress .adress_logo .progress p:nth-child(1){
    width: 20px;
    height: 20px;
    background: #1F82D2;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    margin: 5px auto 8px;
}
.adress .adress_logo .progress p:nth-child(2){
    font-size: 14px;
    color: #1F82D2;
    text-align: center;
    line-height: 20px;
}
.adress .adress_logo .progress.hui p:nth-child(1){
    background: #c8c8c8;
}
.adress .adress_logo .progress.hui p:nth-child(2){
    color: #C8C8C8;
}
.adress .alert_bg{
    position: fixed;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
}
.adress .tip_alert{
    width: 300px;
    height: 170px;
    background: #FFFFFF;
    position: fixed;
    left: 50%;
    margin-left: -140px;
    top: 50%;
    margin-top: -75px;
    padding: 20px 20px 40px 40px;
    display: none;
}
.adress .tip_alert .alert_title img{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.adress .tip_alert .alert_tip_cont{
    font-size: 20px;
    color: #282828;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    padding-top: 34px;
}
.adress .tip_alert .alert_tip_cont button{
    width: 80px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #ff8609;
    border-radius: 4px;
    border: 0;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    margin-top: 30px;
}
.adress .adress_alert,.cashier .cashier_alert{
    width: 580px;
    height: 454px;
    background: #FFFFFF;
    position: fixed;
    left: 50%;
    margin-left: -320px;
    top: 50%;
    margin-top: -257px;
    padding: 20px 20px 40px 40px;
    display: none;
}
.cashier .cashier_alert{
    display: block;
}
.adress .adress_alert .alert_title{
    font-size: 20px;
    color: #282828;
    font-weight: 600;
    margin-bottom: 40px;
}
.adress .adress_alert .alert_title img,.cashier_alert .alert_title img{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.cashier_alert .alert_wx{
    display: none;
}
.adress .adress_alert .alert_cont > div{
    margin-top: 20px;
    position: relative;
}
.adress .adress_alert .alert_cont > div i{
    position: absolute;
    left: 100px;
    top: 40px;
    display: none;
}
.adress .adress_alert input[type="text"],.adress .adress_alert textarea{
    width: 458px;
    height: 40px;
    border: 1px solid #979797;
    margin-right: 20px;
    text-indent: 10px;
}
.adress .adress_alert textarea{
    width: 458px;
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.adress .adress_alert input[type="checkbox"]{
    margin-left: 100px;
    width: 20px;
    height: 20px;
    border: 1px solid #979797;
}
.adress .adress_alert label{
    font-size: 20px;
    color: #282828;
    font-weight: 600;
    line-height: 40px;
    margin-right: 20px;
}
.adress .adress_alert .check_div label{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 20px;
    margin-left: 8px;
}
.adress .adress_alert button{
    width: 460px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    background: #ff8609;
    border-radius: 4px;
    border: 0;
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    margin-left: 100px;
    cursor: pointer;
}




.cashier .adress_logo .huiheng{
    width: 120px;
    height: 2px;
    background: #1F82D2;
    right: 30px;
    z-index: -1;
    top: 15px;
} 
.cashier .cashier_tip{
    width: 72px;
    height: 28px;
    background: #1f82d2;
    border-radius: 14px;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-top: 5px;
}
.cashier .info_time{
    width: 1120px;
    height: 48px;
    background: #f4f4f4;
    line-height: 48px;
    font-size: 16px;
    color: #282828;
    font-weight: 600;
    margin-top: 77px;
}
.cashier .info_time p{
    text-indent: 20px;
}
.cashier .info_time div{
    width: 64px;
    height: 32px;
    background: #ffffff;
    border: 1px solid #1f82d2;
    border-radius: 17px;
    font-weight: 600;
    text-align: center;
    color: #1f82d2;
    line-height: 32px;
    margin-right: 20px;
    margin-top: 8px;
    cursor: pointer;
}
.cashier .order_info{
    margin-top: 40px;
}
.cashier .pay_style > div{
    width: 160px;
    height: 60px;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    font-weight: 400;
    color: #282828;
    margin-left: 20px;
    line-height: 60px;
    font-size: 20px;
    cursor: pointer;
}
.cashier .pay_style div img{
    width: 24px;
    height: 24px;
    margin: 18px 8px 18px 34px;
}
.cashier .pay_style div.hb{
    line-height: 1;
}
.cashier .pay_style div.wx img{
    margin: 18px 8px 18px 24px;
}
.cashier .pay_style div.hb img{
    margin: 12px 8px 0 44px;
}
.cashier .pay_style div.hb > span{
    line-height: 50px;
}
.cashier .pay_style div.hb p{
    font-size: 12px;
    text-align: center;
    margin-top: -8px;
}
.cashier .pay_style .clicking{
    border: 2px solid #1f82d2;
    background: #f0f8ff;
}
.cashier .order_total{
    height: 168px;
}
.mt20{
    margin-top: 20px;
}
.cashier .alert{
    width: 456px;
    height: 456px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -228px;
    margin-top: -228px;
    padding: 0;
}
.cashier .alert .alert_title{
    margin: 20px 20px 40px 0;
}
.cashier .alert .alert_cont{
    position: relative;
    height: 400px;
}
.cashier .alert .alert_cont p{
    position: absolute;
    left: 50%;
    transform:translateX(-50%);
}
.cashier .alert .alert_cont p:nth-child(1){
    top: 0px;
    font-size: 20px;
    line-height: 25px;
}
.cashier .alert .alert_cont p:nth-child(2){
    top: 44px;
}
.cashier .alert .alert_cont p:nth-child(3){
    width: 240px;
    top: 264px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}
.cashier .alert .alert_smimg{
    width: 24px;
    height: 24px;
    margin-right:8px ;
}
.cashier .alert .code{
    width: 200px;
    height: 200px;
}

.wid942{
    width: 942px;
    margin: 0 auto;
}

.list ul li{
    width: 942px;
    margin-bottom: 20px;
}
.list .list_code{
    font-size: 14px;
    color: #282828;
    height: 40px;
    background: #f4f4f4;
    border: 1px solid #dcdcdc;
    line-height: 40px;
    text-indent: 20px;
}
.list  .order_kf{
    color: #1f82d2;
    line-height: 40px;
    text-indent: 4px;
    margin-right: 20px;
}
.list  .order_kf .xkf{
    width: 16px;
    height: 16px;
    margin-top: 12px;
}
.list .list_info{
    height: 108px;
    border: 1px solid #dcdcdc;
    background: #fafafa;
}
.list .book_info{
    width: 462px;
    height: 100%;
    border-right:1px solid #dcdcdc;
}
.list .book_price,.list .book_status,.list .book_button{
    width: 158px;
    height: 100%;
    border-right:1px solid #dcdcdc;
}
.list .book_img{
    width: 102px;
    height: 60px;
    margin: 24px 12px 0 20px;
}
.list .book_name{
    font-size: 16px;
    margin-top: 24px;
}
.list .book_type{
    font-size: 12px;
    color: #A0A0A0;
}
.list .book_time{
    font-size: 12px;
    color: #1F82D2;
}
.list  .book_pri{
    font-size: 12px;
    margin: 67px 20px 0 0;
}
.list  .book_price{
    font-size: 16px;
    color:  #000000;
    text-align: center;
}
.list  .book_price .price_num{
    color: #FF4646;
    margin: 29px 0 19px;
}
.list .book_status{
    font-size: 16px;
    color: #A0A0A0;
    text-align: center;
}
.list .book_status .order_status{
    color: #1F82D2;
    margin: 29px 0 19px 0;
}
.list .book_status .order_info{
    cursor: pointer;
}
.list  .book_button{
    position: relative;
}
.list  .book_button button{
    width: 100px;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border: 0;
}
.list  .book_button button.book_pay{
    background: #FF8609;
    margin-bottom: 10px;
}
.list  .book_button button.book_del{
    background: #666666;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.list  .book_button button.book_sale{
    background: #1F82D2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.list  .book_button  .book_cancel{
    color: #A0A0A0;
    cursor: pointer;
    text-align: center;
}
.list  .book_button{
    position: relative;
}
.list .book_go{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
#distpicker{
    width: 458px;
    margin-right: 20px;
}
#distpicker .form-group{
    width: 146px;
    margin-right: 10px;
}
#distpicker .form-group:last-child{
    margin-right: 0;
}
#distpicker .form-group select{
    width: 100%;
    height: 40px;
    border-color: #979797;
}