.shopPrint_addfile {
    text-align: center;
    background-repeat: no-repeat;
    background-image: url("../image/up_icon.png");
    background-size: 25px 25px;
    background-position: 80px center;
    border: 1px solid #c1b2b2;
    line-height: 40px;
    font-size: 13px;
    padding: 12px;
    margin: 12px;
}

.shopPrint_table .shopPrint_tb_title {
    display: inline-flex;
    width: 100%;
}

.shopPrint_table .shopPrint_tb_title .child_item:nth-child(1) {
    width: 20%;
    min-width: 80px;
}

.shopPrint_table .shopPrint_tb_title:first-child {
    border-top: 1px solid #c1b2b2;
}

.shopPrint_table .shopPrint_tb_title .child_item {
    border-bottom: 1px solid #c1b2b2;
    width: 15%;
    text-align: center;
    line-height: 40px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shopPrint_takeorder {
    text-align: center;
    line-height: 40px;
    color: white;
    border-radius: 20px;
    background-color: #fc9b4c;
    margin: 0 auto;
    width: 100px;
    font-size: 14px;
    margin-top: 10px;
    height: 40px;
}

.shopPrint_order_container {
    position: fixed;
    right: 20px;
    bottom: 15px;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    width: calc(100% - 40px);
    box-shadow: 1px 1px 1px #eee;
}

.shopPrint_order {
    width: 100%;
    display: flex;
    left: 0px;
}

.shopPrint_order .info div:first-child {
    font-size: 14px;
    background-repeat: no-repeat;
    background-image: url("../image/print/address.png");
    background-size: 10px 10px;
    background-position: left center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #0e90d2;
}

.shopPrint_order .info div {
    font-size: 12px;
    padding-left: 12px;
    padding-right: 12px;
    width: 200px;
}

.shopPrint_order .chooseShop {
    font-size: 12px;
    background-color: #fc9b4c;
    width: calc(100%);
    text-align: center;
    color: white;
}

.bg_white {
    background-color: white;
}

.padding-leftandright {
    padding-left: 9px;
    padding-right: 9px;
}

.shopPrint_item-title {
    display: flex;
    font-size: 14px;
}

.shopPrint_item-title .child_item {
    width: 50%;
}

.child_item {
    font-size: 14px;
}

.shopPrint_item {
    border-radius: 10px;
    border: 1px solid #eee !important;
    padding: 5px;
    margin-top: 15px;
    box-shadow: 0px 1px 15px #eee;
}

.shopPrint_list {
    padding-bottom: 30px;
    min-height: 200px;
    height: 200px;
    overflow: scroll;
    scrollbar-arrow-color: white;
}

.shopPrint_list::-webkit-scrollbar {
    display: none;
}

.shopPrint_border_bottom {
    border-bottom: 1px solid #eee;
}

.shopPrint_input {
    border: none;
    border-bottom: 1px solid #666;
    font-size: 13px !important;
}

.shopPrint_text-content {
    font-size: 13px;
}

.shopPrint_modal-item {
    text-align: left;
    padding: 6px;
}

.shopPrint_modal-item span:first-child {
    width: 65px !important;
}

.shopPrint_modal-item .singleChoose {
    font-size: 12px;
    padding: 7px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 12px;
    margin-left: 10px;
    color: #333;
    border: 1px solid #eee;
}

.shopPrint_modal-item .singleChoose.cheese {
    color: white;
    background-color: orange;
    border-radius: 12px;
}

.shopPrint_empty {
    background-repeat: no-repeat;
    background-image: url("../image/personal/order_icon.png");
    background-size: 55px 55px;
    background-position: center;
}

.shop_doc {
    font-size: 10px !important;
    line-height: 15px !important;
    color: red !important;
}

.shop_print_doc-title {
    font-size: 13px !important;
    line-height: 15px !important;
    color: red !important;
    background-repeat: no-repeat;
    background-image: url("../image/attention.png");
    background-size: 15px auto;
    background-position: right center;
}

.shop_door {
    text-align: center;
    border: 1px solid #eee;
    font-size: 13px;
    padding: 5px;
    width: 120px;
    margin: 0 auto;
    margin-top: 10px;
    color: white;
    background-color: #fc9b4c;
    border-radius: 13px;
}

.shop_order_info_footer_c {
    display: flex;
    padding-left: 8px;
    padding-top: 12px
}

/*my order css*/
.amaze_tabs-container {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    left: 0px;
    background: white;
    z-index: 999;
}

.action_sheets-title {
    background: #3bb4f2;
    border-bottom: 1px solid #eee;
    line-height: 44px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: white;
}

.person_order-list {
    margin-top: 4.4em !important;
}

.person_order-list::-webkit-scrollbar {
    display: none;
}

.shop-print-warn {
    border-radius: 10px;
    background-color: white;
    text-align: left;
    background-repeat: no-repeat;
    background-image: url("../image/print/remain.png");
    background-size: 15px 15px;
    background-position: 98% center;
    margin-top: 80px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 44px;
    color: #fc9b4c;
    padding-left: 10px;
    padding-right: 10px;
}

.shop-print-current-school {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
    border-radius: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 12px;
    font-size: 14px;
}

.shop-print-current-school-item {
    display: flex;
    line-height: 30px;
}

.shop-print-current-school-item div:first-child {
    width: 100px;
}

.shop-print-current-school-item .sp_right {
    text-align: right;
    padding-right: 13px;
    background-repeat: no-repeat;
    background-image: url(../image/left_icon.png);
    background-size: 10px 10px;
    background-position: right center;
    width: calc(100% - 125px);
    margin-right: 5px;
}

.shop-print-current-school .sp_footer {
    text-align: right;
    padding-right: 10px;
    line-height: 44px;
}

.shop-print-current-school .sp_footer label {
    color: #fc9b4c;
}

.shop-print-doc {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    font-size: 14px;
    padding-bottom: 40px;
    background: none;
}

.shop-print-doc-title {
    background-color: #eee;
    line-height: 44px;
    text-align: center;
    color: black;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.shop-print-doc-content {
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.shop-print-doc-content div {
    text-align: left;
    line-height: 24px;
    text-indent: 10px;
}

.shop-print-doc-content div:last-child {
    text-indent: 0px;
}

.shop-print-doc-content .sp_subtitle {
    color: #fc9b4c;
    text-indent: 0px;
}

.shop-print-doc-footer {
    text-align: center;
    background-repeat: no-repeat;
    background-image: url("../image/share_close.png");
    background-size: 30px 30px;
    background-position: center;
    height: 40px;
    display: block !important;
    width: 30px;
    margin: auto;
}

.shop-copy-footer {
    width: 100%;
}

.shop-copy-footer div:first-child {
    background-repeat: no-repeat;
    background-image: url(../image/print/remain.png);
    background-size: 15px 15px;
    background-position: right center;
    text-align: right;
    padding-right: 17px;
    font-size: 14px;
}

.shop-copy-footer div:last-child {
    text-align: right;
    margin-top: 10px;
    font-size: 14px;
    padding-right: 13px;
    color: #0e90d2;
    background-repeat: no-repeat;
    background-image: url("../image/left_icon.png");
    background-size: 10px 10px;
    background-position: right center;
}

.shop-door-dtl {
    width: 20px;
    background-repeat: no-repeat;
    background-image: url("../image/print/remain.png");
    background-size: 15px 15px;
    background-position: center;
}

.shop_no_door {
    background: white;
    margin: 20px;
    font-size: 14px;
    border-radius: 10px;
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
}

.refund_order_example {
    width: 100%;
    height: 240px;
    background-repeat: no-repeat;
    background-image: url("../image/refund_order_example.jpg");
    background-size: 100% auto;
    background-position: center;
}

.am-modal-dialog.shop-print-doc {
    width: 300px !important;
}

.actitity_container {
    text-align: center;
    background-repeat: no-repeat;
    background: linear-gradient(to bottom, #F66252, #E83E29);
    /* overflow: auto; */
    overflow-y: visible
}

.activity_coupon_list_container::-webkit-scrollbar {
    display: none
}

.actitity_container::-webkit-scrollbar {
    display: none
}

.activity_content {
    float: left;
    position: relative;
    width: 100%;
    margin-top: -50px;
}

.activity_des {
    background: #fbe0ca;
    border-radius: 10px;
    margin-left: 10%;
    margin-right: 10%;
    padding: 12px;
}

.activity_des_sub {
    background: #fbe0ca;
    margin-top: 10px;
    border-radius: 10px;
    margin-left: 10%;
    margin-bottom: 20px;
    margin-right: 10%;
    padding: 12px;
}

.activity_des_sub_nopadding {
    background: #fbe0ca;
    margin-top: 10px;
    border-radius: 10px;
    margin-left: 10%;
    margin-bottom: 20px;
    margin-right: 10%;
}

.activity_bt {
    border-radius: 50px;
    background: orange;
    margin-top: 15px;
    color: white;
    height: 40px;
    line-height: 40px;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 30px;
}

.activity_bt_sub {
    border-radius: 50px;
    background: orange;
    margin-top: 15px;
    color: white;
    height: 40px;
    line-height: 40px;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right: 30px;
}

.activity_input {
    font-size: 14px;
    width: calc(100% - 60px);
    border: none;
    line-height: 30px;
    padding-left: 10px;
    border-radius: 5px;
}

.activity_text_im {
    font-size: 22px;
    font-weight: bold;
    color: black;
}

.activity_footer {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    padding-bottom: 20px;
}

.activity_left_font_size {
    text-align: left;
    font-size: 14px;
}

.activity_des_sub.activity_left_font_size .title {
    color: #666666;
    font-size: 16px;
}

.activity_des_sub_nopadding .title {
    color: #666666;
    font-size: 16px;
    padding-left: 12px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.activity_item_container {
    background: white;
    padding: 5px;
}

.activity_item_content {
    display: -webkit-box;
    padding-left: 30px;
    border-bottom: 1px solid #eee;
}

.activity_item_title {
    margin-bottom: 3px;
    padding-bottom: 3px;
    width: 20px;
    text-align: center;
}

.activity_item_text {
    padding-bottom: 3px;
    width: calc(100% - 120px);
    padding-left: 3px;
    font-weight: 600;
}

.activity_item_after {
    padding-bottom: 3px;
    width: 100px;
    text-align: right;
    padding-right: 3px;
    color: #666666;
    font-size: 12px;
}

.activity_coupon_list_container {
    position: absolute;
    left: calc(10%);
    top: calc(30% + 48px);
    width: 80%;
    height: 130px;
    overflow: auto;
}

.activity_coupon_item {
    background-repeat: no-repeat;
    background-image: url(../../image/xinyuan_coupons.png);
    background-size: 100% auto;
    background-position: center;
    display: flex;
    width: 80%;
    margin-left: 10%;
    color: red;
    margin-bottom: 10px;
}

.activity_coupon_item_header {
    width: 20px;
    margin: 0 auto;
    font-size: 12px;
    white-space: normal;
    line-height: 14px;
    margin-top: 9px;
    margin-left: 20px;
}

.activity_coupon_item_content {
    width: 80%;
    display: flex;
}

.activity_coupon_item_sub_title {
    width: 30%;
    font-size: 30px;
    line-height: 60px;
    height: 60px;
    text-align: center;
    margin-left: 20px;
    white-space: nowrap;
}

.activity_coupon_item_after {
    line-height: 20px;
    font-size: 10px;
    margin-top: 10px;
    text-align: left;
}

.activity_coupon_container_cover {
    position: absolute;
    left: calc(10%);
    top: 60%;
    width: calc(80%);
}

.activity_coupon_container_bt {
    position: absolute;
    left: calc(50% - 100px);
    right: 0px;
    top: 80%;
    width: 200px;
    background: orange;
    color: white;
    border-radius: 20px;
    box-shadow: 1px 1px 10px #837272;
    height: 40px;
    line-height: 40px;
}

.activity_coupon_repeat_bt {
    position: absolute;
    left: calc(50% - 100px);
    right: 0px;
    top: 75%;
    width: 200px;
    background: orange;
    color: white;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    box-shadow: 1px 1px 10px #837272;
}

.activity_coupon_close_refresh {
    position: absolute;
    top: 12%;
    right: 10%;
    width: 50px;
}

.activity_coupon_close {
    position: absolute;
    top: 17%;
    right: 5%;
    width: 50px;
}

.activity_coupon_hint {
    font-size: 14px;
    color: gold;
    position: absolute;
    left: 10%;
    text-align: center;
    top: 30%;
    width: 80%;
}

.recharge_success_bt {
    width: 200px;
    background: orange;
    color: white;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
    box-shadow: 1px 1px 10px #837272;
    margin-left: calc(50% - 100px);
}

.activity_share_dialog_line_container {
    display: flex;
}

.activity_share_dialog_line_left {
    width: calc(38% - 50px);
    height: 1px;
    margin-top: 12px;
    background: white;
    margin-left: 12%;
}

.activity_share_dialog_line_center {
    font-size: 14px;
    line-height: 24px;
    width: 100px;
    color: white;
    height: 24px;
}

.activity_share_dialog_line_right {
    width: calc(38% - 50px);
    height: 1px;
    margin-top: 12px;
    background: white;
    margin-right: 12%;
}

.activity_share_dialog_footer_c {
    display: flex;
    margin: auto 0;
    margin-top: 20px;
}

.activity_share_dialog_footer_left {
    padding-right: 20px;
    width: 50%;
    text-align: right;
}

.activity_share_dialog_footer_right {
    padding-left: 20px;
    width: 50%;
    text-align: left;
}

.activity_xinyuan_textarea {
    position: absolute;
    left: 25%;
    top: 30%;
    height: 30%;
    width: 50%;
    border: none;
    font-size: 12px;
    resize: none;
    outline: none;
}