* {
    box-sizing: border-box;
}
/* 清除浮动 */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
}
body {
    background: #fff;
}
/* 版心 */
.jp-body .jp-pc-new .wb {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}
.u-loading{
    background:  url('//media.springairlines.com/style/site5/img/loader/loading-5.gif') no-repeat center center;
}
/* 头部banner及页面信息展示部分 */
.header-show-msg {
    background: #79b481;
    text-align: center;
    padding-bottom: 100px;
    width: 100%;
}
.header-show-msg .header-banner, 
.header-show-msg .header-banner img {
    width: 100%;
}
.header-show-msg .header-message {
    padding: 40px 20px 30px;
    background: #fff;
    width: 1200px;
    margin: 30px auto;
    border-radius: 8px;
}
.header-show-msg .header-message h3 {
    font-size: 30px;
    color: #f40000;
    margin-bottom: 40px;
}
.header-show-msg .header-message ul {
    text-align: left;
    font-size: 22px;
    color: #333333;
    padding: 0 10px;
}
.header-show-msg .header-message ul li {
    font-weight: 700;
}
.header-show-msg .header-message ul li span.disc {
    font-size: 24px;
    margin-right: 5px;
}
.header-show-msg .header-message ul li span.zhanwei {
    display: inline-block;
    margin-right: 12px;
}
.header-show-msg .header-message ul li a,
.other-message-box .other-msg li a {
    color: #008856;
    text-decoration: underline;
}
/* 往返优惠券查找部分 */
.flights-search-box {
    padding: 0 0 120px;
    background: #fff;
}
.search-title {
    height: 180px;
    line-height: 180px;
    text-align: center;
    background: #fff;
}
.search-title h3 {
    font-size: 40px;
    color: #008856;
}
/* 查询部分 */
.search-box {
    padding: 45px 100px;
    background: #dae600;
    border-radius: 20px;
}
.search-box .choose-flight-msg {
    position: relative;
}
.search-box .choose-flight-msg .checked-msg{
    height: 65px;
    margin-bottom: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-box .choose-flight-msg .checked-msg form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-box .choose-flight-msg .checked-msg div.cell.area{
    display: inline-flex;
    height: 60px;
    line-height: initial;
    align-items: center;
    flex: 1;
    position: relative;
}
.search-box .choose-flight-msg .checked-msg div.cell.area:nth-child(2) {
    margin: 0 50px;
}
.search-box .choose-flight-msg .checked-msg div.cell.area .placeholder {
    position: absolute;
    left: 15px;
    font-size: 20px;
    color: #757575;
    pointer-events: none;
    z-index: 3;
}
.search-box .choose-flight-msg .checked-msg div.cell.area::after {
    content: '\e659';
    font-family: 'iconfont';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 10px;
}

.search-box .choose-flight-msg .checked-msg div.cell.area .val{
    height: 100%;
    width: 100%;
    border-radius: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 24px !important;
    border: 1px solid #fff;
    background-color: #fff !important;
    background-image: none !important;
    color: #333 !important;
    position: absolute;
    z-index: 2;
}
.search-box .choose-flight-msg .checked-msg div.cell.area .val::-ms-clear{ 
    display:none; 
}
.search-box .choose-flight-msg .checked-msg div.cell.area.active .val {
    border: 1px solid #757575;
}

/* 选人控件 */
.search-box .choose-flight-msg .checked-msg div.cell .person-list-box {
    display: none;
    position: absolute;
    width: 375px;
    background: #f7f8fc;
    border: 1px solid #757575;
    left: 50%;
    top: 80px;
    transform: translate(-50%,0);
    z-index: 2;
}
.search-box .choose-flight-msg .checked-msg div.cell .person-list-box .person-list {
    padding: 25px 20px;
}
.search-box .choose-flight-msg .checked-msg div.cell .person-list-box .person-list::before {
    content: '';
    width: 18px;
    height: 18px;
    background: #f7f8fc;
    border-top: 1px solid #757575;
    border-left: 1px solid #757575;
    transform: rotate(45deg);
    position: absolute;
    left: 50%;
    margin-left: -9px;
    top: -10px;
}

.search-box .choose-flight-msg .checked-msg div.cell .person-list-box .person-list .item {
    height: 80px;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #333;
    background: #fff;
}
.search-box .choose-flight-msg .checked-msg div.cell .person-list-box .person-list .item:nth-child(2) {
    margin: 0.2rem 0;
}
.search-box .choose-flight-msg .checked-msg div.cell .person-list-box .person-list .item .f-l {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: normal;
}
.search-box .choose-flight-msg .checked-msg div.cell .person-list-box .person-list .item .f-l .type {
    font-weight: 700;
}
.search-box .choose-flight-msg .checked-msg div.cell .person-list-box .person-list .item .f-r {
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-box .choose-flight-msg .checked-msg div.cell .person-list-box .person-list .item .f-r .check-btn{
    cursor: pointer;
    height: 45px;
    width: 45px;
    display: flex;
    background: #008856;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    justify-content: center;
    align-items: center;
}
.search-box .choose-flight-msg .checked-msg div.cell .person-list-box .person-list .item .f-r .check-btn.more {
    background: #ccc;
}
.search-box .choose-flight-msg .checked-msg div.cell .person-list-box .person-list .item .f-r .number {
    margin: 0 15px;
    color: #008856;
    font-weight: 700;
    font-size: 20px;
}

/* 城市选择列表 */
.city-list-box {
    position: absolute;
    background: #f7f8fc;
    padding: 40px 25px;
    top: 80px;
    left: -90px;
    width: 470px;
    border: 1px solid #757575;
    display: none;
    z-index: 5;
}
.city-list-box::before {
    content: '';
    width: 18px;
    height: 18px;
    background: #f7f8fc;
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: rotate(45deg);
    border-top: 1px solid #757575;
    border-left: 1px solid #757575;
}
.city-list-box .item {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    font-size: 20px;
    background: #fff;
    color: #333;
}
.city-list-box .item.active {
    background: #008856;
    color: #fff;
}
.city-list-box .item .city-name {
    text-align: left;
}
.city-list-box .item .city-english-name {
    text-align: right;
}

/* 日历控件 */
.panel-search {
    width: 750px;
    position: absolute;
    top: 55px;
    left: -230px;
    box-shadow: 0 0 16px 2px rgba(0,0,0,.2);
    overflow: visible;
    margin-top: 20px;
    border: none;
    z-index: 2;
    display: none;
}
.panel-search::before {
    content: '\e658';
    font-family: 'iconfont';
    position: absolute;
    top: -22px;
    left: 50%;
    font-size: 30px;
    z-index: 999;
    color: #f7f8fc;
}

/* 控件遮罩层 */
.panel-search-mask,
.city-list-mask,
.search-box .choose-flight-msg .checked-msg div.cell .person-mask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

/* 查询按钮、确认按钮 */
.search-box .choose-flight-msg .search-btn,
.agree-btn {
    background: #44b400;
    height: 80px;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    box-shadow: 5px 5px 0px 2px #008856;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

/* 查询的航班信息展示 */
.flight-info {
    margin-top: 100px;
    border-radius: 20px;
}
.flight-info .J-loading {
    display: none;
    border-radius: 20px;
}
.search-result {
    display: none;
    padding: 40px 55px;
    background: #fff;
    border-radius: 20px;
}
/* 没有查询到结果 */
.search-result .serch-error {
    display: none;
    text-align: center;
    font-size: 25px;
    color: #333;
    line-height: 40px;
}
/* 查询结果展示 */
.search-result .result-info {
    display: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 110px;
    margin-bottom: 40px;
}
.search-result .result-info .flight-l {
    font-size: 25px;
    color: #333;
    text-align: center;
}
.search-result .result-info .flight-r {
    width: 690px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.flight-r .des-airport-info,
.flight-r .flight-time-box,
.flight-r .arr-airport-info {
    flex: 1;
}
.flight-r .des-airport-info,
.flight-r .arr-airport-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.flight-r .time {
    font-size: 35px;
    height: 50%;
}
.flight-r .airport-name,
.flight-r .flight-time p {
    font-size: 18px;
    color: #757575;
    text-align: center;
}
.flight-time img{
    width: 100%;
}
.flight-r .flight-time-box {
    position: relative;
    height: 100%;
}
.flight-r .flight-time-box .flight-time {
    text-align: center;
    position: absolute;
    top: 0;
}
.rights-list {
    margin-bottom: 40px;
    padding: 20px 10px;
    border: 2px solid #b5b5b5;
    border-radius: 8px;
}
.rights-list .rights-line {
    display: flex;
    justify-content: space-evenly;
    font-size: 18px;
    color: #757575;
}
.rights-list .rights-line i {
    color: #008856;
    font-size: 22px;
}
.rights-list .other-msg {
    font-size: 16px;
}
/* 航线金额 */
.money-box {
    text-align: right;
    font-size: 25px;
    font-weight: 700;
    color: #333;
    padding: 0 60px;
}
.money-box .money-title {
    color: #757575;
}
.money-box .all-money {
    font-size: 35px;
    margin-left: 80px;
}
/* 确认按钮 */
.agree-btn {
    display: none;
    margin-top: 40px;
    background: #ff9000;
    box-shadow: 5px 5px 0px 2px #ac6100;
}

/* 其他注意事项说明 */
.other-message-box {
    margin-top: 260px;
    background: #fff;
    border: 4px solid #44b400;
    border-radius: 20px;
    color: #333;
}
.other-message-box .other-title {
    height: 100px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.other-message-box .other-msg {
    font-size: 22px;
    line-height: 45px;
    padding: 0 30px;
}
.other-message-box .other-msg li span.disc {
    font-weight: 700;
    margin-right: 15px;
}
.other-message-box .other-msg li span.zhanwei {
    display: inline-block;
    width: 20px;
}




/* 底部分享 */
.ui-footer-share {
    width: 454px;
    margin: 60px auto 0;
    background-color: #f5f3f3;
    text-align: center;
    padding: 14px 0 18px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: Meiryo, MS UI Gothic !important;
    box-sizing: content-box;
}
.ui-footer-share .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000
}
.ui-footer-share .title i {
    display: inline-block;
    width: 18px;
    height: 15px;
    background: url(//media.springairlines.com/cache/SpringAirlines/images/AirFlights_Jp/Activitiesall/intsale1009/img/pre.png) no-repeat;
    margin-left: 5px
}
.ui-footer-share .share-item {
    display: inline-block;
    height: 50px;
    width: 179px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.ui-footer-share .share-item:hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1), 0 4px 8px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1), 0 4px 8px 0 rgba(0, 0, 0, .2)
}
.ui-footer-share .share-item.back1 {
    background: url(//media.springairlines.com/cache/SpringAirlines/images/AirFlights_Jp/Activitiesall/intsale0909/img/in1.png) no-repeat
}
.ui-footer-share .share-item.back2 {
    background: url(//media.springairlines.com/cache/SpringAirlines/images/AirFlights_Jp/Activitiesall/intsale0909/img/in2.png) no-repeat
}
.ui-footer-share .share-item.back3 {
    background: url(//media.springairlines.com/cache/SpringAirlines/images/AirFlights_Jp/Activitiesall/intsale0909/img/in3.png) no-repeat
}
/* 回到顶部 */
.ui-go-top {
    position: fixed;
    bottom: 100px;
    right: 30px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    display: none;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}
.ui-go-top:hover {
    color: #19ab72
}

/* 当前活动页登录用户信息样式 */
.g-header .m-bar .func-item .func-logined p {
    max-width: initial;
}
