/* 套餐css */
body,.content{
    background: white !important;
}

.mar22 {
    /* margin: 0 360px; */
}

.order_content {
    width: 1100px;
    margin: 0 auto;
}

.oredr_title {
    padding: 10px 0;
    display: flex;
    font-size: 16px;
    align-items: center;
}

.oredr_title span {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: rgba(204, 204, 204, 1)
}

.oredr_title img {
    width: 20px;
}

.order_commontitle {
    display: flex;
    align-items: center;
    padding-bottom: 23px;
}

.order_commontitle :nth-child(1) {
    width: 4px;
    height: 20px;
    background-color: #e8383b;
    opacity: 1;
    border-radius: 2px;
}

.order_commontitle :nth-child(2) {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    line-height: 26px;
    color: rgba(0, 0, 0, 1);
    opacity: 1;
    margin-left: 10px;
}
.order_get_phone {
    padding-top: 35px;
}
.order_get_phone .order_get_phone_input {
    width: 450px;
    height: 50px;
    opacity: 1;
    display: flex;
    justify-content: center;
}

.order_get_phone .order_get_phone_input input {
    width: 100%;
    height: 100%;
    border: none;
    background: #d5d5d5;
    border-radius: 5px;
    font-size: 20px;
    outline: none;
    padding-left: 5%;
}

.order_get_phone .order_get_phone_sm {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #666666;
    opacity: 1;
    padding-top: 16px;
}

.order_get_pricetype {
    margin-top: 35px;
}

.order_get_pricetype .order_get_pricetype_x {
    display: flex;
}

.order_get_pricetype .order_get_pricetype_x>div {
    width: 320px;
    height: 82px;
    background: #fbf9f9;
    border: 2px solid #666;
    opacity: 1;
    margin-right: 20px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    position: relative;
}

.order_get_pricetype .order_get_pricetype_x>div img {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
}

.order_get_pricetype .order_get_pricetype_x>div>span {
    display: flex;
    justify-content: center;
    align-content: center;
}

.order_get_pricetype_actionimg {
    display: none;
}

.order_get_pricetype_action {
    border: 2px solid #E52E16 !important;
    opacity: 1;
    font-weight: bold !important;
    color: #E52E16 !important;
}

.order_get_paytype {
    margin-top: 40px;
    align-items: center;
    margin-bottom: 40px;
}

.order_get_paytype .order_get_pay_content {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    opacity: 1;
}

.order_get_paytype .order_get_pay_content .meal_price,.order_get_paytype .order_get_pay_content .giftcard_price,.order_get_paytype .order_get_pay_content .last_price {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #e8383b;
    opacity: 1;
    margin-left: 10px;
}

.order_get_paytype .order_get_pay_content span {
    color: #E52E16;
}

.order_get_paytype .order_get_pay_btn {
    display: flex;
    margin-top: 35px;
}

.order_get_paytype .order_get_pay_btn>div {
    display: flex;
    width: 230px;
    height: 64px;
    background: rgba(0, 183, 0, 1);
    opacity: 1;
    font-size: 18px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}

.order_get_paytype .order_get_pay_btn>div img {
    width: 30px;
}

.order_get_paytype .order_get_pay_btn>div:nth-child(2) {
    background: rgba(0, 170, 238, 1);
    margin-left: 40px;
}

.order_prople {
    margin-top: 40px;
    /* height: 700px; */
    background: #F5F5F5;
}

.order_prople .oreder_text_top {
    height: 8px;
    background: rgba(229, 46, 22, 1);
    opacity: 1;
    border-radius: 16px 16px 0px 0px;
}

.order_prople .oreder_text_title {
    margin-top: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order_prople .oreder_text_title>div {
    display: inline-block;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    border-bottom: 4px solid rgba(216, 30, 6, 1);
    color: rgba(0, 0, 0, 1);
    opacity: 1;
    padding-bottom: 8px;
}

.order_prople .oreder_text_content {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px 70px;
    box-sizing: content-box;
}

.order_prople .oreder_text_content>div {
    margin-top: 40px;
    width: 50%;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}

.order_prople .oreder_text_content .top {
    display: flex;
    align-items: center;
}

.order_prople .oreder_text_content .redlist {
    width: 6px;
    height: 6px;
    background: rgba(229, 46, 22, 1);
    border-radius: 50%;
    opacity: 1;
}

.order_prople .oreder_text_content .top>div:nth-child(2) {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 19px;
    color: rgba(0, 0, 0, 1);
    opacity: 1;
    margin-left: 5px;
}

.order_prople .oreder_text_content .reacontent {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: rgba(0, 0, 0, 1);
    opacity: 1;
    margin-left: 11px;
}

/*layer.msg样式*/
.layui-layer-dialog .layui-layer-content{
    color: #616164;
}

.virtual-add-input .itxt {
    letter-spacing: 8px;
    height: 44px;
    width: 276px;
    line-height: 24px;
    border: 1px solid #ccc;
    vertical-align: middle;
    padding: 0;
    float: left;
    display: inline;
    text-align: center;
    outline: 0;
    font-size: 25px;
}
.clear,.clr {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    *zoom:1
}
.fl {
    float: left;
}
.ml10 {
    margin-left: 10px;
}
.mt10 {
    margin-top: 10px;
}
.c-gap {
    display: inline;
    float: left;
    width: 10px;
    border-bottom: 1px solid #e6e6e6;
    height: 0;
    margin: 12px 5px
}
.virtual-add-input {
    margin: 5px 0;
    line-height: 24px
}
.tips-msg {
    display: inline-block;
    *display: inline;
    *zoom:1;height: 46px;
    line-height: 42px;
    padding: 0px 10px 0 25px;
    vertical-align: middle;
    margin-left: 5px;
    background: url(/assets/img/presale-icon.png) 0 11px no-repeat;
    color: #f5aa6f
}
.jxm_text{
    font: 18px/150% tahoma,arial,Microsoft YaHei,Hiragino Sans GB,"\u5b8b\u4f53",sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #666;
    line-height: 34px;
}

 .giftcard-add .btn-4 {
    font-family: arial,"Microsoft YaHei";
    display: inline-block;
    *display: inline;
    *zoom:1;height: 36px;
    line-height: 36px;
    background-color: #e74649;
    background-image: -moz-linear-gradient(top,#e74649,#df3134);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#e74649),color-stop(1,#df3134));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e74649', endColorstr='#df3134', GradientType='0');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e74649', endColorstr='#df3134');
    background-image: -webkit-linear-gradient(bottom,#e74649 0,#df3134 100%);
    background-image: linear-gradient(to top,#e74649 0,#df3134 100%);
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 0 25px;
    cursor: pointer;
    border: 0;
    *overflow: visible;
    float: none
}
.giftcard-add .btn-4:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f05356;
    background-image: -moz-linear-gradient(top,#f05356,#eb3c3f);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f05356),color-stop(1,#eb3c3f));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f05356', endColorstr='#eb3c3f', GradientType='0');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f05356', endColorstr='#eb3c3f');
    background-image: -webkit-linear-gradient(bottom,#f05356 0,#eb3c3f 100%);
    background-image: linear-gradient(to top,#f05356 0,#eb3c3f 100%)
}
.giftcard-add  .btn-4 {
    border: 1px solid #e74649;
    padding: 0;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
}
.giftcard-add  .btn-add-new {
    width: 102px;
    margin-left: 0;
    border-radius: 1px;
    padding: 0;
}
.error-msg {
    display: inline-block;
    *display: inline;
    *zoom:1;height: 48px;
    line-height: 48px;
    padding: 0px 10px 0 30px;
    vertical-align: middle;
    color: #e4393c;
    background: url(/assets/img/error-ico.png) 8px 13px no-repeat #fff
}
.itxt.error {
    border-color: #e4393c;
}
.itxt-long {
    width: 108px;
    height: 22px;
    line-height: 22px;
}
.idcode-img {
    cursor: pointer;
    width: 74px;
    height: 24px;
    display: inline-block;
}
.succ-msg {
    display: inline-block;
    *display: inline;
    *zoom:1;height: 48px;
    line-height: 48px;
    padding: 0px 10px 0 20px;
    vertical-align: middle;
    background: url(/assets/img/succ-ico.png) 0 16px no-repeat;
    margin-left: 5px;
}
.giftcardPay {
    font-size: 14px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #f55224;
    display: inline-block;
    width: 204px;
    height: 50px;
    line-height: 50px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    color: #fff;
    text-align: center;
}

.giftcardPay:hover {
    background-color: #ff6f47;
    color: #fff
}