.pg-extra{
    height: 92%;
    width: 100%;
    overflow-y: auto;
}

#meal-choosing-s{
    width: 100%;
}

.meal-choosing-info-s{
    width: 100%;
    /* padding: 4px; */
}

/* 航班列表 */
.choosing-info-s{
    width: 49.2%;
    margin-right: 4px;
    border: 2px solid #DCEFF9;
    float: left;
}
.info-herader-s{
    width: 100%;
    height: 38px;
    line-height: 38px;
    background: #008ACD;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.info-list-s{
    padding: 6px;
    height: 772px;
    /* overflow: scroll; */
    position: relative;
    overflow-y: hidden;
}
.psgList .info-list-s{
    overflow-y: auto;
}
.flight-list-dell-s{
    margin-bottom: 6px;
}
.flight-info-s{
    background: #F6FAFC;
    color: #00234E;
    border: 1px solid #D1D9E0;
    border-radius: 4px;
    padding: 8px 18px;
}
.optional-flight-info-s{
    background: #008acd;
    color: #fff;
}
.flight-info-s .info-top-s{
    font-size: 12px;
    position: relative;
}
.flight-info-s .info-top-s span {
    margin-right: 5px;
}

.cabin-name-s{
    position: absolute;
    right: 0;
    margin-right: 0;
}
.info-middle-s{
    margin-top: 10px;
    position: relative;
}
.middle-left-s{
    width: 40%;
    word-break: break-all;
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
}
.port-name-s,.port-code-s{
    margin-bottom: 4px;
}
.middle-middle{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.flight-info-s .info-middle-s .middle-middle .flight-box{
    width: 100%;
    height: 20px;
    background: url(../images/greenFly/flight-blue.png) center center no-repeat;
    background-size: contain;
}
.optional-flight-info-s .flight-box {
  width: 100%;
  height: 20px;
  background: url(../images/greenFly/flight-icon.png) center center no-repeat !important;
  background-size: contain !important;
}
.disable-flight-info-s .flight-box {
  width: 100%;
  height: 20px;
  background: url(../images/greenFly/flight-grey.png) center center no-repeat !important;
  background-size: contain !important;
}
.empty-box{
    width: 18%;
    display: inline-block;
}
.middle-right-s{
    width: 40%;
    word-break: break-all;
    font-size: 16px;
    display: inline-block;
    font-weight: bold;

    text-align: right;
}
.disable-flight-info-s {
  background: #F8F8F8;
  color: #798691;
  border: 1px solid #D1D9E0;
}

/* 中转航班 样式 star*/

.stop-flight{
    height: 56px;
    /* line-height: 40px; */
    /* color: #ffffff; */
    margin: 10px 0;
    /* padding: 0 6px; */
}


.stop-flight .stop-one{
    float: left;
    width: 46%;
	margin-left: 5%;
    border: 1px solid #D1D9E0;
    border-radius: 4px;
    color: #000000;
    background: #D1D9E0;
    cursor: pointer;
}

.stop-flight .stop-one:first-child{
	margin-left: 0;
}

.stop-flight .stop-two{
    float: left;
    width: 46%;
    margin-left: 5%;
    border: 1px solid #D1D9E0;
    border-radius: 4px;
    color: #000000;
    background: #D1D9E0;
    cursor: pointer;
}
.stop-num{
    display: inline-block;
    margin-left: 20px;
    width: 25px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    background: #cccccc;
    text-align: center;
    margin: 5px 10px;
    border-radius: 4px;
}
.stop-flight .select-stop{
    background: #008acd;
    color: #ffffff;
}
.stop-flight .select-stop .stop-num{
    background: #ffffff;
    color: #008acd;
}
.stop-flight .disabled-stop-flights{
	background: #F8F8F8;
	color: #798691;
    cursor: no-drop;
}
.stop-flight .disabled-stop-flights .stop-num{
	color: #798691;
}

.stop-flight .stop-flights{
    position: relative;
}

.stop-doc{
    position: absolute;
    top: -5px;
    right: -2px;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    background-color: #c62208;
    color: #fff;
    font-size: 12px;
}

.disaplyno{
    display: none;
}
/* 中转航班 样式 end*/

.psg-info-containers-s{
    margin-top: 6px
}
.psg-info-containers-s:last-child {
    margin-bottom: 6px;
}

.psg-info-containers-s .select-class-s::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #008ACD;
    opacity: 0.2;
    top: 0;
    left: 0;
}
.psg-info-containers-s .psg-info-s .info-left-s::before, .psg-info-containers-s .psg-info-s .info-right-s::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.psg-info-containers-s .psg-info-s .info-left-s > div, .psg-info-containers-s .psg-info-s .info-right-s > div {
    width: 100%;
    vertical-align: middle;
    display: inline-block;
}
.psg-info-containers-s .it-text{
    color: rgb(0, 138, 205);
    font-size: 12px;
}
/* 联系人选中样式 */
.psg-info-containers-s .select-class-s {
    border: 1px solid #008ACD;
}

.psg-info-s{
    border: 1px solid #D1D9E0;
    border-radius: 4px;
    font-size: 14px;
    color: #00234E;
    padding: 5px 18px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.psg-info-t{
    display: table;
	width: 100%;
}
.info-left-s{
    width: 47%;
    float: left;
    height: 60px;
}

.psg-info-s .info-middle-s{
    width: 1px;
    margin: 0 16px;
    font-size: 1px;
    height: 60px;
    float: left;
    background: #D1D9E0;
}

.psg-info-s .LinesEllipsis .psg-form-name{
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    line-height: 15px;
}
.info-right-s{
    width: 45%;
    float: left;
    height: 60px;
}

.right-text-s {
    width: 62%;
    display: inline-block;
    color: #B0B0B0;
    position: relative;
}

.right-btn-s{
    width: 48px;
    height: 18px;
    position: absolute;
    right: 28px;
    top: 34px;
    display: inline-block;
    /* background: url(https://extra.csair.com/content/meal/asset/delete-btn.png) no-repeat right center; */
    background: url(../images/greenFly/delete-btn.png) no-repeat right center;
    background-size: contain;
}
.psg-info-containers-s .select-class-s::after {
    content: '';
    width: 30px;
    height: 22px;
    position: absolute;
    bottom: 0;
    right: 0;
    /* background: url(https://extra.csair.com/content/meal/asset/slect_icon.png) center no-repeat; */
    background: url(../images/greenFly/slect_icon.png) center no-repeat;
    background-size: contain;
    z-index: 1;
}
/* 服务办理 */
.choosing-info-s .service-handling-s{
    position: relative;
    overflow: hidden;
}

.meal-type-class-s{
    width: 100%;
    display: inline-block;
}
.class-dell-s{
    width: 17%;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 8px 12px;
    background: #F0EFF5;
    border-radius: 3px;
    color: #333333;
    text-align: center;
    cursor: pointer;
}
.active-bg-blue-s{
    background: #008ACB;
    color: #ffffff;
}
.meal-list-s{
    position: absolute;
    overflow: scroll;
    height: 85%;
    width: 96%;
    /* scrollbar-width: none; */
    padding-right: 10px;
}
.dell-title-s{
    background: #DBEFF9;
    padding: 8px 18px;
    color: #008ACB;
    font-size: 16px;
}
.dell-list-box-s{
    padding: 15px;
    padding-right: 0;
    background: #F6FAFC;
}
.list-info-s {
    width: 46.2%;
    margin-right: 15px;
    margin-bottom: 15px;
    display: inline-block;
    border-radius: 10px;
    background: #fef2f6;
    /* -webkit-box-shadow: 0 2px 6px rgba(229, 0, 74, 0.2); */
    box-shadow: 0 2px 6px rgba(229, 0, 74, 0.2);
    /* -webkit-box-sizing: border-box; */
    box-sizing: border-box;
    position: relative;
}
.list-info-s:hover {
    border: 1px solid #E5004A;
}
.list-info-s .info-top-s{
    padding: 10px;
    border-radius: 10px 10px 0 0;
    background: #fff;
    border: 1px solid transparent;
}
.img-s {
    width: 100%;
    height: 184px;
    background-size: cover;
}
.menu-s{
    width: 100%;
    margin-top: 10px;
    position: relative;
}
.menu-name-s{
    display: inline-block;
    height: 40px;
    width: 90%;
    max-width: 70%;
}
.menu-icon-s{
    color: #008ACD;
    height: 15px;
    position: absolute;
    top: 0;
    cursor: pointer;
    margin-left: 5px;
    display: inline-block;
}
.info-bottom-s{
    width: 100%;
    border-radius: 0 0 10px 10px;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid transparent;
}
.info-bottom-s .gray-s {
  background: #ccc;
  cursor: no-drop;
}
.menu-origin-price{
    color: #798691;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    line-height: 16px;
    text-decoration: line-through;
}
.menu-origin-price-detail{
    color: #798691;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 400;
    text-align: right;
    line-height: 16px;
    text-decoration: line-through;
}
.bottom-btn-s{
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    background: #e5004a;
    border-radius: 5px;
    color: #fff;
    float: right;
    cursor: pointer;
}

.menu-s .menu-name-s .LinesEllipsis{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.psg-info-s .right-text-s .LinesEllipsis{
    display: -webkit-box;
    /* -webkit-line-clamp: 3; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.color_blue{
    color: #008ACD;
}

/* 航班不可购买餐食样式 */
.flight_no_buy{
    background: #f8f8f8 ;
    color: #798591;
}

/* 已选择 餐食 */
.gray-pink{
    background: #ef6692;
}
.active-border-red-s{
    width: 46.2%;
    margin-right: 15px;
    margin-bottom: 15px;
    display: inline-block;
    border-radius: 10px;
    background: #fef2f6;
    -webkit-box-shadow: 0 2px 6px rgba(229, 0, 74, 0.2);
    box-shadow: 0 2px 6px rgba(229, 0, 74, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #E5004A;
}
.choosing-detailed-s{
    width: 99.2%;
    border: 2px solid #DCEFF9;
    margin-top: 4px;
    display: inline-block;
}

.title-icon-s{
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background: #0094D0;
    position: relative;
    display: inline-block;
    margin-right: 4px;
}
.title-icon-s::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: 7px;
    height: 2px;
}
.title-text-s{
    font-size: 15px;
    color: #00234E;
    font-weight: bold;
    display: inline-block;
}
.detailed-info-s{
    width: 100%;
    border-spacing: initial;
    display: block;
    /* height: 100px; */
    /* overflow-y: scroll; */
}
.detailed-info-s .info-top-s{
    height: 30px;
    line-height: 30px;
    background: #F2F2F2;
}
.detailed-info-s tbody {
    display: block;
    /* background: #DCEFF9; */
    width: 100%;
    max-height: 100px;
    overflow-y: scroll;
}
.detailed-info-s thead{
    display: block;
}

.detailed-info-s tr {
    display: block;
    text-align: center;
    margin-bottom: 2px;
    background: #DCEFF9;
}

.detailed-info-s tr td {
    font-size: 13px;
    height: 30px;
}

.detailed-info-s th td{
    display: inline-block;
}
.detailed-info-s th{
    display: inline-block;
}
.wid10{
    width: 100px;
}
.wid28{
    width: 280px
}
.wid20{
    width: 200px
}
/* 提交按钮 */
.submit-btn-s{
    display: inline-block;
    width: 100%;
}
.btn-s{
    width: 95px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    font-size: 12px;
    margin: auto;
    margin-top: 30px;
    color: #fff;
    text-align: center;
    background: #E5014A;
    cursor: pointer;
}



/* 详情 */

#bnr-body .content-box {
    width: 858px;
    height: 420px;
    position: fixed;
    left: 57%;
    top: 66%;
    margin: -385px 0 0 -512px;
    /*    overflow-y: auto;*/
}

#bnr-body .shadow-title {
    background: #0193cf;
    color: #ffffff;
    height: 45px;
    line-height: 45px;
    padding-left: 15px;
}

#bnr-body.pg-kr-content {
    height: 92%;
    width: 100%;
    overflow-y: auto;
}
#bnr-body .body-content{
    padding: 16px;
    font-size: 12px;
    line-height: 1.5;
}

#bnr-body .content-left {
    width: 400px;
    display: inline-block;
}
#bnr-body .img-box{
    position: relative;
    height: 250px;
}
#bnr-body .btn-left{
    position: absolute;
    top: 50%;
    left: 24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    /* background: url(https://extra.csair.com/content/meal/asset/left-btn.png) center center no-repeat; */
    background: url(../images/greenFly/left-btn.png) center center no-repeat;
    background-size: contain;
}
.bnr-body .btn-right{
    position: absolute;
    top: 50%;
    right: 24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    /* background: url(https://extra.csair.com/content/meal/asset/right-btn.png) center center no-repeat; */
    background: url(../images/greenFly/right-btn.png) center center no-repeat;
    background-size: contain;
}
.bnr-body .current-img{
    width: 100%;
    height: 100%;
}
.bnr-body .list-container{
    margin-top: 16px;
    width: 100%;
    height: 75px;
}
.bnr-body .list{
    float: left;
    width: 400px;
    height: 100%;
    position: relative;
    display: inline;
    overflow: hidden;
}
.bnr-body .content-left .list-container .list li img {
    width: 68px;
    height: 68px;
}
/* #bnr-body .content-left .list-container .list ul{
    width: 400px;
} */
.bnr-body .content-left .list-container .list li{
    float: left;
    margin: 0 5px;
}
.bnr-body .content-right {
    width: 48%;
    vertical-align: top;
    display: inline-block;
    padding: 0 14px 0 14px;
    text-align: start;
}

.bnr-body .menu-name{
    font-size: 18px;
    color: #00234e;
}

.bnr-body .menu-desc{
    font-size: 14px;
    color: #798691;
    margin-bottom: 0px;
    margin-top: 5px;
    height: 200px;
    overflow-y: auto;
}

.bnr-body .empty-box{
    height: 102px;
    width: 100%;
}

.bnr-body .menu-sel {
    position: absolute;
    right: 16px;
    bottom: 16px;
}

.bnr-body .price-box{
    margin-bottom: 20px;
}

.bnr-body .current-price{
    font-weight: 400;
    font-size: 24px;
    text-align: right;
    color: #e5004a;
}
.bnr-body .confirm-btn{
    background: #e5004a;
    color: #fff;
    border: none;
    width: 80px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    float: right;
    text-align: center;
}

.bnr-body .confirm-btn.gray-s{
    background: #ccc;
    cursor: no-drop;
}

.bottom-price-s{
    font-size: 18px;
    font-weight: bold;
    color: #e5004a;
    margin-right: 10px;
    display: block;
}

.menu-origin-price{
    color: #798691;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    line-height: 16px;
    text-decoration: line-through;
}

#bnr-body .shadow-bg{
    z-index: 9992;
}

.bnr-body .current{
    border: solid 1px #3366cc;
}

.bnr-body .gray-pink{
    background: #ef6692;
}
.stop-flight-tip{
    color: #179cd2;
    font-size: 12px;
}

/* 餐食步进器*/
.meal-block{
    width: 100%;
    float: none;
    text-align: center;
}
.meal-block span{
    display: inline-block;
}

.meal-minus{
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    border: 1px solid #008abc;
    margin-right: 10px;
    border-radius: 50%;
    cursor: pointer;
}

.meal-num{
    font-weight: 600;
}

.meal-plus{
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    color: #ffffff;
    border: 1px solid #008abc;
    background: #017db3;
    margin-left: 10px;
    border-radius: 50%;
    cursor: pointer;
}

.meal-disabled{
    background: #ffffff;
    color: #cccccc;
    border-color: #cccccc;
    cursor: not-allowed;
}

.info-left-s .LinesEllipsis .pg-green-bot-tip{
    display: inline-block;
    border: 1px solid #59c752;
    color: #59c752;
    margin: 0 0 0 4px;
    border-radius: 4px;
    /* width: 120px; */
    /* width: 44%; */
}

.copies {
    font-size: 12px;
    color: #7a7a7a;
}

.right-text-s .LinesEllipsis {
    height: 60px;
}

.info-right-s .right-text-s{
    width: 98%;
}

.meal-nonum{
    color: #b0b0b0;
}

#alert-box .shadow-bg{
    z-index: 10000000;
}
#alert-box .content-box{
    z-index: 10000001;
    top: 50%;
    left: 65%;
    transform: translate(-50%, -51%)
}
.mrg6{
    margin: 6px;
}

.greenormeal-body{

}

.greenSelect .passenger .name{
    width: 440px;
}

.hig16{
    height: 16px;
}

.selectDrom{
    position: absolute;
    z-index: 9999999999;
    font-size: 16px;
    top: 43px;
    left: 20px;
    width: 40px;
    text-align: center;
}

.tooltip-box{
    z-index: 9999999999;
}

.info-list-s .mael-remark{
    margin-bottom: 2px;
}
.mael-remark-tip{
    color: #f59e2c;
    background-color: #fef3e4;
    border: 1px solid #fef3e4;
    border-radius: 6px;
    padding: 0 4px;
}
.color_red{
    color: red;
}
.mealTP{
    margin-right: 30px;
    text-align: right;
    font-size: 16px;
}